@media (min-width: 1025px) {
.scroll-header {
    background-color: white;
}

.ez_header a.active {
    color: #A4C23F !important;
}

.ez_header.scroll-header a:not([aria-label="instagram"]) {
    color: black !important;
}

.ez_header a {
    color: white !important;
}

.ez_header .elementor-widget-container {
    border-color: white !important;
}


.logo_white {
    filter: brightness(255);
}
}
/* Layout per mettere Nome e Email sulla stessa riga */
.ez_form .form-row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-bottom: 15px !important;
}

.ez_form .half-width {
    width: calc(50% - 1%) !important;
    /* 48% per lasciare spazio tra i campi */
    margin-right: 2% !important;
}

.ez_form .half-width:last-child {
    margin-right: 0 !important;
}

/* Campo Oggetto e Messaggio che occupano tutta la larghezza */
.ez_form .form-row label {
    display: block !important;
    width: 100% !important;
}

/* Formatta il textarea per occupare tutta la larghezza */
.ez_form textarea {
    width: 100% !important;
    min-height: 150px !important;
    /* Imposta un'altezza minima per il textarea */
}

/* Bottone di invio centrato */
.ez_form .wpcf7-submit {
    display: block !important;
    margin: 20px auto !important;
}

.ez_form p {
    width: 100%;
}
.elementor-kit-8 h2 a{
	color: white;
}

