.elementor-11347 .elementor-element.elementor-element-71f059a2{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-213a141d *//* استایل کلی مقاله */
.elementor-widget-text-editor .elementor-text-editor {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  direction: rtl;
  text-align: right;
  margin: 30px auto;
  padding: 25px;
  background-color: #fff;
  border-radius: 15px;
  max-width: 800px;
  box-shadow: 0 6px 15px rgba(0, 102, 204, 0.2); /* سایه آبی روشن */
  transition: box-shadow 0.3s ease;
}

.elementor-widget-text-editor .elementor-text-editor:hover {
  box-shadow: 0 6px 25px rgba(0, 102, 204, 0.4); /* سایه قوی‌تر روی hover */
}

/* تیتر اصلی مقاله */
.elementor-widget-text-editor .elementor-text-editor h1 {
  font-size: 36px;
  color: #003366; /* سرمه‌ای */
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: capitalize;
}

/* تیترهای فرعی */
.elementor-widget-text-editor .elementor-text-editor h2, 
.elementor-widget-text-editor .elementor-text-editor h3 {
  font-size: 24px;
  color: #0066cc; /* آبی */
  margin-bottom: 15px;
  font-weight: 600;
  border-bottom: 2px solid #0066cc;
  padding-bottom: 5px;
}

/* متن پاراگراف‌ها */
.elementor-widget-text-editor .elementor-text-editor p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.8;
  text-align: justify;
  word-wrap: break-word;
}

/* استایل برای لینک‌ها */
.elementor-widget-text-editor .elementor-text-editor a {
  color: #0066cc; /* آبی */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.elementor-widget-text-editor .elementor-text-editor a:hover {
  color: #003366; /* سرمه‌ای */
  text-decoration: underline;
}

/* استایل برای بولت‌پوینت‌ها */
.elementor-widget-text-editor .elementor-text-editor ul {
  list-style-type: disc;
  padding-left: 30px;
  margin-bottom: 20px;
}

.elementor-widget-text-editor .elementor-text-editor li {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}

/* استایل برای جعبه‌های دعوت به اقدام */
.elementor-widget-text-editor .cta-box {
  background-color: #003366; /* سرمه‌ای */
  color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 6px 15px rgba(0, 102, 204, 0.2); /* سایه آبی برای CTA */
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.elementor-widget-text-editor .cta-box:hover {
  background-color: #0066cc; /* تغییر رنگ روی hover */
  box-shadow: 0 8px 20px rgba(0, 102, 204, 0.4); /* سایه قوی‌تر روی hover */
}

.elementor-widget-text-editor .cta-box a {
  color: #fff;
  text-decoration: none;
  background-color: #0066cc; /* آبی */
  padding: 12px 24px;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.elementor-widget-text-editor .cta-box a:hover {
  background-color: #003366; /* سرمه‌ای */
}/* End custom CSS */