footer {
    color: #fff;
    background: url("../images/home/services-bg.webp") no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    margin-top: 0rem;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    gap: 0.5rem;
}
footer .cont {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    height: fit-content;
    height: -moz-fit-content;
}
footer .cont .logo {
    margin-top: 5rem;
    width: 100%;
    margin: 0.5rem auto;
    text-align: center;
}

/* ------ socail---- */
footer .cont .links {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    width: 85%;
    margin: 0.5rem auto;
}
footer .cont .links li a {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
}

/* ------ socail---- */
footer .cont .social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #ddd;
    width: 85%;
    margin: 0.5rem auto;
    cursor: pointer;
}
footer .cont .social li {
    font-size: 1.5rem;
}
footer .cont .social li a {
    color: #fff;
}
