﻿:root {
    --blue: #013B55;
    --text: #3E3A35;
    --white: #ffffff;
    --dark: #565656;
    --gold: #978667;
    --font-body: 'Poppins',sans-serif;
    --font-title: 'Playfair Display', serif;
    --font-title-elegant: 'Marcellus', serif;
    --bg-color: #ffffff;
    --bg-soft-color: #faf8f5;
    --bs-primary: #978667 !important;
    --bs-focus-ring-color: rgba(1, 59, 85, 0.25);
    --bs-pagination-color: #978667;
    --bs-pagination-hover-color: #013B55;
    --bs-pagination-active-bg: #978667;
    --bs-pagination-active-border-color: #978667;
}



/* VARIABILI FONT -----------------------------------*/
body {
    font-family: var(--font-body);
    background-color: var(--bg-color);
}
.bg-soft {
    background: var(--bg-soft-color);
}



h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-title-elegant);
}

.btn {
    font-family: var(--font-title-elegant);
}
.navbar a {
    font-family: var(--font-title-elegant);
}


.text-white {
    color: var(--white);
}
.text-gold {
    color: var(--gold);
}



.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:focus-visible,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: var(--gold) !important;
    border-color: var(--gold) !important;
    color: var(--white) !important;
}
    .btn-primary:hover {
        background-color: var(--white) !important;
        border-color: var(--white) !important;
        color: var(--gold) !important;
    }
    /* VARIABILI FONT -----------------------------------*/
    html * {
        -webkit-font-smoothing: antialiased;
    }





html, body {
    overflow-x: hidden;
}

    body.menu-open {
        overflow: hidden;
    }

.logo_nav {
    height: auto;
    width: 180px;
    position: absolute;
    top: 0px;
}


.modal {
    z-index:9999;
}



h1 {
    letter-spacing: .5px;
}


.page-link {
    color: #978667;
    font-family:var(--font-title-elegant);
}

    .page-link:hover {
        color: #013B55;
    }

.page-item.active .page-link {
    background-color: #978667;
    border-color: #978667;
    color: #fff;
}


.box-promo {
    border: 1px solid var(--gold);
    padding: 20px;
    border-radius: 20px;
    background: var(--gold);
    color: #fff;
    font-size: 20px;
}
    .box-promo span {
        font-size:28px;
        font-family:var(--font-title-elegant);
        font-weight:bold;
    }
    /* ICON BOX */
    .icon-box {
        background: #fff;
        border-radius: 16px;
        padding: 30px;
        box-shadow: 0 10px 30px rgba(0,0,0,.1);
        text-align: center;
        height: 100%
    }

    .icon-box i {
        font-size: 2.2rem;
        color: #0096c7
    }

/* servizi BOX */

div[data-content='biancheria-servizi'] .singleServizio:first-child .servizi-box {
    border: 0;
}

.servizi-box {
    padding: 30px;
    height: 100%;
    border-width: 2px;
    text-align: center;
    border-style: solid;
    border-right: 0;
    border-image: linear-gradient(to bottom, #ededed, transparent) 1 60%;
}

    .servizi-box:first-child {

    }

    .servizi-box i {
        font-size: 3.875rem;
        color: var(--gold);
    }
    .servizi-box h5 {
        font-weight:bold;
    }

i.la {
    font-size: 50px;
    color: #0096c7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.la-lg {
    font-size: 80px;
}

.reviews-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* 🔥 questo fa l’effetto fisso */
    overflow: hidden;
}
    /* overlay corretto */
    .reviews-bg::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( to bottom, rgba(0,70,100,.55) 0%, rgba(0,70,100,.45) 100% );
        z-index: 0;
        pointer-events: none; /* 🔥 fondamentale */
    }
    /* contenuto sopra overlay */
    .reviews-bg > * {
        position: relative;
        z-index: 1;
    }

.reviews-bg .container {
    position: relative;
    z-index: 2;
}

    /* overlay per leggibilità testo */
    .reviews-bg .overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: 1;
    }

    .reviews-bg .container {
        position: relative;
        z-index: 2;
    }

    /* card su sfondo scuro */
    .reviews-bg .review-card-google {
        background: #ffffff;
    }

    /* scrollbar visibile su fondo scuro */
    .reviews-bg .reviews-scroll::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,.5);
    }


.reviews-wrapper {
    max-width: 100%;
    overflow: hidden;
}

.reviews-scroll {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0 60px;
}

    .reviews-scroll::-webkit-scrollbar {
        display: none;
    }

/* Frecce */
.reviews-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(0,0,0,.15);
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 5;
    opacity: .85;
}

    .reviews-arrow:hover {
        opacity: 1;
    }

    .reviews-arrow.left {
        left: 10px;
    }

    .reviews-arrow.right {
        right: 10px;
    }




.reviews-scroll {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
}

    /* scrollbar discreta */
    .reviews-scroll::-webkit-scrollbar {
        height: 6px;
    }

    .reviews-scroll::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }

.review-card-google {
    flex: 0 0 320px;
    background: #fff;
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
    transition: transform .3s ease, box-shadow .3s ease;
    scroll-snap-align: start;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.review-stars {
    color: #f4b400;
    font-size: 20px;
    letter-spacing: 1px;
}

.review-page .review-stars {
    font-size:24px;
    margin-left:10px;
}




.review-score {
    font-weight: 600;
    color: #333;
    font-size: 24px;
}

.review-text {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 12px;
}

.review-city {
    font-size: 16px;
    color: #777;
    font-weight: 500;
    text-transform: capitalize;
}
.review-data {
    font-size: 13px;
    line-height: 1.6;
    color: #999;
    margin-bottom: 12px;
}



.review-card {
    background: #faf8f4;
    border-radius: 18px;
    padding: 28px 32px;
}

.review-rating strong {
    font-size: 28px;
    color: #9b8b6a;
}

.review-rating small {
    font-size: 14px;
    color: #9b8b6a;
}

.review-rating-label {
    font-size: 12px;
    color: #777;
}

.review-date {
    font-size: 13px;
    color: #999;
    font-style: italic;
}

.review-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.review-text {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

.review-author {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
}



.review-box {
 
}

    .review-box h3 {
        font-weight: 600;
    }

.review-intro {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
}

.review-item {
    margin-bottom: 18px;
}

    .review-item span {
        font-size: 15px;
    }

    .review-item strong {
        font-size: 15px;
    }

.review-bar {
    height: 6px;
    background: #e6e6e6;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 6px;
}

    .review-bar span {
        display: block;
        height: 100%;
        background: #9b8b6a; /* colore premium */
        border-radius: 10px;
    }


.review-score {
    margin-left: 8px;
    font-weight: 600;
    color: var(--gold);
}

.review-tot {
    font-size:13px;
}








.box-info-map {
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.map-mini {
    width: 100%;
    height: 220px;
    border-radius: 12px;
    overflow: hidden;
}





.map-preventivo {
    padding: 60px 0 0 0 !important;
    background: #f8f9fa;
}

.map-elba {
    width: 100%;
    height: 520px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,.15);
}




/* NAV */
.navbar {
    background: rgba(0,70,100,.95)
}


    .navbar a {
        color: #fff;
        cursor:pointer !important;
    }

        .navbar a:hover {
            color: #dddddd;
        }

.navbar {
    transition: background .35s ease, box-shadow .35s ease, padding .35s ease;
    padding: 26px 0;
}

    .navbar.nav-transparent {
        background: transparent;
        box-shadow: none;
    }

    .navbar.nav-solid {
        background: rgba(0,70,100,.95);
        box-shadow: 0 6px 25px rgba(0,0,0,.25);
        padding: 38px 0;
    }

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
}

.navbar-nav .nav-link {
    padding:8px 20px !important;
}


.dropdown-item {
    color: var(--blue) !important;
}

/* SERVIZI ICONA LIST --------------------------------------------*/


/* SERVIZI EXTRA LIST --------------------------------------------*/
.serviziIconaList i {
    color: rgba(0,70,100,.95) !important;
}

    .serviziIconaList i.la {
        font-size: 30px;
        width: 45px;
        text-align: center;
    }

    .serviziIconaList i.la {
        font-size: 30px;
        width: 45px;
        text-align: center;
    }

    .serviziIconaList i.gi, .serviziIconaList i.fa, .serviziIconaList i.hi {
        font-size: 20px;
        width: 45px;
        text-align: center;
    }

    .serviziIconaList i {
        font-size: 28px;
        width: 45px;
        text-align: center;
    }

.lista-servizi-base {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

    .lista-servizi-base li {
        margin-bottom: 8px;
        font-size: 14px;
        padding-left: 45px;
        position: relative;
    }

    .lista-servizi-base i {
        margin-right: 6px;
        color: #666;
        position: absolute;
        top: 0px;
        left: 0;
        text-align: center;
    }

    .lista-servizi-base .price {
        color: #555;
        font-size: 13px;
    }




.lista-servizi-book {
    list-style: none;
    padding: 0;
    margin: 22px 0;
}
    .lista-servizi-book li {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom:5px;
        color:#777;
    }
    .lista-servizi-book i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        font-size: 26px;
        line-height: 1;
        flex-shrink: 0;
    }
    .lista-servizi-book span {
        line-height: 1.8;
    }




    .lista-servizi-extra {
        list-style: none;
        padding: 0;
        margin: 30px 0;
    }

    .lista-servizi-extra li {
        margin-bottom: 8px;
        font-size: 14px;
        padding-left: 45px;
        position: relative;
    }

    .lista-servizi-extra i {
        margin-right: 6px;
        color: #666;
        position: absolute;
        top: 0px;
        left: 0;
        text-align: center;
    }

    .lista-servizi-extra .price {
        color: #555;
        font-size: 13px;
    }



/* HAMBURGER */
.hamburger {
    width: 28px;
    height: 20px;
    position: relative;
    display: inline-block;
}

    .hamburger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        transition: all .3s ease;
    }

        .hamburger span:nth-child(1) {
            top: 0;
        }

        .hamburger span:nth-child(2) {
            top: 9px;
        }

        .hamburger span:nth-child(3) {
            bottom: 0;
        }

.navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
}

.navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 9px;
}

.navbar-toggler {
    -webkit-tap-highlight-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
}

    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler:focus-visible {
        outline: none;
        box-shadow: none;
    }


.navbar-toggler-icon {
    filter: invert(1);
}


/* HERO */

.hero {
    position: relative;
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
}

    /* sfumatura */
    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 100px);
        background: linear-gradient(to bottom, var(--blue) 0%, rgba(1, 59, 85, 0.55) 40%, rgba(1, 59, 85, 0.4) 70%, rgba(1, 59, 85, 0) 100%);
        z-index: 1;
        pointer-events: none;
    }

    /* contenuto sopra l’overlay */
    .hero > .container {
        position: relative;
        z-index: 2;
    }

    .hero.reduct {
        min-height: 60vh;
    }
    .hero.mini {
        min-height: 20vh;
        background-image: url(../App_Images/hero/header-blu.jpg) !important;
    }




/* BOOKING */
.booking-box {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
    margin-bottom:20px !important;
}

    .booking-box input, .booking-box select, .booking-box button {
        height: 48px;
    }

    .booking-box .error {
        border-color: #dc3545 !important;
        background-color: #fff6f6;
    }


.booking-form textarea{
    width:100%;
    height:100px;
    resize:none;
}

#text_privacy {
    border: 2px dotted transparent;
    background-color: #f1f1f1;
    margin: 36px -12px 0 -12px;
    padding: 10px;
}
    #text_privacy p {
        color: #818181 !important;
    }
.note {
    font-size: 12px !important;
    font-weight: 500 !important;
}

.option-bank {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 10px;
}
    .option-bank li {
        position: relative;
        padding-left: 30px;
        margin-top: 25px;
    }
        .option-bank li:first-child {
            margin-top:0;
        }

.serviziCondizioniList {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 10px;
}

    .serviziCondizioniList li {
        position: relative;
        margin-top: 25px;
    }

        .serviziCondizioniList li:first-child {
            margin-top: 0;
        }



.label-checkbox {
    color: #232323;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center; /* centro verticale */
}
    .label-checkbox i {
        font-size: 30px;
        margin-right: 10px;
    }
    .label-checkbox .input-checkbox {
        position: absolute;
        top: -12px;
        left: 0;
        width: 22px;
    }
.contact  ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
}

.contact i {
    color: #e1bd85;
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    font-style: normal;
    width: 30px;
    text-align: center;
}

.contact a, .contact a:visited {
    color: #004664;
}
    .contact a:hover {
        color: rgb(165, 165, 165);
    }

    .onlyMobile {
        display: none;
    }
/* SECTIONS */
section {
    padding: 90px 0
}


    /* CARD */
    .card {
        border: none;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0,0,0,.1)
    }

/* TESTIMONIAL */
.testimonial {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,.1)
}

/* FAQ */
.accordion-button:not(.collapsed) {
    background: #eaf6fb
}

/* CTA */
.cta {
    background: linear-gradient(135deg,#0077b6,#00b4d8);
    color: #fff;
    text-align: center;
    padding: 120px 0
}

/* FOOTER */
footer {
    background: #003b55;
    color: #fff
}

    footer a {
        color: #fff;
        text-decoration: none
    }

        footer a:hover {
            text-decoration: underline
        }

.footer-logo {
    max-width: 180px
}

/* LANGUAGE SWITCH */
.lang-switch {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1999;
    transition: all .35s ease;
}

    .lang-switch.scrollTop {
        top: 8px;
    }

.current-lang {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,.15);
    cursor: pointer;
}

    .current-lang img,
    .lang-options img {
        width: 28px;
    }

.lang-options {
    display: none;
    background: #fff;
    margin-top: 8px;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,.15);
}

    .lang-options a {
        display: block;
        margin: 6px auto;
    }

/* SCROLL ANIMATIONS */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .8s ease, transform .8s ease;
}

.reveal-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity .8s ease, transform .8s ease;
}

.reveal-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity .8s ease, transform .8s ease;
}

    .reveal.active,
    .reveal-left.active,
    .reveal-right.active {
        opacity: 1;
        transform: translate(0,0);
    }
/* CARD HOVER */
.card,
.icon-box,
.testimonial {
    transition: transform .25s ease, box-shadow .25s ease;
}

    .card:hover,
    .icon-box:hover,
    .testimonial:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 40px rgba(0,0,0,.15);
    }

/* BUTTON HOVER */
.btn {
    transition: transform .2s ease, box-shadow .2s ease;
    border:1px solid;
}

    .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0,0,0,.25);
    }

/* BOTTONI */
.btn-primary {
    background: var(--blue);
    border-color: none;
    color: var(--white);
}

    .btn-primary:hover {
        background: var(--dark);
    }

.btn-light {
    background: var(--white);
    border-color: var(--blue) !important;
    color: var(--blue) !important;
}

    .btn-light:hover {
        background: var(--blue);
        border-color: var(--blue) !important;
        color: var(--white) !important;
    }



/* campo con errore + icona warning */
.form-control.error,
.form-select.error,
textarea.error {
    border-color: #e5533d !important;
    background-color: #fff;
    box-shadow: 0 0 0 0.15rem rgba(229, 83, 61, 0.25);
    padding-right: 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e5533d' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 10 10A10.011 10.011 0 0 0 12 2Zm1 15h-2v-2h2Zm0-4h-2V7h2Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 18px 18px;
}

/* box privacy in errore */
.error-privacy {
    border: 1px solid #e5533d !important;
    background-color: rgba(229, 83, 61, 0.04) !important;
    box-shadow: 0 0 0 0.15rem rgba(229, 83, 61, 0.25) !important;
    border-radius: 6px;
    padding: 12px;
    transition: all .25s ease;
}


/* contenitore età bambini */
#row_eta_bambini {
    display: none;
    padding: 15px;
    background-color: #f1f1f1;
    border-radius: var(--bs-border-radius);
}




/* APPARTAMENTI  */
.apartment-scroll {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    padding: 50px 40px 60px 40px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

    .apartment-scroll::-webkit-scrollbar {
        height: 6px;
    }

    .apartment-scroll::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 4px;
    }

.apartment-card {
    min-width: 320px;
    max-width: 320px;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,.15);
    scroll-snap-align: start;
    transition: transform .3s ease;
}

    .apartment-card:hover {
        transform: translateY(-6px);
    }

    .apartment-card a.link-image-apartment {
        display:block;
    }

    .apartment-card img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

.apartment-info {
    padding: 20px;
}

    .apartment-info h5 {
        margin-bottom: 5px;
    }

    .apartment-info .price {
        margin-top: 10px;
        font-weight: 600;
        color: var(--blue);
    }

.apartment-wrapper {
    position: relative;
}




.home-experience-zigzag {
    padding: 80px 0;
}

.experience-block {
    margin-bottom: 100px;
}
.experience-kicker {
    font-family:var(--font-title-elegant);
    color:var(--gold);
}

.photo-stack {
    position: relative;
    width: 100%;
    max-width: 360px; /* 🔥 prima era 480 */
    margin: 0 auto;
}
    .photo-stack::before {
        content: "";
        position: absolute;
        inset: -40px;
        background: radial-gradient( circle, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0) 70% );
        z-index: 0;
    }

    .photo-stack .photo {
        position: absolute;
        width: 80%; /* 🔥 non più 100% */
        left: 5%; /* centra il mazzo */
        border-radius: 16px;
        box-shadow: 0 18px 40px rgba(0,0,0,.22);
        border:5px solid #fff;
    }


    /* ordine e rotazioni (effetto carte) */
    .photo-stack .p1 {
        transform: rotate(-10deg) translate(-147px, -34px);
        z-index: 1;
    }

    .photo-stack .p2 {
        transform: rotate(8deg) translate(78px, -80px);
        z-index: 2;
    }

    .photo-stack .p3 {
        transform: rotate(-1deg) translate(0, 120px);
        z-index: 3;
    }



    /* spazio reale occupato */
    .photo-stack::after {
        content: "";
        display: block;
        padding-top: 75%; /* 🔥 prima 66%, ora più aria */
    }








.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    z-index: 10;
    cursor: pointer;
}

    .scroll-btn.left {
        left: 10px;
    }

    .scroll-btn.right {
        right: 10px;
    }

    .scroll-btn i {
        font-size: 1.4rem;
    }

.apartment-scroll {
    justify-content: flex-start;
}

    .apartment-scroll.centered {
        justify-content: center;
    }





/* TESTIMONIAL  */

.testimonial-lux {
    background: #fff;
    border-radius: 20px;
    padding: 40px 25px 30px;
    text-align: center;
    box-shadow: 0 20px 45px rgba(0,0,0,.15);
    position: relative;
}

    .testimonial-lux .avatar {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: cover;
        margin: -70px auto 20px;
        border: 4px solid #fff;
    }

    .testimonial-lux .quote {
        font-style: italic;
        margin-bottom: 15px;
    }

    .testimonial-lux .name {
        font-size: .85rem;
        opacity: .7;
    }


/* FAQ  */
.faq-lux {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid rgba(0,0,0,.15);
    padding: 20px 0;
}

.faq-question {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-family: var(--font-title-elegant);
    font-size: 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

    .faq-question span {
        font-size: 1.4rem;
        transition: transform .3s ease;
    }

.faq-answer {
    display: none;
    padding-top: 10px;
    line-height: 1.7;
    opacity: .85;
    font-size: 14px;
    padding: 15px;
    background: #fff;
    border-radius: 20px;
}




.mobile-lang .lang {
    display: inline-block;
    margin: 0 12px;
    font-size: 1.1rem;
    letter-spacing: 2px;
    color: #fff;
    opacity: .6;
}

    .mobile-lang .lang.active {
        opacity: 1;
        border-bottom: 2px solid #fff;
        padding-bottom: 4px;
    }

.navbar-toggler-icon {
    transition: transform .3s ease;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    transform: rotate(90deg);
}

.submenu-toggle span {
    display: inline-block;
    transition: transform .3s ease;
}

.submenu-toggle.open span {
    transform: rotate(45deg);
}





input {
    opacity: 1;
}


::placeholder {
    color: #999;
    opacity: 1; /* importantissimo per Safari */
}

/* Safari iOS */
::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

/* Firefox */
::-moz-placeholder {
    color: #999;
}

/* Edge */
:-ms-input-placeholder {
    color: #999;
}




.about-section {
    background: var(--bg-soft-color);
}
.about-text {
    width:86%;
}
.about-label {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    color: var(--gold);
    font-weight: 600;
}

.about-title {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 700;
    line-height: 1.2;
}

.about-signature {
    font-family: cursive;
    font-size: 1.2rem;
}

    .about-signature span {
        font-family: system-ui, sans-serif;
        font-size: 0.9rem;
        color: #777;
    }

/* IMMAGINI */
.about-images {
    position: relative;
}
    .about-images .img-fluid {
        max-width: calc(100% - 100px);
        height: auto;
        margin-left: 100px;
    }
    .about-images .img-main {
        max-height: 680px;
        width: auto;
    }

    .about-images .img-over {
        position: absolute !important;
        bottom: -40px;
        left: -100px;
        width: 55%;
        border: 6px solid #fff;
        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    }








.mobile-submenu {
    display: none !important;
}

.mobile-label {
    display: none;
    font-size: 14px;
    margin-bottom: 4px;
    color: #555;
}






