.footer {
    background-color: #333;
    color: #fff;
    padding: 30px 0;
    margin-top: 50px;
}

.footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #555;
}

.footer a {
    color: #ccc;
    text-decoration: none;
    margin-right: 15px;
    transition: color 0.3s;
}

.footer a:hover {
    color: #fff;
}

.footer-links {
    margin-bottom: 20px;
}

.footer-copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #555;
    color: #888;
    font-size: 14px;
}