/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme
Description: Child theme for Hello Elementor
Author: Il tuo nome
Author URI: https://hevolus.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
  --fucsia: #814997;
  --blu-indaco-scuro: #1B2A50;
  --btn-viola-scuro: #5C387F;
  --btn-viola-medio: #665DCD;
  --btn-viola-chiaro: #4678F0;
}

/* checkbox per form */
.elementor-kit-1297 label {
    color: var(--blu-indaco-scuro)!important;
}

/* breadcrumb */
nav.rank-math-breadcrumb, nav.rank-math-breadcrumb a {
    font-family: "ADERO";
    color: white;
}

span.separator {
    color: white;
}




/* MENU */
span.ekit_page_list_title_title {
    font-family: "ADERO";
    color: #333a45 !important;
}

span.ekit_page_list_title_title:hover {
    color: var(--fucsia) !important;
}

#menu-enterprise a {
    font-family: "Inter" !important;
    color: #333a45 !important;
}



/* Bottoni */
a.elementskit-btn.whitespace--normal.elementor-animation-float {
    text-transform: none !important;
    text-decoration: underline !important;
}

/* Bottone richiedi demo */
a#richiedi-demo {
  opacity: 0.95;
  background: linear-gradient(
    135deg,
    rgba(92, 56, 127, 0.95) 0%, 
    rgba(102, 93, 205, 0.92) 50%,
    rgba(70, 120, 240, 0.95) 100%  
  );

  /* Glow interno morbido per effetto glass */
  box-shadow:
    0 0 2rem 0 rgba(70, 120, 240, 0.35) inset,
    0 0 0.7rem 0 rgba(92, 56, 127, 0.25) inset;
}



/* Bottone newsletter */
div#hevolus-newsletter .elementor-button {
    background-color: transparent;
    color: var(--e-global-color-c546c7d);
    background-image: linear-gradient(135deg, #3092d0f2 0%, rgba(130, 190, 90, 0.9) 100%);
    border-style: none;
}

/* Numeri */

span.ha-fun-factor__content-number {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(135deg,    rgba(92, 56, 127, 0.95) 0%,     rgba(102, 93, 205, 0.92) 50%,    rgba(70, 120, 240, 0.95) 100%);
    color: #2575fc;
}

/* CARD */
.elementskit-infobox {
  position: relative;
  border-radius: 12px;
  z-index: 0;
}

.elementskit-infobox::before {
  content: "";
  position: absolute;
  inset: 2;
  border-radius: inherit;
  padding: 2px; /* spessore bordo */
  background: linear-gradient(135deg, #3192D0, #C7D530);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0.5;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.elementskit-infobox:hover::before {
  opacity: 1;
}


/* frase che scorre */

.section_words-n {
  text-align: center;
}

.words_text {
  font-size: 50px; /* Desktop default */
  line-height: 1.5;
  max-width: 900px;
  margin: 0 auto;
}

/* Tablet */
@media (max-width: 1024px) {
  .words_text {
    font-size: 35px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .words_text {
    font-size: 30px;
  }
}
