* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Prosto One";
}

body {
  color: #222;
  background: #fff;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;

}



/* NAVBAR */
/* NAVBAR */
.navbar {
  position: sticky;
  top: 0;
  width: 100%;
  height: 95px;
  padding: 18px 40px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  background: url("assets/Soil-Texture.jpeg") center/cover no-repeat;
  z-index: 9999;
}

/* dark overlay */
.navbar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(40, 25, 10, 0.75);
  z-index: -1;
}

/* LOGO */
.logo-wrap img {
  height: 80px;
  display: flex;
  align-items: center;
}

/* CENTER MENU */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 26px;
  flex: 1;
  justify-content: center;
  /* center menu perfectly */
}


/* RIGHT SIDE */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: 30px;
}

/* LINKS */
.nav-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 2px;
  transition: .3s;
}

.nav-menu a:hover {
  color: #7BAF42;
}

/* Marathi Desktop Navbar Font Size Adjustment */
@media (min-width: 1025px) {
  body.marathi .nav-menu a {
    font-size: 18px !important;
  }
  body.marathi .nav-actions .contact-btn,
  body.marathi .nav-actions .lang-btn {
    font-size: 16px !important;
  }
}

/* NAVBAR */
/* .navbar {
  position: relative;
  top: 0;
  width: 100%;
  height: 100px;
  flex-shrink: 0;

  padding: 20px 42px;

  display: flex;
  justify-content: space-between;
  align-items: center;

  background: url("assets/Soil-Texture.jpeg") center / cover no-repeat;
  color: #fff;

  z-index: 1000;
} */

/* overlay */
/* .navbar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(40, 25, 10, 0.75);
  z-index: 0;
} */

/* content above overlay */
.navbar>* {
  position: relative;
  z-index: 1;
}

/* REQUIRED for ::before */
.navbar {
  position: sticky;
}

.navbar {
  position: sticky;
}

.navbar {
  position: sticky;
  /* add this */
  position: sticky;
  isolation: isolate;
}

/* ===== TOP NAVBAR LINKS ===== */
.nav-menu>a,
.nav-dropdown>a {
  color: #ffffff;
}

.nav-menu>a:hover,
.nav-dropdown>a:hover {
  color: #ffffff;
  /* keep navbar stable */
}

/* ===== DROPDOWN MENU FIX (PRODUCTS + B2B) ===== */

.nav-dropdown .dropdown-menu a {
  color: #1B5E20;
  background: transparent;
  display: block;
  transition: all 0.3s ease;
}

.nav-dropdown .dropdown-menu a:hover {
  color: #f7f9f6;
  background: #7BAF42;
}





.logo-wrap {
  display: flex;
  flex-direction: column;
}

.logo-wrap img {
  height: 90px;
  /* adjust if needed */
  width: auto;
}



/* ✅ MAIN TAGLINE – GREEN ARROW SHAPE */
.main-tagline {
  font-family: "Prosto One";
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 800px;
  margin: 0 auto 28px;
  padding: 14px 52px;

  text-align: center;

  /* 🌿 green premium gradient */
  background: linear-gradient(135deg,
      #0b3d1a,
      #1b6b2a,
      #2e7d32);


  color: #e9ffe7;

  /* 🔷 arrow / hex shape */
  clip-path: polygon(6% 0%,
      94% 0%,
      100% 50%,
      94% 100%,
      6% 100%,
      0% 50%);

  /* 💎 keep same premium depth */
  box-shadow: 0px 14px 32px rgba(0, 0, 0, 0.28);

  position: relative;
  border: 2px solid #7BAF42;

  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease,
    background-position 0.6s ease;

  background-size: 200% 200%;
}


/* hover effect */
.main-tagline:hover {
  transform: translateY(-6px);
  box-shadow: 0px 22px 45px rgba(0, 0, 0, 0.4);
  background-position: right center;
}

.main-tagline::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
      transparent 30%,
      rgba(255, 255, 255, 0.08) 50%,
      transparent 70%);
  transform: translateX(-100%);
  animation: shimmer 6s infinite ease-in-out;
  pointer-events: none;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }

  50% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.main-tagline::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: inherit;
  clip-path: inherit;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.12),
      transparent 60%);
  pointer-events: none;
}





/* highlight the key claim */
.main-tagline span {
  color: #7CFF00;
  /* soft agri highlight */
  font-size: 34px;
  /* slightly bigger only */
  font-weight: 700;
}


@media (max-width: 768px) {
  .main-tagline {
    font-size: 22px;
    padding: 14px 18px;
    letter-spacing: 1px;
  }

  .main-tagline span {
    font-size: 26px;
  }
}


.point {
  display: flex;
  align-items: center;
  gap: 8px;

  padding: 10px 16px;
  background: rgba(123, 175, 66, 0.10);
  border: 1px solid rgba(123, 175, 66, 0.35);
  border-radius: 50px;

  font-size: 14px;
  font-weight: 600;
  color: #1B5E20;
  letter-spacing: 0.6px;

  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
}

.point:hover {
  transform: translateY(-4px);
  background: rgba(123, 175, 66, 0.18);
  border: 1px solid rgba(123, 175, 66, 0.55);
}

.point span {
  color: #222;
}

.about-text {
  margin-top: 25px;
  /* ✅ better spacing */
  color: #444 !important;
}

@media (max-width: 768px) {
  .tagline-points {
    gap: 12px;
  }

  .point {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
}


/* ✅ NAV MENU */


/* ✅ NAV LINKS */
/* .nav-menu a {
  margin: 0 !important;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 2px;
  position: relative;
  padding: 8px 0;
  transition: 0.3s ease;
} */

/* ✅ HOVER EFFECT */
.nav-menu a:hover {
  color: #7BAF42;
}

/* .nav-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 24px; /* space between language & contact */


/* 🔥 SHARED BUTTON STYLE */
.nav-actions .contact-btn,
.nav-actions .lang-btn {
  height: 44px;
  /* SAME height */
  padding: 0 22px;
  /* SAME horizontal padding */
  display: inline-flex;
  /* IMPORTANT */
  align-items: center;
  /* vertical centering */
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  border-radius: 35px;
  line-height: 1;
  /* prevents text mismatch */
}


/* ✅ Underline hover if you are using ::after later (safe) */
.nav-menu a:hover::after {
  width: 100%;
}

/* ✅ LANGUAGE DROPDOWN */
.lang-dropdown {
  position: relative;
  display: flex;
  align-items: center;

}

/* ✅ LANGUAGE BUTTON */
.lang-btn {
  background: transparent;
  border: none;
  color: white;
  font-size: 13px;
  letter-spacing: 2px;
  cursor: pointer;
  padding: 8px 0;
  transition: 0.3s ease;
}

/* ✅ LANGUAGE BUTTON HOVER SAME AS MENU */
.lang-btn:hover {
  color: #7BAF42;
}

/* ✅ DROPDOWN MENU */
.lang-menu {
  display: none;
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  min-width: 140px;
  box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.18);
  z-index: 9999;
}

/* ✅ Dropdown links */
.lang-menu a {
  display: block;
  padding: 12px 14px;
  color: #1B5E20;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 13px;
}

.lang-dropdown:hover .lang-menu {
  display: block;
}

.lang-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 18px;
}

/* ✅ Dropdown hover */
.lang-menu a:hover {
  background: #7BAF42;
  color: white;
}

/* ✅ LANGUAGE BUTTON SAME AS CONTACT */
.contact-style {
  background: #7BAF42;
  color: #f3f8f3;
  padding: 12px 22px;
  font-weight: 700;
  letter-spacing: 2px;
  border-radius: 35px;
  border: none;
  cursor: pointer;
  font-size: 13px;
  transition: 0.3s ease;
}


/* Hover same as contact */
.contact-style:hover {
  background: #ffff00;
  color: #fff;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
}

/* ✅ Show dropdown on hover */
.lang-dropdown:hover .lang-menu {
  display: block;
}


.contact-btn {
  background: #7BAF42;
  color: #f3f8f3;
  padding: 12px 22px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  display: inline-block;
  border-radius: 35px;
  /* margin-left: auto; */

  /* transform: skewX(-15deg); */
  transition: 0.3s ease;
}

.contact-btn:hover {
  background: #ffff00;
  color: #fff;
  /* transform: skewX(-15deg) translateY(-3px); */
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
}

/* ✅ Fix text inside diagonal button */
.contact-btn span {
  display: inline-block;
  transform: skewX(15deg);
}



/* HERO */
.hero {
  aspect-ratio: 1920 / 950;
  max-height: 100vh;
  position: relative;
  width: 100%;
  /* adjust if needed */
  overflow: hidden;
  background: #fff;


}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* KEY */
  object-position: center;
  /* KEY */
  background: #fff;
  display: block;
}



/* REMOVE DARK OVERLAY (MAKE BANNER BRIGHT) */
.hero-overlay {
  display: none;
  /* ✅ no shadow */
}

/* HERO CONTENT */
.hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.hero-content h1 {
  font-family: "Prosto One";
  font-size: 60px;
  letter-spacing: 5px;
  color: white;
  margin-bottom: 15px;
}

.hero-content p {
  max-width: 700px;
  color: white;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 28px;
}

/* BUTTON */
.hero-btn {
  padding: 14px 34px;
  background: #7BAF42;
  color: white;
  text-decoration: none;
  border-radius: 35px;
  font-weight: 700;
  letter-spacing: 2px;
  transition: 0.3s ease;
}

.hero-btn:hover {
  background: #1B5E20;
  transform: translateY(-3px);
}

/* ================= SLIDER CORE FIX ================= */

.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 950;
  max-height: 100vh;
  overflow: hidden;
  background: #fff;
}

.single-banner {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 80px 0;
  /* Add vertical space for video visibility */
  overflow: hidden;
}

.banner-card {
  position: relative;
  width: 70%;
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  background: #fff;
  z-index: 2;
  /* Above video overlay */
}

/* stack slides on top of each other */
.hero .slide,
.single-banner .banner-card .slide {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

/* only active slide visible */
.hero .slide.active,
.single-banner .banner-card .slide.active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

/* images */
.hero img,
.single-banner .banner-card img {
  width: 100%;
  height: auto;
  display: block;
}

/* STRIP */
/* MOVING INFO STRIP */
.info-strip {
  background: #7BAF42;
  overflow: hidden;
  white-space: nowrap;
  padding: 14px 0;
  position: relative;
  /* clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%); */
  /* border-radius: 35px; */
}

.strip-track {
  display: inline-flex;
  width: max-content;
  animation: scrollText 28s linear infinite;
}

.strip-track span {
  color: white;
  font-size: 16px;
  letter-spacing: 3px;
  padding-right: 60px;
}

/* KEYFRAMES */
@keyframes scrollText {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


/* SECTION */
.section {
  padding: 120px 80px;
  text-align: center;
}

/* .section.light {
  background: #F6F6F4;
} */

.subtitle {
  max-width: 700px;
  margin: auto;
  color: #777;
  font-family: "Prosto One";
}

/* OUR VERTICALS EXACT */
.verticals-section {
  background: #fff;
}

.section-title {
  font-family: "Prosto One";
  font-size: 36px;
  letter-spacing: 4px;
  margin-bottom: 15px;
  margin-top: 31px;
}

.subtitle {
  max-width: 760px;
  margin: 0 auto 40px;
  color: #777;
  font-size: 15px;
  line-height: 1.8;
}



/* ICON ROW */
.verticals {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0;
}

.vertical {
  width: 18%;
  text-align: center;
}

.vertical img {
  height: 70px;
  margin-bottom: 20px;
}

.vertical h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
}

/* EXPERIENCE */
.experience {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.exp-text {
  width: 40%;
  text-align: left;
}

.exp-media {
  width: 55%;
  display: flex;
  gap: 20px;
}

.video-box {
  flex: 1;
  height: 260px;
  background: #000;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* STATS */
.stats {
  display: flex;
  justify-content: space-around;
  padding: 80px 40px;
}

.stat h3 {
  font-family: "Prosto One";
  font-size: 48px;
  color: #7BAF42;
}

.counter::after {
  content: "+";
  margin-left: 4px;
  font-weight: 600;
}

/* EXTRA BANNER */
.extra-banner {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0;
}

.extra-banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* MAP */
.map-section {
  display: flex;
  align-items: center;
  /* ✅ center vertically */
  justify-content: space-between;
  gap: 60px;
  padding: 90px 80px;
  /* ✅ reduce extra spacing */
  font-family: "Prosto One";
}


.map-section iframe {
  width: 100%;
  max-width: 600px;
  height: 420px;
  border: none;
  border-radius: 16px;
  /* ✅ rounded corners */
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.12);
  /* ✅ premium */
}

.visit-buttons {
  margin-top: 25px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.direction-btn {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 35px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.3s ease;
  white-space: nowrap;
}

.direction-btn {
  background: #1B5E20;
  color: #fff;
}

.direction-btn:hover {
  background: #7BAF42;
  transform: translateY(-3px);
}


@media (max-width: 900px) {
  .map-section {
    flex-direction: column;
    padding: 60px 20px;
  }

  .map-section iframe {
    width: 100%;
    height: 320px;
  }

  .visit-text {
    width: 100%;
    text-align: center;
  }

  .visit-buttons {
    justify-content: center;
  }
}



/* VISIT US TEXT BLOCK */
.visit-text {
  max-width: 520px;
  width: 45%;
  font-family: "Prosto One";
}

.green-line.small {
  width: 100px;
  height: 2px;
  background: #7BAF42;
  margin-bottom: 30px;
}

.visit-text h2 {
  font-family: "Prosto One";
  font-size: 40px;
  letter-spacing: 4px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.visit-text h2 span {
  display: block;
  font-family: "Prosto One";
}

.visit-text p {
  font-family: "Prosto One";
  font-size: 18px;
  line-height: 1.8;
  color: #191818;
  margin-top: 10px;
}

@media (max-width: 900px) {
  .map-section {
    flex-direction: column;
    padding: 60px 20px;
  }

  .map-section iframe {
    width: 100%;
    height: 320px;
  }

  .visit-text {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}

@media (max-width: 900px) {
  .map-section {
    flex-direction: column;
    padding: 60px 20px;
  }

  .map-section iframe {
    width: 100%;
    height: 320px;
  }

  .visit-text {
    width: 100%;
    text-align: center;
  }

  .visit-buttons {
    justify-content: center;
  }
}



/* ENQUIRE */
.enquire {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

form {
  width: 45%;
}

form input,
textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border: none;
  background: #38b615;
}


/* ABOUT US SECTION */
.about-section {
  padding: 120px 80px 60px;
  text-align: center;
}

.about-container {
  max-width: 900px;
  margin: auto;
}

.about-title {
  font-family: "Prosto One";
  font-size: 36px;
  letter-spacing: 4px;
  margin-bottom: 18px;
  color: #222;
}

.about-tagline {
  font-size: 15px;
  letter-spacing: 2.5px;
  font-weight: 600;
  color: #7BAF42;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.about-text {
  font-size: 15px;
  line-height: 2;
  color: #0a0000;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.about-green-line {
  width: 80%;
  height: 2px;
  background: #7BAF42;
  margin: 45px auto 0;
}

/* ✅ DOTS */
.review-dots {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.dot {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.18);
  border-radius: 50%;
  transition: 0.3s ease;
}

.dot.active {
  width: 25px;
  border-radius: 20px;
  background: #7BAF42;
}

/* ✅ VIEW MORE BUTTON */
.review-btn-area {
  margin-top: 40px;
}

.review-more-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #7BAF42;
  color: white;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 2px;
  border-radius: 35px;
  transition: 0.3s ease;
}

.review-more-btn:hover {
  background: #1B5E20;
  transform: translateY(-3px);
}

.review-card-big:hover .review-img {
  transform: translateX(-50%) scale(1.08);
  transition: 0.3s ease;
}

/* ✅ RESPONSIVE */
@media (max-width: 768px) {
  .review-card-big {
    width: 100%;
    max-width: 360px;
  }
}

/* ✅ TOP PRODUCTS (HORIZONTAL CARDS) */


.top-products-title {
  font-family: "Prosto One";
  font-size: 26px;
  letter-spacing: 3px;
  margin: 25px 0 40px;
  color: #1B5E20;
  text-align: center;
}

/* ✅ row layout */
.top-products-row {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 40px;
}

@media(max-width:900px) {
  .top-products-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:600px) {
  .top-products-row {
    grid-template-columns: 1fr;
  }
}

/* ✅ horizontal product card */
/* .top-product-card {
  width: 400px;
  height: 300px;
  display: flex;
  gap: 18px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.162);
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.10);
  transition: 0.35s ease;
  align-items: center;
} */
.top-product-card {
  width: 260px;
  padding: 20px;
  border-radius: 20px;
  margin: auto;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transition: .35s ease;
}





/* ✅ hover animation */
/* .top-product-card:hover {
  transform: translateY(-12px) scale(1.02);
  border: 1px solid rgba(123, 175, 66, 0.65);
  box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.164);
} */
.top-product-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(123, 175, 66, .4);
  background: rgba(214, 255, 170, 0.25);
  /* light green shade */
}


/* glow border */
.top-product-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 26px;
  background: linear-gradient(120deg, #7BAF42, transparent, #7BAF42);
  opacity: 0;
  transition: .4s;
  z-index: -1;
}

.top-product-card:hover::before {
  opacity: 1;
}



/* ✅ image box */
/* .product-img{
  height:110px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:10px;
}

.product-img img{
  max-height:95px;
} */
.product-img {
  width: 100%;
  height: 180px;
  /* ✅ fixed height */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* ✅ keeps full image visible */
}



.top-product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* ✅ best for bottle product images */
  display: block;
  padding: 0px;
}

/* ✅ EXPERIENCES OF CLIENTS - REELS (4 IN ONE LINE) */
#innovation {
  padding: 110px 80px;
  background: #f6f6f4;
}

#innovation .section-title {
  text-align: center;
  font-family: "Prosto One";
  font-size: 36px;
  letter-spacing: 4px;
  color: #222;
}

/* ✅ Reel Grid Wrapper */
.exp-reels-wrap {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  align-items: stretch;
}

/* ✅ Reel Card */
.reel-video-card {
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 26px;
  padding: 12px;
  /* ✅ premium inner spacing */
  overflow: hidden;

  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0px 18px 45px rgba(0, 0, 0, 0.10);

  transition: 0.35s ease;
}

/* ✅ Hover Effects */
.reel-video-card:hover {
  transform: translateY(-10px) scale(1.02);
  border: 1px solid rgba(123, 175, 66, 0.65);
  box-shadow: 0px 28px 65px rgba(0, 0, 0, 0.18);
}

/* ✅ Video itself */
.reel-video-card video {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  /* ✅ rounded inside card */
}

/* ✅ Soft gradient overlay on hover */
.reel-video-card::after {
  content: "";
  position: absolute;
  inset: 12px;
  /* same as padding */
  border-radius: 20px;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.28),
      rgba(0, 0, 0, 0.02));
  opacity: 0;
  transition: 0.35s ease;
  pointer-events: none;
}

.reel-video-card:hover::after {
  opacity: 1;
}

/* ✅ Sound Button */
.reel-sound-btn {
  position: absolute;
  top: 22px;
  right: 22px;

  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  cursor: pointer;

  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: 0.25s ease;
  z-index: 5;
}

.reel-sound-btn:hover {
  background: rgba(123, 175, 66, 0.95);
  transform: scale(1.08);
}

/* ✅ Responsive */
@media (max-width: 1200px) {
  #innovation {
    padding: 90px 40px;
  }

  .exp-reels-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .reel-video-card video {
    height: 380px;
  }
}

@media (max-width: 650px) {
  #innovation {
    padding: 80px 18px;
  }

  .exp-reels-wrap {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .reel-video-card video {
    height: 420px;
  }
}

/* 🎬 POPUP BACKGROUND */
.reel-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

/* active popup */
.reel-popup.show {
  display: flex;
}

/* popup video */
.reel-popup video {
  width: 90%;
  max-width: 420px;
  height: 80vh;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .6);
}

/* close button */
.close-popup {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  font-weight: 300;
}



/* ===== GRID ===== */
.top-products-row {
  display: flex;
  justify-content: center;
  gap: 42px;
  flex-wrap: wrap;
  margin-top: 50px;
}

/* ===== CARD ===== */
.top-product-card {
  width: 340px;
  min-height: 420px;
  /* SAME HEIGHT ALL */
  padding: 30px 26px;
  border-radius: 26px;
  background: #fff;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.10);
  transition: all .35s ease;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* ===== IMAGE ===== */
.product-img {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.product-img img {
  max-height: 120px;
  width: auto;
  object-fit: contain;
  transition: .45s;
  filter: drop-shadow(0 18px 25px rgba(0, 0, 0, .25));
}

/* ===== TITLE ===== */
.top-product-content h3 {
  font-family: "Prosto One";
  font-size: 22px;
  color: #1B5E20;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

/* ===== PARAGRAPH FIX HEIGHT ===== */
.top-product-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 18px;

  min-height: 72px;
  /* 🔥 FIX: same height text */
  max-width: 260px;
}

/* ===== BUTTON ===== */
.top-product-btn {
  padding: 12px 26px;
  border-radius: 30px;
  background: #7BAF42;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  transition: .3s;
}

/* ================= HOVER ================= */

/* LIGHT PREMIUM GREEN */
.top-product-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 40px 70px rgba(0, 0, 0, .15);
  border: 1px solid #b7e27a;
  background: #f6ffe9;
  /* 🔥 LIGHT GREEN (premium) */
}

/* image zoom */
.top-product-card:hover img {
  transform: scale(1.1);
}

/* title color */
.top-product-card:hover h3 {
  color: #6ea83a;
}

/* button hover */
.top-product-btn:hover {
  background: #1B5E20;
  color: #000 !important;
  transform: scale(1.05);
}

/* ===== RESPONSIVE ===== */
@media(max-width:900px) {
  .top-product-card {
    width: 300px;
  }
}

@media(max-width:600px) {
  .top-product-card {
    width: 92%;
  }
}

/* 🔥 SPACE BETWEEN CARDS AND VIEW ALL TEXT */
.view-all-products {
  margin-top: 60px;
  /* increase/decrease gap here */
  text-align: center;
}

/* 🔥 REMOVE UNDERLINE + CLEAN STYLE */
.view-products-btn {
  text-decoration: none !important;
  /* remove underline */
  color: #222;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 15px;
  transition: .3s;
}

/* hover */
.view-products-btn:hover {
  color: #6ea83a;
}


/* ✅ ENQUIRE SECTION MODERN AGRICULTURE LOOK */
/* .enquire-modern {
  background: rgb(188 235 166 / 47%);
  border-radius: 24px;
  padding: 60px;
  box-shadow: 0px 18px 45px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(123, 175, 66, 0.25);
} */
.enquire-modern {
  border-radius: 24px;
  padding: 60px;

  /* 🌾 Farmers image inside the green box */
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.100),
      rgba(255, 255, 255, 0.100)),
    url("assets/farmers.jpg");

  background-size: cover;
  background-position: center;
}

.enquire {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.enquire-left {
  width: 42%;
  text-align: left;
}

.enquire-left h2 {
  font-family: "Prosto One";
  font-size: 42px;
  letter-spacing: 3px;
  color: #1B5E20;
  margin-bottom: 12px;
}

.enquire-sub {
  font-size: 15px;
  color: #0d0d0d;
  line-height: 1.8;
  margin-bottom: 25px;
}

.enquire-highlights {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.enq-point {
  padding: 12px 18px;
  background: rgb(14 15 13 / 26%);
  border: 1px solid rgba(123, 175, 66, 0.28);
  border-radius: 14px;
  font-weight: 600;
  color: rgb(11, 11, 11);
  letter-spacing: 0.5px;
}

.enquire-form {
  width: 52%;
}

.enquire-form input,
.enquire-form select,
.enquire-form textarea {
  width: 100%;
  padding: 14px 15px;
  margin-bottom: 14px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f6f6f4;
  outline: none;
  font-size: 14px;
  transition: 0.3s ease;
}

.enquire-form textarea {
  min-height: 110px;
  resize: none;
}

.enquire-form input:focus,
.enquire-form select:focus,
.enquire-form textarea:focus {
  border: 1px solid rgba(123, 175, 66, 0.8);
  background: #fff;
  box-shadow: 0px 0px 0px 4px rgba(123, 175, 66, 0.15);
}

.form-buttons {
  display: flex;
  gap: 12px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.send-btn {
  flex: 1;
  padding: 14px 18px;
  border: none;
  border-radius: 35px;
  background: #7BAF42;
  color: white;
  font-weight: 700;
  letter-spacing: 2px;
  cursor: pointer;
  transition: 0.3s ease;
}

.send-btn:hover {
  background: #1B5E20;
  transform: translateY(-3px);
}

.whatsapp-btn {
  flex: 1;
  text-align: center;
  padding: 14px 18px;
  border-radius: 35px;
  background: rgba(123, 175, 66, 0.18);
  border: 1px solid rgba(123, 175, 66, 0.55);
  color: #1B5E20;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.3s ease;
}

.whatsapp-btn:hover {
  background: rgba(123, 175, 66, 0.28);
  transform: translateY(-3px);
}

/* ✅ Responsive */
@media (max-width: 900px) {
  .enquire {
    flex-direction: column;
    padding: 40px 20px;
  }

  .enquire-left,
  .enquire-form {
    width: 100%;
    text-align: center;
  }

  .enquire-left h2 {
    font-size: 32px;
  }

  .enquire-highlights {
    align-items: center;
  }

  .enq-point {
    width: 100%;
    max-width: 360px;
    text-align: center;
  }
}

/* ✅ OPTION 3: Farm background for contact section */
#contact {
  background: url("https://images.unsplash.com/photo-1501004318641-b39e6451bec6?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
  position: relative;
}

#contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.75);
}

#contact .enquire-modern {
  position: relative;
  z-index: 2;
}

/* ✅ FOOTER */
/* ✅ FOOTER */
.footer {
  position: relative;

  padding: 70px 80px 25px;

  /* soil texture image */
  background: url("assets/Soil-Texture.jpeg") center / cover no-repeat;

  color: #fff;
  isolation: isolate;
  /* 🔥 VERY IMPORTANT */
}

/* dark brown overlay */
.footer::before {
  content: "";
  position: absolute;
  inset: 0;

  background: rgba(35, 23, 9, 0.85);
  /* same brown tone */
  z-index: -1;
}



.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

.footer-col {
  flex: 1;
  min-width: 260px;
}

.footer-logo {
  width: 150px;
  margin-bottom: 15px;
}

.footer-text {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}

.footer-col h3 {
  font-family: "Prosto One";
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.85);
}

.footer-col p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 12px;
}

.footer-col a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.footer-col a:hover {
  color: #d6ff9c;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-social {
  margin-top: 18px;
  display: flex;
  gap: 14px;
}

.social-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  transition: 0.3s ease;
  opacity: 1;
}

.social-icon:hover {
  background: #7BAF42;
  transform: translateY(-4px);
}


.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.3s ease;
}

.footer-social a:hover {
  background: #7BAF42;
  transform: translateY(-3px);
}

.footer-bottom {
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-family: "Prosto One";
}

.footer-bottom p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}

.policy-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.policy-links a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.policy-links a:hover {
  color: #d6ff9c;
}

.designer {
  color: #d6ff9c;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-certifications {
  margin-top: 20px;
  margin-left: -12px;
}

.footer-certifications img {
  width: 220px;
  /* adjust if needed */
  max-width: 100%;
  height: auto;
}

/* ✅ Mobile */
@media (max-width: 768px) {
  .footer {
    padding: 60px 20px 25px;
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-bottom {
    justify-content: center;
  }
}

/* ============================= */
/* SECTION BACKGROUND VIDEO */
/* ============================= */

.video-bg-section {
  position: relative;
  overflow: hidden;
}


.section-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 120%;
  height: 120%;

  transform: translate(-50%, -50%);
  object-fit: cover;

  min-width: 120%;
  min-height: 120%;
}

/* OVERLAY */
.section-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 4%);
  /* light overlay for readability */
  z-index: 1;
}

/* CONTENT ABOVE VIDEO */
.video-bg-section>*:not(.section-bg-video):not(.section-video-overlay) {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .section-bg-video {
    display: none;
  }

  /* Force video to show on mobile for Blog and Before/After */
  .blog-section .section-bg-video,

  /* Force video to show on mobile for Before/After banner */
  .single-banner .section-bg-video {
    display: block;
  }

  .video-bg-section {
    background: url("assets/products-bg.jpg") center/cover no-repeat;
  }

  /* Make sure background is transparent so video shows through */
  .blog-section.video-bg-section,
  .single-banner.video-bg-section {
    background: transparent;
  }
}

/* ============================= */
/* PRODUCTS SECTION VIDEO FIX */
/* ============================= */

/* remove solid background ONLY here */
#products {
  background: transparent !important;
  position: relative;
  overflow: hidden;
  margin-top: 0 !important;
  /* pulls section upward */
  padding-top: 0 !important;
}

/* background video */
#products .section-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}

/* overlay – DARK, not white */
#products .section-video-overlay {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 4%);
  z-index: 1;

}

/* keep content above video */
#products>*:not(.section-bg-video):not(.section-video-overlay) {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}

/* ============================= */
/* FLOATING WHATSAPP BUTTON */
/* ============================= */
/* ============================= */
/* FLOATING WHATSAPP BUTTON */
/* ============================= */

.whatsapp-float {
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 9999;

  display: flex;
  align-items: center;
  gap: 10px;

  padding: 15px 20px;
  background: #128C7E;
  /* DARK GREEN */
  color: #fff;

  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.6px;
  text-decoration: none;

  box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.35);
  transition: all 0.35s ease;
}

/* Icon */
.whatsapp-float i {
  font-size: 22px;
}

/* 🔥 HOVER EFFECT */
.whatsapp-float:hover {
  background: #075E54;
  /* even darker */
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0px 22px 45px rgba(0, 0, 0, 0.45);
}

/* ✨ Glow ring on hover */
.whatsapp-float::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 60px;
  border: 2px solid rgba(18, 140, 126, 0.55);
  opacity: 0;
  transition: 0.35s ease;
}

.whatsapp-float:hover::after {
  opacity: 1;
}

/* 📱 Mobile: icon only */
@media (max-width: 600px) {
  .whatsapp-float span {
    display: none;
  }

  .whatsapp-float {
    padding: 16px;
    border-radius: 50%;
  }
}

/* ============================= */
/* ABOUT PAGE STYLES */
/* ============================= */
/* ============================= */
/* ABOUT PAGE – PREMIUM DESIGN */
/* ============================= */
/* ================= ABOUT PAGE ================= */

.about-hero {
  padding: 190px 20px 90px;
  text-align: center;
  background: linear-gradient(135deg, #f1f8e9, #ffffff);
}

.about-hero h1 {
  font-family: "Prosto One";
  font-size: 46px;
  letter-spacing: 4px;
  color: #1B5E20;
}

.about-hero p {
  margin-top: 12px;
  color: #555;
}

.about-wrapper {
  max-width: 1000px;
  margin: auto;
  padding: 80px 30px;
}

.about-intro {
  text-align: center;
  margin-bottom: 80px;
}

.about-intro h2 {
  color: #1B5E20;
  margin-bottom: 16px;
}

.about-intro p {
  max-width: 720px;
  margin: auto;
  line-height: 1.9;
  color: #555;
}

.about-section {
  margin-bottom: 70px;
}

.about-section h3 {
  color: #1B5E20;
  margin-bottom: 16px;
}

.about-section p {
  line-height: 1.9;
  color: #ececec;
}

/* TIMELINE */
.timeline {
  border-left: 3px solid #7BAF42;
  padding-left: 25px;
}

.timeline-item {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
}

.timeline-item span {
  font-size: 20px;
}

/* GRID */
.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 25px;
}

.about-grid div {
  padding: 18px;
  background: #f6fbeF;
  border-radius: 14px;
  transition: 0.3s ease;
}

.about-grid div:hover {
  background: #eaf5dc;
  transform: translateY(-4px);
}

.note {
  margin-top: 20px;
  color: #555;
}

/* HIGHLIGHT */
.about-highlight {
  margin: 90px 0;
  padding: 28px;
  background: linear-gradient(135deg, #7BAF42, #5a9b2f);
  color: #fff;
  text-align: center;
  border-radius: 18px;
  font-weight: 500;
}

/* VISION / MISSION */
.about-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 35px;
}

.about-card {
  padding: 40px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  transition: 0.4s ease;
}

.about-card:hover {
  transform: translateY(-6px);
}

.about-card h4 {
  color: #1B5E20;
  margin-bottom: 12px;
}

/* ANIMATION */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .about-hero h1 {
    font-size: 34px;
  }

  .about-wrapper {
    padding: 60px 20px;
  }
}

/* ===== FIXED VIDEO HERO ===== */

.about-hero.video-hero {
  position: relative;
  height: 100vh;
  width: 100%;
  padding: 0;
  /* 🔥 override old padding */
  background: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* VIDEO */
.about-hero.video-hero .bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* OVERLAY */
.about-hero.video-hero .video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.55),
      rgba(0, 0, 0, 0.35));
  z-index: 2;
}

/* TEXT */
.about-hero.video-hero .hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  padding: 20px;
}

.about-hero.video-hero h1 {
  font-family: "Prosto One";
  font-size: 52px;
  letter-spacing: 4px;
  margin-bottom: 12px;
}

.about-hero.video-hero p {
  font-size: 16px;
  opacity: 0.9;
}

/* CURVE TRANSITION */
.about-hero.video-hero::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
  height: 140px;
  background: #fff;
  border-radius: 100% 100% 0 0;
  z-index: 4;
}

/* MOBILE FIX */
@media (max-width: 768px) {
  .about-hero.video-hero {
    height: 80vh;
  }

  .about-hero.video-hero h1 {
    font-size: 34px;
  }
}

/* ================= ABOUT PAGE : FULL VIDEO BACKGROUND ================= */

.about-bg-video {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

/* ---------------- VIDEO ---------------- */
.about-video {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -2;

  /* Premium look */
  filter: brightness(0.85) contrast(1.05) blur(1.5px);
  transform: scale(1.08);
}

/* ---------------- OVERLAY ---------------- */
.about-video-overlay {
  position: fixed;
  inset: 0;
  z-index: -1;

  /* soft agriculture-friendly overlay */
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.55));
}

/* ---------------- CONTENT ABOVE VIDEO ---------------- */
.about-page-content {
  position: relative;
  z-index: 1;
}

/* ================= HERO SECTION ================= */

.about-hero {
  padding: 200px 20px 120px;
  text-align: center;
}

.about-hero h1 {
  font-family: "Prosto One";
  font-size: 52px;
  color: #ffffff;
  letter-spacing: 1px;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.7);
}

.about-hero p {
  margin-top: 14px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

/* ================= GLOBAL ABOUT TEXT ================= */

.about-bg-video h2,
.about-bg-video h3,
.about-bg-video h4 {
  color: #ffffff;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.65);
}

.about-bg-video p,
.about-bg-video span,
.about-bg-video a,
.about-bg-video li,
.about-bg-video .note {
  color: rgba(255, 255, 255, 0.9);
}

/* ================= HIGHLIGHT STRIP ================= */

.about-highlight {
  margin: 60px auto;
  padding: 18px 30px;
  width: fit-content;
  border-radius: 40px;

  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);

  font-weight: 500;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);

  transition: transform 0.4s ease, background 0.4s ease;
}

.about-highlight:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.18);
}

/* ================= TIMELINE ================= */

.timeline {
  margin-top: 40px;
}

.timeline-item {
  display: flex;
  gap: 16px;
  margin-bottom: 26px;
  align-items: flex-start;

  transition: transform 0.4s ease;
}

.timeline-item:hover {
  transform: translateX(6px);
}

.timeline-item span {
  font-size: 22px;
  color: #ffffff;
}

/* ================= CARDS ================= */

.about-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.about-card {
  padding: 30px;
  border-radius: 18px;

  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);

  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

/* ================= FADE-UP ANIMATION ================= */

.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.fade-up.active {
  opacity: 1;
  transform: translateY(0);
}

/* ================= VIDEO PRELOADER ================= */

#video-preloader {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 99999;

  display: flex;
  align-items: center;
  justify-content: center;
}

#video-preloader video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#video-preloader.fade-out {
  animation: fadeOut 1s ease forwards;
}

@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

/* ================= MOBILE OPTIMIZATION ================= */

@media (max-width: 768px) {
  .about-video {
    display: none;
  }

  .about-video-overlay {
    background: #f4f7f2;
  }

  .about-hero {
    padding: 140px 20px 80px;
  }

  .about-hero h1 {
    font-size: 36px;
  }
}

#video-preloader video {
  pointer-events: none;
  /* prevent tap / pause */
}

/* ===== NAVBAR PRODUCTS DROPDOWN ===== */

.nav-dropdown {
  position: relative;
}

.nav-dropdown .nav-link {
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  min-width: 220px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease;
  z-index: 9999;
}

.dropdown-menu a {
  display: block;
  padding: 12px 20px;
  color: #1B5E20;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.dropdown-menu a:hover {
  background: #7BAF42;
  padding-left: 26px;


}

/* SHOW ON HOVER */
.nav-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

html {
  scroll-behavior: smooth;
}

/* ABOUT BANNER SECTION */
.about-banner {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.about-banner img {
  width: 100%;
  height: 100%;
  display: cover;
}

/* Footer and header layout responsive */
@media (max-width: 1024px) {
  .footer {
    padding: 60px 40px 25px;
  }
}

@media (max-width: 768px) {
  .footer {
    padding: 40px 20px 20px;
    text-align: center;
  }

  .footer-container {
    flex-direction: column;
    /* 🔥 stack items */
    gap: 30px;
  }

  .footer-col {
    min-width: 100%;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
}

.navbar {
  padding: 18px 40px;
}

/* 🔹 Tablet */
@media (max-width: 1024px) {
  .navbar {
    padding: 14px 24px;
  }
}

/* 🔹 Mobile */
@media (max-width: 768px) {
  .navbar {
    padding: 12px 16px;
    flex-wrap: wrap;
    /* 🔥 important */
  }

  .nav-menu {
    flex-wrap: wrap;

    justify-content: center;
  }

  .contact-btn {
    padding: 10px 18px;
    font-size: 14px;
  }
}

.single-banner img {
  width: 100%;
  display: block;
}

/* ================= FARMER GALLERY ================= */
.gallery-section {
  padding: 80px 60px;
  background: #fff;
  text-align: center;
}

.gallery-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 50px auto 0;
  overflow: hidden;
}

.gallery-track {
  display: flex;
  gap: 30px;
  transition: transform 0.6s ease;
}

.gallery-card {
  min-width: 320px;
  height: 420px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
  transform: translateY(0);
  transition: all 0.4s ease;
  background: #fff;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hover effects */
.gallery-card:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.25);
}

/* Arrow buttons */
.gallery-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #7cb342;
  color: #fff;
  border: none;
  font-size: 28px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.gallery-btn:hover {
  background: #5a8f2b;
  transform: translateY(-50%) scale(1.1);
}

.gallery-btn.left {
  left: -8px;
}

.gallery-btn.right {
  right: -8px;
}

/* Responsive */
@media (max-width: 768px) {
  .gallery-section {
    padding: 60px 20px;
  }

  .gallery-card {
    min-width: 260px;
    height: 360px;
  }

  .gallery-btn.left {
    left: 5px;
  }

  .gallery-btn.right {
    right: 5px;
  }
}



/* Desktop-Only Gap Removal - Seamless Stack */
@media (min-width: 1025px) {

  .navbar,
  .hero,
  .info-strip,
  .about-banner,
  #products,
  .extra-banner,
  .single-banner,
  .gallery-section,
  #innovation,
  #stats,
  .map-section,
  #contact,
  .footer {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Card-style transitions for banners */
  .about-banner {
    line-height: 0;
  }

  .single-banner {
    width: 100%;
    margin: 0 !important;
    padding: 80px 0 !important;
  }

  .banner-card {
    width: 70%;
    max-width: 950px;
    margin: 0 auto !important;
    line-height: 0;
  }

  .extra-banner {
    line-height: 0;
  }

  .about-banner img,
  .extra-banner img,
  .single-banner img {
    display: block;
  }

  /* Specific padding adjustments for a tight look */
  #products {
    padding-top: 0 !important;
    padding-bottom: 60px !important;
  }

  .extra-banner,
  .single-banner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section,
  .video-bg-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  section {
    margin: 0;
  }
}

/* Marathi Font Styling */
body.marathi {
  font-family: 'Anek Devanagari', sans-serif;
  font-weight: 500;
  /* Medium for body */
}

/* Fix for Marathi letter spacing gaps */
body.marathi * {
  letter-spacing: normal !important;
}

/* Marathi Headings */
body.marathi h1,
body.marathi h2,
body.marathi h3,
body.marathi h4,
body.marathi h5,
body.marathi h6 {
  font-family: 'Anek Devanagari', sans-serif;
  font-weight: 700;
  /* Bold */
}

/* Ensure text elements use medium weight */
body.marathi p,
body.marathi span,
body.marathi a,
body.marathi li,
body.marathi button {
  font-family: 'Anek Devanagari', sans-serif;
  font-weight: 500;
}

/* ===================== FOOTER FINAL FIX ===================== */
footer * {
  font-weight: 400 !important;
}

footer h3,
footer h4,
footer h5,
footer strong {
  font-weight: 500 !important;
}

footer p,
footer a,
footer li {
  font-weight: 400 !important;
}

footer {
  line-height: 1.6;
  letter-spacing: 0.3px;
}