.email-button-container {
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 9999;
}

.email-button-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.email-button {
  background-color: #007BFF; /* Blue color */
  color: white;
  padding: 12px 20px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

.email-button:hover {
  background-color: #0056b3; /* Darker blue on hover */
}
