/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.splide__pagination {
    top: -2.3rem !important;
    bottom: 100% !important;
    margin-top: 15px;
    /* Space between carousel and pagination */
}

.splide__pagination__page {
    width: 40px !important;
    height: 6px !important;
    border-radius: 0px !important;
    background: #ccc;
    opacity: 1;
    margin: 5px;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.splide__pagination__page.is-active {
    background: #1E90B5 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.two_text_hotel_stuck_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hotel_stuck_title {
    font-weight: 500;
    font-size: 44px;
    line-height: 54px;
    letter-spacing: 0;
    width: 55%;
    margin: 0;
}

.hotel_stuck_description {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    width: 45%;
}

.card_hotel_stuck {
    border: 1px solid #ECEEF2;
}

.card_custom {
    border: 2px solid #3F98CC;
    border-radius: 12px;
    padding: 20px 20px 0;
    /* max-width: 360px; */
    /* background-color: #ffffff; */
    margin: 10px auto;
}

.card_title {
    font-weight: 700;
    font-size: 1.1rem;
    color: #1c1c1c;
}

.card_text {
    color: #555;
    font-size: 0.95rem;
    margin-top: 4px;
}

.img_box {
    /* background-color: #f6f6f6; */
    border-radius: 10px;
    padding: 15px 0 0;
    margin-top: 15px;
    text-align: center;
}

.img_box img {
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.slick_carousel .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2rem 0;
}

/* Highlight the center (active) card */
.slick_carousel .slick-center .card_custom {
    /* background-color: #eaf6ff; */
    /* Change to your preferred highlight color */
    -webkit-box-shadow: 0 4px 24px rgba(0, 123, 255, 0.08);
    box-shadow: 0 4px 24px rgba(0, 123, 255, 0.08);
    -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.hotelSwiper {
    width: 100%;
    /* padding-bottom: 40px; */
    /* padding-top: 20px; */
}

.hotelSwiper .carousel-cell {
    width: 90%;
    /* for mobile */
    margin-right: 20px;
    /* space between cards */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.carousel-button {

    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    font-size: 20px;
    height: 50px;
    width: 50px;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

.two_btns_flip {
    margin: 1.5rem 0 0;
}



@media (max-width: 767px) {
    .img_box img {
        max-width: 100%;
        width: 288px;
        height: 301px;
    }

    .hotelSwiper {
        padding-top: 40px;
    }

    .two_btns_flip {
        margin: 2.5rem 0 0;
    }

    .two_text_hotel_stuck_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hotel_stuck_title {
        width: 100%;
        font-size: 32px;
        line-height: 38px;

        letter-spacing: 0;

    }

    .hotel_stuck_description {
        width: 100%;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0;
        margin: 16px 0 0;

    }


}





@media (min-width: 768px) {

    /* Default state: all cards white */
    /* Default card background */
    .splide__slide .card_custom {
        background-color: #fff;
        transition: background-color 0.3s ease;
    }

    /* Active slide highlighted */
    .splide__slide.is-active .card_custom {
        /* background-color: #DEFDFF; */
    }

    /* Hover: highlight hovered card (takes priority over active) */
    .splide__slide:hover .card_custom {
        background-color: #DEFDFF !important;

    }

    .hotelSwiper {
        padding: 30px 0 0;
    }

    .hotelSwiper .carousel-cell {
        /* Exactly 3 cards in a row, including margin */
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
    }

    /* Remove margin from the last visible cell so layout stays exact */
    .hotelSwiper .carousel-cell:last-child {
        margin-right: 0;
    }

    .flickity-page-dots {
        display: none !important;
    }

    .hotel_stuck_title {
        padding: 0 1rem 0 0;
    }

    .slick-slide {
        max-width: 210px !important;
        width: 210px !important;
    }

    .card_custom {
        /* border: 2px solid #d0dee9; */
        border-radius: 12px;
        /* padding: 20px; */
        /* max-width: 360px;
        width: 360px; */
    }
}

@media (min-width: 991px) {

    .card_custom {
        /* border: 2px solid #d0dee9; */
        border-radius: 12px;
        /* padding: 20px; */
        /* max-width: 360px; */
    }

    .img_box img {
        max-width: 100%;
        width: 100%;
        border-radius: 10px;
        height: 350px;
    }
}


@media (min-width: 1200px) {

    .card_custom {
        /* border: 2px solid #d0dee9; */
        border-radius: 12px;
        /* padding: 20px; */
        /* max-width: 360px; */
    }

    .img_box img {
        max-width: 100%;
        width: 100%;
        border-radius: 10px;
        height: 380px;
    }
}


@media (min-width: 1400px) {

    .card_custom {
        /* border: 2px solid #d0dee9; */
        border-radius: 12px;
        /* padding: 20px; */
        /* max-width: 360px; */
    }

    .img_box img {
        max-width: 100%;
        width: 100%;
        border-radius: 10px;
        height: 350px;
    }
}