﻿/*========================== start footer  ==========================*/
.footer {
    background: linear-gradient(333.67deg, #f6f8fb 68%, #ebedf0 113.46%);
}

.footer-service {
    background: #eef1f4;
    padding: 10px 0;
}

.footer-namad-item a img {
    height: 120px;
}

.footer-menu {
    background-color: #fff;
}

.footer-social nav {
    justify-content: center;
}

.footer-social li {
    background-color: var(--primary-color);
    margin-left: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
}

    .footer-social li:hover {
        transform: translateY(-10px);
    }

.footer-social a {
    padding: 0;
}

.footer-social li:nth-last-child(1) {
    margin-left: 0;
}

.footer-col-item .nav-link:hover {
    color: var(--primary-color);
}

/*========================== end footer  ==========================*/
.mobile-bottombar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    gap: 2px;
    position:relative;
}

@media (max-width: 768px) {
    .footer-mobile-services {
        display: flex !important;
        flex-flow: wrap !important;
        gap: 16px;
        padding-bottom: 16px;
    }
}