* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* ────────────────
   BASE TYPOGRAPHY
   ──────────────── */
body {
  font-family: "Poppins", sans-serif;
  color: #4a4a4a;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 1rem;
}

/* ───────────────────────────
BANNER TOP BAR (phone/social/email)
─────────────────────────── */
/* ensure the parent is the positioning context */
.banner-top-bar {
  position: absolute;
  top: 21px;
  left: 0;
  width: 100%;
  height: auto;
  color: white;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  z-index: 11;
  pointer-events: none;
}
.social-bar {
  margin-left: 70px;
}

.banner-top-bar .container > div {
  pointer-events: all;
  gap: 8px;
  flex-wrap: wrap;
}

.banner-top-bar img {
  margin-right: 8px;
  vertical-align: middle;
}

.banner-top-bar .container {
  padding: 0 30px;
}

/* Responsive hide */
@media (max-width: 1200px) {
  .banner-top-bar {
    display: none !important;
  }
}

/* ───────────────────────────
               WHITE NAV HEADER
─────────────────────────── */
.hero-header {
  position: absolute;
  top: 66px;
  left: 50%;
  transform: translateX(-50%);
  height: 114px;
  background: #fff;
  border-radius: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 12;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1600px;

  width: calc(100% - 76px);
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-link {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
}

.nav-link.active {
  color: #6b4423 !important;
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
}

.logo-wrapper {
  position: relative;
  width: 150px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 261px;
  height: 125px;
  margin: 0 auto;
}
.logo-wrapper {
  position: relative;
  width: 261px;
  height: 125px;
  margin: 0 auto;
}

.logo-img {
  position: relative;

  width: 108px;
  height: 125px;
  margin-top: 20px;
}

.header-box-img {
  position: absolute;
  margin-bottom: -110px;
  width: 261px;
  height: 46px;
}
.order-btn {
  background-color: #19823b;
  color: white;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  border: none;
  border-radius: 50px;
  width: 202px;
  height: 46px;
  padding-left: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 20px;
  margin-right: 10px;
}

.order-btn .icon-circle {
  background-color: white;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.order-btn .icon-circle img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
/* Add this to ensure sections have proper spacing */
section {
  scroll-margin-top: 100px;
  padding-top: 30px;
}

/* Mobile View Fixes */
@media (max-width: 991.98px) {
  .hero-header {
    position: static !important;
    transform: none !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0.5rem 1rem !important;
    height: auto !important;
    border-radius: 0 !important;
    flex-direction: row !important;
    justify-content: space-between !important;
  }

  .navbar-toggler {
    margin-left: auto !important;
    margin-right: 0 !important;
    order: 2;
  }

  .logo-wrapper {
    order: 1;
    margin: 0 auto !important;
    width: auto !important;
    height: auto !important;
    position: static !important;
  }

  .logo-img {
    width: 80px !important;
    height: auto !important;
    margin-top: 0 !important;
  }

  .header-box-img {
    display: none;
  }

  #agriNavbar {
    display: none !important;
  }

  /* Offcanvas adjustments */
  .offcanvas-end {
    width: 80% !important;
  }
  .order-btn .icon-circle {
    background-color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    margin-left: 20px;
  }

  .order-btn .icon-circle img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
}
/* Mobile View (320px-767px) - Fixed Button Size */
@media (min-width: 320px) and (max-width: 767px) {
  .order-btn {
    width: 180px !important;
    height: 42px !important;
    font-size: 14px !important;
    padding: 0 12px !important;
    margin: 0 auto;
    flex-shrink: 0;
  }

  .order-btn .icon-circle {
    width: 32px !important;
    height: 32px !important;
    margin-left: 8px;
  }

  .order-btn .icon-circle img {
    width: 18px !important;
    height: 18px !important;
  }

  /* Nav item container */
  .nav-item:has(.order-btn) {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 12px;
  }
}

/* General Laptop View (992px-1366px) */
@media (min-width: 992px) and (max-width: 1366px) {
  .hero-header {
    padding: 0 20px !important;
    min-height: 100px;
    width: calc(100% - 40px) !important;
    overflow: visible !important;
  }

  /* Nav containers */
  .nav-left,
  .nav-right {
    flex-wrap: nowrap !important;
    gap: 0.6rem !important;
  }

  /* Nav items - prevents wrapping */
  .nav-item {
    white-space: nowrap !important;
    display: flex !important;
    align-items: center !important;
  }

  /* Nav links */
  .nav-link {
    font-size: 14px !important;
    padding: 0.25rem 0.5rem !important;
    line-height: 1.2 !important;
    display: inline !important;
  }

  /* Special treatment for multi-word items */
  .nav-link[href="#about"],
  .nav-link[href="#why"],
  .nav-link[href="#contact"] {
    white-space: nowrap !important;
    display: inline-block !important;
  }

  /* Logo adjustments */
  .logo-wrapper {
    width: 200px !important;
    margin: 0 0.5rem !important;
    flex-shrink: 0 !important;
  }

  /* Button adjustments */
  .order-btn {
    width: 150px !important;
    height: 38px !important;
    font-size: 12px !important;
    padding: 0 0.75rem !important;
    flex-shrink: 0 !important;
  }
  .order-btn .icon-circle {
    background-color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
  }

  .order-btn .icon-circle img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
}

/* Tablet View Specific Adjustments (768px-991px) */
@media (min-width: 768px) and (max-width: 991px) {
  /* Button container */
  .nav-item:has(.order-btn) {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 12px;
  }

  /* Button styling */
  .order-btn {
    width: 180px !important;
    height: 42px !important;
    font-size: 14px !important;
    padding: 0 12px !important;
    margin: 0 auto;
  }

  /* Icon adjustments */
  .order-btn .icon-circle {
    width: 34px !important;
    height: 34px !important;
    margin-left: 6px;
  }

  .order-btn .icon-circle img {
    width: 20px !important;
    height: 20px !important;
  }

  /* Navbar right alignment */
  .nav-right {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
}

/* ───────────────────────────
navv link in mobile view and tab view
─────────────────────────── */
/* Mobile & Tablet View (up to 991.98px) */
@media (max-width: 991.98px) {
  /* Offcanvas menu styling */
  .offcanvas-body {
    padding: 1rem;
  }

  .offcanvas .nav-link {
    font-size: 18px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
  }

  /* Button styling in menu */
  .offcanvas .order-btn {
    width: 100%;
    height: 50px;
    font-size: 16px;
    margin-top: 20px;
  }

  /* Active state */
  .offcanvas .nav-link.active {
    color: #6b4423;
    font-weight: 600;
  }
}

/* Tablet-specific (768px-991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .offcanvas {
    width: 60% !important;
  }

  .offcanvas .nav-link {
    font-size: 20px;
    padding: 14px 0;
  }
}

/* ───────────────────────────
HERO CAROUSEL
─────────────────────────── */
.hero-container {
  position: relative;
  width: 100%;

  aspect-ratio: 1527/701;
  margin: 0 auto 3rem;
  overflow: hidden;
}
.hero-container .carousel,
.hero-container .carousel-inner,
.hero-container .carousel-item {
  height: 100%;
}
.hero-container .carousel-item img {
  object-fit: cover;
}
.carousel-indicators {
  bottom: 20px;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.carousel-indicators [data-bs-target] {
  width: 16px;
  height: 16px;
  margin: 0 6px;
  background-color: #d8d8d8;
  border: none;
  border-radius: 0;
  outline: none;
  transition: all 0.3s ease;
}

.carousel-indicators .active {
  background-color: #5faa3f;
  border: 2px solid white;
  box-shadow: 0 0 0 1px #5faa3f;
}
#heroCarousel {
  position: relative;
}
/* Make carousel auto-height ----------------------------------------------------------->insepect*/
.hero-container {
  aspect-ratio: unset;
  height: auto;
  margin-bottom: 1.5rem;
}

@media (max-width: 991.98px) {
  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }

  .carousel-indicators .active {
    background-color: #5faa3f;
    border: 1px solid white;
    box-shadow: 0 0 0 1px #5faa3f;
  }
}

/* ------------------------------------------------------------------------------------------------------- */

/* ───────────────────────────
         MOBILE (≤576px)
         ─────────────────────────── */
@media (max-width: 576px) {
  /* Banner text smaller */
  .banner-top-bar > div {
    font-size: 12px;
  }

  /* Nav links & button smaller */
  .hero-header .nav-link {
    font-size: 14px;
  }
  .hero-header .order-btn {
    font-size: 14px;
    line-height: 1.2;
  }

  /* Welcome block scaling */
  .welcome-small,
  .mv-title {
    font-size: 0.8rem;
  }
  .mv-text,
  .story-text {
    font-size: 0.85rem;
  }

  /* Products: cards full-width */
  .product-content-container,
  .product-img-container,
  .product-info {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
}

/* ───────────────────────────
WHATSAPP FLOAT BUTTON
─────────────────────────── */
.whatsapp-float {
  position: fixed;
  bottom: 100px;
  right: 60px;
  width: 52px;
  height: 52px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 13;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.whatsapp-float i {
  font-size: 24px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .whatsapp-float {
    width: 40px;
    height: 40px;
    bottom: 290px;
    right: 10px;
  }

  .whatsapp-float i {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .whatsapp-float {
    width: 45px;
    height: 45px;
    bottom: 170px;
    right: 20px;
  }

  .whatsapp-float i {
    font-size: 20px;
  }
}
/* ────────────────-------------------
               WELCOME BLOCK
────────────────----------------------- */
.welcome-small {
  margin-top: -16px;
  display: inline-flex;
  align-items: center;
  font-family: "Syne", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  color: #388e3c;
}
.welcome-icon {
  width: 34px;
  height: 34px;
  margin-right: 4px;
}
.welcome-title {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #6b4423;
  margin-bottom: 1rem;
}
.welcome-text {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
  max-width: 860px;
  color: #585c59;
}
.welcome-subtitle {
  font-family: "Syne", sans-serif;
  color: #6b4423;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0;
  font-weight: 700;
}
.story-text {
  font-family: Rethink Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: justify;
}
.service-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2rem;
}

.service-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.service-text {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #000;
}

/* Responsive: stack vertically if screen is too small */
@media (max-width: 576px) {
  .service-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

/* ────────────────
               ABOUT / OUR STORY
               ──────────────── */
.about-section {
  position: relative;
  background: #fff url("../img/AGRI.png") no-repeat center center;
  background-size: 65%;
  overflow: hidden;
}
.about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.217);
  z-index: 1;
}
.about-section .container {
  position: relative;
  z-index: 2;
}
.logo-img {
  max-height: 200px;
}

@media (max-width: 576px) {
  .about-section .container {
    text-align: center;
  }

  .about-section .logo-img {
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  .welcome-small {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .welcome-small img {
    display: inline-block;
  }
  .welcome-subtitle {
    text-align: center;
  }
}

/* ───────────────────────────────
               MISSION & VISION BOXES
               ─────────────────────────────── */
/* Container for both mission and vision */
.mv-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Wrapper for each mission/vision item */
.mv-box {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  height: auto;
}

/* Icon circle styling */
.icon-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  margin-top: 4px;
}

/* Text content */
.mv-title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #333;
}

.mv-text {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #585c59;
  margin: 4px 0 0 0;
  text-align: justify;
}

/* Responsive fix */
@media (max-width: 576px) {
  .mv-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.icon-circle {
  width: 44px;
  height: 44px;
  margin-bottom: 8px;
}

.mv-title,
.mv-text {
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}

/* ───────────────────────────
               STATS / NUMBERS BAR
─────────────────────────── */
.stats-section {
  margin-top: 50px;
  width: 100%;
  background-color: #107634;
  padding: 2rem 0;
}

.stat-col {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 1rem;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.stat-icon {
  width: px;
  height: 68px;
  flex-shrink: 0;
}

.stat-content {
  display: flex;
  flex-direction: column;
}

.stat-number {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.3rem;
}

.stat-label {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

/* Apply desktop-style layout from 577px and up (tablet + desktop) */
@media (min-width: 768px) and (max-width: 1199px) {
  .stat-col {
    flex: 0 0 20%;
    max-width: 20%;
    border-right: 1px solid rgb(246, 241, 241);
    border-bottom: none;

    display: block;
    text-align: center;
  }

  .stat-col:last-child {
    border-right: none;
  }

  .stat-icon {
    width: 66px;
    height: 66px;
    display: block;
  }

  .stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
  }

  .stat-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .stat-number,
  .stat-label {
    width: 100%;
  }
}
/* Apply desktop styles from 1024px onwards (same as 1440px) */

/* Mobile view (≤576px) */
@media (max-width: 576px) {
  .stat-icon {
    width: 66px;
    height: 66px;
  }

  .stat-col {
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }

  .stat-col:last-child {
    border-bottom: none;
  }

  .stat-item,
  .stat-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .stat-number,
  .stat-label {
    font-size: 14px;
    width: 100%;
  }
}

/* Desktop (1200px+): original 5-per-row layout */
@media (min-width: 1200px) {
  .stat-col {
    border-right: 1px solid rgb(246, 241, 241);
    border-bottom: none;
  }

  .stat-col:last-child {
    border-right: none;
  }

  .stat-icon {
    display: block;
    margin: 0 auto;
  }
}

/* ------------------------------------------------------------top section perfect */
.product-content-container {
  margin-top: -100px;

  margin-bottom: 30px;
}
.product-img-container {
  width: 360px;
  height: 337px;
  overflow: hidden;
  border-radius: 24px;
  margin: 0 auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-info {
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  padding: 1.5rem 1rem 1rem;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  width: 368px;
  height: 212px;
  margin-top: 20px;
  margin-left: 84px;
}

.product-info .eye {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 30px;
  color: #107634;
  background: none;
  border: none;
  padding: 0;
  width: 54px;
  height: 51px;
  line-height: 1;
}

.product-info .bi-arrow-right {
  position: absolute;
  margin-left: 240px;
  margin-top: -25px;
  width: 52px;
  height: 58px;
  color: white;
  background: #107634;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.product-title {
  font-family: "Syne", sans-serif;
  margin-top: 60px;
  font-size: 24px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0;
}
.product-text {
  font-size: 0.9rem;
  color: #555;
}
.load-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #107634;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: none;
}

.load-more-btn:hover {
  color: white !important;
  background-color: #0c5b29;
}

.load-more-btn img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.d-none {
  display: none !important;
}
/* Tablet & Mobile (up to 991px) */
@media (max-width: 991px) {
  .product-content-container {
    margin: 20px 0 30px 0;
  }

  .product-img-container {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 0;
  }

  .product-info {
    width: 100%;
    height: auto;
    margin: -19px 0 0 0;
    padding: 1.5rem 1rem;
    border-radius: 0 !important;
  }

  .product-info .bi-arrow-right {
    margin-top: -17px;
    margin-left: 0;
    right: 1rem;
    top: 1rem;
    position: absolute;
  }

  .product-info .bi-eye {
    left: 1rem;
    top: 1rem;
  }
}
@media (max-width: 767px) {
  .product-card {
    margin-left: 16px;
    margin-right: 16px;
  }
}

/* Laptop view (992px–1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .product-content-container {
    margin-left: 0;
  }

  .product-img-container {
    width: 100%;
    max-width: 100%;
  }

  .product-info {
    width: 100%;
    margin-left: 0;
  }
}
/* ------------------------------------------------------------------------------still working perfect */

/* ===============================
   WHY CHOOSE VETIVER SECTION
================================= */
.why-vetiver-section {
  position: relative;
  background: #fff;
  overflow: visible;
  padding-bottom: 4rem;
  padding-top: 0;
  max-width: 1600px;
  width: 100%;
  margin-top: 50px;
  padding-right: 1rem;
}

.why-vetiver-section .why-img-col {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.why-vetiver-section .why-img-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
}

.why-vetiver-section .why-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* === Typography === */
.why-vetiver-section .section-small {
  font-family: "Syne", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
}
.why-vetiver-section .section-title {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #6b4423;
}
.why-vetiver-section .section-text {
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #585c59;
  font-weight: 400;
  max-width: 90%;
  text-align: justify;
}

/* === Cards Wrapper === */
.cards-wrapper {
  display: grid;
  gap: 2rem;
  justify-content: center;
  padding: 0 1.5rem;
  margin-top: 3rem;
}

.vetiver-card {
  position: relative;
  width: 100%;
  max-width: 223px;
  height: 212px;
  padding: 1.5rem 1rem 1rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.vetiver-card .card-number {
  position: absolute;
  top: 16px;
  left: 16px;
  font-family: "Rethink Sans", sans-serif;
  font-weight: 800;
  font-size: 40px;
  color: #107634;
  opacity: 0.1;
}
.vetiver-card .card-icon {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 34.5px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vetiver-card .card-title {
  margin-top: 50px;
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
}
.vetiver-card .card-text {
  margin-top: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #555;
}

/* === RESPONSIVE LAYOUTS === */

/* ≥1400px: 5 cards */
@media (min-width: 1400px) {
  .cards-wrapper {
    grid-template-columns: repeat(5, 223px);
    margin-top: -284px;
  }
}

/* ✅ 1201–1399px: 4 cards + side-by-side layout */
@media (min-width: 1201px) and (max-width: 1399px) {
  .why-vetiver-section .why-row {
    display: flex;
    align-items: flex-start; /* ✅ Align top */
  }

  .why-vetiver-section .why-img-col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .why-vetiver-section .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 2rem;
  }

  .section-title {
    font-size: 32px;
    line-height: 42px;
  }

  .cards-wrapper {
    grid-template-columns: repeat(5, 203px);
    margin-top: -230px;
  }
}

/* ✅ 992–1200px: 3 cards + side-by-side layout */
@media (min-width: 992px) and (max-width: 1200px) {
  .why-vetiver-section .why-row {
    display: flex;
    align-items: center;
  }

  .why-vetiver-section .why-img-col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .why-vetiver-section .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 2rem;
  }

  .why-vetiver-section .section-title {
    font-size: 30px;
    line-height: 40px;
  }

  .why-vetiver-section .section-text {
    font-size: 15px;
    max-width: 100%;
  }

  .cards-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 3rem;
  }
}

/* ✅ 768–991px: Stack image + content, 2 cards */
@media (max-width: 991px) and (min-width: 768px) {
  .why-vetiver-section .why-row {
    flex-direction: column;
  }

  .why-vetiver-section .why-img-col,
  .why-vetiver-section .col-lg-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .cards-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ✅ ≤576px: Stack everything, 1 card */
@media (max-width: 576px) {
  .cards-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
  }

  .vetiver-card {
    width: 90%;
    max-width: 320px;
  }
}

/* ✅ Fix image for mobile */
@media (max-width: 768px) {
  .why-vetiver-section .why-img-wrapper {
    height: auto;
    border-top-right-radius: 0;
  }

  .why-vetiver-section .why-img-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

@media (max-width: 991px) {
  .cards-wrapper {
    margin-top: 10px !important; /* Reduced from 3rem */
  }
}
@media (min-width: 1400px) {
  .why-vetiver-section {
    margin-left: auto;
    margin-right: auto;
  }

  .why-vetiver-section .why-row {
    display: flex;
    align-items: flex-start;
    justify-content: center; /* ⬅️ Optional for clean layout */
  }

  .why-vetiver-section .why-img-col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .why-vetiver-section .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 2rem;
  }
}

/* -----------------------------------------------------------------------------------working perfect */

/* ───────────────────────────
   MAP + CONTACT INFO SECTION
   ─────────────────────────── */

.map-contact-section {
  position: relative;
}

/* 1) Map stays full-bleed */
.map-container iframe {
  width: 100%;
  display: block;
  height: 869px;
  border: 0;
}
/* 2) Brown bar sits overlapping bottom of map */
.contact-bar {
  left: 40px;
  right: 40px;
  height: auto;
  background-color: #6d3f30;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-sizing: border-box;
  z-index: 2;
  margin-top: -510px;
  padding-bottom: 60px;
}
.form-select {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;

  /* Override dropdown arrow with white version */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12'%3E%3Cpath fill='white' d='M8 12L0 0h16z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px 10px;
  padding-right: 2.5rem;
}
/* Override for mobile */
@media (max-width: 576px) {
  .contact-bar {
    left: 0;
    right: 0;
    border-radius: 0;
  }
}

.site-content {
  max-width: 1286px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .site-content {
    max-width: 100%;
    padding: 0 1rem;
  }
}

.enquiry-form {
  background: #6d3f30;
  border-radius: 20px;
  padding: 10px 40px;
}

@media (max-width: 576px) {
  .enquiry-form {
    padding: 20px 16px;
  }
}

.enquiry-form .form-subtitle {
  font-family: Syne;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  color: white;
}

.enquiry-form .form-title {
  font-family: Syne;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  text-transform: uppercase;
  color: white;
}

.custom-field {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  padding: 0 12px;
}

@media (max-width: 576px) {
  .custom-field {
    max-width: 100%;
    padding: 0;
  }
}

.custom-field label {
  color: #fff;
  margin-bottom: 6px;
  display: block;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}

.custom-field input,
.custom-field select {
  width: 100%;
  height: 46px;
  border-radius: 6px;
  border: 1px solid #fff;
  padding: 0 1rem;
  font-size: 14px;
  color: #6b4423;
  background-color: #ffffff1a;
}

.custom-field input::placeholder,
.custom-btn::placeholder {
  color: #ffffff;
  opacity: 1;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

select.form-select {
  color: #ffffff;
  background-color: #ffffff1a;
}
.custom-btn {
  width: 100%;
  height: 46px;
  border-radius: 10px;
  padding: 10px 24px;
  font-family: Syne;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #096412;
  background-color: #fff;
  display: block;
  margin-bottom: 38px;
  border: 2px solid #096412;
}

.custom-btn:hover {
  background-color: #e6f3e6;
  color: #096412;
  cursor: pointer;
}
@media (max-width: 576px) {
  .custom-btn {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    text-align: center;
    height: 60px;
  }
}

/* CONTACT BAR INFO */
.contact-bar-info {
  margin-top: -28px !important;
}

.contact-bar .info-item {
  padding: 0 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Divider line only between first & second items */

.contact-bar .info-item:nth-child(1)::after,
.contact-bar .info-item:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 240px;
  background-color: #ffffff;
}

/* Icons */
.contact-bar .info-img {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
}

/* Titles */
.contact-bar .info-title {
  font-family: Syne;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: white;
  margin-top: 15px;
}

/* Texts */
.contact-bar .info-text {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: white;
  margin-top: 10px;
}
.contact-bar .info-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 180px;
  padding: 10px;
}
.info-textt {
  font-family: "Inter", sans-serif;
  color: white;
  font-size: 16px;
  margin-top: -12px;
}

/* MOBILE RESPONSIVE STYLING */
@media (max-width: 767.98px) {
  .contact-bar .info-item {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }

  .contact-bar .info-item::after {
    display: none;
  }

  .custom-field {
    max-width: 100%;
  }
}
/* 3) Footer below everything */
.site-footer {
  background-color: #107634;
  min-height: 74px;
  width: 100%;
  z-index: 9999;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 230px;
}

.site-footer .site-content {
  width: 100%;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; /* allow content to wrap in mobile */
}

.footer-text {
  margin: 0;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1.6;
}

.footer-text a {
  color: #fff;
  text-decoration: underline;
}

/* Tablet (<= 992px) */
@media (max-width: 992px) {
  .site-footer {
    padding: 30px 0;
    margin-top: 960px; /* Use a more reasonable spacing */
  }
  .footer-text {
    font-size: 13px;
    padding: 0 20px;
  }
}

@media (max-width: 576px) {
  .site-footer {
    background-color: #107634;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 1050px;
  }

  .footer-text {
    color: #fff;
    font-size: 12px;
    padding: 0 15px;
    line-height: 1.4;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .map-container iframe {
    height: 600px; /* Adjusted height for tablet view */
  }

  .contact-bar {
    margin-top: -320px; /* Pulls contact bar halfway onto the map */
    padding-bottom: 50px;
    border-radius: 20px;
    left: 20px;
    right: 20px;
  }

  .site-footer {
    margin-top: 395px; /* Match the new map/contact layout height */
  }

  .footer-text {
    font-size: 13px;
    padding: 0 20px;
  }
}
@media (min-width: 991px) and (max-width: 1399px) {
  .site-footer {
    margin-top: 340px !important; /* ✅ Increase until brown bar ends fully */
  }

  .contact-bar {
    margin-top: -420px; /* Optional: tweak if needed */
    padding-bottom: 60px;
  }

  .enquiry-form {
    padding-bottom: 40px; /* Ensures form has room */
  }
}

/* General reset for scroll issues */
html,
body {
  overflow-x: hidden;
}

/* Container */
.testimonial-section {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: #fff;
  padding: 60px 0;
  flex-wrap: wrap;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Left Text */
.testimonial-text {
  background-color: #107634;
  color: white;
  padding: 20px;
  flex: 1;
  height: 438px;
  margin-top: 10px;
  margin-right: -19px;

  text-align: justify;
}
/* Middle Badge */
.testimonial-badge {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.testimonial-badge img {
  width: 89px;
  height: 458px;
}

/* Right Image */
.testimonial-image {
  flex: 1;
  min-width: 300px;

  height: 438px;
  margin-top: 10px;
  margin-left: -19px;
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-author {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0%;
  margin-top: 30px;
}

.testimonial-location {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.qoute-icon {
  margin-left: 500px;
  width: 70px;
  height: 70px;
  top: 3063px;
  left: 537px;
}
/* Responsive */
@media (max-width: 992px) {
  .testimonial-section {
    flex-direction: column;
    padding: 30px 0;
  }

  .testimonial-badge {
    order: 2;
    padding: 20px 0;
  }

  .testimonial-text,
  .testimonial-image {
    order: 1;
    margin: 10px 0;
  }

  .testimonial-badge img {
    width: 64px;
    height: auto;
  }
}
@media (max-width: 992px) {
  .testimonial-section {
    flex-direction: column;
    padding: 30px 0;
  }

  .testimonial-badge {
    display: none;
  }

  .testimonial-text,
  .testimonial-image {
    order: 1;
    margin: 10px 0;
  }
}
.qoute-icon {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0;
  float: right;
  margin-right: 15px;
  margin-top: -30px;
}
@media (max-width: 576px) {
  .qoute-icon {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0;
    float: right;
    margin-right: 15px;
    margin-top: 15px;
  }
}
@media (max-width: 576px) {
  .testimonial-image {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why-vetiver-section {
    padding-top: 2rem; /* Optional padding */
    margin-top: 2rem; /* Optional spacing */
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cards-wrapper {
    padding: 0 1.5rem !important;
    gap: 1.5rem 1.5rem; /* row + column gap */
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cards-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 223px); /* fixed width per card */
    justify-content: center; /* ⬅️ center the whole grid */
    gap: 2rem;
    padding: 0 1rem;
  }
}

.custom-field {
  margin-bottom: 0.75rem;
}
.error-msg {
  color: red;
  font-size: 14px;
  margin-top: 4px;
  min-height: 18px;
  font-family: "Inter", sans-serif;
}
/* Styling for input and select inside the form */
#orderForm input,
#orderForm select,
#orderForm textarea {
  background-color: #6d3f30;
  color: white;
  border: 1px solid #ccc;
}

/* Optional: placeholder styling */
#orderForm input::placeholder,
#orderForm textarea::placeholder {
  color: #bbbbbb;
}
.spinner-border {
  vertical-align: middle;
  margin-left: 8px;
}
.d-none {
  display: none;
}
body::-webkit-scrollbar {
  display: none;
}
.map-container iframe {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

.contact-bar {
  z-index: 3;
  pointer-events: none; /* disable interaction with map overlap only */
}

/*  Enable interaction INSIDE the form */
.enquiry-form {
  pointer-events: auto;
  position: relative;
  z-index: 4;
}
.info-inner {
  pointer-events: auto;
}
.social-bar a img {
  transition: transform 0.3s ease;
}

.social-bar a:hover img {
  transform: scale(1.5);
}
