{"id":5,"date":"2026-05-08T04:54:26","date_gmt":"2026-05-08T04:54:26","guid":{"rendered":"https:\/\/athomecare.in\/baran\/?page_id=5"},"modified":"2026-05-08T04:54:28","modified_gmt":"2026-05-08T04:54:28","slug":"home-nursing-icu-care-in-baran-rajasthan-athomecare","status":"publish","type":"page","link":"https:\/\/athomecare.in\/baran\/","title":{"rendered":"Home Nursing &amp; ICU Care in Baran, Rajasthan | AtHomeCare\u2122"},"content":{"rendered":"\n<!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>Home Nursing &#038; ICU Care in Baran, Rajasthan | AtHomeCare\u2122<\/title>\n    <meta name=\"description\" content=\"Trusted home healthcare in Baran. 24\/7 nurses, ICU setup, patient attendants, and medical equipment. Same-day service. Call 9910823218.\">\n    \n    <style>\n        :root {\n            --primary-blue: #1E88E5;\n            --primary-dark: #1565C0;\n            --accent-yellow: #FBC02D;\n            --text-dark: #212121;\n            --text-light: #757575;\n            --bg-light: #F5F9FC;\n            --white: #ffffff;\n            --danger: #d32f2f;\n            --shadow-card: 0 4px 6px rgba(0,0,0,0.05);\n            --shadow-hover: 0 10px 15px rgba(0,0,0,0.1);\n            --radius: 8px;\n            --font-main: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n        }\n\n        \/* Reset & Base *\/\n        * { box-sizing: border-box; margin: 0; padding: 0; }\n        html { scroll-behavior: smooth; }\n        body {\n            font-family: var(--font-main);\n            color: var(--text-dark);\n            line-height: 1.6;\n            background-color: var(--white);\n            font-size: 17px; \/* Slightly larger for readability *\/\n        }\n        \n        a { text-decoration: none; color: inherit; transition: 0.2s; }\n        ul { list-style: none; }\n        img, svg { display: block; max-width: 100%; }\n\n        \/* Utilities *\/\n        .container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }\n        .section-padding { padding: 60px 0; }\n        .text-center { text-align: center; }\n        .text-blue { color: var(--primary-blue); }\n        .text-yellow { color: var(--accent-yellow); }\n        .font-bold { font-weight: 700; }\n        .flex { display: flex; gap: 20px; }\n        .grid { display: grid; gap: 20px; }\n        \n        \/* Buttons *\/\n        .btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            padding: 12px 24px;\n            border-radius: var(--radius);\n            font-weight: 600;\n            cursor: pointer;\n            border: none;\n            font-size: 1rem;\n            gap: 8px;\n        }\n        .btn-primary { background-color: var(--accent-yellow); color: var(--text-dark); }\n        .btn-primary:hover { background-color: #f9a825; transform: translateY(-2px); }\n        .btn-secondary { background-color: var(--white); border: 2px solid var(--primary-blue); color: var(--primary-blue); }\n        .btn-secondary:hover { background-color: var(--primary-blue); color: var(--white); }\n        .btn-block { width: 100%; }\n\n        \/* Icons *\/\n        .icon { width: 24px; height: 24px; fill: currentColor; }\n        .icon-lg { width: 48px; height: 48px; }\n\n        \/* Header *\/\n        header {\n            background: var(--white);\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n            position: sticky;\n            top: 0;\n            z-index: 1000;\n        }\n        .nav-wrapper {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            height: 70px;\n        }\n        .logo img { height: 40px; }\n        .nav-links { display: none; gap: 20px; font-weight: 500; font-size: 0.95rem; }\n        .nav-links a:hover { color: var(--primary-blue); }\n        .mobile-call { display: flex; }\n\n        @media(min-width: 768px) {\n            .nav-links { display: flex; }\n            .mobile-call { display: none; }\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            background-color: var(--primary-blue);\n            color: var(--white);\n            padding: 80px 0 60px;\n            text-align: left;\n        }\n        .hero h1 {\n            font-size: 2.2rem;\n            line-height: 1.2;\n            margin-bottom: 15px;\n        }\n        .hero p {\n            font-size: 1.1rem;\n            margin-bottom: 25px;\n            opacity: 0.9;\n        }\n        .hero-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin-bottom: 30px;\n        }\n        .tag {\n            background: rgba(255,255,255,0.2);\n            padding: 5px 12px;\n            border-radius: 20px;\n            font-size: 0.85rem;\n            display: flex;\n            align-items: center;\n            gap: 6px;\n        }\n        \n        @media(min-width: 768px) {\n            .hero { padding: 100px 0; }\n            .hero h1 { font-size: 3rem; }\n            .hero-content { max-width: 700px; }\n        }\n\n        \/* Trust Block *\/\n        .trust-block {\n            background: var(--bg-light);\n            padding: 30px 0;\n            border-bottom: 1px solid #e0e0e0;\n        }\n        .trust-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n            text-align: center;\n        }\n        .trust-item h3 { font-size: 1.2rem; color: var(--primary-blue); }\n        .trust-item p { font-size: 0.9rem; color: var(--text-light); margin-top: 5px; }\n\n        @media(min-width: 768px) {\n            .trust-grid { grid-template-columns: repeat(4, 1fr); }\n        }\n\n        \/* Section Titles *\/\n        .section-title {\n            margin-bottom: 40px;\n            text-align: center;\n        }\n        .section-title h2 {\n            font-size: 2rem;\n            color: var(--text-dark);\n            margin-bottom: 10px;\n        }\n        .section-title .line {\n            width: 60px;\n            height: 4px;\n            background: var(--accent-yellow);\n            margin: 0 auto;\n        }\n\n        \/* When You Need Care (Scenarios) *\/\n        .scenarios-grid {\n            display: grid;\n            gap: 20px;\n        }\n        .scenario-card {\n            background: var(--white);\n            padding: 20px;\n            border-left: 4px solid var(--primary-blue);\n            box-shadow: var(--shadow-card);\n        }\n        .scenario-card h3 { margin-bottom: 8px; font-size: 1.1rem; }\n        \n        @media(min-width: 768px) {\n            .scenarios-grid { grid-template-columns: repeat(2, 1fr); }\n        }\n\n        \/* Core Services *\/\n        .services-section { background: var(--bg-light); }\n        .service-card {\n            background: var(--white);\n            padding: 30px;\n            border-radius: var(--radius);\n            box-shadow: var(--shadow-card);\n            transition: 0.3s;\n            position: relative;\n            overflow: hidden;\n        }\n        .service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }\n        .service-icon {\n            color: var(--primary-blue);\n            margin-bottom: 20px;\n        }\n        .service-card h3 { font-size: 1.3rem; margin-bottom: 10px; }\n        .service-card ul { margin: 15px 0; padding-left: 20px; list-style: disc; }\n        .service-card li { margin-bottom: 6px; font-size: 0.95rem; color: var(--text-light); }\n        .warning-text {\n            color: var(--danger);\n            font-size: 0.9rem;\n            font-weight: 500;\n            margin-top: 15px;\n            padding-top: 15px;\n            border-top: 1px solid #eee;\n        }\n        \n        @media(min-width: 768px) {\n            .services-grid { grid-template-columns: repeat(3, 1fr); }\n            .service-card:nth-child(1) { grid-column: span 2; } \/* Highlight first *\/\n        }\n\n        \/* Local Proof *\/\n        .local-proof { background: var(--white); }\n        .local-content {\n            background: #e3f2fd;\n            padding: 30px;\n            border-radius: var(--radius);\n        }\n        .areas-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin-top: 15px;\n        }\n        .area-pill {\n            background: var(--white);\n            padding: 5px 12px;\n            font-size: 0.9rem;\n            border-radius: 15px;\n            color: var(--primary-blue);\n            font-weight: 500;\n        }\n\n        \/* Process *\/\n        .process-steps {\n            display: flex;\n            flex-direction: column;\n            gap: 30px;\n        }\n        .step {\n            display: flex;\n            gap: 20px;\n            align-items: flex-start;\n        }\n        .step-num {\n            background: var(--primary-blue);\n            color: var(--white);\n            width: 40px;\n            height: 40px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: bold;\n            flex-shrink: 0;\n        }\n        .step-content h4 { margin-bottom: 5px; }\n\n        \/* Comparison Table *\/\n        .comparison-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 30px;\n            background: var(--white);\n        }\n        .comparison-table th, .comparison-table td {\n            padding: 15px;\n            border: 1px solid #ddd;\n            text-align: left;\n        }\n        .comparison-table th { background: var(--primary-blue); color: var(--white); }\n        .comparison-table tr:nth-child(even) { background: #f9f9f9; }\n\n        \/* Testimonials *\/\n        .testimonial-card {\n            background: var(--bg-light);\n            padding: 25px;\n            border-radius: var(--radius);\n            position: relative;\n        }\n        .quote-icon {\n            position: absolute;\n            top: 20px;\n            right: 20px;\n            color: var(--accent-yellow);\n            opacity: 0.5;\n        }\n        .testimonial-author { margin-top: 15px; font-weight: 600; }\n        .testimonial-area { font-size: 0.9rem; color: var(--text-light); }\n\n        \/* Emergency *\/\n        .emergency-section {\n            background: #ffebee;\n            border: 2px solid #ef9a9a;\n            border-radius: var(--radius);\n            padding: 40px 20px;\n            text-align: center;\n        }\n        .emergency-section h2 { color: #c62828; margin-bottom: 15px; }\n\n        \/* FAQ *\/\n        .faq-item {\n            margin-bottom: 15px;\n            border-bottom: 1px solid #eee;\n            padding-bottom: 15px;\n        }\n        details summary {\n            cursor: pointer;\n            font-weight: 600;\n            list-style: none;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 10px 0;\n        }\n        details summary::after { content: '+'; font-size: 1.5rem; color: var(--primary-blue); }\n        details[open] summary::after { content: '-'; }\n        details p { margin-top: 10px; color: var(--text-light); }\n\n        \/* Footer *\/\n        footer {\n            background: #1a1a1a;\n            color: #ccc;\n            padding: 50px 0 20px;\n            font-size: 0.9rem;\n        }\n        .footer-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n            margin-bottom: 30px;\n        }\n        .footer-col h4 { color: var(--white); margin-bottom: 20px; font-size: 1.1rem; }\n        .footer-links a { display: block; margin-bottom: 10px; color: #999; }\n        .footer-links a:hover { color: var(--accent-yellow); }\n        .nap-info p { margin-bottom: 10px; }\n        .copyright {\n            border-top: 1px solid #333;\n            padding-top: 20px;\n            text-align: center;\n        }\n\n        \/* Sticky Mobile CTA *\/\n        .mobile-sticky-cta {\n            position: fixed;\n            bottom: 0;\n            left: 0;\n            width: 100%;\n            background: var(--white);\n            padding: 15px;\n            box-shadow: 0 -2px 10px rgba(0,0,0,0.1);\n            display: flex;\n            gap: 10px;\n            z-index: 999;\n        }\n        .mobile-sticky-cta .btn { flex: 1; font-size: 0.9rem; padding: 10px; }\n        @media(min-width: 768px) { .mobile-sticky-cta { display: none; } }\n\n    <\/style>\n<\/head>\n<body>\n\n    <!-- Header -->\n    <header>\n        <div class=\"container nav-wrapper\">\n            <a href=\"https:\/\/athomecare.in\" class=\"logo\" aria-label=\"AtHomeCare Home\">\n                <img decoding=\"async\" src=\"https:\/\/athomecare.in\/wp-content\/uploads\/2025\/06\/cropped-athome-logo-e1765863223692.png\" alt=\"AtHomeCare Logo\">\n            <\/a>\n            <nav class=\"nav-links\">\n                <a href=\"#services\">Services<\/a>\n                <a href=\"#process\">How it Works<\/a>\n                <a href=\"#areas\">Locations<\/a>\n                <a href=\"#faq\">FAQs<\/a>\n            <\/nav>\n            <a href=\"tel:9910823218\" class=\"btn btn-primary\">\n                <svg class=\"icon\" viewBox=\"0 0 24 24\"><path d=\"M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z\"\/><\/svg>\n                9910823218\n            <\/a>\n        <\/div>\n    <\/header>\n\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <div class=\"container hero-content\">\n            <h1>Trusted Home Nursing &#038; ICU Care in Baran, Rajasthan<\/h1>\n            <p>Get hospital-quality care at home. We help families manage critical patients, elderly care, and post-surgery recovery without stress.<\/p>\n            \n            <div class=\"hero-tags\">\n                <div class=\"tag\"><svg class=\"icon\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\/><\/svg> Same-Day Setup<\/div>\n                <div class=\"tag\"><svg class=\"icon\" viewBox=\"0 0 24 24\"><path d=\"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z\"\/><\/svg> 24\/7 Availability<\/div>\n                <div class=\"tag\"><svg class=\"icon\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 14h-2v-4H6v-2h4V7h2v4h4v2h-4v4z\"\/><\/svg> Nurse &#038; Attendant<\/div>\n            <\/div>\n\n            <div style=\"display: flex; gap: 15px; flex-wrap: wrap;\">\n                <a href=\"tel:9910823218\" class=\"btn btn-primary\">Call Now for Help<\/a>\n                <a href=\"https:\/\/wa.me\/919910823218\" class=\"btn btn-secondary\" style=\"border-color: #fff; color: #fff;\">WhatsApp Us<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Trust Block -->\n    <section class=\"trust-block\">\n        <div class=\"container trust-grid\">\n            <div class=\"trust-item\">\n                <h3>GNM\/BSc Nurses<\/h3>\n                <p>Qualified Staff<\/p>\n            <\/div>\n            <div class=\"trust-item\">\n                <h3>4+ Years<\/h3>\n                <p>Operations Experience<\/p>\n            <\/div>\n            <div class=\"trust-item\">\n                <h3>2-4 Hours<\/h3>\n                <p>Response Time<\/p>\n            <\/div>\n            <div class=\"trust-item\">\n                <h3>Ready Stock<\/h3>\n                <p>Medical Equipment<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- When Do You Need Home Care -->\n    <section class=\"section-padding\">\n        <div class=\"container\">\n            <div class=\"section-title\">\n                <h2>When Do You Need Home Care?<\/h2>\n                <div class=\"line\"><\/div>\n            <\/div>\n            <div class=\"scenarios-grid\">\n                <div class=\"scenario-card\">\n                    <h3>After Hospital Discharge<\/h3>\n                    <p>Patients need help moving from bed to chair. Wounds need dressing. Families often feel confused about doctor&#8217;s instructions. We bridge this gap.<\/p>\n                <\/div>\n                <div class=\"scenario-card\">\n                    <h3>Stroke \/ Paralysis Care<\/h3>\n                    <p>A paralyzed patient needs turning every 2 hours. This prevents bedsores. Family members cannot do this alone at night. We provide trained attendants for this.<\/p>\n                <\/div>\n                <div class=\"scenario-card\">\n                    <h3>Oxygen Support<\/h3>\n                    <p>Saturation levels can drop suddenly. You need an oxygen cylinder and someone to monitor it. We set up the equipment and monitor vitals.<\/p>\n                <\/div>\n                <div class=\"scenario-card\">\n                    <h3>Bedridden Elderly<\/h3>\n                    <p>Hygiene is a big challenge. Feeding and cleaning require patience and technique. We ensure dignity and health for your parents.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Core Services -->\n    <section id=\"services\" class=\"section-padding services-section\">\n        <div class=\"container\">\n            <div class=\"section-title\">\n                <h2>Our Medical Services in Baran<\/h2>\n                <p style=\"margin-top: 10px; color: var(--text-light);\">Clinically monitored care for your loved ones.<\/p>\n                <div class=\"line\"><\/div>\n            <\/div>\n\n            <div class=\"grid services-grid\">\n                <!-- Patient Attendant -->\n                <div class=\"service-card\">\n                    <svg class=\"icon icon-lg service-icon\" viewBox=\"0 0 24 24\"><path d=\"M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z\"\/><\/svg>\n                    <h3>Patient Attendant Services<\/h3>\n                    <p>Trained male and female attendants for daily support.<\/p>\n                    <ul>\n                        <li>Help with bathing, dressing, and feeding.<\/li>\n                        <li>Mobility assistance (walking, moving to wheelchair).<\/li>\n                        <li>Toileting and hygiene management.<\/li>\n                    <\/ul>\n                    <div class=\"warning-text\">\n                        Risk: Untrained lifting can hurt the patient&#8217;s back or cause falls.\n                    <\/div>\n                <\/div>\n\n                <!-- Home Nursing -->\n                <div class=\"service-card\">\n                    <svg class=\"icon icon-lg service-icon\" viewBox=\"0 0 24 24\"><path d=\"M19 3H5c-1.1 0-1.99.9-1.99 2L3 19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1 11h-4v4h-4v-4H6v-4h4V6h4v4h4v4z\"\/><\/svg>\n                    <h3>Home Nursing Care<\/h3>\n                    <p>GNM\/BSc Nurses for medical procedures.<\/p>\n                    <ul>\n                        <li>Injection and IV Drip administration.<\/li>\n                        <li>Wound dressing and stoma care.<\/li>\n                        <li>Vital monitoring (BP, Sugar, Temperature).<\/li>\n                    <\/ul>\n                    <div class=\"warning-text\">\n                        Risk: Wrong dosage or infection can happen without a qualified nurse.\n                    <\/div>\n                <\/div>\n\n                <!-- ICU Setup -->\n                <div class=\"service-card\">\n                    <svg class=\"icon icon-lg service-icon\" viewBox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n                    <h3>ICU Setup at Home<\/h3>\n                    <p>Complete critical care setup for ventilator patients.<\/p>\n                    <ul>\n                        <li>Ventilator and Bipap support.<\/li>\n                        <li>Suction machine and oxygen concentrator.<\/li>\n                        <li>1:1 Nurse to patient ratio.<\/li>\n                    <\/ul>\n                    <div class=\"warning-text\">\n                        Risk: Equipment failure can be fatal. We provide 24\/7 backup and monitoring.\n                    <\/div>\n                <\/div>\n\n                <!-- Equipment -->\n                <div class=\"service-card\">\n                    <svg class=\"icon icon-lg service-icon\" viewBox=\"0 0 24 24\"><path d=\"M20 6h-4V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-6 0h-4V4h4v2z\"\/><\/svg>\n                    <h3>Medical Equipment Rental<\/h3>\n                    <p>High-quality equipment at your doorstep.<\/p>\n                    <ul>\n                        <li>Oxygen Concentrators &#038; Cylinders.<\/li>\n                        <li>Hospital Beds (Manual\/Motorized).<\/li>\n                        <li>Suction Machines and CPAP\/BiPAP.<\/li>\n                    <\/ul>\n                    <a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\" class=\"text-blue font-bold\">View Equipment Details &rarr;<\/a>\n                <\/div>\n\n                <!-- Physiotherapy -->\n                <div class=\"service-card\">\n                    <svg class=\"icon icon-lg service-icon\" viewBox=\"0 0 24 24\"><path d=\"M13.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM9.8 8.9L7 23h2.1l1.8-8 2.1 2v6h2v-7.5l-2.1-2 .6-3C14.8 12 16.8 13 19 13v-2c-1.9 0-3.5-1-4.3-2.4l-1-1.6c-.4-.6-1-1-1.7-1-.3 0-.5.1-.8.1L6 8.3V13h2V9.6l1.8-.7\"\/><\/svg>\n                    <h3>Physiotherapy at Home<\/h3>\n                    <p>Expert physiotherapists for rehabilitation.<\/p>\n                    <ul>\n                        <li>Post-stroke mobility exercises.<\/li>\n                        <li>Joint pain and muscle stiffness relief.<\/li>\n                        <li>Paralysis recovery therapy.<\/li>\n                    <\/ul>\n                    <a href=\"https:\/\/athomecare.in\/physiotherapy-at-home-gurgaon-expert-care-call-9910823218\/\" class=\"text-blue font-bold\">Learn about Physio &rarr;<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Local Proof -->\n    <section id=\"areas\" class=\"section-padding local-proof\">\n        <div class=\"container\">\n            <div class=\"local-content\">\n                <div class=\"section-title\" style=\"margin-bottom: 20px; text-align: left;\">\n                    <h2>Serving Families Across Baran<\/h2>\n                <\/div>\n                <p>We are locally grounded. We understand the traffic near <strong>Naya Chopan<\/strong> and the narrow lanes of <strong>Kotwali<\/strong>. Our team reaches you fast, whether you are near the <strong>District Hospital<\/strong> or in quieter colonies like <strong>Shastri Nagar<\/strong>.<\/p>\n                \n                <div class=\"areas-list\" style=\"margin-top: 20px;\">\n                    <span class=\"area-pill\">Anta<\/span>\n                    <span class=\"area-pill\">Chhabra<\/span>\n                    <span class=\"area-pill\">Kishanganj<\/span>\n                    <span class=\"area-pill\">Shahbad<\/span>\n                    <span class=\"area-pill\">Mangrol<\/span>\n                    <span class=\"area-pill\">Atru<\/span>\n                    <span class=\"area-pill\">Civil Lines<\/span>\n                    <span class=\"area-pill\">Model Town<\/span>\n                    <span class=\"area-pill\">Station Road<\/span>\n                    <span class=\"area-pill\">Indra Colony<\/span>\n                    <span class=\"area-pill\">Ganesh Nagar<\/span>\n                    <span class=\"area-pill\">New Baran<\/span>\n                <\/div>\n\n                <p style=\"margin-top: 20px; font-size: 0.9rem;\">\n                    <strong>Doctor Note:<\/strong> &#8220;Families often bring patients back from hospitals in Kota or Jaipur. Home care in Baran is vital to avoid readmission.&#8221;\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Process -->\n    <section id=\"process\" class=\"section-padding\" style=\"background: #fff;\">\n        <div class=\"container\">\n            <div class=\"section-title\">\n                <h2>How to Start Care<\/h2>\n                <div class=\"line\"><\/div>\n            <\/div>\n            <div class=\"process-steps\" style=\"max-width: 800px; margin: 0 auto;\">\n                <div class=\"step\">\n                    <div class=\"step-num\">1<\/div>\n                    <div class=\"step-content\">\n                        <h4>Call or WhatsApp<\/h4>\n                        <p>Explain the patient&#8217;s condition. Share discharge reports if possible. This helps us understand the medical need.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"step\">\n                    <div class=\"step-num\">2<\/div>\n                    <div class=\"step-content\">\n                        <h4>Free Assessment<\/h4>\n                        <p>Our senior nurse or doctor visits (or does a video call). We make a care plan based on standard nursing protocol.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"step\">\n                    <div class=\"step-num\">3<\/div>\n                    <div class=\"step-content\">\n                        <h4>Deployment<\/h4>\n                        <p>We send the nurse or attendant. We set up equipment. Care starts usually within a few hours.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Comparison Block -->\n    <section class=\"section-padding\" style=\"background: var(--bg-light);\">\n        <div class=\"container\">\n            <div class=\"section-title\">\n                <h2>Why Choose Trained Care?<\/h2>\n                <div class=\"line\"><\/div>\n            <\/div>\n            \n            <div style=\"overflow-x: auto;\">\n                <table class=\"comparison-table\">\n                    <thead>\n                        <tr>\n                            <th>Factor<\/th>\n                            <th>AtHomeCare\u2122 (Baran)<\/th>\n                            <th>Local Maid \/ Untrained Help<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td><strong>Training<\/strong><\/td>\n                            <td>Certified GNM\/BSc Nurses &#038; GDA Attendants<\/td>\n                            <td>No medical certificate<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Emergency<\/strong><\/td>\n                            <td>Knows CPR and handling Oxygen drops<\/td>\n                            <td>Panics and calls you, wasting time<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Hygiene<\/strong><\/td>\n                            <td>Strict protocols to prevent infection<\/td>\n                            <td>Standard cleaning, not sterile<\/td>\n                        <\/tr>\n                        <tr>\n                            <td><strong>Replacement<\/strong><\/td>\n                            <td>Immediate backup if staff is absent<\/td>\n                            <td>You must find a replacement yourself<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Testimonials -->\n    <section class=\"section-padding\">\n        <div class=\"container\">\n            <div class=\"section-title\">\n                <h2>Local Stories<\/h2>\n                <div class=\"line\"><\/div>\n            <\/div>\n            <div class=\"grid testimonials-grid\">\n                <div class=\"testimonial-card\">\n                    <svg class=\"icon quote-icon\" viewBox=\"0 0 24 24\"><path d=\"M6 17h3l2-4V7H5v6h3zm8 0h3l2-4V7h-6v6h3z\"\/><\/svg>\n                    <p>&#8220;We were very worried when my father came home after a stroke. The attendant from AtHomeCare was very gentle. He knew how to lift him without pain.&#8221;<\/p>\n                    <div class=\"testimonial-author\">Rajesh Sharma<\/div>\n                    <div class=\"testimonial-area\">Model Town, Baran<\/div>\n                <\/div>\n                <div class=\"testimonial-card\">\n                    <svg class=\"icon quote-icon\" viewBox=\"0 0 24 24\"><path d=\"M6 17h3l2-4V7H5v6h3zm8 0h3l2-4V7h-6v6h3z\"\/><\/svg>\n                    <p>&#8220;Oxygen level dropped at 2 AM. The nurse immediately changed the cylinder and adjusted the flow. Her quick action saved his life.&#8221;<\/p>\n                    <div class=\"testimonial-author\">Sunita Verma<\/div>\n                    <div class=\"testimonial-area\">Shahbad<\/div>\n                <\/div>\n                <div class=\"testimonial-card\">\n                    <svg class=\"icon quote-icon\" viewBox=\"0 0 24 24\"><path d=\"M6 17h3l2-4V7H5v6h3zm8 0h3l2-4V7h-6v6h3z\"\/><\/svg>\n                    <p>&#8220;Renting the hospital bed was so easy. They delivered it the same day. The quality is much better than the local shops.&#8221;<\/p>\n                    <div class=\"testimonial-author\">Mohan Agarwal<\/div>\n                    <div class=\"testimonial-area\">Civil Lines, Baran<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Emergency Response -->\n    <section class=\"container section-padding\">\n        <div class=\"emergency-section\">\n            <h2>Emergency Response Ready<\/h2>\n            <p style=\"max-width: 600px; margin: 0 auto 20px;\">\n                If the patient becomes critical, do not wait. Our team has experience in ICU handling. We can coordinate with the doctor or arrange ambulance transfer to Kota\/Jaipur if needed.\n            <\/p>\n            <a href=\"tel:9910823218\" class=\"btn btn-primary\">Call Emergency Line: 9910823218<\/a>\n        <\/div>\n    <\/section>\n\n    <!-- FAQ -->\n    <section id=\"faq\" class=\"section-padding\" style=\"background: var(--bg-light);\">\n        <div class=\"container\">\n            <div class=\"section-title\">\n                <h2>Frequently Asked Questions<\/h2>\n                <div class=\"line\"><\/div>\n            <\/div>\n            <div style=\"max-width: 800px; margin: 0 auto;\">\n                <div class=\"faq-item\">\n                    <details>\n                        <summary>What is the cost of a nurse in Baran?<\/summary>\n                        <p>Costs vary by shift. A 12-hour nurse shift starts from \u20b9800 onwards. ICU nurses cost more. Call us for a quote based on the patient&#8217;s condition.<\/p>\n                    <\/details>\n                <\/div>\n                <div class=\"faq-item\">\n                    <details>\n                        <summary>Can I get a male or female attendant?<\/summary>\n                        <p>Yes, we have both male and female attendants. You can specify your preference when booking.<\/p>\n                    <\/details>\n                <\/div>\n                <div class=\"faq-item\">\n                    <details>\n                        <summary>How fast can you arrange an ICU setup at home?<\/summary>\n                        <p>We can arrange basic ICU setup within 4-6 hours. Ventilator setups might take slightly longer depending on availability.<\/p>\n                    <\/details>\n                <\/div>\n                <div class=\"faq-item\">\n                    <details>\n                        <summary>Do you provide medical equipment on rent?<\/summary>\n                        <p>Yes, we rent Oxygen Concentrators, Hospital Beds, BiPAP, and Suction Machines in Baran. <a href=\"https:\/\/athomecare.in\/home-care-gurgaon\/medical-equipment-rental\/\" class=\"text-blue\">Check rental options.<\/a><\/p>\n                    <\/details>\n                <\/div>\n                <div class=\"faq-item\">\n                    <details>\n                        <summary>Are your nurses background verified?<\/summary>\n                        <p>Absolutely. All our nurses and attendants go through strict police verification and skill checks before joining.<\/p>\n                    <\/details>\n                <\/div>\n                <div class=\"faq-item\">\n                    <details>\n                        <summary>What if the staff does not come one day?<\/summary>\n                        <p>We provide a replacement immediately. This is a major benefit over hiring a private maid.<\/p>\n                    <\/details>\n                <\/div>\n                <div class=\"faq-item\">\n                    <details>\n                        <summary>Is a doctor available for home visits?<\/summary>\n                        <p>Yes, we can coordinate doctor visits in Baran for specific assessments.<\/p>\n                    <\/details>\n                <\/div>\n                <div class=\"faq-item\">\n                    <details>\n                        <summary>What areas do you cover in Rajasthan?<\/summary>\n                        <p>Besides Baran, we serve <a href=\"https:\/\/athomecare.in\/ranchi\" class=\"text-blue\">Ranchi<\/a>, <a href=\"https:\/\/lucknow.athomecare.in\" class=\"text-blue\">Lucknow<\/a>, and <a href=\"https:\/\/patna.athomecare.in\" class=\"text-blue\">Patna<\/a>. We are expanding in Rajasthan.<\/p>\n                    <\/details>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer>\n        <div class=\"container\">\n            <div class=\"footer-grid\">\n                <div class=\"footer-col\">\n                    <img decoding=\"async\" src=\"https:\/\/athomecare.in\/wp-content\/uploads\/2025\/06\/cropped-athome-logo-e1765863223692.png\" alt=\"Logo\" style=\"height: 35px; margin-bottom: 15px; filter: grayscale(1) brightness(2);\">\n                    <p>Bringing hospital-like care to your home. We prioritize patient health and family peace of mind.<\/p>\n                <\/div>\n                <div class=\"footer-col\">\n                    <h4>Contact Us<\/h4>\n                    <div class=\"nap-info\">\n                        <p><strong>Phone:<\/strong> 9910823218<\/p>\n                        <p><strong>Email:<\/strong> care@athomecare.in<\/p>\n                        <p style=\"margin-top: 10px; font-size: 0.85rem; line-height: 1.4;\">\n                            Unit No. 703, 7th Floor, ILD Trade Centre<br>\n                            D1 Block, Malibu Town, Sector 47<br>\n                            Gurgaon, Haryana 122018\n                        <\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"footer-col\">\n                    <h4>Other Cities<\/h4>\n                    <div class=\"footer-links\">\n                        <a href=\"https:\/\/athomecare.in\/delhi\/\">Delhi<\/a>\n                        <a href=\"https:\/\/athomecare.in\/faridabad\/\">Faridabad<\/a>\n                        <a href=\"https:\/\/athomecare.in\/chandigarh\">Chandigarh<\/a>\n                        <a href=\"https:\/\/greaternoida.athomecare.in\">Greater Noida<\/a>\n                        <a href=\"https:\/\/lucknow.athomecare.in\/\">Lucknow<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"footer-col\">\n                    <h4>Services<\/h4>\n                    <div class=\"footer-links\">\n                        <a href=\"https:\/\/athomecare.in\/service\/icu-at-home-gurgaon\/\">ICU at Home<\/a>\n                        <a href=\"https:\/\/athomecare.in\/service\/patient-care-services\/\">Patient Care Services<\/a>\n                        <a href=\"https:\/\/athomecare.in\/delhi\/senior-care\/\">Senior Care<\/a>\n                        <a href=\"https:\/\/athomecare.in\/patient-care-taker-gda\/\">Patient Care Taker<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"copyright\">\n                &copy; 2025 AtHomeCare\u2122. All rights reserved.\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <!-- Mobile Sticky CTA -->\n    <div class=\"mobile-sticky-cta\">\n        <a href=\"tel:9910823218\" class=\"btn btn-primary\">\n            <svg class=\"icon\" viewBox=\"0 0 24 24\"><path d=\"M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z\"\/><\/svg>\n            Call\n        <\/a>\n        <a href=\"https:\/\/wa.me\/919910823218\" class=\"btn btn-secondary\">WhatsApp<\/a>\n    <\/div>\n\n    <!-- Schema.org JSON-LD -->\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@graph\": [\n        {\n          \"@type\": \"MedicalBusiness\",\n          \"@id\": \"https:\/\/athomecare.in\/#medicalbusiness\",\n          \"name\": \"AtHomeCare\u2122 - Baran\",\n          \"url\": \"https:\/\/athomecare.in\",\n          \"logo\": \"https:\/\/athomecare.in\/wp-content\/uploads\/2025\/06\/cropped-athome-logo-e1765863223692.png\",\n          \"image\": \"https:\/\/athomecare.in\/wp-content\/uploads\/2025\/06\/cropped-athome-logo-e1765863223692.png\",\n          \"description\": \"Trusted home healthcare services in Baran, Rajasthan. Provides ICU setup, nursing care, patient attendants, and medical equipment rental.\",\n          \"telephone\": \"+91-9910823218\",\n          \"email\": \"care@athomecare.in\",\n          \"address\": {\n            \"@type\": \"PostalAddress\",\n            \"streetAddress\": \"Unit No. 703, 7th Floor, ILD Trade Centre, D1 Block, Malibu Town, Sector 47\",\n            \"addressLocality\": \"Gurgaon\",\n            \"addressRegion\": \"Haryana\",\n            \"postalCode\": \"122018\",\n            \"addressCountry\": \"IN\"\n          },\n          \"geo\": {\n            \"@type\": \"GeoCoordinates\",\n            \"latitude\": 25.0994,\n            \"longitude\": 76.5169 \n          },\n          \"areaServed\": [\n            {\n              \"@type\": \"City\",\n              \"name\": \"Baran\"\n            },\n            {\n              \"@type\": \"City\",\n              \"name\": \"Anta\"\n            },\n            {\n              \"@type\": \"City\",\n              \"name\": \"Chhabra\"\n            }\n          ],\n          \"openingHoursSpecification\": {\n            \"@type\": \"OpeningHoursSpecification\",\n            \"dayOfWeek\": [\n              \"Monday\",\n              \"Tuesday\",\n              \"Wednesday\",\n              \"Thursday\",\n              \"Friday\",\n              \"Saturday\",\n              \"Sunday\"\n            ],\n            \"opens\": \"00:00\",\n            \"closes\": \"23:59\"\n          },\n          \"priceRange\": \"$$\"\n        },\n        {\n          \"@type\": \"LocalBusiness\",\n          \"parentOrganization\": {\n             \"@id\": \"https:\/\/athomecare.in\/#medicalbusiness\"\n          },\n          \"name\": \"AtHomeCare Baran\",\n          \"address\": {\n            \"@type\": \"PostalAddress\",\n            \"addressLocality\": \"Baran\",\n            \"addressRegion\": \"Rajasthan\",\n            \"addressCountry\": \"IN\"\n          }\n        },\n        {\n          \"@type\": \"Service\",\n          \"name\": \"Home Nursing Services\",\n          \"description\": \"Professional GNM\/BSc nurses for wound care, injections, and monitoring at home.\",\n          \"provider\": { \"@id\": \"https:\/\/athomecare.in\/#medicalbusiness\" },\n          \"areaServed\": { \"@type\": \"City\", \"name\": \"Baran\" }\n        },\n        {\n          \"@type\": \"Service\",\n          \"name\": \"Patient Attendant Services\",\n          \"description\": \"Trained attendants for elderly care, paralysis, and daily hygiene assistance.\",\n          \"provider\": { \"@id\": \"https:\/\/athomecare.in\/#medicalbusiness\" },\n          \"areaServed\": { \"@type\": \"City\", \"name\": \"Baran\" }\n        },\n        {\n          \"@type\": \"Service\",\n          \"name\": \"ICU Setup at Home\",\n          \"description\": \"Complete critical care setup including ventilator, oxygen, and 1:1 nursing.\",\n          \"provider\": { \"@id\": \"https:\/\/athomecare.in\/#medicalbusiness\" },\n          \"areaServed\": { \"@type\": \"City\", \"name\": \"Baran\" }\n        },\n        {\n          \"@type\": \"Service\",\n          \"name\": \"Medical Equipment Rental\",\n          \"description\": \"Rental services for oxygen concentrators, hospital beds, and BiPAP machines.\",\n          \"provider\": { \"@id\": \"https:\/\/athomecare.in\/#medicalbusiness\" },\n          \"areaServed\": { \"@type\": \"City\", \"name\": \"Baran\" }\n        },\n        {\n          \"@type\": \"FAQPage\",\n          \"mainEntity\": [\n            {\n              \"@type\": \"Question\",\n              \"name\": \"What is the cost of a nurse in Baran?\",\n              \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"A 12-hour nurse shift starts from \u20b9800 onwards. ICU nurses cost more. Call 9910823218 for a quote.\"\n              }\n            },\n            {\n              \"@type\": \"Question\",\n              \"name\": \"Can I get a male or female attendant?\",\n              \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Yes, we have both male and female attendants. You can specify your preference when booking.\"\n              }\n            },\n            {\n              \"@type\": \"Question\",\n              \"name\": \"How fast can you arrange an ICU setup at home?\",\n              \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"We can arrange basic ICU setup within 4-6 hours. Ventilator setups might take slightly longer depending on availability.\"\n              }\n            },\n            {\n              \"@type\": \"Question\",\n              \"name\": \"Do you provide medical equipment on rent?\",\n              \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Yes, we rent Oxygen Concentrators, Hospital Beds, BiPAP, and Suction Machines in Baran.\"\n              }\n            },\n            {\n              \"@type\": \"Question\",\n              \"name\": \"Are your nurses background verified?\",\n              \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Absolutely. All our nurses and attendants go through strict police verification and skill checks before joining.\"\n              }\n            }\n          ]\n        }\n      ]\n    }\n    <\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Home Nursing &#038; ICU Care in Baran, Rajasthan | AtHomeCare\u2122 Services How it Works Locations FAQs 9910823218 Trusted Home Nursing &#038; ICU Care in Baran, Rajasthan Get hospital-quality care at home. We help families manage critical patients, elderly care, and post-surgery recovery without stress. Same-Day Setup 24\/7 Availability Nurse &#038; Attendant Call Now for Help&hellip;&nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"class_list":["post-5","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/athomecare.in\/baran\/wp-json\/wp\/v2\/pages\/5","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/athomecare.in\/baran\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/athomecare.in\/baran\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/athomecare.in\/baran\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/athomecare.in\/baran\/wp-json\/wp\/v2\/comments?post=5"}],"version-history":[{"count":1,"href":"https:\/\/athomecare.in\/baran\/wp-json\/wp\/v2\/pages\/5\/revisions"}],"predecessor-version":[{"id":6,"href":"https:\/\/athomecare.in\/baran\/wp-json\/wp\/v2\/pages\/5\/revisions\/6"}],"wp:attachment":[{"href":"https:\/\/athomecare.in\/baran\/wp-json\/wp\/v2\/media?parent=5"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}