.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-886a306:#101828;--e-global-color-90cfc6d:#101828;--e-global-color-8f48d32:#FAA61A;--e-global-color-ce14599:#FAA61A;--e-global-color-74f44a7:#FAA61A;--e-global-color-f573b40:#F2F4F7;--e-global-color-e0451ac:#FAA61A;--e-global-color-1d81861:#FFFFFF;--e-global-color-66a7993:#FCA61A;--e-global-color-83f2a4f:#0E1D3F;--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;overscroll-behavior:contain;}.elementor-kit-6 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){margin-block-end: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 */body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 200%;  /* Extra width to allow continuous animation */
  height: 100%;
  background: url('https://zlearnalanding.amplifygrowth.net/wp-content/uploads/2025/02/Hero-header-section-1.svg') repeat-x center center;
  background-size: cover; /* Change from 100% auto to cover to fill viewport */
  z-index: -1;
  animation: moveBg 100s linear infinite;
}

/* Mobile breakpoint */
@media (max-width: 768px) {
  body::before {
    /* Using the same image URL – update if you need a different image */
    background: url('https://zlearnalanding.amplifygrowth.net/wp-content/uploads/2025/02/Hero-header-section-1.svg') repeat-x center center;
    background-size: cover;
  }
}

@-webkit-keyframes moveBg {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes moveBg {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}/* End custom CSS */