.elementor-kit-8{--e-global-color-primary:#FF6600;--e-global-color-secondary:#F5F5F5;--e-global-color-text:#1B1B1B;--e-global-color-accent:#676767;--e-global-color-3a1754a:#757575;--e-global-color-b560789:#A3A3A3;--e-global-color-0137fe8:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:72px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:80px;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:44px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:50px;--e-global-typography-text-font-family:"Karla";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:30px;--e-global-typography-accent-font-family:"Karla";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:18px;--e-global-typography-c8a6b7a-font-family:"Montserrat";--e-global-typography-c8a6b7a-font-size:36px;--e-global-typography-c8a6b7a-font-weight:700;--e-global-typography-c8a6b7a-line-height:46px;--e-global-typography-4d21de6-font-family:"Montserrat";--e-global-typography-4d21de6-font-size:24px;--e-global-typography-4d21de6-font-weight:700;--e-global-typography-4d21de6-line-height:34px;--e-global-typography-19c8c30-font-family:"Montserrat";--e-global-typography-19c8c30-font-size:36px;--e-global-typography-19c8c30-font-weight:700;--e-global-typography-19c8c30-text-transform:uppercase;--e-global-typography-19c8c30-line-height:2.2rem;--e-global-typography-ac193a3-font-family:"Montserrat";--e-global-typography-ac193a3-font-size:24px;--e-global-typography-ac193a3-font-weight:700;--e-global-typography-ac193a3-text-transform:uppercase;--e-global-typography-ac193a3-line-height:2.2rem;--e-global-typography-b9315d1-font-family:"Karla";--e-global-typography-b9315d1-font-size:16px;--e-global-typography-b9315d1-font-weight:400;--e-global-typography-b9315d1-line-height:24px;background-color:#F1F1F1;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-primary );}.elementor-kit-8 a:hover{color:#CC5E15;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{border-radius:999px 999px 999px 999px;}.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-kit-8{--e-global-typography-primary-font-size:3rem;--e-global-typography-primary-line-height:1em;--e-global-typography-accent-font-size:1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-c8a6b7a-font-size:1.5rem;--e-global-typography-c8a6b7a-line-height:1.2em;--e-global-typography-19c8c30-font-size:1.5rem;--e-global-typography-19c8c30-line-height:1.6rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Effetto glass */
.chip-glassified{
    border-radius: 15px;
      background: rgba(0, 0, 0, 0.2);
     backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.hero-glassified {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 4px 0 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.hero-glassified-dark{
      background: rgba(0, 0, 0, 0.3);
    box-shadow: 4px 0 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
}
.glassified {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 4px 0 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

/*Select*/
/* Stile per il container */
.custom-select-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Stile per il <select> */
/* Stile di base per il <select> */
.custom-select {
    background: white;
    color: #1B1B1B;
    border-radius: 999px;
    padding: 8px 14px;
    border: 1px solid #1B1B1B;
    transition: border-color 0.3s;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    outline: none;
}

/* Mantiene il bordo a 1px anche in focus */
.custom-select:focus {
    border: 1px solid #1B1B1B; /* Assicura che il bordo resti sottile */
    box-shadow: none; /* Rimuove eventuali ombre di default */
}

/* Freccia personalizzata per il <select> */
.custom-select-container::after {
    content: '▼'; /* Freccia verso il basso */
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    font-size: 12px;
    color: #1B1B1B;
    pointer-events: none;
}

/* Cambia la freccia in focus */
.custom-select:focus + .custom-select-container::after {
    content: '▲'; /* Freccia verso l'alto */
}


/* Altezza menu */
.e-n-menu-wrapper {
    height: 70px;
}
.e-n-menu-heading {
    height: 100%;
}

.elementor-swiper-button {
    background-color: white;
    padding: 10px; /* Regola il padding per ingrandire la freccia */
    border-radius: 50%; /* Per rendere il background circolare */
    transition: background-color 0.3s ease; /* Aggiunge una transizione quando si passa con il mouse */
}

/* Cambia il colore delle frecce */
.elementor-swiper-button i {
    color: black; /* Cambia il colore dell'icona della freccia */
}

/* Effetto hover per le frecce */
.elementor-swiper-button:hover {
    background-color: #f0f0f0; /* Sfumatura grigio chiaro su hover */
}

/* menù tassonomia */
.taxonomy-buttons-container{
      display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.taxonomy-button{
    background: white;
    color:#1B1B1B!important;
    border-radius: 999px;
    padding: 3px 14px;
    margin-right: 10px;
    border: 1px solid white;
    transition:0.3s;
    font-family: karla;
    font-size: 14px;

}
.taxonomy-button:hover{
    background: white;
    color:#363636!important;
    border: 1px solid #1B1B1B;
}

.taxonomy-button.active{
    background: #1B1B1B!important;
    border: 1px solid #1B1B1B;
    color:white!important;
}


.card-servizi:hover{
    background-size: 200%;
}

input.newsletter-input{
    border: none;
    border-bottom: 2px solid;
    background-color: #F1F1F1;
    border-radius: 0px;
}

button.newsletter-btn{
    width: 100%;
    background-color: #FF6600;
    color: white;
    border-color: #FF6600;
    margin-top: 20px; 
}


.sottoservizio-div {
    background: white;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    border: 1px solid #ff6600;
    border-bottom: 0px;
    transition: background 0.3s ease, color 0.3s ease;
}

.sottoservizio-div a {
    padding: 10px;
    border-radius: 5px;
    color: black;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: center;
    transition: color 0.3s ease;
}

.sotto-servizi-container:last-child{
   border-bottom: 1px solid #ff6600;
}

.sottoservizio-div:hover {
    background: #ff6600;
}

.sottoservizio-div:hover a {
    color: white;
}/* End custom CSS */