.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-18181 .elementor-element.elementor-element-76f70ed8 > .elementor-widget-container{background-color:transparent;margin:0px 0px 20px 0px;background-image:linear-gradient(180deg, #0C1321 4%, #000000 100%);}.elementor-18181 .elementor-element.elementor-element-76f70ed8{text-align:center;}.elementor-18181 .elementor-element.elementor-element-b333a20:not(.elementor-motion-effects-element-type-background), .elementor-18181 .elementor-element.elementor-element-b333a20 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#C2E6D0;}.elementor-18181 .elementor-element.elementor-element-b333a20{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18181 .elementor-element.elementor-element-b333a20 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS */<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>ICT Mentorship 2022 - Arabic</title>
  <style>
    body { font-family:'Tajawal',sans-serif; background:#0e1116; color:#fff; margin:0; }
    .hero {
      background: url('https://images.unsplash.com/photo-1640340434868-2e78b61b2d2a?q=80&w=1200&auto=format&fit=crop') center/cover no-repeat;
      text-align:center; padding:100px 20px;
      position:relative; border-radius:14px; overflow:hidden;
    }
    .hero::after {
      content:""; position:absolute; inset:0;
      background:rgba(0,0,0,.65); z-index:0;
    }
    .hero-content { position:relative; z-index:1; }
    .hero h1 { font-size:42px; margin-bottom:16px; }
    .hero p { font-size:18px; margin-bottom:24px; color:#ddd; }
    .btn-gradient {
      background: linear-gradient(90deg,#5b8cff,#7a5bff);
      color:#fff; padding:14px 28px;
      border-radius:12px; font-weight:700;
      text-decoration:none; display:inline-block;
      transition:all .25s ease; box-shadow:0 6px 18px rgba(90,110,255,.3);
    }
    .btn-gradient:hover { transform:translateY(-4px) scale(1.03); box-shadow:0 12px 26px rgba(90,110,255,.45); }
    .features { padding:80px 20px; text-align:center; }
    .section-title { font-size:32px; margin-bottom:40px; }
    .cards { display:flex; flex-wrap:wrap; justify-content:center; gap:20px; }
    .card {
      background:#141923; border:1px solid rgba(255,255,255,.08);
      border-radius:16px; padding:24px; width:280px;
      transition:all .25s ease;
    }
    .card:hover { transform:translateY(-6px); box-shadow:0 14px 28px rgba(0,0,0,.35); border-color:rgba(91,140,255,.35); }
    .card .icon { font-size:28px; margin-bottom:12px; }
    .cta {
      background: linear-gradient(120deg,rgba(91,140,255,.25),rgba(122,91,255,.18));
      text-align:center; padding:60px 20px; border-radius:20px; margin:40px 0;
    }
    .cta h2 { font-size:28px; margin-bottom:12px; }
    .cta p { font-size:16px; margin-bottom:20px; color:#ddd; }
    @media(max-width:768px){
      .hero h1{font-size:28px;}
      .cards{flex-direction:column; align-items:center;}
    }
  </style>
</head>
<body>
  <section class="hero">
    <div class="hero-content">
      <h1>ICT Mentorship 2022 – بالعربي</h1>
      <p>تعلم Smart Money Concepts باللغة العربية مع تطبيق عملي على العقود الآجلة ومؤشر ناسداك.</p>
      <a href="#pricing" class="btn-gradient">اشترك الآن</a>
    </div>
  </section>

  <section class="features">
    <h2 class="section-title">مميزات الدورة</h2>
    <div class="cards">
      <div class="card">
        <div class="icon">📊</div>
        <h3>تحليل البنية السوقية</h3>
        <p>فهم حركة السعر والمؤسسات المالية وكيفية قراءة الاتجاه.</p>
      </div>
      <div class="card">
        <div class="icon">🎯</div>
        <h3>مناطق السيولة</h3>
        <p>تحديد مناطق الدخول والخروج باحتمالية نجاح عالية.</p>
      </div>
      <div class="card">
        <div class="icon">⚡</div>
        <h3>إدارة المخاطر</h3>
        <p>تعلم قواعد إدارة رأس المال والالتزام بنسبة مخاطرة آمنة.</p>
      </div>
    </div>
  </section>

  <section class="cta">
    <h2>ابدأ رحلتك مع ICT الآن</h2>
    <p>انضم للنسخة العربية من البرنامج وارتقِ بتداولك إلى المستوى المؤسسي.</p>
    <a href="#pricing" class="btn-gradient">انضم الآن</a>
  </section>
</body>
</html>/* End custom CSS */