App Exclusive Feature

The "Talk to Astrologer" feature is exclusively available on the Call Astro mobile app. Download it now to connect with our premium astrologers instantly!

App Exclusive Feature

The "Talk to Astrologer" feature is exclusively available on the Call Astro mobile app. Download it now to connect with our premium astrologers instantly!

Our Astrologers

5000+ Best Astrologers for Online Consultation

All Love Marriage Career Health Wealth Fertility Education Family Kundli Business Vastu Gemstones Dosh Numerology

Filter Options

Your First Reading is On Us!

Get a free 5-minute consultation with a verified astrologer.
Limited time offer!
Claim Your Free Reading

Frequently Asked Questions

No FAQs available right now.

Waiting for Astrologer

We have successfully sent your request! Please wait while the astrologer accepts your chat.

02:00
/* --- Wait Modal CSS --- */ .wait-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(11, 16, 33, 0.8); /* Dark blue blur matching your hero */ backdrop-filter: blur(8px); z-index: 999999; /* Highest priority */ display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: all 0.3s ease; } .wait-modal-overlay.active { opacity: 1; visibility: visible; } .wait-modal-content { background: #FFF5E5; /* Matching your card background */ width: 90%; max-width: 450px; border-radius: 24px; padding: 50px 30px; text-align: center; transform: translateY(30px); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); box-shadow: 0 20px 40px rgba(0,0,0,0.3); border-top: 6px solid #F79C00; } .wait-modal-overlay.active .wait-modal-content { transform: translateY(0); } .loader-ring { display: inline-block; width: 80px; height: 80px; margin-bottom: 20px; } .loader-ring:after { content: " "; display: block; width: 64px; height: 64px; margin: 8px; border-radius: 50%; border: 6px solid #F79C00; border-color: #F79C00 transparent #F79C00 transparent; animation: loader-ring-anim 1.2s linear infinite; } @keyframes loader-ring-anim { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .wait-modal-content h2 { font-family: 'Lora', serif; font-size: 26px; color: #1A2E51; margin-bottom: 15px; font-weight: 700; } .wait-modal-content p { font-family: 'Inter', sans-serif; font-size: 15px; color: #555; line-height: 1.6; margin-bottom: 25px; } .timer-countdown { font-size: 42px; font-weight: 700; color: #E55B5B; font-family: 'Inter', monospace; letter-spacing: 2px; margin-bottom: 20px; }