.elementor-kit-15{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#E8E8E8;--e-global-typography-primary-font-family:"Manrope";--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;background-color:#3B2727;}.elementor-kit-15 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 */body::after {
    content: "";
    position: fixed;
    
    /* OFFSET: If you have a sticky header, change '0' to your header's height (e.g., 80px) 
       so the fade starts exactly where the header ends. */
    top: 0; 
    left: 0;
    width: 100%;
    
    /* Increased Height for better visibility */
    height: 150px; 
    
    /* THE HARDER GRADIENT:
       0% - 30%: Solid Black (Maximum Hiding Power)
       30% - 100%: Slow fade to transparent
       CHANGE #111111 to your background hex code!
    */
    background: linear-gradient(to bottom, #111111 0%, #111111 30%, transparent 100%);
    
    /* Higher Z-Index to ensure it sits on top of content */
    z-index: 20; 
    
    pointer-events: none;
}

html, body {
    /* This stops the page from "bouncing" when you hit the top or bottom */
    overscroll-behavior-y: none;
    
    /* Optional: Ensures the behavior works consistently across browsers */
    width: 100%;
    height: 100%;
}/* End custom CSS */