.header-area .main-header-area .book_room .socail_links ul li {
    padding-bottom: 10px;
}
.analytics-count {
    display: none;
}
.bg_whitening {
    background-color: #fbfbfb;
}
.licence_number {
    color: #BABABA;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 1rem !important;
    margin-bottom: 1rem;
    list-style: none;
    background: none !important;
    /* background-color: hsl(210deg 16% 93% / 65%) !important; */
    border-radius: 0.25rem;
    width:fit-content;
    margin: 0 auto;
    color: #FFF;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000000;
}
.breadcrumb a {
    color: #FFF;
    font-weight: bold;
}
.breadcrumb i {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 6px;
    line-height: 12px;
}
.breadcrumb a:hover {
    color: #FFF;
    font-weight: bold;
    text-decoration: underline;
}

.single_offers {
    background-color: #FFF;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 43px;
}
.offers_area .single_offers h3 {
    font-weight: 500 !important;
    padding: 0px 14px;
    white-space: nowrap;       /* Impedisce al testo di andare a capo */
    overflow: hidden;          /* Nasconde la parte di testo in eccesso */
    text-overflow: ellipsis;   /* Aggiunge i tre puntini (...) */
    display: block;            /* Assicura che l'elemento si comporti come un blocco */';;
    text-transform: uppercase;
}
.offers_area.comfort .single_offers h3 {
    font-weight: bold !important;
}
.offers_area .single_offers p {
    font-weight: 500 !important;
    padding: 0px 14px;
    text-align: justify;
    height: 84px;
    overflow: hidden;
}
.offers_area.comfort .single_offers p {
    font-weight: 500 !important;
    padding: 0px 14px;
    text-align: justify;
    height: 90px;
    overflow: hidden;
    font-size: 15px;
    line-height: 24px;
}
.offers_area.comfort .single_offers {
    border-bottom: 5px solid #aa8207;
}
.offers_area.comfort .single_offers h3 {
    font-size: 22px;
    font-weight: 400;
    color: #1F1F1F;
    margin-top: 17px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.offers_area .single_offers p.book_now {
    padding: 10px 25px;
    border: 1px solid #000;
    margin: 14px;
    height: auto;
    display: inline-block; /* Necessario per contenere lo sfondo correttamente */
    
    /* Configurazione Gradiente: Trasparente a sinistra, Marrone a destra */
    background-image: linear-gradient(to right, transparent 50%, #aa8207 50%);
    background-size: 200% 100%;
    background-position: 0% 0; /* Inizialmente vediamo la parte trasparente */
    
    /* Transizione fluida */
    transition: background-position 0.4s ease-out, color 0.3s ease, border-color 0.3s ease;
    
    /* Protezione per il testo */
    position: relative;
    z-index: 1;
}

/* Effetto Hover: Il colore entra da DESTRA verso SINISTRA */
.link-dettagli-servizio:hover .single_offers .book_now {
    background-position: 100% 0; /* Sposta il gradiente a sinistra, rivelando il marrone */
    color: #fff;
    border-color: #fff;
}

/*CAROSELLO SERVIZI EXTRA*/
/* --- 2. STILE FRECCE (NAV) --- */
#offers_carousel.owl-carousel .owl-nav {
    display: block;
}

#offers_carousel.owl-carousel .owl-nav .owl-prev,
#offers_carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -94px;
    transform: translateY(-50%);
    background: #bfbbbb !important; /* Sfondo bianco per le frecce */
    color: #FFF !important;   /* Icona marrone */
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    font-size: 20px !important;
    text-align: center;
}

#offers_carousel.owl-carousel .owl-nav .owl-prev i,
#offers_carousel.owl-carousel .owl-nav .owl-next i {
    font-weight: bold;
}

#offers_carousel.owl-carousel .owl-nav .owl-prev {
    left: -20px; /* Posizionata a sinistra */
}

#offers_carousel.owl-carousel .owl-nav .owl-next {
    right: -20px; /* Posizionata a destra */
}

#offers_carousel.owl-carousel .owl-nav .owl-prev:hover,
#offers_carousel.owl-carousel .owl-nav .owl-next:hover {
    background: #aa8207 !important;
    color: #fff !important;
}

/* --- 3. STILE PUNTINI (DOTS) --- */
#offers_carousel.owl-carousel .owl-dots {
    text-align: center; /* Centra il contenuto */
    margin-top: 30px;
    width: 100%;       /* Occupa tutta la larghezza per poter centrare */
    display: block;    
}

#offers_carousel.owl-carousel .owl-dot {
    display: inline-block; /* FORZA l'allineamento orizzontale */
    background: none;      /* Rimuove sfondi di default del button */
    border: none;          /* Rimuove bordi di default del button */
    padding: 0;
    cursor: pointer;
}

#offers_carousel.owl-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #ccc; 
    display: block;
    border-radius: 30px;
    transition: all 0.3s ease;
}

#offers_carousel.owl-carousel .owl-dot.active span,
#offers_carousel.owl-carousel .owl-dot:hover span {
    background: #aa8207; 
    width: 30px; 
}


/**/
.img_footer {
    height: 140px;
}
/*FLAGS TRANSLATE*/
.speedlink {
    position: fixed;
    top: 150px;
    left: 3px;
    z-index: 99;
    width: 35px;
}
.speedlink a {
    float: left;
    margin-bottom: 9px;
    background-color: #FFF;
    padding: 3px;
    border-radius: 50%;
    cursor: pointer;
}
.speedlink a img {
    width: 30px;    
}
/*FOOTER*/
.footer-about.dati_az .fa-ul li {
    color: #BABABA;
    margin-bottom: 9px;
}
.footer-contacts.fa-ul li:first-child {
    margin-bottom: 0px;
}
.footer-about.dati_az .fa-ul li a {
    font-size: 16px;
    color: #BABABA;
    line-height: 25px !important;
}

/* Selezioniamo i link dentro la lista del widget footer */
.footer_widget ul li a::before {
    content: "\f105"; /* Codice Unicode per fa-angle-right */
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 10px; /* Spazio tra freccia e testo */
    color: #BABABA; /* Il color bronzo/pietra di Borgo Cervarolo */
    font-size: 0.9rem;
    transition: transform 0.3s ease; /* Per l'effetto movimento */
}
.footer_widget ul.footer-contacts li a::before {
    content: ""; /* Codice Unicode per fa-angle-right */
}
/* Rimuoviamo i punti elenco standard se presenti */
.footer_widget ul {
    list-style: none;
    padding-left: 0;
}

.footer_widget ul li {
    margin-bottom: 0px;
}

.footer_widget ul li a {
    text-decoration: none;
    color: #4a4a4a;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    transition: color 0.3s ease;
}

/* Effetto Hover: la freccia si sposta leggermente a destra */
.footer_widget ul li a:hover {
    color: #8c7356;
}

.footer_widget ul li a:hover::before {
    transform: translateX(5px); /* Movimento elegante al passaggio del mouse */
}

.footer .fs-widget p {
    color: #BABABA;
    padding-left: 15px;
    border-left: 1px solid #BABABA;
}
.footer .fs-widget a {
    font-weight: bold;
}
.footer .fs-widget a:hover {
    background-color: #aa8207;
    color: #FFF;
}
.social_follow {
  height: 41px;
    width: 41px;
    display: block;
    float: left;
    background: #FFF;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
}
.social_follow i {
    line-height: 50px;
    position: absolute;
    font-size: 23px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
}
.social_follow:hover {
    background-color: #aa8207;
}
.social_follow:hover i {
    color: #FFF;
}
.btn-white {
    background-color: #FFF; 
}
.licence_number span {
    color: #FFF;
}
/*COPYRIGHT*/
/*Copyright*/
.copyright {
  background: #000000;
  padding: 7px 0 7px;
  /*margin-top: 40px;*/
  line-height: 0px;
  border-top: 1px solid rgb(255 255 255 / 30%);
}

.copyright__text {
  margin-bottom: 0;
  font-size: 13px;
  color: #c7bdbd !important;
  /* line-height: 19px; */
}
.copyright__text i {
  color: #f08632;
}
.copyright__text a {
  color: #BABABA;
}
.copyright__text a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.copyright__widget {
  text-align: right;
}
.copyright__widget ul li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.copyright__widget ul li:after {
  position: absolute;
  right: -18px;
  top: 0;
  content: "|";
  color: #888888;
}
.copyright__widget ul li:last-child {
  margin-right: 0;
}
.copyright__widget ul li:last-child:after {
  display: none;
}
.copyright__widget ul li a {
  font-size: 14px;
  color: #bdb8b8;
}

.copyright__widget ul li a:hover {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}
.only_mobile {
    display: none !important;
}
@media (max-width: 767.98px) {
    .only_mobile {
        display: block !important;
    }
    .slicknav_nav .submenu {
        background-color: #494747;
    }
    .slicknav_nav ul {
        margin-left: 0px !important;
    }
    .slicknav_nav li {
        border-bottom: 1px solid #8f8f8f;
    }
    .slider_area .single_slider {
        background-position: center center;
    }
    .speedlink a {
        float: left;
        margin-bottom: 9px;
        background-color: #FFF;
        padding: 1px 1px 1.3px;
        border-radius: 50%;
        cursor: pointer;
    }
    .speedlink a img {
        width: 23px;
    }
    .footer .footer_top .footer_widget .footer-about.dati_az {
        margin-bottom:30px;
        text-align: left;
        margin-left: calc(50% - 114.22px);
    }
    .footer-about.dati_az .fa-ul.footer-contacts {
        width: max-content;
    }
    .footer-about.dati_az .fa-ul li {
        width: max-content;
    }
    .footer .footer_top .footer_widget {
        text-align: center;
    }
    .div_follow_ft {
        display: flex;
        justify-content: center; /* Qui c'era l'errore: usa i due punti */
        align-items: center;
    }
    .slicknav_menu .slicknav_nav {
        background: #000 !important;
    }
    .slicknav_nav a {
        font-size: 14px;
        font-weight: 400;
        color: #FFF !important;
        text-transform: capitalize;
    }
    .about_info .section_title {
        text-align: center;
    }
    .about_area .about_thumb2.d-flex {
        margin-bottom: 23px;
    }
    .about_area .about_info p {
        padding: 0px 15px;
        text-align: justify;
        white-space: pre-line;
        overflow-wrap: break-word;
        word-break: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    .slicknav_nav a {
        padding: 10px 10px !important;
        margin: 2px 5px;
        text-decoration: none;
        color: #fff;
    }
    .btn-mobile-fix {
        position: fixed;
        bottom: 20px;
        left: 80px;
        z-index: 9999;
        box-shadow: 0 4px 15px rgba(0,0,0,0.3);
        border-radius: 50px;
        padding: 12px 25px;
        font-weight: bold !important;
        text-transform: uppercase;
    }
}













