/* =========================================
   BD FEEDS — PREMIUM STYLESHEET
   ThemeForest Quality, Bootstrap 5
   ========================================= */

:root {
  --green-dark:    #1a5c2a;
  --green-mid:     #2d8a42;
  --green-light:   #4caf65;
  --green-pale:    #e8f5eb;
  --amber:         #d4821a;
  --amber-light:   #fff3e0;
  --cream:         #fdf8f0;
  --dark:          #1c1c1c;
  --text:          #3d3d3d;
  --text-muted:    #777;
  --white:         #ffffff;
  --radius:        12px;
  --radius-lg:     20px;
  --shadow:        0 8px 32px rgba(0,0,0,0.08);
  --shadow-hover:  0 16px 48px rgba(0,0,0,0.15);
  --transition:    all 0.35s ease;
}

*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: 'DM Sans', sans-serif;
  color: var(--text);
  background: #fff;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.75;
}

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  color: var(--dark);
  line-height: 1.25;
}
em { font-style: italic; color: var(--green-mid); }

.section-tag {
  display: inline-block;
  background: var(--green-pale);
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 14px;
}
.section-tag-light {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 14px;
}
.section-heading {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: var(--dark);
}
.section-heading-light {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: #fff;
}
.section-intro {
  font-size: 1.08rem;
  color: var(--text);
  line-height: 1.8;
}
.section-pad { padding: 90px 0; }

/* ── TOPBAR ── */
.topbar {
  background: var(--green-dark);
  color: rgba(255,255,255,0.85);
  font-size: 0.82rem;
  padding: 8px 0;
}
.topbar a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  transition: var(--transition);
  font-size: 0.95rem;
}
.topbar a:hover { color: #fff; }

/* ── NAVBAR ── */
#mainNav {
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  padding: 12px 0;
  transition: var(--transition);
  z-index: 999;
}
#mainNav.scrolled {
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  padding: 8px 0;
}
.brand-logo-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--green-light);
  flex-shrink: 0;
}
.brand-logo-wrap img { width: 100%; height: 100%; object-fit: cover; }
.brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--green-dark);
  line-height: 1;
}
.brand-tagline {
  font-size: 0.7rem;
  color: var(--amber);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 2px;
}
.navbar-nav .nav-link {
  font-weight: 500;
  font-size: 0.92rem;
  color: var(--dark) !important;
  padding: 8px 14px !important;
  border-radius: 8px;
  transition: var(--transition);
  position: relative;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--green-mid) !important;
  background: var(--green-pale);
}
.dropdown-menu {
  border: none;
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  padding: 8px;
  min-width: 200px;
}
.dropdown-item {
  border-radius: 8px;
  font-size: 0.9rem;
  padding: 8px 14px;
  transition: var(--transition);
}
.dropdown-item:hover {
  background: var(--green-pale);
  color: var(--green-dark);
}
.btn-order {
  background: var(--green-dark);
  color: #fff !important;
  border-radius: 30px;
  padding: 10px 24px;
  font-weight: 600;
  font-size: 0.9rem;
  border: none;
  transition: var(--transition);
}
.btn-order:hover {
  background: var(--green-mid);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(45,138,66,0.3);
}

/* ── HERO SECTION ── */
.hero-section { position: relative; }
.hero-slide {
  background-size: cover;
  background-position: center;
  min-height: 92vh;
  display: flex;
  align-items: center;
  position: relative;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(10,40,15,0.82) 40%, rgba(10,40,15,0.35) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  max-width: 700px;
}
.hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}
.hero-content h1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 20px;
}
.hero-content h1 span {
  color: #a8e6b5;
  font-style: italic;
}
.hero-content p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  max-width: 550px;
  margin-bottom: 32px;
  line-height: 1.8;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-hero-primary {
  background: var(--green-light);
  color: #fff;
  border: none;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: 0 4px 20px rgba(76,175,101,0.4);
}
.btn-hero-primary:hover {
  background: #fff;
  color: var(--green-dark);
  transform: translateY(-2px);
}
.btn-hero-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.6);
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: var(--transition);
}
.btn-hero-outline:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
  color: #fff;
}
.carousel-indicators button {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  border: none;
  transition: var(--transition);
}
.carousel-indicators .active {
  background: #fff;
  width: 28px;
  border-radius: 6px;
}

/* ── STATS STRIP ── */
.stats-strip {
  background: var(--green-dark);
  color: #fff;
  padding: 0;
}
.stat-item {
  padding: 32px 20px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.stat-item:last-child { border-right: none; }
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: #a8e6b5;
  line-height: 1;
  margin-bottom: 6px;
}
.stat-label {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ── AWARD BANNER ── */
.award-banner {
  background: linear-gradient(135deg, #fef9e7, #fdf0cc);
  border-top: 1px solid #f5e6a3;
  border-bottom: 1px solid #f5e6a3;
  padding: 20px 0;
}
.award-wrap { gap: 16px; }
.award-icon { font-size: 2.5rem; }
.award-text { font-size: 1rem; color: var(--dark); max-width: 680px; }
.award-text strong { display: block; color: var(--amber); font-size: 1.05rem; margin-bottom: 2px; }

/* ── IMG STACK ── */
.img-stack-wrap { position: relative; padding: 20px 20px 50px 0; }
.img-main {
  width: 100%;
  border-radius: var(--radius-lg);
  object-fit: cover;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow);
}
.img-overlay {
  position: absolute;
  bottom: 0; right: 0;
  width: 55%;
  aspect-ratio: 1;
  border-radius: var(--radius-lg);
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: var(--shadow);
}
.img-badge-leaf {
  position: absolute;
  top: 0; left: -12px;
  background: var(--green-dark);
  color: #fff;
  padding: 12px 16px;
  border-radius: var(--radius);
  font-size: 0.78rem;
  font-weight: 600;
  text-align: center;
  box-shadow: var(--shadow);
}
.img-badge-leaf span { font-size: 1.5rem; display: block; }
.img-badge-leaf small { color: rgba(255,255,255,0.8); }

/* ── ABOUT CHECKS ── */
.about-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.check-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--dark);
}
.check-item .bi { color: var(--green-mid); font-size: 1.1rem; }

/* ── BUTTONS ── */
.btn-primary-green {
  background: var(--green-dark);
  color: #fff;
  border: none;
  padding: 13px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  display: inline-block;
  transition: var(--transition);
}
.btn-primary-green:hover {
  background: var(--green-mid);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(45,138,66,0.3);
}
.btn-outline-green {
  background: transparent;
  color: var(--green-dark);
  border: 2px solid var(--green-dark);
  padding: 13px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  display: inline-block;
  transition: var(--transition);
}
.btn-outline-green:hover {
  background: var(--green-dark);
  color: #fff;
}

/* ── FEATURE CARDS ── */
.feature-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  height: 100%;
  box-shadow: var(--shadow);
  transition: var(--transition);
  border: 1px solid rgba(0,0,0,0.04);
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}
.fc-icon {
  width: 60px; height: 60px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 18px;
}
.bg-green-light { background: var(--green-pale); }
.bg-amber-light { background: var(--amber-light); }
.feature-card h4 { font-size: 1.1rem; margin-bottom: 10px; }
.feature-card p { font-size: 0.9rem; color: var(--text-muted); margin: 0; }

/* ── BG CREAM ── */
.bg-cream { background: var(--cream); }

/* ── PRODUCT HERO ── */
.rounded-img {
  border-radius: var(--radius-lg);
  object-fit: cover;
  aspect-ratio: 4/3;
}
.product-img-wrap { position: relative; }
.product-badge-corner {
  position: absolute;
  top: 20px; left: 20px;
  background: var(--amber);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  letter-spacing: 1px;
}
.grain-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.grain-tag {
  background: var(--green-pale);
  color: var(--green-dark);
  border: 1px solid rgba(45,138,66,0.2);
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 500;
}
.benefits-list { display: flex; flex-direction: column; gap: 10px; }
.benefit-row {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.92rem;
  font-weight: 500;
}

/* ── PRODUCT CARDS ── */
.product-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  height: 100%;
  transition: var(--transition);
  border: 1px solid rgba(0,0,0,0.05);
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}
.product-card-featured {
  border: 2px solid var(--green-light);
}
.product-card-img {
  height: 220px;
  position: relative;
  overflow: hidden;
}
.product-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: var(--transition);
}
.product-card:hover .product-card-img img { transform: scale(1.05); }
.product-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(20,60,25,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
}
.product-card:hover .product-card-overlay { opacity: 1; }
.product-card-body { padding: 22px 24px; }
.product-tag {
  display: inline-block;
  background: var(--green-pale);
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.product-card-body h4 { font-size: 1.05rem; margin-bottom: 8px; }
.product-card-body p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.6; }
.product-size-info {
  font-size: 0.82rem;
  color: var(--amber);
  font-weight: 500;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,0.07);
}

/* ── PRODUCT USES LIST ── */
.product-uses-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.product-uses-list li {
  font-size: 0.92rem;
  display: flex; align-items: center;
}
.pack-sizes-row { display: flex; align-items: center; gap: 12px; }
.pack-tag {
  background: var(--amber-light);
  color: var(--amber);
  border: 1px solid rgba(212,130,26,0.25);
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}

/* ── SPICE SECTION ── */
.spice-section { background: linear-gradient(135deg, #1a3a22 0%, #2d5a38 100%); color: #fff; }
.spice-section .section-tag {
  background: rgba(255,255,255,0.15);
  color: #fff;
}
.spice-section .section-heading { color: #fff; }
.spice-section em { color: #a8e6b5; }
.spice-section .text-muted { color: rgba(255,255,255,0.65) !important; }
.spice-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.spice-pill {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 0.88rem;
  font-weight: 500;
  transition: var(--transition);
}
.spice-pill:hover {
  background: rgba(255,255,255,0.22);
  transform: translateY(-2px);
}

/* ── TURMERIC IMGS ── */
.turmeric-img-pair { position: relative; padding-bottom: 40%; }
.turmeric-img-pair .img-a {
  width: 75%;
  border-radius: var(--radius-lg);
  object-fit: cover;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow);
}
.turmeric-img-pair .img-b {
  position: absolute;
  bottom: 0; right: 0;
  width: 50%;
  aspect-ratio: 1;
  border-radius: var(--radius-lg);
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: var(--shadow);
}
.info-box {
  background: var(--cream);
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: var(--radius);
  padding: 20px;
}
.info-box h6 { color: var(--green-dark); margin-bottom: 8px; font-size: 0.95rem; }
.info-box p { font-size: 0.87rem; color: var(--text-muted); margin-bottom: 8px; }
.info-box small { color: var(--amber); font-weight: 500; font-size: 0.82rem; }

/* ── HEALTH BENEFITS ── */
.bg-deep-green { background: linear-gradient(160deg, #0f3318 0%, #1e5c2e 100%); }
.health-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg);
  padding: 28px 22px;
  height: 100%;
  text-align: center;
  transition: var(--transition);
}
.health-card:hover {
  background: rgba(255,255,255,0.12);
  transform: translateY(-4px);
}
.health-icon { font-size: 2.2rem; margin-bottom: 14px; }
.health-card h5 { font-size: 1rem; color: #fff; margin-bottom: 10px; }
.health-card p { font-size: 0.87rem; color: rgba(255,255,255,0.7); margin: 0; }

/* ── USES GRID ── */
.uses-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.use-chip {
  background: #fff;
  border: 2px solid var(--green-pale);
  color: var(--dark);
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 500;
  display: flex; align-items: center; gap: 4px;
  transition: var(--transition);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.use-chip:hover {
  background: var(--green-pale);
  border-color: var(--green-light);
  color: var(--green-dark);
}
.use-chip .bi { color: var(--green-mid); font-size: 0.6rem; }

/* ── PROCESS TIMELINE ── */
.process-timeline { display: flex; flex-direction: column; gap: 0; max-width: 800px; margin: 0 auto; }
.process-step { display: flex; gap: 24px; align-items: flex-start; }
.process-icon {
  width: 52px; height: 52px;
  min-width: 52px;
  background: var(--green-dark);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 4px 16px rgba(26,92,42,0.25);
  position: relative;
  z-index: 1;
}
.process-line {
  width: 2px;
  min-height: 60px;
  background: linear-gradient(to bottom, var(--green-light), rgba(76,175,101,0.15));
  margin-left: 25px;
  margin-top: -8px;
  margin-bottom: -8px;
}
.process-line.last { display: none; }
.process-content { padding-bottom: 32px; }
.process-content h5 { font-size: 1.05rem; color: var(--green-dark); margin-bottom: 6px; }
.process-content p { font-size: 0.9rem; color: var(--text-muted); margin: 0; }

/* ── GALLERY MASONRY ── */
.gallery-masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 14px;
}
.gallery-item {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: var(--transition);
  display: block;
  min-height: 220px;
}
.gallery-item.tall { grid-row: span 2; }
.gallery-item.tall img { min-height: 460px; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(15,40,20,0.85), transparent);
  color: #fff;
  padding: 20px 16px 12px;
  font-size: 0.85rem;
  font-weight: 600;
  opacity: 0;
  transition: var(--transition);
}
.gallery-item:hover .gallery-caption { opacity: 1; }

/* ── TESTIMONIALS ── */
.testimonial-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  box-shadow: var(--shadow);
  height: 100%;
  border: 1px solid rgba(0,0,0,0.04);
  transition: var(--transition);
}
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}
.stars { font-size: 1.1rem; color: #f59e0b; letter-spacing: 2px; margin-bottom: 16px; }
.testimonial-card p { font-size: 0.92rem; color: var(--text); font-style: italic; line-height: 1.8; margin-bottom: 20px; }
.customer-info { display: flex; align-items: center; gap: 12px; }
.customer-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--green-dark);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem;
  font-weight: 700;
  flex-shrink: 0;
}
.customer-info strong { display: block; font-size: 0.92rem; color: var(--dark); }
.customer-info small { font-size: 0.8rem; color: var(--text-muted); }

/* ── CTA SECTION ── */
.cta-section {
  position: relative;
  background: url('../images/image1.jpeg') center/cover no-repeat;
  padding: 100px 0;
  overflow: hidden;
}
.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,40,15,0.88), rgba(25,80,40,0.82));
}
.cta-content { position: relative; z-index: 1; color: #fff; }
.cta-content h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px;
}
.cta-content h2 em { color: #a8e6b5; }
.cta-content p { font-size: 1.05rem; color: rgba(255,255,255,0.8); max-width: 580px; margin: 0 auto; }
.btn-cta-primary {
  background: var(--green-light);
  color: #fff;
  border: none;
  padding: 15px 36px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: var(--transition);
}
.btn-cta-primary:hover {
  background: #fff;
  color: var(--green-dark);
}
.btn-cta-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.6);
  padding: 15px 36px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: var(--transition);
}
.btn-cta-outline:hover {
  background: rgba(255,255,255,0.12);
  border-color: #fff;
  color: #fff;
}

/* ── FOOTER ── */
.site-footer {
  background: #0f2015;
  color: rgba(255,255,255,0.75);
  padding-top: 80px;
}
.footer-logo-wrap {
  width: 44px; height: 44px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,0.2);
}
.footer-logo-wrap img { width: 100%; height: 100%; object-fit: cover; }
.site-footer strong { color: #fff; }
.site-footer small { color: rgba(255,255,255,0.5); font-size: 0.78rem; }
.site-footer p { font-size: 0.9rem; line-height: 1.7; color: rgba(255,255,255,0.6); }
.footer-heading {
  color: #fff;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 0.9rem;
  transition: var(--transition);
}
.footer-links a:hover { color: #a8e6b5; padding-left: 4px; }
.footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-contact li {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 12px;
}
.footer-contact .bi { color: var(--green-light); flex-shrink: 0; margin-top: 3px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 38px; height: 38px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.7);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.95rem;
  text-decoration: none;
  transition: var(--transition);
}
.footer-social a:hover {
  background: var(--green-mid);
  color: #fff;
  transform: translateY(-2px);
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 0;
  text-align: center;
}
.footer-bottom p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.4);
  margin: 0;
}

/* ── BACK TO TOP ── */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  background: var(--green-dark);
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
}
.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
}
.back-to-top:hover { background: var(--green-mid); transform: translateY(-3px); }

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
  .section-pad { padding: 64px 0; }
  .hero-slide { min-height: 70vh; }
  .hero-content h1 { font-size: 2.4rem; }
  .gallery-masonry { grid-template-columns: repeat(2, 1fr); }
  .gallery-item.tall { grid-row: span 1; }
  .gallery-item.tall img { min-height: 220px; }
  .process-step { flex-direction: column; align-items: flex-start; }
  .process-line { display: none; }
  .process-icon { margin-bottom: 12px; }
  .img-stack-wrap { padding: 0; margin-bottom: 40px; }
  .img-overlay { display: none; }
  .turmeric-img-pair { padding-bottom: 0; }
  .turmeric-img-pair .img-b { display: none; }
  .turmeric-img-pair .img-a { width: 100%; }
}
@media (max-width: 575px) {
  .stats-strip .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .gallery-masonry { grid-template-columns: 1fr 1fr; }
  .hero-content h1 { font-size: 2rem; }
  .about-checks { grid-template-columns: 1fr; }
}
