.elementor-kit-6{--e-global-color-primary:#F2F2F2;--e-global-color-secondary:#0A2140;--e-global-color-text:#0D1326;--e-global-color-accent:#3BBFBF;--e-global-typography-primary-font-family:"Aboreto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Gantari";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-font-style:italic;--e-global-typography-text-font-family:"Gantari";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Gantari";--e-global-typography-accent-font-weight:600;background-color:var( --e-global-color-text );overscroll-behavior:contain;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Lock scrolling for the entire page */
.lock-scroll {
    overflow: hidden;
    height: 100vh;
    touch-action: none; /* Prevents mobile scrolling issues */
}

/* Make only #section4 scrollable */
#section4 {
    overflow-y: auto;  /* Enable vertical scrolling */
    max-height: 90vh;  /* Set a limit to avoid overflowing */
    padding-right: 0px; /* Adjust for scrollbar */
    ; /* Firefox scrollbar */
}

/* Hide scrollbar for cleaner look (optional) */
#section4::-webkit-scrollbar {
    width: 6px;
}

#section4::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

#section4::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Prevent scrolling issues on mobile */
@media (max-width: 768px) {
    #section4 {
        max-height: 70vh;  /* Adjust height for mobile */
        overflow-y: scroll;
    }
}/* End custom CSS */