/********** Template CSS **********/
:root {
    --primary: #FE5D37;
    --light: #FFF5F3;
    --dark: #103741;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Heading ***/
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-family: 'Lobster Two', cursive;
    font-weight: 700;
}

h5,
h6,
.h5,
.h6 {
    font-weight: 600;
}

.font-secondary {
    font-family: 'Lobster Two', cursive;
}


/*** Navbar ***/
.navbar .navbar-nav .nav-link {
    padding: 30px 15px;
    color: #ffffff;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #ffffff;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: calc(100% - 15px);
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel::before,
.header-carousel::after,
.page-header::before,
.page-header::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
    /* background: url(../img/bg-header-top.png) center center repeat-x; */
    z-index: 1;
}

.header-carousel::after,
.page-header::after {
    height: 19px;
    top: auto;
    bottom: 0;
    /* background: url(../img/bg-header-bottom.png) center center repeat-x; */
}

@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
        /* height: 45vh; */
        min-height: 0;
    }

    .header-carousel .owl-carousel-item img {
        /* height: 100%; */
        width: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: #c89e2f;
    border-color: #c89e2f;
}


/* Mobile Responsive Navigation Buttons */
@media (max-width: 768px) {
    .header-carousel .owl-nav {
        position: absolute;
        top: auto;
        bottom: 20px;        /* Moves icons below image */
        top: 80px;
        right: 50%;
        transform: translateX(50%);
        flex-direction: row; /* Make them side-by-side instead of vertical */
        z-index: 20;
    }

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        width: 33px;
        height: 33px;
        margin: 0 7px;        /* space between icons */
        font-size: 18px;
        border-radius: 50%;
        background: rgba(0,0,0,0.4); 
        border: 1px solid #fff;
    }
}


.page-header {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Facility ***/
.facility-item .facility-icon {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.facility-item .facility-icon::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
}

.facility-item .facility-icon span {
    position: absolute;
    content: "";
    width: 15px;
    height: 30px;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.facility-item .facility-icon span:last-child {
    left: auto;
    right: 0;
}

.facility-item .facility-icon i {
    position: relative;
    z-index: 2;
}

.facility-item .facility-text {
    position: relative;
    min-height: 250px;
    padding: 30px;
    border-radius: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.facility-item .facility-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
}

.facility-item .facility-text * {
    position: relative;
    z-index: 2;
}

.facility-item:hover .facility-icon::before,
.facility-item:hover .facility-text::before {
    background: transparent;
}

.facility-item * {
    transition: .5s;
}

.facility-item:hover * {
    color: #FFFFFF !important;
}


/*** About ***/
.about-img img {
    transition: .5s;
}

.about-img img:hover {
    background: #c89e2f !important;
}


/*** Classes ***/
.classes-item {
    transition: .5s;
}

.classes-item:hover {
    margin-top: -10px;
}


/*** Team ***/
.team-item .team-text {
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #FFFFFF;
    border: 17px solid var(--light);
    border-radius: 250px;
    transition: .5s;
}

.team-item:hover .team-text {
    border-color: var(--primary);
}


/*** Testimonial ***/
/* Owl Carousel Arrow Fix */
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c89e2f;
    border-radius: 50%;
    transition: .3s;
    font-size: 0 !important; /* hide default text */
}

/* Add Font Awesome Icons */
.testimonial-carousel .owl-nav .owl-prev::before {
    content: "\f104"; /* left arrow */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    color: #fff;
}

.testimonial-carousel .owl-nav .owl-next::before {
    content: "\f105"; /* right arrow */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    color: #fff;
}

/* Hover Style */
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: #b48b27;
}

/* Positioning */
.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    z-index: 999;
}

/* Mobile Responsive */
@media (max-width: 576px) {
    .testimonial-carousel .owl-nav {
        top: auto;
        bottom: -25px;
        justify-content: center;
        gap: 15px;
    }

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        width: 35px;
        height: 35px;
    }

    .testimonial-carousel .owl-nav .owl-prev::before,
    .testimonial-carousel .owl-nav .owl-next::before {
        font-size: 16px;
    }
}

/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 45px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    border-color:#c89e2f;
    background: #c89e2f;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color:#c89e2f !important;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: #FFFFFF;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
    color: #c89e2f!important;
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}



.site-logo {
    height: 120px;      /* adjust as needed */
    width: auto;
    object-fit: contain;
    display: block;
    margin-top: -10px;
    margin-bottom: -10px;
}



.px-31{
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
}


.topbar {
    background: #c89e2f; /* your luxe golden color */
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.topbar i {
    font-size: 14px;
}

.topbar a {
    color: #fff;
}

.topbar a:hover {
    opacity: 0.8;
}



/* 
        .container {
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 30px;
        } */

        /* Header Styles */
         

        .cta-button {
            background:#c89e2f;
            color: white;
            border: none;
            padding: 14px 32px;
            border-radius: 50px;
            font-weight: 600;
            cursor: pointer;
            transition: var(--transition);
            box-shadow: 0 5px 15px rgba(184, 148, 108, 0.3);
            font-size: 1rem;
            position: relative;
            overflow: hidden;
        }

        .cta-button:before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: 0.5s;
        }

        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(184, 148, 108, 0.4);
        }

        .cta-button:hover:before {
            left: 100%;
        }

        /* Hero Section */
         
        /* Floating Elements */
        .floating-elem {
            position: absolute;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.05);
            animation: float 8s ease-in-out infinite;
            z-index: 1;
        }

        .floating-elem:nth-child(1) {
            width: 120px;
            height: 120px;
            top: 10%;
            left: 5%;
            animation-delay: 0s;
        }

        .floating-elem:nth-child(2) {
            width: 80px;
            height: 80px;
            top: 70%;
            left: 10%;
            animation-delay: 2s;
        }

        .floating-elem:nth-child(3) {
            width: 150px;
            height: 150px;
            top: 20%;
            right: 5%;
            animation-delay: 4s;
        }

        .floating-elem:nth-child(4) {
            width: 60px;
            height: 60px;
            bottom: 10%;
            right: 15%;
            animation-delay: 6s;
        }

        @keyframes float {
            0% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-30px) rotate(180deg); }
            100% { transform: translateY(0px) rotate(360deg); }
        }
 
        /* Circular Images Section */
        .circular-services {
            background: rgb(200 158 47 / 28%);
            padding: 30px 0;
            position: relative;
            overflow: hidden;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }

        .circular-services:before {
            content: '';
            position: absolute;
            width: 400px;
            height: 400px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.03);
            top: -200px;
            right: -200px;
        }

        .circular-services:after {
            content: '';
            position: absolute;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.02);
            bottom: -150px;
            left: -150px;
        }

        .circular-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 70px;
            position: relative;
            z-index: 2;
        }

        .circular-service {
            text-align: center;
            padding: 30px 20px;
            transition: var(--transition);
            position: relative;
            background-color: white;
    border-radius: 10px;
        }

        /* .circular-service:hover {
            transform: translateY(-15px);
        } */

        .circle-container {
            position: relative;
            width: 240px;
            height: 240px;
            margin: 0 auto 35px;
        }

        .circle-image {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            overflow: hidden;
            border: 10px solid rgb(255 255 255 / 80%);
           box-shadow: 0 15px 35px rgb(0 0 0 / 22%);
            position: relative;
            transition: var(--transition);
        }

        .circle-image:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: linear-gradient(135deg, rgba(184, 148, 108, 0.3), transparent);
            border-radius: 50%;
            z-index: 1;
            opacity: 0;
            transition: var(--transition);
        }

        /* .circular-service:hover .circle-image:before {
            opacity: 1;
        } */

        .circle-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 1s;
        }

        /* .circular-service:hover .circle-image img {
            transform: scale(1.15);
        } */

        .circle-decoration {
            position: absolute;
            width: 270px;
            height: 270px;
            top: -15px;
            left: -15px;
               border: 3px dashed #c89e2f;;
            border-radius: 50%;
            opacity: 0.3;
            animation: rotate 20s linear infinite;
        }

        @keyframes rotate {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .circular-service h3 {
            font-size: 1.7rem;
            margin-bottom: 18px;
            color: #c89e2f;
            position: relative;
            display: inline-block;
        }

        .circular-service h3:after {
            content: '';
            position: absolute;
            width: 40px;
            height: 2px;
            background: var(--gold);
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
        }

        .circular-service p {
            color: black;
            margin-bottom: 25px;
            font-weight: 300;
        }
 

        

        /* Responsive Design */
        @media (max-width: 1100px) {
            .hero h1 {
                font-size: 3.5rem;
            }
            
            .services-grid {
                grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            }
        }

        @media (max-width: 768px) {
            

            .services-grid, .circular-grid {
                grid-template-columns: 1fr;
            }

            .section-title h2 {
                font-size: 2.5rem;
            }

           
        }

        @media (max-width: 480px) {
            .container {
                padding: 0 20px;
            }
            
             
            
            .section-title h2 {
                font-size: 2rem;
            }
            
            .service-card, .circular-service {
                padding-left: 15px;
                padding-right: 15px;
            }
        }


        .container11{
               background: 
                linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.9)),
                url('https://images.unsplash.com/photo-1544161515-4ab6ce6db874?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80') center/cover no-repeat fixed;
           
            color: var(--dark);
            line-height: 1.7;
             overflow-x: hidden;
            position: relative;
        }


           .container11::before {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: 
                linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.9)),
                url('https://images.unsplash.com/photo-1544161515-4ab6ce6db874?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80') center/cover no-repeat fixed;
            z-index: -1;
        }



           .feature-icon {
        width: 55px;
        height: 55px;
        background: #c89e2f;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .feature-icon i {
        font-size: 22px;
        color: #b46f66; /* SAME COLOR FOR ALL ICONS */
    }

    .feature-box {
        display: flex;
        align-items: center;
        margin-bottom: 28px;
    }

    /* CENTER IMAGE FRAME */
    .center-frame {
        width: 310px;
        height: 420px;
        margin: auto;
        position: relative;
        background: white;
        border-radius: 200px;
        border: 4px solid #c89e2f;
        overflow: hidden;
        padding: 12px;
    }

    .center-frame img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 200px;
    }

    /* FLOWER + LEAF DECORATIONS (CSS MADE) */
    /* .decor-flower {
        position: absolute;
        bottom: -20px;
        right: -25px;
        width: 120px;
        height: 120px;
        background:  url(../img/flower.png) center center repeat-x;
        border-radius: 50%;
        filter: blur(1px);
        opacity: 0.85;
    } */

    .bg-flower {
/* background-color: #fff8f6; */
    background-image: 
        url('../img/bgright.png'),  /* RIGHT TOP IMAGE */
        url('../img/bgleft.png'); /* LEFT BOTTOM IMAGE */
    background-repeat: no-repeat, no-repeat;
    background-position: right top, left bottom;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width: 768px) {
    .bg-flower {
        background-image: none !important;
        background-color: #fff8f6 !important;
    }
}




    /* .bg-flower1 {
 
    background-image: 
        url('../img/bgleft2.png'), 
        url('../img/bgright1.png');  
    background-repeat: no-repeat, no-repeat;
    background-position: right top, left bottom;
    
} */
/* @media (max-width: 768px) {
    .bg-flower1 {
        background-image: none !important;
        background-color: #fff8f6 !important;
    }
} */

/* MOBILE RESPONSIVE CENTERING */
@media (max-width: 768px) {

    .py-5 .row {
        /* text-align: center !important; */
        justify-content: center !important;
    }

    /* Columns full width + centered */
    .py-5 .col-md-4 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
        text-align: center !important;
    }

    /* Left items centered instead of right */
    .text-end {
        text-align: center !important;
    }

    /* Feature box centered */
    .feature-box {
        justify-content: center !important;
        text-align: center !important;
    }

    /* Icons spacing fix */
    .feature-box .feature-icon {
        margin: 0 10px !important;
    }

    /* Center main image */
    .center-frame {
        margin: 0 auto !important;
        display: inline-block !important;
    }

    /* Heading center */
    .py-5 h1 {
        text-align: center !important;
    }
}

.feature-box  h6{
    font-family: 'Lobster Two', cursive;
}



    .contact-section {
        background: #957c3c;
        color: #fff;
        padding: 44px 40px;
        height: 100%;
    }
    .contact-section h2 {
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .contact-section h2 {
        color:black;
    }
    .contact-section p.subtitle {
        color: #bbb;
        margin-bottom: 30px;
        font-size: 15px;
    }
    .form-control,
    .form-select {
        background: #fffffff2;
        border: 1px solid #ffffff;
        color: #fff;
        padding: 12px;
    }
    .form-control::placeholder {
        color: #bbb;
    }
    .btn-book {
        background: #ffffff;
        border: none;
        padding: 12px 30px;
        margin-top: 10px;
        width: 100%;
        font-weight: 600;
        color: #000;
        transition: 0.3s;
    }
    .btn-book:hover {
        background: #000000;
        color: #c89e2f;
    }
    .contact-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }



    .lux-service-box {
    display: flex;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #f1e7e7;
}
.lux-service-box img {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    object-fit: cover;
    margin-right: 15px;
}
.lux-service-title {
    font-size: 20px;
    font-weight: 600;
    color: #3c3c3c;
    margin-bottom: 3px;
}
.lux-service-sub {
    font-size: 14px;
    color: #9a9a9a;
}
.lux-service-price {
    margin-left: auto;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

/* ================= UNIQUE TAB BUTTON STYLE ================= */
.lux-tab-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 25px !important;
    border-radius: 18px;
    background: transparent !important;
    transition: all 0.3s ease;
    border: none !important;
}

.lux-tab-btn .lux-icon-box {
       width: 55px;
    height: 55px;
    background: #ffffff;
        color: #c89e2f;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
    transition: 0.3s ease;
}

.lux-tab-btn .lux-icon-box img {
    width: 35px;
    height: 35px;
}

.lux-tab-btn.active .lux-icon-box {
    background: #c89e2f !important;
}
.lux-tab-btn.active {
    color: #000 !important;
}

.lux-nav-pills .nav-link {
    background: none !important;
    padding: 12px 20px !important;
    border-radius: 30px !important;
    font-weight: 600;
    color: #555 !important;
}

/* 
 
.lux-icon-box {
    width: 55px;
    height: 55px;
    background: #f3e7df;   
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
}

.lux-icon-box i {
    font-size: 26px;
    color: #c89e2f;         
    transition: 0.3s ease;
}

 
.lux-icon-box.active {
    background: #000 !important;       
}

.lux-icon-box.active i {
    color: #fff !important;          
} */


.lux-icon-box{
    font-size: 25px;
}
.lux-tab-btn.active .lux-icon-box {
    background: #c89e2f!important;
    border-color: #fff !important;
}

.lux-tab-btn.active .lux-icon-box i {
    color: #fff !important;
}

.lux-top-bg {
    background: url(../img/section-shape-top.png) no-repeat center top;
    padding: 60px 0 40px;
    border-radius: 20px;
    background-color: #fdf6f2;
}

 .p-50{
      padding: 1rem !important;
 }


 
    /* .bg-flower1 {
 
    background-image: 
    url('../img/bgright1.png'),
        url('../img/bgleft2.png');
     background-repeat: no-repeat, no-repeat;
    background-position: right bottom, left top;
    
} */

 
    .bg-flower1 {
 
    background-image: 
     
        url('../img/bgleft2.png');
     background-repeat: no-repeat, no-repeat;
    background-position:   left top;
    
}

@media (max-width: 768px) {
    .bg-flower1 {
        background-image: none !important;
        background-color: #fff8f6 !important;
    }
}



.booking-section {
      background: linear-gradient(rgb(200 158 47 / 88%), rgb(200 158 47 / 63%)), url(../img/background.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 120px 20px;
    color: #fff;
}



.gallery-section{
background: linear-gradient(rgb(255 255 255 / 94%), rgb(255 255 255 / 91%)), url(../img/bg3.jpg);    background-size: cover;
    background-position: center;
    background-attachment: fixed;
     
    color: #fff; 
}


.about-section{
background: linear-gradient(rgb(255 255 255 / 94%), rgb(255 255 255)), url(../img/bg2.jpg);   background-size: cover;
    background-position: center;
    background-attachment: fixed;
     
    color: #000000; 
}
/* Sub heading */
.sub-heading {
    letter-spacing: 3px;
    font-size: 14px;
    margin-bottom: 10px;
    opacity: 0.9;
}

/* Main heading */
.main-heading {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Paragraph */
.booking-text {
    max-width: 700px;
    margin: 0 auto 30px;
    font-size: 17px;
    line-height: 1.7;
    opacity: 0.95;
}

/* Button */
.btn-book {
    background: #000000;
    color: #fff;
    padding: 12px 35px;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.3s;
}
.btn-book:hover {
    background: #050505;
    color: #fff;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .main-heading {
        font-size: 30px;
    }
    .booking-text {
        font-size: 15px;
    }
    .btn-book {
        padding: 10px 28px;
    }
}



.lightboxpreview {
   transition: all .3s linear;
padding-top:60%;
  cursor:pointer;
  background-size:cover;
}
   
.lightbox-content {
max-height:75svh;
  height:75svh;
}

.lightbox-close { 
  cursor:pointer;
    margin-left: auto;
  position:absolute;
  right:-30px;
  top:-30px;
  color:white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;}

.modalscale {transform:scale(0);
opacity:0;}



.lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{transition:all .4s ease-in-out;}
.lightbox_img_wrap {padding-top:65%;
  position:relative;
  overflow:hidden;
}
.lightbox-enabled:hover {
  transform:scale(1.1)
}
.lightbox-enabled {width:100%;
height:100%;
  position:absolute;
  top:0;
object-fit:cover;
cursor:pointer;
    border-radius: 10px;}
    

.lightbox-container {width:100svw;
height:100svh;
position:fixed;
top:0;
left:0;
  display:flex;
  align-items:center;
  justify-content:center;
background-color:rgba(0,0,0,.6);
z-index:9999;
opacity:0;
pointer-events:none;
}

.lightbox-container.active {
  opacity:1;
  pointer-events:all;
}
.lightbox-image-wrapper {
  display:flex;
  transform:scale(0);
  align-items:center;
  justify-content:center;
  max-width:90vw;
  max-height:90vh;
  position:relative;
}
.lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
.lightbox-btn, #close {
  color:white;
  z-index:9999999;
 cursor:pointer; 
  position:absolute;
  font-size:50px;
}

.left {left:50px;}
.right {right:50px;}
#close {top:50px;
right:50px;}

.lightbox-image {
  width:100%;
  max-height:95vh;
  object-fit:cover;
 }

@keyframes slideleft {
  33% {transform:translateX(-300px);
  opacity:0;
  }
  66% {transform:translateX(300px);
  opacity:0;
  }
}


.slideleft {
   animation-name: slideleft;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}
@keyframes slideright {
  33% {transform:translateX(300px);
  opacity:0;}
  66% {transform:translateX(-300px);
  opacity:0;}
}


.slideright{
   animation-name: slideright;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}
	

	/* ============================
   MOBILE RESPONSIVE CSS
   ============================ */
@media (max-width: 767px) {

  /* Gallery section padding */
  .gallery-section {
    padding: 20px 0;
    background-attachment: scroll;
  }

  /* Reduce spacing between items */
  .gallery .row.g-3 {
    gap: 10px !important;
  }

  .lightbox_img_wrap {
    padding-top: 70%; /* Slightly taller for mobile */
  }

  /* Make images more touch-friendly */
  .lightbox-enabled {
    border-radius: 8px;
  }

  /* Lightbox controls sized down */
  .lightbox-btn,
  #close {
    font-size: 32px;
  }

  .left {
    left: 15px;
  }

  .right {
    right: 15px;
  }

  #close {
    top: 20px;
    right: 20px;
  }

  /* Lightbox image wrapper */
  .lightbox-image-wrapper {
    max-width: 95vw;
    max-height: 80vh;
  }

  /* Lightbox image */
  .lightbox-image {
    max-height: 75vh;
    object-fit: contain;
  }

  /* Heading */
  .text-center h1 {
    font-size: 26px;
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .lightbox_img_wrap {
    padding-top: 80%;
  }

  .lightbox-btn,
  #close {
    font-size: 28px;
  }

  .left { left: 10px; }
  .right { right: 10px; }
  #close { top: 15px; right: 15px; }
}



        
        .container {
            width: 90%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }
        
        section {
            padding: 80px 0;
        }
        
       
        
        h2:after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 2px;
            background-color: var(--accent-color);
        }
        
        p {
            margin-bottom: 20px;
        }
        
        .btnx {
            display: inline-block;
            background-color:#c89e2f;
            color: white;
            padding: 12px 30px;
            border: none;
            border-radius: 10px;
            text-decoration: none;
            font-size: 1rem;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .btnx:hover {
            background-color:#c89e2f;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        img {
            max-width: 100%;
            height: auto;
        }
 
        
        /* Hero Section */
        .hero {
            height: 100vh;
            background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('https://images.unsplash.com/photo-1544161515-4ab6ce6db874?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80') no-repeat center center/cover;
            display: flex;
            align-items: center;
            text-align: center;
            color: var(--text-light);
        }
        
        .hero-content {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .hero h1 {
            font-size: 3.5rem;
            margin-bottom: 20px;
        }
        
        .hero p {
            font-size: 1.2rem;
            margin-bottom: 30px;
        }
        
        /* Philosophy Section */
        .philosophy {
            background-color: var(--bg-light);
                margin-top: -50px;
        }
        
        .philosophy-content {
            display: flex;
            align-items: center;
            gap: 50px;
        }
        
        .philosophy-text {
            flex: 1;
        }
        
        .philosophy-image {
            flex: 1;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        /* Services Section */
        .services {
            background-color: #fff;
        }
        
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .service-card {
            background-color: var(--bg-light);
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: transform 0.3s ease;
        }
        
        .service-card:hover {
            transform: translateY(-10px);
        }
        
        .service-image {
            height: 200px;
            overflow: hidden;
        }
        
        .service-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .service-card:hover .service-image img {
            transform: scale(1.1);
        }
        
        .service-content {
            padding: 25px;
        }
        
        .service-content h3 {
            color: var(--primary-color);
            margin-bottom: 15px;
        }
        
     
        
        /* Commitment Section */
        .commitment {
            background-color: #fff;
        }
        
        .commitment-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
        }
        
        .commitment-item {
            text-align: center;
            padding: 30px 20px;
            border-radius: 10px;
            background-color: #c89e2f;
            transition: all 0.3s ease;
            
        }
        
        .commitment-item:hover {
            background-color: #c89e2f;
            color: var(--text-light);
        }
        
        .commitment-item i {
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: var(--accent-color);
        }
        
        .commitment-item:hover i {
            color: var(--text-light);
        }
        
        /* Mission Section */
        .mission {
            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://images.unsplash.com/photo-1540555700478-4be289fbecef?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80') no-repeat center center/cover;
            color: var(--text-light);
            text-align: center;
        }
        
        .mission-content {
            max-width: 800px;
            margin: 0 auto;
        }
        
        /* CTA Section */
        .cta {
            background-color: var(--primary-color);
            color: var(--text-light);
            text-align: center;
            /* padding: 100px 0; */
        }
        
        .cta h2 {
            color: var(--text-light);
        }
        
        .cta h2:after {
            background-color: var(--text-light);
        }
        
        .cta .btn {
            background-color: var(--text-light);
            color: var(--primary-color);
        }
        
        .cta .btn:hover {
            background-color: var(--secondary-color);
        }
        
   
        
        /* Responsive Styles */
        @media (max-width: 992px) {
            h1 {
                font-size: 2.5rem;
            }
            
            h2 {
                font-size: 2rem;
            }
            
            .philosophy-content {
                flex-direction: column;
            }
            
            .philosophy-image {
                order: -1;
            }

             .benefit-item {
          
    margin-left: -40px;
 
         }
        }
        

        .commitment-item h3{
            font-size:20px;
        }



         .section-title {
            text-align: center;
            margin-bottom: 40px;
            color: #2a5d34;
            position: relative;
        }
        
        .section-title:after {
            content: '';
            display: block;
            width: 80px;
            height: 3px;
             margin: 15px auto;
        }
        
        .content-box {
            background-color: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            /* margin-bottom: 30px; */
        }
        
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
        }
        
        .benefit-item {
           display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.25);
         }
        
        .benefit-icon {
            background-color: #e6f4ea;
            color: #2a5d34;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
        }
        
        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
        }
        
        .pricing-card {
            background-color: white;
            border-radius: 10px;
            padding: 30px;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: transform 0.3s;
        }
        
        .pricing-card:hover {
            transform: translateY(-10px);
        }
        
        .pricing-card h3 {
            color: #2a5d34;
            margin-bottom: 15px;
            font-size: 22px;
        }
        
        .pricing-card .duration {
            font-size: 18px;
            font-weight: 600;
            color: #e6b325;
            margin-bottom: 15px;
        }
        
        .pricing-card .description {
            color: #666;
        }
        
        .who-section {
             border-radius: 10px;
        }
        
        .who-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
        }
        
        .who-item {
            background-color: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.05);
            display: flex;
            align-items: center;
        }
        
        .who-item i {
            color: #2a5d34;
            margin-right: 15px;
            font-size: 20px;
        }
        
        .experience-section {
            display: flex;
            align-items: center;
            gap: 40px;
            margin-top: 40px;
        }
        
        .experience-image {
            flex: 1;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        
        .experience-image img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .experience-content {
            flex: 1;
        }
        
 
        
        .btnxx {
            display: inline-block;
            background-color: #e6b325;
            color: white;
            padding: 12px 25px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: 600;
            transition: background-color 0.3s;
            margin-top: 15px;
        }
        
        .btnxx:hover {
            background-color: #d4a21f;
            color:white;
        }


        .benefit-item h3{
            font-size:15px;
        }
        

        .booking-section1 {
      background: linear-gradient(rgb(200 158 47 / 88%), rgb(200 158 47 / 63%)), url(../img/background.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 0px 20px;
    color: #fff;
}

.content-box p{
    color:black;
}