/* IEintouch homepage bottom visibility rescue - 20260613
   Scope: homepage only. Prevents legacy absolute/fixed footer or clipped content
   from hiding lower homepage sections at normal browser zoom. */
html,
body#home {
    min-height: 100% !important;
    height: auto !important;
    overflow-y: auto !important;
}

body#home {
    overflow-x: hidden !important;
    display: block !important;
}

body#home #body,
body#home main,
body#home .main,
body#home .main-content,
body#home .content,
body#home #content,
body#home .home,
body#home .home-page,
body#home .homepage,
body#home .home-content,
body#home .home-modern,
body#home .icc-content,
body#home .icc-home,
body#home .icc-wrapper,
body#home .page,
body#home .page-wrapper,
body#home .content-wrapper {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow-y: visible !important;
}

body#home section,
body#home .section,
body#home .home-section,
body#home .icc-section,
body#home .white-block,
body#home .banner_text_main,
body#home .technology-cta,
body#home .solution-cta,
body#home .final-cta,
body#home .cta,
body#home .cta-section,
body#home .looking-solution,
body#home .looking-for-solution {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

body#home footer,
body#home #footer,
body#home .footer,
body#home .site-footer,
body#home .footer-main,
body#home .footermain,
body#home .footer_bottom,
body#home .footer-bottom,
body#home .bottomfooter,
body#home .copyright,
body#home .footerarea,
body#home .foo,
body#home .foofoo {
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    top: auto !important;
    clear: both !important;
    width: 100% !important;
    z-index: auto !important;
}

body#home #body,
body#home main,
body#home .main-content,
body#home .home-content {
    padding-bottom: 56px !important;
}

body#home .home-cta,
body#home .cta,
body#home .cta-section,
body#home .final-cta,
body#home .solution-cta,
body#home .technology-cta,
body#home .enquiry-cta,
body#home .looking-solution,
body#home .looking-for-solution {
    margin-bottom: 56px !important;
    position: relative !important;
    z-index: 1 !important;
}
