.site-footer {
    background: #00264f;
    color: #fff;
    padding: 3rem 2rem 5rem 0;
    font-size: 0.95rem;
}

.site-footer {
    background: #00264f;
    color: #fff;
    padding: 3rem 2rem 1rem;
    font-size: 0.95rem;
}

.footer-container {
    font-family: "Segoe UI", Arial, sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    max-width: 1200px;
    margin: auto;
}

.footer-container .footer-column {
    flex: 1 1 250px;
}

.footer-container .footer-column h2 {
    color: #ffffff;
    margin-bottom: 1rem;
    font-size: 1.9rem;
    font-weight: 500;
    border-bottom: 2px solid #0066cc;
    padding-bottom: 0.9rem;
}

.footer-container .footer-column h3 {
    font-family: "Segoe UI", Arial, sans-serif;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1.2rem;
    line-height: 2.5rem;
}

.footer-container .footer-column H4 {
    font-family: "Segoe UI", Arial, sans-serif;
    color: #ffffff;
}

.footer-container .footer-column p {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1.2rem;
}

.footer-container .footer-column ul {
    margin: 0;
    padding: 0;
    padding-left: 0;
    list-style: none;
}

.footer-container .footer-column ul li {
    margin-bottom: 1.9rem;
}

.footer-container .footer-column ul li::before {
    left: -1rem;
    position: absolute;
    content: "";
    color: #0066cc;
    width: 1.1rem;
}

.footer-container .footer-column a {
    color: #cce0ff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 1.6rem;
}

.footer-container .footer-column a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-container .footer-column .social-icons a {
    display: inline-block;
    margin-right: 0.8rem;
    font-size: 1.2rem;
    color: #cce0ff;
}

.footer-container .footer-column .social-icons a:hover {
    color: #fff;
}

/* Footer bottom strip */
.footer-bottom-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.footer-bottom-container .footer-bottom {
    font-family: "Segoe UI", Arial, sans-serif;
    text-align: left;
    margin-top: 1rem;
    padding-top: 1rem;
    font-size: 1.4rem;
    margin-bottom: 8rem;
}

.footer-bottom-container .footer-bottom a {
    color: #cce0ff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-container .footer-bottom a:hover {
    text-decoration: underline;
    color: #fff;
}