/* POPUP ROOM - AJAX */
#popup-room-info{color: #444; font-weight: 400;}
.room-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999;
}

.popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.6);
}

.popup-content {
    position: relative;
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding:0 16px;
}

.popup-inner {
    max-width: 1240px;
    width: 100%;
    display: flex;
    gap: 30px;
    background: #fff;
    padding: 30px;
    position: relative;
    padding-top: 3rem;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    flex-wrap: wrap;
    z-index: 10;
    max-height: 90%;
    overflow: auto;
}

.popup-left{width: 45%;display: flex;flex-direction: column;justify-content: space-between;}
.popup-left h2 {
    margin-bottom: 50px;
    text-align: center; font-weight: 700;
    font-size: 36px;
    color:#000;
}

.popup-right{width: calc(55% - 30px);}
.popup-right img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.popup-close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 9;box-shadow: none;background: none !important;
    color: #333 !important;
}

.room-gallery {
    width: 100%;
}

.room-swiper-main {
    width: 100%;
    height: 500px !important;
    margin-bottom: 10px;
}
.room-swiper-main .swiper-wrapper{height: 100% !important;}
.room-swiper-main .swiper-wrapper .swiper-slide{height: 100% !important;}

.room-swiper-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room-swiper-thumb {
    height: 90px;
}

.room-swiper-thumb .swiper-slide {
    opacity: 0.6;
    cursor: pointer;
}

.room-swiper-thumb .swiper-slide-thumb-active {
    opacity: 1;
}
.room-popup-desc{color: #999;   font-weight: 400;   line-height: 160%;   font-size: 14px;}
.room-popup-bottom{display: flex;justify-content: space-between;align-items: center;}
.room-popup-price{display: flex;flex-direction: column;gap:4px;color: #000;}
.room-popup-price span{font-size: 12px;opacity: 0.7;}
.room-popup-price p{font-weight: bold;font-size: 24px;margin: 0;}
.room-popup-booknow{ background: var(--colorBG); color:#fff; font-weight: 400; text-align: center; height: 38px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; cursor: pointer;min-width: 120px;display: inline-flex;align-items: center;justify-content: center;    font-size: 14px;}

.room-information{display: flex;flex-direction: column;gap:30px;margin-bottom: 40px;}

.room-properties{display: flex;align-items: start;gap:30px;}
.room-properties > span{font-size: 13px;width: 120px;font-weight: 700;}
.room-properties-sub{width:calc(100% - 120px - 30px);display: flex;align-items: center;gap:20px;}
.room-properties-sub p{margin: 0;font-size: 13px;line-height: 140%;font-style: italic;width: calc(50% - 10px);}

.room-description{display: flex;align-items: start;gap:30px;}
.room-description > span{font-size: 13px;width: 120px;font-weight: 700;}
.room-description-sub{width:calc(100% - 120px - 30px);font-size: 13px;line-height: 140%;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 9; overflow: hidden;font-style: italic;}

.room-amenities{display: flex;align-items: start;gap:30px;}
.room-amenities > span{font-size: 13px;width: 120px;font-weight: 700;}
.room-amenities-sub{width:calc(100% - 120px - 30px);display: flex;flex-wrap: wrap;gap:8px 20px;}
.room-amenities-sub p{margin: 0;font-size: 13px;width:calc(50% - 10px);font-style: italic;display: flex;gap:4px;align-items: center;}
.room-amenities-sub p span:first-child{width:20px;}
.room-amenities-sub p span:last-child{width:calc(100% - 20px - 4px);}