.page-node-type-laundry-contact-us-page .body-bg {
  background-image: url("../../../images/laundry/laundry-contact-bg.webp");
  min-height: 100vh;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center bottom;
}

section {
  position: relative;
  z-index: 1;
}

section.content {
  padding: 6rem 1.25rem 3.125rem;;
  position: relative;
  z-index: 1;
  color: #fff;
}

section h1 {
  font-size: 2.6rem;
  color: #e4e658;
  font-weight: bold;
}

.content h2 {
  font-size: 1.563rem;
  font-weight: 600;
  margin-bottom: 1rem;
  hyphens: none;
  line-height: 1;
}

section p,
section a {
  font-size: 1.125rem;
  hyphens: none;
  color: #fff;
  line-height: 1.2;
  hyphens: none;
}

section a:hover {
  color: #fff;
  text-decoration: underline;
}

.contact-form * {
  font-family: Arial, Helvetica, sans-serif;
}

.contact-form input,
.contact-form textarea {
  background-color: transparent;
  width: 100%;
  border-radius: 15px;
  border: 2px solid white;
  font-size: 17px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border: 2px solid white !important;
}

.contact-form h3,
.contact-form input,
.contact-form textarea,
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: white;
}

.contact-form input {
  min-height: 45px;
}

.contact-form h3 {
  font-weight: 500;
}

.contact-form .button {
  width: auto;
  padding: 0px 50px;
  height: 45px;
  color: black;
  background-color: var(--color-laundry-yellow);
  border: none !important;
  border-radius: 27px;
  font-size: 20px;
}

.contact-form .button:focus {
  border: none !important;
}

.contact-form .form-item__label {
  display: none;
}

.form-actions {
  margin: 0;
}

.content p br {
  display: none;
}

.contact-info img {
  width: 25px;
}

@media (min-width: 767px) {
  section.content {
    padding: 8rem 2.5rem 3.125rem;
  }
  .content {
    padding-top: 12%;
  }

  .content h2 {
    font-size: clamp(2rem,3vw,2.25rem);
  }

  section p,
  section a {
    font-size: clamp(1rem,3.5vw,1.35rem);
  }

  section h1 {
    font-size: 3.25rem;
  }

  .contact-info img {
    width: 35px;
  }

  .contact-form input {
    min-height: 54px;
  }
}

@media (min-width: 992px) {
  section.content {
    padding: 8rem 3.5rem 3.125rem;
  }
}

@media (min-width: 1024px) {
  .content {
    padding-top: 10%;
  }
}

@media (min-width: 1200px) {
  .contact-form .button {
    padding: 0px 50px;
    height: 50px;
    font-size: 22px;
  }

  section.content {
    padding: 8rem 6rem 3.125rem;
  }
}

@media (min-width: 1550px) {
  .content p br {
    display: block;
  }
}
