.bg-dark {
    background-color: rgba(0, 0, 0, 0.9) !important;
}

#footer .footer-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

#footer .footer-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #adb5bd;
}

#footer .text-about {
    max-lines: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

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

#footer .footer-links a {
    color: #adb5bd;
    transition: color 0.3s ease;
}

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

#footer .footer-socials a {
    font-size: 1.25rem;
    color: #adb5bd;
    transition: color 0.3s ease;
}

#footer .footer-socials a:hover {
    color: #f8f9fa;
}

#footer .footer-divider {
    border-top: 1px solid #495057;
    margin: 2rem 0;
}

#footer .footer-logo {
    max-width: 150px;
    height: auto;
    margin-bottom: 1rem;
}
