.hann-room-single-header.tourmaster-room-single-header-title-wrap {
    background-image: url('../assets/sub-page-b.jpg');
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.hann-room-single-header .tourmaster-room-single-header-background-overlay {
    background: rgba(42, 63, 146, 0.62);
    opacity: 1;
}
.hann-room-single-header h1 {
    font-family: "Oswald", sans-serif !important;
    font-size: 52px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
}
.hann-room-detail-wrap {
    padding: 50px 0 70px;
}
.hann-room-detail-hero-grid {
    display: grid;
    grid-template-columns: 1.45fr 1fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 40px;
}
.hann-room-detail-media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    box-shadow: 0 10px 32px rgba(42, 63, 146, 0.12);
}
.hann-room-detail-side h2 {
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #222;
    margin: 0 0 8px;
    text-transform: uppercase;
}
.hann-room-detail-side .hann-room-caption {
    font-size: 16px;
    color: #94959b;
    margin-bottom: 24px;
}
.hann-room-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 24px;
    margin-bottom: 28px;
}
.hann-room-stat {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.hann-room-stat i {
    font-size: 30px;
    line-height: 1;
    color: #2a3f92;
    flex-shrink: 0;
    margin-top: 2px;
}
.hann-room-stat strong {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #222;
    margin-bottom: 4px;
}
.hann-room-stat span {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    color: #656565;
}
.hann-room-sidebar-cta {
    padding: 24px 22px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(42, 63, 146, 0.08);
}
.hann-room-sidebar-cta h3 {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #222;
}
.hann-room-sidebar-cta p {
    font-size: 15px;
    line-height: 1.7;
    color: #656565;
    margin-bottom: 18px;
}
.hann-room-sidebar-cta .tourmaster-room-btn-reservation {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px !important;
    font-weight: 500 !important;
    padding: 12px 20px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    background: #2a3f92 !important;
    color: #ffffff !important;
    border: 2px solid #2a3f92 !important;
    font-family: "Oswald", sans-serif !important;
}
.hann-room-sidebar-cta .tourmaster-room-btn-back {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 12px !important;
    font-weight: 500 !important;
    padding: 12px 20px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    background: #ffffff !important;
    color: #2a3f92 !important;
    border: 2px solid #2a3f92 !important;
    font-family: "Oswald", sans-serif !important;
}
.hann-room-detail-desc {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 40px;
}
.hann-room-detail-desc p {
    margin-bottom: 14px;
}
.hann-room-detail-wrap .hann-room-section-title {
    font-family: "Oswald", sans-serif;
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    color: #222;
    margin: 0 0 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4px !important;
}
.hann-room-main-sections {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
    margin-bottom: 36px;
}
.hann-room-main-section .hann-room-section-title {
    margin-bottom: 14px;
}
.hann-room-info-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
}
.hann-room-info-table td {
    padding: 10px 12px;
    border: 1px solid #e5e8f0;
    font-size: 13px;
    line-height: 1.45;
    color: #555;
    vertical-align: top;
}
.hann-room-info-table td:first-child {
    width: 34%;
    font-weight: 600;
    color: #222;
    background: #f8f9fc;
}
.hann-room-amenities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 0;
}
.hann-room-amenity-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 12px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
    transition: box-shadow 0.2s ease;
}
.hann-room-amenity-card:hover {
    box-shadow: 0 8px 24px rgba(42, 63, 146, 0.1);
}
.hann-room-amenity-card i {
    font-size: 22px;
    color: #2a3f92;
    flex-shrink: 0;
}
.hann-room-amenity-card span {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}
.hann-room-extra-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.hann-room-extra-grid p {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    margin: 0;
}
.hann-room-detail-gallery {
    padding: 0 0 60px;
    overflow: hidden;
}
.hann-room-detail-gallery .gdlr-core-gallery-item-style-scroll {
    margin: 0;
}
.hann-room-detail-gallery .gdlr-core-sly-slider .slides {
    display: flex;
    gap: 10px;
}
.hann-room-detail-gallery .gdlr-core-gallery-list {
    flex: 0 0 auto;
}
.hann-room-detail-gallery .gdlr-core-media-image {
    height: 420px;
    border-radius: 12px;
    overflow: hidden;
}
.hann-room-detail-gallery .gdlr-core-media-image img {
    width: auto;
    height: 100%;
    min-width: 320px;
    object-fit: cover;
    display: block;
}
@media (max-width: 991px) {
    .hann-room-single-header h1 { font-size: 38px !important; }
    .hann-room-detail-hero-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .hann-room-amenities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hann-room-extra-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .hann-room-main-sections {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}
@media (max-width: 575px) {
    .hann-room-stats {
        grid-template-columns: 1fr;
    }
    .hann-room-amenities-grid {
        grid-template-columns: 1fr;
    }
    .hann-room-detail-side h2 {
        font-size: 26px;
    }
}
