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: 350px;
}

.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;
    }
}
