/* Additional styling for mh-offer div */
.mh-offer {
    background-color: #f5f5f5;
    margin: 10px;
    background-color: blanchedalmond;
    width: 50%;
    font-family: 'Poppins', sans-serif;
}

.mh-offer h4 {
    font-size: 20px;
    margin-top: 0;
    font-weight: bold;
}

.mh-offer p {
    margin-bottom: 10px;
    font-weight: 200;
}

.mh-offer-image {
    width: 100%;
}

.mh-offer-image img {
    object-fit: cover;
    /* Preserve aspect ratio and cover the container */
    width: 100%;
    max-height: 300px;
}

.mh-offer-image span {
    position: absolute;
    top: 10px;
    background-color: gold;
    padding: 20px 10px;
    border-radius: 0px 40px;
    font-size: 20px;
}

.mh-offer-content {
    background-color: antiquewhite;
    display: block;
    padding: 20px 20px 15px 20px;
    position: relative;
}

.mh-offer-button-wrapper {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    display: flex;
}

.mh-offer-button {
    display: block;
    padding: 10px 20px;
    width: 200px;
    margin: auto;
    background-color: black;
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif;

}

/* CSS for the overlay */
.overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.popup {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.overlay-content {
    width: 280px;
    margin: auto;
    text-align: center;
}

.overlay-content p {
    font-size: 13px;
}

.mh-offer-include-ul li {
    font-weight: 200;
}

.color-div {
    display: block;
    width: 15px;
    height: 15px;
    background: #4CAF50;
    float: left;
    margin: 0;
    padding: 0;
}

.count-div {
    padding: 15px;
    font-size: 15px;
    font-weight: 300;
}

.select-count {
    padding: 3px 8px;
}

/* CSS FOR ROOMS */
.mh-room {
    margin: 10px;
    width: 50%;
    text-align: center;
}

.mh-room h4 {
    font-size: 20px;
    margin-top: 0;
    height: 100px;
    overflow-y: hidden;
}

.mh-room p:not(.price) {
    height: 70px;
    overflow-y: hidden;
}

.mh-room .price {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.mh-room .price s {
    color: grey;
}

.mh-room-image {
    width: 100%;
}

.mh-room-image img {
    object-fit: cover;
    width: 100%;
    max-height: 300px;
}

.mh-room-image span {
    position: absolute;
    top: 10px;
    background-color: gold;
    padding: 20px 10px;
    border-radius: 0px 40px;
    font-size: 20px;
}

.mh-room-content {
    display: block;
    padding: 20px 20px 0px 20px;
}

.mh-room-button-wrapper {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    display: flex;
}

.mh-room-button {
    display: inline;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.slick-next {
    right: 0px !important;
}

.slick-prev {
    left: 0px !important;
}