@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

.color-primary{
    background-color: #14aa49;
    color:#FFF;
}
.color-creme{
   
}
body {
  font-family: 'Inter', sans-serif;
   background-color: #FFF8E7;
}

#hero {
  height: 100vh;
  /* background: linear-gradient(rgba(20,170,73,0.8), rgba(20,170,73,0.8)), url('assets/bg.jpg') center/cover; */
  /* background:url('assets/hero-bg.webp') center/cover; */
  /* background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url('assets/hero-bg-2.webp') center/cover no-repeat; */
  background: url('assets/hero-bg-2.webp') center/cover no-repeat;
  
  color: white;
}

#scrollBtn {
  
  border-radius: 50px;
  
  background-color: #ffffff;
  color: #0b6b3a;
  box-shadow: 0 6px 18px rgba(11,107,58,0.16);
  border: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-10px);}
  60% {transform: translateY(-5px);}
}

footer a {
  color: #14aa49;
  text-decoration: none;
}

footer a:hover {
  text-decoration: none;
  color: #0d8537;
}

footer a i {
  margin-right: 4px;
  transition: transform 0.2s ease;
  font-size: 20px;
}

footer a:hover i {
  transform: scale(1.2);
}

/* Music Toggle Button */
.music-toggle {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #14aa49;
  border: none;
  color: white;
  box-shadow: 0 2px 10px rgba(20, 170, 73, 0.2);
  z-index: 1000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.music-toggle:hover {
  transform: scale(1.05);
  box-shadow: 0 3px 15px rgba(20, 170, 73, 0.3);
}

.music-toggle.muted {
  background: #6c757d;
}

.music-toggle i {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.music-toggle:active i {
  transform: scale(0.9);
}

/* Animation Keyframes */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Animation Classes */
.animate-fade-up {
  opacity: 0;
  animation: fadeInUp 1s ease forwards;
}

.animate-fade-in {
  opacity: 0;
  animation: fadeIn 1s ease forwards;
}

.animate-scale-in {
  opacity: 0;
  animation: scaleIn 1s ease forwards;
}

/* Animation Delays */
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }
.delay-4 { animation-delay: 0.8s; }

/* Event Details Styles */
.countdown-card {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.countdown-value {
  font-size: 1.5rem;
  font-weight: bold;
  color: #14aa49;
}

.countdown-label {
  font-size: 0.8rem;
  color: #6c757d;
  text-transform: uppercase;
}

.event-info-cards .card {
  transition: transform 0.2s;
}

.event-info-cards .card:hover {
  transform: translateY(-5px);
}

/* Invitation note styles */
.invite-note {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.invite-main {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0b6b3a; /* deep green */
  letter-spacing: 0.2px;
}
.invite-name {
  background: linear-gradient(90deg, rgba(20,170,73,0.12), rgba(20,170,73,0));
  padding: 3px 8px;
  border-radius: 6px;
}
.invite-sub {
  font-size: 0.95rem;
}
.invite-flourish {
  width: 120px;
  height: 18px;
  margin: 10px auto 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="18" viewBox="0 0 120 18"><path d="M5 9 C25 1 45 17 60 9 C75 1 95 17 115 9" stroke="%2314aa49" stroke-width="1.8" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;
  opacity: 0.0;
  transform: translateY(6px) scale(0.98);
  transition: opacity 420ms ease, transform 420ms ease;
}
.animate-fade-up.delay-1 {
  animation-delay: 0.22s;
}
.animate-fade-up.delay-1[style] + .invite-flourish,
.invite-note.animate-fade-up.delay-1 .invite-flourish {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Creative invite heading styles */
.invite-heading {
  margin-bottom: 6px;
}
.invite-tag {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(11,107,58,0.12);
  color: #0b6b3a;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.invite-main {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 8px 0 6px;
  background: linear-gradient(90deg, #14aa49 0%, #0b6b3a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.invite-name-script {
  font-size: 1rem;
  color: #0b6b3a;
  margin-top: 2px;
}
.invite-name {
  font-family: 'Great Vibes', cursive;
  font-size: 1.5rem;
  margin-left: 6px;
  color: #0b6b3a;
  text-shadow: 0 6px 18px rgba(11,107,58,0.06);
  display: inline-block;
}
.invite-name::after {
  content: '';
  display: block;
  height: 3px;
  width: 48px;
  margin-top: 6px;
  background: linear-gradient(90deg, rgba(20,170,73,0.25), rgba(20,170,73,0));
  border-radius: 2px;
}

/* Top header logo */
.site-header {
  position: relative;
  padding: 12px 0 0 0;
}
.site-header .container { display:flex; justify-content:center; }
.logo-link { display:inline-block; }
.site-logo {
  width: 88px;
  height: auto;
  display: block;
  filter: drop-shadow(0 6px 18px rgba(11,107,58,0.12));
  border-radius: 8px;
}

/* Logo when placed inside hero */
.hero-logo { display:block; margin: 0 auto 14px; pointer-events: auto; }
.hero-logo .site-logo { width: 92px; }

/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  .card-green.pulse, .card-green.shine, .animate-fade-up, .animate-fade-in, .animate-scale-in { animation: none !important; }
  #scrollBtn { animation: none !important; }
}
