.divkehadiran.hadir{
    background-color:#3bff868a;
    color:#28834b;
}
/* html {
    scroll-behavior: smooth;
} */
.divkehadiran.tidak_hadir{
    background-color:#ff3b3b8a;
    color:#c73939;
}
.divkehadiran.ragu{
    background-color:#8388848a;
    color:#6d6f6e;
}
.divkehadiran{
    border-radius: 10px;
    text-align: center;
    margin: 10px;
    width: 90px;
    /* height: 90px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.divkehadiran .total_khdrn{
    font-size:16px;
    font-weight: bold;
}
.divkehadiran .title_khdrn{
    font-size:12px;
    font-weight: bold;
}


.swiper-stories .swiper-slide{
    position:relative;background-color:black !important;
}
.swiper-stories .swiper-content .deskripsi{
    font-size: 12px;
    font-weight: normal;
}
.swiper-stories .swiper-content .judul{
    font-size: 16px;
}
.swiper-stories .swiper-content .waktunya{
    font-size: 12px;
    font-weight: normal;
    
}
.swiper-stories .swiper-content{
    z-index:1;
    padding: 20px;
    width: 100%;
    /* height: 100%; */
}
.swiper-stories .swiper-bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;height:100%;width:100%;opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.swiper-stories {
    /* width: 280px; */
    /* height: 450px; */
  }

  .swiper-stories .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
  }

  .swiper-stories .swiper-slide:nth-child(1n) {
    background-color: rgb(206, 17, 17);
  }

  .swiper-stories .swiper-slide:nth-child(2n) {
    background-color: rgb(0, 140, 255);
  }

  .swiper-stories .swiper-slide:nth-child(3n) {
    background-color: rgb(10, 184, 111);
  }

  .swiper-stories .swiper-slide:nth-child(4n) {
    background-color: rgb(211, 122, 7);
  }

  .swiper-stories .swiper-slide:nth-child(5n) {
    background-color: rgb(118, 163, 12);
  }

  .swiper-stories .swiper-slide:nth-child(6n) {
    background-color: rgb(180, 10, 47);
  }

  .swiper-stories .swiper-slide:nth-child(7n) {
    background-color: rgb(35, 99, 19);
  }

  .swiper-stories .swiper-slide:nth-child(8n) {
    background-color: rgb(0, 68, 255);
  }

  .swiper-stories .swiper-slide:nth-child(9n) {
    background-color: rgb(218, 12, 218);
  }

  .swiper-stories .swiper-slide:nth-child(10n) {
    background-color: rgb(54, 94, 77);
  }

        
        .navbar li{
            cursor: pointer;
        }
        .navbar li.active{
            background: #4b433d;
        }
        @font-face {
            font-family: "greatvibes";
            src: url("../fonts/GreatVibes-Regular.ttf");
        }
        html, body{
            padding:0px;
            margin:0px;
        }
        .section:not(.section1), .navbar{
            /*display:none;*/
        }
        .section1{
            transition: top 0.3s;
            /* overflow: hidden; */
            /* height:100vh !important; */
            padding: 0 !important;
        }
        .section{
            min-height: 100dvh !important;
            padding: 8vh 0;
            background-color: #ffffff;
            /* background-image:url('../image/Background-01.png'); */
            /*min-height:100vh;*/
            width: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            /*padding:20px 0px;*/
        }
        .section_2{
            display:flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100%;
            padding: 0 4vh;
        }
        .section_2_4{
/*            background-color:red;*/
        }
        
        @media (max-width: 420px) {
            .imagemask img{
                width:30vh !important;
            }    
        }
        .imagemask img{
            width:40vh;
            max-width: 100%;
        }
        .imagemask{
            margin:1vh 0px;
            -webkit-mask-image: url('../image/PhotoMask.png');
            mask-image: url('../image/PhotoMask.png');
            -webkit-mask-size:contain; /* OR cover OR fixed values */
  
            -webkit-mask-position:center;
            -webkit-mask-repeat:no-repeat;
            
            
            mask-size:contain; /* OR cover OR fixed values */
            
            mask-position:center;
            mask-repeat:no-repeat;   
        }

        .title1{
            font-size:3vh;
        }
        .title2{
            text-align: center;
            font-family: "greatvibes";
            font-size:7vh;
            margin-bottom:1vh;
            z-index: 1;
        }
        .title3_1{
            font-size:2vh;
        }
        .title3{
            font-size:14px;
            margin-bottom:1vh;
            text-align: center;
        }

        .button_undangan span{
            font-size: 16px;
            vertical-align: middle;
        }
        .button_undangan img{
            filter: brightness(0) invert(1);
            margin-right: 5px;
            vertical-align: middle;
            width: 30px;
            
        }
        .button_undangan:hover{
            background: #3b3b3b;
            text-decoration:none !important;
            background: #8e847c;
            color:white !important;
        }

        .button_undangan{
            transition: 0.3s ease-in-out all !important;
            /* display: flex; */
            vertical-align: middle;
            background: #161616;
            padding: 0.5vh 25px;
            color:white;
            border-radius: 100px;
            cursor: pointer;
            z-index: 4;
        }
        .section1 .section_2{
            margin: 0;
            padding: 0;
            width: 100% !important;
/*            display:none;*/
        }
        button{
            border: 0px !important;
        }
        .navbar{
            position: fixed;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            /*zoom: 0.7;*/
        }
        .navbar{
            bottom: 0;
            left: 0;
            right: 0;     /* supaya bisa auto-center */
            width: fit-content; /* atau pixel/auto tergantung isi navbar */
            margin: 0 auto;      /* ini yang membuat dia center */
            z-index: -1;
        }

        
        .navbar ul{
            padding: 10px !important;
            box-shadow: 0px 4px 5px 0px #00000070;
            border-radius: 10px;
            background: white;
            display: flex;

        }
        .navbar ul li:not(:last-child){
            margin-right: 5px;
        }
        .navbar ul li{
            padding: 2px;
            width:40px;
            height:40px;
            background: #887d75;
            display: inline-block;
            list-style: none !important;
            border-radius: 15px;
            display: inline-block;
            list-style: none !important;
        }
        
        
        .navbar img{
            width:100%;
            filter: brightness(0) invert(1);
        }

        .countdown_fik{
            

        }

        
        .countdown_fik .cd_fik{
            font-size: 20px;
            font-weight: bold;
        }
        .countdown_fik .text_cd_fik{
            font-size: 12px;
        }
        .countdown_fik ul{
            padding: 0px !important;
            display: flex;

        }
        .countdown_fik ul li:not(:last-child){
            margin-right: 5px;
        }
        .countdown_fik ul li{
            color: white;
            text-align: center;
            padding: 10px;
            background: #161616;
            display: inline-block;
            list-style: none !important;
            border-radius: 15px;
            /* display: inline-block; */
            list-style: none !important;
            width: 70px;
            height: 70px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .image_wedd img{
            width:100%;
            border-radius: 10px;
            margin-bottom: 4vh;
        }
        .content_section_3{
            text-align: center;
            font-size: 2vh;
            margin-bottom: 8vh;
        }
        .content_section_4{
            text-align: center;
            font-size: 2vh;
            /*margin-bottom: 8vh;*/
        }
        /* .parent_section::after{
            content: "";
            background-image: url('calon.webp');
            opacity: 0.3;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            position: absolute;
            z-index: -1;  
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
            
        } */
        body{
            background: #3c3c3c;
        }
        .parent_section.centered{
            display: flex;
            align-items: center;
            flex-direction: column;
        }
        .title-bismillah{
            margin-bottom:10px;
            text-align: center;
        }
        .title-bismillah img{
            width:50%;
        }
        .title2.asssalamualaikum{
            text-align: center;
            font-size:3vh;
            margin-bottom:30px;
        }
        .section{
            position: relative;
        }
        .imageataskiri{
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transform:rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        
        .imagebawahkanan, .imageataskiri{
            width:20vh;
            display: flex;
            z-index: 0;
        }
        .section_2{
            z-index: 10;
            position: relative;
        }
        .imagebawahkanan img, .imageataskiri img{
            width:100%;
        }
        .imagebawahkanan{
            position: absolute;
            bottom: 0;
            right: 0;
        }
        .section_top{
            z-index: 9999999;
            width:100%;
            display: flex;
            justify-content: center;
        }
        .parent_section{
            position: relative;
            overflow: hidden;
        }
        .foto_pengantin{
            margin-top:20px;
            margin-bottom: 10px;
        }
        .foto_pengantin img{
            width:35%;
            border-radius: 200%;
        }
        
        .separator_icon img{
            width:10%;
        }
        .separator_icon{
            position: relative;
            display: flex;
            justify-content: center;
        }
        .separator_icon::before{
            border-top: 1px solid black;
            display: inline-block;
            content: '';
            background: silver;
            width: 30%;
            /* margin-top: -20px; */
            /* margin-left: 101px; */
            position: absolute;
            bottom: 50%;
            left: 15%;
        }
        .separator_icon::after{
            border-top: 1px solid black;
            display: inline-block;
            content: '';
            background: silver;
            width: 30%;
            /* margin-top: -20px; */
            /* margin-left: 101px; */
            position: absolute;
            bottom: 50%;
            right: 15%;
        }
        
        .nama_pengantin {
            font-weight: bold;
            font-size: 2.5vh;
        }
        .nama_ortu {
            font-size: 2vh;
            margin: 5px;
        }
        .section_2_4, .section_2_5{
            background: #9a9a9a2e;
            padding: 20px;
            border-radius: 25px;
            /*margin: 0px 10px;*/
            width:80%;
            box-shadow: 0px 5px 6px 0px #0000002e;
        }
        
        .section4 .imgbottom img{
            
            width: 100%;
        }
        .section4 .imgbottom{
            position: absolute;
            bottom: 0;
            opacity: 0.5;
        }
        
        .section4 .imageataskiri{
            opacity: 0.5;
        }
        
        .shadow:before
            {
                display:block;
                content:'';
                position:absolute;
                width:100%;
                height:100%;
                -moz-box-shadow:inset 2px -1px 20px 20px rgb(255 255 255);
                -webkit-box-shadow:inset 2px -1px 20px 20px rgb(255 255 255);
                box-shadow:inset 2px -1px 20px 20px rgb(255 255 255);
            }
            
        .jadwal_nikah div:not(:last-child):not(:first-child) {
            border-right: 1px solid black;
            border-left: 1px solid black;
            margin: 0px 10px;
        }
        .jadwal_nikah .hari{
            flex:1;
        }
        .jadwal_nikah .tanggal_bulan{
            width:40%;
            flex-direction: column;
            display: flex;
            flex:1.6;
            font-weight: bold;
        }
        .jadwal_nikah .tahun{
            flex:1;
        }
        .jadwal_nikah .tanggal{
            font-size: 4vh;
            
        }
        .jadwal_nikah .bulan{
            /*font-size: 3.5vh;*/
        }
        .jadwal_nikah{
            padding: 0;
            display: flex;
            /* vertical-align: middle; */
            justify-content: center;
            align-items: center;
            font-size: 18px;
        }
        .jadwal_nikah div {
            /*padding: 0 15px;*/
            display: inline-block;
            list-style-type: none;
        }
        .section_2_5 .alamat{
            font-weight: bold;
        }
        .section_2_5 .alamat_panjang{
            margin-bottom: 20px;
        }
        .section_2_5 .alamat, .section_2_5 .alamat_panjang{
            font-size: 16px;
            line-height: 1.5;
        }
        .section_2_5 .jam{
            margin-top: 15px;
            margin-bottom: 20px;
            font-size: 18px;
            font-weight: bold;
            
        }
        
        .section_2_5 .title3{
            font-size: 4vh;
        }
        .section_2_5 .title4{
            font-size: 16px;
            font-weight: bold;
        }
        .section_2_5{
            text-align: center;
            margin-bottom: 20px;
        }
        .section5 .title2{
            font-size: 5vh;
        }
        
        .section5 .imageataskiri{
            opacity: 0.5;
        }
        .section5 .section_2{
            background:#ffffffb3;
        }
        .content_section_5{
            width:100%;
        }
        .section5{
            background: #e4e3df;
            padding: 10vh 0;
            position: relative;
        }

        .content_section_6{
            /* padding-bottom: 100px; */
        }
        .section6 {
            /* background: #e4e3df; */
            /* position: relative; */
        }
        .imageabsolutehiasan{
/*            position: absolute;
            top:50%;*/
        }
        .imageabsolutehiasan img{
            width: 100%;
            width: 50%;
            position: absolute;
            right: 0;
            top: 50%;
        }

        .be-comment-block {
            margin-bottom: 50px !important;
            /* border: 1px solid #edeff2; */
            /* border-radius: 2px; */
            padding: 0px;
            /* border:1px solid #ffffff; */
        }
        
        .comments-title {
            font-size: 16px;
            color: #262626;
            margin-bottom: 15px;
            /* font-family: 'Conv_helveticaneuecyr-bold'; */
        }
        
        .be-img-comment {
            /* width: 60px; */
            /* height: 60px; */
            float: left;
            /* margin-bottom: 15px; */
        }
        
        .be-ava-comment {
            width: 30px;
            height: 30px;
            border-radius: 50%;
        }
        
        .be-comment-content {
            /* margin-left: 80px; */
        }
        
        .be-comment-content span {
            /* display: inline-block; */
            width: 49%;
            /* margin-bottom: 15px; */
        }
        
        .be-comment-name {
            margin-left:10px;
            font-size: 13px;
            /* font-family: 'Conv_helveticaneuecyr-bold'; */
        }
        
        .be-comment-content a {
            color: #383b43;
        }
        
        .be-comment-content span {
            /* display: inline-block; */
            width: 49%;
            /* margin-bottom: 15px; */
        }
        
        .be-comment-time {
            /* text-align: right; */
        }
        .be-comment-time {
            color: #414141;
            font-size: 8px;
            display:flex;
            
            /* float: right; */
        }
        .be-comment-time {
            /* font-size: 11px;
            color: #b4b7c1; */
        }
        
        .be-comment-text {
            font-size: 13px;
            line-height: 18px;
            color: #7a8192;
            display: block;
            background: #f6f6f7;
            border: 1px solid #edeff2;
            padding:10px;
            border-radius: 15px
        }
        
        .form-group.fl_icon .icon {
            position: absolute;
            top: 1px;
            left: 16px;
            width: 48px;
            height: 48px;
            background: #f6f6f7;
            color: #b5b8c2;
            text-align: center;
            line-height: 50px;
            -webkit-border-top-left-radius: 2px;
            -webkit-border-bottom-left-radius: 2px;
            -moz-border-radius-topleft: 2px;
            -moz-border-radius-bottomleft: 2px;
            border-top-left-radius: 2px;
            border-bottom-left-radius: 2px;
        }
        
        .form-group .form-input {
            font-size: 13px;
            line-height: 50px;
            font-weight: 400;
            color: #b4b7c1;
            width: 100%;
            height: 50px;
            padding-left: 20px;
            padding-right: 20px;
            border: 1px solid #edeff2;
            border-radius: 3px;
        }
        
        .form-group.fl_icon .form-input {
            padding-left: 70px;
        }
        
        .form-group textarea.form-input {
            height: 150px;
        }
        .section12 .title3_1{
                margin-top: 10px;
            font-size: 15px;
            font-style: italic;
            font-family: none;
        }


/* MUSIC */
#musicWidget {
    position: fixed;
    top: 60px;
    right: 8px;
    display: flex;
    gap: 10px;
    flex-direction: column-reverse;
    z-index: 99;
}
@media(max-width:420px){
    .btnMusic, .btnLyric {
        width: 30px !important;
        height: 30px !important;
    }
    .wave span{
        width: 2px !important;
    }
    .wave{
        bottom: 0px !important;
        width: 20px !important;
    }
    #lyricContainer {
        font-size: 12px !important;
        top: 50px !important;
        right: 50px !important;
        width: 200px !important;
    }
}
.btnMusic, .btnLyric {
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(145deg, #7a685a, #f2e3db);
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    outline: none;
    position: relative;
    box-shadow: 0 4px 25px #ffffff30;
    transition: 0.25s ease;
}

.btnMusic:hover, .btnLyric:hover {
    transform: scale(1.12);
    box-shadow: 0 4px 35px #fff;
}

/* Wave animation */
.wave {
    display: none;
    position: absolute;
    bottom: 10px;
    width: 28px;
    display: flex;
    justify-content: space-between;
}

.wave span {
    width: 3px;
    height: 8px;
    background: #0075d5;
    border-radius: 2px;
    animation: wave 0.8s infinite ease-in-out alternate;
}

.wave span:nth-child(2){ animation-delay: .1s }
.wave span:nth-child(3){ animation-delay: .2s }
.wave span:nth-child(4){ animation-delay: .3s }
.wave span:nth-child(5){ animation-delay: .4s }

@keyframes wave {
    from { height: 5px; opacity: .5; }
    to { height: 18px; opacity: 1; }
}

/* Lyrics Box */
#lyricContainer {
    position: fixed;
    top: 50px;
    right: 72px;
    width: 230px;
    padding: 12px;
    background: rgb(140 122 109 / 66%);
    backdrop-filter: blur(18px);
    border-radius: 12px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border: 1px solid #ffffff38;
    box-shadow: 0 4px 22px rgb(12 12 12 / 35%);
    display: none;
    z-index: 99;
    font-family: cursive;
    transform: translateX(-50%);
    transition: opacity .2s ease, transform .2s ease;
    pointer-events: none;
}

#lyricContainer.active {
    display: block;
    animation: fadeShow 0.4s ease forwards;
}

@keyframes fadeShow {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}
.section8 {
    background: #e8e6e3;
}

/* SECTION 9 - WEDDING GIFT */


.section9 {
    background: #e8e6e3;
    padding: 7vh 0;
}

.section_2_9 {
    display: flex;
    justify-content: center;
}

.content_section_9 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.wg_container {
    width: 100%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    text-align: center;
}

.wg_text {
    font-size: 14px;
    line-height: 1.6;
    color: #3a3a3a;
}
@media (min-width: 768px) {
    .wg_card {
        backdrop-filter: blur(8px);
    }
}
.wg_card {
    background: #ffffffcc;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.15);
    text-align: center;
}

.wg_icon {
    width: 45px;
    filter: brightness(0.3);
    margin-bottom: 10px;
}

.wg_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}

.wg_number {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    margin: 5px 0;
}

.wg_name {
    font-size: 13px;
    margin-bottom: 10px;
}

.wg_btn {
    padding: 8px 22px;
    background: #161616;
    border-radius: 30px;
    color: white;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.wg_btn:hover {
    background: #5a514b;
}

.wg_qris {
    width: 70%;
    border-radius: 15px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
/* HEADER CARD */
.wishes-container {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 0 15px;
}
.wishes-header-card {
    text-align: center;
    margin-bottom: 30px;
}

.icon-circle {
    width: 68px;
    height: 68px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffb8b8, #ff8a8a);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 26px;
    box-shadow: 0 4px 14px rgba(255,0,0,0.25);
}

.wh-title {
    font-size: 2rem;
    font-weight: 600;
}

.wh-subtitle {
    color: #777;
    margin-top: 4px;
}

/* FORM */
.wishes-form {
    background: rgba(255,255,255,0.85);
    border-radius: 18px;
    padding: 26px;
    margin-bottom: 35px;
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
}

.wf-head {
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 1.2rem;
}

.wf-head i { color: #d69b4b; }

/* Floating inputs */
.wf-group {
    position: relative;
    margin-bottom: 24px;
}

.wf-group input,
.wf-group textarea {
    width: 100%;
    padding: 16px;
    font-size: .95rem;
    border-radius: 14px;
    border: 1px solid #ddd;
    background: white;
}

.wf-group label {
    position: absolute;
    top: 50%;
    left: 16px;
    color: #777;
    transform: translateY(-50%);
    background: white;
    padding: 0 6px;
    transition: .2s;
}

.wf-group input:focus,
.wf-group textarea:focus {
    border-color: #d8a05a;
    box-shadow: 0 0 0 3px rgba(216,160,90,0.25);
}

.wf-group input:focus + label,
.wf-group textarea:focus + label,
.wf-group input:not(:placeholder-shown) + label,
.wf-group textarea:not(:placeholder-shown) + label {
    top: -6px;
    font-size: .75rem;
    color: #d69b4b;
}

/* PILL STATUS (INLINE) */
.status-pill-group {
    margin-bottom: 22px;
}

.label-status {
    font-weight: 600;
    margin-bottom: 10px;
}

.pill {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
}

.pill input {
    display: none;
}

@media(max-width:425px){
    .pill span {
        font-size: 0.65rem !important;
        padding: 5px 8px !important;
    }
}
.pill span {
    display: inline-block;
    padding: 8px 14px;
    background: #f5f5f5;
    border-radius: 30px;
    border: 1px solid #ddd;
    font-size: .85rem;
    color: #444;
    transition: .2s;
    cursor: pointer;
}

.pill input:checked + span {
    background: #e8c994;
    color: #000;
    border-color: #d69b4b;
    font-weight: 600;
}

.pill span i { margin-right: 4px; }

/* SUBMIT BUTTON */
.wf-btn {
    width: 100%;
    padding: 13px;
    border: none;
    background: #1a1a1a;
    color: white;
    border-radius: 14px;
    font-size: 1rem;
    transition: .25s;
}

.wf-btn:hover {
    background: black;
    transform: translateY(-2px);
}

/* UCAPAN LIST HEADER */
.wishes-list-header {
    margin-bottom: 15px;
}

.wishes-list-header h3 {
    font-size: 1.3rem;
    font-weight: 600;
}

.wl-badges-stack {
    margin-top: 10px;
}

.wl-badge {
    display: inline-block;
    padding: 6px 12px;
    margin-right: 6px;
    border-radius: 20px;
    font-size: .8rem;
}

.wl-badge.hadir { background: #d6f5e2; color: #17693e; }
.wl-badge.tidak { background: #ffe3e3; color: #9c2323; }
.wl-badge.ragu { background: #efefef; color: #444; }

/* LIST */
.wishes-list {
    margin-top: 15px;
}

/* ITEM CARD */
/* Wrapper */
.wish-item{
    display:flex;
    gap:14px;
    padding:14px 4px;
    border-bottom:1px solid rgba(0,0,0,0.06);
}

/* Avatar */
.wi-avatar{
    width:42px;
    height:42px;
    border-radius:12px;
    background: linear-gradient(135deg,#ececec,#ffffff);
    display:flex;
    justify-content:center;
    align-items:center;
    font-weight:600;
    font-size:16px;
    color:#534a44;
    flex-shrink:0;
    border:1px solid rgba(0,0,0,0.05);
}

/* Content */
.wi-content{
    flex:1;
    display:flex;
    flex-direction:column;
    gap:4px;
}

/* Name + Status Inline */
.wi-name-group{
    display:flex;
    align-items:center;
    gap:10px;
}

.wi-name{
    font-size:15px;
    font-weight:600;
    color:#292929;
}

/* Status Badge Modern */
.wi-status{
    padding:3px 8px;
    border-radius:8px;
    font-size:11px;
    display:inline-flex;
    align-items:center;
    gap:5px;
    font-weight:500;
    border:1px solid transparent;
    text-transform:capitalize;
}

/* Status Color Styles */
.wi-status.hadir{
    background:#e8f8f0;
    color:#2a7b5b;
}

.wi-status.tidak{
    background:#fdecec;
    color:#bd3d3d;
}

.wi-status.ragu{
    background:#fff7e6;
    color:#d28c0e;
}

/* Timestamp — SMALLER */
.wi-time{
    font-size:11px !important;
    color:#9c9c9c;
    margin-bottom:2px;
}

/* Message */
.wi-msg{
    font-size:14px;
    color:#3f3f3f;
    line-height:1.42;
}

/* Mobile tweak */
@media(max-width:600px){
    .wi-avatar{
        width:38px;
        height:38px;
    }
}

/* Loading */
.wl-loading { text-align:center; margin-top: 10px; display:none; }

/* End Message */
.wl-end {
    display:none;
    text-align:center;
    margin-top: 10px;
    color:#777;
}

#wishesList {
    max-height: 400px;  
    overflow-y: scroll;
    padding-right: 8px;
}

.wishes-list {
    max-height: 400px !important;
    overflow-y: scroll !important;
    display: block !important;
    flex: none !important; /* kalau parent flex */
}

#wishesList::-webkit-scrollbar {
    width: 5px;              /* super thin */
}

#wishesList::-webkit-scrollbar-track {
    background: transparent; /* no background*/
}

#wishesList::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.25);  
    border-radius: 10px;
    transition: background 0.3s ease;
}

#wishesList::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.45);
}

/* ---------- FIREFOX SUPPORT ---------- */
#wishesList {
    scrollbar-width: thin;               /* smaller scrollbar */
    scrollbar-color: rgba(0,0,0,0.25) transparent;
}
.wishes-loadmore-btn {
    background: #4b433d;
    color: white;
    display: block;
    width: 100%;
    padding: 10px 14px;
    margin: 14px 0;
    /* background: #f1f1f1; */
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all .25s ease;
}

.wishes-loadmore-btn:hover {
    background: #e4e4e4;
}
.button_undangan {
    transition: transform .25s ease;
}
.button_undangan:active {
    transform: scale(.92);
}
.card {
    transition: transform .3s ease, box-shadow .3s ease;
}
.card:active {
    transform: scale(.97);
}
.floating {
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0px); }
}

.section-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    /* transition: opacity .8s ease; */
}

.section-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    /* transition: opacity .8s ease;
    animation: fadeInSoft .8s ease; */
}

@keyframes fadeInSoft {
    from {opacity: 0; transform: translateY(20px);}
    to   {opacity: 1; transform: translateY(0);}
}
.aos-glow {
    animation: softGlow 3s ease-in-out infinite alternate;
}
@keyframes softGlow {
    from { transform: scale(1); opacity: .85; }
    to   { transform: scale(1.05); opacity: 1; }
}
body.lock-scroll {
    overflow: hidden !important;
    height: 100vh;
}
.aos-init-disabled [data-aos] {
    opacity: 0 !important;
    transform: none !important;
}
.swiper-stories {
    width: 66vw;    /* width / 1.5 */
    height: 70vh;   /* height / 1.4 */
    max-width: 380px; /* biar tetap proporsional di HP */
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 360px) {
    .navbar{
        scale: 0.7 !important;
        
    }
}
@media (max-width: 420px) {
    .navbar{
        scale: 0.8;
        padding:0px !important;
    }
}
/* Optional untuk mobile agar lebih pas */
@media (max-width: 480px) {
    .swiper-stories {
        width: 85vw;
        height: 60vh;
    }
}
.parent_section {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.section {
    width: 100%;
    max-width: 767px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    #loadingScreen {
        backdrop-filter: none !important;
    }
}
#loadingScreen {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    z-index: 999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.7s ease;
}

#loadingScreen.hide {
    opacity: 0;
    pointer-events: none;
}

.loader-inner {
    text-align: center;
    animation: loaderFadeIn 1s ease forwards;
}

/* Foto calon dengan animasi */
.loader-photo {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
    animation: zoomPulse 2.2s ease-in-out infinite;
}

.loader-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Elegant dots */
.loader-dots {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.loader-dots span {
    width: 10px;
    height: 10px;
    background: #c49462;
    border-radius: 50%;
    animation: dotBlink 1.2s infinite ease-in-out;
}

.loader-dots span:nth-child(2) {
    animation-delay: 0.2s;
}

.loader-dots span:nth-child(3) {
    animation-delay: 0.4s;
}

/* Animations */
@keyframes zoomPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.07); }
    100% { transform: scale(1); }
}

@keyframes dotBlink {
    0%,100% { opacity: 0.3; }
    50% { opacity: 1; }
}

@keyframes loaderFadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.gallery-wrapper {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Title */
.gallery-title {
    text-align: center;
    margin-bottom: 25px;
}
.gallery-title h2 {
    font-size: 38px;
    font-weight: 700;
    color: #444;
}
.gallery-title p {
    font-size: 15px;
    color: #666;
}

/* Main Swiper */
.gallery-main {
    width: 100%;
    aspect-ratio: 4 / 5;        /* RESPONSIVE HEIGHT */
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 35px rgba(0,0,0,0.15);
}

/* Main images */
.gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Thumbnail */
.gallery-thumbs {
    width: 100%;
    margin-top: 15px;
}
.gallery-thumbs .swiper-slide {
    position: relative;
    aspect-ratio: 1 / 1;        /* Thumbnail seragam kotak */
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    opacity: .5;
    transition: .3s ease;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    transform: scale(0.95);
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;         /* Auto crop, biar proporsional */
    object-position: center;
}

/* RESPONSIVE BREAKPOINTS */
@media (min-width: 768px) {
    .gallery-main {
        aspect-ratio: 16 / 10;
    }
}

/* Floating decorative side images */
.deco-floating img {
    animation: floatingSide 4.5s ease-in-out infinite;
    opacity: .8;
}

@keyframes floatingSide {
    0% { transform: translateY(0); opacity: .85; }
    50% { transform: translateY(-12px); opacity: 1; }
    100% { transform: translateY(0); opacity: .85; }
}

/* Gift Scroll Indicator */
.scroll-down-gift {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    opacity: 1;
    position: absolute;
    opacity: 1;
    left: 15px;
    bottom: 15px;
}

.scroll-down-gift img {
    width: 18px;
    /* height: 38px; */
    animation: scrollGift 2.3s infinite ease-in-out;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.3));
}

.scroll-down-gift span {
    font-size: 13px;
    letter-spacing: .5px;
    color: #444;
    opacity: .75;
    font-weight: 500;
}

@keyframes scrollGift {
    0% { transform: translateY(0); }
    50% { transform: translateY(10px); }
    100% { transform: translateY(0); }
}

/* Desktop enhancement */
@media (min-width: 768px) {
    .scroll-down-gift img {
        width: 35px;
        /* height: 45px; */
    }
    .scroll-down-gift span {
        font-size: 14px;
    }
}

.navbar {
    transition: all .4s ease;
    transform: translateY(-100%);
    opacity: 0;
}

/* Saat navbar tampil */
.navbar.show-nav {
    transform: translateY(0);
    opacity: 1;
    z-index: 9999;
}
/* Title utama */
.schedule-title {
    font-family: "greatvibes", serif;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #4A3A2A;
}

/* wrapper grid responsive */
.schedule-wrapper {
    display: grid;
    gap: 20px;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .schedule-wrapper {
        grid-template-columns: repeat(3, 1fr);
        padding: 0 40px;
    }

    .schedule-card {
        backdrop-filter: blur(12px);
    }
}

/* Wedding card */
.schedule-card {
    background: rgba(255,255,255,0.65);
    border: 1px solid rgba(200, 200, 200, 0.4);
    border-radius: 16px;
    padding: 20px 18px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.08);
    text-align: center;
    transition: transform .3s ease;
}

.schedule-card:hover {
    transform: translateY(-4px);
}

/* Title (Akad / Resepsi) */
.sc-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Cormorant Garamond", serif;
    color: #2d2d2d;
}

/* date box */
.sc-datebox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 10px;
}

.sc-day {
    font-size: 1rem;
    font-weight: 500;
    color: #555;
}

.sc-date {
    text-align: center;
}

.sc-date .num {
    font-size: 2.4rem;
    font-weight: 700;
    font-family: "Cormorant Garamond", serif;
    color: #2b2b2b;
    line-height: 1;
}

.sc-date .month {
    font-size: 0.9rem;
    color: #666;
    margin-top: -5px;
    display: block;
}

.sc-year {
    font-size: 1rem;
    color: #555;
}

/* jam */
.sc-time {
    margin: 10px 0 15px;
    font-size: 1rem;
    color: #444;
    font-weight: 500;
}

.sc-time i {
    margin-right: 5px;
}

/* label lokasi */
.sc-subtitle {
    font-size: 1rem;
    color: #333;
    font-weight: 600;
}

.sc-place {
    font-size: 0.70rem;
    margin-top: 5px;
    color: #444;
    font-weight: 500;
}

.sc-address {
    font-size: 0.9rem;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #555;
    line-height: 1.4;
}

/* button map */
.maps-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    background: #4a6741;
    color: white;
    border-radius: 12px;
    font-size: 0.9rem;
    text-decoration: none;
    transition: background .25s ease;
}

.maps-btn:hover {
    text-decoration: none;
    color:white;
    background: #3f5838;
}
.content_section_5 {
    background: rgba(255,255,255,0.85);
    padding: 20px 18px;
    border-radius: 18px;
    text-align: center;
    margin-bottom: 24px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
}
.button_undangan.map-btn {
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 6px;

    padding: 12px 0;
    margin-top: auto;  /* memastikan tombol selalu terakhir */
    border-radius: 12px;
    font-size: 15px;

    background: linear-gradient(135deg, #d49cff, #a678ff);
    color: white;
    border: none;

    transition: 0.25s ease;
}

.button_undangan.map-btn img {
    width: 20px;
    height: 20px;
}

.button_undangan.map-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(166,120,255,0.4);
}

/* Buat layout antar card lebih rapi */
.section_2_5 {
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
}

* ============================
   OPENING SECTION – MODERN STYLE
   ============================ */

.section4 {
    position: relative;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 80px;
}

.section-opening-content {
    max-width: 540px;
    margin: 0 auto;
    padding: 20px 25px;
    text-align: center;
    background: #ffffffd4;
    padding: 20px;
    border-radius: 25px;
    /* margin: 0px 10px; */
    width: 80%;
    box-shadow: 0px 5px 6px 0px #0000002e;
}

.opening-bismillah img {
    width: 180px;
    opacity: 0.9;
}

.opening-salam {
    font-family: "Playfair Display", serif;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 12px;
    color: #6a4f44;
}

.opening-text {
    font-size: 0.80rem;
    color: #444;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Person block */
.opening-person {
    margin-bottom: 10px;
}

.opening-photo {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 18px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.15);
    border: 4px solid #ffffffd0;
    background: #fff;
}

.opening-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.opening-name {
    font-size: 1.35rem;
    font-weight: 700;
    color: #6a4f44;
}

.opening-parents {
    font-size: 0.9rem;
    color: #555;
    font-style: italic;
    margin-top: 2px;
}

.opening-separator img {
    width: 60px;
    margin: 5px auto 25px;
    opacity: 0.75;
}

/* Background bottom */
.opening-bg-bottom {
    margin-top: 40px;
}

.opening-bg-bottom img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.15);
}

/* Responsive */
@media (min-width: 768px) {
    .opening-salam { font-size: 2rem; }
    .opening-name { font-size: 1.5rem; }
    .opening-photo {
        width: 180px;
        height: 180px;
    }
}
/* Background blur for section 4 */
.opening-with-bg {
    position: relative;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 100px;
}

/* Layer blur */


/* Soft overlay (supaya konten tetap readable) */
.opening-with-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(255,255,255,0.12), rgba(0,0,0,0.4));
    z-index: 1;
}


.whises-container-fik{
    position: relative;
    background: #ffffffa3;
    border-radius: 10px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    padding: 15px 5px 15px 15px;
}
.section-love {
    position: relative;
    padding: 60px 20px;
    text-align: center;
}

/* Decorative background elements */
.section-love .deco-left,
.section-love .deco-right {
    position: absolute;
    top: 0;
    width: 120px;
    opacity: 0.25;
}

.section-love .deco-left { left: 0; }
.section-love .deco-right { right: 0; }

/* Layout wrapper */
.love-wrapper {
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: center;
}

/* Foto */
.love-image img {
    width: 75%;
    max-width: 260px;
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
    transition: transform .4s ease;
}

.love-image img:hover {
    transform: scale(1.03);
}

/* Ayat */
.love-quote {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #444;
    font-family: "Poppins", sans-serif;
    padding: 0 10px;
}

/* Nama */
.love-title {
    font-size: 2.9rem;
    font-family: "greatvibes", serif;
    font-weight: 700;
    color: #b48a3b;
    letter-spacing: 1px;
}

/* RESPONSIVE */
@media (min-width: 700px) {
    .love-wrapper {
        gap: 25px;
    }

    .love-image img {
        width: 100%;
        max-width: 320px;
    }

    .love-quote {
        font-size: 1.15rem;
        max-width: 600px;
    }

    .love-title {
        font-size: 3.3rem;
    }

    .deco-left,
    .deco-right {
        width: 160px;
    }
}
.guest-block {
    margin-top: 2px;
    font-size: 1.05rem;
    line-height: 1.55;
    color: #111;
    font-weight: 400;
    letter-spacing: 0.2px;
}

/* Nama tamu — modern, clean, black */
.guest-name {
    display: inline-block;
    margin: 8px 0px;
    padding: 6px 14px;
    width: 100%;
    max-width: 250px;
    font-size: 1rem;
    font-weight: 600;
    color: white;

    background: rgb(163 115 84);
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.15);

    animation: guestFade 0.5s ease-out forwards;
}

/* Kalau kosong → tidak tampil */
.guest-name:empty {
    display: none;
}

/* Animasi smooth minimal */
@keyframes guestFade {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
