* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f6f4f1;
}
/* ================ Start Hero =============== */
.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: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* يخليه في النص بالظبط */
  z-index: 2;
  margin: 0;
  padding: 0 20px;
}

.hero .content {
  display: flex;
  align-items: end;
  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: 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;
}

.hero .text span {
  font-family: "Almarai", sans-serif;
  font-size: 32px;
  display: block;
  margin-bottom: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
}

.hero .text p {
  font-size: 16px;
  font-weight: 300;
  color: var(--card-bg-color);
  line-height: 1.7;
  margin-bottom: 20px;
}
/* ================ start about section =============== */

.about-section {
  background-image: url("../images/Group\ 4.png");
  background-repeat: repeat-x;
  background-size: cover;
  padding: 196px 0;
}
.main-subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 153%;
  color: var(--text-color-secondary);
}
.main-title {
  font-weight: 700;
  font-size: 56px;
  line-height: 153%;
  color: var(--text-colo);
}
.main-description {
  font-weight: 400;
  font-size: 22px;
  line-height: 170%;
}

/* ================ end about section =============== */
/* ================ start Our vision and mission =============== */

.value-card i {
  font-size: 30px; /* أقرب قيمة للعرض */
  color: #02323c; /* اللون */
  opacity: 0.4; /* الشفافية */
  display: inline-block; /* عشان نقدر نتحكم في الأبعاد */
  width: 43px;
  height: 31px;
}

/* ================ end Our vision and mission =============== */

/* ================ start ourvalues-section section =============== */
.ourvalues-section {
  background-image: url("../images/Group\ 4.png");
  background-repeat: repeat-x;
  background-size: cover;

  background-color: #e6e1d2;
}

.value-card {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.value-card {
  border-radius: 32px;
  padding: 24px;
}
.ourvalues-description {
  background-color: #fbf9f7;
  padding: 24px;
  font-size: 16px;
  border-radius: 24px;
  line-height: 28px;
  border: 1px solid #f6f6f6;
  color: #3a4042;
}

/* ================ end ourvalues-section section =============== */

/* ================ start ourNumber-section section =============== */
.ourNumbers-section {
  background-color: #f6f4f1;
}

.stat-card {
  background-color: var(--card-bg-color);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  height: 100%;
}

.stat-card:hover {
  transform: translateY(-5px);
}

.stat-number {
  color: #4b3247;
  font-weight: 700;
  font-size: 52px;
  margin-bottom: 0.5rem;
  text-align: right;
}

.stat-label {
  line-height: 32px;
  color: var(--text-colo);
  font-size: 16px;
  text-align: right;
  margin: 0;
}

/* ================ end ourNumber-section section =============== */
/* ================ start ourPartners-section section =============== */
.our-partners-section {
  background-color: #f6f4f1;
}
.card-ourPartners {
  width: 240px !important;
  height: 169px !important;
  background-color: #f6f4f1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-ourPartners .stat-card-ourPartners {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-ourPartners img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 40px;
}
.btn-more {
  background-color: #ead7bf !important;
  color: var(--text-colo) !important;
}

/* ================ end ourPartners-section section =============== */
/* ================ start ceo-speach-section =============== */
.ceo-speach-section {
  background-image: url("../images/Group\ 4.png");
  background-repeat: repeat-x;
  background-size: cover;
  padding: 196px 0;
}
.ceo-name {
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 153%;
  letter-spacing: 0;
  text-align: right;
  height: 37px;
  opacity: 1;
}

.ceo-description {
  font-weight: 400; /* Regular */
  font-style: normal;
  font-size: 16px;
  line-height: 153%; /* حوالي 24.5px */
  letter-spacing: 0;
  text-align: right;
  width: 499px;
  height: 24px;
  opacity: 1;
}

/* ================ end ceo-speach-section ================ */
@media (max-width: 992px) {
  .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;
  }
  /* ================ start about section =============== */
  .about-section {
    padding: 96px 0;
  }
  .main-title {
    font-size: 32px;
  }
  .main-description {
    font-size: 16px;
  }
  .main-subtitle {
    font-size: 20px;
  }
  .ceo-speach-section {
    padding: 80px 0;
  }
  /* ================ end about section =============== */
}
