.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-db1a84f:#FFFFFF;--e-global-color-de284fc:#0F1940;--e-global-color-c57f9b1:#0F19405E;--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-5 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 *//* keep your semi-transparent part unchanged */
.semi-transparent { opacity: 0.5; }

/* Ensure Elementor typography is inherited (prevents size/weight changes) */
.animate-on-scroll,
.animate-on-scroll * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

/* container: allow inline flow and transforms */
.animate-on-scroll { display: inline-block; position: relative; overflow: visible; }

/* words start slightly down + invisible */
.animate-on-scroll .word {
  display: inline-block;
  transform: translateY(12px);
  opacity: 0;
  transition: transform 360ms cubic-bezier(.2,.9,.2,1), opacity 300ms ease;
  transition-delay: calc(var(--i) * 60ms);
  padding-right: .35em;
  vertical-align: baseline;
}

/* reveal when widget has .animate */
.animate-on-scroll.animate .word {
  transform: translateY(0);
  opacity: 1;
}

/* reduced-motion preference */
@media (prefers-reduced-motion: reduce) {
  .animate-on-scroll .word { transition: none; transform: none; opacity: 1; }
}

/* Minimal spacing fix: remove manual padding so normal spaces remain */
.animate-on-scroll .word {
  display: inline-block;
  vertical-align: baseline;
  transform: translateY(12px);
  opacity: 0;
  transition: transform 360ms cubic-bezier(.2,.9,.2,1), opacity 300ms ease;
  transition-delay: calc(var(--i) * 60ms);
  padding-right: 0;            /* <- removed */
  margin-right: 0;             /* <- ensure no extra margin */
  /* keep typography exact */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

/* normal buttons + form buttons */
.elementor-button-link,
.elementor-button,
button.elementor-button,
button[type="submit"].elementor-button {
    background: linear-gradient(90deg, #0f1940, #2b3a8f, #0f1940);
    background-size: 300%;
    transition: background-position .6s ease, transform .3s ease !important;
}

/* hover */
.elementor-button-link:hover,
.elementor-button:hover,
button.elementor-button:hover,
button[type="submit"].elementor-button:hover {
    background-position: 100%;
    transform: translateY(-3px);
}/* End custom CSS */