/* ===== Footer Base ===== */
.chery-footer {
    background-color: #f7f7f7;
    border-top: 1px solid #eee;
    color: #555;
    font-size: 13px;
    line-height: 1.6;
}

.chery-footer .container {
    max-width: 1200px;
}

.footer-main {
    padding: 50px 0 30px;
}

/* ===== Brand Column ===== */
.footer-brand-col {
    padding-right: 40px;
}

.footer-chery-logo img {
    width: 120px;
    height: auto;
}

.footer-uaagi-logo img {
    width: 160px;
    height: auto;
}

.footer-description {
    font-size: 12px;
    line-height: 1.7;
    color: #777;
    margin-bottom: 20px;
}

/* ===== Link Columns ===== */
.footer-links-col {
    padding-left: 20px;
}

.footer-heading {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #C4132A;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #C4132A;
    display: inline-block;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #555;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #C4132A;
}

/* ===== Social Icons ===== */
.footer-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #eee;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.footer-social a:hover {
    background-color: #C4132A;
    color: #ffffff;
}

/* ===== Footer Bottom ===== */
.footer-bottom {
    border-top: 1px solid #e5e5e5;
    padding: 18px 0;
    text-align: center;
}

.footer-bottom span {
    font-size: 12px;
    color: #999;
}

/* ===== Mobile ===== */
@media screen and (max-width: 991px) {
    .footer-main {
        padding: 30px 0 20px;
    }

    .footer-brand-col {
        padding-right: 15px;
        margin-bottom: 28px;
    }

    .footer-links-col {
        padding-left: 15px;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 576px) {
    .footer-main .row {
        text-align: center;
    }

    .footer-heading {
        display: block;
    }

    .footer-description {
        text-align: center;
    }

    .footer-chery-logo,
    .footer-uaagi-logo {
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }
}
