.elementor-3368 .elementor-element.elementor-element-734aa18{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */<style>
/* خطوط العناوين الكبيرة */
h1, h2, h3 {
  line-height: 1.35 !important;  /* بدل 1.1 أو 1.2 */
  margin-bottom: 0.6em !important; /* مساحة تحت العنوان */
}

/* الفقرات والنصوص */
p {
  line-height: 1.9 !important; /* يريح القراءة */
  margin-bottom: 1.4em !important;
}

/* العناوين في الهواتف */
@media (max-width: 768px) {
  h1, h2, h3 {
    line-height: 1.4 !important;
    margin-bottom: 0.7em !important;
  }
  p {
    line-height: 1.95 !important;
  }
}
</style>/* End custom CSS */