/* Rende trasparenti i wrapper principali che spesso coprono il body in Avada */
.fusion-body #wrapper,
.fusion-body #main,
.fusion-body .site-content,
.fusion-body .fusion-row {
  background: transparent !important;
}

/* Opzionale: se la Page Title Bar copre con un colore pieno, rendila trasparente */
.fusion-page-title-bar,
.fusion-page-title-bar .fusion-page-title-row {
  background: transparent !important;
}

/* Mantieni header/footer come sono (commenta se vuoi trasparenti anche loro) */
/* .fusion-header, .fusion-footer { background: transparent !important; } */
