{"id":2497,"date":"2026-05-17T10:47:25","date_gmt":"2026-05-17T10:47:25","guid":{"rendered":"https:\/\/trustacademy.ac.zw\/2026\/?page_id=2497"},"modified":"2026-05-17T11:19:58","modified_gmt":"2026-05-17T11:19:58","slug":"club-highschool","status":"publish","type":"page","link":"https:\/\/trustacademy.ac.zw\/2026\/club-highschool\/","title":{"rendered":"Club Highschool"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2497\" class=\"elementor elementor-2497\">\n\t\t\t\t<div class=\"elementor-element elementor-element-356d2e1 e-flex e-con-boxed e-con e-parent\" data-id=\"356d2e1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e06aa10 elementor-widget elementor-widget-text-editor\" data-id=\"e06aa10\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<!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<title>Trust Academy | Student Clubs<\/title>\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n* {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n}\n\n:root {\n    --primary: #ff0000;\n    --primary-dark: #d90000;\n    --text-dark: #111827;\n    --text-light: #6b7280;\n    --white: #ffffff;\n    --bg-light: #f8fafc;\n    --border: #e5e7eb;\n    --shadow-sm: 0 10px 30px rgba(15, 23, 42, 0.06);\n    --shadow-lg: 0 25px 60px rgba(15, 23, 42, 0.12);\n    --radius: 24px;\n}\n\nhtml {\n    scroll-behavior: smooth;\n}\n\nbody {\n    font-family: 'Poppins', sans-serif;\n    background: linear-gradient(to bottom, #ffffff 0%, #f8fafc 100%);\n    color: var(--text-dark);\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n}\n\n.container {\n    width: min(1200px, calc(100% - 40px));\n    margin: 80px auto;\n}\n\n\/* ===============================\n   DISCOVER YOUR PASSION SECTION\n================================= *\/\n.section-title {\n    background: linear-gradient(135deg, #ff0000 0%, #d90000 100%);\n    color: #ffffff !important;\n    padding: 90px 60px;\n    border-radius: 32px;\n    text-align: center;\n    margin-bottom: 70px;\n    box-shadow: 0 30px 80px rgba(255, 0, 0, 0.25);\n    position: relative;\n    overflow: hidden;\n}\n\n.section-title::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background:\n        radial-gradient(circle at top right,\n        rgba(255, 255, 255, 0.15),\n        transparent 35%);\n    pointer-events: none;\n}\n\n.section-title h2 {\n    position: relative;\n    z-index: 1;\n    font-size: clamp(2.4rem, 5vw, 4.2rem);\n    font-weight: 800;\n    margin-bottom: 20px;\n    line-height: 1.15;\n    color: #ffffff !important;\n}\n\n.section-title p {\n    position: relative;\n    z-index: 1;\n    max-width: 850px;\n    margin: 0 auto;\n    font-size: 1.1rem;\n    line-height: 1.9;\n    color: rgba(255, 255, 255, 0.95) !important;\n}\n\n\/* ===============================\n   CLUBS GRID\n================================= *\/\n.clubs-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n    gap: 35px;\n}\n\n\/* ===============================\n   CLUB CARD\n================================= *\/\n.club-card {\n    background: var(--white);\n    border-radius: var(--radius);\n    overflow: hidden;\n    border: 1px solid rgba(229, 231, 235, 0.8);\n    box-shadow: var(--shadow-sm);\n    transition: all 0.4s ease;\n}\n\n.club-card:hover {\n    transform: translateY(-10px);\n    box-shadow: var(--shadow-lg);\n}\n\n.club-card img {\n    width: 100%;\n    height: 230px;\n    object-fit: cover;\n    transition: transform 0.5s ease;\n}\n\n.club-card:hover img {\n    transform: scale(1.05);\n}\n\n.club-content {\n    padding: 30px;\n}\n\n.club-content h3 {\n    font-size: 1.45rem;\n    font-weight: 700;\n    color: var(--text-dark);\n    margin-bottom: 12px;\n}\n\n.club-content p {\n    font-size: 0.98rem;\n    color: var(--text-light);\n    line-height: 1.8;\n}\n\n\/* ===============================\n   CTA SECTION\n================================= *\/\n.cta {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 32px;\n    box-shadow: var(--shadow-sm);\n    text-align: center;\n    padding: 90px 40px;\n    margin: 90px auto;\n    width: min(1200px, calc(100% - 40px));\n}\n\n.cta h2 {\n    font-size: clamp(2rem, 4vw, 3.5rem);\n    font-weight: 800;\n    color: var(--text-dark);\n    margin-bottom: 20px;\n}\n\n.cta p {\n    max-width: 760px;\n    margin: 0 auto 35px;\n    font-size: 1.05rem;\n    color: var(--text-light);\n    line-height: 1.9;\n}\n\n.cta a {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background: linear-gradient(135deg, #ff0000 0%, #d90000 100%);\n    color: var(--white);\n    text-decoration: none;\n    padding: 16px 42px;\n    border-radius: 999px;\n    font-weight: 600;\n    font-size: 1rem;\n    box-shadow: 0 15px 35px rgba(255, 0, 0, 0.25);\n    transition: all 0.3s ease;\n}\n\n.cta a:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 20px 40px rgba(255, 0, 0, 0.35);\n}\n\n\/* ===============================\n   RESPONSIVE\n================================= *\/\n@media (max-width: 768px) {\n    .container {\n        margin: 50px auto;\n    }\n\n    .section-title {\n        padding: 60px 30px;\n        border-radius: 24px;\n    }\n\n    .section-title p {\n        font-size: 1rem;\n    }\n\n    .clubs-grid {\n        grid-template-columns: 1fr;\n        gap: 25px;\n    }\n\n    .club-content {\n        padding: 24px;\n    }\n\n    .cta {\n        padding: 60px 25px;\n        border-radius: 24px;\n        margin: 60px auto;\n    }\n\n    .cta p {\n        font-size: 1rem;\n    }\n}\n<\/style>\n<\/head>\n<body>\n\n<div class=\"container\">\n\n    <!-- Discover Your Passion -->\n    <section class=\"section-title\">\n        <h2>Discover Your Passion<\/h2>\n        <p>\n            At Trust Academy, clubs and extracurricular activities help students\n            develop leadership, confidence, creativity, and essential life skills.\n            Every learner has the opportunity to explore their interests and\n            unlock their full potential beyond the classroom.\n        <\/p>\n    <\/section>\n\n    <!-- Clubs Grid -->\n    <div class=\"clubs-grid\">\n\n        <div class=\"club-card\">\n            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1507924538820-ede94a04019d?auto=format&#038;fit=crop&#038;w=1200&#038;q=80\" alt=\"Drama Club\">\n            <div class=\"club-content\">\n                <h3>Drama Club<\/h3>\n                <p>Explore acting, storytelling, and stage performance while building confidence and creativity.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"club-card\">\n            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1516321318423-f06f85e504b3?auto=format&#038;fit=crop&#038;w=1200&#038;q=80\" alt=\"Debate Society\">\n            <div class=\"club-content\">\n                <h3>Debate Society<\/h3>\n                <p>Develop critical thinking, persuasive speaking, and confidence through structured debates.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"club-card\">\n            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1517048676732-d65bc937f952?auto=format&#038;fit=crop&#038;w=1200&#038;q=80\" alt=\"Toastmasters Club\">\n            <div class=\"club-content\">\n                <h3>Toastmasters Club<\/h3>\n                <p>Build powerful communication and leadership skills that prepare students for future success.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"club-card\">\n            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1584515933487-779824d29309?auto=format&#038;fit=crop&#038;w=1200&#038;q=80\" alt=\"First Aid Club\">\n            <div class=\"club-content\">\n                <h3>First Aid Club<\/h3>\n                <p>Learn practical emergency response skills and how to help others in critical situations.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"club-card\">\n            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1529156069898-49953e39b3ac?auto=format&#038;fit=crop&#038;w=1200&#038;q=80\" alt=\"Human Rights Club\">\n            <div class=\"club-content\">\n                <h3>Human Rights Club<\/h3>\n                <p>Promote awareness, advocacy, and discussions on social justice and human dignity.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"club-card\">\n            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1529390079861-591de354faf5?auto=format&#038;fit=crop&#038;w=1200&#038;q=80\" alt=\"Interact Club\">\n            <div class=\"club-content\">\n                <h3>Interact Club<\/h3>\n                <p>Serve communities and develop compassion through volunteer and outreach projects.<\/p>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/div>\n\n<!-- Join a Club Today -->\n<section class=\"cta\">\n    <h2>Join a Club Today<\/h2>\n    <p>\n        Discover new talents, build lifelong friendships, and become a confident\n        leader through our vibrant student clubs.\n    <\/p>\n    <a href=\"https:\/\/exams.trustacademy.co.zw:444\/Student\/OnlineApplication\/ApplicationLogin.aspx\">\n        Apply Now\n    <\/a>\n<\/section>\n\n<\/body>\n<\/html>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Trust Academy | Student Clubs Discover Your Passion At Trust Academy, clubs and extracurricular activities help students develop leadership, confidence, creativity, and essential life skills. Every learner has the opportunity to explore their interests and unlock their full potential beyond the classroom. Drama Club Explore acting, storytelling, and stage performance while building confidence and creativity.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","solace_meta_sidebar":"","solace_meta_container":"","solace_meta_enable_content_width":"","solace_meta_content_width":0,"solace_meta_title_alignment":"","solace_meta_author_avatar":"","solace_post_elements_order":"","solace_meta_disable_header":"","solace_meta_disable_footer":"","solace_meta_disable_title":"","footnotes":""},"class_list":["post-2497","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/trustacademy.ac.zw\/2026\/wp-json\/wp\/v2\/pages\/2497","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/trustacademy.ac.zw\/2026\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/trustacademy.ac.zw\/2026\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/trustacademy.ac.zw\/2026\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/trustacademy.ac.zw\/2026\/wp-json\/wp\/v2\/comments?post=2497"}],"version-history":[{"count":23,"href":"https:\/\/trustacademy.ac.zw\/2026\/wp-json\/wp\/v2\/pages\/2497\/revisions"}],"predecessor-version":[{"id":2558,"href":"https:\/\/trustacademy.ac.zw\/2026\/wp-json\/wp\/v2\/pages\/2497\/revisions\/2558"}],"wp:attachment":[{"href":"https:\/\/trustacademy.ac.zw\/2026\/wp-json\/wp\/v2\/media?parent=2497"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}