.hotel-swiper-slider {
    max-width: 100%;
    margin: 0 auto;
}

.hotel-swiper-slider .swiper-slide {
    width: 77vw;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotel-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotel-slider a {
    width: 80%;
    height: 100%;
    margin-bottom: 44px;
}

.hotel-slider a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotel-nav-bar {
    position: relative;
    max-width: 70vw;
    margin: auto;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    margin-top: -5px;
}

.hotel-title-container {
    flex: 1;
    text-align: center;
    font-size: 16px;
}

.hotel-nav-arrow {
    width: 54px !important;
    background: url('/wp-content/themes/Opensmjle/assets/icons/arrow-slider.svg') no-repeat center center;
    background-size: contain;
}

.hotel-nav-bar .swiper-button-prev.hotel-nav-arrow {
    transform: rotate(180deg);
}

.hotel-popup {
    background: #2b2b2b!important;
    border: 1px solid #5f5f5f;
    padding: 20px;
    color: #fff;
    max-width: 90vw;
}

.hotel-popup-inner {
    display: flex;
    gap: 20px;
    height: fit-content;
    align-items: flex-start;
}

.fancybox__content {
    max-width: 77vw!important;
}

.hotel-popup-gallery {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 50%
}

.hotel-popup-featured img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    border: 2px solid #555;
}

.hotel-popup-thumbnails {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 0px;
}

.hotel-popup-thumbnails img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border: 2px solid #555;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hotel-popup-thumbnails img:hover {
    border-color: #fff;
}

.hotel-popup-description2 ul {
    list-style: disc;
    padding-left: 20px;
}

.hotel-popup-content {
    flex: 1;
    overflow-y: auto;
}

.hotel-popup-content h2 {
    font-size: 2rem;
}

.hotel-popup-content h2,
.hotel-popup-content div {
    margin-bottom: 15px;
}

.hotel-popup-content a {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    margin-top: 20px;
}

.hotel-popup-link a {
    background: #01677b;
    border-radius: 99px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .33);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .33);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .33);
    justify-content: center;
    width: fit-content;
    margin: 16px 0;
}

@media screen and (max-width:768px) {
    .hotel-popup-inner {
        flex-direction: column;
        align-items: center;
    }
    .fancybox__content {
        max-width: 88vw!important;
    }
    .hotel-popup-featured img {
        max-height: 250px;
    }
    .hotel-popup-thumbnails img {
        width: 100%;
        height: 100px;
    }
    .hotel-popup-gallery {
        max-height: fit-content !important;
        overflow: scroll;
        width: 100%;
    }
    .hotel-popup-thumbnails {
    grid-template-columns: repeat(2, 1fr);
    }

}
