.elementor-1 .elementor-element.elementor-element-42923a9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2ddbdd5 *//* تغليف عام للمقال – تعديل العرض ليكون ممتد */
.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 40px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  line-height: 1.8;
  font-family: "Segoe UI", Tahoma, sans-serif;
  color: #2d3436;
  box-sizing: border-box;
}

/* العنوان الرئيسي */
.container h1 {
  font-size: 2.5rem;
  color: #0984e3;
  text-align: center;
  margin-bottom: 30px;
}

/* العناوين الفرعية */
.container p strong {
  display: block;
  font-size: 1.4rem;
  color: #00b894;
  margin-top: 35px;
  margin-bottom: 10px;
}

/* الفقرات */
.container p {
  font-size: 1.15rem;
  margin-bottom: 20px;
}

/* الفقرة الأخيرة */
.container p:last-child {
  margin-bottom: 0;
}

/* تنسيق CTA */
.container p strong:has-text('CTA Finale') {
  color: #d63031;
}

/* الصور المقترحة */
.container p strong:has-text('Foto Suggerite') {
  color: #636e72;
  font-style: italic;
}

/* جعل الخط يظهر بشكل أوضح */
.container {
  font-weight: 400;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b2516c9 */.cta-convert {
  background: linear-gradient(135deg, #00b894, #0984e3);
  color: #fff;
  padding: 40px 25px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  margin: 50px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.cta-convert p {
  font-size: 1.4rem;
  margin-bottom: 20px;
  line-height: 1.6;
}

.cta-convert strong {
  color: #ffeaa7;
}

.cta-convert .cta-btn {
  background-color: #fff;
  color: #00b894;
  padding: 12px 30px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 30px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.cta-convert .cta-btn:hover {
  background-color: #ffeaa7;
  color: #2d3436;
}/* End custom CSS */