Program Modules
What You'll Learn Inside the Mind Detox Program
https://drvinodmune.com/
⚡ Start Your Mind Detox Journey Today
Are you trapped in daily stress, overthinking or negativity? This program helps you reset your mind and create emotional peace.

⚡ Start Your Mind Detox Journey Today
A Powerful Mind Reset Experience
The Mind Detox Program is a science-backed mind programming training designed by Dr. Vinod Mune — Psychologist & Hypnotherapy Expert. You will learn how to:
Remove toxic thinking that creates stress and anxiety in your daily life.
Free yourself from past emotional baggage and limiting beliefs.
Experience deep mental clarity and lightness like never before.
Develop unshakeable confidence and laser-sharp focus.
Install new positive patterns for lasting inner peace.
This program is practical, simple and designed for real transformation.
⚡ Only ₹29 - 3 Hour Workshop
What You'll Learn Inside the Mind Detox Program
🎯 Transform Your Mind in 3 Hours
🎯 Secure Your Spot Now
After This Program, You Will Experience:
Feel calm and peaceful in challenging situations.
Enjoy deep, restful sleep every night.
Think clearly and make better decisions.
Stay emotionally stable and centered.
Experience lasting inner tranquility.
Boost your self-confidence and efficiency.
Develop optimistic and empowering thoughts.
🔥 Limited Seats Available
🔥 Join 10,000+ Students

Psychologist | Hypnotherapy Expert | Mind Trainer
Dr. Mune uses a scientific, result-oriented approach to help you achieve deep emotional healing.
💪 Learn from 15+ Years Expert
Enroll Today & Unlock Bonuses Worth ₹4,999 (Free)
Deep relaxation audios for instant calm.
Helps you release mental blocks step-by-step.
Daily guidance, motivation & accountability.
A powerful ritual to start each day peacefully.
Revisit anytime for continuous self-growth.
✨ Plus Lifetime Access & Support
Watch real transformations from our Mind Detox graduates
💯 Join 10,000+ Successful Students
Transform your mind. Find inner peace. Create lasting emotional balance.
🔒 Secure Payment | 💯 Trusted by Thousands | ⭐ 5-Star Rated
✅ Email Receipt: You will receive payment confirmation and course details via email within 5 minutes
📱 WhatsApp Group Link: Exclusive student group link will be shared in your email receipt for course updates and community access
🎁 Bonus Materials: All 5 bonus resources (worth ₹4,999) will be included in your welcome email
×
// Function to set cookie function setCookie(name, value, days) { var d = new Date(); d.setTime(d.getTime() + (days*24*60*60*1000)); document.cookie = name + "=" + value + ";expires=" + d.toUTCString() + ";path=/"; }
// Function to get cookie function getCookie(name) { let match = document.cookie.match(new RegExp('(^| )' + name + '=([^;]+)')); if (match) return match[2]; return null; }
document.addEventListener("DOMContentLoaded", function() { const popup = document.getElementById('subscribePopup'); const btn = document.getElementById('subscribeBtn'); const closeBtn = document.getElementById('closePopup');
// Show popup only if cookie not set if (!getCookie('subscribed')) { popup.style.display = 'flex'; }
// Subscribe button click btn.addEventListener('click', function() { // Set cookie for 365 days setCookie('subscribed', 'true', 365); // Redirect to YouTube channel window.location.href = "https://www.youtube.com/@dr.vinodmune9776?sub_confirmation=1"; // Hide popup popup.style.display = 'none'; });
// Close popup without subscribing closeBtn.addEventListener('click', function() { popup.style.display = 'none'; }); });