.elementor-kit-12{--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;--e-global-typography-a3fb809-font-family:"Roboto";--e-global-typography-a3fb809-font-weight:600;}.elementor-kit-12 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);}@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 *//* Base header */
.smart-header{
  position: fixed;
  top: 0; left: 0; right: 0;
  width: 100%;
  z-index: 10000;
  background: transparent;
  transition: background .18s ease, transform .22s ease;
}

/* Solid background after hero */
.smart-header.solid{
  background: #000000 !important;  /* force win over theme styles */
}

/* Hide on scroll down */
.smart-header.hide{
  transform: translateY(-100%);
}

/* Fully hide when footer is visible */
.smart-header.at-footer{
  opacity: 0;
  pointer-events: none;
}

.full-screen-section {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.flow-text {
  font-size: clamp(2rem, 6vw, 5rem); /* scales for desktop, tablet, mobile */
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(100%); /* start off-screen right */
}/* End custom CSS */