/* Miglioramento leggibilità banner */

/* Ombra testi sui banner */
.elementor-iqit-banner-title,
.elementor-iqit-banner-description {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7), 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* Filtro scurimento immagini banner */
.elementor-widget-banner .elementor-iqit-banner-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.30);
  pointer-events: none;
}
