/* Universal Footer Styles - Apply to All Pages */

.main-footer {
    background: #0a2342 !important;
    color: #fff !important;
    padding: 0 !important;
    margin-top: 64px !important;
    font-size: 1rem !important;
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}

.footer-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    max-width: 1600px !important;
    margin: 0 auto !important;
    padding: 48px 32px 24px 32px !important;
    gap: 40px 32px !important;
}

.footer-container.four-cols.single-row-footer {
    display: flex !important;
    flex-wrap: wrap !important;
    overflow-x: visible !important;
    gap: 0 48px !important;
}

.footer-col {
    flex: 1 1 320px !important;
    min-width: 260px !important;
    max-width: 100% !important;
    margin-bottom: 32px !important;
    box-sizing: border-box !important;
}

.footer-col.logo-col {
    min-width: 160px !important;
    max-width: 200px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

.footer-logo {
    width: 100px !important;
    height: auto !important;
    margin-bottom: 18px !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
    object-fit: contain !important;
}

.footer-col h3 {
    color: #fff !important;
    font-size: 1.15rem !important;
    margin-bottom: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
}

.footer-col ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 18px 0 !important;
}

.footer-col ul li {
    margin-bottom: 10px !important;
}

.footer-col ul li a {
    color: #fff !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
    word-break: break-word !important;
}

.footer-col ul li a:hover {
    color: #f7931e !important;
}

.footer-col p, .footer-col a {
    color: #fff !important;
    font-size: 1rem !important;
    line-height: 1.7 !important;
    word-break: break-word !important;
}

.footer-col a {
    text-decoration: underline !important;
}

.footer-col a:hover {
    color: #f7931e !important;
}

.footer-social {
    margin: 18px 0 18px 0 !important;
}

.footer-social a {
    color: #fff !important;
    font-size: 1.4rem !important;
    margin-right: 16px !important;
    display: inline-block !important;
    transition: color 0.2s !important;
    text-decoration: none !important;
}

.footer-social a:last-child {
    margin-right: 0 !important;
}

.footer-social a:hover {
    color: #f7931e !important;
}

.footer-brochure-btn {
    display: inline-block !important;
    background: #f7931e !important;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 10px 28px !important;
    border-radius: 24px !important;
    text-decoration: none !important;
    margin-top: 12px !important;
    transition: background 0.2s, color 0.2s !important;
}

.footer-brochure-btn:hover {
    background: #fff !important;
    color: #0a2342 !important;
}

.footer-bottom {
    background: #07172e !important;
    color: #fff !important;
    text-align: center !important;
    padding: 18px 0 12px 0 !important;
    font-size: 0.98rem !important;
    border-top: 1px solid #1a335a !important;
    margin-top: 0 !important;
}

.footer-bottom p {
    white-space: nowrap !important;
    text-align: center !important;
    margin: 0 !important;
    font-size: 0.98rem !important;
    color: #fff !important;
}

/* Mobile Responsive Styles */
@media (max-width: 1100px) {
    .footer-container {
        flex-wrap: wrap !important;
        gap: 24px 0 !important;
    }
    
    .footer-container.four-cols.single-row-footer {
        flex-wrap: wrap !important;
        gap: 0 18px !important;
        padding: 32px 8px 16px 8px !important;
    }
    
    .footer-col {
        min-width: 220px !important;
        max-width: 100% !important;
    }
    
    .footer-container.four-cols.single-row-footer .footer-col {
        min-width: 140px !important;
        max-width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 18px !important;
    }
}

@media (max-width: 800px) {
    .footer-container {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0 !important;
        padding: 32px 8px 16px 8px !important;
    }
    
    .footer-container.four-cols.single-row-footer {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0 !important;
        padding: 24px 4vw 8px 4vw !important;
    }
    
    .footer-col {
        margin-bottom: 24px !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }
    
    .footer-container.four-cols.single-row-footer .footer-col {
        margin-bottom: 24px !important;
        min-width: 0 !important;
        max-width: 100% !important;
        padding-right: 0 !important;
        text-align: center !important;
    }
    
    .footer-col.logo-col {
        align-items: center !important;
    }
    
    .footer-logo {
        width: 90px !important;
        margin: 0 auto 12px !important;
    }
    
    .footer-col h3 {
        text-align: center !important;
    }
    
    .footer-col ul {
        text-align: center !important;
    }
    
    .footer-col p {
        text-align: center !important;
    }
    
    .footer-social {
        text-align: center !important;
        justify-content: center !important;
    }
    
    .footer-brochure-btn {
        display: block !important;
        margin: 12px auto 0 !important;
        max-width: 200px !important;
        text-align: center !important;
    }
}

@media (max-width: 480px) {
    .footer-container {
        padding: 24px 12px 12px !important;
    }
    
    .footer-container.four-cols.single-row-footer {
        padding: 20px 8px 8px !important;
    }
    
    .footer-logo {
        width: 70px !important;
    }
    
    .footer-col h3 {
        font-size: 1rem !important;
        margin-bottom: 12px !important;
    }
    
    .footer-col ul li {
        margin-bottom: 8px !important;
    }
    
    .footer-col ul li a {
        font-size: 0.9rem !important;
    }
    
    .footer-col p {
        font-size: 0.9rem !important;
    }
    
    .footer-social a {
        font-size: 1.2rem !important;
        margin-right: 12px !important;
    }
    
    .footer-bottom {
        padding: 14px 8px 10px !important;
        font-size: 0.85rem !important;
    }
    
    .footer-bottom p {
        font-size: 0.85rem !important;
    }
}

/* Force all footer elements to use white color */
footer, footer *, .main-footer, .main-footer *, 
.footer-container, .footer-container *,
.footer-col, .footer-col *,
.footer-bottom, .footer-bottom * {
    color: #fff !important;
}

/* Override any conflicting styles */
.footer-col h3,
.footer-section h3,
footer h3,
.main-footer h3 {
    color: #fff !important;
}

.footer-col a,
.footer-col ul li a {
    color: #fff !important;
}

.footer-col a:hover,
.footer-col ul li a:hover,
.footer-social a:hover {
    color: #f7931e !important;
}

.footer-brochure-btn {
    color: #fff !important;
}

.footer-brochure-btn:hover {
    color: #0a2342 !important;
}
