/* Rendi trasparenti i container Elementor interni dentro al wrapper col gradiente */
.dm-neat-bg.e-con,
.dm-neat-bg .e-con {
  background: transparent !important;
}

/* Se il tema usa overlay/pseudo-element per lo sfondo della sezione */
.dm-neat-bg::before,
.dm-neat-bg::after {
  background: transparent !important;
}

/* NON toccare i background dei campi/pulsanti */
.dm-neat-bg input,
.dm-neat-bg textarea,
.dm-neat-bg select,
.dm-neat-bg .elementor-button,
.dm-neat-bg .elementor-widget-container {
  background: inherit; /* lascia i loro stili */
}

/* Se vedi ancora il beige da un “background_background: classic” */
.dm-neat-bg[data-settings*="background_background"] {
  background: transparent !important;
}


