/* Add custom CSS styles below */ 
#zm-whatsapp-btn{
position:fixed;
bottom:20px;
right:20px;
width:60px;
height:60px;
border-radius:50%;
background:#25D366;
display:flex;
align-items:center;
justify-content:center;
box-shadow:0 8px 20px rgba(0,0,0,.25);
z-index:999999;
transition:.3s;
}

#zm-whatsapp-btn:hover{
transform:scale(1.08);
}

#zm-whatsapp-btn img{
width:34px;
height:34px;
}


.zm-trust-box{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:10px;
margin-top:18px;
}

.zm-trust-box div{
background:#fff;
border:1px solid #e8e8e8;
border-radius:12px;
padding:12px;
text-align:center;
font-size:14px;
font-weight:700;
box-shadow:0 3px 10px rgba(0,0,0,.05);
transition:.3s;
}

.zm-trust-box div:hover{
transform:translateY(-3px);
box-shadow:0 8px 20px rgba(0,0,0,.12);
}

.footer-center-logo{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:35px 0 15px;
}

.footer-center-logo img{
    width:110px;
    height:110px;
    border-radius:50%;
    object-fit:cover;
    background:#fff;
    padding:4px;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
}