.elementor-3950 .elementor-element.elementor-element-1ceb64ba{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:2%;--margin-bottom:2%;--margin-left:0%;--margin-right:0%;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-1ceb64ba *//* Contenitore form */
.frm_forms .frm_form_fields {
    padding: 30px 10px;
}

/* Label campi */
.frm_forms .frm_primary_label {
    color: #1a3a5c !important;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 6px;
}

/* Input e textarea */
.frm_forms input[type="text"],
.frm_forms input[type="email"],
.frm_forms input[type="tel"],
.frm_forms textarea,
.frm_forms select {
    border: 1.5px solid #dde3eb !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 0.95rem !important;
    color: #333d4a !important;
    background: #ffffff !important;
    transition: border-color 0.3s ease !important;
}

/* Focus sugli input */
.frm_forms input:focus,
.frm_forms textarea:focus,
.frm_forms select:focus {
    border-color: #4a90c4 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(74,144,196,0.12) !important;
}

/* Placeholder */
.frm_forms input::placeholder,
.frm_forms textarea::placeholder {
    color: #9aa8b8 !important;
}

/* Checkbox privacy */
.frm_forms .frm_checkbox label,
.frm_forms .frm_opt_container label {
    font-size: 0.82rem !important;
    color: #5a6a7a !important;
    font-family: 'DM Sans', sans-serif;
}

/* Pulsante invio */
.frm_forms .frm_submit button,
.frm_forms .frm_submit input[type="submit"] {
    background: #1a3a5c !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 14px 32px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
    float: right;
}

.frm_forms .frm_submit button:hover,
.frm_forms .frm_submit input[type="submit"]:hover {
    background: #2a5a8c !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(26,58,92,0.25) !important;
}

/* Testo sotto il bottone */
.frm_forms .frm_description {
    color: #9aa8b8;
    font-size: 0.82rem;
    font-family: 'DM Sans', sans-serif;
}

/* Riduci spazio interno del form */
.frm_forms .frm_form_fields {
    padding: 10px 0 0 0 !important;
}

/* Riduci margine sotto i campi */
.frm_forms .frm_form_field {
    margin-bottom: 10px !important;
}

/* Riduci spazio del bottone */
.frm_forms .frm_submit {
    margin-top: 5px !important;
    padding-bottom: 0 !important;
}

#frm_field_367_container {
    margin-top: 20px !important;
}/* End custom CSS */