.mprti{--bg:light-dark(#f7f3ea,#11100e);--surface:light-dark(#fffdf8,#1b1916);--surface2:light-dark(#f1eadc,#24211c);--text:light-dark(#171512,#f8f4eb);--muted:light-dark(#655f55,#c8c0b2);--line:light-dark(#ddd4c5,#3a342c);--accent:light-dark(#b85c2b,#ef8b52);--accent2:light-dark(#d7a84a,#f1c86a);--dark:light-dark(#201b17,#090807);color-scheme:light dark;width:100%;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:normal;text-align:left}
html{scroll-behavior:smooth}
.mprti *{box-sizing:border-box}
.mprti h1,.mprti h2,.mprti h3{font-family:inherit;color:inherit;letter-spacing:normal;font-weight:700;text-transform:none}
.mprti p{font-size:16px;margin:1em 0}
.mprti section{padding:82px 0;scroll-margin-top:90px}
.mprti .mp-container{width:min(1120px,92%);margin:auto}
.mprti .mp-hero{padding:54px 0 76px;display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}
.mprti .mp-eyebrow{display:inline-flex;padding:8px 12px;border:1px solid var(--line);border-radius:999px;color:var(--accent);font-weight:800;font-size:12px;letter-spacing:.08em;text-transform:uppercase}
.mprti .mp-hero h1{font-size:clamp(42px,6vw,76px);line-height:.98;margin:18px 0;font-weight:800}
.mprti .mp-hero h1 span{color:var(--accent)}
.mprti .mp-hero p{font-size:18px;line-height:1.65;color:var(--muted);max-width:650px}
.mprti .mp-cta{display:inline-flex;align-items:center;gap:10px;background:var(--accent);color:#fff;border:0;border-radius:14px;padding:16px 21px;font-weight:900;text-decoration:none;margin-top:16px;box-shadow:0 12px 28px #0002}
.mprti .mp-cta:hover{color:#fff;text-decoration:none;opacity:.92}
.mprti .mp-hero-card{background:linear-gradient(145deg,var(--dark),#3a271c);color:#fff;padding:30px;border-radius:28px;min-height:420px;position:relative;overflow:hidden}
.mprti .mp-orb{position:absolute;width:260px;height:260px;border-radius:50%;right:-70px;top:-70px;background:radial-gradient(circle,#f1c86a,transparent 68%);opacity:.55}
.mprti .mp-hero-card h2{font-size:38px;line-height:1;margin:0 0 18px;position:relative;color:#fff}
.mprti .mp-hero-card .mp-big{font-size:88px;font-weight:950;line-height:.9;color:#f1c86a;position:relative}
.mprti .mp-hero-card ul{list-style:none;padding:0;margin:28px 0 0;display:grid;gap:12px;position:relative}
.mprti .mp-hero-card li{font-weight:700;color:#fff}
.mprti .mp-hero-card li::before{content:'✓';color:#f1c86a;margin-right:10px}
.mprti .mp-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:28px}
.mprti .mp-stat{background:var(--surface);border:1px solid var(--line);padding:18px;border-radius:16px}
.mprti .mp-stat b{font-size:23px;display:block}
.mprti .mp-stat span{font-size:12px;color:var(--muted)}
.mprti .mp-section-head{max-width:760px;margin-bottom:36px}
.mprti .mp-section-head h2{font-size:clamp(32px,4vw,52px);line-height:1.05;margin:10px 0}
.mprti .mp-section-head p{color:var(--muted);font-size:17px;line-height:1.7}
.mprti .mp-pain{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.mprti .mp-pain div{padding:18px 20px;background:var(--surface);border:1px solid var(--line);border-radius:14px;font-weight:650}
.mprti .mp-quote{margin-top:30px;padding:26px;border-left:5px solid var(--accent);background:var(--surface2);border-radius:0 18px 18px 0;font-size:24px;font-weight:850}
.mprti .mp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.mprti .mp-card{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:25px}
.mprti .mp-icon{font-size:29px}
.mprti .mp-card h3{margin:12px 0 8px;font-size:19px}
.mprti .mp-card p{color:var(--muted);line-height:1.6;margin:0}
.mprti .mp-journey{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.mprti .mp-day{background:var(--dark);color:#fff;border-radius:18px;padding:20px 15px;min-height:180px}
.mprti .mp-day b{font-size:11px;color:#f1c86a;letter-spacing:.1em}
.mprti .mp-day h3{font-size:21px;margin:25px 0 8px;color:#fff}
.mprti .mp-day p{color:#d4cdc2;font-size:13px;line-height:1.45}
.mprti .mp-band{background:var(--dark);color:#fff;border-radius:30px;padding:54px}
.mprti .mp-band h2{font-size:clamp(34px,5vw,58px);margin:0 0 15px;line-height:1;color:#fff}
.mprti .mp-band p{color:#d6cec3;max-width:700px;line-height:1.7}
.mprti .mp-faq details{background:var(--surface);border:1px solid var(--line);border-radius:14px;margin:10px 0;padding:18px}
.mprti .mp-faq summary{font-weight:850;cursor:pointer}
.mprti .mp-faq p{color:var(--muted);line-height:1.6}
.mprti .mp-mobile-cta{display:none}
@media(max-width:800px){.mprti .mp-hero{grid-template-columns:1fr;padding-top:32px}.mprti .mp-hero-card{min-height:350px}.mprti .mp-stats{grid-template-columns:1fr 1fr}.mprti .mp-pain{grid-template-columns:1fr}.mprti .mp-grid{grid-template-columns:1fr 1fr}.mprti .mp-journey{grid-template-columns:1fr 1fr}.mprti .mp-mobile-cta{display:block;position:fixed;bottom:14px;left:14px;right:14px;text-align:center;background:var(--accent);color:#fff;padding:15px;border-radius:14px;text-decoration:none;font-weight:900;z-index:20;box-shadow:0 10px 25px #0004}.is-section-footer{padding-bottom:80px}}
@media(max-width:520px){.mprti .mp-grid{grid-template-columns:1fr}.mprti .mp-hero h1{font-size:46px}.mprti .mp-hero-card .mp-big{font-size:70px}.mprti .mp-band{padding:32px 24px}.mprti .mp-journey{grid-template-columns:1fr}.mprti .mp-day{min-height:auto}.mprti .mp-day h3{margin-top:12px}}
Student Mind Training • 6 Days
Train Your Mind.
Strengthen Your Focus.
A specialised Mind Power & Meditation Training Program for students — focused on awareness, concentration, memory practices, stress management, confidence and study discipline.
START MY 6-DAY JOURNEY →
6 DaysStructured training
FocusAttention practice
MemoryLearning & recall
CalmStress management
06
Days to start training the mind behind your studies.
- Mind Power & Meditation
- Focus & Concentration
- Memory & Recall Practices
- Confidence & Stress Management
Does this sound familiar?
Studying hard but still not getting the results you want?
Sometimes the challenge is not simply study time. Distraction, stress, overthinking and lack of concentration can interfere with the learning process.
❌ “I sit to study, but my mind keeps wandering.”
❌ “I read again and again, but I don't remember.”
❌ “I spend hours studying but get very little done.”
❌ “Games, movies or social media distract me.”
❌ “I feel sleepy or mentally tired while studying.”
❌ “I understand in class but can't recall later.”
❌ “I get nervous in the examination hall.”
❌ “I keep thinking about another subject.”
Don't just study more.
Learn to study with a more focused mind.
What you train
Build the mental skills behind better learning.
🧠
Focus
Practice bringing your attention back when distractions arise.
🎯
Concentration
Develop practices for sustained attention during study and revision.
📚
Memory & Recall
Support attentive learning and recall through structured mind practices.
😌
Stress Management
Use meditation and breathing practices for calmness and balance.
💪
Confidence
Develop self-awareness and a balanced approach to challenges.
⏱️
Study Discipline
Bring focused awareness into your everyday study routine.
Your 6-Day Journey
One day. One skill. One practice at a time.
DAY 01
Awareness
Observe thoughts, distractions and attention patterns.
DAY 02
Focus
Learn to bring wandering attention back to the task.
DAY 03
Memory
Explore attentive learning, memory and recall practices.
DAY 04
Calmness
Practice breathing, relaxation and stress awareness.
DAY 05
Confidence
Work with self-awareness, fear and mental patterns.
DAY 06
Performance
Bring focused awareness into study and daily practice.
More than a study course
Train the mind behind the student.
You already have books, classes, notes and mock tests. This program focuses on the mental side of learning — awareness, attention, calmness and disciplined practice.
JOIN THE 6-DAY PROGRAM →
Who is it for?
Built for students at different stages.
🎓 School Students
Focus, study awareness and confidence.
📚 College & University
Academics, assignments and career preparation.
📝 Competitive Aspirants
Mind-training and stress-management alongside preparation.
🎯 Board & Entrance Exams
Support for important academic milestones.
💻 Online Learners
Awareness and attention in digital learning.
🌱 New to Meditation
A structured starting point for mind-training practice.
FAQ
Before you begin.
Do I need previous meditation experience?
No. The program introduces students to mind-training and meditation practices in a structured way.
How long is the program?
The training program is structured across 6 days.
Will this replace regular studies?
No. It is designed to complement academic preparation, not replace syllabus study, question practice or revision.
Will higher marks or exam success be guaranteed?
No specific marks, rank or examination result can be guaranteed. Individual experiences and outcomes vary.
Start today
Don't just study harder.
Train your mind to study with greater awareness, focus and confidence.
START MY 6-DAY JOURNEY →
START MY 6-DAY JOURNEY →