/* Start custom CSS for text-editor, class: .elementor-element-ed4e7d3 *//* ================================
   Roadmap – نسخه سیسکو (همان کامپوننت)
   ================================ */

.ms-course-roadmap,
.ms-course-roadmap * { box-sizing: border-box; }

.ms-course-roadmap {
  direction: rtl;
  font-family: "IRANYekan","Vazirmatn","Segoe UI",Tahoma,Arial,sans-serif;
  max-width: 1180px;
  margin: 26px auto 0;
  padding: 0 16px;
}

.ms-course-roadmap__inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 18px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(56,189,248,0.20), transparent 60%),
    radial-gradient(circle at bottom left, rgba(99,102,241,0.14), transparent 65%),
    #ffffff;
  border: 1px solid rgba(148,163,184,0.7);
  box-shadow: 0 10px 26px rgba(15,23,42,0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  justify-content: space-between;
}

.ms-course-roadmap__inner::before {
  content: "";
  position: absolute;
  inset-inline-start: -40px;
  inset-block-start: -40px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(224,242,254,0.95), transparent 60%);
  opacity: 0.9;
  pointer-events: none;
}

.ms-course-roadmap__label {
  position: relative;
  z-index: 1;
  font-size: 14.5px;
  font-weight: 900;
  color: #052a2a;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ms-course-roadmap__text {
  position: relative;
  z-index: 1;
  font-size: 13.5px;
  color: #334155;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
}

.ms-course-roadmap__text strong { color: #0f172a; }

.ms-course-roadmap__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 13.5px;
  font-weight: 900;
  color: #1d4ed8;
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #eff6ff, #eef2ff);
  border: 1px solid rgba(29,78,216,0.35);
  box-shadow: 0 8px 20px rgba(29,78,216,0.18);
}

.ms-course-roadmap__link:hover {
  background: #eef2ff;
  text-decoration: underline;
}

/* ================================
   Hero — ENSDWI دوره دوم
   ================================ */

.ensdwi2-hero,
.ensdwi2-hero * { box-sizing: border-box; }

.ensdwi2-hero {
  direction: rtl;
  font-family: "IRANYekan","Vazirmatn","Segoe UI",Tahoma,Arial,sans-serif;
  padding: 40px 16px;
  margin: 24px auto 32px;
  max-width: 1180px;
  color: #041728;
  background:
    radial-gradient(circle at top left, rgba(56,189,248,0.16), transparent 60%),
    radial-gradient(circle at bottom right, rgba(99,102,241,0.12), transparent 65%),
    linear-gradient(180deg, #eff6ff 0%, #eef2ff 100%);
  border-radius: 24px;
  box-shadow: 0 14px 40px rgba(15,23,42,0.12);
}

.ensdwi2-hero__wrap { max-width: 1120px; margin: 0 auto; }

.ensdwi2-hero__grid {
  display: flex;
  gap: 26px;
  align-items: stretch;
  flex-wrap: wrap;
}

/* ستون اصلی */
.ensdwi2-hero__main { flex: 1.7; min-width: 300px; }

.ensdwi2-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0f172a, #2563eb, #4f46e5);
  color: #f9fafb;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(79,70,229,0.28);
  margin-bottom: 10px;
}

.ensdwi2-hero__title {
  margin: 0 0 8px 0;
  font-size: 27px;
  font-weight: 900;
  color: #0b1220;
  line-height: 1.6;
}

.ensdwi2-hero__lead {
  margin: 0 0 14px 0;
  font-size: 15.5px;
  color: #19324a;
  line-height: 2;
}

/* تگ‌ها */
.ensdwi2-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.ensdwi2-hero__tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff, #eff6ff);
  border: 1px solid rgba(59,130,246,0.22);
  font-size: 13px;
  font-weight: 900;
  color: #0f172a;
  box-shadow: 0 6px 18px rgba(15,23,42,0.06);
}

/* facts */
.ensdwi2-hero__facts {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  margin: 10px 0 12px;
}

.ensdwi2-hero__fact {
  background: rgba(248,250,252,0.98);
  border: 1px solid rgba(148,163,184,0.55);
  border-radius: 14px;
  padding: 9px 10px;
  box-shadow: 0 8px 22px rgba(15,23,42,0.05);
}

.ensdwi2-hero__fact-k {
  display: block;
  font-size: 12.2px;
  font-weight: 900;
  color: #2563eb;
  margin-bottom: 2px;
}

.ensdwi2-hero__fact-v {
  display: block;
  font-size: 13.6px;
  color: #0f172a;
  line-height: 1.8;
}

/* نوت */
.ensdwi2-hero__note {
  margin: 0;
  font-size: 13.5px;
  color: #0f172a;
  line-height: 1.9;
  background: rgba(239,246,255,0.95);
  border-right: 3px solid #2563eb;
  border-radius: 12px;
  padding: 8px 10px;
}

/* ستون کناری */
.ensdwi2-hero__side {
  flex: 1.1;
  min-width: 260px;
  display: flex;
  align-items: stretch;
}

.ensdwi2-hero__card {
  width: 100%;
  background: #ffffff;
  border-radius: 18px;
  padding: 14px 14px 12px;
  border: 1px solid rgba(79,70,229,0.20);
  box-shadow: 0 14px 34px rgba(15,23,42,0.14);
  position: relative;
  overflow: hidden;
}

.ensdwi2-hero__card::before {
  content: "";
  position: absolute;
  inset-inline-start: -40px;
  inset-block-start: -40px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(191,219,254,0.92), transparent 60%);
  opacity: 0.9;
  pointer-events: none;
}

/* پنل‌ها */
.ensdwi2-hero__panel {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  padding: 12px 12px 10px;
  border: 1px solid rgba(148,163,184,0.55);
  background: rgba(248,250,252,0.95);
  box-shadow: 0 10px 24px rgba(15,23,42,0.06);
  margin-bottom: 10px;
}

.ensdwi2-hero__panel--who { border-right: 4px solid #2563eb; }
.ensdwi2-hero__panel--path { border-right: 4px solid #4f46e5; }
.ensdwi2-hero__panel--gift {
  border-right: 4px solid #f59e0b;
  background:
    radial-gradient(circle at top left, rgba(251,191,36,0.14), transparent 60%),
    rgba(250,250,250,0.98);
}

.ensdwi2-hero__panel-head{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:8px;
}

.ensdwi2-hero__panel-icon{
  width:34px;height:34px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: linear-gradient(135deg, #0f172a, #2563eb);
  color:#fff;
  box-shadow: 0 10px 22px rgba(37,99,235,0.22);
  font-size:16px;
}

.ensdwi2-hero__panel-title{
  font-size: 14.5px;
  font-weight: 900;
  color:#0b1220;
}

.ensdwi2-hero__panel-text{
  margin:0;
  font-size:13.6px;
  color:#1f2937;
  line-height:1.95;
}

/* عنوان پنل اول */
.ensdwi2-hero__card-title {
  margin: 0 0 8px 0;
  font-size: 16.5px;
  font-weight: 900;
  color: #0b1220;
}

/* لیست مناسب چه کسانی */
.ensdwi2-hero__benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ensdwi2-hero__benefits li {
  font-size: 13.5px;
  color: #1f2937;
  line-height: 1.9;
  padding-right: 18px;
  position: relative;
  margin-bottom: 4px;
}

.ensdwi2-hero__benefits li::before {
  content: "✓";
  position: absolute;
  right: 2px;
  top: 0;
  font-size: 12px;
  color: #16a34a;
}

/* میکروفکت‌ها */
.ensdwi2-hero__microfacts{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:8px 10px;
  margin-top:10px;
}

.ensdwi2-hero__microfact{
  border-radius: 14px;
  padding: 8px 9px;
  border: 1px solid rgba(148,163,184,0.50);
  background: rgba(255,255,255,0.9);
}

.ensdwi2-hero__micro-k{
  display:block;
  font-size: 11.8px;
  font-weight: 900;
  color:#4f46e5;
  margin-bottom:2px;
}
.ensdwi2-hero__micro-v{
  display:block;
  font-size: 12.8px;
  color:#0f172a;
  line-height:1.7;
}

/* هدیه */
.ensdwi2-hero__gift-list{
  margin:0;
  padding:0;
  list-style:none;
}

.ensdwi2-hero__gift-list li{
  position: relative;
  padding-right: 18px;
  margin-bottom: 6px;
  font-size: 13.1px;
  color: #1f2937;
  line-height: 1.9;
}

.ensdwi2-hero__gift-list li::before{
  content:"🎁";
  position:absolute;
  right:0;
  top:0;
  font-size:13px;
}

.ensdwi2-hero__gift-link{
  font-weight: 900;
  color:#1d4ed8;
  text-decoration:none;
}
.ensdwi2-hero__gift-link:hover{ text-decoration: underline; }

/* دکمه‌ها */
.ensdwi2-hero__btns {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 6px 0 6px;
}

.ensdwi2-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.ensdwi2-hero__btn--primary {
  background: linear-gradient(90deg, #0f172a, #2563eb, #4f46e5);
  color: #f9fafb;
  border: 1px solid rgba(79,70,229,0.70);
  box-shadow: 0 10px 26px rgba(79,70,229,0.28);
}

.ensdwi2-hero__btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(79,70,229,0.40);
}

.ensdwi2-hero__btn--outline {
  background: #f9fafb;
  color: #111827;
  border: 1px solid rgba(209,213,219,0.95);
}

.ensdwi2-hero__btn--outline:hover {
  transform: translateY(-1px);
  background: #f3f4f6;
  box-shadow: 0 8px 22px rgba(15,23,42,0.12);
}

/* متن پایین کارت */
.ensdwi2-hero__secure {
  position: relative;
  z-index: 1;
  margin: 6px 0 0 0;
  font-size: 12.5px;
  color: #4b5563;
  line-height: 1.9;
}

/* ریسپانسیو */
@media (max-width: 960px) {
  .ms-course-roadmap__inner {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    padding: 12px 14px;
  }

  .ensdwi2-hero__grid { flex-direction: column; }

  .ensdwi2-hero__main,
  .ensdwi2-hero__side {
    flex: 1 1 100%;
    min-width: 0;
  }

  .ensdwi2-hero__facts { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .ensdwi2-hero {
    padding: 30px 12px;
    border-radius: 20px;
  }

  .ensdwi2-hero__title { font-size: 23px; }
  .ensdwi2-hero__lead { font-size: 14.5px; }

  .ensdwi2-hero__btn { width: 100%; }

  .ensdwi2-hero__microfacts{ grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .ensdwi2-hero__title {
    font-size: 21px;
    line-height: 1.7;
  }

  .ensdwi2-hero__note { font-size: 13px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bef2500 *//* ================================
   Bonus / Gift Pack – SD-WAN
   ================================ */

.ms-bonus-pack,
.ms-bonus-pack * { box-sizing: border-box; }

.ms-bonus-pack{
  direction: rtl;
  font-family: "IRANYekan","Vazirmatn","Segoe UI",Tahoma,Arial,sans-serif;
  max-width: 1180px;
  margin: 18px auto 26px;
  padding: 0 10px;
  color: #071427;
}

.ms-bonus-pack__wrap{ max-width: 1120px; margin: 0 auto; }

.ms-bonus-pack__card{
  position: relative;
  border-radius: 22px;
  padding: 16px 16px;
  background:
    radial-gradient(circle at top left, rgba(14,165,233,0.18), transparent 60%),
    radial-gradient(circle at bottom right, rgba(29,78,216,0.14), transparent 65%),
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(239,246,255,0.90));
  border: 1px solid rgba(148,163,184,0.70);
  box-shadow: 0 16px 40px rgba(15,23,42,0.14);
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 0.9fr);
  gap: 14px 16px;
  overflow: hidden;
}

.ms-bonus-pack__card::before{
  content:"";
  position:absolute;
  inset-inline-start: -70px;
  inset-block-start: -70px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,255,255,0.95), transparent 65%);
  opacity: 0.55;
  pointer-events: none;
}

/* Content */
.ms-bonus-pack__content{ position: relative; z-index: 1; min-width: 0; }

.ms-bonus-pack__badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 950;
  color: #0b1220;
  background: rgba(2,6,23,0.06);
  border: 1px solid rgba(148,163,184,0.55);
  margin-bottom: 8px;
}

.ms-bonus-pack__title{
  margin: 0 0 6px 0;
  font-size: 17.8px;
  font-weight: 950;
  line-height: 1.9;
  color: #020617;
}

.ms-bonus-pack__text{
  margin: 0 0 10px 0;
  font-size: 13.9px;
  line-height: 2;
  color: #1f2937;
}

/* List */
.ms-bonus-pack__list{
  margin: 0;
  padding: 0;
  list-style: none;
}

.ms-bonus-pack__list li{
  position: relative;
  padding-right: 20px;
  margin-bottom: 6px;
  font-size: 13.6px;
  line-height: 2;
  color: #0f172a;
}

.ms-bonus-pack__list li::before{
  content: "✓";
  position: absolute;
  right: 2px;
  top: 0;
  font-size: 12px;
  color: #16a34a;
}

/* Action */
.ms-bonus-pack__action{
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 8px;
  padding: 12px 12px;
  border-radius: 18px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(29,78,216,0.18);
}

.ms-bonus-pack__btn{
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 950;
  font-size: 13.6px;
  color: #f8fafc;
  background: linear-gradient(90deg, #0b1120, #1d4ed8);
  border: 1px solid rgba(29,78,216,0.35);
  box-shadow: 0 14px 30px rgba(29,78,216,0.18);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  text-align: center;
  white-space: normal;
}

.ms-bonus-pack__btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(29,78,216,0.26);
  filter: brightness(1.03);
}

.ms-bonus-pack__hint{
  margin: 0;
  font-size: 12px;
  line-height: 1.9;
  color: #334155;
  text-align: center;
  opacity: 0.95;
}

/* Responsive */
@media (max-width: 900px){
  .ms-bonus-pack__card{
    grid-template-columns: 1fr;
    padding: 12px 12px;
  }
  .ms-bonus-pack__action{
    padding: 10px 10px;
  }
  .ms-bonus-pack__btn{
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ba47436 *//* ================================
   بلاک پرش به سرفصل‌ها و دموی ویدئو – ENSDWI (دوره دوم)
   (همان استایل + تم Cisco/SD-WAN)
   ================================ */

.ms-syllabus-jump,
.ms-syllabus-jump * { box-sizing: border-box; }

.ms-syllabus-jump--ensdwi2{
  --ens-blue: #1d4ed8;
  --ens-cyan: #0ea5e9;
  --ens-ink: #0b1120;
  --ens-muted: #334155;
  --ens-border: rgba(148,163,184,0.85);
  --ens-shadow: rgba(15,23,42,0.18);
}

.ms-syllabus-jump {
  direction: rtl;
  font-family: "IRANYekan","Vazirmatn","Segoe UI",Tahoma,Arial,sans-serif;
  max-width: 1180px;
  margin: 26px auto 18px;
  padding: 0 6px;
  color: var(--ens-ink);
}

/* کارت اصلی */
.ms-syllabus-jump--ensdwi2 .ms-syllabus-jump__inner{
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 16px 20px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(14,165,233,0.22), transparent 60%),
    radial-gradient(circle at bottom right, rgba(29,78,216,0.18), transparent 65%),
    linear-gradient(90deg, rgba(239,246,255,0.95), rgba(236,254,255,0.92));
  border: 1px solid var(--ens-border);
  box-shadow: 0 16px 40px var(--ens-shadow);
  display: flex;
  align-items: center;
  gap: 16px 22px;
  flex-wrap: wrap;
  overflow: hidden;
}

/* هاله ملایم */
.ms-syllabus-jump--ensdwi2 .ms-syllabus-jump__inner::before{
  content:"";
  position:absolute;
  inset-inline-start:-70px;
  inset-block-start:-70px;
  width:190px; height:190px;
  border-radius:999px;
  background: radial-gradient(circle, rgba(255,255,255,0.95), transparent 65%);
  opacity:.6;
  pointer-events:none;
}

/* ستون آیکون */
.ms-syllabus-jump__icon-wrap{
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
}

.ms-syllabus-jump--ensdwi2 .ms-syllabus-jump__icon{
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background: radial-gradient(circle at top left, rgba(239,246,255,1), var(--ens-blue));
  box-shadow: 0 16px 34px rgba(29,78,216,0.45);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 30px;
  color: #f9fafb;
}

/* ستون متن */
.ms-syllabus-jump__content{
  position: relative;
  z-index: 1;
  flex: 1 1 260px;
  min-width: 0;
}

.ms-syllabus-jump__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding: 3px 11px;
  border-radius: 999px;
  background: rgba(15,23,42,0.06);
  color: var(--ens-ink);
  font-size: 12.2px;
  font-weight: 800;
  margin-bottom: 5px;
}
.ms-syllabus-jump__eyebrow::before{ content:"📺"; font-size: 15px; }

.ms-syllabus-jump__title{
  margin: 0 0 6px 0;
  font-size: 19.8px;
  font-weight: 900;
  color: var(--ens-ink);
  line-height: 1.9;
}

.ms-syllabus-jump__text{
  margin:0;
  font-size: 14.1px;
  color: #1f2937;
  line-height: 2;
}

/* ستون دکمه */
.ms-syllabus-jump__action{
  position: relative;
  z-index: 1;
  flex: 0 0 260px;
  min-width: 230px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:7px;
  text-align:center;
}

.ms-syllabus-jump--ensdwi2 .ms-syllabus-jump__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-decoration:none;
  border: 1px solid rgba(29,78,216,0.9);
  background: linear-gradient(90deg, #0b1120, var(--ens-blue));
  color: #f9fafb;
  box-shadow: 0 16px 34px rgba(15,23,42,0.45);
  cursor:pointer;
  white-space: normal;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.ms-syllabus-jump__btn::before{ content:"🎬"; font-size: 19px; }
.ms-syllabus-jump__btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 22px 46px rgba(15,23,42,0.65);
  filter: brightness(1.05);
}

.ms-syllabus-jump__hint{
  font-size: 12px;
  color: #4b5563;
  opacity: .95;
}

/* اسکرول نرم (اگر در سایت دارید، این را حذف کنید) */
html { scroll-behavior: smooth; }

/* ریسپانسیو */
@media (max-width: 900px){
  .ms-syllabus-jump__inner{ align-items:flex-start; }
}
@media (max-width: 640px){
  .ms-syllabus-jump{ margin: 20px auto 16px; padding: 0 4px; }
  .ms-syllabus-jump__inner{
    padding: 12px 12px 14px;
    border-radius: 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .ms-syllabus-jump__icon{ width: 52px; height: 52px; font-size: 27px; }
  .ms-syllabus-jump__title{ font-size: 17.4px; }
  .ms-syllabus-jump__text{ font-size: 13.4px; }
  .ms-syllabus-jump__action{ width:100%; min-width:0; }
  .ms-syllabus-jump__btn{ width:100%; padding-inline: 18px; }
}
@media (max-width: 480px){
  .ms-syllabus-jump__inner{ border-radius: 18px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b2866c7 *//* ================================
   بدنه‌ی توضیحات دوره – ms-course-detail (نسخه ENSDWI دوره دوم)
   (همان ساختار + تم رنگی Cisco/SD-WAN)
   ================================ */

.ms-course-detail,
.ms-course-detail * {
  box-sizing: border-box;
}

.ms-course-detail {
  direction: rtl;
  font-family: "IRANYekan", "Vazirmatn", "Segoe UI", Tahoma, Arial, sans-serif;
  max-width: 1220px;
  margin: 0 auto 40px;
  padding: 0 4px 32px;
  color: #041728;
}

/* تم رنگی اختصاصی ENSDWI 2 */
.ms-course-detail--ensdwi2{
  --ens-blue: #1d4ed8;
  --ens-cyan: #0ea5e9;
  --ens-ink: #0b1120;
  --ens-muted: #334155;
  --ens-border: rgba(148,163,184,0.7);
  --ens-shadow: rgba(15,23,42,0.09);
}

.ms-course-detail__wrap {
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}

/* گرید دو ستونه */
.ms-course-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1.1fr);
  gap: 20px 24px;
  align-items: flex-start;
}

.ms-course-detail__col {
  min-width: 0;
}

.ms-course-detail__col--side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* کارت‌ها */
.ms-course-detail__card {
  background:
    radial-gradient(circle at top left, rgba(14,165,233,0.10), transparent 60%),
    radial-gradient(circle at bottom right, rgba(29,78,216,0.08), transparent 65%),
    #ffffff;
  border-radius: 20px;
  padding: 18px 18px 16px;
  border: 1px solid var(--ens-border);
  box-shadow: 0 12px 32px var(--ens-shadow);
  margin-bottom: 14px;
}

/* --- اکسن کارت‌ها --- */
.ms-course-detail--ensdwi2 .ms-course-detail__card--intro { border-right: 4px solid var(--ens-blue); }
.ms-course-detail--ensdwi2 .ms-course-detail__card--quick { border-right: 4px solid var(--ens-cyan); }
.ms-course-detail--ensdwi2 .ms-course-detail__card--learn { border-right: 4px solid #2563eb; }
.ms-course-detail--ensdwi2 .ms-course-detail__card--path  { border-right: 4px solid #0f766e; }
.ms-course-detail--ensdwi2 .ms-course-detail__card--lab   { border-right: 4px solid #f59e0b; }
.ms-course-detail--ensdwi2 .ms-course-detail__card--faq   { border-right: 4px solid #64748b; }
.ms-course-detail--ensdwi2 .ms-course-detail__card--final { border-right: 4px solid #7c3aed; }

.ms-course-detail--ensdwi2 .ms-course-detail__card--target { border-right: 4px solid #0f766e; }
.ms-course-detail--ensdwi2 .ms-course-detail__card--quickguide { border-right: 4px solid var(--ens-blue); }
.ms-course-detail--ensdwi2 .ms-course-detail__card--links { border-right: 4px solid var(--ens-cyan); }
.ms-course-detail--ensdwi2 .ms-course-detail__card--note { border-right: 4px solid #94a3b8; }

/* تیترها */
.ms-course-detail__title {
  margin: 0 0 10px 0;
  font-size: 19px;
  font-weight: 900;
  color: #022249;
  line-height: 1.7;
}

/* متن پایه */
.ms-course-detail__text {
  margin: 0 0 8px 0;
  font-size: 15px;
  color: #1f2933;
  line-height: 2.05;
}

/* هایلایت */
.ms-course-detail__text--highlight {
  background: rgba(239,246,255,0.95);
  border-radius: 12px;
  padding: 8px 10px;
  border-right: 3px solid var(--ens-blue);
  margin-top: 6px;
}

/* نوت */
.ms-course-detail__text--note {
  background: rgba(249,250,251,0.97);
  border-radius: 10px;
  padding: 7px 9px;
  font-size: 14px;
  color: #374151;
}

/* لینک داخل متن */
.ms-course-detail__link{
  font-weight: 900;
  color: var(--ens-blue);
  text-decoration: none;
}
.ms-course-detail__link:hover{ text-decoration: underline; }

/* فکت‌ها (مشخصات سریع) */
.ms-course-detail__facts{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  margin: 10px 0 12px;
}

.ms-course-detail__fact{
  background: rgba(248,250,252,0.98);
  border: 1px solid rgba(148,163,184,0.55);
  border-radius: 14px;
  padding: 9px 10px;
  box-shadow: 0 8px 22px rgba(15,23,42,0.05);
}

.ms-course-detail__fact-k{
  display: block;
  font-size: 12.2px;
  font-weight: 900;
  color: var(--ens-blue);
  margin-bottom: 2px;
}

.ms-course-detail__fact-v{
  display: block;
  font-size: 13.6px;
  color: #0f172a;
  line-height: 1.8;
}

/* بولت‌ها */
.ms-course-detail__bullets {
  list-style: none;
  padding: 0;
  margin: 4px 0 6px 0;
}

.ms-course-detail__bullets li {
  position: relative;
  padding-right: 20px;
  font-size: 14.5px;
  color: #111827;
  line-height: 1.95;
  margin-bottom: 4px;
}

.ms-course-detail__bullets li::before {
  content: "•";
  position: absolute;
  right: 3px;
  top: 0;
  font-size: 18px;
  color: var(--ens-blue);
}

/* بولت‌های دو ستونه */
.ms-course-detail__bullets--two {
  columns: 2;
  column-gap: 24px;
}
@media (max-width: 800px) {
  .ms-course-detail__bullets--two { columns: 1; }
}

/* Steps (شماره‌دار در سایدبار) */
.ms-course-detail__steps{
  margin: 6px 0 0 0;
  padding: 0 18px 0 0;
}
.ms-course-detail__steps li{
  font-size: 14.2px;
  color: #111827;
  line-height: 1.95;
  margin-bottom: 6px;
}

/* لینک‌های سایدبار */
.ms-course-detail__links{
  list-style: none;
  padding: 0;
  margin: 0;
}
.ms-course-detail__links li{
  margin-bottom: 8px;
}
.ms-course-detail__links a{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 900;
  color: #0b1220;
  background: linear-gradient(135deg, rgba(239,246,255,0.95), rgba(236,254,255,0.85));
  border: 1px solid rgba(14,165,233,0.28);
  box-shadow: 0 10px 24px rgba(15,23,42,0.08);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.ms-course-detail__links a:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(15,23,42,0.14);
  filter: brightness(1.02);
}

/* FAQ */
.ms-course-detail__faq-item {
  margin-bottom: 10px;
  padding: 9px 11px;
  border-radius: 14px;
  background: rgba(249,250,251,0.96);
  border: 1px solid rgba(209,213,219,0.9);
}

.ms-course-detail__faq-q {
  margin: 0 0 4px 0;
  font-size: 15px;
  font-weight: 900;
  color: #0b2a55;
}

.ms-course-detail__faq-a {
  margin: 0;
  font-size: 14px;
  color: #374151;
  line-height: 1.95;
}

/* ریسپانسیو کلی */
@media (max-width: 960px) {
  .ms-course-detail__grid { grid-template-columns: 1fr; }
  .ms-course-detail__col--side { order: 2; }
  .ms-course-detail__facts { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .ms-course-detail { padding: 0 2px 26px; }

  .ms-course-detail__card {
    padding: 14px 12px 12px;
    border-radius: 18px;
  }

  .ms-course-detail__title { font-size: 17px; }

  .ms-course-detail__text,
  .ms-course-detail__bullets li,
  .ms-course-detail__steps li {
    font-size: 13.8px;
  }
}

@media (max-width: 480px) {
  .ms-course-detail__card {
    padding: 12px 10px 10px;
    border-radius: 16px;
  }

  .ms-course-detail__title { font-size: 16.5px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-221b841 *//* ================================
   سرفصل‌ها و پیش‌نمایش دوره ENSDWI (دوره دوم)
   (همان استایل + رنگ‌بندی Cisco/SD-WAN)
   ================================ */

.ms-syllabus-ensdwi2,
.ms-syllabus-ensdwi2 * { box-sizing: border-box; }

.ms-syllabus-ensdwi2{
  --ens-blue:#1d4ed8;
  --ens-cyan:#0ea5e9;
  --ens-ink:#0b1120;
  --ens-muted:#334155;
  --ens-border: rgba(148,163,184,0.7);

  direction: rtl;
  font-family: "IRANYekan","Vazirmatn","Segoe UI",Tahoma,Arial,sans-serif;
  max-width: 1220px;
  margin: 0 auto 40px;
  padding: 0 4px;
  color: #041728;
}

.ms-syllabus-ensdwi2__wrap{
  max-width: 1120px;
  margin: 0 auto;
}

/* هدر اصلی */
.ms-syllabus-ensdwi2__header{
  text-align: right;
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top left, rgba(14,165,233,0.22), transparent 60%),
    radial-gradient(circle at bottom right, rgba(29,78,216,0.18), transparent 65%),
    linear-gradient(180deg, rgba(239,246,255,0.92), rgba(236,254,255,0.92));
  border: 1px solid rgba(29,78,216,0.30);
  box-shadow: 0 10px 30px rgba(15,23,42,0.12);
}

.ms-syllabus-ensdwi2__title{
  margin: 0 0 6px 0;
  font-size: 19px;
  font-weight: 900;
  color: #020617;
}

.ms-syllabus-ensdwi2__subtitle{
  margin: 0;
  font-size: 14px;
  color: var(--ens-muted);
  line-height: 1.9;
}

/* کارت هر جلسه */
.ms-syllabus-ensdwi2__session{
  background:
    radial-gradient(circle at top left, rgba(14,165,233,0.08), transparent 60%),
    radial-gradient(circle at bottom right, rgba(29,78,216,0.06), transparent 65%),
    #ffffff;
  border-radius: 18px;
  padding: 14px 14px 12px;
  border: 1px solid var(--ens-border);
  box-shadow: 0 10px 26px rgba(15,23,42,0.08);
  margin-bottom: 14px;
}

/* هدر هر جلسه */
.ms-syllabus-ensdwi2__session-head{
  display:flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 6px;
}

.ms-syllabus-ensdwi2__session-info{
  display:flex;
  flex-direction: column;
  gap: 4px;
}

.ms-syllabus-ensdwi2__session-index{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  color: var(--ens-blue);
  background: rgba(239,246,255,0.95);
  border: 1px solid rgba(29,78,216,0.20);
}

.ms-syllabus-ensdwi2__session-title{
  margin:0;
  font-size: 15.5px;
  font-weight: 900;
  color: #0b1120;
  line-height: 1.8;
}

/* بج‌ها */
.ms-syllabus-ensdwi2__badge{
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.ms-syllabus-ensdwi2__badge--free{
  background: rgba(22,163,74,0.08);
  color: #15803d;
  border: 1px solid rgba(22,163,74,0.45);
}

.ms-syllabus-ensdwi2__badge--locked{
  background: rgba(248,250,252,0.98);
  color: #6b7280;
  border: 1px solid rgba(209,213,219,0.9);
}

/* توضیح کوتاه */
.ms-syllabus-ensdwi2__session-desc{
  margin: 4px 0 8px 0;
  font-size: 14.2px;
  color: #111827;
  line-height: 2;
}

/* متن قفل‌شده */
.ms-syllabus-ensdwi2__locked{
  margin: 6px 0 0 0;
  font-size: 13.5px;
  color: #6b7280;
  display:inline-flex;
  align-items:center;
  gap:6px;
}

/* دکمه پیش‌نمایش */
.ms-syllabus-ensdwi2__actions{ margin: 4px 0 0 0; }

.ms-syllabus-ensdwi2__preview-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding: 8px 16px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 13.5px;
  font-weight: 900;
  background: linear-gradient(90deg, var(--ens-cyan), var(--ens-blue));
  color: #f9fafb;
  box-shadow: 0 10px 24px rgba(29,78,216,0.30);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.ms-syllabus-ensdwi2__preview-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(29,78,216,0.45);
}

.ms-syllabus-ensdwi2__preview-btn:active{
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(29,78,216,0.30);
}

/* ویدئو */
.ms-syllabus-ensdwi2__video{
  margin-top: 10px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(148,163,184,0.8);
  background: #020617;
  max-height: 0;
  opacity: 0;
  transition: max-height .35s ease, opacity .25s ease, margin-top .25s ease;
}

.ms-syllabus-ensdwi2__video.is-visible{
  max-height: 420px;
  opacity: 1;
}

.ms-syllabus-ensdwi2__video iframe{
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
}

/* ریسپانسیو */
@media (max-width: 768px){
  .ms-syllabus-ensdwi2__header{ padding: 12px 12px; }
  .ms-syllabus-ensdwi2__title{ font-size: 17px; }
  .ms-syllabus-ensdwi2__subtitle{ font-size: 13.5px; }

  .ms-syllabus-ensdwi2__session{
    padding: 12px 11px 10px;
    border-radius: 16px;
  }

  .ms-syllabus-ensdwi2__session-head{
    flex-direction: column;
    align-items: flex-start;
  }

  .ms-syllabus-ensdwi2__badge{ font-size: 11.8px; }
  .ms-syllabus-ensdwi2__session-title{ font-size: 14.5px; }
  .ms-syllabus-ensdwi2__session-desc{ font-size: 13.5px; }

  .ms-syllabus-ensdwi2__preview-btn{
    width: 100%;
    justify-content: center;
  }

  .ms-syllabus-ensdwi2__video.is-visible{ max-height: 260px; }
}

@media (max-width: 480px){
  .ms-syllabus-ensdwi2{ padding: 0 2px; }
  .ms-syllabus-ensdwi2__header{ border-radius: 16px; }
  .ms-syllabus-ensdwi2__title{ font-size: 16px; }
  .ms-syllabus-ensdwi2__session-title{ font-size: 14px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-aac6776 *//* ================================
   Next Steps – ENSDWI (Course 2)
   ================================ */

.ms-next-ensdwi2,
.ms-next-ensdwi2 *{ box-sizing: border-box; }

.ms-next-ensdwi2{
  --ens-blue: #1d4ed8;
  --ens-cyan: #0ea5e9;
  --ens-ink:  #020617;
  --ens-text: #1f2937;
  --ens-muted:#334155;
  --ens-border: rgba(148,163,184,0.70);

  direction: rtl;
  font-family: "IRANYekan","Vazirmatn","Segoe UI",Tahoma,Arial,sans-serif;
  max-width: 1180px;
  margin: 0 auto 26px;
  padding: 0 10px;
  color: #071427;
}

.ms-next-ensdwi2__wrap{ max-width: 1120px; margin: 0 auto; }

/* Header */
.ms-next-ensdwi2__header{
  margin-bottom: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top left, rgba(14,165,233,0.22), transparent 60%),
    radial-gradient(circle at bottom right, rgba(29,78,216,0.16), transparent 65%),
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(239,246,255,0.90));
  border: 1px solid rgba(29,78,216,0.22);
  box-shadow: 0 12px 32px rgba(15,23,42,0.12);
}

.ms-next-ensdwi2__title{
  margin: 0 0 6px 0;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.9;
  color: var(--ens-ink);
}

.ms-next-ensdwi2__subtitle{
  margin: 0 0 10px 0;
  font-size: 13.8px;
  line-height: 2;
  color: var(--ens-muted);
}

/* Meta links row */
.ms-next-ensdwi2__meta{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ms-next-ensdwi2__meta-link{
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  font-weight: 950;
  font-size: 12.8px;
  color: #075985;
  background: rgba(14,165,233,0.08);
  border: 1px solid rgba(14,165,233,0.20);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.ms-next-ensdwi2__meta-link:hover{
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(14,165,233,0.14);
  background: rgba(14,165,233,0.10);
}

/* Grid */
.ms-next-ensdwi2__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}

/* Step card */
.ms-next-ensdwi2__step{
  background: #ffffff;
  border: 1px solid var(--ens-border);
  border-radius: 18px;
  padding: 12px 12px 12px;
  box-shadow: 0 12px 26px rgba(15,23,42,0.09);
}

.ms-next-ensdwi2__step--final{
  border-color: rgba(29,78,216,0.25);
  background:
    radial-gradient(circle at top right, rgba(29,78,216,0.10), transparent 60%),
    radial-gradient(circle at bottom left, rgba(14,165,233,0.10), transparent 62%),
    #ffffff;
}

/* Step head */
.ms-next-ensdwi2__step-head{
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 6px;
}

.ms-next-ensdwi2__num{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  color: var(--ens-ink);
  background: rgba(2,6,23,0.06);
}

.ms-next-ensdwi2__step-title{
  margin: 0;
  font-size: 14.7px;
  font-weight: 950;
  line-height: 1.9;
  color: var(--ens-ink);
}

.ms-next-ensdwi2__text{
  margin: 0 0 10px 0;
  font-size: 13.5px;
  line-height: 2;
  color: var(--ens-text);
}

/* Buttons */
.ms-next-ensdwi2__btns{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ms-next-ensdwi2__btn{
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border-radius: 999px;
  font-weight: 950;
  font-size: 13px;
  color: #0b3b8a;
  background: rgba(29,78,216,0.08);
  border: 1px solid rgba(29,78,216,0.18);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: normal;
  text-align: center;
}
.ms-next-ensdwi2__btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(29,78,216,0.14);
  background: rgba(29,78,216,0.10);
}

.ms-next-ensdwi2__btn--primary{
  color: #f8fafc;
  background: linear-gradient(90deg, #0b1120, var(--ens-blue));
  border: 1px solid rgba(29,78,216,0.35);
  box-shadow: 0 14px 30px rgba(29,78,216,0.18);
}
.ms-next-ensdwi2__btn--primary:hover{
  box-shadow: 0 18px 40px rgba(29,78,216,0.26);
}

/* Note */
.ms-next-ensdwi2__note{
  margin: 10px 0 0 0;
  font-size: 12.6px;
  line-height: 2;
  color: var(--ens-ink);
  background: rgba(14,165,233,0.08);
  border: 1px solid rgba(14,165,233,0.16);
  padding: 10px 10px;
  border-radius: 14px;
}

/* Responsive */
@media (max-width: 900px){
  .ms-next-ensdwi2__grid{ grid-template-columns: 1fr; }
}/* End custom CSS */