.abt-section {
  background-image: url('img/bg/wave_bg.jpg');
  background-size: cover;
  /* or 'contain' depending on the effect you want */
  background-repeat: no-repeat;
  background-position: center center;
}


.about-section-page {
  position: relative;
  padding: 80px 20px;
  max-width: 1200px;
  margin: auto;

  border-radius: 20px;
  overflow: hidden;
}

.about-section-page .about-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-section-page .about-description {
  text-align: center;
  font-size: 18px;
  max-width: 850px;
  margin: 0 auto 50px;
  line-height: 1.8;
  color: #000;
}

.about-section-page .stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.about-section-page .stat-box {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
  width: 250px;
  text-align: center;
  transition: 0.3s ease-in-out;
}

.about-section-page .stat-box:hover {
  transform: scale(1.05);
}

.about-section-page .stat-number {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}

.about-section-page .stat-label {
  font-size: 16px;
  color: #444;
  font-weight: 600;
}

@media (max-width: 600px) {
  .about-section-page .stat-box {
    width: 100%;
  }

  .about-section-page .about-title {
    font-size: 28px;
  }
}



.container-managed-properties {



  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
}

.container-managed-properties .left-section {
  flex: 1 1 50%;
  padding-left: 30px;
}

.container-managed-properties .left-section h2 {
  font-size: 32px;
  text-align: justify;
  margin-bottom: 20px;

}

.container-managed-properties .left-section p {
  font-size: 19px;
  color: #7d7d7d;
  line-height: 32px;
  text-align: right;
  margin-bottom: 30px;
}

.container-managed-properties .left-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.container-managed-properties .left-section ul li {
  margin-bottom: 15px;
  font-size: 19px;
  color: #7d7d7d;
  display: flex;
  align-items: center;
  text-align: right;
}

.container-managed-properties .left-section ul li::before {
  content: '✔';
  color: #1b1f56;
  background-color: #ebedf3;
  border-radius: 50%;
  margin-left: 10px;
  font-size: 14px;
  padding: 5px;
  width: 74px;
  display: flex;
  justify-content: center;
}

.container-managed-properties .cta-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #f15a29;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
}

.container-managed-properties .right-section {
  flex: 1 1 45%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
}

.container-managed-properties .right-section img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.container-managed-properties .right-section img:nth-child(1) {
  grid-column: span 2;
  height: 300px;
}

.container-managed-properties .right-section img:nth-child(2),
.container-managed-properties .right-section img:nth-child(3) {
  height: 200px;
}

@media (max-width: 768px) {
  .container-managed-properties {
    flex-direction: column;
  }

  .container-managed-properties .left-section,
  .right-section {
    flex: 1 1 100%;
    padding: 0;
  }

  .container-managed-properties .right-section {
    margin-top: 30px;
  }
}



.team-section {
  position: relative;
  padding: 6rem 2rem;
}

.team-section .background-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-color: #e8d5c4;
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}

.team-section .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.team-section .gold-accent {
  position: absolute;
  top: 50px;
  left: 0;
  width: 150px;
  height: 150px;
  border: 15px solid rgba(183, 148, 95, 0.2);
  z-index: -1;
}

.team-section .section-header {
  margin-bottom: 4rem;
  position: relative;
}

.team-section .subtitle {

  font-size: 0.9rem;
  text-transform: uppercase;
  color: #b7945f;
  margin-bottom: 1rem;
  font-weight: 500;
}

.team-section .title {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 40px;
  color: #3c3c3c;
  line-height: 1.2;
  margin-bottom: 2rem;
  max-width: 800px;
}

.team-section .greeting {
  font-size: 1.2rem;
  font-weight: 500;
  color: #5a5a5a;
  max-width: 700px;
  font-style: italic;
  border-left: 3px solid #b7945f;
  padding-left: 1.5rem;
  margin-bottom: 3rem;
}

.team-section .content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

.team-section .content-card {
  background: white;
  border-radius: 0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  padding: 3rem;
  position: relative;
  transition: all 0.4s ease;
}

.team-section .content-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.team-section .content-card:first-child {
  grid-column: 1 / 3;
  background: linear-gradient(135deg, #3c3c3c, #1e1e1e);
  color: white;
}

.team-section .content-card:first-child p {
  color: rgba(255, 255, 255, 0.85);
}

.team-section .card-number {
  position: absolute;
  top: -30px;
  right: 30px;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 7rem;
  font-weight: 700;
  color: rgba(183, 148, 95, 0.15);
  line-height: 1;
}

.team-section .content-card h3 {
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: #b7945f;
}

.team-section .content-card:first-child h3 {
  color: #e8d5c4;
}

.team-section .content-card p {
  margin-bottom: 1.5rem;
  color: #5a5a5a;
  font-size: 19px;
  font-weight: 300;
}

.team-section .content-card p:last-child {
  margin-bottom: 0;
}

.team-section .highlight {
  font-weight: 500;
  color: #b7945f;
}

.team-section .content-card:first-child .highlight {
  color: #e8d5c4;
}

.team-section .service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 2rem 0;
}

.team-section .tag {
  padding: 0.5rem 1rem;
  background-color: rgba(183, 148, 95, 0.1);
  color: #b7945f;
  font-size: 19px;
  font-weight: 500;
  border-radius: 2px;
}

.team-section .content-card:first-child .tag {
  background-color: rgba(232, 213, 196, 0.2);
  color: #e8d5c4;
}

.team-section .cta-container {
  margin-top: 4rem;
  text-align: center;
}

.team-section .cta-button {
  display: inline-block;
  background-color: #b7945f;
  color: white;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.9rem 2rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.team-section .cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
}

.team-section .cta-button:hover::before {
  left: 100%;
}

.team-section .cta-button:hover {
  background-color: #a38355;
}

@media (max-width: 992px) {
  .team-section .content-grid {
    grid-template-columns: 1fr;
  }

  .team-section .content-card:first-child {
    grid-column: 1;
  }

  .team-section .title {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .team-section .team-section {
    padding: 4rem 1.5rem;
  }

  .team-section .background-shape {
    width: 100%;
    height: 50%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
  }

  .team-section .title {
    font-size: 2.2rem;
  }

  .team-section .content-card {
    padding: 2rem;
  }
}

  .abtul{
        margin-right:30px;
        color: #7e7d7d;
    }
    ul.abtul li{
            font-size: 19px;
    }