.elementor-17 .elementor-element.elementor-element-3acd908{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-07ad01c{--display:flex;--position:absolute;--min-height:0px;--margin-top:3px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;top:0px;}.elementor-17 .elementor-element.elementor-element-07ad01c:not(.elementor-motion-effects-element-type-background), .elementor-17 .elementor-element.elementor-element-07ad01c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#9F0000;}body:not(.rtl) .elementor-17 .elementor-element.elementor-element-07ad01c{left:0px;}body.rtl .elementor-17 .elementor-element.elementor-element-07ad01c{right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-dbaec23{margin:65px 0px calc(var(--kit-widget-spacing, 0px) + 015px) 0px;padding:20px 10px 10px 10px;text-align:center;}.elementor-17 .elementor-element.elementor-element-dbaec23 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:60px;font-weight:700;}.elementor-17 .elementor-element.elementor-element-bd465ff{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-17 .elementor-element.elementor-element-dbaec23{margin:55px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}.elementor-17 .elementor-element.elementor-element-dbaec23 .elementor-heading-title{font-size:35px;}}@media(min-width:768px){.elementor-17 .elementor-element.elementor-element-07ad01c{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-64020c1 */.scroll-banner-link {
  display: block;
  text-decoration: none;
  color: inherit;                /* keeps text color consistent */
}
.scroll-banner {
  --speed: 25s;                  /* adjust speed — lower = faster */
  width: 100%;
  overflow: hidden;
  background: #9F0000;              /* Red background */
  color: #fff;                   /* white text */
  display: flex;
  align-items: center;
  height: 40px;                  /* adjust banner height */
}

.scroll-banner__track {
  display: inline-flex;
  white-space: nowrap;
  animation: scroll-loop var(--speed) linear infinite;
}

.scroll-banner__text {
  display: inline-block;
  padding-right: 20rem;           /* spacing between loops */
  font-size: clamp(0px, 16px, 28px);
  font-weight: 700;
  text-transform: none;
}

@keyframes scroll-loop {
  0%   { transform: translateX(10); }
  100% { transform: translateX(-50%); }  /* seamless loop because text is duplicated */
}/* End custom CSS */