.bg-ayurveda-green { background-color: var(--ayurveda-green); } .text-ayurveda-green { color: var(--ayurveda-green); } .bg-ayurveda-gold { background-color: var(--ayurveda-gold); } .text-ayurveda-gold { color: var(--ayurveda-gold); }
.accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; } .accordion-item.active .accordion-content { max-height: 200px; } .accordion-item.active .chevron { transform: rotate(180deg); }
/* Smooth Scroll */ html { scroll-behavior: smooth; }
/* Floating Animation */ @keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-10px); } 100% { transform: translateY(0px); } } .animate-float { animation: float 3s ease-in-out infinite; }
4.9★ Rated Kerala Ayurveda Hospital
Ayurvedic Doctor Near Me in Hyderabad – Sai Ayush
Kerala Panchakarma • Insurance Support • Nadi Pariksha Included. Trusted by 30,000+ patients for root-cause healing.
✓ Madinaguda Branch
Problems We May Help Support
Addressing root causes, not just symptoms.
Pain Management
- • Back & Neck Pain
- • Knee Pain / Arthritis
- • Sciatica & Spondylitis
Women’s Wellness
- • PCOD / PCOS
- • Thyroid Imbalance
- • Menopause Support
Skin & Hair
- • Hair Fall & Thinning
- • Psoriasis & Eczema
- • Skin Pigmentation
Lifestyle
- • Stress & Anxiety
- • Migraine / Insomnia
- • Weight Management
Why Usual Treatments Fail
- ✕ Focus only on symptoms
- ✕ Temporary pain suppression
- ✕ Chemical side effects
How Sai Ayush Fixes It
- ✓ Ayurveda + Naturopathy
- ✓ VPK Balance Correction
- ✓ Long-term Posture Healing
Free Nadi Pariksha & Consultation
Secure your spot today and get a flat 20% OFF on all Kerala therapies. Limited slots per day.
Expert Kerala Doctor Consultation
Traditional Pulse Analysis (Nadi)
Frequently Asked Questions
KPHB Branch
Plot No 59, JNTU – Hitech City Road, Hyderabad – 500085
// Close all document.querySelectorAll('.accordion-item').forEach(el => el.classList.remove('active'));
// Toggle clicked
if (!wasActive) {
item.classList.add('active');
}
}