.elementor-kit-7{--e-global-color-primary:#F35321;--e-global-color-secondary:#F18124;--e-global-color-text:#2E2E2E;--e-global-color-accent:#A81800;--e-global-color-a325fdb:#FFFFFF;--e-global-color-4d911de:#F3532112;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:400;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-7 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-7 h2{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-7 h3{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.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;}.elementor-kit-7{--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;}}/* Start custom CSS *//* Hide elements by default */
.hideapp {
    display: block !important;
}

/* Show elements only in the app */
.showapp {
    display: none; /* Hidden by default */
}

/* Sticky footer only for the app */
.app-footer {
    display: none; /* Hide by default */
}

/* Apply styles when in the app */
@media (max-width: 10000px) { /* This rule is overridden by JS */
    html.android-app .hideapp {
        display: none !important;
    }

    html.android-app .showapp {
        display: block !important;
    }

    html.android-app .app-footer {
    display: flex !important;  /* Ensures elements stay in a row */
    justify-content: space-between; /* Adjust spacing */
    align-items: center; /* Align items vertically */
    position: fixed !important; /* Keeps it at the bottom */
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    flex-wrap: nowrap; /* Prevents stacking */
     background-color: white;
}
}/* End custom CSS */