/* ==========================================================================
   Dakshinakashi Sanjeevini Mahila Kisan Producer Company Limited
   Brand: Raitha Bandhu | Theme: Earthy, traditional, women-led farming
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&family=Lora:ital,wght@0,400..700;1,400..700&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@400..800&family=Noto+Sans+Kannada:wght@100..900&family=Noto+Serif+Kannada:wght@100..900&display=swap');

:root {
  --color-forest: #1a4d2e;
  --color-forest-deep: #0f3320;
  --color-terracotta: #c2410c;
  --color-saffron: #e07a1f;
  --color-cream: #faf6ef;
  --color-cream-warm: #f3ead8;
  --color-bone: #efe7d4;
  --color-ink: #1c1a16;
  --color-ink-soft: #4a443a;
  --color-line: #d9cfb8;
  --color-gold: #b8860b;
  --shadow-soft: 0 10px 30px rgba(26, 77, 46, 0.08);
  --shadow-card: 0 18px 40px rgba(28, 26, 22, 0.10);
  --radius-pill: 999px;
  --radius-card: 14px;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--color-cream);
  color: var(--color-ink);
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
body {
    top: 0 !important;
}

body.translated-kn {
    font-family: 'Noto Sans Kannada', 'Tunga', sans-serif;
    line-height: 1.9;
    letter-spacing: 0.2px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--color-forest-deep);
}

body.translated-kn h1,
body.translated-kn h2,
body.translated-kn h3,body.translated-kn h4 {
    font-family: 'Noto Sans Kannada', 'Tunga', sans-serif !important;
    line-height: 1.5;
    letter-spacing: 0.2px;
    font-weight: 700;
    color: inherit;
}

a { color: var(--color-forest); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--color-terracotta); }

p {color: var(--color-ink-soft); text-align:justify;line-height:1.75rem; font-size:18px}

body.translated-kn p{
    color: var(--color-ink-soft); text-align:justify;line-height:1.75rem; font-size:18px;font-family: 'Noto Serif Kannada';
}

img { max-width: 100%; display: block; }

::selection { background: var(--color-saffron); color: #fff; }

/* hide the leftover React mount node */
#root { display: none !important; }

/* ============== TOP BAR ============== */
.topbar {
  background: var(--color-forest-deep);
  color: #efe7d4;
  font-size: 13px;
  letter-spacing: .02em;
}
.topbar a { color: #efe7d4; }
.topbar a:hover { color: #fff; }
.topbar .topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  flex-wrap: wrap;
  gap: 8px;
}
.topbar .item { display: inline-flex; align-items: center; gap: 8px; }
.topbar .item i { color: var(--color-saffron); }

/* ============== NAVBAR ============== */
.site-nav {
  background: #fff;
  border-bottom: 1px solid var(--color-line);
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(6px);
}
.site-nav .navbar-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.site-nav .navbar-brand img {
  height: 64px;
  width: 64px;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
}
.brand-text {
  font-family: 'Playfair Display', serif;
  line-height: 1.05;
}
.brand-text .brand-name {
  font-size: 18px;
  font-weight: 800;
  color: var(--color-forest-deep);
  display: block;
}
.brand-text .brand-sub {
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--color-terracotta);
  font-family: 'Lora', serif;
  font-weight: 600;
}

.site-nav .nav-link {
  color: var(--color-ink) !important;
  font-family: 'Lora', serif;
  font-weight: 600;
  font-size: 15px;
  padding: 8px 16px !important;
  position: relative;
  transition: color .2s ease;
}
.site-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 16px; right: 16px; bottom: 4px;
  height: 2px;
  background: var(--color-terracotta);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.site-nav .nav-link:hover,
.site-nav .nav-link.active {
  color: var(--color-terracotta) !important;
}
.site-nav .nav-link:hover::after,
.site-nav .nav-link.active::after { transform: scaleX(1); }

.btn-cta {
  background: var(--color-terracotta);
  color: #fff !important;
  border: none;
  padding: 10px 22px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-family: 'Lora', serif;
  letter-spacing: .03em;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-cta:hover {
  background: var(--color-forest);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(26, 77, 46, .25);
  color: #fff !important;
}

.btn-outline-leaf {
  border: 2px solid var(--color-forest);
  color: var(--color-forest);
  padding: 10px 22px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all .25s ease;
}
.btn-outline-leaf:hover {
  background: var(--color-forest);
  color: #fff;
}

/* ============== HERO / CAROUSEL ============== */
.hero-carousel {
  position: relative;
  background: var(--color-cream-warm);
}
.hero-carousel .carousel-item {
  height: clamp(420px, 72vh, 720px);
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-carousel .carousel-item::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(110deg, rgba(15,51,32,.78) 0%, rgba(15,51,32,.55) 45%, rgba(15,51,32,.15) 80%);
}
.hero-carousel .carousel-caption {
  position: absolute;
  left: 6%;
  right: auto;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  max-width: 640px;
}
.hero-eyebrow {
  display: inline-block;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.35);
  color: #fff;
  font-size: 12px;
  letter-spacing: .25em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  margin-bottom: 18px;
  backdrop-filter: blur(6px);
}
.hero-title {
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 1.05;
  color: #fff !important;
  font-weight: 800;
  margin-bottom: 18px;
}
.hero-title .accent { color: var(--color-saffron); font-style: italic; }
.hero-sub {
  color: #f3ead8;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  margin-bottom: 28px;
  max-width: 520px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.carousel-control-prev, .carousel-control-next {
  width: 6%;
  opacity: .85;
}
.carousel-indicators [data-bs-target] {
  width: 36px; height: 4px; border-radius: 2px;
  background-color: rgba(255,255,255,.45);
}
.carousel-indicators .active { background-color: var(--color-saffron); }

/* ============== SECTIONS ============== */
section { padding: 96px 0; }
.section-head { text-align: center; margin-bottom: 56px; }
.section-eyebrow {
  display: inline-block;
  font-family: 'Lora', serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .35em;
  color: var(--color-terracotta);
  text-transform: uppercase;
  padding-bottom: 14px;
  position: relative;
}
.section-eyebrow::after {
  content: '';
  position: absolute;
  left: 50%; bottom: 0;
  width: 60px; height: 2px;
  background: var(--color-terracotta);
  transform: translateX(-50%);
}
.section-title {
  font-size: clamp(1rem, 2.75vw, 2rem);
  margin-top: 12px;
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}
.section-title .accent { color: var(--color-terracotta);  }
.section-sub {
  color: var(--color-ink-soft);
  max-width: 720px;
  margin: 0 auto;
}

/* ============== ABOUT / INTRO ============== */
.intro-grid { align-items: center; }
.intro-img-wrap {
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.intro-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-stamp {
  position: absolute;
  bottom: 24px; left: 24px;
  background: var(--color-saffron);
  color: #fff;
  padding: 18px 22px;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  max-width: 220px;
}
.intro-stamp strong {
  display: block;
  font-size: 28px;
  letter-spacing: .02em;
}

.intro-text h2 .accent { color: var(--color-terracotta); }
.intro-text p { color: var(--color-ink-soft); text-align:justify;line-height:1.75rem; }
.intro-text .lead-line {
  display: inline-block;
  color: var(--color-forest-deep);
  font-weight: 600;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 16px;
}

/* feature checklist */
.feature-list { list-style: none; padding: 0; margin: 26px 0 0; }
.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 10px 0;
  color: var(--color-ink);
  font-weight: 500;
}
.feature-list li i {
  color: var(--color-forest);
  background: rgba(26, 77, 46, .1);
  width: 32px; height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* feature checklist */
.feature-list1 { list-style: none; padding: 0; margin: 26px 0 0; }
.feature-list1 li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 10px 0;
  color: var(--color-ink);
  font-weight: 500;
}
.feature-list1 li i {
  color: #fff;
  background:var(--color-forest-deep);;
  width: 20px; height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size:10px;
  margin-top:6px;
}

/* ============== WHY US ============== */
.why-section {
  background:
    linear-gradient(180deg, rgba(243,234,216,0.85), rgba(243,234,216,0.85)),
    url('https://images.unsplash.com/photo-1500076656116-558758c991c1?auto=format&fit=crop&w=2000&q=70') center/cover no-repeat fixed;
}
.why-card {
  background: #fff;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-card);
  padding: 32px 26px;
  height: 100%;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  position: relative;
  overflow: hidden;
}
.why-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-terracotta), var(--color-saffron));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}
.why-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card);
  border-color: transparent;
}
.why-card:hover::before { transform: scaleX(1); }
.why-icon {
  width: 60px; height: 60px;
  border-radius: 14px;
  background: var(--color-cream-warm);
  color: var(--color-terracotta);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 18px;
}
.why-card h4 { font-size: 20px; margin-bottom: 10px; }
.why-card p { color: var(--color-ink-soft); margin: 0; font-size: 15px; }

/* ============== PRODUCTS ============== */
.products-section { background: var(--color-cream); }
.product-card {
  background: #fff;
  border-radius: var(--radius-card);
  overflow: hidden;
  border: 1px solid var(--color-line);
  height: 100%;
  display: flex; flex-direction: column;
  transition: transform .35s ease, box-shadow .35s ease;
  position: relative;
}
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-card); }
.product-media {
  background: var(--color-cream-warm);
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.product-media::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 90%, rgba(26,77,46,.15), transparent 60%);
  pointer-events: none;
}
.product-media img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 32px rgba(0,0,0,.18));
  transition: transform .5s ease;
}
.product-card:hover .product-media img { transform: none; }
.product-tag {
  position: absolute;
  top: 16px; left: 16px;
  background: var(--color-forest);
  color: #fff;
  font-size: 11px;
  letter-spacing: .25em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  z-index: 2;
}
.product-body { padding: 24px 24px 28px; flex: 1; display: flex; flex-direction: column; }
.product-body h3 {
  font-size: 22px; margin-bottom: 8px;
}
.product-meta {
  font-size: 13px;
  color: var(--color-ink-soft);
  margin-bottom: 14px;
}
.product-body p { color: var(--color-ink-soft); font-size: 15px; flex: 1; }
.pack-pills { display: flex; flex-wrap: wrap; gap: 6px; margin: 14px 0 18px; }
.pack-pill {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-forest);
  background: rgba(26,77,46,.08);
  padding: 4px 12px;
  border-radius: var(--radius-pill);
}

/* ============== STATS ============== */
.stats-strip {
  background: var(--color-forest-deep);
  color: #fff;
  padding: 70px 0;
}
.stats-strip .stat {
  text-align: center;
  padding: 16px;
}
.stats-strip .stat .num {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 800;
  color: var(--color-saffron);
  line-height: 1;
  margin-bottom: 8px;
}
.stats-strip .stat .label {
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 12px;
  color: #d8ceb6;
}

/* ============== TEAM ============== */
.team-card {
  background: #fff;
  border-radius: var(--radius-card);
  overflow: hidden;
  border: 1px solid var(--color-line);
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease;
  height: 100%;
}
.team-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card); }
.team-photo {
  height: 320px;
  background: var(--color-cream-warm) center/contain no-repeat;
  position: relative;
  border-bottom: 1px solid var(--color-line);
}
.team-photo::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 80%, rgba(15,51,32,.18));
}
.team-info { padding: 22px 18px 26px; }
.team-info h4 { font-size: 20px; margin-bottom: 4px; }
.team-info .role {
  color: var(--color-terracotta);
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}
.team-socials {
  margin-top: 14px;
  display: flex; justify-content: center; gap: 10px;
}
.team-socials a {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--color-cream-warm);
  color: var(--color-forest);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .25s ease;
}
.team-socials a:hover {
  background: var(--color-forest);
  color: #fff;
  transform: translateY(-2px);
}

/* ============== GALLERY ============== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}
.gallery-item {
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
  background: var(--color-cream-warm);
  cursor: pointer;
}
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.gallery-item::after {
  content: '\f00e';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  inset: 0;
  background: rgba(15,51,32,.55);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  opacity: 0;
  transition: opacity .3s ease;
}
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item:hover::after { opacity: 1; }

.g-span-6 { grid-column: span 6; }
.g-span-4 { grid-column: span 4; }
.g-span-3 { grid-column: span 3; }
.g-span-8 { grid-column: span 8; }
.g-tall { aspect-ratio: 3/4; }
.g-wide { aspect-ratio: 16/10; }
.g-square { aspect-ratio: 1/1; }

@media (max-width: 768px) {
  .g-span-6, .g-span-4, .g-span-3, .g-span-8 { grid-column: span 12; }
  .site-nav .nav-link{width:150px;}
}

/* ============== CONTACT ============== */
.contact-card {
  background: #fff;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-card);
  padding: 36px 32px;
  height: 100%;
  transition: all .3s ease;
}
.contact-card:hover { box-shadow: var(--shadow-card); transform: translateY(-4px); }
.contact-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: var(--color-forest);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
}
.contact-card h4 { font-size: 20px; margin-bottom: 10px; }
.contact-card p, .contact-card a {
  color: var(--color-ink-soft);
  font-size: 15px;
  margin: 0;
}
.contact-card a:hover { color: var(--color-terracotta); }

.map-wrap {
  border-radius: var(--radius-card);
  overflow: hidden;
  border: 1px solid var(--color-line);
  box-shadow: var(--shadow-soft);
}
.map-wrap iframe { width: 100%; height: 420px; border: 0; display: block; }

/* ============== PAGE HEADER (inner pages) ============== */
.page-header {
  background:
    linear-gradient(110deg, rgba(15,51,32,.85) 0%, rgba(15,51,32,.55) 60%, rgba(15,51,32,.3) 100%),
    url('https://images.unsplash.com/photo-1592982537447-7440770faae7?auto=format&fit=crop&w=2000&q=70') center/cover no-repeat;
  color: #fff;
  padding: 110px 0 90px;
  text-align: center;
  position: relative;
  height: 200px;
}
.page-header h1 {
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  margin-bottom: 12px;
  padding:15px 0;
  
}
.page-header .accent { color: var(--color-cream-warm); }
.page-header .crumbs {
  font-family: 'Lora', serif;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 14px;
  color: #f3ead8;
  font-weight:600;
}
.page-header .crumbs a { color: var(--color-saffron); }
.page-header .crumbs span { margin: 0 10px; }

/* ============== VISION & MISSION ============== */
.vm-card {
  background: #fff;
  border-radius: var(--radius-card);
  border: 1px solid var(--color-line);
  padding: 40px 36px;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.vm-card .vm-num {
  position: absolute;
  top: -10px; right: 20px;
  font-family: 'Playfair Display', serif;
  font-size: 140px;
  font-weight: 800;
  color: rgba(26,77,46,.06);
  line-height: 1;
  pointer-events: none;
}
.vm-card h3 {
  display: flex; align-items: center; gap: 14px;
  font-size: 26px;
  margin-bottom: 18px;
}
.vm-card h3 i {
  color: var(--color-terracotta);
  background: var(--color-cream-warm);
  width: 48px; height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.vm-card p, .vm-card li { color: var(--color-ink-soft); text-align:justify;line-height:1.75rem; }
.vm-card ul { padding-left: 18px; }
.vm-card ul li { padding: 6px 0; }

/* ============== FOOTER ============== */
footer.site-footer {
  background: var(--color-forest-deep);
  color: #d8ceb6;
  padding: 80px 0 0;
  margin-top: 0;
}
footer.site-footer h5 {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  margin-bottom: 22px;
  letter-spacing: .02em;
}
footer.site-footer a { color: #d8ceb6; }
footer.site-footer a:hover { color: var(--color-saffron); }
footer ul { list-style: none; padding: 0; margin: 0; }
footer ul li { padding: 6px 0; font-size: 15px; }
footer ul li i { color: var(--color-saffron); margin-right: 8px; }

.footer-brand {
  display: flex; align-items: center; gap: 14px; margin-bottom: 18px;
}
.footer-brand img { width: 64px; height: 64px; border-radius: 50%; }
.footer-brand .name {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  color: #fff;
  font-size: 17px;
  line-height: 1.1;
}
.footer-brand .name span {
  display: block;
  color: var(--color-saffron);
  font-size: 11px;
  letter-spacing: .25em;
  font-family: 'Lora', serif;
  font-weight: 600;
  margin-top: 4px;
}

.social-row { display: flex; gap: 10px; margin-top: 12px; }
.social-row a {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .25s ease;
}
.social-row a:hover {
  background: var(--color-saffron);
  color: var(--color-forest-deep);
  transform: translateY(-2px);
}
.footer-bottom {
  margin-top: 60px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: 13px;
  color: #b9aa8a;
  text-align: center;
}

/* ==========================================================================
   FLOATING SIDE BARS (social left, whatsapp right)
   ========================================================================== */
.float-social {
  position: fixed;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1100;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.float-social a {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #fff;
  color: var(--color-forest);
  border: 1px solid var(--color-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.float-social a.fb:hover  { background: #1877f2; color: #fff; transform: translateX(4px) scale(1.06); }
.float-social a.ig:hover  { background: #e4405f; color: #fff; transform: translateX(4px) scale(1.06); }
.float-social a.yt:hover  { background: #ff0000; color: #fff; transform: translateX(4px) scale(1.06); }
.float-social a.tel:hover { background: var(--color-forest); color: #fff; transform: translateX(4px) scale(1.06); }

.float-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 70px;
  z-index: 1100;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 12px 28px rgba(37, 211, 102, .45);
  transition: transform .25s ease;
  animation: wa-pulse 2.4s ease-out infinite;
}
.float-whatsapp:hover { transform: scale(1.08); color: #fff; }
@keyframes wa-pulse {
  0%   { box-shadow: 0 12px 28px rgba(37, 211, 102, .45), 0 0 0 0 rgba(37, 211, 102, .55); }
  70%  { box-shadow: 0 12px 28px rgba(37, 211, 102, .45), 0 0 0 18px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 12px 28px rgba(37, 211, 102, .45), 0 0 0 0 rgba(37, 211, 102, 0); }
}
@media (max-width: 575px) {
  .float-social { left: 8px; gap: 8px; }
  .float-social a { width: 38px; height: 38px; font-size: 15px; }
  .float-whatsapp { right: 12px; bottom: 90px; width: 54px; height: 54px; font-size: 26px; }
}

/* ==========================================================================
   GALLERY LIGHTBOX MODAL
   ========================================================================== */
.lightbox-modal .modal-content {
  background: transparent;
  border: 0;
}
.lightbox-modal .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-modal img {
  max-width: 100%;
  max-height: 88vh;
  border-radius: 12px;
  box-shadow: 0 30px 80px rgba(0,0,0,.55);
  object-fit: contain;
}
.lightbox-modal .btn-close {
  position: absolute;
  top: 16px; right: 16px;
  background-color: #fff;
  opacity: .9;
  z-index: 10;
  border-radius: 50%;
  padding: 14px;
}

/* ============== ANIMATIONS ============== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.reveal { opacity: 0; }
.reveal.visible { animation: fadeUp .7s ease forwards; }
.reveal .lead-line{color:var(--color-forest-deep);font-size:16px;font-weight:500;letter-spacing:0.02em}

/* ============== RESPONSIVE TWEAKS ============== */
@media (max-width: 991px) {
  section { padding: 70px 0; }
  .site-nav .navbar-brand img { height: 50px; width: 50px; }
  .brand-text .brand-name { font-size: 15px; }
  .brand-text .brand-sub { font-size: 9px; }
  .hero-carousel .carousel-caption { left: 5%; right: 5%; max-width: none; }
  .intro-stamp { font-size: 12px; padding: 14px 16px; bottom: 12px; left: 12px; }
  .intro-stamp strong { font-size: 22px; }
}
@media (max-width: 575px) {
  .topbar { display: none; }
  section { padding: 56px 0; }
  .hero-carousel .carousel-item { height: 480px; }
}

.equipment-section {
    background: var(--color-cream-warm);
}

.equipment-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-card);
}

.equipment-card {
    height: 600px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #d9d2c3;
    padding: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}

.equipment-card:hover {
    box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

/* IMAGE AREA */
.equipment-media {
    height: 300px;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #ece7dc;
    padding: 0; /* REMOVE INNER SPACE */
}

/* IMAGE */
.equipment-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* CONTENT AREA */
.equipment-body {
    padding: 22px 22px 28px;
}

/* SMALL LABEL */
.equipment-body .equip-meta {
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #c55a2d;
    font-weight: 700;
    margin-bottom: 14px;
}

/* TITLE */
.equipment-body h3 {
    font-size: 22px;
    line-height: 1.15;
    font-weight: 700;
    color: #1d3b2e;
    margin-bottom: 10px;
}

.equip-title {
    font-size: 19px;
    line-height: 1.2;
    font-weight: 700;
    color: #18392b;
    margin-bottom: 16px;
    font-family: serif;
}

/* DESCRIPTION */
.equipment-body p {
    font-size: 14px;
    line-height: 1.8;
    color: #5c544c;
    margin: 0;
    flex-grow: 1;
    line-height: 1.8;
    margin-bottom: 24px;
    
}

.equipment-foot {
    padding: 0 22px 24px;
    margin-top: auto;
}

.icon-fa{
    padding-right: 10px;
}
.btn-outline-leaf1{
    width: 100%;
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;

    border: 2px solid var(--color-terracotta);
    color: var(--color-terracotta);
    padding: 12px 22px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn-outline-leaf1:hover {
    color:#fff;
    background: var(--color-forest);
    border: 2px solid var(--color-forest);
    text-decoration: none;
    transition: color 0.2s;
}

.translate-bar {
    background: #f8f5ef;
    border-bottom: 1px solid #e5ddd0;
}

#google_translate_element {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.goog-te-gadget {
    font-size: 0 !important;
}

.goog-te-gadget .goog-te-combo {
    margin: 0;
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid #d8d2c5;
    background: #fff;
    color: #1d3b2e;
    font-size: 13px !important;
    font-family: inherit;
    cursor: pointer;
}

/* HIDE GOOGLE TEXT */
.goog-logo-link,
.goog-te-gadget span,
.goog-te-gadget-icon {
    display: none !important;
}

/* REMOVE GOOGLE TRANSLATE POPUP */
.goog-te-balloon-frame,
#goog-gt-tt,
.goog-tooltip,
.goog-tooltip:hover {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* HIDE GOOGLE TOP BAR */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

/* HIDE GOOGLE BAR */
iframe.goog-te-banner-frame {
    display: none !important;
}

/* REMOVE GOOGLE TRANSLATE BAR SPACE */
body {
    position: static !important;
    min-height: 0px !important;
}

/* REMOVE TRANSLATE TOOLTIP */
#goog-gt-tt,
.goog-tooltip,
.goog-tooltip:hover {
    display: none !important;
}

/* REMOVE TEXT HIGHLIGHT */
.goog-text-highlight {
    background: transparent !important;
    box-shadow: none !important;
}

.lang-btn {
    background: #1d3b2e;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease;
}

.lang-btn:hover {
    background: #c55a2d;
}

/* HIDE GOOGLE TRANSLATE TOP BAR */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

iframe.goog-te-banner-frame {
    display: none !important;
}

.site-nav .container {
    display: flex;
    align-items: center;
}

/* CENTER MENU */
.navbar-nav {
    gap: 12px;
}

/* RIGHT LOGO */
.nav-extra-logo img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

/* RIGHT SIDE */
.nav-right-box {
    margin-left: auto;
}

/* MOBILE */
@media (max-width: 991px) {
    .nav-right-box {
        margin-top: 15px;
        justify-content: left;
    }

    .nav-extra-logo img {
        height: 48px;
    }

}