/* ============================================================
   MAKHAN MISHRI SEVA - STYLESHEET
   ISKCON Kanpur Official
   ============================================================ */

:root {
  --color-maroon: #6B1029;
  --color-maroon-dark: #4A0B1C;
  --color-maroon-deep: #320713;
  --color-gold: #D4A017;
  --color-gold-light: #F7D070;
  --color-gold-dark: #A67508;
  --color-cream: #FDFBF7;
  --color-cream-warm: #FAF5EB;
  --color-cream-card: #FFFFFF;
  --color-dark: #1E1B18;
  --color-muted: #6B655F;
  --color-border: #EADBCE;
  --font-serif: 'Fraunces', Georgia, serif;
  --font-display: 'Fraunces', serif;
  --font-cursive: 'Fraunces', Georgia, serif;
  --font-body: 'Karla', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-sans: 'Space Grotesk', sans-serif;
  --shadow-sm: 0 2px 8px rgba(107, 16, 41, 0.08);
  --shadow-md: 0 8px 24px rgba(107, 16, 41, 0.12);
  --shadow-lg: 0 16px 40px rgba(107, 16, 41, 0.18);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --radius-pill: 9999px;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  background-color: var(--color-cream-warm);
  color: var(--color-dark);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
}

.wrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

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

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

button {
  cursor: pointer;
  border: none;
  font-family: inherit;
  background: none;
}

/* Top Mantra Marquee Bar */
.top-mantra-bar {
  background: linear-gradient(90deg, #4A0B1C, #6B1029, #4A0B1C);
  color: #FFEFA6;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 8px 0;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px solid rgba(247, 208, 112, 0.3);
}

.mantra-track {
  display: inline-flex;
  gap: 40px;
  animation: mantraScroll 35s linear infinite;
}

@keyframes mantraScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Sticky Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(253, 251, 247, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--color-border);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.header-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-logo {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--color-gold);
}

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

.header-brand-title {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--color-maroon);
  line-height: 1.2;
}

.header-brand-sub {
  font-size: 0.75rem;
  color: var(--color-muted);
  font-weight: 500;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.header-nav a {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--color-dark);
  transition: color 0.2s ease;
  position: relative;
}

.header-nav a:hover {
  color: var(--color-maroon);
}

.header-cta-btn {
  background: linear-gradient(135deg, var(--color-maroon), var(--color-maroon-dark));
  color: #FFEFA6;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 10px 22px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--color-gold);
  box-shadow: 0 4px 14px rgba(107, 16, 41, 0.25);
  transition: transform 0.2s, box-shadow 0.2s;
}

.header-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(107, 16, 41, 0.35);
  color: #FFFFFF;
}

/* ============================================================
   HERO SECTION (MATCHING EXACT USER DESIGN)
   ============================================================ */
.makhan-hero-section {
  position: relative;
  background: #FDF7EC url('assets/makhan_hero_bg_banner.jpg?v=20260829_01') 82% center / cover no-repeat;
  min-height: 90vh;
  min-height: 90dvh;
  display: flex;
  align-items: center;
  padding: 50px 0 70px 0;
  overflow: hidden;
  border-bottom: 2px solid var(--color-border);
}

.makhan-hero-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 10;
}

/* Hero Left Content */
.hero-left-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 540px;
  position: relative;
  z-index: 10;
}

.hero-top-badge-row {
  margin-bottom: 14px;
  align-self: center;
  display: flex;
  justify-content: center;
}

.iskcon-circle-badge {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 2px solid #E8BA45;
  box-shadow: 0 4px 16px rgba(184, 134, 11, 0.22), 0 0 14px rgba(255, 255, 255, 0.95);
  padding: 7px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.iskcon-circle-badge:hover {
  transform: scale(1.06);
  box-shadow: 0 6px 24px rgba(184, 134, 11, 0.35);
}

.iskcon-badge-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

/* Flourish Eyebrow */
.hero-flourish-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4A0A1C;
  margin-bottom: 10px;
}

.hero-flourish-eyebrow .eyebrow-diamond {
  color: #C9932E;
  font-size: 0.75rem;
}

.hero-flourish-eyebrow .eyebrow-line {
  color: #C9932E;
  letter-spacing: -2px;
}

.hero-flourish-eyebrow .eyebrow-feather {
  font-size: 1.35rem;
  margin-left: 2px;
  display: inline-block;
  animation: featherFloat 3s ease-in-out infinite alternate;
}

@keyframes featherFloat {
  0% { transform: translateY(0) rotate(0deg); }
  100% { transform: translateY(-3px) rotate(4deg); }
}

/* Offer Pill Tag */
.offer-pill-wrap {
  margin-bottom: 10px;
}

.offer-pill-tag {
  display: inline-block;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: #4A0A1C;
  background: #FFFFFF;
  border: 1.8px solid #C9932E;
  border-radius: 50px;
  padding: 4px 32px;
  box-shadow: 0 4px 14px rgba(201, 147, 46, 0.25);
  letter-spacing: 0.04em;
}

/* Makhan Main Title */
.makhan-main-heading {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(2.7rem, 3.6vw, 3.6rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 8px;
  text-align: center;
  letter-spacing: -0.01em;
}

.makhan-main-heading .heading-gold-accent {
  display: block;
  color: #38020B !important;
  -webkit-text-fill-color: #38020B !important;
  text-shadow: 0 0 4px #FFFFFF, 0 0 12px #FFFFFF, 0 1px 2px #FFFFFF;
}

.makhan-main-heading .heading-sub-accent {
  display: block;
  font-size: clamp(2.1rem, 2.9vw, 2.9rem);
  font-weight: 800;
  color: #38020B !important;
  -webkit-text-fill-color: #38020B !important;
  text-shadow: 0 0 4px #FFFFFF, 0 0 12px #FFFFFF, 0 1px 2px #FFFFFF;
}

/* Sub-heading */
.makhan-sub-heading {
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-size: 1.38rem;
  font-weight: 700;
  color: #4A0A1C;
  line-height: 1.28;
  margin-bottom: 14px;
  text-align: center;
  text-shadow: 0 0 4px #FFFFFF, 0 0 12px #FFFFFF, 0 1px 2px #FFFFFF;
}

/* Ornate Golden Lotus Divider */
.hero-golden-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #C9932E;
  margin-bottom: 16px;
}

.hero-golden-divider .div-symbol {
  font-size: 0.75rem;
  color: #C9932E;
}

.hero-golden-divider .div-line {
  letter-spacing: -2px;
  color: #E8C877;
}

.hero-golden-divider .div-lotus {
  font-size: 1.25rem;
  padding: 0 4px;
}

/* Royal Date Badge Two-Tier Ribbon */
.royal-date-badge-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 18px;
  filter: drop-shadow(0 4px 12px rgba(74, 10, 28, 0.25));
}

.royal-date-top-pill {
  background: #4A0A1C;
  color: #FFEFA6;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 4px 22px;
  border-radius: 20px 20px 0 0;
  border: 1.5px solid #E8C877;
  border-bottom: none;
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.02em;
}

.royal-date-top-pill span {
  color: #F7CA45;
  font-size: 0.75rem;
}

.royal-date-top-pill sup {
  font-size: 0.7rem;
}

.royal-date-bottom-banner {
  background: #6B1029;
  color: #FFEFA6;
  font-family: 'Space Grotesk', monospace;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  padding: 6px 28px;
  border-radius: 4px;
  border: 1.5px solid #E8C877;
  box-shadow: 0 6px 18px rgba(74, 5, 21, 0.35);
  position: relative;
}

/* Lead Paragraph */
.hero-lead-description {
  font-family: 'Karla', sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  color: #140502;
  line-height: 1.6;
  max-width: 480px;
  margin-bottom: 22px;
  text-align: center;
  text-shadow: 0 0 10px rgba(255, 255, 255, 1);
}

/* CTA Buttons */
.hero-cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 12px;
  width: 100%;
}

.hero-btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(180deg, #FFE082 0%, #FFB300 48%, #F57C00 100%);
  color: #2B1810;
  font-family: 'Karla', sans-serif;
  font-weight: 800;
  font-size: 1.08rem;
  padding: 14px 30px;
  border-radius: 50px;
  border: 1.5px solid #FFE082;
  box-shadow: 0 8px 26px rgba(245, 124, 0, 0.45), inset 0 1px 2px #FFFFFF;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
}

.hero-btn-primary::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transform: skewX(-20deg);
  animation: btnLightSweep 4s ease-in-out infinite;
}

@keyframes btnLightSweep {
  0%, 30% { left: -100%; }
  60%, 100% { left: 200%; }
}

.hero-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(245, 124, 0, 0.6);
  background: linear-gradient(180deg, #FFF176 0%, #FFCA28 48%, #FB8C00 100%);
}

.hero-btn-primary .btn-arrow {
  font-size: 1.1rem;
  transition: transform 0.2s;
}

.hero-btn-primary:hover .btn-arrow {
  transform: translateX(4px);
}

.hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  background: #FFFFFF;
  color: #6B1029;
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 13px 26px;
  border-radius: 50px;
  border: 1.5px solid #6B1029;
  box-shadow: 0 4px 14px rgba(107, 16, 41, 0.08);
  transition: all 0.2s ease;
}

.hero-btn-secondary:hover {
  background: #6B1029;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(107, 16, 41, 0.2);
}

/* Micro Trust Chips below CTA */
.hero-trust-chips-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: #4A0A1C;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(201, 147, 46, 0.45);
  border-radius: 50px;
  padding: 4px 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
  transform: translateY(-2px);
}

/* Desktop: Hide inline mobile Krishna illustration */
.hero-mobile-krishna-visual {
  display: none;
}

/* Micro Trust Items */
.hero-micro-trust {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.micro-trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #61534E;
}

.micro-icon {
  font-size: 1rem;
}

/* Hero Right Visual Column */
.hero-right-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hero-visual-card {
  position: relative;
  width: 100%;
  max-width: 520px;
}

.visual-glow-ring {
  position: absolute;
  inset: -15px;
  background: radial-gradient(circle, rgba(247, 208, 112, 0.35) 0%, rgba(212, 160, 23, 0.08) 60%, transparent 80%);
  border-radius: 50%;
  filter: blur(20px);
  z-index: 1;
}

.visual-clean-frame {
  position: relative;
  z-index: 2;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 45px rgba(110, 65, 20, 0.14);
}

.hero-krishna-img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  display: block;
  object-fit: cover;
}

/* Floating Badges on Image */
.floating-badge {
  position: absolute;
  z-index: 4;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  border: 1px solid var(--color-gold);
  border-radius: var(--radius-pill);
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  font-size: 0.85rem;
  color: var(--color-dark);
}

.floating-badge-top {
  top: 24px;
  right: -12px;
}

.floating-badge-bottom {
  bottom: 24px;
  left: -12px;
}

.float-icon {
  font-size: 1.1rem;
}

/* ============================================================
   2. ULTRA-ROYAL TRUST BANNER SECTION (DIRECTLY BELOW HERO)
   ============================================================ */
.hero-trust-bar-section {
  background: #FAF2DC;
  padding: 24px 0;
  position: relative;
  z-index: 10;
  border-top: 1.5px solid #E5CE98;
  border-bottom: 2px solid #DEC384;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.hero-floating-trust-card {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFEFA 60%, #FFFDF5 100%);
  border: 1.8px solid #E0BF6A;
  border-radius: 18px;
  padding: 16px 28px;
  box-shadow:
    0 10px 30px rgba(184, 134, 11, 0.12),
    0 3px 10px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 #FFFFFF;
  position: relative;
  z-index: 5;
  overflow: hidden;
  transition: all 0.35s ease;
}

.hero-floating-trust-card:hover {
  box-shadow:
    0 14px 40px rgba(184, 134, 11, 0.18),
    0 4px 14px rgba(0, 0, 0, 0.06),
    inset 0 1px 0 #FFFFFF;
  border-color: #D4A836;
}

.hero-floating-trust-card::before {
  content: '';
  position: absolute;
  top: 0; left: -80%;
  width: 50%; height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.5) 40%,
    rgba(247, 202, 69, 0.18) 50%,
    rgba(255, 255, 255, 0.5) 60%,
    transparent 100%
  );
  transform: skewX(-18deg);
  animation: trustLightSweep 9s ease-in-out infinite;
  pointer-events: none;
}

@keyframes trustLightSweep {
  0%   { left: -80%; }
  45%  { left: 160%; }
  100% { left: 160%; }
}

/* L-Shaped Gold Corner Brackets */
.gold-l-corner {
  position: absolute;
  width: 34px;
  height: 34px;
  pointer-events: none;
  z-index: 6;
  filter: drop-shadow(0 1px 2px rgba(184, 134, 11, 0.3));
}

.corner-tl-bracket { top: 6px; left: 6px; }
.corner-tr-bracket { top: 6px; right: 6px; transform: scaleX(-1); }
.corner-bl-bracket { bottom: 6px; left: 6px; transform: scaleY(-1); }
.corner-br-bracket { bottom: 6px; right: 6px; transform: scale(-1); }

.trust-three-cols-grid {
  display: grid;
  grid-template-columns: 1fr auto 1.1fr auto 1fr;
  align-items: center;
  gap: 0;
}

.trust-col-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 18px;
  position: relative;
  transition: all 0.3s ease;
  min-width: 0;
}

.trust-col-item:hover {
  background: rgba(247, 202, 69, 0.08);
  border-radius: 12px;
}

.trust-v-divider {
  width: 1.5px;
  height: 48px;
  background: linear-gradient(to bottom, transparent 0%, #E0BF6A 30%, #E0BF6A 70%, transparent 100%);
}

.trust-badge-wrap {
  position: relative;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: radial-gradient(circle, #FFF8EC 0%, #F5E5C9 100%);
  border-radius: 50%;
  border: 1px solid #E6C275;
  box-shadow: 0 3px 8px rgba(184, 134, 11, 0.2);
}

.trust-ornate-badge-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(138, 79, 13, 0.25));
  transition: transform 0.3s ease;
}

.trust-col-item:hover .trust-ornate-badge-img {
  transform: scale(1.1);
}

.trust-text-block {
  min-width: 0;
  flex: 1;
}

.trust-col-num {
  font-size: clamp(1.4rem, 1.8vw, 1.9rem);
  font-weight: 800;
  line-height: 1.1;
  font-family: var(--font-serif);
  margin-bottom: 2px;
  color: #B45309;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.trust-col-title-bold {
  font-size: clamp(0.85rem, 0.95vw, 0.95rem);
  font-weight: 700;
  color: #0F172A;
  line-height: 1.3;
  margin-bottom: 2px;
  font-family: var(--font-body);
}

.trust-col-subtext {
  font-size: clamp(0.72rem, 0.8vw, 0.8rem);
  color: #475569;
  line-height: 1.3;
  font-family: var(--font-body);
}

@media (max-width: 900px) {
  .trust-three-cols-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .trust-v-divider {
    display: none;
  }
  .trust-col-item {
    padding: 10px 12px;
  }
}

/* ============================================================
   3. THIRD SECTION: CHOOSE YOUR MAKHAN MISHRI SEVA (8 CARDS)
   ============================================================ */
.makhan-pricing-section {
  padding: 56px 0 72px 0;
  background: #FAF3E6;
  position: relative;
  overflow: hidden;
}

/* Background Mandala Watermarks */
.pricing-mandala-left {
  position: absolute;
  top: 50%;
  left: -120px;
  transform: translateY(-50%);
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(212, 160, 23, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.pricing-mandala-right {
  position: absolute;
  top: 50%;
  right: -120px;
  transform: translateY(-50%);
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(212, 160, 23, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.pricing-container {
  position: relative;
  z-index: 2;
}

/* Section Header */
.pricing-header-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.pricing-title-flourish {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  max-width: 100%;
}

.flourish-line-left,
.flourish-line-right {
  width: 50px;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, #C8992D);
}

.flourish-line-right {
  background: linear-gradient(90deg, #C8992D, transparent);
}

.flourish-diamond-left,
.flourish-diamond-right {
  color: #C8992D;
  font-size: 0.85rem;
}

.pricing-section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.6rem, 2.4vw, 2.25rem);
  font-weight: 700;
  color: #2D1A0E;
  letter-spacing: -0.01em;
}

/* 8 Cards Grid: 4 per row on desktop, 2 on tablet, 1 on mobile */
.makhan-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.makhan-price-card {
  background: #FFFFFF;
  border: 1.5px solid #F0E4D4;
  border-radius: 18px;
  padding: 22px 18px 20px 22px;
  box-shadow: 0 4px 16px rgba(110, 65, 20, 0.04);
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.makhan-price-card:hover {
  transform: translateY(-4px);
  border-color: #E2C478;
  box-shadow: 0 12px 28px rgba(110, 65, 20, 0.12);
}

.card-inner-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.card-left-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
  position: relative;
}

.card-price-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.1rem;
  font-weight: 800;
  color: #1A0E06;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.card-price-num .rupee-sign {
  font-size: 1.5rem;
  font-weight: 600;
  margin-right: 2px;
  color: #2D1A0E;
}

.card-seva-name {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  color: #4A3528;
  margin-top: 2px;
  line-height: 1.2;
}

.card-tiny-flourish {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 6px 0 12px 0;
  color: #D4A017;
}

.card-tiny-flourish .f-dash {
  width: 16px;
  height: 1px;
  background: #DEC078;
}

.card-tiny-flourish .f-dot {
  font-size: 0.65rem;
}

/* Golden Pill Offer Button (Matching Exact Reference) */
.btn-offer-now {
  background: linear-gradient(180deg, #FCCE4E 0%, #F5A623 100%);
  color: #2B1704;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.92rem;
  padding: 8px 24px;
  border-radius: 50px;
  border: 1px solid #EAA01C;
  box-shadow: 0 4px 12px rgba(245, 166, 35, 0.38);
  transition: all 0.2s ease;
  white-space: nowrap;
}

.btn-offer-now:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 16px rgba(245, 166, 35, 0.55);
  background: linear-gradient(180deg, #FFDE6B 0%, #F7B538 100%);
  color: #1A0E02;
}

.card-right-bowl {
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 8px;
  position: relative;
}

.bowl-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(110, 65, 20, 0.16));
  transition: transform 0.3s ease;
}

.makhan-price-card:hover .bowl-img {
  transform: scale(1.08);
}

/* Bottom Blessing Note */
.pricing-bottom-blessing {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #573E30;
  text-align: center;
  flex-wrap: wrap;
}

.blessing-line-left,
.blessing-line-right {
  width: 60px;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, #DEC078);
}

.blessing-line-right {
  background: linear-gradient(90deg, #DEC078, transparent);
}

.blessing-peacock-icon {
  font-size: 1.25rem;
}

.blessing-text {
  font-style: normal;
}

/* ============================================================
   4. FOURTH SECTION: LET'S SERVE KRISHNA THIS JANMASHTAMI
   ============================================================ */
.offerings-section-wrap {
  padding: 56px 0 72px 0;
  background: #FFFDF9;
  border-top: 1.5px solid #F0E3D3;
  border-bottom: 1.5px solid #F0E3D3;
}

.ornament-header-wrap {
  text-align: center;
  margin-bottom: 16px;
}

.ornament-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.92rem;
  color: #925C1B;
  font-weight: 700;
  font-family: 'Space Grotesk', sans-serif;
  background: linear-gradient(135deg, #FFFDF8 0%, #FFF3D6 100%);
  border: 1.5px solid #F7CA45;
  padding: 6px 22px;
  border-radius: 30px;
  box-shadow: 0 4px 14px rgba(247, 202, 69, 0.2);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-head-title-block {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 40px auto;
}

.section-main-h2 {
  font-size: clamp(2rem, 3vw, 2.6rem);
  color: #1F1100;
  font-weight: 800;
  margin-bottom: 6px;
  font-family: 'Fraunces', Georgia, serif;
}

.section-main-h2 .highlight-red {
  color: #8B1E26;
}

.section-sub-h2 {
  font-size: 1.12rem;
  color: #8A5F19;
  font-weight: 600;
  margin-bottom: 18px;
}

.section-desc-ribbon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: clamp(0.88rem, 1vw, 0.98rem);
  color: #4A3825;
  background: linear-gradient(90deg, rgba(247, 202, 69, 0.06) 0%, rgba(247, 202, 69, 0.22) 50%, rgba(247, 202, 69, 0.06) 100%);
  border-top: 1px solid rgba(247, 202, 69, 0.45);
  border-bottom: 1px solid rgba(247, 202, 69, 0.45);
  padding: 10px 24px;
  border-radius: 12px;
  font-weight: 500;
}

/* 2 Featured Cards Grid */
.cards-two-column-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 960px;
  margin: 0 auto;
}

.offering-card-item {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFDF9 100%);
  border-radius: 22px;
  overflow: hidden;
  border: 1.5px solid #EFE5D5;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06), 0 0 18px rgba(247, 202, 69, 0.1);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.offering-card-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12), 0 0 28px rgba(247, 202, 69, 0.35);
  border-color: #F7CA45;
}

/* Filigree Gold Corners on Each Card */
.filigree-card-corner {
  position: absolute;
  width: 32px;
  height: 32px;
  pointer-events: none;
  z-index: 6;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.offering-card-item:hover .filigree-card-corner {
  opacity: 1;
}

.card-corner-tl { top: 8px; left: 8px; }
.card-corner-tr { top: 8px; right: 8px; transform: scaleX(-1); }
.card-corner-bl { bottom: 8px; left: 8px; transform: scaleY(-1); }
.card-corner-br { bottom: 8px; right: 8px; transform: scale(-1); }

.card-img-header-box {
  position: relative;
  height: 220px;
  overflow: hidden;
  border-bottom: 2px solid #F7CA45;
}

.card-img-header-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.offering-card-item:hover .card-img-header-box img {
  transform: scale(1.06);
}

.card-top-icon-circle {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  transition: transform 0.35s ease;
  filter: drop-shadow(0 0 10px rgba(247, 202, 69, 0.7)) drop-shadow(0 4px 10px rgba(0,0,0,0.5));
}

.card-coin-badge-img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: contain;
}

.offering-card-item:hover .card-top-icon-circle {
  transform: scale(1.15) rotate(4deg);
}

.card-body-text-box {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-title-hi {
  font-size: 1.45rem;
  font-weight: 700;
  color: #1F1100;
  margin-bottom: 2px;
  font-family: 'Playfair Display', Georgia, serif;
}

.card-title-en {
  font-size: 0.95rem;
  font-weight: 700;
  color: #925C1B;
  margin-bottom: 12px;
}

.card-p-en {
  font-size: 0.92rem;
  color: #4A3E39;
  line-height: 1.6;
  margin-bottom: 20px;
  flex: 1;
}

/* Card Bottom Pill CTA Box */
.card-bottom-pill-box {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 18px;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
  text-align: left;
  width: 100%;
}

.card-bottom-pill-box:hover {
  transform: scale(1.02);
}

.pill-green-theme {
  background: linear-gradient(135deg, #DCFCE7 0%, #D1FAE5 100%);
  border: 1.5px solid #86EFAC;
  box-shadow: 0 4px 14px rgba(34, 197, 94, 0.15);
}

.pill-green-theme:hover {
  box-shadow: 0 6px 20px rgba(34, 197, 94, 0.3);
  border-color: #22C55E;
}

.pill-gold-theme {
  background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%);
  border: 1.5px solid #FCD34D;
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.15);
}

.pill-gold-theme:hover {
  box-shadow: 0 6px 20px rgba(245, 158, 11, 0.3);
  border-color: #F59E0B;
}

.pill-icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pill-coin-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: contain;
}

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

.pill-main-hi {
  font-size: 1.05rem;
  font-weight: 700;
  color: #166534;
  line-height: 1.25;
}

.pill-gold-theme .pill-main-hi {
  color: #78350F;
}

.pill-main-hi .price-highlight-text {
  font-size: 1.15rem;
  font-weight: 800;
}

.pill-sub-en {
  font-size: 0.8rem;
  color: #4B5563;
  font-weight: 500;
}

@media (max-width: 768px) {
  .cards-two-column-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   5. FIFTH SECTION: JANMASHTAMI IMPACT STATS
   ============================================================ */
.impact-section-wrapper {
  padding: 64px 0 80px 0;
  background: #FAF3E6;
  position: relative;
  overflow: hidden;
}

.impact-bg-leaf-tl {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(140, 180, 100, 0.12) 0%, rgba(212, 160, 23, 0.05) 50%, transparent 75%);
  pointer-events: none;
}

.impact-bg-leaf-br {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(140, 180, 100, 0.12) 0%, rgba(212, 160, 23, 0.05) 50%, transparent 75%);
  pointer-events: none;
}

.impact-container {
  position: relative;
  z-index: 2;
}

.impact-section-header {
  text-align: center;
  margin-bottom: 36px;
}

.impact-section-eyebrow {
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 700;
  color: #8A6432;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.impact-section-eyebrow .eyebrow-dash {
  color: #D4A017;
}

.impact-section-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 2.7rem);
  font-weight: 800;
  color: #24140A;
  margin-bottom: 8px;
}

.impact-gold-highlight {
  color: #C58B24;
}

.impact-lotus-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #D4A017;
}

.impact-lotus-divider .lotus-line {
  letter-spacing: -2px;
  color: #DEC078;
}

.impact-lotus-divider .lotus-icon {
  font-size: 1.25rem;
}

/* Impact Floating White Card */
.exact-impact-card-box {
  background: #FFFFFF;
  border-radius: 24px;
  border: 1.5px solid #EFE4D4;
  box-shadow: 0 10px 30px rgba(110, 65, 20, 0.06);
  padding: 44px 28px 40px 28px;
  position: relative;
  overflow: hidden;
}

/* 4 Golden Filigree Corner Brackets */
.exact-impact-card-box .filigree-corner {
  position: absolute;
  width: 36px;
  height: 36px;
  pointer-events: none;
  z-index: 5;
  filter: drop-shadow(0 1px 2px rgba(184, 134, 11, 0.3));
}

.exact-impact-card-box .corner-tl { top: 10px; left: 10px; }
.exact-impact-card-box .corner-tr { top: 10px; right: 10px; transform: scaleX(-1); }
.exact-impact-card-box .corner-bl { bottom: 10px; left: 10px; transform: scaleY(-1); }
.exact-impact-card-box .corner-br { bottom: 10px; right: 10px; transform: scale(-1); }

.exact-impact-four-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  position: relative;
  z-index: 2;
  gap: 0;
}

.exact-stat-col {
  padding: 10px 20px;
  text-align: center;
  position: relative;
  transition: transform 0.3s ease;
}

.exact-stat-col::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1.5px;
  background: linear-gradient(to bottom, transparent 0%, #E8D3A8 30%, #E8D3A8 70%, transparent 100%);
}

.exact-stat-col:last-child::after {
  display: none;
}

.exact-stat-col:hover {
  transform: translateY(-4px);
}

.exact-stat-icon-wrap {
  width: 82px;
  height: 82px;
  margin: 0 auto 16px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-icon-inner-circle {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: radial-gradient(circle, #FFFDF8 0%, #FFF5DD 60%, #FAECD0 100%);
  border: 1.5px solid #F0D598;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(212, 160, 23, 0.15);
  transition: transform 0.3s ease;
}

.exact-stat-col:hover .stat-icon-inner-circle {
  transform: scale(1.08);
}

.exact-stat-big-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.2rem, 2.8vw, 2.9rem);
  font-weight: 800;
  line-height: 1.1;
  color: #B47B1E;
  margin-bottom: 4px;
}

.stat-mini-flourish {
  color: #D4A017;
  font-size: 0.75rem;
  margin-bottom: 8px;
  letter-spacing: -1px;
}

.exact-stat-hi-lbl {
  font-family: var(--font-body);
  font-size: 1.02rem;
  font-weight: 700;
  color: #1F1100;
  margin-bottom: 4px;
  line-height: 1.25;
}

.exact-stat-en-lbl {
  font-size: 0.84rem;
  color: #6B5B52;
  line-height: 1.4;
}

@media (max-width: 960px) {
  .exact-impact-four-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 0;
  }
  .exact-stat-col:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 580px) {
  .exact-impact-four-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .exact-stat-col::after {
    display: none;
  }
}

/* ============================================================
   6. SIXTH SECTION: MAKE A GENERAL DONATION
   ============================================================ */
.general-donate-section {
  padding: 68px 0 84px 0;
  background: #FFFDF9;
  border-top: 1.5px solid #F0E3D3;
}

.general-donate-wrap {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 52px;
  align-items: flex-start;
}

/* Left Intro Column */
.general-donate-intro {
  padding-top: 8px;
}

.general-eyebrow {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 700;
  color: #B47B1E;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.general-h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.2rem, 3.2vw, 2.8rem);
  font-weight: 800;
  color: #1F1106;
  line-height: 1.15;
  margin-bottom: 16px;
}

.general-intro-p {
  font-size: 0.96rem;
  color: #554439;
  line-height: 1.65;
  margin-bottom: 22px;
}

.general-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0 0 26px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.general-bullet-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #2D1A0E;
}

.orange-dot {
  color: #E28822;
  font-size: 0.85rem;
}

/* 4 Tag Pills in 2x2 */
.general-tags-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 26px;
}

.general-tag-pill {
  background: #FFFFFF;
  border: 1.5px solid #EFE4D4;
  border-radius: 14px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: all 0.25s ease;
}

.general-tag-pill:hover {
  border-color: #E28822;
  transform: translateY(-2px);
}

.general-tag-pill .tag-icon {
  font-size: 1.25rem;
}

.general-tag-pill .tag-label {
  font-size: 0.92rem;
  font-weight: 700;
  color: #1F1106;
}

/* Bottom Callout */
.general-blessing-callout {
  background: linear-gradient(135deg, #FFFDF8 0%, #FFF5DD 100%);
  border: 1.5px solid #F5DC9C;
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.general-blessing-callout .callout-star {
  color: #C58B24;
  font-size: 1.25rem;
  line-height: 1;
}

.general-blessing-callout .callout-text {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 0.95rem;
  color: #553E2A;
  line-height: 1.5;
}

/* Right Form Card */
.general-form-card {
  background: #FFFFFF;
  border: 1.5px solid #EFE4D4;
  border-radius: 24px;
  padding: 34px 30px;
  box-shadow: 0 12px 36px rgba(110, 65, 20, 0.08);
}

.form-field-label {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: #2D1A0E;
  margin-bottom: 8px;
}

.form-field-label .req-star {
  color: #C5292A;
}

.form-field-label .opt-text {
  font-size: 0.78rem;
  font-weight: 500;
  color: #7B6D63;
}

/* Amount Chips Grid */
.general-amount-chips-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}

.gen-amount-chip {
  background: #FFFDF9;
  border: 1.5px solid #EFE4D4;
  border-radius: 10px;
  padding: 10px 4px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  color: #2D1A0E;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.gen-amount-chip:hover {
  border-color: #4A0B1C;
  color: #4A0B1C;
}

.gen-amount-chip.active {
  background: #4A0B1C;
  border-color: #4A0B1C;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(74, 11, 28, 0.35);
}

/* Custom Amount Input Wrap */
.gen-custom-amount-wrap {
  display: flex;
  align-items: center;
  background: #FFFDF9;
  border: 1.5px solid #EFE4D4;
  border-radius: 12px;
  padding: 10px 16px;
  margin-bottom: 18px;
  transition: border-color 0.2s ease;
}

.gen-custom-amount-wrap:focus-within {
  border-color: #C58B24;
  box-shadow: 0 0 0 3px rgba(197, 139, 36, 0.15);
}

.gen-currency-prefix {
  font-size: 1.15rem;
  font-weight: 700;
  color: #2D1A0E;
  margin-right: 8px;
}

.gen-custom-input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 700;
  color: #1F1106;
}

.gen-form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.gen-form-group {
  margin-bottom: 14px;
}

.gen-field-input {
  width: 100%;
  padding: 11px 14px;
  background: #FFFDF9;
  border: 1.5px solid #EFE4D4;
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: #1F1106;
  outline: none;
  transition: border-color 0.2s ease;
}

.gen-field-input:focus {
  border-color: #C58B24;
  box-shadow: 0 0 0 3px rgba(197, 139, 36, 0.15);
}

.gen-phone-wrap {
  display: flex;
  align-items: center;
  background: #FFFDF9;
  border: 1.5px solid #EFE4D4;
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.gen-phone-wrap:focus-within {
  border-color: #C58B24;
  box-shadow: 0 0 0 3px rgba(197, 139, 36, 0.15);
}

.gen-phone-prefix {
  padding: 11px 12px;
  background: #F8F1E4;
  font-size: 0.9rem;
  font-weight: 700;
  color: #4A3528;
  border-right: 1px solid #EFE4D4;
}

.gen-phone-input {
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
}

/* Big Gold Donate CTA */
.btn-general-donate-main {
  width: 100%;
  padding: 14px 20px;
  background: linear-gradient(180deg, #FCCE4E 0%, #F5A623 100%);
  color: #2B1704;
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 800;
  border: 1px solid #EAA01C;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(245, 166, 35, 0.4);
  cursor: pointer;
  margin-top: 6px;
  margin-bottom: 12px;
  transition: all 0.25s ease;
}

.btn-general-donate-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245, 166, 35, 0.55);
  background: linear-gradient(180deg, #FFDE6B 0%, #F7B538 100%);
}

.gen-trust-footer {
  text-align: center;
  font-size: 0.82rem;
  color: #6B5B52;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

@media (max-width: 960px) {
  .general-donate-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 580px) {
  .general-amount-chips-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .gen-form-row-2 {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .general-tags-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   RAZORPAY CHECKOUT DETAILS MODAL (EXACT JANMASHTAMI DESIGN)
   ============================================================ */
.checkout-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(4, 12, 28, 0.78);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 20px;
}

.checkout-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.checkout-modal-card {
  background: #FFFFFF;
  border-radius: 24px;
  max-width: 520px;
  width: 100%;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
  border: 2px solid #F7CA45;
  overflow: hidden;
  transform: scale(0.92) translateY(20px);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.checkout-modal-overlay.active .checkout-modal-card {
  transform: scale(1) translateY(0);
}

.checkout-modal-header {
  background: linear-gradient(135deg, #4A0818 0%, #2B020D 100%);
  color: #FFFFFF;
  padding: 20px 24px;
  position: relative;
  border-bottom: 2px solid #F7CA45;
}

.checkout-modal-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255,255,255,0.15);
  border: none;
  color: #FFFFFF;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background 0.2s;
}

.checkout-modal-close-btn:hover {
  background: rgba(255,255,255,0.3);
}

.modal-seva-title-text {
  font-size: 1.15rem;
  font-weight: 800;
  color: #FFE8A3;
  margin-bottom: 4px;
}

.modal-amount-display-val {
  font-size: 1.6rem;
  font-weight: 800;
  color: #FFFFFF;
}

.checkout-modal-body {
  padding: 24px;
}

.modal-form-group {
  margin-bottom: 14px;
}

.modal-field-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #334155;
  margin-bottom: 6px;
}

.modal-text-input {
  width: 100%;
  background: #F8FAFC;
  border: 1.5px solid #CBD5E1;
  border-radius: 10px;
  padding: 11px 14px;
  font-size: 0.95rem;
  color: #0F172A;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}

.modal-text-input:focus {
  border-color: #BA771E;
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(247, 202, 69, 0.2);
}

.modal-phone-row {
  display: flex;
}

.modal-phone-code {
  background: #E2E8F0;
  border: 1.5px solid #CBD5E1;
  border-right: none;
  border-radius: 10px 0 0 10px;
  padding: 11px 12px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #475569;
  user-select: none;
}

.modal-phone-row .modal-text-input {
  border-radius: 0 10px 10px 0;
}

.modal-submit-pay-btn {
  width: 100%;
  background: linear-gradient(180deg, #D4902B 0%, #BA771E 100%);
  color: #FFFFFF;
  font-size: 1.08rem;
  font-weight: 800;
  padding: 15px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(186, 119, 30, 0.4);
  transition: all 0.25s ease;
  margin-top: 10px;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.modal-submit-pay-btn:hover {
  background: linear-gradient(180deg, #E29E38 0%, #AA6B17 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(186, 119, 30, 0.5);
}

.modal-security-note {
  text-align: center;
  font-size: 0.78rem;
  color: #64748B;
  font-weight: 600;
  margin-top: 12px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.makhan-footer {
  background: #25050E;
  color: #E8D8D0;
  padding: 24px 0;
  border-top: 2px solid var(--color-gold);
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.88rem;
}

.bottom-mantra {
  color: #F7D070;
  font-weight: 600;
}

/* ============================================================
   RESPONSIVE DESIGN (DESKTOP, TABLET, MOBILE)
   ============================================================ */

/* Desktop to Tablet (Max 1120px) */
@media (max-width: 1120px) {
  .makhan-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

/* Tablet & Mobile (Max 900px) */
@media (max-width: 900px) {
  .header-nav {
    display: none;
  }

  .makhan-hero-section {
    background:
      linear-gradient(180deg, rgba(255, 253, 248, 0.95) 0%, rgba(255, 253, 248, 0.65) 26%, rgba(255, 250, 240, 0.35) 50%, rgba(255, 248, 235, 0.70) 75%, rgba(255, 248, 235, 0.98) 100%),
      url('assets/makhan_hero_bg_banner.jpg?v=20260829_01') 84% center / cover no-repeat !important;
    padding: 32px 0 40px 0;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .makhan-hero-wrap {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 100%;
  }

  .hero-left-content {
    max-width: 100%;
    align-items: center;
    text-align: center;
    padding: 0 14px;
    background: none !important;
  }

  .hero-top-badge-row {
    align-self: center !important;
    margin: 0 auto 8px auto !important;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .iskcon-circle-badge {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    overflow: hidden;
    padding: 6px;
    margin: 0 auto;
    background: #FFFFFF;
    border: 2px solid #E8BA45;
    box-shadow: 0 4px 16px rgba(184, 134, 11, 0.22), 0 0 12px rgba(255, 255, 255, 0.95);
  }

  .hero-flourish-eyebrow {
    color: #6B1029 !important;
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 6px;
    gap: 6px;
    white-space: nowrap;
    text-shadow: 0 0 4px #FFFFFF, 0 0 10px #FFFFFF;
  }

  .offer-pill-wrap {
    margin-bottom: 6px;
  }

  .offer-pill-tag {
    background: #FFFFFF !important;
    border: 1.8px solid #C9932E !important;
    color: #5C0A1E !important;
    font-family: 'Fraunces', Georgia, serif !important;
    font-weight: 800 !important;
    font-size: 1.02rem;
    padding: 3px 28px;
    box-shadow: 0 4px 14px rgba(201, 147, 46, 0.22);
  }

  .makhan-main-heading {
    font-family: 'Fraunces', Georgia, serif !important;
    font-size: clamp(2.4rem, 8.8vw, 3rem);
    font-weight: 800;
    line-height: 1.06;
    margin-bottom: 4px;
    letter-spacing: -0.01em;
  }

  .makhan-main-heading .heading-gold-accent {
    color: #5C0A1E !important;
    -webkit-text-fill-color: #5C0A1E !important;
    background: none !important;
    text-shadow: 0 0 3px #FFFFFF, 0 0 10px #FFFFFF, 0 0 18px #FFF9E6, 0 1px 2px #FFFFFF;
  }

  .makhan-main-heading .heading-sub-accent {
    font-size: clamp(1.8rem, 6.5vw, 2.25rem) !important;
    font-weight: 800;
    color: #450514 !important;
    -webkit-text-fill-color: #450514 !important;
    background: none !important;
    text-shadow: 0 0 3px #FFFFFF, 0 0 10px #FFFFFF, 0 0 18px #FFF9E6, 0 1px 2px #FFFFFF;
  }

  .makhan-sub-heading {
    font-family: 'Fraunces', Georgia, serif !important;
    font-style: italic !important;
    font-size: 1.32rem !important;
    font-weight: 700;
    color: #7A3600 !important;
    margin-bottom: clamp(28px, 8.5vh, 64px) !important;
    line-height: 1.26;
    text-shadow: 0 0 3px #FFFFFF, 0 0 10px #FFFFFF, 0 0 18px #FFF9E6;
  }

  .hero-golden-divider {
    margin: 0 auto 8px auto;
    font-size: 0.9rem;
    gap: 6px;
    color: #C9932E;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 1));
  }

  .royal-date-badge-wrap {
    margin-bottom: 10px;
    filter: drop-shadow(0 4px 14px rgba(74, 10, 28, 0.28));
  }

  .royal-date-top-pill {
    font-size: 0.98rem;
    padding: 4px 22px;
    background: #4A0A1C;
    color: #FFEFA6;
    font-family: 'Fraunces', serif;
    font-weight: 700;
    border: 1.5px solid #E8C877;
  }

  .royal-date-bottom-banner {
    font-size: 0.86rem;
    padding: 5px 26px;
    letter-spacing: 0.22em;
    background: #6B1029;
    color: #FFEFA6;
    font-family: 'Space Grotesk', monospace;
    border: 1.5px solid #E8C877;
  }

  .hero-lead-description {
    font-family: 'Karla', sans-serif !important;
    font-size: 1.06rem !important;
    font-weight: 700;
    color: #1E0F07 !important;
    line-height: 1.55 !important;
    max-width: 390px !important;
    margin-bottom: 16px !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    text-shadow: 0 0 4px #FFFFFF, 0 0 10px #FFFFFF, 0 0 18px #FFFFFF, 0 1px 2px #FFFFFF;
  }

  .hero-right-spacer {
    display: none;
  }

  .hero-cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 325px;
    margin: 36px auto 32px auto;
    filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.9));
  }

  .hero-btn-primary {
    font-family: 'Karla', sans-serif !important;
    font-size: 1.08rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    padding: 14px 28px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(180deg, #FFE082 0%, #FFB300 48%, #F57C00 100%);
    color: #2B1810;
    border: 1.5px solid #FFE082;
    border-radius: 50px;
    box-shadow: 0 8px 26px rgba(245, 124, 0, 0.45), inset 0 1px 2px #FFFFFF;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
  }

  .hero-btn-secondary {
    display: inline-flex !important;
    font-family: 'Karla', sans-serif !important;
    font-size: 0.94rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 9px 24px;
    width: auto;
    justify-content: center;
    background: #FFFFFF;
    color: #6B1029;
    border: 1.5px solid #6B1029;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }

  .hero-trust-chips-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
    max-width: 340px;
  }

  .trust-chip {
    font-size: 0.76rem;
    padding: 3px 10px;
  }

  .hero-micro-trust {
    justify-content: center;
  }

  .floating-badge {
    position: static;
    margin: 8px auto;
  }

  .makhan-cards-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom-inner {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}

/* Mobile Screen (Max 600px) */
@media (max-width: 600px) {
  .makhan-hero-section {
    background-position: 88% 54% !important;
    min-height: 100vh;
    min-height: 100dvh;
  }
}

/* Small Mobile Phones (Max 480px) */
@media (max-width: 480px) {
  .wrap {
    padding: 0 16px;
  }

  .makhan-main-heading {
    font-size: 2rem;
  }

  .makhan-main-heading .heading-sub-accent {
    font-size: 1.5rem;
  }

  .card-price-num {
    font-size: 1.8rem;
  }

  .modal-dialog {
    padding: 24px 18px;
  }
}
