.elementor-kit-6{--e-global-color-primary:#3E8C17;--e-global-color-secondary:#84B71F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#0E76BC;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--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:"Poppins";--e-global-typography-accent-font-weight:500;}.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);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@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. Default State: Hidden and non-clickable */
.sticky-header-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; /* Allows clicks to pass through to headers 1 & 2 */
    transition: opacity 0.4s ease, visibility 0.4s ease;
    width: 100%; /* Ensure absolute positioning doesn't shrink the width */
    z-index: 999; /* Ensure it stays on top when visible */
    background-color: #fff; /* Set your desired background color here */
}

/* 2. Sticky State: Visible and clickable */
/* Elementor adds 'elementor-sticky--effects' when the user scrolls past the Effects Offset */
.sticky-header-hidden.elementor-sticky--effects {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; 
}/* End custom CSS */