body {
  font-family: 'Tajawal', sans-serif;
  background-color: #f8f9fa;
  color: #333;
  margin: 0;
  padding: 0;
  direction: rtl;
}

.about-container {
  max-width: 800px;
  margin: 40px auto;
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.about-container h1 {
  text-align: center;
  color: #14532d;
  margin-bottom: 25px;
}

.about-container p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.highlight {
  color: #d32f2f;
  font-weight: bold;
}

.highlight i {
  margin-left: 8px;
  color: #d32f2f;
}

.closing {
  text-align: center;
  font-style: italic;
  color: #14532d;
}

/* قسم المبرمج والمشرف */
.credits {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 0px;
  padding: 20px;
  border-top: 2px solid #ccc;
  flex-wrap: wrap;
}

.person {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
}


.person-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #14532d;
  object-fit: cover;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}

.person-img:hover {
  transform: scale(1.05);
}

.person p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}


.person-text p {
  font-size: 16px;
  color: #333;
  margin: 0;
  line-height: 1.4;
}
