/* ===== Desktop (mantém igual você quer) ===== */
.modal-custom {
    max-width: 700px;
}

.modal-img {
    width: 600px;
    height: 450px;
}

/* ===== Mobile ===== */
@media (max-width: 768px) {

    .modal-custom {
        max-width: 95%;
        margin: 1rem auto;
    }

    .modal-img {
        width: 100%;
        height: auto;
    }

}


.conheca-resort {
    min-height: 400px;
    color: white;

}




#acomodacoes-carousel .splide__track {
    height: 300px;
}

#acomodacoes-carousel .splide__slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
}

#acomodacoes-carousel .splide__slide {
    padding: 0 10px;
    backface-visibility: hidden;
    will-change: transform;
    transform: translateZ(0);
}

#acomodacoes-carousel .splide__track {
    padding-left: 10px;
    padding-right: 10px;
}


#acomodacoes-carousel .splide__slide img {
    backface-visibility: hidden;
    will-change: transform;
    transform: translateZ(0);
}

/*     .splide__slide img:hover {
        transform: scale(1.02);
        transition: transform 0.3s ease;
    } */



/* AVALIAÇÕES */

.avaliacoes {
    margin-right: 5em;
    margin-left: 5em;
}

.carousel-indicators-custom button {
    width: 1.3em;
    height: 1.3em;

    background-color: transparent;
    border: 2px solid #f6a622;
    border-radius: 50%;

    opacity: 0.6;
    transition: 0.3s;
}

.carousel-indicators-custom button.active {
    background-color: #f6a622;
    opacity: 1;
}

.carousel-control-prev-static,
.carousel-control-next-static {
    background: none;
    border: none;
    padding: 0;
    font-size: 1.2rem;
}

.carousel-control-prev-static:focus,
.carousel-control-next-static:focus {
    outline: none;
    box-shadow: none;
}

.carousel-setas {
    font-size: 1.8em;
}

@media (max-width: 992px) {
    .avaliacoes {
        margin-right: 0em;
        margin-left: 0em;
    }
}