/*
Theme Name: MedKop - Jasoor Charity (LTR Overrides)
Description: تعديلات الاتجاه (LTR) للغات غير العربية - يُحمّل بعد style.css
*/

/* ===== Base Direction ===== */
body {
  direction: ltr;
}

/* ===== Header / Nav ===== */
.site-nav li {
  float: left;
  margin-left: 0;
  margin-right: 20px;
}

/* ===== Hero Section ===== */
.hero-grid {
  flex-direction: row;
}
@media (max-width: 1023px) {
  .hero-grid { flex-direction: column; }
}

.hero-text { text-align: left; }

.hero-bg-glow-r {
  right: auto;
  left: 0;
}
.hero-bg-glow-l {
  left: auto;
  right: 0;
}

/* ===== Stats Bar ===== */
.stat-info { text-align: left; }

/* ===== Projects Grid ===== */
.project-card .card-body { text-align: left; }
.project-card .img-cat {
  right: auto;
  left: 1rem;
}

/* ===== Blog Grid ===== */
.post-cat-badge {
  right: auto;
  left: 1rem;
}

/* ===== Search & Filters ===== */
.search-wrap input {
  padding: 0 1rem 0 3rem;
  text-align: left;
}
.search-icon {
  right: auto;
  left: 1rem;
}

/* ===== Single Project ===== */
.project-content { text-align: left; }

/* ===== Contact Form ===== */
.form-control { text-align: left; }

/* ===== Rich Text ===== */
.rich-content ul,
.rich-content ol {
  padding-right: 0;
  padding-left: 2rem;
}
.contact-layout h2,
.contact-layout h4,
.contact-layout p {
	text-align:left !important;
}
/* ===== Footer ===== */
.footer-grid { text-align: left; }

/* ===== Mobile Menu ===== */
@media (max-width: 767px) {
  .site-nav.open {
    align-items: flex-start;
  }
}

/* ===== Language Switcher Dropdown ===== */
.wpml-ls-item .sub-menu {
  right: auto;
  left: 0;
}
