.services-container {
    background-color: #f9f9f9;
    padding: 40px 20px;
    margin: 20px auto;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    text-align: left;
  }
  

  .help-list,
  .chat-list {
    list-style: none;
    padding: 0;
  }
  
  .help-list li,
  .chat-list li {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #333;
  }
  
  .help-list li strong {
    color: #6e0457;
  }
  
  .chat-list li a {
    text-decoration: none;
    color: #369fd4;
    font-weight: bold;
  }
  
  .chat-list li a:hover {
    color: #6e0457;
    text-decoration: underline;
  }
  

    body {
        margin: 0;
        padding: 0;
        font-family: Arial, sans-serif;
        line-height: 1.5;
    }

    body {
        background-color: #F2F4F6;
        color: #000;
    }

    h1,  h3 {
        color: #ffffff;
        line-height: 1.5;
    }
    h2 {
        color: #6e0457;
    }
    h3 {
        color: #000000;

    }

    a {
        text-decoration: none;
        color: #E4A6C3;
    }
    
    .creative-header {
        position: relative;
        height: 100vh; /* Full høyde av skjermen */
        background: linear-gradient(to bottom, rgba(110, 164, 191, 0.8), rgba(228, 166, 195, 0.8)), url('bilde.png') center/cover no-repeat;
        color: #fff;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    li strong {
        color: white
    }
    .hero {
        width: 100%;
        height: 100%;
        position: relative; /* Sørger for at overlayet kan posisjoneres i forhold til hero */
        background: linear-gradient(to bottom, rgba(110, 164, 191, 0.8), rgba(228, 166, 195, 0.8)), url('bilde.png') center/cover no-repeat;
        background-size: cover;
        background-position: center;
        color: white;
        text-align: center;
        position: relative;
    }
    
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.3); /* Gjør overlayet litt gjennomsiktig */
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .creative-header h1 {
        font-size: 3rem;
        color: #6e0457;
        margin-bottom: 10px;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        z-index: 2; /* Sørger for at teksten er synlig over overlayet */
    }
    
    .hero h1 {
        font-size: 3rem;
        font-weight: bold;
        z-index: 2;
        position: relative;
    }
    
    .creative-header:hover .overlay {
        transform: scale(1.05);
        transition: 0.3s ease;
    }
    


    .navbar {
        width: 100%;
        padding: 20px;
        text-align: center;
        background-color: transparent;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
    }

    .navbar ul {
        list-style-type: none;
        background: transparent;
    }

    .navbar ul li {
        display: inline;
        margin: 0 15px;
    }

    .navbar ul li a {
        color: white;
        font-size: 1.2rem;
        text-transform: uppercase;
    }
  
    a {
        color: white;  
        text-decoration: none; 
    }
    
    a:hover {
        color: #3C6478;  
        text-decoration: underline; 
        transition: 0.3s;
    }
    
    .chat-list {
        color:#6e0457;
    }

    .header {
        text-align: center;
        color:  #ffffff;
        font-size: 1em;
        font-family: Arial, sans-serif;
        font-weight: bolder;
        margin: 10px;
        
        }
        .header .highlight {
          font-size: 2em;
          color: #ffffff;
          font-family: arial, sans-serif
        }

    .navbar.sticky {
        background-color: #6e0457;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    }

  
.about-us {
    padding: 60px 20px;
    text-align: center;
}

.about-box {
    background-color: white;
    padding: 40px;
    width: 60%;
    margin: 0 auto;
    border-radius: 25px; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
    transition: all 0.3s ease; 
}

.about-box:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); 
    transition: 0.5s;
}

.about-box h2 {
    font-size: 2rem;
    color:#369fd4;
}

.about-box p {
    font-size: 1.2rem;
    color: #000;
}

.about-box a.arrow {
    display: inline-block;
    margin-top: 20px;
    font-weight: bold;
    color: #E4A6C3;
    text-decoration: none;
    font-size: 1.1rem;
}

.about-box a.arrow:hover {
    color: #369fd4;
}

.map-container {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    padding: 60px 20px;
    background-color: #E4A6C3;
}


.services-text {
    max-width: 45%; 
}

.services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Jevn fordeling av plass */
    gap: 20px; /* Mellomrom mellom elementer */
    padding: 40px 20px;
    background-color: #E4A6C3;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.product-box {
    flex: 1 1 calc(50% - 20px); /* Tar halvparten av tilgjengelig plass minus gap */
    background-color: white;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.product-box:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}

.product-box img {
    width: 50%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.product-box:hover img {
    transform: scale(1.05);
}


 
.contact {
    padding: 60px 20px;
    text-align: center;
}

.contact-box {
    background-color: white;
    width: 60%;
    margin: 0 auto;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
    transition: all 0.3s ease; 
}

.contact-box:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); 
    transition: 0.5s;
}

.contact-box h2 {
    font-size: 2rem;
    color: #E4A6C3;
}

.contact-box form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-box input,
.contact-box textarea {
    width: 80%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-box button {
    margin-top: 20px;
    background-color: #E4A6C3;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.contact-box button:hover {
    background-color: #1e749f;
}

    footer {
        background-color: #369fd4;
        color: white;
        text-align: center;
        padding: 20px;
    }

    footer {
        background-color: #6e0457;
        color: #f3d5e6;
        text-align: center;
        padding: 20px;
        font-family: Arial, Helvetica, sans-serif;
      }
      
      footer h1 {
        font-size: 40px;
        color: rgb(149, 195, 236);
      }
      
      #ig {
        background: url("ig-logo.png");
      
        width: 150px;
        height: 150px;
      
        background-size: cover;
        background-position: center;
      
        transition: 0.3s;
      
        margin: auto;
        margin-bottom: 30px;
      }
      
      #ig:hover {
        background: url("ig-logo-farget.png");
      
        width: 150px;
        height: 150px;
      
        background-size: cover;
        background-position: center;
      
        transition: 0.3s;
      }
      footer > a {
        width: 400px;
      }
      
  