.sttm-contact-btn {
    text-decoration: none;
    display: inline-block;
    border: 1px solid #0b6b3a;
  outline: none;
  background: #c99a2e;
  color: #fff;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.sttm-contact-btn:hover {
  background: #094f2c;
  transform: translateY(-3px);
  border: 1px solid #c99a2e;
}