.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--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;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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 *//* =========================
   GOLD TITLES — LIGHT GOLD
========================= */
body:not(.elementor-editor-active) .gold-title {
  background: linear-gradient(
    120deg,
    #b89438 0%,
    #d4af55 10%,
    #efd27a 18%,
    #fff1b8 26%,
    #f5dc8a 34%,
    #dcb85c 42%,
    #fff3c4 50%,
    #dcb85c 58%,
    #f5dc8a 66%,
    #e5c46d 74%,
    #c9a348 82%,
    #f1d782 90%,
    #b89438 100%
  );

  -webkit-background-clip: text;
  background-clip: text;

  color: transparent;
  -webkit-text-fill-color: transparent;
}

.gold-cta-button .elementor-button{
  position: relative;
  overflow: hidden;

  background: linear-gradient(
    120deg,
    #f6e27a 0%,
    #d4af37 20%,
    #a9741f 40%,
    #f6e27a 55%,
    #b8842a 70%,
    #a9741f 85%,
    #f6e27a 100%
   ) padding-box,

    linear-gradient(
      120deg,
      #fff6b5,
      #d4af37,
      #8c6a1a,
      #d4af37,
      #fff6b5
    ) border-box!important;

  border: 2px solid transparent;
  border-radius: 30px 0px 30px 0px;

  box-shadow:
    0 0 20px rgba(212,175,55,0.5),
    inset 0 0 10px rgba(255,255,255,0.25);

  transition: all 0.3s ease;
}

/* shine layer */
.gold-cta-button .elementor-button::before{
  content: "";
  position: absolute;
  inset: -20%;

  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255,255,255,.45) 45%,
    rgba(255,255,255,.85) 50%,
    rgba(255,255,255,.45) 55%,
    transparent 70%
  );

  transform: translateX(-120%);
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  z-index: 1;
}

/* attiva shine su hover */
.gold-cta-button .elementor-button:hover::before{
  opacity: 1;
  animation: goldShineOnce 1.8s cubic-bezier(.22,.61,.36,1);
}

@keyframes goldShineOnce{
  to { transform: translateX(120%); }
}

.gold-cta-button .elementor-button:hover{
  transform: translateY(-2px);
  box-shadow:
    0 0 30px rgba(212,175,55,0.8),
    inset 0 0 15px rgba(255,255,255,0.35);
}



/*EFFETTO GLASS */

.glass-card{

  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);

  border: 1px solid rgba(255,255,255,0.6);


  box-shadow:
    0 20px 40px rgba(79, 58, 144, 0.1),
    0 4px 12px rgba(79, 58, 144, 0.1);

  position: relative;
  overflow: hidden;
}

/* GLASS CARD */

.glass-card2{

  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.glass-card2 {
  transition: all 0.3s ease;
   
}

.glass-card2:hover {
  transform: translateY(-5px) scale(1.05);
  z-index: 10;
}/* End custom CSS */