.elementor-1610 .elementor-element.elementor-element-4bc9772{--display:flex;--min-height:1120px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:285px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1610 .elementor-element.elementor-element-3479f81{--display:flex;--min-height:0px;--justify-content:flex-start;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right: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-1610 .elementor-element.elementor-element-62fd549{padding:0px 0px 0px 0px;}.elementor-1610 .elementor-element.elementor-element-62fd549 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:56px;font-weight:600;color:var( --e-global-color-d3b146d );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1610 .elementor-element.elementor-element-0e83c43{font-family:"Cabin", Sans-serif;font-size:19px;font-weight:400;color:var( --e-global-color-599d026 );}.elementor-1610 .elementor-element.elementor-element-0e83c43 a{color:var( --e-global-color-8bf3cad );}.elementor-1610 .elementor-element.elementor-element-0e83c43 a:hover, .elementor-1610 .elementor-element.elementor-element-0e83c43 a:focus{color:var( --e-global-color-599d026 );}.elementor-1610 .elementor-element.elementor-element-17b4bb5{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-1610 .elementor-element.elementor-element-93f14a6{width:var( --container-widget-width, 81.479% );max-width:81.479%;--container-widget-width:81.479%;--container-widget-flex-grow:0;}.elementor-1610 .elementor-element.elementor-element-93f14a6.elementor-element{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-1610 .elementor-element.elementor-element-4bc9772{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1610 .elementor-element.elementor-element-3479f81{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-1610 .elementor-element.elementor-element-0e83c43{padding:0px 100px 0px 100px;text-align:center;}}@media(max-width:767px){.elementor-1610 .elementor-element.elementor-element-62fd549 .elementor-heading-title{font-size:45px;}.elementor-1610 .elementor-element.elementor-element-0e83c43{padding:0px 15px 0px 15px;font-size:16px;}}/* Start custom CSS for shortcode, class: .elementor-element-93f14a6 *//* Input generali */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #ccc;
    border-radius: 18px;
    background: #fff;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

/* Hover + Focus */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #2A3570; /* Tuo blu */
    box-shadow: 0 0 0 2px rgba(42,53,112,0.15);
    outline: none;
}

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

/* Testo label */
.wpcf7 form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #2A3570; /* O il tuo colore testo */
}

/* Textarea grande */
.wpcf7 textarea {
    min-height: 150px;
    resize: vertical;
}

/* Pulsante */
.wpcf7 input[type="submit"] {
    background: #2A3570;   /* blu */
    color: #fff;
    padding: 14px 28px;
    border-radius: 30px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: 0.2s;
    display: inline-block;
}

/* Hover pulsante */
.wpcf7 input[type="submit"]:hover {
    background: #1f295a;
}

/* Icona freccia nel pulsante (se usi Elementor) */
.wpcf7 input[type="submit"]::after {
    content: " →";
    margin-left: 6px;
}

/* Altezza più bassa per le textarea */
.wpcf7 textarea[name="come-conosciuto"],
.wpcf7 textarea[name="motivo-richiesta"] {
    min-height: 120px;   /* puoi abbassarlo ancora se vuoi */
    height: 120px;       /* altezza fissa */
}/* End custom CSS */