body {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  background-color: #f9f9f9;
  padding-top: 80px;
}

/* Hero */
.hero-section {
  padding: 80px 0;
  background: #fff;
  background: linear-gradient(90deg,rgba(242, 242, 242, 1) 40%, rgba(246, 243, 236, 1) 100%);

}

.hero-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-text {
  color: #666;
  line-height: 1.8;
}

.image-placeholder {
  width: 100%;
  height: 380px;
  background: #eee;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 18px;
}

/* Stats */
.stats-section {
  padding: 60px 0;
}

.stat-box {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.stat-box h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

/* Partners */
.partners-section {
  padding: 60px 0;
  background: #fff;
}
.partners-section  h4{
  margin-bottom: 40px !important;
}
.partner-logo {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
}

.stat-fa-icon {
  font-size: 26px;
  width: 47px;
  border-radius: 12px;
  line-height: 47px;
  height: 47px;text-align: center;
  background: #fae6b885;
  color: #543B03; /* قريب من الذهبي */
  margin-bottom: 15px;
}

.stat-box h3 {
  font-size: 32px;
  font-weight: 700;
}
button,
.nav-link a{
  cursor: pointer;
}
footer{
  background:linear-gradient(90deg,rgba(242, 242, 242, 1) 40%, rgba(246, 243, 236, 1) 100%);
  padding:40px 0 20px;
}
footer img{
  margin-bottom: 10px;
}
