@charset "UTF-8";

/* GOOGLE FONTS--- */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&amp;family=Red+Hat+Mono:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&amp;family=Red+Hat+Text:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&amp;display=swap');
/* ---GOOGLE FONTS */

/* ROOT--- */
:root {

    /* Customize bootstrap variables */
    --bs-body-color: #1c2023;
    --bs-primary: rgb(51, 99, 12);
    --bs-primary-rgb: 10, 132, 115;
    --bs-focus-border-color: rgba(10, 132, 115, 0.5);
    --bs-body-font-size: 1.055rem;
    --bs-primary-bg-subtle: #f4f0ec;
    --bs-link-color: #0a8473;
    --bs-link-color-rgb: 10, 132, 115;
    --bs-link-hover-color: #80a1a3;
    --bs-link-hover-color-rgb: 10, 120, 125;
    --bs-tertiary-bg: #f5f6f7;
    --bs-tertiary-bg-rgb: 245, 246, 247;
    --bs-font-sans-serif: "Red Hat Text", sans-serif;
    --bs-border-radius: 0;

    /* Theme variables */
    --th-font-emphasis: "Cinzel", sans-serif;
}

/* ---ROOT */

/* GENERAL--- */
a {
    text-decoration: none;
}

/* ---GENERAL */

/* FONTS--- */

/* Font family */
.ff-emphasis {
    font-family: var(--th-font-emphasis) !important;
}

/* Font size */
.fsm-1 {
    font-size: .95rem !important
}

.fsm-2 {
    font-size: .9rem !important
}

.fsm-3 {
    font-size: .85rem !important
}

.fsm-4 {
    font-size: .8rem !important
}

.fsm-5 {
    font-size: .75rem !important
}

.fsm-6 {
    font-size: .7rem !important
}

/* ---FONTS */

/* LETTER SPACING--- */
.ls-1 {
    letter-spacing: .15rem !important
}

.ls-2 {
    letter-spacing: .25rem !important
}

.ls-3 {
    letter-spacing: .35rem !important
}

/* ---LETTER SPACING */

/* ---BUTTONS */
/*  Customize bootstrap button */
.btn {
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: 0.55rem;
}

/*  Customize bootstrap primary button */
.btn-primary {
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: var(--bs-link-hover-color);
    --bs-btn-active-bg: var(--bs-link-hover-color);
    --bs-btn-active-border-color: var(--bs-link-hover-color);
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

/*  Customize bootstrap outline primary button */
.btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

/* Video Play Button */
.btn-video-play {
    padding-left: 5px;
    position: relative;
    box-sizing: content-box;
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 74px;
    height: 74px;
}

.btn-video-play:after,
.btn-video-play:before {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    content: "";
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--bs-primary);
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.btn-video-play:before {
    animation: pulse-border 1500ms ease-out infinite;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
}

.btn-video-play:hover:after,
.btn-video-play:hover:before {
    opacity: .55
}

.btn-video-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 16px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

/* ---BUTTONS */

/* ---Z-INDEX */
.z-zn {
    z-index: 999999 !important;
}

/* Z-INDEX--- */

/* ---OPACITY */
.bg-opacity-0 {
    --bs-bg-opacity: 0;
}

/* OPACITY--- */

/* BACKGROUND--- */

/* Background primary gradient */
.bg-gradient-primary {
    background: rgb(51, 99, 12) !important;
}

/* Background Image */
.image-wrapper {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 0
}

.image-wrapper:not(.mobile) {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed !important
}

.image-wrapper.bg-full {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: "100%";
    background-attachment: scroll !important
}

.image-wrapper.bg-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

@media (max-width: 991.98px) {
    .image-wrapper.bg-full {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover
    }
}

/* ---BACKGROUND */

/* HEADER--- */
.header {
    position: fixed;
    top: 2.5rem;
    left: 0;
    right: 0;
    z-index: 999;
    transition: 0.45s all;
    -webkit-transition: 0.45s all;
    -moz-transition: 0.45s all;
    -ms-transition: 0.45s all;
    -o-transition: 0.45s all;
}

.header .navbar-nav .nav-link {
    color: var(--bs-dark);
}

.header .navbar-nav .nav-link:hover,
.header .navbar-nav .nav-link:focus,
.header .navbar-nav .nav-link.active,
.header .navbar-nav .nav-link.show {
    color: var(--bs-primary);
}

.header.header-sticked {
    top: 0rem;
}

/* ---HEADER */

/* HERO--- */
.hero {
    position: relative;
}

.hero .hero-caption {
    height: 100vh;
    position: relative;
}

.hero .hero-caption {
    padding-top: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: calc(100% - 660px + 0.75rem);
}

.hero .hero-carousel .carousel-item {
    height: 100vh;
    position: relative;
}

.hero-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 50%;
}

@media (max-width: 1399.98px) {
    .hero .hero-caption {
        padding-left: calc(100% - 620px + 0.75rem);
    }
}

@media (max-width: 1199.98px) {
    .hero .hero-caption {
        padding-left: calc((100% - 960px)/2 + 0.75rem);
        padding-right: calc((100% - 960px)/2 + 0.75rem);
    }
}

@media (max-width: 991.98px) {
    .hero .hero-caption {
        height: 600px;
    }

    .hero .hero-caption {
        padding-left: calc((100% - 720px)/2 + 0.75rem);
        padding-right: calc((100% - 720px)/2 + 0.75rem);
    }

    .hero .hero-carousel .carousel-item {
        height: 600px;
    }
}

@media (max-width: 767.98px) {
    .hero .hero-caption {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .hero .hero-carousel .carousel-item {
        height: 480px;
    }
}

/* ---HERO */

/* ---FACILITIES */
.facility-list .facility-item {
    border: 0.25rem double var(--bs-border-color);
}

/* ---FACILITIES */

/* ---GALLERY */
.photo-list .photo-item {
    position: relative;
    display: block;
}

.photo-list .photo-item::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    background-color: rgba(var(--bs-primary-rgb), 0.35);
    transition: 0.35s all;
    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -ms-transition: 0.35s all;
    -o-transition: 0.35s all;
}

.photo-list .photo-item:hover::before {
    opacity: 1;
}

.photo-list .photo-item .zoom-icon {
    color: var(--bs-white);
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: 0.35s all;
    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -ms-transition: 0.35s all;
    -o-transition: 0.35s all;
}

.photo-list .photo-item:hover .zoom-icon {
    opacity: 1;
}

/* ---GALLERY */

/* SCROLL TOP--- */
.scroll-top {
    visibility: hidden;
    opacity: 0;
    width: 48px;
    height: 48px;
    background-color: rgb(51, 99, 12);
    position:fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 2;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1
}

.scroll-top:hover {
    background: rgba(var(--bs-primary-rgb), .85)
}

 .mystic-why-section {
        background: #ffffff;
        position: relative;
        overflow: hidden;
    }

    .mystic-subtitle {
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 3px;
        color: #8b7355;
        margin-bottom: 12px;
        text-transform: uppercase;
    }

    .mystic-title {
        font-size: 42px;
        line-height: 1.2;
        font-weight: 600;
        color: #26332d;
        margin-bottom: 18px;
    }

    .mystic-description {
        color: #68736d;
        font-size: 16px;
        line-height: 1.8;
        margin: 0;
    }

    .mystic-feature-card {
        height: 100%;
        padding: 32px 28px;
        background: #ffffff;
        border: 1px solid #e7e3da;
        border-radius: 14px;
        display: flex;
        gap: 20px;
        transition: all 0.35s ease;
        position: relative;
        overflow: hidden;
    }

    .mystic-feature-card::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 3px;
        height: 0;
        background: #8b7355;
        transition: all 0.35s ease;
    }

    .mystic-feature-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 15px 35px rgba(38, 51, 45, 0.10);
        border-color: #d8d0c2;
    }

    .mystic-feature-card:hover::before {
        height: 100%;
    }

    .mystic-icon {
        min-width: 58px;
        width: 58px;
        height: 58px;
        border-radius: 50%;
        background: #edf1ed;
        color: #55705f;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 21px;
        transition: all 0.35s ease;
    }

    .mystic-feature-card:hover .mystic-icon {
        background: #55705f;
        color: #ffffff;
        transform: rotateY(180deg);
    }

    .mystic-feature-card h4 {
        color: #26332d;
        font-size: 25px;
        font-weight: 600;
        margin: 3px 0 10px;
    }

    .mystic-feature-card p {
        color: #707a75;
        font-size: 18px;
        line-height: 1.75;
        margin: 0;
    }

    .mystic-why-bottom {
        background: #263b32;
        border-radius: 16px;
        padding: 32px 40px;
        color: #ffffff;
    }

    .mystic-why-bottom h3 {
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 8px;
    }

    .mystic-why-bottom p {
        color: rgba(255,255,255,0.72);
        margin: 0;
        font-size: 14px;
    }

    .mystic-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 13px 23px;
        background: rgb(51, 99, 12);
        color: #ffffff;
        text-decoration: none;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 600;
        transition: all 0.3s ease;
    }

    .mystic-btn:hover {
        background: #ffffff;
        color: #263b32;
        transform: translateX(3px);
    }

    @media (max-width: 991px) {
        .mystic-title {
            font-size: 35px;
        }

        .mystic-why-bottom {
            padding: 30px;
        }
    }

    @media (max-width: 575px) {
        .mystic-title {
            font-size: 29px;
        }

        .mystic-feature-card {
            padding: 24px 20px;
        }

        .mystic-icon {
            min-width: 50px;
            width: 50px;
            height: 50px;
            font-size: 18px;
        }

        .mystic-feature-card h4 {
            font-size: 17px;
        }

        .mystic-why-bottom {
            padding: 25px 20px;
        }
    }

      .page-header {
            background-image: url(../img/banner.jpg);
            padding: 180px 0 100px;
            position: relative;
            background-position: center;
            background-size: cover;
        }
        
        .page-header::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 80px;
        }
        
        .breadcrumb-nav {
            background: transparent;
            padding: 0;
        }
        
        .breadcrumb-nav .breadcrumb {
            margin-bottom: 0;
        }
        
        .breadcrumb-nav .breadcrumb-item a {
            color: rgba(255,255,255,0.8);
            text-decoration: none;
        }
        
        .breadcrumb-nav .breadcrumb-item.active {
            color: #fff;
        }
        
        .breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before {
            color: rgba(255,255,255,0.6);
        }
        
        .contact-section {
            padding: 80px 0;
        }
        
        .contact-info-card {
            background: #fff;
            border-radius: 12px;
            padding: 40px 30px;
            text-align: center;
            height: 100%;
            box-shadow: 0 5px 25px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
        }
        
        .contact-info-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        }
        
        .contact-icon {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: rgb(51, 99, 12);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            color: #fff;
            font-size: 28px;
        }
        
        .contact-info-card h4 {
            font-family: var(--th-font-emphasis);
            margin-bottom: 15px;
            color: #26332d;
        }
        
        .contact-info-card p {
            color: #666;
            margin-bottom: 5px;
            line-height: 1.8;
        }
        
        .contact-info-card a {
            color: var(--bs-primary);
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .contact-info-card a:hover {
            color: #3F7C85;
        }
        
        .contact-form-section {
            background: #f8f9fa;
            padding: 80px 0;
        }
        
        .contact-form-card {
            background: #fff;
            border-radius: 12px;
            padding: 50px 40px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.05);
        }
        
        .contact-form-card h3 {
            font-family: var(--th-font-emphasis);
            margin-bottom: 10px;
            color: #26332d;
        }
        
        .contact-form-card .subtitle {
            color: #666;
            margin-bottom: 30px;
        }
        
        .form-control, .form-select {
            border-radius: 8px;
            padding: 12px 18px;
            border: 1px solid #e0e0e0;
            font-size: 15px;
        }
        
        .form-control:focus, .form-select:focus {
            border-color: var(--bs-primary);
            box-shadow: 0 0 0 0.2rem rgba(203, 134, 105, 0.15);
        }
        
        .form-label {
            font-weight: 500;
            color: #333;
            margin-bottom: 8px;
        }
        
        .btn-submit {
            background: linear-gradient(135deg, #3F7C85 0%, #5F8F7E 50%, #A5B68D 100%);
            color: #fff;
            border: none;
            padding: 14px 40px;
            border-radius: 8px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
        }
        
        .btn-submit:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(63, 124, 133, 0.3);
            color: #fff;
        }
        
        .map-section {
            padding: 80px 0;
        }
        
        .map-container {
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
        }
        
        .map-container iframe {
            width: 100%;
            height: 450px;
            border: none;
        }
        
        .faq-section {
            background: #f8f9fa;
            padding: 80px 0;
        }
        
        .accordion-item {
            border: none;
            margin-bottom: 15px;
            border-radius: 12px !important;
            overflow: hidden;
            box-shadow: 0 3px 15px rgba(0,0,0,0.05);
        }
        
        .accordion-button {
            font-weight: 600;
            color: #26332d;
            padding: 20px 25px;
            background: #fff;
        }
        
        .accordion-button:not(.collapsed) {
            background: linear-gradient(135deg, #3F7C85 0%, #5F8F7E 50%, #A5B68D 100%);
            color: #fff;
            box-shadow: none;
        }
        
        .accordion-button:focus {
            box-shadow: none;
            border-color: transparent;
        }
        
        .accordion-body {
            padding: 25px;
            color: #666;
            line-height: 1.8;
            background: #fff;
        }
        
        @media (max-width: 991px) {
            .page-header {
                padding: 140px 0 80px;
            }
            
            .contact-form-card {
                padding: 35px 25px;
            }
        }
        
        @media (max-width: 575px) {
            .page-header h1 {
                font-size: 32px !important;
            }
            
            .contact-form-card {
                padding: 25px 20px;
            }
        }

         .facilities-section {
            padding: 80px 0;
        }
        
        .facility-card {
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0,0,0,0.08);
            margin-bottom: 30px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .facility-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 50px rgba(0,0,0,0.12);
        }
        
        .facility-image {
            position: relative;
            height: 250px;
            overflow: hidden;
        }
        
        .facility-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .facility-card:hover .facility-image img {
            transform: scale(1.1);
        }
        
        .facility-icon-overlay {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: rgb(51, 99, 12);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 24px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.2);
        }
        
        .facility-content {
            padding: 30px;
        }
        
        .facility-content h3 {
            font-family: var(--th-font-emphasis);
            color: #26332d;
            margin-bottom: 15px;
        }
        
        .facility-content p {
            color: #666;
            line-height: 1.8;
            margin-bottom: 20px;
        }
        
        .facility-features {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
        }
        
        .facility-feature {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            color: #555;
            background: #f8f9fa;
            padding: 8px 15px;
            border-radius: 20px;
        }
        
        .facility-feature i {
            color: var(--bs-primary);
        }
        
        .amenities-section {
            background: #f8f9fa;
            padding: 80px 0;
        }
        
        .amenity-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
        }
        
        .amenity-item {
            background: #fff;
            border-radius: 16px;
            padding: 35px 25px;
            text-align: center;
            transition: all 0.3s ease;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        }
        
        .amenity-item:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        }
        
        .amenity-icon {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: rgb(51, 99, 12);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            color: #fff;
            font-size: 26px;
            transition: transform 0.3s ease;
        }
        
        .amenity-item:hover .amenity-icon {
            transform: scale(1.1) rotate(10deg);
        }
        
        .amenity-item h5 {
            font-family: var(--th-font-emphasis);
            color: #26332d;
            margin-bottom: 10px;
        }
        
        .amenity-item p {
            color: #666;
            font-size: 14px;
            margin: 0;
        }
        
        .services-section {
            padding: 80px 0;
        }
        
        .service-card {
            background: #fff;
            border-radius: 16px;
            padding: 40px 35px;
            text-align: center;
            height: 100%;
            box-shadow: 0 10px 40px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }
        
        .service-card:hover {
            border-color: var(--bs-primary);
            transform: translateY(-5px);
        }
        
        .service-icon {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            background: rgb(51, 99, 12);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            color: #fff;
            font-size: 36px;
        }
        
        .service-card h4 {
            font-family: var(--th-font-emphasis);
            color: #26332d;
            margin-bottom: 15px;
        }
        
        .service-card p {
            color: #666;
            line-height: 1.8;
        }
        
        .why-choose-section {
            background: rgb(50, 95, 27);
            padding: 80px 0;
            color: #fff;
        }
        
        .why-choose-section h2 {
            color: #fff;
        }
        
        .why-choose-section .subtitle {
            color: rgba(255,255,255,0.8);
        }
        
        .why-card {
            background: rgba(0, 0, 0, 0.1);
            border-radius: 16px;
            padding: 40px 30px;
            text-align: center;
            height: 100%;
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
        }
        
        .why-card:hover {
            background: rgba(255,255,255,0.2);
            transform: translateY(-5px);
        }
        
        .why-icon {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            font-size: 32px;
        }
        
        .why-card h4 {
            font-family: var(--th-font-emphasis);
            margin-bottom: 15px;
        }
        
        .why-card p {
            color: rgba(255,255,255,0.85);
            margin: 0;
            line-height: 1.8;
        }
        
        .cta-section {
            padding: 80px 0;
        }
        
        .cta-box {
            background: linear-gradient(135deg, #26332d 0%, #3a4f45 100%);
            border-radius: 20px;
            padding: 60px 50px;
            color: #fff;
            text-align: center;
        }
        
        .cta-box h2 {
            color: #fff;
            font-family: var(--th-font-emphasis);
            margin-bottom: 20px;
        }
        
        .cta-box p {
            color: rgba(255,255,255,0.8);
            margin-bottom: 30px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .btn-cta {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: linear-gradient(135deg, #CB8669 0%, #d4a088 100%);
            color: #fff;
            padding: 16px 40px;
            border-radius: 50px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .btn-cta:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(203, 134, 105, 0.4);
            color: #fff;
        }
        
        .btn-outline-cta {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            border: 2px solid #fff;
            color: #fff;
            padding: 14px 35px;
            border-radius: 50px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .btn-outline-cta:hover {
            background: #fff;
            color: #26332d;
        }
        
        @media (max-width: 1199px) {
            .amenity-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }
        
        @media (max-width: 991px) {
            .page-header {
                padding: 140px 0 80px;
            }
            
            .amenity-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .cta-box {
                padding: 50px 30px;
            }
        }
        
        @media (max-width: 575px) {
            .page-header h1 {
                font-size: 32px !important;
            }
            
            .amenity-grid {
                grid-template-columns: 1fr;
            }
            
            .facility-image {
                height: 200px;
            }
        }
                .rooms-section {
            padding: 80px 0;
        }
        
        .room-card {
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0,0,0,0.08);
            margin-bottom: 40px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .room-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 50px rgba(0,0,0,0.12);
        }
        
        .room-image {
            position: relative;
            overflow: hidden;
            height: 350px;
        }
        
        .room-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .room-card:hover .room-image img {
            transform: scale(1.1);
        }
        
        .room-badge {
            position: absolute;
            top: 20px;
            left: 20px;
            background: rgb(51, 99, 12);
            color: #fff;
            padding: 8px 16px;
            border-radius: 30px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .room-price {
            position: absolute;
            bottom: 20px;
            right: 20px;
            background: rgba(255,255,255,0.95);
            padding: 12px 20px;
            border-radius: 8px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        }
        
        .room-price .amount {
            font-family: var(--th-font-emphasis);
            font-size: 28px;
            font-weight: 700;
            color: var(--bs-primary);
        }
        
        .room-price .period {
            font-size: 12px;
            color: #666;
        }
        
        .room-content {
            padding: 35px;
        }
        
        .room-content h3 {
            font-family: var(--th-font-emphasis);
            color: #26332d;
            margin-bottom: 15px;
        }
        
        .room-content p {
            color: #666;
            line-height: 1.8;
            margin-bottom: 25px;
        }
        
        .room-features {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin-bottom: 25px;
            padding-bottom: 25px;
            border-bottom: 1px solid #eee;
        }
        
        .room-feature {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            color: #555;
        }
        
        .room-feature i {
            color: var(--bs-primary);
        }
        
        .room-amenities {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
            margin-bottom: 25px;
        }
        
        .room-amenity {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 14px;
            color: #666;
        }
        
        .room-amenity i {
            color: var(--bs-primary);
            width: 20px;
        }
        
        .btn-book {
            background: rgb(51, 99, 12);
            color: #fff;
            border: none;
            padding: 14px 35px;
            border-radius: 8px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }
        
        .btn-book:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(63, 124, 133, 0.3);
            color: #fff;
        }
        
        .btn-book-outline {
            background: transparent;
            border: 2px solid var(--bs-primary);
            color: var(--bs-primary);
            padding: 12px 30px;
            border-radius: 8px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }
        
        .btn-book-outline:hover {
            background: var(--bs-primary);
            color: #fff;
        }
        
        .filter-section {
            background: #f8f9fa;
            padding: 40px 0;
        }
        
        .filter-card {
            background: #fff;
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        }
        
        .filter-card h4 {
            font-family: var(--th-font-emphasis);
            margin-bottom: 20px;
            color: #26332d;
        }
        
        .form-control, .form-select {
            border-radius: 8px;
            padding: 12px 18px;
            border: 1px solid #e0e0e0;
            font-size: 15px;
        }
        
        .form-control:focus, .form-select:focus {
            border-color: var(--bs-primary);
            box-shadow: 0 0 0 0.2rem rgba(203, 134, 105, 0.15);
        }
        
        .booking-widget {
            background: rgb(51, 99, 12);
            border-radius: 16px;
            padding: 40px;
            color: #fff;
            margin-bottom: 40px;
        }
        
        .booking-widget h3 {
            font-family: var(--th-font-emphasis);
            margin-bottom: 25px;
        }
        
        .booking-widget .form-label {
            color: rgba(255,255,255,0.9);
            font-weight: 500;
        }
        
        .booking-widget .form-control,
        .booking-widget .form-select {
            background: rgba(255,255,255,0.95);
            border: none;
        }
        
        .btn-cta {
            background: #fff;
            color: #3F7C85;
            border: none;
            width: 100%;
            padding: 16px;
            border-radius: 8px;
            font-weight: 700;
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
        }
        
        .btn-cta:hover {
            background: #26332d;
            color: #fff;
            transform: translateY(-2px);
        }
        
        .room-gallery {
            padding: 80px 0;
            background: #f8f9fa;
        }
        
        .gallery-item {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            margin-bottom: 25px;
        }
        
        .gallery-item img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .gallery-item:hover img {
            transform: scale(1.1);
        }
        
        .gallery-overlay {
            position: absolute;
            inset: 0;
            background: rgba(0,0,0,0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .gallery-item:hover .gallery-overlay {
            opacity: 1;
        }
        
        .gallery-overlay i {
            color: #fff;
            font-size: 40px;
        }
        
        @media (max-width: 991px) {
            .page-header {
                padding: 140px 0 80px;
            }
            
            .room-image {
                height: 280px;
            }
            
            .booking-widget {
                padding: 30px;
            }
        }
        
        @media (max-width: 575px) {
            .page-header h1 {
                font-size: 32px !important;
            }
            
            .room-content {
                padding: 25px;
            }
            
            .room-amenities {
                grid-template-columns: 1fr;
            }
        }

         .about-content {
            padding: 80px 0;
        }
        
        .about-image-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
        
        .about-image-grid img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }
        
        .about-image-grid .large-image {
            grid-row: span 2;
        }
        
        .stats-section {
            background: #f8f9fa;
            padding: 60px 0;
        }
        
        .stat-item {
            text-align: center;
            padding: 30px;
        }
        
        .stat-number {
            font-family: var(--th-font-emphasis);
            font-size: 48px;
            font-weight: 700;
            color: var(--bs-primary);
            line-height: 1;
            margin-bottom: 10px;
        }
        
        .stat-label {
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #666;
        }
        
        .team-section {
            padding: 80px 0;
        }
        
        .team-card {
            text-align: center;
            padding: 30px 20px;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            transition: transform 0.3s ease;
        }
        
        .team-card:hover {
            transform: translateY(-10px);
        }
        
        .team-card img {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 20px;
            border: 3px solid var(--bs-primary);
        }
        
        .team-card h4 {
            font-family: var(--th-font-emphasis);
            margin-bottom: 5px;
            color: #26332d;
        }
        
        .team-card .role {
            color: var(--bs-primary);
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .values-section {
            background: #f8f9fa;
            padding: 80px 0;
        }
        
        .value-card {
            padding: 40px 30px;
            background: #fff;
            border-radius: 12px;
            text-align: center;
            height: 100%;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
        }
        
        .value-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        }
        
        .value-icon {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background:  rgb(51, 99, 12);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            color: #fff;
            font-size: 32px;
        }
        
        .value-card h4 {
            font-family: var(--th-font-emphasis);
            margin-bottom: 15px;
            color: #26332d;
        }
        
        .value-card p {
            color: #666;
            line-height: 1.8;
        }
        
        @media (max-width: 991px) {
            .page-header {
                padding: 170px 0 80px; 
            }
            
            .about-image-grid {
                margin-bottom: 40px;
            }
        }
        
        @media (max-width: 575px) {
            .page-header h1 {
                font-size: 32px !important;
            }
            
            .stat-number {
                font-size: 36px;
            }
        }
/* ---SCROLL TOP */

/* =========================
   FIXED WHATSAPP BUTTON
========================= */

.whatsapp-float {
    position: fixed;

    right: 20px;
    bottom: 90px;

    width: 58px;
    height: 58px;

    background: #25D366;
    color: #fff;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;

    font-size: 30px;

    z-index: 9999;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);

    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background: #1ebe5d;
    color: #fff;

    transform: translateY(-4px);

    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
}


/* Mobile */

@media (max-width: 576px) {

    .whatsapp-float {
        width: 52px;
        height: 52px;

        right: 24px;
        bottom: 78px;

        font-size: 27px;
    }
}