.footer-section {
    background: #0d1b2a;
    color: #ffffff;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    text-decoration: none;
    color: #cccccc;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #ffffff;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
    color: #ffffff;
    font-size: 18px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #9ad2ed;
}

.footer-bottom {
    background: #08121d;
    font-size: 14px;
}