.elementor-17844 .elementor-element.elementor-element-8cf5b75{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-17844 .elementor-element.elementor-element-8cf5b75:not(.elementor-motion-effects-element-type-background), .elementor-17844 .elementor-element.elementor-element-8cf5b75 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FBF7F3;}.elementor-17844 .elementor-element.elementor-element-b004fb3 .wcf__slider{--slides-to-show:1;--space-between:20px;}.elementor-17844 .elementor-element.elementor-element-b004fb3{width:var( --container-widget-width, 1320px );max-width:1320px;--container-widget-width:1320px;--container-widget-flex-grow:0;}.elementor-17844 .elementor-element.elementor-element-b004fb3 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-17844 .elementor-element.elementor-element-b004fb3.elementor-element{--align-self:center;}.elementor-17844 .elementor-element.elementor-element-b004fb3 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){background:#C9C9C9;opacity:1;}.elementor-17844 .elementor-element.elementor-element-b004fb3 .swiper-pagination-bullet{background:#4D3913;width:10px;height:10px;}.elementor-17844 .elementor-element.elementor-element-b004fb3 .swiper-pagination-bullets{flex-direction:row;}.elementor-17844 .elementor-element.elementor-element-b004fb3 .ts-pagination{position:absolute;--pg-hr-offset:-350px;--pg-vr-offset:580px;}@media(max-width:1200px){.elementor-17844 .elementor-element.elementor-element-b004fb3 .ts-pagination{--pg-hr-offset:-230px;--pg-vr-offset:515px;}}@media(max-width:1024px){.elementor-17844 .elementor-element.elementor-element-b004fb3 .ts-pagination{--pg-hr-offset:0px;--pg-vr-offset:100%;}}@media(max-width:880px){.elementor-17844 .elementor-element.elementor-element-b004fb3 .ts-pagination{--pg-hr-offset:0px;--pg-vr-offset:100%;}}@media(max-width:767px){.elementor-17844 .elementor-element.elementor-element-8cf5b75{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17844 .elementor-element.elementor-element-b004fb3{width:100%;max-width:100%;}.elementor-17844 .elementor-element.elementor-element-b004fb3 > .elementor-widget-container{padding:0px 0px 60px 0px;}.elementor-17844 .elementor-element.elementor-element-b004fb3 .ts-pagination{--pg-hr-offset:0px;--pg-vr-offset:100%;}}/* Start custom CSS for wcf--content-slider, class: .elementor-element-b004fb3 */.map-layout {
    display: flex;
    width: 100%;
    height: auto;
    background: #f9f6f2;
    position: relative;
}

/* MAPPA 65% */
.map-side {
    width: 60%;
    position: relative;
    overflow: hidden;
}

.map-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* TESTO 35% */
.text-side {
    width: 40%;
    position: relative;
    display: flex;
    align-items: center;
}

/* CARD FLOTTANTE */
.floating-card {
    background: white;
    width: 588px;
    padding: 40px 50px;
    border-radius: 34px;
    box-shadow: 0 30px 30px rgba(0,0,0,.12);
    position: absolute;
    top: 50%;
    transform: translateY(-75%);   /* <-- più su del centro */
   
    left: 0;
    transform: translate(-30%, -75%);

    border: 1px solid #707070;
}

/* GRID INTERNA */
.card-grid {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 26px;
}

/* SINISTRA */
.left {
    text-align: left;
    
}

.left h3 {
    margin-top: 19px;
    font-family: "rl-limo", Sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    color: #644916;
}

/* ICONA */
.icon {
    width: 67px;
    height:auto;
    display: flex;
    align-items: left;
    justify-content: left;
    margin: 0;
}

.icon img {
    width: 67px;
}

/* META */
.meta {
    display: flex;
    font-family: "rl-limo", Sans-serif;
    gap: 13px;
    font-size: 20px;
    color: #644916;
    margin-bottom: 14px;
}

/* TESTI */
.right p {
    font-size: 24px;
    line-height: 28px;
    color: #644916;
    text-align: left;
    font-weight: 500;
    font-family: "remora-sans-w1", Sans-serif;
}

.highlight {
    font-weight: 500;
    color: #2f2a25;
    margin-bottom: 10px;
    text-align: left;
}

.right{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* =========================
TABLET
========================= */
@media (max-width: 1024px) {

    .map-side {
        width: 55%;
    }

    .text-side {
        width: 45%;
    }

    .floating-card {
        width: 100%;
        padding: 30px;
        left: -60px;
        transform: translateY(-60%);
    }

    .card-grid {
        grid-template-columns: 80px 1fr;
        gap: 20px;
    }

    .left h3 {
        font-size: 24px;
        line-height: 26px;
    }

    .right p {
        font-size: 20px;
        line-height: 24px;
    }
    
        .map-side {
        width: 55%;
        aspect-ratio: 4 / 3; /* oppure 16/10 o quello che preferisci */
    }

    .map-side img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}


/* =========================
MOBILE
========================= */
@media (max-width: 768px) {

    .map-layout {
        flex-direction: column;
    }

    .map-side,
    .text-side {
        width: 100%;
    }

    .map-side {
        height: 500px; /* altezza fissa per non collassare */
    }
        .map-side img {
        height: 100%;
        width: 100%;
        object-fit: contain;
}
    /* CARD NON PIÙ FLOAT */
    .floating-card {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        width: 90%;
   
        margin: 0px auto 60px; /* più spazio sotto */
        box-shadow: 0 20px 40px rgba(0,0,0,.15);
   
    }

    .card-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .meta {
        justify-content: center;
        flex-wrap: wrap;
    }

    .right p {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }

    .highlight {
        text-align: center;
    }
}


/* =========================
SMALL MOBILE
========================= */
@media (max-width: 480px) {

    .floating-card {
        padding: 20px;
        border-radius: 20px;
                margin: 0px auto 70px; /* più spazio sotto */
        box-shadow: 0 10px 40px rgba(0,0,0,.15);
    }
 

    .left h3 {
        font-size: 20px;
    }

    .meta {
        font-size: 16px;
        gap: 10px;
    }

    .icon img {
        width: 50px;
    }
        .map-side {
        height: 400px; /* altezza fissa per non collassare */
    }
        .map-side img {
        height: 100%;
        width: 100%;
        object-fit: contain;
}
}/* End custom CSS */