.elementor-kit-39{--e-global-color-primary:#FA832A;--e-global-color-secondary:rgb(191, 239, 185);--e-global-color-text:rgb(16, 234, 49);--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Nunito";--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-39 e-page-transition{background-color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 *//* WebKit Browsers (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 12px;             /* ⬆ wider = “bold” */
}

::-webkit-scrollbar-track {
  background: #ebebeb;     /* light‑gray track */
  border-radius: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: #00d126;   /* brand green */
  border-radius: 12px;
  border: 3px solid #ebebeb;   /* extra padding so it still looks sleek */
  transition: background-color 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #00b81e;   /* darker green on hover */
}

/* Firefox */
* {
  scrollbar-width: auto;       /* auto = thicker than “thin” */
  scrollbar-color: #00d126 #ebebeb;
}

.elementor-nav-menu .submenu-indicator {
  display: none !important;
}/* End custom CSS */