{"id":108,"date":"2025-12-29T13:37:29","date_gmt":"2025-12-29T13:37:29","guid":{"rendered":"https:\/\/atreyaayurvedawellness.com\/?page_id=108"},"modified":"2026-01-18T09:55:38","modified_gmt":"2026-01-18T09:55:38","slug":"services","status":"publish","type":"page","link":"https:\/\/atreyaayurvedawellness.com\/index.php\/services\/","title":{"rendered":"Services"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"108\" class=\"elementor elementor-108\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8cdb663 e-con-full e-flex e-con e-parent\" data-id=\"8cdb663\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0df48ff elementor-widget elementor-widget-html\" data-id=\"0df48ff\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Our Services | Atreya Wellness<\/title>\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\">\n<style>\n  \/* --- GLOBAL VARIABLES & TYPOGRAPHY --- *\/\n  :root {\n    --primary-green: #558c5c;\n    --dark-green: #3A5548; \/* Brand Identity Dark *\/\n    --accent-gold: #C5A065;\n    --bg-light: #f9f9f9;\n    --text-dark: #1a1a1a;\n    --text-grey: #666666;\n    --neon-green: #06FE32; \/* CTA Action Color *\/\n    --font-heading: Georgia, serif;\n    --font-body: 'Lato', sans-serif;\n  }\n\n  body {\n    font-family: var(--font-body);\n    color: var(--text-dark);\n    margin: 0;\n    padding: 0;\n    background-color: #fff;\n    line-height: 1.6;\n  }\n\n  h1, h2, h3, h4 {\n    font-family: var(--font-heading);\n    font-weight: 500;\n    margin: 0;\n  }\n\n  a { text-decoration: none; transition: 0.3s; }\n\n  \/* --- BUTTON STYLE --- *\/\n  .btn-neon {\n    background-color: var(--neon-green);\n    color: var(--dark-green);\n    padding: 15px 40px;\n    border-radius: 50px;\n    font-weight: bold;\n    font-size: 16px;\n    display: inline-block;\n    margin-top: 20px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n  }\n  \n  .btn-neon:hover {\n    transform: scale(1.05);\n    box-shadow: 0 0 20px rgba(6, 254, 50, 0.4);\n  }\n\n  \/* --- HERO SECTION --- *\/\n  .services-hero {\n    background-color: var(--dark-green);\n    background-image: linear-gradient(rgba(58, 85, 72, 0.8), rgba(58, 85, 72, 0.6)), url('https:\/\/atreyaayurvedawellness.com\/wp-content\/uploads\/2026\/01\/IMG_0346-scaled.jpeg');\n    background-size: cover;\n    background-position: center;\n    color: #fff;\n    text-align: center;\n    padding: 140px 20px;\n    position: relative;\n  }\n\n  .hero-content {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  .hero-tag {\n    color: var(--accent-gold);\n    text-transform: uppercase;\n    letter-spacing: 3px;\n    font-size: 13px;\n    font-weight: 700;\n    margin-bottom: 20px;\n    display: block;\n  }\n\n  .hero-title {\n    font-size: 56px;\n    margin-bottom: 20px;\n    line-height: 1.1;\n  }\n\n  .hero-desc {\n    font-size: 18px;\n    color: #e0e0e0;\n    max-width: 600px;\n    margin: 0 auto 30px auto; \n  }\n\n  \/* --- CLINICAL DEPARTMENTS (OPD\/IPD\/DAY CARE) --- *\/\n  .clinical-section {\n    padding: 80px 20px;\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n\n  .section-header {\n    text-align: center;\n    margin-bottom: 60px;\n  }\n\n  .section-divider {\n    width: 60px;\n    height: 3px;\n    background-color: var(--accent-gold);\n    margin: 15px auto;\n  }\n\n  .clinical-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr); \n    gap: 30px;\n  }\n\n  .clinical-card {\n    display: flex;\n    flex-direction: column;\n    background: #fff;\n    border-radius: 12px;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n    overflow: hidden;\n    transition: transform 0.3s ease;\n    border: 1px solid #eee;\n    height: 100%;\n  }\n\n  .clinical-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 15px 40px rgba(85, 140, 92, 0.1);\n    border-color: var(--primary-green);\n  }\n\n  .clinical-icon-box {\n    background-color: #f4f8f5;\n    width: 100%; \n    height: 100px; \n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--primary-green);\n    font-size: 32px;\n    flex-shrink: 0;\n  }\n\n  .clinical-content {\n    padding: 30px;\n    display: flex;\n    flex-direction: column;\n    flex-grow: 1;\n    text-align: center;\n  }\n\n  .clinical-content h3 {\n    font-size: 22px;\n    color: var(--dark-green);\n    margin-bottom: 10px;\n  }\n\n  .clinical-content p {\n    font-size: 14px;\n    color: var(--text-grey);\n    margin-bottom: 20px;\n    flex-grow: 1;\n  }\n\n  .learn-more-link {\n    color: var(--accent-gold);\n    text-decoration: none;\n    font-weight: 700;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    transition: color 0.3s;\n    margin-top: auto;\n  }\n\n  .learn-more-link:hover {\n    color: var(--primary-green);\n  }\n\n  \/* --- THERAPIES GRID (Panchakarma etc) --- *\/\n  .therapies-section {\n    background-color: var(--bg-light);\n    padding: 80px 20px;\n  }\n\n  .therapy-container {\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n\n  .therapy-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 30px;\n  }\n\n  \/* Dark Background for Therapy Cards *\/\n  .therapy-card {\n    background: var(--dark-green);\n    border-radius: 8px;\n    padding: 35px 25px;\n    text-align: center;\n    transition: all 0.3s ease;\n    position: relative;\n    border-bottom: 4px solid transparent;\n  }\n\n  .therapy-card:hover {\n    border-bottom-color: var(--accent-gold);\n    box-shadow: 0 10px 30px rgba(0,0,0,0.2);\n    transform: translateY(-5px);\n  }\n\n  .therapy-icon {\n    width: 70px;\n    height: 70px;\n    background: #fff;\n    border: 2px solid var(--accent-gold);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 25px auto;\n    font-size: 24px;\n    color: var(--dark-green);\n    transition: all 0.3s;\n  }\n\n  .therapy-card:hover .therapy-icon {\n    background: var(--accent-gold);\n    color: var(--dark-green);\n  }\n\n  .therapy-card h3 {\n    font-size: 20px;\n    margin-bottom: 12px;\n    color: #fff;\n  }\n\n  .therapy-card p {\n    font-size: 14px;\n    color: #ddd;\n    margin-bottom: 20px;\n  }\n\n  \/* --- SPECIALTY CLINICS --- *\/\n  .specialty-section {\n    padding: 100px 20px;\n    background-color: #fff;\n    position: relative;\n  }\n\n  .specialty-section::before {\n    content: '\\f4d8';\n    font-family: 'Font Awesome 5 Free';\n    font-weight: 900;\n    position: absolute;\n    top: 50px;\n    right: 5%;\n    font-size: 300px;\n    color: rgba(85, 140, 92, 0.03);\n    z-index: 0;\n  }\n\n  .specialty-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 20px;\n    max-width: 1200px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 1;\n  }\n\n  .specialty-item {\n    background: #fff;\n    border: 1px solid #e0e0e0;\n    padding: 20px;\n    text-align: left;\n    border-radius: 6px;\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    transition: all 0.2s;\n    cursor: pointer;\n    text-decoration: none;\n    color: var(--text-dark);\n  }\n\n  .specialty-item:hover {\n    border-color: var(--primary-green);\n    background-color: #fcfdfc;\n    transform: translateX(5px);\n  }\n\n  .spec-icon {\n    color: var(--accent-gold);\n    font-size: 20px;\n  }\n\n  .spec-title {\n    font-weight: 700;\n    color: var(--dark-green);\n    font-size: 15px;\n  }\n\n  \/* --- PROCESS SECTION --- *\/\n  .process-section {\n    background-color: var(--dark-green);\n    background-image: linear-gradient(rgba(58, 85, 72, 0.9), rgba(58, 85, 72, 0.85)), url('https:\/\/atreyaayurvedawellness.com\/wp-content\/uploads\/2026\/01\/IMG_0346-scaled.jpeg');\n    background-size: cover;\n    background-position: center;\n    color: #fff;\n    padding: 80px 20px;\n    text-align: center;\n  }\n\n  .process-steps {\n    display: flex;\n    justify-content: center;\n    gap: 50px;\n    max-width: 1000px;\n    margin: 50px auto 0 auto;\n    flex-wrap: wrap;\n  }\n\n  .step-box {\n    flex: 1;\n    min-width: 250px;\n    position: relative;\n  }\n\n  .step-box:not(:last-child)::after {\n    content: '\\f061';\n    font-family: 'Font Awesome 5 Free';\n    font-weight: 900;\n    position: absolute;\n    right: -30px;\n    top: 25px;\n    color: rgba(255,255,255,0.2);\n    font-size: 20px;\n  }\n\n  .step-num {\n    font-size: 60px;\n    font-family: var(--font-heading);\n    color: rgba(255,255,255,0.1);\n    position: absolute;\n    top: -20px;\n    left: 50%;\n    transform: translateX(-50%);\n    z-index: 0;\n  }\n\n  .step-content {\n    position: relative;\n    z-index: 1;\n  }\n\n  .step-title {\n    font-size: 20px;\n    color: var(--accent-gold);\n    margin-bottom: 10px;\n  }\n\n  .step-desc {\n    font-size: 14px;\n    color: #ccc;\n  }\n\n  \/* --- FINAL CTA SECTION (UPDATED FOR CONTRAST) --- *\/\n  .cta-section {\n    background-color: var(--bg-light); \/* Changed to Light BG *\/\n    padding: 100px 20px;\n    text-align: center;\n    color: var(--text-dark);\n    \/* Added top border to visually separate from dark process section *\/\n    border-top: 8px solid var(--accent-gold);\n  }\n\n  .cta-heading {\n    font-family: var(--font-heading);\n    font-size: 42px;\n    margin-bottom: 20px;\n    line-height: 1.2;\n    color: var(--dark-green); \/* Dark Text for Light BG *\/\n  }\n\n  .cta-subtext {\n    font-size: 18px;\n    color: var(--text-grey);\n    max-width: 700px;\n    margin: 0 auto 30px auto;\n    font-weight: 500;\n  }\n\n  \/* --- RESPONSIVE --- *\/\n  @media (max-width: 900px) {\n    .clinical-grid, .therapy-grid {\n      grid-template-columns: 1fr;\n    }\n    \n    .specialty-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .hero-title, .cta-heading { font-size: 32px; }\n    .step-box:not(:last-child)::after { display: none; }\n    .process-steps { gap: 40px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n  <!-- HERO -->\n  <div class=\"services-hero\">\n    <div class=\"hero-content\">\n      <span class=\"hero-tag\">Integrative Healthcare<\/span>\n      <h1 class=\"hero-title\">Holistic Healing.<br>Medical Precision.<\/h1>\n      <p class=\"hero-desc\">Experience a new standard of care where ancient Ayurvedic wisdom meets modern clinical safety. From Detox to Disease Reversal, we are with you.<\/p>\n      \n      <!-- HERO BUTTON -->\n      <a href=\"https:\/\/atreyaayurvedawellness.com\/index.php\/contact-us\/\" class=\"btn-neon\">Book Consultation<\/a>\n    <\/div>\n  <\/div>\n\n  <!-- CLINICAL DEPARTMENTS -->\n  <div class=\"clinical-section\">\n    <div class=\"section-header\">\n      <span style=\"color:var(--primary-green); font-weight:bold; letter-spacing:1px; font-size:12px;\">DEPARTMENTS<\/span>\n      <h2 style=\"font-size:36px; color:var(--dark-green);\">Clinical Services<\/h2>\n      <div class=\"section-divider\"><\/div>\n    <\/div>\n\n    <div class=\"clinical-grid\">\n      <!-- Card 1: OPD -->\n      <div class=\"clinical-card\">\n        <div class=\"clinical-icon-box\">\n          <i class=\"fas fa-user-doctor\"><\/i>\n        <\/div>\n        <div class=\"clinical-content\">\n          <h3>Out-Patient (OPD)<\/h3>\n          <p>Expert consultations for daily health management. Includes Nadi Pariksha (Pulse Diagnosis) and integrative diagnostic reviews.<\/p>\n          <a href=\"https:\/\/atreyaayurvedawellness.com\/index.php\/contact-us\/\" class=\"learn-more-link\">Book Appointment <i class=\"fas fa-arrow-right\"><\/i><\/a>\n        <\/div>\n      <\/div>\n\n      <!-- Card 2: Day Care -->\n      <div class=\"clinical-card\">\n        <div class=\"clinical-icon-box\">\n          <i class=\"fas fa-sun\"><\/i> \n        <\/div>\n        <div class=\"clinical-content\">\n          <h3>Day Care Services<\/h3>\n          <p>Short-duration therapeutic procedures (1-4 hours) such as Potli, Shirodhara, and specialized Detox sessions without overnight stay.<\/p>\n          <a href=\"https:\/\/atreyaayurvedawellness.com\/index.php\/contact-us\/\" class=\"learn-more-link\">View Therapies <i class=\"fas fa-arrow-right\"><\/i><\/a>\n        <\/div>\n      <\/div>\n\n      <!-- Card 3: IPD -->\n      <div class=\"clinical-card\">\n        <div class=\"clinical-icon-box\">\n          <i class=\"fas fa-procedures\"><\/i>\n        <\/div>\n        <div class=\"clinical-content\">\n          <h3>In-Patient (IPD)<\/h3>\n          <p>Residential care for chronic conditions requiring 24\/7 medical supervision, intensive Panchakarma, and dietary monitoring.<\/p>\n          <a href=\"https:\/\/atreyaayurvedawellness.com\/index.php\/contact-us\/\" class=\"learn-more-link\">Book Consultation <i class=\"fas fa-arrow-right\"><\/i><\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- THERAPIES -->\n  <div class=\"therapies-section\">\n    <div class=\"therapy-container\">\n      <div class=\"section-header\">\n        <span style=\"color:var(--primary-green); font-weight:bold; letter-spacing:1px; font-size:12px;\">OUR EXPERTISE<\/span>\n        <h2 style=\"font-size:36px; color:var(--dark-green);\">Therapeutic Excellence<\/h2>\n        <div class=\"section-divider\"><\/div>\n        <p style=\"max-width:600px; margin:0 auto; color:#666;\">Authentic Ayurvedic therapies administered by certified therapists under strict doctor supervision.<\/p>\n      <\/div>\n\n      <div class=\"therapy-grid\">\n        <div class=\"therapy-card\">\n          <div class=\"therapy-icon\"><i class=\"fas fa-leaf\"><\/i><\/div>\n          <h3>Panchakarma Detox<\/h3>\n          <p>The 5-fold purification process (Vamana, Virechana, Basti, Nasya, Raktamokshana) to flush deep-seated toxins.<\/p>\n        <\/div>\n        <div class=\"therapy-card\">\n          <div class=\"therapy-icon\"><i class=\"fas fa-spa\"><\/i><\/div>\n          <h3>Rejuvenation (Rasayana)<\/h3>\n          <p>Cellular restoration therapies including Shirodhara and Abhyanga to boost immunity and reverse aging.<\/p>\n        <\/div>\n        <div class=\"therapy-card\">\n          <div class=\"therapy-icon\"><i class=\"fas fa-user-md\"><\/i><\/div>\n          <h3>Pain Management<\/h3>\n          <p>Specialized treatments (Kati Basti, Potli) for Arthritis, Spondylosis, and chronic musculoskeletal pain.<\/p>\n        <\/div>\n        <div class=\"therapy-card\">\n          <div class=\"therapy-icon\"><i class=\"fas fa-weight\"><\/i><\/div>\n          <h3>Metabolic Correction<\/h3>\n          <p>Targeted protocols (Udwarthanam) for Obesity, Diabetes, and Thyroid management to restore Agni.<\/p>\n        <\/div>\n        <div class=\"therapy-card\">\n          <div class=\"therapy-icon\"><i class=\"fas fa-baby\"><\/i><\/div>\n          <h3>Infertility Care<\/h3>\n          <p>Beeja Shuddhi (Seed Purification) and Uttara Basti therapies to support natural conception.<\/p>\n        <\/div>\n        <div class=\"therapy-card\">\n          <div class=\"therapy-icon\"><i class=\"fas fa-brain\"><\/i><\/div>\n          <h3>Mental Wellness<\/h3>\n          <p>Manomaya Kosha therapies to treat Anxiety, Depression, and Stress naturally without sedatives.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- SPECIALTY LIST -->\n  <div class=\"specialty-section\">\n    <div class=\"section-header\">\n      <h2 style=\"font-size:32px; color:var(--dark-green);\">We Specialize In<\/h2>\n      <p style=\"color:#666;\">Evidence-based management for 20+ chronic conditions which includes<\/p>\n    <\/div>\n\n    <div class=\"specialty-grid\">\n      <a href=\"https:\/\/atreyaayurvedawellness.com\/index.php\/diabetes\/\" class=\"specialty-item\">\n        <i class=\"fas fa-check-circle spec-icon\"><\/i> <span class=\"spec-title\">Diabetes<\/span>\n      <\/a>\n      <a href=\"https:\/\/atreyaayurvedawellness.com\/index.php\/thyroid-disorders\/\" class=\"specialty-item\">\n        <i class=\"fas fa-check-circle spec-icon\"><\/i> <span class=\"spec-title\">Thyroid Disorders<\/span>\n      <\/a>\n      <a href=\"https:\/\/atreyaayurvedawellness.com\/index.php\/pcos-pcod\/\" class=\"specialty-item\">\n        <i class=\"fas fa-check-circle spec-icon\"><\/i> <span class=\"spec-title\">PCOS \/ PCOD<\/span>\n      <\/a>\n      <a href=\"https:\/\/atreyaayurvedawellness.com\/index.php\/infertility\/\" class=\"specialty-item\">\n        <i class=\"fas fa-check-circle spec-icon\"><\/i> <span class=\"spec-title\">Infertility<\/span>\n      <\/a>\n      <a href=\"https:\/\/atreyaayurvedawellness.com\/index.php\/kidney-disease\/\" class=\"specialty-item\">\n        <i class=\"fas fa-check-circle spec-icon\"><\/i> <span class=\"spec-title\">Kidney Disease (CKD)<\/span>\n      <\/a>\n      <a href=\"https:\/\/atreyaayurvedawellness.com\/index.php\/liver-jaundice\/\" class=\"specialty-item\">\n        <i class=\"fas fa-check-circle spec-icon\"><\/i> <span class=\"spec-title\">Liver \/ Jaundice<\/span>\n      <\/a>\n      <a href=\"https:\/\/atreyaayurvedawellness.com\/index.php\/arthritis-joint-pain\/\" class=\"specialty-item\">\n        <i class=\"fas fa-check-circle spec-icon\"><\/i> <span class=\"spec-title\">Arthritis & Joint Pain<\/span>\n      <\/a>\n      <a href=\"https:\/\/atreyaayurvedawellness.com\/index.php\/back-pain-sciatica\/\" class=\"specialty-item\">\n        <i class=\"fas fa-check-circle spec-icon\"><\/i> <span class=\"spec-title\">Back Pain \/ Sciatica<\/span>\n      <\/a>\n      <a href=\"https:\/\/atreyaayurvedawellness.com\/index.php\/migraine-headache\/\" class=\"specialty-item\">\n        <i class=\"fas fa-check-circle spec-icon\"><\/i> <span class=\"spec-title\">Migraine & Headache<\/span>\n      <\/a>\n      <a href=\"https:\/\/atreyaayurvedawellness.com\/index.php\/skin-psoriasis\/\" class=\"specialty-item\">\n        <i class=\"fas fa-check-circle spec-icon\"><\/i> <span class=\"spec-title\">Skin (Psoriasis)<\/span>\n      <\/a>\n      <a href=\"https:\/\/atreyaayurvedawellness.com\/index.php\/gut-health\/\" class=\"specialty-item\">\n        <i class=\"fas fa-check-circle spec-icon\"><\/i> <span class=\"spec-title\">Gut Health (IBS\/GERD)<\/span>\n      <\/a>\n      <a href=\"https:\/\/atreyaayurvedawellness.com\/index.php\/cancer-support\/\" class=\"specialty-item\">\n        <i class=\"fas fa-check-circle spec-icon\"><\/i> <span class=\"spec-title\">Cancer Support<\/span>\n      <\/a>\n    <\/div>\n  <\/div>\n\n  <!-- THE PROCESS -->\n  <div class=\"process-section\">\n    <h2 style=\"margin-bottom:10px; color:#fff;\">The Atreya Care Path<\/h2>\n    <p style=\"opacity:0.8;\">Our 3-step framework for Root Cause Resolution<\/p>\n\n    <div class=\"process-steps\">\n      <div class=\"step-box\">\n        <span class=\"step-num\">01<\/span>\n        <div class=\"step-content\">\n          <h3 class=\"step-title\">Decode<\/h3>\n          <p class=\"step-desc\">Precise diagnosis using Nadi Pariksha and Lab Reports to find the root imbalance.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"step-box\">\n        <span class=\"step-num\">02<\/span>\n        <div class=\"step-content\">\n          <h3 class=\"step-title\">Detox<\/h3>\n          <p class=\"step-desc\">Deep cleansing (Panchakarma) to flush out accumulated toxins (Ama).<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"step-box\">\n        <span class=\"step-num\">03<\/span>\n        <div class=\"step-content\">\n          <h3 class=\"step-title\">Restore<\/h3>\n          <p class=\"step-desc\">Rebuilding immunity and metabolism with Rasayana herbs and diet.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- FINAL CTA (High Contrast Light Mode) -->\n  <div class=\"cta-section\">\n    <div class=\"container\">\n      <h2 class=\"cta-heading\">Nature didn't design you for medication.<br>It designed you to heal.<\/h2>\n      <p class=\"cta-subtext\">Stop surviving on temporary relief\u2014let Ayurveda heal you from the root.<\/p>\n      <a href=\"https:\/\/atreyaayurvedawellness.com\/index.php\/contact-us\/\" class=\"btn-neon\">Book Consultation<\/a>\n    <\/div>\n  <\/div>\n\n<\/body>\n<\/html>\n\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>Our Services | Atreya Wellness Integrative Healthcare Holistic Healing.Medical Precision. Experience a new standard of care where ancient Ayurvedic wisdom meets modern clinical safety. From Detox to Disease Reversal, we are with you. Book Consultation DEPARTMENTS Clinical Services Out-Patient (OPD) Expert consultations for daily health management. Includes Nadi Pariksha (Pulse Diagnosis) and integrative diagnostic reviews. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-108","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/atreyaayurvedawellness.com\/index.php\/wp-json\/wp\/v2\/pages\/108","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atreyaayurvedawellness.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/atreyaayurvedawellness.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/atreyaayurvedawellness.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atreyaayurvedawellness.com\/index.php\/wp-json\/wp\/v2\/comments?post=108"}],"version-history":[{"count":31,"href":"https:\/\/atreyaayurvedawellness.com\/index.php\/wp-json\/wp\/v2\/pages\/108\/revisions"}],"predecessor-version":[{"id":1122,"href":"https:\/\/atreyaayurvedawellness.com\/index.php\/wp-json\/wp\/v2\/pages\/108\/revisions\/1122"}],"wp:attachment":[{"href":"https:\/\/atreyaayurvedawellness.com\/index.php\/wp-json\/wp\/v2\/media?parent=108"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}