/* Custom CSS */

/* Header Logo Size: 50px on mobile/tablet, bigger on desktop */
.header-logo-img {
    height: 50px;
    width: auto;
}

@media (min-width: 1200px) {
    .header-logo-img {
        height: 60px;
        width: auto;
    }
}

/* Fix: Reduce white space below About section images on homepage (desktop only) */
@media (min-width: 1200px) {

    .home-about .about-three__img-2,
    .reservations-about .about-three__img-2 {
        bottom: -210px !important;

    }

    .home-about .about-three__experience,
    .reservations-about .about-three__experience {
        top: 90px !important;
    }
}

.pt-60 {
    padding-top: 40px !important;
}



/* Reduce Banner bottom space to close gap with About section */
.banner-two {
    padding-bottom: 60px !important;
}

.home-about .section-title {
    margin-bottom: 15px !important;
    /* Even smaller gap below 'Why Stay...' */
}

.section-title__tagline-box a {
    display: inline-block;
    cursor: pointer;
}

.section-title__tagline-box a:hover .section-title__tagline {
    color: var(--hotelux-base) !important;
    opacity: 0.8;
}

.video-two .container {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

#video-andheri {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.video-two__inner {
    min-height: 600px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 20px !important;
}


.page-header__inner {
    padding: 170px 0 !important;
    text-align: center !important;
}

.page-header__inner p,
.banner-two__sub-title,
.video-two__sub-title {
    font-size: 40px !important;
}

/* 20px space between title and subtitle */
.page-header__inner h3,
.banner-two__sub-title,
.video-two__sub-title {
    margin-bottom: 20px !important;
}

.page-header__inner p,
.banner-two__title,
.video-two__title {
    margin-top: 0 !important;
}

@media (max-width: 767px) {

    .page-header__inner p,
    .banner-two__sub-title,
    .video-two__sub-title {
        font-size: 18px !important;
    }
}

.page-header--reservations .page-header__inner {
    padding: 60px 0 !important;
}

.video-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .w-100-mobile {
        width: 100% !important;
    }

    .video-two__inner {
        min-height: 400px !important;
        padding: 60px 20px !important;
    }
}

.section-title__title.mb-30 {
    margin-bottom: 30px;
}

.map-container {
    width: 100%;
    height: 450px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.map-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Room List */
.room-list {
    padding: 40px 0 0;
}

/* Room Details */
.room-details {
    padding: 50px 0 50px;
}

/* Page Headers */
/* Page Headers */
.page-header__bg--amenities {
    background-image: url(../../images/features/Lalco_Residency_Swimming_Pool_Aminities_Page.jpg);
}

.page-header__bg--services {
    background-image: url(../../images/features/Lalco_Residency_Services_Page.webp);
}

.page-header__bg--mumbai {
    background-image: url(../../images/mumbai/Lalco_Residency_Mumbai.webp);
}

.page-header__bg--reservations {
    background-image: url(../../images/reservations/Lalco_Residency_Reservations_Page.webp);
}

.page-header__bg--food-beverage {
    background-image: url(../../images/features/Lalco_Cafe_Food_Beverage_Page.webp);
}

.page-header__bg--contact {
    background-image: url(../../images/contact_us/Lalco_Residency_Contact_Us);
}

/* Food & Beverage */
.fb-banner {
    max-height: 500px;
    object-fit: cover;
}

.about-two__text--centered {
    max-width: 800px;
}

/* Mumbai Page */
.place-title {
    font-family: 'Playfair Display', serif;
}

/* Contact Us */
.contact-info__address {
    font-size: 18px;
    line-height: 1.4;
}

/* Header Dropdown Overrides (Desktop Only) */
@media (min-width: 1200px) {

    /* Improved Dropdown Styling */
    .main-header-three .main-menu .main-menu__list>li>ul,
    .stricky-header .main-menu__list>li>ul {
        min-width: 220px !important;
        width: auto !important;
        padding: 0 !important;
        border-radius: 0 !important;
        /* Clean square edges as requested */
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
        border: none !important;
        /* Visually "attaches" the menu to the header */
        background: #fff !important;
        margin-top: 0px !important;
        transition: all 0.3s ease !important;
        overflow: hidden;
    }

    .main-header-three .main-menu .main-menu__list>li>ul>li,
    .stricky-header .main-menu__list>li>ul>li {
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        border-bottom: 1px solid #f1f1f1 !important;
        /* Subtle separate line */
    }

    .main-header-three .main-menu .main-menu__list>li>ul>li:last-child,
    .stricky-header .main-menu__list>li>ul>li:last-child {
        border-bottom: none !important;
    }

    .main-header-three .main-menu .main-menu__list>li>ul>li>a,
    .stricky-header .main-menu__list>li>ul>li>a {
        font-size: 18px !important;
        font-weight: 500 !important;
        padding: 14px 25px !important;
        color: #191628 !important;
        border-radius: 0 !important;
        display: block !important;
        text-transform: capitalize !important;
        line-height: 1.4 !important;
        transition: all 0.3s ease !important;
    }

    .main-header-three .main-menu .main-menu__list>li>ul>li>a:hover,
    .stricky-header .main-menu__list>li>ul>li>a:hover {
        background-color: #f8f9fa !important;
        color: #002356 !important;
        padding-left: 30px !important;
        /* Subtle slide effect on hover */
    }

    .main-header-three .main-menu .main-menu__list>li>ul>li>a::before,
    .stricky-header .main-menu__list>li>ul>li>a::before {
        display: none !important;
    }

    /* Room Details Tab Thumbnails Uniform Size */
    .room-details__main-tab-img {
        width: 100% !important;
        max-width: 215px !important;
        aspect-ratio: 3 / 2 !important;
        overflow: hidden;
        position: relative;
        display: block;
    }

    .room-details__main-tab-img img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block;
    }
}

/* Responsive fixes for Room Details Extra Services */
.room-details__extra-services {
    flex-wrap: wrap !important;
    height: auto !important;
    /* Override fixed height if any */
}

.room-details__services-1 {
    flex-wrap: wrap !important;
}

.room-details__extra-services-text {
    flex-wrap: wrap !important;
    height: auto !important;
}

.room-details__extra-services-text>span {
    flex: 0 1 auto !important;
    /* Allow shrinking but prefer content width */
    height: auto !important;
    white-space: normal !important;
    /* Allow text wrapping */
    padding: 8px 12px !important;
    line-height: 1.5 !important;
    text-align: center;
    margin-bottom: 5px;
    /* Add space for wrapped items */
    display: inline-flex !important;
    /* Ensure flex behavior */
    min-height: 40px;
    /* Minimum height for consistency */
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .room-details__extra-services {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .room-details__services-1 {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 5px;
    }

    .room-details__extra-services-text {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .room-details__extra-services-text>span {
        width: 100%;
        text-align: left;
        justify-content: flex-start;
    }
}

/* Footer Hover Color FIX */
.site-footer-three .footer-widget-three__link li a:hover,
.site-footer-three .footer-widget-three__contact li .content p a:hover,
.site-footer-three .site-footer-three__bottom-menu li a:hover,
.site-footer-three .site-footer-three__bottom-text a:hover {
    color: #00FFFF !important;
    /* Bright Cyan */
}

/* Social icons hover fix */
.site-footer-three__social a:hover {
    color: #002356 !important;
    /* Dark blue text/icon on cyan background */
}

.site-footer-three__social a:hover::after {
    background-color: #00FFFF !important;
    opacity: 1 !important;
}

/* Remove tagline line animation and keep simple line */
.section-title__tagline::after,
.pricing-one__bdr::after,
.download-app-one__inner .section-title__tagline::after,
.why-choose-two__left .section-title__tagline::after,
.contact-one__left .section-title__tagline::after,
.contact-two__inner .section-title__tagline::after {
    display: none !important;
}

/* Ensure the tagline line is visible and solid */
.section-title__tagline:before {
    bottom: -4px !important;
    display: block !important;
    opacity: 1 !important;
    background-color: var(--hotelux-base) !important;
}

/* Remove text reveal animations (GSAP) */
.title-animation,
.sec-title-animation {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

.title-animation *,
.sec-title-animation * {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

/* Disable scroll-triggered animations (WOW) */
.wow {
    animation-name: none !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Disable continuous floating/pulsing animations */
.pulse,
.rotateme,
.rotate-me,
.float-bob,
.float-bob-y,
.float-bob-x,
.img-bounce,
.footertree {
    animation: none !important;
    transform: none !important;
}

@keyframes blink-animation {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.blink-btn {
    animation: blink-animation 1.5s infinite ease-in-out;
    display: inline-block;
}

.btn-black-border,
.blink-btn {
    background-color: #002356 !important;
    /* Original Blue */
    color: #ffffff !important;
    border: 2px solid #000 !important;
    /* Original Black Border */
    transition: all 0.4s ease-in-out !important;
}

.btn-black-border:hover,
.blink-btn:hover {
    color: #ffffff !important;
    /* Maintain white/clear text */
    background-color: #b8860b !important;
    /* Gold background on hover */
}

.btn-black-border::before,
.btn-black-border::after,
.blink-btn::before,
.blink-btn::after {
    background-color: #b8860b !important;
    /* Gold hover effect background */
}

/* Global Font Size Adjustment - 20px for all standard text and smaller headings */
body,
p:not(.page-header__inner p):not(.banner-two__sub-title):not(.video-two__sub-title),
li,
label,
input,
textarea,
td,
th,
blockquote,
address,
time,
strong,
em,
b,
i,
small,
h4,
h5,
h6,
.thm-btn,
/* Broadly target divs, spans, and links at 20px, excluding large titles and 40px summary text */
div:not(h1):not(h2):not(h3):not(h1 *):not(h2 *):not(h3 *):not(.section-title__title):not(.section-title__title *):not(.banner-two__title):not(.banner-two__title *):not(.video-two__title):not(.video-two__title *):not(.page-header__inner p):not(.banner-two__sub-title):not(.video-two__sub-title):not(.booking_wrapper):not(.booking_wrapper *),
span:not(h1):not(h2):not(h3):not(h1 *):not(h2 *):not(h3 *):not(.section-title__title):not(.section-title__title *):not(.banner-two__title):not(.banner-two__title *):not(.video-two__title):not(.video-two__title *):not(.page-header__inner p):not(.banner-two__sub-title):not(.video-two__sub-title):not(.booking_wrapper):not(.booking_wrapper *),
a:not(h1):not(h2):not(h3):not(h1 *):not(h2 *):not(h3 *):not(.section-title__title):not(.section-title__title *):not(.banner-two__title):not(.banner-two__title *):not(.video-two__title):not(.video-two__title *):not(.page-header__inner p):not(.banner-two__sub-title):not(.video-two__sub-title):not(.booking_wrapper):not(.booking_wrapper *) {
    font-size: 18px !important;
}

/* Fix size for main icon section */
.icon .icon-24-7,
.icon .icon-24-7::before,
.icon .icon-icon-15154409,
.icon .icon-icon-15154409::before,
.icon .icon-coffee-cup,
.icon .icon-coffee-cup::before,
.icon .icon-star,
.icon .icon-star::before {
    font-size: 40px !important;
    line-height: 1 !important;
}

/* Fix size for counter icons */
.counter-one__icon span,
.counter-one__icon span::before {
    font-size: 40px !important;
    line-height: 1 !important;
}

/* Booking Widget Font Size Fix - Reduced to 15px */
body .booking_wrapper,
body .booking_wrapper * {
    font-size: 13px !important;
}

/* Page Header Summary / Subtitle Text - 40px */
.page-header__inner p,
.banner-two__sub-title,
.video-two__sub-title {
    font-size: 40px !important;
    line-height: 1.2 !important;
}

/* Ensure all cards in the amenities/services carousel have the same height and proper alignment */
.services-one__carousel .swiper-slide,
.our-rooms__carousel .swiper-slide {
    height: auto !important;
    display: flex !important;
}

.services-one__carousel .services-one__single,
.our-rooms__carousel .our-rooms__single {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    width: 100% !important;
    margin-bottom: 0 !important;
}

.services-one__carousel .services-one__img img,
.our-rooms__carousel .our-rooms__img img {
    height: 280px !important;
    width: 100% !important;
    object-fit: cover !important;
}

.services-one__carousel .services-one__content,
.our-rooms__carousel .our-rooms__content {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    padding-top: 2rem !important;
}

.services-one__carousel .services-one__title {
    margin-bottom: 15px !important;
}

.services-one__carousel .services-one__text,
.our-rooms__carousel .our-rooms__details-list {
    flex-grow: 1 !important;
    margin-bottom: 0 !important;
}

/* Blog Page & Home News Uniform Sizing */
.blog-one__img,
.blog-three__img {
    width: 100%;
    height: 280px !important;
    overflow: hidden;
    position: relative;
}

.blog-one__img img,
.blog-three__img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
}

/* Title alignment */
.blog-one__title,
.blog-three__title {
    min-height: 2.8em;
    margin-top: 15px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Pagination Styling */
.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.page-btn {
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    color: #111827;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s ease;
}

.page-btn:hover,
.page-btn.active {
    background: #002356 !important;
    color: #ffffff !important;
    border-color: #002356 !important;
}

/* Date Badges Styling */
.blog-one__date,
.blog-three__date {
    position: absolute;
    right: 15px;
    bottom: 15px;
    top: auto !important;
    background-color: #002356;
    color: #ffffff;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    z-index: 5;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    min-width: 60px;
    height: auto !important;
}

.blog-one__date p,
.blog-three__date p {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    font-weight: bold !important;
    margin: 0 !important;
    line-height: 1 !important;
    font-size: 22px !important;
}

.blog-one__date p span,
.blog-three__date p span {
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: normal !important;
    margin-top: 4px !important;
}

.page-btn.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.page-header__bg--room1 {
    background-image: url(../../images/room1_details/Lalco_Residency_1BHK_Living_Room.jpg);
}

.page-header__bg--room2 {
    background-image: url(../../images/room2_details/Lalco_Residency_2BHK_Livingroom.jpg);
}

.page-header__bg--room3 {
    background-image: url(../../images/room3_details/Lalco_Residency_3BHK_Livingroom.webp);
}

.page-header__bg--room4 {
    background-image: url(../../images/room4_details/Lalco\ Residency_4BHK_Living_Room.webp);
}

.page-header__bg--room5 {
    background-image: url(../../images/room5_details/Lalco_Residency_5BHK_Living_Room.jpg);
}

.page-header__bg--room6 {
    background-image: url(../../images/room6_details/Lalco_Residency_6BHK_Living_Room_01.jpg);
}

.page-header__bg--terms {
    background-image: url(../../images/terms_condition_policy_page);
}

.counter-bg--swimming-pool {
    background-image: url(../../images/gallary/Lalco_Residency_6BHK_Common_Bedroom_01.webp);
}

.page-header__bg--extended-stay {
    background-image: url(../../images/extended_stay/Lalco_Residency_Extended_Stay_Page.webp);
}

.page-header__bg--gallery {
    background-image: url(../../images/gallary/Lalco_Residency_Amenities_Clubhouse.webp);
}

.page-header__bg--features {
    background-image: url(../../images/features/LR_Exterior.jpg);
    background-position: center top !important;
}

.page-header__bg--room-list {
    background-image: url(../../images/apartments/Lalco_Residency_Apartments_Page.webp);
}

.hide-content {
    display: none;
}

.services-one__icon-box {
    width: 80px;
    height: 80px;
    background-color: #002356 !important;
}

.gallery-img {
    height: 300px;
    object-fit: cover;
}

.img-overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.res-header-inner {
    padding: 180px 0 !important;
}

.res-img-width {
    width: 360px !important;
}


@media (max-width: 1200px) {
    .reservations-about .about-three__img-2 {
        position: relative !important;
        right: 0 !important;
        bottom: 0 !important;
        margin-top: 20px;
        border: none !important;
    }

    .reservations-about .about-three__experience {
        position: relative !important;
        right: 0 !important;
        top: 0 !important;
        margin-top: 20px;
    }

    .reservations-about .about-three__right {
        margin-top: 40px;
    }
}

/* HKN Quote Section */
.hkn-quote-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    color: #fff;

    z-index: 1;
}

.hkn-quote-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    /* Dark overlay */
    z-index: -1;
}

.hkn-quote-content h3 {
    line-height: 1.4;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

/* Image fix for jarallax background */
.hkn-quote-bg.jarallax-img {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    width: 100%;
    height: 100%;
}

/* Specific padding for Serving Our Guests section */
.about-three_v2 {
    padding-top: 40px;
}

/* Reduce gap between Serving Our Guests and Standards & Values */
.about-three_v2+.about-two.bg-light {
    padding-top: 40px !important;
    /* Reduced from 60px */
}

.about-three_v2 .section-title {
    margin-bottom: 36px !important;
    /* Reduced from 52px by 30% (52 * 0.7 = 36.4) */
}

@media (max-width: 768px) {
    .hkn-quote-section {
        padding: 60px 0;
        background-attachment: scroll;
        /* Better performance on mobile */
    }

    .hkn-quote-content h3 {
        font-size: 1.5rem !important;
    }

    .about-three_v2 .section-title {
        margin-bottom: 25px !important;
    }
}

/* =====================================
   ABOUT PAGE HEADER – ISOLATED FIX
   Does NOT affect other pages
===================================== */

/* About page section only */
.page-header--about {
    position: relative;
    overflow: hidden;
    min-height: 380px;
    /* mobile */
}

/* Background image layer */
.page-header--about .page-header__bg {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    /* keep faces */
    z-index: 0;
}

/* About page image */
.page-header--about .page-header__bg--about {
    background-image: url(../../images/gallary/Lalco_Residency_Reception.webp);
}

/* Dark overlay */
.page-header--about .page-header__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

/* Content above image */
.page-header--about .page-header__inner {
    position: relative;
    z-index: 2;
}

/* Desktop / Laptop only */
@media (min-width: 1200px) {
    .page-header--about {
        min-height: 600px;
    }

    .page-header--about .page-header__bg {
        background-position: center top;
    }
}

/* Features Page Grid */
.features-grid-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.feature-card {
    display: block;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    margin-bottom: 20px;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.feature-card__img-box {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.feature-card__img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.feature-card:hover .feature-card__img-box img {
    transform: scale(1.05);
}

.feature-card__title {
    padding: 20px;
    margin: 0;
    font-size: 24px !important;
    font-family: 'Playfair Display', serif;
    color: #1a1a1a !important;
    text-align: center;
    font-weight: 600 !important;
}

@media (max-width: 768px) {
    .features-grid-section {
        padding: 40px 0;
    }

    .feature-card__title {
        font-size: 20px !important;
        padding: 15px;
    }
}

/* Refined Features Grid Styling for professional card look */
.features-grid-section {
    background-color: #f7f7f7 !important;
    padding: 40px 0 !important;
}

.feature-card {
    display: flex !important;
    flex-direction: column !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    height: 100% !important;
    text-decoration: none !important;
    border: 1px solid rgba(0, 0, 0, 0.03) !important;
}

.feature-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1) !important;
}

.feature-card__img-box {
    width: 100% !important;
    aspect-ratio: 1.5 / 1 !important;
    overflow: hidden !important;
    margin: 0 !important;
    display: block !important;
}

.feature-card__img-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.6s ease !important;
}

.feature-card:hover .feature-card__img-box img {
    transform: scale(1.08) !important;
}

.feature-card__title {
    font-family: 'Playfair Display', serif !important;
    font-size: 24px !important;
    color: #1a1a1a !important;
    margin: 0 !important;
    padding: 22px 15px !important;
    font-weight: 600 !important;
    text-align: center !important;
    background: #ffffff !important;
    display: block !important;
    border-top: 1px solid rgba(0, 0, 0, 0.02) !important;
}

@media (max-width: 768px) {
    .features-grid-section {
        padding: 40px 0 !important;
    }

    .feature-card__title {
        font-size: 20px !important;
    }
}

/* Fix: Remove header logo curve on mobile view */
@media (max-width: 1199px) {

    .main-menu-three__logo,
    .main-menu-three__logo:before {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
}

@media (max-width: 768px) {
    .home-about .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .home-about img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
}

/* Force whole header background to be white */
.main-menu-three,
.main-menu-three__wrapper,
.main-menu-three__wrapper-inner,
.main-menu-three__wrapper-inner:before,
.main-menu-three__left,
.main-menu-three__left:before,
.main-menu-three__logo,
.main-menu-three__logo:before,
.main-menu-three__right,
.main-menu-three__right:before,
.main-menu-three__right-content,
.main-menu-three__right-content:before {
    background-color: #ffffff !important;
    background: #ffffff !important;
}

.stricky-header.main-menu-three {
    background-color: #ffffff !important;
}

.main-menu-three__main-menu-box {
    background-color: #ffffff !important;
}

/* Highly visible Horizontal Scroll for Room Thumbnails */
.room-details__main-tab-box .tab-buttons {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: scroll !important;
    /* Force scroll visibility */
    overflow-y: hidden !important;
    justify-content: flex-start !important;
    padding-bottom: 20px !important;
    margin-top: 20px !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: auto !important;
    scrollbar-color: #002356 #f1f1f1 !important;
    gap: 15px !important;
    width: 100% !important;
    list-style: none !important;
}

.room-details__main-tab-box .tab-buttons::-webkit-scrollbar {
    height: 12px !important;
    display: block !important;
}

.room-details__main-tab-box .tab-buttons::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border-radius: 10px !important;
    border: 1px solid #ddd !important;
}

.room-details__main-tab-box .tab-buttons::-webkit-scrollbar-thumb {
    background: #002356 !important;
    border-radius: 10px !important;
    border: 2px solid #f1f1f1 !important;
}

.room-details__main-tab-box .tab-buttons .tab-btn {
    flex: 0 0 auto !important;
    width: auto !important;
}

.room-details__main-tab-img {
    width: 180px !important;
    height: 120px !important;
    overflow: hidden !important;
    border-radius: 5px !important;
    position: relative !important;
    display: block !important;
}

.room-details__main-tab-img a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.room-details__main-tab-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    max-height: 120px !important;
    /* Extra forcing */
}

@media (max-width: 767px) {
    .room-details__main-tab-img {
        width: 110px !important;
        height: 80px !important;
    }

    .room-details__main-tab-img img {
        max-height: 80px !important;
    }

    .room-details__main-tab-box .tab-buttons {
        gap: 10px !important;
        padding-bottom: 20px !important;
        margin-top: 10px !important;
    }

    .room-details__img {
        margin-bottom: 0 !important;
        border-radius: 8px !important;
        overflow: hidden !important;
    }
}

/* Arrows on Main Image */
.room-details__img {
    position: relative;
    overflow: hidden;
}

.main-image-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    z-index: 20;
    pointer-events: none;
}

.main-image-nav button {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    color: #002356;
}

.main-image-nav button:hover {
    background: #002356;
    color: #fff;
}

.main-image-nav button i {
    font-size: 18px;
}

@media (max-width: 767px) {
    .main-image-nav button {
        width: 40px;
        height: 40px;
    }

    .main-image-nav button i {
        font-size: 16px;
    }

    .main-image-nav {
        padding: 0 10px;
    }
}

/* Remove Dark Shading Highlight on Image Hover */
/* Core image hover overlays for various sections */
.our-rooms__img::before,
.our-rooms-two__img::before,
.services-one__img::before,
.services-one__img:before,
.place-one__img::before,
.place-one__img:before,
.gallery-one__img::before,
.gallery-one__img:before,
.gallery-two__image::before,
.gallery-two__image:before,
.blog-one__img::before,
.blog-one__img:before,
.blog-two__img::before,
.blog-two__img:before,
.blog-three__img::before,
.blog-three__img:before,
.blog-list__img::before,
.blog-list__img:before,
.offer-one__img::before,
.offer-one__img:before,
.event-one__img::before,
.event-two__img::before,
.event-three__img::before,
.places-details__img::before,
.sidebar-post__img::before,
.feature-card__img-box::before,
.feature-card__img-box:before {
    display: none !important;
    opacity: 0 !important;
}

/* Explicitly disable the hover state transitions and visibility */
.our-rooms__single:hover .our-rooms__img::before,
.our-rooms-two__single:hover .our-rooms-two__img::before,
.services-one__single:hover .services-one__img::before,
.services-one__single:hover .services-one__img:before,
.place-one__single:hover .place-one__img::before,
.place-one__single:hover .place-one__img:before,
.gallery-one__single:hover .gallery-one__img::before,
.gallery-one__single:hover .gallery-one__img:before,
.gallery-two__single:hover .gallery-two__image::before,
.gallery-two__single:hover .gallery-two__image:before,
.blog-one__single:hover .blog-one__img::before,
.blog-one__single:hover .blog-one__img:before,
.blog-two__single:hover .blog-two__img::before,
.blog-two__single:hover .blog-two__img:before,
.blog-three__single:hover .blog-three__img::before,
.blog-three__single:hover .blog-three__img:before,
.blog-list__single:hover .blog-list__img::before,
.blog-list__single:hover .blog-list__img:before,
.offer-one__single:hover .offer-one__img::before,
.offer-one__single:hover .offer-one__img:before,
.event-two__single:hover .event-two__img::before,
.sidebar__post-single:hover .sidebar-post__img::before {
    opacity: 0 !important;
    display: none !important;
    transition: none !important;
}

/* Subscribe Button Fix: Match 'Book Now' Button and Use Golden Hover Background */
.footer-widget-three__newsletter-form .thm-btn::before,
.footer-widget-three__newsletter-form .thm-btn::after {
    background-color: #b8860b !important;
    /* Matches blink-btn Gold */
}

.footer-widget-three__newsletter-form .thm-btn:hover {
    color: #ffffff !important;
    background-color: #b8860b !important;
}