.elementor-kit-10{--e-global-color-primary:#103EBF;--e-global-color-secondary:#8004E0;--e-global-color-text:#272727;--e-global-color-accent:#0695DD;--e-global-color-2190854:#E0045A;--e-global-color-8e7d5c7:#FF4848;--e-global-color-b466823:#FF8B54;--e-global-color-9a52e45:#FFFFFF;--e-global-color-84a8b05:#000000;--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:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:18px;font-weight:400;background-color:#FFFFFF;}.elementor-kit-10 a{color:var( --e-global-color-secondary );font-family:"Poppins", Sans-serif;}.elementor-kit-10 a:hover{color:var( --e-global-color-8e7d5c7 );}.elementor-kit-10 h1{color:var( --e-global-color-secondary );font-family:"Poppins", Sans-serif;font-size:35px;font-weight:500;}.elementor-kit-10 h2{color:#000000;font-family:"Poppins", Sans-serif;font-weight:600;}.elementor-kit-10 h3{color:#000000;font-size:30px;font-weight:600;font-style:italic;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-10{font-size:15px;}.elementor-kit-10 h1{font-size:30px;}.elementor-kit-10 h2{font-size:25px;}.elementor-kit-10 h3{font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}@media(max-width:767px){.elementor-kit-10{font-size:14px;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;}.elementor-kit-10 h1{font-size:20px;}.elementor-kit-10 h2{font-size:18px;}.elementor-kit-10 h3{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}/* 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 */