/* =========================
   FOOTER BASE
========================= */

footer {
    font-size: 0.95rem;
}

footer h5,
footer h6 {
    margin-bottom: 10px;
}

/* =========================
   FOOTER LINKS
========================= */

.footer-link {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #198754;
}

/* =========================
   BORDER LINE
========================= */

footer .border-top {
    opacity: 0.4;
}

/* =======================
MODERN FOOTER
======================= */

.footer-modern {
    background: #0f172a;
}

.footer-links a {
    color: #cbd5e1;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #facc15;
    padding-left: 5px;
}

.social-icons a {
    color: white;
    margin-right: 12px;
    font-size: 18px;
}

.newsletter {
    display: flex;
    margin-top: 10px;
}

.newsletter input {
    flex: 1;
    padding: 8px;
    border: none;
}

.newsletter button {
    background: #facc15;
    border: none;
    padding: 8px 15px;
    font-weight: bold;
}

/* =======================
ENTERPRISE FOOTER
======================= */

.footer-enterprise {
    background: #020617;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-menu {
    list-style: none;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 8px;
}

.footer-menu a {
    color: #94a3b8;
    text-decoration: none;
    transition: 0.3s;
}

.footer-menu a:hover {
    color: #facc15;
}

.footer-divider {
    border-color: #334155;
    margin: 30px 0;
}
