.contact-button-container {
  position: fixed;
  bottom: 24px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9999;
}

.contact-us-button {
  display: inline-block;
  background-color: var(--gold);
  color: var(--navy);
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.contact-us-button:hover,
.contact-us-button:focus {
  opacity: 0.9;
}
