/*** Spinner Start ***/
/*** 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;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-secondary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-secondary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*** Sub Title Start ***/
.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -110px;
    border: 1px solid var(--bs-secondary) !important;
}

/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 576px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Yantramanav', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-dark) !important;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
    font-size: 18px !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-brand img {
/*    max-height: 50px;*/
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 65px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: black !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 65px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light) !important;
    }
    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

/*** Carousel Hero Header Start ***/
.header-carousel {
    position: relative; 
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 60px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 60px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

@media (max-width: 576px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: 630px;
        transition: 0.5s;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important;
    }
 
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    height: 700px;
    margin-top: 95px;
    display: block;
    object-fit: cover;
    transition: 0.5s;

}

@media (max-width: 992px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }

}

@media (min-width: 992px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin-top: 50px;
    }
}

.header-carousel .header-carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 75%;
    
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
	position: relative;
	padding: 145px 0 50px 0;
background:
linear-gradient(
135deg,
rgba(14,30,64,.75),
rgba(28,63,119,.65)
),
url(../img/palace.png);

background-size: cover;
 
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}

@media (max-width: 992px) {
    .bg-breadcrumb {
        padding-top: 50px;
    }

}
/*** Single Page Hero Header End ***/


/*** Counter Facts Start ***/

.counter-facts {
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 0.7)), url(../img/counter-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}


.counter-facts .counter {
    position: relative;
    text-align: center;
    width: 200px;
    min-height: 215px;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    background: var(--bs-white);
}

.counter-facts .counter:before {
    content: "";
    position: absolute;
    height: 105px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    background-color: var(--bs-primary);
    
}
.counter-facts .counter .counter-icon {
    position: relative;
    width: 120px;
    height: 100px;
    border-radius: 10px 10px 0 0;
    font-size: 50px;
    line-height: 90px;
    color: var(--bs-primary) !important;
    display: flex;
    
}

.counter-facts .counter h3 {
    color: var(--bs-white);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    display: flex;
}
.counter-facts .counter .counter-value {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: var(--bs-secondary);
}

@media screen and (max-width: 1200px) {
    .counter-facts .counter { margin-bottom: 40px; 
    }
}
/*** Counter Facts End ***/


/*** Training Start ***/
.training-carousel .owl-stage-outer {
    margin-top: 30px;
}

.training-carousel .owl-nav .owl-prev,
.training-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.training-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.training-carousel .owl-nav .owl-next {
    right: 0;
}

.training-carousel .owl-nav .owl-prev:hover,
.training-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.training .training-item .training-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.training .training-item .training-img img {
    transition: 0.5s;
}

.training .training-item:hover .training-img img {
    transform: scale(1.2);
}
/*** Training End ***/



/*** Dance Class Start ***/
.class-carousel .owl-stage-outer {
    margin-top: 30px;
}

.class-carousel .owl-nav .owl-prev,
.class-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.class-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.class-carousel .owl-nav .owl-next {
    right: 0;
}

.class-carousel .owl-nav .owl-prev:hover,
.class-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.class .class-item .class-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.class .class-item .class-img img {
    transition: 0.5s;
}

.class .class-item:hover .class-img img {
    transform: scale(1.3);
}
/*** Dance Class End ***/


/*** Blog Start ***/
.blog-carousel .owl-stage-outer {
    margin-top: 30px;
}

.blog-carousel .owl-nav .owl-prev,
.blog-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.blog-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.blog-carousel .owl-nav .owl-next {
    right: 0;
}

.blog-carousel .owl-nav .owl-prev:hover,
.blog-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.3);
}
/*** Blog End ***/

/*** Team Start ***/
.team-carousel .owl-stage-outer {
    margin-top: 30px;
}
.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.team-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.team-carousel .owl-nav .owl-next {
    right: 0;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.team .team-carousel .team-item .team-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.team .team-carousel .team-item .team-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: 0.5s;
    z-index: 2;
}

.team .team-carousel .team-item .team-img .team-icon {
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px;
    display: flex;
    opacity: 0;
    transition: 0.5s;
    z-index: 3;
}

.team .team-carousel .team-item:hover .team-img .team-icon {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}

.team .team-carousel .team-item .team-content {
    position: relative;
    background: var(--bs-secondary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
    transition: 0.5s;
}

.team .team-carousel .team-item .team-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--bs-primary) !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-carousel .team-item:hover .team-content a,
.team .team-carousel .team-item:hover .team-content p {
    color: var(--bs-white) !important;
}

.team .team-carousel .team-item:hover .team-content::after {
    height: 100% !important;
}

.team .team-carousel .team-item .team-img img {
    transition: 0.5s;
}

.team .team-carousel .team-item:hover .team-img img {
    transform: scale(1.1);
}
/*** Team End ***/


/*** Vidie Gallery Start ***/
/*** Youtube Video start ***/
.gallery .tab-class {
    text-align: start !important;
}

.gallery .nav-item {
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.gallery .nav-item a span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery .nav-item a.active {
    background: var(--bs-primary) !important;
}

.gallery .nav-item a.active span {
    color: var(--bs-white) !important;
}


.video {
    position: relative;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    display: block;
    width: 23px;
    height: 44px;
    border-radius: 50%;
    transition: 0.5s;
    

}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 70px;
    height: 70px;
    background: var(--bs-white);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: 0.5s;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 50px;
    height: 50px;
    background: var(--bs-secondary);
    border-radius: 50%;
    transition: all 300ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 23px solid var(--bs-primary);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 5px;
}

@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;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/

/*** Vidieo Gallery End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-top: 30px;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.testimonial-carousel .owl-nav .owl-next {
    right: 0;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
/*** Testimonial End ***/


/*** Contact Start ***/
.contact button.btn.btn-primary.w-100:hover {
    box-shadow: inset 700px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item .footer-link {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item .footer-link:hover {
    letter-spacing: 1px;
    color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/






/* Base Resets & Variables */


html,
body {
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.container,
.container-fluid,
.row {
    margin-left: 0;
    margin-right: 0;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --gold: #b3924e;
    --gold-light: #f7f3e8;
    --dark: #222222;
    --text-muted: #666666;
    --font-heading: 'Cinzel', serif;
    --font-body: 'Poppins', sans-serif;
    --font-script: 'Great Vibes', cursive;
}

body {
    font-family: var(--font-body);
    background-color: #faf7f2; /* Light subtle textured background color */
    background-image: radial-gradient(#eadecc 1px, transparent 1px);
    background-size: 20px 20px;
    color: var(--dark);
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* Header Styles */
.header-group {
    text-align: center;
    margin-bottom: 50px;
}

.sub-title {
    font-family: var(--font-heading);
    color: var(--gold);
    letter-spacing: 3px;
    font-size: 0.85rem;
    font-weight: 700;
}

.main-title {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    color: #2b2b2b;
    margin: 10px 0;
}

.description {
    color: var(--text-muted);
    font-size: 1rem;
}

/* 3x3 Grid Layout for Desktop */
.explore-grid {
    display: grid;
    grid-template-columns: 1fr 340px 1fr;
    grid-template-rows: auto auto;
    gap: 40px 20px;
    align-items: center;
    position: relative;
    margin-bottom: 60px;
}

/* Central Compass Card Placement */
.central-compass {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

/* Card Styling */
.card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(179, 146, 78, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(179, 146, 78, 0.15);
}

.card-img-wrapper {
    width: 100%;
    height: 190px;
    overflow: hidden;
}

.card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-content {
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 15px;
}

.icon-circle {
    width: 50px;
    height: 50px;
    background-color: var(--gold);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
}

.text-info h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

.text-info p {
    font-size: 0.9rem;
    color: var(--gold);
    font-weight: 500;
    margin-top: 2px;
}

/* Specific Card Layout Positioning for Desktop Grid */
.card-tl { grid-column: 1 / 2; grid-row: 1 / 2; }
.card-bl { grid-column: 1 / 2; grid-row: 2 / 3; }
.card-tr { grid-column: 3 / 4; grid-row: 1 / 2; }
.card-br { grid-column: 3 / 4; grid-row: 2 / 3; }

/* Compass Design Structure */
.compass-outer {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    border: 2px dashed rgba(179, 146, 78, 0.4);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle, rgba(255,255,255,1) 40%, rgba(247,243,232,0.6) 100%);
    box-shadow: inset 0 0 30px rgba(179, 146, 78, 0.1);
}

/* Direction indicators */
.direction {
    position: absolute;
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: bold;
    color: #888;
}
.n { top: 8px; }
.e { right: 12px; }
.s { bottom: 8px; }
.w { left: 12px; }

/* Compass Pointer */
.compass-pointer {
    position: absolute;
    width: 30px;
    height: 30px;
    background: var(--gold);
    clip-path: polygon(50% 0%, 65% 50%, 50% 100%, 35% 50%);
    top: calc(50% - 60px);
    transform-origin: bottom center;
    animation: sway 4s ease-in-out infinite alternate;
}

.compass-inner-text {
    text-align: center;
    z-index: 2;
    padding: 20px;
}

.compass-inner-text h2 {
    font-family: var(--font-body);
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #111;
}

.script-text {
    font-family: var(--font-script);
    font-size: 2.5rem;
    color: var(--gold);
    display: block;
    margin: -10px 0;
}

.dots-text {
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: var(--text-muted);
    font-weight: 600;
    margin-bottom: 15px;
}

.map-btn {
    background-color: #222;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s;
}

.map-btn:hover {
    background-color: var(--gold);
}

/* Bottom Features Row */
.features-bar {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    border-top: 1px solid rgba(179, 146, 78, 0.2);
    padding-top: 40px;
    margin-top: 40px;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.feature-item i {
    font-size: 1.5rem;
    color: var(--gold);
}

.feature-item span {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-muted);
}

/* Connecting Lines (Desktop only) */
.line-pointer {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px dashed rgba(179, 146, 78, 0.4);
    display: none; /* Set display via media queries if precise alignment is needed, or omit for cleaner look */
}

/* Animation */
@keyframes sway {
    0% { transform: rotate(-5deg); }
    100% { transform: rotate(5deg); }
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
    .explore-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
        gap: 30px;
    }
    
    .card-tl { grid-column: 1 / 2; grid-row: 1 / 2; }
    .card-tr { grid-column: 2 / 3; grid-row: 1 / 2; }
    
    .central-compass {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        margin: 20px 0;
    }
    
    .card-bl { grid-column: 1 / 2; grid-row: 3 / 4; }
    .card-br { grid-column: 2 / 3; grid-row: 3 / 4; }
}

@media (max-width: 600px) {
    .main-title {
        font-size: 1.8rem;
    }
    
    /* Changes the layout to stack the central compass, but keeps cards in a tight 2x2 grid */
    .explore-grid {
        display: grid;
        grid-template-columns: 1fr 1fr; /* 2 columns side-by-side */
        gap: 15px; /* Tighter spacing for mobile screens */
    }
    
    /* Forces the central compass to span across both columns at the top or bottom */
    .central-compass {
        grid-column: 1 / 3;
        grid-row: auto;
        order: -1; /* Keeps the compass element at the top */
        margin-bottom: 10px;
    }

    /* Standardizes card look for small boxes */
    .card {
        border-radius: 12px;
    }

    .card-img-wrapper {
        height: 110px; /* Reduces image height so the boxes stay compact */
    }

    .card-content {
        padding: 10px;
        flex-direction: column; /* Stacks the icon and text vertically to fit narrow screens */
        text-align: center;
        gap: 5px;
    }

    .icon-circle {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }

    .text-info h3 {
        font-size: 0.85rem;
        line-height: 1.2;
    }

    .text-info p {
        font-size: 0.75rem;
    }
    
    /* Bottom feature bar layout */
    .features-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px 10px;
        text-align: center;
        padding-top: 25px;
    }
}
@media (max-width: 600px) {
    /* ... your other mobile styles ... */

    /* Shrink the compass container size */
    .compass-outer {
        width: 240px;  /* Reduced from 320px */
        height: 240px; /* Reduced from 320px */
        box-shadow: inset 0 0 15px rgba(179, 146, 78, 0.1);
    }

    /* Adjust the handwritten script text size */
    .script-text {
        font-size: 1.8rem; /* Smaller font to fit the smaller circle */
        margin: -5px 0;
    }

    /* Adjust the EXPLORE text size */
    .compass-inner-text h2 {
        font-size: 1rem;
        letter-spacing: 1px;
    }

    /* Make the button smaller to match */
    .map-btn {
        padding: 6px 12px;
        font-size: 0.65rem;
    }

    /* Reposition direction indicators closer to the edge of the new size */
    .n { top: 4px; }
    .e { right: 8px; }
    .s { bottom: 4px; }
    .w { left: 8px; }

    /* Move pointer down slightly to match new proportions */
    .compass-pointer {
        width: 20px;
        height: 20px;
        top: calc(50% - 45px);
    }
}
    
    /* Modal Overlay Background */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* When modal is active */
.modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

/* Modal Box Container */
.modal-content {
    background: #fff;
    width: 90%;
    max-width: 420px;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    border: 1px solid rgba(179, 146, 78, 0.2);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.modal-overlay.active .modal-content {
    transform: scale(1);
}

/* Modal Header Styling */
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}

.modal-header h3 {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    color: var(--dark);
    letter-spacing: 1px;
}

.close-modal-btn {
    background: none;
    border: none;
    font-size: 2rem;
    color: #999;
    cursor: pointer;
    line-height: 1;
}

.close-modal-btn:hover {
    color: #333;
}

/* List Items CSS */
.modal-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.modal-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 16px;
    background: #faf7f2;
    border: 1px solid rgba(179, 146, 78, 0.1);
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
}

.modal-item:hover {
    background: #fdfbf7;
    border-color: var(--gold);
    transform: translateX(4px);
}

.modal-icon {
    width: 40px;
    height: 40px;
    background: var(--gold);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.modal-text {
    flex-grow: 1;
}

.modal-text h4 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
}

.modal-text p {
    font-size: 0.8rem;
    color: var(--text-muted);
}

.arrow-icon {
    color: #bbb;
    font-size: 0.85rem;
    transition: color 0.2s;
}

.modal-item:hover .arrow-icon {
    color: var(--gold);
}

/* Map Button Update to fix reset */
button.map-btn {
    border: none;
    cursor: pointer;
    font-family: var(--font-body);
}

/* Custom Design Variables */
:root {
    --gold: #b3924e;
    --gold-hover: #96783d;
    --bg-light: #faf7f2;
    --dark-charcoal: #232323;
    --text-color: #555555;
    --font-serif: 'Cinzel', serif;
    --font-sans: 'Poppins', sans-serif;
}

/* Section Container Reset & Base */
.rooms-section {
    background-color: var(--bg-light);
    font-family: var(--font-sans);
    padding: 90px 20px;
    color: var(--dark-charcoal);
}

.rooms-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header Text Styles */
.rooms-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
}

.section-title {
    font-family: var(--font-serif);
    color: var(--gold);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 8px;
}

.main-heading {
    font-family: var(--font-serif);
    font-size: 2.5rem;
    font-weight: 600;
    color: #1a1a1a;
}

.gold-divider {
    width: 60px;
    height: 2px;
    background-color: var(--gold);
    margin: 15px auto 20px auto;
}

.section-description {
    color: var(--text-color);
    font-size: 0.98rem;
    line-height: 1.7;
}

/* 2x2 Grid Array Layout for Desktop */
.rooms-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

/* Individual Card Styling */
.room-card {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(179, 146, 78, 0.12);
    display: flex;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s;
}

.room-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(179, 146, 78, 0.12);
}

/* Card Images Block */
.room-image {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.room-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.room-card:hover .room-image img {
    transform: scale(1.06);
}

/* Badges over room image */
.room-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: var(--gold);
    color: #fff;
    padding: 4px 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 4px;
}

.room-badge.luxury {
    background-color: var(--dark-charcoal);
}

/* Room Text Information Content */
.room-details {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.room-details h3 {
    font-family: var(--font-serif);
    font-size: 1.4rem;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.room-text {
    font-size: 0.9rem;
    color: var(--text-color);
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

/* Horizontal Inline Icons list for features */
.room-amenities {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 15px;
    border-top: 1px solid #f2ede4;
    margin-bottom: 25px;
}

.room-amenities li {
    font-size: 0.8rem;
    color: #666;
    display: flex;
    align-items: center;
    gap: 6px;
    background: #faf8f5;
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid rgba(179, 146, 78, 0.05);
}

.room-amenities li i {
    color: var(--gold);
}

/* Button Call to Action link styling */
.book-btn {
    align-self: flex-start;
    color: var(--gold);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s, transform 0.2s;
}

.book-btn:hover {
    color: var(--dark-charcoal);
    transform: translateX(4px);
}

/* --- Responsive Media Queries --- */

@media (max-width: 992px) {
    .rooms-grid {
        gap: 25px;
    }
    
    .room-details {
        padding: 20px;
    }
    
    .main-heading {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .rooms-grid {
        grid-template-columns: 1fr; /* Switch to single column for compact tablet/mobile view */
        max-width: 550px;
        margin: 0 auto;
    }

    .rooms-section {
        padding: 60px 15px;
    }

    .main-heading {
        font-size: 1.9rem;
    }
    
    .room-image {
        height: 200px;
    }
}




.footer-section{

background:#392973;

padding:80px 0 30px;

color:#fff;

}

.footer-title{

font-size:30px;

font-weight:700;

margin-bottom:20px;
    color:#fff;

}

.footer-heading{

font-size:22px;

margin-bottom:25px;

color:#D4A24A;

}

.footer-text{

line-height:30px;

color:#ddd;

}

.social-icons{

margin-top:25px;

}

.social-icons a{

width:48px;

height:48px;

display:inline-flex;

align-items:center;

justify-content:center;

background:rgba(255,255,255,.08);

border-radius:50%;

margin-right:10px;

color:#fff;

font-size:18px;

transition:.4s;

text-decoration:none;

}

.social-icons a:hover{

background:#D4A24A;

color:#392973;

transform:translateY(-5px);

}

.footer-links{

padding:0;

list-style:none;

}

.footer-links li{

margin-bottom:15px;

}

.footer-links a{

color:#ddd;

text-decoration:none;

transition:.3s;

}

.footer-links a:hover{

color:#D4A24A;

padding-left:8px;

}

.footer-contact p{

margin-bottom:18px;

line-height:28px;

color:#ddd;

}

.footer-contact i{

width:28px;

color:#D4A24A;

}

.book-btn{

display:inline-block;

padding:14px 35px;

background:#D4A24A;

color:#392973;

border-radius:50px;

font-weight:700;

text-decoration:none;

transition:.3s;

}

.book-btn:hover{

background:#fff;

color:#392973;

}

.map-btn-footer{

display:inline-block;

padding:12px 28px;

border:2px solid #D4A24A;

color:#D4A24A;

border-radius:50px;

text-decoration:none;

transition:.3s;

}

.map-btn-footer:hover{

background:#D4A24A;

color:#392973;

}

.footer-line{

margin:55px 0 25px;

border-color:rgba(255,255,255,.15);

}

.footer-bottom{

display:flex;

justify-content:space-between;

flex-wrap:wrap;

}

.footer-bottom p{

margin:0;

color:#ddd;

}

.footer-bottom span{

color:#D4A24A;

font-weight:600;

}

@media(max-width:768px){

.footer-bottom{

text-align:center;

justify-content:center;

gap:12px;

}

}





/* --- Sticky Left Container Layout --- */
.sticky-left-actions {
    position: fixed;
    left: 20px;
    bottom: 40px; /* Positions them easily accessible at the bottom-left screen space */
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 99999; /* Ensures buttons sit perfectly over sliders and background frames */
}

/* Individual Icon Asset Button Configurations */
.sticky-action-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.4rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Color Definitions */
.whatsapp-sticky {
    background-color: #25d366;
}

.reserve-sticky {
    background-color: #b3924e; /* Premium Hotel Gold matching Navaratna Palace styling */
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Slide-out Text Label Element on Hover */
.sticky-action-btn .btn-label {
    position: absolute;
    left: 60px; /* Flips text outwards dynamically toward the right */
    background: #1e1e1e;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 6px 14px;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

/* Simple CSS micro-arrow pointing to the button icon */
.sticky-action-btn .btn-label::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent #1e1e1e transparent transparent;
}

/* Hover State Interactions */
.sticky-action-btn:hover {
    transform: scale(1.08) translateY(-2px);
}

.sticky-action-btn:hover .btn-label {
    opacity: 1;
    transform: translateX(0);
}

/* Change background colors smoothly on pointer hover actions */
.whatsapp-sticky:hover {
    background-color: #20ba5a;
}

.reserve-sticky:hover {
    background-color: #1e1e1e; /* Swaps to dark slate on hover activity */
}

/* Mobile Screen Proportional Adjustments */
@media (max-width: 600px) {
    .sticky-left-actions {
        left: 15px;
        bottom: 30px;
        gap: 10px;
    }

    .sticky-action-btn {
        width: 44px;
        height: 44px;
        font-size: 1.2rem;
    }
    
    /* Disables text hover popups on touchscreens to prevent accidental layout overlaps */
    .sticky-action-btn .btn-label {
        display: none !important;
    }
}
