.elementor-26077 .elementor-element.elementor-element-a8083f5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-41fc95c *//* ====== تصغير الأحجام على الموبايل فقط ====== */


@media (max-width: 767px) {

  .nt-track-page {
    padding: 18px 10px;
  }

  /* العنوان الرئيسي لمسار الذكاء الاصطناعي */
  .nt-track-page h1 {
    font-size: 1.45rem !important;
    line-height: 1.5 !important;
    margin-bottom: 10px;
  }

  /* العناوين الفرعية داخل الصفحة */
  .nt-track-page h2 {
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
    margin-bottom: 8px;
  }

  .nt-track-page h3 {
    font-size: 1.08rem !important;
    line-height: 1.5 !important;
    margin-bottom: 6px;
  }

  /* الفقرات و عناصر الليست */
  .nt-track-page p,
  .nt-track-page li {
    font-size: 0.95rem !important;
    line-height: 1.9 !important;
  }

  /* البوكس الأبيض نفسه */
  .nt-section {
    padding: 18px 14px;
    border-radius: 16px;
  }
}

/* الحاوية العامة لصفحة المسار */
.nt-track-page {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 16px 40px;
}

/* كل سيكشن */
.nt-track-page .nt-section {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px 20px;
  margin-bottom: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

/* الهيرو */
.nt-track-page .nt-track-hero {
  background: linear-gradient(145deg, #f4f7ff, #ffffff);
  border: 1px solid rgba(10, 35, 66, 0.1);
}

/* العناوين – نسيب الـ font-family الافتراضي بتاع Edumall */
.nt-track-page h1,
.nt-track-page h2,
.nt-track-page h3,
.nt-track-page h4 {
  margin: 0 0 14px;
  color: #0a2342; /* كحلي غامق واضح على الأبيض */
}

/* حجم العناوين مع الموبايل */
.nt-track-page h1 {
  font-size: clamp(1.7rem, 3.8vw, 2.4rem);
  line-height: 1.4;
}
.nt-track-page h2 {
  font-size: clamp(1.3rem, 3vw, 1.8rem);
}
.nt-track-page h3 {
  font-size: clamp(1.1rem, 2.4vw, 1.4rem);
}
.nt-track-page h4 {
  font-size: clamp(1rem, 2.1vw, 1.2rem);
}

/* النصوص العادية */
.nt-track-page p,
.nt-track-page li {
  font-size: clamp(0.9rem, 1.05rem, 1.05rem);
  line-height: 1.8;
  color: #233047;
}

/* النقطة الأساسية في كل سطر (قبل النقطتين) */
.nt-track-page .nt-bullet-key {
  font-weight: 700;
  color: #0a2342;       /* كحلي غامق */
  display: inline-block;
}

/* المسافة بين عناصر الـ list */
.nt-track-page ul {
  padding-right: 18px;
  margin: 10px 0 0;
}
.nt-track-page ul li {
  margin-bottom: 10px;
}

/* بلوك الكورس */
.nt-track-page .nt-course-block {
  border: 1px solid rgba(10, 35, 66, 0.08);
  border-radius: 16px;
  padding: 18px 16px;
  background: #fafcff;
}

/* بيانات سريعة عن الكورس */
.nt-track-page .nt-course-meta {
  font-size: 0.9rem;
  color: #667085;
  margin-bottom: 10px;
}

/* تقسيم الأعمدة (ديسكتوب) */
.nt-track-page .nt-course-columns {
  display: grid;

  gap: 20px;
}

/* CTA Button */
.nt-track-page .nt-btn-primary {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 999px;
  background: #0a2342;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 10px;
  transition: transform 0.15s ease, box-shadow 0.15s ease,
              background 0.15s ease;
}
.nt-track-page .nt-btn-primary:hover {
  background: #163767;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
}

/* موبايل وتابلت */
@media (max-width: 768px) {
  .nt-track-page {
    margin: 20px auto 30px;
    padding: 0 10px 30px;
  }

  .nt-track-page .nt-section {
    padding: 18px 14px;
    border-radius: 14px;
  }

  .nt-track-page .nt-course-columns {
    gap: 14px;
  }

  .nt-track-page h1 {
    text-align: center;
  }
}/* End custom CSS */