.elementor-kit-865{--e-global-color-primary:#C28E28;--e-global-color-secondary:#1A331E;--e-global-color-text:#2B2B2B;--e-global-color-accent:#61CE70;--e-global-color-016c974:#F4F3EF;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#F9F6F0;}.elementor-kit-865 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Contenitore del titolo di sezione */
.form-section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e5e5; /* Linea divisoria sottile */
}

/* Badge circolare con il numero */
.form-section-header .step-number {
    background-color: #B2883A; /* Colore oro/ocra di Lord Safari */
    color: #FFFFFF;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Testo del titolo della sezione */
.form-section-header .step-title {
    color: #B2883A; /* Colore oro/ocra del testo */
    font-family: serif; /* Font elegante in stile brand */
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 0 !important;
    padding: 0 !important;
}

/* --- RIDUZIONE SPAZIATURA GRAVITY FORMS --- */

/* 1. Riduce il margine inferiore di ogni campo/riga */
.gform_wrapper .gfield {
    margin-bottom: 12px !important; /* Di default è circa 24px/32px, 12px lo rende molto più compatto */
    padding-bottom: 0 !important;
}

/* 2. Riduce lo spazio verticale interno alle griglie a più colonne */
.gform_wrapper .gform_fields {
    row-gap: 12px !important; /* Controlla la distanza tra le righe */
}

/* 3. Riduce lo spazio sopra le etichette (Label) dei campi */
.gform_wrapper .gfield_label {
    margin-bottom: 4px !important;
    font-size: 14px !important; /* Opzionale: rende l'etichetta leggermente più discreta */
}


/* 5. Riduce il margine sopra il pulsante Invia */
.gform_wrapper .gform_footer {
    margin-top: 16px !important;
    padding-top: 0 !important;
}

/* --- PERSONALIZZAZIONE PULSANTE INVIA GRAVITY FORMS --- */

/* Stato normale del pulsante */
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input[type="submit"],
.gform_wrapper button[type="submit"] {
    background-color: #C28E28 !important;
    color: #ffffff !important;           /* Colore del testo bianco */
    border: 1px solid #C28E28 !important;
    border-radius: 4px !important;       /* Arrotondamento angoli (regolabile) */
    padding: 12px 28px !important;       /* Dimensione del pulsante */
    font-weight: 600 !important;
    text-transform: uppercase !important;/* Testo in maiuscolo */
    letter-spacing: 1px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;/* Effetto transizione morbido */
}

/* Stato Hover (quando ci passi sopra con il mouse) */
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_page_footer input[type="submit"]:hover,
.gform_wrapper button[type="submit"]:hover {
    background-color: #a6781f !important; /* Tonalità oro leggermente più scura per l'hover */
    border-color: #a6781f !important;
    color: #ffffff !important;
}/* End custom CSS */