.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-8177e4d */.wp-orange-cards-container {
    max-width: 900px;
    margin: 20px auto;
    direction: rtl;
    color: #333;
    padding: 0 10px;
  }

  /* کارت هر ویژگی */
  .wp-orange-card {
    background: #fff9f0;
    border: 2px solid #ffb347;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(255, 140, 0, 0.15);
    margin-bottom: 20px;
    padding: 20px 25px;
    transition: box-shadow 0.3s ease;
  }

  .wp-orange-card:hover {
    box-shadow: 0 8px 20px rgba(255, 140, 0, 0.3);
  }

  /* عنوان ویژگی */
  .wp-orange-card .feature-title {
    font-weight: 700;
    color: #d35400;
    font-size: 1.25rem;
    margin-bottom: 15px;
    border-bottom: 2px solid #ff7e00;
    padding-bottom: 6px;
  }

  /* ردیف‌های داخل کارت */
  .wp-orange-card .feature-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
  }

  /* ستون هر روش */
  .wp-orange-card .feature-col {
    flex: 1 1 45%;
    background: #fff3e0;
    border-radius: 8px;
    padding: 15px 20px;
    box-shadow: inset 0 0 5px rgba(255, 140, 0, 0.2);
    font-size: 1rem;
    color: #6e4a00;
  }

  .wp-orange-card .feature-col:nth-child(1) {
    background: #ffe0b2;
    font-weight: 600;
  }

  /* عنوان ستون‌ها بالای هر باکس */
  .wp-orange-card .feature-col-title {
    font-weight: 700;
    margin-bottom: 10px;
    color: #d35400;
    border-bottom: 1.5px solid #ff7e00;
    padding-bottom: 4px;
  }

  /* ریسپانسیو */
  @media (max-width: 600px) {
    .wp-orange-card .feature-row {
      flex-direction: column;
    }
    .wp-orange-card .feature-col {
      flex: 1 1 100%;
      margin-bottom: 12px;
    }
    .wp-orange-card .feature-col:last-child {
      margin-bottom: 0;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-888b56f */.coolfaq-container {
    max-width: 720px;
    margin: 50px auto;
    background: #fff8f0;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(255, 165, 0, 0.3);
    overflow: hidden;
    user-select: none;
  }
  .coolfaq-item {
    border-bottom: 1.8px solid #ffa500;
    transition: background 0.3s ease;
  }
  .coolfaq-item:last-child {
    border-bottom: none;
  }
  .coolfaq-question {
    padding: 18px 28px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    color: #d35400;
    font-size: 1.1rem;
    background: #fff2d8;
    transition: background 0.25s ease;
  }
  .coolfaq-question:hover {
    background: #ffca80;
  }
  .coolfaq-arrow {
    font-size: 1.6rem;
    color: #d35400;
    transition: transform 0.4s ease;
  }
  .coolfaq-item.active .coolfaq-arrow {
    transform: rotate(90deg);
  }
  .coolfaq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 28px;
    color: #4b2e00;
    font-size: 1rem;
    line-height: 1.6;
    background: #fff8f0;
    transition: max-height 0.5s ease, padding 0.3s ease;
  }
  .coolfaq-item.active .coolfaq-answer {
    padding: 15px 28px 24px 28px;
    max-height: 550px;
  }
  @media (max-width: 600px) {
    .coolfaq-question {
      font-size: 1rem;
      padding: 14px 20px;
    }
    .coolfaq-answer {
      font-size: 0.95rem;
      padding: 15px 20px 20px 20px;
    }
  }/* End custom CSS */