Begin Your Journey Home

Every woman's path is unique. Whether you're craving deep one-on-one support, the energy of a group challenge, or the freedom of a self-paced program — there's a Sankalp path waiting for you.

Soul Sankalp-The Inner Bloom Journey

A personalised 1:1 transformational coaching experience designed to help you reconnect with yourself and create change from within. Through the complete 8-module Soul Sankalp framework, we journey together through self-awareness, reflection, emotional exploration and conscious growth. This is not about fixing yourself — it is about understanding, accepting and gently unfolding into who you truly are. Through guided sessions, worksheets and inner work practices, this journey supports you in moving from disconnection to clarity, alignment and inner bloom.

  • 6 x 60-minute private coaching sessions
  • Personalized Sankalp intention-setting ritual
  • Weekly journaling prompts & reflections
  • WhatsApp support between sessions
  • Customized boundary-setting framework
Soul Sankalp-The Inner Bloom Journey
21-Days Back to Self

21-Days Back to Self

A guided journey designed to help you pause, reflect and reconnect with yourself. Through daily reflections, self-awareness exercises and intentional inner work, you will gently explore your thoughts, emotions, patterns and inner voice. This journey is not about becoming someone else — it is about returning to who you truly are. If you have been feeling disconnected, overwhelmed or simply seeking deeper clarity, this is your invitation to come back to yourself.

  • 7 daily Sankalp intentions & meditations
  • Guided journaling prompts for each day
  • Private community WhatsApp group
  • Daily voice notes from your guide
  • Lifetime access to challenge materials

Soul Sankalp Seminars - Corporates, Institutions and Communities

For the woman who needs flexibility. Pre-recorded programs, guided meditations, and Sankalp practices you can follow at your own rhythm — anytime, anywhere.

  • 10+ pre-recorded guided Sankalp sessions
  • Downloadable journaling workbook
  • Boundary-setting audio guide
  • Morning & evening Sankalp rituals
  • Lifetime access + future updates
Soul Sankalp Seminars - Corporates, Institutions and Communities

Your Journey in 3 Simple Steps

Common Questions

What exactly is a Sankalp?

Sankalp is an ancient Sanskrit word meaning "a conscious intention rooted in the heart." Unlike a goal (which is future-focused), a Sankalp is a present-moment vow — a gentle but powerful commitment to align your actions with your deepest truth. It's not about achieving; it's about becoming.

Who is this for?

This is for emotionally overwhelmed women who feel stuck in cycles of overthinking, people-pleasing, and self-doubt. If you're craving more clarity, boundaries, and peace — but don't know where to start — you're in the right place.

How is this different from therapy?

Coaching is forward-focused and action-oriented. While therapy often explores past wounds and trauma, Sankalp coaching helps you set intentions, build new habits, and create the life you want — starting today. Both can be powerful, and many women benefit from both simultaneously.

Do I need any experience with meditation?

Not at all! Everything is designed for beginners. You don't need any prior experience with meditation, journaling, or mindfulness. I'll guide you through every step with simple, gentle practices that fit into your daily life.

What if I'm not sure which service is right for me?

That's completely normal! That's exactly what the free clarity call is for. We'll talk through your situation, and I'll help you figure out which path feels most aligned for you — with zero pressure or sales pitch.

Can I get a refund?

Yes! I offer a 7-day satisfaction guarantee on all programs. If you feel it's not the right fit, simply reach out within 7 days of purchase for a full refund — no questions asked.

Still Have Questions?

Your journey begins with a single step — or sometimes, a single message. Reach out, and let's discover together which Sankalp path is calling to you.

All Embed Methods

See how each embed method looks on your site. Choose the one that fits best.

METHOD 1

Button Link (Opens Lightbox Popup)

A clickable button that opens the booking form in a lightbox popup on the same page. No page navigation needed. Best for menus, sidebars, or inline CTAs.

⬆ How the button looks on your page ⬆

Clicking opens the booking form in a lightbox popup

Show the code to paste
Button HTML (paste anywhere)
<button type="button" class="open-booking-modal button button-primary button-large">
  Book Your Free Clarity Call &#8599;
</button>
Required: add the modal overlay to your page
<div class="booking-modal-overlay" id="booking-modal">
  <div class="booking-modal-container">
    <button type="button" class="booking-modal-close" onclick="document.getElementById('booking-modal').classList.remove('active')">&times;</button>
    [soul_booking_form]
  </div>
</div>
METHOD 2

Inline Booking Form (Shortcode)

The full multi-step booking form embedded directly on any page. Visitors can pick a date, time, and book without leaving the page.

Test each service type:

Book Your Free Clarity Call

Select a date and time that works for you, then enter your details to book a free 20-minute clarity call.

1 Date
2 Time
3 Details
4 Confirm

Select a Date

Mon Tue Wed Thu Fri Sat Sun
Show the shortcode to paste
Basic
[soul_booking_form]
With custom title & description
[soul_booking_form title="Book Your Free Clarity Call" description="Select a date and time that works for you."]
For a specific service type
[soul_booking_form service="coaching"]
[soul_booking_form service="challenge"]
[soul_booking_form service="programs"]
METHOD 3

Text Link (Opens Lightbox Popup)

A simple text link that opens the booking form in a lightbox popup on the same page. Works in menus, navigation bars, email signatures, and social media bios.

⬆ How a text link looks ⬆

Clicking opens the booking form in a lightbox popup

Show the HTML to paste
Text link HTML (paste anywhere)
<button type="button" class="open-booking-modal" style="color: #1565C0; text-decoration: underline; background: none; border: none; cursor: pointer; font-family: inherit;">
  Book Your Free Clarity Call
</button>
Required: add the modal overlay to your page
<div class="booking-modal-overlay" id="booking-modal">
  <div class="booking-modal-container">
    <button type="button" class="booking-modal-close" onclick="document.getElementById('booking-modal').classList.remove('active')">&times;</button>
    [soul_booking_form]
  </div>
</div>