.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-423a04d */.sakbari-steps-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    direction: rtl;
    max-width: 600px;
    margin: 0 auto;
  }

  .sakbari-step-box {
    background: #dd6017;
    border: 2px solid #357ABD;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(53, 122, 189, 0.3);
    padding: 20px 24px;
  }

  .sakbari-step-title {
    font-weight: bold;
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 12px;
    border-bottom: 3px solid #fff;
    padding-bottom: 10px;
  }

  .sakbari-step-description,
  .sakbari-step-note {
    font-size: 1rem;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 8px;
  }

  .sakbari-step-note {
    font-weight: 600;
    color: #fff;
  }

  /* ریسپانسیو موبایل */
  @media (max-width: 480px) {
    .sakbari-steps-container {
      max-width: 100%;
      padding: 0 12px;
    }

    .sakbari-step-box {
      padding: 16px 18px;
    }

    .sakbari-step-title {
      font-size: 1rem;
    }

    .sakbari-step-description,
    .sakbari-step-note {
      font-size: 0.7rem;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f3aa59 */.faq-box-mep {
  max-width: 850px;
  margin: 0 auto;
  background: #dd6017;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 12px 30px #dd6017);
  direction: rtl;
}

.faq-box-mep h2 {
  font-size: 24px;
  margin-bottom: 24px;
  color: #fff;
  font-weight: bold;
  text-align: right;
  border-right: 4px solid #007bff;
  padding-right: 12px;
}

.faq-item-mep {
  border-bottom: 1px solid #fff;
  padding: 20px 0;
}

.faq-question-mep {
  cursor: pointer;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  transition: color 0.3s;
  padding-right: 30px;
}

.faq-question-mep::before {
  content: "➕";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  color: #fff;
  transition: all 0.3s ease;
}

.faq-question-mep.active::before {
  content: "➖";
  transform: rotate(180deg);
}

.faq-answer-mep {
  display: none;
  margin-top: 12px;
  font-size: 16px;
  color: #fff;
  line-height: 1.9;
  padding-right: 8px;
}

.faq-answer-mep a {
  color: black;
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
.faq-box-mep h2 {
  font-size: 18px;
 
}
    
  .faq-box-mep {
    padding: 20px;
  }

  .faq-question-mep {
    font-size: 12px;
  }

  .faq-answer-mep {
    font-size: 10px;
  }
}/* End custom CSS */