﻿footer {
    width: 100%;
}



.site-footer {
    background-color: #0027B7;
    color: white;
    padding: 2rem 1rem;
    font-size: 0.9rem;
}

.footer-container {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 1200px;
    margin: auto;
}

.footer-brand img {
    width: 300px;
}

.footer-brand .tagline {
    font-style: italic;
    opacity: 0.8;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}


.link-group ul {
    list-style: none;
}

.link-group a {
    color: var(--color-text-light);
    text-decoration: none;
    display: block;
    margin-bottom: 0.9rem;
    opacity: 0.9;
    font-size: 1rem;
}

.link-group .brochure {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    padding: 10px 10px;
    width: fit-content;
}

    .link-group .brochure a {
        margin-bottom: 0 !important;
    }

.social p {
    margin-bottom: 15px;
    font-size: 18px;
}


.social a {
    font-size: 0.8rem;
}

.social .social-icons i {
    font-size: 1.2rem;
    margin-top: 10px;
    cursor: pointer;
}


.footer-copyright {
    text-align: center;
    padding-top: 15px;
    font-size: 0.8rem;
    opacity: 0.7;
}



@media (max-width: 768px) {

    .footer-links {
        flex-direction: column;
        align-items: start;
        gap: 3rem;
    }
}


@media (max-width: 400px) {
    .footer-brand img {
        width: 200px;
    }
}
