.elementor-kit-8{--e-global-color-primary:#4997D0;--e-global-color-secondary:#F8AE0C;--e-global-color-text:#FFFFFF;--e-global-color-accent:#40A852;--e-global-color-9489310:#F9DEA3;--e-global-color-28ed516:#2E2E2E;--e-global-color-c42385b:#01817D;--e-global-color-14de39d:#B83C24;--e-global-color-6f22e5a:#161614;--e-global-color-0e24a4e:#F59A30;--e-global-color-fff3b0d:#017DC7;--e-global-typography-primary-font-family:"Merriweather Sans";--e-global-typography-primary-font-size:1.6vw;--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Alfa Slab One";--e-global-typography-secondary-font-size:1.3vw;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Merriweather Sans";--e-global-typography-text-font-size:1.6vw;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 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);}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-primary-font-size:5vw;--e-global-typography-secondary-font-size:5vw;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === Desktop and tablet scrollbars === */
@media (min-width: 768px) {
  /* Scrollbar track */
  ::-webkit-scrollbar {
    width: 15px;
  }

  /* Scrollbar thumb (the draggable part) */
  ::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 6px;
  }

  /* Scrollbar track background */
  ::-webkit-scrollbar-track {
    background: transparent;
  }

  body {
    overflow-y: scroll; /* Or auto, depending on your layout */
  }
}

/* === Mobile: hide vertical scrollbar and prevent scroll === */
@media (max-width: 767px) {
  body {
    overflow-y: hidden;
    height: 100vh; /* Optional: ensures body doesn't extend beyond view */
  }
}/* End custom CSS */