.afnan-visual-stats {
  padding: 80px 0;
  direction: rtl;
  font-family: "Tajawal", sans-serif;
}

.afnan-visual-stats .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #7a884e;
  margin-bottom: 20px;
  font-weight: 700;
}

.afnan-visual-stats .section-intro {
  font-size: 1.4rem;
  color: #4a4f35;
  margin-bottom: 50px;
  line-height: 1.7;
}

.stats-visual-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 35px;
}

.visual-card {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.visual-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.image-box img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.content-box {
  padding: 20px;
  text-align: center;
}

.content-box h3 {
  font-size: 28px;
  color: #8aaa0d;
  margin-bottom: 10px;
  font-weight: 700;
}

.content-box p {
  font-size: 16px;
  color: #3a3a3a;
  line-height: 1.7;
}

.afnan-visual-stats .section-footer {
  margin-top: 45px;
  font-size: 1.8rem;
  color: #4a4f35;
  line-height: 1.7;
  text-align: center;
}
