/* =====================================
   JJ SAFARI FOOTER
===================================== */

.jj-footer{

    background:#0f1d14;

    color:#ffffff;

    padding:80px 0 30px;

}



.footer-logo{

    width:80px;

    border-radius:50%;

    margin-bottom:20px;

    border:3px solid #d4a017;

}



.jj-footer h3{

    color:#d4a017;

    font-weight:700;

    margin-bottom:20px;

}



.jj-footer h4{

    color:#d4a017;

    margin-bottom:25px;

    font-weight:600;

}



.jj-footer p{

    color:#d6d6d6;

    line-height:1.8;

}



.footer-links{

    list-style:none;

    padding:0;

    margin:0;

}



.footer-links li{

    margin-bottom:12px;

}



.footer-links a{

    color:#d6d6d6;

    text-decoration:none;

    transition:.3s;

}



.footer-links a:hover{

    color:#d4a017;

    padding-left:8px;

}



.footer-social{

    margin-top:25px;

}



.footer-social a{

    width:45px;

    height:45px;

    display:inline-flex;

    justify-content:center;

    align-items:center;

    margin-right:10px;

    border-radius:50%;

    background:#1d3525;

    color:white;

    text-decoration:none;

    transition:.35s;

    font-size:18px;

}



.footer-social a:hover{

    background:#d4a017;

    color:white;

    transform:translateY(-6px);

}



.jj-footer hr{

    border-color:rgba(255,255,255,.15);

    margin:50px 0 25px;

}



.footer-bottom{

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

}



.footer-bottom p{

    margin:0;

    color:#bdbdbd;

}



@media(max-width:768px){

.footer-bottom{

    flex-direction:column;

    text-align:center;

    gap:10px;

}

}