.uc-smallheight {
  height: 100px !important;
  background-size: cover !important;
  background-position: center !important;
}

/* اجعل اتجاه الموقع بالكامل من اليمين لليسار */
body, html {
  direction: rtl !important;
  text-align: right !important;
}

/* اجعل محتوى البلوكات أيضًا يتبع RTL */
.t-container, .t-col, .t-section, .t-text, .t-name, .t-title, .t-descr {
  direction: rtl !important;
  text-align: right !important;
}
