@media only screen and (min-width: 0px) {
  .hero {
    background-image: url("../images/contact/contact-hero.webp");
    background-position: center;
  }
}
@media only screen and (min-width: 0px) {
  #form {
    background: var(--background2);
    background-image: url(../images/index/flower-bg.webp);
  }
  .form-inner {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
  }
}
@media only screen and (min-width: 0px) {
  .contact-form {
    max-width: 700px;
    margin: 0 auto;
    font-family: "Signika", system-ui, "Segoe UI", "Trebuchet MS", Verdana, Arial, sans-serif;
    box-shadow: var(--boxShadow);
    padding: clamp(25px, 4vw, 50px) clamp(25px, 4vw, 50px);
    background: var(--background);
    border: 2px solid #afafaf;
  }
  .contact-form h2 {
    margin: 0 0 6px;
    font-size: 1.6rem;
  }
  .contact-form .form-subtext {
    margin: 0 0 18px;
    color: #555;
    font-size: 0.95rem;
  }
  .contact-form .form-group {
    margin-bottom: 16px;
  }
  .contact-form .form-group label {
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
  }
  .contact-form .required {
    color: var(--background3);
  }
  .contact-form .optional {
    font-weight: 400;
    color: #777;
    font-size: 0.9em;
  }
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 1rem;
  }
  .contact-form input:hover,
  .contact-form textarea:hover {
    border-color: #222;
  }
  .contact-form input:focus,
  .contact-form textarea:focus {
    outline: none;
    border-color: #222;
  }
  .contact-form fieldset {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 16px;
  }
  .contact-form fieldset legend {
    font-weight: 700;
    padding: 0 6px;
  }
  .contact-form .checkbox {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 10px 0;
    font-weight: 500;
  }
  .contact-form .checkbox input {
    width: auto;
    margin-top: 3px;
  }
  .contact-form .childcare {
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px solid #eee;
  }
  .contact-form .submit-btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    background: #222;
    color: #fff;
  }
  .contact-form .submit-btn:hover {
    opacity: 0.92;
  }
}/*# sourceMappingURL=contact.css.map */