.elementor-kit-11{--e-global-color-primary:#000D2A;--e-global-color-secondary:#000D2A;--e-global-color-text:#1F2D3D;--e-global-color-accent:#107BAE;--e-global-color-21f654d:#E8E8E8;--e-global-color-b1e7f4d:#FFFFFF;--e-global-color-828274b:#1433D6;--e-global-color-6f85ac4:#4D5B7C;--e-global-typography-primary-font-family:"Epilogue";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Epilogue";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:25px;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 p{margin-block-end:15px;}.elementor-kit-11 a{color:var( --e-global-color-828274b );}.elementor-kit-11 h1{color:var( --e-global-color-primary );font-family:"Epilogue", Sans-serif;font-size:30px;font-weight:700;line-height:40px;}.elementor-kit-11 h2{color:var( --e-global-color-primary );font-family:"Epilogue", Sans-serif;font-size:30px;font-weight:700;line-height:55px;}.elementor-kit-11 h3{color:var( --e-global-color-primary );font-family:"Lato", Sans-serif;}.elementor-kit-11 h4{color:var( --e-global-color-primary );font-family:"Lato", Sans-serif;}.elementor-kit-11 h5{color:var( --e-global-color-primary );font-family:"Lato", Sans-serif;}.elementor-kit-11 h6{color:var( --e-global-color-primary );font-family:"Lato", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;}.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);}.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-kit-11 h2{font-size:30px;line-height:42px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:730px;}.e-con{--container-max-width:730px;}}@media(max-width:767px){.elementor-kit-11 h1{font-size:26px;line-height:35px;}.elementor-kit-11 h2{font-size:26px;line-height:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#hover-inner:hover span,
#hover-inner:hover p,
#hover-inner:hover i,
#hover-inner:hover svg {
    color: #fff;
    fill: #fff;
}



/* Wrap the carousel with relative position */
.blur-carousel {
  position: relative;
  overflow: hidden;
}

/* Left blur overlay */
.blur-carousel::before,
.blur-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;   /* control blur width */
  height: 100%;
  z-index: 2;
  pointer-events: none; /* don’t block clicks */
}

/* Left side */
.blur-carousel::before {
  left: 0;
  background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}

/* Right side */
.blur-carousel::after {
  right: 0;
  background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
}/* End custom CSS */