.elementor-5364 .elementor-element.elementor-element-450283c > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-5364 .elementor-element.elementor-element-ac18ade{padding:50px 0px 50px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5364 .elementor-element.elementor-element-75d78b6{text-align:center;}.elementor-5364 .elementor-element.elementor-element-75d78b6 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:36px;font-weight:700;color:#2D3748;}.elementor-5364 .elementor-element.elementor-element-c210f3c{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-5364 .elementor-element.elementor-element-542e761 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-5364 .elementor-element.elementor-element-61e040b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-5364 .elementor-element.elementor-element-75d78b6 .elementor-heading-title{font-size:28px;}}/* Start custom CSS for html, class: .elementor-element-a991982 */.container::before {
    background-color: transparent!important;
}

.elementor-widget-wrap>.elementor-element {
    width: 100%;
    overflow: hidden!important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-e727855 */.custom-cf7-form {
    background: #f5f5f5;
    padding: 50px;
    border-radius: 18px;
    max-width: 700px;
    margin: 0 auto;
    box-sizing: border-box;
}

.custom-cf7-form .cf7-row {
    margin-bottom: 28px;
}

.custom-cf7-form input,
.custom-cf7-form textarea {
    width: 100%;
    border: 2px solid #d9d9d9;
    border-radius: 10px;
    padding: 18px 20px;
    font-size: 18px;
    color: #7d8ea3;
    background: #fff;
    outline: none;
    box-sizing: border-box;
}

.custom-cf7-form textarea {
    min-height: 140px;
    resize: vertical;
    display: block;
    overflow: visible;
    line-height: 1.5;
    padding-top: 20px;
}

.custom-cf7-form input::placeholder,
.custom-cf7-form textarea::placeholder {
    color: #9aa9bd;
}

.custom-cf7-form .cf7-check {
    margin-bottom: 25px;
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}

.custom-cf7-form .cf7-check label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.custom-cf7-form .cf7-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 4px;
    flex-shrink: 0;
}

.custom-cf7-form .cf7-check a {
    color: #000;
    text-decoration: none;
}

.custom-cf7-form .cf7-check a:hover {
    text-decoration: underline;
}

.custom-cf7-form .cf7-submit {
    margin-top: 35px;
}

.custom-cf7-form input[type="submit"] {
    width: 100%;
    background: #ff6600;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 18px;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease;
}

.custom-cf7-form input[type="submit"]:hover {
    background: #e65c00;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
    border-radius: 10px;
    padding: 15px;
    font-size: 15px;
}

@media(max-width:768px){

    .custom-cf7-form{
        padding:25px;
    }

    .custom-cf7-form input,
    .custom-cf7-form textarea{
        font-size:16px;
        padding:16px;
    }

    .custom-cf7-form input[type="submit"]{
        font-size:18px;
    }

}/* End custom CSS */
/* Start custom CSS *//* ============================================
   CSS PERSONALIZZATO PER ELEMENTOR FORM
   Da aggiungere in: Elementor → Impostazioni Pagina → CSS Personalizzato
   ============================================ */

/* CONTAINER DEL FORM */
.elementor-widget-form {
    max-width: 600px;
    margin: 0 auto;
    background: white;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* SEZIONE FORM (sfondo grigio) */
.elementor-section.form-section {
    background: #EBEBEB !important;
    padding: 80px 20px !important;
}

/* TITOLO SEZIONE */
.form-section .elementor-heading-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #2D3748;
}

.form-section .elementor-heading-title span {
    color: #FF5F00;
}

/* LABEL DEI CAMPI */
.elementor-field-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2D3748;
    font-size: 16px;
}

/* INPUT, SELECT, TEXTAREA - Selettori più specifici */
.elementor-field-group input[type="text"],
.elementor-field-group input[type="email"],
.elementor-field-group input[type="tel"],
.elementor-field-group select,
.elementor-field-group textarea,
.elementor-field-type-text input,
.elementor-field-type-email input,
.elementor-field-type-tel input,
.elementor-field-type-select select,
.elementor-field-type-textarea textarea {
    width: 100% !important;
    padding: 15px !important;
    border: 2px solid #EBEBEB !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
    transition: border-color 0.3s ease !important;
    background: white !important;
    background-color: white !important;
    color: #2D3748 !important;
}

/* SELECT - Fix colore testo e opzioni */
.elementor-field-group select,
.elementor-field-type-select select,
.elementor-form .elementor-field-type-select select {
    color: #2D3748 !important;
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    appearance: menulist !important;
}

.elementor-field-group select option,
.elementor-field-type-select select option {
    color: #2D3748 !important;
    background: white !important;
    background-color: white !important;
}

/* TEXTAREA - Bordo forzato */
.elementor-field-group textarea,
.elementor-field-type-textarea textarea,
.elementor-form .elementor-field-type-textarea textarea {
    border: 2px solid #EBEBEB !important;
    border-color: #EBEBEB !important;
    background: white !important;
    background-color: white !important;
    color: #2D3748 !important;
}

/* FOCUS DEGLI INPUT */
.elementor-field-group input[type="text"]:focus,
.elementor-field-group input[type="email"]:focus,
.elementor-field-group input[type="tel"]:focus,
.elementor-field-group select:focus,
.elementor-field-group textarea:focus {
    outline: none !important;
    border-color: #FF5F00 !important;
}

/* TEXTAREA */
.elementor-field-group textarea {
    resize: vertical !important;
    min-height: 120px !important;
}

/* SPAZIATURA TRA CAMPI */
.elementor-field-group {
    margin-bottom: 25px !important;
}

/* BOTTONE SUBMIT */
.elementor-button.elementor-size-md {
    width: 100% !important;
    background: #FF5F00 !important;
    color: white !important;
    padding: 18px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

/* BOTTONE HOVER */
.elementor-button.elementor-size-md:hover {
    background: #e55400 !important;
    transform: translateY(-2px);
}

/* MESSAGGIO PRIVACY */
.elementor-message {
    font-size: 14px !important;
    color: #718096 !important;
    margin-top: 20px !important;
    text-align: center !important;
}

/* RIMUOVI BORDI DI DEFAULT ELEMENTOR */
.elementor-field-group .elementor-field {
    border: none !important;
}

/* PLACEHOLDER STYLE */
.elementor-field::placeholder {
    color: #a0aec0 !important;
    opacity: 1 !important;
}

/* RESPONSIVE MOBILE */
@media (max-width: 768px) {
    .elementor-widget-form {
        padding: 30px 20px !important;
    }
    
    .form-section .elementor-heading-title {
        font-size: 28px !important;
    }
}

/* RIMUOVI MARGINI EXTRA */
.elementor-form .elementor-field-type-submit {
    margin-bottom: 0 !important;
}

/* TESTO SOTTO IL BOTTONE */
.elementor-field-type-submit + .elementor-field-group {
    text-align: center;
    color: #718096;
    font-size: 14px;
    margin-top: 20px;
}
/* FIX SELECT - Bordo normale grigio, arancione solo in focus */
.elementor-field-group select,
.elementor-field-type-select select {
    border: 2px solid #EBEBEB !important;
    border-color: #EBEBEB !important;
    outline: none !important;
}

/* Solo quando clicchi dentro diventa arancione */
.elementor-field-group select:focus,
.elementor-field-type-select select:focus {
    border: 2px solid #FF5F00 !important;
    border-color: #FF5F00 !important;
    outline: none !important;
}

/* Testo visibile nel select */
.elementor-field-group select,
.elementor-field-type-select select {
    color: #2D3748 !important;
    font-size: 16px !important;
}

/* Opzioni del dropdown visibili */
.elementor-field-group select option {
    color: #2D3748 !important;
    background: white !important;
    padding: 10px !important;
}
/* FIX SELECT - Allineamento verticale e visualizzazione testo */
.elementor-field-group select,
.elementor-field-type-select select,
select.elementor-field {
    height: auto !important;
    min-height: 50px !important;
    line-height: 1.5 !important;
    padding: 15px !important;
    padding-right: 40px !important; /* Spazio per la freccia dropdown */
    display: block !important;
    vertical-align: middle !important;
    color: #2D3748 !important;
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    appearance: menulist !important;
    background-position: right 15px center !important;
}

/* Rimuovi eventuali overflow che nascondono il testo */
.elementor-field-group,
.elementor-field-type-select {
    overflow: visible !important;
}

/* Fix altezza wrapper */
.elementor-field-group .elementor-field,
.elementor-field-type-select .elementor-field {
    height: auto !important;
    overflow: visible !important;
}/* End custom CSS */