.elementor-kit-9{--e-global-color-primary:#F5F5F0;--e-global-color-secondary:#000000;--e-global-color-text:#272C30;--e-global-color-accent:#2AC4F4;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:900;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.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-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 *//* =========================================
   1. HORIZONTAL SCROLL PROGRESS BAR STYLES 
   ========================================= */
#scroll-progress-container {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important; 
    height: 8px !important;
    background-color: #000000 !important;
    z-index: 999999 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#scroll-progress-bar {
    height: 100% !important;
    background-color: #2AC4F4 !important;
    width: 0%;
    display: block !important;
}

/* =========================================
   2. CUSTOM VERTICAL PAGE SCROLLBAR STYLES 
   ========================================= */
/* The width of the entire scrollbar */
::-webkit-scrollbar {
  width: 12px; 
}

/* The Track (The slider background) */
::-webkit-scrollbar-track {
  background: #000000; 
}

/* The Handle (The scroller/handler) */
::-webkit-scrollbar-thumb {
  background: #2AC4F4; 
  border-radius: 6px;    
  border: 2px solid #000000; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1eb0dc; 
}

/* Firefox Support (Standard property) */
* {
  scrollbar-width: thin;
  scrollbar-color: #2AC4F4 #000000;
}/* End custom CSS */