.footer-section {

    background:#0f172a;

    color:#cbd5e1;

    padding:60px 0 25px;

}



.footer-logo {

    color:white;

    font-weight:800;

}



.footer-section h5 {

    color:white;

    margin-bottom:20px;

}



.footer-section ul {

    list-style:none;

    padding:0;

}



.footer-section li {

    margin-bottom:10px;

}



.footer-section a {

    color:#cbd5e1;

    text-decoration:none;

}



.footer-section a:hover {

    color:white;

}



.social-links a {

    display:inline-flex;

    align-items:center;

    justify-content:center;

    width:40px;

    height:40px;

    border-radius:50%;

    background:#1e293b;

    margin-right:8px;

    font-size:20px;

}



.footer-bottom {

    font-size:.9rem;

    opacity:.7;

}