.elementor-kit-13{--e-global-color-primary:#505050;--e-global-color-secondary:#F8F8F8;--e-global-color-text:#646464;--e-global-color-accent:#EF485B;--e-global-color-ba5a39d:#E53B4C;--e-global-color-1ce1cc2:#FAFAFA;--e-global-color-242a673:#F8F8F8E0;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-size:35px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.3em;--e-global-typography-primary-letter-spacing:-0.4px;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-size:21px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-size:17px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-letter-spacing:0.2px;--e-global-typography-9580f55-font-family:"Plus Jakarta Sans";--e-global-typography-9580f55-font-size:50px;--e-global-typography-9580f55-font-weight:700;--e-global-typography-9580f55-line-height:1.3em;--e-global-typography-bfa9d69-font-family:"Plus Jakarta Sans";--e-global-typography-bfa9d69-font-size:15px;--e-global-typography-bfa9d69-font-weight:bold;--e-global-typography-5f577fc-font-family:"Inter";--e-global-typography-5f577fc-font-size:15px;--e-global-typography-5f577fc-font-weight:400;--e-global-typography-5f577fc-line-height:1.4em;--e-global-typography-8b31400-font-family:"Inter";--e-global-typography-8b31400-font-size:12px;--e-global-typography-8b31400-font-weight:400;--e-global-typography-7e7d2a5-font-family:"Plus Jakarta Sans";--e-global-typography-7e7d2a5-font-size:14px;--e-global-typography-7e7d2a5-font-weight:700;--e-global-typography-7e7d2a5-line-height:1.3em;}.elementor-kit-13 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);}@media(max-width:1366px){.elementor-kit-13{--e-global-typography-9580f55-font-size:45px;}}@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 *//***Home Logo carousel styling***/

/* Smooth continuous scroll override */
#logo-carousel .slick-track {
  transition-timing-function: linear !important;
}

/* Fade-out edges effect */
#logo-carousel .elementor-image-carousel-wrapper {
  position: relative;
  overflow: hidden;
}

#logo-carousel .elementor-image-carousel-wrapper::before,
#logo-carousel .elementor-image-carousel-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 180px;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

/* Left fade */
#logo-carousel .elementor-image-carousel-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #ffffff 0%, transparent 100%);
}

/* Right fade */
#logo-carousel .elementor-image-carousel-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, transparent 100%);
}


/*CTA Card Hover Zoom Out*/
.elementor-cta:hover .elementor-cta__bg {
  transform: scale(1.02)!important;
}/* End custom CSS */