.floating-contact-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #b55105;
  color: white;
  padding: 12px 18px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.floating-contact-btn:hover {
  background-color: #b46a03;
}
