:root {
    --theme-color-light: #ffffff;
    --theme-color-dark: #000000;
    --theme-color-gray: #f1f1f1;
    --theme-color1: #b11c41;
    --theme-color2: #171c30;
    --theme-color3: #c0893b;
    --theme-color4: #ebf6fc;
    --theme-color5: #577352;
    --theme-color6: #57678c;
    --theme-color7: #c8af6b;
    --theme-color8: #C8A898;
    --theme-color1-rgb: 177, 28, 65;
    --theme-color2-rgb: 23, 28, 48;
    --theme-color3-rgb: 192, 137, 59;
    --theme-color1-rgb: 235, 246, 252;
    --theme-color2-rgb: 87, 115, 82;
    --theme-color3-rgb: 87, 103, 140;
    --theme-color1-rgb: 200, 175, 107;
    --theme-color2-rgb: 214, 122, 75;
    --bg-theme-color1: var(--theme-color1);
    --bg-theme-color2: var(--theme-color2);
    --bg-theme-color3: var(--theme-color3);
    --bg-theme-color4: var(--theme-color4);
    --bg-theme-color5: var(--theme-color5);
    --bg-theme-color6: var(--theme-color6);
    --bg-theme-color7: var(--theme-color7);
    --bg-theme-color8: var(--theme-color8);
    --text-color: #6a6a6a;
    --headings-color: #0f0f0f;
    --link-color: var(--headings-color);
    --link-hover-color: var(--headings-color);
    --text-font: "Manrope", sans-serif;
    --title-font: "Cinzel", serif;
    --script-font: "Great Vibes", cursive;
    --ukir-font: "Parisienne", serif;
    --ukir2-font: "Tangerine", serif;
    --body-font-size: 16px;
    --body-line-height: 28px;
    --body-font-weight: 400;
    --line-height-heading-h1: 1em;
    --line-height-heading: 1.2em;
    --line-height-heading-small: 1.4em;
    --h1-font-size: 88px;
    --h2-font-size: 70px;
    --h3-font-size: 40px;
    --h4-font-size: 24px;
    --h5-font-size: 22px;
    --h6-font-size: 20px;
    --h1-font-weight: 600;
    --h2-font-weight: 600;
    --h3-font-weight: 600;
    --h4-font-weight: 600;
    --h5-font-weight: 600;
    --h6-font-weight: 600;
    --sec-title-subtitle-font-size: 22px;
    --sec-title-subtitle-color: var(--headings-color);
    --sec-title-subtitle-font-family: var(--title-font);
    --sec-title-subtitle-font-weight: 400;
    --sec-title-subtitle-line-height: var(--line-height-heading);
    --sec-title-color: var(--headings-color);
    --sec-title-font-size: var(--h2-font-size);
    --sec-title-font-family: var(--title-font);
    --sec-title-font-weight: var(--h2-font-weight);
    --sec-title-line-height: var(--line-height-heading);
    --theme-light-background: #f2f3f5;
    --theme-light-background-text-color: var(--headings-color);
    --theme-black: #131313;
    --container-width: 1310px;
    --small-container-width: 1000px;
    --large-container-width: 1760px;
    --container-pt: 120px;
    --container-pb: 120px;
}

.banner-section-threes {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1000;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.banner-section-threes.hidden {
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
    /* Disable interaction when hidden */
}

.icon-leaves-23 {
    width: 416px;
    height: 1116px;
    background-image: url('../../frontend/images/icons/icon-leaves-23.png');
}

.icon-leaves-24 {
    width: 656px;
    height: 923px;
    background-image: url('../../frontend/images/icons/icon-leaves-24.png');
}

.icon-bubbles-2 {
    width: 100%;
    height: 100%;
    background-image: url('../../frontend/images/icons/icon-bubbles-2.png');
}

.icon-heart-2 {
    width: 209px;
    height: 123px;
    background-image: url('../../frontend/images/banner/icon-heart-2.png');
}

.auto-container {
    position: static;
    max-width: var(--container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.banner-section-three {
    /* position: relative; */
    /* background-color: #fff; */
    /* background-color: #c0bfbf; */
    background-color: #8b8589;
}
.banner-section-three .icon-bubbles-2 {
    position: absolute;
    bottom: 0;
    left: 0;
}
.banner-section-three .icon-leaves-23 {
    position: absolute;
    bottom: 0;
    left: -170px;
}
@media (max-width: 1399.98px) {
    .banner-section-three .icon-leaves-23 {
        opacity: 0.3;
    }
}
.banner-section-three .icon-leaves-24 {
    position: absolute;
    bottom: 0;
    right: -270px;
}
@media (max-width: 1399.98px) {
    .banner-section-three .icon-leaves-24 {
        opacity: 0.3;
    }
}

.banner-section-three .content-column {
    z-index: 2;
    display: flex;
    justify-content: center;   /* horizontal center */
    align-items: center;       /* vertical center */
    min-height: 100vh;         /* isi full tinggi layar */
    text-align: center;
}
.banner-section-three .content-column .inner-column {
    /* position: relative;
    padding: 80px 0 190px;
    text-align: center; */
    padding: 20px; /* biar ada jarak aman */
    width: 100%;
}

/* @media (max-width: 575.98px) {
    .banner-section-three .content-column .inner-column {
        position: relative;
        padding: 220px 0 190px;
        text-align: center;
    }
} */


.banner-section-three .content-column .inner-column .name {
    position: relative;
    color: var(--theme-color-light);
    font-family: var(--script-font);
    font-weight: 400;
    line-height: 1.2em;
    font-size: 70px;
    margin-bottom: 30px;
    letter-spacing: 10px;
}
@media (max-width: 1199.98px) {
    .banner-section-three .content-column .inner-column .name {
        font-size: 50px;
    }
}
@media (max-width: 575.98px) {
    .banner-section-three .content-column .inner-column .name {
        font-size: 50px;
        margin-bottom: 10px;
    }
}
.banner-section-three .content-column .inner-column .name .icon-heart-2 {
    display: inline-block;
    margin: 10px 0;
    -webkit-animation: zoom-one 3s infinite linear;
    animation: zoom-one 3s infinite linear;
}
@media (max-width: 1199.98px) {
    .banner-section-three .content-column .inner-column .name .icon-heart-2 {
        margin: 20px 0;
    }
}
@media (max-width: 575.98px) {
    .banner-section-three .content-column .inner-column .name .icon-heart-2 {
        background-size: 100px;
        background-repeat: no-repeat;
        height: 60px;
        background-position: center;
        margin: 20px auto;
    }
}
.banner-section-three .content-column .inner-column .text {
    position: relative;
    color: var(--theme-color-light);
    font-family: var(--title-font);
    font-weight: 400;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 30px;
}
.banner-section-three .content-column .inner-column .date {
    position: relative;
    color: var(--theme-color-light);
    font-family: var(--title-font);
    font-weight: 500;
    line-height: 1em;
    font-size: 33px;
    margin-bottom: 20px;
}
.banner-section-three .content-column .inner-column .theme-btn {
    padding: 14px 72px;
    font-size: 16px;
    font-weight: 500;
    text-transform: unset;
    font-family: var(--text-font);
}
.banner-section-three .bg-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .banner-section-three .bg-image {
        width: 100%;
    }
}
.banner-section-three .bg-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 991.98px) {
    .banner-section-three .bg-image img {
        opacity: 0.6;
    }
}

#bannerSection {
opacity: 1;
transform: translateY(0);
transition: opacity 0.8s ease, transform 0.8s ease;
}

#bannerSection.fade-out {
opacity: 0;
transform: translateY(-20px);
pointer-events: none;
}

#bannerSection.hidden {
display: none;
}



body {
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
    box-sizing: border-box;
}


body.no-scroll {
    overflow: hidden;
}

.fab {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #C8A898;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1100;
    transition: background-color 0.3s ease;
}

.fab:hover {
    background-color: #C8A898;
}

/* .chat-box {
    max-height: 500px;
    overflow-y: auto;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
} */

/* Chat container */
.chat-box {
    max-height: 500px;
    overflow-y: auto;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

/* Bubble style */
.chat-bubble {
    position: relative;
    background: #fae0e4;
    color: #000;
    padding: 8px 12px; /* lebih kecil */
    border-radius: 12px; /* radius lebih kecil */
    margin-bottom: 8px; /* jarak antar bubble lebih rapat */
    word-wrap: break-word;
    max-width: 100%;
    align-self: flex-end;
    border-bottom-right-radius: 4px;
    font-size: 0.85rem; /* lebih kecil */
    line-height: 1.3;
}

/* Tail (ujung lancip) */
.chat-bubble::after {
    content: "";
    position: absolute;
    right: -6px; /* lebih rapat */
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 8px solid #fae0e4;
    border-top: 8px solid transparent;
    border-bottom: 0 solid transparent;
}

/* Name styling */
.chat-bubble strong {
    display: block;
    font-weight: bold;
    font-size: 0.8rem;
    margin-bottom: 2px;
}

/* Message text */
.chat-bubble p {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.3;
}

/* Time styling */
.chat-bubble small {
    display: block;
    font-size: 0.7rem;
    color: rgba(60, 60, 60, 0.8);
    text-align: right;
    margin-top: 4px;
}

/* Status styling */
.status {
    font-weight: normal;
    font-size: 0.75rem;
    margin-left: 3px;
}

.status.hadir {
    color: green;
    font-weight: bold;
}

.status.tidak-hadir {
    color: red;
    font-weight: bold;
}


.title-couple{
    font-family: "Petit Formal Script", cursive;
    font-weight: bold;
}

.gallery {
display: grid;
grid-template-columns: repeat(2, 1fr); /* Mobile: 2 kolom */
gap: 10px;
}

.gallery .grid-item {
border-radius: 10px;
overflow: hidden;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.gallery img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
border-radius: 10px;
}

/* Kalau gambar landscape, biar ambil 2 kolom */
.gallery .landscape {
grid-column: span 2;
}

/* Tablet */
@media (min-width: 768px) {
.gallery {
    grid-template-columns: repeat(3, 1fr);
}
}

/* Desktop */
@media (min-width: 1024px) {
.gallery {
    grid-template-columns: repeat(4, 1fr);
}
}
