:root {
  --primary: #8e1751;
  --primary-light: #bd3a77;
  --accent: #FFCCF3;
  --dark: #2c3e50;
  --light: #F8F9FA;
}
body, .about-title, .about-section-title, .about-text, .about-muted {
  font-family: 'Cairo', 'Tajawal', Arial, sans-serif !important;
}
.about-title {
  color: #fff !important;
  font-weight: 900;
  font-size: 2.2rem;
  margin-bottom: 1.2rem;
  letter-spacing: 1.2px;
  text-shadow: 0 2px 12px #8e1751cc, 0 1px 2px #fff2;
}
.about-section-title {
  color: var(--primary-light);
  font-weight: 800;
  font-size: 1.5rem;
  margin-bottom: 1.1rem;
  border-bottom: 2.5px solid var(--primary-light);
  display: inline-block;
  padding-bottom: 0.18em;
  background: none;
  text-shadow: none;
}
.about-text {
  color: #222;
  font-size: 1.13rem;
  font-weight: 500;
  line-height: 1.8;
}
.about-highlight {
  color: #fff;
  background: var(--primary-light);
  font-weight: bold;
  padding: 0.1em 0.5em;
  border-radius: 0.5em;
}
.about-muted {
  color: #888 !important;
  font-size: 0.98rem;
}
.about-main-bg {
  background: linear-gradient(120deg, var(--primary) 60%, var(--primary-light) 100%);
  color: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 4px 32px rgba(142,23,81,0.10);
  padding: 2.2rem 2rem 1.5rem 2rem;
  margin-bottom: 2.5rem;
}
.about-icon {
  color: var(--primary-light);
  font-size: 1.3em;
}
a, .about-link {
  color: var(--primary-light);
  font-weight: 700;
  transition: color 0.2s, background 0.2s;
}

.about-card {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 16px rgba(142,23,81,0.07);
  border: 1.5px solid #eee;
  margin-bottom: 1.5rem;
  padding: 1.7rem 1.2rem 1.2rem 1.2rem;
}
.about-feature-card {
  background: var(--light);
  border-radius: 1.2rem;
  box-shadow: 0 2px 10px rgba(189,58,119,0.07);
  border: 1.5px solid #f3e6ef;
  padding: 1.2rem 1rem;
  margin-bottom: 1.2rem;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
}
.about-feature-card:hover {
  box-shadow: 0 8px 32px rgba(142,23,81,0.13);
  transform: translateY(-4px) scale(1.03);
}
.about-gallery-img {
  transition: box-shadow 0.2s, transform 0.2s;
  box-shadow: 0 2px 8px #bd3a771a;
  border-radius: 1.2rem;
  border: 2px solid #fff;
  cursor: pointer;
}
.about-gallery-img:hover {
  box-shadow: 0 8px 32px #8e175133;
  transform: scale(1.04);
  border-color: var(--primary-light);
}
/* نصوص بارزة فوق الكارد المتدرج */
.about-main-bg .about-title,
.about-main-bg .about-section-title,
.about-main-bg .about-text,
.about-main-bg .about-muted,
.about-main-bg .about-link,
.about-main-bg i {
  color: #fff !important;
  text-shadow: 0 2px 8px #8e1751cc;
}
/* إبراز العناوين داخل الكارد المتدرج */
.about-main-bg .about-title {
  color: #fff !important;
  font-size: 2.3rem;
  font-weight: 900;
  text-shadow: 0 3px 16px #8e1751cc, 0 1px 2px #fff2;
}
.about-main-bg .about-section-title {
  color: #FFD700 !important;
  border-bottom: 2.5px solid #fff;
  background: none;
  text-shadow: 0 2px 8px #8e1751cc;
}
/* نصوص البرامج داخل الكارد الفاتح */
.about-feature-card .about-title,
.about-feature-card .about-section-title,
.about-feature-card .about-text {
  color: #8e1751 !important;
  text-shadow: none;
  font-weight: 800;
}
.about-feature-card .about-muted {
  color: #bd3a77 !important;
  opacity: 0.85;
}
.about-feature-card {
  background: #fff;
  border: 2px solid #f3e6ef;
  box-shadow: 0 2px 10px #bd3a7711;
}
.about-main-bg .about-highlight {
  color: #8e1751 !important;
  background: #fff !important;
}
.about-main-bg .about-btn {
  background: #fff;
  color: #8e1751;
  border: none;
  font-weight: 800;
  border-radius: 2rem;
  box-shadow: 0 2px 8px #8e175133;
  padding: 0.7em 1.7em;
  margin-inline-end: 0.5em;
  margin-bottom: 0.5em;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.about-main-bg .about-btn:hover,
.about-main-bg .about-btn:focus {
  background: #bd3a77;
  color: #fff;
  box-shadow: 0 4px 16px #bd3a7733;
}
.about-main-bg .about-btn i {
  color: inherit !important;
}
.about-main-bg .about-btns {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.about-feature-card .about-feature-row {
  display: flex;
  align-items: center;
  gap: 0.7em;
  margin-bottom: 0.5em;
}
.about-feature-card .about-icon {
  font-size: 2.1rem;
  background: #f8e1f0;
  color: #bd3a77;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px #bd3a7711;
}
.about-feature-card .about-title {
  font-size: 1.18rem;
  font-weight: 800;
  color: #8e1751 !important;
  margin-bottom: 0;
}
.about-stat-number {
  font-size: 2.5rem;
  font-weight: 900;
  color: #8e1751;
  letter-spacing: 1.5px;
  text-shadow: 0 2px 8px #bd3a7722;
  margin-bottom: 0.2em;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .about-main-bg, .about-card { padding: 1.2rem 0.7rem; }
  .about-title { font-size: 1.5rem; }
} 