.elementor-kit-14{--e-global-color-primary:#9C5D30;--e-global-color-secondary:#F9F5F0;--e-global-color-text:#000000;--e-global-color-accent:#151515;--e-global-color-9524b93:#FFFFFF;--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-14 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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 for the scrolling text */
.text-scroll-container {
  width: 100%; /* Adjust as needed */
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

/* Scrolling text itself */
.text-scroll-content {
  display: inline-block;
  padding-left: 100%; /* Start outside the container */
  animation: scrollText 10s linear infinite; /* Adjust duration as needed */
}

/* Scrolling animation */
@keyframes scrollText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}/* End custom CSS */