
    @import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;900&display=swap');
    body, html {
      font-family: 'Tajawal', Arial, Helvetica, sans-serif !important;
      background: #f6f6f7;
      color: #232323;
      line-height: 1.9;
      direction: rtl;
      min-height: 100vh;
    }
    h1, h2, h3, h4, h5, h6 {
      font-family: 'Tajawal', Arial, Helvetica, sans-serif !important;
      font-weight: 900;
      color: #bfa76a;
      letter-spacing: 0.5px;
    }
    .hero-section {
      background: linear-gradient(120deg, #bfa76a 0%, #fffbe7 100%);
      padding: 60px 0 40px 0;
      text-align: center;
      border-radius: 0 0 32px 32px;
      box-shadow: 0 4px 32px rgba(191, 167, 106, 0.09);
      position: relative;
      overflow: hidden;
    }
    .hero-section img {
      width: 110px;
      margin-bottom: 18px;
      border-radius: 50%;
      box-shadow: 0 2px 12px #bfa76a33;
      background: #fff;
      padding: 8px;
    }
    .hero-section h1 {
      color: #bfa76a;
      font-size: 2.5em;
      margin-bottom: 12px;
      font-weight: 900;
    }
    .hero-section p {
      color: #232323;
      font-size: 1.25em;
      max-width: 600px;
      margin: 0 auto 18px auto;
      font-weight: 500;
    }
    .hero-section .cta-btn {
      background: #bfa76a;
      color: #fff;
      border-radius: 24px;
      padding: 12px 36px;
      font-size: 1.15em;
      font-weight: 700;
      border: none;
      box-shadow: 0 2px 8px #bfa76a33;
      transition: background 0.2s;
    }
    .hero-section .cta-btn:hover {
      background: #a88d4a;
      color: #fff;
    }
    .about-cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 24px;
      margin: 40px 0 0 0;
    }
    .about-card {
      background: #fff;
      border-radius: 18px;
      box-shadow: 0 4px 18px rgba(191, 167, 106, 0.10), 0 1.5px 6px rgba(0,0,0,0.03);
      padding: 28px 22px 22px 22px;
      min-width: 260px;
      max-width: 340px;
      flex: 1 1 260px;
      text-align: center;
      transition: box-shadow 0.2s, transform 0.2s;
      border: 1.5px solid #ece6d9;
    }
    .about-card:hover {
      box-shadow: 0 8px 32px rgba(191, 167, 106, 0.18), 0 2px 8px rgba(0,0,0,0.07);
      transform: translateY(-4px) scale(1.03);
    }
    .about-card i {
      font-size: 2.2em;
      color: #bfa76a;
      margin-bottom: 12px;
    }
    .about-card h4 {
      color: #bfa76a;
      font-size: 1.18em;
      font-weight: 900;
      margin-bottom: 10px;
    }
    .about-card p {
      color: #232323;
      font-size: 1.08em;
      margin-bottom: 0;
    }
    .features-section {
      background: #fffbe7;
      border-radius: 24px;
      box-shadow: 0 2px 12px #bfa76a22;
      padding: 36px 0 24px 0;
      margin: 40px 0;
    }
    .features-title {
      color: #bfa76a;
      font-size: 1.5em;
      font-weight: 900;
      margin-bottom: 24px;
      text-align: center;
    }
    .features-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 18px;
      margin: 0 auto;
      max-width: 900px;
    }
    .feature-item {
      background: #fff;
      border-radius: 14px;
      box-shadow: 0 2px 8px #bfa76a22;
      padding: 18px 16px;
      min-width: 180px;
      max-width: 260px;
      flex: 1 1 180px;
      text-align: center;
      border: 1px solid #ece6d9;
      transition: box-shadow 0.2s, transform 0.2s;
    }
    .feature-item:hover {
      box-shadow: 0 6px 18px #bfa76a33;
      transform: translateY(-2px) scale(1.03);
    }
    .feature-item i {
      font-size: 1.7em;
      color: #bfa76a;
      margin-bottom: 8px;
    }
    .feature-item span {
      display: block;
      color: #232323;
      font-size: 1.08em;
      font-weight: 700;
    }
    .team-section {
      margin: 48px 0 0 0;
      padding: 0 0 36px 0;
    }
    .team-title {
      color: #bfa76a;
      font-size: 1.5em;
      font-weight: 900;
      margin-bottom: 24px;
      text-align: center;
    }
    .team-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 32px 24px;
      margin: 0 auto;
      max-width: 900px;
    }
    .team-member {
      background: #fff;
      border-radius: 18px;
      box-shadow: 0 2px 8px #bfa76a22;
      padding: 18px 12px 12px 12px;
      min-width: 180px;
      max-width: 220px;
      flex: 1 1 180px;
      text-align: center;
      border: 1px solid #ece6d9;
      transition: box-shadow 0.2s, transform 0.2s;
    }
    .team-member img {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 10px;
      border: 2px solid #bfa76a44;
      background: #fff;
    }
    .team-member h5 {
      color: #bfa76a;
      font-size: 1.08em;
      font-weight: 900;
      margin-bottom: 4px;
    }
    .team-member span {
      color: #232323;
      font-size: 0.98em;
      font-weight: 500;
      margin-bottom: 0;
    }
    .cta-section {
      background: linear-gradient(90deg, #bfa76a 0%, #fffbe7 100%);
      border-radius: 18px;
      box-shadow: 0 2px 12px #bfa76a22;
      padding: 36px 0 24px 0;
      margin: 40px 0 0 0;
      text-align: center;
    }
    .cta-section h3 {
      color: #bfa76a;
      font-size: 1.4em;
      font-weight: 900;
      margin-bottom: 18px;
    }
    .cta-section p {
      color: #232323;
      font-size: 1.13em;
      margin-bottom: 18px;
    }
    .cta-section .cta-btn {
      background: #bfa76a;
      color: #fff;
      border-radius: 24px;
      padding: 12px 36px;
      font-size: 1.15em;
      font-weight: 700;
      border: none;
      box-shadow: 0 2px 8px #bfa76a33;
      transition: background 0.2s;
    }
    .cta-section .cta-btn:hover {
      background: #a88d4a;
      color: #fff;
    }
    @media (max-width: 991.98px) {
      .about-cards, .features-list, .team-list {
        flex-direction: column;
        gap: 18px 0;
      }
      .about-card, .feature-item, .team-member {
        max-width: 100%;
        min-width: 0;
      }
    }
    @media (max-width: 576px) {
      .hero-section h1 {
        font-size: 1.5em;
      }
      .features-title, .team-title {
        font-size: 1.1em;
      }
      .cta-section h3 {
        font-size: 1.1em;
      }
      .about-card, .feature-item, .team-member {
        padding: 14px 6px;
      }
    }
  