/*
Floating Buttons
Anwar Services Pro
*/


.floating-contact {

    position:fixed;
    bottom:25px;
    right:25px;
    display:flex;
    flex-direction:column;
    gap:12px;
    z-index:9999;

}



.floating-contact a {

    width:60px;
    height:60px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
    box-shadow:0 5px 20px rgba(0,0,0,.2);

}



.whatsapp-btn {

    background:#25D366;

}



.call-btn {

    background:#0b2d5c;

}



.floating-contact a:hover {

    transform:scale(1.08);

}