.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 html, class: .elementor-element-3ef9fa9 *//* پایه و فونت */
  .akbari-faq {
    max-width: 720px;
    margin: 30px auto;
    font-family: 'Vazir', Tahoma, sans-serif;
    direction: rtl;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 25px #dd6017;
    overflow: hidden;
  }

  /* عنوان اصلی */
  .akbari-faq-title {
    background: linear-gradient(135deg, #dd6017, #b9440e);
    color: #fff;
    padding: 30px 20px;
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.03em;
    user-select: none;
  }

  /* هر آیتم سوال */
  .akbari-faq-item {
    border-bottom: 1px solid #e6e9f0;
    transition: background 0.3s ease;
  }
  .akbari-faq-item:last-child {
    border-bottom: none;
  }
  .akbari-faq-item:hover {
    background: #f9fbff;
  }

  /* سوال به صورت دکمه */
  .akbari-faq-question {
    cursor: pointer;
    padding: 20px 24px;
    width: 100%;
    font-size: 1.15rem;
    font-weight: 700;
    text-align: right;
    color: #dd6017;
    background: transparent;
    border: none;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    transition: color 0.3s ease;
  }
  .akbari-faq-question:hover {
    color: #dd6017;
  }

  /* آیکون + و - به شکل SVG */
  .akbari-faq-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    transition: transform 0.35s ease;
    stroke: #dd6017;
    stroke-width: 2.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  /* چرخش آیکون هنگام باز بودن */
  .akbari-faq-item.active .akbari-faq-icon {
    transform: rotate(45deg);
  }

  /* جواب */
  .akbari-faq-answer {
    padding: 0 24px;
    color: #;
    font-size: 1rem;
    line-height: 1.7;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
  }
  /* جواب باز شده */
  .akbari-faq-item.active .akbari-faq-answer {
    padding: 18px 24px 24px 24px;
    max-height: 600px;
  }

  /* لینک در جواب */
  .akbari-faq-answer a {
    color: #2e8bff;
    text-decoration: none;
    font-weight: 600;
  }
  .akbari-faq-answer a:hover {
    text-decoration: underline;
  }

  /* ریسپانسیو موبایل */
  @media (max-width: 480px) {
    .akbari-faq {
      margin: 20px 10px;
    }
    .akbari-faq-title {
      font-size: 1rem;
      padding: 20px 15px;
    }
    .akbari-faq-question {
      font-size: 0.8rem;
      padding: 16px 20px;
    }
    .akbari-faq-answer {
      font-size: 0.7rem;
      padding: 0 20px;
    }
    .akbari-faq-item.active .akbari-faq-answer {
      padding: 16px 20px 20px 20px;
    }
  }/* End custom CSS */