/* ============================================================
   AL-HABIB REAL ESTATE — PROJECTS LISTING PAGE CSS (English / LTR)
   Mirrors ar/projects.css with LTR-specific overrides.
   ============================================================ */

@import url('../ar/projects.css');

/* LTR overrides */
.mah-pg-projects-breadcrumbs__inner--ltr {
  direction: ltr;
}

.mah-pg-projects-featured-label {
  text-align: left;
  direction: ltr;
}

.mah-pg-projects-featured__inner {
  direction: ltr;
}

.mah-pg-projects-featured__inner--ltr {
  direction: ltr;
}

.mah-pg-projects-featured__details {
  direction: ltr;
}

.mah-pg-projects-featured__title {
  text-align: left;
}

.mah-pg-projects-featured__tags {
  justify-content: flex-start;
}

.mah-pg-projects-featured__desc {
  text-align: left;
}

.mah-pg-projects-featured__info-row {
  direction: ltr;
}

.mah-pg-projects-featured__info-label {
  text-align: left;
}

.mah-pg-projects-featured__actions {
  justify-content: flex-start;
}

.mah-pg-projects-filters__inner {
  direction: ltr;
}

.mah-pg-projects-filter {
  direction: ltr;
}

.mah-pg-projects-filter__label {
  text-align: left;
}

.mah-pg-projects-filter__select {
  text-align: left;
  direction: ltr;
  padding-left: 16px;
  padding-right: 44px;
}

.mah-pg-projects-filter__caret {
  left: auto;
  right: 12px;
}

.mah-pg-projects-grid {
  direction: ltr;
}

.mah-pg-projects-row {
  justify-content: flex-start;
}

.mah-pg-project-card {
  direction: ltr;
}

.mah-pg-project-card__body {
  align-items: flex-start;
}

.mah-pg-project-card__title {
  text-align: left;
}

.mah-pg-project-card__title-link {
  color: inherit;
  text-decoration: none;
}

.mah-pg-project-card__title-link:hover {
  text-decoration: none;
}
