/* =========================================
   Footer
========================================= */
#footer.site-footer,
#footer > .site-footer {
    padding: 60px 0;
    background: #06111d;
    font-size: 15px;
    line-height: 1.8;
    color: #adb5bd;
}

#footer .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

#footer .footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

#footer .footer-logo img {
    width: 245px;
    height: auto;
    opacity: 0.92;
}

#footer .footer-nav {
    display: flex;
    gap: 24px;
}

#footer .footer-nav a {
    color: #fbfbfb;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}

#footer .footer-nav a:hover {
    color: #159bd7;
}

#footer .footer-bottom {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    justify-content: space-between;
}

#footer .footer-info p {
    margin-bottom: 8px;
}

#footer .footer-info span {
    display: inline-block;
    position: relative;
    margin-right: 16px;
}

#footer .footer-info p span:last-child {
    margin-right: 0;
}

#footer .footer-info p span:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: -10px;
    color: #495057;
    font-size: 12px;
    content: "|";
    transform: translateY(-50%);
}

#footer .copyright {
    margin-top: 20px;
    color: #868e96;
    font-size: 14px;
}

#footer .footer-call {
    text-align: right;
    white-space: nowrap;
}

#footer .footer-call strong {
    display: block;
    color: #fbfbfb;
    font-size: 16px;
    font-weight: 600;
}

#footer .footer-call .tel {
    display: block;
    margin-top: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 850;
    text-decoration: none;
}

.m_br_span {
    display: inline-block;
}

@media (max-width: 1024px) {
    #footer .footer-top {
        gap: 20px;
        align-items: flex-start;
        flex-direction: column;
    }

    #footer .footer-bottom {
        gap: 30px;
        align-items: flex-start;
        flex-direction: column;
    }

    #footer .footer-call {
        text-align: left;
    }
}

@media (max-width: 767px) {
    #footer.site-footer,
    #footer > .site-footer {
        padding: 40px 0;
    }

    #footer .container {
        padding: 0 18px;
    }

    #footer .footer-top {
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    #footer .footer-logo img {
        width: 210px;
    }

    #footer .footer-nav {
        gap: 12px 20px;
        justify-content: center;
        flex-wrap: wrap;
    }

    #footer .footer-nav a {
        font-size: 14px;
    }

    #footer .footer-bottom {
        align-items: center;
        text-align: center;
    }

    #footer .footer-info p {
        margin-bottom: 0;
    }

    #footer .footer-info span {
        display: block;
        margin: 4px 0;
    }

    #footer .footer-info p span::after {
        display: none;
    }

    .m_br_span {
        display: block;
    }

    #footer .copyright {
        margin-top: 16px;
        font-size: 12px;
    }

    #footer .footer-call {
        display: none;
    }
}
