.sticky-call {
position: fixed;
bottom: 20px;
right: 20px;
background: #1f4f3a;
color: #ffffff !important;
padding: 20px 28px;
border-radius: 16px;
font-size: 24px;
font-weight: 700;
text-align: center;
z-index: 9999;
box-shadow: 0 6px 18px rgba(0,0,0,0.30);
text-decoration: none;
line-height: 1.3;
}