.sticky-call-btn {
  position: fixed !important;
  bottom: 290px !important;
  right: 20px !important;
  background-color: rgb(42, 101, 172) !important;
  color: #ffffff !important;
  padding: 14px 20px !important;
  border-radius: 50px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
  z-index: 99999 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.sticky-call-btn:hover {
  background-color: #c1121f !important;
}

/* Mobile View */
@media (max-width: 768px) {
  .sticky-call-btn {
    bottom: 15px !important;
    right: 15px !important;
    font-size: 14px !important;
    padding: 12px 16px !important;
  }
}