/* Global utilities */
:root {
  --forest: #165c33;
  --black: #000;
  --deep: #053821;
  --dark: #032817;
  --green: #0b2416;
  --sage: #25a35a;
  --mint: #e9f8f1;
  --pale: #f7fffb;
  --ink: #172e25;
  --muted: #565353;
  --line: rgba(0, 93, 53, 0.16);
  --soft-shadow: 0 25px 65px rgba(0, 93, 53, 0.12);
  --green-shadow: 0 20px 45px rgba(0, 93, 53, 0.28);
  --primary-font: "Cormorant Garamond", serif;
  --secondary-font: "Outfit", sans-serif;
}

.news-section.news-page .news-card img {
  /* width: 308px !important; */
  min-height: 323px !important;
  object-fit: cover;
}

.news-section.news-page .headading-wrapper {
  text-align: center;
}

.news-section.news-page .headading-wrapper .sec_heading {
  margin: 0 auto;
  letter-spacing: 2.4px;
  font-family: var(--secondary-font);
}

.news-section.news-page .headading-wrapper .sec_title {
  margin-top: 38px;
  margin-bottom: 40px;
}

.news-section.news-page .news-card {
  border-radius: 0;
  background-color: #EBF7F0;
  min-height: 325px;
  border-radius: 10px;
}

.news-section.news-page .news-card .news-copy h3 {
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  font-weight: 600;
  font-family: var(--primary-font);
  text-transform: capitalize;
  margin-bottom: 30px;
}

.news-section.news-page .news-card .news-copy p {
  color: #565353;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--secondary-font);
  /* margin-bottom: 14px; */
}

.news-section.news-page .news-card .arrow-dot {
  background: linear-gradient(90deg, rgba(11, 36, 22, 1) 0%, rgba(22, 92, 51, 1) 100%);
  width: 50px;
  height: 50px;
}

.news-section.news-page .news-card .read-more {
  color: #000000;
  font-size: 16px;
  font-weight: var(--secondary-font);
  line-height: 20px;
  gap: 10px;
}

.news-section.news-page .news-card .news-copy {
  padding: 25px 20px;
}

.news-section.news-page .leaf_dna {
  z-index: 0;
  top: -3px;
  rotate: -15deg;
  width: 845px;
  height: 599px;
  left: -231px;
}

.news-section.news-page {
  background: radial-gradient(circle at 0 52%, rgba(255, 255, 255, 0), transparent 18rem), linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  padding: 100px 0 100px 0;
}

.news-section.news-page .about_glow {}

/* .news-section.news-page .about_glow::after {
  position: absolute !important;
  height: 359px;
  width: 359px;

  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(37 163 90 / 26%);
  z-index: 3;
  border-radius: 50%;
  filter: blur(97.6px);
  pointer-events: none;
} */
.news-section.news-page {
  position: relative;
}

.news-section.news-page::after {
  position: absolute;
  width: 359px;
  height: 359px;
  background: rgb(37 163 90 / 20%);
  z-index: -1;
  border-radius: 50%;
  filter: blur(97.6px);
  pointer-events: none;
  z-index: -1;
  content: "";
  top: 70px;
  left: auto;
  right: 0;
}

.news-section.news-page .section-burtton .cta_btn .btn_text {
  border: 1px solid #0B2416;
  color: #0B2416;
  min-width: 171px;
}

.news-section.news-page .section-burtton .cta_btn {
  justify-content: center;
  width: 100%;
}

.news-section.news-page .section-burtton .cta_btn .btn_icon {
  background: linear-gradient(90deg, rgba(11, 36, 22, 1) 0%, rgba(22, 92, 51, 1) 100%);
}

.banner_title .news-section.news-page .section-burtton {
  margin-top: 30px;
}

.inner_banner.news-section {
  min-height: 515px;
}

.news-section.news-page .wrapper {
  margin-bottom: 30px;
}

.inner_banner.news-section .banner_title {
  margin-top: 80px;
}

.news-section.news-page .section-burtton {
  margin-top: 30px;
}

.details-section.news-details .article-wrap {
  margin: 0;
}

.details-section.news-details .article-wrap .article-image {
  width: 100%;
  height: 388px;
  border-radius: 20px;
  object-fit: cover;
}

.article-wrap {
  width: 100% !important;
  margin: 0 auto;
}

.details-section.news-details .author-row {
  gap: 60px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.details-section.news-details .author-row .author-pill {
  gap: 20px;
  padding: 10px 0;
}

.details-section.news-details .author-row .author-pill img {
  width: 55px;
  height: 55px;
}

.details-section.news-details .author-row .author-icon.round-icon {
  width: 55px;
  background-color: #DEF1E6;
  height: 55px;
}

.details-section.news-details .author-row .author-pill span {
  font-size: 20px;
  line-height: 20px;
  font-family: var(--secondary-font);
  color: #000000;
  font-weight: 400;
}

.details-section.news-details .author-row .author-pill:nth-child(2) {
  position: relative;
}

.details-section.news-details .author-row .author-pill:nth-child(2)::after {
  /* position: absolute;
  content: "";
  top: 0;
  left: -275px;
  right: 0;
  bottom: 0;
  background-image: url(../img/news/line.png);
  background-position: center;
  background-size: 1px 76px;
  background-repeat: no-repeat;
  z-index: -1; */
  position: absolute;
        left: -12%;
        top: 50%;
        width: 1px;
        height: 80%;
        background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 1%,
      rgba(37, 163, 90, 1) 52%,
      rgba(255, 255, 255, 0) 100%);
        content: "";
        opacity: 0.3;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}

.details-section.news-details .article-wrap .article-body p {
  color: #565353;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--secondary-font);
  margin-bottom: 30px;
}

.details-section.news-details .article-wrap .article-body h2 {
  color: #000000;
  font-size: 30px;
  line-height: 29px;
  font-family: var(--primary-font);
  margin: 0;
  margin-bottom: 20px;
}

.details-section.news-details .article-wrap .article-body {
  margin-top: 30px;
}

.details-section.news-details .col-lg-4 .related-title {
  color: #0B2416;
  font-size: 42px;
  line-height: 52px;
  font-family: var(--primary-font);
  font-weight: 600;
  margin-bottom: 47px;
  margin-top: 95px;
}

.details-section.news-details .col-lg-4 .related-list .related-item {
  display: flex;
}

.details-section.news-details .col-lg-4 .related-list .related-item img {
  width: 140px;
  height: 120px;
  border-radius: 7px;
  flex: 0 0 140px;
}

.details-section.news-details .col-lg-4 .related-list .related-item span h3 {
  font-size: 30px;
  color: #000000;
  line-height: 30px;
  font-family: var(--primary-font);
  font-weight: 600;
}

.details-section.news-details .col-lg-4 .related-list .related-item span p {
  color: #565353;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--secondary-font);
}

.details-section.news-details .col-lg-4 .related-list {
  gap: 30px;
}

.details-section.news-details .leaf_dna {
  z-index: -1;
  left: -247px;
  top: 12px;
  rotate: -5deg;
}

.details-section.news-details {
  /* padding: 100px 0 100px 0; */
  background: radial-gradient(circle at 0 46%, rgba(255, 255, 255, 0), transparent 18rem), linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.details-section.news-details .sec_title {
  font-size: 42px;
  line-height: 52px;
  letter-spacing: -2px;
  font-family: var(--primary-font);
}

.details-section.news-details .sec_heading {
  letter-spacing: 2.4px;
  line-height: 16px;
}

.details-section.news-details .about_glow {
  top: 12%;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

body {
  font-size: 16px;
  font-weight: 300;
  color: var(--muted);
  font-family: var(--secondary-font);
}

.sec_title {
  margin: 30px 0 0 0;
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  color: var(--green);

  span {
    color: var(--sage);
  }
}

.sec_heading {
  font-size: 16px;
  line-height: 1;
  color: var(--black);
  position: relative;
  text-transform: uppercase;
  width: fit-content;
  letter-spacing: 2px;

  &::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--black);
    left: 0;
    bottom: -9px;
  }
}

.leaf_dna {
  position: absolute;
  left: -199px;
  top: 0;
  rotate: -10;
  width: 100%;
  max-width: 845px;
  height: 599px;
  z-index: -1;

  img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
}

.inner_banner {
  position: relative;
  min-height: 536px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;

  &::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(90deg,
        rgba(11, 36, 22, 1) 0%,
        rgba(102, 102, 102, 0) 100%);
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: -1;
  }

  .banner_title {
    font-family: var(--primary-font);
    font-size: 70px;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .breadcrumb-box {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgb(255, 255, 255, 0.1);
    border-radius: 7px;
    color: #fff;
    padding: 15px 20px;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 600;

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

    .breadcrumb-arrow {
      width: 47px;
      position: relative;
    }
  }
}

.about_home {
  p {
    font-size: 16px;
    line-height: 30px;
    color: #78716c;
  }

  .info-card {
    min-height: 445px;
    padding: 30px 17px;
    background: rgb(37 163 90 / 6%);
    border-radius: 10px;

    .info-icon {
      width: 48px;
      height: 48px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
      border-radius: 12px;
      background: rgb(37 163 90 / 15%);
      color: var(--forest);
    }

    h3 {
      color: #1c1c19;
      font-size: 30px;
      line-height: 1.02;
      margin-bottom: 19px;
      font-family: var(--primary-font);
    }

    p {
      line-height: 2;
    }
  }
}

.mission-stage {
  gap: 29px;
  list-style: none;
  padding: 0;
  align-items: end;

  .mission_img {
    width: 100%;
    max-width: 307px;
    min-height: 543px;

    margin-top: -180px;

    img {
      width: 100%;
      height: 100%;
      /* object-fit: cover; */
    }
  }

  .mission-panel {
    padding: 34px 27px 34px 18px;
    border-radius: 10px;
    background: #e9fff2;
    font-size: 16px;
    line-height: 1.5;
    color: #565353;
    width: 100%;
    max-width: 476px;
    min-width: 476px;
    min-height: 366px;

    display: flex;
    gap: 0px;
    flex-direction: column;

    .mission-item {
      display: flex;
      gap: 16px;
      align-items: center;

      h3 {
        color: #0b2416;
        font-size: 20px;
        line-height: 38px;
        margin-bottom: 0;
      }
    }

    .mission-icon {
      display: grid;
      width: 48px;
      height: 48px;
      flex: 0 0 48px;
      place-items: center;
      border-radius: 12px;
      color: #fff;
      font-size: 20px;
      background: #0b2416;
      background: linear-gradient(90deg,
          rgba(11, 36, 22, 1) 0%,
          rgba(22, 92, 51, 1) 100%);
    }

    &.dark {
      background: #165c33;
      color: #fff;
      padding: 45px 30px;
      line-height: 30px;
      gap: 0px;
      min-height: 366px;

      p {
        color: #fff;
        margin-bottom: 0px;

        &:last-child {
          margin-bottom: 0;
        }
      }
    }
  }
}

.why_choose_about {
  .leaf_dna {
    left: -238px;
  }

  .sec_heading {
    color: var(--sage);

    &::before {
      background: var(--sage);
    }
  }

  .text-sage {
    color: #165c33;
  }

  .why-img {
    width: 100%;
    height: 330px;
    border-radius: 12px;
  }

  .why-stage {
    position: relative;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .why-row {
    display: flex;
    justify-content: end;
    position: relative;
    width: 100%;
    max-width: 375px;

    &:hover {
      .why-card {
        background: #0b2416;

        h3,
        p {
          color: #fff;
        }
      }
    }
  }

  .why-row.one {
    /* top: 0;
    left: 50%;
    transform: translateX(-16%); */
    grid-column: 1 / 3;
    justify-self: center;
  }

  .why-row.two {
    /* left: 0;
    top: 240px; */
    grid-column: 1;
  }

  .why-row.three {
    /* right: 0;
    top: 240px; */
    grid-column: 2;
  }

  .why-row.four {
    /* left: 50%;
    bottom: 0;
    transform: translateX(-6%); */
    grid-column: 1 / 3;
    justify-self: center;
  }

  .why-num {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: grid;
    width: 101px;
    height: 101px;
    place-items: center;
    margin-right: -28px;
    border-radius: 50%;
    border: 10.25px solid #fff;
    background: #0b2416;
    background: linear-gradient(90deg,
        rgba(11, 36, 22, 1) 0%,
        rgba(22, 92, 51, 1) 100%);
    color: #fff;
    font-family: var(--secondary-font);
    font-size: 37px;
    font-weight: 400;
    flex: 0 0 auto;
  }

  .why-card {
    width: 305px;
    min-height: 200px;
    padding: 32px 30px 28px 52px;
    border-radius: 4px;
    background: #edf2f6;
    border-radius: 6.53px;
    transition: background-color 0.35s ease, color 0.35s ease;

    h3 {
      margin: 0 0 20px;
      font-family: var(--primary-font);
      font-size: 20px;
      font-weight: 700;
      color: var(--black);
      transition: color 0.35s ease;
    }

    p {
      margin: 0;
      color: #565353;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.4;
      font-family: var(--secondary-font);
      transition: color 0.35s ease;
    }
  }

  .why-card.dark {
    background: var(--dark);
    color: #fff;
  }

  .why-card.dark p {
    color: rgba(255, 255, 255, 0.75);
  }
}

.innovation_panel {
  padding: 80px 0;
}

.innovation_wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;

  &::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 205px;
    border-radius: 20px;
    background: #0b2416;
    background: linear-gradient(90deg,
        rgba(11, 36, 22, 1) 0%,
        rgba(22, 92, 51, 1) 100%);

    z-index: -1;
    clip-path: polygon(0 0, 92% 0, 100% 90%, 100% 100%, 0 100%);
  }

  .innovation-card {
    width: 360px;
    min-height: 360px;
    padding: 28px 28px 0;
    border-radius: 8px;
    background: #165c33;
    color: #fff;
    box-shadow: var(--green-shadow);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    overflow: hidden;

    &::after {
      content: "";
      position: absolute;
      top: -55%;
      right: -55%;
      /* transform: translate(50%, 50%); */
      width: 457px;
      height: 423px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.08);
    }

    .ico {
      background: #0b2416;
      background: linear-gradient(90deg,
          rgba(11, 36, 22, 1) 0%,
          rgba(22, 92, 51, 1) 100%);
      height: 62px;
      width: 62px;
      border-radius: 12px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    h3 {
      font-family: var(--primary-font);
      font-size: 30px;
      line-height: 1;
      font-weight: 700;
    }

    p {
      color: #fff;
      font-size: 16px;
      line-height: 32.5px;
      margin-bottom: 0;
    }

    .italy-flag {
      display: inline-block;
      width: 36px;
      height: 22px;
      border-radius: 2px;
      background: linear-gradient(90deg,
          #159447 0 33%,
          #fff 33% 66%,
          #c7362f 66%);
    }

    .made-italy {
      display: flex;
      align-items: center;
      gap: 13px;
      padding: 16px 34px;
      border: 1px solid rgba(37, 163, 90, 0.1);
      border-radius: 10px;
      background: rgba(37, 163, 90, 0.01);
      font-size: 15px;
      font-weight: 900;
      letter-spacing: 0.02em;
      text-transform: uppercase;
    }
  }
}

/* about.html */

.language-pill {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 48px;
  padding: 4px 6px 4px 18px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 999px;
  color: #1b2d25;
  font-size: 13px;
  font-weight: 800;
}

.language-pill span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--forest);
  color: #fff;
}

.partner-btn,
.pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 5px 6px 5px 21px;
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 999px;
  color: var(--deep);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.inner-hero {
  position: relative;
  min-height: 515px;
  overflow: hidden;
}

.inner-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
}

.inner-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(5, 56, 33, 0.78),
      rgba(5, 56, 33, 0.18) 48%,
      rgba(0, 0, 0, 0));
}

.inner-hero .container {
  position: relative;
  z-index: 2;
  min-height: 515px;
  padding-top: 88px;
  display: flex;
  align-items: center;
}

.inner-hero h1 {
  color: #fff;
  font-family: var(--primary-font);
  font-size: clamp(62px, 6vw, 86px);
  font-weight: 700;
  line-height: 0.9;
}

.section-tight {
  padding: 86px 0;
}

.about-card {
  min-height: 450px;
  padding: 48px 36px;
  border: 1px solid rgba(0, 93, 53, 0.2);
  border-radius: 8px;
  background: linear-gradient(145deg,
      rgba(255, 255, 255, 0.86),
      rgba(234, 248, 241, 0.65));
  box-shadow: 0 22px 70px rgba(0, 93, 53, 0.07);
}

.about-card.tall {
  transform: translateY(-62px);
}

.soft-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 78px;
  border-radius: 9px;
  background: #cdeedf;
  color: var(--forest);
  font-size: 18px;
}

.about-card h3 {
  color: var(--ink);
  font-family: var(--primary-font);
  font-size: 32px;
  font-weight: 600;
}

/* .stat-ribbon {
  min-height: 207px;
  margin-top: 112px;
  margin-left: 365px;
  padding: 62px 84px;
  background: linear-gradient(90deg, #063a22, var(--forest));
  color: #fff;
  clip-path: polygon(0 0, 87% 0, 100% 100%, 0 100%);
} */

.stat-block {
  padding-inline: 38px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.stat-block:first-child {
  border-left: 0;
}

.stat-block strong {
  display: block;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  font-family: var(--secondary-font);
  margin-bottom: 10px;
}

.stat-block span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 700;
}

.mission-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 24px 0;
}

.mission-item:first-child {
  padding-top: 0;
}

.mission-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.dark-panel {
  min-height: 366px;
  padding: 42px;
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.07)),
    var(--forest);
  color: #fff;
}

.vision-img {
  width: 100%;
  height: 545px;
  object-fit: cover;
  border-radius: 7px;
}

.check-line {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 700;
}

.check-line i {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  font-size: 15px;
  flex: 0 0 29px;
}

.why-img {
  width: 100%;
  height: 335px;
  object-fit: cover;
  border-radius: 9px;
  box-shadow: var(--soft-shadow);
}

/* contact.html */

.contact-stage {
  position: relative;
  margin-top: 38px;
  min-height: 654px;
}

.contact-card {
  position: relative;
  z-index: 2;
  /* width: min(100%, 825px);
  min-height: 598px;
  padding: 56px 56px 50px;
  border-radius: 5px;
  background: #fff;
  box-shadow: var(--soft-shadow); */
}

.contact-card h2 {
  margin: 0 0 12px;
  font-family: var(--primary-font);
  font-size: clamp(34px, 4vw, 42px);
  font-weight: 700;
  line-height: 1;
}

.contact-card p {
  margin-bottom: 26px;
  color: var(--muted);
}

.input-wrap textarea+i {
  top: 18px;
  transform: none;
}

.submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 41px;
  padding: 4px 6px 4px 31px;
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 999px;
  background: #fff;
  color: var(--deep);
  font-size: 12px;
  font-weight: 800;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 28px;
}

.method {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 11px;
  align-items: start;
}

.method-icon {
  width: 29px;
  height: 29px;
  border-radius: 7px;
  background: #dff5ea;
  color: var(--forest);
  font-size: 13px;
}

.method b {
  display: block;
  margin-bottom: 4px;
  color: #183428;
  font-size: 11px;
  line-height: 1.2;
}

.method span {
  display: block;
  font-size: 14px;
  color: #000;
  line-height: 19px;
  font-family: var(--secondary-font);
}

/* ok */

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(1.08);
}

.map-pin {
  position: absolute;
  top: 46%;
  left: 52%;
  transform: translate(-50%, -100%);
  color: #c43832;
  font-size: 38px;
  text-shadow: 0 2px 0 #fff;
  pointer-events: none;
}

/* home.html */

.text-forest {
  color: var(--forest);
}

.bg-forest {
  background: var(--forest);
  background-color: var(--forest);
}

.bg-deep {
  background-color: var(--deep);
}

.shadow-soft {
  box-shadow: var(--soft-shadow);
}

.shadow-green {
  box-shadow: var(--green-shadow);
}

.social-dot,
.icon-dot,
.arrow-dot {
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  flex: 0 0 auto;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 88, 48, 0.2);
  color: var(--forest);
}

.stellarnav>ul>li>a,
.nav-link {
  color: #495950;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding: 26px 0.45rem !important;
  letter-spacing: -0.01em;
  font-family: var(--secondary-font);
}

.stellarnav>ul>li>a:hover,
.nav-link:hover {
  color: var(--forest);
}

.stellarnav.mobile>ul>li:last-child {
  border-bottom: 0;
}

.pill-btn:hover {
  transform: translateY(-1px);
}

.btn-light-green {
  background: #fff;
  color: var(--forest);
  border-color: rgba(0, 88, 48, 0.18);
}

.btn-forest {
  background: var(--forest);
  color: #fff;
}

.btn-outline-green {
  color: var(--forest);
  background: #fff;
  border-color: rgba(0, 88, 48, 0.2);
}

.btn-outline-white {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
}

.btn-forest .arrow-dot,
.btn-outline-white .arrow-dot {
  background: #fff;
  color: var(--forest);
}

.lang-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-right: 38px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath d='M3.2 5.6a.8.8 0 0 1 1.13 0L8 9.27l3.67-3.67a.8.8 0 1 1 1.13 1.13l-4.23 4.24a.8.8 0 0 1-1.13 0L3.2 6.73a.8.8 0 0 1 0-1.13z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
  color: #fff !important;
  background-color: transparent;
  position: relative;

  &::before {
    position: absolute;
    background: linear-gradient(to right,
        rgba(11, 36, 22, 1) 0%,
        rgba(22, 92, 51, 1) 100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
  }
}

.language-pill .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 0.375rem 1.25rem 0.375rem 0.75rem;
  width: 75px;
  height: auto;
  background-color: transparent;
  background-position: right 0.2rem center !important;
  background-size: 20px 16px !important;

  option {
    color: #000;
  }
}

.languages {
  border: 1px solid #0b2416;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  max-width: 119px;
}

.main-nav {
  .cta_btn {
    .btn_text {
      color: #0b2416;
      border-color: #0b2416;
      padding: 0 10px;
      min-width: 111px;
    }

    .btn_icon {
      background: #0b2416;
      background: linear-gradient(90deg,
          rgba(11, 36, 22, 1) 0%,
          rgba(22, 92, 51, 1) 100%);
    }
  }
}

.languages .language-pill:first-child {
  background: linear-gradient(to right,
      rgba(11, 36, 22, 1) 0%,
      rgba(22, 92, 51, 1) 100%);
  max-width: 75px;
  padding: 6px 5px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.languages .language-pill:last-child {
  border: none;
  padding: 4px 20px 4px 10px;
  font-size: 14px;
  font-weight: 400;
  background: transparent;
}

.lang-select option {
  color: var(--deep);
  background: #fff;
}

.hero {
  .btn_bg .btn_text {
    background: linear-gradient(to right,
        rgba(11, 36, 22, 1) 0%,
        rgba(22, 92, 51, 1) 62%,
        rgba(22, 92, 51, 1) 62%);
    border-color: transparent;

    color: #fff;
  }

  & .cta_btn {
    .btn_icon {
      background: #0b2416;
      background: linear-gradient(90deg,
          rgba(11, 36, 22, 1) 0%,
          rgba(22, 92, 51, 1) 100%);
    }
  }

  .whiteBtn.btn_icon {
    background: #fff;
  }
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    radial-gradient(circle at 84% 22%,
      rgba(255, 255, 255, 0.26),
      transparent 18rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0) 38%);
  pointer-events: none;
}

.italy-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 10px;
  margin-bottom: 25px;
  backdrop-filter: blur(5px);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 11px;
  border: rgba(255, 255, 255, 0.2) 1px solid;
}

.flag {
  display: inline-block;
  width: 52px;
  height: 33px;
  border-radius: 0;
  background: linear-gradient(90deg, #159447 0 33%, #fff 33% 66%, #c7362f 66%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.hero p {
  max-width: 540px;
  margin-top: 30px;
  margin-bottom: 1.8rem !important;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  line-height: 1.85;
}

.stats-strip {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;

  &::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: var(--forest);
    content: "";
    background-position: bottom;
    z-index: -1;
  }
}

.stat-card {
  background: var(--forest);
  color: #fff;
  padding: 18px 48px;
  min-height: 110px;
  /* border-left: 1px solid rgba(255, 255, 255, 0.12); */
  position: relative;

  &:before {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 80%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 48%, rgba(255, 255, 255, 0) 99%);
    content: "";
    opacity: 0.3;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.products_home .product-card {
  margin-bottom: 30px;
}

.stat-card:first-child {
  border-left: 0;
  padding-left: 0;
}

.stat-card:last-child {
  position: relative;

  &::after {
    position: absolute;
    right: -115px;
    top: 0px;
    width: 190px;
    height: 138px;
    background: url(../img/slice-2.svg) no-repeat;
    content: "";
    background-position: bottom;
    z-index: -1;
    background-size: cover;
  }

  /* &::before {
    display: none;
  } */

  /* clip-path: polygon(0 0, 91% 0, 100% 100%, 0 100%); */
}

.stat-number {
  font-size: 42px;
  font-weight: 600;
}
.stat-card {
    padding: 18px 15px;
}
.stat-label {
  margin-top: 4px;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 600;
}

.section-pad {
  padding: 100px 0;
}

.section-pad-sm {
  padding: 88px 0;
}

.section-soft {
  background:
    linear-gradient(180deg,
      rgba(255, 255, 255, 0.72),
      rgba(244, 252, 248, 0.72)),
    radial-gradient(circle at 100% 20%,
      rgba(194, 236, 217, 0.46),
      transparent 20rem);
}

.hero .pill-btn,
.cta-inner .pill-btn {
  min-width: 154px;
  justify-content: space-between;
}

.facility-img {
  width: 100%;
  max-width: 474px;
  height: 630px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  box-shadow: var(--soft-shadow);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.italy-card {
  position: absolute;
  right: 0px;
  bottom: -35px;
  max-width: 304px;
  width: 100%;
  padding: 33px 20px;
  border-radius: 12px;
  background: url(../img/leaf-small.png) right bottom no-repeat #0b2416;
  color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;

  p {
    font-size: 23px;
    font-family: var(--primary-font);
    margin-bottom: 5px;
  }
}

.body-copy {
  font-size: 16px;
  line-height: 1.8;
}

.italy-card .font-display {
  font-size: 51px;
  color: #25a35a;
  font-weight: 700;
  line-height: 0.9;
}

.bottle-img {
  width: 420px;
  height: 378px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.bottle-overlap {
  margin-top: -347px;
}

.pb-100 {
  padding-bottom: 100px;
}

.check-list {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
  color: #000;
  font-size: 16px;

  li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 15px;

    &::before {
      position: absolute;
      left: 0;
      top: 0;
      width: 30px;
      height: 30px;
      background: url(../img/check.svg) no-repeat;
      content: "";
    }
  }
}

.doctor-img,
.market-img,
.testimonial-img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.doctor-img {
  height: 300px;
}

.market-img {
  height: 618px;
}

.testimonial-img {
  height: 652px;
}

.portfolio-card h3,
.service-card h3,
.market-card h3 {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 30px;
}

.portfolio-tabs .btn {
  border-radius: 999px;
  padding: 11px 26px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.portfolio-tabs .btn:hover {
  background: var(--forest);
  border-color: var(--forest);
  color: #fff;
}

.portfolio-tabs .btn-outline-success {
  --bs-btn-color: #0b2416;
  --bs-btn-border-color: #0b2416;
  --bs-btn-hover-bg: var(--forest);
  --bs-btn-hover-border-color: var(--forest);
  --bs-btn-hover-color: #fff;
  background: #fff;
  color: #0b2416;
}

.portfolio-tabs .btn-success {
  --bs-btn-bg: var(--forest);
  --bs-btn-border-color: var(--forest);
  --bs-btn-hover-bg: var(--deep);
  --bs-btn-hover-border-color: var(--deep);
}

.portfolio-tabs .btn.active {
  background: #0b2416;
  border-color: #0b2416;
  color: #fff;
}

.product-item {
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.product-item.is-hidden {
  display: none;
}

.portfolio-card {
  border: 1px solid rgba(0, 88, 48, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 55px rgba(2, 64, 36, 0.07);
  min-height: 245px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.portfolio-card::before {
  content: "";
  position: absolute;
  top: 32px;
  right: 30px;
  width: 110px;
  height: 1px;
  background: rgba(0, 88, 48, 0.18);
}

.card-copy {
  color: #6d7772;
  font-size: 13px;
  line-height: 1.8;
}

.molecule-bg {
  color: #fff;

  .sec_heading {
    &::before {
      background: white;
    }
  }
}

.service-card {
  min-height: 509px;
  max-width: 384px;
  width: 100%;
  padding: 54px 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(2px);
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  transition: margin-top 0.3s ease-in-out;
  -webkit-transition: margin-top 0.3s ease-in-out;
  -moz-transition: margin-top 0.3s ease-in-out;
  -o-transition: margin-top 0.3s ease-in-out;

  p {
    margin-top: 62px;
    font-weight: 300;
  }
}

.service-card:hover {
  margin-top: -70px;
}

.mt-111 {
  margin-top: 111px;
}

.service-icon {
  display: grid;
  width: 122px;
  height: 122px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: -34px;
  bottom: 25px;

  img {
    width: 61px;
    object-fit: cover;
  }
}

.market-card {
  min-height: 345px;
  padding: 58px 28px;
  margin-top: 121px;
  border-radius: 8px;
  background: var(--forest);
  color: #fff;

  p {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 15px;
  }
}

.markets .body-copy {
  font-size: 18px;
  line-height: 1.8;
  color: #78716c;
}

.testimonial-card {
  padding: 87px 27px;
  border-radius: 8px;
  background: #eef2f6;
  text-align: center;
  max-width: 900px;
  width: 100%;
}

.testimonial-slider {
  position: relative;
  margin-left: -140px;
}

.testimonial-slider .slick-list {
  overflow: visible;
}

.testimonial-slide {
  outline: none;
}

.testimonial-slide:not(.slick-active) {
  opacity: 0;
  pointer-events: none;
}

.testimonial-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.quote-mark {
  position: absolute;
  top: 61px;
  right: 40px;
  z-index: 1;
  width: 106px;
}

.round-control {
  display: inline-grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(90deg,
      rgba(11, 36, 22, 1) 0%,
      rgba(22, 92, 51, 1) 100%);
  color: #fff;
  font-size: 20px;

  &.testimonial-prev {
    background: linear-gradient(90deg,
        rgba(22, 92, 51, 1) 0%,
        rgba(11, 36, 22, 1) 100%);
  }
}

.cta-inner {
  padding: 36px 48px;
  border-radius: 60px 60px 0 0;
  background: linear-gradient(90deg,
      rgba(11, 36, 22, 1) 0%,
      rgba(22, 92, 51, 1) 100%);
  color: #fff;
  box-shadow: var(--green-shadow);
}

.leaf-bg {
  padding-top: 112px;
  background-image:
    radial-gradient(circle at 85% 50%,
      rgba(116, 185, 156, 0.22),
      transparent 18rem),
    linear-gradient(rgba(0, 64, 38, 0.94), rgba(0, 88, 48, 0.94)),
    url("https://images.unsplash.com/photo-1531945086322-64e60a6d6fbd?auto=format&fit=crop&w=1800&q=80");
  background-position: center;
  background-size: cover;
  color: #fff;
}

/* news-details.html */

.details-section {
  position: relative;
  padding: 76px 0 122px;
  background:
    radial-gradient(circle at 0 46%,
      rgba(219, 248, 235, 0.78),
      transparent 18rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(232, 249, 241, 0.74));
  overflow: hidden;
}

.article-kicker {
  margin-bottom: 16px;
  color: #22382e;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.author-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 24px 0 34px;
}

.author-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #132c20;
  font-size: 12px;
  font-weight: 800;
}

.author-pill img,
.author-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.author-pill img {
  object-fit: cover;
}

.author-icon {
  background: #dff5ea;
  color: var(--sage);
  font-size: 16px;
}

.article-image {
  width: 100%;
  height: 304px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 20px 42px rgba(0, 93, 53, 0.08);
}

.article-body {
  margin-top: 24px;
  color: #3f4d47;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.85;
}

.article-body h2 {
  margin: 24px 0 10px;
  color: #1d3329;
  font-family: var(--primary-font);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.15;
}

.related-list {
  display: grid;
  gap: 17px;
}

.related-item {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 16px;
  align-items: start;
}

.related-item img {
  width: 112px;
  height: 82px;
  object-fit: cover;
  border-radius: 3px;
}

.related-item h3 {
  margin: 0 0 6px;
  color: #132b20;
  font-family: var(--primary-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.related-item p {
  margin: 0;
  color: #56665f;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
}

.lang-select {
  width: 75px;
  padding: 0px 10px !important;
  text-align: center;
}

/* news.html */

.topbar {
  min-height: 45px;
  background: var(--forest);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 0;
  position: relative;
  z-index: 3;

  a {
    color: #fff;
  }
}

.social-dot,
.round-icon,
.arrow-dot {
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  flex: 0 0 auto;
}

.social-dot {
  img {
    width: 30px;
  }
}

.top-contact .round-icon {
  width: 22px;
  height: 22px;
  background: #fff;
  color: var(--forest);
  font-size: 11px;
}

.main-nav {
  position: relative;
  z-index: 2;
  margin-bottom: -100px;
  top: -7px;
}

.main-nav.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  margin-bottom: 0;
  /* animation: navSlideDown 0.3s ease;
  -webkit-animation: navSlideDown 0.3s ease; */
}

.main-nav.is-sticky .nav-shell {
  min-height: 52px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.main-nav.is-sticky .nav-shell::before,
.main-nav.is-sticky .nav-shell::after {
  height: 80px;
}

.main-nav.is-sticky .nav-shell img.img-fluid {
  max-height: 38px;
}

@keyframes navSlideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.nav-shell {
  padding-left: 26px;
  padding-right: 18px;
  min-height: 64px;
  padding: 16px 15px;
  background: rgba(255, 255, 255, 1);
  box-shadow: none !important;
  /* box-shadow: 0 16px 45px rgba(0, 0, 0, .08); */
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;

  &::before {
    position: absolute;
    left: -73px;
    top: 0;
    width: 93px;
    height: 100px;
    background: url(../img/slice-head.svg) no-repeat;
    content: "";
    background-position: bottom;
    z-index: -1;

  }

  &::after {
    position: absolute;
    right: -73px;
    top: 0;
    width: 93px;
    height: 100px;
    background: url(../img/slice-head.svg) no-repeat;
    content: "";
    background-position: bottom;
    z-index: -1;
    transform: scaleX(-1);

  }
}

.brand {
  width: 168px;
  color: var(--forest);
  flex: 0 0 auto;
}

.brand-leaf {
  display: block;
  margin: 0 auto 1px;
  color: var(--forest);
  font-size: 22px;
  line-height: 1;
}

.brand-name {
  color: var(--forest);
  display: block;
  font-family: var(--primary-font);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 0.95;
  text-align: center;
}

.brand-sub {
  display: block;
  margin-top: 3px;
  color: #52675d;
  font-size: 5px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
}

.stellarnav {
  flex: 1 1 auto;
  width: auto;
  background: transparent;
}

.stellarnav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0;
  padding: 0;
}

.stellarnav>ul>li {
  display: inline-flex;
  float: none;
  list-style: none;
}

.stellarnav>ul>li>a {
  padding: 27px 0 !important;
  color: #000000;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}

.stellarnav>ul>li>a:hover,
.stellarnav>ul>li.active>a {
  color: #000000;
  font-weight: 800;
}

.stellarnav.mobile {
  position: static;
  width: auto;
  order: 3;
  flex: 0 0 auto;
}

.stellarnav.mobile .menu-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--forest);
  font-size: 12px;
  font-weight: 900;
}

.stellarnav.mobile .menu-toggle span.bars span {
  background: var(--forest);
}

.stellarnav.mobile>ul {
  position: absolute;
  z-index: 45;
  top: 100%;
  left: 12px;
  right: 12px;
  display: none;
  overflow: hidden;
  margin-top: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.stellarnav.mobile>ul>li {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 93, 53, 0.08);
}

.stellarnav.mobile>ul>li>a {
  display: block;
  padding: 15px 18px !important;
  color: var(--deep);
  font-size: 14px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.search-btn {
  width: 40px;
  height: 40px;
  border: 0;
  background: #d8efe4;
  color: var(--forest);
  font-size: 16px;
}

.language-pill,
.partner-btn,
.pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 41px;
  padding: 4px 5px 4px 16px;
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 999px;
  color: var(--deep);
  background-color: #fff;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.language-pill span,
.arrow-dot {
  width: 32px;
  height: 32px;
  background: var(--forest);
  color: #fff;
  font-size: 13px;
}

.hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
}

.hero-slider {
  position: absolute;
  inset: 0;
}

.hero-slider,
.hero-slider .slick-list,
.hero-slider .slick-track,
.hero-slider .slick-slide,
.hero-slider .slick-slide>div,
.hero-slide {
  height: 100%;
}

.hero-slider .slick-slide>div {
  line-height: 0;
}

.hero-slide {
  position: relative;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(6, 55, 31, 0.8),
      rgba(6, 55, 31, 0.27) 45%,
      rgba(255, 255, 255, 0));
}

.hero-content {
  position: relative;
  z-index: 2;
  min-height: 406px;
  padding-top: 0;
  display: flex;
  /* align-items: center; */
  margin-top: 161px;
}

.hero-content-item {
  position: absolute;
  top: 0;
  left: var(--bs-gutter-x, 0.75rem);
  right: var(--bs-gutter-x, 0.75rem);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease, visibility 0s linear 0.6s;
}

.hero-content-item.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.hero h1 {
  max-width: 610px;
  font-style: italic;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  color: #fff;
  font-family: var(--primary-font);
  font-size: 70px;
  font-weight: 600;
  line-height: 0.95;
}

.breadcrumb-chip {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 24px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.news-section {
  position: relative;
  padding: 86px 0 124px;
  background:
    radial-gradient(circle at 0 52%,
      rgba(219, 248, 235, 0.78),
      transparent 18rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(232, 249, 241, 0.74));
  overflow: hidden;
}

.section-eyebrow {
  margin-bottom: 12px;
  color: #27392f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.news-grid {
  width: min(100%, 980px);
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.news-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 238px;
  overflow: hidden;
  border-radius: 5px;
  background: var(--mint);
}

.news-card.wide {
  grid-column: auto;
}

.news-card.reverse .news-copy {
  order: 2;
}

.news-card.reverse .news-img {
  order: 1;
}

.news-card.stack {
  grid-template-columns: 1fr 1fr;
}

.news-card.stack .news-img {
  height: 100%;
}

.news-img {
  width: 100%;
  height: 100%;
  min-height: 238px;
  object-fit: cover;
}

.news-copy {
  padding: 28px 24px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.news-copy h3 {
  margin: 0 0 12px;
  color: #102c20;
  font-family: var(--primary-font);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.05;
}

.news-copy p {
  margin: 0;
  color: #4f6158;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.55;
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 18px;
  color: #0d2b1d;
  font-size: 11px;
  font-weight: 900;
}

.read-more .arrow-dot {
  width: 30px;
  height: 30px;
  font-size: 12px;
}

.load-more {
  margin-top: 48px;
  min-width: 125px;
  justify-content: space-between;
}

.cta-wrap {
  position: relative;
  z-index: 4;
  margin-top: -60px;
  margin-bottom: -48px;
}

.cta-band {
  position: relative;
  z-index: 4;
  margin-bottom: -64px;
  min-height: 100px;
  padding: 27px 48px 27px 80px;
  background: var(--forest);
  color: #fff;
  clip-path: polygon(6% 0, 91% 0, 100% 100%, 0 100%);
  box-shadow: var(--green-shadow);
}

.cta-band h2 {
  margin: 0;
  font-family: var(--primary-font);
  font-size: clamp(27px, 3vw, 34px);
  font-weight: 700;
}

.cta-band .pill-btn {
  min-height: 38px;
  border-color: rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #fff;
  font-size: 10px;
}

.cta-band .pill-btn.light {
  border-color: #fff;
  background: #fff;
  color: var(--deep);
}

.cta-band .arrow-dot {
  width: 30px;
  height: 30px;
  background: #fff;
  color: var(--forest);
}

.cta-band .pill-btn.light .arrow-dot {
  background: var(--forest);
  color: #fff;
}

.site-footer {
  padding-top: 112px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 35%,
      rgba(67, 185, 135, 0.16),
      transparent 22rem),
    linear-gradient(115deg, rgba(3, 40, 23, 0.98), rgba(0, 92, 52, 0.92)),
    url("https://images.unsplash.com/photo-1531945086322-64e60a6d6fbd?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
}

.footer-brand .brand-leaf,
.footer-brand .brand-name {
  color: #fff;
  text-align: left;
}

.footer-brand .brand-leaf {
  margin: 0 0 5px;
}

.footer-brand .brand-sub {
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}

.footer-line {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.footer-copy {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.8;
}

.footer-link {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
  line-height: 2.2;
}

.footer-contact {
  display: grid;
  gap: 18px;
  font-size: 14px;
  font-weight: 800;
}

.footer-contact .round-icon {
  width: 24px;
  height: 24px;
  margin-right: 11px;
  background: #dff7ec;
  color: var(--forest);
  font-size: 11px;
}

.subscribe {
  display: flex;
  max-width: 420px;
  height: 43px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
}

.subscribe input {
  padding-inline: 20px;
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.subscribe input::placeholder {
  color: #fff;
  opacity: 1;
}

.subscribe button {
  height: 44px;
  width: 66px;
  border: 0;
  border-radius: 999px;
  background: var(--sage);
  color: #fff;
  font-size: 19px;
}

.copyright {
  margin-top: 58px;
  background: var(--forest);
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 600;
}

/* product-details.html */

.round-icon,
.arrow-dot {
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  flex: 0 0 auto;
}

.details-page {
  position: relative;
  padding: 70px 0 70px;
  overflow: hidden;
}

.dna-mark {
  position: absolute;
  width: 360px;
  height: 360px;
  border: 35px solid var(--forest);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  opacity: 0.075;
  pointer-events: none;
  transform: rotate(34deg);
}

.section-kicker {
  margin-bottom: 8px;
  color: #172a21;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.section-title {
  margin: 0;
  color: #10291e;
  font-family: var(--primary-font);
  font-size: 29px;
  font-weight: 700;
  line-height: 1.08;
}

.overview-copy p {
  margin: 12px 0 18px;
  color: #64746d;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.8;
}




.benefit-list li {
  display: grid;
  grid-template-columns: 27px 1fr;
  gap: 10px;
  color: #4e6057;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.45;
}

.benefit-list b {
  display: block;
  color: #132b20;
  font-size: 10px;
  margin-bottom: 2px;
}

.benefit-list .round-icon {
  width: 24px;
  height: 24px;
  background: var(--forest);
  color: #fff;
  font-size: 11px;
}

.info-wrap {
  width: min(100%, 820px);
  margin: 0 auto 64px;
}

.details-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 4px;
  font-size: 10px;
  box-shadow: 0 0 0 1px rgba(0, 93, 53, 0.18);
}

.details-table td {
  padding: 10px 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #24372e;
  font-weight: 600;
}

.details-table tr:nth-child(even) td {
  background: #eef1f0;
}

.ingredients-card {
  position: relative;
  min-height: 190px;
  padding: 25px 26px;
  border-radius: 5px;
  overflow: hidden;
  background: var(--forest);
  color: #fff;
  box-shadow: var(--green-shadow);
}

.ingredients-card::after {
  content: "";
  position: absolute;
  right: 9px;
  top: 8px;
  width: 138px;
  height: 138px;
  border-radius: 0 0 0 120px;
  background: rgba(255, 255, 255, 0.12);
}

.ingredients-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 13px;
  font-family: var(--primary-font);
  font-size: 26px;
  font-weight: 700;
}

.ingredients-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  font-weight: 700;
}

.ingredients-card i {
  margin-right: 8px;
  color: #c9f2df;
}

.inquiry-wrap {
  width: min(100%, 820px);
  margin: 0 auto 70px;
  display: grid;
  grid-template-columns: 340px 1fr;
  align-items: stretch;
}

.inquiry-img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 4px 0 0 4px;
}

.form-control,
.form-select {
  height: 33px;
  border: 1px solid #c8d8d0;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.68);
  color: #12291e;
  font-size: 10px;
  font-weight: 700;
  box-shadow: none !important;
}

.form-control::placeholder {
  color: #000000;
  opacity: 1;
}

textarea.form-control {
  min-height: 58px;
  resize: none;
}

.input-wrap {
  position: relative;
}

.input-wrap i {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  color: #000000;
  font-size: 9px;
  pointer-events: none;
}

.faq-accordion {
  display: grid;
  gap: 9px;
}

.faq-item {
  border: 1px solid rgba(0, 93, 53, 0.16);
  border-radius: 4px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.76);
}

.faq-button {
  width: 100%;
  min-height: 39px;
  padding: 0 15px;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #172d23;
  font-size: 10px;
  font-weight: 800;
  text-align: left;
}

.faq-button::after {
  content: "+";
  color: var(--forest);
  font-size: 14px;
  font-weight: 800;
}

.faq-button:not(.collapsed)::after {
  content: "-";
}

.faq-body {
  padding: 0 15px 14px;
  color: #66746d;
  font-size: 9px;
  line-height: 1.65;
}

.faq-img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 5px;
}

.related-wrap {
  width: min(100%, 820px);
  margin: 0 auto;
}

.related-head {
  margin-bottom: 22px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 9px;
  color: #132b20;
  font-family: var(--primary-font);
  font-size: 19px;
  font-weight: 700;
}

/* product.html */
.font-display {
  font-family: var(--primary-font);
}

.text-sage {
  color: var(--sage);
}

.product-section {
  position: relative;
  min-height: 100vh;
  padding: 88px 0 96px;
  overflow: hidden;
}

.product-section::before {
  content: "";
  position: absolute;
  left: -210px;
  top: 90px;
  width: 520px;
  height: 520px;
  border: 46px solid var(--forest);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  opacity: 0.055;
  transform: rotate(34deg);
  pointer-events: none;
}

.portfolio-head {
  margin-bottom: 34px;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 15px;
  color: #14251d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.33em;
  text-transform: uppercase;
}

.eyebrow::after {
  content: "";
  width: 130px;
  height: 1px;
  background: rgba(20, 37, 29, 0.65);
}

.portfolio-head h1 {
  margin: 0;
  color: #0f2a1f;
  font-family: var(--primary-font);
  font-size: clamp(34px, 3.6vw, 45px);
  font-weight: 700;
  line-height: 1.05;
}

.portfolio-layout {
  width: min(100%, 1018px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 26px;
  align-items: start;
}

.category-panel {
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(231, 247, 239, 0.82);
  box-shadow: 0 12px 38px rgba(0, 93, 53, 0.05);
}

.cat-all {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 47px;
  padding: 0 14px;
  border-radius: 7px;
  background: var(--dark);
  color: #fff;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 600;
}

.cat-all i {
  color: var(--sage);
  font-size: 19px;
}

.category-accordion {
  display: grid;
  gap: 0;
  margin-top: 12px;
}

.category-accordion .accordion-item {
  border: 0;
  background: transparent;
}

.category-accordion .accordion-button {
  width: 100%;
  border: 0;
  box-shadow: none;
}

.category-accordion .accordion-button::after {
  display: none;
}

.category-group {
  margin-top: 12px;
  padding: 10px;
  border: 1px solid rgba(0, 93, 53, 0.2);
  border-radius: 8px;
  background: rgba(221, 246, 233, 0.86);
}

.category-head,
.category-link {
  display: flex;
  align-items: center;
  min-height: 43px;
  color: #0d2b1d;
  font-size: 13px;
  font-weight: 800;
}

.category-head {
  justify-content: space-between;
  padding: 0 3px 0 0;
  background: transparent;
}

.cat-name {
  display: flex;
  align-items: center;
  gap: 13px;
}

.cat-icon {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  background: var(--forest);
  color: #fff;
  font-size: 15px;
}

.category-head .bi-chevron-down,
.category-link .bi-chevron-down {
  color: var(--sage);
  font-size: 11px;
  transition: transform 0.2s ease;
}

.category-head.collapsed .bi-chevron-down,
.category-link.collapsed .bi-chevron-down {
  transform: rotate(-90deg);
}

.subcategory {
  display: grid;
  gap: 0;
  margin-top: 6px;
  padding: 10px 22px 10px 14px;
  border-radius: 7px;
  background: var(--dark);
}

.subcategory a:last-child {
  border-bottom: 0;
}

.subcategory .cat-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 12px;
}

.subcategory a.active .cat-icon {
  background: #fff;
  color: var(--forest);
}

.category-link {
  justify-content: space-between;
  padding: 12px 7px;
  border-bottom: 1px solid rgba(0, 93, 53, 0.16);
  background: transparent;
}

.category-link:last-child {
  border-bottom: 0;
}

.inquiry-card {
  border: 1px solid rgba(0, 93, 53, 0.35);
  border-left: 0;
  position: relative;
  margin-top: 26px;
  min-height: 284px;
  padding: 41px 26px 28px;
  border-radius: 7px;
  overflow: hidden;
  background: var(--forest);
  color: #fff;
  box-shadow: var(--green-shadow);
}

.inquiry-card::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 17px;
  width: 177px;
  height: 188px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.11);
}

.inquiry-card h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  max-width: 220px;
  font-family: var(--primary-font);
  font-size: 33px;
  font-weight: 700;
  line-height: 0.98;
}

.inquiry-card p {
  position: relative;
  z-index: 1;
  max-width: 250px;
  margin: 0 0 23px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.9;
}

.pill-btn {
  transition: 0.2s ease;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 5px 10px;
  border: 1px solid #0b2416;
  border-radius: 999px;
  font-family: var(--secondary-font);
  font-weight: 400;
  /* color: var(--deep); */
  background-color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

.arrow-dot {
  display: inline-grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--forest);
  color: #fff;
  font-size: 16px;
  flex: 0 0 auto;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 34px;
}

.product-card {
  position: relative;
  min-height: 282px;
  padding: 34px 28px 28px;
  border: 1px solid rgba(67, 185, 135, 0.65);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.74);
}

.product-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 112px;
  height: 112px;
  background: rgba(221, 232, 227, 0.76);
  border-radius: 0 7px 0 110px;
}

.product-tag {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 19px;
  color: var(--sage);
  font-size: 12px;
  font-weight: 900;
}

.product-tag::after {
  content: "";
  width: 92px;
  height: 1px;
  background: var(--sage);
}

.product-card h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 17px;
  color: #132b20;
  font-family: var(--primary-font);
  font-size: 27px;
  font-weight: 700;
}

.product-divider {
  position: relative;
  z-index: 1;
  height: 1px;
  width: 70%;
  margin: 40px auto 22px;
  background: rgba(67, 185, 135, 0.55);
}

.product-meta {
  margin-top: 18px;
  position: relative;
  z-index: 1;
  color: #0f2a1f;
  font-size: 12px;
  font-weight: 900;
}

.product-card .arrow-dot {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 48px;
  height: 48px;
  font-size: 20px;
}

.pagination-wrap {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 32px;
}

.page-btn {
  display: inline-grid;
  place-items: center;
  width: 33px;
  height: 33px;
  border: 1px solid #d5ddd9;
  border-radius: 5px;
  background: #fff;
  color: #6a746f;
  font-size: 14px;
  font-weight: 700;
}

.page-btn.active {
  border-color: var(--forest);
  color: var(--forest);
}

.page-btn.disabled {
  background: #d4dadd;
  color: #fff;
}

.manufacturing,
.about_home,
.products_home,
.markets {
  .cta_btn {
    margin: 20px 0 0;

    .btn_text {
      color: #0b2416;
      border-color: #0b2416;
    }

    .btn_icon {
      background: #0b2416;
      background: linear-gradient(90deg,
          rgba(11, 36, 22, 1) 0%,
          rgba(22, 92, 51, 1) 100%);
    }
  }
}

.manufacturing {
  .leaf_dna {
    top: 0;
    right: 0%;
    left: auto;
    max-width: 777px;

    img {
      width: 100%;
      object-fit: cover;

      height: auto;
    }
  }
}

.about_home_section.about_home {
  .leaf_dna {
    top: -22%;
    left: 0;

    /* max-width: max-content; */
    img {
      width: 100%;
      object-fit: cover;
      max-width: 565px;
    }
  }

  .about_glow {
    height: 359px;
    width: 359px;
    position: absolute;
    content: "";
    right: -107px;
    top: 16%;
    transform: translateY(-50%);
    background: rgb(37 163 90 / 18%);
    z-index: -1;
    border-radius: 50%;
    filter: blur(100.6px);
    pointer-events: none;
  }
}

.why_choose_home {
  .leaf_dna {
    top: 7%;
    left: 0;
    max-width: 621px;

    img {
      width: 100%;
      object-fit: cover;
      height: auto;
    }
  }
}

.g_stroke {
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 1%,
      rgba(37, 163, 90, 1) 52%,
      rgba(255, 255, 255, 0) 100%);
  border: none;
  height: 1px;
  opacity: 1;
}

.w-90 {
  width: 90%;
}

.testimonials {
  .sec_title {
    span {
      color: #165c33;
    }
  }
}

.markets {
  .why_choose_glow {
    height: 457px;
    width: 457px;
    top: 0;
    transform: translateY(-40%);
    left: -175px;
  }

  .two.why_choose_glow {
    height: 457px;
    width: 457px;
    top: 50%;
    transform: translateY(-40%);
    right: -175px;
    left: auto;
  }
}

.testimonials {
  .why_choose_glow {
    height: 457px;
    width: 457px;
    top: 0%;
    transform: translateY(-40%);
    right: -175px;
    left: auto;
  }
}

body {
  overflow-x: hidden;
}

.cta_btn {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
}

.cta_btn .btn_text {
  min-width: 170px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border: 1px solid #fff;
  border-radius: 100px;
  color: #F3E4E4;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.btn_bg .btn_text {
  background: #fff;
  color: #0B2416;
}

.contact-page .cta-band {
  padding-inline: 111px;
  position: relative;
  z-index: 1;
  /* min-height: 125px; */
  min-height: 115px;

  clip-path: none !important;

  &::before {
    position: absolute;
    content: "";
    left: -80px;
    top: 0;
    height: 115px;
    width: 105px;
    object-fit: contain;
    object-position: left;
    background: url('../img/shape-1.png') no-repeat;
    background-position: bottom;
    background-size: 132px;
    z-index: -1;
  }

  &::after {
    position: absolute;
    content: "";
    right: -101px;
    top: 0;
    width: 115px;
    height: 127px;
    background: url('../img/shape-1.png') no-repeat;
    background-size: 132px;
    /* background-position: bottom; */
    transform: scaleX(-1);
    z-index: -1;
  }


}

.cta_btn .btn_icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
  transition: all .3s ease;
}

.cta_btn .btn_icon img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.cta_btn:hover .btn_icon {
  transform: translateX(5px);
}

.why_choose_about {
  .cta_btn {
    margin: 35px 0;

    .btn_text {
      color: #0B2416;
      border-color: #0B2416;
    }

    .btn_icon {
      background: #0B2416;
      background: linear-gradient(90deg, rgba(11, 36, 22, 1) 0%, rgba(22, 92, 51, 1) 100%);
    }
  }
}

.cta-wrap {
  .sec_title {
    color: #fff;

    span {
      color: #25A35A;
    }
  }
}

.contact-section {
  z-index: 1;

  .leaf_dna {
    left: 0;
    top: -70px;

    img {
      object-position: left;
    }
  }

  .about_glow {
    top: 32px;
    right: -82px;
    transform: unset;
    left: auto;
  }
}

.contact_toptitle {
  margin-bottom: 50px;
}

.contact-section .container {
  padding-block: 75px;
  z-index: 3;
  border-radius: 10px;

  &::after {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 95%;
    height: 900px;
    background: #fff;
    top: 0;
    left: -66px;
    box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }

  &::before {
    position: absolute;
    content: "";
    width: 419px;
    height: 900px;
    background: #0B2416;
    background: linear-gradient(90deg, rgba(11, 36, 22, 1) 100%, rgba(22, 92, 51, 1) 10%);
    top: 0;
    /* left: 50%;
        transform: translateX(-50%); */
    box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.25);
    z-index: 1;
    right: -68px;
    border-radius: 0 10px 10px 0px;
  }
}

.input-wrap span {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.input-wrap span img {
  width: 18px;
  height: 18px;
}

/* For textarea */
.input-wrap textarea+span {
  top: 20px;
  transform: none;
}

.map-panel {
  position: relative;
  z-index: 2;

  iframe {
    width: 100%;
    height: 100%;
    max-height: 700px;
    border: none;
    border: 3px solid #165C33;
    border-radius: 10px;
  }
}



.input-wrap {
  position: relative;
  margin: 0 0 20px;
}

form {
  margin-bottom: 0;

  .cta_btn {
    border: none;
    background: none;
    margin: 35px 0 0;

    .btn_text {
      color: #0B2416;
      border-color: #0B2416;
    }

    .btn_icon {
      background: #0B2416;
      background: linear-gradient(90deg, rgba(11, 36, 22, 1) 0%, rgba(22, 92, 51, 1) 100%);
    }
  }

  textarea.form-control {
    resize: none;
    height: 100px;
  }

  .form-select {
    background-image: url('../img/company_down.svg');
  }

  .form-control,
  .form-select {
    height: 50px;
    border-radius: 10px;
    /* margin-bottom: 20px; */
    font-size: 16px;
    color: #0B2416;
    padding-inline: 20px;
    border-color: rgb(22 92 51 / 42%);

  }
}

.product_page {
  position: relative;

  .about_glow {
    background: rgb(37 163 90 / 26%);
    top: -10px;
    transform: unset;
  }
}

.related_product {
  position: relative;

  .about_glow {
    top: 0;
    transform: unset;
    width: 457px;
    height: 457px;
    background: rgb(37 163 90 / 23%);
  }
}

footer {
  padding-top: 96px;
  background: #0B2416;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(90deg, rgba(11, 36, 22, 1) 0%, rgba(22, 92, 51, 1) 100%);

  .leaf_dna {
    left: auto;
    right: 0;
    width: 100%;
    max-width: 804px;
    height: 489px;
    top: 0;
    z-index: -1;

    img {
      object-position: right;
    }
  }

  p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
  }

  .footer_logo {
    margin-bottom: 25px;
  }

  .footer_title {
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
  }

  .social-links {
    gap: 20px;

    .social-dot {
      height: 40px;
      width: 40px;
      border-radius: 50%;
      background: transparent;
    }
  }

  .footer_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 15px;

    li {
      transition: all 0.3s ease;

      a {
        text-decoration: none;
        color: #fff;
        transition: all 0.3s ease;
        font-size: 14px;

        &:hover {

          font-weight: bold;
          font-size: 16px;
        }
      }
    }
  }

  .footer_text {
    font-size: 20px;
    font-weight: 600;
    color: inherit;
    margin-top: 28px;
  }

  .footer_contact {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 30px;
  }

  .footer_contact li {
    display: flex;
    align-items: center;
    gap: 25px;
  }

  .footer_contact li a,
  .footer_contact li span:not(.foo_ico) {
    font-size: 20px;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
  }

  .foo_ico {
    width: 28px;
    height: 28px;
    min-width: 28px;
    background: #fff;
    color: #165C33;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
  }

  .foo_ico i {
    font-size: 18px;
    line-height: 1;
  }

  .footer_form {
    position: relative;
    width: 100%;
    max-width: 532px;

    /* height: 50px; */
    input {
      width: 100%;
      height: 50px;
      padding: 10px 32px;
      border: 1px solid #fff;
      border-radius: 50px;
      background: transparent;
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      outline: none;
    }

    button {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);

      width: 100px;
      height: 50px;

      border: 1px solid #fff;
      border-radius: 50px;

      background: #45A65A;
      color: #fff;

      display: flex;
      align-items: center;
      justify-content: center;

      cursor: pointer;
      transition: all .3s ease;
    }
  }

  .footer_form input::placeholder {
    color: #fff;
    opacity: 1;
  }


  .footer_form button:hover {
    transform: translateY(-50%) scale(1.05);
  }

  .footer_form button i {
    font-size: 28px;
  }
}

.footer_col {
  position: relative;
  min-height: 350px;

  &::before {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 80%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 48%, rgba(255, 255, 255, 0) 99%);
    content: "";
    opacity: 0.3;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  &:last-child {
    &::before {
      content: normal;
    }
  }
}

.bottom_footer {
  background: #165C33;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 30px 0;
  margin-top: 41px;

  a {
    color: inherit;

    &:hover {
      text-decoration: underline;
    }
  }
}

.innovation_wrap {
  &::before {
    position: absolute;
    content: "";
    /* width: 200px;
        height: 250px;
        background: #fff;
        top: 0;
        right: 0;
        background: url('../img/about_shape.png') no-repeat;
        background-position: bottom;
        background-size: 250px; */
    width: 100%;
    height: 205px;
    background-repeat: no-repeat;
    background-position: center;
    background: url('../img/about_shape1.png') no-repeat;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
  }

  &::after {
    content: normal;
  }
}

.leaf_dna {
  z-index: -1;
}

.about_glow,
.why_choose_glow {
  height: 359px;
  width: 359px;
  position: absolute;
  content: "";
  right: -107px;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(37 163 90 / 26%);
  z-index: -1;
  border-radius: 50%;
  filter: blur(97.6px);
  pointer-events: none;
}

.why_choose_glow {
  height: 457px;
  width: 457px;
  top: 60%;
  transform: translateY(-40%);
  right: -175px;
}

.mission-item {
  padding: 13px 0px;
}

.about_home {
  .leaf_dna {
    top: 10px;
  }
}

.contact-methods {
  display: flex;
  gap: 68px;
  margin-top: 39px;
}

.method {
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: 14px;
  color: #000;
  line-height: 19px;
  font-family: var(--secondary-font);

  b {
    color: #0B2416;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .method-icon {
    width: 48px;
    height: 48px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background-color: rgb(37 163 90 / 15%);
  }
}

.category-panel {
  background-color: rgb(233 246 239 / 69%);
  border-color: rgb(37 163 90 / 37%);
}

.category_title {
  color: #000000;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
  font-family: var(--primary-font);
}

/* Off-canvas category sidebar controls are hidden on desktop;
   they are activated below 991px in responsive.css */
.category-toggle,
.category-close,
.category-backdrop {
  display: none;
}

.about_home {
  .info-card {
    border: 1px solid #25A35A;
  }
}

.cat-icon {
  width: 42px;
  height: 42px;
  background: #0B2416;
  background: linear-gradient(90deg, rgba(11, 36, 22, 1) 0%, rgba(22, 92, 51, 1) 100%);
}

.subcategory {
  padding: 25px 16px;
}

#productCategoryAccordion .accordion-item {
  padding: 0;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  transition: padding .3s ease, background-color .3s ease,
    border-color .3s ease,
    box-shadow .3s ease;

  .accordion-header {
    margin: 0 0;
    transition: margin .3s ease;
  }

  .subcategory {
    margin-bottom: 19px;

    hr {
      margin: 18px auto 20px;
    }
  }

  .cat-name {
    font-size: 16px;
    font-weight: 500;
    color: #0B2416;
    gap: 14px;
  }

  .caret_down {
    img {
      transform: rotate(-90deg);
    }
  }

  .accordion-button {
    padding: 0;
  }

  hr {
    margin-block: 20px;
  }
}

#productCategoryAccordion .accordion-item.accor_open {
  background: rgb(192 242 213 / 20%);
  padding: 0 13px;
  border: 1px solid;
  border-color: rgb(22 92 51 / 82%);
  border-radius: 10px;
  margin-bottom: 20px;

  .accordion-header {
    margin: 13px 0;

    .accordion-button {
      padding-inline: 0;
    }
  }

  .subcategory {
    margin-bottom: 19px;
  }

  .caret_down {
    img {
      transform: none;
    }
  }

  hr {
    display: none;
  }
}

.category-accordion .accordion-button {
  background: transparent;
}

.subcategory .cat-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
}

.subcategory .cat-icon {
  background-color: #fff;
}

.subcategory a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 23px;
  color: #FFFFFF;
  font-family: var(--secondary-font);
  font-weight: 500;
  gap: 8px;
}

.inquiry-card {
  border-radius: 10px;
  border-width: 15px;
  border-color: var(--forest);
  overflow: hidden;
  padding: 53px 32px 37px;

  &::after {
    width: 457px;
    height: 429px;
    border-radius: 50%;
    top: -173px;
    right: -216px;
  }

  h2 {
    font-size: 42px;
    color: #fff;
    line-height: 1;
    font-family: var(--primary-font);
    font-weight: 600;
    max-width: unset;

    span {
      font-size: 28px;
      display: block;
    }
  }
}

.product-card {
  position: relative;
  z-index: 1;
  overflow: unset !important;
  padding: 0;
  background: #fff;

  border: none;

  &::after {
    content: normal;
  }

  &::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: 2;
    border: 1.16px solid #25A35A;
    border-radius: 10px;
  }


  .content {
    position: relative;
    z-index: 1;
    padding: 26px 25px 28px;
    border: 7px solid #FFF;
    font-size: 16px;
    line-height: 37.8px;
    color: #78716C;
    overflow: hidden;
    border-radius: 10px;

    &::after {
      width: 457px;
      height: 429px;
      border-radius: 50%;
      top: -173px;
      right: -216px;
      position: absolute;
      content: '';
      z-index: -1;
      background: rgb(40 107 64 / 11%);
    }

    .product-tag {
      font-size: 16px;
      color: #25A35A;
      line-height: 1;
      margin-bottom: 22px;
      font-weight: 500;
      font-family: var(--secondary-font);
      position: relative;
      z-index: 5;

      &::after {
        background: #25A35A;
        width: 87px;
        height: 1px;
      }
    }

    h4 {
      color: #0B2416;
      font-size: 30px;
      margin-bottom: 15px;
      line-height: 1;
      font-weight: 600;
      font-family: var(--primary-font);
    }

    .product-meta {
      font-size: 16px;
      line-height: 1.2;
      color: #000;
      font-weight: 500;
    }


  }

  .btn_dot {
    position: absolute;
    right: -12px;
    bottom: 0;
    width: 51px;
    height: 50px;
    background: #0B2416;
    z-index: 2;
    background: linear-gradient(90deg, rgba(11, 36, 22, 1) 0%, rgba(22, 92, 51, 1) 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.pagination-wrap {
  margin-top: 41px;

  .page-btn {
    height: 45px;
    width: 45px;
    background-color: #fff;
    color: #78716C;
    font-size: 20px;
    line-height: 1;
    font-family: var(--secondary-font);
    font-weight: 300;
    border-radius: 5.59px;
    border: 1.4px solid #DFE3E8;

    &.active {
      border-color: var(--forest);
      color: var(--forest);
    }

    &.disabled {
      background-color: #919EAB;
      color: #C4CDD5;
    }

    &.next {
      color: #C4CDD5;
    }
  }
}

.cta-wrap {
  padding-top: 50px;
}

.pro_toptitle {
  margin-bottom: 25px;
}

.faq-wrap {
  position: relative;
  width: 100%;

  .leaf_dna {
    top: -37px;
    max-width: 572px;
    height: auto;
    left: 0.1%;
  }

  .about_glow {
    width: 457px;
    height: 457px;
    right: calc(457 / 2);
    background: rgb(37 163 90 / 32%);
    top: -71px;
    transform: unset;

    &.left {
      height: 614px;
      width: 614px;
      background: rgb(37 163 90 / 19%);
      left: -50px;
      right: auto;
    }
  }

  .faq-head {
    margin-bottom: 35px;
    text-align: center;
  }

  .faq-item {
    border: 1px solid rgb(11 36 22 / 33%);
    border-radius: 10px;
    margin-bottom: 20px;

    &:last-child {
      margin-bottom: 0;
    }

    .faq-button {
      padding-left: 23px;
      padding-right: 22px;
      color: #0B2416;
      font-size: 16px;
      font-weight: 500;
      min-height: 64px;

      &::after {
        color: var(--forest);
        font-size: 20px;
        font-weight: 400;
        height: 10px;
        width: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
      }
    }

    .faq-body {
      padding-left: 23px;
      padding-right: 22px;
      padding-bottom: 19px;
      font-size: 15px;
      color: #0B2416;
      line-height: 24px;
    }
  }
}

.contact-section {
  position: relative;
  overflow: hidden;
}

.product_Details_contact {

  &.contact-section {
    .container {
      padding-block: 0;

      &::after {
        content: normal;
      }

      &::before {
        content: normal;
      }

      .contact_img {
        position: relative;
        z-index: 2;
      }

      .contact-card {
        position: relative;
        padding-right: 39px;
        z-index: 1;

        &::before {
          width: 100%;
          min-width: 802px;
          max-width: 802px;
          height: 723px;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          background: rgb(37 162 89 / 5%);
          content: "";
          z-index: -1;
          border-radius: 10px;
          border: 2px solid #0B2416;
        }
      }
    }
  }
}

.essential_product {
  position: relative;
  z-index: 1;

  .about_glow {
    bottom: -45%;
    transform: translateY(55%);
    right: auto;
    left: -90px;
    background: rgb(37 163 90 / 38%);
  }

  .inquiry-card {
    min-height: unset;
    margin-top: 0;
    padding: 0 25px;
  }
}

.inq_list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 0;
  list-style: none;
  margin: 0;

  li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 20px;
    color: #fff;
  }
}

/* .product_over_img {
    padding: 0 24px 24px;
    position: relative;
    z-index: 1;
    border-radius: 20.66px;

    &::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 449px;
        border-radius: 20.66px;
        left: 0;
        bottom: 0;
        border: 1px solid;
        border-image: linear-gradient(180deg, #008445 0%, #0F6427 100%) 1;
    }
    img{
        width: 100%;
        height: 100%;
        max-height: 546px;
        border-radius: 11px;
    }
} */
.product_over_img {
  position: relative;
  padding: 0 24px 24px;
  border-radius: 20.66px;
  z-index: 1;

  &::after {
    content: "";
    height: 449px;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    /* inset: 0; */
    border: 1px solid transparent;
    border-radius: inherit;
    background:
      linear-gradient(180deg, #008445 0%, #0F6427 100%) border-box;
    -webkit-mask:
      linear-gradient(#fff 0 0) padding-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
  }

  img {
    width: 100%;
    height: 100%;
    max-height: 546px;
    border-radius: 11px;
  }
}

.capsule-img {
  width: 284px;
  height: 100%;
  max-height: 296px;
  border-radius: 10px;
  object-fit: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}

.benefit_ico {
  height: 42px;
  width: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  background: #165C33;
  display: flex;
  justify-content: center;
  align-items: center;
}

.over_content {
  width: 100%;
  max-width: 645px;
  color: #78716C;
  font-size: 16px;
  line-height: 32px;
}

.overview-wrap {
  position: relative;
  z-index: 1;

  .leaf_dna {
    right: 0;
    right: 0;
    left: auto;
    top: -85px;
  }

  .about_glow {
    left: -85px;
    bottom: 0;
    transform: unset;
    background: rgb(37 163 90 / 20%);
  }

  .about_glow.new {
    top: -10px;
    transform: unset;
    right: -107px;
    left: auto;
    bottom: auto;
  }

  .cta_btn .btn_text {
    border-color: #0B2416;
    color: #0B2416;
  }

  .cta_btn .btn_icon {
    background: #0B2416;
    background: linear-gradient(90deg, rgba(11, 36, 22, 1) 0%, rgba(22, 92, 51, 1) 100%);
  }

  .benefit-wrap {
    display: flex;
    gap: 30px;
    flex-direction: column;
    position: relative;

    h3 {
      color: #17324D;
      font-size: 30px;
      line-height: 1;
      font-family: var(--primary-font);
    }

    .benefit-list {
      display: flex;
      flex-direction: column;
      gap: 30px;
      padding: 0;
      margin-bottom: 10px;
      width: 100%;
      max-width: 455px;

      li {
        display: flex;
        gap: 20px;
        align-items: center;
        color: #78716C;
        font-size: 16px;
        line-height: 2;

        b {
          color: #333333;
          font-size: 20px;
          line-height: 24px;
          font-family: var(--primary-font);
        }
      }
    }
  }
}

.essential_product {
  table {
    thead {
      background: #0B2416;
      background: linear-gradient(90deg, rgba(11, 36, 22, 1) 0%, rgba(22, 92, 51, 1) 100%);

      th {
        padding: 16.3px 17px;
        color: #FFFFFF;
        font-size: 20px;
        line-height: 0.9;
        font-family: var(--primary-font);
        border-right: 1px solid #25A35A;

        &:last-child {
          border: none;
        }
      }
    }

    tbody {
      td {
        font-size: 16px;
        color: #000;
        font-weight: 400;
        padding: 15.5px 17px;
        border-right: 1px solid #25A35A;

        &:last-child {
          border: none;
        }
      }
    }
  }
}


.details-table tr:nth-child(odd) td {
  background: #eef1f0;
}

.details-table tr:nth-child(even) td {
  background: #fff;
}

.contact_pages {
  .leaf_dna {
    max-width: 615px;
  }
}

.language-pill .form-select {
  cursor: pointer;
}

/* Backdrop is inert on desktop; styled inside the mobile query */
.nav-backdrop {
  display: none;
}

/* ---- Hamburger button (hidden on desktop) ---- */
.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: var(--mint, #d8efe4);
  cursor: pointer;
  flex: 0 0 auto;
}

.nav-toggle-bars {
  position: relative;
  display: block;
  width: 22px;
  height: 16px;
}

.nav-toggle-bars span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: var(--forest, #0b2416);
  transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease;
}

.nav-toggle-bars span:nth-child(1) {
  top: 0;
}

.nav-toggle-bars span:nth-child(2) {
  top: 7px;
}

.nav-toggle-bars span:nth-child(3) {
  top: 14px;
}

/* Animate to an X when open */
.nav-toggle.is-active .nav-toggle-bars span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}

.nav-toggle.is-active .nav-toggle-bars span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-active .nav-toggle-bars span:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}

/* ---- Desktop primary nav inherits the old inline layout ---- */
.primary-nav {
  flex: 1 1 auto;
}

/* Close button only shows inside the mobile off-canvas panel */
.nav-close {
  display: none;
}

.primary-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-nav>ul>li>a {
  position: relative;
  display: inline-block;
  padding: 27px 14px;
  color: #1d2b22;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: color 0.25s ease;
}

.primary-nav>ul>li>a:hover {
  font-weight: 700;
}

/* Center-out underline accent — no layout shift on hover */
/* .primary-nav>ul>li>a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 20px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--forest, #165c33), #2a8d54);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.28s ease;
} */

/* .primary-nav>ul>li>a:hover,
.primary-nav>ul>li>a:focus-visible,
.primary-nav>ul>li.active>a {
  color: var(--forest, #165c33);
}

.primary-nav>ul>li>a:hover::after,
.primary-nav>ul>li>a:focus-visible::after,
.primary-nav>ul>li.active>a::after {
  transform: scaleX(1);
} */
#extralarge-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}

.modal-content-box {
  background: var(--green);
  color: #fff;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  border-radius: 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.modal-header {
  display: flex;
  justify-content: flex-end;
  padding: 20px 40px 0;
}

.modal-close {
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
}

.modal-body {
  padding: 40px;
  padding-top: 0;
}

.modal-input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  background: transparent;
  font-size: 28px;
  padding: 10px 0;
  color: #fff;

  &::placeholder {
    color: #fff;
  }

  &:focus-visible {
    border: none;
    border-bottom: 2px solid #ccc;
    background: transparent;
    outline: none;
  }
}

.hidden {
  display: none;
}

.nav-actions .open-modal {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #D0DED6;
  display: flex;
  justify-content: center;
  align-items: center;
}


#main-content {
  overflow-x: hidden;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* Smooth scrolling on iOS */
}

.details-table {
  width: 100%;
  min-width: 500px;
  /* Adjust as needed */
  border-collapse: collapse;
}