.elementor-kit-7{--e-global-color-primary:#009E60;--e-global-color-secondary:#0C4CA1;--e-global-color-text:#454F5E;--e-global-color-accent:#F0AD4E;--e-global-color-38d599f:#F4F4F5;--e-global-color-6f3aff4:#09090B;--e-global-color-6ddb3f9:#E5F6FF;--e-global-color-0105798:#E9F8F9;--e-global-color-5977479:#E7F2F8;--e-global-color-3d9ee3f:#247143;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Onest";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-weight:700;text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-secondary );}.elementor-kit-7 a:hover{color:var( --e-global-color-primary );}.elementor-kit-7 h1{color:var( --e-global-color-6f3aff4 );font-weight:600;}.elementor-kit-7 h2{color:var( --e-global-color-6f3aff4 );font-weight:600;}.elementor-kit-7 h3{color:var( --e-global-color-6f3aff4 );font-weight:600;}.elementor-kit-7 h4{color:var( --e-global-color-6f3aff4 );font-weight:600;}.elementor-kit-7 h5{color:var( --e-global-color-6f3aff4 );font-weight:600;}.elementor-kit-7 h6{color:var( --e-global-color-6f3aff4 );font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0%;--container-default-padding-right:8%;--container-default-padding-bottom:0%;--container-default-padding-left:8%;}.elementor-widget:not(:last-child){--kit-widget-spacing:1vw;}.elementor-element{--widgets-spacing:1vw 1vw;--widgets-spacing-row:1vw;--widgets-spacing-column:1vw;}{}h1.entry-title{display:var(--page-title-display);}.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 *//* Style for the Bottom Header row */
#bottom-header {
    width: 100%;
    z-index: 999;
    transition: transform 0.3s ease-in-out;
}

/* The state when it is stuck and sliding out of view (scrolling down) */
.header-sticky-hidden {
    position: fixed !important;
    top: 0;
    transform: translateY(-100%);
}

/* The state when it is stuck and visible (scrolling up) */
.header-sticky-visible {
    position: fixed !important;
    top: 0;
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1); /* Optional: add shadow when sticky */
}/* End custom CSS */