About Us

About Bhanwarlal Chandak | Reiki Master & Numerologist { "@context": "https://schema.org", "@type": "Person", "name": "Bhanwarlal Chandak", "jobTitle": "Reiki Master, Numerologist, Spiritual Coach", "description": "An experienced Reiki Master and Numerologist with strong spiritual coaching and counselling skills.", "knowsAbout": [ "Reiki Healing", "Numerology", "Spiritual Coaching", "Emotional Healing", "Counselling" ] } :root { --primary: #4e46e5; --primary-soft: #eef0ff; --accent: #f97316; --text-dark: #111827; --text-muted: #6b7280; --bg-light: #f9fafb; --white: #ffffff; --border-soft: #e5e7eb; --shadow-soft: 0 20px 40px rgba(15, 23, 42, 0.08); } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--bg-light); color: var(--text-dark); line-height: 1.6; } .page-wrapper { min-height: 100vh; display: flex; flex-direction: column; } header { background: radial-gradient(circle at top left, #6366f1, #111827); color: var(--white); padding: 18px 20px; } .nav { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; } .brand { display: flex; align-items: center; gap: 10px; } .brand-logo { width: 40px; height: 40px; border-radius: 999px; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.3); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 20px; } .brand-text { display: flex; flex-direction: column; } .brand-text span:first-child { font-size: 15px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; } .brand-text span:last-child { font-size: 12px; opacity: 0.8; } .nav-tagline { font-size: 13px; opacity: 0.9; text-align: right; } .hero { background: radial-gradient(circle at top left, #6366f1, #111827); color: var(--white); padding: 40px 20px 60px; } .hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.2fr); gap: 40px; align-items: center; } .hero-kicker { font-size: 12px; text-transform: uppercase; letter-spacing: 0.16em; opacity: 0.85; margin-bottom: 10px; } .hero-title { font-size: clamp(28px, 4vw, 36px); font-weight: 700; margin-bottom: 16px; } .hero-highlight { color: #fbbf24; } .hero-subtitle { font-size: 14px; max-width: 520px; opacity: 0.9; margin-bottom: 18px; } .hero-list { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 10px; margin-bottom: 24px; font-size: 13px; } .hero-list li { display: flex; align-items: flex-start; gap: 8px; } .hero-list .dot { width: 6px; height: 6px; border-radius: 999px; background: #f97316; margin-top: 6px; flex-shrink: 0; } .hero-cta { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; } .btn-primary { background: #f97316; color: var(--white); border-radius: 999px; border: none; padding: 10px 22px; font-size: 13px; font-weight: 600; cursor: pointer; box-shadow: 0 15px 30px rgba(15, 23, 42, 0.35); transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease; } .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 20px 40px rgba(15, 23, 42, 0.45); background: #ea580c; } .hero-note { font-size: 12px; opacity: 0.85; } .hero-card { background: rgba(15, 23, 42, 0.75); border-radius: 18px; padding: 20px 18px; box-shadow: 0 22px 45px rgba(15, 23, 42, 0.55); border: 1px solid rgba(148, 163, 184, 0.7); backdrop-filter: blur(10px); } .hero-card-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; gap: 10px; } .hero-card-header h2 { font-size: 16px; font-weight: 600; } .badge { font-size: 11px; padding: 4px 10px; border-radius: 999px; background: rgba(34, 197, 94, 0.15); color: #bbf7d0; border: 1px solid rgba(34, 197, 94, 0.6); white-space: nowrap; } .hero-card-body { font-size: 13px; color: #e5e7eb; } .hero-card-body p { margin-bottom: 10px; } .hero-card-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 14px; } .metric { padding: 10px 10px; border-radius: 12px; background: rgba(15, 23, 42, 0.85); border: 1px solid rgba(148, 163, 184, 0.6); } .metric-label { font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em; color: #9ca3af; margin-bottom: 2px; } .metric-value { font-size: 14px; font-weight: 600; } main { flex: 1; } .section { max-width: 1100px; margin: 0 auto; padding: 34px 20px; } .section-header { margin-bottom: 18px; } .section-kicker { font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--primary); margin-bottom: 6px; } .section-title { font-size: 20px; font-weight: 700; margin-bottom: 6px; } .section-subtitle { font-size: 13px; color: var(--text-muted); max-width: 540px; } .about-layout { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.2fr); gap: 26px; align-items: flex-start; } .about-card { background: var(--white); border-radius: 18px; border: 1px solid var(--border-soft); padding: 18px 18px 20px; box-shadow: var(--shadow-soft); font-size: 14px; } .about-card p + p { margin-top: 10px; } .about-list { margin-top: 14px; padding-left: 16px; font-size: 13px; color: var(--text-muted); } .about-list li + li { margin-top: 4px; } .info-card { background: var(--primary-soft); border-radius: 18px; border: 1px solid rgba(99, 102, 241, 0.35); padding: 16px 16px 18px; font-size: 13px; } .info-card h3 { font-size: 14px; margin-bottom: 8px; font-weight: 600; } .pill-row { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; } .pill { font-size: 11px; padding: 5px 10px; background: var(--white); border-radius: 999px; border: 1px solid rgba(148, 163, 184, 0.6); } .faq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; margin-top: 10px; } .faq-item { padding: 12px 12px 13px; border-radius: 14px; border: 1px solid var(--border-soft); background: var(--white); font-size: 13px; } .faq-item h4 { font-size: 13px; margin-bottom: 3px; font-weight: 600; } .cta-section { background: var(--white); border-top: 1px solid var(--border-soft); margin-top: 10px; } .cta-inner { max-width: 1100px; margin: 0 auto; padding: 18px 20px 24px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; } .cta-text { font-size: 14px; } .cta-text p:first-child { font-weight: 600; margin-bottom: 2px; } .cta-contact { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 13px; } .cta-contact span { padding: 6px 10px; border-radius: 999px; border: 1px dashed var(--border-soft); background: var(--bg-light); } .cta-contact a { text-decoration: none; color: var(--white); background: var(--primary); padding: 7px 14px; border-radius: 999px; font-size: 12px; font-weight: 600; } footer { text-align: center; font-size: 11px; color: var(--text-muted); padding: 10px 10px 16px; } @media (max-width: 860px) { .hero-inner, .about-layout { grid-template-columns: minmax(0, 1fr); } .hero-inner { gap: 24px; } .hero-card { order: -1; } .nav { flex-direction: column; align-items: flex-start; } .nav-tagline { text-align: left; } } @media (max-width: 480px) { .hero { padding: 28px 16px 40px; } .section { padding: 24px 16px; } .hero-card-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
About

Meet Bhanwarlal Chandak
Your guide for healing, clarity and spiritual growth.

Bhanwarlal Chandak is an experienced Reiki Master and Numerologist who combines spiritual wisdom with practical guidance. He is a patient listener with strong counselling skills, helping people move from confusion to clarity with a calm, grounded approach.

  • Reiki energy healing for mind, body and emotions
  • In-depth numerology analysis for life direction
  • Spiritual coaching and practical counselling support
  • Safe, non-judgmental space to share and heal
Perfect for those seeking emotional healing, life direction or deeper spiritual understanding.
Profile

Who is Bhanwarlal Chandak?

A grounded spiritual guide with a natural ability to listen deeply, understand silently and respond with clarity.

Bhanwarlal Chandak is a dedicated Reiki Master and Numerologist who works with people seeking emotional balance, mental peace and a clearer sense of direction in life. He blends traditional spiritual wisdom with simple, practical tools that you can use in your daily life.

As a Spiritual Coach, he is known for being a very good listener. His counselling skills help clients feel heard, understood and supported. Whether you are facing relationship challenges, financial stress, health issues or confusion about your life path, he holds a safe space where you can talk openly and receive meaningful guidance.

His sessions are not about fear or superstition. Instead, he focuses on awareness, responsibility and inner alignment, so that you can take better decisions and move forward with confidence.

  • Reiki sessions for deep relaxation, emotional release and energy balance
  • Numerology readings for life purpose, timing, relationships and business decisions
  • Spiritual coaching conversations to help you see your situation with clarity
  • Simple, practical remedies that fit into real life, not just theory

Ready to experience a guided healing or numerology session?

Share your current challenge, and receive calm, practical and spiritually aligned guidance.

For direct session booking or questions, you can contact via WhatsApp or call. Connect Now
// Set current year in footer document.getElementById("year").textContent = new Date().getFullYear();