/* Override statico del background slideshow Elementor della sezione hero.
   Lo slideshow JS Elementor Pro non si inizializza correttamente sul mirror statico
   (manca il bootstrap REST/WP), quindi qui forziamo via CSS la prima immagine
   della galleria come background statico. */
.elementor-element-231a7445,
.elementor-element-231a7445 > .e-con-inner,
.elementor-element-231a7445 .elementor-background-slideshow {
  background-image: url("/wp-content/uploads/2024/09/abstract-architecture.jpg") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
