<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Clinical Directory & HTML Site Map | 100 Stars Clinic & Hudson Pharmacy 24x7</title>
  <meta name="description" content="Complete clinical sitemap and service directory for 100 Stars Clinic & Hudson Pharmacy 24x7. Access all 28 specialized outpatient clinics, daycare lounges, diagnostic packages, and staff portals.">
  <link rel="canonical" href="https://www.100starsclinic.com/sitemap.html">
  <link rel="icon" type="image/png" href="logo-icon.png">
  <script src="https://cdn.tailwindcss.com"></script>
  <style>
    .portal-link:hover .link-arrow {
      transform: translateX(3px);
    }
  </style>
</head>
<body class="bg-slate-50 text-slate-800 antialiased font-sans min-h-screen flex flex-col justify-between">

  <!-- TOP HEADER -->
  <header class="bg-[#111c30] text-white py-4 px-4 sm:px-6 shadow-md border-b border-slate-800">
    <div class="max-w-6xl mx-auto flex items-center justify-between gap-3">
      <a href="/" class="flex items-center gap-2.5">
        <img src="logo.png" alt="100 Stars Clinic" class="h-9 w-auto object-contain" onerror="this.src='logo-icon.png'">
        <div class="border-l border-slate-700 pl-3">
          <span class="text-[10px] font-black uppercase tracking-widest text-teal-400 block">Complete Clinical Index</span>
          <h1 class="text-xs font-black text-white leading-none">100 STARS CLINIC & HUDSON PHARMACY</h1>
        </div>
      </a>
      <div class="flex items-center gap-2">
        <a href="/" class="px-3.5 py-1.5 bg-teal-700 hover:bg-teal-600 text-white font-bold text-xs rounded-full transition">
          &larr; Return to Homepage
        </a>
      </div>
    </div>
  </header>

  <!-- MAIN SITEMAP CONTAINER -->
  <main class="max-w-6xl mx-auto px-4 py-10 w-full space-y-8 flex-1">
    
    <!-- Title & Search Hero -->
    <div class="bg-white rounded-3xl p-6 sm:p-8 border border-slate-200 shadow-sm space-y-4">
      <div class="max-w-2xl">
        <span class="text-teal-700 text-xs font-black uppercase tracking-widest block">Navigation Index</span>
        <h2 class="text-2xl sm:text-3xl font-black text-slate-900 mt-1">Medical Portals & Patient Directory</h2>
        <p class="text-xs sm:text-sm text-slate-500 mt-1">
          Explore all 28 specialized outpatient centers, daycare surgical units, diagnostic checkup pages, and hospital portals located at 92 Mall Road, GTB Nagar, North Delhi:
        </p>
      </div>

      <!-- Live Search -->
      <div class="relative max-w-xl">
        <span class="absolute inset-y-0 left-0 flex items-center pl-3.5 pointer-events-none text-slate-400">🔍</span>
        <input type="text" id="sitemap_search" onkeyup="filterSitemap()" placeholder="Instant search any clinical page, test, or doctor..." class="w-full pl-10 pr-4 py-2.5 bg-slate-50 border border-slate-200 rounded-2xl text-xs font-bold text-slate-800 outline-none focus:ring-2 focus:ring-teal-500">
      </div>
    </div>

    <!-- SITEMAP CATEGORIES GRID -->
    <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6 text-xs" id="sitemap_sections">
      
      <!-- Category 1: Flagship Hubs & Emergency Units -->
      <div class="sitemap-category bg-white p-6 rounded-3xl border border-slate-200 shadow-sm space-y-3">
        <div class="flex items-center gap-2 border-b border-slate-100 pb-3">
          <span class="text-xl">🚨</span>
          <h3 class="font-black text-slate-900 text-sm uppercase tracking-wide">Emergency & Flagship Hubs</h3>
        </div>
        <ul class="space-y-2.5">
          <li>
            <a href="/" class="portal-link flex items-center justify-between text-slate-700 hover:text-teal-700 font-bold transition">
              <span>Main Clinic & 24x7 Pharmacy Hub</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="fever-dengue-typhoid-treatment-gtb-nagar.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-rose-600 font-bold transition">
              <span>Acute Fever, Dengue & Typhoid Clinic</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="acute-food-poisoning-dehydration-drip-gtb-nagar.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-amber-700 font-bold transition">
              <span>Food Poisoning & IV Saline Drip Lounge</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="24x7-doctor-teleconsultation-delhi.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-sky-600 font-bold transition">
              <span>24x7 Doctor Emergency Video Consult</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
        </ul>
      </div>

      <!-- Category 2: Immunization & Preventive Health -->
      <div class="sitemap-category bg-white p-6 rounded-3xl border border-slate-200 shadow-sm space-y-3">
        <div class="flex items-center gap-2 border-b border-slate-100 pb-3">
          <span class="text-xl">🛡️</span>
          <h3 class="font-black text-slate-900 text-sm uppercase tracking-wide">Vaccination & Immunization</h3>
        </div>
        <ul class="space-y-2.5">
          <li>
            <a href="essential-immunization-pediatric-flu-delhi.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-teal-700 font-bold transition">
              <span>Master Immunization & SmartPass Desk</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="flu-shot-vaccination-clinic-gtb-nagar.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-teal-700 font-bold transition">
              <span>Seasonal Quadrivalent Flu Clinic</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="pediatrician-child-vaccination-clinic-gtb-nagar.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-teal-700 font-bold transition">
              <span>Dr. Kriti Sharma – Pediatrics & IAP</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="essential-immunization-pediatric-flu-delhi.html#corporate-drive" class="portal-link flex items-center justify-between text-slate-700 hover:text-teal-700 font-bold transition">
              <span>Corporate & On-Site Flu Shot Camps</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
        </ul>
      </div>

      <!-- Category 3: Campus Health & Student Welfare -->
      <div class="sitemap-category bg-white p-6 rounded-3xl border border-slate-200 shadow-sm space-y-3">
        <div class="flex items-center gap-2 border-b border-slate-100 pb-3">
          <span class="text-xl">🎓</span>
          <h3 class="font-black text-slate-900 text-sm uppercase tracking-wide">DU Student Healthcare</h3>
        </div>
        <ul class="space-y-2.5">
          <li>
            <a href="du-student-welfare.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-indigo-700 font-bold transition">
              <span>DU Student Welfare Main Portal</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="du-student-welfare.html#attendance-certificates" class="portal-link flex items-center justify-between text-slate-700 hover:text-indigo-700 font-bold transition">
              <span>DU Ordinance VII Attendance Certificates</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="du-student-welfare.html#midnight-sos" class="portal-link flex items-center justify-between text-slate-700 hover:text-rose-600 font-bold transition">
              <span>Midnight PG Medicine Delivery (Hudson Lane)</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="du-student-welfare.html#campus-transit" class="portal-link flex items-center justify-between text-slate-700 hover:text-indigo-700 font-bold transition">
              <span>Campus Transit & Metro Gate 3 Radar</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
        </ul>
      </div>

      <!-- Category 4: Daycare Lounges & Chronic Care -->
      <div class="sitemap-category bg-white p-6 rounded-3xl border border-slate-200 shadow-sm space-y-3">
        <div class="flex items-center gap-2 border-b border-slate-100 pb-3">
          <span class="text-xl">🩸</span>
          <h3 class="font-black text-slate-900 text-sm uppercase tracking-wide">Daycare & Chronic Disease</h3>
        </div>
        <ul class="space-y-2.5">
          <li>
            <a href="anemia-fcm-infusion-treatment-clinic-delhi.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-rose-600 font-bold transition">
              <span>FCM Intravenous Iron Infusion Center</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="diabetes-care-treatment-delhi-hindi.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-teal-700 font-bold transition">
              <span>मधुमेह (शुगर) संपूर्ण जांच (हिंदी)</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="diabetes-icu-management-treatment-delhi.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-rose-600 font-bold transition">
              <span>Critical Care Diabetes & DKA Prevention</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="hypertension-high-blood-pressure-treatment-delhi.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-rose-600 font-bold transition">
              <span>Hypertension & Vascular BP Clinic</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="thyroid-disorders-treatment-clinic-gtb-nagar.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-teal-700 font-bold transition">
              <span>Thyroid Profile & Metabolic Care</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="gerd-acidity-gastritis-treatment-north-delhi.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-amber-700 font-bold transition">
              <span>GERD, Acidity & Gastritis Triage</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
        </ul>
      </div>

      <!-- Category 5: Laser Surgery, Proctology & Wounds -->
      <div class="sitemap-category bg-white p-6 rounded-3xl border border-slate-200 shadow-sm space-y-3">
        <div class="flex items-center gap-2 border-b border-slate-100 pb-3">
          <span class="text-xl">🩺</span>
          <h3 class="font-black text-slate-900 text-sm uppercase tracking-wide">Surgical Care & Wound Lounge</h3>
        </div>
        <ul class="space-y-2.5">
          <li>
            <a href="diabetic-foot-ulcer-wound-care-clinic-delhi.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-rose-600 font-bold transition">
              <span>Diabetic Foot Debridement & Dressings</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="piles-fissure-laser-treatment-north-delhi.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-rose-600 font-bold transition">
              <span>Laser Piles, Fissure & Fistula Clinic</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="surgical-oncology-cancer-consultation-delhi.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-purple-700 font-bold transition">
              <span>Surgical Oncology & Breast Lumps</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="laser-laparoscopic-surgery-gtb-nagar.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-sky-600 font-bold transition">
              <span>Laparoscopic & Minimal Access Surgery</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="kidney-stones-gallbladder-treatment-gtb-nagar.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-sky-600 font-bold transition">
              <span>Kidney Stones & Gallbladder Surgery</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
        </ul>
      </div>

      <!-- Category 6: Women & Child Health -->
      <div class="sitemap-category bg-white p-6 rounded-3xl border border-slate-200 shadow-sm space-y-3">
        <div class="flex items-center gap-2 border-b border-slate-100 pb-3">
          <span class="text-xl">👩</span>
          <h3 class="font-black text-slate-900 text-sm uppercase tracking-wide">Women's Health & Gynae</h3>
        </div>
        <ul class="space-y-2.5">
          <li>
            <a href="pcos-pcod-treatment-clinic-north-campus.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-purple-700 font-bold transition">
              <span>PCOS / PCOD & Hormonal Health</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="heavy-period-bleeding-menorrhagia-treatment-delhi.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-rose-600 font-bold transition">
              <span>Menorrhagia & Period Blood Loss Care</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="gynaecologist-clinic-kingsway-camp.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-purple-700 font-bold transition">
              <span>Obstetrics & Women's Health Clinic</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
        </ul>
      </div>

      <!-- Category 7: Specialty Outpatient (Chest, Skin, ENT, Mind) -->
      <div class="sitemap-category bg-white p-6 rounded-3xl border border-slate-200 shadow-sm space-y-3">
        <div class="flex items-center gap-2 border-b border-slate-100 pb-3">
          <span class="text-xl">🧠</span>
          <h3 class="font-black text-slate-900 text-sm uppercase tracking-wide">Specialist Consultations</h3>
        </div>
        <ul class="space-y-2.5">
          <li>
            <a href="dermatologist-skin-specialist-north-campus.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-purple-700 font-bold transition">
              <span>Dr. Pankhuri Agarwal – Skin, Acne & Hair</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="ent-ear-nose-throat-specialist-clinic-delhi.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-emerald-700 font-bold transition">
              <span>Dr. Jaishree – ENT, Sinus & Vertigo</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="asthma-allergic-bronchitis-treatment-gtb-nagar.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-blue-700 font-bold transition">
              <span>Asthma & Allergic Bronchitis Clinic</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="pulmonologist-chest-specialist-delhi.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-blue-700 font-bold transition">
              <span>Dr. Divyendu Sharma – Pulmonology</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="exam-stress-anxiety-insomnia-clinic-mukherjee-nagar.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-indigo-700 font-bold transition">
              <span>Dr. Shashi Bhushan – Psychiatry & Stress</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="back-pain-sciatica-physiotherapy-kingsway-camp.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-teal-700 font-bold transition">
              <span>PT. Renu Gupta – Physiotherapy & Sciatica</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
        </ul>
      </div>

      <!-- Category 8: Diagnostics & Doorstep Pathology -->
      <div class="sitemap-category bg-white p-6 rounded-3xl border border-slate-200 shadow-sm space-y-3">
        <div class="flex items-center gap-2 border-b border-slate-100 pb-3">
          <span class="text-xl">🧪</span>
          <h3 class="font-black text-slate-900 text-sm uppercase tracking-wide">Pathology & Diagnostics</h3>
        </div>
        <ul class="space-y-2.5">
          <li>
            <a href="blood-test-free-home-collection-north-delhi.html" class="portal-link flex items-center justify-between text-slate-700 hover:text-emerald-700 font-bold transition">
              <span>7:00 AM Free Doorstep Blood Pickup</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="/#packages" class="portal-link flex items-center justify-between text-slate-700 hover:text-teal-700 font-bold transition">
              <span>Star Basic Health Screen (₹599)</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="/#packages" class="portal-link flex items-center justify-between text-slate-700 hover:text-sky-700 font-bold transition">
              <span>Star Full Body Checkup (₹1,199)</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="/#packages" class="portal-link flex items-center justify-between text-slate-700 hover:text-purple-700 font-bold transition">
              <span>Star Senior Diabetic Panel (₹1,999)</span>
              <span class="link-arrow text-slate-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
        </ul>
      </div>

      <!-- Category 9: Administrative & Clinical Staff Terminals -->
      <div class="sitemap-category bg-slate-900 text-white p-6 rounded-3xl border border-slate-800 shadow-sm space-y-3">
        <div class="flex items-center gap-2 border-b border-slate-800 pb-3">
          <span class="text-xl">🔐</span>
          <h3 class="font-black text-teal-300 text-sm uppercase tracking-wide">Staff & Workstations</h3>
        </div>
        <ul class="space-y-2.5">
          <li>
            <a href="reception-desk.php" target="_blank" class="portal-link flex items-center justify-between text-slate-200 hover:text-teal-300 font-bold transition">
              <span>Reception Desk & Marketing Terminal</span>
              <span class="link-arrow text-teal-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="vaccine-desk.php" target="_blank" class="portal-link flex items-center justify-between text-slate-200 hover:text-teal-300 font-bold transition">
              <span>Immunization Workstation & SmartPass</span>
              <span class="link-arrow text-teal-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
          <li>
            <a href="https://share.google/gnOgL00O2NYpf8tgQ" target="_blank" class="portal-link flex items-center justify-between text-slate-200 hover:text-teal-300 font-bold transition">
              <span>Live GPS Google Maps Location</span>
              <span class="link-arrow text-teal-400 font-bold transition-transform">&rarr;</span>
            </a>
          </li>
        </ul>
      </div>

    </div>

  </main>

  <!-- FOOTER -->
  <footer class="bg-[#111c30] text-slate-400 py-8 px-4 text-center text-xs border-t border-slate-800 space-y-2">
    <p class="font-bold text-slate-200">100 Stars Clinic & Hudson Pharmacy 24x7</p>
    <p class="text-[11px] text-slate-400">92, Mall Road, Kingsway Camp, GTB Nagar, Delhi - 110009 (Opposite Metro Pillar 128)</p>
    <p class="text-[10px] text-slate-500 pt-2">&copy; 2026 100 Stars Clinic. All rights reserved. Authorized Clinical Sign-Off: 100 Stars Clinic (Medical Board).</p>
  </footer>

  <!-- SITEMAP SEARCH FILTER SCRIPT -->
  <script>
    function filterSitemap() {
      const q = document.getElementById('sitemap_search').value.toLowerCase();
      const categories = document.querySelectorAll('.sitemap-category');

      categories.forEach(cat => {
        let hasVisibleLink = false;
        const links = cat.querySelectorAll('li');

        links.forEach(li => {
          const text = li.innerText.toLowerCase();
          if (text.includes(q)) {
            li.style.display = 'block';
            hasVisibleLink = true;
          } else {
            li.style.display = 'none';
          }
        });

        cat.style.display = hasVisibleLink ? 'block' : 'none';
      });
    }
  </script>

</body>
</html>