.elementor-kit-16{--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;}.elementor-kit-16 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 *//* container behavior + fades */
.hof-ticker {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  padding-block: 8px;
  border-top: 1px solid #000;  /* Example border — adjust yours */
  border-bottom: 1px solid #000;
}

/* fade overlay */
.hof-ticker::before,
.hof-ticker::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 5; /* higher than the border */
  pointer-events: none;
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.hof-ticker::before {
  left: 0;
}

.hof-ticker::after {
  right: 0;
  transform: scaleX(-1);
}

/* track text */
.hof-ticker .elementor-heading-title {
  display: inline-flex;
  white-space: nowrap;
  gap: 2.25rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  animation: hof-scroll 18s linear infinite;
}

@keyframes hof-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.hof-ticker:hover .elementor-heading-title {
  animation-play-state: paused;
}/* End custom CSS */