/* 
Author: Basil
website:https://www.wacroot.com
instagram:https://www.instagram.com/wac.root 
Date :13-05-2025
*/

/* Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: #a95000 #f1f1f1;
}

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #a95000;
    border-radius: 5px;
    border: 2px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #7a3700;
}

* {
    font-family: "Inter", sans-serif !important;
}
*:not(.fa-solid):not(.fa) {
    font-family: "Inter", sans-serif !important;
}
.fa,
.fas,
.fa-solid {
    font-family: inherit !important;
}

body {
    padding-bottom: 6.8rem;
    overflow-x: hidden;
}
.navbar {
    background-color: #fff;
    height: 80px;
    margin: 20px;
    border-radius: 16px;
    padding: 0.5rem;
    box-shadow: 0 4px 12px rgba(169, 80, 0, 0.15);
    display: flex;
    align-items: center; /* vertically center contents */
}
.navbar-brand {
    background: url("../images/logo/PARUDEESA_20250509_135538_0000.png")
        no-repeat center center;
    background-size: contain;
    width: 200px;
    height: 200px;
    display: inline-block;
    text-indent: -9999px; /* hides text if any */
    transition: 0.3s color;
    margin-right: 1rem;
}

.login-button {
    background-color: #a95000;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s background-color;
}
.login-button:hover {
    background-color: #b0713a;
}

.navbar-toggler {
    border: none;
    font-size: 1.25rem;
}
.navbar-toggler:focus,
.btn-close:focus {
    box-shadow: none;
    outline: none;
}

.nav-link {
    color: #666777;
    font-weight: 500;
    position: relative;
}
.nav-link:hover,
.nav-link.active {
    color: #000;
}
@media (min-width: 992px) {
    .nav-link::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        background-color: #a95000;
        visibility: hidden;
        transition: 0.3s ease-in-out;
    }
    .nav-link:hover::before,
    .nav-link.active::before {
        width: 100%;
        visibility: visible;
    }
}

/* 5. Tablet (≤ 1024px) */
@media (max-width: 1024px) {
    .navbar {
        height: 70px;
    }
    .navbar-brand {
        background: url("../images/logo/parudeesa-logo.png") no-repeat center
            center;
        background-size: contain;
        width: 60px;
        height: 60px;
    }
}

/* 6. Mobile (≤ 576px) */
@media (max-width: 576px) {
    .navbar {
        height: 60px;
        margin: 10px; /* reduce outside margins */
    }
    .navbar-brand {
        background: url("../images/logo/parudeesa-logo.png") no-repeat center
            center;
        background-size: contain;
        width: 50px;
        height: 50px;
    }
    .login-button {
        padding: 6px 16px;
        font-size: 13px;
    }
    .navbar-toggler {
        font-size: 1rem;
    }
}
/* Hero Section Carousel Styling */
.hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-section .carousel-inner {
    height: 100%;
}

.hero-section .carousel-item {
    height: 100vh;
}

.hero-section .carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    filter: brightness(70%);
}

.carousel-caption {
    bottom: 30%;
}

.carousel-caption h5 {
    font-size: 5rem;
    font-weight: 200;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.9);
}

.carousel-caption p {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 100;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    color: #fff !important;
}

@media (max-width: 768px) {
    .hero-section h5 {
        font-size: 2rem;
    }
    .hero-section p {
        font-size: 0.8rem;
    }
}

.home-page-about {
    background: #fefaf1;
}
.home-page-about h2 {
    color: #a95000;
    font-size: 2.6rem;
    font-weight: 100;
}
.home-page-about p {
    font-size: 1rem;
    font-weight: 100;
}

@media (max-width: 768px) {
    .home-page-about h2 {
        font-size: 2rem;
        text-align: center;
        padding: 1rem 0rem !important;
    }
    .home-page-about p {
        font-size: 0.8rem;
    }
}

.parallax-section {
    height: 500px; /* Adjust height as needed */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.conveniences-section {
    background-color: #fff; /* Egg white */
    padding: 5rem 0rem !important;
}
.conveniences-section h3 {
    font-size: 2.5rem;
    font-weight: 100;
    /* margin: 1.5rem 0rem; */
}
.conveniences-section p {
    font-size: 1rem;
    font-weight: 100;
}
.conveniences-section img {
    width: 40px;
    height: 40px;
}
.conveniences-section h3 {
    padding: 2rem 0rem !important;
}
/* Text color */
.conveniences-section .text-custom {
    color: #a95000 !important;
}

/* For SVG color tinting */
.conveniences-section .svg-color {
    filter: invert(37%) sepia(90%) saturate(700%) hue-rotate(5deg)
        brightness(93%) contrast(90%);
    /* This filter roughly matches #a95000, you can tweak it if needed */
}

@media (max-width: 768px) {
    .conveniences-section {
        padding: 5rem 0rem !important;
    }
    .conveniences-section h3 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    .conveniences-section p {
        font-size: 0.8rem;
    }
    .conveniences-section img {
        max-height: 40px !important;
    }
}

/* Our Resort section */
.our-resort h2 {
    font-size: 2.6rem;
    font-weight: 100;
    color: #a95000;
}
.our-resort h3 {
    font-size: 1.8rem;
    font-weight: 100;
}
.our-resort .fade-in-up {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.9s ease-out;
}

.our-resort .fade-in-up.animate {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .our-resort h2 {
        font-size: 2rem;
        color: #a95000;
    }
    .our-resort h3 {
        font-size: 1.2rem;
    }
    .our-resort p {
        font-size: 0.8rem;
    }
    .our-resort a {
        font-size: 0.8rem;
    }
}

/* Nearest Destinations Section Styles */
.nearest-destination-section h2,
h5 {
    font-weight: 100;
}
.nearest-destination-section .heading-color {
    color: #a95000;
}

.nearest-destination-section .destination-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.nearest-destination-section .destination-card:hover {
    transform: scale(1.03);
}

.nearest-destination-section .destination-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.nearest-destination-section .destination-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem;
    width: 100%;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-radius: 0 0 15px 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.nearest-destination-section .distance-badge {
    background-color: #a95000;
    padding: 0.4rem 0.75rem;
    border-radius: 50px;
    font-size: 0.85rem;
    color: white;
}

/* Activity Section */
.activity-section h2 {
    font-weight: 100;
}
.activity-section .activity-title {
    font-weight: 100 !important;
    color: #a95000 !important;
}
.activity-section .bg-color {
    background: #a95000;
}
.activity-section .activity-img {
    width: 320px;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.activity-section .activity-img:hover {
    transform: scale(1.05);
}

.activity-section .activity-title {
    margin-top: 0.5rem;
    font-weight: 600;
    color: #000;
}

.gallery-section h2 {
    font-weight: 100;
}
.gallery-section .gallery-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.gallery-section .gallery-img:hover {
    transform: scale(1.02);
    cursor: pointer;
}

.gallery-section .show-more-btn {
    background-color: white;
    border: 0.5px solid black;
    border-radius: 5px;
    padding: 8px 20px;
    font-weight: 500;
    color: black;
    transition: all 0.3s ease;
}

.gallery-section .show-more-btn:hover {
    background-color: #a95000;
    color: white;
}
@media (max-width: 576px) {
    .gallery-section .gallery-img {
        height: 200px;
    }
    .gallery-section .btn {
        font-size: 0.8rem;
    }
}

.custom-footer {
    margin-top: 1rem;
    background: #fff;
    padding: 40px 0;
    box-shadow: 0 4px 12px rgba(169, 80, 0, 0.15);
}

.custom-footer .footer-text {
    color: #666777;
    font-size: 14px;
    font-weight: 100;
}

.custom-footer .footer-title {
    color: #a95000;
    font-weight: 100;
    font-size: 16px;
}

.custom-footer img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    vertical-align: middle;
}
.custom-footer a:hover {
    color: #a95000;
}
.social-icon img {
    transition: transform 0.3s ease;
}

.social-icon:hover img {
    transform: scale(1.2);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .custom-footer {
        box-shadow: 0 -4px 12px rgba(169, 80, 0, 0.15);
    }
}

.second-footer {
    background-color: #a95000;
    color: #fff;
    font-size: 0.95rem;
}

.second-footer .footer-link {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
    text-decoration: none;
}

.second-footer .footer-link:hover {
    color: #222;
    text-decoration: none;
}

.fade-in-on-scroll {
    will-change: opacity, transform;
    opacity: 0;
    transform: translateY(80px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Horizontal Sticky Contact Icons at Bottom */
.sticky-contact-icons.bottom-horizontal {
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 20px);
    margin: 0 10px 10px;
    border-radius: 5px;
    background-color: #fff; /* changed from #a95000 */
    display: flex;
    box-shadow: 0 4px 12px #a95000;
    justify-content: space-around;
    align-items: center;
    padding: 10px 5px;
    z-index: 1040;
    gap: 15px; /* optional: adds spacing between buttons */
}

.sticky-contact-icons.bottom-horizontal .contact-icon {
    flex: 1;
    max-width: 200px;
    text-align: center;
    background-color: transparent;
    padding: 10px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #a95000; /* changed from white */
    text-decoration: none;
    transition: background-color 0.3s ease;
    border-radius: 50px;
}

.sticky-contact-icons.bottom-horizontal .contact-icon:hover {
    background-color: rgba(
        138,
        63,
        0,
        0.8
    ); /* soft hover effect with the same tone */
    /* border-radius: 50px; */
}
.sticky-contact-icons.bottom-horizontal .contact-icon:hover img {
    /* force icon to black then invert → pure white */
    filter: brightness(0) invert(1);
}
.sticky-contact-icons.bottom-horizontal .contact-icon img {
    width: 24px;
    height: 24px;
    filter: none; /* removed invert to keep original icon color */
    margin-bottom: 4px;
}

.sticky-contact-icons.bottom-horizontal .contact-icon span {
    color: #a95000; /* changed from white */
    font-size: 14px;
    font-weight: 500;
}
.sticky-contact-icons.bottom-horizontal .contact-icon:hover span {
    color: #ffffff;
}

/* Responsive: Stack or adjust for small screens */
@media (max-width: 400px) {
    .sticky-contact-icons.bottom-horizontal {
        flex-direction: column;
        padding: 6px 0;
    }

    .sticky-contact-icons.bottom-horizontal .contact-icon {
        max-width: none;
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        padding: 10px 15px;
    }

    .sticky-contact-icons.bottom-horizontal .contact-icon img {
        margin: 0 10px 0 0;
    }
}

#galleryModal .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100vh;
}

#galleryModal .modal-content {
    height: 100vh;
    border: none;
    border-radius: 0;
}

/* --- modal zoom buttons --- */
.zoom-btn {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 2.7rem;
    height: 2rem;
    border: 0;
    border-radius: 50%;
    background: #a95000;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#zoomOut {
    right: 4.5rem;
} /* place minus a bit left */

/* disable text‑selection on buttons */
.zoom-btn,
.zoom-btn::selection {
    user-select: none;
}

/* wrapper keeps img centred while zooming */
#zoomWrapper {
    height: 100%;
    width: 100%;
    overflow: hidden; /* hide when zoomed */
}

/* Base styles for the reveal section */
.reveal-section {
    height: auto;
    padding: 8rem 0;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}

.reveal-text {
    font-family: "Montserrat", sans-serif !important;
    font-style: italic;
    color: transparent;
    font-size: 1.8rem;
    font-weight: 100;
    line-height: 1.4;
    text-align: justify;
    text-align-last: left;
    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    word-break: normal;
    overflow-wrap: normal;
    text-justify: inter-word;
}
.reveal-text .word {
    display: inline-block;
    white-space: nowrap;
}
.reveal-text .char {
    display: inline-block;
    color: #666777;
    white-space: normal;
}
@media (max-width: 768px) {
    .reveal-text {
        text-align: left;
        text-align-last: left;
        margin-bottom: 8rem;
    }
}

/* ============== End of Home Page section =========== */

/* ============ start of about page section =========== */

.about-showcase-section h2 {
    z-index: 5 !important;
    font-size: 3rem !important;
    font-weight: 100 !important;
    text-align: center;
}
.about-showcase-section p {
    z-index: 5 !important;
    font-size: 0.8rem !important;
    font-weight: 100 !important;
    text-align: center;
}
.video-showcase-full {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.video-fullscreen {
    width: 100vw;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}

/* Dark Overlay Effect */
.video-dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust opacity here */
    z-index: 1;
}

/* Text overlay content */
.video-overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem;
    z-index: 2;
    color: #fff;
    width: 100%; /* desktop/tablet: 60% of parent */
    padding: 1rem;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    text-align: justify;
}

.video-overlay-content h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.video-overlay-content p {
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .about-showcase-section h2 {
        font-size: 2rem !important;
    }
    .video-overlay-content h2 {
        font-size: 1.5rem;
    }

    .video-overlay-content p {
        font-size: 0.9rem;
    }
}

/* Parudeesa Stacked Scroll Cards */
.l-cards {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.c-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 20px;
    width: 100%;
    height: 50vh; /* Reduced from 90vh */
    min-height: 500px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 15px; /* Rounded corners */
    box-shadow: 0 4px 20px rgba(169, 80, 0, 0.2); /* Soft orange shadow */
    overflow: hidden;
}

.c-card__description {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px; /* Slightly reduced padding */
}

.c-card__tagline {
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
    color: #a95000;
    margin-bottom: 8px;
}

.c-card__title {
    font-size: 34px;
    font-weight: 100;
    margin-bottom: 16px;
    color: #222;
}

.c-card__excerpt {
    font-weight: 100;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.c-card__cta {
    margin-top: 24px;
}

.c-card__cta a {
    display: inline-block;
    padding: 10px 22px;
    background-color: transparent;
    color: #a95000;
    border: 1px solid #a95000;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.c-card__cta a:hover {
    background-color: #a95000;
    color: #fff;
}

.c-card__figure {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.c-card__figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.spacer {
    width: 100%;
    height: 10vh;
}

/* Header in Section */
.parudeesa-stack-section header {
    margin: 2rem 0rem;
    padding: 3rem 0rem !important;
    min-height: 50vh;
}
.parudeesa-stack-section header h1 {
    font-size: 3rem;
    font-weight: 100;
    color: #a95000;
    letter-spacing: 1px;
}

.parudeesa-stack-section header h4 {
    font-size: 1.8rem;
    font-weight: 100;
    color: #222;
}

.parudeesa-stack-section header div {
    font-size: 1rem;
    color: #666;
}

/* Responsive Fixes */
@media (max-width: 991px) {
    .c-card {
        grid-template-columns: 1fr;
        height: auto;
        min-height: 400px;
        border-radius: 15px;
    }

    .c-card__figure {
        position: relative;
        height: 250px;
    }

    .c-card__figure img {
        position: relative;
        border-radius: 0 0 15px 15px;
        object-fit: cover;
    }

    .c-card__title {
        font-size: 26px;
    }

    .c-card__excerpt {
        font-size: 14px;
    }

    .c-card__cta a {
        font-size: 14px;
        padding: 8px 18px;
    }

    .spacer {
        height: 20vh;
    }
}

@media (max-width: 480px) {
    .c-card__title {
        font-size: 22px;
    }

    .c-card__excerpt {
        font-size: 13px;
    }

    .c-card__cta a {
        font-size: 13px;
        padding: 6px 14px;
    }

    .spacer {
        height: 10vh;
    }
}

.parudeesa-location-section {
    background-color: #f8f8ff;
    padding: 10rem 0rem;
}

.location-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(169, 80, 0, 0.1);
}
.location-card img {
    filter: invert(37%) sepia(84%) saturate(700%) hue-rotate(5deg)
        brightness(90%) contrast(90%);
}

.text-location-title {
    font-weight: 100;
    color: #a95000;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
}
.parudeesa-location-section p {
    font-size: 0.8rem;
    font-weight: 100;
}
.location-map iframe {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 15px;
    display: block;
}

@media (max-width: 576px) {
    .parudeesa-location-section {
        padding: 5rem 0rem;
    }
    .location-card {
        padding: 1.5rem;
    }

    .text-location-title {
        font-size: 1rem;
    }

    .location-map iframe {
        height: 300px;
    }
}

/* ============= End of about page section  ==============*/
/* 
================= start of Accomodation section =========== */
.accommodation-section {
    padding: 5rem 0rem !important;
}
.accommodation-section .btn {
    border-color: #a95000;
    color: #a95000;
    width: fit-content;
}
.accommodation-section .btn:hover {
    background: #a95000;
    color: #fff;
    border-color: #a95000;
}
.glass-card {
    height: 50px;
    background: rgba(169, 80, 0, 0.25); /* semi-transparent #a95000 */
    border-radius: 15px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15); /* subtle glass border */
    color: #fff;
    font-size: 0.95rem;
    box-shadow: 0 4px 20px rgba(169, 80, 0, 0.3); /* brand-colored shadow */
}
.glass-card img {
    filter: brightness(0) invert(1); /* makes dark SVG white */
}

.accommodation-section h2,
.text-location-title {
    font-weight: 100;
    color: #a95000;
    font-size: 2rem;
    letter-spacing: 1px;
}

.accommodation-card {
    box-shadow: 0 8px 24px rgba(169, 80, 0, 0.1); /* brand-colored soft shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.accommodation-card:hover {
    box-shadow: 0 12px 36px rgba(169, 80, 0, 0.12);
    transform: translateY(-4px);
}

.accommodation-img img {
    height: 100%;
    object-fit: cover;
    min-height: 250px;
}

@media (max-width: 768px) {
    .glass-card {
        flex-direction: column;
        height: auto;
        gap: 0.75rem;
        text-align: center;
        padding: 1rem;
    }

    .accommodation-section h2 {
        font-size: 1.5rem;
    }

    .accommodation-card {
        flex-direction: column;
    }

    .accommodation-img img {
        height: 250px;
    }
}

/* ========= End of accomodation section ========  */

/* ======= start of experience section =========== */
.experience-showcase h1 {
    font-weight: 100;
}
.experience-showcase p {
    font-size: 1rem;
    font-weight: 100;
}
.experience-section img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ======== end of experience section ============ */

/* ============ start of facilities section ========= */
.facilities-section {
    background-color: #fefaf1;
    padding: 5rem 1rem;
}

.facility-icon {
    width: 60px;
    height: 60px;
    background-color: #a95000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.facility-icon img.svg-white {
    width: 60%;
    /* Fit nicely inside the circle */
    height: auto;
    /* Maintain aspect ratio */
    max-width: 100%;
    max-height: 100%;
    filter: brightness(0) invert(1);
    /* Make it white */
    display: block;
}

.facility-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(169, 80, 0, 0.1);
    padding: 2rem;
    text-align: center;
    transition: transform 0.3s ease;
    height: 100%;
}

.facility-card:hover {
    transform: translateY(-5px);
}

.facility-card h5 {
    color: #a95000;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.facility-card p {
    font-size: 0.95rem;
    font-weight: 400;
    color: #555;
}

.facility-grid-intro .grid-item {
    color: #a95000;
}

@keyframes zoom-in {
    0% {
        transform: translateZ(-1000px);
        opacity: 0;
        filter: blur(5px);
    }
    50% {
        transform: translateZ(0px);
        opacity: 1;
        filter: blur(0px);
    }
    100% {
        transform: translateZ(1000px);
        opacity: 0;
        filter: blur(5px);
    }
}

/* Fix page height overflow */
body {
    min-block-size: auto;
    font-family: system-ui, sans-serif;
}

/* Section padding and color */
.facility-grid-intro {
    background-color: #ffffff;
    padding: 0;
    overflow: hidden;
}

/* Target the grid container */
.stuck-grid {
    height: 100vh;
    max-height: 100vh;
    perspective: 1000px;
    transform-style: preserve-3d;

    display: grid;
    grid: repeat(4, 1fr) / repeat(4, 1fr);
    place-items: center;

    position: sticky;
    top: 0;
    overflow: clip;
}

/* Individual animated grid items */
.stuck-grid .grid-item {
    transform-style: preserve-3d;
    font-size: 5vmin;
    font-weight: lighter;
    color: #a95000;
    text-wrap: nowrap;
}
.stuck-grid .grid-item.special {
    grid-row: 2 / span 2;
    grid-column: 2 / span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: translateY(10%);
}

.stuck-grid .grid-item.special b {
    font-size: 15vmin;
}

/* Center on smaller screens */
@media (max-width: 991.98px) {
    body {
        min-block-size: 400px;
    }
    .stuck-grid .grid-item.special {
        transform: translateY(5%);
    }
    .stuck-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        padding-top: 140px !important;
    }

    .stuck-grid .grid-item.special {
        grid-column: 1 / span 2;
        grid-row: 2 / span 1;
    }
}

@media (max-width: 575.98px) {
    .stuck-grid .grid-item.special {
        transform: translateY(5%);
    }
    .stuck-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
    }

    .stuck-grid .grid-item.special {
        grid-column: 1 / -1;
        grid-row: 2;
    }
}

/* Scroll animation setup */
@supports (animation-timeline: scroll()) {
    @media (prefers-reduced-motion: no-preference) {
        .stuck-grid .grid-item {
            animation: zoom-in linear both;
            animation-timeline: scroll(root block);
            will-change: transform, opacity, filter;
        }

        .stuck-grid .grid-item:nth-of-type(1) {
            animation-range: 40% 50%;
        }
        .stuck-grid .grid-item:nth-of-type(2) {
            animation-range: 20% 30%;
        }
        .stuck-grid .grid-item:nth-of-type(3) {
            animation-range: 52% 62%;
        }
        .stuck-grid .grid-item:nth-of-type(4) {
            animation-range: 50% 60%;
        }
        .stuck-grid .grid-item:nth-of-type(5) {
            animation-range: 45% 55%;
        }
        .stuck-grid .grid-item:nth-of-type(6) {
            animation-range: 10% 20%;
        }
        .stuck-grid .grid-item:nth-of-type(7) {
            animation-range: 90% 100%;
        }
        .stuck-grid .grid-item:nth-of-type(8) {
            animation-range: 30% 40%;
        }
        .stuck-grid .grid-item:nth-of-type(9) {
            animation-range: 80% 90%;
        }
        .stuck-grid .grid-item:nth-of-type(10) {
            animation-range: 70% 80%;
        }
        .stuck-grid .grid-item:nth-of-type(11) {
            animation-range: -10% 50%;
        }
        .stuck-grid .grid-item:nth-of-type(12) {
            animation-range: 52% 62%;
        }
        .stuck-grid .grid-item:nth-of-type(13) {
            animation-range: 15% 25%;
        }
        .stuck-grid .grid-item:nth-of-type(14) {
            animation-range: 7% 17%;
        }
        .stuck-grid .grid-item:nth-of-type(15) {
            animation-range: 75% 85%;
        }
        .stuck-grid .grid-item:nth-of-type(16) {
            animation-range: 3% 13%;
        }
    }
}

/* ======== end this section ========= */

/* ===== start of gallary section ==== */
.captured-moment {
    padding: 6rem 0rem !important;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.gallery-grid .card {
    border: none;
    overflow: hidden;
    border-radius: 1rem;
    transition: transform 0.3s ease;
}

.gallery-grid .card:hover {
    transform: scale(1.03);
}

.gallery-grid img,
.gallery-grid video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.video-shadow-section {
    box-shadow: 0 -8px 20px -10px rgba(169, 80, 0, 0.2),
        0 8px 20px -10px rgba(169, 80, 0, 0.2);
    position: relative;
    z-index: 2;
}

.section-title {
    color: #a95000;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.info-section {
    background-color: #f9f9f9;
    padding: 4rem 0;
    margin-top: 1px;
}

.info-section.with-bottom-stroke {
    border-bottom: 1px solid #a95000;
}

.info-section h3 {
    color: #a95000;
    font-weight: 600;
}

.info-section p {
    max-width: 750px;
    margin: 0 auto;
}
.text-muted {
    font-weight: 100 !important;
}
/* ====  End of gallary section ====== */

/* ====== start of contact section ====== */
.contact-banner h1 {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 100;
}

.contact-section {
    padding: 5rem 0;
}

.contact-section h2 {
    font-weight: 100;
}

.contact-section .form-control:focus {
    border-color: #a95000;
    box-shadow: 0 0 0 0.2rem rgba(169, 80, 0, 0.25);
}

.btn-parudeesa {
    background-color: #a95000;
    color: #fff;
    font-weight: 100;
    border-radius: 50px;
    padding: 0.6rem 2rem;
    border: none;
    transition: 0.3s ease-in-out;
}

.btn-parudeesa:hover {
    background-color: #8a3e00;
}

.section-title {
    color: #a95000;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.info-section h3,
.info-section h5,
.info-section p {
    font-weight: 100 !important;
}

.glass-white {
    background: rgba(255, 255, 255, 0.649);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 1rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
/* ========== end of contact section =======*/

/* 
Start of Booking Page */

.booking-section {
    padding: 10rem 0rem !important;
}

.progress-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 0 1rem;
}

.progress-step {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ddd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 2;
    position: relative;
}

.progress-step.active {
    background: #a95000;
}

.progress-step.completed {
    background: #8a3e00;
}

.progress-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #ddd;
    z-index: 1;
    transform: translateY(-50%);
}

.progress-line .filled {
    height: 100%;
    background-color: #a95000;
    transition: width 0.4s ease-in-out;
    width: 0%;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.styled-date-picker input {
    background: transparent;
    border: 2px solid #a95000;
    padding: 0.75rem;
    border-radius: 10px;
    color: #333;
    font-weight: 500;
    width: 100%;
}

.btn-parudeesa {
    background-color: #a95000;
    color: #fff;
    font-weight: 500;
    padding: 0.6rem 1.5rem;
    border: none;
    border-radius: 25px;
}

.btn-parudeesa:hover {
    background-color: #8a3e00;
}

.room-info {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 2rem;
}

.room-info img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    max-height: 300px;
}

#room-details .room-size {
    font-weight: 600;
    font-size: 1rem;
    color: #333;
}

#room-details #room-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#room-icons img {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    object-fit: contain;
    filter: sepia(1) saturate(5) hue-rotate(5deg) brightness(0.8);
}

.carousel-image {
    max-height: 350px;
    width: auto;
    margin: 0 auto;
    object-fit: cover;
}

/* booking Page css */
.booking-section {
    padding: 10rem 0 !important;
}

.progress-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 0 1rem;
}

.progress-step {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ddd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 2;
    position: relative;
}

.progress-step.active {
    background: #a95000;
}

.progress-step.completed {
    background: #8a3e00;
}

.progress-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #ddd;
    z-index: 1;
    transform: translateY(-50%);
}

.progress-line .filled {
    height: 100%;
    background-color: #a95000;
    transition: width 0.4s ease-in-out;
    width: 0%;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.styled-date-picker input {
    background: transparent;
    border: 2px solid #a95000;
    padding: 0.75rem;
    border-radius: 10px;
    color: #333;
    font-weight: 500;
    width: 100%;
}

.btn-parudeesa {
    background-color: #a95000;
    color: #fff;
    font-weight: 500;
    padding: 0.6rem 1.5rem;
    border: none;
    border-radius: 25px;
}

.btn-parudeesa:hover {
    background-color: #8a3e00;
}

.room-info {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 2rem;
}

.room-info img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    max-height: 300px;
}

#room-details .room-size {
    font-weight: 600;
    font-size: 1rem;
    color: #333;
}

#room-details #room-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#room-icons img {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    object-fit: contain;
    filter: sepia(1) saturate(5) hue-rotate(5deg) brightness(0.8);
}

.tab-pane ul,
.tab-pane p {
    font-size: 0.95rem;
}

.carousel-image {
    max-height: 350px;
    width: auto;
    margin: 0 auto;
    object-fit: cover;
}

/* Cookies consent style */
#cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1e1e1e;
    color: white;
    padding: 50px 15px;
    z-index: 9999;
    display: none;
    animation: slideUp 0.5s ease-out;
    font-family: "Segoe UI", sans-serif;
}

#cookie-consent .container {
    max-width: 960px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#cookie-consent p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

#cookie-consent a {
    color: #a95000;
    text-decoration: underline;
}

#cookie-consent button {
    width: fit-content;
    background-color: #a95000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}

@media (min-width: 600px) {
    #cookie-consent .container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

#overlayBlocker {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9998;
    display: none;
}
