/* SFONDO GRADIENTE SU TUTTA LA PAGINA */
body,
.page_content_wrap,
.content,
.wrapper,
body > div {
  background: linear-gradient(135deg, #e30613, #017144) !important;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

/* SFONDO HEADER E FOOTER TRASPARENTE */
header,
.footer_wrap,
.site-footer,
.top_panel,
.qodef-page-header,
.qodef-footer {
  background-color: transparent !important;
  background-image: none !important;
}

/* RENDI LE SEZIONI TRASPARENTI PER MOSTRARE IL BODY */
.section,
.vc_row,
.content_wrap,
.trx_addons_accent_bg,
.elementor-section {
  background-color: transparent !important;
}

/* TESTI GENERALI CHIARI E LINK COLORATI */
body,
h1, h2, h3, h4, h5, h6,
p, span, div,
a {
  color: #ffffff !important;
}

a:hover {
  color: #f5b700 !important;
}

/* LOGO MENU MOBILE SU SFONDO SCURO */
.qodef-mobile-header .qodef-logo-wrapper img {
  filter: brightness(1000%) !important;
}
/* Applica il gradiente anche al footer */
footer,
.site-footer,
.footer_wrap,
#colophon,
.qodef-footer,
.qodef-page-footer {
  background: linear-gradient(135deg, #e30613, #017144) !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  color: #ffffff !important;
}

/* Testi e link nel footer */
footer a,
.site-footer a,
.footer_wrap a {
  color: #ffffff !important;
}

footer a:hover,
.site-footer a:hover,
.footer_wrap a:hover {
  color: #f5b700 !important;
}

/* Rimuove eventuali box interni chiari */
footer .widget,
footer .container,
footer .row,
footer .inner {
  background: transparent !important;
}
/* Sovrascrive i pulsanti blu */
.vc_btn3-color-blue {
  background-color: #e30613 !important; /* rosso festival */
  color: #ffffff !important;
}

.vc_btn3-color-blue:hover {
  background-color: #017144 !important; /* verde montagna */
  color: #f5b700 !important;
}

/* Sovrascrive i pulsanti fucsia (se esistono) */
.vc_btn3-color-pink {
  background-color: #e30613 !important;
  color: #ffffff !important;
}

.vc_btn3-color-pink:hover {
  background-color: #017144 !important;
  color: #f5b700 !important;
}