.elementor-1782 .elementor-element.elementor-element-7feec383{--display:flex;--background-transition:0.3s;}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-697d6398 */<style>
  .erp-container {
    padding: 40px;
    max-width: 1000px;
    margin: auto;
    font-family: 'iransans', sans-serif;
    line-height: 1.9;
  }

  .erp-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    list-style-type: "✅ ";
    padding-left: 1rem;
    font-size: 1rem;
  }

  .erp-features li {
    margin-bottom: 8px;
  }

  @media (max-width: 768px) {
    .erp-features {
      grid-template-columns: 1fr;
    }

    table.erp-table {
      display: block;
      overflow-x: auto;
      white-space: nowrap;
    }

    table.erp-table th,
    table.erp-table td {
      font-size: 0.9rem;
    }
  }

  table.erp-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 0.95rem;
  }

  table.erp-table th,
  table.erp-table td {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
  }

  table.erp-table thead {
    background-color: #f0f0f0;
  }

  .cta-button {
    display: inline-block;
    padding: 10px 20px;
    background: #1e3a8a;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    margin-top: 10px;
  }

  blockquote {
    border-right: 3px solid #00bfa5;
    padding-right: 10px;
    margin: 10px 0;
    color: #444;
  }
</style>/* End custom CSS */