.elementor-21239 .elementor-element.elementor-element-685145a{--display:flex;overflow:visible;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4dc97b4 */.section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
  direction: rtl; /* اضافه شده برای راست چین کردن کامل */
}

.section:nth-child(even) {
  flex-direction: row-reverse; /* تصاویر و متن جایگزین میشن برای حالت پلکانی */
}

.text {
  flex: 1 1 45%;
  padding: 20px;
  text-align: right; /* متن هم راست چین بشه */
}

.image {
  flex: 1 1 45%;
  padding: 20px;
}

.image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* موبایل */
@media screen and (max-width: 768px) {
  .section {
    flex-direction: column !important;
  }
  .text, .image {
    flex: 1 1 100%;
    text-align: right; /* متن هنوز راست چین باشه */
  }
}/* End custom CSS */