.elementor-kit-7{--e-global-color-primary:#008A88;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#215F9A;--e-global-typography-primary-font-family:"Nunito Sans";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Nunito Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Nunito Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Nunito Sans";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-accent );color:#FFFFFF;border-radius:8px 8px 8px 8px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:#0D365E;color:#FFFFFF;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-primary );}.elementor-kit-7 h1{font-size:3.6em;}.elementor-kit-7 h2{font-size:2.6em;}.elementor-kit-7 h3{font-size:2.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 h1{font-size:4em;}.elementor-kit-7 h2{font-size:2.6em;}.elementor-kit-7 h3{font-size:1.8em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 h1{font-size:2em;}.elementor-kit-7 h2{font-size:1.8em;}.elementor-kit-7 h3{font-size:1.4em;}.elementor-kit-7 h4{font-size:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<style>
  .word-wrapper {
    display: inline-block;
    overflow: hidden;
    transform: translateY(100%);
    margin-right: 0.25em;
  }

  .letter {
    display: inline-block;
    transform: translateY(100%);
  }
</style>

.elementor-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px; /* colțuri rotunjite pentru buton */
}

.elementor-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 0;
  pointer-events: none;
  border-radius: 8px; /* colțuri rotunjite și pentru overlay */
}

.elementor-button:hover::after {
  opacity: 2;
}/* End custom CSS */