   .dataflow-form-ai .modal-dialog {
    max-width: fit-content;

}
 .dataflow-form-ai .ks-AutoCaptureForm-main-container .ks-form-sub-btn {
    background-color: #ff7a01;
    font-size: 16px;
  }
 .dataflow-form-ai .ks-AutoCaptureForm-main-container.bg-white {
    background: transparent !important;
}

    .wbn-dialog {
      background: rgba(248, 250, 255, 0.97);
      border-radius: 20px;
      overflow: hidden;
      position: relative;
      max-width: 900px;
      width: 100%;
      box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
    }
    .wbn-dialog::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.024) 4.167%, rgba(0, 0, 0, 0) 4.167%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.024) 4.167%, rgba(0, 0, 0, 0) 4.167%);
      background-size: 24px 24px;
      pointer-events: none;
      z-index: 0;
    }
    .wbn-dialog::after {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse at center top,
          rgba(255, 255, 255, 0.97) 0%,
          rgba(255, 255, 255, 0.75) 55%,
          rgba(255, 255, 255, 0) 100%);
      pointer-events: none;
      z-index: 0;
    }
    .wbn-topbar {
      height: 3px;
      background: linear-gradient(to right, #ff7a01, rgba(255, 202, 153, 0.4));
      position: relative;
      z-index: 1;
    }
    .wbn-close-btn {
      position: absolute;
      top: 14px;
      right: 14px;
      z-index: 10;
      width: 28px;
      height: 28px;
      border-radius: 14px;
      background: rgba(255, 255, 255, 0.9) !important;
      border: 1px solid #cbd5e1;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      padding: 0;
      transition: background 0.2s;
    }

    .wbn-close-btn:hover {
      background: #f1f5f9;
    }

    .wbn-close-btn svg {
      width: 9px;
      height: 9px;
    }
    .wbn-main-row {
      position: relative;
      z-index: 1;
    }
    .wbn-details-col {
      background: #fff;
      border-right: 0.8px solid rgba(0, 0, 0, 0.07);
      padding: 28px 33px 28px 44px;
    }
    .wbn-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 4.8px 11.8px;
      border-radius: 999px;
      background: #fff;
      border: 1px solid rgba(255, 202, 153, 0.9);
    }
    .wbn-badge-dot {
      width: 6px;
      height: 6px;
      border-radius: 3px;
      background: #ff7a01;
    }
    .wbn-badge-text {
      font-weight: 600;
      font-size: 11px;
      letter-spacing: 0.11px;
      color: #212226;
      line-height: 16.5px;
    }
    .wbn-date-row {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 12px;
    }
    .wbn-date-icon {
      width: 24px;
      height: 24px;
      flex-shrink: 0;
    }

    .wbn-date-text {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #374151;
    }
    .wbn-heading {
      font-weight: 800;
      font-size: 32px;
      line-height: 37.76px;
      letter-spacing: -0.35px;
      color: #18181b;
      margin-top: 20px;
      margin-bottom: 0;
    }
    .wbn-subheading {
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      color: #212529;
      margin-top: 12px;
      margin-bottom: 0;
    }
    .wbn-description {
      font-weight: 400;
      font-size: 16px;
      line-height: 25.6px;
      color: #6b7280;
      margin-top: 18px;
      margin-bottom: 0;
    }
    .wbn-description strong {
      font-weight: 600;
      color: #18181b;
    }
    .wbn-highlights {
      margin-top: 32px;
    }
    .wbn-highlight-item {
      display: flex;
      align-items: flex-start;
      gap: 9px;
      padding: 8px 8px 0;
    }

    .wbn-highlight-icon-wrap {
      width: 34px;
      height: 34px;
      border-radius: 9px;
      background: #fff3e8;
      border: 1px solid rgba(255, 122, 1, 0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .wbn-highlight-icon-wrap svg,
    .wbn-highlight-icon-wrap img {
      width: 16px;
      height: 16px;
    }

    .wbn-highlight-text {
      font-weight: 500;
      font-size: 14px;
      line-height: 16.8px;
      color: #18181b;
    }
    .wbn-form-col {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 40px 24px 40px 16px;
      overflow: hidden;
    }
    .wbn-form-blob {
      position: absolute;
      top: -70px;
      right: -50px;
      width: 280px;
      height: 280px;
      opacity: 0.65;
      pointer-events: none;
      z-index: 0;
      background: radial-gradient(circle,
          rgba(255, 173, 100, 0.7) 0%,
          rgba(255, 200, 150, 0.4) 40%,
          rgba(255, 230, 210, 0.15) 70%,
          transparent 100%);
      border-radius: 50%;
      filter: blur(10px);
    }
    .wbn-form-card {
      position: relative;
      z-index: 1;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      border-radius: 16px;
      padding: 24px 16px;
    }

    .wbn-form-title {
      font-weight: 700;
      font-size: 24px;
      line-height: 36px;
      color: #18181b;
      margin-bottom: 0;
    }

    .wbn-form-subtitle {
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      color: #6b7280;
      margin-top: 8px;
      margin-bottom: 24px;
    }
    .wbn-form-fields {
      margin-top: 24px;
      display: flex;
      flex-direction: column;
      gap: 7px;
    }

    .wbn-input-wrap {
      position: relative;
    }

    .wbn-input-wrap .wbn-input-icon {
      position: absolute;
      left: 11px;
      top: 50%;
      transform: translateY(-50%);
      width: 12px;
      height: 12px;
      pointer-events: none;
      color: #9ca3af;
    }

    .wbn-input {
      width: 100%;
      height: 46px;
      border: 1px solid #e2e8f0;
      border-radius: 9px;
      padding: 14.6px 11.8px 14.6px 34.8px;
      font-weight: 400;
      font-size: 14px;
      line-height: normal;
      color: #18181b;
      background: #fff;
      outline: none;
      transition: border-color 0.2s;
    }
    .wbn-input::placeholder {
      color: #9ca3af;
    }

    .wbn-input:focus {
      border-color: #ff7a01;
    }
    .wbn-cta-wrap {
      margin-top: 24px;
    }
    .wbn-cta-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      width: 100%;
      height: 50px;
      border: none;
      border-top: 1.6px solid #ffca99;
      border-radius: 999px;
      background: #ff7a01;
      box-shadow: 0 4px 14px rgba(255, 122, 1, 0.28);
      cursor: pointer;
      transition: background 0.2s, transform 0.15s;
    }
    .wbn-cta-btn:hover {
      background: #e86e00;
    }
    .wbn-cta-btn:active {
      transform: scale(0.98);
    }
    .wbn-cta-text {
      font-weight: 700;
      font-size: 15px;
      line-height: 22.5px;
      color: #fff;
    }
    .wbn-cta-arrow {
      width: 13px;
      height: 13px;
    }
    @media (max-width: 922px) {
     .wbn-dialog .ks-AutoCaptureForm-main-container {
        max-width: 100%;
    }
    .dataflow-form-ai .modal-dialog {
          max-width: 90%;
        margin: 16px auto;
        }

    }
    @media (max-width: 767.98px) {
      .wbn-dialog {
        border-radius: 12px;
        max-width: 100%;
        margin: 0 auto;
      }
      .dataflow-form-ai .modal-dialog {
          max-width: 90%;
        margin: 16px auto;
        }
      .wbn-close-btn {
        top: 10px;
        right: 10px;
      }
      .wbn-details-col {
        border-right: none;
        border-bottom: 0.8px solid rgba(0, 0, 0, 0.07);
        padding: 20px 16px 16.8px;
      }
      .wbn-date-text {
        font-size: 14px;
        line-height: 21px;
      }
      .wbn-heading {
        font-size: 20px;
        line-height: 23.6px;
        margin-top: 18px;
      }
      .wbn-subheading {
        margin-top: 10px;
      }
      .wbn-description {
        font-size: 14px;
        line-height: 22.4px;
        margin-top: 14px;
      }
      .wbn-highlights .row .col-6 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
      }
      .wbn-highlights {
        margin-top: 20px;
      }
      .wbn-highlight-item {
        padding: 8px 8px 0;
        align-items: center;
      }
      .wbn-highlight-text {
        font-size: 13px;
        line-height: 15.6px;
      }
      .wbn-form-col {
        padding: 24px 0px;
      }
      .wbn-form-subtitle{
        margin-bottom: 16px;
      }
      .wbn-form-card {
        padding: 20px 12px;
        gap: 16px;
      }
      .wbn-form-title {
        font-size: 20px;
        line-height: 30px;
      }
      .wbn-form-fields {
        margin-top: 16px;
      }
      .wbn-cta-wrap {
        margin-top: 16px;
      }
      .wbn-cta-btn {
        height: 44px;
      }
      .wbn-cta-text {
        font-size: 14px;
        line-height: 21px;
      }
    }