
/* Footer logo */
.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    margin-bottom: 16px;
}
.footer-logo-svg {
    width: 44px;
    height: auto;
    flex-shrink: 0;
}
.footer-logo .logo-text {
    display: inline-flex;
    align-items: baseline;
    font-family: Outfit, sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1;
}
.footer-logo .logo-text span {
    color: #E91C24;
}
/* Milnsbridge Footer Styles — Theme Level */
/* Exact match of Elementor widget from post 624, moved to child theme */

.site-footer { font-family: Outfit,sans-serif; background: #2D2E30; color: rgba(255,255,255,0.7); padding: 80px 24px 40px; width: 100% !important; max-width: none !important; margin: 0; box-sizing: border-box; }
.site-footer a { color: rgba(255,255,255,0.7) !important; text-decoration: none; transition: color 0.2s; }
.site-footer a:hover { color: #fff !important; }
/* Keep phone and email links red */
.site-footer .contact-line a[href^="tel:"],
.site-footer .contact-line a[href^="mailto:"] { color: #E91C24 !important; }
.site-footer .contact-line a[href^="tel:"]:hover,
.site-footer .contact-line a[href^="mailto:"]:hover { color: #FF5353 !important; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 60px; }
.footer-col h4, .footer-col .footer-col-heading { font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.4) !important; font-weight: 600; margin-bottom: 20px; }
.footer-col a { display: block; font-size: 0.9rem; line-height: 2.2; }
.footer-brand .logo-text { font-size: 1.4rem; font-weight: 800; color: #fff; margin-bottom: 16px; }
.footer-brand .logo-text span { color: #E91C24 !important; }
.footer-brand p { font-size: 0.85rem; line-height: 1.7; margin-bottom: 16px; max-width: 280px; }
.footer-brand .contact-line { display: flex; align-items: center; gap: 8px; font-size: 0.9rem; margin-bottom: 8px; }
.footer-brand .contact-line strong { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.footer-bottom p { font-size: 0.8rem; color: rgba(255,255,255,0.4); margin: 0; }
.footer-bottom a { font-size: 0.8rem; color: rgba(255,255,255,0.4) !important; }
.footer-bottom a:hover { color: rgba(255,255,255,0.7) !important; }

@media (max-width: 768px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
}
