/* Start custom CSS for html, class: .elementor-element-4df8322 *//* ===== ضبط محاذاة النصوص ===== */
/* فقرات عامة */
.website-container p { 
  text-align: justify;
  text-justify: inter-word;   /* توزيع فراغات أفضل */
  line-height: 1.9;
}

/* فقرات محددة في الصفحة */
.hero-subtitle,
.about-text,
.value-description,
.why-us-text p,
.products-description,
.contact-info p {
  text-align: justify !important;
  text-justify: inter-word;
}

/* إبقاء العناوين في المنتصف كما هي */
.hero h1,
.section-title {
  text-align: center !important;
}

/* في حال ووردبريس يحقن فقرات داخل .card أو عناصر أخرى */
.card p,
.values-section p,
.why-us-section p {
  text-align: justify !important;
  text-justify: inter-word;
}/* End custom CSS */