.elementor-kit-9{--e-global-color-primary:#FF5900;--e-global-color-secondary:#393C3E;--e-global-color-text:#1E1E1F;--e-global-color-accent:#BEBEBE;--e-global-color-e3592ea:#F5F5F5;--e-global-color-e401678:#1E293B;--e-global-typography-primary-font-family:"Roboto";--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-9 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){--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 *//* Custom Codnets Scrollbar */
::-webkit-scrollbar {
    width: 10px;
    background: #f4f4f4; /* light neutral background */
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(transparent, #FF5900);
    border-radius: 20px;
    transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(transparent, #E04E00);
}
/* Codnets Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
    background: #f4f4f4; /* light neutral background */
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, transparent, #FF5900);
    border-radius: 20px;
    transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to top, transparent, #E04E00);
}/* End custom CSS */