/* Hero Contact */
.hero-contact {
  background: url("img/sxpistols-sxpstls-o9C_1ycJ6ZY-unsplash.jpg") no-repeat center center/cover;
  height: 100vh;
  position: relative;
}
.hero-contact::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.hero-contact .container {
  position: relative;
  z-index: 2;
}

/* Contact Button */
.btn-success {
  border-radius: 50px;
  padding: 12px 30px;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.btn-success:hover {
  transform: scale(1.05);
  background-color: #25d366;
}
