.page-services {
  padding: 160px 80px 80px 80px;
  text-align: center;
  background: #000000;
  position: relative;
  overflow: hidden;
}
.page-services::before {
  content: "";
  position: absolute;
  right: -200px;
  top: 40%;
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(255, 115, 0, 0.144),
    rgba(0, 0, 0, 0)
  );
  filter: blur(40px);
}
.page-services::after {
  content: "";
  position: absolute;
  left: -200px;
  top: 20%;
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(255, 115, 0, 0.144),
    rgba(0, 0, 0, 0)
  );
  filter: blur(40px);
}
.sec-grid2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin: 50px 0 100px 0;
}
.sec-line {
  width: 100%;
  height: 1px;
  background: #cccccc36;
  margin: 20px 0;
}
.sec-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  margin: 10px 0;
  color: #cccccc;
}
.sec-info i {
  font-size: 18px;
  color: #ff7a00;
}
@media (max-width: 768px) {
  .page-services {
    padding: 100px 20px 50px 20px;
  }
}
/* ----------------------------------------------------------------------- */
.evaluation {
  padding: 80px;
  text-align: center;
  background: url("/img/bbb.png");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: auto;
  position: relative;
  overflow: hidden;
}
.evaluation::before {
  content: "";
  position: absolute;
  right: -200px;
  top: 20%;
  transform: translateY(-50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(255, 115, 0, 0.144),
    rgba(0, 0, 0, 0)
  );
  filter: blur(40px);
}
.evaluation::after {
  content: "";
  position: absolute;
  left: -200px;
  top: 20%;
  transform: translateY(-50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(255, 115, 0, 0.144),
    rgba(0, 0, 0, 0)
  );
  filter: blur(40px);
}
.slider-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slider-wrapper::before,
.slider-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px; /* وسّع أو قلل حسب ما تحب */
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
/* الناحية الشمال */
.slider-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #000000, transparent);
}
/* الناحية اليمين */
.slider-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #000000, transparent);
}

.slider-track {
  display: flex;
  gap: 20px;
  width: max-content;
  will-change: transform; /* لتنعيم الحركة */
}
.card {
  background: rgba(0, 0, 0, 0.08); /* خلفية شبه شفافة */
  border-radius: 15px;
  padding: 40px;
  width: 3%;
  flex-shrink: 0;
  text-align: start;
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px); /* تأثير البلور */
  -webkit-backdrop-filter: blur(12px); /* دعم للمتصفحات */
}
.card img.logo {
  width: 65%;
  margin-bottom: 10px;
}
.card p.text {
  font-size: 20px;
  margin-bottom: 50px;
  color: #ddd;
}
.person {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
  color: white;
}
.person img {
  width: 50px;
  border-radius: 5%;
}
.person-info span {
  display: block;
  font-size: 14px;
  text-align: left;
}
.person-info .job {
  color: #ff7a00;
  font-size: 13px;
}
@media (max-width: 768px) {
  .evaluation {
    padding: 50px 0px;
  }
  .evaluation::before {
    top: 30%;
  }
  .evaluation::after {
    top: 30%;
  }
  .card {
    padding: 30px;
  }
  .card img.logo {
    width: 30%;
  }
  .card p.text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .person img {
    width: 40px;
  }
  .person-info .job {
    font-size: 12px;
  }
}
/* ----------------------------------------------------------------------- */
.questions-section {
  background-color: rgb(0, 0, 0);
  padding: 80px;
  position: relative;
  overflow: hidden;
}
.questions-section::before {
  content: "";
  position: absolute;
  right: -200px;
  top: 60%;
  transform: translateY(-50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(255, 115, 0, 0.144),
    rgba(0, 0, 0, 0)
  );
  filter: blur(40px);
}
.questions-section::after {
  content: "";
  position: absolute;
  left: -200px;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(255, 115, 0, 0.144),
    rgba(0, 0, 0, 0)
  );
  filter: blur(40px);
}
.qs-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.qs-left {
  width: 35%;
  text-align: center;
}
.qs-right {
  width: 50%;
}
/* الأسئلة */
.qs-item {
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, #ff7b0000, #ff7a00, #4c00ff00) 1;
  padding: 15px 0;
}
.qs-question {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  color: white;
}
.qs-question::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 22px;
  transition: 0.3s;
}
.qs-question.active::after {
  content: "-";
}
.qs-answer {
  height: 0;
  overflow: hidden;
  padding: 0;
  color: #b8b8b8;
  line-height: 52px;
}

.qs-answer.open {
  padding: 10px 0;
}

/* ميديا */
@media (max-width: 768px) {
  .questions-section {
    padding: 50px 20px;
  }
  .qs-container {
    flex-direction: column;
    gap: 50px;
  }
  .qs-left,
  .qs-right {
    width: 100%;
  }
  .qs-question {
    font-size: 14px;
  }
  .qs-answer {
    line-height: 30px;
  }
}
