.elementor-2563 .elementor-element.elementor-element-205b5fd{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2563 .elementor-element.elementor-element-205b5fd:not(.elementor-motion-effects-element-type-background), .elementor-2563 .elementor-element.elementor-element-205b5fd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-2563 .elementor-element.elementor-element-900012c > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2563 .elementor-element.elementor-element-900012c .footer-widget h2.big-title{font-size:35px;}@media(max-width:1024px){.elementor-2563 .elementor-element.elementor-element-900012c .footer-widget h2.big-title{font-size:22px;}.elementor-2563 .elementor-element.elementor-element-900012c .footer-widget h4.title, .elementor-2563 .elementor-element.elementor-element-900012c .footer-widget h3.hello-title{font-size:18px;}}/* Start custom CSS for container, class: .elementor-element-205b5fd *//* =======================================================
   #inapp-footer - STRICT ISOLATION FULL WIDTH REMEDIALS
   ======================================================= */

/* 1. Reset ONLY the deep internal theme footer block, leaving all .container layouts untouched */
#inapp-footer footer.footer-section {
    width: 100% !important;
    max-width: 100% !important;
    
    /* Forces the dark footer module out to the exact browser viewport boundaries */
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    
    /* Safely target and neutralize the rounded corner classes */
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-radius: 0 !important;
}

/* 2. Target form fields strictly scoped under the footer-section boundary to prevent layout leakage */
#inapp-footer footer.footer-section .form-group {
    display: none !important;
}

#inapp-footer footer.footer-section .notify {
    display: none !important;
}


/* Target the logo image inside your footer */
#inapp-footer .footer-bottom img {
    max-width: 150px; /* Adjust this to your preferred size for small screens */
    width: 100%;
    height: auto;
    transition: max-width 0.3s ease; /* Smooth resizing transition */
}

/* Medium devices and up (Bootstrap md breakpoint is 768px) */
@media (min-width: 768px) {
    #inapp-footer .footer-bottom img {
        max-width: 100%; /* Lets it scale back to its original size on larger screens */
    }
}/* End custom CSS */