* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    /* overflow: hidden; */
    box-sizing: border-box;
    background: #020b18d1;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background: linear-gradient(rgb(2 11 24 / 66%), rgb(2 11 24 / 82%)), url(../img/orika_.webp) center / cover no-repeat;
    padding: 0px;
    background-attachment: fixed;
    box-sizing: border-box;
    /* overflow: hidden; */
}

.__hotelMainBx {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 65px;
    padding-bottom: 25px;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: auto;
}

.__hotelMainBx .nav-tabs {
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 50px;
    justify-content: center;
    align-items: center;
    border: none;
    background: #050c18d9;
    z-index: 9;
}

.__hotelMainBx .nav-tabs .nav-item .nav-link,
.__hotelMainBx .nav-tabs .nav-link {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 14px 25px;
}

.__hotelMainBx .nav-tabs .nav-item .nav-link i,
.__hotelMainBx .nav-tabs .nav-link i {
    display: none;
}

.__hotelMainBx .nav-tabs .nav-item.show .nav-link,
.__hotelMainBx .nav-tabs .nav-link.active {
    background: linear-gradient(90deg, #f7d27d, #d4a34a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}


.__hotelMainBx .tab-content {
    width: 100%;
}

.__hotelMainBx .tab-content>.active {
    display: flex;
    justify-content: center;
    padding: 0px 16px;
}

.wrapper {
    max-width: 490px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
    text-align: center;
}

.content {
    padding: 28px 22px 32px;
}

.brand {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    letter-spacing: 1px;
    margin-bottom: 4px;
    background: linear-gradient(90deg,
            #e6c46a,
            #b88a2f,
            #ffd87a,
            #b88a2f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.tagline {
    font-size: 0.8rem;
    letter-spacing: 1px;
    color: #f7d27d;
    text-align: center;
    margin-bottom: 8px;
}

.open-text {
    font-size: 0.8rem;
    letter-spacing: 2px;
    margin-bottom: 6px;
    color: #f7d27d;
}

.gold-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.1rem;
    background: linear-gradient(90deg,
            #e6c46a,
            #b88a2f,
            #ffd87a,
            #b88a2f);

    text-shadow: 0 0 12px rgba(247, 210, 125, 0.25);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.date {
    font-size: 0.95rem;
    letter-spacing: 1.5px;
    margin-bottom: 22px;
}


.countdown {
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}

.time-box {
    flex: 1;
}

.time-box span {
    display: block;
}

.number {
    font-size: 1.4rem;
    font-weight: 600;
    color: #f7d27d;
}

.label {
    font-size: 0.65rem;
    letter-spacing: 1px;
    color: #aaa;
}

.contact {
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 22px;
    color: #e6e6e6;
}

.contact strong {
    color: #f7d27d;
}

.contact a {
    color: #e6e6e6;
    text-decoration: none;
}


.social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.social a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg,
            #fff1b8 0%,
            #f7d27d 25%,
            #d4a34a 50%,
            #b88a2f 75%,
            #fff1b8 100%);
    color: #1b1b1b;
    font-size: 1.2rem;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.social a:hover {
    transform: scale(1.1);
}

.slider-wrapper {
    max-width: 1200px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
    padding: 14px 34px 10px;
}

.slider-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 12px;
    background: linear-gradient(90deg,
            #e6c46a,
            #b88a2f,
            #ffd87a,
            #b88a2f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(2, 11, 24, 0.9));
    padding: 20px 15px;
    color: white;
    opacity: 0;
    transition: opacity 0.3s;
}

.image-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: #f7d27d;
}

.image-description {
    font-size: 0.85rem;
    color: #e6e6e6;
}

.gradient-border {
    position: relative;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(2, 11, 24, 0.95), rgba(2, 11, 24, 0.85));
    z-index: 1;
}

.gradient-border::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(135deg,
            #fff1b8 0%,
            #f7d27d 25%,
            #d4a34a 50%,
            #b88a2f 75%,
            #fff1b8 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}


.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
    padding: 1.5em;
}

.lightbox.active {
    display: flex;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.lightbox-content {
    position: relative;
    max-width: 550px;
    max-height: 90%;
    animation: scaleIn 0.3s ease;
}

@keyframes scaleIn {
    from {
        transform: scale(0.8);
    }

    to {
        transform: scale(1);
    }
}

.lightbox-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
}

.lightbox-close {
    position: absolute;
    top: -16px;
    right: -14px;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #f7d27d, #d4a34a);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #1b1b1b;
    transition: transform 0.3s ease;
    z-index: 10000;
}

.lightbox-close:hover {
    transform: scale(1.1) rotate(90deg);
}


.lightbox-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #f7d27d;
    margin-bottom: 5px;
}

.lightbox-info p {
    font-size: 0.95rem;
    color: #e6e6e6;
}


.video-wrapper {
    margin: 16px 0 22px;
}

.video-frame {
    position: relative;
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.55);
}


.video-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(135deg,
            #fff3c4 0%,
            #f7d27d 25%,
            #d4a34a 50%,
            #b88a2f 75%,
            #fff3c4 100%);

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}


.video-frame video {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.play-btn {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(2, 11, 24, 0.55);
    border: none;
    cursor: pointer;
}

.play-btn i {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: #1b1b1b;
    background: linear-gradient(135deg,
            #fff3c4 0%,
            #f7d27d 25%,
            #d4a34a 50%,
            #b88a2f 75%,
            #fff3c4 100%);

    box-shadow:
        0 0 12px rgba(247, 210, 125, 0.5),
        inset 0 0 6px rgba(255, 255, 255, 0.35);

    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.play-btn:hover i {
    transform: scale(1.1);
    box-shadow:
        0 0 18px rgba(247, 210, 125, 0.7),
        inset 0 0 8px rgba(255, 255, 255, 0.45);
}


.play-btn:hover {
    background: rgba(2, 11, 24, 0.25);
}

.video-frame.playing .play-btn {
    opacity: 0;
    pointer-events: none;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.gallery-item {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
}

.gallery-item::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(135deg,
            #fff3c4 0%,
            #f7d27d 25%,
            #d4a34a 50%,
            #b88a2f 75%,
            #fff3c4 100%);

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}

.gallery-item img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 0.4s ease;
}


.gallery-item:hover img {
    transform: scale(1.08);
}

.contact-wrapper {
    max-width: 520px;
    width: 100%;
    /* margin: 40px auto; */
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(2, 11, 24, 0.95), rgba(2, 11, 24, 0.85));
}

.contact-box {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.contact-icon {
    min-width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(135deg,
            #fff3c4 0%,
            #f7d27d 25%,
            #d4a34a 50%,
            #b88a2f 75%,
            #fff3c4 100%);

    color: #1b1b1b;
    font-size: 1.1rem;
    box-shadow:
        0 0 10px rgba(247, 210, 125, 0.45),
        inset 0 0 6px rgba(255, 255, 255, 0.35);
}

.contact-item small {
    color: #f7d27d;
    letter-spacing: 1px;
    font-size: 0.7rem;
}

.contact-item p {
    margin: 2px 0 0;
    font-size: 0.9rem;
    color: #e6e6e6;
    line-height: 1.6;
}

.contact-item p a {
    color: #e6e6e6;
    text-decoration: none;
}





/* Tablet */
@media (max-width: 991px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 768px) {
    .lightbox-close {
        top: 10px;
        right: 10px;
    }

    .lightbox-info {
        bottom: 10px;
        background: rgba(2, 11, 24, 0.9);
        padding: 15px;
        border-radius: 12px;
    }

    .slider-title {
        font-size: 1.4rem;
    }
}

/* ================================
   MOBILE BOTTOM NAV – SAME NAV-TABS
================================ */
@media (max-width: 767px) {

    /* Body spacing so content hide na ho */
    body {
        padding-bottom: 90px;
        height: 100vh;
        overflow: auto;
  }

    .__hotelMainBx {
        padding-top: 20px;
        padding-bottom: 90px;
        height: auto;
    }

    /* NAV TABS → BOTTOM */
    .__hotelMainBx .nav-tabs {
        position: fixed;
        bottom: 0px;
        top: auto;
        left: 0px;
        right: 0px;
        width: auto;
        min-height: 64px;

        background: linear-gradient(180deg,
                rgba(2, 11, 24),
                rgba(2, 11, 24));

        border-radius: 0px;
        display: flex;
        justify-content: space-around;
        box-shadow: 0 0 8px rgb(251 211 119 / 74%);
        align-items: center;
        z-index: 9999;
    }

    .__hotelMainBx li.nav-item {
        position: relative;
        z-index: 9;
    }

    /* GOLDEN BORDER */
    .__hotelMainBx .nav-tabs::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1px 0px 0px;
        border-radius: inherit;
        background: linear-gradient(135deg,
                #fff3c4,
                #f7d27d,
                #d4a34a,
                #b88a2f,
                #fff3c4);
        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }

    /* TAB ITEM */
    .__hotelMainBx .nav-tabs .nav-link {
        padding: 0;
        background: none !important;
        border: none !important;
        color: #aaa;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        font-size: 11px;
        z-index: 1;
    }

    .__hotelMainBx .nav-tabs .nav-item .nav-link i,
    .__hotelMainBx .nav-tabs .nav-link i {
        font-size: 18px;
        display: inline-block;
    }

    /* ACTIVE TAB */
    .__hotelMainBx .nav-tabs .nav-link.active {
        color: #f7d27d;
        font-weight: 600;
        -webkit-text-fill-color: initial;
    }

    .__hotelMainBx .nav-tabs .nav-link.active i {
        filter: drop-shadow(0 0 6px rgba(247, 210, 125, 0.75));
    }
}


/* Mobile */
@media (max-width: 480px) {
    .contact-wrapper {
        padding: 22px;
    }

    .gallery-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .video-frame video {
        height: 190px;
    }

    .contact-icon {
        min-width: 36px;
        height: 36px;
        font-size: 1rem;
    }

    .play-btn i {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    .content,
    .slider-wrapper {
        padding: 20px 18px 30px;
    }

}