﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

.item-room {
    height: 500px !important;
    object-fit: cover;
}

.single-facility {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.facilties .single-facility span {
    font-size: 60px !important;
}

.effect {
    position: absolute;
    top: 20px;
    left: -20px;
    width: 100%;
    height: 100%;
    background-color: #8B5E3C;
    z-index: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.footer-top {
    background: #AA8453;
}

.footer-bottom {
    background: #AA8453;
}

.footer-about-text {
    color: white;
}

.footer-contact-text {
    color: white;
}

.footer-explore-list li a {
    color: white;
}

.footer-bottom-copy-right {
    color: white;
}

.footer-about-social-list a:hover {
    background-color: transparent;
    color: black;
}

.footer-bottom-copy-right a:hover {
    color: black;
}

.img-left1 {
    width: 850px;
}

.testimonials .item .info .cont {
    margin-left: 0px;
}

.butn-light a::after hover {
    color: black;
}

.page-list {
    margin-bottom: 15px;
}

    .page-list li {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }

.page-list-icon {
    font-size: 20px;
    color: #a97c50;
    margin-right: 10px;
}

.page-list-text p {
    margin: 0;
    font-size: 15px;
    color: #333;
}

.room-img img {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.room-img:hover img {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

[data-overlay-dark="3"]:before, [data-overlay-darkgray="3"]:before, [data-overlay-light="3"]:before {
    opacity: 0.3;
}

[data-overlay-dark]:before {
    background: #aa8453;
}

.bg-souvi {
    position: relative;
    /*background-image: url('/assets/img/home-banner.jpg');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

    .bg-souvi::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 1);
        z-index: 1;
    }

    .bg-souvi2::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.50);
        z-index: 1;
    }

.hero-content {
    position: relative;
    z-index: 2;
}

section-padding-2 {
    padding-bottom: 50px;
}

.nav-scroll .logo-img {
    width: 250px;
}

.logo-img {
    padding: 20px 0;
    width: 350px;
    text-align: center;
}

.services ul li {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #333;
    display: flex;
    align-items: center;
}

.page-list-icon {
    background: #b08b57;
    color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 16px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.services ul li:hover .page-list-icon {
    background: #a17844;
    transform: scale(1.1);
}

.gallery-item .gallery-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

    .gallery-item .gallery-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: transform 0.5s ease;
    }

        .gallery-item .gallery-img img:hover {
            transform: scale(1.05);
        }

.services .row.align-items-center {
    display: flex;
    flex-wrap: wrap;
}

    .services .row.align-items-center .content {
        height: 325px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
        box-sizing: border-box;
    }

    .services .row.align-items-center .img {
        height: 375px;
    }

        .services .row.align-items-center .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
/* Icone Camera Singola */
.page-list-icon-room {
    background: transparent; /* niente sfondo */
    color: #b08b57; /* marroncino logo */
    border-radius: 0; /* niente cerchio */
    width: auto;
    height: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 20px; /* dimensione del logo */
    flex-shrink: 0;
    transition: color 0.3s ease;
}

    .page-list-icon-room:hover {
        color: #8c5e3c; /* leggero scurimento al passaggio del mouse */
    }

.flaticon-call:before {
    color: white;
    content: '\f101';
}

@media screen and (max-width: 991px) {
    .navbar {
        height: 168px;
    }
}

/* Overlay scuro sopra le immagini dello slider */
.header.slider-fade .item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.55) 40%, rgba(0, 0, 0, 0.7) 100% );
    z-index: 1;
}

/* Porta il testo sopra l’overlay */
.header.slider-fade .caption {
    position: relative;
    z-index: 2;
}

/* Migliora la leggibilità del testo */
.header.slider-fade h1,
.header.slider-fade h4 {
    text-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

/* Desktop (>= 991px) */
@media (min-width: 991px) {
    .img-fluid {
        height: 580px;
        object-fit: cover;
    }
}

/* ===============================
   NAVBAR RESPONSIVE FIX (MOBILE)
================================ */

@media (max-width: 991px) {

    /* Navbar compatta */
    .navbar {
        height: auto !important;
        padding: 10px 0;
    }

        /* Container allineato */
        .navbar .container {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

    /* Logo wrapper a sinistra */
    .logo-wrapper {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
    }

    /* Logo ridimensionato */
    .logo-img {
        width: 250px; /* QUI controlli la dimensione */
        padding: 5px 0;
    }

    /* Hamburger a destra */
    .navbar-toggler {
        margin-left: auto;
        border: none;
        padding: 8px 10px;
    }

    /* Menu dropdown */
    .navbar-collapse {
        background: #fff;
        margin-top: 10px;
        padding: 15px;
    }

        /* Link menu */
        .navbar-collapse .nav-link {
            color: #111 !important;
            padding: 10px 0;
        }

        /* Prenota bottone */
        .navbar-collapse .butn-dark {
            margin: 15px 0 0 !important;
            text-align: left;
        }

}

/* ===============================
   HERO SLIDER – MOBILE FIX
================================ */

@media (max-width: 767px) {

    /* Nasconde i pallini */
    .header.slider-fade .owl-dots {
        display: none !important;
    }

    /* Migliora spazi testo */
    .header.slider-fade h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .header.slider-fade h4 {
        font-size: 14px;
        letter-spacing: 1px;
    }

    /* Riduce bottone */
    .header.slider-fade .butn-light a {
        padding: 10px 20px;
        font-size: 13px;
    }

    /* Centra meglio verticalmente */
    .header.slider-fade .caption {
        padding: 0 15px;
    }
}

/* ===============================
   GTRANSLATE – FIX PULITO
================================ */

/* navbar non deve tagliare */
.navbar,
.navbar .container {
    overflow: visible !important;
}

/* wrapper lingua */
.gtranslate_wrapper {
    position: relative;
    z-index: 1000;
}

/* switcher */
.gt_float_switcher {
    position: relative !important;
    background: transparent !important;
    box-shadow: none !important;
}

    /* dropdown: SOLO posizione */
    .gt_float_switcher .gt_options {
        top: 100% !important;
        bottom: auto !important;
        right: 0 !important;
        left: auto !important;
        margin-top: 6px !important;
        z-index: 9999 !important;
    }

/* IMPORTANTISSIMO:
   evita overlay che mangiano i click */
.header::before,
.header.slider-fade .item::before,
.bg-souvi::before,
.bg-souvi2::before {
    pointer-events: none !important;
}

.gt_float_switcher .gt_options a {
    padding: 10px 10px !important;
}

.gt_float_switcher .gt-selected {
    background-color: #aa8453 !important;
}

.gt_float_switcher .gt_options a:hover {
    background: #88683df2 !important;
}

.footer-contact-text {
    font-size: 16px;
}

.fa-regular, .far {
    font-weight: 300;
}

