.footer {
    background-color: #000;
    color: white;
    padding: 40px 0;
}

.footer a {
    color: white;
    text-decoration: none;
    /* Optional */
}

.footer h5 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

.footer ul {
    list-style: none;
    padding-left: 0;
    line-height: 1.7;
}

.footer ul li a {
    color: #bbb;
    transition: color 0.3s;
}

.footer ul li a:hover {
    color: #fff;
}

.footer .social-links a {
    font-size: 18px;
    margin-right: 20px;
    color: white;
    transition: color 0.3s;
}

.footer .social-links a:hover {
    color: #1e90ff;
}

.footer .bottom-bar {
    margin-top: 20px;
    border-top: 1px solid #222;
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}