{"id":64,"date":"2025-07-15T14:30:46","date_gmt":"2025-07-15T14:30:46","guid":{"rendered":"https:\/\/risingstarsgeneration.com\/?page_id=64"},"modified":"2026-04-15T12:38:18","modified_gmt":"2026-04-15T12:38:18","slug":"about-us","status":"publish","type":"page","link":"https:\/\/risingstarsgeneration.com\/?page_id=64","title":{"rendered":"ABOUT"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<meta name=\"color-scheme\" content=\"light\">\n<title>About | Rising Stars Generation<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue&#038;family=Montserrat:wght@300;400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --accent: #38BDF8;\n    --accent2: #0EA5E9;\n    --accent-deep: #0369A1;\n    --navy: #0C1A2E;\n    --navy2: #112240;\n    --navy3: #1A3557;\n    --ice: #F0F9FF;\n    --ice2: #E0F2FE;\n    --white: #FFFFFF;\n    --text-dark: #0C1A2E;\n    --text-muted-dark: #334155;\n    --text-light: #F0F9FF;\n    --text-muted-light: #BAE6FD;\n    --line-light: rgba(12,26,46,0.08);\n    --line-dark: rgba(56,189,248,0.14);\n    --radius: 18px;\n    --radius-lg: 28px;\n  }\n\n  html { scroll-behavior: smooth; color-scheme: light; }\n  body {\n    font-family: 'Montserrat', sans-serif;\n    background: var(--navy);\n    color: #fff;\n    overflow-x: hidden;\n  }\n\n  img { display: block; max-width: 100%; }\n  a { color: inherit; }\n\n  header {\n    position: relative;\n    z-index: 1000;\n    padding: 0 5%;\n    height: 76px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    background: rgba(12,26,46,0.97);\n    box-shadow: 0 1px 0 rgba(56,189,248,0.18), 0 4px 24px rgba(0,0,0,0.25);\n  }\n\n  .logo {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    text-decoration: none;\n    color: #fff;\n  }\n\n  .logo-icon {\n    width: 52px;\n    height: 52px;\n    background: rgba(255,255,255,0.95);\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 6px;\n    box-shadow: 0 0 18px rgba(56,189,248,0.22);\n  }\n  .logo-icon img {\n    width: 100%;\n    height: 100%;\n    object-fit: contain;\n    display: block;\n  }\n\n  .logo-text { font-family: 'Bebas Neue', sans-serif; font-size: 24px; letter-spacing: 2px; line-height: 1; }\n  .logo-sub { font-size: 9px; font-weight: 700; letter-spacing: 3.5px; color: var(--accent); text-transform: uppercase; display: block; margin-top: 2px; }\n\n  nav { display: flex; gap: 28px; align-items: center; }\n  nav a {\n    color: rgba(255,255,255,0.8);\n    text-decoration: none;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    position: relative;\n    padding-bottom: 4px;\n  }\n  nav a::after {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    right: 0;\n    bottom: 0;\n    height: 2px;\n    background: var(--accent);\n    transform: scaleX(0);\n    transition: transform 0.25s;\n    border-radius: 1px;\n  }\n  nav a:hover::after,\n  nav a.active::after { transform: scaleX(1); }\n\n  .btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    padding: 11px 24px;\n    border-radius: 50px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    text-decoration: none;\n    border: none;\n    transition: transform 0.25s, box-shadow 0.25s;\n  }\n  .btn:hover { transform: translateY(-2px); }\n  .btn-primary {\n    background: linear-gradient(135deg, var(--accent), var(--accent2));\n    color: var(--navy);\n    box-shadow: 0 0 20px rgba(56,189,248,0.3);\n  }\n  .header-register { display: inline-flex; }\n\n  .hamburger {\n    display: none;\n    flex-direction: column;\n    justify-content: center;\n    align-items: center;\n    width: 44px;\n    height: 44px;\n    cursor: pointer;\n    background: rgba(56,189,248,0.1);\n    border: 1px solid rgba(56,189,248,0.25);\n    border-radius: 10px;\n    gap: 5px;\n    transition: background 0.2s;\n  }\n  .hamburger:hover { background: rgba(56,189,248,0.18); }\n  .hamburger span {\n    display: block;\n    width: 22px;\n    height: 2px;\n    background: var(--accent);\n    border-radius: 2px;\n    transition: all 0.35s cubic-bezier(0.4,0,0.2,1);\n    transform-origin: center;\n  }\n  .hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }\n  .hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }\n  .hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }\n\n  .mobile-menu {\n    position: fixed;\n    inset: 0;\n    z-index: 999;\n    background: rgba(12,26,46,0.98);\n    backdrop-filter: blur(24px);\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    gap: 0;\n    opacity: 0;\n    visibility: hidden;\n    pointer-events: none;\n    transition: opacity 0.35s ease, visibility 0.35s ease;\n  }\n  .mobile-menu.open { opacity: 1; visibility: visible; pointer-events: auto; }\n  .mobile-menu nav {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 0;\n    width: 100%;\n  }\n  .mobile-menu nav a {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 36px;\n    letter-spacing: 4px;\n    color: rgba(255,255,255,0.78);\n    padding: 18px 0;\n    border-bottom: 1px solid rgba(56,189,248,0.08);\n    width: 80%;\n    text-align: center;\n  }\n  .mobile-menu nav a::after { display: none; }\n  .mobile-menu nav a:hover,\n  .mobile-menu nav a.active { color: var(--accent); }\n  .mobile-menu .mobile-cta {\n    margin-top: 36px;\n    padding: 16px 52px;\n    font-size: 13px;\n  }\n\n  .hero {\n    position: relative;\n    min-height: 82vh;\n    display: grid;\n    grid-template-columns: 1.05fr 0.95fr;\n    align-items: stretch;\n    overflow: hidden;\n    background: linear-gradient(135deg, #071221 0%, #112240 60%, #153154 100%);\n  }\n\n  .hero-copy {\n    padding: 82px 5% 72px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    position: relative;\n    z-index: 1;\n    color: #fff;\n  }\n  .hero-copy,\n  .hero-copy .hero-title,\n  .hero-copy .hero-text,\n  .hero-copy .hero-stat strong,\n  .hero-copy .hero-stat span {\n    color: #fff;\n  }\n\n  .hero-copy::before {\n    content: \"\";\n    position: absolute;\n    top: 56px;\n    left: 5%;\n    width: 120px;\n    height: 4px;\n    border-radius: 999px;\n    background: linear-gradient(90deg, var(--accent), transparent);\n  }\n\n  .hero-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 22px;\n    color: var(--accent);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n  }\n\n  .hero-kicker::before {\n    content: \"\u2605\";\n    font-size: 10px;\n  }\n\n  .hero-title {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(60px, 9vw, 126px);\n    line-height: 0.9;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    margin-bottom: 20px;\n  }\n\n  .hero-title span {\n    color: var(--accent);\n    text-shadow: 0 0 16px rgba(56,189,248,0.9), 0 0 44px rgba(56,189,248,0.35);\n  }\n\n  .hero-text {\n    max-width: 640px;\n    font-size: 16px;\n    line-height: 1.9;\n    color: rgba(240,249,255,0.84);\n    margin-bottom: 30px;\n  }\n\n  .hero-stats {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 14px;\n    max-width: 760px;\n  }\n\n  .hero-stat {\n    padding: 18px 18px 20px;\n    border-radius: 18px;\n    background: rgba(255,255,255,0.05);\n    border: 1px solid rgba(56,189,248,0.14);\n    backdrop-filter: blur(10px);\n  }\n\n  .hero-stat strong {\n    display: block;\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 38px;\n    line-height: 1;\n    letter-spacing: 1px;\n    color: #fff;\n  }\n\n  .hero-stat span {\n    display: block;\n    margin-top: 8px;\n    font-size: 11px;\n    line-height: 1.6;\n    letter-spacing: 1.6px;\n    text-transform: uppercase;\n    color: rgba(240,249,255,0.72);\n  }\n\n  .hero-media {\n    position: relative;\n    min-height: 100%;\n    overflow: hidden;\n  }\n\n  .hero-media img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    filter: brightness(0.78) saturate(1.05);\n  }\n\n  .hero-media::after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(180deg, rgba(12,26,46,0.1) 0%, rgba(12,26,46,0.6) 100%);\n  }\n\n  section { padding: 100px 0; }\n  .wrap { width: 100%; padding: 0 5%; }\n  .section-head {\n    display: grid;\n    grid-template-columns: 0.9fr 1.1fr;\n    gap: 30px;\n    align-items: end;\n    margin-bottom: 38px;\n  }\n  .eyebrow {\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    margin-bottom: 12px;\n  }\n  .eyebrow.light { color: var(--accent); }\n  .eyebrow.dark { color: var(--accent-deep); }\n  .section-title {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(44px, 5vw, 78px);\n    line-height: 0.95;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n  .section-title.dark { color: var(--text-dark); }\n  .section-title.light { color: #fff; }\n  .section-text {\n    font-size: 15px;\n    line-height: 1.9;\n    max-width: 760px;\n  }\n  .section-text.dark { color: var(--text-muted-dark); }\n  .section-text.light { color: rgba(240,249,255,0.8); }\n  .divider {\n    width: 60px;\n    height: 3px;\n    border-radius: 999px;\n    margin: 18px 0 0;\n    background: linear-gradient(90deg, var(--accent), var(--accent2));\n  }\n\n  .origin-section {\n    background:\n      radial-gradient(circle at top left, rgba(56,189,248,0.14), transparent 24%),\n      linear-gradient(180deg, #f7fcff 0%, #edf8ff 100%);\n  }\n\n  .origin-grid {\n    display: grid;\n    grid-template-columns: 0.9fr 1.1fr;\n    gap: 24px;\n  }\n\n  .origin-card,\n  .origin-story {\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    box-shadow: 0 14px 40px rgba(12,26,46,0.08);\n  }\n\n  .origin-card {\n    background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 100%);\n    color: #fff;\n    padding: 34px;\n    border: 1px solid rgba(56,189,248,0.14);\n  }\n\n  .origin-card h3,\n  .timeline-card h3,\n  .focus-card h3,\n  .impact-card h3,\n  .camp-callout h3 {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 34px;\n    letter-spacing: 2px;\n    margin-bottom: 16px;\n  }\n  .origin-card h3,\n  .timeline-card h3,\n  .camp-callout h3 {\n    color: #fff;\n  }\n\n  .origin-card p {\n    color: rgba(240,249,255,0.82);\n    line-height: 1.9;\n    font-size: 14px;\n  }\n\n  .origin-story {\n    background: var(--white);\n    border: 1px solid var(--line-light);\n    padding: 36px;\n    color: var(--text-dark);\n  }\n\n  .origin-story p {\n    color: var(--text-muted-dark);\n    line-height: 1.9;\n    font-size: 14px;\n    margin-bottom: 16px;\n  }\n\n  .timeline-section {\n    background: linear-gradient(180deg, #0d1a2d 0%, #112240 100%);\n  }\n\n  .timeline-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 20px;\n  }\n\n  .timeline-card {\n    padding: 28px;\n    border-radius: 22px;\n    background: rgba(255,255,255,0.04);\n    border: 1px solid var(--line-dark);\n  }\n\n  .timeline-year {\n    display: inline-flex;\n    align-items: center;\n    padding: 8px 14px;\n    border-radius: 999px;\n    background: rgba(56,189,248,0.12);\n    border: 1px solid rgba(56,189,248,0.18);\n    color: var(--accent);\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 24px;\n    letter-spacing: 2px;\n    margin-bottom: 18px;\n  }\n\n  .timeline-card p {\n    color: rgba(240,249,255,0.8);\n    line-height: 1.85;\n    font-size: 14px;\n  }\n\n  .gallery-section {\n    background: var(--white);\n  }\n\n  .gallery-grid {\n    display: grid;\n    grid-template-columns: 1.15fr 0.85fr;\n    gap: 20px;\n  }\n\n  .gallery-main,\n  .gallery-stack {\n    display: grid;\n    gap: 20px;\n  }\n\n  .gallery-card {\n    border-radius: 24px;\n    overflow: hidden;\n    position: relative;\n    box-shadow: 0 16px 40px rgba(12,26,46,0.1);\n  }\n\n  .gallery-card img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    min-height: 280px;\n  }\n\n  .gallery-card.large img { min-height: 580px; }\n\n  .gallery-card::after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(180deg, rgba(12,26,46,0.04) 0%, rgba(12,26,46,0.3) 100%);\n  }\n\n  .impact-section {\n    background:\n      radial-gradient(circle at top right, rgba(56,189,248,0.12), transparent 24%),\n      linear-gradient(180deg, #eff9ff 0%, #ffffff 100%);\n  }\n\n  .impact-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n  }\n\n  .impact-card,\n  .focus-card {\n    background: #fff;\n    border: 1px solid var(--line-light);\n    border-radius: 24px;\n    padding: 30px;\n    box-shadow: 0 10px 30px rgba(12,26,46,0.06);\n  }\n\n  .impact-card p,\n  .focus-card p {\n    color: var(--text-muted-dark);\n    line-height: 1.9;\n    font-size: 14px;\n  }\n  .impact-card h3 {\n    color: var(--text-dark);\n  }\n\n  .focus-card {\n    background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 100%);\n    border-color: rgba(56,189,248,0.16);\n  }\n\n  .focus-card h3 { color: #fff; }\n  .focus-card p { color: rgba(240,249,255,0.82); }\n\n  .camp-section {\n    background: linear-gradient(180deg, #0b1525 0%, #112240 100%);\n  }\n\n  .camp-grid {\n    display: grid;\n    grid-template-columns: 0.95fr 1.05fr;\n    gap: 24px;\n    align-items: stretch;\n  }\n\n  .camp-media {\n    border-radius: 26px;\n    overflow: hidden;\n    min-height: 100%;\n    box-shadow: 0 16px 40px rgba(0,0,0,0.26);\n  }\n\n  .camp-media img {\n    width: 100%;\n    height: 100%;\n    min-height: 520px;\n    object-fit: cover;\n  }\n\n  .camp-callout {\n    border-radius: 26px;\n    padding: 36px;\n    background: rgba(255,255,255,0.04);\n    border: 1px solid rgba(56,189,248,0.14);\n    color: #fff;\n  }\n\n  .camp-callout p {\n    color: rgba(240,249,255,0.82);\n    line-height: 1.9;\n    font-size: 14px;\n    margin-bottom: 18px;\n  }\n\n  .camp-highlight {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    margin: 22px 0 28px;\n  }\n\n  .camp-pill {\n    padding: 16px;\n    border-radius: 18px;\n    background: rgba(56,189,248,0.08);\n    border: 1px solid rgba(56,189,248,0.14);\n  }\n\n  .camp-pill strong {\n    display: block;\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 32px;\n    line-height: 1;\n    color: var(--accent);\n    letter-spacing: 1px;\n  }\n\n  .camp-pill span {\n    display: block;\n    margin-top: 8px;\n    color: rgba(240,249,255,0.8);\n    font-size: 12px;\n    line-height: 1.6;\n    text-transform: uppercase;\n    letter-spacing: 1.4px;\n  }\n\n  footer {\n    background: #060D18;\n    border-top: 1px solid rgba(56,189,248,0.08);\n    padding: 64px 0 36px;\n  }\n\n  .footer-inner { width: 100%; padding: 0 5%; }\n  .footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }\n  .footer-desc { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.8; margin-top: 16px; max-width: 250px; }\n  .footer-col h4 { font-size: 10px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; color: var(--accent); margin-bottom: 20px; }\n  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }\n  .footer-col ul li a { color: rgba(255,255,255,0.4); text-decoration: none; font-size: 13px; transition: color 0.2s; }\n  .footer-col ul li a:hover { color: rgba(255,255,255,0.85); }\n  .footer-contact { display: flex; flex-direction: column; gap: 14px; }\n  .contact-item { display: flex; align-items: center; gap: 10px; font-size: 12px; color: rgba(255,255,255,0.4); }\n  .contact-item svg { width: 14px; height: 14px; stroke: var(--accent); fill: none; stroke-width: 2; flex-shrink: 0; }\n  .footer-bottom { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 28px; }\n  .footer-copy { font-size: 12px; color: rgba(255,255,255,0.3); }\n  .footer-copy span { color: var(--accent); }\n  .social-links { display: flex; gap: 10px; }\n  .social-link { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.35); text-decoration: none; transition: all 0.2s; }\n  .social-link:hover { border-color: var(--accent); color: var(--accent); background: rgba(56,189,248,0.07); }\n  .social-link svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; }\n\n  @media (max-width: 1100px) {\n    .hero,\n    .origin-grid,\n    .gallery-grid,\n    .camp-grid,\n    .section-head { grid-template-columns: 1fr; }\n    .timeline-grid { grid-template-columns: 1fr; }\n    .impact-grid { grid-template-columns: 1fr; }\n    .footer-top { grid-template-columns: 1fr 1fr; }\n  }\n\n  @media (max-width: 768px) {\n    header { height: 68px; min-height: 68px; padding: 0 5%; flex-wrap: nowrap; }\n    header > nav { display: none; }\n    .header-register { display: none; }\n    .hamburger { display: flex; }\n    .hero-copy,\n    .wrap,\n    .footer-inner { padding-left: 24px; padding-right: 24px; }\n    .hero-copy::before { left: 24px; }\n    .hero-stats,\n    .camp-highlight { grid-template-columns: 1fr; }\n    .footer-top { grid-template-columns: 1fr; gap: 32px; }\n    .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }\n    section { padding: 74px 0; }\n    .camp-media img,\n    .gallery-card.large img { min-height: 320px; }\n  }\n<\/style>\n<\/head>\n<body>\n<header>\n  <a href=\"https:\/\/risingstarsgeneration.com\/\" class=\"logo\">\n    <div class=\"logo-icon\"><img decoding=\"async\" src=\"https:\/\/risingstarsgeneration.com\/wp-content\/uploads\/2025\/08\/New-Project-7.png\" alt=\"Rising Stars Generation logo\"><\/div>\n    <div>\n      <div class=\"logo-text\">Rising Stars<\/div>\n      <span class=\"logo-sub\">Generation<\/span>\n    <\/div>\n  <\/a>\n\n  <nav>\n    <a href=\"https:\/\/risingstarsgeneration.com\/\">Home<\/a>\n    <a href=\"https:\/\/risingstarsgeneration.com\/?page_id=64\" class=\"active\">About<\/a>\n    <a href=\"https:\/\/risingstarsgeneration.com\/?page_id=62\">Contact Us<\/a>\n  <\/nav>\n\n  <a href=\"https:\/\/wa.me\/27698707065?text=Hello%20Rising%20Stars%20Generation%2C%20I%20would%20like%20to%20chat%20with%20your%20team.\" class=\"btn btn-primary header-register\">Chat On WhatsApp<\/a>\n\n  <div class=\"hamburger\" id=\"hamburger\" aria-label=\"Toggle menu\" aria-expanded=\"false\" aria-controls=\"mobileMenu\">\n    <span><\/span><span><\/span><span><\/span>\n  <\/div>\n<\/header>\n\n<div class=\"mobile-menu\" id=\"mobileMenu\">\n  <nav>\n    <a href=\"https:\/\/risingstarsgeneration.com\/\" class=\"mobile-nav-link\">Home<\/a>\n    <a href=\"https:\/\/risingstarsgeneration.com\/?page_id=64\" class=\"mobile-nav-link active\">About<\/a>\n    <a href=\"https:\/\/risingstarsgeneration.com\/?page_id=62\" class=\"mobile-nav-link\">Contact Us<\/a>\n  <\/nav>\n  <a href=\"https:\/\/wa.me\/27698707065?text=Hello%20Rising%20Stars%20Generation%2C%20I%20would%20like%20to%20chat%20with%20your%20team.\" class=\"btn btn-primary mobile-cta\">Chat On WhatsApp<\/a>\n<\/div>\n\n<section class=\"hero\">\n  <div class=\"hero-copy\">\n    <div class=\"hero-kicker\">Our Story<\/div>\n    <h1 class=\"hero-title\">Building Future <span>Leaders<\/span> From The Ground Up<\/h1>\n    <p class=\"hero-text\">Rising Stars Generation was founded in 2018 by Prince Motlou and formally established in February 2019, driven by one clear mission: keep young people away from destructive risk behaviours and give them real platforms to grow, lead, and thrive.<\/p>\n    <div class=\"hero-stats\">\n      <div class=\"hero-stat\"><strong>2018<\/strong><span>Founded by Prince Motlou<\/span><\/div>\n      <div class=\"hero-stat\"><strong>2019<\/strong><span>Formally established and growing weekly youth forums<\/span><\/div>\n      <div class=\"hero-stat\"><strong>10 000+<\/strong><span>Kids impacted through the movement<\/span><\/div>\n    <\/div>\n  <\/div>\n  <div class=\"hero-media\">\n    <img decoding=\"async\" src=\"https:\/\/risingstarsgeneration.com\/wp-content\/uploads\/2025\/07\/WhatsApp-Image-2025-07-17-at-08.37.35.jpeg\" alt=\"Rising Stars Generation youth programme\">\n  <\/div>\n<\/section>\n\n<section class=\"origin-section\">\n  <div class=\"wrap\">\n    <div class=\"section-head\">\n      <div>\n        <div class=\"eyebrow dark\">How It Started<\/div>\n        <h2 class=\"section-title dark\">From One Home To A Growing Movement<\/h2>\n        <div class=\"divider\"><\/div>\n      <\/div>\n      <p class=\"section-text dark\">What began as weekly youth forums hosted at Prince Motlou\u2019s home grew into a structured community movement as more young people showed up looking for guidance, belonging, and direction.<\/p>\n    <\/div>\n\n    <div class=\"origin-grid\">\n      <div class=\"origin-card\">\n        <h3>Why Rising Stars Was Born<\/h3>\n        <p>Prince Motlou was deeply troubled by the number of young people caught in high-risk behaviours such as drug abuse, negative mindset patterns, bullying, and gangster groups. Instead of watching the cycle continue, he gathered friends, started conversations, and created a safe weekly forum for youth in the community.<\/p>\n      <\/div>\n      <div class=\"origin-story\">\n        <p>Attendance grew over time, and the weekly meetings quickly outgrew Prince\u2019s home. That momentum led him to approach schools around Saulsville for space, and Edward Phathudi Comprehensive School opened its classrooms so the work could continue.<\/p>\n        <p>As the organisation grew, the focus became clearer: create structured interventions that could shift behaviour, rebuild discipline, and give young people a real path away from destructive habits. That direction would eventually shape Discipline Camp into the organisation&#8217;s central programme.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"timeline-section\">\n  <div class=\"wrap\">\n    <div class=\"section-head\">\n      <div>\n        <div class=\"eyebrow light\">Key Milestones<\/div>\n        <h2 class=\"section-title light\">A Timeline Of Growth<\/h2>\n        <div class=\"divider\"><\/div>\n      <\/div>\n      <p class=\"section-text light\">Rising Stars Generation has grown through community trust, formal recognition, and a disciplined intervention model that now centres on one flagship programme: Discipline Camp.<\/p>\n    <\/div>\n\n    <div class=\"timeline-grid\">\n      <div class=\"timeline-card\">\n        <div class=\"timeline-year\">2018<\/div>\n        <h3>Forums Begin<\/h3>\n        <p>Prince Motlou starts gathering young people and friends for weekly youth forums at his home to address the real issues affecting the youth in the community.<\/p>\n      <\/div>\n      <div class=\"timeline-card\">\n        <div class=\"timeline-year\">2019<\/div>\n        <h3>Formal Establishment<\/h3>\n        <p>The movement is formally established in February 2019. Schools begin opening space to host growing gatherings, and the organisation is also influenced by Tobacco Free Generation training from Singapore.<\/p>\n      <\/div>\n      <div class=\"timeline-card\">\n        <div class=\"timeline-year\">2020<\/div>\n        <h3>NPO Registration<\/h3>\n        <p>On 12 August 2020, Rising Stars Generation is registered with the Department of Social Development as a Non-Profit Organisation, strengthening its structure and reach.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"gallery-section\">\n  <div class=\"wrap\">\n    <div class=\"section-head\">\n      <div>\n        <div class=\"eyebrow dark\">Community In Action<\/div>\n        <h2 class=\"section-title dark\">Discipline, Service, And Impact<\/h2>\n        <div class=\"divider\"><\/div>\n      <\/div>\n      <p class=\"section-text dark\">The organisation now focuses its energy on practical intervention, mentorship, and visible community impact through Discipline Camp and youth guidance work.<\/p>\n    <\/div>\n\n    <div class=\"gallery-grid\">\n      <div class=\"gallery-main\">\n        <div class=\"gallery-card large\">\n          <img decoding=\"async\" src=\"https:\/\/risingstarsgeneration.com\/wp-content\/uploads\/2025\/07\/481978463_658944030122261_1221536151006774604_n.jpg\" alt=\"Rising Stars community activity\">\n        <\/div>\n      <\/div>\n      <div class=\"gallery-stack\">\n        <div class=\"gallery-card\">\n          <img decoding=\"async\" src=\"https:\/\/risingstarsgeneration.com\/wp-content\/uploads\/2025\/07\/2024-10-02.webp\" alt=\"Rising Stars youth performance\">\n        <\/div>\n        <div class=\"gallery-card\">\n          <img decoding=\"async\" src=\"https:\/\/risingstarsgeneration.com\/wp-content\/uploads\/2025\/07\/WhatsApp-Image-2025-07-17-at-08.37.35.jpeg\" alt=\"Rising Stars leadership programme\">\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"impact-section\">\n  <div class=\"wrap\">\n    <div class=\"section-head\">\n      <div>\n        <div class=\"eyebrow dark\">What We Do<\/div>\n        <h2 class=\"section-title dark\">Keeping Young People Focused On Purpose<\/h2>\n        <div class=\"divider\"><\/div>\n      <\/div>\n      <p class=\"section-text dark\">Rising Stars Generation works with young people from disadvantaged backgrounds through Discipline Camp, mentorship, community service, and practical support such as stationery, groceries, and toiletries.<\/p>\n    <\/div>\n\n    <div class=\"impact-grid\">\n      <div class=\"impact-card\">\n        <h3>Discipline That Resets Direction<\/h3>\n        <p>Discipline Camp is built to interrupt destructive behaviour patterns and replace them with structure, accountability, and healthier habits that can carry into everyday life.<\/p>\n      <\/div>\n      <div class=\"impact-card\">\n        <h3>Families Included In The Process<\/h3>\n        <p>Parents are involved before and after the programme so the change does not stop when camp ends. Rising Stars builds a support system around each young person for stronger follow-through at home.<\/p>\n      <\/div>\n      <div class=\"impact-card\">\n        <h3>Leadership Through Structure<\/h3>\n        <p>The programme develops discipline, communication, leadership, and responsibility through a demanding environment that challenges young people to think differently and act with purpose.<\/p>\n      <\/div>\n      <div class=\"focus-card\">\n        <h3>Main Intervention Focus<\/h3>\n        <p>Rising Stars Generation is especially focused on helping young people overcome behaviours such as disrespect, bad attitude, smoking, bullying, laziness, and other patterns that put their future at risk.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"camp-section\">\n  <div class=\"wrap\">\n    <div class=\"section-head\">\n      <div>\n        <div class=\"eyebrow light\">Fastest Growing Programme<\/div>\n        <h2 class=\"section-title light\">Discipline Camp<\/h2>\n        <div class=\"divider\"><\/div>\n      <\/div>\n      <p class=\"section-text light\">In 2022, Rising Stars Generation developed Discipline Camp, a fast-growing programme designed to reshape mindset and install discipline so young people can overcome risky behaviours and build better habits.<\/p>\n    <\/div>\n\n    <div class=\"camp-grid\">\n      <div class=\"camp-media\">\n        <img decoding=\"async\" src=\"https:\/\/risingstarsgeneration.com\/wp-content\/uploads\/2025\/07\/481978463_658944030122261_1221536151006774604_n.jpg\" alt=\"Discipline Camp programme\">\n      <\/div>\n      <div class=\"camp-callout\">\n        <h3>A Nationally Growing Intervention<\/h3>\n        <p>The programme is designed to change the mindset of young people and install discipline so they can overcome risky behaviours such as disrespecting parents, bad attitude, smoking, bullying, and laziness.<\/p>\n        <p>Every school holiday break, about 300 kids from different provinces come to camp. It is one of the clearest examples of how Rising Stars Generation is moving from community initiative to a wider national impact.<\/p>\n\n        <div class=\"camp-highlight\">\n          <div class=\"camp-pill\">\n            <strong>2022<\/strong>\n            <span>Discipline Camp launched<\/span>\n          <\/div>\n          <div class=\"camp-pill\">\n            <strong>300<\/strong>\n            <span>Kids attend during school breaks<\/span>\n          <\/div>\n        <\/div>\n\n        <a href=\"https:\/\/wa.me\/27698707065?text=Hello%20Rising%20Stars%20Generation%2C%20I%20would%20like%20to%20ask%20about%20Discipline%20Camp.\" class=\"btn btn-primary\">Chat About Discipline Camp<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<footer>\n  <div class=\"footer-inner\">\n    <div class=\"footer-top\">\n      <div>\n        <a href=\"https:\/\/risingstarsgeneration.com\/\" class=\"logo\">\n          <div class=\"logo-icon\"><img decoding=\"async\" src=\"https:\/\/risingstarsgeneration.com\/wp-content\/uploads\/2025\/08\/New-Project-7.png\" alt=\"Rising Stars Generation logo\"><\/div>\n          <div>\n            <div class=\"logo-text\">Rising Stars<\/div>\n            <span class=\"logo-sub\">Generation<\/span>\n          <\/div>\n        <\/a>\n        <p class=\"footer-desc\">Pretoria&#8217;s elite behavioural transformation programme \u2014 helping young people reset, refocus, and rise again.<\/p>\n      <\/div>\n      <div class=\"footer-col\">\n        <h4>Navigation<\/h4>\n        <ul>\n          <li><a href=\"https:\/\/risingstarsgeneration.com\/\">Home<\/a><\/li>\n          <li><a href=\"https:\/\/risingstarsgeneration.com\/?page_id=64\">About<\/a><\/li>\n          <li><a href=\"https:\/\/risingstarsgeneration.com\/?page_id=62\">Contact Us<\/a><\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"footer-col\">\n        <h4>Contact<\/h4>\n        <div class=\"footer-contact\">\n          <div class=\"contact-item\"><svg viewBox=\"0 0 24 24\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>Pretoria, Gauteng, 0001<\/div>\n          <div class=\"contact-item\"><svg viewBox=\"0 0 24 24\"><path d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72 12.84 12.84 0 00.7 2.81 2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45 12.84 12.84 0 002.81.7A2 2 0 0122 16.92z\"\/><\/svg>069 870 7065<\/div>\n          <div class=\"contact-item\"><svg viewBox=\"0 0 24 24\"><path d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72 12.84 12.84 0 00.7 2.81 2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45 12.84 12.84 0 002.81.7A2 2 0 0122 16.92z\"\/><\/svg>072 867 5670<\/div>\n          <div class=\"contact-item\"><svg viewBox=\"0 0 24 24\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"\/><polyline points=\"22,6 12,13 2,6\"\/><\/svg>risingstarsgeneration@gmail.com<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"footer-bottom\">\n      <p class=\"footer-copy\">\u00a9 2025 <span>Rising Stars Generation<\/span>. All rights reserved. Designed by <a href=\"https:\/\/www.jsmmediagroup.co.za\" style=\"color: var(--accent); text-decoration: none;\">JSM MEDIA GROUP<\/a><\/p>\n      <div class=\"social-links\">\n        <a href=\"#\" class=\"social-link\" aria-label=\"Twitter\"><svg viewBox=\"0 0 24 24\"><path d=\"M23 3a10.9 10.9 0 01-3.14 1.53 4.48 4.48 0 00-7.86 3v1A10.66 10.66 0 013 4s-4 9 5 13a11.64 11.64 0 01-7 2c9 5 20 0 20-11.5a4.5 4.5 0 00-.08-.83A7.72 7.72 0 0023 3z\"\/><\/svg><\/a>\n        <a href=\"#\" class=\"social-link\" aria-label=\"Instagram\"><svg viewBox=\"0 0 24 24\"><rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\" ry=\"5\"\/><path d=\"M16 11.37A4 4 0 1112.63 8 4 4 0 0116 11.37z\"\/><line x1=\"17.5\" y1=\"6.5\" x2=\"17.51\" y2=\"6.5\"\/><\/svg><\/a>\n        <a href=\"#\" class=\"social-link\" aria-label=\"Facebook\"><svg viewBox=\"0 0 24 24\"><path d=\"M18 2h-3a5 5 0 00-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 011-1h3z\"\/><\/svg><\/a>\n        <a href=\"https:\/\/www.tiktok.com\/@risingstarsgeneration\" class=\"social-link\" aria-label=\"TikTok\"><svg viewBox=\"0 0 24 24\"><path d=\"M14 3v11.2a3.8 3.8 0 1 1-3-3.7\"\/><path d=\"M14 3c.8 2.3 2.2 3.8 4.5 4.5\"\/><path d=\"M14 7.5c1.5 1.1 3 1.7 4.5 1.7\"\/><\/svg><\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/footer>\n<script>\n  const hamburger = document.getElementById('hamburger');\n  const mobileMenu = document.getElementById('mobileMenu');\n\n  function closeMobileMenu() {\n    hamburger.classList.remove('open');\n    hamburger.setAttribute('aria-expanded', 'false');\n    mobileMenu.classList.remove('open');\n    document.body.style.overflow = '';\n  }\n\n  if (hamburger && mobileMenu) {\n    hamburger.addEventListener('click', () => {\n      const isOpen = hamburger.classList.toggle('open');\n      hamburger.setAttribute('aria-expanded', isOpen ? 'true' : 'false');\n      mobileMenu.classList.toggle('open', isOpen);\n      document.body.style.overflow = isOpen ? 'hidden' : '';\n    });\n\n    mobileMenu.querySelectorAll('a').forEach(link => {\n      link.addEventListener('click', closeMobileMenu);\n    });\n\n    window.addEventListener('resize', () => {\n      if (window.innerWidth > 768) closeMobileMenu();\n    });\n\n    document.addEventListener('keydown', event => {\n      if (event.key === 'Escape') closeMobileMenu();\n    });\n  }\n<\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>About | Rising Stars Generation Rising Stars Generation Home About Contact Us Chat On WhatsApp Home About Contact Us Chat [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"blank-slate-template.php","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-64","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/risingstarsgeneration.com\/index.php?rest_route=\/wp\/v2\/pages\/64","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/risingstarsgeneration.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/risingstarsgeneration.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/risingstarsgeneration.com\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/risingstarsgeneration.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=64"}],"version-history":[{"count":11,"href":"https:\/\/risingstarsgeneration.com\/index.php?rest_route=\/wp\/v2\/pages\/64\/revisions"}],"predecessor-version":[{"id":1372,"href":"https:\/\/risingstarsgeneration.com\/index.php?rest_route=\/wp\/v2\/pages\/64\/revisions\/1372"}],"wp:attachment":[{"href":"https:\/\/risingstarsgeneration.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=64"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}