.elementor-696 .elementor-element.elementor-element-7ea5e52{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-102055f */<form class="p247-intake-form" action="#" method="post" enctype="multipart/form-data">
  <!-- SECTION 1: Contact details -->
  <h2 class="p247-section-title">Contact details</h2>
  <div class="p247-grid p247-grid-2">
    <div class="p247-field">
      <label for="full_name">Name <span>*</span></label>
      <input id="full_name" name="full_name" type="text" required>
    </div>
    <div class="p247-field">
      <label for="email">Email address <span>*</span></label>
      <input id="email" name="email" type="email" required>
    </div>
    <div class="p247-field">
      <label for="phone">Phone <span>*</span></label>
      <input id="phone" name="phone" type="tel" placeholder="+44 7400 123456" required>
      <small>Mobile or best contact number.</small>
    </div>
  </div>

  <!-- SECTION 2: Business details -->
  <h2 class="p247-section-title">Business details</h2>
  <div class="p247-grid p247-grid-2">
    <div class="p247-field">
      <label for="trading_name">Trading name <span>*</span></label>
      <input id="trading_name" name="trading_name" type="text" required>
    </div>
    <div class="p247-field">
      <label for="business_name">Business / Legal name <span>*</span></label>
      <input id="business_name" name="business_name" type="text" required>
    </div>
    <div class="p247-field">
      <label for="industry">Business type / industry <span>*</span></label>
      <input id="industry" name="industry" type="text" required>
    </div>
    <div class="p247-field">
      <label for="turnover">Monthly card turnover (approx.) <span>*</span></label>
      <input id="turnover" name="turnover" type="text" placeholder="e.g. £25,000" required>
    </div>
    <div class="p247-field">
      <label for="acquirer">Acquirer type <span>*</span></label>
      <select id="acquirer" name="acquirer" required>
        <option value="">Please select an option</option>
        <option>Shift4</option>
        <option>Trust Payments</option>
        <option>Global Payments EVO</option>
        <option>Other / Not sure</option>
      </select>
      <small>Choose your current or preferred acquiring partner.</small>
    </div>
  </div>

  <!-- SECTION 3: Devices / schemes -->
  <h2 class="p247-section-title">Preferred devices & platform</h2>
  <div class="p247-grid p247-grid-2 p247-card-group">
    <fieldset class="p247-fieldset">
      <legend>Clover</legend>
      <label class="p247-radio-card">
        <input type="radio" name="clover_device" value="Clover Flex">
        <span>Clover Flex</span>
      </label>
      <label class="p247-radio-card">
        <input type="radio" name="clover_device" value="Clover Mini">
        <span>Clover Mini</span>
      </label>
      <label class="p247-radio-card">
        <input type="radio" name="clover_device" value="Clover Station Duo">
        <span>Clover Station Duo</span>
      </label>
    </fieldset>

    <fieldset class="p247-fieldset">
      <legend>Shift4</legend>
      <label class="p247-radio-card">
        <input type="radio" name="shift4_device" value="SkyTab Solo">
        <span>SkyTab Solo</span>
      </label>
    </fieldset>

    <fieldset class="p247-fieldset">
      <legend>Global Payments EVO</legend>
      <label class="p247-radio-card">
        <input type="radio" name="evo_device" value="PAX">
        <span>PAX</span>
      </label>
      <label class="p247-radio-card">
        <input type="radio" name="evo_device" value="Ingenico">
        <span>Ingenico</span>
      </label>
      <label class="p247-radio-card">
        <input type="radio" name="evo_device" value="Castles">
        <span>Castles</span>
      </label>
    </fieldset>

    <fieldset class="p247-fieldset">
      <legend>Trust Payments</legend>
      <label class="p247-radio-card">
        <input type="radio" name="trust_device" value="PAX">
        <span>PAX</span>
      </label>
      <label class="p247-radio-card">
        <input type="radio" name="trust_device" value="Ingenico">
        <span>Ingenico</span>
      </label>
      <label class="p247-radio-card">
        <input type="radio" name="trust_device" value="Castles">
        <span>Castles</span>
      </label>
    </fieldset>
  </div>

  <!-- SECTION 4: Uploads -->
  <h2 class="p247-section-title">Documents</h2>
  <p class="p247-section-hint">Securely upload PDFs only. Max 5 MB per file.</p>
  <div class="p247-grid p247-grid-1">
    <div class="p247-field">
      <label for="kyc">KYC – ID documents <span>*</span></label>
      <small>Please upload driving licence and passport (PDF, max 5 MB).</small>
      <input id="kyc" name="kyc" type="file" accept="application/pdf" required>
    </div>

    <div class="p247-field">
      <label for="kyb">KYB – business documents <span>*</span></label>
      <small>Bank statement & proof of business (PDF, max 5 MB).</small>
      <input id="kyb" name="kyb" type="file" accept="application/pdf" required>
    </div>

    <div class="p247-field">
      <label for="statement">Current merchant statement <span>*</span></label>
      <small>Please upload your latest merchant statement (PDF, max 5 MB).</small>
      <input id="statement" name="statement" type="file" accept="application/pdf" required>
    </div>
  </div>

  <!-- Submit -->
  <div class="p247-actions">
    <button type="submit" class="p247-btn-primary">Submit application</button>
    <p class="p247-privacy-note">
      By submitting this form you agree that Payments247 may contact you about merchant services.  
    </p>
  </div>
</form>/* End custom CSS */