:root {
  --green: #087443;
  --green-dark: #075a37;
  --green-light: #54d68b;
  --ink: #10251d;
  --muted: #66746d;
  --soft: #eff8f2;
  --line: #dce8e1;
  --white: #fff;
  --shadow: 0 18px 50px rgba(16, 37, 29, 0.1);
}

* {
    font-family: 'Poppins', sans-serif;
}

main {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

html,
body {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.12;
}
.brand-copy strong {
  font-size: 15px;
  font-weight: 800;
  color: #000000;
}
.brand-copy small {
  margin-top: 4px;
  color: #000000;
  font-size: 9px;
  letter-spacing: 0.03em;
}

.btn-brand {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
  border-radius: 999px;
  padding: 0.72rem 1.25rem;
  font-size: 12px;
  font-weight: 700;
  box-shadow: none;
}
.btn-glass {
  background: #ffffff18;
  color: #fff;
  border-color: #ffffffb8;
}
.btn-glass:hover {
  background: #fff;
  color: var(--green);
}
.nav-cta {
  margin-left: 12px;
}

.nav-link.active {
  color: var(--green-dark);
}

.navbar-nav .nav-link {
  position: relative;
  display: inline-block;
  color: #26383a;
  margin: 0 12px;
}

.navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #168a5b;
  transition: width 0.3s ease;
  transform: translateX(50%);
}

.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link.active::before {
  width: 50%;
}

.navbar-brand {
  align-items: center;
}

ul li .nav-link {
  font-size: 12px;
}

@media (max-width: 1199.98px) {
  .navbar-nav .nav-link {
    display: inline-block;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

.eyebrow {
  font-size: 11px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--green);
  font-weight: 900;
  margin-bottom: 11px;
}
h1,
h2,
h3 {
  font-weight: 900;
}
h2 {
  font-size: 42px;
  line-height: 1.02;
  letter-spacing: -2px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: 0.25s;
  background: linear-gradient(
    180deg,
    rgba(4, 39, 27, 0.72),
    rgba(4, 39, 27, 0)
  );
}
header.scrolled {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
header:not(.scrolled) .logo {
  color: #fff;
}
header:not(.scrolled) .navlinks {
  color: #fff;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    margin-top: 10px;
    padding: 20px;
    border-radius: 10px;
  }

  .navbar-collapse.show {
    background-color: #fff;
  }

  .navbar-collapse.show .nav-link {
    color: #222;
  }
}

.hero {
  min-height: 720px;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(
        90deg,
        #ffffff 0%,
        #ffffff 25%,
        rgba(255, 255, 255, 0.98) 35%,
        rgba(255, 255, 255, 0.88) 45%,
        rgba(255, 255, 255, 0.65) 55%,
        rgba(255, 255, 255, 0.30) 68%,
        rgba(255, 255, 255, 0) 82%
    ),
    url("../image/background.jpg") center/cover no-repeat;
}

.hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 170px;
  background: linear-gradient(transparent, rgba(4, 35, 24, 0.5));
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 70px;
}

.hero-content h1 {
  color: #000;
}

.hero .eyebrow {
  color: var(--green);
}
.hero h1 {
  font-size: clamp(52px, 6.6vw, 82px);
  line-height: 0.9;
  letter-spacing: -4px;
  max-width: 700px;
}
.hero h1 span {
  color: var(--green);
}
.hero p {
  font-size: 18px;
  max-width: 540px;
  color: #000;
  margin: 22px 0 28px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-points {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 35px;
}
.point {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  color: #000;
}
.point i {
  font-style: normal;
  color: var(--green);
  font-size: 19px;
}
.hero-note {
  position: absolute;
  z-index: 2;
  bottom: 35px;
  left: 80%;
  font-size: 12px;
  color: #fff;
}
.hero-note small {
  opacity: 0.8;
}
.story {
  position: absolute;
  right: 5%;
  bottom: 34px;
  z-index: 2;
  background: #fff;
  color: var(--ink);
  padding: 12px 17px;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 850;
  box-shadow: var(--shadow);
}
section {
  padding: 92px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 33px;
}
.section-head p {
  max-width: 500px;
  color: var(--muted);
  font-size: 14px;
}

/* Products Section */
.products-section {
  background-color: #ffffff;
}

/* Label */
.section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #087a4b;
}

/* Heading */
.section-title {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 0.95;
  font-weight: 800;
  color: #122923;
}

/* Description */
.section-description {
  max-width: 400px;
  margin: 0 0 5px auto;
  font-size: 12px;
  line-height: 1.5;
  color: #68736f;
}

.product-card {
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;

    overflow: hidden;

    color: inherit !important;
    text-decoration: none !important;

    background: #fff;

    border: 1px solid #dce7e2;
    border-radius: 18px;

    transition: all 0.35s ease;
}

.product-card:hover {
    transform: translateY(-5px);

    border-color: #b8d5c9;

    box-shadow: 0 15px 35px rgba(5, 65, 45, 0.10);
}


/* IMAGE */

.product-image-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;

    overflow: hidden;
}

.product-image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.6s ease;
}

.product-card:hover .product-image {
    transform: scale(1.07);
}


/* BODY */

.product-body {
    display: flex;
    flex-direction: column;

    flex: 1;

    padding: 18px 18px 18px;
}

.product-body h5 {
    margin: 0 0 8px;

    color: #062d23;

    font-size: 20px;
    font-weight: 700;

    line-height: 1.15;
}

.product-body p {
    margin: 0;

    color: #6d817a;

    font-size: 14px;
    line-height: 1.55;
}


/* ARROW */

.product-arrow {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    margin-top: auto;

    border-radius: 50%;

    background: #087a4b;

    color: #fff;

    flex-shrink: 0;

    transition: all 0.3s ease;
}




/* HOVER ARROW */

.product-card:hover .product-arrow {
    transform: translateX(4px);

    background: #06683f;
}


/* =========================================
   ABOUT SECTION
========================================= */

.about-section {
    position: relative;
    padding: 110px 0;
    overflow: hidden;

    background: #f2faf6;
}


/* =========================================
   IMAGE
========================================= */

.about-image-wrapper {
    position: relative;
    width: 100%;
    height: 800px;
    border-radius: 32px;
    overflow: visible;
}


.about-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 32px;
    box-shadow:
        0 30px 70px rgba(17, 72, 49, 0.15);

    transition: transform 0.5s ease;
}


.about-image-wrapper:hover .about-image {
    transform: scale(1.015);
}


/* =========================================
   FLOATING CARD
========================================= */

.about-floating-card {
    position: absolute;

    right: -28px;
    bottom: 35px;

    min-width: 205px;

    display: flex;
    align-items: center;
    gap: 15px;

    padding: 17px 20px;

    background: rgba(255, 255, 255, 0.95);

    border: 1px solid rgba(210, 226, 218, 0.9);

    border-radius: 18px;

    box-shadow:
        0 20px 45px rgba(20, 70, 50, 0.14);

    backdrop-filter: blur(10px);
}


.floating-number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 43px;
    height: 43px;

    border-radius: 50%;

    background: #087d4b;

    color: #ffffff;

    font-size: 13px;
    font-weight: 800;
}


.about-floating-card strong {
    display: block;

    color: #10291f;

    font-size: 15px;
    font-weight: 700;
}


.about-floating-card small {
    display: block;

    margin-top: 2px;

    color: #71867d;

    font-size: 12px;
}


/* =========================================
   CONTENT
========================================= */

.about-content {
    padding-left: 25px;
}


.section-label {
    margin-bottom: 16px;

    color: #087d4b;

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 2.5px;
}


/* =========================================
   TITLE
========================================= */

.about-title {
    max-width: 650px;
    margin: 0 0 24px;
    color: #09251b;
    font-size: clamp(40px, 4vw, 62px);
    line-height: 1.08;
    letter-spacing: -2.5px;
    font-weight: 800;
}


.about-title span {
    color: #087d4b;
}


/* =========================================
   TEXT
========================================= */

.about-lead {
    max-width: 650px;

    margin-bottom: 16px;

    color: #315b4b;

    font-size: 19px;

    line-height: 1.6;

    font-weight: 500;
}


.about-description {
    max-width: 650px;

    margin-bottom: 30px;

    color: #60786d;

    font-size: 15px;

    line-height: 1.75;
}


/* =========================================
   FEATURES
========================================= */

.about-features {
    display: flex;
    flex-direction: column;

    gap: 18px;

    margin-bottom: 32px;
}


.about-feature {
    display: flex;
    align-items: flex-start;

    gap: 14px;
}


.feature-icon {
    flex-shrink: 0;

    width: 31px;
    height: 31px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #e4f5ed;

    color: #087d4b;

    font-size: 14px;
    font-weight: 800;
}


.about-feature h5 {
    margin: 2px 0 4px;

    color: #10291f;

    font-size: 15px;

    font-weight: 700;
}


.about-feature p {
    margin: 0;

    color: #71857c;

    font-size: 13px;

    line-height: 1.5;
}


/* =========================================
   BUTTON
========================================= */

.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 23px;
    border-radius: 13px;
    background: #087d4b;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    box-shadow:
        0 10px 25px rgba(8, 125, 75, 0.18);

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}


.about-btn:hover {
    color: #ffffff;

    background: #06643c;

    transform: translateY(-2px);

    box-shadow:
        0 15px 30px rgba(8, 125, 75, 0.25);
}


.about-btn span {
    font-size: 18px;
    line-height: 1;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

    .about-section {
        padding: 80px 0;
    }

    .about-content {
        padding-left: 0;
    }

    .about-image-wrapper {
        height: 500px;
    }

    .about-title {
        font-size: 48px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575.98px) {

    .about-section {
        padding: 60px 0;
    }

    .about-image-wrapper {
        height: 400px;
    }

    .about-image {
        border-radius: 24px;
    }

    .about-floating-card {
        right: 15px;
        bottom: 20px;

        min-width: 180px;

        padding: 14px 16px;
    }

    .about-title {
        font-size: 40px;

        letter-spacing: -1.8px;
    }

    .about-lead {
        font-size: 17px;
    }

    .about-description {
        font-size: 14px;
    }

}

/* =========================================
   SECTION COPRA PROCESS
========================================= */

.copra-process-section {
    position: relative;
    padding: 105px 0 75px;
    overflow: hidden;
    background: #ffffff;
}



/* =========================================
   HEADER
========================================= */

.process-header {
    display: flex;

    justify-content: space-between;
    align-items: flex-end;

    gap: 70px;

    margin-bottom: 55px;
}


.process-heading {
    max-width: 720px;
}


.section-label {
    display: flex;
    align-items: center;

    gap: 12px;

    margin-bottom: 15px;

    color: var(--green);

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 3px;
}


.section-label::after {
    content: "";

    width: 40px;
    height: 2px;

    background: var(--green);
}


.process-heading h2 {
    margin: 0 0 17px;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.03;
    letter-spacing: -3px;
    font-weight: 800;
    color: var(--dark);
}


.process-heading h2 span {
    color: var(--green);
}


.process-heading > p {
    margin: 0;

    color: #687b72;

    font-size: 19px;

    line-height: 1.55;
}


.process-intro {
    max-width: 480px;

    display: flex;

    flex-direction: column;

    align-items: flex-end;

    gap: 18px;
}


.process-intro > p {
    margin: 0;

    color: var(--text);

    font-size: 14px;

    line-height: 1.65;

    text-align: right;
}


.process-tagline {
    color: var(--green);
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    text-align: right;
}


.process-tagline strong {
    font-size: 24px;
}


/* =========================================
   PROCESS GRID
========================================= */

.process-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 25px;
}


/* =========================================
   PROCESS CARD
========================================= */

.process-card {
    position: relative;

    overflow: hidden;

    background: rgba(255, 255, 255, .8);

    border: 1px solid var(--border);

    border-radius: 23px;

    box-shadow:
        0 15px 45px rgba(25, 79, 56, .07);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}


.process-card:hover {
    transform: translateY(-7px);

    border-color: #c7ded3;

    box-shadow:
        0 25px 55px rgba(25, 79, 56, .13);
}


/* =========================================
   IMAGE
========================================= */

.process-image {
    position: relative;

    width: 100%;

    height: 215px;

    overflow: hidden;
}


.process-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .5s ease;
}


.process-card:hover .process-image img {
    transform: scale(1.05);
}


/* =========================================
   NUMBER
========================================= */

.step-number {
    position: absolute;
    top: 13px;
    left: 13px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--green);
    border: 3px solid rgba(255,255,255,.9);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    box-shadow:
        0 7px 18px rgba(0,0,0,.15);
}


/* =========================================
   CARD BODY
========================================= */

.process-body {
    display: flex;

    align-items: flex-start;

    gap: 13px;

    padding: 20px 18px 23px;
}


.process-icon {
    flex-shrink: 0;

    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: var(--green-light);

    color: var(--green);

    font-size: 21px;
}


.process-text {
    flex: 1;
}


.process-text h3 {
    margin: 1px 0 7px;
    color: var(--dark);
    font-size: 17px;
    line-height: 1.2;
    font-weight: 800;
}


.process-text p {
    margin: 0;

    color: var(--muted);

    font-size: 12.5px;

    line-height: 1.55;
}


/* =========================================
   FINAL CARD
========================================= */

.process-final-card {
    position: relative;

    min-height: 320px;

    overflow: hidden;

    border-radius: 23px;

    background: var(--green);

    box-shadow:
        0 20px 45px rgba(8, 125, 75, .18);
}


.final-image {
    position: absolute;

    inset: 0;

    overflow: hidden;
}


.final-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .6s ease;
}


.process-final-card:hover .final-image img {
    transform: scale(1.05);
}


.final-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(4, 43, 27, .08) 0%,
            rgba(3, 64, 39, .9) 100%
        );
}


.final-content {
    position: absolute;

    left: 25px;
    right: 20px;
    bottom: 24px;

    color: #ffffff;
}


.final-check {
    width: 43px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 15px;

    border-radius: 50%;

    background: rgba(255,255,255,.2);

    backdrop-filter: blur(7px);

    font-size: 21px;
}


.final-content h3 {
    margin: 0 0 12px;
    font-size: 27px;
    line-height: 1.05;
    font-weight: 800;
}


.final-line {
    width: 35px;
    height: 2px;

    margin-bottom: 12px;

    background: rgba(255,255,255,.8);
}


.final-content p {
    margin: 0;

    color: rgba(255,255,255,.85);

    font-size: 13px;

    line-height: 1.45;
}


/* =========================================
   BENEFITS
========================================= */

.process-benefits {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    margin-top: 50px;

    padding-top: 28px;

    border-top: 1px solid var(--border);
}


.benefit-item {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 13px;

    padding: 5px 30px;

    border-right: 1px solid var(--border);
}


.benefit-item:last-child {
    border-right: none;
}


.benefit-icon {
    width: 43px;
    height: 43px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--green-light);

    color: var(--green);

    font-size: 20px;
}


.benefit-item strong {
    display: block;

    margin-bottom: 3px;

    color: var(--dark);

    font-size: 14px;

    font-weight: 800;
}


.benefit-item span {
    display: block;

    color: #84958d;

    font-size: 12px;
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1400px) {

    .container {
        max-width: 1320px;
    }

    .process-grid {
        gap: 28px;
    }

    .process-image {
        height: 230px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1199.98px) {

    .process-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

    .process-final-card {
        min-height: 300px;
    }

}


@media (max-width: 991.98px) {

    .copra-process-section {
        padding: 80px 0 60px;
    }


    .process-header {
        display: block;

        margin-bottom: 40px;
    }


    .process-heading {
        max-width: 700px;
    }


    .process-intro {
        max-width: 600px;

        margin-top: 25px;

        align-items: flex-start;
    }


    .process-intro > p {
        text-align: left;
    }


    .process-tagline {
        text-align: left;
    }


    .process-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 20px;
    }


    .process-image {
        height: 220px;
    }


    .process-benefits {
        margin-top: 40px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767.98px) {

    .copra-process-section {
        padding: 65px 0 50px;
    }


    .process-heading h2 {
        font-size: 43px;

        letter-spacing: -2px;
    }


    .process-heading > p {
        font-size: 16px;
    }


    .process-grid {
        grid-template-columns: 1fr;

        gap: 18px;
    }


    .process-image {
        height: 240px;
    }


    .process-body {
        padding: 18px;
    }


    .process-final-card {
        min-height: 350px;
    }


    .process-benefits {
        grid-template-columns: 1fr;

        gap: 20px;

        padding-top: 25px;
    }


    .benefit-item {
        justify-content: flex-start;

        padding: 0;

        border-right: none;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .process-heading h2 {
        font-size: 38px;
    }


    .process-image {
        height: 210px;
    }


    .process-body {
        gap: 10px;
    }


    .process-icon {
        width: 42px;
        height: 42px;

        font-size: 18px;
    }

}
 /* End Copra Process */

/* =========================
   GLOBAL MARKET SECTION
========================= */

.global-market-section {
  padding: 100px 0;
  background: #f2faf6;
}

/* LEFT CONTENT */

.global-content {
  padding-right: 30px;
}

.section-label {
  display: inline-block;
  margin-bottom: 18px;

  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;

  color: #087a4b;
}

.global-content h2 {
  margin: 0 0 20px;

  font-size: 48px;
  line-height: 1.05;
  font-weight: 800;

  color: #102820;
}

.global-content p {
  max-width: 500px;
  margin-bottom: 28px;

  font-size: 16px;
  line-height: 1.6;

  color: #687771;
}

/* BUTTON */

.btn-contact {
  display: inline-flex;
  align-items: center;
  gap: 15px;

  padding: 16px 25px;

  border-radius: 14px;

  background: #087a4b;
  color: #fff;

  font-size: 16px;
  font-weight: 700;

  text-decoration: none;

  transition: 0.3s ease;
}

.btn-contact span {
  font-size: 28px;
  line-height: 15px;
}

.btn-contact:hover {
  background: #065f3b;
  color: #fff;
  transform: translateY(-2px);
}

/* =========================
   MAP
========================= */

.map-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 28px;
}

.global-map {
  display: block;

  width: 100%;
  height: auto;

  object-fit: cover;
}

/* =========================
   STAT CARDS
========================= */

.stat-card {
  min-height: 110px;

  padding: 20px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  border: 1px solid #dce8e2;
  border-radius: 18px;

  background: #fff;
}

.stat-card strong {
  margin-bottom: 8px;

  font-size: 30px;
  line-height: 1;

  color: #087a4b;
}

.stat-card span {
  font-size: 13px;
  color: #687771;
}

/* =========================
   TABLET
========================= */

@media (max-width: 991.98px) {
  .global-market-section {
    padding: 70px 0;
  }

  .global-content {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .global-content h2 {
    font-size: 42px;
  }
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 575.98px) {
  .global-market-section {
    padding: 55px 0;
  }

  .global-content h2 {
    font-size: 34px;
  }

  .global-content p {
    font-size: 14px;
  }

  .global-map {
    height: 250px;
    border-radius: 18px;
  }

  .map-wrapper {
    border-radius: 18px;
  }

  .stat-card {
    min-height: 90px;
    padding: 16px;
  }

  .stat-card strong {
    font-size: 25px;
  }
}

/* =========================
   PROCESS SECTION
========================= */

.process-section {
    padding: 100px 0;
    background: #ffffff;
}


/* LABEL */

.process-label {
    display: inline-block;
    margin-bottom: 18px;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;

    color: #087a4b;
}


/* TITLE */

.process-title {
    margin: 0;

    font-size: 48px;
    line-height: 1.05;
    font-weight: 800;

    color: #102820;
}


/* DESCRIPTION */

.process-description {
    max-width: 550px;
    margin: 35px 0 0 auto;

    font-size: 16px;
    line-height: 1.6;

    color: #6d7974;
}


/* PROCESS ROW */

.process-row {
    margin-top: 70px;
}


/* PROCESS ITEM */

.process-item {
    position: relative;

    height: 100%;

    text-align: center;
}


/* ICON */

.process-icon {
    width: 60px;
    height: 60px;

    margin: 0 auto 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #087a4b;

    font-size: 50px;

    background: #fff;
}


/* NUMBER */

.process-number {
    display: block;

    margin-bottom: 5px;

    font-size: 12px;
    font-weight: 700;

    color: #1d302a;
}


/* TITLE */

.process-item h5 {
    margin: 0 0 8px;

    font-size: 14px;
    font-weight: 700;

    color: #152923;
}


/* DESCRIPTION */

.process-item p {
    max-width: 150px;

    margin: 0 auto;

    font-size: 12px;
    line-height: 1.45;

    color: #73807a;
}


/* =========================
   TABLET
========================= */

@media (max-width: 991.98px) {

    .process-section {
        padding: 70px 0;
    }

    .process-title {
        font-size: 42px;
    }

    .process-description {
        margin: 20px 0 0;
    }

    .process-row {
        margin-top: 50px;
    }

    .process-item {
        margin-bottom: 35px;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 575.98px) {

    .process-section {
        padding: 55px 0;
    }

    .process-title {
        font-size: 34px;
    }

    .process-description {
        font-size: 14px;
    }

    .process-row {
        margin-top: 40px;
    }

    .process-icon {
        width: 55px;
        height: 55px;
    }

    .process-item h5 {
        font-size: 13px;
    }

    .process-item p {
        font-size: 11px;
        max-width: 130px;
    }

}

/* =========================
   WHY ARUNIKA GLOBAL
========================= */

.why-section {
    padding: 100px 0;
    background-color: #f5faf7;
}


/* IMAGE */

.why-image-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
}

.why-image {
    display: block;
    width: 100%;
    height: auto;
}


/* LABEL */

.why-label {
    display: inline-block;
    margin-bottom: 18px;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;

    color: #087a4b;
}


/* TITLE */

.why-title {
    margin: 0 0 20px;

    font-size: 48px;
    line-height: 1.05;
    font-weight: 800;

    color: #102820;
}


/* DESCRIPTION */

.why-description {
    max-width: 800px;
    margin-bottom: 32px;

    font-size: 17px;
    line-height: 1.55;

    color: #6d7974;
}


/* =========================
   FEATURE CARD
========================= */

.feature-card {
    min-height: 100px;

    padding: 25px 22px;

    border: 1px solid #dce8e2;
    border-radius: 18px;

    background-color: #ffffff;
}

.feature-card h5 {
    margin: 0 0 8px;

    font-size: 15px;
    font-weight: 700;

    color: #152923;
}

.feature-card p {
    margin: 0;

    font-size: 13px;
    line-height: 1.4;

    color: #73807a;
}


/* =========================
   TABLET
========================= */

@media (max-width: 991.98px) {

    .why-section {
        padding: 70px 0;
    }

    .why-image-wrapper {
        max-width: 700px;
        margin: 0 auto;
    }

    .why-title {
        font-size: 42px;
    }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 575.98px) {

    .why-section {
        padding: 55px 0;
    }

    .why-title {
        font-size: 34px;
    }

    .why-description {
        font-size: 14px;
    }

    .why-image-wrapper {
        border-radius: 20px;
    }

    .feature-card {
        min-height: 90px;
        padding: 18px;
    }

    .feature-card h5 {
        font-size: 13px;
    }

    .feature-card p {
        font-size: 11px;
    }

}



/* =====================================================
   CONTACT SECTION
===================================================== */

.contact-section {

    position: relative;

    padding: 100px 0 65px;

    overflow: hidden;

    background:

        radial-gradient(
            circle at 5% 45%,
            rgba(211, 239, 225, .75),
            transparent 32%
        ),

        radial-gradient(
            circle at 95% 85%,
            rgba(224, 244, 234, .65),
            transparent 30%
        ),

        #ffffff;

}


/* Decorative green blur */

.contact-section::before {

    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    left: -250px;
    bottom: -220px;

    border-radius: 50%;

    background: rgba(215, 240, 226, .6);

    filter: blur(5px);

}


/* =====================================================
   LEFT CONTENT
===================================================== */

.contact-content {

    padding-right: 15px;

}


/* =====================================================
   LABEL
===================================================== */

.section-label {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 15px;

    color: var(--green);

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 3px;

}


.section-label span {

    display: block;

    width: 42px;

    height: 2px;

    background: var(--green);

}


/* =====================================================
   TITLE
===================================================== */

.contact-title {
    max-width: 650px;
    margin: 0 0 20px;
    font-size: clamp(45px, 5vw, 70px);
    line-height: 1.02;
    letter-spacing: -3px;
    font-weight: 800;
    color: var(--dark);

}


.contact-title span {

    display: block;

    color: var(--green);

}


/* =====================================================
   INTRO
===================================================== */

.contact-intro {

    max-width: 650px;

    margin-bottom: 32px;

    color: var(--text);

    font-size: 17px;

    line-height: 1.65;

}


/* =====================================================
   CONTACT CARDS
===================================================== */

.contact-cards {

    margin-bottom: 30px;

}


.contact-card {

    min-height: 110px;

    height: 100%;

    display: flex;

    align-items: center;

    gap: 15px;

    padding: 17px;

    border: 1px solid var(--border);

    border-radius: 18px;

    background: rgba(255, 255, 255, .55);

    text-decoration: none;

    transition:

        transform .3s ease,

        border-color .3s ease,

        box-shadow .3s ease,

        background .3s ease;

}


a.contact-card {

    cursor: pointer;

}


.contact-card:hover {

    transform: translateY(-4px);

    background: rgba(255, 255, 255, .95);

    border-color: #c5ddd2;

    box-shadow:
        0 15px 35px rgba(17, 75, 51, .09);

}


/* =====================================================
   CONTACT ICON
===================================================== */

.contact-icon {

    flex-shrink: 0;

    width: 50px;
    height: 50px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 16px;

    background: var(--green-light);

    color: var(--green);

    font-size: 21px;

}


.contact-card-text {

    min-width: 0;

}


.contact-card-text span {

    display: block;
    margin-bottom: 2px;
    color: #000000;
    font-size: 15px;
    font-weight: 800;

}


.contact-card-text small {

    display: block;

    margin-bottom: 3px;

    color: var(--muted);

    font-size: 11px;

    line-height: 1.4;

}


.contact-card-text strong {

    display: block;

    color: #17372a;

    font-size: 11px;

    font-weight: 700;

    word-break: break-word;

}


/* =====================================================
   BUSINESS HOURS
===================================================== */

.business-hours {

    display: flex;

    align-items: center;

    gap: 17px;

    padding-top: 25px;

    border-top: 1px solid var(--border);

}


.hours-icon {

    flex-shrink: 0;

    width: 51px;
    height: 51px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 16px;

    background: var(--green-light);

    color: var(--green);

    font-size: 20px;

}


.hours-content {

    flex: 1;

}


.hours-content h4 {

    margin: 0 0 7px;
    color: #000000;
    font-size: 14px;
    font-weight: 800;

}


.hours-row {

    display: flex;

    gap: 20px;

    margin-bottom: 3px;

    font-size: 12px;

}


.hours-row span {

    min-width: 105px;

    color: var(--muted);

}


.hours-row strong {

    color: #385b4c;

    font-weight: 600;

}


.hours-tagline {

    padding-left: 25px;
    border-left: 1px solid #c9ddd4;
    color: var(--green);
    font-size: 17px;
    line-height: 1.25;
    font-weight: 700;
    font-style: italic;

}


/* =====================================================
   IMAGE
===================================================== */

.contact-image-wrapper {

    position: relative;

    height: 680px;

    overflow: hidden;

    border-radius: 30px;

    box-shadow:
        0 30px 65px rgba(16, 70, 48, .16);

}


.contact-image {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .7s ease;

}


.contact-image-wrapper:hover .contact-image {

    transform: scale(1.025);

}


/* =====================================================
   IMAGE OVERLAY
===================================================== */

.contact-image-overlay {

    position: absolute;

    inset: 0;

    background:

        linear-gradient(
            180deg,
            rgba(4, 39, 25, .05) 20%,
            rgba(3, 53, 34, .35) 100%
        );

}



/* =====================================================
   FLOATING CARD
===================================================== */

.image-floating-card {

    position: absolute;

    left: 45px;
    bottom: 45px;

    width: 225px;

    padding: 25px;

    border-radius: 22px;

    background: rgba(255, 255, 255, .93);

    box-shadow:
        0 20px 50px rgba(0, 0, 0, .15);

    backdrop-filter: blur(10px);

}


.floating-leaf {

    width: 45px;
    height: 45px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 15px;

    border-radius: 50%;

    background: var(--green-light);

    color: var(--green);

    font-size: 20px;

}


.image-floating-card h3 {

    margin: 0;

    color: var(--dark);

    font-size: 20px;

    line-height: 1.25;

    font-weight: 800;

}


.image-floating-card h3 span {

    color: var(--green);

}


.floating-line {

    width: 35px;
    height: 2px;

    margin-top: 17px;

    background: var(--green);

}


/* =====================================================
   BOTTOM FEATURES
===================================================== */

.contact-features {

    display: grid;

    grid-template-columns:
        1fr
        1.2fr
        1fr
        1fr;

    margin-top: 60px;

    padding-top: 30px;

    border-top: 1px solid var(--border);

}


.contact-feature {

    display: flex;

    align-items: center;

    gap: 13px;

    padding: 0 30px;

    border-right: 1px solid var(--border);

}


.contact-feature:first-child {

    padding-left: 0;

}


.feature-icon {

    flex-shrink: 0;

    width: 45px;
    height: 45px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--green-light);

    color: var(--green);

    font-size: 19px;

}


.contact-feature strong {

    display: block;

    margin-bottom: 3px;

    color: var(--dark);

    font-size: 13px;

    font-weight: 800;

}


.contact-feature span {

    display: block;

    color: #84958d;

    font-size: 11px;

    line-height: 1.4;

}


.feature-tagline {

    padding-left: 35px;

    color: #82928b;

    font-size: 11px;

    line-height: 1.8;

    letter-spacing: 3px;

    font-weight: 700;

}


/* =====================================================
   LARGE DESKTOP
===================================================== */

@media (min-width: 1400px) {

    .container {

        max-width: 1320px;

    }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1199.98px) {

    .contact-image-wrapper {

        height: 600px;

    }


    .contact-features {

        grid-template-columns:
            repeat(2, 1fr);

        gap: 25px;

    }


    .contact-feature {

        padding: 0;

        border-right: none;

    }


    .feature-tagline {

        padding-left: 0;

    }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991.98px) {

    .contact-section {

        padding: 75px 0 55px;

    }


    .contact-content {

        padding-right: 0;

    }


    .contact-title {

        font-size: 52px;

    }


    .contact-image-wrapper {

        height: 560px;

    }


    .contact-features {

        margin-top: 45px;

    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767.98px) {

    .contact-section {

        padding: 60px 0 45px;

    }


    .section-label {

        font-size: 11px;

        letter-spacing: 2.5px;

    }


    .contact-title {

        font-size: 43px;

        letter-spacing: -2px;

    }


    .contact-intro {

        font-size: 15px;

        line-height: 1.6;

    }


    .contact-card {

        min-height: 100px;

    }


    .contact-image-wrapper {

        height: 470px;

        border-radius: 24px;

    }


    .image-floating-card {

        left: 20px;
        bottom: 20px;

        width: 205px;

        padding: 20px;

    }


    .business-hours {

        align-items: flex-start;

        flex-wrap: wrap;

    }


    .hours-content {

        min-width: calc(100% - 70px);

    }


    .hours-tagline {

        width: 100%;

        margin-top: 12px;

        padding-left: 0;

        padding-top: 15px;

        border-left: none;

        border-top: 1px solid var(--border);

    }


    .contact-features {

        grid-template-columns: 1fr;

        gap: 20px;

    }


    .contact-feature {

        padding: 0;

    }


    .feature-tagline {

        padding: 10px 0 0;

    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 400px) {

    .contact-title {

        font-size: 38px;

    }


    .contact-card {

        padding: 14px;

    }


    .contact-icon {

        width: 45px;
        height: 45px;

        font-size: 18px;

    }


    .contact-card-text strong {

        font-size: 13px;

    }


    .hours-row {

        flex-direction: column;

        gap: 1px;

        margin-bottom: 8px;

    }

}



/* CTA Section */
.cta-section {
    background-color: #f8faf9;
}

/* Box */
.cta-box {
    position: relative;
    overflow: hidden;

    padding: 70px;
    border-radius: 35px;

    background:
    linear-gradient(90deg, rgba(3, 72, 43, 0.96), rgba(5, 117, 68, 0.74)),
    url("https://images.unsplash.com/photo-1533130061792-64b345e4a833?auto=format&fit=crop&w=1800&q=90")
      center/cover;

    color: white;
}

/* Title */
.cta-title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

/* Description */
.cta-text {
    font-size: 1.2rem;
    color: #e5eeea;
}

/* WhatsApp Button */
.btn-whatsapp {
    padding: 16px 26px;

    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 15px;

    color: white;
    font-weight: 600;

    transition: all 0.3s ease;
}

.btn-whatsapp:hover {
    background-color: white;
    color: #005c3d;
    border-color: white;
}

/* Responsive */
@media (max-width: 991px) {
    .cta-box {
        padding: 50px 35px;
    }

    .cta-title {
        font-size: 2.2rem;
    }

    .cta-text {
        font-size: 1.05rem;
    }
}

@media (max-width: 575px) {
    .cta-box {
        padding: 40px 25px;
        border-radius: 25px;
    }

    .cta-title {
        font-size: 1.8rem;
    }

    .cta-text {
        font-size: 1rem;
    }

    .btn-whatsapp {
        width: 100%;
    }
}

/* =========================
   FOOTER
========================= */

.footer {
    background-color: #ffffff;
    border-top: 1px solid #dfe5e2;
    color: #60706b;
}

/* Brand */
.footer-brand {
    display: inline-block;
}

.footer-brand img {
    width: 175px;
    height: auto;
}

.footer-tagline {
    font-size: 14px;
    color: #60706b;
}

/* Footer Title */
.footer-title {
    font-size: 16px;
    font-weight: 700;
    color: #101918;
    margin-bottom: 20px;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 13px;
}

.footer-links a {
    text-decoration: none;
    color: #60706b;
    font-size: 14px;
    transition: 0.3s ease;
}

.footer-links a:hover {
    color: #007a50;
}

/* Contact */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 13px;
    font-size: 14px;
}

.footer-contact a {
    color: #60706b;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-contact a:hover {
    color: #007a50;
}

/* Bottom */
.footer-bottom {
    border-top: 1px solid #dfe5e2;
    padding: 23px 0;
    font-size: 14px;
    color: #71807c;
}

/* Responsive */
@media (max-width: 767px) {

    .footer {
        text-align: center;
    }

    .footer-contact li {
        justify-content: center;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-brand img {
        width: 160px;
    }
}

.product-detail-section {
    position: relative;
    padding: 72px 0 76px;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 15% 50%,
            rgba(211, 239, 226, 0.55),
            transparent 32%
        ),
        linear-gradient(
            110deg,
            #eef9f4 0%,
            #ffffff 48%,
            #ffffff 100%
        );
}


/* Halaman Detail Product */

/* =====================================================
   PRODUCT DETAIL
===================================================== */

:root {

    --green: #087d4b;
    --green-dark: #06633c;
    --green-light: #e8f6ef;

    --dark: #09251b;
    --text: #4e675c;
    --muted: #7a8d84;

    --border: #dce9e2;

}


/* =====================================================
   SECTION
===================================================== */

.product-detail-section {

    position: relative;

    padding: 90px 0 100px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 5% 45%,
            rgba(211, 239, 225, .65),
            transparent 34%
        ),
        linear-gradient(
            110deg,
            #f0faf5 0%,
            #ffffff 45%,
            #ffffff 100%
        );

}


/* =====================================================
   BREADCRUMB
===================================================== */

.product-breadcrumb {

    display: flex;

    align-items: center;

    gap: 8px;

    font-size: 13px;

    color: #81948b;

}


.product-breadcrumb a {

    color: #547468;

    text-decoration: none;

    transition: .2s ease;

}


.product-breadcrumb a:hover {

    color: var(--green);

}


.product-breadcrumb span:last-child {

    color: #8a9b94;

}


/* =====================================================
   GALLERY
===================================================== */

.product-gallery {

    position: relative;

}


.product-main-image {

    position: relative;

    width: 100%;

    height: 580px;

    overflow: hidden;

    border-radius: 28px;

    background: #e9eee9;

    box-shadow:
        0 25px 60px rgba(20, 75, 50, .14);

}


.product-main-image img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .6s ease;

}


.product-main-image:hover img {

    transform: scale(1.025);

}


/* =====================================================
   PREMIUM BADGE
===================================================== */

.premium-badge {

    position: absolute;

    top: 20px;
    left: 20px;

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 12px 16px;

    border-radius: 14px;

    background: rgba(255,255,255,.94);

    box-shadow:
        0 10px 30px rgba(0,0,0,.12);

    backdrop-filter: blur(10px);

}


.premium-badge > i {

    color: #c89b28;

    font-size: 22px;

}


.premium-badge strong {

    display: block;

    color: var(--dark);

    font-size: 12px;

    line-height: 1.2;

}


.premium-badge span {

    display: block;

    margin-top: 2px;

    color: #758980;

    font-size: 10px;

}


/* =====================================================
   THUMBNAILS
===================================================== */


.product-thumb {

    width: 82px;
    height: 68px;

    padding: 0;

    overflow: hidden;

    border: 2px solid transparent;

    border-radius: 11px;

    background: #ffffff;

    cursor: pointer;

    transition: .25s ease;

}


.product-thumb img {

    width: 100%;
    height: 100%;

    object-fit: cover;

}


.product-thumb:hover,
.product-thumb.active {

    border-color: var(--green);

}


/* =====================================================
   PRODUCT INFORMATION
===================================================== */

.product-information {

    padding-left: 10px;

}


/* =====================================================
   PRODUCT BADGE
===================================================== */

.product-badge {

    display: inline-flex;

    padding: 7px 12px;

    margin-bottom: 14px;

    border-radius: 30px;

    background: var(--green);

    color: #ffffff;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.2px;

}


/* =====================================================
   TITLE
===================================================== */

.product-title {

    margin: 0 0 5px;

    font-family: "Manrope", sans-serif;

    color: var(--dark);

    font-size: clamp(48px, 5vw, 68px);

    line-height: 1;

    letter-spacing: -3px;

    font-weight: 800;

}


.product-subtitle {
    margin: 0 0 20px;
    color: #667b71;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
}


.product-subtitle span {

    color: var(--green);

}


/* =====================================================
   DESCRIPTION
===================================================== */

.product-description {

    max-width: 650px;

    margin-bottom: 25px;

    color: var(--text);

    font-size: 15px;

    line-height: 1.7;

}


/* =====================================================
   HIGHLIGHTS
===================================================== */

.product-highlights {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    margin-bottom: 25px;

    padding: 5px 0;

}


.highlight-item {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 8px;

    min-height: 75px;

    border-right: 1px solid var(--border);

    text-align: center;

}


.highlight-item:last-child {

    border-right: none;

}


.highlight-icon {

    color: var(--green);

    font-size: 22px;

}


.highlight-item span {

    color: #566c62;

    font-size: 11px;

    font-weight: 600;

}


/* =====================================================
   SPECIFICATION
===================================================== */

.product-specification {

    padding: 18px 20px;

    border: 1px solid var(--border);

    border-radius: 17px;

    background: rgba(245, 251, 248, .72);

}


.product-specification h3 {

    margin: 0 0 12px;

    color: var(--dark);

    font-family: "Manrope", sans-serif;

    font-size: 14px;

    font-weight: 800;

}


.spec-row {

    display: grid;

    grid-template-columns: 140px 1fr;

    gap: 15px;

    padding: 7px 0;

    border-top: 1px solid #e3ece7;

    font-size: 11px;

}


.spec-row span {

    color: #71857c;

}


.spec-row strong {

    color: #2c5142;

    font-weight: 700;

}


/* =====================================================
   BUTTONS
===================================================== */

.product-buttons {

    display: flex;

    gap: 12px;

    margin-top: 18px;

}


.btn-inquiry,
.btn-whatsapp {

    min-height: 50px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    padding: 13px 20px;

    border-radius: 14px;

    text-decoration: none;

    font-family: "Manrope", sans-serif;

    font-size: 12px;

    font-weight: 800;

    transition: .25s ease;

}


.btn-inquiry {

    flex: 1;

    background: var(--green);

    color: #ffffff;

    box-shadow:
        0 10px 25px rgba(8,125,75,.18);

}


.btn-inquiry:hover {

    background: var(--green-dark);

    color: #ffffff;

    transform: translateY(-2px);

}


.btn-whatsapp {

    flex: 1;

    border: 1px solid var(--green);

    background: #ffffff;

    color: var(--green);

}


.btn-whatsapp:hover {

    background: var(--green-light);

    color: var(--green-dark);

    transform: translateY(-2px);

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991.98px) {

    .product-detail-section {

        padding: 70px 0 80px;

    }


    .product-information {

        padding-left: 0;

    }


    .product-main-image {

        height: 520px;

    }


    .product-title {

        font-size: 55px;

    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767.98px) {

    .product-detail-section {

        padding: 50px 0 60px;

    }


    .product-breadcrumb {

        font-size: 11px;

    }


    .product-main-image {

        height: 400px;

        border-radius: 22px;

    }


    .product-thumb {

        flex-shrink: 0;

    }


    .product-title {

        font-size: 43px;

        letter-spacing: -2px;

    }


    .product-subtitle {

        font-size: 17px;

    }


    .product-description {

        font-size: 14px;

    }


    .product-highlights {

        grid-template-columns:
            repeat(2, 1fr);

        gap: 15px;

        padding: 5px 0;

    }


    .highlight-item {

        border-right: none;

        border-bottom: 1px solid var(--border);

        padding-bottom: 12px;

    }


    .highlight-item:nth-child(3),
    .highlight-item:nth-child(4) {

        border-bottom: none;

    }


    .spec-row {

        grid-template-columns: 115px 1fr;

    }


    .product-buttons {

        flex-direction: column;

    }


    .btn-inquiry,
    .btn-whatsapp {

        width: 100%;

    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 400px) {

    .product-main-image {

        height: 350px;

    }


    .product-title {

        font-size: 38px;

    }


    .spec-row {

        grid-template-columns: 105px 1fr;

        font-size: 10px;

    }

}

/* Carousel */
.product-main-carousel {
    width: 100%;
}

.product-main-carousel .owl-stage-outer {
    width: 100%;
    overflow: hidden;
}

.product-main-carousel .owl-item {
    width: 100%;
}

/* =========================================
   OWL CAROUSEL NAVIGATION
========================================= */

.product-main-carousel {
    position: relative;
}

/* Navigation container */
.product-main-carousel .owl-nav {
    position: absolute;

    top: 50%;
    left: 0;
    right: 0;

    transform: translateY(-50%);

    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;

    margin: 0;

    pointer-events: none;
}

/* Prev & Next button */
.product-main-carousel .owl-nav button.owl-prev,
.product-main-carousel .owl-nav button.owl-next {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.95) !important;

    color: #087a4b !important;

    font-size: 24px !important;

    border: 1px solid #dce8e1 !important;

    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);

    pointer-events: auto;

    transition: all 0.3s ease;
}

/* Position */
.product-main-carousel .owl-nav button.owl-prev {
    margin-left: 15px;
}

.product-main-carousel .owl-nav button.owl-next {
    margin-right: 15px;
}

/* Hover */
.product-main-carousel .owl-nav button.owl-prev:hover,
.product-main-carousel .owl-nav button.owl-next:hover {
    background: #087a4b !important;
    color: #ffffff !important;  
    transform: scale(1.08);
}

.product-gallery {
    width: 100%;
}

.product-main-image {
    width: 100%;
    height: 580px;
    overflow: hidden;
    border-radius: 28px;
}

.product-main-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media (max-width: 767px) {

    .product-main-image {
        height: 400px;
        border-radius: 22px;
    }

}

/* =========================================
   PRODUCT THUMBNAILS
========================================= */

.product-thumbnails {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-top: 15px;
    overflow-x: auto;
}


/* Thumbnail */

.product-thumbnail {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    padding: 0;
    border: 1px solid #dce7e1;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}


/* Thumbnail image */

.product-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* Hover */

.product-thumbnail:hover {
    border-color: #087a4b;
}


/* Active */

.product-thumbnail.active {
    border: 2px solid #087a4b;

    box-shadow: 0 4px 12px rgba(8, 122, 75, 0.15);
}