.elementor-398 .elementor-element.elementor-element-b7f8f9a{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), estedad;font-weight:var( --e-global-typography-text-font-weight );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-33478b4d */h1, h2, h3 {
    color: #1e2a78;
    margin-bottom: 15px;
  }
  h1 {
    font-size: 2.4rem;
    border-bottom: 3px solid #d1b06f;
    padding-bottom: 8px;
    margin-top: 0;
  }
  h2 {
    font-size: 1.8rem;
    margin-top: 30px;
  }
  p, ul, ol {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
  ul, ol {
    padding-right: 20px;
  }
  li {
    margin-bottom: 8px;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
  }
  th, td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: center;
  }
  thead th {
    background-color: #1e2a78;
    color: #fff;
    font-weight: 600;
  }
  tbody tr:nth-child(even) {
    background-color: #f3f3f3;
  }
  a {
    color: #1e2a78;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  a:hover {
    color: #d1b06f;
  }
  .cta {
    background-color: #1e2a78;
    color: white;
    padding: 14px 20px;
    margin-top: 40px;
    text-align: center;
    font-size: 1.3rem;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  .cta:hover {
    background-color: #d1b06f;
    color: #1e2a78;
  }
  @media (max-width: 768px) {
    body {
      padding: 15px 10px;
    }
    h1 {
      font-size: 1.8rem;
    }
    h2 {
      font-size: 1.4rem;
    }
    table, thead, tbody, th, td, tr {
      display: block;
    }
    thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
    tr {
      margin-bottom: 15px;
      border-bottom: 2px solid #ddd;
    }
    td {
      border: none;
      position: relative;
      padding-left: 50%;
      text-align: right;
    }
    td:before {
      position: absolute;
      top: 12px;
      right: 15px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      font-weight: 600;
      color: #1e2a78;
      content: attr(data-label);
      text-align: right;
    }
  }
  /* فهرست مطالب */
  #table-of-contents {
    background:#f1f1f1;
    padding:15px 20px;
    border-radius:8px;
    margin-bottom:30px;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
  }
  #table-of-contents strong {
    font-size:1.3rem;
    color:#1e2a78;
  }
  #table-of-contents ul {
    list-style:none;
    padding:0;
    margin:10px 0 0 0;
  }
  #table-of-contents ul li {
    margin-bottom:8px;
  }
  #table-of-contents ul li a {
    text-decoration:none;
    color:#1e2a78;
  }
  #table-of-contents ul li a:hover {
    text-decoration: underline;
    color:#d1b06f;
  }/* End custom CSS */