    /* ---- contact us page css start here ---- */
    .contact-container {
      max-width: 635px;
      margin: 0 auto;
    }
    .contact-container {
      padding-top: 50px;
    }
    .contact-container h2 {
      font-size: 20px;
      letter-spacing: 2px;
      text-transform: uppercase !important;
      font-weight: 400;
    }
    .contact-container p {
      font-size: 14px;
      font-weight: 400;
    }
    .contact__form__item br {
      display: none !important;
    }
    form.wpcf7-form.init {
      margin-bottom: 60px;
    }
    .contact__form__item label {
      font-size: 12px;
      text-transform: uppercase;
    }
    .contact-info p {
      font-size: 13px;
      color: #555;
      margin-bottom: 5px;
    }
    .contact-info strong {
      display: block;
      font-size: 14px;
      color: #000;
      margin-bottom: 8px;
      font-weight: 400;
    }
    .contact-links {
      margin-top: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .contact-links a {
      font-size: 14px;
      color: #000;
      text-decoration: underline;
      margin-right: 20px;
    }
    /* ---- FORM ---- */
    .contact-form {
      margin-top: 35px;
    }
    div#contact__form {
      display: flex;
      flex-direction: column-reverse;
    }
    .form-title {
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 1px;
      margin-bottom: 15px;
      color: #000;
    }
    form {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    input,
    select,
    textarea {
      width: 100%;
      border: none;
      background: #f7f7f7;
      padding: 14px;
      font-size: 14px;
      font-family: inherit;
      border-radius: 0;
      outline: none;
      transition: 0.2s;
      color: #0000008a;
    }
    input:focus,
    select:focus,
    textarea:focus {
      background-color: #efefef;
    }
    span.wpcf7-form-control-wrap textarea {
      min-height: 240px !important;
      resize: none;
      background: white !important;
      border: 1px solid #00000038;
      font-size: 16px;
    }
    .char-limit {
      text-align: right;
      font-size: 11px;
      color: #999;
      margin-top: -5px;
    }
    .link__arrow p input {
      width: 100% !important;
      background: white;
      border: 1px solid #00000045;
      margin-top: 30px !important;
    }
    .link__arrow p input:hover {
      background: #000;
      color: #fff;
    }
    p.form-title {
      padding-bottom: 20px;
      color: #999;
    }
    .base-bottom-margin,
    p,
    ul,
    ol {
      margin-bottom: 0px !important;
    }
    .contact__form__item input,
    textarea {
      margin-top: 8px;
    }
    .contact-info {
      margin-top: 20px;
    }
    .contact-container {
      display: flex;
      flex-direction: column;
    }
    .contact-container>* {
      order: 0;
    }
    .contact-container textarea {
      order: 5;
    }
    form.wpcf7-form.init p:nth-child(1) {
      order: 5;
    }
    @media (max-width: 600px) {
      body {
        padding: 20px 15px;
      }
      .contact-links a {
        display: inline-block;
        margin-bottom: 8px;
      }
      .contact-links {
        flex-wrap: wrap;
      }
      .contact-container h2 {
        font-size: 15px;
      }
      input,
      select,
      textarea {
        font-size: 13px;
      }
    }
    @media (max-width: 430px) {
      .contact-links {
        flex-wrap: wrap;
      }
      .contact-links a {
        width: 20%;
      }
    }