/* ═══════════════════════════════════════════════════
   ADITYA AGENCY — ULTIMATE PREMIUM AGRI DESIGN SYSTEM
   Theme: Midnight Emerald × Aurora Mint × Golden Amber
   GPU-Accelerated, Stutter-Free, Mobile Optimized
   ═══════════════════════════════════════════════════ */

:root {
  /* Colors */
  --primary-deep: #03140b;
  --primary-medium: #062415;
  --primary-light: #0d3820;

  --accent-mint: #10b981;
  --accent-mint-glow: rgba(16, 185, 129, 0.45);
  --accent-mint-light: #34d399;

  --accent-blue: #00b4d8;
  --accent-blue-glow: rgba(0, 180, 216, 0.4);

  --accent-amber: #f59e0b;
  --accent-amber-light: #fbbf24;

  --bg-cream: #f4f9f6;
  --bg-white: #ffffff;

  --text-dark: #0a1c12;
  --text-muted: #536b5c;
  --text-light: #e2f1e9;

  --line-color: rgba(6, 36, 21, 0.06);
  --line-light: rgba(255, 255, 255, 0.08);

  /* Gradients */
  --grad-primary: linear-gradient(135deg, #10b981 0%, #059669 50%, #00b4d8 100%);
  --grad-dark: linear-gradient(135deg, #03140b 0%, #062415 50%, #053018 100%);
  --grad-mint-blue: linear-gradient(135deg, #34d399 0%, #00b4d8 100%);
  --grad-gold: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);

  /* Shadows */
  --shadow-sm: 0 4px 12px rgba(3, 20, 11, 0.03), 0 0 0 1px rgba(3, 20, 11, 0.02);
  --shadow-md: 0 12px 30px -10px rgba(3, 20, 11, 0.08), 0 0 0 1px rgba(3, 20, 11, 0.02);
  --shadow-lg: 0 22px 50px -16px rgba(3, 20, 11, 0.14), 0 0 0 1px rgba(3, 20, 11, 0.02);
  --shadow-xl: 0 35px 80px -20px rgba(3, 20, 11, 0.28), 0 0 0 1px rgba(3, 20, 11, 0.03);
  --shadow-mint: 0 15px 35px -10px rgba(16, 185, 129, 0.25);

  /* Fonts */
  --font-display: "Outfit", "Sora", sans-serif;
  --font-body: "Plus Jakarta Sans", "Poppins", sans-serif;
  --font-display-hi: "Hind", "Noto Sans Devanagari", sans-serif;
  --font-body-hi: "Hind", "Noto Sans Devanagari", "Mukta", sans-serif;
}

/* ─────────── Global Settings ─────────── */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-cream);
  background-image: radial-gradient(rgba(6, 36, 21, 0.035) 1.2px, transparent 1.2px);
  background-size: 32px 32px;
  color: var(--text-dark);
  line-height: 1.65;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  -webkit-font-smoothing: antialiased;
}

/* Devanagari Optimization Engine: 6-8% Size Scaling & Height Boost */
body.lang-hi {
  font-family: var(--font-body-hi);
  font-size: 1.05rem;
  letter-spacing: 0em;
}

body.lang-hi h1,
body.lang-hi h2,
body.lang-hi h3,
body.lang-hi h4,
body.lang-hi .nav-word strong,
body.lang-hi .b2b-title,
body.lang-hi .section-head h2 {
  font-family: var(--font-display-hi);
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0em;
}

body.lang-hi .b2b-title {
  font-size: clamp(2.3rem, 5vw, 3.8rem);
  line-height: 1.35;
}

body.lang-hi .section-head h2 {
  font-size: clamp(2rem, 4vw, 2.9rem);
  line-height: 1.35;
}

body.lang-hi .nav-links a {
  font-size: 0.98rem;
}

body.lang-hi .prod-card h3 {
  font-size: 1.18rem;
  font-weight: 700;
}

body.lang-hi .prod-card p {
  font-size: 0.92rem;
  line-height: 1.55;
}

body.lang-hi .leadership-body h3 {
  font-size: 1.35rem;
}

body.lang-hi .leadership-body p {
  font-size: 0.96rem;
  line-height: 1.6;
}

body.lang-hi p,
body.lang-hi span,
body.lang-hi a,
body.lang-hi button {
  line-height: 1.6;
}

body.lang-hi .kicker {
  letter-spacing: 0.04em;
  font-size: 0.85rem;
}

body.lang-hi .btn {
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
  color: inherit;
  outline: none;
}

.container {
  width: min(1240px, 92%);
  margin-inline: auto;
}

.ic {
  width: 1.2em;
  height: 1.2em;
  fill: currentColor;
  flex: none;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--primary-deep);
}

.grad {
  background: var(--grad-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.grad-light {
  background: var(--grad-mint-blue);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--primary-deep);
}

::-webkit-scrollbar-thumb {
  background: var(--accent-mint);
  border-radius: 99px;
}

/* Floating Glow Blobs */
.glow-blob {
  position: fixed;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.1;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.glow-blob-1 {
  width: 500px;
  height: 500px;
  background: var(--accent-mint);
  top: -100px;
  left: -100px;
}

.glow-blob-2 {
  width: 450px;
  height: 450px;
  background: var(--accent-blue);
  bottom: 10%;
  right: -50px;
}

.glow-blob-3 {
  width: 350px;
  height: 350px;
  background: var(--accent-amber);
  top: 40%;
  left: 30%;
}

/* GPU-Accelerated Scroll Reveal */
.reveal,
.reveal-left,
.reveal-right,
.reveal-scale {
  opacity: 0;
  will-change: transform, opacity;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--d, 0s);
}

.reveal {
  transform: translate3d(0, 24px, 0);
}

.reveal-left {
  transform: translate3d(-30px, 0, 0);
}

.reveal-right {
  transform: translate3d(30px, 0, 0);
}

.reveal-scale {
  transform: scale(0.96);
}

.reveal.in,
.reveal-left.in,
.reveal-right.in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal-scale.in {
  opacity: 1;
  transform: scale(1);
}

/* Buttons & Badges */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  padding: 0.75em 1.5em;
  border-radius: 99px;
  font-weight: 700;
  font-size: 0.95rem;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.25s ease;
  white-space: nowrap;
}

.btn-solid {
  background: var(--grad-primary);
  color: #ffffff;
  box-shadow: var(--shadow-mint);
}

.btn-solid:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px -8px rgba(16, 185, 129, 0.4);
}

.btn-wa {
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 10px 25px -6px rgba(37, 211, 102, 0.4);
}

.btn-wa:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px -8px rgba(37, 211, 102, 0.55);
}

.btn-outline-light {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.btn-outline-dark {
  background: #ffffff;
  color: var(--primary-deep);
  border: 1px solid rgba(6, 36, 21, 0.15);
  box-shadow: var(--shadow-sm);
}

.btn-outline-dark:hover {
  background: var(--primary-deep);
  color: #ffffff;
  border-color: var(--primary-deep);
  transform: translateY(-2px);
}

.btn-full {
  width: 100%;
  justify-content: center;
}

/* ─────────── NAV (Proper Edge Gutters) ─────────── */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 1.1rem 0;
  transition: padding 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.nav.scrolled {
  padding: 0.7rem 0;
  background: rgba(3, 20, 11, 0.95);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(16, 185, 129, 0.15);
}

.nav-inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(24px, 5vw, 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.nav-logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 12px;
  background: #ffffff;
  padding: 4px;
}

.nav-word {
  display: flex;
  flex-direction: column;
}

.nav-word strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
}

.nav-word em {
  font-style: normal;
  font-size: 0.68rem;
  color: var(--accent-mint-light);
  letter-spacing: 0.05em;
  font-weight: 600;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.nav-links a {
  color: rgba(226, 241, 233, 0.85);
  font-weight: 600;
  font-size: 0.92rem;
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--accent-mint-light);
}

.nav-drawer-ctas {
  display: none;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.lang-toggle {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 99px;
  padding: 3px;
}

.lang-opt {
  padding: 0.3rem 0.75rem;
  border-radius: 99px;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  transition: background-color 0.15s ease, color 0.15s ease;
}

.lang-opt.active {
  background: var(--accent-mint);
  color: #ffffff;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger span {
  width: 24px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* ─────────── HERO (Desktop Layout) ─────────── */
.b2b-hero {
  position: relative;
  min-height: 88vh;
  padding: 8.5rem 0 4rem;
  display: flex;
  align-items: center;
  background: var(--primary-deep);
  color: #ffffff;
  overflow: hidden;
}

.b2b-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.b2b-hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}

.b2b-gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(3, 20, 11, 0.95) 0%, rgba(6, 36, 21, 0.85) 60%, rgba(3, 20, 11, 0.95) 100%);
  z-index: 2;
}

.b2b-container {
  position: relative;
  z-index: 10;
  width: min(1240px, 92%);
}

.b2b-grid-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 4rem;
  align-items: center;
}

/* ─────────── HERO CIRCULAR LOGO STAMP (Mobile Only — Premium Signature Brand Emblem) ─────────── */
.hero-logo-badge-wrap {
  display: none;
}

.hero-stamp {
  position: relative;
  width: 164px;
  height: 164px;
  background: transparent;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.hero-stamp-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  animation: spinStamp 28s linear infinite;
  transform-origin: center center;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .hero-stamp-ring {
    animation: none;
  }
}

/* Atmospheric depth lighting behind the emblem */
.hero-stamp::after {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.16) 0%, rgba(0, 180, 216, 0.05) 45%, transparent 70%);
  z-index: -1;
  pointer-events: none;
}

.hero-stamp-text-top {
  font-family: var(--font-display);
  font-size: 8.8px;
  font-weight: 700;
  letter-spacing: 1.8px;
  fill: #ffffff;
  text-shadow: 0 0 10px rgba(16, 185, 129, 0.5), 0 1px 3px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}

.hero-stamp-text-bottom {
  font-family: var(--font-display);
  font-size: 7.4px;
  font-weight: 600;
  letter-spacing: 1.2px;
  fill: rgba(226, 241, 233, 0.95);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}

.hero-stamp-core {
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ffffff 0%, #f7faf8 75%, #eef5f1 100%);
  border: 1.8px solid rgba(16, 185, 129, 0.55);
  box-shadow:
    0 0 0 1px rgba(3, 20, 11, 0.9),
    0 10px 28px -4px rgba(0, 0, 0, 0.65),
    0 0 26px rgba(16, 185, 129, 0.22),
    inset 0 1.5px 2px rgba(255, 255, 255, 1);
  display: grid;
  place-items: center;
  overflow: hidden;
  z-index: 2;
  padding: 8px;
}

.hero-stamp-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transform: translateY(3%) translateX(-0.8%);
}

.b2b-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 1.1rem;
  border-radius: 99px;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: var(--accent-mint-light);
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-mint);
  box-shadow: 0 0 10px var(--accent-mint);
}

.b2b-title {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  color: #ffffff;
  margin-bottom: 1.2rem;
}

.b2b-desc {
  font-size: 1.1rem;
  color: rgba(226, 241, 233, 0.85);
  margin-bottom: 2.2rem;
  max-width: 580px;
}

.b2b-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.b2b-trust {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.85rem;
  color: rgba(226, 241, 233, 0.7);
}

.t-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
}

.t-badge svg {
  width: 16px;
  height: 16px;
  fill: var(--accent-mint);
}

.t-div {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.2);
}

.hero-visual-showcase {
  position: relative;
  height: 480px;
}

.showcase-card {
  position: absolute;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.showcase-card-1 {
  width: 78%;
  height: 360px;
  top: 0;
  left: 0;
  z-index: 2;
}

.showcase-card-2 {
  width: 65%;
  height: 280px;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.glass-tag {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: rgba(3, 20, 11, 0.8);
  backdrop-filter: blur(10px);
  color: var(--accent-mint-light);
  padding: 0.4rem 1rem;
  border-radius: 99px;
  font-size: 0.82rem;
  font-weight: 700;
  border: 1px solid rgba(16, 185, 129, 0.3);
}

/* ─────────── STATS SECTION REDESIGNED & POLISHED ─────────── */
.b2b-stats-section {
  position: relative;
  z-index: 20;
  margin-top: 2rem;
  margin-bottom: 0;
}

.stats-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.stat-card {
  position: relative;
  background: rgba(6, 36, 21, 0.88);
  background-image: radial-gradient(circle at 12% 18%, rgba(16, 185, 129, 0.16) 0%, rgba(6, 36, 21, 0.95) 70%), linear-gradient(145deg, rgba(16, 185, 129, 0.06) 0%, rgba(3, 20, 11, 0.98) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  padding: 1.6rem 1.35rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 16px 36px -8px rgba(0, 0, 0, 0.45), 0 4px 16px rgba(3, 20, 11, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.22s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.22s ease;
}

@media (hover: hover) and (pointer: fine) {
  .stat-card:hover {
    transform: translateY(-4px);
    border-color: rgba(16, 185, 129, 0.4);
    box-shadow: 0 24px 48px -10px rgba(0, 0, 0, 0.6), 0 0 25px rgba(16, 185, 129, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }

  .stat-card:hover .stat-ic {
    transform: scale(1.05);
    box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.35), 0 0 26px rgba(16, 185, 129, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.25);
    border-color: rgba(16, 185, 129, 0.45);
  }
}

.stat-ic {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.28);
  box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.2), 0 0 20px rgba(16, 185, 129, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.stat-ic svg {
  width: 28px;
  height: 28px;
  fill: var(--accent-mint-light);
}

.stat-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.stat-number {
  font-family: var(--font-display);
  font-size: 2.35rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.03em;
  display: inline-flex;
  align-items: baseline;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}

.stat-plus {
  font-family: var(--font-display);
  font-size: 0.72em;
  font-weight: 700;
  color: var(--accent-mint-light);
  margin-left: 2px;
  line-height: 1;
  text-shadow: 0 0 12px var(--accent-mint-glow);
}

.stat-label {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: rgba(226, 241, 233, 0.78);
  font-weight: 600;
  margin-top: 0.35rem;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

/* ─────────── SECTIONS COMMON ─────────── */
.section {
  padding: 5rem 0;
}

.section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 3.5rem;
}

.kicker {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent-mint);
  background: rgba(16, 185, 129, 0.08);
  padding: 0.35rem 1rem;
  border-radius: 99px;
  margin-bottom: 0.8rem;
}

.section-head h2 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  margin-bottom: 0.8rem;
}

.section-sub {
  font-size: 1rem;
  color: var(--text-muted);
}

/* ─────────── ABOUT ─────────── */
.section.about {
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}

.about-section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 3rem;
}

.about-section-head h2 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  margin-bottom: 0.8rem;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: center;
}

.about-copy p {
  font-size: 1.05rem;
  color: var(--text-dark);
  margin-bottom: 1.2rem;
  line-height: 1.7;
}

.about-points {
  list-style: none;
  margin-top: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.about-points li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-weight: 600;
  font-size: 0.98rem;
}

.pt-ic-wrap {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--accent-mint);
  color: #ffffff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.about-visual {
  position: relative;
}

.about-img-frame {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--line-color);
}

.about-stamp {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: var(--shadow-lg);
  display: grid;
  place-items: center;
  padding: 8px;
}

.about-stamp img {
  width: 44px;
  height: 44px;
  position: absolute;
  object-fit: contain;
  border-radius: 50%;
}

.stamp-ring {
  width: 100%;
  height: 100%;
  animation: spinStamp 20s linear infinite;
  fill: var(--primary-deep);
  font-size: 10px;
  font-weight: 800;
}

@keyframes spinStamp {
  100% {
    transform: rotate(360deg);
  }
}

/* ─────────── PRODUCTS (15 Items Grid + Authentic Real Product Photos) ─────────── */
.prod-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
}

.prod-card {
  background: #ffffff;
  border: 1px solid var(--line-color);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

.prod-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(16, 185, 129, 0.3);
}

.prod-img {
  height: 200px;
  overflow: hidden;
  background: #e8ede9;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prod-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.prod-card:hover .prod-img img {
  transform: scale(1.04);
}

.prod-content {
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.prod-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}

.prod-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 1.2rem;
  flex: 1;
  line-height: 1.5;
}

.prod-enq {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.65rem 1rem;
  border-radius: 99px;
  background: rgba(16, 185, 129, 0.08);
  color: var(--accent-mint);
  font-weight: 700;
  font-size: 0.85rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.prod-enq:hover {
  background: var(--accent-mint);
  color: #ffffff;
}

/* Hidden extra products behind View More */
.prod-card-extra {
  display: none;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.prod-card-extra.is-visible {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

.view-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.view-more-btn {
  padding: 0.8em 2em;
  font-size: 0.95rem;
  border-radius: 99px;
  box-shadow: var(--shadow-md);
}

/* ─────────── BRANDS LOGO GRID (Small Uniform Grid) ─────────── */
.brand-logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1.1rem;
}

.brand-logo-card {
  background: #ffffff;
  border: 1px solid rgba(6, 36, 21, 0.08);
  border-radius: 16px;
  padding: 0.75rem 1.1rem;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(3, 20, 11, 0.03);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease;
}

.brand-logo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(3, 20, 11, 0.08);
  border-color: rgba(16, 185, 129, 0.4);
}

.brand-logo-card img {
  max-height: 48px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}

.brand-name {
  display: none;
}

/* ─────────── BOREWELL ─────────── */
.borewell {
  position: relative;
  background: var(--primary-deep);
  color: #ffffff;
  overflow: hidden;
}

.bw-bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(16, 185, 129, 0.08) 1.2px, transparent 1.2px);
  background-size: 32px 32px;
}

.bw-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.bw-copy h2 {
  color: #ffffff;
  margin-bottom: 1rem;
}

.bw-copy p {
  color: rgba(226, 241, 233, 0.8);
  font-size: 1.05rem;
  margin-bottom: 2rem;
}

.bw-selector {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.bw-tab {
  padding: 0.5rem 1.2rem;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
  font-size: 0.9rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.bw-tab.active,
.bw-tab:hover {
  background: var(--accent-mint);
  color: #ffffff;
}

.bw-detail-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.bw-detail-card h4 {
  color: var(--accent-mint-light);
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.bw-detail-card p {
  font-size: 0.92rem;
  color: rgba(226, 241, 233, 0.85);
  margin-bottom: 1.2rem;
}

.bw-detail-meta {
  display: flex;
  gap: 2rem;
}

.meta-item strong {
  display: block;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.meta-item span {
  font-weight: 700;
  color: #ffffff;
  font-size: 0.9rem;
}

.bw-cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

.bw-address-card {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(52, 211, 153, 0.22);
  padding: 1rem 1.2rem;
  border-radius: 14px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: border-color 0.25s ease, background 0.25s ease;
}

.bw-address-card:hover {
  border-color: rgba(52, 211, 153, 0.4);
  background: rgba(255, 255, 255, 0.07);
}

.bw-addr-ic {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 10px;
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(52, 211, 153, 0.3);
  display: grid;
  place-items: center;
  color: var(--accent-mint-light);
  flex-shrink: 0;
  margin-top: 2px;
}

.bw-addr-ic svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.bw-addr-content {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.bw-addr-label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--accent-mint-light);
}

.bw-addr-text {
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(226, 241, 233, 0.9);
  margin: 0;
}

.bw-addr-name {
  font-weight: 700;
  color: #ffffff;
}

.bw-visual-frame {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* ─────────── LEADERSHIP (No Mobile Face Crop) ─────────── */
.leadership {
  background: var(--bg-cream);
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3.5rem;
}

.leadership-card {
  background: #ffffff;
  border: 1px solid rgba(6, 36, 21, 0.08);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

.leadership-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
  border-color: rgba(16, 185, 129, 0.3);
}

.leadership-photo-wrap {
  position: relative;
  width: 100%;
  height: 320px;
  background: var(--primary-deep);
  overflow: hidden;
}

.leadership-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.leadership-card:hover .leadership-photo-wrap img {
  transform: scale(1.04);
}

.leadership-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(3, 20, 11, 0.85);
  backdrop-filter: blur(10px);
  color: var(--accent-mint-light);
  border: 1px solid rgba(16, 185, 129, 0.4);
  padding: 0.35rem 0.9rem;
  border-radius: 99px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.leadership-body {
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.leadership-body h3 {
  font-size: 1.35rem;
  margin-bottom: 0.2rem;
}

.leadership-title-sub {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--accent-mint);
  margin-bottom: 1rem;
}

.leadership-body p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex: 1;
}

.leadership-call {
  margin-top: auto;
  border-radius: 99px;
}

/* ─────────── GALLERY LIGHTBOX GRID ─────────── */
.gallery {
  background: var(--primary-deep);
  color: #ffffff;
}

.gallery h2 {
  color: #ffffff;
}

.gal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin-top: 3.5rem;
}

.gal-item {
  position: relative;
  aspect-ratio: 4 / 3;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  cursor: pointer;
  background: rgba(6, 36, 21, 0.6);
  box-shadow: 0 8px 24px rgba(3, 20, 11, 0.4);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.gal-item:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 185, 129, 0.45);
  box-shadow: 0 16px 36px rgba(3, 20, 11, 0.6), 0 0 20px rgba(16, 185, 129, 0.2);
}

.gal-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.gal-item:hover img {
  transform: scale(1.06);
}

.gal-item figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 2.5rem 1.2rem 1.2rem;
  background: linear-gradient(transparent, rgba(3, 20, 11, 0.95));
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.gal-item:hover figcaption {
  opacity: 1;
  transform: translateY(0);
}

.gal-zoom-icon {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(3, 20, 11, 0.75);
  backdrop-filter: blur(8px);
  display: grid;
  place-items: center;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.25s, transform 0.25s;
}

.gal-zoom-icon svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.gal-item:hover .gal-zoom-icon {
  opacity: 1;
  transform: scale(1);
}

/* Hidden extra gallery photos behind View More */
.gal-item-extra {
  display: none;
}

.gal-item-extra.is-visible {
  display: block;
}

/* Lightbox Modal */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.lightbox.active {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-overlay {
  position: absolute;
  inset: 0;
  background: rgba(3, 20, 11, 0.94);
  backdrop-filter: blur(14px);
}

.lightbox-content {
  position: relative;
  z-index: 2;
  width: min(1000px, 90vw);
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lightbox-close {
  position: absolute;
  top: -45px;
  right: 0;
  color: #ffffff;
  font-size: 1.8rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: grid;
  place-items: center;
  transition: background-color 0.2s;
}

.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.25);
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 2rem;
  display: grid;
  place-items: center;
  transition: background-color 0.2s;
  z-index: 10;
}

.lightbox-nav:hover {
  background: rgba(16, 185, 129, 0.8);
}

.lb-prev {
  left: -60px;
}

.lb-next {
  right: -60px;
}

.lightbox-stage {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.lightbox-img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
}

.lightbox-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 1rem;
  color: #ffffff;
}

.lightbox-caption {
  font-size: 1.05rem;
  font-weight: 600;
}

.lightbox-counter {
  font-size: 0.88rem;
  color: var(--accent-mint-light);
  font-weight: 700;
}

/* ─────────── WHATSAPP LEAD CAPTURE POPUP MODAL ─────────── */
.wa-lead-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.wa-lead-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.wa-lead-overlay {
  position: absolute;
  inset: 0;
  background: rgba(3, 20, 11, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.wa-lead-card {
  position: relative;
  z-index: 2;
  width: min(440px, 100%);
  background: linear-gradient(155deg, #072e1c 0%, #03170d 65%, #020f08 100%);
  border: 1.5px solid rgba(52, 211, 153, 0.32);
  border-radius: 22px;
  padding: 2rem 1.8rem 1.8rem;
  box-shadow:
    0 24px 60px -8px rgba(0, 0, 0, 0.75),
    0 0 35px rgba(16, 185, 129, 0.18),
    inset 0 1px 1px rgba(255, 255, 255, 0.15);
  color: #ffffff;
  transform: scale(0.92) translateY(10px);
  opacity: 0;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.28s ease;
  max-height: calc(100vh - 2.5rem);
  overflow-y: auto;
}

.wa-lead-modal.active .wa-lead-card {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.wa-lead-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #e2f1e9;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}

.wa-lead-close:hover {
  background: rgba(239, 68, 68, 0.25);
  border-color: rgba(239, 68, 68, 0.5);
  color: #ffffff;
  transform: rotate(90deg);
}

.wa-lead-header {
  margin-bottom: 1.3rem;
  padding-right: 1.8rem;
}

.wa-lead-badge-wrap {
  margin-bottom: 0.6rem;
}

.wa-lead-prod-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(16, 185, 129, 0.14);
  border: 1px solid rgba(52, 211, 153, 0.35);
  border-radius: 999px;
  padding: 0.3rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #6ee7b7;
  max-width: 100%;
}

.wa-lead-prod-badge .wa-badge-ic {
  width: 14px;
  height: 14px;
  fill: #25d366;
  flex-shrink: 0;
}

.wa-lead-title {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.3rem;
  color: #ffffff;
}

.wa-lead-sub {
  font-size: 0.88rem;
  color: rgba(226, 241, 233, 0.72);
  line-height: 1.45;
  margin: 0;
}

.wa-lead-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.wa-lead-group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.wa-lead-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #e2f1e9;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.wa-lead-label .req {
  color: #f87171;
}

.wa-lead-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.wa-lead-ic {
  position: absolute;
  left: 14px;
  width: 18px;
  height: 18px;
  color: rgba(110, 231, 183, 0.65);
  pointer-events: none;
  transition: color 0.2s ease;
}

.wa-lead-input {
  width: 100%;
  padding: 0.82rem 1rem 0.82rem 2.75rem;
  background: rgba(3, 20, 11, 0.75);
  border: 1.5px solid rgba(52, 211, 153, 0.22);
  border-radius: 12px;
  color: #ffffff;
  font-family: inherit;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  outline: none;
}

.wa-lead-input::placeholder {
  color: rgba(226, 241, 233, 0.35);
  font-size: 0.9rem;
}

.wa-lead-input:focus {
  border-color: #34d399;
  background: rgba(4, 28, 15, 0.95);
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.25);
}

.wa-lead-input:focus + .wa-lead-ic,
.wa-lead-input-wrap:focus-within .wa-lead-ic {
  color: #34d399;
}

.wa-lead-input.has-error {
  border-color: #f87171;
  background: rgba(40, 10, 10, 0.6);
}

.wa-lead-err {
  font-size: 0.78rem;
  color: #fca5a5;
  min-height: 0;
  line-height: 1.3;
  display: none;
}

.wa-lead-err.visible {
  display: block;
}

.wa-lead-submit {
  margin-top: 0.4rem;
  padding: 0.9rem 1.4rem;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.28);
}

.wa-lead-submit:hover {
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4);
}

@media (max-width: 480px) {
  .wa-lead-card {
    padding: 1.6rem 1.3rem 1.4rem;
    border-radius: 18px;
  }

  .wa-lead-title {
    font-size: 1.25rem;
  }

  .wa-lead-input {
    font-size: 0.92rem;
    padding: 0.75rem 0.85rem 0.75rem 2.5rem;
  }

  .wa-lead-ic {
    left: 12px;
    width: 16px;
    height: 16px;
  }
}

/* ─────────── TESTIMONIALS / CUSTOMER FEEDBACK ─────────── */
.testimonials {
  background: #ffffff;
  border-top: 1px solid var(--line-color);
  border-bottom: 1px solid var(--line-color);
  position: relative;
}

.test-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  margin-top: 3.5rem;
}

.test-card {
  background: var(--bg-cream);
  border: 1px solid rgba(6, 36, 21, 0.08);
  border-radius: 24px;
  padding: 2.2rem 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}

.test-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(16, 185, 129, 0.35);
}

.test-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 1.2rem;
}

.star-ic {
  width: 19px;
  height: 19px;
  fill: #f59e0b;
}

.test-quote {
  font-size: 0.95rem;
  color: var(--text-dark);
  line-height: 1.65;
  margin-bottom: 1.8rem;
  font-style: italic;
  flex-grow: 1;
}

.test-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(6, 36, 21, 0.08);
}

.test-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--grad-dark);
  color: var(--accent-mint-light);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  border: 1px solid rgba(16, 185, 129, 0.3);
  flex-shrink: 0;
}

.test-meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.test-meta strong {
  font-size: 0.95rem;
  color: var(--primary-deep);
  font-weight: 800;
}

.test-meta span {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 600;
}

/* ─────────── CONTACT CLEAN & MAP ─────────── */
/* ─────────── CONTACT CLEAN & MAP ─────────── */
.contact {
  background: var(--bg-cream);
}

.con-grid-clean {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  margin-top: 3.5rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.con-cards-hub {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.con-action-buttons {
  display: flex;
  gap: 1rem;
  width: 100%;
  box-sizing: border-box;
}

.con-main-btn {
  padding: 0.9em 1.2em;
  font-size: 1rem;
  border-radius: 16px;
  box-sizing: border-box;
}

.con-cards-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.con-card-item {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 1.3rem 1.5rem;
  background: #ffffff;
  border: 1px solid rgba(6, 36, 21, 0.08);
  border-radius: 20px;
  box-shadow: var(--shadow-sm);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.con-card-link:hover {
  transform: translateX(4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(16, 185, 129, 0.4);
}

.con-ic {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(16, 185, 129, 0.1);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: var(--accent-mint);
}

.con-ic svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.con-card-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-break: break-word;
}

.con-card-text strong {
  font-size: 1rem;
  color: var(--primary-deep);
  font-weight: 800;
}

.con-card-text span {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.con-card-text em {
  font-style: normal;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--accent-mint);
  margin-top: 0.2rem;
}

.con-phones-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.6rem;
  width: 100%;
  max-width: 100%;
  margin-top: 0.15rem;
}

.con-phones-group a {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 700;
  color: var(--primary-deep);
  transition: color 0.2s;
}

.con-phones-group a:hover,
.con-email-link:hover {
  color: var(--accent-mint);
}

.con-phone-sep {
  color: var(--text-muted);
  opacity: 0.5;
  font-weight: 400;
}

.con-email-link {
  font-weight: 700;
  color: var(--primary-deep);
  transition: color 0.2s;
  overflow-wrap: break-word;
  word-break: break-all;
}

.con-map-block {
  background: #ffffff;
  border: 1px solid rgba(6, 36, 21, 0.08);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
}

.map-container {
  width: 100%;
  height: 380px;
  position: relative;
  background: var(--primary-medium);
}

.map-cta-bar {
  padding: 1.4rem 1.6rem;
  background: var(--primary-deep);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.map-cta-info strong {
  display: block;
  font-size: 1.05rem;
  color: #ffffff;
}

.map-cta-info span {
  font-size: 0.82rem;
  color: rgba(226, 241, 233, 0.7);
}

.map-dir-btn {
  border-radius: 99px;
  font-size: 0.88rem;
  padding: 0.7em 1.2em;
}

/* ─────────── SOCIAL CONNECT STRIP ─────────── */
.social-connect-strip {
  margin-top: 3.5rem;
  background: var(--primary-deep);
  background-image: linear-gradient(135deg, rgba(6, 36, 21, 0.95) 0%, rgba(3, 20, 11, 0.98) 100%);
  border: 1px solid rgba(16, 185, 129, 0.25);
  border-radius: 24px;
  padding: 1.8rem 2.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  box-shadow: var(--shadow-lg);
}

.social-connect-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.kicker-sm {
  font-size: 0.75rem;
  color: var(--accent-mint-light);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.social-connect-text strong {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 800;
}

.social-links-grid {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.social-icon-btn {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: grid;
  place-items: center;
  color: #ffffff;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.social-icon-btn svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.social-icon-btn:hover {
  transform: translateY(-3px) scale(1.05);
  color: #ffffff;
}

.social-ig:hover {
  background: #e1306c;
  border-color: #e1306c;
  box-shadow: 0 8px 20px rgba(225, 48, 108, 0.4);
}

.social-yt:hover {
  background: #ff0000;
  border-color: #ff0000;
  box-shadow: 0 8px 20px rgba(255, 0, 0, 0.4);
}

.social-fb:hover {
  background: #1877f2;
  border-color: #1877f2;
  box-shadow: 0 8px 20px rgba(24, 119, 242, 0.4);
}

.social-wa:hover {
  background: #25d366;
  border-color: #25d366;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
}

.social-call:hover {
  background: var(--accent-mint);
  border-color: var(--accent-mint);
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.4);
}

/* ─────────── FOOTER REDESIGNED ─────────── */
.footer {
  background: var(--primary-deep);
  color: rgba(226, 241, 233, 0.7);
  padding-top: 5rem;
  position: relative;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--grad-primary);
}

.foot-grid-redesigned {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1.4fr;
  gap: 3.5rem;
  padding-bottom: 4rem;
}

.foot-logo-wrap {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.2rem;
}

.foot-logo {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #ffffff;
  padding: 4px;
  object-fit: contain;
}

.foot-logo-wrap strong {
  font-size: 1.4rem;
  color: #ffffff;
  font-family: var(--font-display);
}

.foot-tagline {
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

.foot-gst-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.4rem 0.9rem;
  border-radius: 99px;
  font-size: 0.78rem;
  color: var(--accent-mint-light);
  font-weight: 700;
}

.foot-heading {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 1.4rem;
}

.foot-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.foot-links a {
  font-size: 0.92rem;
  transition: color 0.2s ease;
}

.foot-links a:hover {
  color: var(--accent-mint-light);
}

.foot-contact-details {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  font-size: 0.9rem;
}

.foot-addr-link {
  line-height: 1.55;
  color: rgba(226, 241, 233, 0.85);
  transition: color 0.2s;
}

.foot-addr-link:hover {
  color: var(--accent-mint-light);
}

.foot-phones a,
.foot-email {
  font-weight: 700;
  color: #ffffff;
  transition: color 0.2s;
}

.foot-phones a:hover,
.foot-email:hover {
  color: var(--accent-mint-light);
}

.foot-wa-btn {
  margin-top: 0.4rem;
  width: fit-content;
  font-size: 0.85rem;
  padding: 0.5em 1em;
}

.foot-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.5rem 0;
  font-size: 0.85rem;
}

.foot-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.foot-copy-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.foot-dev-credit {
  font-size: 0.78rem;
  color: rgba(226, 241, 233, 0.55);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.foot-dev-credit .heart {
  color: #ef4444;
  font-size: 0.74rem;
  display: inline-block;
  transform: translateY(-0.5px);
}

.foot-dev-link {
  color: var(--accent-mint-light);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

.foot-dev-link:hover {
  color: #6ee7b7;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.foot-back-top {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--accent-mint-light);
  font-weight: 700;
}

.foot-back-top:hover {
  text-decoration: underline;
}

/* ─────────── FLOATING WHATSAPP ─────────── */
.wa-fab {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 90;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease;
}

.wa-fab svg {
  width: 32px;
  height: 32px;
  fill: #ffffff;
}

.wa-fab:hover {
  transform: scale(1.1);
  box-shadow: 0 18px 36px rgba(37, 211, 102, 0.55);
}

/* ─────────── RESPONSIVE BREAKPOINTS (Mobile Audit 360px-414px-768px-1024px) ─────────── */
@media (max-width: 1024px) {

  .b2b-grid-layout,
  .about-grid,
  .bw-grid,
  .con-grid-clean {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .hero-visual-showcase {
    max-width: 500px;
    margin: 0 auto;
    height: 400px;
  }

  .prod-grid,
  .leadership-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .stat-number {
    font-size: 2.25rem;
  }

  .test-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .foot-grid-redesigned {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }

  .lb-prev {
    left: 10px;
  }

  .lb-next {
    right: 10px;
  }
}

@media (max-width: 768px) {

  /* Navbar Mobile Decluttering */
  .nav-inner {
    padding-inline: 16px;
    gap: 0.5rem;
  }

  .nav-brand {
    gap: 0.6rem;
    min-width: 0;
  }

  .nav-logo {
    width: 38px;
    height: 38px;
    padding: 3px;
    border-radius: 10px;
    flex-shrink: 0;
  }

  .nav-word {
    min-width: 0;
  }

  .nav-word strong {
    font-size: 1.05rem;
    white-space: nowrap;
  }

  /* Hide tagline on mobile screens */
  .nav-word em {
    display: none;
  }

  .nav-actions {
    gap: 0.5rem;
    flex-shrink: 0;
  }

  .lang-toggle {
    padding: 2px;
  }

  .lang-opt {
    padding: 0.3rem 0.6rem;
    font-size: 0.74rem;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
  }

  .btn-nav {
    padding: 0.5em 0.8em;
    min-height: 36px;
    border-radius: 99px;
  }

  .btn-nav span {
    display: none;
  }

  .btn-nav svg {
    margin: 0;
  }

  .hamburger {
    display: flex;
    z-index: 1001;
    position: relative;
    padding: 8px;
    margin-left: 2px;
    cursor: pointer;
  }

  .hamburger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .hamburger.open span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
  }

  .hamburger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav-links {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    padding: 5.5rem 1.8rem 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    background: rgba(3, 20, 11, 0.98);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    transition: opacity 0.28s cubic-bezier(0.16, 1, 0.3, 1), transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.28s;
    z-index: 1000;
    overflow-y: auto;
    box-sizing: border-box;
  }

  .nav-links.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links a {
    font-size: 1.15rem;
    font-weight: 700;
    width: 100%;
    padding: 0.7rem 0;
    color: rgba(226, 241, 233, 0.95);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nav-drawer-ctas {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    width: 100%;
    margin-top: auto;
    padding-top: 1rem;
  }

  /* Rebuilt Tailored Mobile Hero Section */
  .b2b-hero {
    min-height: auto;
    padding: 6.5rem 0 3.5rem;
    text-align: center;
  }

  .b2b-grid-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-logo-badge-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 1.4rem;
    margin-inline: auto;
  }

  .hero-stamp {
    width: 164px;
    height: 164px;
  }

  .hero-stamp-core {
    width: 110px;
    height: 110px;
    padding: 8px;
  }

  .hero-stamp-ring {
    animation: spinStamp 28s linear infinite;
  }

  .b2b-title {
    font-size: clamp(1.8rem, 7vw, 2.3rem);
    line-height: 1.2;
    text-align: center;
    margin-inline: auto;
  }

  .b2b-desc {
    font-size: 0.95rem;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 1.8rem;
    color: rgba(226, 241, 233, 0.8);
  }

  .b2b-ctas {
    flex-direction: column;
    width: 100%;
    gap: 0.8rem;
    align-items: stretch;
  }

  .b2b-ctas .btn {
    width: 100%;
    justify-content: center;
    min-height: 48px;
    font-size: 0.95rem;
  }

  .b2b-trust {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6rem;
  }

  .hero-visual-showcase {
    opacity: 1 !important;
    transform: none !important;
    height: auto;
    width: 100%;
    max-width: 380px;
    margin: 2rem auto 0;
    display: flex;
    justify-content: center;
  }

  .showcase-card {
    position: relative;
    width: 100%;
    height: 220px;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid rgba(16, 185, 129, 0.35);
    box-shadow: 0 15px 35px rgba(3, 20, 11, 0.5);
  }

  .showcase-card-2 {
    display: none;
  }

  /* Stats Section Mobile 1-Column Stack */
  .b2b-stats-section {
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .stats-cards-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .stat-card {
    padding: 1.35rem 1.25rem;
    box-shadow: 0 10px 24px -6px rgba(0, 0, 0, 0.4), 0 2px 8px rgba(3, 20, 11, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .stat-ic {
    width: 54px;
    height: 54px;
    border-radius: 16px;
  }

  .stat-ic svg {
    width: 26px;
    height: 26px;
  }

  .stat-number {
    font-size: 2.2rem;
  }

  /* About Section Mobile Spacing */
  .section.about {
    padding-top: 2.25rem;
    padding-bottom: 3.5rem;
  }

  .about-section-head {
    margin-bottom: 2rem;
  }

  /* Products 2-Column Mobile Grid */
  .prod-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .prod-card {
    border-radius: 16px;
  }

  .prod-img {
    height: 130px;
    background: #e8ede9;
  }

  .prod-img img {
    object-fit: cover;
    object-position: center;
  }

  .prod-content {
    padding: 0.85rem;
  }

  .prod-card h3 {
    font-size: 0.95rem;
    line-height: 1.2;
    margin-bottom: 0.2rem;
  }

  .prod-card p {
    font-size: 0.76rem;
    line-height: 1.35;
    margin-bottom: 0.8rem;
  }

  .prod-enq {
    padding: 0.5rem 0.75rem;
    font-size: 0.78rem;
    border-radius: 99px;
  }

  /* Brands Logo Grid Mobile */
  .brand-logo-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
  }

  .brand-logo-card {
    height: 72px;
    padding: 0.5rem 0.7rem;
    border-radius: 14px;
  }

  .brand-logo-card img {
    max-height: 42px;
  }

  /* Borewell Tabs Responsive Wrap */
  .bw-selector {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.4rem;
  }

  .bw-tab {
    padding: 0.6rem 0.2rem;
    font-size: 0.88rem;
  }

  /* Borewell Mobile Stacked Buttons (No Overlap) */
  .bw-cta {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    margin-top: 1rem;
  }

  .bw-cta .btn {
    width: 100%;
    margin: 0;
    min-height: 48px;
    justify-content: center;
  }

  /* Leadership Photos (Full Portrait, No Face Cutoff) */
  .leadership-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .leadership-photo-wrap {
    height: 320px;
  }

  .leadership-photo-wrap img {
    object-fit: cover;
    object-position: center 25%;
  }

  /* Gallery 2-Column Mobile Grid */
  .gal-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
  }

  .gal-item {
    aspect-ratio: 4 / 3;
    border-radius: 16px;
  }

  /* Testimonials Mobile 1-Column */
  .test-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .test-card {
    padding: 1.6rem 1.4rem;
  }

  /* Contact Cards Mobile 2-Column Grid */
  .con-action-buttons {
    flex-direction: column;
    width: 100%;
  }

  .con-cards-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    width: 100%;
    box-sizing: border-box;
  }

  .con-card-item {
    padding: 1.1rem 1rem;
    flex-direction: column;
    gap: 0.6rem;
    border-radius: 16px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .con-card-full {
    grid-column: span 2;
  }

  .con-phones-group {
    gap: 0.35rem 0.6rem;
  }

  .map-cta-bar {
    flex-direction: column;
    text-align: center;
    gap: 0.8rem;
  }

  /* Social Strip Mobile */
  .social-connect-strip {
    flex-direction: column;
    text-align: center;
    padding: 1.6rem 1.2rem;
    gap: 1.2rem;
  }

  .social-links-grid {
    justify-content: center;
  }

  /* Footer 2-Column Mobile Grid */
  .foot-grid-redesigned {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.2rem;
  }

  .foot-brand-col {
    grid-column: span 2;
  }

  .foot-contact-col {
    grid-column: span 2;
  }

  .foot-bar-inner {
    flex-direction: column;
    text-align: center;
    gap: 0.65rem;
  }

  .foot-copy-wrap {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 414px) {
  .container {
    width: 92%;
  }

  .hero-stamp {
    width: 154px;
    height: 154px;
  }

  .hero-stamp-core {
    width: 104px;
    height: 104px;
    padding: 7px;
  }

  .hero-stamp-text-top {
    font-size: 8.5px;
    letter-spacing: 1.6px;
  }

  .hero-stamp-text-bottom {
    font-size: 7.2px;
    letter-spacing: 1.1px;
  }

  .b2b-title {
    font-size: 1.85rem;
  }

  .stat-number {
    font-size: 1.95rem;
  }

  .section.about {
    padding-top: 1.75rem;
    padding-bottom: 3rem;
  }

  .about-section-head {
    margin-bottom: 1.5rem;
  }

  .brand-logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65rem;
  }

  .brand-logo-card {
    height: 68px;
    padding: 0.45rem 0.6rem;
    border-radius: 12px;
  }

  .brand-logo-card img {
    max-height: 38px;
  }

  .gal-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65rem;
  }

  .gal-item {
    aspect-ratio: 4 / 3;
    border-radius: 14px;
  }

  .nav-inner {
    padding-inline: 12px;
  }

  .nav-word strong {
    font-size: 0.98rem;
  }

  .bw-tab {
    font-size: 0.82rem;
  }

  .con-cards-list {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    width: 100%;
  }

  .con-card-full {
    grid-column: span 1;
  }

  .con-card-item {
    padding: 1rem 0.9rem;
  }

  .con-phones-group {
    gap: 0.25rem 0.45rem;
    font-size: 0.92rem;
  }
}

@media (max-width: 360px) {
  .nav-brand {
    gap: 0.4rem;
  }

  .nav-logo {
    width: 34px;
    height: 34px;
  }

  .nav-word strong {
    font-size: 0.9rem;
  }

  .hero-stamp {
    width: 142px;
    height: 142px;
  }

  .hero-stamp-core {
    width: 96px;
    height: 96px;
    padding: 6px;
  }

  .hero-stamp-text-top {
    font-size: 8.2px;
    letter-spacing: 1.4px;
  }

  .hero-stamp-text-bottom {
    font-size: 7.0px;
    letter-spacing: 1.0px;
  }

  .lang-opt {
    padding: 0.25rem 0.45rem;
    font-size: 0.7rem;
  }

  .stat-number {
    font-size: 1.75rem;
  }

  .gal-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .gal-item {
    aspect-ratio: 16 / 10;
    border-radius: 12px;
  }

  .con-phones-group {
    font-size: 0.86rem;
    gap: 0.2rem 0.35rem;
  }

  .con-card-item {
    padding: 0.9rem 0.8rem;
  }

  .social-icon-btn {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }
}