:root {
            --brand-blue: #54afe6;
            --brand-orange: #f68712;
            --brand-pink: #ed0e64;
            --brand-gradient: linear-gradient(135deg, #54afe6, #f68712);
        }
        .text-brand-blue { color: var(--brand-blue) !important; }
        .text-brand-orange { color: var(--brand-orange) !important; }
        .text-brand-pink { color: var(--brand-pink) !important; }
        .bg-brand-blue { background-color: var(--brand-blue) !important; }
        .bg-brand-orange { background-color: var(--brand-orange) !important; }
        .bg-brand-gradient { background: var(--brand-gradient) !important; }
        .border-brand-blue { border-color: var(--brand-blue) !important; }
        .hover-brand-blue:hover { color: var(--brand-blue) !important; }
        .hover-brand-orange:hover { color: var(--brand-orange) !important; }

        .btn-brand-gradient {
            background: var(--brand-gradient); color: #fff; border: none;
            position: relative; overflow: hidden; z-index: 1; transition: 500ms;
        }
        .btn-brand-gradient::before {
            content: ""; position: absolute; top: 0; left: -16px; right: 0; bottom: 0;
            width: 100%; height: 0%; margin: auto; transform: rotate(-45deg);
            background: linear-gradient(135deg, #f68712, #54afe6);
            transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66); z-index: -1;
        }
        .btn-brand-gradient:hover::before { height: 550%; }
        .btn-brand-gradient:hover { color: #fff; transform: scale(1.03); }

        .resort-card {
            border-radius: 24px; overflow: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 4px 30px rgba(0,0,0,0.06);
        }
        .resort-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 60px rgba(0,0,0,0.12);
        }
        .resort-card .card-img-wrap { overflow: hidden; }
        .resort-card .card-img-wrap img { transition: transform 0.6s ease; }
        .resort-card:hover .card-img-wrap img { transform: scale(1.08); }

        .hero-card {
            border-radius: 28px;
            box-shadow: 0 20px 80px rgba(0,0,0,0.15);
            background: rgba(255,255,255,0.95);
            backdrop-filter: blur(20px);
        }
        .amenity-card .amenity-icon {
            width: 74px;height: 74px;
            display: flex; align-items: center; justify-content: center;
            border-radius: 16px; background: rgba(84,175,230,0.1);
            color: var(--brand-blue); transition: all 0.3s ease; font-size: 28px;
        }
        .amenity-card .amenity-icon img{
            padding: 8px;
        }

        .offer-banner { border-radius: 28px; overflow: hidden; position: relative; }
        .offer-banner::before {
            content: ""; position: absolute; inset: 0;
            background: linear-gradient(90deg, #0e1d58, rgb(246 135 18 / 0%));
            z-index: 1;
        }
        .offer-banner > * { position: relative; z-index: 2; }

        .review-card {
            border-radius: 24px; box-shadow: 0 4px 30px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
        }
        .review-card:hover { box-shadow: 0 12px 50px rgba(0,0,0,0.1); }

        .section-label {
            display: inline-block; font-size: 0.85rem; font-weight: 600;
            letter-spacing: 2px; text-transform: uppercase; color: var(--brand-blue);
            position: relative; padding-left: 40px; margin-bottom: 12px;
        }
        .section-label::before {
            content: ""; position: absolute; left: 0; top: 50%;
            transform: translateY(-50%); width: 28px; height: 2px;
            background: var(--brand-gradient);
        }
        .section-heading { font-size: clamp(1.75rem, 4vw, 3rem); line-height: 1.2; }

        .tw_fade_anim {
            /* GSAP handles fade animation via ScrollTrigger */
        }

        .resort-header {
            position: fixed; top: 0; left: 0; right: 0; z-index: 999;
            background: none;
            transition: all 0.4s ease; padding: 18px 0;
        }
        .resort-header.sticky {
            background: #fff;
            box-shadow: 0 4px 30px rgba(0,0,0,0.08); padding: 10px 0;
        }
        .resort-header.sticky .header-nav a { color: #000; }
        .resort-header.sticky .header-phone,
        .resort-header.sticky .header-phone i { color: #000; }
        .resort-header.sticky .logo-white { display: none !important; }
        .resort-header.sticky .logo-dark { display: inline !important; }
        .resort-header .header-nav a { color: #fff; transition: color 0.3s ease; font-family: "Satoshi", sans-serif;font-weight: 500 !important; }
        .resort-header .header-nav a:hover { color: var(--brand-orange) !important; }
        .resort-header .header-phone { color: #fff;font-weight: 400 !important; }
        .resort-header .header-phone i { color: #fff;font-size: 18px; }
        .header-logo img { transition: filter 0.3s ease; }

        @media (max-width: 991px) { .hero-card { margin-top: 30px; } }
        @media (max-width: 767px) { .section-label { font-size: 0.75rem; } }
        @media (min-width: 1320px) { .container { max-width: 1320px; } }

        body { background: #fff; }
        header.header-three { display: none; }
        .footer-three-area { background: #0d1b2a !important; }

        .popular-badge {
            position: absolute; top: 16px; left: 16px; z-index: 3;
            background: var(--brand-gradient); color: #fff;
            padding: 6px 18px; border-radius: 50px;
            font-size: 0.75rem; font-weight: 700; text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .rating-stars { color: #f8b84a; }

        .footer-three-area a, .footer-three-area p, .footer-three-area span { color: rgba(255,255,255,0.75) !important; }
        .footer-three-area a:hover { color: var(--brand-blue) !important; }
        .footer-three-area .footer-title { color: #fff !important; font-size: 1.1rem; margin-bottom: 1.5rem; }
        .footer-three-area .footer-link-list li { margin-bottom: 0.75rem; }
        .footer-three-area .tw-py-10.text-center { display: none; }
        .resort-footer { background: #0d1b2a; }
        .resort-footer a { color: rgba(255,255,255,0.65); text-decoration: none; transition: color 0.3s ease; }
        .resort-footer a:hover { color: var(--brand-blue) !important; }
        .resort-footer .footer-title { color: #fff; font-size: 1.1rem; margin-bottom: 1.5rem; font-weight: 400; }
        .resort-footer .social-icon {
            width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
            border-radius: 50%; border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.65);
            transition: all 0.3s ease; font-size: 1rem;
        }
        .resort-footer .social-icon:hover {
            background: var(--brand-gradient); border-color: transparent; color: #fff;
        }

        .bg-main-three-600 { background-color: var(--brand-orange) !important; }
        .hover-bg-main-three-600:hover { background-color: var(--brand-blue) !important; }
        .text-main-three-600 { color: var(--brand-blue) !important; }
        .hover-text-main-three-600:hover { color: var(--brand-orange) !important; }
        .text-main-three-800 { color: var(--brand-blue) !important; }
        .tw-btn-hover-yellow::before { background: var(--brand-blue) !important; }
        .tw-btn-hover-white::before { background: #fff !important; }
        .tw-btn-hover-white:hover { color: var(--brand-orange) !important; }
        .checkout-three-bg {
            background: #fff !important;
            box-shadow: 0 10px 40px rgb(0 0 0 / 30%) !important;
        }
        .checkout-three-bg .checkout-wrapper { position: relative; }
        .checkout-three-bg .checkout-wrapper .field-icon {
            position: absolute; right: 10px; top: 65%; transform: translateY(-50%);
            width: 18px; height: 18px; z-index: 2;margin: 0 20px;
        }
        .checkout-wrapper:nth-child(3) .field-icon{
            top: 50% !important;
        }
        .checkout-three-bg .checkout-wrapper .field-icon img { width: 100%; height: 100%; opacity: 0.5; }
        .checkout-three-bg .checkout-three-label { color: #54afe6 !important; }
        .checkout-three-bg .nice-select::after { display: none !important; }
        .checkout-three-bg .nice-select .current { color: #1a1a2e !important; }
        .checkout-three-bg .checkout-wrapper label { color: #54afe6 !important;text-transform: uppercase;font-size: 10px;font-weight: 500 !important;letter-spacing: 1.2px; }
        .checkout-three-bg .nice-select .list { width: 100% !important; left: 0 !important; right: auto !important; }

/*--------------------------------Start Header --------------------------------*/
/* .logo a img {
    width: 100px;
} */
 .tw-z-999 {
    z-index: 9999;
}
.tw-btn-hover-yellow::before, .tw-btn-hover-white::before, .tw-btn-hover-black::before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    margin: auto;
    transform: rotate(-45deg);
    background-color: #183983;
    transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.tw-btn-hover-yellow:hover, .tw-btn-hover-white:hover, .tw-btn-hover-black:hover {
    color: #fff;
}
.resort-header.sticky button.resort-toggle-menu{
    color: #000 !important;
}
.mobile-menu__menu .mobile-lang-selector {
    border: 1px solid rgb(110 110 110 / 30%);
    background: rgb(0 0 0 / 37%);
}
/*--------------------------------End Header-------------------------------- */
/*------------------------------- Start-Banner ------------------------------*/
.banner-three-area {
    padding: 125px 0 150px 0;
    height: auto;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.banner-three-area::before {
    height: auto;
    content: '';
    position: absolute;
    bottom: 0;
    background-color: #000;
    background: linear-gradient(30deg, #000000, #0000007d, #00000000, transparent);
}
.banner-form{
    width: 100%;
    position: relative;
}
.checkout-three-bg {
    background: rgb(255 174 88);
    border-radius: 20px;
    margin-top: 36px;
    padding: 30px 30px 0px 30px;
    position: absolute;
    width: 100%;
}
.checkout-wrapper label {
    color: #000 !important;
}
.bg-main-three-600 {
    background-color: #000 !important;
}
.tw-btn-hover-white:hover{
    color: #fff !important;
}
.checkout-wrapper .nice-select{
    padding: 0;
}
.checkout-main-wrapper {
    justify-content: normal;
}
.checkout-button button {
    text-transform: UPPERCASE;
    font-size: 0.8rem !important;
    letter-spacing: 1.5px;
    width: 100%;
}
.about-booking {
    border-top: 1px solid #231c2524;
}
.about-booking {
    padding: 20px 0;
}
.about-booking i.ph-bold.ph-check-circle{
    font-size: 20px;
    color: #ffbc76;
}
.about-booking span {
    color: #000 !important;
    font-weight: 500;
    font-size: 14px;
}
.about-booking .tw_fade_anim{
    gap: 60px;
}
.checkout-button {
    margin-top: 0;
}
.banner-three-content p {
    font-weight: 400 !important;
    margin-top: 10px;
}
.banner-three-content i.ph-fill.ph-star {
    color: #d59650;
}
.banner-three-content span {
    font-size: 14px;
    padding-top: 20px;
}
span.text-white.d-inline-flex.align-items-center.tw-gap-2 {
    padding-right: 20px;
}
input.fp-date-input.form-control.input::placeholder {
    color: #a3abb1 !important;
    font-size: 14px;
}
/*-------------------------------- End-Banner -------------------------------*/
/*------------------------------- Start - rooms-------------------------------*/
.home .gallery-two-thumb span {
    position: absolute;
    left: 0;
    background-color: #000000;
    text-transform: uppercase;
    padding: 2px 15px;
    margin: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
}
.features-home .col-xl-2 .amenity-card {
    border-right: 1px solid #231c2524;
    border-radius: 0;
    padding: 0;
}
.features-home .col-xl-2:last-child .amenity-card {
    border-right: none;
}
.features-home .amenity-card h6{
    font-family: "Satoshi", sans-serif;
}
section.features-home {
    padding: 0 0 80px 0;
}
.offer-banner .tw_fade_anim {
    padding-left: 30px;
}
/*------------------------------- End - rooms-------------------------------*/
/*------------------------------ Start-Review ------------------------------*/
.review-star {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 20px;
}
.footer-three-address {
    margin-block-end: 80px;
}
.footer-three-center-space {
    padding: 0 0 50px;
}
/*------------------------------ End-Review -------------------------------*/
/*---------------------------- Start-breadcrum ----------------------------*/
.breadcrumb-area {
    padding-block: 110px 70px;
    background-size: cover;
}
/*----------------------------- End-breadcrum -----------------------------*/

/*---------------------------- Start-Resposive ----------------------------*/
@media(max-width:428px){
    .resort-header .tw-rounded-lg{
        display: none !important;
    }
    .banner-three-content .fw-light{
        width: 80% !important;
    }
    .about-content-col,.about-image-col{
        margin: 0 !important;
    }
    .about-image-bg{
        height: 400px !important;
    }
}
@media(max-width:576px){
    span.text-white.d-inline-flex.align-items-center.tw-gap-2 {
        padding-right: 65px;
    }
    .features-home .col-xl-2:nth-child(even) > .amenity-card {
    border-right: none;
    }
    .about-content-col {
        padding: 0 20px !important;
    }
    .lang-btn{
        padding: 8px 8px !important;
    }
}
@media(max-width:768px){
    .checkout-wrapper:first-child,.checkout-wrapper:nth-child(2) {
        max-width:50%;
    }
    .checkout-wrapper:nth-child(3){
        max-width: 100%;
        line-height: 1;
    }
    .checkout-wrapper:last-child{
        max-width: 100%;
        padding-right: 0;
    }
    .room-section {
        /* padding: 300px 0 0 0 ; */
    }
    .banner-three-area::before {
        background: linear-gradient(180deg, #00000038, #00000087, #00000000, transparent);
    }
    button.resort-toggle-menu{
        color: #fff !important;
    }
    .section-two-title {
        font-size: 26px;
    }
}
@media(max-width:991px){
    .checkout-wrapper:first-child,.checkout-wrapper:nth-child(2),.checkout-wrapper:nth-child(3){
        border-right: none;
    }
    .about-booking .tw_fade_anim{
        gap: 6px;
    }
    .about-booking span{
        padding-right: 6px !important;
    }
    
}
@media(max-width:992px){
    .checkout-wrapper:first-child{
        padding: 0;
    }
    .review-card h3 {
        text-align: center;
    }
}
@media(min-width:578px) and (max-width:1199px){
     .features-home .col-xl-2:nth-child(3) > .amenity-card {
        border-right: none;
    }
}
@media(min-width:768px) and (max-width:992px){
    .checkout-wrapper:first-child,.checkout-wrapper:nth-child(2) {
        max-width: 25%;
    }
    .checkout-wrapper:nth-child(3){
        max-width: 50%;
    }
    .checkout-wrapper:last-child{
        max-width: 100%;
        padding-right: 0;
    }
    .room-section {
        padding: 200px 0 0 0;
    }
    .about-image-bg {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: top !important;
        height: 450px !important;
    }
    .about-image-overlay {
        background: linear-gradient(90deg, #fff 0%, transparent 40%) !important;
    }
    .founder-col+.founder-col {
        border-top: none !important;
    }
}
@media (min-width:992px) and (max-width:1200px){
    .about-content-col {
        padding-right: 0 !important;
        padding-left: 30px !important;
    }
    .about-features {
        margin-top: -20px !important;
    }
    .about-feature-card{
        padding: 0 !important;
        align-items: start;
    }
    .about-feature-card .feature-icon{
        margin: 0 !important;
    }
}
@media (min-width:1200px) and (max-width:1380px){
    .about-heading{
        font-size: 45px !important;
    }
}
@media(max-width:1320px){
    .offer-banner .tw_fade_anim {
        padding-left: 0;
    }
    .checkout-three-bg {
        margin-top: 0;
    }
}
@media(min-width:1300px) and (max-width:1600px){
    .gallery-two-wrapper.swiper-slide{
        width: 440px !important;
    }
}
/*---------------------------- End-Responsive ----------------------------*/