@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&family=Montserrat:ital,wght@0,200;0,300;0,400;1,300&family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&family=Libre+Baskerville:ital,wght@0,400;1,400&family=Cormorant+Garamond:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato|Raleway|Rouge+Script|Ms+Madi");

.has-vertically-aligned-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

* {
  box-sizing: border-box;
}

html {
  font-family: 'Raleway', Tahoma, sans-serif;
  width: 100%;
  min-height: 100%;
}

.header-wrapper {
  padding-bottom: 30px;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(216,232,242,0.95);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.navbar.is-transparent {
  background: transparent;
}

.navbar-brand.is-fixed-top {
  position: static !important;
  display: flex;
  align-items: center;
}

.navbar-burger span {
  background-color: #D4AF37 !important;
  transition: background-color 0.3s ease;
}

.navbar-burger:hover span {
  background-color: #C9A75E !important;
}

.mobile-nav-logo {
  height: 40px;
  width: auto;
  margin-right: 12px;
  flex-shrink: 0;
  margin-left: 5px;
}

@media (min-width: 1024px) {
  .mobile-nav-logo {
    display: none;
  }
}

.navbar.is-hidden-desktop::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #B8860B;
  z-index: 1001;
}

.navbar-item {
  line-height: 38px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
}

.navbar-item.is-active{
  border-bottom: 2px solid #42678B;
}

.a.navbar-item{
  color: #42678B;
}


.hero {
  position: relative;
  background: transparent;
  background-size: cover;
  color: white;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  font-family: 'Raleway', sans-serif;
  padding-top: 70px;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(66, 103, 139, 0.65), rgba(66, 103, 139, 0.65)), rgba(0, 0, 0, 0.55);
  z-index: -1;
  pointer-events: none;
}

.hero-slider {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100vh !important;
  z-index: -1;
}

.hero-slider .swiper-slide {
  height: 100vh;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed;
}

.hero-body,
.hero-foot,
.navbar-brand.is-fixed-top {
  position: relative;
  z-index: 10 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hero.is-large .hero-body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hero-body > * {
  position: relative;
  z-index: 10;
}



.hero .title {
  font-family: 'Ms Madi', sans-serif;
  font-weight: 700;
  transform: rotate(-2deg);
  font-size: 5rem;
  padding-bottom: 5px;
  color: whitesmoke;
  letter-spacing: 3px;
}

.hero .subtitle {
  padding: 35px;
  color: whitesmoke;
  font-size: 1.3rem;
}

.hero .tempatwaktu {
  padding-top: 35px;
  font-size: 1.3rem;
  
}

.hero .hero-foot {
  height: 50px;
  background: white;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.082);
}

@media (max-width: 599px) {
  .hero .hero-foot {
    display: none;
  }
}

.hero .hero-foot .hero-foot--wrapper {
  margin: 7px auto;
  height: 50px;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop {
  line-height: 38px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li.is-active a {
  border-bottom: 2px solid #42678B;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a {
  color: #42678B;
}

.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a:hover {
  color: #42678B;
  transition: all .2s ease-in-out;
  border-bottom: 2px solid #62809A;
}


.space40px{
  height: 40px;
}

.space24px{
  height: 24px;
}

.main-content {
  padding-top: 2rem;
  color: #000; 
  font-family: 'Raleway', sans-serif;
}

.main-content .section-dark {
  background-color: #D8E8F2;
  padding: 80px 40px;
}

.main-content .section-darker {
  background-color: #A1BFDD;
  padding: 80px 40px;
}

.main-content .section-dark.resume {
  height: 400px;
  padding-top: 60px;

}

@media (max-width: 599px) {
  .main-content .section-dark.resume {
    padding-top: 75px;
  }
}

.main-content .section-dark.resume .title {
  padding: 20px;
}

.main-content .section-dark.resume button {
  border: 2px solid #42678B;
  background: white;
  color: #42678B;
  height: 50px;
  width: 250px;
  font-size: 1rem;
  text-transform: uppercase;
}

.main-content .section-dark.resume .fa-download {
  color: #42678B;
}

.main-content .section-dark.my-work {
  padding: 80px 40px;
}

.main-content .section-cashbac {
  background-color: rgb(238, 250, 253);
  padding: 80px 40px; 
}

@media (max-width: 599px) {
  .main-content .section-dark.foto-foto {
    padding: 75px 20px;
  }
}

.main-content .section-dark.foto-foto .foto-item {
  margin-bottom: 1rem;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

.main-content .section-dark.my-work .work-item:hover {
  -webkit-transform: scale(1.055) translateY(-2px);
  transform: scale(1.055) translateY(-2px);
  -webkit-box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
  box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
}

.section-map {
  padding: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.section-map iframe {
  width: 100% !important;
  height: 450px;
  border: 0;
}

.main-content .section-light {
  padding: 80px 40px;
}

.main-content .section-light.regular-section {
  padding-bottom: 80px;
}

.main-content .section-light.regular-section .is-larger {
  font-size: 1.2rem;
}

@media (max-width: 599px) {
  .main-content .section-light.regular-section .about-links {
    text-align: center;
  }
}

.main-content .section-light.regular-section .right-image img {
  border-radius: 11px;
  margin: 20px;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

@media (max-width: 599px) {
  .main-content .section-light.regular-section .right-image img {
    margin: auto;
  }
}

.main-content .section-light.skills {
  padding: 100px;
}

@media (max-width: 599px) {
  .main-content .section-light.skills {
    padding: 50px 20px 40px 20px;
    padding-bottom: 20px;
  }
}

.main-content .section-light.skills h1 {
  padding: 10px;
  font-size: 24px;
}

.main-content .section-light.contact {
  padding: 80px 80px 40px 80px;
}

.main-content .section-light.contact button {
  width: 100%;
  color: white;
  height: 50px;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}

@media (max-width: 599px) {
  .main-content .section-light.contact {
    padding: 80px 40px 40px 40px;
  }
}

.main-content .section-color.pertanyaan {
  padding: 100px;
  background-color: #42678B;
  color: white;
}

.main-content .section-color.pertanyaan .title,
.main-content .section-color.pertanyaan .subtitle {
  color: white;
}

.main-content .section-color.pertanyaan i {
  font-size: 3rem;
  padding: 20px;
}

.main-content .section-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  color: #42678B;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0px;
  padding-bottom: 10px;
}

.nama-lengkap {
  font-family: 'Rouge Script', sans-serif;
  color: #42678B;
  font-size: 3.5rem;
  letter-spacing: 0px;
  padding-bottom: 6px;
  line-height: 3.7rem;
}

.ampersand {
font-size: 5rem;
font-family: 'Rouge Script', sans-serif;
color: #42678B;
line-height: 5rem;
display: inline-block;
vertical-align: middle;
}

.bodytext {
  font-size: 18px;
}

.waktu {
  font-size: 1.4rem;
  font-family: 'Raleway', sans-serif;
}

.tanggal-angka {
  font-size: 5rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  line-height: 1;
}

.tempat {
  font-size: 1.4rem;
  font-family: 'Raleway', sans-serif;
  font-size: 1.4rem;
  margin-bottom: 50px;
}


.has-vertically-align {
  vertical-align: middle;
}

.footer {
  bottom: 0;
  width: 100vw;
  padding: 10px 10px 10px 10px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  background: #62809A;
  color: whitesmoke;    
}

.footer p {
  color: white;
  font-weight: 500;
  font-size: 10pt;
  display: inline-block;
  vertical-align: middle;
}


.no-padding-top {
  padding-top: 0px;
}

@media screen and (min-width: 1024px) {
  .regular-section.no-padding-top {
    padding-top: 320px;
    padding-bottom: 0px;
  }
  

.mplogo {
    margin-top: 15%;
    transform: scale(1.4);
    height: 480px;
    max-height: 480px;
    filter: drop-shadow(0 8px 25px rgba(66, 103, 139, 0.3));
  }

  .bible-verse {
    margin-right: 50%;
  }
}

@media screen and (min-width: 1400px) {
  .mplogo {
    transform: scale(1.5);
    height: 525px;
    max-height: 525px;
    margin-top: 20%;
  }
}

.footer img{
  margin: 10px 0px 10px 10px;
  display: inline-block;
  max-height: 24px;
  vertical-align: middle;
}

.footer a .nav-item {
  color: whitesmoke;
}

.fa-download {
  color: #43485c;
}

.divider {
  margin: 40px 25px;
  display: inline-block;
  max-height: 60px;
  vertical-align: middle;
}

.mplogo {
  margin: 25px;
  display: inline-block;
  height: auto;
  width: auto;
  max-height: 300px;
  vertical-align: middle;
}

#toTop {
  height: 50px;
  width: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #42678B;
  color: white;
  cursor: pointer;
  border-radius: 50%;
  font-size: 2rem;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
  transition: opacity 0.3s;
}

#toTop:hover {
  background-color: #62809A;
}


#toTop a {
  color: white;
}

#toTop:hover {
  background-color: #62809A;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #D8E8F2;
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px #91AABF;
  -webkit-box-shadow: inset 0 0 6px #91AABF;
  background-color: #62809A;
}

body.preloader-site {
  overflow: hidden;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #B8CCDD;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
}


.btn-whatsapp:hover {
  color: white;
  background-color: #59a543;
  font-size: 1.2rem;
  border-radius: 10px;
  border: 2px solid #59a543;
  width:  210px;
  height: 65px;
  align-items: center;
  margin: 1rem;
}


.btn-whatsapp {
  background-color: #6cc751;
  width:  210px;
  height: 65px;
  color: white;
  font-size: 1.2rem;
  border-radius: 10px;  
  border-left: 1px solid #6cc751;
  border-right: 1px solid #6cc751;
  border-top: 1px solid #6cc751;
  border-bottom: 1px solid #6cc751;
  align-items: center;
  margin: 1rem;

}


.btn-cta:hover {
  color:white;
  background-color: #62809A;
  font-size: 1.2rem;
  border-radius: 10px;
  border: 2px solid #62809A;
  width:  210px;
  height: 65px;
  align-items: center;
  margin: 1rem;
}

.btn-cta {
  background-color: #42678B;
  width:  210px;
  height: 65px;
  color: white;
  font-size: 1.2rem;
  border: 2px solid #42678B;
  border-radius: 10px;
  align-items: center;
  margin: 1rem;
}

.cashbac-logo-inline {
  width: 160px;
  vertical-align: middle;
}

.button-download {
  min-width: 200px;
  height: 55px;
  align-items: center;
  margin: 0.1rem;

}

.voucher-code {
  height: 55px;
  max-width: 180px;
  border: 2px solid #26ade4;
  border-radius: 10px 0 0 10px  ;
  font-size: 24px;
  padding: 15px;
}

.btn-voucher-code {
  height: 55px;
  min-width: 100px;
  border: 2px solid #26ade4;
  background-color: #26ade4;
  border-radius: 0 10px 10px 0;
  font-size: 20px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  color: white;
}

.fa-copy {
  margin-right: 5px;
}
.white
{color:ghostwhite}


.icy-blue {color: #42678B}
.icy-blue-lighter {color: #A1BFDD}
.icy-blue-lightest {color: #D8E8F2}
.icy-blue-darker {color: #62809A}
.icy-blue-darkest {color: #244667}

.tile {
  border-radius: 10px;
}


.photo1 {
  background-image: linear-gradient(rgba(36, 70, 103, 0.5), rgba(66, 103, 139, 0.75)), url("../image/photos/1.webp");
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
  min-height: 24rem;
}


.photo2 {
  background-image: linear-gradient(rgba(36, 70, 103, 0.5), rgba(66, 103, 139, 0.75)), url("../image/photos/2.webp");
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
  min-height: 24rem;
}

.photo3 {
  background-image: linear-gradient(rgba(36, 70, 103, 0.5), rgba(66, 103, 139, 0.75)), url("../image/photos/3.webp");
  background-size: cover;
  background-position: top;
  background-repeat:no-repeat;
  min-height: 24rem;
}

.photo4 {
  background-image: linear-gradient(rgba(36, 70, 103, 0.5), rgba(66, 103, 139, 0.75)), url("../image/photos/4.webp");
  background-size: cover;
  background-position: top;
  background-repeat:no-repeat;
  min-height: 24rem;
}

.photo5 {
  background-image: linear-gradient(rgba(36, 70, 103, 0.5), rgba(66, 103, 139, 0.75)), url("../image/photos/5.webp");
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
  min-height: 24rem;
}


.photo6 {
  background-image: linear-gradient(rgba(36, 70, 103, 0.5), rgba(66, 103, 139, 0.75)), url("../image/photos/6.webp");
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
  min-height: 24rem;
}


@media screen and (min-width: 768px) {
    .hero-slider .swiper-slide.photo1 {
          background-position: center 35% !important;
    }
    .hero-slider .swiper-slide.photo2 {
            background-position: center 45% !important;
    }
    .hero-slider .swiper-slide.photo3 {
            background-position: center 35% !important;
    }
    .hero-slider .swiper-slide.photo4 {
        background-position: center 30% !important;
    }
    .hero-slider .swiper-slide.photo5 {
        background-position: center 32% !important;
    }

    .hero-slider .swiper-slide.photo6 {
        background-position: center 30% !important;
    }
  /* Adjust % for each photo as needed: smaller top % = shift up, larger = shift down */
}


.title-foto {
  font-size: 18pt;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-align: left;
  color: white;
}


.subtitle-foto {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 14pt;
  font-weight: 600;
  margin-top: 15px;
  text-align: left;
  color: white;
}


/* .section-light {
  background-image: url(../image/flowers-bottom.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 100px;
}

.section-light.no-padding-top {
  padding-bottom: 600px;
} */


.instagram {
    font-family: 'Cinzel', 'Playfair Display', 'Libre Baskerville', Georgia, serif;
  color: #42678B;
  font-size: 1.25rem;
  font-weight: 900;
  margin-top: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}


.bible-verse {
  font-family: 'Cinzel', 'Playfair Display', 'Libre Baskerville', Georgia, serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
  color: #244667;
  line-height: 2.0;
}



.verse-reference {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  font-variant: small-caps;
  letter-spacing: 2.5px;
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-weight: 500;
  color: #42678B;
}



.invitation-text {
  font-family: 'Montserrat', 'Lato', sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 2.2;
  letter-spacing: 1.8px;
  font-variant: small-caps;
  font-style: normal;
  color: #244667;
  padding-bottom: 300px;
}


.full-width-flowers {
  position: relative;
  height: 0;
  overflow: visible;
}

.flowers-top-img-full {
  position: absolute;
  top: -62px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

.full-width-flowers-bottom {
  position: relative;
  height: 0;
  overflow: visible;
}

.flowers-bottom-img-full {
  position: absolute;
  bottom: -80px;
  left: -40px;
  width: 100vw !important;
  height: auto;
  z-index: -1;
  max-width: none;
}

.event-section {
  padding: 80px 40px;
  background-color: #D8E8F2; /* Matches section-dark */
}

.maps-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: transparent;
  border: 1.5px solid #D4AF37;
  color: #D4AF37;
  padding: 0.4rem 1.2rem;
  border-radius: 20px;
  font-weight: 500;
  font-size: 0.85rem;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  letter-spacing: 0.5px;
}

.maps-btn i {
  font-size: 0.9rem;
}

.maps-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.2), transparent);
  transition: left 0.5s;
}

.maps-btn:hover::before {
  left: 100%;
}

.maps-btn:hover {
  background: rgba(212, 175, 55, 0.1);
  color: #D4AF37;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

.maps-btn i {
  font-size: 1rem;
}

.event-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.event-card {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(66, 103, 139, 0.2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.event-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  object-position: center;
  background-color: #f5f5f5;
}

.event-content {
  padding: 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.event-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  color: #42678B;
  margin-bottom: 1rem;
  text-align: center;
}

.event-desc {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #555;
}

.event-details dt {
  font-weight: bold;
  color: #42678B;
  margin-top: 1rem;
  font-size: 1.1rem;
}

.event-details dd {
  margin-bottom: 1rem;
}

/* Desktop: side-by-side */
@media (min-width: 1024px) {
  .event-cards-container {
    flex-direction: row;
  }
}

/* Mobile: vertical stack, image full width top */
@media (max-width: 1023px) {
  .event-card {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  
  .event-image {
    height: 40vh;
    object-fit: cover;
  }
  
  .event-cards-container {
    flex-direction: column;
    align-items: center;
  }
}

.maps-container {
  text-align: center;
  margin-top: 1.5rem;
}

.event-date {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  color: #D4AF37;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 4px rgba(212, 175, 55, 0.3);
}

.event-venue {
  font-size: 1.6rem;
  font-weight: 700;
  color: #42678B;
  text-align: center;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}

.event-time {
  font-size: 1.4rem;
  color: #62809A;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}



.gold-divider, .gold-separator {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, #D4AF37, transparent);
  margin: 0.25rem auto 0.5rem auto;
  width: 30%;
  opacity: 1;
}

@media (max-width: 768px) {
  .gold-separator {
    width: 60%;
  }
  .bible-verse {
    font-size: 1.15rem;
    line-height: 1.8;
  }
  .invitation-text{
    padding-bottom: 0;
  }
}



.map-container {
  margin-top: 2rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

/* RSVP Section - Elegant Dark Invert */
#rsvp.section-dark {
  background: linear-gradient(135deg, #244667 0%, #42678B 100%);
  color: #D8E8F2;
  padding: 100px 40px;
}

#rsvp .section-title,
#rsvp .h2.subtitle {
  color: #D8E8F2 !important;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

#rsvp .subtitle {
  color: #D8E8F2 !important;
  font-weight: 400;
  line-height: 1.6;
}

#rsvp .instagram {
  color: #D4AF37 !important;
}

#rsvp .btn-whatsapp {
  background-color: #42678B !important;
  border-color: #62809A !important;
  color: #D8E8F2 !important;
}

#rsvp .btn-whatsapp:hover {
  background-color: #62809A !important;
  border-color: #D4AF37 !important;
  color: white !important;
  box-shadow: 0 4px 12px rgba(66, 103, 139, 0.4);
}

#rsvp .divider {
  filter: brightness(1.3) hue-rotate(40deg);
}

@media (max-width: 768px) {
  #rsvp.section-dark {
    padding: 80px 20px;
  }
}



/* RSVP Form Styles */
#rsvp .rsvp-button {
  background: transparent;
  border: 2px solid #D4AF37;
  color: #D4AF37;
  font-weight: 700;
  font-size: 1.3rem;
  width: 220px;
  height: 70px;
  border-radius: 25px 25px 25px 0;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2);
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}

#rsvp .rsvp-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.2), transparent);
  transition: left 0.5s;
}

#rsvp .rsvp-button:hover::before {
  left: 100%;
}

#rsvp .rsvp-button:hover {
  background: transparent;
  color: #B8860B;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
}

#rsvp .rsvp-button:hover {
  background: linear-gradient(135deg, rgba(184, 134, 11, 0.15), rgba(201, 165, 94, 0.25));
  border-color: #C9A75E;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(201, 165, 94, 0.4);
  color: #D4AF37;
}

.rsvp-container {
  max-width: 500px;
  margin: 2rem auto 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.rsvp-container.is-open {
  max-height: 1200px; /* Sufficient for full form */
}

#rsvp .rsvp-form {
  background: rgba(216, 232, 242, 0.95);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 15px 40px rgba(36, 70, 103, 0.2);
  border: 1px solid rgba(212, 175, 55, 0.3);
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#rsvp .rsvp-form.hidden {
  opacity: 0;
  transform: translateY(-15px) scale(0.98);
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#rsvp .rsvp-form .label {
  color: #244667;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#rsvp .rsvp-form .control label.radio {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #A1BFDD;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 500;
  color: #42678B;
  margin-right: 1rem;
  margin-bottom: 0.8rem;
  transition: all 0.3s ease;
  position: relative;
  backdrop-filter: blur(10px);
  min-width: 140px;
  text-align: center;
  justify-content: center;
}

#rsvp .rsvp-form .control label.radio:hover {
  border-color: #C9A75E;
  background: rgba(201, 165, 94, 0.08);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(201, 165, 94, 0.25);
}

#rsvp .rsvp-form .control label.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#rsvp .rsvp-form .control label.radio input[type="radio"]:checked + span {
  color: #D4AF37;
  text-shadow: 0 0 8px rgba(212, 175, 55, 0.8);
}

#rsvp .rsvp-form .control label.radio input[type="radio"]:checked ~ span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #D4AF37;
  font-size: 1.2rem;
  font-weight: bold;
  z-index: 2;
  text-shadow: 0 0 4px rgba(212, 175, 55, 0.8);
}

#rsvp .rsvp-form .control label.radio span {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

#rsvp .rsvp-form .control label.radio:active {
  transform: translateY(0) scale(0.98);
  transition: transform 0.1s ease;
}

#rsvp .rsvp-form .control label.radio:hover {
  color: #244667;
}

#rsvp .rsvp-form input[type="radio"] {
  margin-right: 0.8rem;
  accent-color: #D4AF37;
}

#rsvp .rsvp-form .field {
  margin-bottom: 1.5rem;
}

#rsvp .rsvp-form .input {
  border: 2px solid #A1BFDD;
  border-radius: 10px;
  padding: 0.85rem 1rem;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.95);
  transition: all 0.3s ease;
  width: 100%;
}

#rsvp .rsvp-form .input:focus {
  border-color: #D4AF37;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
  outline: none;
  background: rgba(255, 255, 255, 1);
}

#rsvp .rsvp-form .control {
  position: relative;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#rsvp #extra-guests-field {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

#rsvp #extra-guests-field.fade-in {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

#rsvp .guest-options {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

#rsvp .guest-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #A1BFDD;
  border-radius: 25px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #42678B;
  transition: all 0.3s ease;
  position: relative;
  min-width: 120px;
  text-align: center;
  backdrop-filter: blur(10px);
}

#rsvp .guest-radio:hover {
  border-color: #C9A75E;
  background: rgba(201, 165, 94, 0.08);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(201, 165, 94, 0.25);
}

#rsvp .guest-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#rsvp .guest-radio input[type="radio"]:checked + span::before {
  content: '✓';
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #D4AF37;
  font-size: 1rem;
  font-weight: bold;
  text-shadow: 0 0 4px rgba(212, 175, 55, 0.8);
  z-index: 2;
}
#rsvp .guest-radio input[type="radio"]:checked + span {
  color: #D4AF37;
  text-shadow: 0 0 8px rgba(212, 175, 55, 0.8);
  padding-left: 24px;
}

#rsvp .guest-radio {
  /* Active state for elegant press */
}

#rsvp .guest-radio:active {
  transform: translateY(0) scale(0.98);
  transition: transform 0.1s ease;
}

#rsvp .guest-radio span {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

@media (max-width: 768px) {
  #rsvp .guest-options {
    flex-direction: column;
    align-items: center;
  }
  
  #rsvp .guest-radio {
    min-width: 200px;
    margin-bottom: 0.5rem;
  }
}

#rsvp .rsvp-form .button {
  background: transparent;
  border: 2px solid #D4AF37;
  color: #D4AF37;
  font-weight: 700;
  font-size: 1.2rem;
  width: 250px;
  height: 70px;
  border-radius: 25px 25px 25px 0;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}

#rsvp .rsvp-form .button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.2), transparent);
  transition: left 0.5s;
}

#rsvp .rsvp-form .button:hover::before {
  left: 100%;
}

#rsvp .rsvp-form .button:hover {
  background: linear-gradient(135deg, rgba(184, 134, 11, 0.15), rgba(201, 165, 94, 0.25));
  border-color: #C9A75E;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(201, 165, 94, 0.4);
  color: #D4AF37;
}

#rsvp .rsvp-form .button:hover {
  background: linear-gradient(135deg, #62809A, #42678B);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(66, 103, 139, 0.3);
}

#rsvp .rsvp-form .button:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(66, 103, 139, 0.2);
}

@media (max-width: 768px) {
  #rsvp .rsvp-button {
    width: 100%;
    max-width: 300px;
  }
  
  #rsvp .rsvp-form {
    padding: 2rem 1.5rem;
    margin-top: 1.5rem;
  }
  
  .rsvp-container.is-open {
    max-height: 1400px;
  }
}



