/* Footer template styling. Loaded site-wide, because the footer renders on
   every page while the rest of home-2026.css is scoped to the home page. */

/* ==================================================================
   9. Footer template (IPP Footer 2026)
   The footer is a Theme Builder template now, not page content, so it
   spans the viewport and its own grid lives here.
   ================================================================== */
.ipp-footer-2026{background:var(--navy-deep) !important;color:var(--footer-text)}

.ipp-footer-2026 .foot-cols{display:grid !important;
  grid-template-columns:minmax(0,5fr) repeat(3,minmax(0,2fr));gap:48px;width:100% !important}

.ipp-footer-2026 .legal-right p{text-align:right}

@media(max-width:1024px){.ipp-footer-2026 .foot-cols{grid-template-columns:1fr 1fr}}

@media(max-width:767px){.ipp-footer-2026 .foot-cols{grid-template-columns:1fr}

.ipp-footer-2026 .legal-right p{text-align:left}}

/* The page-wide rules force navy headings and navy links, which on the navy
   footer band is invisible. The footer template overrides them outright, and is
   set entirely in the sans face. */
.ipp-footer-2026,
.ipp-footer-2026 *:not(i):not([class*="fa-"]):not([class*="eicon"]){font-family:var(--sans) !important}

.ipp-footer-2026 .foot-legal .legal-right p{text-align:right}

/* The blanket sans-serif rule above also hit the icon elements, so Font Awesome
   had no font to draw from and the social icons rendered empty. */
.ipp-footer-2026 .fab,.ipp-footer-2026 i.fab{font-family:Font Awesome 5 Brands !important}

.ipp-footer-2026 .fas,.ipp-footer-2026 .far,
.ipp-footer-2026 i.fas,.ipp-footer-2026 i.far{font-family:Font Awesome 5 Free !important}

.ipp-footer-2026 [class^=eicon],.ipp-footer-2026 [class*=' eicon']{font-family:eicons !important}

.ipp-footer-2026 .foot-social .elementor-social-icons-wrapper{justify-content:flex-start}

/* Elementor's Text Editor has no link-colour control, so anchors inside it
   inherit the kit's navy, which is invisible on the navy band. */
.ipp-footer-2026 a,
.ipp-footer-2026 a:visited{color:#C9D3E0 !important;text-decoration:none}
.ipp-footer-2026 a:hover{color:#FFFFFF !important}
