BrightPath Academy UI Template - Let's templates
BrightPath Academy preview
Premium
0 10

BrightPath Academy

This is the BrightPath Academy template that offers mastering new skills and accelerate your career. This template allows the owner to offer expert-led courses in management, design, and survival skills for the modern workplace.

Live Demo
brightpath-academy-tailwind.html
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>BrightPath Academy - Empowering Your Future Through Learning</title>
    <meta name="description" content="BrightPath Academy is a professional Tailwind CSS education template for online courses, career development, expert instructors, and training programs.">
    <meta name="keywords" content="BrightPath Academy, Tailwind CSS template, HTML website template, online course template, academy landing page, career training, responsive education design">

    <!-- Scripts & Styles -->
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">

    <!-- Fonts -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">

    <script>
        tailwind.config = {
            theme: {
                extend: {
                    colors: {
                        primary: '#3b82f6',
                        secondary: '#fbbf24',
                        dark: '#0f172a',
                        navy: '#1e1b4b'
                    },
                    fontFamily: {
                        sans: ['Plus Jakarta Sans', 'sans-serif'],
                    }
                }
            }
        }
    </script>

    <style>
        .blob-bg {
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233B82F6' fill-opacity='0.05' d='M44.7,-76.4C58.8,-69.2,71.8,-59.1,79.6,-45.8C87.4,-32.6,90,-16.3,88.5,-0.9C87,14.5,81.4,29,73.6,42.2C65.8,55.4,55.9,67.3,42.7,74.1C29.5,80.9,14.8,82.6,-0.4,83.3C-15.5,83.9,-31,83.5,-44.6,76.9C-58.2,70.3,-69.9,57.5,-77.4,43C-84.9,28.5,-88.2,12.2,-87.9,-3.9C-87.6,-20,-83.7,-35.9,-75,-48.6C-66.3,-61.3,-52.8,-70.8,-38.7,-78C-24.6,-85.2,-12.3,-90.1,1.1,-92C14.5,-93.9,29.1,-83.6,44.7,-76.4Z' transform='translate(100 100)' /%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
        }
        .testimonial-card {
            background-image: url("data:image/svg+xml,%3Csvg width='400' height='400' viewBox='0 0 400 400' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 40C20 17.9086 37.9086 0 60 0H340C362.091 0 380 17.9086 380 40V360C380 382.091 362.091 400 340 400H60C37.9086 400 20 382.091 20 360V40Z' fill='white'/%3E%3Cpath d='M20 40C20 17.9086 37.9086 0 60 0H340C362.091 0 380 17.9086 380 40V360L20 40Z' fill='%23F8FAFC'/%3E%3C/svg%3E");
            background-size: 100% 100%;
        }
    </style>
</head>
<body class="bg-[#fcfcfd] text-dark overflow-x-hidden">

    <!-- block:start header -->
    <header id="header" class="w-full bg-white/50 backdrop-blur-sm">
        <div class="max-w-7xl mx-auto px-6 py-5 flex items-center justify-between">
            <a href="#" class="flex items-center gap-3">
                <div class="w-10 h-10 bg-primary rounded-xl flex items-center justify-center text-white shadow-lg shadow-primary/20">
                    <i class="fa-solid fa-compass text-xl"></i>
                </div>
                <span class="text-2xl font-black tracking-tight text-navy">BrightPath</span>
            </a>

            <nav class="hidden lg:flex items-center gap-8">
                <a href="#" class="text-sm font-bold text-primary relative after:content-[''] after:absolute after:-bottom-1 after:left-1/2 after:-translate-x-1/2 after:w-1 after:h-1 after:bg-primary after:rounded-full">Home</a>
                <a href="#" class="text-sm font-bold text-gray-500 hover:text-primary transition">About</a>
                <a href="#" class="text-sm font-bold text-gray-500 hover:text-primary transition">Blog</a>
                <a href="#" class="text-sm font-bold text-gray-500 hover:text-primary transition">Product</a>
                <a href="#" class="text-sm font-bold text-gray-500 hover:text-primary transition">Program</a>
            </nav>

            <button class="bg-secondary text-dark px-7 py-2.5 rounded-full text-sm font-bold hover:shadow-xl hover:shadow-secondary/20 transition">
                Join now
            </button>
        </div>
    </header>
    <!-- block:end header -->

    <!-- block:start hero -->
    <section id="hero" class="relative pt-20 pb-32 blob-bg">
        <div class="max-w-4xl mx-auto px-6 text-center relative z-10">
            <h1 class="text-5xl md:text-6xl font-black text-navy mb-8 leading-[1.1]">
                Empower your journey with <br>expert-led mastery
            </h1>
            <p class="text-gray-500 text-lg font-medium max-w-2xl mx-auto mb-10 leading-relaxed">
                Join a community of forward-thinkers. Our innovative learning systems are designed to bridge the gap between knowledge and real-world excellence.
            </p>
            <button class="bg-primary text-white px-10 py-4 rounded-full font-bold shadow-2xl shadow-primary/30 hover:-translate-y-1 transition duration-300">
                Enroll in a course
            </button>

            <div class="mt-16 relative mx-auto max-w-2xl h-80">
                <!-- Floating Illustration Mockup -->
                <img class="w-full h-full object-contain" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_325f25f6a3_1cf9a63e867ff7c3.png" alt="premium 3D isometric illustration of a student with floating educational icons, graduation cap, book" />
            </div>
        </div>

        <!-- Decorative Elements -->
        <div class="absolute top-40 right-20 text-secondary opacity-20 animate-bounce">
            <i class="fa-solid fa-paper-plane text-4xl"></i>
        </div>
        <div class="absolute bottom-20 left-10 text-primary opacity-20 rotate-12">
            <i class="fa-solid fa-trophy text-6xl"></i>
        </div>
    </section>
    <!-- block:end hero -->

    <!-- block:start why-us -->
    <section id="why-us" class="py-24">
        <div class="max-w-7xl mx-auto px-6">
            <div class="flex flex-col lg:flex-row items-center gap-20">
                <div class="lg:w-1/2">
                    <h2 class="text-4xl font-black text-navy mb-6 leading-tight">Elevate your professional <br>standing with us</h2>
                    <p class="text-gray-500 font-medium mb-10 leading-relaxed">For over three decades, BrightPath has been pioneer in delivering high-impact educational resources. We focus on social competence and technical readiness for learners of all backgrounds.</p>

                    <div class="relative rounded-3xl border-8 border-white shadow-2xl overflow-hidden group">
                        <img class="w-full aspect-video object-cover" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_66f17e2834_22144791ae3c2837.png" alt="modern tablet displaying educational software, student interaction, clean office environment" />
                    </div>
                </div>

                <div class="lg:w-1/2 grid grid-cols-1 sm:grid-cols-2 gap-6">
                    <div class="bg-white p-8 rounded-3xl border border-gray-100 shadow-sm hover:shadow-xl transition-all duration-300">
                        <div class="w-12 h-12 bg-amber-50 text-amber-500 rounded-2xl flex items-center justify-center mb-6">
                            <i class="fa-solid fa-desktop text-xl"></i>
                        </div>
                        <h4 class="font-bold text-navy mb-3">Multi-Device Ecosystem</h4>
                        <p class="text-sm text-gray-500 leading-relaxed">Study seamlessly across desktop, tablet, and mobile with synced progress.</p>
                    </div>
                    <div class="bg-white p-8 rounded-3xl border border-gray-100 shadow-sm hover:shadow-xl transition-all duration-300">
                        <div class="w-12 h-12 bg-emerald-50 text-emerald-500 rounded-2xl flex items-center justify-center mb-6">
                            <i class="fa-solid fa-layer-group text-xl"></i>
                        </div>
                        <h4 class="font-bold text-navy mb-3">Parallel Learning</h4>
                        <p class="text-sm text-gray-500 leading-relaxed">Enroll and participate in multiple specialized tracks simultaneously.</p>
                    </div>
                    <div class="bg-white p-8 rounded-3xl border border-gray-100 shadow-sm hover:shadow-xl transition-all duration-300">
                        <div class="w-12 h-12 bg-rose-50 text-rose-500 rounded-2xl flex items-center justify-center mb-6">
                            <i class="fa-solid fa-bolt text-xl"></i>
                        </div>
                        <h4 class="font-bold text-navy mb-3">Instant Onboarding</h4>
                        <p class="text-sm text-gray-500 leading-relaxed">Start your first lesson in under 60 seconds with our optimized flow.</p>
                    </div>
                    <div class="bg-white p-8 rounded-3xl border border-gray-100 shadow-sm hover:shadow-xl transition-all duration-300">
                        <div class="w-12 h-12 bg-indigo-50 text-indigo-500 rounded-2xl flex items-center justify-center mb-6">
                            <i class="fa-solid fa-chart-line text-xl"></i>
                        </div>
                        <h4 class="font-bold text-navy mb-3">Real-time Analytics</h4>
                        <p class="text-sm text-gray-500 leading-relaxed">Track your mastery milestones and receive adaptive feedback instantly.</p>
                    </div>
                </div>
            </div>

            <div class="text-center mt-16">
                <button class="bg-secondary text-dark px-10 py-3.5 rounded-full font-bold hover:shadow-xl transition">Explore features</button>
            </div>
        </div>
    </section>
    <!-- block:end why-us -->

    <!-- block:start featured-courses -->
    <section id="courses" class="py-24 bg-white">
        <div class="max-w-7xl mx-auto px-6">
            <div class="text-center mb-16">
                <h2 class="text-4xl font-black text-navy mb-4">Discover our premier tracks</h2>
                <p class="text-gray-500 font-medium max-w-2xl mx-auto">Master the most in-demand skills with our curated curriculum designed by industry veterans.</p>
            </div>

            <div class="grid grid-cols-1 md:grid-cols-3 gap-10">
                <!-- Course Card 1 -->
                <div class="bg-[#fefce8] p-8 rounded-3xl border border-amber-100 group">
                    <div class="h-48 rounded-2xl overflow-hidden mb-6 bg-white shadow-inner">
                        <img class="w-full h-full object-contain p-4 group-hover:scale-105 transition" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_c238e77dcd_2ca093e934a5dd52.png" alt="illustration of career building blocks, modern office icons, friendly character" />
                    </div>
                    <div class="flex items-center gap-4 mb-4 text-[11px] font-bold text-gray-400 uppercase tracking-widest">
                        <span><i class="fa-solid fa-users text-primary mr-1"></i> 15K+ Learners</span>
                        <span><i class="fa-solid fa-briefcase text-primary mr-1"></i> 200+ Jobs</span>
                    </div>
                    <h4 class="text-xl font-bold text-navy mb-3">Career Launchpad</h4>
                    <p class="text-sm text-gray-500 mb-6 leading-relaxed">Master the essential social and technical skills required to survive and thrive in your first professional role.</p>
                    <a href="#" class="text-primary font-bold text-sm flex items-center gap-2 hover:gap-3 transition-all">Learn more <i class="fa-solid fa-arrow-right text-[10px]"></i></a>
                </div>

                <!-- Course Card 2 -->
                <div class="bg-[#f8fafc] p-8 rounded-3xl border border-slate-100 group">
                    <div class="h-48 rounded-2xl overflow-hidden mb-6 bg-white shadow-inner">
                        <img class="w-full h-full object-contain p-4 group-hover:scale-105 transition" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_a1e8ece3a8_1c79e53d3943bfa5.png" alt="illustration of corporate management, leadership strategy, team dynamics" />
                    </div>
                    <div class="flex items-center gap-4 mb-4 text-[11px] font-bold text-gray-400 uppercase tracking-widest">
                        <span><i class="fa-solid fa-users text-primary mr-1"></i> 8K+ Learners</span>
                        <span><i class="fa-solid fa-briefcase text-primary mr-1"></i> 150+ Jobs</span>
                    </div>
                    <h4 class="text-xl font-bold text-navy mb-3">Leadership Mastery</h4>
                    <p class="text-sm text-gray-500 mb-6 leading-relaxed">Develop the strategic mindset and team management capabilities needed to lead organizations effectively.</p>
                    <a href="#" class="text-primary font-bold text-sm flex items-center gap-2 hover:gap-3 transition-all">Learn more <i class="fa-solid fa-arrow-right text-[10px]"></i></a>
                </div>

                <!-- Course Card 3 -->
                <div class="bg-[#fff7ed] p-8 rounded-3xl border border-orange-100 group">
                    <div class="h-48 rounded-2xl overflow-hidden mb-6 bg-white shadow-inner">
                        <img class="w-full h-full object-contain p-4 group-hover:scale-105 transition" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_078860f716_0aaeae4f7a29ae8c.png" alt="illustration of graphic design workspace, digital art tools, creative process" />
                    </div>
                    <div class="flex items-center gap-4 mb-4 text-[11px] font-bold text-gray-400 uppercase tracking-widest">
                        <span><i class="fa-solid fa-users text-primary mr-1"></i> 12K+ Learners</span>
                        <span><i class="fa-solid fa-briefcase text-primary mr-1"></i> 300+ Jobs</span>
                    </div>
                    <h4 class="text-xl font-bold text-navy mb-3">Visual Communications</h4>
                    <p class="text-sm text-gray-500 mb-6 leading-relaxed">Unlock your creative potential and master the tools of the trade for modern UI/UX and graphic design.</p>
                    <a href="#" class="text-primary font-bold text-sm flex items-center gap-2 hover:gap-3 transition-all">Learn more <i class="fa-solid fa-arrow-right text-[10px]"></i></a>
                </div>
            </div>

            <div class="text-center mt-16">
                <button class="bg-primary text-white px-10 py-3.5 rounded-full font-bold shadow-lg shadow-primary/20 hover:bg-navy transition">See all certifications</button>
            </div>
        </div>
    </section>
    <!-- block:end featured-courses -->

    <!-- block:start categories -->
    <section id="categories" class="py-20 px-6">
        <div class="max-w-7xl mx-auto bg-navy rounded-[3rem] p-12 sm:p-20 relative overflow-hidden">
            <!-- Background Decoration -->
            <div class="absolute -left-20 -bottom-20 w-80 h-80 bg-primary/10 rounded-full blur-3xl"></div>

            <div class="flex flex-col lg:flex-row items-center justify-between gap-16 relative z-10">
                <div class="lg:w-1/3">
                    <h2 class="text-4xl font-black text-white mb-6">Expertise by domain</h2>
                    <p class="text-gray-400 font-medium leading-relaxed">We categorize our learning modules to help you find the exact path for your professional growth.</p>
                </div>

                <div class="lg:w-2/3 grid grid-cols-1 sm:grid-cols-3 gap-8">
                    <div class="group cursor-pointer">
                        <div class="w-14 h-14 bg-white/10 rounded-2xl flex items-center justify-center text-secondary mb-6 group-hover:bg-secondary group-hover:text-dark transition">
                            <i class="fa-solid fa-gavel text-xl"></i>
                        </div>
                        <h4 class="font-bold text-white mb-2">Legal & Compliance</h4>
                        <p class="text-xs text-gray-500 mb-4">Master regulatory frameworks.</p>
                        <a href="#" class="text-xs font-bold text-primary uppercase tracking-widest border-b border-primary pb-1">View list</a>
                    </div>
                    <div class="group cursor-pointer">
                        <div class="w-14 h-14 bg-white/10 rounded-2xl flex items-center justify-center text-secondary mb-6 group-hover:bg-secondary group-hover:text-dark transition">
                            <i class="fa-solid fa-user-tie text-xl"></i>
                        </div>
                        <h4 class="font-bold text-white mb-2">Executive Strategy</h4>
                        <p class="text-xs text-gray-500 mb-4">Strategic career planning.</p>
                        <a href="#" class="text-xs font-bold text-primary uppercase tracking-widest border-b border-primary pb-1">View list</a>
                    </div>
                    <div class="group cursor-pointer">
                        <div class="w-14 h-14 bg-white/10 rounded-2xl flex items-center justify-center text-secondary mb-6 group-hover:bg-secondary group-hover:text-dark transition">
                            <i class="fa-solid fa-palette text-xl"></i>
                        </div>
                        <h4 class="font-bold text-white mb-2">Design & Media</h4>
                        <p class="text-xs text-gray-500 mb-4">Creative arts and branding.</p>
                        <a href="#" class="text-xs font-bold text-primary uppercase tracking-widest border-b border-primary pb-1">View list</a>
                    </div>
                </div>
            </div>
        </div>
    </section>
    <!-- block:end categories -->

    <!-- block:start stats -->
    <section id="stats" class="py-24">
        <div class="max-w-7xl mx-auto px-6 flex flex-col lg:flex-row items-center gap-20">
            <div class="lg:w-1/2">
                <h2 class="text-4xl font-black text-navy mb-8 leading-tight">Quantifying our impact on global education</h2>
                <p class="text-gray-500 font-medium mb-10 leading-relaxed">Our data speaks for itself. Through focused training and a learner-first approach, we've helped thousands achieve their ultimate professional goals.</p>
                <button class="bg-secondary text-dark px-10 py-3.5 rounded-full font-bold shadow-lg shadow-secondary/20 transition">Join the success</button>
            </div>

            <div class="lg:w-1/2 grid grid-cols-2 gap-8">
                <div class="bg-emerald-50 aspect-square rounded-full flex flex-col items-center justify-center text-center p-8 border-4 border-white shadow-xl">
                    <div class="w-10 h-10 bg-emerald-500 text-white rounded-lg flex items-center justify-center mb-4"><i class="fa-solid fa-award"></i></div>
                    <span class="text-2xl font-black text-navy mb-1">35+ Years</span>
                    <span class="text-xs text-gray-500 font-bold uppercase tracking-widest">Industry Legacy</span>
                </div>
                <div class="bg-blue-50 aspect-square rounded-full flex flex-col items-center justify-center text-center p-8 border-4 border-white shadow-xl">
                    <div class="w-10 h-10 bg-primary text-white rounded-lg flex items-center justify-center mb-4"><i class="fa-solid fa-book-open"></i></div>
                    <span class="text-2xl font-black text-navy mb-1">250+ Tracks</span>
                    <span class="text-xs text-gray-500 font-bold uppercase tracking-widest">Premium Content</span>
                </div>
                <div class="bg-indigo-50 aspect-square rounded-full flex flex-col items-center justify-center text-center p-8 border-4 border-white shadow-xl">
                    <div class="w-10 h-10 bg-indigo-500 text-white rounded-lg flex items-center justify-center mb-4"><i class="fa-solid fa-graduation-cap"></i></div>
                    <span class="text-2xl font-black text-navy mb-1">50K+ Graduates</span>
                    <span class="text-xs text-gray-500 font-bold uppercase tracking-widest">Certified Experts</span>
                </div>
                <div class="bg-amber-50 aspect-square rounded-full flex flex-col items-center justify-center text-center p-8 border-4 border-white shadow-xl">
                    <div class="w-10 h-10 bg-secondary text-white rounded-lg flex items-center justify-center mb-4"><i class="fa-solid fa-star"></i></div>
                    <span class="text-2xl font-black text-navy mb-1">4.9/5 Rating</span>
                    <span class="text-xs text-gray-500 font-bold uppercase tracking-widest">Learner Satisfaction</span>
                </div>
            </div>
        </div>
    </section>
    <!-- block:end stats -->

    <!-- block:start video-learning -->
    <section id="video-learning" class="py-24 bg-white">
        <div class="max-w-7xl mx-auto px-6 text-center">
            <h2 class="text-4xl font-black text-navy mb-12">Immersive learning with <br>expert-led video sessions</h2>

            <div class="relative max-w-5xl mx-auto rounded-[3rem] overflow-hidden shadow-2xl border-[12px] border-[#f8fafc]">
                <img class="w-full aspect-video object-cover" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/gen_f7f8bae158_dfba2fb67281710e.png" alt="a high-quality video frame showing professional educators in a classroom, collaborative learning, br" />
                <div class="absolute inset-0 bg-navy/20 flex items-center justify-center group cursor-pointer">
                    <div class="w-24 h-24 bg-rose-500 text-white rounded-full flex items-center justify-center shadow-2xl group-hover:scale-110 transition duration-300">
                        <i class="fa-solid fa-play text-3xl ml-2"></i>
                    </div>
                </div>
            </div>
        </div>
    </section>
    <!-- block:end video-learning -->

    <!-- block:start testimonials -->
    <section id="testimonials" class="py-24">
        <div class="max-w-7xl mx-auto px-6">
            <div class="text-center mb-20">
                <h2 class="text-4xl font-black text-navy mb-4">Voice of our learners</h2>
                <p class="text-gray-500 font-medium">Join over 50,000 successful professionals who transformed their lives with us.</p>
            </div>

            <div class="grid grid-cols-1 md:grid-cols-3 gap-10">
                <!-- Testimonial 1 -->
                <div class="p-10 testimonial-card relative group hover:-rotate-1 transition duration-500">
                    <p class="text-sm text-gray-600 font-medium italic mb-10 leading-relaxed">"The interactive modules and the ability to track my own progress made a huge difference in my career pivot. I felt supported at every step."</p>
                    <div class="flex items-center gap-4">
                        <img class="w-12 h-12 rounded-full border-2 border-primary" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-1.jpg" alt="Learner">
                        <div>
                            <h5 class="font-extrabold text-navy">Elena Vance</h5>
                            <p class="text-[10px] font-bold text-primary uppercase">UX Designer</p>
                        </div>
                    </div>
                    <div class="absolute top-10 right-10 text-primary/10 text-6xl"><i class="fa-solid fa-quote-right"></i></div>
                </div>

                <!-- Testimonial 2 -->
                <div class="p-10 testimonial-card relative group hover:rotate-1 transition duration-500">
                    <p class="text-sm text-gray-600 font-medium italic mb-10 leading-relaxed">"Mastering management through BrightPath was the best decision I made last year. The curriculum is relevant and immediately applicable."</p>
                    <div class="flex items-center gap-4">
                        <img class="w-12 h-12 rounded-full border-2 border-primary" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-2.jpg" alt="Learner">
                        <div>
                            <h5 class="font-extrabold text-navy">Marcus Thorne</h5>
                            <p class="text-[10px] font-bold text-primary uppercase">Project Lead</p>
                        </div>
                    </div>
                    <div class="absolute top-10 right-10 text-primary/10 text-6xl"><i class="fa-solid fa-quote-right"></i></div>
                </div>

                <!-- Testimonial 3 -->
                <div class="p-10 testimonial-card relative group hover:-rotate-1 transition duration-500">
                    <p class="text-sm text-gray-600 font-medium italic mb-10 leading-relaxed">"The flexibility to learn across all my devices meant I could study during my commute. The content is world-class."</p>
                    <div class="flex items-center gap-4">
                        <img class="w-12 h-12 rounded-full border-2 border-primary" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-3.jpg" alt="Learner">
                        <div>
                            <h5 class="font-extrabold text-navy">Sarah Jenkins</h5>
                            <p class="text-[10px] font-bold text-primary uppercase">Software Eng.</p>
                        </div>
                    </div>
                    <div class="absolute top-10 right-10 text-primary/10 text-6xl"><i class="fa-solid fa-quote-right"></i></div>
                </div>

                <!-- Repeat 3 more for the 6-grid feel -->
                <div class="p-10 testimonial-card relative group hover:rotate-1 transition duration-500">
                    <p class="text-sm text-gray-600 font-medium italic mb-10 leading-relaxed">"BrightPath Academy offers more than just videos; it's a complete ecosystem for career advancement."</p>
                    <div class="flex items-center gap-4">
                        <img class="w-12 h-12 rounded-full border-2 border-primary" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-4.jpg" alt="Learner">
                        <div>
                            <h5 class="font-extrabold text-navy">David Chen</h5>
                            <p class="text-[10px] font-bold text-primary uppercase">Startup Founder</p>
                        </div>
                    </div>
                </div>
                <div class="p-10 testimonial-card relative group hover:-rotate-1 transition duration-500">
                    <p class="text-sm text-gray-600 font-medium italic mb-10 leading-relaxed">"The legal certification I earned here helped me secure a promotion within three months. Exceptional value."</p>
                    <div class="flex items-center gap-4">
                        <img class="w-12 h-12 rounded-full border-2 border-primary" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-5.jpg" alt="Learner">
                        <div>
                            <h5 class="font-extrabold text-navy">Jessica Wu</h5>
                            <p class="text-[10px] font-bold text-primary uppercase">Compliance Officer</p>
                        </div>
                    </div>
                </div>
                <div class="p-10 testimonial-card relative group hover:rotate-1 transition duration-500">
                    <p class="text-sm text-gray-600 font-medium italic mb-10 leading-relaxed">"I love the bite-sized lessons. It fits perfectly into my busy schedule without feeling overwhelming."</p>
                    <div class="flex items-center gap-4">
                        <img class="w-12 h-12 rounded-full border-2 border-primary" src="https://storage.googleapis.com/uxpilot-auth.appspot.com/avatars/avatar-6.jpg" alt="Learner">
                        <div>
                            <h5 class="font-extrabold text-navy">Michael Roe</h5>
                            <p class="text-[10px] font-bold text-primary uppercase">Product Manager</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    <!-- block:end testimonials -->

    <!-- block:start contact -->
    <section id="contact" class="py-24 bg-slate-50/50 relative overflow-hidden">
        <div class="max-w-7xl mx-auto px-6 relative z-10">
            <div class="flex flex-col lg:flex-row gap-20">
                <div class="lg:w-1/3">
                    <h2 class="text-4xl font-black text-navy mb-6">Get in touch with <br>our experts</h2>
                    <p class="text-gray-500 font-medium mb-12 leading-relaxed">Have questions about our programs or certifications? Our team is here to help you navigate your educational journey.</p>

                    <div class="space-y-8">
                        <div class="flex items-start gap-5">
                            <div class="w-12 h-12 bg-white rounded-2xl flex items-center justify-center text-primary shadow-sm shrink-0">
                                <i class="fa-solid fa-location-dot"></i>
                            </div>
                            <div>
                                <h5 class="font-bold text-navy mb-1">Our Campus</h5>
                                <p class="text-sm text-gray-500 font-medium">123 Education Way, Suite 500<br>San Francisco, CA 94103</p>
                            </div>
                        </div>
                        <div class="flex items-start gap-5">
                            <div class="w-12 h-12 bg-white rounded-2xl flex items-center justify-center text-primary shadow-sm shrink-0">
                                <i class="fa-solid fa-envelope"></i>
                            </div>
                            <div>
                                <h5 class="font-bold text-navy mb-1">Email Us</h5>
                                <p class="text-sm text-gray-500 font-medium">admissions@brightpath.edu<br>support@brightpath.edu</p>
                            </div>
                        </div>
                        <div class="flex items-start gap-5">
                            <div class="w-12 h-12 bg-white rounded-2xl flex items-center justify-center text-primary shadow-sm shrink-0">
                                <i class="fa-solid fa-phone"></i>
                            </div>
                            <div>
                                <h5 class="font-bold text-navy mb-1">Call Anytime</h5>
                                <p class="text-sm text-gray-500 font-medium">+1 (555) 234-5678<br>Mon - Fri, 9am - 6pm PST</p>
                            </div>
                        </div>
                    </div>
                </div>

                <div class="lg:w-2/3">
                    <div class="bg-white p-8 sm:p-12 rounded-[3rem] shadow-2xl shadow-navy/5 border border-gray-100">
                        <form class="space-y-6">
                            <div class="grid grid-cols-1 sm:grid-cols-2 gap-6">
                                <div class="space-y-2">
                                    <label class="text-xs font-black uppercase tracking-widest text-gray-400 ml-1">Full Name</label>
                                    <input type="text" placeholder="John Doe" class="w-full bg-slate-50 border border-slate-100 rounded-2xl px-6 py-4 text-sm font-medium focus:ring-2 focus:ring-primary/10 focus:border-primary outline-none transition">
                                </div>
                                <div class="space-y-2">
                                    <label class="text-xs font-black uppercase tracking-widest text-gray-400 ml-1">Email Address</label>
                                    <input type="email" placeholder="john@example.com" class="w-full bg-slate-50 border border-slate-100 rounded-2xl px-6 py-4 text-sm font-medium focus:ring-2 focus:ring-primary/10 focus:border-primary outline-none transition">
                                </div>
                            </div>
                            <div class="space-y-2">
                                <label class="text-xs font-black uppercase tracking-widest text-gray-400 ml-1">Subject</label>
                                <select class="w-full bg-slate-50 border border-slate-100 rounded-2xl px-6 py-4 text-sm font-medium focus:ring-2 focus:ring-primary/10 focus:border-primary outline-none transition appearance-none">
                                    <option>Course Information</option>
                                    <option>Technical Support</option>
                                    <option>Partnership Inquiry</option>
                                    <option>Other</option>
                                </select>
                            </div>
                            <div class="space-y-2">
                                <label class="text-xs font-black uppercase tracking-widest text-gray-400 ml-1">Your Message</label>
                                <textarea rows="5" placeholder="How can we help you?" class="w-full bg-slate-50 border border-slate-100 rounded-2xl px-6 py-4 text-sm font-medium focus:ring-2 focus:ring-primary/10 focus:border-primary outline-none transition resize-none"></textarea>
                            </div>
                            <button type="submit" class="bg-primary text-white px-10 py-4 rounded-full font-bold shadow-xl shadow-primary/20 hover:bg-navy transition-all duration-300 flex items-center gap-3">
                                Send Message
                                <i class="fa-solid fa-paper-plane text-xs"></i>
                            </button>
                        </form>
                    </div>
                </div>
            </div>
        </div>

        <!-- Decorative Background Blob -->
        <div class="absolute -right-20 bottom-0 w-96 h-96 bg-primary/5 rounded-full blur-3xl"></div>
    </section>
    <!-- block:end contact -->

    <!-- block:start footer -->
    <footer id="footer" class="bg-navy pt-24 pb-12 text-white">
        <div class="max-w-7xl mx-auto px-6">
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-16 mb-20">
                <div>
                    <a href="#" class="flex items-center gap-3 mb-8">
                        <div class="w-10 h-10 bg-primary rounded-xl flex items-center justify-center text-white">
                            <i class="fa-solid fa-compass text-xl"></i>
                        </div>
                        <span class="text-2xl font-black tracking-tight">BrightPath</span>
                    </a>
                    <p class="text-gray-400 text-sm font-medium leading-relaxed mb-10">Mastering the skills of tomorrow, today. Join the world's most innovative learning community.</p>
                    <div class="flex gap-4">
                        <a href="#" class="w-10 h-10 bg-white/5 rounded-xl flex items-center justify-center text-white hover:bg-primary transition">
                            <i class="fa-brands fa-facebook-f"></i>
                        </a>
                        <a href="#" class="w-10 h-10 bg-white/5 rounded-xl flex items-center justify-center text-white hover:bg-primary transition">
                            <i class="fa-brands fa-instagram"></i>
                        </a>
                        <a href="#" class="w-10 h-10 bg-white/5 rounded-xl flex items-center justify-center text-white hover:bg-primary transition">
                            <i class="fa-brands fa-linkedin-in"></i>
                        </a>
                    </div>
                </div>

                <div>
                    <h5 class="font-black uppercase tracking-[0.2em] text-[11px] text-primary mb-10">Knowledge Tracks</h5>
                    <ul class="space-y-4">
                        <li><a href="#" class="text-sm font-medium text-gray-400 hover:text-white transition">Career Launchpad</a></li>
                        <li><a href="#" class="text-sm font-medium text-gray-400 hover:text-white transition">Leadership Mastery</a></li>
                        <li><a href="#" class="text-sm font-medium text-gray-400 hover:text-white transition">Visual Comms</a></li>
                        <li><a href="#" class="text-sm font-medium text-gray-400 hover:text-white transition">Compliance Law</a></li>
                    </ul>
                </div>

                <div>
                    <h5 class="font-black uppercase tracking-[0.2em] text-[11px] text-primary mb-10">Learner Support</h5>
                    <ul class="space-y-4">
                        <li><a href="#" class="text-sm font-medium text-gray-400 hover:text-white transition">Help Center</a></li>
                        <li><a href="#" class="text-sm font-medium text-gray-400 hover:text-white transition">Pricing Plans</a></li>
                        <li><a href="#" class="text-sm font-medium text-gray-400 hover:text-white transition">Student Portal</a></li>
                        <li><a href="#contact" class="text-sm font-medium text-gray-400 hover:text-white transition">Contact Us</a></li>
                    </ul>
                </div>

                <div>
                    <h5 class="font-black uppercase tracking-[0.2em] text-[11px] text-primary mb-10">Academy Info</h5>
                    <ul class="space-y-4 text-sm text-gray-400 font-medium">
                        <li>About BrightPath</li>
                        <li>Teaching Philosophy</li>
                        <li>Press & News</li>
                        <li>Careers at Academy</li>
                    </ul>
                </div>
            </div>

            <div class="pt-8 border-t border-white/5 flex flex-col md:flex-row justify-between items-center gap-6">
                <p class="text-[10px] font-bold uppercase tracking-widest text-gray-500">© 2024 BrightPath Academy. All Rights Reserved.</p>
                <div class="flex gap-8 text-[10px] font-bold uppercase tracking-widest text-gray-500">
                    <a href="#" class="hover:text-white transition">Privacy</a>
                    <a href="#" class="hover:text-white transition">Terms</a>
                    <a href="#" class="hover:text-white transition">Cookies</a>
                </div>
            </div>
        </div>
    </footer>
    <!-- block:end footer -->

</body>
</html>

Unlimited access to all templates

Unlock our entire library of premium UI kits, dashboards, and landing pages with a single yearly payment.

€60 per year
Get Unlimited Access

More Education Templates