.elementor-kit-9{--e-global-color-primary:#01AEBC;--e-global-color-secondary:#F4701E;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F4701E;--e-global-color-0c430dc:#FFFFFF;--e-global-color-d2253e2:#302E2D;--e-global-color-5ec30a3:#F2F2F2;--e-global-color-7fb7b29:#FAFAFA;--e-global-color-dbb5ce0:#D3D3D3;--e-global-color-c80eb52:#F2A94D;--e-global-typography-primary-font-family:"Kumbh Sans";--e-global-typography-primary-font-size:clamp(1.8750rem, 1.6250rem + 1.2500vw, 3.1250rem);--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Kumbh Sans";--e-global-typography-secondary-font-size:clamp(1.5625rem, 1.3625rem + 1.0000vw, 2.5625rem);--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:clamp(0.7500rem, 0.6500rem + 0.5000vw, 1rem);--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:clamp(0.7500rem, 0.6500rem + 0.5000vw, 1.21rem);--e-global-typography-accent-font-weight:500;--e-global-typography-e2ae2a7-font-family:"Kumbh Sans";--e-global-typography-e2ae2a7-font-size:clamp(1.3125rem, 1.1375rem + 0.8750vw, 2.1875rem);--e-global-typography-e2ae2a7-font-weight:700;--e-global-typography-a444251-font-family:"Kumbh Sans";--e-global-typography-a444251-font-size:clamp(1.0625rem, 0.9125rem + 0.7500vw, 1.8125rem);--e-global-typography-a444251-font-weight:600;--e-global-typography-cc399ee-font-family:"Kumbh Sans";--e-global-typography-cc399ee-font-size:clamp(0.8750rem, 0.7500rem + 0.6250vw, 1.5000rem);--e-global-typography-cc399ee-font-weight:600;--e-global-typography-0ce32e7-font-family:"Kumbh Sans";--e-global-typography-0ce32e7-font-size:clamp(0.7500rem, 0.6500rem + 0.5000vw, 1.2500rem);--e-global-typography-0ce32e7-font-weight:600;--e-global-typography-21d76a0-font-family:"Roboto";--e-global-typography-21d76a0-font-size:clamp(0.6250rem, 0.5500rem + 0.3750vw, 0.8850rem);font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-accent );color:var( --e-global-color-d2253e2 );}.elementor-kit-9 button:hover,.elementor-kit-9 button:focus,.elementor-kit-9 input[type="button"]:hover,.elementor-kit-9 input[type="button"]:focus,.elementor-kit-9 input[type="submit"]:hover,.elementor-kit-9 input[type="submit"]:focus,.elementor-kit-9 .elementor-button:hover,.elementor-kit-9 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-d2253e2 );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-9 h2{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-9{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-9 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-9 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-9 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-9 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Container for the marquee */
.marquee-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  /*background: #000;*/
  padding: 10px 0;
}

/* Fade effect on both sides */
.marquee-container::before,
.marquee-container::after {
  content: '';
  position: absolute;
  top: 0;
  width: 150px; 
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

 /*Left fade */
.marquee-container::before {
  left: 0;
  background: linear-gradient(to right, #FF8800 0%, transparent 100%);
}
 /*Right fade */
.marquee-container::after {
  right: 0;
  background: linear-gradient(to left, #FF8800 0%, transparent 100%);
}
/* Marquee text wrapper */
.marquee-text {
  display: flex;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}

/* Individual text items */
.marquee-text span {
  display: inline-block;
  padding: 0 10px;
  color: #fff; 
  font-size: 18px;
  font-weight: 500;
}

/* Separator between items (optional) */
.marquee-text span:not(:last-child)::after {
  content: '•';
  margin-left: 30px;
  opacity: 0.5;
}

/* Marquee animation */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause on hover (optional) */
.marquee-container:hover .marquee-text {
  animation-play-state: paused;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .marquee-container::before,
  .marquee-container::after {
    width: 80px;
  }
  
  .marquee-text span {
    font-size: 16px;
    padding: 0 20px;
  }
}/* End custom CSS */