  .footer-modern {
    background: linear-gradient(135deg, #0d0d0d, #1a1a1a);
}

.footer-title {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
}

.footer-title::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #dc3545;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 6px;
}

.footer-contact p {
    margin-bottom: 10px;
    color: #ccc;
}

.footer-contact a {
    color: #ccc;
    text-decoration: none;
}

.footer-social a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    margin-right: 8px;
    color: #fff;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #dc3545;
    transform: translateY(-4px);
}

.footer-bottom {
    background: #0a0a0a;
    padding: 20px 0;
    color: #aaa;
}
