© projectgrit.fit. All rights reserved.

Let’s Connect

Whether you're just starting out or looking to take your fitness to the next level, I’m here to help. Fill out the form below and let’s start building a stronger, healthier you.

let lastScrollY = window.scrollY; const menu = document.getElementById('menuContainer'); window.addEventListener('scroll', () => { if (window.scrollY > lastScrollY) { // Scrolling down menu.style.transform = 'translateY(-100%)'; menu.style.opacity = '0'; } else { // Scrolling up menu.style.transform = 'translateY(0)'; menu.style.opacity = '1'; } lastScrollY = window.scrollY; });

Prefer email? Reach out anytime at: [email protected]

ACSM (CPT), NASM (PES), NASM (CES), ACE (FNS)

A Little About Me

My name is Gaurav and I am a seasoned professional who has managed large teams to provide outstanding customer service in fitness centres. It is my passion to help and coach people around me to improve their lifestyle habits and achieve their fitness goals. I am a Certified Trainer from the American College of Sports Medicine, National Academy of Sports Medicine, and American Council on Exercise.
I aim to bridge the gap between knowledge and action by providing evidence-based training, nutritional guidance, and ongoing support—so my clients don’t just train hard, but train smart for life.

Former Fitness Manager at Gold’s Gym

With over 12 years of experience as a qualified fitness trainer and former Fitness Manager at Gold’s Gym, I’ve had the privilege of training a diverse range of clients from special populations and athletes to celebrities and kids. My journey at Gold’s Gym shaped my approach to fitness, emphasizing personalized, results-driven training. Now, I’m on a mission to share my experience and help you discover your true potential through scientifically backed, transformative fitness programs tailored just for you.I aim to bridge the gap between knowledge and action by providing evidence-based training, nutritional guidance, and ongoing support so my clients don’t just train hard, but train smart for life.

Training Backed by Science, Designed for You

My coaching is grounded in exercise science, biomechanics, and evidence-based principles not passing trends or guesswork. Using intelligent methods like smart periodization, progressive overload, and corrective exercise, I help clients train with safety, intention, and long-term impact. Each session is strategically built to optimize performance, enhance mobility, and prevent injury with measurable progress at every stage. Beyond coaching clients, I make it a mission to educate trainers and aspiring coaches on the why behind effective training. I emphasize the importance of integrating all core components of fitness strength, endurance, mobility, stability, and recovery into every program.

My Mission

At projectgrit.fit, my mission is to empower individuals to take control of their health and fitness through science-backed, personalized training. With over a decade of hands-on experience and certifications from leading global fitness organizations, I bring a deep, evidence-based understanding of what truly works not just in theory, but in real-life results.My approach is centered around intelligent muscle-focused training because building and preserving muscle isn’t just about aesthetics. It plays a critical role in fat loss, strength development, joint stability, bone health, and overall metabolic function. Muscle is your body’s engine it enhances performance, protects against injury, and is one of the most powerful tools for longevity and vitality. This is the foundation of how I train, coach, and guide every individual.Whether you're a beginner taking your first steps or an athlete seeking optimal performance, my goal is to simplify fitness and make it sustainable. Every program I design is rooted in physiology, tailored to your goals, and delivered with precision. It's about creating long-term, realistic progress not just short-term changes.

At projectgrit.fit, we go beyond reps and sets. This is a holistic journey combining strength training, corrective exercise, and practical nutrition strategies. It's about mindset, education, and building a lifestyle where fitness becomes a permanent, empowering part of your life.What sets this approach apart is the emphasis on muscle as a cornerstone of health. Science consistently shows that improving lean muscle mass enhances fat loss, boosts metabolism, strengthens bones, and protects against age-related decline. That’s why every training plan I design prioritizes muscle development not just for aesthetics, but as a powerful driver of resilience, energy, and long-term health.This isn’t a one-size-fits-all program. It’s a system rooted in clinical principles, sports science, and real-world experience tailored to your body, your goals, and your lifestyle. You’ll learn the why behind every movement, making your workouts not just effective, but meaningful and efficient.Here you're not just following a routine you're learning to train with purpose, move better, and build a foundation that will serve you for life.

A Little About Me

I’m Gaurav, a certified fitness coach, transformation guide, and founder of ProjectGRIT. With over 12 years of hands-on experience, I’ve helped people from all backgrounds transform their bodies, regain energy, and build sustainable strength for life.My journey began with a simple goal: to make fitness more personal, purposeful, and practical. Over time, I realized that transformation isn’t just about muscles or weight loss — it’s about mindset, consistency, and grit.

Credentials & Experience

• Certified by the American College of Sports Medicine (ACSM)• Certified by the National Academy of Sports Medicine (NASM) and American Council on Exercise (ACE)• Former Fitness Manager at Gold’s Gym, where I led teams, educated trainers, and coached a wide spectrum of clients — from beginners and special populations to athletes, and celebrities.• Extensive experience in both online and in-person coaching, including injury recovery, functional training, and performance enhancement.

My Coaching Philosophy

• Clarity: Know exactly what your body needs and why
• Sustainability: Train smart, eat right, recover well — no fads, no burnout
• Trust: I coach as your partner adapting, supporting, and celebrating every step with you

Why Muscle Matters

My approach centers around muscle-focused training because:
• It fuels fat loss and metabolic health
• It builds strength, joint stability, and posture
• It enhances energy, mobility, and long-term vitality

At ProjectGRIT, I don’t follow trends I follow science. You’ll train with purpose, move better, and build a strong, resilient body that supports your life not just your workouts.This is fitness made smarter, simpler, and sustainable backed by experience, powered by results.

let lastScrollY = window.scrollY; const menu = document.getElementById('menuContainer'); window.addEventListener('scroll', () => { if (window.scrollY > lastScrollY) { // Scrolling down menu.style.transform = 'translateY(-100%)'; menu.style.opacity = '0'; } else { // Scrolling up menu.style.transform = 'translateY(0)'; menu.style.opacity = '1'; } lastScrollY = window.scrollY; });

Frequently Asked Questions

What makes your training approach different from others?
My training is based on over a decade of experience and internationally recognized certifications. Every program I create is personalized, science-backed, and focused on sustainable results—not just trends.
Can I train with you even if I’m a complete beginner?
Absolutely. Whether you're just starting or returning after a break, I create programs that match your current fitness level and gradually progress you toward your goals.
How does online coaching work?
Once you sign up, I’ll assess your goals, current fitness level, and available equipment. You’ll receive a customized training plan, nutrition guidance, and weekly check-ins to track your progress and keep you motivated.
What kind of support will I receive during online coaching?
You'll have regular check-ins, chat/email access for questions, progress tracking, and continuous adjustments to your workouts and nutrition—just like having me by your side, virtually.
Do I need a gym or equipment for your online training?
Not at all. I design your program based on what you have—whether it’s a fully equipped gym, a few dumbbells at home, or just your bodyweight.
How long will it take to see results?
While it varies by person, most clients begin noticing changes in 3–4 weeks with consistent training, proper nutrition, and recovery.
Can your programs help with weight loss, muscle gain, or injury recovery?
Yes. I specialize in fat loss, lean muscle building, and corrective exercise. Programs are designed to match your specific goal—whether that’s aesthetic, performance, or mobility-related.
const faqItems = document.querySelectorAll('.faq-item'); faqItems.forEach(item => { item.querySelector('.faq-question').addEventListener('click', () => { item.classList.toggle('active'); faqItems.forEach(other => { if (other !== item) other.classList.remove('active'); }); }); });
let lastScrollY = window.scrollY; const menu = document.getElementById('menuContainer'); window.addEventListener('scroll', () => { if (window.scrollY > lastScrollY) { // Scrolling down menu.style.transform = 'translateY(-100%)'; menu.style.opacity = '0'; } else { // Scrolling up menu.style.transform = 'translateY(0)'; menu.style.opacity = '1'; } lastScrollY = window.scrollY; });

Testimonials

Sahidur Rehman (Mumbai) – Actor

Movies – Bhaag Milkha Bhaag, Kaabil, Vikram Vedha, Batla House, The Last Koan (Awarded – Best Actor), Deva, Kaun Kitney Paani Mein, Samrat Prithvi Raj, Baby John, Happy (Austrian movie)
Web Series – Made in Heaven, Grahan, Dahan, Sin

★★★★★

I met Gaurav when I got the opportunity to work in the movie Bhaag Milkha Bhaag. At that time, I was called in by Farhan Akhtar's personal fitness trainer to meet the person who would be responsible for transforming me for the role. That was the first time I met Gaurav.

To be honest, there was some initial doubt even Farhan's trainer wasn't fully confident whether I could gain the necessary muscle mass in the limited time I had. But Gaurav looked at me and simply said, ‘It’s tough, but not impossible.’ That one sentence gave me hope. I trusted him from that moment on. His guidance on exercise, nutrition, and supplements completely changed me. I still remember the reactions on the movie set people were genuinely surprised by how drastically I had transformed.

The impact of that transformation didn’t stop there. Even after the movie, big names like Shahid Kapoor and Hrithik Roshan personally praised me for my look and performance in Bhaag Milkha Bhaag when I worked with them on other film projects.

At the time, I was also performing at Kingdom of Dreams and simultaneously practicing running at the stadium to stay true to my character of a professional athlete. Even with such a hectic schedule, Gaurav made sure I stayed on track and got the results I needed.

To this day, I continue to reach out to him whenever I need to prepare for a new role or physical transformation. I'm truly grateful to have a trainer like Gaurav in my life.

Sahidur Rehman Testimonial

Aahna Mehrotra (Mumbai/New Delhi)

Founder, AM Sports Law & Management Co. https://amsportslaw.com/

★★★★★

I have known and trained with Gaurav since the year 2015. He has been advising me on fitness patterns, exercise routines, food and nutrition ever since. While I have typically disliked going to gyms, Gaurav made personal training sessions at home fun and innovative.

His conduct, at all times, mattered most. There were days when he would adjust sessions (despite having planned something different on his way to the session) based on my work day (as a lawyer it tends to get intense on days) — be it through kick boxing or on other days just 1-mile walks. Gaurav made me look forward to working out.

One of my experiences that stood out with Gaurav were periods of injury and recovery — I remember having suffered an injury in my ankle at some point. When we resumed our training sessions, Gaurav was always cautious about not putting strain on my ankle. If I ever complained of the slightest pain, he would immediately stop the exercise and figure an alternative — small things that made the healing process so much better and enabled me to continue to exercise.

I would highly recommend him as a trainer for fitness regimes including but not limited to functional training, weights, using newer equipment like TRX and BOSU, kick boxing, and being a part of your fitness journey, in general.

Aahna Mehrotra Testimonial

Shreyasi Debnath (Stockholm, Sweden)

Former Vice President (Finance), CMC Comms. Consulting Pvt. Ltd.

★★★★★

I have been training under Gaurav since 2012. I had a very hectic corporate job, often hustling between cities and countries. This made workout very irregular, but when Gaurav became my personal trainer, he kept motivating me and made me regular.

He takes special precautions when one is physically injured and also when someone is emotionally down. His understanding, support, and consistency have made a huge difference in my fitness journey.

I am so used to his training that even after shifting from India, I continued with him online.

Shreyasi Debnath Testimonial

Arjun Malhotra (Delhi)

Executive Director / Business Owner, Ace Honda

★★★★★

I met Gaurav around 7-8 years ago when I recently moved back to India from the US. I had lost around 70 kgs just before moving back and continued to work out, thinking I was building muscle by doing weight training, but little did I know, I had the whole concept of weight training wrong.

When Gaurav & I did our trial workout, meaning he had to evaluate my current health status, I was in for a rude awakening. Due to my extreme weight loss, I had also burnt through a lot of muscle, and overall I was weak — I couldn't do 10 pushups properly or even a 10KG bench press without struggling!

Gaurav has helped build a strong muscle foundation over the years, and we've built on that by increasing our weights while lifting.

Over the years, not only have I become stronger, but my form has also improved, and my concept of weight training has been entirely revamped to the extent that I can train on my own & know exactly what I'm doing. Gaurav not only trained me to lift weights but also helped build a more confident version of myself, understand what my body needs & gave some interesting insights into my diet as well. Nourishing your body is sometimes more important than training, and Gaurav was always supportive in advising me. Gaurav had also emphasised stretching, which I never did personally, but I now do more than ever!

When you meet Gaurav, it's essential to be clear about your goals so he can help you achieve them and have patience. Working out is like building a business; it takes energy & patience, which is Gaurav's core understanding. I was lucky to train with him for all these years, and not once did I get injured — in fact, he made sure of that.

Before I met Gaurav, I had personally met 7 out of 8 trainers, and I can say without a doubt that Gaurav by far exceeds in knowledge, experience & determination than anyone I have met in Delhi. You are in safe & good hands with Gaurav. I strongly recommend Gaurav to be a part of your fitness journey.

Arjun Malhotra Testimonial

Disha Mehta (Delhi)

Owner (Classic Hydraulic Jacks)

★★★★★

Gaurav is a hardworking and highly professional trainer. He is fully committed, and consistently delivers the best results for his clients. He's also an incredible source of motivation and ongoing support.

I first met him at Gold’s Gym in 2012 and started training under his guidance and that decision truly changed everything for me. His personalized approach, deep knowledge, and continuous encouragement helped me improve drastically, both physically and mentally.

Thanks to his expert training, I was able to get selected for the FIT & FAB contest conducted by Gold’s Gym in 2013 at the pan-India level and I made it to the top five contestants. I owe a big part of that success to Gaurav's coaching and mentorship.

Disha Testimonial

Vipin Rathi (Noida)

Manager, One97 Communications Ltd.(paytm.com)

★★★★★

I have a demanding corporate job that involves long hours of sitting, which had started affecting my posture, energy levels, and overall fitness. A few years ago, a friend introduced me to Gaurav, and I began taking online training sessions with him.

From day one, Gaurav’s guidance has been exceptional not just in terms of workouts tailored to my lifestyle, but also with the right advice on supplements and recovery.

Now I feel stronger, more energetic, and far more confident in my physical abilities. I’ve even started preparing for trekking and hiking trips something I wouldn’t have imagined doing earlier.

I truly thank Gaurav for bringing this positive change into my life.

Vipin Rathi Testimonial

Ashish (Dehradun)

Entrepreneur

★★★★★

I've known Gaurav for over 10 years now, but it’s only recently that I started training under him through his online coaching program and I honestly wish I had started sooner.

Even through virtual sessions, his guidance has been incredibly precise and effective. Under his coaching, I’ve not only lost a significant amount of weight but also gained serious muscle mass.

More importantly, I feel younger, stronger, and better than ever both physically and mentally. Gaurav’s structured programs, personalized approach, and deep understanding of fitness have completely transformed the way I train.

Ashish Testimonial

Tushar (Delhi)

Student & Basketball Player

★★★★★

I’ve been training online with Gaurav, and it’s been one of the best decisions I’ve made for my health and performance. His training plans have helped me maintain my weight consistently without stress or extreme dieting.

I feel much more focused during my studies, and my energy levels have gone up noticeably. The biggest change I’ve seen is in my basketball performance — my speed, stamina, and coordination have all improved significantly.

The workouts are challenging but smart, and the support has always been consistent.

Tushar Testimonial
let lastScrollY = window.scrollY; const menu = document.getElementById('menuContainer'); window.addEventListener('scroll', () => { if (window.scrollY > lastScrollY) { // Scrolling down menu.style.transform = 'translateY(-100%)'; menu.style.opacity = '0'; } else { // Scrolling up menu.style.transform = 'translateY(0)'; menu.style.opacity = '1'; } lastScrollY = window.scrollY; });

Insights and Articles

Read. Reflect. Rise. Power your progress with purpose.


The American College of Sports Medicine (ACSM) is one of the most respected and science-driven organizations in the health and fitness industry. As an ACSM Certified Personal Trainer, I am trained to design safe, effective, and evidence-based fitness programs tailored to individual needs and goals.
This certification isn't just recognized—it’s ranked as the nation’s best. According to Forbes Health (June 2024), the ACSM-CPT was named the #1 Personal Trainer Certification Program, earning a perfect 5-star rating—the only program to do so.
Why does this matter to you?
Because when you train with an ACSM-CPT certified professional, you're not just following trends—you're following a program built on research, results, and safety. Whether your goal is fat loss, strength, rehabilitation, or athletic performance, I apply proven methods that deliver real progress without risking injury.



The NASM Performance Enhancement Specialist (PES) certification is designed for advanced training of athletes and active individuals who want to perform at their highest level. It’s one of the top credentials in sports performance training globally.
As a NASM-PES certified coach, I am trained in cutting-edge techniques to improve strength, speed, agility, power, and endurance—all backed by the National Academy of Sports Medicine's Optimum Performance Training (OPT™) model.
Why is this important for you?
Whether you're an athlete, weekend warrior, or someone who simply wants to move better and stronger, this certification means I understand how to train your body for peak performance, reduce injury risk, and unlock your full potential.
Working with a PES-certified trainer ensures you’re getting high-level sports performance programming, not just workouts.



The NASM Corrective Exercise Specialist (CES) certification focuses on identifying and correcting muscle imbalances, movement dysfunctions, and postural issues that can lead to pain or injury during training or daily life.
As a CES-certified trainer, I am equipped to assess movement patterns and design programs that improve mobility, stability, and overall biomechanics. This means I help clients move more efficiently—reducing pain, preventing injury, and enhancing performance.
Why is this important for you?
Many people train with underlying imbalances they don’t even realize, which eventually cause discomfort or setbacks. With the CES specialization, I ensure your training is not just effective, but also safe, personalized, and long-lasting.
A trainer with NASM-CES certification doesn't just push you harder—they help you move better, recover faster, and avoid injury.



The ACE Fitness Nutrition Specialist (FNS) certification bridges the gap between fitness and nutrition, empowering trainers to guide clients with science-based dietary strategies that support their health and performance goals.
As an ACE-FNS certified coach, I am trained to help clients understand how nutrition impacts energy, recovery, fat loss, muscle gain, and overall well-being. While I don’t prescribe strict diets, I provide evidence-backed guidance to help you build sustainable, healthy eating habits.
Why is this important for you?
Fitness without proper nutrition is like driving with the handbrake on. My FNS certification ensures you get a well-rounded program—one that aligns your workouts with smart eating strategies to maximize your results.
With the ACE-FNS credential, I help you fuel your body, not just train it—so you feel better, perform better, and achieve your goals faster.



This specialized course enhanced my understanding of advanced cardiorespiratory programming to boost endurance, stamina, and athletic performance. It covers techniques for optimizing both aerobic and anaerobic systems, tailored for athletes as well as general fitness clients.
This training equips me to design structured cardiovascular routines that improve heart and lung efficiency, energy system development, and overall conditioning—while minimizing risk of overtraining.
Whether you're training for a sport, a race, or just want to improve your cardiovascular health, my approach blends science-backed protocols with real-world application for optimal results.
It's not just about working harder—it's about training smarter for better performance and long-term progress.

const blockedIDs = [ "container17", "container23", "container15", "container05", "container19", "container24", "container25", "container27", "container28", "container30", "container29", "container33", "container32", "container22", "container26", "container31", "container08" ]; let scrollLocked = false; function updateScrollLock() { const midY = window.scrollY + window.innerHeight / 2; scrollLocked = false; for (let id of blockedIDs) { const el = document.getElementById(id); if (el) { const top = el.offsetTop; const bottom = top + el.offsetHeight; if (midY >= top && midY < bottom) { scrollLocked = true; break; } } } } function blockScroll(e) { if (scrollLocked) { e.preventDefault(); e.stopPropagation(); return false; } } setInterval(updateScrollLock, 200); document.addEventListener('wheel', blockScroll, { passive: false }); document.addEventListener('touchmove', blockScroll, { passive: false }); document.addEventListener('keydown', function(e) { if (scrollLocked && [32, 33, 34, 35, 36, 37, 38, 39, 40].includes(e.keyCode)) { e.preventDefault(); return false; } }); window.addEventListener('load', updateScrollLock);
Certificate 1 of 5
const certContainers = [ "container17", "container05", "container25", "container29", "container26" ]; function updateCertCounter() { let visibleContainers = []; for (let i = 0; i < certContainers.length; i++) { const el = document.getElementById(certContainers[i]); if (el) { const rect = el.getBoundingClientRect(); const isVisible = rect.bottom > 0 && rect.top < window.innerHeight; if (isVisible) { visibleContainers.push({ index: i, top: Math.abs(rect.top) }); } } } if (visibleContainers.length > 0) { visibleContainers.sort((a, b) => a.top - b.top); const current = visibleContainers[0].index; document.getElementById("certCounter").innerText = `Certificate ${current + 1} of ${certContainers.length}`; } else { document.getElementById("certCounter").innerText = ""; } } window.addEventListener("load", updateCertCounter); window.addEventListener("scroll", updateCertCounter);
let lastScrollY = window.scrollY; const menu = document.getElementById('menuContainer'); window.addEventListener('scroll', () => { if (window.scrollY > lastScrollY) { // Scrolling down menu.style.transform = 'translateY(-100%)'; menu.style.opacity = '0'; } else { // Scrolling up menu.style.transform = 'translateY(0)'; menu.style.opacity = '1'; } lastScrollY = window.scrollY; });

Choose your Grit

Whether you're starting or leveling up — your journey begins here.

Momentum Plan

3 Months

36 sessions (60 mins live)⭐ Most Popular PlanBuild lasting habits, improve performance, and see visible results.

  • Fully personalized training and nutrition plan

  • 1-on-1 video calls

  • Real-time WhatsApp support

  • Form checks & workout feedback via video

  • Supplement guidance

  • Monthly performance review + reprogramming

  • Designed for anyone who wants to move better, feel stronger, and stay consistent

Elite Coaching

Monthly

12 sessions (60 mins live)For serious clients who want premium accountability and support.

  • Fully personalized training and nutrition plan

  • 1-on-1 video calls

  • Real-time WhatsApp support

  • Form checks & workout feedback via video

  • Supplement guidance

  • Monthly performance review + reprogramming

  • Habit & Lifestyle Coaching

  • Goal Tracking Dashboard (can be Google Sheets, app-based, or custom)

  • Designed for anyone who wants to move better, feel stronger, and stay consistent

Posture Correction

4 sessions

30 mins liveIdentify and fix postural issues that limit your progress and cause pain.

  • Postural assessment via video

  • Personalized corrective exercise plan

  • Video walkthrough of drills & stretches

  • Weekly posture check-in (2 weeks)

  • Ideal for desk workers, beginners, or anyone with back/shoulder discomfort.

Understanding Movements Session

1 session

30 mins liveMaster the “why” behind every exercise to train with intention.

  • 1-on-1 video session to break down movement mechanics

  • Learn proper form, muscle engagement, and breathing

  • Ideal for beginners or intermediate clients

  • Includes follow-up resources/videos

  • Build confidence and avoid injury by training smarter.

let lastScrollY = window.scrollY; const menu = document.getElementById('menuContainer'); window.addEventListener('scroll', () => { if (window.scrollY > lastScrollY) { // Scrolling down menu.style.transform = 'translateY(-100%)'; menu.style.opacity = '0'; } else { // Scrolling up menu.style.transform = 'translateY(0)'; menu.style.opacity = '1'; } lastScrollY = window.scrollY; });

ProjectGRIT is more than just a fitness platform — it’s a movement. A space where everyday people take charge of their health, build real strength, and transform their lives through consistent, guided effort.Whether you’re a beginner, a busy professional, an athlete, or someone simply looking to feel better in your body — ProjectGRIT is designed for you.

Why “GRIT”?

The word “Grit” stands for courage, resolve, and unwavering determination. And that’s exactly what you need to truly transform — not just physically, but mentally too.At ProjectGRIT, we believe fitness is not about crash diets or unrealistic routines. It’s about showing up consistently, doing what works for your body, and becoming the strongest version of yourself — one day at a time.

What I Offer

At ProjectGRIT, I provide:
• Online Coaching (via video calls and custom plans)
• Offline/Personal Training (for select cities)
• Customized Workouts & Nutrition Plans
• Supplement Guidance Based on Your Goals
• Injury Recovery & Performance Enhancement
• Support for Weight Loss, Muscle Gain, Strength, Mobility & More

Who Is This For?

This isn’t just for bodybuilders or fitness models.
ProjectGRIT is for:
• Professionals stuck in long desk jobs
• Actors and performers preparing for roles
• Students and athletes looking to improve performance
• Men and women of all ages wanting to get stronger, healthier, and more energetic
• Anyone who’s ready to commit to their own wellbeing

How It Works

• I Start With You
You share your goals, challenges, current lifestyle, and any injuries or health issues.
• I Design Your Path
A personalized plan is created just for you tailored workouts, meal strategies, and accountability tracking.
• You Transform, With Support
We work together. You get ongoing check-ins, adjustments, and motivation because real change happens over time.

Why Clients Stick With Me

Because ProjectGRIT is about real-life fitness.
I adapt to your schedule, support you when life gets tough, and celebrate your progress no matter how small.
You won’t just train for a few weeks.
You’ll learn, grow, and build habits that stay with you for life.

let lastScrollY = window.scrollY; const menu = document.getElementById('menuContainer'); window.addEventListener('scroll', () => { if (window.scrollY > lastScrollY) { // Scrolling down menu.style.transform = 'translateY(-100%)'; menu.style.opacity = '0'; } else { // Scrolling up menu.style.transform = 'translateY(0)'; menu.style.opacity = '1'; } lastScrollY = window.scrollY; });