.wcnb-call-now-button {
position: fixed;
z-index: 9999;
padding: 15px 25px;
background-color: #25D366; color: #fff;
border-radius: 50px;
text-decoration: none;
font-family: sans-serif;
font-size: 16px;
box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
transition: all 0.3s ease;
}
.wcnb-call-now-button:hover {
background-color: #128C7E;
transform: scale(1.05);
} .wcnb-position-bottom-right {
bottom: 20px;
right: 20px;
}
.wcnb-position-bottom-left {
bottom: 20px;
left: 20px;
}