.elementor-2633 .elementor-element.elementor-element-9a7aa9e:not(.elementor-motion-effects-element-type-background), .elementor-2633 .elementor-element.elementor-element-9a7aa9e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://dandemutande.africa/wp-content/uploads/2025/11/New-VoIP-Banner-Adjusted.png");background-position:center center;background-repeat:no-repeat;background-size:auto;}.elementor-2633 .elementor-element.elementor-element-9a7aa9e > .elementor-container{min-height:600px;}.elementor-2633 .elementor-element.elementor-element-9a7aa9e, .elementor-2633 .elementor-element.elementor-element-9a7aa9e > .elementor-background-overlay{border-radius:0px 0px 0px 0px;}.elementor-2633 .elementor-element.elementor-element-9a7aa9e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-2633 .elementor-element.elementor-element-9a7aa9e > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2633 .elementor-element.elementor-element-9cf5a44 > .elementor-element-populated{margin:70px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2633 .elementor-element.elementor-element-d159f2f .elementor-heading-title{font-family:"Comfortaa", Sans-serif;font-size:50px;font-weight:600;line-height:60px;color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for heading, class: .elementor-element-d159f2f */.text-title{
    color:#009EE1;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e93a9a0 */.onboard-form {
    font-family: 'Comfortaa';
    color: #1d2d7c;
    max-width: 1000px;
    margin: 40px auto;
  }

  form {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  label {
    font-weight: 600;
    margin-bottom: 8px;
    color: #1d2d7c;
  }

  input[type="text"],
  input[type="email"],
  input[type="file"],
  select {
    background-color: #f4f4f4;
    border: none;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 1rem;
    outline: none;
    color: #333;
  }

  select {
    border: 1px solid #1d2d7c;
    background-color: #fff;
  }

  input[type="file"] {
    background-color: #f4f4f4;
    border: none;
    padding: 12px;
  }

  input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    accent-color: #1d2d7c;
  }

  .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #000;
  }

  .form-check a {
    color: #1d2d7c;
    text-decoration: none;
  }

  .form-check a:hover {
    text-decoration: underline;
  }

  /* Submit button styling */
  .submit-btn {
    display: none;
    background-color: #1d2d7c;
    color: white;
    border: none;
    padding: 14px 30px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease;
    opacity: 0;
  }

  .submit-btn.show {
    display: inline-block;
    opacity: 1;
  }

  .submit-btn:hover {
    background-color: #2434a0;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .form-row {
      flex-direction: column;
    }
  }/* End custom CSS */