.site-footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 50px 0;
    margin-top: auto;
}

.site-footer h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    margin-bottom: 12px;
}

.site-footer p,
.site-footer ul {
    font-size: 0.9rem;
    line-height: 1.6;
    opacity: 0.75;
}

.site-footer a {
    color: white;
    text-decoration: none;
}

.site-footer a:hover {
    opacity: 1;
    text-decoration: underline;
}

footer {
    background-color: #131313;
}

.textfoot {
    color: white;
}

@media (max-width: 767.98px) {
    .site-footer {
        padding: 30px 0;
        text-align: center;
    }

    .site-footer .col-md-4 {
        margin-bottom: 20px;
    }
}