/* =========================================================
   MODERN FOOTER
========================================================= */

.ats-footer {
    background: #111827;
    color: #ffffff;
    margin-top: 3rem;
}

.ats-footer-logo {
    max-height: 48px;
    max-width: 220px;
    width: auto;
    object-fit: contain;
}

.ats-footer-company-name {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 0;
}

.ats-footer-mission {
    color: #9ca3af;
    font-size: 0.94rem;
    line-height: 1.6;
    max-width: 320px;
    margin-bottom: 1.25rem;
}

.ats-footer-heading {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.ats-footer-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.ats-footer-list li {
    margin-bottom: 0.55rem;
}

.ats-footer-list a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 0.94rem;
    transition: color 0.15s ease;
}

.ats-footer-list a:hover {
    color: #ffffff;
}

.ats-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.ats-footer-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    color: #9ca3af;
    text-decoration: none;
    font-size: 0.94rem;
    line-height: 1.45;
}

.ats-footer-contact-row i {
    width: 18px;
    margin-top: 0.2rem;
    color: #ffffff;
    opacity: 0.85;
}

.ats-footer-contact-row:hover {
    color: #ffffff;
}

.ats-footer-socials {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.ats-footer-social-link {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #1f2937;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.15s ease, transform 0.15s ease;
}

.ats-footer-social-link:hover {
    background: var(--bs-primary);
    color: #ffffff;
    transform: translateY(-1px);
}

.ats-footer-vcard {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.5rem;
    color: #9ca3af;
    font-size: 0.95rem;
    text-decoration: none;
}

.ats-footer-vcard:hover {
    color: #ffffff;
}

.ats-footer-bottom {
    border-top: 1px solid #1f2937;
    margin-top: 3rem;
    padding-top: 1.25rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: #6b7280;
    font-size: 0.85rem;
}

.ats-footer-version {
    opacity: 0.65;
}

.ats-footer-copyright {
    text-align: right;
}

@media only screen and (max-width: 940px),
only screen and (max-device-width: 940px) {

    .ats-footer {
        margin-top: 2rem;
    }

    .ats-footer-bottom {
        flex-direction: column;
        text-align: left;
        gap: 0.35rem;
    }

    .ats-footer-copyright {
        text-align: left;
    }

    .ats-footer-logo {
        max-height: 42px;
    }
}