/*
 Theme Name: Muntajat Theme EN
 Description: English overrides for Aham Altafasil front page
 Author: Abdulrahman
 Version: 1.0
*/

/* نستخدم نفس ستايل العربي كقاعدة */
@import url("style.css");

/* =========================
   GLOBAL / BODY
   ========================= */
/* ===========================
   English Font: Gobold
   =========================== */

body {
  direction: ltr;
  text-align: left;
   font-family:  "Poppins", system-ui, sans-serif !important;

}

/* الحاويات والنصوص العامة */
.section-title,
.section-text,
.section-title--center,
.section--values,
.section--categories,
.section--brands,
.section--clients,
.section--map,
.section--app {
  text-align: left;
}

/* لو عندك عناوين وسط فعلاً (زي الأقسام) نخليها وسط يدويًا */
.section-title--center {
  text-align: center;
}

/* =========================
   HEADER (EN)
   ========================= */

/* الهيدر الديسكتوب لا يحتاج تغييرات كبيرة لأن الفلكس حيشتغل طبيعي مع LTR */

/* موبايل: نخلي الترتيب مناسب للإنجليزي:
   1) زر المنيو يسار
   2) اللوجو في الوسط
   3) زر اللغة EN يمين
*/
@media (max-width: 768px) {
  .at-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  /* زر المنيو (هامبرغر) - يسار */
  .at-header__toggle {
    order: 1;
    display: inline-flex;
  }

  /* اللوجو في المنتصف */
  .at-logo {
    order: 2;
    margin-inline: auto;
  }

  .at-logo__text {
    display: none;
  }

  /* زر اللغة EN في الطرف الأيمن */
  .at-lang {
    order: 3;
    min-width: 38px;
    height: 38px;
    font-size: 13px;
    margin: 0;
  }

  /* منيو الموبايل المنسدلة */
  .at-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: rgba(255, 247, 236, 0.97);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  }

  .at-nav__list {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 22px 18px;
    gap: 10px;
  }

  .at-nav--open {
    display: block;
  }
}

/* =========================
   ABOUT V2 (Who we are)
   ========================= */

.about-v2__content,
.about-v2__cards,
.about-v2-card,
.about-v2-card__title,
.about-v2-card__text {
  text-align: left;
}

/* شارة العنوان فوق النص */
.about-v2__eyebrow {
  text-align: left;
}
.about-v2-card::before {
  content: "";
  position: absolute;
  top: 0;
  
  height: 3px;
  border-radius: 999px;
   background: linear-gradient(
        90deg,
        #d5d7da 0%,   /* رمادي متوسط */
        #eef0f2 50%,  /* رمادي فاتح */
        #fafbfc 100%  /* رمادي شبه أبيض */
    ) !important;
}
/* =========================
   VALUES CARDS
   ========================= */

.values-grid,
.value-card,
.value-card__title,
.value-card__text {
  text-align: left;
}

/* =========================
   CATEGORIES (Products & Services)
   ========================= */

.category-card {
  text-align: left;
}

.category-card__text {
  text-align: left;
}

/* =========================
   CLIENTS SECTION
   ========================= */

.clients-content,
.clients-title,
.clients-text,
.clients-tags,
.client-tag,
.client-tag__text {
  text-align: left;
}

/* =========================
   MAP & CONTACT
   ========================= */

.map-title,
.map-text {
  text-align: left;
}

/* في النسخة العربية كنت عامل contact-value direction:ltr عشان الأرقام،
   هنا في الإنجليزي عادي نخليها طبيعية مع LTR */
.contact-value {
  direction: ltr;
  text-align: left;
}

/* زر "Contact Us Now" */
.contact-cta {
  text-align: center;
}

/* =========================
   FOOTER (EN)
   ========================= */

/* الفوتر ككل باليسار في الإنجليزي */
.site-footer,
.site-footer__logo,
.site-footer__desc,
.site-footer__col,
.site-footer__heading,
.site-footer__nav-list,
.site-footer__contact-list,
.site-footer__bottom-inner {
  text-align: left;
}

/* اسطر اللوجو الإنجليزي */
.site-footer__logo-text {
  text-align: left;
}

/* سطر الحقوق بأسفل الفوتر – نسمح له يبقى يسار */
.site-footer__bottom-inner {
  justify-content: space-between;
}

/* في الشاشات الصغيرة نخليه وسط مثل العربي */
@media (max-width: 640px) {
  .site-footer__bottom-inner {
    flex-direction: column;
    text-align: center;
  }
  .section section--categories{
    
    padding-right: 1rem;
}
#categories {
    
    padding-right: 1rem;
}
}
/* إزالة الفراغ بين الهيرو والقسم اللي بعده */

/* قلّل الحشوة السفلية للهيرو */
.hero-banner__inner {
  padding-bottom: 0 !important ;  /* كانت 80px في الكود القديم */
}

/* تأكد أن قسم ABOUT ما عنده مسافة من فوق */
.about-v2 {
  margin-top: 9px !important;
}

/* ولو فيه أي margin أسفل الهيرو نفسه */
.hero-banner {
  margin-bottom: 0 !important;
}

@media (min-width: 1200px) {
  .hero-banner {
  margin-bottom: -50px !important;
}
}
@media (min-width: 1024px) {
   .hero-banner {
  margin-bottom: -50px !important;
}
}
