.elementor-6844 .elementor-element.elementor-element-258b9fc{--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;}.elementor-6844 .elementor-element.elementor-element-258b9fc:not(.elementor-motion-effects-element-type-background), .elementor-6844 .elementor-element.elementor-element-258b9fc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E5D8E4;}.elementor-6844 .elementor-element.elementor-element-96efcdd img{width:54%;}/* Start custom CSS for image, class: .elementor-element-96efcdd */.ruota-immagine img {  /* Importante: targeting solo l'immagine */
    animation: ruota-centro 60s linear infinite;
    transform-origin: center center;
}

@keyframes ruota-centro {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg); /* Negativo = antiorario */
    }
}

/* Mantieni il contenitore fermo */
.ruota-immagine {
    transform: none !important;
}/* End custom CSS */