/* Start custom CSS for text-editor, class: .elementor-element-c5c03b8 *//* ============================================
   Cisco Roadmap Section – سبک هماهنگ با قبلی‌ها
   کلاس‌ها: ms-cisco-*
   ============================================ */

/* سکشن کلی */
.ms-cisco-section {
  background: radial-gradient(circle at top left, #f5f9ff 0%, #eaf3ff 45%, #f9fbff 100%);
  padding: 55px 20px;
  border-radius: 26px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 96, 190, 0.18);
}

/* هاله‌های پس‌زمینه */
.ms-cisco-section::before,
.ms-cisco-section::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0.28;
}

.ms-cisco-section::before {
  width: 260px;
  height: 260px;
  top: -90px;
  left: -70px;
  background: radial-gradient(circle, rgba(0, 140, 255, 0.25), transparent 70%);
}

.ms-cisco-section::after {
  width: 280px;
  height: 280px;
  bottom: -90px;
  right: -70px;
  background: radial-gradient(circle, rgba(0, 190, 255, 0.22), transparent 70%);
}

/* ظرف داخلی */
.ms-cisco-inner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ============================================
   هدر اصلی
   ============================================ */

.ms-cisco-header {
  text-align: right;
  margin-bottom: 28px;
}

.ms-cisco-title {
  font-size: 26px;
  font-weight: 900;
  color: #072547;
  margin-bottom: 10px;
  line-height: 1.7;
}

.ms-cisco-intro {
  font-size: 14px;
  color: #263a54;
  line-height: 2;
  margin-bottom: 6px;
}

/* ============================================
   بلاک‌های عمومی (پیش‌نیاز، مراحل، جمع‌بندی و...)
   ============================================ */

.ms-cisco-block {
  background: #ffffffee;
  border-radius: 20px;
  padding: 22px 20px 18px;
  margin-bottom: 22px;
  box-shadow: 0 8px 22px rgba(0, 85, 160, 0.09);
  border: 1px solid rgba(0, 120, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.ms-cisco-block::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -40px;
  right: -40px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 132, 255, 0.19), transparent 70%);
}

/* عنوان بلاک */
.ms-cisco-block-title {
  font-size: 18px;
  font-weight: 800;
  color: #0a2950;
  margin-bottom: 10px;
  padding-right: 14px;
  position: relative;
}

.ms-cisco-block-title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 6px;
  height: 20px;
  border-radius: 999px;
  background: linear-gradient(145deg, #007bff, #00b7ff);
}

/* متن بلاک */
.ms-cisco-block-text {
  font-size: 14px;
  color: #33455b;
  line-height: 2;
  margin-bottom: 6px;
}

/* ============================================
   لیست‌های عمومی
   ============================================ */

.ms-cisco-list {
  list-style: none;
  padding: 0;
  margin: 4px 0 8px 0;
}

.ms-cisco-list li {
  font-size: 13px;
  color: #243549;
  line-height: 1.9;
  padding-right: 18px;
  position: relative;
  margin-bottom: 2px;
}

.ms-cisco-list li::before {
  content: "•";
  position: absolute;
  right: 4px;
  top: 0;
  font-size: 18px;
  color: #007bff;
}

/* ============================================
   کارت‌های مرحله (Step)
   ============================================ */

.ms-cisco-step {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 16px 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0 6px 18px rgba(0, 95, 170, 0.09);
  border-right: 3px solid rgba(0, 125, 255, 0.6);
  position: relative;
  overflow: hidden;
}

.ms-cisco-step::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  bottom: -40px;
  left: -40px;
  background: radial-gradient(circle, rgba(0, 180, 255, 0.25), transparent 70%);
  border-radius: 50%;
  opacity: 0.7;
}

.ms-cisco-step-title {
  font-size: 15px;
  font-weight: 800;
  color: #082647;
  margin-bottom: 6px;
}

.ms-cisco-step-text {
  font-size: 13px;
  color: #304156;
  line-height: 1.9;
  margin-bottom: 6px;
}

/* اگر خواستی لیست‌ها داخل step کمی متفاوت باشند */
.ms-cisco-step .ms-cisco-list li::before {
  content: "›";
  font-size: 14px;
  color: #007bff;
}

/* ============================================
   بخش جمع‌بندی و پکیج
   ============================================ */

#ms-cisco-package-role .ms-cisco-list li::before {
  content: "✓";
  font-size: 12px;
  color: #00a86b;
}

/* برای جمع‌بندی نهایی کمی رنگ متفاوت */
#ms-cisco-summary {
  background: #f7fbff;
  border-style: dashed;
  border-color: rgba(0, 120, 255, 0.35);
}

/* ============================================
   واکنش‌گرایی
   ============================================ */

@media (max-width: 992px) {
  .ms-cisco-section {
    padding: 45px 18px;
  }
  .ms-cisco-title {
    font-size: 23px;
  }
}

@media (max-width: 768px) {
  .ms-cisco-section {
    padding: 38px 16px;
    border-radius: 20px;
  }
  .ms-cisco-block {
    padding: 18px 16px 14px;
  }
}

@media (max-width: 480px) {
  .ms-cisco-title {
    font-size: 20px;
  }
  .ms-cisco-step {
    padding: 14px 12px 10px;
  }
}/* End custom CSS */