.elementor-325 .elementor-element.elementor-element-200fe2a{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-325 .elementor-element.elementor-element-7b799af{--display:flex;--margin-top:-100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-325 .elementor-element.elementor-element-5ba59f0{--spacer-size:100px;}.elementor-325 .elementor-element.elementor-element-ca069ae{--display:flex;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-325 .elementor-element.elementor-element-50b18a6{--display:flex;}.elementor-325 .elementor-element.elementor-element-ed1dcdc{--display:flex;}.elementor-325 .elementor-element.elementor-element-e5e105d{--spacer-size:50px;}.elementor-325 .elementor-element.elementor-element-0b1c178{--display:flex;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-325 .elementor-element.elementor-element-ddde021{--display:flex;}.elementor-325 .elementor-element.elementor-element-60357b6{--display:flex;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-325 .elementor-element.elementor-element-c18a178{--display:flex;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-bc2e2f5 */<style>
/* --- قسم خارطة الطريق --- */
.msr-roadmap-section {
  padding: 100px 20px;
  background-color: #ffffff;
  direction: rtl;
  font-family: 'Tajawal', sans-serif;
}

.msr-roadmap-container {
  max-width: 1200px;
  margin: 0 auto;
}

.msr-roadmap-header {
  text-align: center;
  margin-bottom: 80px;
}

.msr-roadmap-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f0f9ff;
  color: #0097fe;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  border: 1px dashed #0097fe;
  margin-bottom: 20px;
}

.msr-roadmap-badge-icon { color: #fca311; }

.msr-roadmap-title {
  color: #090854;
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 15px;
}

.msr-roadmap-subtitle {
  color: #64748b;
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
}

/* --- الخطوات --- */
.msr-roadmap-steps {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}

.msr-step-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* الأرقام والخطوط الواصلة */
.msr-step-number-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.msr-step-number {
  width: 50px;
  height: 50px;
  background: #090854;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  z-index: 2;
  border: 4px solid #fff;
  box-shadow: 0 0 0 2px #090854;
}

.msr-step-line {
  position: absolute;
  top: 50%;
  right: 50%; /* تبدأ من المنتصف لليمين */
  width: 100%;
  height: 2px;
  border-top: 2px dashed #cbd5e1;
  z-index: 1;
}

/* أيقونة الخطوة */
.msr-step-icon-box {
  width: 80px;
  height: 80px;
  background: #fff;
  border: 2px dashed #0097fe;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #0097fe;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.msr-step-item:hover .msr-step-icon-box {
  background: #0097fe;
  color: #fff;
  border-style: solid;
  transform: rotate(-10deg);
}

.msr-step-title {
  color: #090854;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 12px;
}

.msr-step-desc {
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
  padding: 0 10px;
}

/* --- التجاوب مع الموبايل --- */
@media (max-width: 992px) {
  .msr-roadmap-steps {
    flex-direction: column;
    gap: 50px;
  }
  
  .msr-step-line {
    display: none; /* إخفاء الخط العرضي في الموبايل */
  }

  .msr-step-item {
    flex-direction: row;
    text-align: right;
    gap: 20px;
    align-items: flex-start;
  }

  .msr-step-number-wrapper {
    width: auto;
    margin-bottom: 0;
  }

  .msr-step-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fc2a855 */<style>
/* CSS معزول ببادئة msr-why */
.msr-why-section {
  padding: 100px 20px;
  font-family: 'Tajawal', sans-serif;
  direction: rtl;
  background-color: #ffffff;
  overflow: hidden;
}

.msr-why-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* --- رأس القسم --- */
.msr-why-header {
  text-align: center;
  margin-bottom: 60px;
}

.msr-why-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f0f9ff;
  color: #0097fe;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  border: 1px dashed #0097fe;
}

.msr-why-badge-icon {
  color: #fca311;
}

.msr-why-title {
  color: #090854;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 20px;
}

.msr-highlight {
  color: #0097fe;
}

.msr-why-subtitle {
  color: #64748b;
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto;
}

/* --- شبكة الكروت --- */
.msr-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.msr-why-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  border: 2px dashed #cbd5e1;
  transition: all 0.4s ease;
  position: relative;
}

.msr-why-card:hover {
  border-color: #0097fe;
  border-style: solid;
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(9, 8, 84, 0.05);
}

/* أيقونات الكروت */
.msr-card-icon-wrapper {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.msr-card-dashed-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px dashed #fca311;
  border-radius: 15px;
  transform: rotate(15deg);
  transition: all 0.3s ease;
}

.msr-why-card:hover .msr-card-dashed-bg {
  transform: rotate(0deg);
  background: #fff9f0;
}

.msr-card-icon {
  font-size: 30px;
  color: #090854;
  z-index: 2;
}

.msr-card-title {
  color: #090854;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 15px;
}

.msr-card-text {
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* --- تذييل القسم --- */
.msr-why-footer {
  text-align: center;
}

/* الزر الثانوي (نفس تصميم الريفرنس) */
.msr-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 700;
  color: #090854;
  text-decoration: none;
  background: transparent;
  border-radius: 12px;
  border: 2px dashed #cbd5e1;
  transition: all 0.3s ease;
}

.msr-btn-secondary:hover {
  border-color: #0097fe;
  border-style: solid;
  background: #f8fafc;
  color: #0097fe;
}

/* --- التجاوب (Responsive) --- */
@media (max-width: 768px) {
  .msr-why-title { font-size: 32px; }
  .msr-why-section { padding: 60px 20px; }
  .msr-why-grid { grid-template-columns: 1fr; }
  .msr-btn-secondary { width: 100%; }
}
</style>/* End custom CSS */