.elementor-kit-6{--e-global-color-primary:#004D90;--e-global-color-secondary:#80A2C1;--e-global-color-text:#666666;--e-global-color-accent:#189CD9;--e-global-color-f7c80f4:#FFFFFF;--e-global-color-a0694b4:#96979C;--e-global-color-fb64927:#000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-letter-spacing:1.2px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;}.elementor-kit-6 a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-6 a:hover{font-family:"Poppins", Sans-serif;font-size:18px;font-weight:600;}.elementor-kit-6 h1{font-family:"Poppins", Sans-serif;font-size:42px;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;}.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);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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-6 a{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 a{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.zoom-hover h2,
.zoom-hover p,
.zoom-hover .elementor-icon,
.zoom-hover img {
  transition: transform 0.3s ease;
  transform-origin: center center;
  display: inline-block;
}

/* Zoom normale su testi e immagini */
.zoom-hover:hover h2,
.zoom-hover:hover p,
.zoom-hover:hover img {
  transform: scale(1.1);
}

/* Zoom maggiore sull’icona */
.zoom-hover:hover .elementor-icon {
  transform: scale(1.3);
}

/* Forza i container con bottone in fondo a diventare colonne flessibili */
.e-con.stacked-column {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
}

/* Spinge il bottone verso il fondo del container */
.e-con.stacked-column .bottom-position {
  margin-top: auto !important;
}

/* (Opzionale) bottone a tutta larghezza */
.e-con.stacked-column .bottom-position .elementor-button {
  width: 100%;
}

/* Il bottone scivola in fondo al container */
.bottom-position {
  margin-top: auto;
}

/* Se un container (.e-con) contiene .bottom-position,
   imposta layout a colonna e altezza piena */
:where(.e-con):has(> .bottom-position) {
  display: flex;                 /* safety */
  flex-direction: column;
  --e-con-flex-direction: column;/* compat Elementor */
  min-height: 100%;
}

/* (Opzionale) bottone full width */
.bottom-position .elementor-button {
  width: 100%;
}

/* (Opzionale) elimina spazio sotto se il container ha gap */
:where(.e-con):has(> .bottom-position) {
  padding-bottom: 0;
}/* End custom CSS */