.popup-container {
    position: relative;
    /* max-width: 90%;
max-height: 90vh; */
}

/* Close button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1001;
}

/* Image styling */
.banner-img {
    max-width: 100%;
    max-height: 90vh;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 4px;
    cursor: pointer;
    /* Makes the image clickable */
}

.bs-section.community-section-hotels-1 .bs-hotel-list .li-subTitle,
.bs-section.community-section-hotels-1 .bs-hotel-list .bs-button.link {
    color: #000;
}

.bs-website:not(.theme-view) {
    --font-name: puvi !important;
    --regular-font: puviregular !important;
    --medium-font: puvimedium !important;
    --light-font: puvilight !important;
    --bold-font: puvibold !important;
    --menu-item-active-color: #E42527 !important;
    --primary-button-bg-color: #E42527 !important;
}


.bs-section:not(.community-section-footer, .community-section-banner, .main-banner) article.foreground-layer {
    padding: 5em 0;
}

@media only screen and (max-width: 767px),
only screen and (max-width: 1024px) {
    .bs-section:not(.community-section-footer, .community-section-banner, .main-banner) article.foreground-layer {
        padding: 2em 16px;
    }
}


section[data-section-id="48525000428371439"] article.foreground-layer.bs-container {
    padding-bottom: 40px !important;
}


article.foreground-layer.bs-container .grb-list.card-view .li-item {
    background-color: #caedf3 !important;
    border-radius: 8px !important;
    /* optional: makes it look smoother */
    padding: 20px !important;
    /* optional: gives breathing space inside */
}

.bs-section.community-section-mediaWithButton-4 .bs-mediaText-wgt .li-item {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 80px !important;
    position: relative;
    align-items: start;
}

section[data-section-id="48525000428371490"] .li-title {
    width: 50% !important;
    margin: 0 auto;
    /* optional: centers it inside the container */
}

.bs-section.community-section-mediaWithButton-5 .bs-mediaText-wgt .li-item {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 80px !important;
    position: relative;
    align-items: start;
}


article.foreground-layer.bs-container .grb-list.card-view .li-item {
    background-color: #caedf3 !important;
    border-radius: 8px;
    /* optional: makes it look smoother */
    padding: 20px;
    /* optional: gives breathing space inside */
}

.bs-section.community-section-getInTouch .bs-frame {
    position: relative;
    z-index: 1;
}


.bs-section.community-section-getInTouch .bs-frame::after {
    content: '';
    position: absolute;
    top: 20px;
    left: -203px;
    background: url(https://previewengine.zohoexternal.in/image/BACKSTAGE/48525000430447057?cli-msg=eyJtb2R1bGUiOiJFdmVudEltYWdlUmVzb3VyY2UiLCJ0eXBlIjowLCJwb3J0YWxJZCI6IjYwMDQ3MTAwMTQ1Iiwic3ViUmVzb3VyY2VJZCI6IjYwMDQ3MTAwMTQ1IiwiaWQiOiI0ODUyNTAwMDQzMDQ0NzA1NyJ9) no-repeat;
    background-size: contain;
    width: 202px;
    height: 540px;
    transform: rotate(0deg);
    z-index: 1;
}

.bs-section.community-section-getInTouch .bs-frame::before {
    content: '';
    position: absolute;
    top: 20px;
    right: -203px;
    left: auto;
    background: url(https://previewengine.zohoexternal.in/image/BACKSTAGE/48525000430447057?cli-msg=eyJtb2R1bGUiOiJFdmVudEltYWdlUmVzb3VyY2UiLCJ0eXBlIjowLCJwb3J0YWxJZCI6IjYwMDQ3MTAwMTQ1Iiwic3ViUmVzb3VyY2VJZCI6IjYwMDQ3MTAwMTQ1IiwiaWQiOiI0ODUyNTAwMDQzMDQ0NzA1NyJ9) no-repeat;
    background-size: contain;
    width: 202px;
    height: 540px;
    z-index: 1;
    transform: rotate(180deg);
}




.bs-fl-preview .flp-top-bar {
    display: none !important;
}

[media-id="60494000004487070"] .media-image {
    width: 100% !important;
}