/* ================ Start Hero =============== */

body {
  background-color: #f6f4f1;
}
.hero {
  background-image: url("../images/GroupProjects.png");
  background-position: center 10%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  background-color: #42253b;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .container {
  position: absolute;
  top: 200px;
  z-index: 2;
  margin: auto;
  padding: 0 20px;
}

.hero .content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
}

.hero .text {
  color: #fff;
  max-width: 600px;
}

.hero .text h2 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 140%;
  color: #f4f3efb2;
}
.my-project {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 140%;
  color: var(--primary-color);
}
.hero .text h1 {
  font-size: 60px;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 15px;
  line-height: 140%;
  color: var(--primary-color);
  text-wrap: nowrap;
}

.arrow-project {
  color: white;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 140%;
}
/* ===== container-slider-project: الشكل اللي تحبه ===== */
.container-slider-project {
  position: relative;
  bottom: -300px;
  z-index: 5;
  height: 517px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* اخفاء الأسهم الافتراضية بتاعت Swiper */
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.btn-arrow {
  width: 60px;
  height: 60px;
  padding: 8.75px;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.9;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.arrow-left {
  left: 4px;
}
.arrow-right {
  right: 1px;
}
.btn-arrow i {
  background-color: white;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  color: #333;
}

/* أيقونات الفونت اوسم */
.swiper-button-next i,
.swiper-button-prev i {
  font-size: 22px; /* حجم السهم */
  color: #333; /* لون السهم */
}

.swiper-pagination {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 6;
}
.swiper-pagination-bullet {
  background-color: white !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
}
/* ================ End Hero =============== */
/* ================ Start Project =============== */
.project-details {
  margin-top: 320px;
  margin-bottom: 100px;
}
.project-info {
  background-color: white;
  padding: 40px;
  border-radius: 24px;
}
.project-info h2 {
  color: #02323c;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 100%;
  -webkit-text-stroke: 0.5px #02323c;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebedf0;
  text-transform: capitalize;
}
.project-info p {
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: right;
  color: #6f8183;
}
.features-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #02323c;
  text-align: right;
  margin-bottom: 20px;
}
.features-list {
  color: #6f8183;
}
.features-list li {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #6f8183;
  text-align: right;
  margin-bottom: 30px;
}
.features-list li span {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #02323c;
  margin-left: 6px;
}
.location i {
  padding: 8.75px;
  width: 41px;
  height: 41px;
  background-color: #f6f6ec;
  color: #02323c;
  border-radius: 8.75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.location span {
  font-weight: 400;
  font-size: 20px;
  line-height: 26.8px;
}

.brochure-box {
  background: #f6f6ec; /* خلفية فاتحة زي الصورة */
  border: 1px solid #eee;
}
.btn-register {
  background-color: #3a1634; /* نفس اللون الغامق */
  color: #fff;
  font-weight: 600;
  border-radius: 25px; /* بيخليها شبه بيضاوية */
  padding: 12px 0;
  transition: 0.3s;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebedf0;
}
.btn-register:hover {
  background-color: #2a0f26; /* أغمق شوية عند الهوفر */
}
.btn-light i {
  color: #333;
  font-size: 16px;
}
.map-marker {
  position: absolute;
  top: 50%; /* نص الشاشة */
  left: 50%;
  transform: translate(-50%, -50%);
  background: #42253b33;
  width: 48px;
  height: 48px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.map-marker i {
  font-size: 24px;
  color: #42253b; /* لون الأيقونة */
}
.location-card {
  background: #fbf9f7;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.icon-wrapper {
  color: #42253b;
  width: 48px;
  height: 48px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrapper i {
  color: #42253b;
  font-size: 20px;
}

.text-content {
  text-align: right; /* للغة العربية */
}

.text-content .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #02323c;
  margin: 0;
}

.text-content .subtitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #6f8183;
  margin-top: 10px;
}
/* ================ End Project =============== */

@media (max-width: 992px) {
  /* ================ Start Hero =============== */

  .hero .content {
    flex-direction: column;
    text-align: start;
  }
  .hero .text h2 {
    font-size: 20px;
  }
  .hero .text h1 {
    font-size: 40px;
    text-wrap: wrap;
  }
  .hero .text span {
    font-size: 20px;
  }
  .hero .text p {
    font-size: 14px;
  }
  .container-slider-project {
    position: relative;
    bottom: -200px;
    z-index: 5;
    height: 517px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
  .project-details {
    margin-top: 256px;
  }
  .arrow-left {
    left: 0px !important;
  }
  .arrow-right {
    right: 0px !important;
  }
  .project-info {
    padding: 30px 20px;
  }
}
