/* Footer */
footer {
    position: static;
    bottom: 0;
    width: 100%;
    /* background: linear-gradient(150deg(pink, purple)); */
    /* background: linear-gradient(90deg, var(--ft1), var(--ft2)); */
    background: linear-gradient(180deg, rgb(148, 2, 70), rgb(43, 0, 51));
    color: white;
    margin-top: 20px;
    padding: 0;
    /* padding-left: 175px; */
    /* padding-top: 16px; */
    padding-bottom: 16px;
}

footer h4 {
    text-transform: uppercase;
    margin-bottom: 12px;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline; /* Add underline on hover for links */
}

footer i {
    font-size: 24px;
    /* padding-left: 12px; */
}

footer .social_media_icons .fab{
    margin-right: 15px; /* Add spacing between icons */
    font-size: 24px;
}

/* Responsive Design */
@media (max-width: 991px) {

    /* Footer */
    footer {
        padding-left: 0;
    }
    footer .row .col-md-3 {
        border-bottom: 0.5px solid #9c9c9c;
        padding-top: 15px;
    }

    footer .row .col-md-3:last-child {
        border-bottom: none;
    }
}
