/* ============================================================
   Hotel Aashirwaad - Luxury Frontend Custom CSS
   Design: Modern Luxury, Glassmorphism, Gold & Navy Theme
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

:root {
    --primary-navy: #0D1B2A;
    --secondary-navy: #1B263B;
    --accent-gold: #D4AF37;
    --light-gold: #F3E5AB;
    --warm-champagne: #F5EBE0;
    --ivory-bg: #FAF8F5;
    --text-dark: #1E293B;
    --text-muted: #64748B;
    --border-color: rgba(212, 175, 55, 0.2);
    --glass-bg: rgba(255, 255, 255, 0.88);
    --glass-border: rgba(255, 255, 255, 0.3);
    --glass-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--text-dark);
    background-color: var(--ivory-bg);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .font-serif {
    font-family: 'Playfair Display', serif;
}

/* --- Top Bar --- */
.top-bar {
    background-color: var(--primary-navy);
    color: #E2E8F0;
    font-size: 0.82rem;
    line-height: 1.5;
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
    white-space: nowrap !important;
}
.top-bar a {
    color: #E2E8F0;
    text-decoration: none;
    white-space: nowrap !important;
    transition: color 0.3s ease;
}
.top-bar a:hover {
    color: var(--accent-gold);
}

/* --- Navigation & Header --- */
.navbar-glass {
    background: var(--glass-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    transition: all 0.4s ease;
    box-shadow: var(--glass-shadow);
}
.navbar-brand-title {
    font-family: 'Playfair Display', serif !important;
    font-weight: 700 !important;
    font-size: 1.35rem !important;
    color: var(--primary-navy) !important;
    letter-spacing: 0.5px;
    white-space: nowrap !important;
    display: inline-block !important;
}
.navbar-brand-title span {
    color: var(--accent-gold) !important;
}
.navbar .nav-link {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.88rem !important;
    color: var(--primary-navy) !important;
    margin: 0 4px !important;
    padding: 6px 10px !important;
    white-space: nowrap !important;
    display: inline-block !important;
    border-radius: 6px;
    text-transform: uppercase !important;
    background: transparent !important;
    transition: all 0.3s ease;
}
.navbar .nav-link:hover, .navbar .nav-link.active {
    color: var(--accent-gold) !important;
    background: transparent !important;
}
.btn-gold {
    background: linear-gradient(135deg, #D4AF37 0%, #AA7C11 100%);
    color: #ffffff !important;
    font-weight: 600;
    border: none;
    padding: 10px 24px;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    transition: all 0.3s ease;
}
.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.45);
    color: #ffffff;
}

/* --- Hero Carousel --- */
.hero-slider {
    position: relative;
}
.hero-slide-item {
    height: 80vh;
    min-height: 550px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to right, rgba(13, 27, 42, 0.85) 0%, rgba(13, 27, 42, 0.4) 100%);
    display: flex;
    align-items: center;
}
.hero-badge {
    display: inline-block;
    background: rgba(212, 175, 55, 0.2);
    border: 1px solid var(--accent-gold);
    color: var(--light-gold);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.hero-title {
    color: #ffffff;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
.hero-desc {
    color: #E2E8F0;
    font-size: 1.15rem;
    max-width: 650px;
    margin-bottom: 30px;
}

/* --- Quick Inquiry Booking Bar --- */
.booking-bar-wrapper {
    margin-top: -50px;
    position: relative;
    z-index: 100;
}
.booking-bar {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
}

/* --- Section Headers --- */
.section-subtitle {
    color: var(--accent-gold);
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}
.section-title {
    color: var(--primary-navy);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 16px;
}
.gold-divider {
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-gold), transparent);
    margin-bottom: 25px;
}

/* --- Cards & Luxury Styling --- */
.room-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
    transition: all 0.4s ease;
}
.room-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(13, 27, 42, 0.12);
    border-color: var(--accent-gold);
}
.room-img-wrapper {
    position: relative;
    overflow: hidden;
    height: 240px;
}
.room-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.room-card:hover .room-img-wrapper img {
    transform: scale(1.08);
}
.room-price-tag {
    position: absolute;
    bottom: 15px; right: 15px;
    background: var(--primary-navy);
    color: var(--accent-gold);
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.95rem;
    border: 1px solid var(--accent-gold);
}
.room-specs {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 0.82rem;
    color: var(--text-muted);
    margin: 12px 0;
}
.room-spec-item {
    background: var(--ivory-bg);
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.04);
}

/* --- Facility Card --- */
.facility-card {
    background: #ffffff;
    padding: 28px 20px;
    border-radius: 14px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
}
.facility-card:hover {
    background: var(--primary-navy);
    color: #ffffff;
    transform: translateY(-5px);
}
.facility-icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    background: rgba(212, 175, 55, 0.12);
    color: var(--accent-gold);
    font-size: 1.6rem;
    border-radius: 50%;
    margin: 0 auto 18px;
    transition: all 0.3s ease;
}
.facility-card:hover .facility-icon {
    background: var(--accent-gold);
    color: #ffffff;
}
.facility-card:hover h5, .facility-card:hover p {
    color: #ffffff;
}

/* --- Attraction Card --- */
.attraction-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.attraction-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}
.attraction-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.distance-badge {
    background: var(--accent-gold);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 12px;
    display: inline-block;
    margin-bottom: 8px;
}

/* --- Testimonials --- */
.testimonial-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    border-left: 4px solid var(--accent-gold);
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

/* --- Floating Buttons --- */
.floating-actions {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.float-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.4rem;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    text-decoration: none;
    transition: transform 0.3s ease;
}
.float-btn:hover {
    transform: scale(1.12);
    color: #ffffff;
}
.btn-call { background: #007bff; }
.btn-whatsapp { background: #25D366; }

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 90px;
    z-index: 999;
    width: 45px;
    height: 45px;
    background: var(--primary-navy);
    color: var(--accent-gold);
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--accent-gold);
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}
.back-to-top:hover {
    background: var(--accent-gold);
    color: #ffffff;
}

/* --- AI Chatbot Widget --- */
.chatbot-widget-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1000;
    background: linear-gradient(135deg, #0D1B2A 0%, #1B263B 100%);
    color: var(--accent-gold);
    border: 2px solid var(--accent-gold);
    padding: 12px 22px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}
.chatbot-widget-btn:hover {
    transform: scale(1.05);
    background: var(--accent-gold);
    color: var(--primary-navy);
}

.chatbot-box {
    position: fixed;
    bottom: 85px;
    right: 25px;
    width: 370px;
    max-width: 90vw;
    height: 520px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    border: 1px solid var(--border-color);
    z-index: 1001;
    display: none;
    flex-direction: column;
    overflow: hidden;
}
.chatbot-header {
    background: var(--primary-navy);
    color: #ffffff;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid var(--accent-gold);
}
.chatbot-body {
    flex: 1;
    padding: 15px;
    overflow-y: auto;
    background: #F8FAFC;
    font-size: 0.9rem;
}
.chat-msg {
    margin-bottom: 12px;
    max-width: 85%;
    padding: 10px 14px;
    border-radius: 12px;
    line-height: 1.4;
}
.chat-msg.bot {
    background: #ffffff;
    border: 1px solid #E2E8F0;
    color: var(--text-dark);
    border-bottom-left-radius: 2px;
}
.chat-msg.user {
    background: var(--primary-navy);
    color: #ffffff;
    margin-left: auto;
    border-bottom-right-radius: 2px;
}
.chatbot-quick-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}
.tag-btn {
    background: #ffffff;
    border: 1px solid var(--accent-gold);
    color: var(--primary-navy);
    font-size: 0.78rem;
    padding: 4px 10px;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.tag-btn:hover {
    background: var(--accent-gold);
    color: #ffffff;
}
.chatbot-footer {
    padding: 10px;
    background: #ffffff;
    border-top: 1px solid #E2E8F0;
    display: flex;
    gap: 8px;
}
.chatbot-footer input {
    border-radius: 20px;
    font-size: 0.88rem;
}

/* --- Footer --- */
.footer-dark {
    background: var(--primary-navy);
    color: #94A3B8;
    padding-top: 70px;
    padding-bottom: 30px;
    border-top: 3px solid var(--accent-gold);
}
.footer-dark h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}
.footer-dark h5::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0;
    width: 40px; height: 2px;
    background: var(--accent-gold);
}
.footer-dark a {
    color: #94A3B8;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer-dark a:hover {
    color: var(--accent-gold);
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 50px;
    padding-top: 25px;
    font-size: 0.88rem;
}

/* ============================================================
   PAGE-SPECIFIC CLASSES (replace inline styles)
   ============================================================ */

/* Gallery page images */
.gallery-img {
    height: 240px;
    object-fit: cover;
    width: 100%;
    display: block;
}

/* Rooms page card image */
.room-card-img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    display: block;
}

/* Contact page map wrapper */
.contact-map-wrapper {
    min-height: 480px;
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
}
.contact-map-wrapper iframe {
    width: 100%;
    min-height: 480px;
    display: block;
    border: 0;
}

/* About page image grid */
.about-img-tall {
    height: 230px;
    object-fit: cover;
}
.about-img-short {
    height: 185px;
    object-fit: cover;
}

/* ============================================================
   COMPLETE MOBILE RESPONSIVE DESIGN SYSTEM
   ============================================================ */

/* ---- Global overflow fix (applies always) ---- */
html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
}
*, *::before, *::after { box-sizing: border-box; }

/* ---- Contact map responsive ---- */
.map-wrapper, .rounded-4.overflow-hidden.shadow-lg.border iframe {
    width: 100% !important;
}

/* ====================================================
   TABLET (< 992px)
   ==================================================== */
@media (max-width: 991.98px) {

    /* --- Top Bar --- */
    .top-bar {
        font-size: 0.76rem;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    /* --- Navbar --- */
    .navbar-glass {
        background: #ffffff !important;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
    .navbar-brand-title { font-size: 1.15rem !important; }
    .navbar-brand img {
        height: 36px !important;
        width: 36px !important;
        min-width: 36px !important;
    }
    .navbar-collapse {
        background: #ffffff;
        padding: 16px;
        border-radius: 12px;
        box-shadow: 0 12px 35px rgba(0,0,0,0.15);
        margin-top: 10px;
        border: 1px solid rgba(212, 175, 55, 0.3);
    }
    .navbar .nav-link {
        font-size: 0.95rem !important;
        padding: 10px 14px !important;
        margin: 3px 0 !important;
        border-bottom: 1px solid #F1F5F9;
        color: #0D1B2A !important;
        display: block !important;
        border-radius: 8px;
    }
    .navbar .nav-link:last-child { border-bottom: none; }
    .navbar .nav-link:hover,
    .navbar .nav-link.active {
        color: #D4AF37 !important;
        background: #FFF9E6 !important;
    }
    .navbar-collapse .btn-gold {
        width: 100%;
        margin-top: 12px;
        text-align: center;
        justify-content: center;
    }

    /* --- Hero Carousel --- */
    .hero-slide-item {
        height: 60vh !important;
        min-height: 420px !important;
    }
    .hero-title { font-size: 1.9rem !important; line-height: 1.3 !important; }
    .hero-desc { font-size: 0.92rem !important; margin-bottom: 16px !important; }
    .hero-badge { font-size: 0.78rem !important; padding: 5px 12px !important; }
    /* Stack hero buttons on tablet */
    .hero-overlay .d-flex.gap-3 {
        flex-direction: column !important;
        gap: 10px !important;
        align-items: flex-start !important;
    }
    .hero-overlay .btn { width: auto !important; min-width: 200px; }

    /* --- Page Banners (about/rooms/gallery/contact) --- */
    .py-5.bg-navy.text-white h1.display-4 {
        font-size: 2rem !important;
        line-height: 1.25 !important;
    }

    /* --- Booking Bar --- */
    .booking-bar-wrapper { margin-top: 15px !important; position: relative; z-index: 20; }
    .booking-bar { padding: 18px !important; border-radius: 16px !important; }

    /* --- About page image grid --- */
    .col-lg-6 .row.g-3 img { height: 160px !important; }

    /* --- Distance / Location Section --- */
    .font-serif.fw-bold.display-6 { font-size: 1.6rem !important; }

    /* --- General Spacing --- */
    section { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
    .section-subtitle { font-size: 0.8rem !important; }
    .section-title { font-size: 1.75rem !important; }

    /* --- Room & Card images --- */
    .room-img-wrapper { height: 220px !important; }
    .room-img-wrapper img { height: 220px !important; }
    .room-card .p-4 { padding: 1.25rem !important; }
    .facility-card { padding: 1.25rem !important; }

    /* --- Rooms page card image (inline style override) --- */
    .card-img-top { height: 240px !important; object-fit: cover !important; }

    /* --- Floating Buttons --- */
    .floating-actions {
        bottom: 80px !important;
        left: 12px !important;
        right: auto !important;
        gap: 8px !important;
        z-index: 9999 !important;
    }
    .float-btn { width: 44px !important; height: 44px !important; font-size: 1.15rem !important; }
    #chatbotToggle {
        bottom: 15px !important;
        right: 12px !important;
        padding: 8px 14px !important;
        font-size: 0.82rem !important;
        z-index: 9999 !important;
    }
    .back-to-top {
        bottom: 70px !important;
        right: 12px !important;
        width: 38px !important;
        height: 38px !important;
        z-index: 9998 !important;
    }
    .chatbot-box {
        width: 94vw !important;
        height: 72vh !important;
        right: 3vw !important;
        bottom: 70px !important;
        max-width: 380px !important;
        z-index: 10000 !important;
    }

    /* --- Footer --- */
    .footer-dark { padding-top: 45px !important; }
    .footer-dark h5::after { left: 0 !important; }
    .footer-bottom { text-align: center; gap: 10px; margin-top: 30px !important; }

    /* --- Contact page map --- */
    .rounded-4.overflow-hidden.shadow-lg.border { min-height: 350px !important; }
    .rounded-4.overflow-hidden.shadow-lg.border iframe { min-height: 350px !important; }
}

/* ====================================================
   MOBILE (< 768px) — Main fix zone
   ==================================================== */
@media (max-width: 767.98px) {

    html, body { overflow-x: hidden !important; }

    /* --- Hero --- */
    .hero-slide-item {
        height: 55vh !important;
        min-height: 380px !important;
        background-position: center center !important;
    }
    .hero-title { font-size: 1.5rem !important; }
    .hero-desc { font-size: 0.88rem !important; display: none; }
    .hero-overlay .d-flex.gap-3 {
        flex-direction: column !important;
        gap: 8px !important;
    }
    .hero-overlay .btn {
        font-size: 0.9rem !important;
        padding: 10px 18px !important;
        width: 100% !important;
        max-width: 260px;
    }

    /* --- Booking bar full width fields --- */
    .booking-bar .row > div {
        width: 100% !important;
    }

    /* --- About section --- */
    .about-img-wrap img {
        height: 220px !important;
    }
    /* Overlay badge on about image */
    .about-img-wrap .position-absolute {
        position: relative !important;
        margin: -1rem 0 1rem 0 !important;
        border-radius: 8px !important;
        display: inline-block;
    }

    /* --- Distance Section --- */
    /* Stat boxes — 3 in a row on mobile too */
    .dist-stat-row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 8px;
        margin-top: 1rem;
    }
    .dist-stat-box {
        flex: 1 1 0;
        min-width: 0;
        padding: 8px 4px !important;
    }
    .dist-stat-box h4 {
        font-size: 1.1rem !important;
    }
    .dist-stat-box small {
        font-size: 0.65rem !important;
    }

    /* Distance landmark cards - ensure 1 per row on mobile */
    .distance-landmarks-grid .col-md-6 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    /* --- Facility cards 2 per row --- */
    .facility-grid .col-lg-3 {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .facility-card {
        padding: 1rem !important;
    }
    .facility-icon {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
        font-size: 1.3rem !important;
        margin-bottom: 12px !important;
    }
    .facility-card h5 { font-size: 0.9rem !important; }
    .facility-card p { font-size: 0.78rem !important; }

    /* --- Room cards full width on mobile --- */
    .rooms-grid .col-lg-4,
    .rooms-grid .col-md-6 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .room-img-wrapper { height: 200px !important; }

    /* --- Attraction cards full width --- */
    .attractions-grid .col-lg-4,
    .attractions-grid .col-md-6 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .attraction-img { height: 200px !important; }

    /* --- Testimonials full width --- */
    .testimonials-grid .col-lg-4,
    .testimonials-grid .col-md-6 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .testimonial-card { padding: 20px !important; }

    /* --- About info cards --- */
    .about-info-cards .col-6 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    /* --- Section typography --- */
    .section-title { font-size: 1.5rem !important; }
    h2.display-6 { font-size: 1.5rem !important; }

    /* --- Footer columns full width --- */
    .footer-dark .col-lg-3,
    .footer-dark .col-md-6 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 1.5rem;
    }
    .footer-bottom {
        flex-direction: column !important;
        text-align: center !important;
        gap: 8px !important;
    }

    /* --- Modals --- */
    .modal-dialog { margin: 10px !important; }
    .modal-content { border-radius: 12px !important; }
    .modal-body { padding: 16px !important; }

    /* --- Floating btn overlap fix --- */
    .floating-actions {
        bottom: 80px !important;
        left: 10px !important;
    }
    #chatbotToggle {
        bottom: 10px !important;
        right: 10px !important;
    }
    .back-to-top {
        bottom: 65px !important;
        right: 10px !important;
    }
}

/* ====================================================
   SMALL PHONES (< 480px)
   ==================================================== */
@media (max-width: 479.98px) {
    .container, .container-fluid {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .navbar-brand-title { font-size: 0.95rem !important; }
    .hero-title { font-size: 1.3rem !important; }
    .hero-slide-item {
        height: 50vh !important;
        min-height: 320px !important;
    }
    .section-title { font-size: 1.35rem !important; }

    /* Facility cards single column on very small phones */
    .facility-grid .col-lg-3 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    /* Chatbot widget compact */
    #chatbotToggle span { display: none; }
    #chatbotToggle {
        width: 50px;
        height: 50px;
        border-radius: 50% !important;
        padding: 0 !important;
        justify-content: center;
    }

    /* Room card buttons side by side */
    .room-card .d-flex.justify-content-between {
        flex-direction: column !important;
        gap: 8px !important;
    }
    .room-card .d-flex.justify-content-between .btn {
        width: 100% !important;
        text-align: center !important;
    }
}

/* ====================================================
   RESPONSIVE — Page-specific classes
   ==================================================== */
@media (max-width: 767.98px) {
    /* Gallery images */
    .gallery-img { height: 200px !important; }

    /* Rooms page card images */
    .room-card-img { height: 200px !important; }

    /* Contact map */
    .contact-map-wrapper { min-height: 260px !important; }
    .contact-map-wrapper iframe { min-height: 260px !important; }

    /* About page image grid heights */
    .about-img-tall { height: 120px !important; }
    .about-img-short { height: 100px !important; }

    /* Fallback for remaining inline-style images in about page grid */
    .col-lg-6 .row.g-3 .col-6 img { object-fit: cover !important; }

    /* Attraction section images (inline 250px override) */
    #attractions .attraction-card img { height: 180px !important; }
}

@media (max-width: 479.98px) {
    .gallery-img { height: 180px !important; }
    .room-card-img { height: 160px !important; }
    .contact-map-wrapper { min-height: 220px !important; }
    .contact-map-wrapper iframe { min-height: 220px !important; }
    .about-img-tall { height: 110px !important; }
    .about-img-short { height: 90px !important; }
}