.elite-work-with-us {
position: fixed;
right: 20px;
bottom: 20px;
z-index: 9999;
}
.elite-work-with-us a {
display: inline-block;
padding: 12px 22px;
background: #000;
color: #fff !important;
font-weight: 600;
font-size: 14px;
border-radius: 30px;
text-decoration: none !important;
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
transition: transform 0.2s ease, background 0.2s ease;
}
.elite-work-with-us a:hover {
background: #222;
transform: translateY(-2px);
}