.elementor-kit-231{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-kadence1:#bff747;--e-global-color-kadence3:#000000;--e-global-color-kadence5:#ffffff;--e-global-color-kadence6:#718096;--e-global-color-kadence7:#393939;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:16px;--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;background-color:var( --e-global-color-kadence3 );font-family:"Roboto", Sans-serif;font-size:16px;overscroll-behavior:auto;--e-preloader-animation-duration:2000ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-kadence1 );--e-preloader-size:80px;}.elementor-kit-231 e-page-transition{background-color:var( --e-global-color-kadence3 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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;}.elementor-kit-231{--e-preloader-size:60px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.elementor-kit-231{--e-preloader-size:55px;}}/* Start custom CSS */html, body {
  max-width: 100%;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
/* Scrollbar Track */
::-webkit-scrollbar {
  width: 18px;
  background: #2c2c2c;
}

/* Scrollbar Thumb (scroll button) */
::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
  border-radius: 10px;
  min-height: 30px; /* This controls the *minimum* height */
}

/* Scrollbar Track (background path) */
::-webkit-scrollbar-track {
  background: #2c2c2c;
}

/* Scrollbar Arrows */
::-webkit-scrollbar-button {
  background: transparent;
  color: #d1d1d1;
  height: 18px;
}

/* Optional: Hide arrows if they look weird */
::-webkit-scrollbar-button:single-button {
  display: block;
  background: transparent;
}

/* Firefox (Limited Support) */
* {
  scrollbar-width: t;
  scrollbar-color: #d1d1d1 #2c2c2c;
}


a:focus,
button:focus {
  outline: none;
  box-shadow: none;
}


/* Remove only mobile tap highlight (light blue flash) */
a, button, input, textarea {
  -webkit-tap-highlight-color: transparent; /* Chrome, Safari, iOS */
}

/* Keep focus outline for accessibility */
a:focus, button:focus, input:focus, textarea:focus {
  outline: auto; /* preserves normal focus outline */
}/* End custom CSS */