/**
 * Traditional Royal Gujarati Wedding Theme (કંકોત્રી)
 * Couple: Sanjay (Dhoriya Family, Vinchhiya) & Bhumika (Zapadiya Family, Atkot)
 * Developed by: Sanjay Dhoriya (Software Developer)
 */

:root {
  /* Golden Yellow Light Theme Design System */
  --bg-gold-light: #fff9e6;
  --bg-gold-warm: #fcf4dc;
  --bg-gold-silk: #f7ebd0;
  --bg-card: rgba(255, 253, 247, 0.95);
  --bg-card-secondary: #fbf3e0;

  --crimson-dark: #4d050c;
  --crimson-rich: #780d19;
  --crimson-light: #9c1727;
  --sindoor: #c62828;
  
  --gold-dark: #8c6209;
  --gold-primary: #b8860b;
  --gold-light: #fef8e2;
  --gold-bright: #b8860b;
  --gold-accent: #d4af37;

  --midnight-dark: #2d1609;
  --midnight-card: #ffffff;
  --midnight-light: #fbf5e6;

  --cream-silk: #2d1609;
  --cream-card: #fffdf8;
  --cream-border: #e6c875;

  --text-primary: #2d1609;
  --text-muted: #72563f;
  --text-gold: #8c6209;
  --text-heading: #780d19;

  --border-gold: #cba239;
  --border-gold-light: rgba(184, 134, 11, 0.35);

  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 9999px;

  --shadow-gold: 0 8px 25px rgba(184, 134, 11, 0.25);
  --shadow-card: 0 10px 30px rgba(140, 98, 9, 0.1);
  --shadow-deep: 0 16px 40px rgba(120, 13, 25, 0.12);

  --font-royal: 'Cinzel Decorative', 'Rozha One', serif;
  --font-gujarati: 'Noto Sans Gujarati', 'Baloo Bhai 2', sans-serif;
  --font-body: 'Poppins', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-body);
  background: linear-gradient(180deg, #fff9e6 0%, #fdf2d7 35%, #f7ebd0 70%, #f4e4bf 100%);
  background-attachment: fixed;
  color: var(--text-primary);
  overflow-x: hidden;
  position: relative;
  line-height: 1.6;
}

/* Background Canvas for Falling Petals */
#particlesCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 99;
}

/* ----------------------------------------------------
   TOP BAR & FLOATING CONTROLS
---------------------------------------------------- */
.floating-top-bar {
  position: fixed;
  top: 15px;
  right: 15px;
  display: flex;
  gap: 10px;
  z-index: 1000;
}

.floating-btn {
  background: rgba(255, 253, 245, 0.95);
  backdrop-filter: blur(10px);
  border: 1.5px solid var(--gold-primary);
  color: var(--crimson-rich);
  padding: 8px 18px;
  border-radius: var(--radius-full);
  font-family: var(--font-gujarati);
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(184, 134, 11, 0.22);
  transition: all 0.3s ease;
}

.floating-btn:hover {
  background: var(--gold-primary);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
}

.music-disc-icon {
  display: inline-block;
  font-size: 1.1rem;
}

/* ----------------------------------------------------
   ROYAL MARIGOLD TORAN HEADER
---------------------------------------------------- */
.royal-toran-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
}

.toran-svg {
  width: 100%;
  max-width: 1200px;
  height: 48px;
  filter: drop-shadow(0 4px 10px rgba(184, 134, 11, 0.3));
}

/* ----------------------------------------------------
   ENVELOPE OPENING OVERLAY (KANKOTRI CEREMONY)
---------------------------------------------------- */
.envelope-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: radial-gradient(circle at center, rgba(82, 45, 12, 0.9) 0%, rgba(38, 16, 8, 0.96) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 1.2s ease;
  padding: 20px;
}

.envelope-overlay.opened {
  opacity: 0;
  transform: scale(1.1);
  pointer-events: none;
}

.royal-envelope-wrapper {
  position: relative;
  width: 90%;
  max-width: 540px;
  perspective: 1200px;
  cursor: pointer;
}

.royal-envelope {
  position: relative;
  background: linear-gradient(135deg, #87121f 0%, #520811 100%);
  border: 3px solid var(--gold-accent);
  border-radius: var(--radius-md);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), 0 0 30px rgba(212, 175, 55, 0.3);
  padding: 45px 30px;
  text-align: center;
  overflow: hidden;
}

.envelope-gold-frame {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px dashed var(--gold-accent);
  pointer-events: none;
  border-radius: calc(var(--radius-md) - 4px);
}

.envelope-header-shloka {
  font-family: var(--font-gujarati);
  color: #ffe082;
  font-size: 1.3rem;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
  font-weight: 700;
}

.envelope-title {
  font-family: var(--font-royal);
  font-size: 2.7rem;
  color: #fffdf8;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
  margin-bottom: 8px;
}

.envelope-couple {
  font-family: var(--font-gujarati);
  font-size: 2.2rem;
  color: #ffe082;
  font-weight: 700;
  margin-bottom: 12px;
}

.envelope-family-subtitle {
  font-family: var(--font-gujarati);
  font-size: 1.15rem;
  color: #ffecb3;
  margin-bottom: 25px;
}

/* Wax Seal Button */
.wax-seal-btn {
  position: relative;
  width: 96px;
  height: 96px;
  margin: 15px auto 25px auto;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #e53935 0%, #b71c1c 65%, #7f0000 100%);
  border: 2px solid #ffe680;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6), inset 0 2px 8px rgba(255, 255, 255, 0.4), 0 0 20px rgba(229, 57, 53, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wax-seal-btn:hover {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7), 0 0 30px rgba(255, 215, 0, 0.8);
}

.wax-seal-symbol {
  font-size: 1.8rem;
  line-height: 1;
}

.wax-seal-text {
  font-family: var(--font-gujarati);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-top: 2px;
}

.envelope-cta {
  font-family: var(--font-gujarati);
  color: #ffe082;
  font-size: 1.05rem;
  animation: diyaFlicker 2s infinite ease-in-out;
}

/* ----------------------------------------------------
   HERO / TRADITIONAL KANKOTRI BANNER
---------------------------------------------------- */
.hero-section {
  position: relative;
  padding: 60px 20px 80px 20px;
  background: linear-gradient(180deg, #fff9e6 0%, #fef4dc 60%, #f7e8c5 100%);
  text-align: center;
}

.hero-content {
  max-width: 1000px;
  margin: 0 auto;
}

.traditional-auspicious-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 253, 245, 0.95);
  border: 1.5px solid var(--gold-primary);
  color: var(--crimson-rich);
  padding: 8px 24px;
  border-radius: var(--radius-full);
  font-family: var(--font-gujarati);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(184, 134, 11, 0.15);
}

.hero-main-title {
  font-family: var(--font-royal);
  font-size: 3.8rem;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.hero-subtitle {
  font-family: var(--font-gujarati);
  font-size: 1.45rem;
  color: var(--crimson-rich);
  font-weight: 600;
  margin-bottom: 35px;
}

/* Countdown Clock */
.countdown-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 25px;
  background: linear-gradient(135deg, #fffdf8 0%, #faf1dc 100%);
  border: 2px solid var(--gold-primary);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.countdown-heading {
  font-family: var(--font-gujarati);
  color: var(--crimson-rich);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.countdown-timer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.timer-box {
  background: linear-gradient(135deg, #82111d 0%, #540812 100%);
  border: 1.5px solid var(--gold-accent);
  border-radius: var(--radius-md);
  padding: 15px 5px;
  box-shadow: 0 4px 15px rgba(120, 13, 25, 0.25);
}

.timer-number {
  font-family: var(--font-royal);
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffe082;
  line-height: 1;
}

.timer-label {
  font-family: var(--font-gujarati);
  font-size: 0.88rem;
  color: #fff8e1;
  font-weight: 600;
  margin-top: 6px;
}

/* ----------------------------------------------------
   GANESH VANDANA SECTION (SACRED INVOCATION)
---------------------------------------------------- */
.ganesh-section {
  position: relative;
  padding: 90px 20px;
  background: radial-gradient(circle at center, #fff9e8 0%, #f9edd0 60%, #f2deaf 100%);
  text-align: center;
  overflow: hidden;
}

.ganesh-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

/* Hanging Temple Bells */
.temple-bell-wrapper {
  position: absolute;
  top: -40px;
  cursor: pointer;
  z-index: 20;
}

.bell-left { left: 40px; }
.bell-right { right: 40px; }

.temple-bell {
  width: 52px;
  height: 70px;
  filter: drop-shadow(0 8px 15px rgba(184, 134, 11, 0.4));
  transition: transform 0.2s ease;
}

.temple-bell:hover {
  transform: scale(1.1);
}

.bell-chain {
  width: 2px;
  height: 45px;
  background: linear-gradient(to bottom, #d4af37, #aa7c11);
  margin: 0 auto;
}

/* Lord Ganesha Image & Radiance */
.ganesh-artwork-wrapper {
  position: relative;
  width: 320px;
  height: 320px;
  margin: 30px auto 35px auto;
}

.ganesh-sunburst-aura {
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    rgba(255, 215, 0, 0.4) 0deg,
    transparent 15deg,
    rgba(255, 152, 0, 0.4) 30deg,
    transparent 45deg,
    rgba(255, 215, 0, 0.4) 60deg,
    transparent 75deg,
    rgba(255, 152, 0, 0.4) 90deg,
    transparent 105deg,
    rgba(255, 215, 0, 0.4) 120deg,
    transparent 135deg,
    rgba(255, 152, 0, 0.4) 150deg,
    transparent 165deg,
    rgba(255, 215, 0, 0.4) 180deg,
    transparent 195deg,
    rgba(255, 152, 0, 0.4) 210deg,
    transparent 225deg,
    rgba(255, 215, 0, 0.4) 240deg,
    transparent 255deg,
    rgba(255, 152, 0, 0.4) 270deg,
    transparent 285deg,
    rgba(255, 215, 0, 0.4) 300deg,
    transparent 315deg,
    rgba(255, 215, 0, 0.4) 330deg,
    transparent 345deg,
    rgba(255, 215, 0, 0.4) 360deg
  );
  animation: sunburstRotate 40s linear infinite;
  pointer-events: none;
}

.ganesh-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 8px;
  background: linear-gradient(135deg, #ffe680 0%, #aa7c11 50%, #ffd700 100%);
  box-shadow: 0 0 40px rgba(212, 175, 55, 0.5);
  animation: divinePulse 4s ease-in-out infinite;
}

.ganesh-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
  display: block;
}

/* Diya Altar Rows */
.diya-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 25px;
}

.brass-diya {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.diya-flame {
  width: 16px;
  height: 26px;
  background: radial-gradient(circle at 50% 80%, #fff 0%, #ffeb3b 30%, #ff5722 80%);
  border-radius: 50% 50% 35% 35%;
  animation: diyaFlicker 1.8s ease-in-out infinite;
  margin-bottom: -5px;
  z-index: 2;
}

.diya-base {
  width: 44px;
  height: 16px;
  background: linear-gradient(to bottom, #d4af37, #8c6819);
  border-radius: 0 0 20px 20px;
  border: 1px solid #ffe680;
  box-shadow: 0 4px 10px rgba(184, 134, 11, 0.4);
}

/* Shloka Card */
.shloka-box {
  background: linear-gradient(135deg, #fffdf8 0%, #fdf5e2 100%);
  border: 2px solid var(--gold-primary);
  border-radius: var(--radius-lg);
  padding: 30px 40px;
  margin-top: 15px;
  box-shadow: var(--shadow-card);
}

.shloka-sanskrit {
  font-family: var(--font-gujarati);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--crimson-rich);
  white-space: pre-line;
  line-height: 1.8;
  margin-bottom: 15px;
}

.shloka-meaning {
  font-family: var(--font-gujarati);
  font-size: 1.1rem;
  color: var(--text-primary);
  max-width: 680px;
  margin: 0 auto 20px auto;
  line-height: 1.7;
}

.aarti-btn {
  background: linear-gradient(135deg, #b8860b 0%, #8c6209 100%);
  color: #fff;
  font-family: var(--font-gujarati);
  font-weight: 700;
  font-size: 1rem;
  border: none;
  padding: 10px 26px;
  border-radius: var(--radius-full);
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(184, 134, 11, 0.35);
  transition: all 0.3s ease;
}

.aarti-btn:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 25px rgba(184, 134, 11, 0.55);
}

/* ----------------------------------------------------
   THE ROYAL COUPLE (SANJAY & BHUMIKA)
---------------------------------------------------- */
.couple-section {
  position: relative;
  padding: 90px 20px;
  background: linear-gradient(180deg, #f7e8c5 0%, #fcf4db 50%, #f5e6c1 100%);
}

.section-container {
  max-width: 1200px;
  margin: 0 auto;
}

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

.section-tag {
  display: inline-block;
  font-family: var(--font-gujarati);
  font-size: 0.95rem;
  letter-spacing: 2px;
  color: var(--crimson-rich);
  margin-bottom: 10px;
  font-weight: 700;
}

.section-title {
  font-family: var(--font-royal);
  font-size: 2.8rem;
  color: var(--crimson-rich);
  margin-bottom: 10px;
}

.section-desc {
  font-family: var(--font-gujarati);
  color: var(--gold-dark);
  font-size: 1.2rem;
  font-weight: 600;
}

.couple-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  gap: 30px;
  align-items: center;
}

.couple-card {
  background: linear-gradient(135deg, #ffffff 0%, #fcf5e5 100%);
  border: 2px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 35px 25px;
  text-align: center;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.couple-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold-primary);
}

.couple-role-badge {
  display: inline-block;
  background: var(--crimson-rich);
  color: #fff;
  font-family: var(--font-gujarati);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 4px 20px;
  border-radius: var(--radius-full);
  margin-bottom: 15px;
  border: 1px solid var(--gold-primary);
}

.couple-name {
  font-family: var(--font-gujarati);
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--crimson-rich);
  margin-bottom: 6px;
}

.couple-family-tag {
  font-family: var(--font-gujarati);
  color: var(--gold-dark);
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 12px;
}

.couple-parents {
  font-family: var(--font-gujarati);
  font-size: 0.98rem;
  color: var(--text-primary);
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.5;
}

.couple-bio {
  font-family: var(--font-gujarati);
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Center Royal Portrait */
.poster-showcase-wrapper {
  position: relative;
  text-align: center;
}

.movie-poster-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 4px solid var(--gold-primary);
  box-shadow: 0 15px 40px rgba(184, 134, 11, 0.3);
  background: #fdf5e2;
}

.poster-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.movie-poster-frame:hover .poster-img {
  transform: scale(1.03);
}

.poster-gold-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #780d19 0%, #b8860b 100%);
  color: #fff;
  font-family: var(--font-gujarati);
  font-size: 0.82rem;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: var(--radius-full);
  letter-spacing: 1px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

/* ----------------------------------------------------
   FUNCTION DETAILS (TRADITIONAL ITINERARY)
---------------------------------------------------- */
.functions-section {
  position: relative;
  padding: 90px 20px;
  background: radial-gradient(circle at center, #fff9e6 0%, #f9ecd0 60%, #f2dcab 100%);
}

.functions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 35px;
  margin-top: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.ceremony-day-card {
  background: linear-gradient(135deg, #ffffff 0%, #fffbf0 100%);
  border: 2px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 32px 26px;
  box-shadow: var(--shadow-card);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ceremony-day-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #780d19, #d4af37, #780d19);
}

.ceremony-day-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold-primary);
  box-shadow: 0 16px 40px rgba(184, 134, 11, 0.25);
}

.ceremony-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.day-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.day-badge {
  font-family: var(--font-gujarati);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--crimson-rich);
  background: rgba(120, 13, 25, 0.08);
  border: 1px solid rgba(120, 13, 25, 0.3);
  padding: 5px 16px;
  border-radius: var(--radius-full);
}

.day-date-tag {
  font-family: var(--font-gujarati);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--gold-dark);
}

.day-card-title {
  font-family: var(--font-gujarati);
  font-size: 1.6rem;
  color: var(--crimson-rich);
  margin-bottom: 18px;
  line-height: 1.35;
  font-weight: 700;
}

/* Prominent Venue Box with Location Action */
.day-venue-box {
  background: linear-gradient(135deg, #fffdf8 0%, #fbf3e0 100%);
  border: 1.5px solid var(--gold-primary);
  border-radius: var(--radius-md);
  padding: 16px 18px;
  margin-bottom: 22px;
  box-shadow: 0 4px 14px rgba(184, 134, 11, 0.1);
}

.day-venue-info {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.venue-pin-icon {
  font-size: 1.4rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.venue-text-wrap {
  flex: 1;
}

.venue-label {
  display: block;
  font-family: var(--font-gujarati);
  font-size: 0.85rem;
  color: var(--gold-dark);
  font-weight: 700;
  margin-bottom: 3px;
}

.venue-address {
  font-family: var(--font-gujarati);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--crimson-rich);
  line-height: 1.4;
}

.venue-actions {
  display: flex;
  margin-top: 6px;
}

.venue-actions .btn-maps-direct {
  width: 100%;
  padding: 12px 18px;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: var(--radius-md);
  box-shadow: 0 4px 12px rgba(30, 136, 229, 0.25);
  transition: all 0.3s ease;
}

.venue-actions .btn-maps-direct:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(30, 136, 229, 0.45);
}

/* Timeline Functions Inside the Box */
.day-events-timeline {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
  flex: 1;
}

.day-event-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid var(--border-gold-light);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(184, 134, 11, 0.05);
}

.day-event-item:hover {
  border-color: var(--gold-primary);
  transform: translateX(4px);
  box-shadow: 0 4px 14px rgba(184, 134, 11, 0.15);
}

.day-event-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.day-event-content {
  flex: 1;
  min-width: 0;
}

.day-event-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 5px;
}

.day-event-title {
  font-family: var(--font-gujarati);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--crimson-rich);
}

.day-event-time {
  font-family: var(--font-gujarati);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--gold-dark);
  background: rgba(184, 134, 11, 0.12);
  border: 1px solid rgba(184, 134, 11, 0.3);
  padding: 3px 10px;
  border-radius: var(--radius-full);
  white-space: nowrap;
}

.day-event-desc {
  font-family: var(--font-gujarati);
  font-size: 0.92rem;
  color: var(--text-primary);
  line-height: 1.5;
}

.day-card-footer {
  margin-top: auto;
  padding-top: 10px;
}

.btn {
  flex: 1;
  min-width: 120px;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: var(--radius-md);
  font-family: var(--font-gujarati);
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.btn-gold-outline {
  background: #fff;
  border: 1.5px solid var(--gold-primary);
  color: var(--gold-dark);
}

.btn-gold-outline:hover {
  background: rgba(184, 134, 11, 0.15);
  color: var(--crimson-rich);
}

.btn-gold-solid {
  background: linear-gradient(135deg, #b8860b 0%, #8c6209 100%);
  color: #fff;
  width: 100%;
}

.btn-gold-solid:hover {
  background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
  box-shadow: 0 4px 15px rgba(184, 134, 11, 0.4);
}

.btn-maps-direct {
  background: linear-gradient(135deg, #1e88e5 0%, #1565c0 100%);
  color: #fff;
  border: 1px solid #64b5f6;
  text-decoration: none;
}

.btn-maps-direct:hover {
  background: linear-gradient(135deg, #42a5f5 0%, #1e88e5 100%);
  box-shadow: 0 4px 15px rgba(30, 136, 229, 0.4);
  color: #fff;
}

/* ----------------------------------------------------
   GARBA & DANDIYA RAAS CELEBRATION SECTION
---------------------------------------------------- */
.garba-section {
  position: relative;
  padding: 90px 20px;
  background: linear-gradient(180deg, #f5e6c1 0%, #fff4db 50%, #f4e3bc 100%);
  text-align: center;
  overflow: hidden;
}

.garba-showcase-card {
  max-width: 1000px;
  margin: 0 auto;
  background: rgba(255, 253, 247, 0.96);
  border: 2px solid var(--gold-primary);
  border-radius: var(--radius-lg);
  padding: 40px 30px;
  box-shadow: var(--shadow-card);
}

.garba-banner-img-frame {
  width: 100%;
  height: 380px;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 2px solid rgba(184, 134, 11, 0.6);
  margin-bottom: 35px;
  position: relative;
}

.garba-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Garba Rhythm Controls */
.garba-controls-panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 35px;
}

.rhythm-pill-btn {
  background: #ffffff;
  border: 1.5px solid var(--gold-primary);
  color: var(--text-primary);
  font-family: var(--font-gujarati);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(184, 134, 11, 0.15);
}

.rhythm-pill-btn.active {
  background: var(--gold-primary);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 0 20px rgba(184, 134, 11, 0.4);
}

.garba-play-toggle-btn {
  background: linear-gradient(135deg, #780d19 0%, #b71c1c 100%);
  color: #fff;
  border: 1px solid var(--gold-accent);
  padding: 10px 24px;
  border-radius: var(--radius-full);
  font-family: var(--font-gujarati);
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(120, 13, 25, 0.35);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.garba-play-toggle-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 25px rgba(120, 13, 25, 0.5);
}

/* Interactive Dandiya Strike Arena */
.dandiya-clash-arena {
  background: radial-gradient(circle at center, #fffbf2 0%, #f7ebd2 80%);
  border: 2px dashed var(--gold-primary);
  border-radius: var(--radius-lg);
  padding: 40px 20px;
  position: relative;
  cursor: pointer;
  max-width: 600px;
  margin: 0 auto 30px auto;
  transition: transform 0.2s ease, border-color 0.2s ease;
  user-select: none;
  box-shadow: inset 0 2px 10px rgba(184, 134, 11, 0.1);
}

.dandiya-clash-arena:hover {
  border-color: var(--crimson-rich);
}

.dandiya-sticks-display {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  position: relative;
}

.interactive-stick {
  width: 14px;
  height: 120px;
  background: linear-gradient(to bottom, #ff9800 0%, #e91e63 50%, #ffeb3b 100%);
  border-radius: 8px;
  border: 1.5px solid #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  position: absolute;
  transform-origin: bottom center;
}

.stick-left {
  transform: rotate(-25deg);
  left: calc(50% - 45px);
}

.stick-right {
  transform: rotate(25deg);
  right: calc(50% - 45px);
}

.spark-center {
  position: absolute;
  width: 50px;
  height: 50px;
  background: radial-gradient(circle, #fff 0%, #ffd700 60%, transparent 100%);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  z-index: 10;
}

.dandiya-arena-prompt {
  font-family: var(--font-gujarati);
  font-size: 1.2rem;
  color: var(--crimson-rich);
  font-weight: 700;
  margin-top: 15px;
}

.garba-cheer-badge {
  display: inline-block;
  margin-top: 12px;
  background: rgba(184, 134, 11, 0.15);
  border: 1px solid var(--gold-primary);
  color: var(--crimson-rich);
  padding: 6px 18px;
  border-radius: var(--radius-full);
  font-family: var(--font-gujarati);
  font-size: 1.05rem;
  font-weight: 700;
}

.dandiya-stats {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 15px;
  font-size: 1rem;
  color: var(--text-primary);
  font-weight: 600;
}

/* Animated Garba Dancers Row */
.garba-dancers-row {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 35px;
  flex-wrap: wrap;
}

.garba-dancer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  padding: 10px 18px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-gold-light);
  box-shadow: 0 4px 12px rgba(184, 134, 11, 0.12);
  transition: transform 0.2s ease;
}

.dancer-avatar {
  font-size: 3.5rem;
  filter: drop-shadow(0 4px 10px rgba(184, 134, 11, 0.3));
}

.dancer-name {
  font-family: var(--font-gujarati);
  font-size: 0.95rem;
  color: var(--text-primary);
  font-weight: 600;
  margin-top: 5px;
}

/* ----------------------------------------------------
   MANDAP & SACRED RITUALS SECTION
---------------------------------------------------- */
.mandap-section {
  position: relative;
  padding: 90px 20px;
  background: radial-gradient(circle at center, #fff9e6 0%, #f7eacc 70%, #f2ddb3 100%);
}

.mandap-box {
  background: rgba(255, 253, 247, 0.96);
  border: 2px solid var(--gold-primary);
  border-radius: var(--radius-lg);
  padding: 30px;
  text-align: center;
  box-shadow: var(--shadow-card);
}

.mandap-shloka-title {
  font-family: var(--font-gujarati);
  font-size: 1.5rem;
  color: var(--crimson-rich);
  margin-bottom: 15px;
  font-weight: 700;
}

.mandap-desc-text {
  font-family: var(--font-gujarati);
  font-size: 1.05rem;
  color: var(--text-primary);
  line-height: 1.8;
}

/* ----------------------------------------------------
   FAMILY & ELDERS (TRADITIONAL KANKOTRI CREDITS)
---------------------------------------------------- */
.cast-section {
  position: relative;
  padding: 90px 20px;
  background: linear-gradient(180deg, #f4e3bc 0%, #fbf3dc 50%, #f2deaf 100%);
}

.cast-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.single-host-grid {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.host-parents-card {
  max-width: 580px;
  width: 100%;
  background: linear-gradient(135deg, #ffffff 0%, #fdf7eb 100%);
  border: 2.5px solid var(--gold-primary);
  border-radius: var(--radius-lg);
  padding: 40px 30px;
  text-align: center;
  box-shadow: var(--shadow-card);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.host-parents-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(184, 134, 11, 0.25);
}

.host-parents-card .cast-role {
  display: inline-block;
  background: rgba(120, 13, 25, 0.08);
  border: 1px solid rgba(120, 13, 25, 0.25);
  color: var(--crimson-rich);
  font-size: 0.92rem;
  padding: 5px 18px;
  border-radius: var(--radius-full);
  margin-bottom: 15px;
}

.host-parents-card .cast-names {
  font-size: 1.6rem;
  color: var(--crimson-rich);
  margin-bottom: 10px;
}

.host-parents-card .cast-relation {
  font-size: 1.05rem;
  color: var(--text-primary);
  font-weight: 600;
}

.cast-card {
  background: linear-gradient(135deg, #ffffff 0%, #fdf8ed 100%);
  border: 1.5px solid var(--border-gold);
  border-radius: var(--radius-md);
  padding: 25px;
  text-align: center;
  box-shadow: var(--shadow-card);
  transition: all 0.3s ease;
}

.cast-card:hover {
  border-color: var(--gold-primary);
  transform: translateY(-4px);
}

.cast-role {
  font-family: var(--font-gujarati);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--gold-dark);
  margin-bottom: 8px;
}

.cast-names {
  font-family: var(--font-gujarati);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--crimson-rich);
  margin-bottom: 6px;
}

.cast-relation {
  font-family: var(--font-gujarati);
  font-size: 0.92rem;
  color: var(--text-secondary);
}

/* ----------------------------------------------------
   RSVP & BLESSINGS WALL
---------------------------------------------------- */
.rsvp-section {
  position: relative;
  padding: 90px 20px;
  background: radial-gradient(circle at center, #fff9e8 0%, #f8eed4 60%, #f1ddab 100%);
}

.rsvp-layout-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  margin-top: 40px;
  align-items: flex-start;
}

.rsvp-form-card {
  background: rgba(255, 253, 247, 0.96);
  border: 2px solid var(--gold-primary);
  border-radius: var(--radius-lg);
  padding: 35px 30px;
  box-shadow: var(--shadow-card);
}

.form-group {
  margin-bottom: 20px;
  text-align: left;
}

.form-label {
  display: block;
  font-family: var(--font-gujarati);
  font-size: 0.95rem;
  color: var(--crimson-rich);
  margin-bottom: 8px;
  font-weight: 700;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  background: #ffffff;
  border: 1.5px solid var(--border-gold);
  color: var(--text-primary);
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.3s ease;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--crimson-rich);
  box-shadow: 0 0 10px rgba(184, 134, 11, 0.25);
}

.form-textarea {
  resize: vertical;
  min-height: 90px;
}

.btn-submit-rsvp {
  width: 100%;
  background: linear-gradient(135deg, #780d19 0%, #a31526 100%);
  color: #fff;
  font-family: var(--font-gujarati);
  font-weight: 700;
  font-size: 1.1rem;
  padding: 14px;
  border-radius: var(--radius-md);
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(120, 13, 25, 0.25);
  transition: all 0.3s ease;
}

.btn-submit-rsvp:hover {
  background: linear-gradient(135deg, #9c1727 0%, #b8860b 100%);
  box-shadow: 0 6px 20px rgba(184, 134, 11, 0.4);
  transform: translateY(-2px);
}

/* Blessings Wall */
.blessings-wall-card {
  background: rgba(255, 253, 247, 0.96);
  border: 1.5px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 30px 25px;
  max-height: 520px;
  overflow-y: auto;
  box-shadow: var(--shadow-card);
}

.blessings-wall-title {
  font-family: var(--font-gujarati);
  color: var(--crimson-rich);
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px dashed rgba(184, 134, 11, 0.3);
  padding-bottom: 12px;
}

.blessing-card {
  background: #fffdf8;
  border: 1.5px solid rgba(184, 134, 11, 0.25);
  border-radius: var(--radius-md);
  padding: 16px;
  margin-bottom: 15px;
  position: relative;
  box-shadow: 0 2px 8px rgba(184, 134, 11, 0.08);
}

.blessing-coin {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 1.2rem;
}

.blessing-text {
  font-family: var(--font-gujarati);
  font-size: 0.95rem;
  color: var(--text-primary);
  line-height: 1.5;
  margin-bottom: 8px;
}

.blessing-author {
  font-size: 0.85rem;
  color: var(--gold-dark);
  font-weight: 600;
}

/* ----------------------------------------------------
   DEVELOPER SIGNATURE & FOOTER
---------------------------------------------------- */
.developer-credit-card {
  max-width: 720px;
  margin: 0 auto 35px auto;
  background: linear-gradient(135deg, #fffef9 0%, #f8eed6 100%);
  border: 2px solid var(--gold-primary);
  border-radius: var(--radius-lg);
  padding: 25px 30px;
  box-shadow: var(--shadow-card);
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
}

.dev-avatar-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b8860b 0%, #8c6209 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(184, 134, 11, 0.35);
}

.dev-info {
  flex: 1;
}

.dev-title {
  font-family: var(--font-gujarati);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--crimson-rich);
  margin-bottom: 4px;
}

.dev-subtitle {
  font-size: 0.92rem;
  color: var(--text-primary);
  line-height: 1.5;
  margin-bottom: 8px;
}

.dev-tech-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tech-tag {
  font-size: 0.75rem;
  font-weight: 600;
  background: rgba(184, 134, 11, 0.12);
  color: var(--gold-dark);
  border: 1px solid rgba(184, 134, 11, 0.35);
  padding: 2px 10px;
  border-radius: var(--radius-full);
}

.wedding-footer {
  position: relative;
  background: linear-gradient(180deg, #590912 0%, #3e050c 100%);
  border-top: 3px double #d4af37;
  padding: 50px 20px 80px 20px;
  text-align: center;
}

.footer-shloka {
  font-family: var(--font-gujarati);
  font-size: 1.2rem;
  color: #ffe082;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer-credits {
  font-size: 0.92rem;
  color: #f5e4bd;
  margin-bottom: 8px;
}

.footer-dev-line {
  font-size: 0.85rem;
  color: #e6c875;
  letter-spacing: 0.3px;
  opacity: 0.9;
}

/* ----------------------------------------------------
   MODALS (MAP)
---------------------------------------------------- */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(45, 22, 9, 0.8);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  padding: 20px;
}

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

.modal-window {
  background: #fffdf8;
  border: 2px solid var(--gold-primary);
  border-radius: var(--radius-lg);
  max-width: 680px;
  width: 100%;
  padding: 30px;
  position: relative;
  box-shadow: 0 25px 60px rgba(0,0,0,0.35);
}

.modal-close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  background: transparent;
  border: none;
  color: var(--crimson-rich);
  font-size: 1.8rem;
  cursor: pointer;
  transition: color 0.2s;
}

.modal-close-btn:hover {
  color: #000;
}

.map-iframe-container {
  width: 100%;
  height: 320px;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin: 20px 0;
  border: 1px solid rgba(212, 175, 55, 0.4);
}

.map-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* ----------------------------------------------------
   RESPONSIVE QUERIES
---------------------------------------------------- */
@media (max-width: 992px) {
  .functions-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .couple-grid {
    grid-template-columns: 1fr;
    max-width: 550px;
    margin: 0 auto;
  }

  .poster-showcase-wrapper {
    order: -1;
  }
}

@media (max-width: 768px) {
  .hero-main-title {
    font-size: 2.2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

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

  .section-desc {
    font-size: 1rem;
  }

  .timer-number {
    font-size: 1.6rem;
  }

  .timer-box {
    padding: 12px 8px;
  }

  .ganesh-artwork-wrapper {
    width: 240px;
    height: 240px;
  }

  .temple-bell-wrapper {
    display: none;
  }

  .shloka-box {
    padding: 24px 18px;
  }

  .shloka-sanskrit {
    font-size: 1.25rem;
    line-height: 1.6;
  }

  .shloka-meaning {
    font-size: 0.95rem;
  }

  .ceremony-day-card {
    padding: 22px 16px;
  }

  .day-card-title {
    font-size: 1.35rem;
  }

  .day-venue-box {
    padding: 14px 12px;
  }

  .venue-actions {
    flex-direction: column;
  }

  .venue-actions .btn {
    width: 100%;
  }

  .day-event-item {
    padding: 12px;
    gap: 10px;
  }

  .day-event-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .day-event-title {
    font-size: 1.05rem;
  }

  .host-parents-card {
    padding: 28px 18px;
    margin: 0 10px;
  }

  .host-parents-card .cast-names {
    font-size: 1.35rem;
  }

  .host-parents-card .cast-relation {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .floating-top-bar {
    top: 8px;
    right: 8px;
    gap: 6px;
  }

  .floating-btn {
    font-size: 0.75rem;
    padding: 6px 12px;
  }

  .countdown-timer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .timer-number {
    font-size: 1.45rem;
  }

  .royal-envelope {
    padding: 25px 16px;
    width: 94vw;
  }

  .envelope-title {
    font-size: 1.9rem;
  }

  .envelope-couple {
    font-size: 1.35rem;
  }

  .wax-seal-btn {
    width: 75px;
    height: 75px;
  }

  .wax-seal-symbol {
    font-size: 1.8rem;
  }

  .couple-card {
    padding: 25px 16px;
  }

  .couple-name {
    font-size: 1.85rem;
  }

  .wedding-footer {
    padding: 40px 15px 70px 15px;
  }

  .footer-shloka {
    font-size: 1rem;
  }
}

