.elementor-kit-10{--e-global-color-primary:#17609B;--e-global-color-secondary:#000000;--e-global-color-text:#656A7C;--e-global-color-accent:#17609B;--e-global-color-533261d:#17609B;--e-global-color-b4216d0:#D00000;--e-global-color-9dfce15:#BF1E07;--e-global-typography-primary-font-family:"Nunito Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Nunito Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Mulish";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Nunito Sans";--e-global-typography-accent-font-weight:500;overscroll-behavior:none;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:var( --e-global-color-primary );}.elementor-kit-10 a:hover{color:var( --e-global-color-533261d );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:50px;--container-default-padding-right:0px;--container-default-padding-bottom:50px;--container-default-padding-left:0px;}.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 *//* -----------------------------------
   Modern Wide Scrollbar (Color: #145CC8)
   ----------------------------------- */

/* WebKit browsers (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 16px; /* wider scrollbar */
  height: 16px; /* for horizontal bars */
}

::-webkit-scrollbar-track {
  background: #e8f1ff;
  border-radius: 16px;
}

::-webkit-scrollbar-thumb {
  background: #145CC8;
  border-radius: 16px;
  border: 4px solid #e8f1ff; /* padding around the blue bar */
  background-clip: padding-box;
  box-shadow: 0 2px 6px rgba(20, 92, 200, 0.25);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: #0f49a6;
  box-shadow: 0 4px 10px rgba(15, 73, 166, 0.35);
}

/* Firefox support */
* {
  scrollbar-width: auto;
  scrollbar-color: #145CC8 #e8f1ff;
}/* End custom CSS */