.elementor-16 .elementor-element.elementor-element-dfe89c5{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-4398977 *//* Ticker container */
.wg-ticker {
  width: 100%;
  background: #1c244b;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 14px 0;
  font-family: 'Poppins', sans-serif;
  font-size: 24px; /* bigger */
  font-weight: 600; /* bolder */
}

/* Make the scrolling track LONGER so it loops perfectly */
.wg-ticker__track {
  display: inline-flex;
  width: max-content;
  animation: wg-ticker-scroll 30s linear infinite;
}

/* Add space between the duplicated phrases */
.wg-text {
  padding-right: 4rem;
}

/* ENDLESS LOOP — no pause, no restart */
@keyframes wg-ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Prevent overlap with your header/logo */
body {
  margin-top: 50px;
}/* End custom CSS */