.swiper {
    width: 100vw;
    height: 100vh;
}

.swiper .swiper-slide img {
    width: 100%;
    object-fit: contain;
}

a {
    text-decoration: none;
}
.room-card-title span{font-size: 50px; line-height: 20px;}
.swiper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    z-index: 9;
}

.default-btn a {
    display: inline-block;
    background-color: var(--accent-color);
    color: #fff !important;
    border-radius: 50px;
    padding: 15px 25px;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid var(--accent-color);
    transition: 0.3s;
}

.default-btn a:hover {
    background-color: transparent;
    color: var(--accent-color) !important;
}

.default-btn-outline a {
    display: block;
    background-color: #fff;
    color: #222 !important;
    border-radius: 50px;
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    border: 2px solid var(--accent-color);
    transition: 0.3s;
}

.default-btn-outline a:hover {
    background-color: var(--accent-color);
    color: #fff !important;
}

.navbar-brand img {
    max-width: 75px;
    filter: brightness(0) invert(1);
}

.header-scrolled .navbar-custom {
    padding: 0;
}

.header-scrolled .navbar-custom .navbar-brand img {
    max-width: 70px;
    filter: none;
}

.swiper-button-prev,
.swiper-button-next {

    color: #fff;
}

.swiper-button-next {
    right: 30px !important;
}

.btn-primary-custom.btn-bg-white {
    color: #222;
    background: #fff;
}

.btn-primary-custom.btn-bg-white:hover {
    color: #fff;
    background-color: var(--accent-color);
}

.footer {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/bg/2.webp);
    background-position: center;
    background-size: cover;
}

.footer-container {
    padding: 50px 0 100px;
}

.footer-container .footer-logo {
    display: flex;
    justify-content: center;
}

.footer-container .footer-logo img {
    max-width: 100px;
    filter: brightness(0) invert(1);
}

.f-nav-link,
.f-contact-container,
.f-social-links {
    display: flex;
    justify-content: center;
}

.f-contact-container {
    margin: 20px 0;
}

.f-nav-link ul,
.f-contact-container ul,
.f-social-links ul {
    display: flex;
    column-gap: 20px;
    list-style: none;
}

.f-nav-link ul li a,
.f-contact-container ul li a,
.f-social-links ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;

}

.f-social-links ul li a {
    display: flex;
    align-items: center;
}

.f-social-links ul li a span {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    margin-right: 10px;
}

.f-social-links ul li a span.facebook {
    background-color: #1877F2;

}

.f-social-links ul li a span.instagram {
    background-color: #E4405F;

}

.f-social-links ul li a span.youtube {
    background-color: #CD201F;

}

.f-social-links ul li a span.whatsapp {
    background-color: #25D366;

}

/* contact form start */
.contact-container {

    background-image: linear-gradient(to right, rgba(0, 0, 0, .9), transparent), url(../img/bg/1.webp);
    padding: 50px 0;
    background-position: center;
    background-size: cover;
}

.contact-heading h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    color: #fff;
    font-size: 60px;
    line-height: 1.116em;
    /* margin: 25px 0; */
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.form-container .form-field {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 20px;
    padding: 13px 25px;
    font-family: inherit;
    font-size: 15px;
    line-height: 24px;
    font-weight: inherit;
    color: #222;
    background-color: #fff;
    border: 1px solid #bdb5aa;
    border-radius: 0;
    outline: 0;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out,
        border-color 0.2s ease-out;
    -o-transition: color 0.2s ease-out, background-color 0.2s ease-out,
        border-color 0.2s ease-out;
    transition: color 0.2s ease-out, background-color 0.2s ease-out,
        border-color 0.2s ease-out;
}

.form-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    line-height: 3.333em;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
        border-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
        border-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
        border-color 0.3s ease-in-out;
    padding: 5px 38px;
    color: #fff;
    background-color: var(--accent-color);
    border: 1px solid var(--accent-color);
    cursor: pointer;
}

.form-btn:hover {
    background-color: #fff;
    color: #fff;
    border-color: #fff;
}

/* contact form end */

h1.heading-one {
    font-size: 55px;
    font-weight: 600;
}

h6.sub-heading {
    padding: 5px 20px;
    color: #fff;
    display: inline-block;
    background-color: var(--accent-color);
    border-radius: 15px;
}

p.border-left {
    margin-top: 20px;
    border-left: 5px solid var(--accent-color);
    padding-left: 15px;
}

.our-features {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/bg/2.webp);
    padding: 50px 0;
    background-position: center;
    background-size: cover;
}

.feature-box h4 {
    font-weight: 600;
}

.certificate-box {
    border: 2px solid var(--accent-color);
}


/* ==================== SINGLE ROOM DETAILS PAGE ==================== */

/* Image Gallery Collage */
.room-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 200px);
    gap: 15px;
}

.gallery-item {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* Make the first image larger */
.gallery-item:first-child {
    grid-row: span 2;
    /* Spans two rows */
    grid-column: span 1;
}

/* Room Price & Info */
.room-price {
    font-size: 2rem;
    font-weight: 700;
    color: var(--accent-color);
}

.room-quick-info {
    display: flex;
    gap: 30px;
    margin: 20px 0;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.quick-info-item {
    color: #555;
}

.quick-info-item i {
    margin-right: 8px;
    color: var(--primary-color);
}

/* Amenities List */
.amenities-list {
    list-style: none;
    padding: 0;
    column-count: 2;
    /* Creates two columns */
    column-gap: 20px;
}

.amenities-list li {
    margin-bottom: 12px;
    color: #333;
}

.amenities-list i {
    color: var(--accent-color);
    margin-right: 10px;
}

/* --- STICKY BOOKING FORM SIDEBAR --- */
.booking-sidebar {
    position: -webkit-sticky;
    /* For Safari */
    position: sticky;
    top: 120px;
    /* Adjust based on your sticky header's height */
}

.booking-sidebar-form {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.booking-sidebar-form h4 {

    font-size: 40px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.booking-sidebar-form .form-label {
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 5px;
}

.booking-sidebar-form .form-control {
    background-color: #f8f9fa;
    border: 1px solid #eee;
}

.gallery-section {
    background-color: #fff !important;
}

.room-book-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

#room-book .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
}

/* list of service */

/* .services-section {
    max-width: 1100px;
    margin: 40px auto;
    padding: 20px;
} */
.services-section {
    margin-top: 30px;
}

.services-section h2 {
    /* text-align: center; */
    margin-bottom: 40px;
    color: #222;
    letter-spacing: 1px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.service-card {
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.service-icon {
    font-size: 36px;
    color: var(--accent-color);
    margin-bottom: 15px;
}

.brand-icons i {
    font-size: 28px;
    margin: 0 6px;
}

/* .zomato {
    color: #E23744;
}

.swiggy {
    color: #FC8019;
} */

.service-card p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin: 0;
}

.swiper-pagination {
    display: none;
}

.nav-close-btn {
    display: none;
}

.f-social-links.mobile-social-link {
    display: none;
}

.more-gallery-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.more-gallery-img::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 9;

}

/* 


.more-gallery-img::after {
    content: '\2b';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    pointer-events: all;
    z-index: 10;

} */

/* .more-gallery-img a,
.more-gallery-img a img {
    border-radius: 10px;
    overflow: hidden;
} */

.more-gallery-img .gallery-zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    z-index: 9999;
}

.video-thumb {
    position: relative;
}

.video-thumb img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    font-size: 28px;
    text-decoration: none;
}

.mfp-bg {
    background: rgba(0, 0, 0, 0.85);
}

.mfp-content {
    max-width: 900px;
}

.review-section {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/gallery/25.webp);
    padding: 50px 0;
    background-position: bottom;
    background-size: cover;
}

.review-section * {
    color: #fff;
}

.swiperReview {
    width: 100vw;
    height: 300px;
}

/* .swiperReview .swiper-slide {
    width: 100% !important;
} */


.swiperReview .guest-review-card i {
    color: #fff !important;
    font-size: 40px;
}

.swiperReview .guest-review-card p {
    font-size: 35px;
    text-align: center;
}

.swiperReview .guest-review-card small {
    font-size: 20px;
    font-weight: 300 !important;
}

.swiperReview .guest-review-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    max-width: 68%;
}

.room-content-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* terms and condition section start */
.terms-and-condition-section {
    margin: 50px 0;
}

.terms-and-condition-section h1 {
    text-align: center;
    margin-bottom: 30px;
    color: #222;
    font-size: 35px;
}

.terms-and-condition-section h2 {
    margin-top: 25px;
    font-size: 28px;
    color: #222;
    font-weight: bold;

}

.terms-and-condition-section p {
    margin: 10px 0;
    text-align: justify;
}

.terms-and-condition-section ul {
    margin: 10px 0 10px 20px;
}

.terms-and-condition-section li {
    margin-bottom: 8px;
}

.terms-and-condition-section .intro {
    margin-bottom: 20px;
}

/* terms and condition section end */
/* Responsive */

@media(max-width:1300px) {
    .swiperReview .guest-review-card {
        max-width: 83%;
    }
}

@media (max-width: 900px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .room-content-details {
        flex-direction: column;
    }

    .room-gallery-grid.mb-5 {
        margin-bottom: 10px !important;
    }

    .room-content-details h2 {
        font-size: 30px;
    }

    .room-quick-info {

        flex-wrap: wrap;
    }

    .header-scrolled .nav-link {
        color: #fff !important;
    }

    .swiperReview .guest-review-card i {
        color: #fff !important;
        font-size: 36px;
    }

    .swiperReview .guest-review-card p {
        font-size: 16px;
        text-align: center;
    }

    .swiperReview .guest-review-card small {
        font-size: 13px;
        font-weight: 300 !important;
    }

    .swiperReview .guest-review-card {

        max-width: 90%;
    }

    .whatsapp-button {
        position: fixed;
        bottom: 55px;
        left: 13px;
        z-index: 99;
        background-color: #25d366;
        border-radius: 50px;
        color: #ffffff;
        text-decoration: none;
        width: 35px;
        height: 35px;
        font-size: 24px;

    }

    .back-to-top {
        bottom: 52px;

    }

    .footer-bottom p {
        font-size: 12px;
    }

    .contact-info-list i {
        min-width: 20px;
    }

    .f-nav-link ul li a,
    .f-contact-container ul li a,
    .f-social-links ul li a {

        font-size: 13px;
    }



    .f-contact-container.footer-contact-info {
        display: none;
    }

    .room-card-title {

        font-size: 1.6rem;
        color: #222;
    }

    .contact-form-block {
        padding: 20px;
    }

    .contact-form-block .form-btn {
        padding: 10px 20px;
        width: 100%;
    }

    .nav-close-btn {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 999;
    }

    .btn-nav-book {
        margin-top: 10px;
    }
    .navbar-nav {
        padding-top: 0px;
        margin-bottom: 20px;
    }

    .navbar-nav.align-items-center {
        align-items: flex-start !important;
    }

    .f-social-links.mobile-social-link {
        display: block;
    }

    .f-social-links.mobile-social-link ul {
        display: flex;
        column-gap: 20px;
        flex-wrap: wrap;
        list-style: none;
        row-gap: 10px;
        padding-left: 0;
    }

    .f-social-links.mobile-social-link ul li {
        width: 100%;
        margin: 10px 0 5px;
    }

    .nav-link {

        margin: 10px;
    }

    .nav-close-btn a {
        font-size: 50px;
        color: #fff;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .swiper .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-section {
        height: 100vh;
    }

    .hero-btns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .navbar-brand img {
        max-width: 60px;
    }

    .btn-primary-custom {

        padding: 10px;
        font-size: 14px;
    }

    h1.heading-one {
        font-size: 32px;
        font-weight: 600;
    }

    .swiper-pagination {
        display: block;
        position: absolute;
        bottom: 54px !important;
        z-index: 999999999;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }


    .swiper-pagination-bullet {
        background: var(--swiper-pagination-bullet-inactive-color, #fff);
        border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
        display: inline-block;
        height: 10px;
        opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
        width: 10px;
        outline: 1px solid #fff;
        opacity: 1;
        outline-offset: 1px;
    }

    .swiper-pagination-bullet-active {
        background-color: var(--accent-color);
    }

    .scroll-down {

        bottom: 130px;
    }

    .img-main {
        width: 100%;
    }

    .img-collage {
        position: relative;
        padding-left: 0px;
        padding-bottom: 0;
    }

    .page-header-content h1 {
        font-size: 2rem;
    }

    .f-nav-link ul,
    .f-contact-container ul,
    .f-social-links ul {
        display: flex;
        column-gap: 20px;
        flex-wrap: wrap;
        list-style: none;
        row-gap: 10px;
        padding: 0 12px;
    }

    .f-social-links ul {
        column-gap: 10px;
        margin: 0;
    }

    .footer-container {
        padding: 50px 0;
    }

    .room-card-content {
        padding: 15px;
    }

    .room-features {

        gap: 10px;
        flex-wrap: wrap;
    }

    .room-card-footer {
        padding: 10px;
        margin-top: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        max-width: 100%;
    }

    .default-btn-outline a,
    .btn-book-now {

        padding: 15px;
    }

    .room-book-container {

        grid-template-columns: repeat(1, 1fr);
    }

    .room-book-img {
        display: none;
    }

    .booking-sidebar-form {

        padding: 10px;
    }

    .modal-body {
        position: relative;
        flex: 1 1 auto;
        padding: 10px;
    }

    .contact-info-block {

        padding: 10px;
    }
}

/* ==================== PREMIUM FOOTER REDESIGN ==================== */

.footer-premium {
    background-color: #1a1a1a;
    color: #b0b0b0;
    font-size: 0.9rem;
    padding-top: 80px;
    position: relative;
}

.footer-widget {
    margin-bottom: 40px;
}

.footer-logo img {
    max-width: 150px;
    margin-bottom: 20px;
}

.footer-heading {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    position: relative;
}

.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 35px;
    height: 2px;
    background-color: var(--accent-color); /* Uses your gold accent color */
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #b0b0b0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--accent-color);
    padding-left: 8px;
}

.footer-social-links a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #444;
    border-radius: 50%;
    color: #b0b0b0;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.footer-social-links a:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: #fff;
    transform: scale(1.1);
}

.footer-bottom {
    background-color: #0d0d0d;
    padding: 25px 0;
    font-size: 0.8rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* --- FLOATING ACTION BUTTONS (FABs) --- */

.fab-button {
    position: fixed;
    right: 30px;
    z-index: 1000;
    background-color: #25d366; /* WhatsApp Green */
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    text-decoration: none;
    transition: all 0.3s ease;
}
.fab-button:hover {
    transform: scale(1.1);
    color: #fff;
}

/* Position for WhatsApp button */
.fab-whatsapp {
    bottom: 30px;
}

/* Position and color for Call button */
.fab-call {
    bottom: 95px; /* 30px (bottom) + 55px (whatsapp height) + 10px (gap) */
    background-color: #8e44ad; /* Purple */
}

/* ==================== FAQ SECTION (HOMEPAGE) ==================== */

.faq-section {
    background-color: #f8f9fa; /* Light grey background */
    padding: 100px 0;
}

.faq-title-block h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    color: #2c3e50;
    margin-bottom: 15px;
}

.faq-title-block p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.7;
}

/* Custom Accordion Styling */
.faq-accordion .accordion-item {
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px !important; /* Force radius */
    margin-bottom: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    overflow: hidden; /* Important for border-radius */
}

.faq-accordion .accordion-button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.05rem;
    color: #2c3e50;
    background-color: #fff;
    padding: 20px;
    border: none;
    text-align: left;
    width: 100%;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

/* Style for the open/active question */
.faq-accordion .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #2c3e50; /* Dark blue when open */
}

/* Custom Icon (Plus/Minus) */
.faq-accordion .accordion-button::after {
    font-family: "Font Awesome 6 Free";
    content: '\f067'; /* Font Awesome Plus Icon */
    font-weight: 900;
    background-image: none; /* Remove default Bootstrap icon */
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    content: '\f068'; /* Font Awesome Minus Icon */
    transform: rotate(180deg);
}

.faq-accordion .accordion-body {
    padding: 20px;
    font-size: 0.95rem;
    color: #555;
    background-color: #fff;
}