* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  background: #fffaf5;
  color: #3d2f2f;
  line-height: 1.7;
}

/* HERO MATCHA STRAWBERRY CARD DESIGN */
.hero {
  min-height: 100vh;
  background: linear-gradient(135deg, #eef5e8, #fff7f8, #f8dce2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 18px;
  color: #35452f;
  position: relative;
  overflow: hidden;
}

.wedding-card {
  width: 100%;
  max-width: 430px;
  min-height: 680px;
  background:
    linear-gradient(rgba(255, 250, 245, 0.88), rgba(255, 250, 245, 0.88)),
    radial-gradient(circle at top left, rgba(111, 143, 95, 0.18), transparent 35%),
    radial-gradient(circle at bottom right, rgba(217, 139, 154, 0.22), transparent 35%);
  border-radius: 28px;
  padding: 38px 26px;
  box-shadow: 0 18px 45px rgba(53, 69, 47, 0.18);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(111, 143, 95, 0.25);
}

.arch-border {
  min-height: 600px;
  border: 2px solid #b8875f;
  border-radius: 210px 210px 18px 18px;
  padding: 110px 22px 38px;
  text-align: center;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.35);
}

.hero .small-text {
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #35452f;
  margin-bottom: 42px;
}

.hero h1 {
  font-family: "Great Vibes", cursive;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 0.95;
  color: #243322;
  margin: 10px 0;
}

.and-symbol {
  font-family: "Great Vibes", cursive;
  font-size: 2.6rem;
  color: #6f8f5f;
  margin: 10px 0;
}

.hero .date {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 38px;
  color: #35452f;
  text-transform: uppercase;
}

.venue {
  font-size: 0.82rem;
  line-height: 1.5;
  margin-top: 8px;
  color: #35452f;
  text-transform: uppercase;
}

.quote {
  font-size: 0.78rem;
  line-height: 1.6;
  margin: 30px auto 20px;
  max-width: 260px;
  color: #35452f;
  font-weight: 600;
  text-transform: uppercase;
}

.hero .main-btn {
  margin-top: 10px;
  background: #d98b9a;
  color: white;
  padding: 11px 24px;
  font-size: 0.9rem;
}

.hero .main-btn:hover {
  background: #b96b7a;
}

/* FLOWER DECORATION */
.flower {
  position: absolute;
  z-index: 1;
  color: #d98b9a;
  opacity: 0.85;
  font-size: 3rem;
  text-shadow: 0 4px 12px rgba(217, 139, 154, 0.25);
}

.flower-1 {
  top: 28px;
  right: 38px;
  transform: rotate(18deg);
}

.flower-2 {
  bottom: 48px;
  left: 30px;
  transform: rotate(-18deg);
}

.flower-3 {
  top: 135px;
  left: 22px;
  font-size: 2rem;
  color: #f0a7b4;
  transform: rotate(-28deg);
}

.flower-4 {
  bottom: 130px;
  right: 24px;
  font-size: 2rem;
  color: #f0a7b4;
  transform: rotate(22deg);
}

/* LEAF / STEM DECORATION */
.leaf {
  position: absolute;
  width: 80px;
  height: 130px;
  border-left: 2px solid rgba(111, 143, 95, 0.5);
  border-radius: 50%;
  z-index: 1;
}

.leaf::before,
.leaf::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 38px;
  background: rgba(111, 143, 95, 0.18);
  border: 1px solid rgba(111, 143, 95, 0.35);
  border-radius: 50% 0 50% 0;
}

.leaf::before {
  top: 30px;
  left: -12px;
  transform: rotate(-35deg);
}

.leaf::after {
  top: 72px;
  left: 6px;
  transform: rotate(35deg);
}

.leaf-1 {
  top: 48px;
  left: 34px;
  transform: rotate(-28deg);
}

.leaf-2 {
  top: 62px;
  right: 28px;
  transform: rotate(28deg);
}

.leaf-3 {
  bottom: 54px;
  right: 40px;
  transform: rotate(155deg);
}

.leaf-4 {
  bottom: 60px;
  left: 42px;
  transform: rotate(-150deg);
}

/* PHONE RESPONSIVE */
@media (max-width: 480px) {
  .hero {
    padding: 25px 14px;
  }

  .wedding-card {
    max-width: 360px;
    min-height: 640px;
    padding: 32px 20px;
    border-radius: 24px;
  }

  .arch-border {
    min-height: 570px;
    padding: 95px 18px 32px;
    border-radius: 180px 180px 16px 16px;
  }

  .hero h1 {
    font-size: 3.7rem;
  }

  .hero .small-text {
    font-size: 0.95rem;
    margin-bottom: 35px;
  }

  .venue {
    font-size: 0.75rem;
  }

  .quote {
    font-size: 0.72rem;
  }

  .flower {
    font-size: 2.4rem;
  }

  .flower-3,
  .flower-4 {
    font-size: 1.7rem;
  }
}
.date {
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.intro {
  max-width: 520px;
  margin: 0 auto 30px;
  font-size: 1rem;
}

/* GENERAL SECTION */
.section {
  padding: 70px 20px;
  text-align: center;
  max-width: 950px;
  margin: auto;
}

.section h2 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  margin-bottom: 25px;
  color: #8a5a44;
}

.text {
  max-width: 700px;
  margin: auto;
  font-size: 1rem;
}

.bismillah {
  font-size: 1.7rem;
  margin-bottom: 20px;
  color: #9b6b4f;
}

/* BUTTON */
.main-btn,
.second-btn {
  display: inline-block;
  text-decoration: none;
  border-radius: 50px;
  transition: 0.3s ease;
  font-weight: 500;
}

.main-btn {
  background: #b77b5b;
  color: white;
  padding: 13px 30px;
}

.main-btn:hover {
  background: #8a5a44;
  transform: translateY(-3px);
}

.second-btn {
  border: 1px solid #b77b5b;
  color: #8a5a44;
  padding: 12px 25px;
  margin: 8px;
  background: white;
}

.second-btn:hover {
  background: #b77b5b;
  color: white;
}

/* COUPLE */
.couple-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.person {
  background: white;
  padding: 30px;
  border-radius: 25px;
  width: 280px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.person h3 {
  font-family: "Playfair Display", serif;
  color: #8a5a44;
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.and {
  font-family: "Great Vibes", cursive;
  font-size: 4rem;
  color: #b77b5b;
}

/* COUNTDOWN */
.countdown-section {
  background: #f7eadf;
  max-width: 100%;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.countdown div {
  background: white;
  width: 120px;
  padding: 25px 10px;
  border-radius: 20px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.countdown span {
  font-size: 2rem;
  font-weight: 600;
  color: #8a5a44;
}

.countdown p {
  font-size: 0.9rem;
}

/* DETAILS */
.details-section .card {
  background: white;
  margin: 15px auto;
  padding: 25px;
  max-width: 600px;
  border-radius: 20px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.07);
}

.card h3 {
  color: #8a5a44;
  margin-bottom: 8px;
}

/* TIMELINE */
.timeline {
  max-width: 600px;
  margin: 30px auto 0;
}

.timeline-item {
  background: white;
  margin-bottom: 15px;
  padding: 20px;
  border-left: 5px solid #b77b5b;
  border-radius: 15px;
  text-align: left;
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.06);
}

.timeline-item span {
  font-weight: 600;
  color: #8a5a44;
}

/* GALLERY */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 30px 0;
}

.gallery-item {
  height: 220px;
  background: #e9d5c5;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8a5a44;
  font-weight: 500;
}

.note {
  font-size: 0.9rem;
  color: #7b6a61;
}

/* RSVP */
.rsvp-section {
  background: #f7eadf;
  max-width: 100%;
}

/* FOOTER */
footer {
  background: #3d2f2f;
  color: white;
  text-align: center;
  padding: 30px 20px;
}

footer small {
  color: #d9b8a0;
}

/* ANIMATION */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* RESPONSIVE PHONE */
@media (max-width: 768px) {
  .couple-box {
  flex-direction: column;
  gap: 20px;
}

.and {
  font-size: 3rem;
  margin: -5px 0;
}
  .hero h1 {
    font-size: 3.5rem;
  }

  .date {
    font-size: 1.1rem;
  }

  .section {
    padding: 55px 18px;
  }

  .gallery {
    grid-template-columns: 1fr;
  }

  .countdown div {
    width: 90px;
    padding: 20px 8px;
  }

  .countdown span {
    font-size: 1.6rem;
  }
}
.music-btn {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  background: #b77b5b;
  color: white;
  border: none;
  padding: 12px 18px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}

.music-btn:hover {
  background: #8a5a44;
}

.form-box {
  max-width: 700px;
  margin: 30px auto 0;
  background: white;
  padding: 15px;
  border-radius: 20px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.form-box iframe {
  border-radius: 15px;
}
.welcome-screen {
  position: fixed;
  inset: 0;
  background: #fffaf5;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.welcome-box {
  background: white;
  padding: 40px 30px;
  border-radius: 25px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.welcome-box p {
  color: #8a5a44;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.welcome-box h1 {
  font-family: "Great Vibes", cursive;
  font-size: 3.5rem;
  color: #8a5a44;
  margin: 15px 0 25px;
}

#openCardBtn {
  background: #b77b5b;
  color: white;
  border: none;
  padding: 13px 32px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  font-size: 1rem;
}

body {
  background: #fff7ec;
  color: #3a0b16;
}

.section h2,
.person h3,
.card h3,
.timeline-item span,
.countdown span,
.bismillah {
  color: #6b1023;
}

.main-btn {
  background: #8f1d35;
  color: white;
}

.main-btn:hover {
  background: #6b1023;
}

.second-btn {
  border: 1px solid #8f1d35;
  color: #6b1023;
  background: #fffaf5;
}

.second-btn:hover {
  background: #8f1d35;
  color: white;
}

.countdown-section,
.rsvp-section {
  background: #f8eadc;
}

.and {
  color: #8f1d35;
}

.timeline-item {
  border-left-color: #8f1d35;
}

.music-btn,
#openCardBtn {
  background: #8f1d35;
}

.music-btn:hover,
#openCardBtn:hover {
  background: #6b1023;
}

footer {
  background: #3a0b16;
}

footer small {
  color: #f3c9b8;
}

.welcome-screen {
  background: #fff7ec;
}

.welcome-box h1,
.welcome-box p {
  color: #6b1023;
}
body {
  background: #fff7f8;
  color: #35452f;
}

.section h2,
.person h3,
.card h3,
.timeline-item span,
.countdown span,
.bismillah {
  color: #6f8f5f;
}

.main-btn {
  background: #d98b9a;
  color: white;
}

.main-btn:hover {
  background: #b96b7a;
}

.second-btn {
  border: 1px solid #d98b9a;
  color: #6f8f5f;
  background: #fffaf5;
}

.second-btn:hover {
  background: #d98b9a;
  color: white;
}

.countdown-section,
.rsvp-section {
  background: #eef5e8;
}

.and {
  color: #d98b9a;
}

.timeline-item {
  border-left-color: #d98b9a;
}

.music-btn,
#openCardBtn {
  background: #d98b9a;
}

.music-btn:hover,
#openCardBtn:hover {
  background: #b96b7a;
}

footer {
  background: #35452f;
}

footer small {
  color: #ffd6dc;
}

.welcome-screen {
  background: #fff7f8;
}

.welcome-box h1,
.welcome-box p {
  color: #6f8f5f;
}
.hero::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  background: rgba(217, 139, 154, 0.25);
  border-radius: 50%;
  top: -80px;
  right: -80px;
}

.hero::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  background: rgba(111, 143, 95, 0.22);
  border-radius: 50%;
  bottom: -70px;
  left: -70px;
}

.hero-content {
  max-width: 650px;
  animation: fadeIn 1.5s ease;
  position: relative;
  z-index: 2;
}
/* REALISTIC FLOWERS ON CARD BORDER */
.wedding-card::before {
  content: "✿";
  position: absolute;
  top: 35px;
  right: 55px;
  font-size: 4.2rem;
  color: #d98b9a;
  z-index: 4;
  text-shadow:
    0 2px 0 #f6c3cb,
    0 8px 18px rgba(217, 139, 154, 0.35);
  transform: rotate(18deg);
}

.wedding-card::after {
  content: "✿";
  position: absolute;
  bottom: 45px;
  left: 48px;
  font-size: 4rem;
  color: #d98b9a;
  z-index: 4;
  text-shadow:
    0 2px 0 #f6c3cb,
    0 8px 18px rgba(217, 139, 154, 0.35);
  transform: rotate(-22deg);
}
.arch-border::before {
  content: "";
  position: absolute;
  top: -18px;
  right: 35px;
  width: 95px;
  height: 120px;
  background:
    radial-gradient(ellipse at 30% 30%, rgba(111, 143, 95, 0.45) 0 22%, transparent 23%),
    radial-gradient(ellipse at 70% 40%, rgba(111, 143, 95, 0.35) 0 20%, transparent 21%),
    radial-gradient(ellipse at 45% 75%, rgba(111, 143, 95, 0.3) 0 18%, transparent 19%);
  z-index: 3;
  transform: rotate(20deg);
}

.arch-border::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 30px;
  width: 100px;
  height: 125px;
  background:
    radial-gradient(ellipse at 30% 30%, rgba(111, 143, 95, 0.45) 0 22%, transparent 23%),
    radial-gradient(ellipse at 70% 40%, rgba(111, 143, 95, 0.35) 0 20%, transparent 21%),
    radial-gradient(ellipse at 45% 75%, rgba(111, 143, 95, 0.3) 0 18%, transparent 19%);
  z-index: 3;
  transform: rotate(-155deg);
}
.mini-flower {
  position: absolute;
  z-index: 4;
  color: #f0a7b4;
  font-size: 1.5rem;
  opacity: 0.9;
  text-shadow: 0 4px 10px rgba(217, 139, 154, 0.25);
}

.mf-1 {
  top: 115px;
  right: 28px;
  transform: rotate(20deg);
}

.mf-2 {
  top: 180px;
  left: 26px;
  transform: rotate(-18deg);
}

.mf-3 {
  bottom: 150px;
  right: 28px;
  transform: rotate(15deg);
}

.mf-4 {
  bottom: 105px;
  left: 28px;
  transform: rotate(-15deg);
}
/* HERO FLORAL FRAME - MATCHA STRAWBERRY */
.hero {
  min-height: 100vh;
  background: #f8f5ef;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 14px;
  color: #243322;
  overflow: hidden;
}

.wedding-card {
  width: 100%;
  max-width: 420px;
  min-height: 680px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255,255,255,0.96) 0 45%, rgba(255,250,245,0.92) 70%),
    linear-gradient(135deg, #eef5e8, #fff7f8, #f8dce2);
  box-shadow: 0 16px 40px rgba(53, 69, 47, 0.18);
  border: 1px solid rgba(111, 143, 95, 0.22);
}

/* soft border line */
.wedding-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(111, 143, 95, 0.18);
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
}

.arch-border {
  width: calc(100% - 86px);
  min-height: 510px;
  margin: 65px auto 42px;
  border: 2px solid #c08457;
  border-radius: 190px 190px 8px 8px;
  padding: 100px 18px 34px;
  text-align: center;
  position: relative;
  z-index: 3;
  background: rgba(255, 255, 255, 0.38);
}

.hero .small-text {
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #243322;
  margin-bottom: 42px;
}

.hero h1 {
  font-family: "Great Vibes", cursive;
  font-size: 4.3rem;
  font-weight: 400;
  line-height: 0.95;
  color: #101610;
  margin: 8px 0;
}

.and-symbol {
  font-family: "Great Vibes", cursive;
  font-size: 2.4rem;
  color: #243322;
  margin: 10px 0;
}

.hero .date {
  font-family: "Playfair Display", serif;
  font-size: 0.95rem;
  font-weight: 700;
  margin-top: 36px;
  color: #243322;
  text-transform: uppercase;
}

.venue {
  font-family: "Playfair Display", serif;
  font-size: 0.78rem;
  line-height: 1.3;
  color: #243322;
  text-transform: uppercase;
}

.quote {
  font-size: 0.68rem;
  line-height: 1.5;
  margin: 24px auto 12px;
  max-width: 230px;
  color: #243322;
  font-weight: 600;
  text-transform: uppercase;
}

.hero .main-btn {
  margin-top: 10px;
  background: #d98b9a;
  color: #fff;
  padding: 9px 22px;
  font-size: 0.82rem;
}

/* BIG REAL-LOOKING FLOWERS */
.flower {
  position: absolute;
  z-index: 4;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #7f9b6e 0 6%, #f6e3dc 7% 13%, transparent 14%),
    repeating-conic-gradient(from 12deg, #ead3cf 0 12deg, #f8ece8 12deg 24deg);
  filter: drop-shadow(0 8px 10px rgba(70, 50, 45, 0.18));
  color: transparent;
}

.flower::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #d8b0aa 0 10%, transparent 11%),
    repeating-conic-gradient(from 0deg, rgba(185, 126, 133, 0.5) 0 10deg, rgba(255,255,255,0.35) 10deg 20deg);
  opacity: 0.75;
}

.flower-1 {
  top: -12px;
  right: 42px;
  transform: rotate(18deg) scale(0.9);
}

.flower-2 {
  bottom: 46px;
  left: -8px;
  transform: rotate(-18deg) scale(0.9);
}

.flower-3 {
  top: 165px;
  right: 23px;
  transform: rotate(24deg) scale(0.78);
}

.flower-4 {
  bottom: 16px;
  right: 22px;
  transform: rotate(-12deg) scale(0.82);
}

/* THIN MATCHA STEMS */
.leaf {
  position: absolute;
  z-index: 2;
  width: 110px;
  height: 210px;
  border-left: 2px solid rgba(111, 143, 95, 0.42);
  border-radius: 50%;
}

.leaf::before,
.leaf::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 30px;
  background: rgba(111, 143, 95, 0.16);
  border: 1px solid rgba(111, 143, 95, 0.28);
  border-radius: 50% 0 50% 0;
}

.leaf::before {
  top: 48px;
  left: -10px;
  transform: rotate(-38deg);
}

.leaf::after {
  top: 105px;
  left: 7px;
  transform: rotate(35deg);
}

.leaf-1 {
  top: 18px;
  left: 18px;
  transform: rotate(-28deg);
}

.leaf-2 {
  top: 10px;
  right: -8px;
  transform: rotate(25deg);
}

.leaf-3 {
  bottom: 10px;
  left: 0;
  transform: rotate(-155deg);
}

.leaf-4 {
  bottom: 24px;
  right: 4px;
  transform: rotate(155deg);
}

/* PETALS */
.mini-flower {
  position: absolute;
  z-index: 5;
  width: 10px;
  height: 16px;
  background: rgba(240, 167, 180, 0.65);
  border-radius: 60% 40% 60% 40%;
  color: transparent;
  box-shadow:
    40px 30px 0 rgba(240, 167, 180, 0.42),
    -55px 90px 0 rgba(240, 167, 180, 0.36),
    80px 165px 0 rgba(240, 167, 180, 0.42),
    -25px 250px 0 rgba(240, 167, 180, 0.30),
    100px 330px 0 rgba(240, 167, 180, 0.34);
}

.mf-1 {
  top: 110px;
  left: 45%;
  transform: rotate(60deg);
}

.mf-2 {
  top: 170px;
  right: 90px;
  transform: rotate(-25deg);
}

.mf-3 {
  bottom: 140px;
  left: 60px;
  transform: rotate(20deg);
}

.mf-4 {
  bottom: 90px;
  right: 70px;
  transform: rotate(-40deg);
}

/* PHONE */
@media (max-width: 480px) {
  .wedding-card {
    max-width: 365px;
    min-height: 620px;
  }

  .arch-border {
    width: calc(100% - 72px);
    min-height: 465px;
    margin: 58px auto 34px;
    padding: 86px 16px 28px;
    border-radius: 170px 170px 8px 8px;
  }

  .hero h1 {
    font-size: 3.75rem;
  }

  .hero .small-text {
    font-size: 0.95rem;
    margin-bottom: 34px;
  }

  .flower {
    width: 58px;
    height: 58px;
  }

  .flower-1 {
    top: -8px;
    right: 36px;
  }

  .flower-3 {
    top: 150px;
    right: 16px;
  }
}
.welcome-and {
  font-family: "Great Vibes", cursive;
  font-size: 2.8rem;
  color: #d98b9a;
  margin: -8px 0;
}

.welcome-box h1 {
  margin: 5px 0;
}
body {
  background: #fffaf2;
  color: #1f3d34;
}

.section h2,
.person h3,
.card h3,
.timeline-item span,
.countdown span,
.bismillah {
  color: #1f6f5b;
}

.main-btn {
  background: #1f6f5b;
  color: white;
}

.main-btn:hover {
  background: #164c3f;
}

.second-btn {
  border: 1px solid #1f6f5b;
  color: #1f6f5b;
  background: #fffaf2;
}

.second-btn:hover {
  background: #1f6f5b;
  color: white;
}

.countdown-section,
.rsvp-section {
  background: #eef6ef;
}

.and,
.welcome-and {
  color: #1f6f5b;
}

.timeline-item {
  border-left-color: #1f6f5b;
}

.music-btn,
#openCardBtn {
  background: #1f6f5b;
}

.music-btn:hover,
#openCardBtn:hover {
  background: #164c3f;
}

footer {
  background: #143b32;
}

footer small {
  color: #d9c7a3;
}

.welcome-screen {
  background: #fffaf2;
}

.welcome-box h1,
.welcome-box p {
  color: #1f6f5b;
}
/* Ubah warna border utama kepada emerald green */
.arch-border {
  border-color: #1f6f5b !important;
}
/* Ubah border utama */
.arch-border {
  border: 2.5px solid #1f6f5b !important;
}
.hero .main-btn,
.main-btn {
  background: #b89b5e !important;
  color: white !important;
}

.hero .main-btn:hover,
.main-btn:hover {
  background: #8f7742 !important;
}
/* Button hero ikut tema emerald green */
.hero .main-btn,
.main-btn {
  background: #1f6f5b !important;
  color: white !important;
}

.hero .main-btn:hover,
.main-btn:hover {
  background: #164c3f !important;
}
/* BUTTERFLY DECORATION */
.butterfly {
  position: absolute;
  z-index: 6;
  font-size: 1.6rem;
  opacity: 0.85;
  filter: drop-shadow(0 5px 8px rgba(31, 111, 91, 0.22));
  animation: butterflyFloat 4s ease-in-out infinite;
}

.butterfly-1 {
  top: 105px;
  left: 52px;
  transform: rotate(-18deg);
  animation-delay: 0s;
}

.butterfly-2 {
  top: 210px;
  right: 45px;
  font-size: 1.35rem;
  transform: rotate(20deg);
  animation-delay: 1.2s;
}

.butterfly-3 {
  bottom: 170px;
  left: 58px;
  font-size: 1.25rem;
  transform: rotate(12deg);
  animation-delay: 2s;
}

@keyframes butterflyFloat {
  0%, 100% {
    transform: translateY(0) rotate(-8deg);
  }
  50% {
    transform: translateY(-10px) rotate(10deg);
  }
}

/* FLOWER CHAINS */
.flower-chain {
  position: absolute;
  z-index: 4;
  width: 95px;
  height: 250px;
  pointer-events: none;
}

.flower-chain::before,
.flower-chain::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

/* Left floral branch */
.chain-left {
  top: 72px;
  left: 18px;
  border-left: 2px solid rgba(31, 111, 91, 0.32);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.chain-left::before {
  width: 36px;
  height: 36px;
  top: 25px;
  left: -20px;
  background:
    radial-gradient(circle at center, #d9c7a3 0 10%, transparent 11%),
    repeating-conic-gradient(#f4dbe1 0 18deg, #ffffff 18deg 36deg);
  box-shadow:
    22px 55px 0 -4px #f4dbe1,
    -8px 105px 0 -6px #fff0f3,
    25px 150px 0 -5px #f4dbe1;
}

.chain-left::after {
  width: 18px;
  height: 30px;
  top: 75px;
  left: 6px;
  background: rgba(31, 111, 91, 0.22);
  border: 1px solid rgba(31, 111, 91, 0.35);
  border-radius: 50% 0 50% 0;
  box-shadow:
    -18px 45px 0 rgba(31, 111, 91, 0.18),
    10px 90px 0 rgba(31, 111, 91, 0.18);
}

/* Right floral branch */
.chain-right {
  top: 60px;
  right: 12px;
  border-right: 2px solid rgba(31, 111, 91, 0.32);
  border-radius: 50%;
  transform: rotate(18deg);
}

.chain-right::before {
  width: 38px;
  height: 38px;
  top: 20px;
  right: -20px;
  background:
    radial-gradient(circle at center, #d9c7a3 0 10%, transparent 11%),
    repeating-conic-gradient(#f4dbe1 0 18deg, #ffffff 18deg 36deg);
  box-shadow:
    -20px 58px 0 -4px #fff0f3,
    8px 108px 0 -6px #f4dbe1,
    -24px 155px 0 -5px #fff0f3;
}

.chain-right::after {
  width: 18px;
  height: 30px;
  top: 78px;
  right: 8px;
  background: rgba(31, 111, 91, 0.22);
  border: 1px solid rgba(31, 111, 91, 0.35);
  border-radius: 0 50% 0 50%;
  box-shadow:
    18px 45px 0 rgba(31, 111, 91, 0.18),
    -10px 90px 0 rgba(31, 111, 91, 0.18);
}

/* EXTRA FLOWER CLUSTERS */
.flower-cluster {
  position: absolute;
  z-index: 5;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  pointer-events: none;
}

.flower-cluster::before {
  content: "✿";
  position: absolute;
  color: #f0c6cf;
  font-size: 3.4rem;
  text-shadow:
    0 4px 0 rgba(255, 255, 255, 0.6),
    0 10px 18px rgba(31, 111, 91, 0.18);
}

.flower-cluster::after {
  content: "❀";
  position: absolute;
  color: #fff0f3;
  font-size: 2.4rem;
  text-shadow: 0 8px 16px rgba(31, 111, 91, 0.16);
}

.cluster-top-right {
  top: 18px;
  right: 18px;
}

.cluster-top-right::before {
  top: 0;
  right: 10px;
}

.cluster-top-right::after {
  top: 42px;
  right: 45px;
}

.cluster-bottom-left {
  bottom: 28px;
  left: 16px;
}

.cluster-bottom-left::before {
  bottom: 0;
  left: 8px;
}

.cluster-bottom-left::after {
  bottom: 44px;
  left: 46px;
}

/* PHONE ADJUSTMENT */
@media (max-width: 480px) {
  .butterfly {
    font-size: 1.25rem;
  }

  .butterfly-1 {
    top: 95px;
    left: 38px;
  }

  .butterfly-2 {
    top: 190px;
    right: 32px;
  }

  .butterfly-3 {
    bottom: 150px;
    left: 42px;
  }

  .flower-chain {
    height: 210px;
    width: 75px;
  }

  .chain-left {
    left: 10px;
  }

  .chain-right {
    right: 8px;
  }

  .flower-cluster::before {
    font-size: 2.8rem;
  }

  .flower-cluster::after {
    font-size: 2rem;
  }
}
/* PREMIUM BUTTERFLY - EMERALD GOLD */
.butterfly {
  position: absolute;
  z-index: 6;
  width: 34px;
  height: 28px;
  opacity: 0.9;
  filter: drop-shadow(0 5px 8px rgba(31, 111, 91, 0.25));
  animation: butterflyFloat 4s ease-in-out infinite;
}

.butterfly::before,
.butterfly::after {
  content: "";
  position: absolute;
  top: 4px;
  width: 18px;
  height: 22px;
  background: linear-gradient(135deg, #1f6f5b, #d9c7a3, #fff4d6);
  border-radius: 80% 20% 80% 30%;
  border: 1px solid rgba(184, 155, 94, 0.55);
}

.butterfly::before {
  left: 0;
  transform: rotate(-28deg);
}

.butterfly::after {
  right: 0;
  transform: scaleX(-1) rotate(-28deg);
}

.butterfly-1 {
  top: 105px;
  left: 52px;
  transform: rotate(-16deg);
  animation-delay: 0s;
}

.butterfly-2 {
  top: 210px;
  right: 45px;
  transform: scale(0.85) rotate(20deg);
  animation-delay: 1.2s;
}

.butterfly-3 {
  bottom: 170px;
  left: 58px;
  transform: scale(0.8) rotate(12deg);
  animation-delay: 2s;
}

@keyframes butterflyFloat {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: -10px;
  }
}
.big-letter {
  font-size: 1.25em;
}
.hero h1 {
  font-family: "Playfair Display", serif !important;
  font-size: 3.8rem !important;
  font-weight: 700 !important;
  font-style: italic;
}
.hero h1 {
  font-family: "Playfair Display", serif !important;
  font-size: 3.6rem !important;
  font-weight: 700 !important;
  text-transform: capitalize;
}
.hero h1 {
  font-family: "Alex Brush", cursive !important;
  font-size: 4.7rem !important;
  font-weight: 400 !important;
  line-height: 0.9 !important;
}
.welcome-box h1 {
  font-family: "Alex Brush", cursive !important;
  font-size: 4.2rem !important;
  font-weight: 400 !important;
  line-height: 0.9 !important;
  margin: 8px 0 !important;
}

.welcome-box h1::first-letter {
  font-size: 1.25em;
}
/* THEME: NAVY BLUE + GOLD */
body {
  background: #f8f5ef;
  color: #10183b;
}

.section h2,
.person h3,
.card h3,
.timeline-item span,
.countdown span,
.bismillah {
  color: #10183b;
}

.main-btn,
.music-btn,
#openCardBtn {
  background: #c6a15b !important;
  color: #10183b !important;
}

.main-btn:hover,
.music-btn:hover,
#openCardBtn:hover {
  background: #a9823f !important;
}

.second-btn {
  border: 1px solid #c6a15b !important;
  color: #10183b !important;
  background: #fffaf2 !important;
}

.second-btn:hover {
  background: #c6a15b !important;
  color: #10183b !important;
}

.countdown-section,
.rsvp-section {
  background: #eef0f7;
}

.and,
.welcome-and,
.and-symbol {
  color: #c6a15b !important;
}

.timeline-item {
  border-left-color: #c6a15b !important;
}

footer {
  background: #10183b;
}

footer small {
  color: #c6a15b;
}

.welcome-screen {
  background: #10183b;
}

.welcome-box {
  background: #1e2d63;
  border: 1px solid #c6a15b;
}

.welcome-box h1,
.welcome-box p {
  color: #c6a15b !important;
}
/* HERO NAVY GOLD FLORAL */
.hero {
  min-height: 100vh;
  background: #10183b !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 14px;
  color: #f7e7bd;
  overflow: hidden;
}

.wedding-card {
  width: 100%;
  max-width: 420px;
  min-height: 680px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 42%, rgba(52, 72, 130, 0.95) 0 52%, rgba(30, 45, 99, 0.98) 72%),
    #1e2d63 !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(198, 161, 91, 0.65);
}

.wedding-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(198, 161, 91, 0.55);
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
}

.arch-border {
  width: calc(100% - 70px);
  min-height: 520px;
  margin: 55px auto 36px;
  border: 2px solid #c6a15b !important;
  border-radius: 190px 190px 8px 8px;
  padding: 96px 18px 32px;
  text-align: center;
  position: relative;
  z-index: 3;
  background: rgba(16, 24, 59, 0.25);
}

.hero .small-text {
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #f7e7bd !important;
  margin-bottom: 38px;
}

.hero h1 {
  font-family: "Alex Brush", cursive !important;
  font-size: 4.5rem !important;
  font-weight: 400 !important;
  line-height: 0.9 !important;
  color: #ffffff !important;
  margin: 8px 0;
}

.hero h1::first-letter {
  font-size: 1.2em;
}

.hero .date,
.venue,
.quote {
  color: #f7e7bd !important;
}

.hero .date {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 34px;
  text-transform: uppercase;
}

.venue {
  font-size: 0.78rem;
  line-height: 1.5;
  text-transform: uppercase;
}

.quote {
  font-size: 0.7rem;
  line-height: 1.5;
  margin: 24px auto 12px;
  max-width: 250px;
  font-weight: 600;
  text-transform: uppercase;
}

/* floral line art effect */
.flower,
.flower-cluster,
.mini-flower {
  color: #f7e7bd !important;
  opacity: 0.7;
  filter: none !important;
}

.leaf {
  border-left-color: rgba(247, 231, 189, 0.45) !important;
}

.leaf::before,
.leaf::after {
  background: rgba(247, 231, 189, 0.08) !important;
  border-color: rgba(247, 231, 189, 0.35) !important;
}
/* Kecilkan nama dalam border utama */
.hero h1 {
  font-size: 3.6rem !important;
  line-height: 0.95 !important;
}
@media (max-width: 480px) {
  .hero h1 {
    font-size: 3.1rem !important;
  }
}
/* Tukar button Lihat Jemputan kepada gold */
.hero .main-btn,
.main-btn {
  background: #c6a15b !important;
  color: #10183b !important;
}

.hero .main-btn:hover,
.main-btn:hover {
  background: #a9823f !important;
  color: white !important;
}