.footer a {
    text-decoration: none;
}

.footer-link {
    color: #dcdcdc !important;
    margin-bottom: 6px;
    transition: 0.3s;
}

.footer-link:hover {
    color: #FF8C00 !important;
    padding-left: 6px;
}
h1, h5, span, p {
    color: #f9f1f1;
}

.btn-social {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.btn-social:hover {
    background: #FF8C00 !important;
    border-color: #FF8C00 !important;
    transform: translateY(-3px);
}

.footer-news-img {
    max-width: 75%;
    transition: transform 0.4s ease;
}

.footer-news-img:hover {
    transform: scale(1.05);
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.2);
}
.footer .col-lg-3,
.footer .col-md-6 {
    margin-bottom: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}