.sfw-contact-page {
  background: #d51d28;
  color: #fff;
}

.sfw-contact-hero {
  position: relative;
  height: 360px;
  overflow: hidden;
  background: #000;
}

.sfw-contact-hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sfw-contact-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
}

.sfw-contact-hero h1 {
  position: absolute;
  left: 70px;
  bottom: 55px;
  color: #fff;
  font-size: 64px;
  font-weight: 900;
  text-transform: uppercase;
}

.sfw-contact-content {
  padding: 70px 0;
}

.sfw-contact-content h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 18px;
}

.sfw-map {
  width: 100%;
  height: 300px;
  border: 0;
  border-radius: 14px;
}

.sfw-contact-form-card {
  background: #021406;
  border-radius: 18px;
  padding: 42px;
  border: 1px solid rgba(255,255,255,.35);
}

.sfw-contact-input {
  min-height: 52px;
  border-radius: 10px;
  border: 1px solid #ddd;
  color: #111 !important;
  background: #fff !important;
  font-size: 16px;
}

.sfw-contact-input::placeholder {
  color: #777 !important;
}

.sfw-contact-btn {
  background: #04fc3a;
  color: #000;
  border: 0;
  padding: 16px 34px;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 8px;
}

.sfw-contact-btn:hover {
  background: #fff;
}