/* FOOTER */
.footer-modern{
     background:#fff;
    border-top:1px solid #ececec;
}

.footer-title{
    font-weight:800;
    letter-spacing:1px;
}

.footer-title-sm{
    font-weight:700;
    margin-bottom:20px;
}

.footer-text{
    color:#666;
    line-height:1.8;
}

.footer-links,
.footer-contact{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li,
.footer-contact li{
    margin-bottom:14px;
    color:#666;
}

.footer-links a{
    text-decoration:none;
    color:#666;
    transition:.3s;
}

.footer-links a:hover{
    color:#111;
}

.footer-social{
    display:flex;
    gap:12px;
}

.footer-social a{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#f5f5f5;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#111;
    text-decoration:none;
    transition:.3s;
}

.footer-social a:hover{
    transform:translateY(-3px);
}

.footer-logo-circle{
    width:58px;
    height:58px;
    border-radius:50%;
    background:#f7f7f7;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

.footer-logo{
    width:40px;
}

.footer-bottom{
    border-top:1px solid #ececec;
    background:#fafafa;
}