footer {
    background-color: #343a40;
    color: #fff;
}

footer h5 {
    font-family: 'DINProCondMedium' sans-serif;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #ff4c4c;
}

footer address {
    font-style: normal;
}

footer .btn, footer a.btn {
    background-color: #ff4c4c;
    border: none;
    transition: background-color 0.3s ease;
    margin-bottom: 10px;
    text-decoration: none;
    display: inline-block;
}

footer .btn:hover, footer a.btn:hover {
    background-color: #ff0000;
    text-decoration: none;
}

footer .btn-primary, footer a.btn-primary {
    background-color: #007bff;
    border: none;
    transition: background-color 0.3s ease;
    color: white;
}

footer .btn-primary:hover, footer a.btn-primary:hover {
    background-color: #0056b3;
    color: white;
}

footer .d-flex {
    margin-top: 20px;
}

footer .gap-2 {
    gap: 10px !important;
}
