.elementor-kit-6{--e-global-color-primary:#001F47;--e-global-color-secondary:#00132C;--e-global-color-text:#001F47;--e-global-color-accent:#CFB162;--e-global-typography-primary-font-family:"Arsenal";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Arsenal";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Arsenal";--e-global-typography-text-font-size:1.1em;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Arsenal";--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
========================= */
body:not(.elementor-editor-active) .gold-title {
  background: linear-gradient(
    120deg,
    #7a5a12 0%,
    #a67c1b 10%,
    #d4af37 18%,
    #f5e3a1 26%,
    #e6c873 34%,
    #c9a24d 42%,
    #f1da97 50%,
    #c9a24d 58%,
    #e6c873 66%,
    #b8902e 74%,
    #8f6b13 82%,
    #d8b45a 90%,
    #7a5a12 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(0,0,0,0.08),
    0 4px 12px rgba(0,0,0,0.05);

  position: relative;
  overflow: hidden;
}/* End custom CSS */