.footer-lite {
    background: #f7f7f7;
    padding: 60px 0 0;
    font-size: 18px;
    color: #555;
}

.footer-box {
    background: #eee;
    padding: 40px 20px;
    border-radius: 14px;
}

.footer-card {
    padding: 20px;
}

.footer-logo {
    height: 48px;
    margin-bottom: 15px;
}

.footer-title {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
    position: relative;
}

.footer-title::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #ccc;
    display: block;
    margin-top: 6px;
}

.footer-text {
    line-height: 1.7;
}

.cert-chips span {
    display: inline-block;
    padding: 6px 14px;
    margin: 6px 6px 0 0;
    background: #fff;
    border-radius: 20px;
    font-size: 16px;
    border: 1px solid #ddd;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    /* margin-bottom: 8px; */
    margin-bottom: 0px;
}

.footer-links li a {
    color: #555;
    transition: all 0.3s ease;
}

.footer-links li a:hover {
    color: #000;
    padding-left: 6px;
}

.footer-email i {
    color: #888;
    margin-right: 6px;
}

.footer-email a {
    color: #444;
}

.footer-bottom-lite {
    background: #eee;
    margin-top: 40px;
    padding: 18px 0;
    border-top: 1px solid #ddd;
}

.footer-bottom-lite p {
    margin: 0;
    font-size: 18px;
    color: #666;
}

.footer-social-lite {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-social-lite li {
    display: inline-block;
    margin-left: 12px;
}

.footer-social-lite li a {
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #555;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.footer-social-lite li a:hover {
    background: #f7f7f7;
    color: #000;
}

/* Responsive polish */
@media (max-width: 767px) {
    .footer-card {
        text-align: center;
    }
    .footer-social-lite {
        text-align: center;
        margin-top: 10px;
    }

    .footer-title::after {
        margin: 10px auto;
    }
}

@media (min-width: 1200px) {
    .footer-lite .container {
        width: 87vw;
    }
}

@media (max-width: 350px) {
    .footer-lite {
        padding: 40px 0 0;
    }
    .footer-box {
        padding: 20px 10px;
    }
    .footer-card {
        padding: 10px;
    }
    .footer-title {
        font-size: 18px;
    }
    .footer-text, .footer-bottom-lite p {
        font-size: 16px;
    }
    .footer-email a {
        font-size: 14px;
        word-break: break-all;
    }
}
