/* AXCES SEVEN EXIMS / DKB Premium Rice Vadagam Stylesheet */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800;900&family=Noto+Sans+Tamil:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
  --bg-dark: #0d0c0a;
  --bg-dark-surface: #171512;
  --bg-dark-card: #1f1b16;
  --bg-dark-elevated: #28241e;
  
  --bg-light: #fbf8f2;
  --bg-light-card: #ffffff;
  --bg-light-muted: #f4eee2;
  
  --gold-primary: #d4af37;
  --gold-light: #f3e5ab;
  --gold-dark: #997926;
  --gold-gradient: linear-gradient(135deg, #f5d77f 0%, #d4af37 50%, #aa8214 100%);
  --gold-btn-gradient: linear-gradient(135deg, #e5be6b 0%, #d4af37 100%);
  
  --text-light: #fdfbf7;
  --text-muted: #b8b1a4;
  --text-dark: #1f1c16;
  --text-dark-muted: #6b6357;
  
  --border-gold: rgba(212, 175, 55, 0.25);
  --border-gold-strong: rgba(212, 175, 55, 0.6);
  --border-dark: rgba(255, 255, 255, 0.08);
  
  --font-serif: 'Cinzel', serif;
  --font-sans: 'Plus Jakarta Sans', sans-serif;
  --font-tamil: 'Noto Sans Tamil', sans-serif;
  
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-full: 9999px;
  
  --shadow-gold: 0 10px 30px -10px rgba(212, 175, 55, 0.3);
  --shadow-dark: 0 20px 40px -15px rgba(0, 0, 0, 0.7);
  --shadow-card: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.03);
}

/* Global Reset & Base */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-family: var(--font-sans);
  background-color: var(--bg-dark);
  color: var(--text-light);
  overflow-x: hidden;
}

body {
  line-height: 1.6;
  min-height: 100vh;
  background-color: var(--bg-dark);
  overflow-x: hidden;
}

body.lang-ta {
  font-family: var(--font-tamil), var(--font-sans);
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.25s ease;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
  font-family: inherit;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Utility Typography */
.font-serif {
  font-family: var(--font-serif);
}

.gold-text {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.text-gold {
  color: var(--gold-primary);
}

/* Top Announcement Bar */
.top-bar {
  background-color: #080706;
  border-bottom: 1px solid var(--border-dark);
  font-size: 0.82rem;
  color: var(--text-muted);
  padding: 0.5rem 0;
}

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

.top-bar-left, .top-bar-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.top-link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--text-muted);
}

.top-link:hover {
  color: var(--gold-primary);
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.social-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-muted);
  transition: all 0.2s ease;
}

.social-icon-btn:hover {
  background: var(--gold-primary);
  color: #000;
  transform: translateY(-2px);
}

.lang-switch-btn {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid var(--border-gold);
  color: var(--gold-primary);
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 600;
}

.lang-switch-btn:hover {
  background: var(--gold-primary);
  color: #000;
}

/* Main Navigation Header */
.main-header {
  background-color: rgba(13, 12, 10, 0.94);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

/* Brand Logo Layout */
.brand-group {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.brand-emblem-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--gold-primary);
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
}

.brand-text-block {
  display: flex;
  flex-direction: column;
}

.brand-main-title {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #ffffff;
  line-height: 1.1;
}

.brand-sub-title {
  font-size: 0.68rem;
  letter-spacing: 2px;
  color: var(--gold-primary);
  text-transform: uppercase;
  font-weight: 600;
}

/* Nav Links */
.nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 2rem;
}

.nav-link {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-light);
  position: relative;
  padding: 0.4rem 0;
}

.nav-link:hover, .nav-link.active {
  color: var(--gold-primary);
}

.nav-link.active::after, .nav-link:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--gold-gradient);
  border-radius: var(--radius-full);
}

/* Header Actions */
.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.action-btn {
  background: transparent;
  color: var(--text-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0.5rem;
  border-radius: 50%;
}

.action-btn:hover {
  color: var(--gold-primary);
  background: rgba(255, 255, 255, 0.05);
}

.cart-counter {
  position: absolute;
  top: 0;
  right: 0;
  background: #e63946;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu-toggle {
  display: none;
  background: none;
  color: var(--text-light);
  font-size: 1.5rem;
}

/* Common Buttons */
.btn-gold {
  background: var(--gold-btn-gradient);
  color: #1a1713;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.5px;
  padding: 0.8rem 1.6rem;
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.35);
  text-transform: uppercase;
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.5);
  background: linear-gradient(135deg, #f7d283 0%, #dfb944 100%);
}

.btn-outline-gold {
  background: transparent;
  color: var(--gold-primary);
  border: 1.5px solid var(--gold-primary);
  font-weight: 600;
  font-size: 0.88rem;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn-outline-gold:hover {
  background: rgba(212, 175, 55, 0.15);
  transform: translateY(-2px);
  color: #fff;
  border-color: #fff;
}

.btn-dark {
  background: #25221c;
  color: var(--text-light);
  border: 1px solid var(--border-gold);
  font-weight: 600;
  font-size: 0.88rem;
  padding: 0.75rem 1.4rem;
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn-dark:hover {
  background: #332d24;
  border-color: var(--gold-primary);
}

/* =========================================
   HERO SECTION
   ========================================= */
.hero-section {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  background: radial-gradient(circle at 75% 45%, rgba(68, 52, 22, 0.4) 0%, rgba(13, 12, 10, 0.98) 70%),
              linear-gradient(180deg, #0d0c0a 0%, #171410 100%);
  padding: 4rem 0 5rem;
  overflow: hidden;
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.hero-bg-glow {
  position: absolute;
  top: 20%;
  right: 15%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.12) 0%, transparent 70%);
  pointer-events: none;
  filter: blur(60px);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 3.5rem;
  position: relative;
  z-index: 2;
}

.hero-tagline {
  font-size: 0.85rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-primary);
  font-weight: 700;
  margin-bottom: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.hero-tagline::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--gold-primary);
}

.hero-main-title {
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 1px;
  margin-bottom: 1.25rem;
  font-family: var(--font-serif);
}

.hero-main-title .white-text {
  color: #ffffff;
  display: block;
}

.hero-description {
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 540px;
  margin-bottom: 2rem;
  line-height: 1.65;
}

.hero-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-badge-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.badge-icon-box {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid var(--border-gold);
  color: var(--gold-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.hero-badge-text {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ece5d8;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

/* Hero Visual Card */
.hero-image-container {
  position: relative;
  display: flex;
  justify-content: center;
}

.hero-card-frame {
  position: relative;
  width: 100%;
  max-width: 480px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(145deg, #221e18 0%, #13110e 100%);
  border: 1.5px solid var(--border-gold);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.85), 0 0 40px rgba(212, 175, 55, 0.15);
  padding: 1rem;
}

.hero-main-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: var(--radius-md);
  filter: contrast(1.05) brightness(0.95);
}

.hero-floating-badge {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  background: rgba(18, 16, 13, 0.92);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  padding: 0.9rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.floating-badge-title {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--gold-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.floating-badge-subtitle {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.floating-rating {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  color: #f59e0b;
  font-size: 0.85rem;
  font-weight: 700;
}

/* =========================================
   4 CORE TRUST PILLARS STRIP
   ========================================= */
.pillars-strip {
  background: #090807;
  border-top: 1px solid var(--border-gold);
  border-bottom: 1px solid var(--border-gold);
  padding: 2.5rem 0;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.pillar-item {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  padding: 0.5rem;
}

.pillar-icon-box {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.08);
  border: 1.5px solid var(--border-gold);
  color: var(--gold-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}

.pillar-content h4 {
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0.35rem;
}

.pillar-content p {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.45;
}

/* =========================================
   OUR PRODUCTS SHOWCASE SECTION
   ========================================= */
.products-section {
  padding: 6rem 0;
  background-color: var(--bg-light);
  color: var(--text-dark);
  position: relative;
}

.section-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.section-title-group h2 {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  font-weight: 900;
  color: #1a1713;
  letter-spacing: 1px;
  line-height: 1.15;
  text-transform: uppercase;
}

.section-title-group p {
  font-size: 1rem;
  color: var(--text-dark-muted);
  margin-top: 0.4rem;
}

/* Filter Tabs & Search Bar */
.product-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
  background: #ffffff;
  padding: 0.75rem 1.25rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  border: 1px solid #e7ded0;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-width: 100%;
}

.filter-btn {
  background: transparent;
  color: #615647;
  padding: 0.55rem 1.2rem;
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 0.85rem;
}

.filter-btn:hover {
  color: #1a1713;
  background: #f3ece0;
}

.filter-btn.active {
  background: #1a1713;
  color: #f7d283;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.search-input-wrapper {
  position: relative;
  min-width: 260px;
  max-width: 100%;
}

.search-input-wrapper input {
  width: 100%;
  padding: 0.55rem 1rem 0.55rem 2.4rem;
  border-radius: var(--radius-full);
  border: 1px solid #d8cbba;
  font-size: 0.85rem;
  background: #faf7f2;
  color: #1a1713;
  outline: none;
}

.search-input-wrapper input:focus {
  border-color: var(--gold-dark);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);
}

.search-icon-inside {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  color: #928370;
  pointer-events: none;
}

/* Products Grid */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.75rem;
}

.product-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid #e8decb;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  position: relative;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.12);
  border-color: #d1b87a;
}

.card-image-wrap {
  position: relative;
  height: 200px;
  background-color: #f4eee2;
  overflow: hidden;
}

.product-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-card:hover .product-thumb-img {
  transform: scale(1.08);
}

.card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.3rem 0.65rem;
  border-radius: var(--radius-full);
}

.badge-gold {
  background: #1a1713;
  color: #f4d068;
  border: 1px solid rgba(212, 175, 55, 0.5);
}

.badge-emerald {
  background: #064e3b;
  color: #a7f3d0;
}

.badge-red {
  background: #991b1b;
  color: #fecaca;
}

.card-spice-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  padding: 0.25rem 0.5rem;
  border-radius: var(--radius-sm);
  font-size: 0.68rem;
  font-weight: 600;
  color: #4a3f35;
}

.card-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-category-tag {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9c6c15;
  margin-bottom: 0.3rem;
}

.product-card-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #1a1713;
  line-height: 1.25;
  margin-bottom: 0.2rem;
}

.product-tamil-title {
  font-family: var(--font-tamil);
  font-size: 0.88rem;
  font-weight: 600;
  color: #635645;
  margin-bottom: 0.75rem;
}

.product-card-desc {
  font-size: 0.82rem;
  color: #615647;
  line-height: 1.5;
  margin-bottom: 1.1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1;
}

/* Pack Weight Selector Chips */
.pack-selector-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #786b59;
  margin-bottom: 0.4rem;
}

.pack-chips-row {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 1.1rem;
}

.pack-chip {
  flex: 1;
  text-align: center;
  padding: 0.35rem 0.2rem;
  border-radius: var(--radius-sm);
  background: #f5eedf;
  border: 1px solid #d9ccb8;
  font-size: 0.75rem;
  font-weight: 700;
  color: #493f33;
}

.pack-chip.active {
  background: #1a1713;
  color: #f7d283;
  border-color: #1a1713;
}

/* Price and Action Row */
.card-price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-top: 0.6rem;
  border-top: 1px dashed #e2d5c3;
}

.card-current-price {
  font-size: 1.4rem;
  font-weight: 800;
  color: #1a1713;
}

.card-current-price span {
  font-size: 0.85rem;
  font-weight: 500;
  color: #7a6e5e;
}

.card-bulk-tag {
  font-size: 0.72rem;
  font-weight: 700;
  color: #15803d;
  background: #dcfce7;
  padding: 0.2rem 0.5rem;
  border-radius: var(--radius-sm);
}

.card-actions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.btn-card-details {
  background: #f1e7d8;
  color: #41372b;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.6rem;
  border-radius: var(--radius-sm);
  text-align: center;
}

.btn-card-details:hover {
  background: #e2d2ba;
  color: #1a1713;
}

.btn-card-whatsapp {
  background: #25d366;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.6rem;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.btn-card-whatsapp:hover {
  background: #20ba5a;
}

.btn-card-cart {
  grid-column: span 2;
  background: #1a1713;
  color: #f7d283;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.65rem;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.2rem;
}

.btn-card-cart:hover {
  background: #2f2a23;
  color: #fff;
}

/* =========================================
   MEDICINAL PROPERTIES & HEALTH BENEFITS SECTION
   (Integrated from uploaded PDF document)
   ========================================= */
.benefits-section {
  padding: 6rem 0;
  background: radial-gradient(circle at 50% 20%, #1e1913 0%, #0d0c0a 100%);
  border-top: 1px solid var(--border-gold);
  border-bottom: 1px solid var(--border-gold);
  position: relative;
}

.benefits-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--gold-gradient);
}

.benefits-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 3.5rem;
}

.benefits-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid var(--border-gold);
  color: var(--gold-primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: var(--radius-full);
  margin-bottom: 1rem;
}

.benefits-title {
  font-family: var(--font-serif);
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}

.benefits-subtitle {
  font-size: 1.05rem;
  color: var(--text-muted);
}

.benefits-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.benefit-card {
  background: linear-gradient(145deg, #1b1814 0%, #12100d 100%);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  padding: 2rem 1.75rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6), 0 0 25px rgba(212, 175, 55, 0.15);
  border-color: rgba(212, 175, 55, 0.6);
}

.benefit-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid var(--border-gold);
  color: var(--gold-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  margin-bottom: 1.3rem;
}

.benefit-card-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.85rem;
  line-height: 1.3;
}

.benefit-card-text {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1.2rem;
}

.benefit-card-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--gold-light);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-full);
}

/* Flavor-Specific Benefits Detailed Strip */
.flavor-benefits-panel {
  background: linear-gradient(145deg, #1f1b15 0%, #151310 100%);
  border: 1.5px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-dark);
}

.flavor-panel-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  padding-bottom: 1rem;
}

.flavor-items-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.flavor-item-box {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: rgba(0, 0, 0, 0.25);
  padding: 1.2rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.flavor-item-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.15);
  color: var(--gold-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.2rem;
}

.flavor-item-content h5 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--gold-light);
  margin-bottom: 0.35rem;
}

.flavor-item-content p {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.45;
}

.benefits-health-note {
  background: rgba(212, 175, 55, 0.08);
  border-left: 4px solid var(--gold-primary);
  padding: 1rem 1.25rem;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: 0.85rem;
  color: #ded7cb;
  line-height: 1.5;
}

/* =========================================
   ABOUT AXCES SEVEN EXIMS & WHY CHOOSE DKB
   ========================================= */
.about-section {
  padding: 6rem 0;
  background: #0d0c0a;
  position: relative;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: stretch;
}

/* Left Card: About Company */
.about-company-card {
  background: linear-gradient(145deg, #1b1814 0%, #14120e 100%);
  border: 1.5px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-dark);
}

.about-badge-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.about-logo-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid var(--gold-primary);
  background: #000;
  padding: 4px;
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.3);
  object-fit: cover;
}

.about-company-card h2 {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
}

.about-text-content {
  font-size: 0.98rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 2rem;
}

.about-text-content p:not(:last-child) {
  margin-bottom: 1.25rem;
}

/* Right Card: Why Choose DKB */
.why-dkb-card {
  background: #fbf8f2;
  color: var(--text-dark);
  border-radius: var(--radius-lg);
  padding: 3rem 2.5rem;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3);
  border: 2px solid #e5c07b;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.why-dkb-card h3 {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 900;
  color: #1a1713;
  margin-bottom: 1.75rem;
  letter-spacing: 1px;
}

.why-features-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.why-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.why-feature-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1a1713;
  color: #f7d283;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.95rem;
}

.why-feature-text h5 {
  font-size: 0.98rem;
  font-weight: 800;
  color: #1a1713;
  margin-bottom: 0.15rem;
}

.why-feature-text p {
  font-size: 0.82rem;
  color: var(--text-dark-muted);
  line-height: 1.4;
}

/* =========================================
   TRADITIONAL PROCESS TIMELINE
   ========================================= */
.process-section {
  padding: 5rem 0;
  background: #14120e;
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
  margin-top: 3rem;
}

.process-step-card {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  padding: 1.75rem 1.25rem;
  position: relative;
  text-align: center;
}

.step-number-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gold-gradient);
  color: #1a1713;
  font-weight: 900;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.step-icon {
  font-size: 2rem;
  color: var(--gold-light);
  margin: 0.8rem 0;
}

.process-step-card h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.process-step-card p {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.45;
}

/* =========================================
   GLOBAL EXPORT & BULK ORDERS BANNER
   ========================================= */
.export-banner-section {
  position: relative;
  padding: 5rem 0;
  background: linear-gradient(rgba(10, 9, 7, 0.88), rgba(10, 9, 7, 0.88)),
              url('../assets/hero-vadagam.jpg');
  background-size: cover;
  background-position: center;
  border-top: 1.5px solid var(--border-gold);
  border-bottom: 1.5px solid var(--border-gold);
}

.export-banner-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: center;
}

.export-banner-left .banner-sub {
  font-size: 0.85rem;
  letter-spacing: 2px;
  color: var(--gold-primary);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.export-banner-left h2 {
  font-family: var(--font-serif);
  font-size: 2.5rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 0.8rem;
}

.export-banner-left .banner-pills {
  font-size: 0.95rem;
  color: var(--gold-light);
  margin-bottom: 1.75rem;
  font-weight: 600;
}

/* Right Card: Let's Grow Together */
.grow-together-card {
  background: rgba(26, 23, 19, 0.92);
  backdrop-filter: blur(12px);
  border: 1.5px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-dark);
}

.grow-header-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.grow-icon-box {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid var(--border-gold);
  color: var(--gold-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}

.grow-together-card h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1px;
}

.grow-together-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 1.5rem;
}

/* =========================================
   CUSTOMER REVIEWS & TESTIMONIALS
   ========================================= */
.testimonials-section {
  padding: 5rem 0;
  background: #090807;
}

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

.testimonial-card {
  background: #161410;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: var(--radius-md);
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-rating {
  color: #f59e0b;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.testimonial-quote {
  font-size: 0.9rem;
  color: #d6cfc4;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 1.5rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1rem;
}

.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gold-gradient);
  color: #1a1713;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.author-info h5 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #ffffff;
}

.author-info p {
  font-size: 0.75rem;
  color: var(--gold-primary);
}

/* =========================================
   FOOTER
   ========================================= */
.site-footer {
  background-color: #060504;
  border-top: 1px solid var(--border-gold);
  padding: 5rem 0 2rem;
  color: var(--text-muted);
}

.footer-top-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr 1.2fr;
  gap: 3rem;
  margin-bottom: 4rem;
}

.footer-brand-col .footer-logo-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.footer-logo-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1.5px solid var(--gold-primary);
}

.footer-brand-title {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1px;
}

.footer-tagline-text {
  font-size: 0.7rem;
  letter-spacing: 2px;
  color: var(--gold-primary);
  text-transform: uppercase;
}

.footer-about-text {
  font-size: 0.85rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #9c9486;
}

.footer-heading {
  font-size: 1rem;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.25rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--gold-primary);
}

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

.footer-link-item a {
  font-size: 0.86rem;
  color: #a8a092;
}

.footer-link-item a:hover {
  color: var(--gold-primary);
  padding-left: 4px;
}

.footer-contact-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.86rem;
  color: #c0b9ad;
}

.footer-contact-item svg {
  color: var(--gold-primary);
  flex-shrink: 0;
  margin-top: 3px;
}

.footer-bottom-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.82rem;
  color: #7b7468;
}

.footer-policy-links {
  display: flex;
  gap: 1.5rem;
}

.footer-policy-links a:hover {
  color: var(--gold-primary);
}

/* =========================================
   MODALS & DRAWERS
   ========================================= */
/* Cart Drawer */
.cart-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.cart-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 440px;
  height: 100%;
  background: #161410;
  border-left: 1.5px solid var(--border-gold);
  z-index: 1001;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  box-shadow: -15px 0 35px rgba(0, 0, 0, 0.8);
}

.cart-drawer-overlay.active .cart-drawer {
  transform: translateX(0);
}

.cart-drawer-header {
  padding: 1.5rem;
  border-bottom: 1px solid var(--border-gold);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-drawer-title {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 800;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.btn-close-drawer {
  background: transparent;
  color: var(--text-muted);
  font-size: 1.3rem;
  padding: 0.25rem;
}

.btn-close-drawer:hover {
  color: var(--gold-primary);
}

.cart-drawer-body {
  padding: 1.5rem;
  flex-grow: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cart-empty-state {
  margin: auto;
  text-align: center;
  color: var(--text-muted);
  padding: 2rem 0;
}

.cart-item {
  display: flex;
  gap: 1rem;
  background: #1f1b15;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: var(--radius-sm);
  padding: 0.85rem;
  align-items: center;
}

.cart-item-img {
  width: 65px;
  height: 65px;
  border-radius: var(--radius-sm);
  object-fit: cover;
  flex-shrink: 0;
}

.cart-item-details {
  flex-grow: 1;
}

.cart-item-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.cart-item-variant {
  font-size: 0.75rem;
  color: var(--gold-primary);
  margin-top: 0.2rem;
}

.cart-item-price {
  font-size: 0.88rem;
  font-weight: 800;
  color: #ffffff;
  margin-top: 0.25rem;
}

.cart-qty-controls {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: #0d0c0a;
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-sm);
  padding: 0.15rem;
}

.cart-qty-btn {
  background: transparent;
  color: var(--text-light);
  width: 24px;
  height: 24px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-qty-num {
  font-size: 0.85rem;
  font-weight: 700;
  min-width: 20px;
  text-align: center;
}

.btn-remove-item {
  background: transparent;
  color: #ef4444;
  padding: 0.25rem;
  font-size: 1rem;
}

.cart-drawer-footer {
  padding: 1.5rem;
  background: #110f0c;
  border-top: 1px solid var(--border-gold);
}

.cart-subtotal-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.5rem;
}

.cart-subtotal-label {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-muted);
}

.cart-subtotal-val {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--gold-primary);
}

.cart-shipping-info {
  font-size: 0.75rem;
  color: #8c8374;
  margin-bottom: 1.25rem;
}

/* Quick View / Export Modal */
.custom-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.custom-modal-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.custom-modal-dialog {
  background: #1a1713;
  border: 1.5px solid var(--border-gold);
  border-radius: var(--radius-lg);
  width: 100%;
  max-width: 780px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.9);
  position: relative;
  transform: scale(0.95);
  transition: transform 0.3s ease;
}

.custom-modal-backdrop.active .custom-modal-dialog {
  transform: scale(1);
}

.modal-close-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid var(--border-gold);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.modal-close-btn:hover {
  background: var(--gold-primary);
  color: #000;
}

/* Floating WhatsApp Small Icon Button (Left Side) */
.floating-whatsapp-widget {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 990;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #25d366;
  color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.45);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.floating-whatsapp-widget:hover {
  transform: scale(1.12) translateY(-2px);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.65);
  color: #ffffff;
}

/* Toast Notifications */
.toast-container {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  pointer-events: none;
}

.toast-msg {
  background: #1f1b15;
  border-left: 4px solid var(--gold-primary);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1.25rem;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
  animation: slideInLeft 0.3s ease;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* =========================================
   RESPONSIVE FORM & MODAL LAYOUT HELPERS
   ========================================= */
.quick-view-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2rem;
  padding: 2.5rem 2rem;
  color: #fff;
}

.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.form-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.modal-content-pad {
  padding: 2.2rem 2rem;
}

/* =========================================
   COMPREHENSIVE RESPONSIVE MEDIA QUERIES
   ========================================= */
@media (max-width: 1024px) {
  .hero-grid, .about-grid, .export-banner-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  
  .pillars-grid, .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefits-cards-grid, .testimonials-grid {
    grid-template-columns: 1fr;
  }
  
  .footer-top-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  /* Navigation & Top Bar */
  .top-bar {
    padding: 0.4rem 0;
    font-size: 0.76rem;
  }

  .top-bar-inner {
    justify-content: center;
    gap: 0.5rem;
  }

  .top-bar-left {
    display: none; /* Keep top bar clean on mobile */
  }

  .top-bar-right {
    justify-content: space-between;
    width: 100%;
  }

  #top-announcement {
    font-size: 0.72rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 230px;
  }

  .main-header {
    padding: 0.6rem 0;
  }

  .brand-group {
    gap: 0.6rem;
  }

  .brand-emblem-img {
    width: 40px;
    height: 40px;
  }

  .brand-main-title {
    font-size: 0.98rem;
    letter-spacing: 1px;
  }

  .brand-sub-title {
    font-size: 0.6rem;
    letter-spacing: 0.5px;
  }

  /* Slide-Down / Full Mobile Navigation Drawer */
  .nav-menu {
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    background: rgba(18, 16, 13, 0.98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 2px solid var(--border-gold);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.9);
    flex-direction: column;
    padding: 1.75rem 1.5rem;
    gap: 1.1rem;
    transform: translateY(-150%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
  }

  .nav-menu.mobile-open {
    transform: translateY(0);
  }

  .nav-menu .nav-link {
    font-size: 1.05rem;
    font-weight: 700;
    padding: 0.6rem 0.8rem;
    border-radius: var(--radius-sm);
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .nav-menu .nav-link:hover, .nav-menu .nav-link.active {
    background: rgba(212, 175, 55, 0.12);
    color: var(--gold-light);
  }

  .mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-gold);
    border-radius: var(--radius-sm);
    color: var(--gold-primary);
  }

  /* Hero Section */
  .hero-section {
    padding: 2.5rem 0 3.5rem;
    min-height: auto;
  }

  .hero-main-title {
    font-size: clamp(2rem, 7.5vw, 2.75rem);
    line-height: 1.1;
    margin-bottom: 1rem;
  }

  .hero-description {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }

  .hero-trust-badges {
    flex-direction: column;
    gap: 0.85rem;
    padding: 1rem 0;
  }

  .hero-cta-group {
    flex-direction: column;
    width: 100%;
    gap: 0.75rem;
  }

  .hero-cta-group .btn-gold,
  .hero-cta-group .btn-outline-gold {
    width: 100%;
    justify-content: center;
    padding: 0.85rem 1.25rem;
  }

  .hero-card-frame {
    max-width: 100%;
    padding: 0.65rem;
  }

  .hero-main-img {
    height: 260px;
  }

  .hero-floating-badge {
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 0.65rem 0.85rem;
  }

  .floating-badge-title {
    font-size: 0.75rem;
  }

  .floating-badge-subtitle {
    font-size: 0.68rem;
  }

  /* Pillars & Process */
  .pillars-grid, .process-grid, .flavor-items-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .pillar-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-sm);
    padding: 1rem;
  }

  /* Products Section Controls */
  .products-section {
    padding: 3.5rem 0;
  }

  .section-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.75rem;
  }

  .section-title-group h2 {
    font-size: 1.85rem;
  }

  .product-controls {
    flex-direction: column;
    align-items: stretch;
    padding: 0.85rem;
    gap: 0.85rem;
  }

  .filter-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
    gap: 0.4rem;
    scrollbar-width: none;
  }

  .filter-tabs::-webkit-scrollbar {
    display: none;
  }

  .filter-btn {
    white-space: nowrap;
    padding: 0.45rem 0.95rem;
    font-size: 0.8rem;
    flex-shrink: 0;
  }

  .search-input-wrapper {
    min-width: 100%;
  }

  .products-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .card-image-wrap {
    height: 190px;
  }

  .product-card-title {
    font-size: 1.1rem;
  }

  .pack-chip {
    padding: 0.45rem 0.2rem;
    font-size: 0.78rem;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .card-actions-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }

  .btn-card-details, .btn-card-whatsapp {
    min-height: 42px;
    padding: 0.6rem 0.75rem;
    font-size: 0.82rem;
  }

  /* About & Why Choose DKB */
  .about-section {
    padding: 3.5rem 0;
  }

  .about-company-card, .why-dkb-card {
    padding: 1.75rem 1.25rem;
    border-radius: var(--radius-md);
  }

  .about-badge-row {
    gap: 1rem;
  }

  .about-logo-circle {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
  }

  .about-company-card h2 {
    font-size: 1.5rem;
  }

  .why-dkb-card h3 {
    font-size: 1.45rem;
  }

  /* Process Section */
  .process-section {
    padding: 3.5rem 0;
  }

  /* Export Banner */
  .export-banner-section {
    padding: 3.5rem 0;
  }

  .export-banner-left h2 {
    font-size: 1.75rem;
  }

  .grow-together-card {
    padding: 1.75rem 1.25rem;
  }

  /* Footer */
  .footer-top-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-bottom-strip {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
  }

  /* Modals on Mobile */
  .custom-modal-backdrop {
    padding: 0.75rem;
  }

  .custom-modal-dialog {
    max-height: 92vh;
    border-radius: var(--radius-md);
    width: 100%;
  }

  .quick-view-grid {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
    padding: 1.5rem 1.2rem !important;
  }

  .form-grid-2, .form-grid-3 {
    grid-template-columns: 1fr !important;
    gap: 0.85rem !important;
  }

  .modal-content-pad {
    padding: 1.5rem 1.2rem !important;
  }

  /* Avoid iOS auto-zoom on input focus */
  input, select, textarea {
    font-size: 16px !important;
  }

  /* Floating WhatsApp Widget */
  .floating-whatsapp-widget {
    bottom: 18px;
    left: 18px;
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 1rem;
  }

  .hero-main-title {
    font-size: 1.85rem;
  }

  .section-title-group h2 {
    font-size: 1.6rem;
  }

  .product-tamil-title {
    font-size: 0.82rem;
  }

  .card-current-price {
    font-size: 1.25rem;
  }

  .card-actions-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.4rem;
  }

  .btn-card-details, .btn-card-whatsapp {
    font-size: 0.78rem;
    padding: 0.5rem 0.4rem;
  }
}

