
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

header {
  background-color: #ffffff;  /* Sett bakgrunnsfargen til hvit */
  backdrop-filter: blur(10px);
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

header.scrolled {
  background-color: #eaecf6;  /* Sett bakgrunnsfargen til hvit */
  transition: background-color 0.5s ease, box-shadow 12s ease; /* Legg til en overgang for en jevn effekt */

  
}

.nav-item {
  display: flex;
  align-items: center;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 5rem;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, sans-serif;
  line-height: 1.5;
  background-color: #fff;  /* Sett bakgrunnsfargen til hvit */
  -webkit-font-smoothing: antialiased;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.current a {
  color: #1f5dd2;
}

/**********************************/
/*      NAVBAR/HEADER        */
/**********************************/
header {
  background-color: #f9f9fb;  /* Sett bakgrunnsfargen til hvit */
  backdrop-filter: blur(10px);
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

header.scrolled {
  background-color: rgba(255, 255, 255, 0.939);
  transition: background-color 0.5s ease, box-shadow 0.5s ease;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.037);
}

.container {
  max-width: 1350px;
  width: 94%;
  margin: 0 auto;
}

.navbar {
  min-height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar img {
  height: 45px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-item {
  display: flex;
  align-items: center;
}

.nav-link {
  transition: 0.3s ease-out;
  font-size: 19px;
  font-weight: 500;
  color: #000;
}

.nav-link:hover {
  color: #0342F6;
}

.darkerr {
  padding: 12px 20px;
  color: #fff;
  background-color: #0342F6;
  border-radius: 999px;
  display: inline-block;
  font-size: 18px;
}

.nav-link.current {
  color: #0342F6;
}

.darkerr i {
  margin-left: 10px;
}

.darkerr:hover {
  color: #f1f8ff;
}


.translate-real-btn {
  padding: 8px 20px;
  background-color: #2f1200;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  margin-left: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.translate-real-btn:hover {
  background-color: #4b1c00;
}

.hamburger {
  display: none;
  cursor: pointer;
}

.bar {
  display: block;
  width: 35px;
  height: 2px;
  margin: 6px auto;
  transition: all 0.3s ease;
  background-color: #000;
}

/* Google Translate container styling */
/* 🌐 Språk-knapp (desktop og mobil) */
.custom-language-selector {
  position: relative;
}

/* Dropdown-container */
.lang-dropdown {
  position: relative;
  display: inline-block;
}

/* Toggle-knapp */
.lang-toggle {
  background-color: transparent;
  color: #00134a;
  border:none;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  max-width: 120px;
  text-align: left;
}

/* Dropdown-meny */
.lang-options {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  min-width: 180px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  border-radius: 10px;
  z-index: 999;
  margin-top: 8px;
}

.lang-options a {
  color: #000;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  font-size: 14px;
}

.lang-options a:hover {
  background-color: #f0f0f0;
}

.lang-options img {
  width: 18px;
  height: auto;
  border-radius: 3px;
}

/* 📱 Mobilresponsivitet */
@media (max-width: 768px) {
  .lang-toggle {
    font-size: 15px;
    padding: 12px 0;
    width: 100%;
    max-width: none;
    color: #fff;
  }

  .lang-options {
    left: 0;
    right: auto;
    min-width: 100%;
  }

  .lang-options a {
    padding: 14px 18px;
    font-size: 15px;
  }

  .lang-options img {
  width: 15px;
  height: auto;
  border-radius: 3px;
}
}


/**********************************/
/*      HERO SECTIONS       */
/**********************************/
.hero {
  background: #edf0f6df;
  padding: 70px 0;
}

.hero-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

.hero h1 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.4;
  color: #0e1e2a;
  max-width: 500px;
  padding-bottom: 30px;
}

.hero p {
  font-size: 18px;
  color: #3e3e3e;
  max-width: 70%;
  padding-bottom: 50px;
}

.btn-contact {
  background-color: #0342F6;
  color: white;
  padding: 18px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 18px;
}


.hero-image {
  position: relative;
}



.profile-img {
  width: 640px;
  border-radius: 6px;

}

.bubble-text {
  position: absolute;
  top: 10%;
  left: -130px;
  background: rgba(255, 255, 255, 0.847); /* Gjennomsiktig hvit */
  backdrop-filter: blur(10px);          /* Gjør bakgrunnen blurry */
  padding: 16px 20px;
  border: solid rgb(255, 255, 255) 1px;
  border-radius: 6px;
  font-size: 20px;
  color: #0139d3ce;
  box-shadow: 0 4px 10px rgba(15, 111, 255, 0.176);
  font-weight: 500;
  max-width: 240px;
}

.highlight-box {
  position: absolute;
  bottom: 10px;
  right: -10px;
  background: rgba(193, 255, 172, 0.916); /* Halvtransparent grønn */
  backdrop-filter: blur(10px);         /* Gjennomsiktighetsfilter */
  padding: 15px 20px;
  border-radius: 8px;
  border:  solid 1px #ffffff;
  font-size: 25px;
  font-weight: 500;
  color: #004902;
  line-height: 1.4;
  box-shadow: 0 2px 6px rgba(32, 101, 9, 0.34);
}


.numbrs {
  padding: 50px 0;
  background: #edf0f6df;

  padding-bottom: 40px;
}

.numbrs h2 {
  font-size: 26px;
  color: #151515;
  font-weight: 500;
  padding-bottom: 30px;
}

.cont-numbrs {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  width: 100%;
}

.flx-numbrs {
  background-image: linear-gradient(45deg, #031552 0%, #07278e 99%, #03238b 100%);
  border-radius: 10px;
  width: 30%;
  padding: 20px;
}

.flx-numbrs h1 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 500;
  padding-bottom: 10px;
}

.flx-numbrs h6 {
  font-size: 18px;
  color: #d3e4ff;
  font-weight: 400;
}

.flx-numbrs i {
  color: #1981ff;
  margin-right: 6px;
  font-size: 20px;
}

@media (max-width: 992px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .hero h1 {
    font-size: 32px;
    max-width: 100%;
    margin: 0 auto 20px;
  }

  .hero p {
    font-size: 16px;
    max-width: 100%;
  }

  .btn-contact {
    font-size: 16px;
    padding: 14px 24px;
  }

  .hero-image {
    width: 100%;
  }

  .profile-img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }

  .bubble-text {
    left: 20px;
    top: 10px;
    font-size: 16px;
    max-width: 200px;
    padding: 12px 16px;
  }

  .highlight-box {
    right: 20px;
    bottom: 10px;
    font-size: 16px;
    padding: 12px 16px;
  }
}

@media (max-width: 576px) {
  .hero h1 {
    font-size: 28px;
  }

  .hero p {
    font-size: 15px;
  }

  .bubble-text {
    font-size: 14px;
    left: 10px;
  }

  .highlight-box {
    font-size: 14px;
    right: 10px;
  }
}

@media (max-width: 768px) {


  .hero-content h1 {
    font-size: 20px;
  }
  .numbrs h2 {
    font-size: 14px;
    text-align: center;
  }

  .cont-numbrs {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .flx-numbrs {
    width: 90%;
    padding: 16px;
  }

  .flx-numbrs h1 {
    font-size: 16px;
  }

  .flx-numbrs i {
    color: #009dff;
  }

  .flx-numbrs h6 {
    font-size: 14px;
  }
}
/*COSM*/
.mem {
  padding: 10px;
}

.mem-cont {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 0;
}

.txt-mem h5 {
  font-size: 20px;
  color: #281200d4;
  font-weight: 600;
}

.txt-mem h5 span {
  color: #e48109;
  font-weight: 800;
}

.img-mem img {
  height: 45px;
  margin-left: -20px;
  border: solid 2px #fde8d0;
  width: 45px;
  border-radius: 50%;
  object-fit: cover;
}

/*LAZY LOADS*/
.lazy-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.4s ease, transform 1.4s ease;
  will-change: opacity, transform;
}

.lazy-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}




/**********************************/
/*      SERVICES    */
/**********************************/

.info-side {
  padding: 70px 0;
  background-color: #06258b09;
  margin: 80px 0;

}

.utl-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px;
  border-radius: 12px;
}

.r-utl {
  flex: 1 1 500px;
}

.iutl {
  flex: 1 1 400px;
}

.iutl img {
  width: 100%;
  height: 500px;
  border-radius: 16px;
  object-fit: cover;
}

.section-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  max-width: 80%;
  color: #0e1e2a;
  margin-bottom: 40px;
}

.section-description {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  max-width: 600px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.btn-demo {
  display: inline-block;
  background-color: #052e2b;
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.btn-demo:hover {
  opacity: 0.9;
}
/*SERVICES*/


.servings {
  padding: 50px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  padding-bottom: 80px;
}

.cont-serving {
  padding-bottom: 40px;
  background-color: #ffffffd4;
  border-radius: 10px;
}

.cont-serving h3 {
  padding: 20px;
  font-size: 24px;
  font-weight: 700;
}

.cont-serving p {
  padding: 0 20px;
  font-size: 18px;
}

.cont-serving img {
  width: 100%;
  height: 34vh;
  border-radius: 10px 10px 0 0;
}

/* QC */
.QC {
  background-color: #e4e8ea3b;
  padding: 100px 0;
}

.qc-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 90px;
  border-radius: 12px;
}

.qc-im {
  flex: 1 1 400px;
}

.qc-im img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}

.qc-text {
  flex: 1 1 500px;
}

.qc-text h4 {
  font-size: 20px;
  font-weight: 600;
  color: #124bd0;
  margin-bottom: 10px;
}

.qc-text h2 {
  font-size: 36px;
  color: #0e1e2a;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 30px;
  max-width: 500px;
}

.qc-text p {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  margin-bottom: 30px;
  max-width: 500px;
  line-height: 1.6;
}

.btn-cf {
  display: inline-block;
  padding: 14px 28px;
  background-color: #052e2b;
  color: white;
  font-size: 16px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
}

.btn-cf:hover {
  opacity: 0.9;
}




.solution-section {
  padding: 120px 0;
}

.sourcing-packages h3 {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 40px;
}

.section-title-2 {
  font-size: 40px;
  padding-top: 50px;
  font-weight: 500;
  margin-bottom: 55px;
}

.solution-grid {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

.solution-menu {
  flex: 1;
  max-width: 250px;
}

.solution-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 2px solid #e5e5e5;
}

.solution-menu li {
  padding: 16px 0 16px 20px;
  font-size: 20px;
  font-weight: 500;
  color: #0e1e2a;
  border-bottom: 1px solid #eaeaea;
  cursor: pointer;
  transition: 0.2s;
}

.solution-menu li.active {
  color: #0342F6;
  font-weight: 600;
  position: relative;
}

.solution-menu li.active::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #0342F6;
  border-radius: 50%;
}

.solution-box-wrapper {
  flex: 2;
}

.solution-box {
  display: none;
  background-color: #f4f1ec;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 25px;
}

.solution-box.active {
  display: block;
}

.box-inner {
  display: flex;
  align-items: center;
  gap: 40px;
}

.box-text {
  flex: 1;
}

.box-text h3 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #0e1e2a;
}

.box-text p {
  font-size: 17px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 500px;
}

.btn-learn {
  display: inline-block;
  background-color: #0342F6;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}

.box-image {
  flex: 1;
}

.box-image img {
  width: 100%;
  height: 60dvh;
  border-radius: 12px;
  object-fit: cover;
}


@media (max-width: 768px) {

  .solution-section {
    padding-top: 50px;
  }

  .solution-grid {
    flex-direction: column;
    gap: 40px;
  }

  .solution-menu {
    max-width: 100%;
    width: 100%;
  }

  .solution-menu ul {
    border-left: none;
    border-top: 2px solid #e5e5e5;
  }

  .solution-menu li {
    padding: 14px 20px;
    border-bottom: 1px solid #eaeaea;
    font-size: 18px;
  }

  .solution-menu li.active::before {
    left: 10px;
  }

  .solution-box {
    padding: 20px;
  }

  .box-inner {
    flex-direction: column;
    gap: 25px;
  }

  .box-text h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .box-text p {
    font-size: 16px;
    max-width: 100%;
  }

  .btn-learn {
    font-size: 14px;
    padding: 10px 16px;
  }

  .box-image img {
    height: auto;
    max-height: 350px;
    object-fit: cover;
    border-radius: 10px;
  }

  .section-title-2 {
    font-size: 30px;
    text-align: center;
  }
}







.sourcing-packages {
  padding: 60px 0;
}

.pricing-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.pricing-card {
  flex: 1;
  background-color: #eae7da;
  border-radius: 8px;
  padding: 30px 25px;
  min-width: 420px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pricing-card h2 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 10px;
}

.pricing-card p {
  font-size: 15px;
  margin-bottom: 20px;
  color: #333;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  border-top: 1px solid #ccc;
  margin-top: 20px;
}

.pricing-card ul li {
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
  font-size: 15px;
}

.pricing-card.pro {
  background-color: #032582f7;
}

.pro h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
}

.pro p {
  color: #fff;
}

.pro ul li {
  color: #fff;
}

.pricing-card.custom {
  background-color: #eae7da;
}

.cta-btn {
  background-color: #000;
  color: white;
  padding: 14px 20px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #222;
}

@media (max-width: 992px) {
  .pricing-grid {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr;
  }

  .sourcing-packages h3 {
    font-size: 30px;
    font-weight: 600;
  }

  .pricing-card {
    min-width: auto;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .pricing-card {
    padding: 25px 20px;
  }

  .pricing-card h2 {
    font-size: 26px;
  }

  .pricing-card p,
  .pricing-card ul li {
    font-size: 14px;
  }

  .cta-btn {
    font-size: 14px;
    padding: 12px 18px;
    width: 100%;
    text-align: center;
  }
}




/*FAQ*/
.faq {
  padding: 90px 0;
  display: flex;
}

.faq h2 {
  font-size: 35px;
  color: #000000d7;
  font-weight: 500;
  padding-bottom: 40px;
}
.faqs-container{
  overflow: hidden;
}
.faq-singular {
  position: relative;
  border-bottom: 0.7px solid #516bc19e;
  padding: 0 30px 0 20px;
}
.faq-singular:hover,
.faq-singular.active{
  background: #c0d7f42e;
  background-image: linear-gradient(90deg, #302cff 0%, #05306c 8px, transparent 8px, transparent 100%);
}
.faq-singular .faq-question {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 25px 25px 25px 0px;
  font-weight: 600;
  font-size: 20px;
}
.faq-singular .faq-question:before {
  position: absolute;
  content: "+";
  color: #222;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  font-weight: 500;
  transition: all .5s;
}
.faq-singular.active .faq-question:before {
  transform: translateY(-50%) rotate(45deg) scale(1.3);
}
.faq-answer {
  display: none;
  padding-bottom: 20px;
}

.flw-servs {
  background-color: #ffffff;
  padding: 60px 0;
}

.flw-servs h2 {
  font-size: 30px;
  padding-top: 50px;
  margin-bottom: -10px;
  font-weight: 500;
}

.servings {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.serving-card {
  background: #dfe7ec;
  border-radius: 10px;
  width: 31%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.serving-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.serving-card .card-tag {
  background: #bbc7d0;
  color: #1a1a1a;
  font-size: 0.75rem;
  padding: 5px 12px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 12px;
}

.serving-card h3 {
  font-size: 1.1rem;
  padding-left: 20px;
  font-weight: 600;
  color: #1a1a1a;
  padding-bottom: 60px;
  padding-top: 30px;
  line-height: 1.3;
  min-height: 48px;
}

.serving-card img {
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 16px;
  margin-top: auto;
}

.serving-card .card-arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #fff;
  border-radius: 50%;
  padding: 10px 12px;
  font-size: 1.1rem;
  text-decoration: none;
  color: #000;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: background 0.2s ease;
}

.serving-card .card-arrow:hover {
  background: #e3e3e3;
}

@media (max-width: 768px) {
  .servings {
    flex-direction: column;
    gap: 30px;
  }

  .serving-card {
    width: 100%;
  }

  .serving-card h3 {
    font-size: 1rem;
    padding: 20px;
    padding-bottom: 50px;
    padding-top: 20px;
  }

  .serving-card .card-arrow {
    bottom: 15px;
    right: 15px;
    padding: 8px 10px;
    font-size: 1rem;
  }

  .serving-card img {
    border-radius: 0 0 10px 10px;
  }

  .serving-card .card-tag {
    font-size: 0.7rem;
    margin-left: 20px;
    margin-top: 20px;
  }
}



/*Sub*/
.sub {
  padding: 60px 0;
    background-color: #06258b09;

}

.sub-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 40px 0;
  align-items: center;
}

.sub-content h4 {
  font-size: 20px;
  color: #c06b3e;
  font-weight: 500;
}

.sub-content h2 {
  font-size: 48px;
  line-height: 1;
  color: #091637;
  font-weight: 700;
  max-width: 500px;
  padding: 20px 0;
}

.sub-content p {
  max-width: 500px;
  color: #000000e3;
  font-weight: 400;
  padding: 20px 0;
  font-size: 18px;
  padding-bottom: 40px;
}

.plan {
  padding: 20px 0;
}

.plan li {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #913702;
}

.plan i {
  padding-right: 15px;
  font-size: 20px;
}

.im-sub img {
  width: 100%;

}

.smallbig img {
  transform: scale(0.8);
  mix-blend-mode: multiply;
}



/****/
.hlp {
  padding-bottom: 50px;
}

.flx-hlp {
  display: flex;
  gap: 30px;
  background: url("../img/bb.png") no-repeat center center/cover;
  height: 86%;
  border-radius: 20px;
}

.cont-hlp {
  padding: 70px 60px 20px;
}

.cont-hlp h3 {
  font-size: 60px;
  color: #fff;
  max-width: 400px;
}

.cont-hlp h5 {
  font-size: 20px;
  color: #fff;
  padding-top: 40px;
  max-width: 400px;
  font-weight: 400;
}

.hlp-cont {
  display: flex;
  flex-direction: column;
}

.left-hlp {
  display: flex;
  margin: 50px 0;
}

/**********************************/
/*      ABOUT US     */
/**********************************/

.S2P {
  padding: 100px 0;

}

.bg-blue {
  background-color: #00124a0f;
}

.S2P h5 {
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 20px;
}

.S2P p {
  font-size: 16px;
  font-weight: 400;
  color: #01194c;
  padding-bottom: 20px;
}

.S2P h4 {
  font-size: 20px;
  font-weight: 500;
}

.S2P h2 {
  padding-top: 10px;
  font-size: 30px;
  color: #021037;
  font-weight: 500;
}
.cont-S2P {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 20px 0;
}

.S2P-flex img {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 5px;
}

.S2P-flex:hover {
  opacity: 0.8;
}

.S2P-flex h3 {
  font-size: 26px;
  font-weight: 700;
  padding: 10px 0;
  color: #00134a;
}

.S2P-flex p {
  font-size: 17px;
}


/* MOBILVENNLIG RESPONSIVITET */
@media (max-width: 991px) {
  .cont-S2P {
    grid-template-columns: repeat(2, 1fr);
  }

  .S2P h5 {
    font-size: 30px;
  }

  .S2P h2 {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .cont-S2P {
    grid-template-columns: 1fr;
  }

  .S2P h5 {
    font-size: 24px;
    text-align: center;
  }

  .S2P p {
    text-align: center;
  }

  .S2P-flex h3 {
    font-size: 22px;
    text-align: center;
  }
}

/**********************************/
/*      CONTACT US     */
/**********************************/

/**********************************/
/*      FORM SUBMIT     */
/**********************************/

.form-contact {
  padding: 60px 0;
  background-image: linear-gradient(to top, #07264f 0%, #01194c 100%);
}

.grid-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  padding: 40px 0;
}

.form-info h2 {
  color: #ffffff;
  font-size: 56px;
  font-weight: 600;
  max-width: 90%;
  line-height: 1.1;
  margin-bottom: 40px;
}

.form-info h6 {
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  max-width: 400px;
  padding-bottom: 40px;
  font-weight: 400;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 25px;
  border-radius: 10px;
  max-width: 600px;
  padding-top: 50px;
}

.contact-image img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
}

.contact-details h3 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
}

.contact-details p {
  margin: 6px 0;
  font-size: 0.8rem;
  color: #ffffff;
  line-height: 1.5;
}

.contact-details a {
  color: #ffffff;
  display: flex;
  text-decoration: none;
  border-bottom: 1px solid #e8f2fc;
  display: inline-block;
  margin-top: 8px;
}


.form-input {
  width: 100%;
  padding-left: 40px;
}

.form-input span {
  color: #db4900f6;
  font-size: 20px;
}

label {
  display: block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  margin: 15px 0 5px;
}

input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%;
  padding: 14px;
  border-radius: 3px;
  margin-bottom: 16px;
  border: none;
  resize: vertical;
}

input[type="file"] {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
  margin-bottom: 16px;
  background: #ffffffb0;
  border-radius: 3px;
  border: none;
}

input[type="submit"] {
  background-color: #302cff;
  color: #fff;
  padding: 12px 30px;
  border: 0;
  border-radius: 5px;
  font-size: 20px;
  margin-top: 20px;
  cursor: pointer;
}

input[type="submit"]:hover {
  opacity: 0.8;
}

.top-icon {
  padding: 40px 0;
  color: #fff;
  max-width: 500px;
}

.top-icon p {
  margin-top: 80px;
  color: #fffffff1;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
}

.content-icon {
  display: flex;
  margin-bottom: 30px;
}

.content-icon i {
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
  background-color: #302cff;
  padding: 10px;
  border-radius: 50%;
}

.serving h4 {
  margin-top: 10px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
}

.serving h4 a {
  color: #fff;
  text-decoration: none;
}

.serving h4 a:hover {
  text-decoration: underline;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .grid-form {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .form-input,
  .form-info {
    padding-left: 0;
    width: 100%;
  }


  .contact-image img {
    width: 100px;
    height: 100px;
  }

  .form-info h2 {
    font-size: 28px;
  }

  .form-info h6,
  .top-icon p {
    font-size: 16px;
  }

  .contact-details h3 {
    font-size: 20px;
  }

  .top-icon .content-icon {
    align-items: center;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  input[type="submit"] {
    width: 100%;
    text-align: center;
  }
}


/*PRODUCTS*/
.products {
  padding: 120px 0;
  align-items: center;
  text-align: center;
}

.cont-prod {
  display: grid;
  padding: 20px 0;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.prod-cat img {
  width: 100%;
  aspect-ratio: 3/3;
  object-fit: cover;
}


/**********************************/
/*      FOOTER      */
/**********************************/
.footer {
  background-color: #051428;
  padding: 60px 0;
  color: #f0f0f0;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem;
  padding-top: 40px;
}

.footer-col {
  flex: 1 1 250px;
  min-width: 200px;
}

.footer-col h4 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 25px;
  color: #ffffff;
}

.footer-col p {
  font-size: 15px;
  font-weight: 300;
  color: #ddd;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 320px;
}

.footer-col .links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col .links li {
  margin-bottom: 12px;
}

.footer-col .links a {
  text-decoration: none;
  color: #bfbfbf;
  font-size: 15px;
  transition: color 0.3s ease;
}

.footer-col .links a:hover {
  color: #ffffff;
}

/* Newsletter form */
.footer-col form.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}

.footer-col input[type="email"] {
  height: 48px;
  padding: 0 15px;
  border: 1px solid #ffffff44;
  border-radius: 4px;
  background: transparent;
  color: #fff;
  font-size: 15px;
  transition: border-color 0.3s ease;
}

.footer-col input[type="email"]::placeholder {
  color: #ccc;
}

.footer-col input[type="email"]:focus {
  border-color: #f9ca88;
  outline: none;
}

.btn-sub {
  align-self: flex-start;
  padding: 12px 24px;
  background-color: #f9ca88;
  color: #000;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-sub:hover {
  background-color: #e0b66e;
}

/* Icons */
.footer-col .icons {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}

.footer-col .icons i {
  color: #afb6c7;
  font-size: 22px;
  transition: color 0.3s ease;
}

.footer-col .icons i:hover {
  color: #ffffff;
}

/* Bottom strip */
.u-foot {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  border-top: 1px solid #ffffff22;
  padding-top: 25px;
  margin-top: 40px;
  font-size: 14px;
  text-align: center;
}

.koppirett p,
.utv p {
  color: #cccccc;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.utv a {
  color: #f9ca88;
  font-weight: 500;
  text-decoration: underline;
}

/* Responsive tweaks */
@media (min-width: 768px) {
  .u-foot {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}


/*************************************/
.pc h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}

.product-grid {
  padding: 140px 0;
}

.product-grid .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    text-align: center;
  }

  .product-item {
    background: #fffaf4;
    border: 1px solid #4427015e;
    border-radius: 8px;
    padding: 30px 10px;
    transition: all 0.3s ease;
  }

  .product-item:hover {
    background: #fff3e0;
    cursor: pointer;
  }

  .product-item i:hover {
    cursor: pointer;
  }

  .product-item i {
    font-size: 42px;
    margin-bottom: 15px;
    color: #eb9409;
  }

  .product-item h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 0;
  }

  .product-section {
  text-align: center;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.product-section h2 {
  font-size: 32px;
  color: #081986;
  margin-bottom: 6px;
}

.product-section p {
  color: #16213c;
  font-size: 16px;
  margin-bottom: -60px;
}

.product-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

.product-box {
  border: 2px dashed #0e26935f;
  padding: 20px;
  max-width: 480px;
  border-radius: 10px;
  background: #fff;
}

.product-box img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
  margin-bottom: 15px;
  border-radius: 6px;
}

.product-box h3 {
  color: #002678;
  font-size: 22px;
  margin-bottom: 10px;
}

.product-box p {
  font-size: 15px;
  color: #333;
  margin-bottom: 20px;
}

.quote-link {
  font-weight: bold;
  color: #172d5d;
  text-decoration: none;
  font-size: 15px;
}

.quote-link:hover {
  color: #1d5ef7;
}




.auth-wrapper {
  background: url("../img/bg-cont.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
 ;
  padding: 80px 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.auth-container {
  max-width: 500px;
  width: 100%;
  background-color: #ffffff;
  padding: 2.5rem;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.auth-box {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.auth-box h2 {
  text-align: center;
  color: #333;
}

.auth-box input {
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
}

.auth-box button {
  padding: 0.9rem;
  background-color: #e48109;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.auth-box button:hover {
  background-color: #c96f08;
}

.auth-box p {
  text-align: center;
  font-size: 0.95rem;
}

.auth-box a {
  color: #007bff;
  text-decoration: underline;
  cursor: pointer;
}

.hidden {
  display: none;
}

/* Responsive */
@media (max-width: 500px) {
  .auth-container {
    padding: 2rem 1.5rem;
  }

  .auth-box input,
  .auth-box button {
    font-size: 0.95rem;
  }
}

/*@@@@@@@@@@@@@@@@@@@@@@@*/
.category-section {
  padding: 60px 20px;
  background-color: #fff;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: center;
}

.category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: transform 0.2s ease;
}

.category-item i {
  font-size: 58px;
  color: #444;
}

.category-item:hover {
  transform: translateY(-4px);
  color: #000;
}










/**********************************/
/*      MEDIA QUARY       */
/**********************************/
@media (max-width: 1024px) {
  .languages img {
    width: 20px;
    height: 20px;
  }

  .hamburger {
    display: block;
  }

  .navbar img {
    height: 40px;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  header {
    backdrop-filter: blur(10px);
  }

  .nav-menu {
    position: fixed;
    left: -100%;
    top: 80px;
    gap: 0;
    flex-direction: column;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.976);  /* Sett bakgrunnsfargen til hvit */
    backdrop-filter: blur(10px);
    text-align: center;
    transition: 0.3s;
  }

  .nav-item {
    margin: 15px 0;
    align-items: center;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
  }

  .nav-menu.active {
    left: 0;
  }


  .lang-dropdown button {
    color: #000;
    font-size: 18px;
  }

  .container-sm {
    width: 100%;
  }

  .hero-content h1 {
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 0px;
  }

  .hero-content p {
    font-size: 16px;
    color: #000;
    padding-top: 20px;
  }

  .btn-sec .btn-contact,
  .btn-read {
    font-size: 16px;
    padding: 12px 20px;
    width: 100%;
    margin: 5px 0;
  }

  .mem {
    width: 100%;
    display: grid;
  }

  .mem-cont {
    grid-template-columns: 1fr;
    display: grid;
  }

  .saa {
    padding: 0;
    padding-top: 20px;
  }

  .cont-saa h2 {
    font-size: 23px;
    font-weight: 800;
  }

  .icons {
    padding: 40px 0;
    width: 100%;
  }

  .cont-icns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    text-align: center;
  }

  .line-icons h2 {
    font-size: 16px;
  }

  .line-icons p {
    font-size: 14px;
  }

  .line-icons img {
    width: 24%;
  }

  .utl-info {
    display: grid;
    grid-template-columns: 1fr;
  }

  .r-utl {
    order: 1;
    padding: 10px 0;
  }

  .r-utl h2 {
    font-size: 18px;
    border: 0;
  }

  .r-utl h1 {
    font-size: 26px;
  }

  .r-utl p {
    font-size: 16px;
    font-weight: 500;
    color: #222;
  }

  .iutl {
    order: 2;
  }

  .iutl img {
    height: auto;
  }

  .btn-demo {
    font-size: 14px;
  }

  .btn-start {
    padding: 14px 20px;
    font-size: 14px;
  }

  .qc-content {
    display: grid;
  
    grid-template-columns: 1fr;
  }

  .qc-content img {
    height: auto;
  }

  .qc-text h4 {
    font-size: 18px;
    border: 0;
  }

  .qc-text {
    padding: 10px;
  }

  .qc-text h2 {
    font-size: 32px;
  }

  .qc-text p {
    font-size: 16px;
  }

  .btn-cf {
    padding: 16px 20px;
    font-size: 16px;
  }

  .sub {
    padding: 10px 0;
  }

  .sub-content {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sub-text {
    padding: 0;
    order: 2;
  }
  .sub-text h2 {
    font-size: 30px;
    width: 80%;
  }

  .sub-text p {
    font-size: 16px;
  }

  .im-sub img {
    height: auto;
    order: 1;
  }

  .cont-numbrs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .flx-numbrs {
    width: 100%;
  }

  .flx-numbrs h1 {
    font-size: 24px;
  }

  .flx-numbrs h6 {
    font-size: 14px;
  }

  .accordion button {
    font-size: 16px;
  }

  /*SERVINGS*/
  .servings {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cont-serving h3 {
    font-size: 22px;
  }

  .cont-serving p {
    font-size: 16px;
  }

  .btn-contact {
    padding: 12px 20px;
    font-size: 16px;
  }

  .plan li {
    font-size: 14px;
  }

  .plan i {
    font-size: 14px;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
.info-side {
  margin-top: 10px;
}

  .info {
    padding: 10px;
  }

  .info-content {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .info-content h3 {
    font-size: 24px;
  }

  .info-content h4 {
    font-size: 18px;
    width: 100%;
    margin-top: 20px;
  }

  .service-content {
    grid-template-columns: 1fr;
    padding: 20px 0;
    margin: 0;
  }

  .service-column h3 {
    font-size: 24px;
  }

  .service-column p {
    font-size: 16px;
    margin-top: 10px;
    color: #333333d7;
  }

  .hero-2 {
    padding: 20px;
    width: 100%;
    overflow: hidden;
  }

  .hero-content-2 h1 {
    font-size: 37px;
  }

  .hero-content-2 p {
    font-size: 16px;
    width: 100%;
  }

  .service-grid {
    padding: 20px;
    padding-top: 50px;
  }

  .service-content-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .info-service h2 {
    font-size: 30px;
    width: 100%;
  }

  .info-service p {
    font-size: 16px;
    width: 100%;
  }

  .main-focus {
    padding: 20px;
    overflow: hidden;
  }

  .header-text h2 {
    font-size: 32px;
    max-width: 100%;
  }

  .main-grid {
    grid-template-columns: 1fr;
  }

  .About-section {
    padding: 20px;
  }

  .About-section h2 {
    font-size: 35px;
  }

  .About-section h1 {
    font-size: 70px;
  }

  .chat-cont h1 {
    font-size: 35px;
  }

  
  .flex_cos {
    grid-template-columns: 1fr;
  }

  .column-cos h1 {
    font-size: 32px;
  }

  .column-cos p {
    font-size: 16px;
    width: 100%;
  }

  .btn-book {
    font-size: 18px;
  }

  .cont-S2P {
    text-align: center;
  }

  .S2P-flex {
    padding-bottom: 20px;
  }

  .S2P-flex h3 {
    font-size: 24px;
    padding: 20px 0;
  }

  .S2P-flex p {
    font-size: 16px;
    font-weight: 500;
  }

  .faq h2 {
    font-size: 25px;
  }

  
  .flex_cos img {
    width: 100%;
  }

  .about-us p {
    font-size: 16px;
  }

  .trust-container {
    grid-template-columns: 1fr;
    height: 100%;
    padding: 14px;
  }

  .trust-content {
    border-bottom: solid #333 1px;
    padding: 20px;
  }

  /* -- -- */
  .flex-about {
    padding: 20px;
  }

  .column-about {
    grid-template-columns: 1fr;
  }

  .about-content i {
    color: #000;
    font-size: 20px;
    margin-right: 15px;
  }

  .about-content h3 {
    font-size: 16px;
  }

  .trust {
    padding: 20px;
  }

  .content-banner {
    background-color: #004f5d;
  }

  .content-banner h1 {
    font-size: 25px;
    max-width: 500px;
    width: 100%;
  }

  .content-banner .btn-faq {
    font-size: 14px;
  }

  .content-banner .btn-faq:hover {
    opacity: 0.8;
  }

  .info-contact {
    grid-template-columns: 1fr;
  }

  .map-container {
    height: 400px;
    width: 100%;
  }

  .footer {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .info-text h1 {
    font-size: 34px;
  }

  .info-text p {
    font-size: 14px;
  }

  .grid-form {
    grid-template-columns: 1fr;
    padding: 20px 0;
  }

  .top-icon {
    width: 100%;
    padding: 20px 0;
  }

  .top-icon p {
    width: 100%;
    margin-top: 30px;
  }

  .form-info h2 {
    font-size: 28px;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .form-input {
    padding: 20px;
  }

  .form-input span {
    font-size: 18px;
  }

  input[type="submit"] {
    width: 100%;
    padding: 14px;
    font-size: 18px;
  }

  .content-icon {
    margin-bottom: 20px;
  }

  .serving h4 {
    font-size: 18px;
  }

  label {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .form-info h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .top-icon p {
    margin-top: 20px;
    font-size: 14px;
  }

  input[type="text"],
  select,
  textarea {
    padding: 12px;
    font-size: 16px;
  }

  input[type="submit"] {
    padding: 12px;
    font-size: 16px;
  }

  label {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
    .product-grid .grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  .product-item {
    background: #fffaf4;
    border: 1px solid #4427015e;
    border-radius: 8px;
    padding: 30px 10px;
    transition: all 0.3s ease;
  }

  .product-item:hover {
    background: #fff3e0;
    cursor: pointer;
  }

  .product-item i {
    font-size: 42px;
    margin-bottom: 15px;
    color: #333;
  }

  .product-item h4 {  
    font-size: 16px;
    font-weight: 500;
    color: #222;
    margin: 0;
  }


@media (max-width: 480px) {
  .faqs-container {
    padding: 0.8rem;
  }

  .faq-question {
    font-size: 0.8rem;
  }

  .faq-answer {
    font-size: 0.95rem;
  }
}

/* Tablets (landscape phones and small tablets) */
@media (min-width: 481px) and (max-width: 768px) {
  .faq-question {
    font-size: 0.5rem;
  }

  .faq-answer {
    font-size: 0.9rem;
  }
}

/* Medium to large tablets and small desktops */
@media (min-width: 769px) and (max-width: 1024px) {
  .faqs-container {
    padding: 1.5rem ;
  }

  .faq-question {
    font-size: 0.8rem;
  }
}

/* Large desktops */
@media (min-width: 1025px) {
  .faq-question {
    font-size: 1rem;
  }

  .faq-answer {
    font-size: 1.1rem;
  }
}
