/* ==========================================================================
   GANPATI BAPA DIGITAL INVITATION - MODAK ANIMATED MARQUEE & STYLES
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;700;900&family=Poppins:wght@300;400;500;600;700&family=Rozha+One&family=Tiro+Devanagari+Marathi:italic@0;1&family=Yatra+One&display=swap');

:root {
  --primary-gold: #D4AF37;
  --gold-glow: #F3E5AB;
  --deep-gold: #996515;
  --dark-maroon: #2C0F08;
  --chocolate-brown: #3D1C06;
  --warm-cream: #FDF5E6;
  --soft-gold-bg: #F4E8C1;
  --text-dark: #2B1810;
  --text-gold: #E5C158;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Tiro Devanagari Marathi', 'Poppins', sans-serif;
  background-color: #f6ebd6;
  color: var(--text-dark);
  overflow-x: hidden;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  min-height: 100vh;
  width: 100%;
}

/* Typography Utility */
.font-marathi-title {
  font-family: 'Yatra One', 'Rozha One', 'Tiro Devanagari Marathi', serif;
}

.font-marathi-body {
  font-family: 'Tiro Devanagari Marathi', serif;
}

.font-cinzel {
  font-family: 'Cinzel', serif;
}

/* --------------------------------------------------------------------------
   INTERSECTION OBSERVER SCROLL REVEAL ANIMATIONS
   -------------------------------------------------------------------------- */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(35px) scale(0.96);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: opacity, transform;
}

.reveal-on-scroll.revealed {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* --------------------------------------------------------------------------
   DEDICATED UKADICHE MODAK ANIMATED MARQUEE BANNER
   -------------------------------------------------------------------------- */
.modak-marquee-container {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #4a1f06 0%, #7c3b0d 50%, #4a1f06 100%);
  border-top: 3px solid #f6d17b;
  border-bottom: 3px solid #f6d17b;
  padding: 16px 0;
  box-shadow: inset 0 0 35px rgba(0, 0, 0, 0.6), 0 8px 25px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 50;
}

.modak-marquee-track {
  display: flex;
  width: max-content;
  animation: modakMarqueeScroll 20s linear infinite;
  white-space: nowrap;
  align-items: center;
}

.modak-marquee-track:hover {
  animation-play-state: paused;
}

.modak-marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 0 32px;
  font-family: 'Yatra One', 'Tiro Devanagari Marathi', serif;
  font-size: 1.25rem;
  color: #f6d17b;
  letter-spacing: 1px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.modak-marquee-img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.5));
  animation: modakBounceSpin 3s ease-in-out infinite alternate;
}

@keyframes modakBounceSpin {
  0% {
    transform: translateY(0) rotate(-6deg) scale(0.95);
    filter: drop-shadow(0 4px 8px rgba(246, 209, 123, 0.4));
  }
  100% {
    transform: translateY(-8px) rotate(6deg) scale(1.1);
    filter: drop-shadow(0 8px 18px rgba(255, 215, 0, 0.85));
  }
}

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

/* --------------------------------------------------------------------------
   INFINITE RIGHT-TO-LEFT GALLERY MARQUEE CAROUSEL (ULTRA-PREMIUM WAVE CURVE)
   -------------------------------------------------------------------------- */
.gallery-marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 45px 0 65px 0;
}

.gallery-marquee-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: galleryScrollRightToLeft 28s linear infinite;
  will-change: transform;
  align-items: center;
}

.gallery-marquee-track:hover {
  animation-play-state: paused;
}

.gallery-card-item {
  width: clamp(160px, 22vw, 280px);
  height: clamp(170px, 23vw, 250px);
  border-radius: 22px;
  overflow: hidden;
  border: 3px solid #f6d17b;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.45);
  flex-shrink: 0;
  cursor: pointer;
  background-color: #3d1c06;
  position: relative;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

/* ULTRA-PREMIUM WAVE CURVE TRAJECTORY WITH ROTATIONAL TILT */
.gallery-card-item:nth-child(8n+1) { transform: translateY(18px) rotate(-1.5deg); }
.gallery-card-item:nth-child(8n+2) { transform: translateY(34px) rotate(-0.8deg); }
.gallery-card-item:nth-child(8n+3) { transform: translateY(48px) rotate(0deg); }
.gallery-card-item:nth-child(8n+4) { transform: translateY(28px) rotate(0.8deg); }
.gallery-card-item:nth-child(8n+5) { transform: translateY(4px) rotate(1.2deg); }
.gallery-card-item:nth-child(8n+6) { transform: translateY(-16px) rotate(0.5deg); }
.gallery-card-item:nth-child(8n+7) { transform: translateY(-32px) rotate(-1deg); }
.gallery-card-item:nth-child(8n+8) { transform: translateY(-44px) rotate(-2deg); }

/* ON LARGE SCREENS (DESKTOP): AMPLIFIED ULTRA-PREMIUM WAVE CURVE */
@media (min-width: 1024px) {
  #photo-gallery {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 7.5rem !important;
  }
  
  .gallery-marquee-track {
    gap: 14px;
  }

  .gallery-card-item {
    width: clamp(120px, 11.2vw, 195px);
    height: clamp(140px, 12vw, 215px);
    border-radius: 18px;
  }

  .gallery-card-item:nth-child(8n+1) { transform: translateY(22px) rotate(-1.5deg); }
  .gallery-card-item:nth-child(8n+2) { transform: translateY(40px) rotate(-0.8deg); }
  .gallery-card-item:nth-child(8n+3) { transform: translateY(54px) rotate(0deg); }
  .gallery-card-item:nth-child(8n+4) { transform: translateY(32px) rotate(0.8deg); }
  .gallery-card-item:nth-child(8n+5) { transform: translateY(6px) rotate(1.2deg); }
  .gallery-card-item:nth-child(8n+6) { transform: translateY(-18px) rotate(0.5deg); }
  .gallery-card-item:nth-child(8n+7) { transform: translateY(-36px) rotate(-1deg); }
  .gallery-card-item:nth-child(8n+8) { transform: translateY(-48px) rotate(-2deg); }

  .gallery-card-item:hover {
    transform: translateY(-55px) scale(1.12) rotate(0deg) !important;
    border-color: #fff;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.8), 0 0 40px rgba(255, 215, 0, 0.9);
  }
}

.gallery-card-item:hover {
  transform: translateY(-20px) scale(1.06) rotate(0deg);
  border-color: #fff;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.7), 0 0 30px rgba(255, 215, 0, 0.75);
}

.gallery-card-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-card-item.bg-contain-img img {
  object-fit: contain;
}

.gallery-card-item:hover img {
  transform: scale(1.14);
}

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

/* --------------------------------------------------------------------------
   CUTE BABY LORD GANESHA DIVINE VISUAL CARD IN FORM SECTION
   -------------------------------------------------------------------------- */
.cute-ganesha-card-wrapper {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cute-ganesha-halo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(246, 209, 123, 0.45) 0%, rgba(212, 152, 44, 0.15) 55%, transparent 75%);
  border-radius: 50%;
  pointer-events: none;
  animation: cuteGaneshaAura 3.5s ease-in-out infinite alternate;
}

@keyframes cuteGaneshaAura {
  0% {
    transform: translate(-50%, -50%) scale(0.92);
    opacity: 0.55;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 0.95;
  }
}

.cute-ganesha-img-box {
  position: relative;
  width: 100%;
  max-width: 280px;
  height: 330px;
  border-radius: 28px;
  overflow: hidden;
  border: 3.5px solid #f6d17b;
  box-shadow: 
    0 20px 45px rgba(0, 0, 0, 0.65),
    0 0 35px rgba(246, 209, 123, 0.5),
    inset 0 0 20px rgba(246, 209, 123, 0.25);
  background: linear-gradient(160deg, #5c2c0c 0%, #2b1104 100%);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
  animation: floatCuteGanesha 4s ease-in-out infinite alternate;
}

.cute-ganesha-img-box:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 
    0 28px 60px rgba(0, 0, 0, 0.8),
    0 0 50px rgba(255, 215, 0, 0.85);
  border-color: #fff;
}

@keyframes floatCuteGanesha {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}

.cute-ganesha-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.cute-ganesha-img-box:hover .cute-ganesha-img {
  transform: scale(1.08);
}

.cute-ganesha-badge {
  margin-top: 14px;
  background: linear-gradient(135deg, #f7d57f 0%, #d4982c 100%);
  padding: 6px 20px;
  border-radius: 20px;
  border: 1.5px solid #fff5cc;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 10;
}

/* --------------------------------------------------------------------------
   BLESSING BUTTON HALO AURA & ANIMATED FOOTER OM CHAKRA
   -------------------------------------------------------------------------- */
.blessing-btn-halo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  height: 140%;
  background: radial-gradient(circle, rgba(246, 209, 123, 0.6) 0%, rgba(212, 152, 44, 0.2) 60%, transparent 80%);
  border-radius: 9999px;
  pointer-events: none;
  animation: blessingHaloPulse 2.8s ease-in-out infinite alternate;
}

@keyframes blessingHaloPulse {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 0.95;
  }
}

/* Footer Mandala Background */
.footer-mandala-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(85vw, 550px);
  height: min(85vw, 550px);
  background-image: url('./images/mandala-jdOIDeh6.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
  opacity: 0.22;
  filter: drop-shadow(0 0 25px rgba(255, 215, 0, 0.5));
  animation: spinAartiMandala 40s linear infinite;
}

/* Footer Om Icon Wrapper */
.footer-om-wrapper {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: radial-gradient(circle, #7c3b0d 0%, #351603 100%);
  border: 2px solid #f6d17b;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 25px rgba(246, 209, 123, 0.65);
  animation: omPulseGlow 3s infinite ease-in-out alternate;
}

.footer-om-text {
  font-size: 2.5rem;
  color: #f6d17b;
  line-height: 1;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6));
}

@keyframes omPulseGlow {
  0% {
    transform: scale(0.96);
    box-shadow: 0 0 15px rgba(246, 209, 123, 0.5);
  }
  100% {
    transform: scale(1.08);
    box-shadow: 0 0 35px rgba(255, 215, 0, 0.95);
  }
}

/* --------------------------------------------------------------------------
   GRAND PARTY CONFETTI & FLOWER CELEBRATION ANIMATION
   -------------------------------------------------------------------------- */
.blessing-party-container {
  position: fixed;
  inset: 0;
  z-index: 999999;
  pointer-events: none;
  overflow: hidden;
}

.party-particle {
  position: absolute;
  top: -30px;
  opacity: 1;
  animation: partyParticleFall linear forwards;
  will-change: transform, opacity;
}

@keyframes partyParticleFall {
  0% {
    transform: translateY(0) rotate(0deg) scale(1);
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    transform: translateY(105vh) rotate(720deg) scale(0.6);
    opacity: 0;
  }
}

/* Devotional Blessing Modal Overlay */
.blessing-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  padding: 20px;
  backdrop-filter: blur(8px);
}

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

.blessing-modal-card {
  position: relative;
  width: 100%;
  max-width: 440px;
  background: linear-gradient(145deg, #4a2108 0%, #240d02 100%);
  border: 3px solid #f6d17b;
  border-radius: 26px;
  padding: 24px;
  box-shadow: 
    0 25px 60px rgba(0, 0, 0, 0.85),
    0 0 45px rgba(246, 209, 123, 0.7),
    inset 0 0 25px rgba(246, 209, 123, 0.3);
  transform: scale(0.85) translateY(30px);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

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

.blessing-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #2b1104;
  border: 1.5px solid #f6d17b;
  color: #f6d17b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.blessing-modal-close:hover {
  transform: scale(1.15);
  background: #f6d17b;
  color: #2b1104;
}

/* --------------------------------------------------------------------------
   ROYAL MAROON / BROWN CURTAIN OVERLAY
   -------------------------------------------------------------------------- */
#door-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  perspective: 1500px;
  overflow: hidden;
}

.door-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50.2%;
  height: 100%;
  background: 
    repeating-linear-gradient(
      90deg,
      #3d0d08 0px,
      #6e1a0e 25px,
      #290804 50px,
      #52150b 75px,
      #1f0502 100px
    );
  box-shadow: inset 0 0 140px rgba(0, 0, 0, 0.85);
  transition: transform 1.1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.1s ease;
  will-change: transform, opacity;
  overflow: hidden;
}

.door-left {
  left: 0;
  transform-origin: left center;
}

.door-right {
  right: 0;
  transform-origin: right center;
}

/* Single Central Mandala Half Elements with Circular Spinning Animations */
.door-mandala-half {
  position: absolute;
  top: 50%;
  width: min(85vw, 680px);
  height: min(85vw, 680px);
  background-image: url('./images/mandala-jdOIDeh6.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
  opacity: 0.9;
  filter: drop-shadow(0 0 35px rgba(255, 215, 0, 0.6));
}

.mandala-left-half {
  right: 0;
  animation: spinCentralChakraLeft 45s linear infinite;
}

.mandala-right-half {
  left: 0;
  animation: spinCentralChakraRight 45s linear infinite;
}

@keyframes spinCentralChakraLeft {
  from {
    transform: translate(50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(50%, -50%) rotate(360deg);
  }
}

@keyframes spinCentralChakraRight {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Fast & Smooth Curtain Opening Animation */
#door-overlay.doors-opened .door-left {
  transform: translateX(-102%);
  opacity: 0;
}

#door-overlay.doors-opened .door-right {
  transform: translateX(102%);
  opacity: 0;
}

#door-overlay.doors-opened .door-center-seal {
  transform: scale(1.2) translateY(-60px);
  opacity: 0;
  transition: transform 0.6s ease-in, opacity 0.6s ease-in;
}

#door-overlay.doors-opened {
  pointer-events: none;
  visibility: hidden;
  transition: visibility 0s 1.1s;
}

/* Central Wax Seal / Button - ULTRA-PREMIUM BACKDROP BLUR GLASSMORPHISM */
.door-center-seal {
  position: absolute;
  z-index: 10000;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(92, 44, 12, 0.72) 0%, rgba(41, 16, 3, 0.88) 100%);
  backdrop-filter: blur(14px) saturate(190%);
  -webkit-backdrop-filter: blur(14px) saturate(190%);
  border: 2.5px solid rgba(246, 209, 123, 0.85);
  box-shadow: 
    0 0 40px rgba(246, 209, 123, 0.7),
    0 15px 40px rgba(0, 0, 0, 0.75),
    inset 0 0 25px rgba(246, 209, 123, 0.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease, border-color 0.4s ease;
  animation: sealPulse 2.5s infinite ease-in-out;
  white-space: nowrap;
  padding: 12px;
}

@media (min-width: 768px) {
  .door-center-seal {
    width: 185px;
    height: 185px;
  }
}

.door-center-seal:hover {
  transform: scale(1.08);
  border-color: #ffffff;
  background: radial-gradient(circle, rgba(124, 59, 13, 0.82) 0%, rgba(53, 22, 3, 0.92) 100%);
  box-shadow: 
    0 0 65px rgba(255, 215, 0, 0.95),
    0 20px 45px rgba(0, 0, 0, 0.8);
}

@keyframes sealPulse {
  0%, 100% {
    box-shadow: 0 0 25px rgba(230, 175, 46, 0.6), 0 10px 25px rgba(0, 0, 0, 0.5);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 50px rgba(255, 223, 133, 0.9), 0 15px 35px rgba(0, 0, 0, 0.6);
    transform: scale(1.05);
  }
}

/* --------------------------------------------------------------------------
   MUSIC FLOATING CONTROL
   -------------------------------------------------------------------------- */
.music-btn {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 900;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7c3b0d 0%, #3e1b04 100%);
  border: 2px solid #f6d17b;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.5), 0 0 15px rgba(246, 209, 123, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f6d17b;
  cursor: pointer;
  transition: all 0.3s ease;
}

.music-btn:hover {
  transform: scale(1.12);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.6), 0 0 25px rgba(246, 209, 123, 0.9);
}

.music-bars {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 20px;
}

.music-bar {
  width: 3.5px;
  background-color: #f6d17b;
  border-radius: 2px;
  animation: barBounce 1.2s ease-in-out infinite alternate;
}

.music-bar:nth-child(1) { height: 40%; animation-delay: 0.1s; }
.music-bar:nth-child(2) { height: 90%; animation-delay: 0.3s; }
.music-bar:nth-child(3) { height: 60%; animation-delay: 0.2s; }
.music-bar:nth-child(4) { height: 100%; animation-delay: 0.4s; }

.music-btn.paused .music-bar {
  animation-play-state: paused;
  height: 20% !important;
}

/* --------------------------------------------------------------------------
   AWARD-WINNING DEVOTIONAL MARQUEE TICKER BANNER
   -------------------------------------------------------------------------- */
.marquee-container {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #3d1704 0%, #6e2e0a 50%, #3d1704 100%);
  border-top: 2px solid #f6d17b;
  border-bottom: 2px solid #f6d17b;
  padding: 12px 0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 50;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 22s linear infinite;
  white-space: nowrap;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 0 28px;
  font-family: 'Yatra One', 'Tiro Devanagari Marathi', serif;
  font-size: 1.1rem;
  color: #f6d17b;
  letter-spacing: 1px;
}

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

/* --------------------------------------------------------------------------
   HERO TEMPLE FRAME - 200px MOBILE PILLAR & -10% OFFSETS & -TOP ARCH
   -------------------------------------------------------------------------- */
#hero {
  min-height: 100vh;
  position: relative;
  background: linear-gradient(180deg, #f9f1e1 0%, #f6ebd6 60%, #edd9b2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  width: 100%;
}

.hero-temple-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto !important;
  padding: 2.5rem 12% 1.5rem 12%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 100vh;
  z-index: 30;
}

@media (min-width: 768px) {
  .hero-temple-container {
    height: 94vh;
    min-height: auto;
    padding: 3rem 24% 1.5rem 24%;
  }
}

@media (min-width: 1024px) {
  .hero-temple-container {
    height: 96vh;
    padding: 3.2rem 24% 1.5rem 24%;
  }
}

/* Top Toran Garland Arch Layer - MORE NEGATIVE TOP OFFSET (-20px) */
.top-toran-layer {
  position: absolute;
  top: -20px !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: auto;
  max-height: 170px;
  z-index: 40;
  pointer-events: none;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
}

@media (min-width: 768px) {
  .top-toran-layer {
    top: -25px !important;
  }
}

/* Left & Right Temple Pillars - 200px MOBILE PILLAR WIDTH & -10% SIDE OFFSETS */
.pillar-left,
.pillar-right {
  position: absolute;
  top: -15px !important;
  bottom: -15px !important;
  height: calc(100% + 30px) !important;
  width: clamp(200px, 55vw, 420px);
  z-index: 20;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.pillar-left {
  left: -10% !important;
  background-image: url('./images/piller-pvoq_vZm.webp');
  background-position: left top;
}

.pillar-right {
  right: -10% !important;
  background-image: url('./images/piller-pvoq_vZm.webp');
  background-position: right top;
  transform: scaleX(-1);
}

@media (min-width: 768px) {
  .pillar-left,
  .pillar-right {
    top: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    width: clamp(220px, 32vw, 440px);
  }
  .pillar-left { left: 0 !important; }
  .pillar-right { right: 0 !important; }
}

/* Hanging Bells Positioning */
.bell-left,
.bell-right {
  position: absolute;
  top: min(10vw, 75px);
  width: min(9vw, 65px);
  z-index: 35;
  transform-origin: top center;
  animation: bellSwing 4s ease-in-out infinite alternate;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.35));
  cursor: pointer;
}

.bell-left { left: clamp(55px, 38vw, 420px); }
.bell-right { right: clamp(55px, 38vw, 420px); animation-delay: -2s; }

@keyframes bellSwing {
  0% { transform: rotate(-8deg); }
  50% { transform: rotate(8deg); }
  100% { transform: rotate(-8deg); }
}

.bell-ring-active {
  animation: bellRingFast 0.6s ease-in-out !important;
}

@keyframes bellRingFast {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(-25deg); }
  50% { transform: rotate(25deg); }
  75% { transform: rotate(-15deg); }
  100% { transform: rotate(0deg); }
}

/* --------------------------------------------------------------------------
   GANESHA SHRINE & SMALLER ROTATING HEAD CHAKRA
   -------------------------------------------------------------------------- */
.ganesha-shrine-wrapper {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ganesha-head-chakra {
  position: absolute;
  top: 24%;
  left: 49%;
  width: min(34vw, 160px);
  height: min(34vw, 160px);
  z-index: 6;
  pointer-events: none;
  animation: rotateHeadChakra 20s linear infinite;
  filter: drop-shadow(0 0 18px rgba(255, 215, 0, 0.85));
}

@keyframes rotateHeadChakra {
  from {
    transform: translate(-50%, 0%) rotate(0deg);
  }
  to {
    transform: translate(-50%, 0%) rotate(360deg);
  }
}

/* Ganesha Aura Halo Glow */
.ganesha-aura {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.45) 0%, rgba(243, 229, 171, 0.15) 50%, transparent 75%);
  border-radius: 50%;
  z-index: 5;
  animation: auraPulse 4s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes auraPulse {
  0% {
    transform: translate(-50%, -50%) scale(0.92);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.12);
    opacity: 0.95;
  }
}

/* --------------------------------------------------------------------------
   AWARD-WINNING BENTO GRID EVENT CARDS & ANIMATED SVGS
   -------------------------------------------------------------------------- */
.award-event-card {
  position: relative;
  background: linear-gradient(165deg, #4d2309 0%, #260d03 100%);
  border-radius: 26px;
  padding: 32px 26px;
  border: 2.5px solid #f6d17b;
  box-shadow: 
    0 18px 40px rgba(0, 0, 0, 0.55),
    0 0 25px rgba(246, 209, 123, 0.25),
    inset 0 0 20px rgba(246, 209, 123, 0.2);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.award-event-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 223, 133, 0.2) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.award-event-card:hover::before {
  opacity: 1;
}

.award-event-card:hover {
  transform: translateY(-12px) scale(1.03);
  border-color: #fff;
  box-shadow: 
    0 28px 60px rgba(0, 0, 0, 0.75),
    0 0 45px rgba(255, 215, 0, 0.75);
}

/* Bento Hero Wide Card (Col-Span 2) */
.bento-card-hero {
  background: linear-gradient(135deg, #5c2c0c 0%, #2b1104 100%);
  padding: 32px 36px;
}

.card-svg-icon-wrap {
  width: 76px;
  height: 76px;
  margin: 0 auto 18px auto;
  border-radius: 50%;
  background: radial-gradient(circle, #7c3b0d 0%, #3e1b04 100%);
  border: 2.5px solid #f6d17b;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 25px rgba(246, 209, 123, 0.6);
  position: relative;
  transition: transform 0.4s ease;
  flex-shrink: 0;
}

.award-event-card:hover .card-svg-icon-wrap {
  transform: scale(1.12) rotate(6deg);
  border-color: #fff;
  box-shadow: 0 0 35px rgba(255, 215, 0, 0.9);
}

.card-svg-icon-wrap svg {
  width: 40px;
  height: 40px;
  fill: #f6d17b;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.5));
  animation: svgPulse 3s infinite ease-in-out;
}

@keyframes svgPulse {
  0%, 100% {
    transform: scale(1);
    filter: drop-shadow(0 2px 6px rgba(246, 209, 123, 0.4));
  }
  50% {
    transform: scale(1.12);
    filter: drop-shadow(0 4px 14px rgba(255, 215, 0, 0.85));
  }
}

/* --------------------------------------------------------------------------
   PREMIUM TIMELINE CARD WRAPPER WITH IMAGES
   -------------------------------------------------------------------------- */
.timeline-card-wrapper {
  background: linear-gradient(145deg, #4a2108 0%, #291003 100%);
  border: 2.5px solid #f6d17b;
  border-radius: 24px;
  padding: 16px;
  box-shadow: 
    0 14px 35px rgba(0, 0, 0, 0.5),
    0 0 20px rgba(246, 209, 123, 0.25),
    inset 0 0 15px rgba(246, 209, 123, 0.15);
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 380px;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  text-align: left;
  position: relative;
  overflow: hidden;
}

.timeline-card-wrapper:hover {
  transform: translateY(-8px) scale(1.04);
  box-shadow: 
    0 22px 50px rgba(0, 0, 0, 0.7),
    0 0 35px rgba(246, 209, 123, 0.65);
  border-color: #fff;
}

.timeline-thumb {
  width: 95px;
  height: 95px;
  border-radius: 18px;
  overflow: hidden;
  border: 2px solid #f6d17b;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5);
  position: relative;
}

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

.timeline-card-wrapper:hover .timeline-thumb img {
  transform: scale(1.18) rotate(3deg);
}

.timeline-time-badge {
  background: linear-gradient(135deg, #f7d57f 0%, #d4982c 100%);
  color: #2b1104;
  font-weight: 800;
  font-size: 0.8rem;
  padding: 4px 14px;
  border-radius: 20px;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* --------------------------------------------------------------------------
   PREMIUM ANIMATED AARTI SECTION WITH ROTATING MANDALA CHAKRA
   -------------------------------------------------------------------------- */
.aarti-section-container {
  position: relative;
  z-index: 20;
}

.aarti-mandala-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 560px);
  height: min(92vw, 560px);
  background-image: url('./images/mandala-jdOIDeh6.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
  opacity: 0.65;
  filter: drop-shadow(0 0 35px rgba(255, 215, 0, 0.8));
  z-index: 4;
  animation: spinAartiMandala 35s linear infinite;
}

@keyframes spinAartiMandala {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.aarti-frame-wrapper {
  position: relative;
  max-width: 440px;
  margin: 0 auto;
  padding: 14px;
  border-radius: 28px;
  background: linear-gradient(145deg, #5c2c0c 0%, #291003 100%);
  border: 3.5px solid #f6d17b;
  box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.75),
    0 0 40px rgba(246, 209, 123, 0.6),
    inset 0 0 25px rgba(246, 209, 123, 0.35);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
  overflow: hidden;
  z-index: 10;
}

.aarti-frame-wrapper:hover {
  transform: scale(1.04) translateY(-6px);
  box-shadow: 
    0 25px 60px rgba(0, 0, 0, 0.85),
    0 0 60px rgba(255, 215, 0, 0.85);
}

.aarti-diya-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(85vw, 500px);
  height: min(85vw, 500px);
  background: radial-gradient(circle, rgba(255, 180, 40, 0.45) 0%, rgba(246, 209, 123, 0.18) 50%, transparent 80%);
  border-radius: 50%;
  z-index: 5;
  animation: diyaFlamePulse 2.5s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes diyaFlamePulse {
  0% {
    transform: translate(-50%, -50%) scale(0.88);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 0.95;
  }
}

.aarti-spinning-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(80vw, 480px);
  height: min(80vw, 480px);
  border: 2px dashed rgba(246, 209, 123, 0.65);
  border-radius: 50%;
  z-index: 6;
  pointer-events: none;
  animation: spinAartiRing 28s linear infinite;
  box-shadow: 0 0 25px rgba(246, 209, 123, 0.4);
}

@keyframes spinAartiRing {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.aarti-thali-img {
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
  max-height: 440px;
  object-fit: cover;
  border-radius: 20px;
  border: 2px solid #f6d17b;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.6);
  animation: floatAartiThali 4s ease-in-out infinite alternate;
  transition: transform 0.4s ease;
}

@keyframes floatAartiThali {
  0% { transform: translateY(0); }
  100% { transform: translateY(-8px); }
}

/* MOBILE OPTIMIZED AARTI CARD SIZE SO ROTATING CHAKRA IS BEAUTIFULLY VISIBLE */
@media (max-width: 767px) {
  .aarti-frame-wrapper {
    max-width: 255px !important;
    padding: 8px !important;
    border-radius: 20px !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7), 0 0 25px rgba(246, 209, 123, 0.5) !important;
  }

  .aarti-thali-img {
    max-height: 260px !important;
    border-radius: 14px !important;
  }

  .aarti-mandala-bg {
    display: block !important;
    width: 340px !important;
    height: 340px !important;
    opacity: 0.8 !important;
    filter: drop-shadow(0 0 25px rgba(255, 215, 0, 0.85)) !important;
  }

  .aarti-spinning-ring {
    display: block !important;
    width: 300px !important;
    height: 300px !important;
  }

  .aarti-diya-glow {
    width: 320px !important;
    height: 320px !important;
  }
}

/* --------------------------------------------------------------------------
   GANESHA RIDE RIGHT-TO-LEFT ANIMATED BANNER
   -------------------------------------------------------------------------- */
.ganesha-ride-section {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: linear-gradient(180deg, #3d1704 0%, #240d02 100%);
  border-top: 3px solid #f6d17b;
  border-bottom: 3px solid #f6d17b;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.8);
}

.ganesha-ride-mover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 160px;
  width: auto;
  animation: rideRightToLeft 14s linear infinite;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.7));
  will-change: transform, right;
}

@keyframes rideRightToLeft {
  0% {
    right: -320px;
  }
  100% {
    right: 105%;
  }
}

.ganesha-ride-title-overlay {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 10;
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   ROYAL GOLDEN BORDERS & BADGES
   -------------------------------------------------------------------------- */
.royal-gold-badge {
  background: linear-gradient(135deg, #f7d57f 0%, #d4982c 50%, #946011 100%);
  color: #2b1305;
  border: 1px solid #fff5cc;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.3), inset 0 1px 3px rgba(255, 255, 255, 0.7);
  border-radius: 9999px;
  position: relative;
  overflow: hidden;
}

.royal-gold-badge::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.6) 50%, transparent 60%);
  transform: rotate(30deg);
  animation: shimmer 4s infinite;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%) rotate(30deg);
  }
  30%, 100% {
    transform: translateX(100%) rotate(30deg);
  }
}

/* Curved Dark Section Background */
.curved-dark-section {
  background: linear-gradient(180deg, #4a2108 0%, #2b1104 100%);
  position: relative;
  color: #f7e6c4;
}

.curved-dark-section::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #4a2108;
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
}

.curved-dark-section::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #2b1104;
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
  z-index: 10;
}

/* --------------------------------------------------------------------------
   3D COVERFLOW FAMILY SLIDER CAROUSEL (AUTO SLIDING & ULTRA PREMIUM)
   -------------------------------------------------------------------------- */
.carousel-container {
  position: relative;
  width: 100%;
  max-width: 520px;
  height: 380px;
  margin: 0 auto;
  perspective: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-card {
  position: absolute;
  width: 220px;
  height: 310px;
  border-radius: 24px;
  background: linear-gradient(145deg, #5c2c0c 0%, #351603 100%);
  border: 3px solid #f6d17b;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.65), inset 0 0 18px rgba(246, 209, 123, 0.35);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.7s ease, filter 0.7s ease, border-color 0.4s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px;
  cursor: pointer;
  will-change: transform, opacity;
}

.carousel-card.active {
  transform: translateX(0) scale(1.12) translateZ(60px);
  z-index: 30;
  opacity: 1;
  filter: brightness(1);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.8), 0 0 35px rgba(255, 215, 0, 0.85);
  border-color: #ffffff;
}

.carousel-card.prev {
  transform: translateX(-120px) scale(0.85) rotateY(25deg) translateZ(-40px);
  z-index: 20;
  opacity: 0.65;
  filter: brightness(0.7);
}

.carousel-card.next {
  transform: translateX(120px) scale(0.85) rotateY(-25deg) translateZ(-40px);
  z-index: 20;
  opacity: 0.65;
  filter: brightness(0.7);
}

.carousel-card.hidden-left {
  transform: translateX(-240px) scale(0.6) rotateY(35deg) translateZ(-100px);
  z-index: 10;
  opacity: 0;
}

.carousel-card.hidden-right {
  transform: translateX(240px) scale(0.6) rotateY(-35deg) translateZ(-100px);
  z-index: 10;
  opacity: 0;
}

@media (min-width: 768px) {
  .carousel-container {
    max-width: 800px;
    height: 460px;
  }
  .carousel-card {
    width: 290px;
    height: 380px;
    padding: 16px;
  }
  .card-img-wrapper {
    height: 250px !important;
  }
  .carousel-card.prev {
    transform: translateX(-210px) scale(0.88) rotateY(20deg) translateZ(-30px);
  }
  .carousel-card.next {
    transform: translateX(210px) scale(0.88) rotateY(-20deg) translateZ(-30px);
  }
}

.card-img-wrapper {
  width: 100%;
  height: 200px;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid #f6d17b;
  position: relative;
}

.card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.carousel-card:hover .card-img-wrapper img {
  transform: scale(1.12);
}

.carousel-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f7d57f 0%, #b87c26 100%);
  border: 2px solid #fff;
  color: #2b1104;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
  font-size: 1.2rem;
}

.carousel-nav-btn:hover {
  transform: translateY(-50%) scale(1.15);
  background: linear-gradient(135deg, #fff 0%, #f7d57f 100%);
}

.carousel-nav-btn.prev-btn { left: 10px; }
.carousel-nav-btn.next-btn { right: 10px; }

/* Carousel Pagination Dots */
.carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(124, 59, 13, 0.4);
  border: 1.5px solid #f6d17b;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.carousel-dot.active {
  width: 32px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f7d57f 0%, #d4982c 100%);
  box-shadow: 0 0 14px rgba(246, 209, 123, 0.9);
}

/* --------------------------------------------------------------------------
   TIMELINE STEM & BADGES
   -------------------------------------------------------------------------- */
.timeline-stem {
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 50%;
  width: 4px;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, #d4982c, #82500d, #d4982c);
  z-index: 1;
}

.timeline-stem::before,
.timeline-stem::after {
  content: '🏵️';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
}

.timeline-stem::before { top: -28px; }
.timeline-stem::after { bottom: -28px; }

.timeline-item {
  position: relative;
  z-index: 10;
  margin-bottom: 35px;
  display: flex;
  width: 100%;
}

.timeline-item:nth-child(odd) {
  justify-content: flex-start;
  padding-right: 52%;
}

.timeline-item:nth-child(even) {
  justify-content: flex-end;
  padding-left: 52%;
}

.timeline-node {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff5cc 0%, #d4982c 60%, #7c4805 100%);
  border: 3px solid #2b1104;
  z-index: 12;
  box-shadow: 0 0 12px rgba(246, 209, 123, 0.85);
}

/* Mobile adjustments for timeline */
@media (max-width: 639px) {
  .timeline-item:nth-child(odd),
  .timeline-item:nth-child(even) {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
  .timeline-stem,
  .timeline-node {
    display: none;
  }
  .timeline-card-wrapper {
    max-width: 95% !important;
  }
}

/* --------------------------------------------------------------------------
   GOLDEN BUTTONS & INTERACTION
   -------------------------------------------------------------------------- */
.btn-gold-royal {
  background: linear-gradient(135deg, #f7d57f 0%, #d4982c 50%, #8e5a0e 100%);
  color: #2b1104;
  font-weight: 700;
  padding: 14px 34px;
  border-radius: 9999px;
  border: 2px solid #fff5cc;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.3), inset 0 2px 4px rgba(255, 255, 255, 0.8);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-gold-royal:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 12px 28px rgba(230, 175, 46, 0.65), inset 0 2px 8px rgba(255, 255, 255, 0.9);
  background: linear-gradient(135deg, #fff 0%, #f7d57f 50%, #d4982c 100%);
}

.btn-gold-royal:active {
  transform: translateY(1px) scale(0.98);
}

/* Lightbox Modal */
#lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  padding: 20px;
}

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

#lightbox-modal img {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 14px;
  border: 3px solid #f6d17b;
  box-shadow: 0 0 35px rgba(246, 209, 123, 0.6);
}

/* Toast Message */
.toast-msg {
  position: fixed;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%) translateY(120px);
  background: linear-gradient(135deg, #4a2108, #291003);
  border: 2px solid #f6d17b;
  color: #f7e6c4;
  padding: 16px 32px;
  border-radius: 30px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.65);
  z-index: 100000;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-weight: 600;
  text-align: center;
  pointer-events: none;
  font-size: 1rem;
}

.toast-msg.show {
  transform: translateX(-50%) translateY(0);
}

/* Falling Canvas - HERO ONLY POSITIONING */
#petal-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 15;
  overflow: hidden;
}