.elementor-31357 .elementor-element.elementor-element-458f2dfb{--display:flex;}/* Start custom CSS for container, class: .elementor-element-458f2dfb */.ml-colored {
  direction: rtl;
  text-align: right;
  font-family: 'Cairo', sans-serif;
  line-height: 1.9;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  color: #2c2c2a;
}

/* ===== Hero ===== */
.ml-hero {
  text-align: center;
  padding: 2.5rem 1rem 2rem;
  border-bottom: 1px solid #e8e6e0;
  margin-bottom: 2rem;
}

.ml-hero-badge {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 2px;
  color: #888780;
  border: 1px solid #d3d1c7;
  padding: 4px 16px;
  border-radius: 20px;
  margin-bottom: 1rem;
  font-family: 'Cairo', sans-serif;
}

.ml-main-title {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #2c2c2a !important;
  margin-bottom: 0.75rem !important;
  line-height: 1.4 !important;
}

.ml-intro {
  font-size: 15px;
  color: #5f5e5a;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto 1.25rem;
}

/* ===== بيلز الدرجات ===== */
.ml-shade-pills {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1.25rem 0;
}

.ml-pill {
  font-size: 13px;
  font-weight: 600;
  padding: 6px 20px;
  border-radius: 20px;
  font-family: 'Cairo', sans-serif;
}

.ml-pill-blue  { background: #e6f1fb; color: #185fa5; border: 1px solid #b5d4f4; }
.ml-pill-turq  { background: #e1f5ee; color: #0f6e56; border: 1px solid #9fe1cb; }
.ml-pill-green { background: #eaf3de; color: #3b6d11; border: 1px solid #c0dd97; }

/* ===== الفاصل ===== */
.ml-divider {
  border: none !important;
  height: 1px !important;
  background: #e8e6e0 !important;
  margin: 2.5rem 0 !important;
}

/* ===== عنوان القسم ===== */
.ml-section-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #2c2c2a !important;
  margin-bottom: 1.5rem !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #e8e6e0 !important;
}

/* ===== جريد الكاردات (3 أعمدة) ===== */
.ml-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

@media (max-width: 900px) {
  .ml-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .ml-cards-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== الكارد ===== */
.ml-card {
  background: #ffffff;
  border: 1px solid #e8e6e0;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  transition: transform 0.2s, box-shadow 0.2s;
}

.ml-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0,0,0,0.07);
}

.ml-card-featured {
  border: 2px solid #9fe1cb;
  background: #f9fefb;
}

.ml-card-num {
  font-size: 11px;
  color: #b4b2a9;
  margin-bottom: 4px;
  font-family: 'Cairo', sans-serif;
}

.ml-card-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #2c2c2a !important;
  margin-bottom: 2px !important;
  line-height: 1.4 !important;
}

.ml-card-sub {
  font-size: 12px;
  color: #888780;
  margin-bottom: 12px;
}

.ml-card-desc {
  font-size: 13px;
  color: #5f5e5a;
  line-height: 1.7;
  margin-bottom: 12px;
}

/* ===== ليست الميزات ===== */
.ml-features {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 12px !important;
}

.ml-features li {
  font-size: 13px;
  color: #5f5e5a;
  padding: 4px 0;
  padding-right: 18px;
  position: relative;
  line-height: 1.6;
}

.ml-features li::before {
  content: '•';
  position: absolute;
  right: 4px;
  color: #b4b2a9;
  font-size: 14px;
}

/* ===== مناسب لـ ===== */
.ml-suitable {
  background: #f6f5f0;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 12px;
  color: #5f5e5a;
  line-height: 1.7;
  margin-bottom: 12px;
}

.ml-suitable strong {
  color: #444441;
  font-weight: 700;
}

/* ===== الانطباع ===== */
.ml-mood {
  font-size: 12px;
  font-style: italic;
  color: #888780;
  border-top: 1px solid #e8e6e0;
  padding-top: 10px;
  margin-top: 10px;
  font-weight: 600;
}

/* ===== جدول المقارنة ===== */
.ml-compare-table {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 8px;
  margin: 1rem 0 0;
}

@media (max-width: 640px) {
  .ml-compare-table {
    grid-template-columns: 1fr repeat(2, 1fr);
  }
  .ml-compare-table > div:nth-child(4n) {
    display: none;
  }
}

.ml-compare-table > div {
  background: #f6f5f0;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 13px;
  text-align: center;
  color: #444441;
  line-height: 1.5;
  font-family: 'Cairo', sans-serif;
}

.ml-compare-header {
  background: #eeece6 !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  color: #5f5e5a !important;
}

.ml-compare-label {
  text-align: right !important;
  font-weight: 600 !important;
  color: #5f5e5a !important;
  background: #f0ede6 !important;
}

/* ===== بادجات الجدول ===== */
.ml-badge-ex {
  display: inline-block;
  background: #e1f5ee;
  color: #0f6e56;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  font-family: 'Cairo', sans-serif;
}

.ml-badge-gd {
  display: inline-block;
  background: #e6f1fb;
  color: #185fa5;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  font-family: 'Cairo', sans-serif;
}

.ml-badge-sim {
  display: inline-block;
  background: #f1efe8;
  color: #888780;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  font-family: 'Cairo', sans-serif;
}

/* ===== بوكس الخلاصة ===== */
.ml-choice-box {
  background: #f6f5f0;
  border-radius: 12px;
  padding: 1.5rem;
}

.ml-choice-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e8e6e0;
}

.ml-choice-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ml-choice-name {
  font-weight: 700;
  font-size: 13px;
  color: #2c2c2a;
  min-width: 90px;
  font-family: 'Cairo', sans-serif;
}

.ml-choice-arrow {
  color: #b4b2a9;
  font-size: 16px;
}

.ml-choice-desc {
  font-size: 13px;
  color: #5f5e5a;
  line-height: 1.6;
  font-family: 'Cairo', sans-serif;
}/* End custom CSS */