#footer {
    background-color: #364452;
    color: #fff;
    font-size: 0.9rem;
    padding-top: 2rem;
}

#footer h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #fff;
}

#footer a {
    color: #e0e0e0;
    transition: color 0.2s;
    text-decoration: none;
}

#footer a:hover {
    color: #fff;
    text-decoration: underline;
}

#footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

#footer .list-unstyled li {
    margin-bottom: 0.5rem;
}

#footer .list-inline-item:not(:last-child) {
    margin-right: 1rem;
}

/* Social Icons */
#footer .bi {
    transition: color 0.2s;
    color: #fff;
}

#footer .bi-facebook:hover {
    color: #3b5998;
}

#footer .bi-instagram:hover {
    color: #e4405f;
}

#footer .bi-twitter-x:hover {
    color: #000000;
}

#footer .bi-linkedin:hover {
    color: #0077b5;
}

#footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer .social-icons {
    display: flex;
    gap: 1rem;
}