/* ==========================================
   BHUWEAR Footer
========================================== */

.site-footer{
    background:#111;
    color:#fff;
    padding:80px 0 30px;
}

.footer-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px;
}

.footer-col h2,
.footer-col h3{
    margin-bottom:20px;
}

.footer-col p{
    color:#ccc;
    line-height:1.8;
}

.footer-col ul{
    list-style:none;
    padding:0;
}

.footer-col li{
    margin-bottom:12px;
}

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

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

.footer-col input{
    width:100%;
    padding:14px;
    margin-bottom:15px;
    border:none;
    border-radius:8px;
}

.footer-col button{
    width:100%;
    padding:14px;
    background:#fff;
    color:#111;
    border:none;
    border-radius:8px;
    cursor:pointer;
    font-weight:600;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.15);
    margin-top:50px;
    padding-top:25px;
    text-align:center;
    color:#aaa;
}