.main-footer{
    background:#0f0f0f;
    color:#fff;
    padding:70px 0 25px;
}

.footer-title{
    color:#fff;
    font-weight:700;
    margin-bottom:20px;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:10px;
}

.footer-links a{
    color:#ccc;
    text-decoration:none;
}

.footer-links a:hover{
    color:#fff;
}

.main-footer hr{
    border-color:rgba(255,255,255,.1);
    margin:40px 0 20px;
}

.social-icons{
    display:flex;
    gap:12px;
    margin-top:20px;
    flex-wrap:wrap;
}

.social-icons a{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#fff;
    font-size:18px;
    transition:.3s;
}

.social-icons a:hover{
    background:var(--primary);
    color:#fff;
    transform:translateY(-3px);
}

.footer-logo{

    max-width:220px;

    width:100%;

    height:auto;

    margin-bottom:20px;

    display:block;

}

.footer-contact a{

    color:#ccc;

    text-decoration:none;

    transition:.3s;

    word-break:break-word;

}

.footer-contact a:hover{

    color:#fff;

}

.footer-contact p{

    margin-bottom:12px;

    color:#fff;

}