/* Custom Footer Styling */

.custom-footer-wrapper, 
.custom-footer-wrapper h1, 
.custom-footer-wrapper h2, 
.custom-footer-wrapper h3, 
.custom-footer-wrapper h4, 
.custom-footer-wrapper h5, 
.custom-footer-wrapper h6, 
.custom-footer-wrapper p, 
.custom-footer-wrapper a, 
.custom-footer-wrapper li, 
.custom-footer-wrapper span {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

.custom-footer-wrapper {
    background-color: #204e96;
    color: #ffffff;
    padding-top: 40px;
}

.custom-footer-top-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 40px;
}

.custom-footer-col {
    flex: 1;
    min-width: 300px;
}

.footer-branding {
    max-width: 450px;
}

.footer-logo img {
    /* max-width: 200px; */
    height: auto;
    margin-bottom: 15px;
    display: block;
}

.footer-site-title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}

.footer-description {
    line-height: 1.8;
    color: #eeeeee;
    font-size: 15px;
    margin-top: 15px;
    display: block;
}

.footer-widget-title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
}

.footer-widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #003280;
}

.contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info-list li {
    margin-bottom: 12px;
    color: #cccccc;
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
}

.contact-info-list li strong {
    color: #ffffff;
}

.contact-info-list a {
    color: #d0d0d0;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-info-list a:hover {
    color: #d0d0d0;
    text-decoration: underline;
}

.cm-footer-top-row {
    display: none;
}

.custom-footer-bottom-row {
    background-color: #003280;
    padding: 20px 0;
}

.footer-copyright {
    text-align: center;
    color: #888;
    font-size: 14px;
}

.footer-copyright p {
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .custom-footer-top-row {
        flex-direction: column;
    }
    
    .custom-footer-col {
        min-width: 100%;
    }
}
