.site-footer {
    position: relative;
    display: block;
    background: linear-gradient(315deg, hsla(0, 0%, 0%, 1) 0%, hsla(219, 81%, 39%, 1) 100%);
    background: -moz-linear-gradient(315deg, hsla(0, 0%, 0%, 1) 0%, hsla(219, 81%, 39%, 1) 100%);
    background: -webkit-linear-gradient(315deg, hsla(0, 0%, 0%, 1) 0%, hsla(219, 81%, 39%, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#134CB3", GradientType=1);
    margin-top: -88px;
    z-index: 1;
}


.footer-widget__quick-link-list a {
    color: inherit !important; /* Ensures links inherit the text color from the parent */
    text-decoration: none !important; /* Removes underline from links */
    transition: color 0.3s ease !important; /* Smooth transition for color change */
}

.footer-widget__quick-link-list a:hover {
    color: #ffffff !important; /* White color for the text on hover */
}

.footer-widget__quick-link-list a:hover .icon-andle-dabble {
    /* If you want to change the color of the icon on hover as well */
    color: #ffffff !important; /* Adjust this if your icons support color change */
}
.whitecolor{
    color: #ffffff !important;
}

.footer-widget__contact-list a {
    color: inherit !important; /* Ensures links inherit the text color from their parent */
    text-decoration: none !important; /* Removes underline from links */
    transition: color 0.3s ease !important; /* Smooth transition for color change */
}

.footer-widget__contact-list a:hover {
    color: #ffffff !important; /* White color for the text on hover */
}

.footer-widget__contact-list .icon {
    transition: color 0.3s ease !important; /* Smooth transition for icon color */
}

.footer-widget__contact-list a:hover .icon-pin {
    color: #ffffff !important; /* Adjust this if your icons support color change */
}

.site-footer__top {
    position: relative;
    display: block;
    padding: 37px 0px 22px;
}












.site-footer__top-inner .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.site-footer__top-inner .col-xl-3 {
    flex: 1;
    margin: 0 15px;
    min-width: 200px; /* Adjust width as necessary */
}

.footer-widget__column {
    text-align: left; /* Ensures alignment is left for each column */
}

@media (max-width: 768px) {
    .site-footer__top-inner .row {
        flex-direction: column;
    }
    .site-footer__top-inner .col-xl-3 {
        margin-bottom: 20px;
    }
}
.footer-widget__contact {
    position: relative;
    display: block;
    margin-left: -8px;
}
.row {
    --bs-gutter-x: 21px;
}