.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#F5F5F5;--e-global-color-text:#D60610;--e-global-color-accent:#61CE70;--e-global-color-69e7de2:#00133E;--e-global-color-3fa27ac:#E3F5FF;--e-global-color-ddad1bd:#4D0206;--e-global-color-7a6f22b:#FFF0F1;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.6rem;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-03afdb4-font-family:"Inter";--e-global-typography-03afdb4-font-size:49px;--e-global-typography-03afdb4-font-weight:600;--e-global-typography-5042be0-font-family:"Inter";--e-global-typography-5042be0-font-size:39px;--e-global-typography-5042be0-font-weight:600;--e-global-typography-74b9f3a-font-family:"Inter";--e-global-typography-74b9f3a-font-size:31px;--e-global-typography-74b9f3a-font-weight:600;--e-global-typography-c74cf0e-font-family:"Inter";--e-global-typography-c74cf0e-font-size:25px;--e-global-typography-c74cf0e-font-weight:600;--e-global-typography-88bbafd-font-family:"Inter";--e-global-typography-88bbafd-font-size:18px;--e-global-typography-88bbafd-font-weight:400;--e-global-typography-7ccf628-font-family:"Inter";--e-global-typography-7ccf628-font-size:15px;--e-global-typography-7ccf628-font-weight:400;--e-global-typography-7ccf628-line-height:1.5em;--e-global-typography-c5d7375-font-family:"Inter";--e-global-typography-c5d7375-font-size:13px;--e-global-typography-c5d7375-font-weight:400;--e-global-typography-c5d7375-line-height:1.5em;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-primary );}.elementor-kit-7 a:hover{color:var( --e-global-color-primary );}.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-kit-7{--e-global-typography-03afdb4-font-size:40px;--e-global-typography-03afdb4-line-height:1em;--e-global-typography-5042be0-font-size:33px;--e-global-typography-5042be0-line-height:1.2em;--e-global-typography-74b9f3a-font-size:27px;--e-global-typography-74b9f3a-line-height:1.25em;--e-global-typography-c74cf0e-font-size:22px;--e-global-typography-c74cf0e-line-height:1.3em;--e-global-typography-88bbafd-font-size:17px;--e-global-typography-88bbafd-line-height:1.6em;--e-global-typography-7ccf628-font-size:14px;--e-global-typography-7ccf628-line-height:1.5em;--e-global-typography-c5d7375-font-size:12px;--e-global-typography-c5d7375-line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-03afdb4-font-size:32px;--e-global-typography-03afdb4-line-height:1.1em;--e-global-typography-5042be0-font-size:26px;--e-global-typography-5042be0-line-height:1.2em;--e-global-typography-74b9f3a-font-size:22px;--e-global-typography-74b9f3a-line-height:1.25em;--e-global-typography-c74cf0e-font-size:19px;--e-global-typography-c74cf0e-line-height:1.3em;--e-global-typography-88bbafd-font-size:16px;--e-global-typography-88bbafd-line-height:1.6em;--e-global-typography-7ccf628-font-size:14px;--e-global-typography-7ccf628-line-height:1.5em;--e-global-typography-c5d7375-font-size:12px;--e-global-typography-c5d7375-line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Hover pulsanti - stile professionale */
.elementor-button {
  transition: transform 0.22s ease, 
              box-shadow 0.22s ease, 
              filter 0.22s ease !important;
  will-change: transform;
}

.elementor-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  filter: brightness(1.08);
}

/* Feedback al click - effetto "pressione" */
.elementor-button:active {
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

@property --sweep {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

@keyframes iconCompose {
  0%   { --sweep: 0deg;   transform: scale(0.7); opacity: 0; }
  20%  { opacity: 1; }
  100% { --sweep: 360deg; transform: scale(1);   opacity: 1; }
}

/* Stato iniziale: icona nascosta, animazione in pausa */
.icon-compose .elementor-icon {
  --sweep: 0deg;
  opacity: 0;
  -webkit-mask-image: conic-gradient(from -90deg, #000 var(--sweep), transparent var(--sweep));
  mask-image: conic-gradient(from -90deg, #000 var(--sweep), transparent var(--sweep));
  animation: iconCompose 0.85s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-play-state: paused;
}

/* Elementor aggiunge .animated quando l'elemento entra nel viewport */
.icon-compose.animated .elementor-icon {
  animation-play-state: running;
}

@media (max-width: 767px) {
  .e-n-tabs-heading {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    display: flex !important;
    align-items: stretch !important;
  }

  .e-n-tab-title {
    flex: 1 1 0 !important;
    text-align: center !important;
    font-size: 12px !important;
    padding: 8px 10px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }
}

.elementor-location-footer a {
  text-decoration: none !important;
  position: relative;
}

.elementor-location-footer a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.28s ease;
}

.elementor-location-footer a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}/* End custom CSS */