.elementor-1936 .elementor-element.elementor-element-0db20ce{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-2afa6b1 *//* --- STILE FORM NOLEGGIO CLEAN --- */

.eac-clean-form {
    background: #ffffff;
    padding: 40px;
    max-width: 700px;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08); /* Ombra leggera */
    border-radius: 20px;
    border: 1px solid #f0f0f0;
}

/* Header */
.eac-form-header {
    text-align: center;
    margin-bottom: 30px;
}

.eac-form-header h2 {
    font-size: 1.8rem;
    color: #005a8d; /* Blu scuro elegante */
    margin-bottom: 10px;
    font-weight: 700;
}

.eac-form-header p {
    color: #95a5a6;
    font-size: 0.95rem;
    margin: 0;
}

/* Griglia Input */
.eac-input-group {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.eac-half {
    width: 50%;
}

.eac-full-width {
    width: 100%;
    margin-bottom: 20px;
}

/* Etichette e Input */
.eac-clean-form label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #34495e;
    margin-bottom: 6px;
    margin-left: 2px;
}

.eac-clean-form input[type="text"],
.eac-clean-form input[type="email"],
.eac-clean-form input[type="tel"],
.eac-clean-form input[type="date"],
.eac-clean-form input[type="number"],
.eac-clean-form select,
.eac-clean-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e1e8ed;
    border-radius: 10px;
    background-color: #fcfcfc;
    font-size: 1rem;
    color: #333;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.eac-clean-form input:focus,
.eac-clean-form select:focus,
.eac-clean-form textarea:focus {
    border-color: #00C6FF;
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(0, 198, 255, 0.1); /* Alone Azzurro */
    outline: none;
}

/* Tasto Submit (Azzurro Brand) */
.eac-submit-area {
    margin-top: 30px;
    text-align: center;
}

.eac-clean-form input[type="submit"] {
    /* Gradiente Azzurro/Blu */
    background: linear-gradient(90deg, #00C6FF 0%, #005a8d 100%);
    color: white;
    border: none;
    padding: 15px 50px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 300px;
    box-shadow: 0 4px 15px rgba(0, 90, 141, 0.2);
}

.eac-clean-form input[type="submit"]:hover {
    background: linear-gradient(90deg, #0072FF 0%, #004369 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 90, 141, 0.3);
}

/* Responsive Mobile */
@media (max-width: 600px) {
    .eac-clean-form {
        padding: 25px 20px;
    }
    .eac-input-group {
        flex-direction: column;
        gap: 0;
    }
    .eac-half {
        width: 100%;
        margin-bottom: 20px;
    }
}/* End custom CSS */