.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#7C7C7C;--e-global-typography-primary-font-family:"Inter Tight";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter Tight";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter Tight";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;font-size:16px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-size:40px;}.elementor-kit-6 h2{font-size:32px;}.elementor-kit-6 h3{font-size:24px;}.elementor-kit-6 h4{font-size:20px;}.elementor-kit-6 h5{font-size:16px;}.elementor-kit-6 h6{font-size:14px;}.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);}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Overlay principale */
#intro-slideshow {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 9999;
}

/* Singole slide */
.intro-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
  background-size: cover;
  background-position: center;
}

/* Slide attiva */
.intro-slide.active {
  opacity: 1;
}

/* Nasconde header e footer quando overlay attivo */
body.intro-active header,
body.intro-active footer {
  opacity: 0;
  visibility: hidden;
}
/* Header normale su tutte le pagine tranne la homepage */
body:not(.home) .my-header {
  position: relative !important;
  z-index: auto !important;
}

/* Header homepage: rimane fixed e sopra lo slideshow */
body.home .my-header {
  position: fixed;
  z-index: 1000;
}/* End custom CSS */