.elementor-kit-4{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#C4C4C4;--e-global-color-text:#3A3A3A;--e-global-color-accent:#3D61A4;--e-global-typography-primary-font-family:"Oxygen";--e-global-typography-primary-font-size:62px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:43px;--e-global-typography-secondary-font-weight:bold;--e-global-typography-text-font-family:"Oxygen";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Oxygen";--e-global-typography-accent-font-size:22px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-font-style:oblique;font-family:"Poppins", Open Sans;}.elementor-kit-4 a{font-family:"Poppins", Open Sans;}.elementor-kit-4 h1{font-family:"Oxygen", Open Sans;font-size:62px;font-weight:600;}.elementor-kit-4 h2{font-family:"Poppins", Open Sans;font-size:60px;font-weight:800;}.elementor-kit-4 h3{font-family:"Poppins", Open Sans;font-size:25px;font-weight:500;}.elementor-kit-4 h4{font-family:"Poppins", Open Sans;}.elementor-kit-4 h6{font-family:"Poppins", Open Sans;}.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);}@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 *//* Default scrollbar style */
::-webkit-scrollbar {
    width: 0.35vw;
    background: #3A3A3A;
    transition: width 0.3s ease; /* Smooth transition for width */
}

::-webkit-scrollbar-thumb {
    background: #3D61A4;
    border-radius: 20px;
    transition: background 0.3s ease; /* Smooth transition for color */
}

/* Hover effect for the scrollbar */
::-webkit-scrollbar:hover {
    width: 1vw; /* Adjust this value as needed */
}

::-webkit-scrollbar-thumb:hover {
    background: #4A76D1; /* Optional: Change color smoothly on hover */
}/* End custom CSS */