@font-face {
    font-family: "Elastik C Regular ";
    src: url('{{ asset_url "Elastik-trial-RegularC.otf"}}') format('opentype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}
.contact img {
  max-width: 100%;
}
.contact .title {
  text-align: center;
  margin-bottom: 20px;
}
.contact .form__message {
  align-items: flex-start;
}
.contact .icon-success {
  margin-top: 2px;
}
.contact .field {
  margin-bottom: 15px;
}
.contact .field__info {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .contact .field {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .contact .field__info {
    margin-bottom: 30px;
  }
}
.contact__button {
  margin-top: 30px;
  text-align: center;
}
.contact .span {
    font-family: "Elastik C Regular Regular" !important;
}
.contact__button .button {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (min-width: 960px) {
  .contact__button {
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .contact__fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .contact .title {
    margin-bottom: 30px;
  }
}
/* The ipad end responds to the mobile end in vertical screen */
/* @custom-media --tablet (max-width: 959px); */
/* @custom-media --gt-mobile (min-width: 751px); */
/* detectingScreen need to consider the configuration of the tablet */
/* Use Elastik for the heading above the form */
.contact .title {
    font-family: "Elastik C Regular Regular" !important;    /* ensure fallback */
}

/* Optional: use Elastik for helper texts above inputs (success/error) and labels */
.contact .field__info,
.contact .field__label {
    font-family: "Elastik C Regular" !important;
    color: #2680be;
    }

.contact .button {
    font-family: "Elastik C Regular" !important;
}
/* === Force contact form button text color === */
.contact__button .button,
.contact .button {
    color: #EC395C !important;
    font-size: 18px;
}
.contact {
    font-size: 28px !important;
}