:root{--page-title-display:none;}body.elementor-page-1463{margin:-7px -7px -7px -7px;padding:0px 0px 0px 0px;}/* Start custom CSS */<section id="asla-programs-page" class="asla-programs-page">
  <style>
    #asla-programs-page {
      --asla-orange: #e67e22;
      --asla-green: #2e7d32;
      --asla-black: #101010;
      --asla-white: #ffffff;
      --asla-cream: #fcfaf7;
      --asla-light-green: #eef7ef;
      --asla-light-orange: #fff3e8;
      --asla-border: rgba(16, 16, 16, 0.08);
      --asla-muted: #5f5f5f;
      --asla-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);

      font-family: Arial, Helvetica, sans-serif;
      color: var(--asla-black);
      background: var(--asla-white);
      line-height: 1.7;
    }

    #asla-programs-page * {
      box-sizing: border-box;
    }

    #asla-programs-page .asla-container {
      width: min(1120px, calc(100% - 32px));
      margin: 0 auto;
    }

    #asla-programs-page .asla-section {
      padding: 72px 0;
    }

    #asla-programs-page .asla-eyebrow {
      display: inline-block;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--asla-green);
      margin-bottom: 16px;
    }

    #asla-programs-page h1,
    #asla-programs-page h2,
    #asla-programs-page h3 {
      margin: 0 0 16px;
      line-height: 1.15;
      color: var(--asla-black);
    }

    #asla-programs-page h1 {
      font-size: clamp(2.2rem, 4vw, 4.5rem);
      max-width: 11ch;
      font-weight: 800;
    }

    #asla-programs-page h2 {
      font-size: clamp(1.8rem, 2.8vw, 3rem);
      font-weight: 800;
      max-width: 16ch;
    }

    #asla-programs-page h3 {
      font-size: 1.25rem;
      font-weight: 700;
    }

    #asla-programs-page p {
      margin: 0 0 16px;
      color: var(--asla-muted);
      font-size: 1rem;
    }

    #asla-programs-page .asla-lead {
      font-size: 1.1rem;
      color: #222;
      max-width: 62ch;
    }

    #asla-programs-page .asla-hero {
      position: relative;
      overflow: hidden;
      background:
        linear-gradient(135deg, rgba(230,126,34,0.10), rgba(46,125,50,0.08)),
        var(--asla-cream);
      border-bottom: 1px solid var(--asla-border);
    }

    #asla-programs-page .asla-hero-grid {
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 40px;
      align-items: center;
      min-height: 78vh;
      padding: 84px 0;
    }

    #asla-programs-page .asla-hero-card {
      background: var(--asla-white);
      border: 1px solid var(--asla-border);
      border-radius: 24px;
      padding: 28px;
      box-shadow: var(--asla-shadow);
    }

    #asla-programs-page .asla-hero-note {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: var(--asla-white);
      border: 1px solid rgba(46,125,50,0.14);
      color: var(--asla-green);
      padding: 10px 14px;
      border-radius: 999px;
      font-size: 0.92rem;
      font-weight: 700;
      margin-bottom: 18px;
    }

    #asla-programs-page .asla-btn-row {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 28px;
    }

    #asla-programs-page .asla-btn {
      display: inline-block;
      padding: 14px 22px;
      border-radius: 999px;
      text-decoration: none;
      font-weight: 700;
      transition: all 0.25s ease;
      border: 1px solid transparent;
    }

    #asla-programs-page .asla-btn-primary {
      background: var(--asla-orange);
      color: var(--asla-white);
    }

    #asla-programs-page .asla-btn-primary:hover {
      background: #cf6c16;
    }

    #asla-programs-page .asla-btn-secondary {
      background: transparent;
      color: var(--asla-black);
      border-color: rgba(16,16,16,0.18);
    }

    #asla-programs-page .asla-btn-secondary:hover {
      border-color: var(--asla-green);
      color: var(--asla-green);
    }

    #asla-programs-page .asla-highlight-stack {
      display: grid;
      gap: 18px;
    }

    #asla-programs-page .asla-highlight-box {
      border-radius: 22px;
      padding: 24px;
      border: 1px solid var(--asla-border);
      background: var(--asla-white);
    }

    #asla-programs-page .asla-highlight-box.orange {
      background: var(--asla-light-orange);
    }

    #asla-programs-page .asla-highlight-box.green {
      background: var(--asla-light-green);
    }

    #asla-programs-page .asla-values-grid,
    #asla-programs-page .asla-cards-3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }

    #asla-programs-page .asla-value-card,
    #asla-programs-page .asla-card {
      background: var(--asla-white);
      border: 1px solid var(--asla-border);
      border-radius: 22px;
      padding: 24px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.03);
    }

    #asla-programs-page .asla-value-card .icon {
      width: 46px;
      height: 46px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 16px;
      font-size: 1.1rem;
      font-weight: 700;
      color: var(--asla-white);
    }

    #asla-programs-page .icon.orange { background: var(--asla-orange); }
    #asla-programs-page .icon.green { background: var(--asla-green); }
    #asla-programs-page .icon.black { background: var(--asla-black); }

    #asla-programs-page .split-section {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 26px;
      align-items: start;
    }

    #asla-programs-page .asla-panel {
      height: 100%;
      background: var(--asla-white);
      border: 1px solid var(--asla-border);
      border-radius: 24px;
      padding: 32px;
    }

    #asla-programs-page .asla-panel.vision {
      background: linear-gradient(180deg, rgba(46,125,50,0.08), rgba(255,255,255,1));
    }

    #asla-programs-page .asla-panel.mission {
      background: linear-gradient(180deg, rgba(230,126,34,0.09), rgba(255,255,255,1));
    }

    #asla-programs-page blockquote {
      margin: 0;
      padding: 28px;
      border-left: 4px solid var(--asla-orange);
      background: #fffaf4;
      border-radius: 0 18px 18px 0;
      color: #1b1b1b;
      font-size: 1.08rem;
      font-style: italic;
    }

    #asla-programs-page .quote-author {
      display: block;
      margin-top: 12px;
      font-size: 0.95rem;
      color: var(--asla-green);
      font-style: normal;
      font-weight: 700;
    }

    #asla-programs-page .asla-image-placeholder {
      width: 100%;
      min-height: 340px;
      border-radius: 24px;
      background:
        linear-gradient(rgba(16,16,16,0.24), rgba(16,16,16,0.24)),
        url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
      border: 1px solid var(--asla-border);
    }

    #asla-programs-page .asla-image-caption {
      margin-top: 12px;
      font-size: 0.92rem;
      color: var(--asla-muted);
    }

    #asla-programs-page .asla-process {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
      margin-top: 20px;
    }

    #asla-programs-page .asla-step {
      border-top: 3px solid var(--asla-green);
      background: var(--asla-white);
      border-radius: 18px;
      padding: 22px;
      border-right: 1px solid var(--asla-border);
      border-left: 1px solid var(--asla-border);
      border-bottom: 1px solid var(--asla-border);
    }

    #asla-programs-page .asla-step span {
      display: inline-block;
      margin-bottom: 12px;
      font-size: 0.85rem;
      font-weight: 700;
      color: var(--asla-orange);
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }

    #asla-programs-page .asla-cta {
      text-align: center;
      background: var(--asla-black);
      color: var(--asla-white);
      border-radius: 28px;
      padding: 64px 24px;
    }

    #asla-programs-page .asla-cta h2,
    #asla-programs-page .asla-cta p {
      color: var(--asla-white);
      margin-left: auto;
      margin-right: auto;
    }

    #asla-programs-page .asla-cta p {
      max-width: 60ch;
      opacity: 0.9;
    }

    #asla-programs-page .asla-cta .asla-btn-secondary {
      color: var(--asla-white);
      border-color: rgba(255,255,255,0.3);
    }

    #asla-programs-page .asla-cta .asla-btn-secondary:hover {
      border-color: var(--asla-orange);
      color: var(--asla-orange);
    }

    @media (max-width: 980px) {
      #asla-programs-page .asla-hero-grid,
      #asla-programs-page .split-section,
      #asla-programs-page .asla-values-grid,
      #asla-programs-page .asla-cards-3,
      #asla-programs-page .asla-process {
        grid-template-columns: 1fr;
      }

      #asla-programs-page .asla-section {
        padding: 56px 0;
      }

      #asla-programs-page .asla-hero-grid {
        min-height: auto;
        padding: 60px 0;
      }
    }
  </style>

  <div class="asla-hero">
    <div class="asla-container asla-hero-grid">
      <div>
        <div class="asla-hero-note">Programs at ASLA Academy</div>
        <h1>Raising a new generation of African leaders</h1>
        <p class="asla-lead">
          At the Africa Student Leaders Academy, our programs are designed to shape proactive, productive, and progressive student leaders who can solve real challenges, serve their communities, and help reclaim the promise of Africa.
        </p>
        <p>
          We combine leadership development, practical empowerment, and community engagement in a learning journey that is deeply African, future-facing, and grounded in impact.
        </p>

        <div class="asla-btn-row">
          <a href="#about-programs" class="asla-btn asla-btn-primary">Explore Our Programs</a>
          <a href="#leadership-values" class="asla-btn asla-btn-secondary">Our Leadership Values</a>
        </div>
      </div>

      <div class="asla-highlight-stack">
        <div class="asla-highlight-box orange">
          <h3>Holistic Leadership Development</h3>
          <p>We nurture young leaders through rigorous training, practical exposure, mentorship, and values-based formation.</p>
        </div>
        <div class="asla-highlight-box green">
          <h3>Rooted in Community</h3>
          <p>Our programs go beyond theory by encouraging service, responsibility, and measurable contribution to society.</p>
        </div>
        <div class="asla-highlight-box">
          <h3>A Pipeline for Africa’s Future</h3>
          <p>We are intentionally building a strong pipeline of leaders prepared to inspire positive change across the continent.</p>
        </div>
      </div>
    </div>
  </div>

  <div id="about-programs" class="asla-section">
    <div class="asla-container split-section">
      <div>
        <span class="asla-eyebrow">About the academy</span>
        <h2>Leadership formation with purpose</h2>
        <p>
          Inspired by our founders’ commitment to equipping the next generation of Africa’s proactive, productive, and progressive leaders, the Africa Student Leaders Academy is a prestigious academy dedicated to supporting, empowering, and nurturing young leaders across the continent.
        </p>
        <p>
          Our programs are built to provide holistic empowerment that combines rigorous training, leadership development, and community engagement. We believe young leaders need more than inspiration, they need structure, character, and practical tools for lasting impact.
        </p>
        <p>
          By fostering excellence, innovation, and social responsibility, ASLA prepares student leaders to drive sustainable development, champion social justice, and inspire positive change in their communities and beyond.
        </p>
      </div>

      <div>
        <div class="asla-image-placeholder"></div>
        <div class="asla-image-caption">
          
        </div>
      </div>
    </div>
  </div>

  <div id="leadership-values" class="asla-section" style="background:#fafafa;">
    <div class="asla-container">
      <span class="asla-eyebrow">Leadership values</span>
      <h2>The values that shape every program</h2>
      <p class="asla-lead">
        ASLA’s learning environment is anchored in values that help student leaders grow with depth, discipline, and responsibility.
      </p>

      <div class="asla-values-grid" style="margin-top:28px;">
        <div class="asla-value-card">
          <div class="icon orange">I</div>
          <h3>Integrity</h3>
          <p>Lead with honesty, strong morals, and the courage to do what is right even when it is difficult.</p>
        </div>

        <div class="asla-value-card">
          <div class="icon green">E</div>
          <h3>Empathy</h3>
          <p>Understand and support the needs of others, building trust, belonging, and human-centered leadership.</p>
        </div>

        <div class="asla-value-card">
          <div class="icon black">V</div>
          <h3>Vision</h3>
          <p>Inspire people with a clear and compelling future, grounded in purpose and possibility.</p>
        </div>

        <div class="asla-value-card">
          <div class="icon green">R</div>
          <h3>Resilience</h3>
          <p>Adapt, recover, and keep moving forward through obstacles, change, and uncertainty.</p>
        </div>

        <div class="asla-value-card">
          <div class="icon orange">A</div>
          <h3>Accountability</h3>
          <p>Own decisions, outcomes, and personal growth with maturity, responsibility, and consistency.</p>
        </div>

        <div class="asla-value-card">
          <div class="icon black">★</div>
          <h3>Leadership in action</h3>
          <p>We believe values are not abstract ideas; they are habits that must be lived out in teams, communities, and real challenges.</p>
        </div>
      </div>
    </div>
  </div>

  <div class="asla-section">
    <div class="asla-container split-section">
      <div class="asla-panel vision">
        <span class="asla-eyebrow" style="color:#2e7d32;">Vision</span>
        <h2>Africa led by proactive and progressive changemakers</h2>
        <p>
          To be the leading leadership academy in Africa dedicated to cultivating proactive, productive, and progressive leaders who will drive sustainable development, champion social justice, and inspire positive change across the continent.
        </p>
      </div>

      <div class="asla-panel mission">
        <span class="asla-eyebrow" style="color:#e67e22;">Mission</span>
        <h2>Empowering the next generation</h2>
        <p>
          To empower and nurture the next generation of African leaders through holistic leadership development and community engagement, fostering a culture of excellence, innovation, and social responsibility.
        </p>
      </div>
    </div>
  </div>

  <div class="asla-section" style="background:var(--asla-cream);">
    <div class="asla-container">
      <span class="asla-eyebrow">What our programs emphasize</span>
      <h2>From potential to practical leadership</h2>

      <div class="asla-cards-3" style="margin-top:28px;">
        <div class="asla-card">
          <h3>Rigorous training</h3>
          <p>
            Participants are equipped through intentional learning experiences that strengthen critical thinking, confidence, communication, ethical leadership, and decision-making.
          </p>
        </div>

        <div class="asla-card">
          <h3>Leadership development</h3>
          <p>
            We help student leaders build self-awareness, personal discipline, teamwork, and the practical capacity to lead in real contexts.
          </p>
        </div>

        <div class="asla-card">
          <h3>Community engagement</h3>
          <p>
            Our approach connects leadership to service, encouraging young people to become problem solvers for the continent’s biggest issues.
          </p>
        </div>
      </div>

      <div style="margin-top:36px;">
        <blockquote>
          “We are in the business of producing positive, proactive, productive, and progressive leaders who will reclaim the promise of Africa by being problem solvers of the continent's biggest issues.”
          <span class="quote-author">— Moses Kamau, Founder and President of ASLA Academy</span>
        </blockquote>
      </div>
    </div>
  </div>

  <div class="asla-section">
    <div class="asla-container">
      <span class="asla-eyebrow">Our approach</span>
      <h2>How ASLA develops transformational leaders</h2>
      <p class="asla-lead">
        At the heart of our academy is a commitment to investing in Africa’s most valuable resource: youthful student leaders who have already shown a leadership streak.
      </p>

      <div class="asla-process">
        <div class="asla-step">
          <span>Step 01</span>
          <h3>Identify potential</h3>
          <p>We focus on young leaders with visible promise, passion, and a growing desire to serve others meaningfully.</p>
        </div>

        <div class="asla-step">
          <span>Step 02</span>
          <h3>Equip deeply</h3>
          <p>We create spaces where student leaders can learn, grow, and gain the tools needed for effective and influential leadership.</p>
        </div>

        <div class="asla-step">
          <span>Step 03</span>
          <h3>Connect to excellence</h3>
          <p>We partner with distinguished institutions and source trainers who are contributing positively to Africa’s forward momentum.</p>
        </div>

        <div class="asla-step">
          <span>Step 04</span>
          <h3>Multiply impact</h3>
          <p>We prepare leaders who can transform their communities and become agents of sustainable change across the continent.</p>
        </div>
      </div>
    </div>
  </div>

  <div class="asla-section">
    <div class="asla-container asla-cta">
      <span class="asla-eyebrow" style="color:#f6b26b;">Join the movement</span>
      <h2>A new pipeline of African leadership starts here</h2>
      <p>
        ASLA exists to nurture leaders who do more than hold titles. We prepare young Africans to think clearly, serve boldly, and lead responsibly in the spaces where the future of the continent is being shaped.
      </p>
      <div class="asla-btn-row" style="justify-content:center;">
        <a href="/contact" class="asla-btn asla-btn-primary">Partner or Enquire</a>
        <a href="/about-us" class="asla-btn asla-btn-secondary">Learn More About ASLA</a>
      </div>
    </div>
  </div>
</section>/* End custom CSS */