.elementor-1735 .elementor-element.elementor-element-d8fcd09{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1735 .elementor-element.elementor-element-ce3f9eb{--display:flex;}.elementor-1735 .elementor-element.elementor-element-ff5f711{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-d8fcd09 *//* FIX DEFINITIVO AMELIA MOBILE */
.amelia-app-booking,
.amelia-app-booking * {
    transform: none !important;
}

html, body {
    height: auto !important;
    overflow-x: hidden;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-066cb3b *//* Overlay caricamento */
#amelia-loader {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Box centrale */
.amelia-loader-box {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

/* Spinner */
.amelia-spinner {
    width: 48px;
    height: 48px;
    border: 3px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: ameliaSpin 0.8s linear infinite;
    margin: 0 auto 16px;
}

@keyframes ameliaSpin {
    to { transform: rotate(360deg); }
}/* End custom CSS */
/* Start custom CSS *//* Effetto popup per pagina Amelia */
body {
    background-color: rgba(0,0,0,0.85);
}

/* Contenitore principale Elementor */
.elementor {
    animation: ameliaSlideUp 0.35s ease-out;
}

/* Animazione */
@keyframes ameliaSlideUp {
    from {
        transform: translateY(40px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}/* End custom CSS */