/* ============================================================
   Travel09 - Single Hotel
   /assets/css/hotel-single.css
   Standard production typography: 14-17px body UI
   ============================================================ */

:root{
    --h-bg:#f4f7f8;
    --h-card:#fff;
    --h-text:#183746;
    --h-body:#536a75;
    --h-muted:#80919a;
    --h-line:#dfe8eb;
    --h-teal:#078e98;
    --h-teal-dark:#056d76;
    --h-navy:#092b3c;
    --h-green:#20765d;
    --h-gold:#a97920;
    --h-danger:#b54848;
    --h-radius:16px;
    --h-shadow:0 14px 38px rgba(18,49,61,.07);
}

/* ============================================================
   2026 HOTEL PAGE REPAIR LAYER
   Keeps global theme SVG/image rules from breaking this page.
   ============================================================ */

.hotel-page svg,
.hotel-lightbox svg,
.room-detail-modal svg{
    display:block;
    overflow:visible;
    max-width:100%
}

.hotel-page .hotel-verified svg,
.hotel-page .hotel-address svg,
.hotel-page .hotel-action-button svg{
    width:18px!important;
    min-width:18px!important;
    max-width:18px!important;
    height:18px!important;
    min-height:18px!important;
    max-height:18px!important;
    flex:0 0 18px!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.8!important
}

.hotel-page .hotel-facility-icon{
    display:grid!important;
    overflow:hidden!important;
    width:40px!important;
    min-width:40px!important;
    max-width:40px!important;
    height:40px!important;
    min-height:40px!important;
    max-height:40px!important;
    flex:0 0 40px!important;
    place-items:center!important;
    border-radius:11px!important;
    background:#eaf5f7!important;
    color:var(--h-teal)!important
}

.hotel-page .hotel-facility-icon svg{
    display:block!important;
    width:21px!important;
    min-width:21px!important;
    max-width:21px!important;
    height:21px!important;
    min-height:21px!important;
    max-height:21px!important;
    margin:0!important;
    padding:0!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.8!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
    transform:none!important
}

.hotel-page .hotel-facility-icon svg path,
.hotel-page .hotel-facility-icon svg circle,
.hotel-page .hotel-facility-icon svg line,
.hotel-page .hotel-facility-icon svg polyline{
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.8!important;
    vector-effect:non-scaling-stroke
}

.hotel-page .hotel-room-specs svg{
    width:18px!important;
    min-width:18px!important;
    max-width:18px!important;
    height:18px!important;
    min-height:18px!important;
    max-height:18px!important;
    flex:0 0 18px!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.8!important
}

.hotel-page .hotel-room-specs svg path,
.hotel-page .hotel-room-specs svg circle{
    fill:none!important;
    stroke:currentColor!important
}

.hotel-page .hotel-facility-item{
    align-items:center;
    min-width:0
}

.hotel-page .hotel-rooms-section{
    min-width:0
}

.hotel-page .hotel-facility-item>div{
    min-width:0
}

.hotel-page .hotel-facility-item strong{
    display:block;
    overflow-wrap:anywhere
}

.hotel-page .hotel-gallery,
.hotel-page .hotel-main-photo,
.hotel-page .hotel-gallery-grid,
.hotel-page .hotel-gallery-photo{
    min-width:0;
    min-height:0
}

.hotel-page .hotel-main-photo>img,
.hotel-page .hotel-gallery-photo>img,
.hotel-page .hotel-room-image>img{
    width:100%!important;
    max-width:none!important;
    height:100%!important;
    object-fit:cover!important
}

.hotel-child-ages{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:11px
}

.hotel-child-ages[hidden]{
    display:none!important
}

.hotel-child-ages label{
    min-width:0
}

.hotel-child-ages label>span{
    display:block;
    margin-bottom:6px;
    color:var(--h-muted);
    font-size:11px;
    font-weight:850;
    letter-spacing:.055em
}

.hotel-child-ages select{
    width:100%;
    height:46px;
    border:1px solid var(--h-line);
    border-radius:10px;
    outline:0;
    padding:0 11px;
    background:#fff;
    color:var(--h-text);
    font:inherit;
    font-size:14px
}

.hotel-child-ages select:focus{
    border-color:var(--h-teal);
    box-shadow:0 0 0 3px rgba(7,142,152,.12)
}

.hotel-form-note{
    margin:-2px 0 0;
    color:var(--h-muted);
    font-size:12px;
    line-height:1.55
}

.hotel-book-form .hotel-guests{
    grid-template-columns:repeat(3,minmax(0,1fr))
}

.hotel-book-form input:focus,
.hotel-book-form select:focus{
    border-color:var(--h-teal);
    box-shadow:0 0 0 3px rgba(7,142,152,.12)
}

@media(max-width:620px){
    .hotel-book-form .hotel-guests{
        grid-template-columns:repeat(2,minmax(0,1fr))
    }

    .hotel-book-form .hotel-guests label:first-child{
        grid-column:1/-1
    }

    .hotel-child-ages{
        grid-template-columns:repeat(2,minmax(0,1fr))
    }

    .hotel-page .hotel-facility-icon{
        width:38px!important;
        min-width:38px!important;
        max-width:38px!important;
        height:38px!important;
        min-height:38px!important;
        max-height:38px!important;
        flex-basis:38px!important
    }
}

@media(max-width:390px){
    .hotel-child-ages{
        grid-template-columns:1fr
    }
}

.hotel-page,
.hotel-page *,
.hotel-lightbox *,
.room-detail-modal *{
    box-sizing:border-box
}

html{
    scroll-behavior:smooth
}

html.hotel-gallery-open,
html.room-modal-open{
    overflow:hidden
}

.hotel-page{
    background:var(--h-bg);
    color:var(--h-body);
    font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    font-size:16px;
    line-height:1.65
}

.hotel-container{
    width:min(1180px,calc(100% - 40px));
    margin-inline:auto
}

.hotel-breadcrumb{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:8px;
    padding:22px 0 11px;
    color:var(--h-muted);
    font-size:14px
}

.hotel-breadcrumb a{
    color:var(--h-teal);
    text-decoration:none
}

.hotel-header{
    background:#fff;
    border-bottom:1px solid var(--h-line)
}

.hotel-header-grid{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:28px;
    padding:23px 0 27px
}

.hotel-title-area h1{
    margin:7px 0 8px;
    color:var(--h-navy);
    font-size:clamp(32px,4vw,50px);
    line-height:1.08;
    letter-spacing:-.035em
}

.hotel-labels,
.hotel-address,
.hotel-header-actions,
.hotel-review-summary{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:9px
}

.hotel-labels>span{
    display:inline-flex;
    min-height:30px;
    align-items:center;
    gap:6px;
    padding:4px 10px;
    border:1px solid var(--h-line);
    border-radius:999px;
    background:#fff;
    color:#55707b;
    font-size:13px;
    font-weight:750
}

.hotel-star-label{
    color:#c58b21!important
}

.hotel-verified{
    color:var(--h-green)!important
}

.hotel-verified svg,
.hotel-address svg,
.hotel-action-button svg{
    width:18px;
    height:18px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round
}

.hotel-featured{
    background:#fff7df!important;
    color:#87631c!important
}

.hotel-address{
    margin-top:12px;
    color:#647983;
    font-size:15px
}

.hotel-address a{
    color:var(--h-teal);
    font-weight:750;
    text-decoration:none
}

.hotel-review-summary{
    width:max-content;
    margin-top:12px;
    color:#657b85;
    text-decoration:none;
    font-size:14px
}

.hotel-review-summary>strong{
    display:grid;
    width:42px;
    height:35px;
    place-items:center;
    border-radius:9px;
    background:var(--h-navy);
    color:#fff;
    font-size:15px
}

.hotel-review-stars{
    color:#d59524
}

.hotel-action-button{
    display:inline-flex;
    min-height:43px;
    align-items:center;
    gap:8px;
    padding:0 14px;
    border:1px solid var(--h-line);
    border-radius:10px;
    background:#fff;
    color:#48636f;
    font:inherit;
    font-size:14px;
    font-weight:750;
    text-decoration:none;
    cursor:pointer
}

.hotel-action-button:hover{
    border-color:#9fc4c8;
    color:var(--h-teal)
}

/* Gallery */
.hotel-gallery-wrap{
    padding:26px 0 23px
}

.hotel-gallery{
    display:grid;
    grid-template-columns:minmax(0,1.55fr) minmax(330px,.75fr);
    gap:10px;
    height:500px;
    overflow:hidden;
    border-radius:18px
}

.hotel-gallery-single{
    grid-template-columns:1fr
}

.hotel-main-photo,
.hotel-gallery-photo{
    position:relative;
    overflow:hidden;
    padding:0;
    border:0;
    background:#dbe4e7;
    cursor:pointer
}

.hotel-main-photo img,
.hotel-gallery-photo img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    transition:transform .35s ease
}

.hotel-main-photo:hover img,
.hotel-gallery-photo:hover img{
    transform:scale(1.025)
}

.hotel-gallery-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:1fr 1fr;
    gap:10px
}

.hotel-more-photos{
    position:absolute;
    inset:auto 12px 12px auto;
    padding:8px 11px;
    border-radius:9px;
    background:rgba(5,35,48,.86);
    color:#fff;
    font-size:13px;
    font-weight:800
}

/* Anchor nav */
.hotel-page-nav{
    position:sticky;
    top:0;
    z-index:35;
    border-block:1px solid var(--h-line);
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(12px)
}

.hotel-page-nav .hotel-container{
    display:flex;
    gap:4px;
    overflow:auto
}

.hotel-page-nav a{
    display:inline-flex;
    min-height:52px;
    align-items:center;
    padding:0 14px;
    color:#607680;
    font-size:14px;
    font-weight:800;
    text-decoration:none;
    white-space:nowrap
}

.hotel-page-nav a:hover{
    color:var(--h-teal)
}

/* Layout */
.hotel-content{
    padding:28px 0 54px
}

.hotel-layout{
    display:grid;
    grid-template-columns:minmax(0,1fr) 350px;
    gap:24px;
    align-items:start
}

.hotel-content-main{
    display:grid;
    gap:20px
}

.hotel-card,
.hotel-book-card,
.hotel-sidebar-help,
.hotel-property-details{
    border:1px solid var(--h-line);
    border-radius:var(--h-radius);
    background:var(--h-card);
    box-shadow:var(--h-shadow)
}

.hotel-card{
    padding:28px
}

.hotel-card h2,
.hotel-section-header h2{
    margin:4px 0 10px;
    color:var(--h-navy);
    font-size:28px;
    line-height:1.2;
    letter-spacing:-.02em
}

.hotel-card p{
    margin:0;
    font-size:16px
}

.hotel-eyebrow{
    display:block;
    color:var(--h-teal);
    font-size:12px;
    font-weight:850;
    letter-spacing:.09em
}

.hotel-introduction{
    margin-top:13px!important;
    color:#304d59;
    font-size:18px!important;
    font-weight:600
}

.hotel-description{
    margin-top:16px;
    color:#5b717b;
    font-size:16px
}

.hotel-overview-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
    margin-top:22px
}

.hotel-overview-grid article,
.hotel-policy-grid article{
    padding:16px;
    border:1px solid var(--h-line);
    border-radius:12px;
    background:#f9fbfb
}

.hotel-overview-grid span,
.hotel-policy-grid article>span{
    display:block;
    color:var(--h-muted);
    font-size:11px;
    font-weight:850;
    letter-spacing:.06em
}

.hotel-overview-grid strong{
    display:block;
    margin-top:5px;
    color:#284957;
    font-size:16px
}

.hotel-section-header{
    display:flex;
    justify-content:space-between;
    gap:18px;
    align-items:flex-start;
    margin-bottom:18px
}

/* Facilities */
.hotel-facilities{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px
}

.hotel-facility-item{
    display:flex;
    gap:11px;
    align-items:flex-start;
    min-height:82px;
    padding:14px;
    border:1px solid var(--h-line);
    border-radius:12px;
    background:#fafcfc
}

.hotel-facility-icon{
    display:grid;
    width:38px;
    height:38px;
    flex:0 0 auto;
    place-items:center;
    border-radius:10px;
    background:#eaf7f7;
    color:var(--h-teal)
}

.hotel-facility-icon svg{
    width:21px;
    height:21px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8
}

.hotel-facility-item strong{
    color:#31515e;
    font-size:14px
}

.hotel-facility-item small{
    display:block;
    margin-top:2px;
    color:var(--h-muted);
    font-size:13px
}

/* Rooms */
.hotel-room-list{
    display:grid;
    gap:18px
}

.hotel-room{
    display:grid;
    grid-template-columns:270px minmax(0,1fr);
    overflow:hidden;
    border:1px solid var(--h-line);
    border-radius:15px;
    background:#fff
}

.hotel-room-image{
    position:relative;
    min-height:300px;
    background:#e6edef
}

.hotel-room-image>img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover
}

.room-image-badge{
    position:absolute;
    top:13px;
    left:13px;
    padding:6px 9px;
    border-radius:999px;
    background:rgba(255,255,255,.92);
    color:#34515d;
    font-size:12px;
    font-weight:800
}

.room-photo-count{
    position:absolute;
    right:12px;
    bottom:12px;
    min-height:36px;
    padding:0 11px;
    border:1px solid rgba(255,255,255,.7);
    border-radius:9px;
    background:rgba(6,40,54,.83);
    color:#fff;
    font:inherit;
    font-size:12px;
    font-weight:800;
    cursor:pointer
}

.hotel-room-details{
    display:flex;
    min-width:0;
    flex-direction:column;
    padding:22px
}

.hotel-room-top{
    display:flex;
    justify-content:space-between;
    gap:20px
}

.room-category{
    color:var(--h-teal);
    font-size:12px;
    font-weight:850;
    letter-spacing:.05em
}

.hotel-room h3{
    margin:4px 0 0;
    color:var(--h-navy);
    font-size:23px
}

.room-rate{
    text-align:right;
    white-space:nowrap
}

.room-rate span,
.room-rate small{
    display:block;
    color:var(--h-muted);
    font-size:12px
}

.room-rate strong{
    display:block;
    color:var(--h-navy);
    font-size:19px
}

.hotel-room-details>p{
    margin:13px 0 0;
    color:#647a84;
    font-size:15px
}

.hotel-room-specs{
    display:flex;
    flex-wrap:wrap;
    gap:8px 14px;
    margin-top:16px
}

.hotel-room-specs span{
    display:inline-flex;
    align-items:center;
    gap:6px;
    color:#536d78;
    font-size:13px;
    font-weight:650
}

.hotel-room-specs svg{
    width:17px;
    height:17px;
    fill:none;
    stroke:var(--h-teal);
    stroke-width:1.7
}

.hotel-room-amenities{
    display:flex;
    flex-wrap:wrap;
    gap:7px;
    margin-top:14px
}

.hotel-room-amenities span,
.room-tags span{
    padding:5px 8px;
    border-radius:7px;
    background:#f0f7f7;
    color:#4d6973;
    font-size:12px;
    font-weight:700
}

.hotel-room-bottom{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:14px;
    margin-top:auto;
    padding-top:18px
}

.room-action-group{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:7px;
    margin-left:auto
}

.room-view-button,
.room-action-button{
    display:inline-flex;
    min-height:40px;
    align-items:center;
    justify-content:center;
    padding:0 12px;
    border:1px solid #ccdce0;
    border-radius:9px;
    background:#fff;
    color:#365663;
    font:inherit;
    font-size:13px;
    font-weight:800;
    text-decoration:none;
    cursor:pointer
}

.room-view-button:hover,
.room-action-button:hover{
    transform:translateY(-1px)
}

.room-action-availability{
    border-color:#a9d3d6;
    background:#eefafa;
    color:#086e76
}

.room-action-book{
    border-color:var(--h-navy);
    background:var(--h-navy);
    color:#fff
}

.room-action-inquiry{
    border-color:#d8e1e4;
    background:#fff;
    color:#566e78
}

.hotel-empty-rooms{
    display:flex;
    justify-content:space-between;
    gap:20px;
    align-items:center;
    padding:23px;
    border:1px dashed #cddde1;
    border-radius:13px;
    background:#fafcfc
}

.hotel-empty-rooms h3{
    margin:4px 0;
    color:var(--h-navy)
}

.hotel-empty-rooms>a{
    color:var(--h-teal);
    font-weight:800;
    text-decoration:none
}

/* Policies */
.hotel-policy-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:18px
}

.hotel-policy-wide{
    grid-column:1/-1
}

.hotel-policy-grid p{
    margin-top:6px
}

/* Map */
.hotel-map-address{
    margin-bottom:14px!important
}

.hotel-map{
    overflow:hidden;
    border-radius:13px;
    height:380px;
    background:#e5ecee
}

.hotel-map iframe{
    width:100%;
    height:100%;
    border:0
}

/* Reviews */
.hotel-big-rating{
    display:flex;
    align-items:baseline;
    gap:3px
}

.hotel-big-rating strong{
    color:var(--h-navy);
    font-size:31px
}

.hotel-review-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px
}

.hotel-review{
    padding:18px;
    border:1px solid var(--h-line);
    border-radius:12px
}

.hotel-review header{
    display:flex;
    justify-content:space-between;
    gap:12px
}

.hotel-review header span,
.hotel-review footer{
    display:block;
    color:var(--h-muted);
    font-size:12px
}

.review-score{
    display:grid;
    width:38px;
    height:34px;
    place-items:center;
    border-radius:8px;
    background:var(--h-navy);
    color:#fff
}

.verified-stay{
    display:inline-block;
    margin-top:10px;
    color:var(--h-green);
    font-size:12px;
    font-weight:800
}

.hotel-review h3{
    margin:11px 0 5px;
    color:#314e5a;
    font-size:16px
}

.hotel-review p{
    font-size:14px
}

.hotel-review-response{
    margin-top:13px;
    padding:12px;
    border-radius:9px;
    background:#f3f8f8
}

/* Sidebar */
.hotel-sidebar{
    position:sticky;
    top:72px;
    display:grid;
    gap:15px
}

.hotel-book-card,
.hotel-sidebar-help,
.hotel-property-details{
    padding:22px
}

.hotel-side-rate{
    margin:8px 0 17px
}

.hotel-side-rate span,
.hotel-side-rate small{
    display:block;
    color:var(--h-muted);
    font-size:13px
}

.hotel-side-rate strong{
    display:block;
    color:var(--h-navy);
    font-size:26px
}

.hotel-book-form{
    display:grid;
    gap:11px
}

.hotel-date-grid,
.hotel-guests{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px
}

.hotel-book-form label>span{
    display:block;
    margin-bottom:5px;
    color:#667c86;
    font-size:11px;
    font-weight:850;
    letter-spacing:.05em
}

.hotel-book-form input,
.hotel-book-form select{
    width:100%;
    height:44px;
    padding:0 10px;
    border:1px solid #d4e0e3;
    border-radius:9px;
    background:#fff;
    color:#36525e;
    font:inherit;
    font-size:14px
}

.hotel-search-button{
    min-height:48px;
    border:0;
    border-radius:10px;
    background:var(--h-teal);
    color:#fff;
    font:inherit;
    font-size:14px;
    font-weight:850;
    cursor:pointer
}

.hotel-search-button:hover{
    background:var(--h-teal-dark)
}

.hotel-book-assurance{
    display:grid;
    gap:5px;
    margin-top:14px;
    padding-top:13px;
    border-top:1px solid var(--h-line);
    color:#607a84;
    font-size:12px
}

.hotel-sidebar-help>span{
    color:var(--h-teal);
    font-size:11px;
    font-weight:850;
    letter-spacing:.06em
}

.hotel-sidebar-help h3{
    margin:5px 0;
    color:var(--h-navy);
    font-size:20px
}

.hotel-sidebar-help p{
    margin:0 0 10px;
    font-size:14px
}

.hotel-sidebar-help a{
    color:var(--h-teal);
    font-weight:800;
    text-decoration:none
}

.hotel-property-details dl{
    margin:12px 0 0
}

.hotel-property-details dl div{
    display:flex;
    justify-content:space-between;
    gap:14px;
    padding:10px 0;
    border-bottom:1px solid #edf1f2
}

.hotel-property-details dt{
    color:var(--h-muted);
    font-size:13px
}

.hotel-property-details dd{
    margin:0;
    color:#36515d;
    font-size:13px;
    font-weight:750;
    text-align:right
}

.property-verified{
    color:var(--h-green)!important
}

/* Final CTA */
.hotel-final-cta{
    padding:0 0 90px
}

.hotel-final-panel{
    display:grid;
    grid-template-columns:70px 1fr auto;
    gap:20px;
    align-items:center;
    padding:26px;
    border-radius:18px;
    background:var(--h-navy);
    color:#dce9ed
}

.hotel-final-logo{
    display:grid;
    width:64px;
    height:64px;
    place-items:center;
    border-radius:16px;
    background:rgba(255,255,255,.1);
    color:#fff;
    font-weight:900
}

.hotel-final-panel span{
    color:#7fd3d8;
    font-size:11px;
    font-weight:850;
    letter-spacing:.07em
}

.hotel-final-panel h2{
    margin:4px 0;
    color:#fff;
    font-size:24px
}

.hotel-final-panel p{
    margin:0;
    font-size:14px
}

.hotel-final-panel>a{
    display:inline-flex;
    min-height:45px;
    align-items:center;
    padding:0 15px;
    border-radius:10px;
    background:#fff;
    color:var(--h-navy);
    font-size:13px;
    font-weight:850;
    text-decoration:none
}

/* Room modal */
.room-detail-modal{
    position:fixed;
    inset:0;
    z-index:10000;
    display:grid;
    place-items:center;
    padding:22px;
    background:rgba(4,25,34,.72);
    backdrop-filter:blur(6px)
}

.room-detail-modal[hidden]{
    display:none!important
}

.room-detail-dialog{
    position:relative;
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
    width:min(1050px,100%);
    max-height:92vh;
    overflow:auto;
    border-radius:18px;
    background:#fff;
    box-shadow:0 34px 100px rgba(0,0,0,.28)
}

.room-modal-close{
    position:absolute;
    z-index:5;
    top:12px;
    right:12px;
    width:40px;
    height:40px;
    border:0;
    border-radius:999px;
    background:rgba(5,36,50,.88);
    color:#fff;
    font-size:24px;
    cursor:pointer
}

.room-modal-gallery{
    min-height:530px;
    padding:0;
    background:#e8eef0
}

.room-modal-gallery>img{
    width:100%;
    height:430px;
    display:block;
    object-fit:cover
}

.room-modal-thumbs{
    display:flex;
    gap:7px;
    overflow:auto;
    padding:10px
}

.room-modal-thumbs button{
    flex:0 0 86px;
    height:65px;
    overflow:hidden;
    padding:0;
    border:2px solid transparent;
    border-radius:8px;
    background:#fff;
    cursor:pointer
}

.room-modal-thumbs button.active{
    border-color:var(--h-teal)
}

.room-modal-thumbs img{
    width:100%;
    height:100%;
    object-fit:cover
}

.room-modal-body{
    padding:34px 30px
}

.room-modal-body h2{
    margin:5px 0 12px;
    color:var(--h-navy);
    font-size:31px
}

.room-modal-description{
    color:#647985;
    font-size:15px
}

.room-modal-specs{
    display:flex;
    flex-wrap:wrap;
    gap:7px;
    margin-top:18px
}

.room-modal-specs span{
    padding:6px 9px;
    border-radius:8px;
    background:#eef6f6;
    color:#4c6872;
    font-size:13px;
    font-weight:700
}

.room-modal-rate{
    margin-top:22px;
    padding:15px 0;
    border-block:1px solid var(--h-line)
}

.room-modal-rate span,
.room-modal-rate small{
    display:block;
    color:var(--h-muted);
    font-size:12px
}

.room-modal-rate strong{
    display:block;
    color:var(--h-navy);
    font-size:25px
}

.room-modal-actions{
    display:grid;
    gap:8px;
    margin-top:20px
}

.room-modal-actions .room-action-button{
    min-height:45px
}

/* Hotel lightbox */
.hotel-lightbox{
    position:fixed;
    inset:0;
    z-index:10020;
    display:grid;
    place-items:center;
    background:rgba(3,18,25,.94)
}

.hotel-lightbox[hidden]{
    display:none!important
}

.hotel-lightbox-content{
    width:min(1200px,85vw);
    height:min(78vh,850px)
}

.hotel-lightbox-content img{
    width:100%;
    height:100%;
    object-fit:contain
}

.hotel-lightbox-close,
.hotel-lightbox-prev,
.hotel-lightbox-next{
    position:absolute;
    border:0;
    background:rgba(255,255,255,.11);
    color:#fff;
    cursor:pointer
}

.hotel-lightbox-close{
    top:20px;
    right:20px;
    width:44px;
    height:44px;
    border-radius:999px;
    font-size:28px
}

.hotel-lightbox-prev,
.hotel-lightbox-next{
    top:50%;
    width:46px;
    height:62px;
    transform:translateY(-50%);
    border-radius:10px;
    font-size:34px
}

.hotel-lightbox-prev{left:18px}
.hotel-lightbox-next{right:18px}

.hotel-lightbox-counter{
    position:absolute;
    bottom:18px;
    left:50%;
    transform:translateX(-50%);
    color:#fff;
    font-size:13px
}

/* Mobile booking bar */
.hotel-mobile-bar{
    display:none
}

.hotel-not-found{
    min-height:65vh;
    display:grid;
    place-items:center;
    padding:40px
}

.hotel-not-found>div{
    max-width:600px;
    text-align:center
}

/* Responsive */
@media(max-width:1050px){
    .hotel-layout{
        grid-template-columns:1fr
    }

    .hotel-sidebar{
        position:static
    }

    .hotel-gallery{
        grid-template-columns:1.35fr .75fr;
        height:430px
    }

    .hotel-facilities{
        grid-template-columns:repeat(2,1fr)
    }
}

@media(max-width:820px){
    .hotel-container{
        width:min(100% - 26px,1180px)
    }

    .hotel-header-grid{
        flex-direction:column
    }

    .hotel-gallery{
        grid-template-columns:1fr;
        height:auto
    }

    .hotel-main-photo{
        height:390px
    }

    .hotel-gallery-grid{
        height:220px
    }

    .hotel-room{
        grid-template-columns:1fr
    }

    .hotel-room-image{
        height:300px
    }

    .hotel-overview-grid{
        grid-template-columns:repeat(2,1fr)
    }

    .room-detail-dialog{
        grid-template-columns:1fr
    }

    .room-modal-gallery{
        min-height:0
    }
}

@media(max-width:620px){
    .hotel-page{
        font-size:15px
    }

    .hotel-container{
        width:min(100% - 20px,1180px)
    }

    .hotel-card{
        padding:20px
    }

    .hotel-title-area h1{
        font-size:34px
    }

    .hotel-main-photo{
        height:310px
    }

    .hotel-gallery-grid{
        display:none
    }

    .hotel-card h2,
    .hotel-section-header h2{
        font-size:24px
    }

    .hotel-facilities,
    .hotel-review-grid,
    .hotel-policy-grid,
    .hotel-date-grid,
    .hotel-guests,
    .hotel-overview-grid{
        grid-template-columns:1fr
    }

    .hotel-room-image{
        height:260px
    }

    .hotel-room-top,
    .hotel-room-bottom,
    .hotel-empty-rooms{
        align-items:flex-start;
        flex-direction:column
    }

    .room-rate{
        text-align:left
    }

    .room-action-group{
        width:100%;
        margin-left:0
    }

    .room-view-button,
    .room-action-button{
        flex:1 1 calc(50% - 7px)
    }

    .hotel-final-panel{
        grid-template-columns:1fr
    }

    .hotel-final-logo{
        display:none
    }

    .hotel-mobile-bar{
        position:fixed;
        z-index:100;
        right:0;
        bottom:0;
        left:0;
        display:flex;
        justify-content:space-between;
        align-items:center;
        gap:10px;
        padding:10px 12px;
        border-top:1px solid var(--h-line);
        background:#fff;
        box-shadow:0 -10px 30px rgba(16,44,56,.1)
    }

    .hotel-mobile-bar span{
        display:block;
        color:var(--h-muted);
        font-size:11px
    }

    .hotel-mobile-bar strong{
        color:var(--h-navy);
        font-size:15px
    }

    .hotel-mobile-bar>a{
        display:inline-flex;
        min-height:43px;
        align-items:center;
        padding:0 13px;
        border-radius:9px;
        background:var(--h-teal);
        color:#fff;
        font-size:13px;
        font-weight:850;
        text-decoration:none
    }

    .room-detail-modal{
        padding:8px
    }

    .room-detail-dialog{
        max-height:96vh;
        border-radius:13px
    }

    .room-modal-gallery>img{
        height:270px
    }

    .room-modal-body{
        padding:22px 18px
    }

    .room-modal-body h2{
        font-size:26px
    }
}
