/*
 * Custom CSS
 *
 * File separato per modifiche condivise e override caricati dopo style.css.
 */

ul.room-occupancy-list li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.mb-0{
    margin-bottom:0!important;
}

#tutte-camere span.card-image-label,
#altre-camere span.card-image-label {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    font-size: 16px;
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #2D2D2D;
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(3px);
    padding: 10px 30px;
    border-radius: 30px;
    left:unset;
}
#tutte-camere .card-image img,
#altre-camere .card-image img {
    border-radius: 20px;
    height: 30vh;
    object-fit: cover;
}
@media only screen and (max-width: 768px) {
    #tutte-camere .card-image img,
    #altre-camere .card-image img {
        height: 25vh;
    }

}
@media only screen and (max-width: 1200px) and (min-width: 992px){
    #tutte-camere span.card-image-label, #altre-camere span.card-image-label{
        bottom: 20px;
        right: 0;
        left: 20px;
        top: unset;
    }
}
@media only screen and (max-width: 768px) and (min-width: 575px) {

    #tutte-camere span.card-image-label, #altre-camere span.card-image-label{
        bottom: 20px;
        right: 0;
        left: 20px;
        top: unset;
    }
}
#tutte-camere span.price,
#altre-camere span.price {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    font-size: 16px;
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #2D2D2D;
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(3px);
    padding: 10px 30px;
    border-radius: 30px;
    bottom: unset;
    right: unset;
}
#tutte-camere .card,
#altre-camere .card {
    border-radius: 30px;
    padding: 15px;
    box-shadow: 0 4px 20px 0 rgba(129, 129, 129, 0.25);
    margin: 20px;
}
#tutte-camere .card{
    margin: 0px;
}
#tutte-camere .card-content,
#altre-camere .card-content {
    padding: 0;
}
#tutte-camere .card-content h3,
#altre-camere .card-content h3 {
    font-size: 1.4em!important;
    line-height: 1.2!important;
    margin: 20px 0 10px 0;
    color: #000;
}
#tutte-camere .card-content .btn-camere,
#altre-camere .card-content .btn-camere {
    background: #fff;
    color: #86267A;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 50px;
    font-weight: 400;
    align-self: flex-start;
    transition: background 0.2s;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    display: block;
    border-color: #86267A;
}
#tutte-camere .card-content .btn-camere:hover,
#altre-camere .card-content .btn-camere:hover {
    color: #fff;
    background-color: #86267A;
}
#tutte-camere .slider-footer .swiper-button-prev,
 #tutte-camere .slider-footer .swiper-button-next,
#altre-camere .slider-footer .swiper-button-prev,
 #altre-camere .slider-footer .swiper-button-next {
    border-radius: 50px;
    border: 1px solid #86267A;
    color: #86267A;
    background-color: #fff;
}
#tutte-camere .slider-footer .swiper-button-prev:hover,
 #tutte-camere .slider-footer .swiper-button-next:hover,
#altre-camere .slider-footer .swiper-button-prev:hover,
 #altre-camere .slider-footer .swiper-button-next:hover {
    background-color: #86267A;
    color: #fff;
}
#tutte-camere .slider-footer .swiper-button-prev:after, 
#tutte-camere .slider-footer .swiper-button-next:after ,
#altre-camere .slider-footer .swiper-button-prev:after, 
#altre-camere .slider-footer .swiper-button-next:after {
    color: #86267A;
}
#tutte-camere .slider-footer .swiper-button-prev:hover:after, 
#tutte-camere .slider-footer .swiper-button-next:hover:after,
#altre-camere .slider-footer .swiper-button-prev:hover:after, 
#altre-camere .slider-footer .swiper-button-next:hover:after {
    color: #fff;
}



.faq-camere .faq-category-title-or{
    display: none;
}

.faq-camere .faq-category-or-spa{
    width: 100%;
}
.accordion-or {
    border: 1px solid transparent!important;
    border-radius: 34px!important;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(3px);
}
.accordion-header-or{
    background-color: transparent!important;
    padding: 10px 20px!important;
    
}
.accordion-header-or .accordion-question-or{
    font-weight: 700!important;
}
.accordion-content-or{
border-top: 1px solid transparent!important;
padding: 10px 20px!important;
}
.accordion-icon-or svg path:not(:first-child){
    fill: #86267A;
}

/* Slider verticale */
.slider-container {
    display: flex;
    flex-direction: row;
    gap: 55px;
    justify-content: space-between;
}
.slider-container.reverse-column {
    flex-direction: row-reverse;
}
.slider-images {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.slide-item {
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.slide-title  {
    font-size: clamp(1.563rem, 0.446vw + 1.484rem, 1.875rem);
    font-weight: 400;
    color: #91828F;
}
.slide-item.active, .slide-item.active .slide-title {
    color: #000;
}
.slide-description, .slide-button {
    display: none;
}
.slide-item.active .slide-description,
.slide-item.active .slide-button {
    display: block;
}

.slider-images {
    width: 50%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.slide-media-item {
    width: 100%;
    height: 480px !important;
    display: none;
    border-radius: 30px !important;
    overflow: hidden;
}
.slide-media-item.active {
    display: block;
}
.slide-image {
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover;
    border-radius: inherit !important;
}
.slide-video {
    background-color: #000;
}
.slide-video iframe,
.slide-video video,
.slide-video embed,
.slide-video object {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    pointer-events: none;
}
.slide-video video {
    object-fit: cover;
}
.slide-video video::-webkit-media-controls {
    display: none !important;
}
.slide-image-cta {
    display: none;
    color: #fff;
    font-weight: 600;
    font-size: clamp(1.188rem, 0.268vw + 1.141rem, 1.375rem);
}
.slide-image-cta.active {
    display: inline-flex;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(3px);
    padding: 10px 30px;
    border-radius: 30px;
    white-space: nowrap;
    bottom: 20px;
    position: absolute;
}

.slides {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slide-description p {
    text-align: left;
}
a.slide-button {
    line-height: 1;
    padding: 17px 26px;
    background-color: transparent;
    border-radius: 24px;
    border: 1px solid #86267A;
    text-align: center;
    color: #86267A;
    width: fit-content;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    margin: 10px 0 20px 0;
}
a.slide-button:hover {
    background-color: #86267A;
    color: #fff;
    transition: all 0.2s ease-in-out;
}
@media(max-width: 768px) {
    .slider-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: space-between;
    }
    .slider-container.reverse-column {
        flex-direction: column;
    }
    .slides {
        width: 100%;
    }
    .slider-images {
        width: 100%;
    }
    .slide-item {
        padding: 0px;
        margin-bottom: 5px;
    }
    .slide-media-item {
        height: 420px !important;
    }
}
