/* ==========================================================================
   MUHAMMED & KHADEEJA NIKKAH INVITATION - STYLESHEET
   Aesthetics: Luxury Islamic Ivory & Gold Goldmorphism
   Fully Responsive across All Gadgets (Mobiles, Tablets, Desktops)
   ========================================================================== */

:root {
  --primary-gold: #C59B27;
  --gold-light: #F3E5AB;
  --gold-gradient: linear-gradient(135deg, #BF953F 0%, #FCF6BA 25%, #B38728 50%, #FBF5B7 75%, #AA771C 100%);
  --gold-text-gradient: linear-gradient(135deg, #B8860B 0%, #D4AF37 50%, #996515 100%);
  --bg-cream: #FDFBF7;
  --bg-card: rgba(255, 253, 248, 0.94);
  --bg-glass: rgba(253, 251, 247, 0.88);
  --text-dark: #2A2521;
  --text-muted: #6B6259;
  --text-gold: #9E791E;
  --border-gold: rgba(212, 175, 55, 0.4);
  --border-gold-strong: #D4AF37;
  --shadow-gold: 0 15px 35px rgba(197, 155, 39, 0.15);
  --shadow-card: 0 20px 40px rgba(42, 37, 33, 0.08);

  /* Fonts */
  --font-arabic: 'Amiri', serif;
  --font-heading: 'Cinzel', serif;
  --font-script: 'Alex Brush', 'Great Vibes', cursive;
  --font-serif: 'Playfair Display', serif;
  --font-body: 'Montserrat', sans-serif;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-cream);
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* Background Particles Canvas */
#particle-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 1;
}

/* Audio Controller Button */
.audio-control-wrapper {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 1000;
}

.audio-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--gold-gradient);
  border: 1px solid var(--border-gold-strong);
  color: #2A2521;
  padding: 12px 20px;
  border-radius: 50px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.35);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 44px;
}

.audio-btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.5);
}

.sound-wave {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 14px;
}

.sound-wave span {
  width: 3px;
  background-color: #2A2521;
  border-radius: 3px;
  height: 4px;
  transition: height 0.3s;
}

.audio-btn.playing .sound-wave span:nth-child(1) { animation: soundWave 0.8s infinite ease-in-out alternate; }
.audio-btn.playing .sound-wave span:nth-child(2) { animation: soundWave 0.6s 0.2s infinite ease-in-out alternate; }
.audio-btn.playing .sound-wave span:nth-child(3) { animation: soundWave 1s 0.4s infinite ease-in-out alternate; }

@keyframes soundWave {
  0% { height: 4px; }
  100% { height: 16px; }
}

/* Navigation Bar */
.nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  background: rgba(253, 251, 247, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-gold);
  z-index: 999;
}

.nav-brand {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary-gold);
  letter-spacing: 2px;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 25px;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  color: var(--text-dark);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s;
}

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

.nav-rsvp-btn {
  background: var(--gold-gradient);
  padding: 8px 20px !important;
  border-radius: 25px;
  color: #2A2521 !important;
  font-weight: 600 !important;
}

.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--primary-gold);
  cursor: pointer;
  padding: 5px;
  min-width: 44px;
  min-height: 44px;
}

/* Main Content Wrapper */
.main-wrapper {
  position: relative;
  z-index: 2;
  padding-top: 70px;
}

/* HERO / INVITATION CARD SECTION */
.invitation-card-container {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  position: relative;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.9) 0%, rgba(244, 239, 230, 0.82) 100%),
              url('assets/hero_bg.jpg') center/cover no-repeat;
}

/* Hanging Lanterns */
.lantern {
  position: absolute;
  top: 75px;
  width: 45px;
  height: 80px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23C59B27"><path d="M12 2a1 1 0 011 1v1.08A5 5 0 0117 9v4.58l1.7 2.56a1 1 0 01-.83 1.55H6.13a1 1 0 01-.83-1.55L7 13.58V9a5 5 0 014-4.92V3a1 1 0 011-1zm-3 17h6a1 1 0 010 2h-6a1 1 0 010-2z"/></svg>') no-repeat center/contain;
  z-index: 10;
  animation: lanternSwing 3.5s infinite ease-in-out alternate;
}

.lantern-left { left: 6%; }
.lantern-right { right: 6%; animation-delay: 1.7s; }

.lantern-glow {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 60%;
  height: 50%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.85) 0%, rgba(255, 215, 0, 0) 70%);
  filter: blur(5px);
  animation: pulseGlow 2s infinite alternate;
}

@keyframes lanternSwing {
  0% { transform: rotate(-4deg); }
  100% { transform: rotate(4deg); }
}

@keyframes pulseGlow {
  0% { opacity: 0.5; transform: scale(0.9); }
  100% { opacity: 1; transform: scale(1.2); }
}

/* ARCH CARD DESIGN */
.arch-card {
  width: 100%;
  max-width: 720px;
  background: var(--bg-card);
  border: 2px solid var(--border-gold-strong);
  border-radius: 220px 220px 20px 20px;
  padding: 60px 45px 50px 45px;
  box-shadow: 0 25px 60px rgba(197, 155, 39, 0.2), inset 0 0 20px rgba(212, 175, 55, 0.1);
  position: relative;
  text-align: center;
  backdrop-filter: blur(10px);
}

.arch-card::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid var(--border-gold);
  border-radius: 210px 210px 15px 15px;
  pointer-events: none;
}

/* Bismillah & Calligraphy */
.arabic-bismillah {
  font-family: var(--font-arabic);
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--primary-gold);
  line-height: 1.3;
  margin-bottom: 8px;
  text-shadow: 0 2px 10px rgba(197, 155, 39, 0.2);
}

.bismillah-translation {
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: var(--text-muted);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.ornament-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 20px 0;
}

.ornament-divider .line {
  height: 1px;
  width: 60px;
  background: var(--gold-gradient);
}

.gold-icon {
  color: var(--primary-gold);
  font-size: 1.1rem;
}

.invitation-subtext {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  letter-spacing: 2.5px;
  color: var(--text-dark);
  line-height: 1.8;
  margin-bottom: 20px;
  font-weight: 600;
}

.ceremony-title h2 {
  font-family: var(--font-script);
  font-size: clamp(3.5rem, 8vw, 5.2rem);
  color: var(--primary-gold);
  line-height: 1;
  font-weight: 400;
}

.ceremony-subtitle {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  letter-spacing: 4px;
  color: var(--text-dark);
  font-weight: 700;
  display: block;
  margin-top: -10px;
  margin-bottom: 25px;
}

/* Couple Names */
.couple-names-section {
  margin: 25px 0;
}

.person .name {
  font-family: var(--font-script);
  font-size: clamp(3rem, 7vw, 4.5rem);
  color: #7A5B10;
  line-height: 1.1;
  font-weight: 400;
}

.person .role {
  font-size: 0.75rem;
  letter-spacing: 3px;
  color: var(--text-muted);
  font-weight: 600;
  display: block;
  margin-top: -5px;
}

.ampersand-wrapper {
  margin: 8px 0;
}

.ampersand {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-style: italic;
  color: var(--primary-gold);
}

.gold-flourish {
  color: var(--primary-gold);
  font-size: 0.9rem;
  margin: 20px 0;
  letter-spacing: 5px;
}

/* Quote */
.quote-box {
  max-width: 520px;
  margin: 0 auto 30px auto;
}

.quote-text {
  font-family: var(--font-serif);
  font-size: 0.88rem;
  font-style: italic;
  color: var(--text-muted);
  letter-spacing: 0.5px;
  line-height: 1.7;
}

/* Event Highlights Grid */
.event-highlights-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 15px;
  background: rgba(212, 175, 55, 0.06);
  border: 1px solid var(--border-gold);
  border-radius: 15px;
  padding: 20px 15px;
  margin-bottom: 25px;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.icon-bubble {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gold-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2A2521;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.highlight-info .label {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 1px;
  color: var(--text-muted);
  font-weight: 700;
}

.highlight-info .value {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.88rem;
  color: var(--text-dark);
  font-weight: 700;
}

.highlight-info .sub-value {
  display: block;
  font-size: 0.72rem;
  color: var(--text-gold);
  font-weight: 600;
}

.v-divider {
  width: 1px;
  height: 45px;
  background: var(--border-gold);
}

.card-footer-note {
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  color: var(--text-muted);
  font-weight: 600;
}

.heart-symbol {
  color: var(--primary-gold);
  margin-left: 5px;
}

/* COMMON SECTIONS */
.section-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 20px;
}

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

.section-tag {
  font-size: 0.75rem;
  letter-spacing: 3px;
  color: var(--primary-gold);
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}

.section-header h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: var(--text-dark);
  font-weight: 700;
}

.gold-line {
  width: 70px;
  height: 3px;
  background: var(--gold-gradient);
  margin: 15px auto 0 auto;
  border-radius: 3px;
}

/* COUPLE SECTION */
.couple-card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  background: var(--bg-glass);
  border: 1px solid var(--border-gold);
  border-radius: 20px;
  padding: 40px;
  box-shadow: var(--shadow-card);
}

.couple-image-frame {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: var(--shadow-gold);
}

.couple-img {
  width: 100%;
  height: 100%;
  max-height: 450px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.couple-image-frame:hover .couple-img {
  transform: scale(1.04);
}

.story-card h3 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  color: var(--text-dark);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.story-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 20px;
  line-height: 1.8;
}

.nasheed-player-box {
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid var(--border-gold-strong);
  border-radius: 15px;
  padding: 15px;
  margin-top: 20px;
  box-shadow: 0 5px 20px rgba(197, 155, 39, 0.12);
}

.nasheed-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.nasheed-header strong {
  display: block;
  font-size: 0.9rem;
  color: var(--text-dark);
}

.nasheed-header span {
  display: block;
  font-size: 0.75rem;
  color: var(--primary-gold);
  font-weight: 600;
}

.iframe-container {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.gold-disc-spin {
  font-size: 1.2rem;
  color: var(--primary-gold);
}

.audio-btn.playing .gold-disc-spin {
  animation: spinDisc 3s linear infinite;
}

@keyframes spinDisc {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.action-buttons-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 25px;
}

/* BUTTON STYLES */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 30px;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  min-height: 44px;
}

.btn-gold {
  background: var(--gold-gradient);
  color: #2A2521;
  box-shadow: 0 5px 15px rgba(197, 155, 39, 0.25);
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(197, 155, 39, 0.4);
}

.btn-outline-gold {
  background: transparent;
  border: 1px solid var(--border-gold-strong);
  color: var(--primary-gold);
}

.btn-outline-gold:hover {
  background: var(--gold-gradient);
  color: #2A2521;
}

.btn-block {
  width: 100%;
}

/* COUNTDOWN SECTION */
.countdown-section {
  background: radial-gradient(circle, rgba(212, 175, 55, 0.05) 0%, rgba(253, 251, 247, 0) 70%);
}

.countdown-target-date {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-top: 8px;
}

.countdown-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.time-card {
  text-align: center;
}

.time-box {
  width: 95px;
  height: 95px;
  background: var(--bg-card);
  border: 2px solid var(--border-gold);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-gold);
  margin-bottom: 10px;
}

.time-box span {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--primary-gold);
}

.time-label {
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: var(--text-muted);
  font-weight: 700;
}

/* TIMELINE SCHEDULE */
.timeline {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  width: 2px;
  background: var(--gold-gradient);
}

.timeline-item {
  position: relative;
  padding-left: 70px;
  margin-bottom: 35px;
}

.timeline-icon {
  position: absolute;
  left: 5px;
  top: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 2px solid var(--border-gold-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-gold);
  font-size: 1rem;
  box-shadow: var(--shadow-gold);
}

.timeline-item.highlight .timeline-icon {
  background: var(--gold-gradient);
  color: #2A2521;
}

.timeline-content {
  background: var(--bg-glass);
  border: 1px solid var(--border-gold);
  border-radius: 12px;
  padding: 20px 25px;
  box-shadow: var(--shadow-card);
}

.timeline-content .time {
  display: inline-block;
  background: rgba(212, 175, 55, 0.15);
  color: var(--primary-gold);
  font-weight: 700;
  font-size: 0.75rem;
  padding: 4px 12px;
  border-radius: 12px;
  margin-bottom: 8px;
}

.timeline-content h3 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: var(--text-dark);
}

.timeline-content p {
  color: var(--text-muted);
  font-size: 0.88rem;
}

/* VENUES GRID & MAP */
.venues-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.venue-card {
  background: var(--bg-glass);
  border: 1px solid var(--border-gold);
  border-radius: 18px;
  padding: 30px;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  transition: transform 0.3s ease;
}

.venue-card:hover {
  transform: translateY(-4px);
}

.venue-card-header {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.venue-card-header .gold-icon {
  font-size: 1.8rem;
  margin-top: 3px;
}

.venue-card-header h3 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  color: var(--text-dark);
  margin-bottom: 4px;
}

.venue-badge {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 1px;
  background: rgba(212, 175, 55, 0.15);
  color: var(--primary-gold);
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 10px;
}

.venue-card p {
  font-size: 0.85rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 10px;
}

.map-wrapper {
  width: 100%;
}

.map-box {
  height: 380px;
  border-radius: 18px;
  border: 2px solid var(--border-gold);
  box-shadow: var(--shadow-card);
  z-index: 10;
}

/* RSVP SECTION */
.rsvp-card {
  max-width: 720px;
  margin: 0 auto;
  background: var(--bg-glass);
  border: 2px solid var(--border-gold);
  border-radius: 20px;
  padding: 40px;
  box-shadow: var(--shadow-gold);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}

.form-group.full-width {
  grid-column: 1 / -1;
}

.form-group label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-dark);
  display: flex;
  align-items: center;
  gap: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 15px;
  border: 1px solid var(--border-gold);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text-dark);
  outline: none;
  transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--border-gold-strong);
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.2);
}

.btn-large {
  padding: 15px 30px;
  font-size: 0.95rem;
  width: 100%;
}

.rsvp-success {
  text-align: center;
  padding: 30px 10px;
}

.rsvp-success .success-icon {
  font-size: 3.5rem;
  color: var(--primary-gold);
  margin-bottom: 15px;
}

.rsvp-success h3 {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  color: var(--text-dark);
  margin-bottom: 10px;
}

.rsvp-success p {
  color: var(--text-muted);
  margin-bottom: 20px;
}

.hidden {
  display: none !important;
}

/* FOOTER */
.footer {
  background: rgba(42, 37, 33, 0.96);
  color: var(--gold-light);
  text-align: center;
  padding: 50px 20px;
  border-top: 2px solid var(--border-gold-strong);
}

.footer-names {
  font-family: var(--font-script);
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  color: var(--gold-light);
  margin-bottom: 10px;
}

.footer-bismillah {
  font-family: var(--font-arabic);
  font-size: clamp(1.4rem, 4vw, 1.9rem);
  color: var(--primary-gold);
  margin-bottom: 8px;
}

.footer-translation {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
  max-width: 500px;
  margin: 0 auto 20px auto;
}

.creator-credits {
  margin-top: 20px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
}

.creator-contact {
  margin-top: 6px;
  font-size: 0.82rem;
  color: var(--gold-light);
}

.creator-contact strong {
  color: var(--primary-gold);
}

.phone-link {
  color: var(--gold-light);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.phone-link:hover {
  color: var(--primary-gold);
  text-decoration: underline;
}

/* SCROLL REVEAL ANIMATIONS */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

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

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES (TABLETS, PHONES, LAPTOPS)
   ========================================================================== */

/* Tablets / Medium Laptops (max-width: 992px) */
@media (max-width: 992px) {
  .event-highlights-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px;
  }

  .v-divider {
    display: none;
  }

  .couple-card-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 20px;
  }

  .venues-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile Devices & Small Tablets (max-width: 768px) */
@media (max-width: 768px) {
  .nav-bar {
    padding: 12px 20px;
  }

  .nav-links {
    position: fixed;
    top: 60px;
    right: -100%;
    width: 260px;
    height: calc(100vh - 60px);
    background: rgba(253, 251, 247, 0.98);
    backdrop-filter: blur(15px);
    flex-direction: column;
    padding: 35px 25px;
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.12);
  }

  .nav-links.active {
    right: 0;
  }

  .mobile-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .arch-card {
    border-radius: 120px 120px 15px 15px;
    padding: 45px 20px 30px 20px;
  }

  .arch-card::before {
    border-radius: 110px 110px 10px 10px;
  }

  .lantern-left { left: 3%; }
  .lantern-right { right: 3%; }

  .countdown-grid {
    gap: 12px;
  }

  .time-box {
    width: 75px;
    height: 75px;
    border-radius: 14px;
  }

  .time-box span {
    font-size: 1.8rem;
  }

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

  .rsvp-card {
    padding: 25px 20px;
  }

  .audio-control-wrapper {
    bottom: 20px;
    right: 20px;
  }
}

/* Small Smart Phones (max-width: 480px) */
@media (max-width: 480px) {
  .invitation-card-container {
    padding: 30px 12px;
  }

  .arch-card {
    border-radius: 90px 90px 12px 12px;
    padding: 40px 15px 25px 15px;
  }

  .bismillah-translation {
    font-size: 0.65rem;
    letter-spacing: 1px;
  }

  .invitation-subtext {
    font-size: 0.75rem;
    letter-spacing: 1.5px;
  }

  .quote-text {
    font-size: 0.8rem;
  }

  .timeline {
    padding-left: 0;
  }

  .timeline::before {
    left: 18px;
  }

  .timeline-item {
    padding-left: 50px;
  }

  .timeline-icon {
    left: 0;
    width: 36px;
    height: 36px;
    font-size: 0.85rem;
  }

  .time-box {
    width: 68px;
    height: 68px;
  }

  .time-box span {
    font-size: 1.6rem;
  }

  .time-label {
    font-size: 0.65rem;
  }

  .map-box {
    height: 300px;
  }
}
