.elementor-kit-6{--e-global-color-primary:#C8937F;--e-global-color-secondary:#7B443C;--e-global-color-text:#35322F;--e-global-color-accent:#F7F1E8;--e-global-color-9b8d51b:#FFFFFF;--e-global-typography-primary-font-family:"Domine";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Domine";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:32px;--e-global-typography-text-font-family:"IBM Plex Mono";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:20px;--e-global-typography-accent-font-family:"IBM Plex Mono";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:300;--e-global-typography-a42b00c-font-family:"IBM Plex Mono";--e-global-typography-a42b00c-font-size:95px;--e-global-typography-a42b00c-font-weight:400;--e-global-typography-a42b00c-line-height:95px;--e-global-typography-c090935-font-family:"Lora";--e-global-typography-c090935-font-size:100px;--e-global-typography-c090935-font-weight:300;--e-global-typography-c090935-font-style:italic;--e-global-typography-c090935-line-height:91px;--e-global-typography-c4bcf7c-font-family:"Lora";--e-global-typography-c4bcf7c-font-size:22px;--e-global-typography-c4bcf7c-font-weight:400;--e-global-typography-c4bcf7c-font-style:italic;--e-global-typography-c4bcf7c-line-height:22px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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-kit-6{--e-global-typography-primary-line-height:40px;--e-global-typography-a42b00c-font-size:55px;--e-global-typography-a42b00c-line-height:55px;--e-global-typography-c090935-font-size:59px;--e-global-typography-c090935-line-height:38px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */[id] {
  scroll-margin-top: 90px;
}

        /* Stile per allineare i campi di testo */
.experience .form-group {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }

.experience .form-group label {
                width: 120px; /* Larghezza fissa per allineare le etichette */
                font-weight: bold;
                font-family: 'Domine' !important;
            }

.experience .form-group input {
                width: 357px; /* Larghezza fissa */
                max-width: 100%; /* Per evitare overflow */
                padding: 5px;
                background: transparent;
            }

.experience .time-slot {
            cursor: pointer;
            padding: 0px 10px;  /* Riduce il padding per diminuire l'altezza */
            border: 1px solid #ccc;
            margin: 2px 0 2px 5px;
            text-align: center;
            height: 26px; /* Imposta un'altezza fissa */
            line-height: 30px; /* Centra verticalmente il testo */
        }

.experience .time-slot:hover {
                background-color: #f0f0f0;
            }

.experience .time-slot.disabled {
                background-color: #e0e0e0;
                color: #999;
                cursor: not-allowed;
            }

.experience .time-slot.selected {
                background-color: #007bff;
                color: white;
            }

.experience .error-message {
            color: red;
            font-weight: bold;
        }

.experience .align-button {
            width: 372px; /* Imposta una larghezza fissa */
            margin-left: 120px; /* Allinea il pulsante al calendario */
            margin-top: 10px; /* Aggiunge un po' di spazio sopra */
            padding: 10px 20px; /* Migliora la dimensione del pulsante */
            background-color: transparent; /* Colore di sfondo */
             font-family: 'Domine' !important;
            color: black; /* Colore del testo */
            border:1px solid black;
            border-radius: 5px; /* Arrotonda gli angoli */
            cursor: pointer; /* Cambia il cursore al passaggio del mouse */
        }

.experience .align-button:hover {
                  background-color: transparent; /* Colore di sfondo */
             font-family: 'Domine' !important;
            color: black; /* Colore del testo */
            }/* End custom CSS */