/*=========================================
            ROOMS HERO
=========================================*/

.rooms-hero{
    height:60vh;
    background:url("../images/room.png") center center/cover no-repeat;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
}

.hero-text{
    position:relative;
    z-index:2;
    text-align:center;
    color:#fff;
    width:90%;
    max-width:900px;
}

.hero-text span{
    color:#c9a14a;
    letter-spacing:4px;
    font-weight:600;
}

.hero-text h1{
    font-family:"Cormorant Garamond",serif;
    font-size:72px;
    margin:20px 0;
}

.hero-text p{
    font-size:22px;
    line-height:1.8;
}

/*=========================================
        ENQUIRY + WHATSAPP BUTTONS
=========================================*/

.lux-buttons{
    display:flex;
    align-items:center;
    gap:8px;
    margin-top:30px;
}

.lux-buttons .facility-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:140px;
    text-align:center;
}

.whatsapp-btn{
    background:#c9a14a;
}

/*=========================================
            MOBILE
=========================================*/

@media(max-width:768px){

    .lux-buttons{
        flex-direction:column;
        align-items:stretch;
        gap:15px;
    }

    .lux-buttons .facility-btn{
        width:100%;
        min-width:0;
    }

}

.facility-btn span{
    display:block;
    font-size:12px;
    margin-bottom:3px;
}

.facility-btn strong{
    display:block;
    font-size:16px;
}

/*=========================================
            INTRO
=========================================*/

.rooms-intro{
    width:90%;
    max-width:1000px;
    margin:80px auto;
    text-align:center;
}

.rooms-intro h2{
    font-family:"Cormorant Garamond",serif;
    font-size:50px;
    color:#16304d;
    margin-bottom:20px;
}

.rooms-intro p{
    color:#666;
    line-height:1.9;
    font-size:18px;
}

/*===================================
      LUXURY ROOM SHOWCASE
===================================*/

.lux-room-showcase{

    width:90%;
    max-width:1400px;

    margin:80px auto;

    display:grid;

    grid-template-columns:45% 55%;

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.lux-room-image{

    position:relative;

}

.lux-room-image img{

    width:100%;

    height:100%;

    min-height:700px;

    object-fit:cover;

    display:block;

}

.lux-gallery-btn{

    position:absolute;

    bottom:25px;

    right:25px;

    border:none;

    background:#fff;

    color:#16304d;

    padding:15px 28px;

    font-size:16px;

    font-weight:600;

    cursor:pointer;

    border-radius:6px;

    transition:.3s;

}

.lux-gallery-btn:hover{

    background:#c7a04a;

    color:white;

}

.lux-room-content{

    padding:50px 60px;

}

.lux-room-content h2{

    font-family:"Cormorant Garamond", serif;

    font-size:46px;

    color:#16304d;

    margin-bottom:15px;

}

.lux-description{

    font-size:18px;

    color:#666;

    line-height:1.8;

    margin-bottom:30px;

}

.lux-room-info{

    display:flex;

    gap:35px;

    flex-wrap:wrap;

    margin-bottom:35px;

    font-weight:600;

}

.lux-room-info div{

    display:flex;

    align-items:center;

    gap:8px;

}

.lux-features{

    margin-bottom:30px;

}

.lux-features h3{

    color:#16304d;

    margin-bottom:15px;

}

.lux-features ul{

    padding-left:20px;

}

.lux-features li{

    margin-bottom:10px;

}

.lux-services{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:40px;

    margin:35px 0;

}

.lux-services h3{

    margin-bottom:15px;

    color:#16304d;

}

.lux-services ul{

    list-style:none;

    padding:0;

}

.lux-services li{

    margin-bottom:12px;

    color:#555;

}

.lux-buttons{

    margin-top:40px;

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.lux-more{

    color:#c7a04a;

    text-decoration:none;

    font-weight:600;

    border-bottom:2px solid #c7a04a;

    padding-bottom:5px;

}

.lux-book{

    background:#c7a04a;

    color:white;

    text-decoration:none;

    padding:15px 40px;

    border-radius:4px;

    font-weight:600;

    transition:.3s;

}

.lux-book:hover{

    background:#16304d;

}

@media(max-width:992px){

.lux-room-showcase{

grid-template-columns:1fr;

}

.lux-room-image img{

min-height:400px;

}

.lux-room-content{

padding:35px;

}

.lux-services{

grid-template-columns:1fr;

}

.lux-buttons{

flex-direction:column;

gap:20px;

align-items:flex-start;

}

}


/*=========================================
            ROOM CARD
=========================================*/

.room-card{

    width:90%;
    max-width:1350px;

    margin:120px auto;

    display:grid;
    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;

}

.reverse .room-image{
    order:2;
}

.reverse .room-details{
    order:1;
}

.room-image{
    overflow:hidden;
    border-radius:20px;
}

.room-image img{

    width:100%;
    height:650px;

    object-fit:cover;

    transition:.6s;

}

.room-image:hover img{

    transform:scale(1.08);

}

/*=========================================
            ROOM DETAILS
=========================================*/

.room-details span{

    color:#c9a14a;
    letter-spacing:3px;
    font-weight:600;

}

.room-details h2{

    font-family:"Cormorant Garamond",serif;
    font-size:52px;
    margin:18px 0;

    color:#16304d;

}

.room-details p{

    font-size:18px;
    line-height:1.9;
    color:#666;

    margin-bottom:30px;

}

.room-details ul{

    list-style:none;

    display:grid;
    grid-template-columns:repeat(2,1fr);

    gap:15px;

    margin-bottom:40px;

}

.room-details li{

    padding:15px;

    background:#fafafa;

    border-left:4px solid #c9a14a;

    border-radius:8px;

    font-weight:500;

}

/*=========================================
            BUTTONS
=========================================*/

.room-buttons{

    display:flex;
    gap:20px;

}

.btn-secondary{

    padding:14px 35px;

    background:#16304d;

    color:#fff;

    border-radius:35px;

    text-decoration:none;

    transition:.3s;

}

.btn-secondary:hover{

    background:#c9a14a;

}

/*=========================================
            AMENITIES
=========================================*/

.amenities{

    padding:120px 8%;

    background:#f8f8f8;

    text-align:center;

}

.amenities h2{

    font-family:"Cormorant Garamond",serif;

    font-size:48px;

    margin-bottom:60px;

}

.amenities-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}

.amenities-grid div{

    background:#fff;

    padding:28px;

    border-radius:15px;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

    font-size:18px;

    transition:.3s;

}

.amenities-grid div:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.12);

}

/*=========================================
            RESPONSIVE
=========================================*/

@media(max-width:992px){

.room-card{

grid-template-columns:1fr;

}

.reverse .room-image,
.reverse .room-details{

order:unset;

}

.room-image img{

height:420px;

}

.amenities-grid{

grid-template-columns:repeat(2,1fr);

}

.hero-text h1{

font-size:48px;

}

}

@media(max-width:768px){

.room-details ul{

grid-template-columns:1fr;

}

.amenities-grid{

grid-template-columns:1fr;

}

.hero-text h1{

font-size:40px;

}

.rooms-intro h2{

font-size:38px;

}

.room-details h2{

font-size:38px;

}

}

/*=========================================
            ROOM TARIFF
=========================================*/

/*=========================================
        SECTION TITLE
=========================================*/

.section-title{

    text-align: center;
    margin-bottom: 50px;

}

.section-title span{

    display: block;
    color: #c7a04a;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    margin-bottom: 12px;

}

.section-title h2{

    font-family: "Cormorant Garamond", serif;
    font-size: 50px;
    color: #16304d;
    margin: 0;

}

.room-tariff{

    padding:90px 8%;
    background:#f9f9f9;

}

.tariff-buttons{

    display:flex;
    justify-content:center;
    gap:20px;
    margin:40px 0;

}

.tariff-btn{

    padding:14px 35px;
    border:none;
    background:#e5e5e5;
    cursor:pointer;
    font-weight:600;
    border-radius:50px;
    transition:.3s;

}

.tariff-btn.active{

    background:#c7a04a;
    color:#fff;

}

.tariff-table{

    display:none;

}

.tariff-table.active{

    display:block;

}

.room-tariff table{

    width:100%;
    border-collapse:collapse;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.room-tariff th{

    background:#16304d;
    color:#fff;
    padding:18px;

}

.room-tariff td{

    padding:18px;
    border-bottom:1px solid #eee;
    text-align:center;

}

.room-tariff tr:hover{

    background:#faf6ec;

}

.peak-title{

    text-align:center;
    color:#16304d;
    margin-bottom:25px;

}

.tariff-note{

    margin-top:40px;
    background:#fff;
    padding:30px;
    border-left:5px solid #c7a04a;
    box-shadow:0 8px 25px rgba(0,0,0,.08);

}

.tariff-note h4{

    margin-bottom:15px;
    color:#16304d;

}

.tariff-note ul{

    line-height:2;

}
/*=========================================
        HOTEL POLICIES
=========================================*/

.hotel-policies{

    padding:90px 8%;
    background:#f8f8f8;

}

.hotel-policies .section-title{

    text-align:center;
    margin-bottom:50px;

}

.hotel-policies .section-title span{

    color:#c7a04a;
    text-transform:uppercase;
    letter-spacing:3px;
    font-weight:600;

}

.hotel-policies .section-title h2{

    display:inline-block;

    font-family:"Cormorant Garamond", serif;

    font-size:48px;

    color:#16304d;

    background:linear-gradient(
        135deg,
        #f8efd9,
        #ead7a3
    );

    padding:12px 35px;

    margin-top:15px;

    border-radius:6px;

    border-left:6px solid #c9a14a;

    box-shadow:0 6px 18px rgba(0,0,0,0.10);

}

.policy-box{

    max-width:1100px;
    margin:auto;
    background:#fff;
    padding:50px;
    border-radius:12px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);

}

.policy-box ul{

    margin:0;
    padding-left:25px;

}

.policy-box li{

    margin-bottom:22px;
    color:#555;
    font-size:17px;
    line-height:1.9;

}

.policy-box li::marker{

    color:#c7a04a;

}

@media(max-width:768px){

    .policy-box{

        padding:30px 20px;

    }

    .hotel-policies .section-title h2{

        font-size:36px;

    }

}


/*=========================================
      CANCELLATION POLICY
=========================================*/

.cancellation-policy{

    padding:90px 8%;
    background:#ffffff;

}

.cancellation-policy .section-title{

    text-align:center;
    margin-bottom:50px;

}

.cancellation-policy .section-title span{

    color:#c7a04a;
    text-transform:uppercase;
    letter-spacing:3px;
    font-weight:600;

}

.cancellation-policy .section-title h2{

    display:inline-block;

    font-family:"Cormorant Garamond", serif;

    font-size:48px;

    color:#16304d;

    background:linear-gradient(
        135deg,
        #f8efd9,
        #ead7a3
    );

    padding:12px 35px;

    margin-top:15px;

    border-radius:6px;

    border-left:6px solid #c9a14a;

    box-shadow:0 6px 18px rgba(0,0,0,0.10);

}
/*=========================================
      RESERVATION
=========================================*/

.reservation-box{

padding:140px 8%;

background:#16304d;

color:white;

text-align:center;

}

.reservation-content{

max-width:850px;

margin:auto;

}

.reservation-content span{

letter-spacing:4px;

color:#c9a14a;

}

.reservation-content h2{

font-size:60px;

margin:20px 0;

font-family:"Cormorant Garamond",serif;

}

.reservation-content p{

font-size:20px;

line-height:1.9;

margin-bottom:45px;

}

.reservation-buttons{

display:flex;

justify-content:center;

gap:25px;

}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:992px){

.tariff-grid{

grid-template-columns:1fr;

}

.policy-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.policy-grid{

grid-template-columns:1fr;

}

.reservation-buttons{

flex-direction:column;

align-items:center;

}

.reservation-content h2{

font-size:40px;

}

}
/*==============================
      ROOM GALLERY POPUP
===============================*/

.gallery-popup{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.9);
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.gallery-popup img{
    max-width:85%;
    max-height:85%;
    border-radius:10px;
}

.close-gallery{
    position:absolute;
    top:20px;
    right:35px;
    color:#fff;
    font-size:45px;
    cursor:pointer;
}

.gallery-prev,
.gallery-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:60px;
    height:60px;
    border:none;
    border-radius:50%;
    background:#fff;
    font-size:30px;
    cursor:pointer;
}

.gallery-prev{
    left:40px;
}

.gallery-next{
    right:40px;
}

.gallery-prev:hover,
.gallery-next:hover{
    background:#c7a04a;
    color:#fff;
}