.elementor-11378 .elementor-element.elementor-element-8be49da{--display:flex;--margin-top:4px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-11378 .elementor-element.elementor-element-197bf19{margin:-14px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(max-width:767px){.elementor-11378 .elementor-element.elementor-element-197bf19{margin:-37px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-9a8e936 *//* Stile generale del modulo */
.wpcf7 {
    max-width: 620px;
    margin: 30px auto;
    padding: 28px;
    background-color: #ffffff;
    border-radius: 14px;
    border: 2px solid #f2c300;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    font-family: Arial, sans-serif;
    color: #1a1a1a;
}

/* Testo del modulo */
.wpcf7 label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 20px;
    color: #111111;
    text-align: left;
}

/* Campi di inserimento dati */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 17px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 2px solid #d6d6d6;
    border-radius: 10px;
    background-color: #ffffff;
    color: #111111;
    font-size: 19px;
    line-height: 1.4;
    text-align: left;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Placeholder leggibili */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #777777;
}

/* Focus sugli input */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    border-color: #f2c300;
    box-shadow: 0 0 0 3px rgba(242, 195, 0, 0.25);
    outline: none;
}

/* Pulsante Ordina ora */
.wpcf7 input[type="submit"] {
    width: 100%;
    padding: 20px;
    background-color: #f2c300;
    color: #111111;
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.25);
}

/* Hover pulsante */
.wpcf7 input[type="submit"]:hover {
    background-color: #ffd800;
    transform: translateY(-2px);
}

/* Pulsante durante invio */
.wpcf7 input[type="submit"]:disabled {
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
    box-shadow: none;
}

/* Messaggi di conferma o errore */
.wpcf7-response-output {
    margin-top: 22px;
    padding: 16px;
    border-radius: 10px;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
}

/* Messaggio inviato correttamente */
.wpcf7 form.sent .wpcf7-response-output {
    background-color: #e8f7ec;
    border: 2px solid #28a745;
    color: #155724;
}

/* Errori di validazione */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
    background-color: #fdeaea;
    border: 2px solid #dc3545;
    color: #7a1f1f;
}

/* Messaggi errore sotto i campi */
.wpcf7-not-valid-tip {
    color: #b00020;
    font-size: 16px;
    font-weight: 700;
    margin-top: -12px;
    margin-bottom: 16px;
}

/* Campo non valido */
.wpcf7 .wpcf7-not-valid {
    border-color: #dc3545 !important;
    background-color: #fff7f7;
}

/* Spazio tra i paragrafi del modulo */
.wpcf7 p {
    margin: 0 0 16px;
}

/* Checkbox e radio più leggibili */
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

/* Privacy / testo piccolo */
.wpcf7 .privacy,
.wpcf7 small {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    color: #444444;
    margin-bottom: 18px;
}

/* Mobile */
@media (max-width: 600px) {
    .wpcf7 {
        padding: 22px;
        margin: 20px 12px;
        border-radius: 12px;
    }

    .wpcf7 label {
        font-size: 19px;
    }

    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="number"],
    .wpcf7 input[type="tel"],
    .wpcf7 textarea,
    .wpcf7 select {
        font-size: 18px;
        padding: 16px;
    }

    .wpcf7 input[type="submit"] {
        font-size: 22px;
        padding: 19px;
    }
}/* End custom CSS */