<!DOCTYPE html><html lang="en" class=""><head>
    <!-- Cache busting - Conservative approach -->
    <meta http-equiv="Cache-Control" content="public, max-age=3600">
    <meta http-equiv="Pragma" content="no-cache">
    
    <!-- Google tag (gtag.js) - Deferred for performance -->
    <script>
      // Defer Google Analytics loading
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      
      // Load GA script after page load
      window.addEventListener('load', function() {
        const script = document.createElement('script');
        script.async = true;
        script.src = 'https://www.googletagmanager.com/gtag/js?id=G-1ES7MGC696';
        document.head.appendChild(script);
        
        script.onload = function() {
          gtag('js', new Date());
          gtag('config', 'G-1ES7MGC696');
        };
      });
      
    </script>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    <!-- Preconnect hints for performance optimization - CRITICAL RESOURCES FIRST -->
    <link rel="preconnect" href="https://fonts.googleapis.com" crossorigin="">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
    <link rel="preconnect" href="https://sakshamhospital.com">
    
    <!-- Secondary resources - DNS prefetch for non-critical origins -->
    <link rel="dns-prefetch" href="//www.googletagmanager.com">
    <link rel="dns-prefetch" href="//cdn.gpteng.co">
    <link rel="dns-prefetch" href="//mnwfmycbhwgxjglqtokt.supabase.co">
    
    <!-- Critical LCP image preloading - HIGHEST PRIORITY -->
    <link rel="preload" as="image" href="/images/desktop/hero.webp" media="(min-width: 1024px)" type="image/webp" fetchpriority="high">
    <link rel="preload" as="image" href="/images/tablet/hero.webp" media="(min-width: 768px) and (max-width: 1023px)" type="image/webp" fetchpriority="high">
    <link rel="preload" as="image" href="/images/mobile/hero.webp" media="(max-width: 767px)" type="image/webp" fetchpriority="high">
    
    <!-- Preload critical fonts with high priority -->
    <link rel="preload" href="https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiJ-Ek-_EeA.woff2" as="font" type="font/woff2" crossorigin="" fetchpriority="high">
    
    <!-- React loading monitoring -->
    <script>
      // Monitor for React loading
      const checkReactLoaded = () => {
        if (window.React && window.React.createContext) {
          console.log('React loaded successfully');
        } else {
          setTimeout(checkReactLoaded, 10);
        }
      };
      
      // Start checking after page load
      window.addEventListener('load', checkReactLoaded);
    </script>
    
    <!-- Optimized font loading with font-display: swap -->
    <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&amp;display=swap" media="all" onload="this.media='all'">
    <noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"></noscript>
    
    <title>Saksham Hospital - Best Multi-Speciality Hospital in Saharanpur</title>
    
    <!-- Favicon and App Icons - Optimized for maximum browser tab visibility -->
    <link rel="icon" type="image/x-icon" href="/favicons/favicon.ico">
    <link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="48x48" href="/favicons/android-chrome-192x192.png">
    <link rel="icon" type="image/png" sizes="64x64" href="/favicons/android-chrome-192x192.png">
    <link rel="icon" type="image/png" sizes="96x96" href="/favicons/android-chrome-192x192.png">
    <link rel="icon" type="image/png" sizes="128x128" href="/favicons/android-chrome-192x192.png">
    <link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="192x192" href="/favicons/android-chrome-192x192.png">
    <link rel="icon" type="image/png" sizes="256x256" href="/favicons/android-chrome-512x512.png">
    <link rel="icon" type="image/png" sizes="512x512" href="/favicons/android-chrome-512x512.png">
    <link rel="manifest" href="/favicons/site.webmanifest">
    
    <!-- Simplified loading approach -->
    
    <!-- Critical CSS inlined for above-the-fold content - ENHANCED FOR LCP -->
    <style>
      /* CSS Variables - CRITICAL */
      :root{--background:0 0% 100%;--foreground:222.2 84% 4.9%;--primary:221.2 83.2% 53.3%;--primary-foreground:210 40% 98%;--border:214.3 31.8% 91.4%}
      
      /* Base Reset - CRITICAL */
      *,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:hsl(var(--border))}
      html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,ui-sans-serif,system-ui,sans-serif}
      body{margin:0;background-color:hsl(var(--background));color:hsl(var(--foreground));line-height:inherit}
      
      /* Container - CRITICAL */
      .container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}
      @media (min-width:640px){.container{max-width:640px}}
      @media (min-width:768px){.container{max-width:768px}}
      @media (min-width:1024px){.container{max-width:1024px}}
      @media (min-width:1280px){.container{max-width:1280px}}
      
      /* Hero Section - LCP CRITICAL PATH */
      .hero-section{position:relative;text-align:center;padding-top:6rem;padding-bottom:4rem;overflow:hidden;height:600px;color:#fff}
      @media (min-width:768px){.hero-section{height:800px}}
      @media (min-width:1024px){.hero-section{height:100vh}}
      
      /* Hero Image - LCP ELEMENT */
      .hero-image,picture img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:right center;object-position:right center}
      .hero-image[data-lcp="true"],.hero-image[loading="eager"]{content-visibility:auto;contain-intrinsic-size:100vw 600px;will-change:transform;transform:translateZ(0)}
      
      /* Hero Content - CRITICAL */
      .hero-content{z-index:10;position:relative;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}
      .hero-text{max-width:32rem;margin:0 auto;padding:0 1rem}
      .hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.1}
      @media (min-width:640px){.hero-title{font-size:3rem}}
      @media (min-width:768px){.hero-title{font-size:3.5rem}}
      @media (min-width:1024px){.hero-title{font-size:4.5rem}}
      .hero-subtitle{font-size:1rem;margin-bottom:1.5rem;line-height:1.6;opacity:0.95}
      @media (min-width:640px){.hero-subtitle{font-size:1.125rem}}
      @media (min-width:768px){.hero-subtitle{font-size:1.25rem}}
      @media (min-width:1024px){.hero-subtitle{font-size:1.5rem}}
      
      /* Buttons - CRITICAL */
      .btn-primary{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:0.75rem 1.5rem;border-radius:0.5rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;transition:all 0.2s}
      
      /* Header - CRITICAL */
      header{position:fixed;top:0;left:0;right:0;z-index:50;transition:all 0.3s}
      
      /* Performance Optimizations */
      .lazy-load{content-visibility:auto;contain-intrinsic-size:100px 100px}
      .above-fold{will-change:transform;transform:translateZ(0)}
      [data-priority="true"]{content-visibility:auto;contain-intrinsic-size:100vw 600px}
      
      /* Loading Animation */
      .skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}
      @keyframes loading{0%{background-position:200% 0}100%{background-position:-200% 0}}
      
      /* Prevent FOUC */
      .hidden{display:none}
      .md\:block{display:none}
      @media (min-width:768px){.md\:block{display:block}}
    </style>
    
    <!-- Main CSS will be injected by Vite automatically -->
    
    <!-- Defer non-critical CSS loading -->
    <script>
      // Defer CSS to prevent render blocking
      (function() {
        // Mark as loading
        document.documentElement.classList.add('css-loading');
        
        // After page load, trigger CSS
        window.addEventListener('load', function() {
          document.documentElement.classList.remove('css-loading');
        });
      })();
    </script>
    
    <!-- Defer non-critical JavaScript -->
    <script>
      // Performance monitoring and optimization
      window.addEventListener('load', function() {
        // Monitor LCP performance
        if ('PerformanceObserver' in window) {
          const observer = new PerformanceObserver((list) => {
            const entries = list.getEntries();
            const lcpEntry = entries[entries.length - 1];
            if (lcpEntry) {
              console.log('LCP Element:', lcpEntry.element);
              console.log('LCP Time:', lcpEntry.startTime);
            }
          });
          observer.observe({ entryTypes: ['largest-contentful-paint'] });
        }
      });
    </script>
    
    <!-- CSS will be injected by Vite automatically -->
    <meta name="description" content="NABH-accredited multi-speciality hospital in Saharanpur since 1999. Expert doctors in Cardiology, Gynaecology, Ortho &amp; more. 24/7 emergency care.">
    <meta name="author" content="Saksham Makhija">

    <meta property="og:title" content="Saksham Hospital - Best Hospital in Saharanpur">
    <meta property="og:description" content="NABH-accredited multi-speciality hospital in Saharanpur since 1999. Expert doctors in Cardiology, Gynaecology, Ortho &amp; more. 24/7 emergency care.">
    <meta property="og:type" content="website">
    <meta property="og:url" content="https://sakshamhospital.com">
    <meta property="og:image" content="https://sakshamhospital.com/images/desktop/hero.webp">
    <meta property="og:site_name" content="Saksham Hospital">

    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="Saksham Hospital - Best Hospital in Saharanpur">
    <meta name="twitter:description" content="NABH-accredited multi-speciality hospital in Saharanpur since 1999. Expert doctors in Cardiology, Gynaecology, Ortho &amp; more. 24/7 emergency care.">
    <meta name="twitter:image" content="https://sakshamhospital.com/images/desktop/hero.webp">
    <script type="module" crossorigin="" src="/assets/index-CH7hMlkI.js"></script>
    <link rel="modulepreload" crossorigin="" href="/assets/react-vendor-BYG-SVZy.js">
    <link rel="modulepreload" crossorigin="" href="/assets/ui-vendor-C3Q7DgGx.js">
    <link rel="modulepreload" crossorigin="" href="/assets/supabase-vendor-DIIAs9HR.js">
    <link rel="modulepreload" crossorigin="" href="/assets/query-vendor-4EHJRk6l.js">
    <link rel="stylesheet" crossorigin="" href="/assets/index-BDfLPxIF.css">
  <style type="text/css">:where(html[dir="ltr"]),:where([data-sonner-toaster][dir="ltr"]){--toast-icon-margin-start: -3px;--toast-icon-margin-end: 4px;--toast-svg-margin-start: -1px;--toast-svg-margin-end: 0px;--toast-button-margin-start: auto;--toast-button-margin-end: 0;--toast-close-button-start: 0;--toast-close-button-end: unset;--toast-close-button-transform: translate(-35%, -35%)}:where(html[dir="rtl"]),:where([data-sonner-toaster][dir="rtl"]){--toast-icon-margin-start: 4px;--toast-icon-margin-end: -3px;--toast-svg-margin-start: 0px;--toast-svg-margin-end: -1px;--toast-button-margin-start: 0;--toast-button-margin-end: auto;--toast-close-button-start: unset;--toast-close-button-end: 0;--toast-close-button-transform: translate(35%, -35%)}:where([data-sonner-toaster]){position:fixed;width:var(--width);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--gray1: hsl(0, 0%, 99%);--gray2: hsl(0, 0%, 97.3%);--gray3: hsl(0, 0%, 95.1%);--gray4: hsl(0, 0%, 93%);--gray5: hsl(0, 0%, 90.9%);--gray6: hsl(0, 0%, 88.7%);--gray7: hsl(0, 0%, 85.8%);--gray8: hsl(0, 0%, 78%);--gray9: hsl(0, 0%, 56.1%);--gray10: hsl(0, 0%, 52.3%);--gray11: hsl(0, 0%, 43.5%);--gray12: hsl(0, 0%, 9%);--border-radius: 8px;box-sizing:border-box;padding:0;margin:0;list-style:none;outline:none;z-index:999999999}:where([data-sonner-toaster][data-x-position="right"]){right:max(var(--offset),env(safe-area-inset-right))}:where([data-sonner-toaster][data-x-position="left"]){left:max(var(--offset),env(safe-area-inset-left))}:where([data-sonner-toaster][data-x-position="center"]){left:50%;transform:translate(-50%)}:where([data-sonner-toaster][data-y-position="top"]){top:max(var(--offset),env(safe-area-inset-top))}:where([data-sonner-toaster][data-y-position="bottom"]){bottom:max(var(--offset),env(safe-area-inset-bottom))}:where([data-sonner-toast]){--y: translateY(100%);--lift-amount: calc(var(--lift) * var(--gap));z-index:var(--z-index);position:absolute;opacity:0;transform:var(--y);filter:blur(0);touch-action:none;transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;box-sizing:border-box;outline:none;overflow-wrap:anywhere}:where([data-sonner-toast][data-styled="true"]){padding:16px;background:var(--normal-bg);border:1px solid var(--normal-border);color:var(--normal-text);border-radius:var(--border-radius);box-shadow:0 4px 12px #0000001a;width:var(--width);font-size:13px;display:flex;align-items:center;gap:6px}:where([data-sonner-toast]:focus-visible){box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}:where([data-sonner-toast][data-y-position="top"]){top:0;--y: translateY(-100%);--lift: 1;--lift-amount: calc(1 * var(--gap))}:where([data-sonner-toast][data-y-position="bottom"]){bottom:0;--y: translateY(100%);--lift: -1;--lift-amount: calc(var(--lift) * var(--gap))}:where([data-sonner-toast]) :where([data-description]){font-weight:400;line-height:1.4;color:inherit}:where([data-sonner-toast]) :where([data-title]){font-weight:500;line-height:1.5;color:inherit}:where([data-sonner-toast]) :where([data-icon]){display:flex;height:16px;width:16px;position:relative;justify-content:flex-start;align-items:center;flex-shrink:0;margin-left:var(--toast-icon-margin-start);margin-right:var(--toast-icon-margin-end)}:where([data-sonner-toast][data-promise="true"]) :where([data-icon])>svg{opacity:0;transform:scale(.8);transform-origin:center;animation:sonner-fade-in .3s ease forwards}:where([data-sonner-toast]) :where([data-icon])>*{flex-shrink:0}:where([data-sonner-toast]) :where([data-icon]) svg{margin-left:var(--toast-svg-margin-start);margin-right:var(--toast-svg-margin-end)}:where([data-sonner-toast]) :where([data-content]){display:flex;flex-direction:column;gap:2px}[data-sonner-toast][data-styled=true] [data-button]{border-radius:4px;padding-left:8px;padding-right:8px;height:24px;font-size:12px;color:var(--normal-bg);background:var(--normal-text);margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end);border:none;cursor:pointer;outline:none;display:flex;align-items:center;flex-shrink:0;transition:opacity .4s,box-shadow .2s}:where([data-sonner-toast]) :where([data-button]):focus-visible{box-shadow:0 0 0 2px #0006}:where([data-sonner-toast]) :where([data-button]):first-of-type{margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end)}:where([data-sonner-toast]) :where([data-cancel]){color:var(--normal-text);background:rgba(0,0,0,.08)}:where([data-sonner-toast][data-theme="dark"]) :where([data-cancel]){background:rgba(255,255,255,.3)}:where([data-sonner-toast]) :where([data-close-button]){position:absolute;left:var(--toast-close-button-start);right:var(--toast-close-button-end);top:0;height:20px;width:20px;display:flex;justify-content:center;align-items:center;padding:0;background:var(--gray1);color:var(--gray12);border:1px solid var(--gray4);transform:var(--toast-close-button-transform);border-radius:50%;cursor:pointer;z-index:1;transition:opacity .1s,background .2s,border-color .2s}:where([data-sonner-toast]) :where([data-close-button]):focus-visible{box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}:where([data-sonner-toast]) :where([data-disabled="true"]){cursor:not-allowed}:where([data-sonner-toast]):hover :where([data-close-button]):hover{background:var(--gray2);border-color:var(--gray5)}:where([data-sonner-toast][data-swiping="true"]):before{content:"";position:absolute;left:0;right:0;height:100%;z-index:-1}:where([data-sonner-toast][data-y-position="top"][data-swiping="true"]):before{bottom:50%;transform:scaleY(3) translateY(50%)}:where([data-sonner-toast][data-y-position="bottom"][data-swiping="true"]):before{top:50%;transform:scaleY(3) translateY(-50%)}:where([data-sonner-toast][data-swiping="false"][data-removed="true"]):before{content:"";position:absolute;inset:0;transform:scaleY(2)}:where([data-sonner-toast]):after{content:"";position:absolute;left:0;height:calc(var(--gap) + 1px);bottom:100%;width:100%}:where([data-sonner-toast][data-mounted="true"]){--y: translateY(0);opacity:1}:where([data-sonner-toast][data-expanded="false"][data-front="false"]){--scale: var(--toasts-before) * .05 + 1;--y: translateY(calc(var(--lift-amount) * var(--toasts-before))) scale(calc(-1 * var(--scale)));height:var(--front-toast-height)}:where([data-sonner-toast])>*{transition:opacity .4s}:where([data-sonner-toast][data-expanded="false"][data-front="false"][data-styled="true"])>*{opacity:0}:where([data-sonner-toast][data-visible="false"]){opacity:0;pointer-events:none}:where([data-sonner-toast][data-mounted="true"][data-expanded="true"]){--y: translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}:where([data-sonner-toast][data-removed="true"][data-front="true"][data-swipe-out="false"]){--y: translateY(calc(var(--lift) * -100%));opacity:0}:where([data-sonner-toast][data-removed="true"][data-front="false"][data-swipe-out="false"][data-expanded="true"]){--y: translateY(calc(var(--lift) * var(--offset) + var(--lift) * -100%));opacity:0}:where([data-sonner-toast][data-removed="true"][data-front="false"][data-swipe-out="false"][data-expanded="false"]){--y: translateY(40%);opacity:0;transition:transform .5s,opacity .2s}:where([data-sonner-toast][data-removed="true"][data-front="false"]):before{height:calc(var(--initial-height) + 20%)}[data-sonner-toast][data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount, 0px));transition:none}[data-sonner-toast][data-swipe-out=true][data-y-position=bottom],[data-sonner-toast][data-swipe-out=true][data-y-position=top]{animation:swipe-out .2s ease-out forwards}@keyframes swipe-out{0%{transform:translateY(calc(var(--lift) * var(--offset) + var(--swipe-amount)));opacity:1}to{transform:translateY(calc(var(--lift) * var(--offset) + var(--swipe-amount) + var(--lift) * -100%));opacity:0}}@media (max-width: 600px){[data-sonner-toaster]{position:fixed;--mobile-offset: 16px;right:var(--mobile-offset);left:var(--mobile-offset);width:100%}[data-sonner-toaster] [data-sonner-toast]{left:0;right:0;width:calc(100% - var(--mobile-offset) * 2)}[data-sonner-toaster][data-x-position=left]{left:var(--mobile-offset)}[data-sonner-toaster][data-y-position=bottom]{bottom:20px}[data-sonner-toaster][data-y-position=top]{top:20px}[data-sonner-toaster][data-x-position=center]{left:var(--mobile-offset);right:var(--mobile-offset);transform:none}}[data-sonner-toaster][data-theme=light]{--normal-bg: #fff;--normal-border: var(--gray4);--normal-text: var(--gray12);--success-bg: hsl(143, 85%, 96%);--success-border: hsl(145, 92%, 91%);--success-text: hsl(140, 100%, 27%);--info-bg: hsl(208, 100%, 97%);--info-border: hsl(221, 91%, 91%);--info-text: hsl(210, 92%, 45%);--warning-bg: hsl(49, 100%, 97%);--warning-border: hsl(49, 91%, 91%);--warning-text: hsl(31, 92%, 45%);--error-bg: hsl(359, 100%, 97%);--error-border: hsl(359, 100%, 94%);--error-text: hsl(360, 100%, 45%)}[data-sonner-toaster][data-theme=light] [data-sonner-toast][data-invert=true]{--normal-bg: #000;--normal-border: hsl(0, 0%, 20%);--normal-text: var(--gray1)}[data-sonner-toaster][data-theme=dark] [data-sonner-toast][data-invert=true]{--normal-bg: #fff;--normal-border: var(--gray3);--normal-text: var(--gray12)}[data-sonner-toaster][data-theme=dark]{--normal-bg: #000;--normal-border: hsl(0, 0%, 20%);--normal-text: var(--gray1);--success-bg: hsl(150, 100%, 6%);--success-border: hsl(147, 100%, 12%);--success-text: hsl(150, 86%, 65%);--info-bg: hsl(215, 100%, 6%);--info-border: hsl(223, 100%, 12%);--info-text: hsl(216, 87%, 65%);--warning-bg: hsl(64, 100%, 6%);--warning-border: hsl(60, 100%, 12%);--warning-text: hsl(46, 87%, 65%);--error-bg: hsl(358, 76%, 10%);--error-border: hsl(357, 89%, 16%);--error-text: hsl(358, 100%, 81%)}[data-rich-colors=true][data-sonner-toast][data-type=success],[data-rich-colors=true][data-sonner-toast][data-type=success] [data-close-button]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=info],[data-rich-colors=true][data-sonner-toast][data-type=info] [data-close-button]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning],[data-rich-colors=true][data-sonner-toast][data-type=warning] [data-close-button]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=error],[data-rich-colors=true][data-sonner-toast][data-type=error] [data-close-button]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.sonner-loading-wrapper{--size: 16px;height:var(--size);width:var(--size);position:absolute;inset:0;z-index:10}.sonner-loading-wrapper[data-visible=false]{transform-origin:center;animation:sonner-fade-out .2s ease forwards}.sonner-spinner{position:relative;top:50%;left:50%;height:var(--size);width:var(--size)}.sonner-loading-bar{animation:sonner-spin 1.2s linear infinite;background:var(--gray11);border-radius:6px;height:8%;left:-10%;position:absolute;top:-3.9%;width:24%}.sonner-loading-bar:nth-child(1){animation-delay:-1.2s;transform:rotate(.0001deg) translate(146%)}.sonner-loading-bar:nth-child(2){animation-delay:-1.1s;transform:rotate(30deg) translate(146%)}.sonner-loading-bar:nth-child(3){animation-delay:-1s;transform:rotate(60deg) translate(146%)}.sonner-loading-bar:nth-child(4){animation-delay:-.9s;transform:rotate(90deg) translate(146%)}.sonner-loading-bar:nth-child(5){animation-delay:-.8s;transform:rotate(120deg) translate(146%)}.sonner-loading-bar:nth-child(6){animation-delay:-.7s;transform:rotate(150deg) translate(146%)}.sonner-loading-bar:nth-child(7){animation-delay:-.6s;transform:rotate(180deg) translate(146%)}.sonner-loading-bar:nth-child(8){animation-delay:-.5s;transform:rotate(210deg) translate(146%)}.sonner-loading-bar:nth-child(9){animation-delay:-.4s;transform:rotate(240deg) translate(146%)}.sonner-loading-bar:nth-child(10){animation-delay:-.3s;transform:rotate(270deg) translate(146%)}.sonner-loading-bar:nth-child(11){animation-delay:-.2s;transform:rotate(300deg) translate(146%)}.sonner-loading-bar:nth-child(12){animation-delay:-.1s;transform:rotate(330deg) translate(146%)}@keyframes sonner-fade-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes sonner-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes sonner-spin{0%{opacity:1}to{opacity:.15}}@media (prefers-reduced-motion){[data-sonner-toast],[data-sonner-toast]>*,.sonner-loading-bar{transition:none!important;animation:none!important}}.sonner-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center;transition:opacity .2s,transform .2s}.sonner-loader[data-visible=false]{opacity:0;transform:scale(.8) translate(-50%,-50%)}
</style><link rel="modulepreload" as="script" crossorigin="" href="/assets/Index-Bm55gUZR.js"><link rel="modulepreload" as="script" crossorigin="" href="/assets/LazyImage-BNM1vYww.js"><link rel="modulepreload" as="script" crossorigin="" href="/assets/SimpleImage-kCKRunz2.js"><link rel="modulepreload" as="script" crossorigin="" href="/assets/image-off-Fbl-dqhG.js"><link rel="modulepreload" as="script" crossorigin="" href="/assets/Footer-VRKNusY3.js"><link rel="modulepreload" as="script" crossorigin="" href="/assets/slugGenerator-Drhh3ejn.js"><link rel="modulepreload" as="script" crossorigin="" href="/assets/SocialLinks-R4mjBnHE.js"><link rel="modulepreload" as="script" crossorigin="" href="/assets/arrow-right-8_iMcSP6.js"><link rel="modulepreload" as="script" crossorigin="" href="/assets/BlogCard-Dtkr5TLw.js"><link rel="modulepreload" as="script" crossorigin="" href="/assets/blogService-qLGdITtW.js"><link rel="modulepreload" as="script" crossorigin="" href="/assets/purify.es-UauFkxZX.js"><link rel="modulepreload" as="script" crossorigin="" href="/assets/tag-CoaW7x_8.js"><link rel="modulepreload" as="script" crossorigin="" href="/assets/alert-Db_88o5Q.js"><link rel="modulepreload" as="script" crossorigin="" href="/assets/skeleton-BLKr0C5V.js"><link rel="modulepreload" as="script" crossorigin="" href="/assets/simpleEmailService-7Dm5zhDG.js"><link rel="modulepreload" as="script" crossorigin="" href="/assets/SeoHead-YRTEw93T.js"><link rel="modulepreload" as="script" crossorigin="" href="/assets/MobileFooter-OazjuUt3.js"><link rel="modulepreload" as="script" crossorigin="" href="/assets/briefcase-CqissWzC.js"><link rel="modulepreload" as="script" crossorigin="" href="/assets/mail-DvIq8jWp.js"><link rel="modulepreload" as="script" crossorigin="" href="/assets/star-BVaJYa6b.js"><link rel="modulepreload" as="script" crossorigin="" href="/assets/settings-B9ujQgXa.js"><link rel="modulepreload" as="script" crossorigin="" href="/assets/key-Bvi4sgcQ.js"><link rel="modulepreload" as="script" crossorigin="" href="/assets/map-pin-CH9J_2mq.js"><link rel="canonical" href="https://sakshamhospital.com/" data-rh="true"><meta name="description" content="NABH-accredited multi-speciality hospital in Saharanpur since 1999. Expert doctors in Cardiology, Gynaecology, Ortho &amp; more. 24/7 emergency care." data-rh="true"><meta name="keywords" content="hospital, Saharanpur, multi-speciality, NABH, Cardiology, Gynaecology, Orthopaedics, emergency care" data-rh="true"><meta name="author" content="Saksham Hospital" data-rh="true"><meta property="og:type" content="website" data-rh="true"><meta property="og:title" content="Saksham Hospital - Best Multi-Speciality Hospital in Saharanpur" data-rh="true"><meta property="og:description" content="NABH-accredited multi-speciality hospital in Saharanpur since 1999. Expert doctors in Cardiology, Gynaecology, Ortho &amp; more. 24/7 emergency care." data-rh="true"><meta property="og:url" content="https://sakshamhospital.com/" data-rh="true"><meta property="og:image" content="https://sakshamhospital.com/Logo1.png" data-rh="true"><meta property="og:site_name" content="Saksham Hospital" data-rh="true"><meta property="og:locale" content="en_IN" data-rh="true"><meta name="twitter:card" content="summary_large_image" data-rh="true"><meta name="twitter:title" content="Saksham Hospital - Best Multi-Speciality Hospital in Saharanpur" data-rh="true"><meta name="twitter:description" content="NABH-accredited multi-speciality hospital in Saharanpur since 1999. Expert doctors in Cardiology, Gynaecology, Ortho &amp; more. 24/7 emergency care." data-rh="true"><meta name="twitter:image" content="https://sakshamhospital.com/Logo1.png" data-rh="true"><meta name="geo.region" content="IN-UP" data-rh="true"><meta name="geo.placename" content="Saharanpur" data-rh="true"><meta name="geo.position" content="29.9668;77.5500" data-rh="true"><meta name="ICBM" content="29.9668, 77.5500" data-rh="true"><script type="application/ld+json" data-rh="true">{"@context":"https://schema.org","@type":"Hospital","name":"Saksham Hospital","description":"Best Multi-Speciality Hospital in Saharanpur since 1999. NABH Accredited. 25+ years of healthcare excellence.","url":"https://sakshamhospital.com","logo":"https://sakshamhospital.com/Logo1.png","image":"https://sakshamhospital.com/images/desktop/hero.webp","telephone":["+91-7465878536","+91-9837045239"],"email":"saksham@sakshamhospital.com","address":{"@type":"PostalAddress","streetAddress":"Near Officer's Colony, Delhi Road","addressLocality":"Saharanpur","addressRegion":"Uttar Pradesh","postalCode":"247001","addressCountry":"IN"},"geo":{"@type":"GeoCoordinates","latitude":"29.9680","longitude":"77.5510"},"openingHoursSpecification":[{"@type":"OpeningHoursSpecification","dayOfWeek":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"opens":"09:00","closes":"20:00"},{"@type":"OpeningHoursSpecification","dayOfWeek":["Sunday"],"opens":"00:00","closes":"23:59","description":"Emergency services only"}],"hasCredential":{"@type":"EducationalOccupationalCredential","credentialCategory":"NABH Accreditation","recognizedBy":{"@type":"Organization","name":"National Accreditation Board for Hospitals & Healthcare Providers"}},"medicalSpecialty":["General Medicine","Cardiology","Gynaecology","Urology","Orthopaedics","ENT","Laparoscopic Surgery","Pediatrics"],"sameAs":["https://www.facebook.com/sakshamhospital","https://www.instagram.com/sakshamhospital"]}</script><link rel="modulepreload" as="script" crossorigin="" href="/assets/ServiceCard-W0M7YlFi.js"><link rel="modulepreload" as="script" crossorigin="" href="/assets/index-CH7hMlkI.js"><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-1ES7MGC696"></script><link rel="modulepreload" as="script" crossorigin="" href="/assets/DoctorCard-CPnmYt_p.js"></head>

  <body style="overflow: unset;">
    <div id="root"><div class="fixed bottom-24 right-4 md:bottom-6 md:right-6 z-[100] flex flex-col items-center gap-2 md:gap-3"><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 rounded-full w-12 h-12 md:w-16 md:h-16 shadow-lg hover:shadow-xl transition-all active:scale-95 shrink-0 p-0 bg-green-600 hover:bg-green-700 text-white" aria-label="Contact via WhatsApp"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-message-circle h-5 w-5 md:h-7 md:w-7"><path d="M7.9 20A9 9 0 1 0 4 16.1L2 22Z"></path></svg></button><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 rounded-full w-12 h-12 md:w-16 md:h-16 shadow-lg hover:shadow-xl transition-all active:scale-95 shrink-0 p-0 bg-red-600 hover:bg-red-700 text-white animate-pulse" aria-label="Call Emergency"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-phone h-5 w-5 md:h-7 md:w-7"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path></svg></button><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 rounded-full w-12 h-12 md:w-16 md:h-16 shadow-lg hover:shadow-xl transition-all active:scale-95 shrink-0 p-0 bg-indigo-700 hover:bg-indigo-800 text-white border-0" type="button" aria-label="Open hospital assistant chat" aria-haspopup="dialog" aria-expanded="false" aria-controls="radix-:r0:" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-bot h-5 w-5 md:h-7 md:w-7"><path d="M12 8V4H8"></path><rect width="16" height="12" x="4" y="8" rx="2"></rect><path d="M2 14h2"></path><path d="M20 14h2"></path><path d="M15 13v2"></path><path d="M9 13v2"></path></svg></button><button class="items-center justify-center gap-2 whitespace-nowrap text-sm font-medium ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 hover:text-accent-foreground rounded-full w-12 h-12 md:w-16 md:h-16 shadow-lg hover:shadow-xl transition-all active:scale-95 shrink-0 p-0 hidden md:flex bg-white hover:bg-gray-100 border border-gray-200" aria-label="Close quick contact buttons"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-x h-5 w-5 md:h-6 md:w-6 text-gray-700"><path d="M18 6 6 18"></path><path d="m6 6 12 12"></path></svg></button></div><div class="md:hidden"><header class="fixed top-0 left-0 right-0 bg-gradient-to-r from-indigo-900 to-slate-800 text-white py-4 px-4 z-50"><div class="flex items-center justify-between"><a class="flex items-center space-x-3" href="/"><img src="/Logo1.png" alt="Saksham Hospital Logo" class="h-[48px] w-auto object-contain"><h1 class="text-lg font-bold text-white">Saksham Hospital</h1></a><div class="flex items-center space-x-2"><a href="tel:+917465878536" class="inline-flex items-center justify-center gap-2 whitespace-nowrap font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 h-9 bg-red-500 hover:bg-red-600 text-white px-3 py-1 text-xs rounded-full"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-star w-3 h-3 mr-1"><path d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"></path></svg>Emergency</a><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 hover:text-accent-foreground h-9 rounded-md text-white hover:bg-white/20 p-2"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-menu w-5 h-5"><line x1="4" x2="20" y1="12" y2="12"></line><line x1="4" x2="20" y1="6" y2="6"></line><line x1="4" x2="20" y1="18" y2="18"></line></svg></button></div></div></header><section class="px-4 py-6 pt-24"><div class="border bg-card text-card-foreground shadow-sm relative overflow-hidden rounded-2xl h-64" style="transform: translateZ(0px); backface-visibility: hidden;"><div class="absolute inset-0" style="transform: translateZ(0px); backface-visibility: hidden;"><picture><source media="(min-width: 1024px)" srcset="/images/desktop/hero.webp" type="image/webp" sizes="100vw"><source media="(min-width: 768px) and (max-width: 1023px)" srcset="/images/tablet/hero.webp" type="image/webp" sizes="100vw"><img src="/images/mobile/hero.webp" alt="Saksham Hospital - Compassionate Care" class="w-full h-full object-cover object-right" sizes="(max-width: 768px) 100vw, (max-width: 1024px) 100vw, 100vw" loading="eager" fetchpriority="high" decoding="async" data-priority="true" data-lcp="true" style="transform: translateZ(0px); backface-visibility: hidden; perspective: 1000px;"></picture><div class="absolute inset-0 bg-gradient-to-r from-black/60 via-black/30 to-black/10"></div></div><div class="relative p-6 h-full flex flex-col justify-between text-white"><div class="flex items-start justify-between"><div class="flex-1"><h2 class="text-2xl font-bold mb-2">Compassionate Care, Always.</h2><p class="text-white/90 text-sm mb-4">Expert care with a personal touch.</p></div><div class="w-16 h-16 bg-white/20 rounded-full flex items-center justify-center ml-4"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-stethoscope w-6 h-6 text-white"><path d="M11 2v2"></path><path d="M5 2v2"></path><path d="M5 3H4a2 2 0 0 0-2 2v4a6 6 0 0 0 12 0V5a2 2 0 0 0-2-2h-1"></path><path d="M8 15a6 6 0 0 0 12 0v-3"></path><circle cx="20" cy="10" r="2"></circle></svg></div></div><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 h-10 px-4 w-full bg-orange-500 hover:bg-orange-600 text-white font-medium py-3 rounded-xl" href="/appointment">Book Appointment</a></div></div></section><section class="px-4 py-4"><h3 class="text-lg font-bold text-blue-900 mb-4">How can we help you?</h3><div class="grid grid-cols-2 gap-4"><a href="/specialists"><div class="rounded-lg border bg-card text-card-foreground shadow-sm p-4 text-center hover:shadow-md transition-shadow cursor-pointer"><div class="p-0"><div class="w-12 h-12 bg-blue-100 rounded-full flex items-center justify-center mx-auto mb-3"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-stethoscope w-6 h-6 text-blue-600"><path d="M11 2v2"></path><path d="M5 2v2"></path><path d="M5 3H4a2 2 0 0 0-2 2v4a6 6 0 0 0 12 0V5a2 2 0 0 0-2-2h-1"></path><path d="M8 15a6 6 0 0 0 12 0v-3"></path><circle cx="20" cy="10" r="2"></circle></svg></div><h4 class="font-medium text-blue-900 text-sm">Find a Doctor</h4></div></div></a><a href="/appointment"><div class="rounded-lg border bg-card text-card-foreground shadow-sm p-4 text-center hover:shadow-md transition-shadow cursor-pointer"><div class="p-0"><div class="w-12 h-12 bg-green-100 rounded-full flex items-center justify-center mx-auto mb-3"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-test-tube w-6 h-6 text-green-600"><path d="M14.5 2v17.5c0 1.4-1.1 2.5-2.5 2.5c-1.4 0-2.5-1.1-2.5-2.5V2"></path><path d="M8.5 2h7"></path><path d="M14.5 16h-5"></path></svg></div><h4 class="font-medium text-blue-900 text-sm">Book Tests</h4></div></div></a><a href="/patient-portal"><div class="rounded-lg border bg-card text-card-foreground shadow-sm p-4 text-center hover:shadow-md transition-shadow cursor-pointer"><div class="p-0"><div class="w-12 h-12 bg-purple-100 rounded-full flex items-center justify-center mx-auto mb-3"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-user w-6 h-6 text-purple-600"><path d="M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg></div><h4 class="font-medium text-blue-900 text-sm">Patient Portal</h4></div></div></a><a href="/staff-login"><div class="rounded-lg border bg-card text-card-foreground shadow-sm p-4 text-center hover:shadow-md transition-shadow cursor-pointer"><div class="p-0"><div class="w-12 h-12 bg-orange-100 rounded-full flex items-center justify-center mx-auto mb-3"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-users w-6 h-6 text-orange-600"><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"></path><circle cx="9" cy="7" r="4"></circle><path d="M22 21v-2a4 4 0 0 0-3-3.87"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path></svg></div><h4 class="font-medium text-blue-900 text-sm">Staff Portal</h4></div></div></a></div></section><section class="px-4 py-4"><div class="flex items-center justify-between mb-4"><h3 class="text-lg font-bold text-blue-900">Our Specialists</h3><a class="text-orange-500 text-sm font-medium flex items-center" href="/specialists">View all <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-right w-4 h-4 ml-1"><path d="m9 18 6-6-6-6"></path></svg></a></div><div class="flex space-x-4 overflow-x-auto pb-2"><a class="flex-shrink-0 w-32" href="/specialists?doctorId=b64688c1-918e-448f-a307-47d9649380f9"><div class="rounded-lg border bg-card text-card-foreground shadow-sm hover:shadow-md transition-shadow"><div class="p-0"><div class="w-32 h-32 bg-teal-100 rounded-t-lg flex items-center justify-center overflow-hidden relative"><img src="https://mnwfmycbhwgxjglqtokt.supabase.co/storage/v1/object/public/doctors/mobile/poonam.webp" alt="Poonam Makhija" class="w-20 h-20 rounded-full object-cover object-[center_top]" loading="lazy" style="opacity: 0; transition: opacity 0.3s;"></div><div class="p-3"><h4 class="font-medium text-blue-900 text-sm truncate">Poonam Makhija</h4><p class="text-gray-500 text-xs truncate">Gynaecologist &amp; Obstetrician</p></div></div></div></a><a class="flex-shrink-0 w-32" href="/specialists?doctorId=086547b0-ffef-4201-9159-b187ef5f83e3"><div class="rounded-lg border bg-card text-card-foreground shadow-sm hover:shadow-md transition-shadow"><div class="p-0"><div class="w-32 h-32 bg-blue-100 rounded-t-lg flex items-center justify-center overflow-hidden relative"><img src="https://mnwfmycbhwgxjglqtokt.supabase.co/storage/v1/object/public/doctors/mobile/sudhanshu.webp" alt="Sudhanshu Shekhar" class="w-20 h-20 rounded-full object-cover object-[center_top]" loading="lazy" style="opacity: 0; transition: opacity 0.3s;"></div><div class="p-3"><h4 class="font-medium text-blue-900 text-sm truncate">Sudhanshu Shekhar</h4><p class="text-gray-500 text-xs truncate">General Physician</p></div></div></div></a><a class="flex-shrink-0 w-32" href="/specialists?doctorId=d0a3256b-4878-4aef-ac91-41dab5c91e45"><div class="rounded-lg border bg-card text-card-foreground shadow-sm hover:shadow-md transition-shadow"><div class="p-0"><div class="w-32 h-32 bg-green-100 rounded-t-lg flex items-center justify-center overflow-hidden relative"><img src="https://mnwfmycbhwgxjglqtokt.supabase.co/storage/v1/object/public/doctors/mobile/rakesh.webp" alt="Rakesh Pandey" class="w-20 h-20 rounded-full object-cover object-[center_top]" loading="lazy" style="opacity: 0; transition: opacity 0.3s;"></div><div class="p-3"><h4 class="font-medium text-blue-900 text-sm truncate">Rakesh Pandey</h4><p class="text-gray-500 text-xs truncate">Urologist</p></div></div></div></a><a class="flex-shrink-0 w-32" href="/specialists?doctorId=356ba9c4-da6d-44a9-acc2-461b0cf0c6f8"><div class="rounded-lg border bg-card text-card-foreground shadow-sm hover:shadow-md transition-shadow"><div class="p-0"><div class="w-32 h-32 bg-purple-100 rounded-t-lg flex items-center justify-center overflow-hidden relative"><img src="https://mnwfmycbhwgxjglqtokt.supabase.co/storage/v1/object/public/doctors/mobile/daljeet.webp" alt="Daljeet Singh" class="w-20 h-20 rounded-full object-cover object-[center_top]" loading="lazy" style="opacity: 0; transition: opacity 0.3s;"></div><div class="p-3"><h4 class="font-medium text-blue-900 text-sm truncate">Daljeet Singh</h4><p class="text-gray-500 text-xs truncate">Orthopedic Surgeon</p></div></div></div></a><a class="flex-shrink-0 w-32" href="/specialists?doctorId=8129adda-fc69-4d35-9e5a-5656830572fa"><div class="rounded-lg border bg-card text-card-foreground shadow-sm hover:shadow-md transition-shadow"><div class="p-0"><div class="w-32 h-32 bg-orange-100 rounded-t-lg flex items-center justify-center overflow-hidden relative"><img src="https://mnwfmycbhwgxjglqtokt.supabase.co/storage/v1/object/public/doctors/mobile/p.webp" alt="P Tyagi" class="w-20 h-20 rounded-full object-cover object-[center_top]" loading="lazy" style="opacity: 0; transition: opacity 0.3s;"></div><div class="p-3"><h4 class="font-medium text-blue-900 text-sm truncate">P Tyagi</h4><p class="text-gray-500 text-xs truncate">ENT Surgeon</p></div></div></div></a><a class="flex-shrink-0 w-32" href="/specialists?doctorId=ba05ad39-fa01-449d-be8d-2fa9120c9c1e"><div class="rounded-lg border bg-card text-card-foreground shadow-sm hover:shadow-md transition-shadow"><div class="p-0"><div class="w-32 h-32 bg-pink-100 rounded-t-lg flex items-center justify-center overflow-hidden relative"><img src="https://mnwfmycbhwgxjglqtokt.supabase.co/storage/v1/object/public/doctors/mobile/udit.webp" alt="Udit Panwar" class="w-20 h-20 rounded-full object-cover object-[center_top]" loading="lazy" style="opacity: 0; transition: opacity 0.3s;"></div><div class="p-3"><h4 class="font-medium text-blue-900 text-sm truncate">Udit Panwar</h4><p class="text-gray-500 text-xs truncate">General &amp; Laproscopic Surgeon</p></div></div></div></a></div></section><section class="px-4 py-4 bg-red-50"><div class="rounded-lg border shadow-sm bg-red-500 text-white"><div class="p-4 text-center"><div class="flex items-center justify-center mb-2"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-phone w-5 h-5 mr-2"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path></svg><h3 class="font-bold text-lg">Emergency Contact</h3></div><p class="text-red-100 text-sm mb-3">For immediate medical assistance</p><a href="tel: +91 7465878536" class="bg-white text-red-500 px-6 py-2 rounded-full font-bold text-sm inline-block">Call Now: +91 7465878536</a></div></div></section><section class="px-4 py-4"><h3 class="text-lg font-bold text-blue-900 mb-4">Quick Actions</h3><div class="grid grid-cols-2 gap-3"><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 px-4 py-2 bg-blue-500 hover:bg-blue-600 text-white h-12 text-sm" href="/appointment"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-calendar w-4 h-4 mr-2"><path d="M8 2v4"></path><path d="M16 2v4"></path><rect width="18" height="18" x="3" y="4" rx="2"></rect><path d="M3 10h18"></path></svg>Book Appointment</a><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 border bg-background hover:text-accent-foreground px-4 py-2 border-blue-500 text-blue-500 hover:bg-blue-50 h-12 text-sm" href="/patient-portal"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-text w-4 h-4 mr-2"><path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"></path><path d="M14 2v4a2 2 0 0 0 2 2h4"></path><path d="M10 9H8"></path><path d="M16 13H8"></path><path d="M16 17H8"></path></svg>Patient Portal</a></div></section><footer class="bg-gray-900 text-white py-8 px-4 md:hidden"><div class="max-w-4xl mx-auto"><div class="mb-6"><div class="flex items-center space-x-3 mb-4"><img src="/Logo1.png" alt="Saksham Hospital Logo" class="h-10 w-10 object-contain"><h3 class="text-xl font-bold">Saksham Hospital</h3></div><p class="text-gray-300 text-sm leading-relaxed">Providing compassionate healthcare with advanced medical technology and expert care for over 25 years.</p></div><div class="mb-6"><h4 class="text-lg font-semibold mb-3">Discover</h4><div class="grid grid-cols-2 gap-2"><a class="text-sm text-gray-300 hover:text-orange-400 transition-colors" href="/#services">Services</a><a class="text-sm text-gray-300 hover:text-orange-400 transition-colors" href="/about-us">About Us</a><a class="text-sm text-gray-300 hover:text-orange-400 transition-colors" href="/news">News</a><a class="text-sm text-gray-300 hover:text-orange-400 transition-colors" href="/blog">Blog</a><a class="text-sm text-gray-300 hover:text-orange-400 transition-colors" href="/testimonials">Testimonials</a><a href="https://swasthya.guru" target="_blank" rel="noopener noreferrer" class="text-sm text-gray-300 hover:text-orange-400 transition-colors">Swasthya Guru</a></div></div><div class="mb-6"><h4 class="text-lg font-semibold mb-3">Quick Access</h4><div class="mb-3"><h5 class="text-sm font-medium text-gray-400 mb-2">For Patients</h5><div class="grid grid-cols-2 gap-2"><a class="text-sm text-gray-300 hover:text-orange-400 transition-colors" href="/patient-portal">Patient Portal</a><a class="text-sm text-gray-300 hover:text-orange-400 transition-colors" href="/tpa-insurance">TPA &amp; Insurance</a><a class="text-sm text-gray-300 hover:text-orange-400 transition-colors" href="/doctors">Our Doctors</a></div></div><div><h5 class="text-sm font-medium text-gray-400 mb-2">For Staff</h5><div class="grid grid-cols-2 gap-2"><a class="text-sm text-gray-300 hover:text-orange-400 transition-colors" href="/staff-login">Staff Portal</a></div></div></div><div class="mb-6"><h4 class="text-lg font-semibold mb-3">Contact</h4><div class="space-y-2 text-sm text-gray-300"><p><strong class="text-white">Saksham Hospital</strong><br>Near Officer's Colony<br>Delhi Road<br>Saharanpur, UP - 247001</p><div class="flex items-center space-x-2"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-phone w-4 h-4 text-orange-400"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path></svg><a href="tel:+917465878536" class="hover:text-orange-400 transition-colors">+91 7465878536</a></div><div class="flex items-center space-x-2"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-mail w-4 h-4 text-orange-400"><rect width="20" height="16" x="2" y="4" rx="2"></rect><path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"></path></svg><a href="mailto:saksham@sakshamhospital.com" class="hover:text-orange-400 transition-colors break-all">saksham@sakshamhospital.com</a></div></div></div><div class="mb-6"><h4 class="text-lg font-semibold mb-3">Connect With Us</h4><div class="flex space-x-4"><div class="flex items-center space-x-4 "><a href="https://in.linkedin.com/company/saksham-hospital" target="_blank" rel="noopener noreferrer" class="transition-opacity hover:opacity-80" aria-label="Saksham Hospital LinkedIn"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-linkedin"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path><rect width="4" height="12" x="2" y="9"></rect><circle cx="4" cy="4" r="2"></circle></svg></a><a href="https://www.facebook.com/saksham.hospital1999/" target="_blank" rel="noopener noreferrer" class="transition-opacity hover:opacity-80" aria-label="Saksham Hospital Facebook"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-facebook"><path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path></svg></a><a href="https://www.instagram.com/saksham_hospital/?hl=en" target="_blank" rel="noopener noreferrer" class="transition-opacity hover:opacity-80" aria-label="Saksham Hospital Instagram"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-instagram"><rect width="20" height="20" x="2" y="2" rx="5" ry="5"></rect><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path><line x1="17.5" x2="17.51" y1="6.5" y2="6.5"></line></svg></a><a href="https://wa.me/917017377069" target="_blank" rel="noopener noreferrer" class="transition-opacity hover:opacity-80" aria-label="Saksham Hospital WhatsApp"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-message-square"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path></svg></a></div></div></div><div class="border-t border-gray-700 pt-4 text-center"><p class="text-sm text-gray-400">© 2026 Saksham Hospital. All rights reserved.</p><p class="text-xs text-gray-500 mt-1">NABH Accredited Healthcare Provider</p><p class="text-xs text-gray-500 mt-2">Web App Designed &amp; Maintained by © 2025 <a href="https://neoleo.tech" target="_blank" rel="noopener noreferrer" class="text-gray-400 hover:text-orange-400 transition-colors">NeoLeo Technologies Pvt Ltd</a></p></div></div></footer><nav class="fixed bottom-0 left-0 right-0 bg-gradient-to-r from-indigo-900 to-slate-800 backdrop-blur-sm px-2 py-3 z-50"><div class="flex justify-around items-center"><button class="flex flex-col items-center justify-center py-1 transition-colors min-w-0 flex-1 text-white/70"><div class="w-10 h-10 flex items-center justify-center mb-1 bg-white/20 rounded-full relative"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-compass w-5 h-5 text-white"><path d="m16.24 7.76-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z"></path><circle cx="12" cy="12" r="10"></circle></svg><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-up w-3 h-3 text-white absolute -top-1 -right-1 transition-transform"><path d="m18 15-6-6-6 6"></path></svg></div><span class="text-xs font-medium text-center leading-tight text-white/70">Discover</span></button><button class="flex flex-col items-center justify-center py-1 transition-colors min-w-0 flex-1 text-white/70"><div class="w-10 h-10 flex items-center justify-center mb-1 bg-white/20 rounded-full relative"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-stethoscope w-5 h-5 text-white"><path d="M11 2v2"></path><path d="M5 2v2"></path><path d="M5 3H4a2 2 0 0 0-2 2v4a6 6 0 0 0 12 0V5a2 2 0 0 0-2-2h-1"></path><path d="M8 15a6 6 0 0 0 12 0v-3"></path><circle cx="20" cy="10" r="2"></circle></svg><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-up w-3 h-3 text-white absolute -top-1 -right-1 transition-transform"><path d="m18 15-6-6-6 6"></path></svg></div><span class="text-xs font-medium text-center leading-tight text-white/70">Doctors</span></button><button class="flex flex-col items-center justify-center py-1 transition-colors min-w-0 flex-1 text-white/70"><div class="w-10 h-10 flex items-center justify-center mb-1 bg-white/20 rounded-full relative"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-users w-5 h-5 text-white"><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"></path><circle cx="9" cy="7" r="4"></circle><path d="M22 21v-2a4 4 0 0 0-3-3.87"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path></svg><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-up w-3 h-3 text-white absolute -top-1 -right-1 transition-transform"><path d="m18 15-6-6-6 6"></path></svg></div><span class="text-xs font-medium text-center leading-tight text-white/70">Patients</span></button><button class="flex flex-col items-center justify-center py-1 transition-colors min-w-0 flex-1 text-white/70"><div class="w-10 h-10 flex items-center justify-center mb-1 bg-white/20 rounded-full relative"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-briefcase w-5 h-5 text-white"><path d="M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"></path><rect width="20" height="14" x="2" y="6" rx="2"></rect></svg><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-up w-3 h-3 text-white absolute -top-1 -right-1 transition-transform"><path d="m18 15-6-6-6 6"></path></svg></div><span class="text-xs font-medium text-center leading-tight text-white/70">Staff</span></button><a class="flex flex-col items-center justify-center py-1 transition-colors min-w-0 flex-1 text-white/70" href="/contact"><div class="w-10 h-10 flex items-center justify-center mb-1 bg-white/20 rounded-full"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-message-square w-5 h-5 text-white"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path></svg></div><span class="text-xs font-medium text-center leading-tight text-white/70">Contact</span></a></div></nav><div class="h-20"></div></div><div class="hidden md:block min-h-screen flex flex-col"><div class="fixed top-0 w-full z-50"><header class="w-full transition-all duration-300 relative bg-gradient-to-r from-indigo-900 to-slate-800"><div class="container mx-auto px-4"><div class="flex items-center justify-between h-20 md:h-20"><a class="flex items-center space-x-2 min-w-0 flex-shrink-0" href="/"><img src="/Logo1.png" alt="Saksham Hospital Logo" class="h-[48px] w-auto object-contain"><span class="text-base sm:text-lg md:text-xl font-bold text-white truncate">Saksham Hospital</span></a><nav class="hidden md:flex space-x-6 lg:space-x-8 items-center"><button class="flex items-center gap-1 text-sm font-medium transition-colors text-white/90 hover:text-primary" type="button" id="radix-:rp:" aria-haspopup="menu" aria-expanded="false" data-state="closed">Discover<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down h-3 w-3"><path d="m6 9 6 6 6-6"></path></svg></button><button class="flex items-center gap-1 text-sm font-medium transition-colors text-white/90 hover:text-primary" type="button" id="radix-:rr:" aria-haspopup="menu" aria-expanded="false" data-state="closed">Doctors<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down h-3 w-3"><path d="m6 9 6 6 6-6"></path></svg></button><button class="flex items-center gap-1 text-sm font-medium transition-colors text-white/90 hover:text-primary" type="button" id="radix-:rt:" aria-haspopup="menu" aria-expanded="false" data-state="closed">Patients<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down h-3 w-3"><path d="m6 9 6 6 6-6"></path></svg></button><button class="flex items-center gap-1 text-sm font-medium transition-colors text-white/90 hover:text-primary" type="button" id="radix-:rv:" aria-haspopup="menu" aria-expanded="false" data-state="closed">Staff<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down h-3 w-3"><path d="m6 9 6 6 6-6"></path></svg></button><a href="/contact" class="text-sm font-medium transition-colors text-white/90 hover:text-primary ">Contact</a></nav><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 hover:text-accent-foreground h-10 w-10 md:hidden text-white hover:bg-white/20 flex-shrink-0"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-menu h-5 w-5"><line x1="4" x2="20" y1="12" y2="12"></line><line x1="4" x2="20" y1="6" y2="6"></line><line x1="4" x2="20" y1="18" y2="18"></line></svg></button><div class="hidden md:flex items-center space-x-3"><a href="tel:+917465878536" class="inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 text-primary-foreground h-9 rounded-md px-3 bg-red-600 hover:bg-red-700"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-phone mr-2 h-4 w-4"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path></svg> Call Ambulance</a><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 hover:text-accent-foreground h-9 rounded-md px-3 text-white hover:bg-white/20" type="button" id="radix-:r11:" aria-haspopup="menu" aria-expanded="false" data-state="closed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-globe h-4 w-4 mr-1"><circle cx="12" cy="12" r="10"></circle><path d="M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20"></path><path d="M2 12h20"></path></svg>En<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down h-3 w-3 ml-1"><path d="m6 9 6 6 6-6"></path></svg></button></div></div></div></header></div><main class="flex-1"><div class="relative text-white pt-24 pb-16 md:py-24 overflow-hidden h-[600px] md:h-[800px] lg:h-screen" style="transform: translateZ(0px); backface-visibility: hidden; will-change: scroll-position;"><div class="absolute inset-0 transition-opacity duration-1000 opacity-100 z-10" style="transform: translateZ(0px); backface-visibility: hidden;"><picture><source media="(min-width: 1024px)" srcset="/images/desktop/hero.webp" type="image/webp" sizes="100vw"><source media="(min-width: 768px) and (max-width: 1023px)" srcset="/images/tablet/hero.webp" type="image/webp" sizes="100vw"><img src="/images/mobile/hero.webp" alt="Hero Slide 1" class="absolute inset-0 w-full h-full object-cover object-right" sizes="100vw" loading="eager" fetchpriority="high" decoding="async" data-priority="true" data-lcp="true" style="transform: translateZ(0px); backface-visibility: hidden; perspective: 1000px;"></picture><div class="absolute inset-0 bg-gradient-to-r from-black/60 via-black/30 to-black/10"></div></div><div class="absolute inset-0 transition-opacity duration-1000 opacity-0 z-0" style="transform: translateZ(0px); backface-visibility: hidden;"><picture><source media="(min-width: 1024px)" srcset="/images/desktop/ssj.webp" type="image/webp" sizes="100vw"><source media="(min-width: 768px) and (max-width: 1023px)" srcset="/images/tablet/ssj.webp" type="image/webp" sizes="100vw"><img src="/images/mobile/ssj.webp" alt="Hero Slide 2" class="absolute inset-0 w-full h-full object-cover object-center" sizes="100vw" loading="lazy" fetchpriority="auto" decoding="async" style="content-visibility: auto; contain-intrinsic-size: 100vw 400px;"></picture><div class="absolute inset-0 bg-black/30"></div></div><div class="absolute inset-0 transition-opacity duration-1000 opacity-0 z-0" style="transform: translateZ(0px); backface-visibility: hidden;"><picture><source media="(min-width: 1024px)" srcset="/images/desktop/art.webp" type="image/webp" sizes="100vw"><source media="(min-width: 768px) and (max-width: 1023px)" srcset="/images/tablet/art.webp" type="image/webp" sizes="100vw"><img src="/images/mobile/art.webp" alt="Hero Slide 3" class="absolute inset-0 w-full h-full object-cover object-center" sizes="100vw" loading="lazy" fetchpriority="auto" decoding="async" style="content-visibility: auto; contain-intrinsic-size: 100vw 400px;"></picture><div class="absolute inset-0 bg-black/30"></div></div><button class="absolute left-4 top-1/2 -translate-y-1/2 z-20 bg-black/30 hover:bg-black/50 text-white p-2 rounded-full transition-colors" aria-label="Previous slide"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-left h-6 w-6"><path d="m15 18-6-6 6-6"></path></svg></button><button class="absolute right-4 top-1/2 -translate-y-1/2 z-20 bg-black/30 hover:bg-black/50 text-white p-2 rounded-full transition-colors" aria-label="Next slide"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-right h-6 w-6"><path d="m9 18 6-6-6-6"></path></svg></button><div class="absolute bottom-20 left-1/2 transform -translate-x-1/2 z-20 md:hidden"><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 h-11 rounded-md bg-primary hover:bg-primary/90 text-white shadow-lg px-8 py-3 text-lg">Book Appointment</button></div><div class="absolute bottom-8 left-1/2 transform -translate-x-1/2 z-20 md:hidden"><div class="flex flex-col items-center space-y-2"><span class="text-white text-xs font-medium">Follow us:</span><div class="flex space-x-3"><a href="https://linkedin.com" target="_blank" rel="noopener noreferrer" class="text-white/80 hover:text-white transition-colors"><svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"></path></svg></a><a href="https://facebook.com" target="_blank" rel="noopener noreferrer" class="text-white/80 hover:text-white transition-colors"><svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24"><path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"></path></svg></a><a href="https://instagram.com" target="_blank" rel="noopener noreferrer" class="text-white/80 hover:text-white transition-colors"><svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24"><path d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 6.62 5.367 11.987 11.988 11.987s11.987-5.367 11.987-11.987C24.014 5.367 18.647.001 12.017.001zM8.449 16.988c-1.297 0-2.448-.49-3.323-1.297C4.198 14.895 3.708 13.744 3.708 12.447s.49-2.448 1.297-3.323c.875-.807 2.026-1.297 3.323-1.297s2.448.49 3.323 1.297c.807.875 1.297 2.026 1.297 3.323s-.49 2.448-1.297 3.323c-.875.807-2.026 1.297-3.323 1.297zm7.718-1.297c-.875.807-2.026 1.297-3.323 1.297s-2.448-.49-3.323-1.297c-.807-.875-1.297-2.026-1.297-3.323s.49-2.448 1.297-3.323c.875-.807 2.026-1.297 3.323-1.297s2.448.49 3.323 1.297c.807.875 1.297 2.026 1.297 3.323s-.49 2.448-1.297 3.323z"></path></svg></a></div></div></div><div class="container mx-auto px-4 z-10 relative h-full flex items-end md:items-center pt-8 md:pt-0 pb-8 md:pb-0"><div class="w-full max-w-2xl lg:max-w-3xl text-center md:text-left lg:max-w-md xl:max-w-lg"><div class="animate-fade-in space-y-6"><div class="items-center rounded-full border text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent hidden md:inline-block bg-green-500 hover:bg-green-600 text-white px-3 py-1">Trusted Healthcare Provider</div><h1 class="text-3xl sm:text-4xl md:text-5xl font-bold mb-4 max-w-sm sm:max-w-md lg:max-w-lg"><span>Compassionate <span class="text-primary">Care</span></span></h1><p class="text-lg sm:text-xl md:text-2xl mb-6 max-w-sm sm:max-w-md lg:max-w-lg">Our expert team is dedicated to providing personalized care with empathy and understanding.</p><div class="hidden md:flex flex-col sm:flex-row gap-4 min-h-[48px]"><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 text-primary-foreground h-11 rounded-md px-8 bg-primary hover:bg-primary/90">Book Appointment</button></div><div class="hidden md:block mt-8 pt-2"><div class="flex items-center gap-4"><p class="text-white/90 font-medium">Follow us:</p><div class="flex items-center space-x-4 "><a href="https://in.linkedin.com/company/saksham-hospital" target="_blank" rel="noopener noreferrer" class="transition-opacity hover:opacity-80" aria-label="Saksham Hospital LinkedIn"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-linkedin"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path><rect width="4" height="12" x="2" y="9"></rect><circle cx="4" cy="4" r="2"></circle></svg></a><a href="https://www.facebook.com/saksham.hospital1999/" target="_blank" rel="noopener noreferrer" class="transition-opacity hover:opacity-80" aria-label="Saksham Hospital Facebook"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-facebook"><path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path></svg></a><a href="https://www.instagram.com/saksham_hospital/?hl=en" target="_blank" rel="noopener noreferrer" class="transition-opacity hover:opacity-80" aria-label="Saksham Hospital Instagram"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-instagram"><rect width="20" height="20" x="2" y="2" rx="5" ry="5"></rect><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path><line x1="17.5" x2="17.51" y1="6.5" y2="6.5"></line></svg></a><a href="https://wa.me/917017377069" target="_blank" rel="noopener noreferrer" class="transition-opacity hover:opacity-80" aria-label="Saksham Hospital WhatsApp"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-message-square"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path></svg></a></div></div></div></div></div></div><div class="absolute bottom-4 left-1/2 -translate-x-1/2 z-20 flex space-x-2"><button class="w-3 h-3 rounded-full transition-colors bg-primary" aria-label="Go to slide 1"></button><button class="w-3 h-3 rounded-full transition-colors bg-white/50 hover:bg-white/80" aria-label="Go to slide 2"></button><button class="w-3 h-3 rounded-full transition-colors bg-white/50 hover:bg-white/80" aria-label="Go to slide 3"></button></div></div><div class="container mx-auto px-4 py-16" id="services"><div class="text-center mb-12"><div class="inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent bg-primary text-primary-foreground hover:bg-primary/80 mb-2">Our Services</div><h2 class="text-4xl font-bold">Comprehensive Healthcare Solutions</h2><p class="text-gray-600 mt-2 max-w-2xl mx-auto">We offer a wide range of medical services to meet all your healthcare needs</p></div><div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6"><div class="rounded-lg border bg-card text-card-foreground shadow-sm hover:shadow-md transition-shadow duration-300 hover-scale"><div class="flex flex-col space-y-1.5 p-6 pb-2"><div class="flex items-center gap-4"><div class="bg-primary/10 w-12 h-12 rounded-full flex items-center justify-center flex-shrink-0"><img src="/icons/critical-care.svg" alt="General Medicine &amp; Critical Care" class="h-7 w-7"></div><h3 class="tracking-tight text-xl font-bold">General Medicine &amp; Critical Care</h3></div></div><div class="p-6 pt-0"><p class="text-gray-600">Comprehensive medical care for all ages with experienced physicians and specialized critical care services.</p></div></div><div class="rounded-lg border bg-card text-card-foreground shadow-sm hover:shadow-md transition-shadow duration-300 hover-scale"><div class="flex flex-col space-y-1.5 p-6 pb-2"><div class="flex items-center gap-4"><div class="bg-primary/10 w-12 h-12 rounded-full flex items-center justify-center flex-shrink-0"><img src="/icons/heart-organ.svg" alt="Cardiology" class="h-7 w-7"></div><h3 class="tracking-tight text-xl font-bold">Cardiology</h3></div></div><div class="p-6 pt-0"><p class="text-gray-600">Advanced heart care with state-of-the-art diagnostic equipment.</p></div></div><div class="rounded-lg border bg-card text-card-foreground shadow-sm hover:shadow-md transition-shadow duration-300 hover-scale"><div class="flex flex-col space-y-1.5 p-6 pb-2"><div class="flex items-center gap-4"><div class="bg-primary/10 w-12 h-12 rounded-full flex items-center justify-center flex-shrink-0"><img src="/icons/gyn.svg" alt="Gynaecology &amp; Obstetrics" class="h-7 w-7"></div><h3 class="tracking-tight text-xl font-bold">Gynaecology &amp; Obstetrics</h3></div></div><div class="p-6 pt-0"><p class="text-gray-600">Comprehensive women's health care including pregnancy, childbirth, and reproductive wellness.</p></div></div><div class="rounded-lg border bg-card text-card-foreground shadow-sm hover:shadow-md transition-shadow duration-300 hover-scale"><div class="flex flex-col space-y-1.5 p-6 pb-2"><div class="flex items-center gap-4"><div class="bg-primary/10 w-12 h-12 rounded-full flex items-center justify-center flex-shrink-0"><img src="/icons/kidneys.svg" alt="Urology &amp; Nephrology" class="h-7 w-7"></div><h3 class="tracking-tight text-xl font-bold">Urology &amp; Nephrology</h3></div></div><div class="p-6 pt-0"><p class="text-gray-600">Expert treatment for urinary tract, kidney diseases, and reproductive system disorders.</p></div></div><div class="rounded-lg border bg-card text-card-foreground shadow-sm hover:shadow-md transition-shadow duration-300 hover-scale"><div class="flex flex-col space-y-1.5 p-6 pb-2"><div class="flex items-center gap-4"><div class="bg-primary/10 w-12 h-12 rounded-full flex items-center justify-center flex-shrink-0"><img src="/icons/joints.svg" alt="Orthopedics" class="h-7 w-7"></div><h3 class="tracking-tight text-xl font-bold">Orthopedics</h3></div></div><div class="p-6 pt-0"><p class="text-gray-600">Treatment for bone, joint, and muscle conditions.</p></div></div><div class="rounded-lg border bg-card text-card-foreground shadow-sm hover:shadow-md transition-shadow duration-300 hover-scale"><div class="flex flex-col space-y-1.5 p-6 pb-2"><div class="flex items-center gap-4"><div class="bg-primary/10 w-12 h-12 rounded-full flex items-center justify-center flex-shrink-0"><img src="/icons/ear-nose_throat.svg" alt="ENT" class="h-7 w-7"></div><h3 class="tracking-tight text-xl font-bold">ENT</h3></div></div><div class="p-6 pt-0"><p class="text-gray-600">Specialized care for ear, nose, and throat conditions and disorders.</p></div></div><div class="rounded-lg border bg-card text-card-foreground shadow-sm hover:shadow-md transition-shadow duration-300 hover-scale"><div class="flex flex-col space-y-1.5 p-6 pb-2"><div class="flex items-center gap-4"><div class="bg-primary/10 w-12 h-12 rounded-full flex items-center justify-center flex-shrink-0"><img src="/icons/surgical-sterilization.svg" alt="Laparoscopic Surgery" class="h-7 w-7"></div><h3 class="tracking-tight text-xl font-bold">Laparoscopic Surgery</h3></div></div><div class="p-6 pt-0"><p class="text-gray-600">Minimally invasive surgical procedures for various conditions.</p></div></div><div class="rounded-lg border bg-card text-card-foreground shadow-sm hover:shadow-md transition-shadow duration-300 hover-scale"><div class="flex flex-col space-y-1.5 p-6 pb-2"><div class="flex items-center gap-4"><div class="bg-primary/10 w-12 h-12 rounded-full flex items-center justify-center flex-shrink-0"><img src="/icons/baby-0203m.svg" alt="Pediatrics" class="h-7 w-7"></div><h3 class="tracking-tight text-xl font-bold">Pediatrics</h3></div></div><div class="p-6 pt-0"><p class="text-gray-600">Specialized care for children from birth through adolescence.</p></div></div><div class="rounded-lg border bg-card text-card-foreground shadow-sm hover:shadow-md transition-shadow duration-300 hover-scale"><div class="flex flex-col space-y-1.5 p-6 pb-2"><div class="flex items-center gap-4"><div class="bg-primary/10 w-12 h-12 rounded-full flex items-center justify-center flex-shrink-0"><img src="/icons/sonogram.svg" alt="Imaging Services" class="h-7 w-7"></div><h3 class="tracking-tight text-xl font-bold">Imaging Services</h3></div></div><div class="p-6 pt-0"><p class="text-gray-600">Comprehensive diagnostic imaging including X-ray, Ultrasound, and Echocardiography for accurate medical assessment.</p></div></div><div class="rounded-lg border bg-card text-card-foreground shadow-sm hover:shadow-md transition-shadow duration-300 hover-scale"><div class="flex flex-col space-y-1.5 p-6 pb-2"><div class="flex items-center gap-4"><div class="bg-primary/10 w-12 h-12 rounded-full flex items-center justify-center flex-shrink-0"><img src="/icons/microscope-with_specimen.svg" alt="Pathology" class="h-7 w-7"></div><h3 class="tracking-tight text-xl font-bold">Pathology</h3></div></div><div class="p-6 pt-0"><p class="text-gray-600">Comprehensive laboratory testing and diagnostic services.</p></div></div><div class="rounded-lg border bg-card text-card-foreground shadow-sm hover:shadow-md transition-shadow duration-300 hover-scale"><div class="flex flex-col space-y-1.5 p-6 pb-2"><div class="flex items-center gap-4"><div class="bg-primary/10 w-12 h-12 rounded-full flex items-center justify-center flex-shrink-0"><img src="/icons/vegetables.svg" alt="Nutrition" class="h-7 w-7"></div><h3 class="tracking-tight text-xl font-bold">Nutrition</h3></div></div><div class="p-6 pt-0"><p class="text-gray-600">Dietary counseling and nutritional support for optimal health.</p></div></div><div class="rounded-lg border bg-card text-card-foreground shadow-sm hover:shadow-md transition-shadow duration-300 hover-scale"><div class="flex flex-col space-y-1.5 p-6 pb-2"><div class="flex items-center gap-4"><div class="bg-primary/10 w-12 h-12 rounded-full flex items-center justify-center flex-shrink-0"><img src="/icons/ambulance.svg" alt="Ambulance" class="h-7 w-7"></div><h3 class="tracking-tight text-xl font-bold">Ambulance</h3></div></div><div class="p-6 pt-0"><p class="text-gray-600">24/7 emergency medical transportation services.</p></div></div></div><div class="md:hidden mt-8 text-center"><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 h-11 px-8 w-full max-w-sm bg-primary hover:bg-primary/90 text-white text-lg py-6 rounded-xl shadow-lg">Book Appointment</button></div><div class="text-center mt-12"><a href="tel:+919837045239" class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-primary text-primary-foreground hover:bg-primary/90 h-10 px-4 py-2"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-phone mr-2 h-4 w-4"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path></svg> Call Emergency Services</a></div></div><div class="bg-gradient-to-r from-indigo-900 to-slate-800 text-white py-16" id="about"><div class="container mx-auto px-4"><div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center"><div><div class="inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent bg-primary text-primary-foreground hover:bg-primary/80 mb-2">About Us</div><h2 class="text-4xl font-bold mb-4">Excellence in Healthcare Since 1999</h2><p class="text-gray-300 mb-6">Saksham Hospital is committed to providing exceptional medical care with compassion and expertise. Our state-of-the-art facilities and dedicated team ensure the best healthcare experience for all patients.</p><div class="grid grid-cols-2 sm:grid-cols-3 gap-6 mb-8"><div class="text-center p-4 bg-white/10 backdrop-blur-sm rounded-lg shadow-sm"><p class="text-3xl font-bold text-primary">25+</p><p class="text-sm text-gray-200">Years of Experience</p></div><div class="text-center p-4 bg-white/10 backdrop-blur-sm rounded-lg shadow-sm"><p class="text-3xl font-bold text-primary">25k+</p><p class="text-sm text-gray-200">Surgeries</p></div><div class="text-center p-4 bg-white/10 backdrop-blur-sm rounded-lg shadow-sm"><p class="text-3xl font-bold text-primary">5L+</p><p class="text-sm text-gray-200">Happy Patients</p></div></div><div class="flex justify-center mb-8"><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-primary hover:bg-primary/90 h-11 bg-gradient-to-r from-orange-500 to-red-600 hover:from-orange-600 hover:to-red-700 text-white font-bold text-lg px-8 py-4 rounded-xl shadow-lg hover:shadow-xl transform hover:scale-105 transition-all duration-300 border-2 border-orange-400 hover:border-orange-300 flex items-center" href="/about-us"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield mr-3 h-6 w-6"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path></svg><span class="text-xl">More About Us</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right ml-3 h-6 w-6"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg></a></div></div><div class="hidden lg:block"><div class="relative"><div class="bg-gray-100 animate-pulse rounded-lg shadow-lg w-full h-auto" style="aspect-ratio: 1 / 1; background-image: url(&quot;data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB2aWV3Qm94PSIwIDAgMSAxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9IiNmM2Y0ZjYiLz48L3N2Zz4=&quot;); background-size: cover; background-position: center center;"></div></div></div></div></div></div><div class="bg-gradient-to-r from-indigo-900 to-slate-800 text-white py-16" id="doctors"><div class="container mx-auto px-4"><div class="text-center mb-12"><div class="inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent bg-primary text-primary-foreground hover:bg-primary/80 mb-2">Our Doctors</div><h2 class="text-4xl font-bold text-white">Meet Our Experts</h2><p class="text-white/80 mt-2 max-w-2xl mx-auto">Our team of experienced doctors are dedicated to providing the best care</p></div><div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-6"><div class="rounded-lg border bg-card text-card-foreground shadow-sm overflow-hidden hover:shadow-md transition-shadow duration-300"><a href="/doctor/poonam-makhija" class="block"><div class="relative overflow-hidden h-80 bg-gray-100 group cursor-pointer"><img src="https://mnwfmycbhwgxjglqtokt.supabase.co/storage/v1/object/public/doctors/doctors/poonam_makhija_1749140963273.webp" alt="Poonam Makhija" loading="lazy" decoding="async" class="w-full h-full object-cover object-[center_top] group-hover:scale-105 transition-transform duration-300" style="opacity: 0; transition: opacity 0.3s;"><div class="inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent text-primary-foreground hover:bg-primary/80 absolute top-3 right-3 bg-green-500">Available</div><div class="absolute inset-0 bg-black bg-opacity-0 group-hover:bg-opacity-20 transition-all duration-300 flex items-center justify-center"><div class="opacity-0 group-hover:opacity-100 transition-opacity duration-300"><div class="bg-white bg-opacity-90 rounded-full p-3"><svg class="w-6 h-6 text-blue-600" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z"></path></svg></div></div></div></div></a><div class="flex flex-col space-y-1.5 p-6 pb-2"><a href="/doctor/poonam-makhija" class="hover:text-blue-600 transition-colors block"><h3 class="font-semibold text-lg">Poonam Makhija</h3></a><a href="/doctor/poonam-makhija" class="hover:text-blue-600 transition-colors block"><div class="text-sm text-gray-600">Gynaecologist &amp; Obstetrician</div></a></div><div class="p-6 pt-0 pb-2"><div class="space-y-2 text-sm"><div class="flex justify-between"><span class="text-gray-500">Experience:</span><span class="font-medium">30 Years</span></div><div class="flex justify-between"><span class="text-gray-500">Qualifications:</span><span class="font-medium">MBBS, DGO</span></div></div></div><div class="flex items-center p-6 pt-0"><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-primary text-primary-foreground hover:bg-primary/90 h-10 px-4 py-2 w-full" href="/#appointments?doctorId=b64688c1-918e-448f-a307-47d9649380f9&amp;date=2026-06-06">Book Appointment</a></div></div><div class="rounded-lg border bg-card text-card-foreground shadow-sm overflow-hidden hover:shadow-md transition-shadow duration-300"><a href="/doctor/sudhanshu-shekhar" class="block"><div class="relative overflow-hidden h-80 bg-gray-100 group cursor-pointer"><img src="https://mnwfmycbhwgxjglqtokt.supabase.co/storage/v1/object/public/doctors/doctors/sudhanshu_shekhar_1749207010987.webp" alt="Sudhanshu Shekhar" loading="lazy" decoding="async" class="w-full h-full object-cover object-[center_top] group-hover:scale-105 transition-transform duration-300" style="opacity: 0; transition: opacity 0.3s;"><div class="inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent text-primary-foreground hover:bg-primary/80 absolute top-3 right-3 bg-green-500">Available</div><div class="absolute inset-0 bg-black bg-opacity-0 group-hover:bg-opacity-20 transition-all duration-300 flex items-center justify-center"><div class="opacity-0 group-hover:opacity-100 transition-opacity duration-300"><div class="bg-white bg-opacity-90 rounded-full p-3"><svg class="w-6 h-6 text-blue-600" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z"></path></svg></div></div></div></div></a><div class="flex flex-col space-y-1.5 p-6 pb-2"><a href="/doctor/sudhanshu-shekhar" class="hover:text-blue-600 transition-colors block"><h3 class="font-semibold text-lg">Sudhanshu Shekhar</h3></a><a href="/doctor/sudhanshu-shekhar" class="hover:text-blue-600 transition-colors block"><div class="text-sm text-gray-600">General Physician</div></a></div><div class="p-6 pt-0 pb-2"><div class="space-y-2 text-sm"><div class="flex justify-between"><span class="text-gray-500">Experience:</span><span class="font-medium">22 Years</span></div><div class="flex justify-between"><span class="text-gray-500">Qualifications:</span><span class="font-medium">MBBS, MD</span></div></div></div><div class="flex items-center p-6 pt-0"><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-primary text-primary-foreground hover:bg-primary/90 h-10 px-4 py-2 w-full" href="/#appointments?doctorId=086547b0-ffef-4201-9159-b187ef5f83e3&amp;date=2026-06-06">Book Appointment</a></div></div><div class="rounded-lg border bg-card text-card-foreground shadow-sm overflow-hidden hover:shadow-md transition-shadow duration-300"><a href="/doctor/rakesh-pandey" class="block"><div class="relative overflow-hidden h-80 bg-gray-100 group cursor-pointer"><img src="https://mnwfmycbhwgxjglqtokt.supabase.co/storage/v1/object/public/doctors/doctors/rakesh_pandey_1749207178438.webp" alt="Rakesh Pandey" loading="lazy" decoding="async" class="w-full h-full object-cover object-[center_top] group-hover:scale-105 transition-transform duration-300" style="opacity: 0; transition: opacity 0.3s;"><div class="inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent text-primary-foreground hover:bg-primary/80 absolute top-3 right-3 bg-green-500">Available</div><div class="absolute inset-0 bg-black bg-opacity-0 group-hover:bg-opacity-20 transition-all duration-300 flex items-center justify-center"><div class="opacity-0 group-hover:opacity-100 transition-opacity duration-300"><div class="bg-white bg-opacity-90 rounded-full p-3"><svg class="w-6 h-6 text-blue-600" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z"></path></svg></div></div></div></div></a><div class="flex flex-col space-y-1.5 p-6 pb-2"><a href="/doctor/rakesh-pandey" class="hover:text-blue-600 transition-colors block"><h3 class="font-semibold text-lg">Rakesh Pandey</h3></a><a href="/doctor/rakesh-pandey" class="hover:text-blue-600 transition-colors block"><div class="text-sm text-gray-600">Urologist</div></a></div><div class="p-6 pt-0 pb-2"><div class="space-y-2 text-sm"><div class="flex justify-between"><span class="text-gray-500">Experience:</span><span class="font-medium">10 Years</span></div><div class="flex justify-between"><span class="text-gray-500">Qualifications:</span><span class="font-medium">MBBS, MS, MCh</span></div></div></div><div class="flex items-center p-6 pt-0"><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-primary text-primary-foreground hover:bg-primary/90 h-10 px-4 py-2 w-full" href="/#appointments?doctorId=d0a3256b-4878-4aef-ac91-41dab5c91e45&amp;date=2026-06-06">Book Appointment</a></div></div><div class="rounded-lg border bg-card text-card-foreground shadow-sm overflow-hidden hover:shadow-md transition-shadow duration-300"><a href="/doctor/daljeet-singh" class="block"><div class="relative overflow-hidden h-80 bg-gray-100 group cursor-pointer"><img src="https://mnwfmycbhwgxjglqtokt.supabase.co/storage/v1/object/public/doctors/doctors/doctor_1749207574760.webp" alt="Daljeet Singh" loading="lazy" decoding="async" class="w-full h-full object-cover object-[center_top] group-hover:scale-105 transition-transform duration-300" style="opacity: 0; transition: opacity 0.3s;"><div class="inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent text-primary-foreground hover:bg-primary/80 absolute top-3 right-3 bg-green-500">Available</div><div class="absolute inset-0 bg-black bg-opacity-0 group-hover:bg-opacity-20 transition-all duration-300 flex items-center justify-center"><div class="opacity-0 group-hover:opacity-100 transition-opacity duration-300"><div class="bg-white bg-opacity-90 rounded-full p-3"><svg class="w-6 h-6 text-blue-600" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z"></path></svg></div></div></div></div></a><div class="flex flex-col space-y-1.5 p-6 pb-2"><a href="/doctor/daljeet-singh" class="hover:text-blue-600 transition-colors block"><h3 class="font-semibold text-lg">Daljeet Singh</h3></a><a href="/doctor/daljeet-singh" class="hover:text-blue-600 transition-colors block"><div class="text-sm text-gray-600">Orthopedic Surgeon</div></a></div><div class="p-6 pt-0 pb-2"><div class="space-y-2 text-sm"><div class="flex justify-between"><span class="text-gray-500">Experience:</span><span class="font-medium">20 Years</span></div><div class="flex justify-between"><span class="text-gray-500">Qualifications:</span><span class="font-medium">MBBS, MS</span></div></div></div><div class="flex items-center p-6 pt-0"><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-primary text-primary-foreground hover:bg-primary/90 h-10 px-4 py-2 w-full" href="/#appointments?doctorId=356ba9c4-da6d-44a9-acc2-461b0cf0c6f8&amp;date=2026-06-06">Book Appointment</a></div></div><div class="rounded-lg border bg-card text-card-foreground shadow-sm overflow-hidden hover:shadow-md transition-shadow duration-300"><a href="/doctor/p-tyagi" class="block"><div class="relative overflow-hidden h-80 bg-gray-100 group cursor-pointer"><img src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiBmaWxsPSIjRjNGNEY2Ii8+CjxjaXJjbGUgY3g9IjEwMCIgY3k9IjcwIiByPSIzMCIgZmlsbD0iIzlDQTNBRiIvPgo8cmVjdCB4PSI2MCIgeT0iMTEwIiB3aWR0aD0iODAiIGhlaWdodD0iNjAiIHJ4PSIxMCIgZmlsbD0iIzlDQTNBRiIvPgo8L3N2Zz4K" alt="P Tyagi" loading="lazy" decoding="async" class="w-full h-full object-cover object-[center_top] group-hover:scale-105 transition-transform duration-300" style="opacity: 0; transition: opacity 0.3s;"><div class="inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent text-primary-foreground hover:bg-primary/80 absolute top-3 right-3 bg-green-500">Available</div><div class="absolute inset-0 bg-black bg-opacity-0 group-hover:bg-opacity-20 transition-all duration-300 flex items-center justify-center"><div class="opacity-0 group-hover:opacity-100 transition-opacity duration-300"><div class="bg-white bg-opacity-90 rounded-full p-3"><svg class="w-6 h-6 text-blue-600" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z"></path></svg></div></div></div></div></a><div class="flex flex-col space-y-1.5 p-6 pb-2"><a href="/doctor/p-tyagi" class="hover:text-blue-600 transition-colors block"><h3 class="font-semibold text-lg">P Tyagi</h3></a><a href="/doctor/p-tyagi" class="hover:text-blue-600 transition-colors block"><div class="text-sm text-gray-600">ENT Surgeon</div></a></div><div class="p-6 pt-0 pb-2"><div class="space-y-2 text-sm"><div class="flex justify-between"><span class="text-gray-500">Experience:</span><span class="font-medium">10 Years</span></div><div class="flex justify-between"><span class="text-gray-500">Qualifications:</span><span class="font-medium">MBBS, MS</span></div></div></div><div class="flex items-center p-6 pt-0"><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-primary text-primary-foreground hover:bg-primary/90 h-10 px-4 py-2 w-full" href="/#appointments?doctorId=8129adda-fc69-4d35-9e5a-5656830572fa&amp;date=2026-06-06">Book Appointment</a></div></div><div class="rounded-lg border bg-card text-card-foreground shadow-sm overflow-hidden hover:shadow-md transition-shadow duration-300"><a href="/doctor/udit-panwar" class="block"><div class="relative overflow-hidden h-80 bg-gray-100 group cursor-pointer"><img src="https://mnwfmycbhwgxjglqtokt.supabase.co/storage/v1/object/public/doctors/doctors/udit_pawar_1749207702340.webp" alt="Udit Panwar" loading="lazy" decoding="async" class="w-full h-full object-cover object-[center_top] group-hover:scale-105 transition-transform duration-300" style="opacity: 0; transition: opacity 0.3s;"><div class="inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent text-primary-foreground hover:bg-primary/80 absolute top-3 right-3 bg-green-500">Available</div><div class="absolute inset-0 bg-black bg-opacity-0 group-hover:bg-opacity-20 transition-all duration-300 flex items-center justify-center"><div class="opacity-0 group-hover:opacity-100 transition-opacity duration-300"><div class="bg-white bg-opacity-90 rounded-full p-3"><svg class="w-6 h-6 text-blue-600" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z"></path></svg></div></div></div></div></a><div class="flex flex-col space-y-1.5 p-6 pb-2"><a href="/doctor/udit-panwar" class="hover:text-blue-600 transition-colors block"><h3 class="font-semibold text-lg">Udit Panwar</h3></a><a href="/doctor/udit-panwar" class="hover:text-blue-600 transition-colors block"><div class="text-sm text-gray-600">General &amp; Laproscopic Surgeon</div></a></div><div class="p-6 pt-0 pb-2"><div class="space-y-2 text-sm"><div class="flex justify-between"><span class="text-gray-500">Experience:</span><span class="font-medium">10 Years</span></div><div class="flex justify-between"><span class="text-gray-500">Qualifications:</span><span class="font-medium">MBBS, MS</span></div></div></div><div class="flex items-center p-6 pt-0"><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-primary text-primary-foreground hover:bg-primary/90 h-10 px-4 py-2 w-full" href="/#appointments?doctorId=ba05ad39-fa01-449d-be8d-2fa9120c9c1e&amp;date=2026-06-06">Book Appointment</a></div></div><div class="rounded-lg border bg-card text-card-foreground shadow-sm overflow-hidden hover:shadow-md transition-shadow duration-300"><a href="/doctor/reena-rashmi" class="block"><div class="relative overflow-hidden h-80 bg-gray-100 group cursor-pointer"><img src="https://mnwfmycbhwgxjglqtokt.supabase.co/storage/v1/object/public/doctors/doctors/reena_rashmi_1772905268530.webp" alt="Reena Rashmi" loading="lazy" decoding="async" class="w-full h-full object-cover object-[center_top] group-hover:scale-105 transition-transform duration-300" style="opacity: 0; transition: opacity 0.3s;"><div class="inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent text-primary-foreground hover:bg-primary/80 absolute top-3 right-3 bg-green-500">Available</div><div class="absolute inset-0 bg-black bg-opacity-0 group-hover:bg-opacity-20 transition-all duration-300 flex items-center justify-center"><div class="opacity-0 group-hover:opacity-100 transition-opacity duration-300"><div class="bg-white bg-opacity-90 rounded-full p-3"><svg class="w-6 h-6 text-blue-600" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z"></path></svg></div></div></div></div></a><div class="flex flex-col space-y-1.5 p-6 pb-2"><a href="/doctor/reena-rashmi" class="hover:text-blue-600 transition-colors block"><h3 class="font-semibold text-lg">Reena Rashmi</h3></a><a href="/doctor/reena-rashmi" class="hover:text-blue-600 transition-colors block"><div class="text-sm text-gray-600">Ultrasonlogist</div></a></div><div class="p-6 pt-0 pb-2"><div class="space-y-2 text-sm"><div class="flex justify-between"><span class="text-gray-500">Experience:</span><span class="font-medium">10 Years</span></div><div class="flex justify-between"><span class="text-gray-500">Qualifications:</span><span class="font-medium">MBBS, Dip U</span></div></div></div><div class="flex items-center p-6 pt-0"><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-primary text-primary-foreground hover:bg-primary/90 h-10 px-4 py-2 w-full" href="/#appointments?doctorId=edfb0f28-c9a6-4dd6-a79f-cabb93603df2&amp;date=2026-06-06">Book Appointment</a></div></div><div class="rounded-lg border bg-card text-card-foreground shadow-sm overflow-hidden hover:shadow-md transition-shadow duration-300"><a href="/doctor/alpana-tripathi" class="block"><div class="relative overflow-hidden h-80 bg-gray-100 group cursor-pointer"><img src="https://mnwfmycbhwgxjglqtokt.supabase.co/storage/v1/object/public/doctors/doctors/alpana_tripathi_1772676953518.jpg" alt="Alpana Tripathi" loading="lazy" decoding="async" class="w-full h-full object-cover object-[center_top] group-hover:scale-105 transition-transform duration-300" style="opacity: 0; transition: opacity 0.3s;"><div class="inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent text-primary-foreground hover:bg-primary/80 absolute top-3 right-3 bg-green-500">Available</div><div class="absolute inset-0 bg-black bg-opacity-0 group-hover:bg-opacity-20 transition-all duration-300 flex items-center justify-center"><div class="opacity-0 group-hover:opacity-100 transition-opacity duration-300"><div class="bg-white bg-opacity-90 rounded-full p-3"><svg class="w-6 h-6 text-blue-600" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z"></path></svg></div></div></div></div></a><div class="flex flex-col space-y-1.5 p-6 pb-2"><a href="/doctor/alpana-tripathi" class="hover:text-blue-600 transition-colors block"><h3 class="font-semibold text-lg">Alpana Tripathi</h3></a><a href="/doctor/alpana-tripathi" class="hover:text-blue-600 transition-colors block"><div class="text-sm text-gray-600">Paediatrician, Neonatologist and Pediatric Intensivist</div></a></div><div class="p-6 pt-0 pb-2"><div class="space-y-2 text-sm"><div class="flex justify-between"><span class="text-gray-500">Experience:</span><span class="font-medium">8 Years</span></div><div class="flex justify-between"><span class="text-gray-500">Qualifications:</span><span class="font-medium">MBBS, DNB (Pediatrics)</span></div></div></div><div class="flex items-center p-6 pt-0"><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-primary text-primary-foreground hover:bg-primary/90 h-10 px-4 py-2 w-full" href="/#appointments?doctorId=4caea7cb-16ff-4147-8acc-67b931ee53e4&amp;date=2026-06-06">Book Appointment</a></div></div><div class="rounded-lg border bg-card text-card-foreground shadow-sm overflow-hidden hover:shadow-md transition-shadow duration-300"><a href="/doctor/richa-bhatnagar" class="block"><div class="relative overflow-hidden h-80 bg-gray-100 group cursor-pointer"><img src="https://mnwfmycbhwgxjglqtokt.supabase.co/storage/v1/object/public/doctors/doctors/richa_bhatnagar_1772903696444.jpeg" alt="Richa Bhatnagar" loading="lazy" decoding="async" class="w-full h-full object-cover object-[center_top] group-hover:scale-105 transition-transform duration-300" style="opacity: 0; transition: opacity 0.3s;"><div class="inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent text-primary-foreground hover:bg-primary/80 absolute top-3 right-3 bg-green-500">Available</div><div class="absolute inset-0 bg-black bg-opacity-0 group-hover:bg-opacity-20 transition-all duration-300 flex items-center justify-center"><div class="opacity-0 group-hover:opacity-100 transition-opacity duration-300"><div class="bg-white bg-opacity-90 rounded-full p-3"><svg class="w-6 h-6 text-blue-600" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z"></path></svg></div></div></div></div></a><div class="flex flex-col space-y-1.5 p-6 pb-2"><a href="/doctor/richa-bhatnagar" class="hover:text-blue-600 transition-colors block"><h3 class="font-semibold text-lg">Richa Bhatnagar</h3></a><a href="/doctor/richa-bhatnagar" class="hover:text-blue-600 transition-colors block"><div class="text-sm text-gray-600">Audiologist &amp; Speech Therapist</div></a></div><div class="p-6 pt-0 pb-2"><div class="space-y-2 text-sm"><div class="flex justify-between"><span class="text-gray-500">Experience:</span><span class="font-medium">20 Years</span></div><div class="flex justify-between"><span class="text-gray-500">Qualifications:</span><span class="font-medium">BASLP, MASLP</span></div></div></div><div class="flex items-center p-6 pt-0"><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-primary text-primary-foreground hover:bg-primary/90 h-10 px-4 py-2 w-full" href="/#appointments?doctorId=2a8d27b0-c5b1-47c3-9948-267b60f0031b&amp;date=2026-06-06">Book Appointment</a></div></div><div class="rounded-lg border bg-card text-card-foreground shadow-sm overflow-hidden hover:shadow-md transition-shadow duration-300"><a href="/doctor/varnita-garg" class="block"><div class="relative overflow-hidden h-80 bg-gray-100 group cursor-pointer"><img src="https://mnwfmycbhwgxjglqtokt.supabase.co/storage/v1/object/public/doctors/doctors/varnita_garg_1772905259621.webp" alt="Varnita Garg" loading="lazy" decoding="async" class="w-full h-full object-cover object-[center_top] group-hover:scale-105 transition-transform duration-300" style="opacity: 0; transition: opacity 0.3s;"><div class="inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent text-primary-foreground hover:bg-primary/80 absolute top-3 right-3 bg-green-500">Available</div><div class="absolute inset-0 bg-black bg-opacity-0 group-hover:bg-opacity-20 transition-all duration-300 flex items-center justify-center"><div class="opacity-0 group-hover:opacity-100 transition-opacity duration-300"><div class="bg-white bg-opacity-90 rounded-full p-3"><svg class="w-6 h-6 text-blue-600" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z"></path></svg></div></div></div></div></a><div class="flex flex-col space-y-1.5 p-6 pb-2"><a href="/doctor/varnita-garg" class="hover:text-blue-600 transition-colors block"><h3 class="font-semibold text-lg">Varnita Garg</h3></a><a href="/doctor/varnita-garg" class="hover:text-blue-600 transition-colors block"><div class="text-sm text-gray-600">Dietitian &amp; Nutritionist</div></a></div><div class="p-6 pt-0 pb-2"><div class="space-y-2 text-sm"><div class="flex justify-between"><span class="text-gray-500">Experience:</span><span class="font-medium">14 Years</span></div><div class="flex justify-between"><span class="text-gray-500">Qualifications:</span><span class="font-medium">M.Sc ( Food &amp; Nutrition)</span></div></div></div><div class="flex items-center p-6 pt-0"><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-primary text-primary-foreground hover:bg-primary/90 h-10 px-4 py-2 w-full" href="/#appointments?doctorId=74c7e831-ef97-4f89-aff9-6d7446035b9c&amp;date=2026-06-06">Book Appointment</a></div></div><div class="rounded-lg border bg-card text-card-foreground shadow-sm overflow-hidden hover:shadow-md transition-shadow duration-300"><a href="/doctor/vaishali-choudhary" class="block"><div class="relative overflow-hidden h-80 bg-gray-100 group cursor-pointer"><img src="https://mnwfmycbhwgxjglqtokt.supabase.co/storage/v1/object/public/doctors/doctors/vaishali_choudhary_1772892328973.png" alt="Vaishali Choudhary" loading="lazy" decoding="async" class="w-full h-full object-cover object-[center_top] group-hover:scale-105 transition-transform duration-300" style="opacity: 0; transition: opacity 0.3s;"><div class="inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent text-primary-foreground hover:bg-primary/80 absolute top-3 right-3 bg-green-500">Available</div><div class="absolute inset-0 bg-black bg-opacity-0 group-hover:bg-opacity-20 transition-all duration-300 flex items-center justify-center"><div class="opacity-0 group-hover:opacity-100 transition-opacity duration-300"><div class="bg-white bg-opacity-90 rounded-full p-3"><svg class="w-6 h-6 text-blue-600" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z"></path></svg></div></div></div></div></a><div class="flex flex-col space-y-1.5 p-6 pb-2"><a href="/doctor/vaishali-choudhary" class="hover:text-blue-600 transition-colors block"><h3 class="font-semibold text-lg">Vaishali Choudhary</h3></a><a href="/doctor/vaishali-choudhary" class="hover:text-blue-600 transition-colors block"><div class="text-sm text-gray-600">Clinical Psychologist</div></a></div><div class="p-6 pt-0 pb-2"><div class="space-y-2 text-sm"><div class="flex justify-between"><span class="text-gray-500">Experience:</span><span class="font-medium">2 Years</span></div><div class="flex justify-between"><span class="text-gray-500">Qualifications:</span><span class="font-medium">MA Clinical Psychology, PG Diploma Child &amp; Maternity Counselling</span></div></div></div><div class="flex items-center p-6 pt-0"><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-primary text-primary-foreground hover:bg-primary/90 h-10 px-4 py-2 w-full" href="/#appointments?doctorId=1e5842f2-afee-4e1c-b739-b842c46780b6&amp;date=2026-06-06">Book Appointment</a></div></div><div class="rounded-lg border bg-card text-card-foreground shadow-sm overflow-hidden hover:shadow-md transition-shadow duration-300"><a href="/doctor/nirpeksh-tyagi" class="block"><div class="relative overflow-hidden h-80 bg-gray-100 group cursor-pointer"><img src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiBmaWxsPSIjRjNGNEY2Ii8+CjxjaXJjbGUgY3g9IjEwMCIgY3k9IjcwIiByPSIzMCIgZmlsbD0iIzlDQTNBRiIvPgo8cmVjdCB4PSI2MCIgeT0iMTEwIiB3aWR0aD0iODAiIGhlaWdodD0iNjAiIHJ4PSIxMCIgZmlsbD0iIzlDQTNBRiIvPgo8L3N2Zz4K" alt="Nirpeksh Tyagi" loading="lazy" decoding="async" class="w-full h-full object-cover object-[center_top] group-hover:scale-105 transition-transform duration-300" style="opacity: 0; transition: opacity 0.3s;"><div class="inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent text-primary-foreground hover:bg-primary/80 absolute top-3 right-3 bg-green-500">Available</div><div class="absolute inset-0 bg-black bg-opacity-0 group-hover:bg-opacity-20 transition-all duration-300 flex items-center justify-center"><div class="opacity-0 group-hover:opacity-100 transition-opacity duration-300"><div class="bg-white bg-opacity-90 rounded-full p-3"><svg class="w-6 h-6 text-blue-600" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z"></path></svg></div></div></div></div></a><div class="flex flex-col space-y-1.5 p-6 pb-2"><a href="/doctor/nirpeksh-tyagi" class="hover:text-blue-600 transition-colors block"><h3 class="font-semibold text-lg">Nirpeksh Tyagi</h3></a><a href="/doctor/nirpeksh-tyagi" class="hover:text-blue-600 transition-colors block"><div class="text-sm text-gray-600"></div></a></div><div class="p-6 pt-0 pb-2"><div class="space-y-2 text-sm"><div class="flex justify-between"><span class="text-gray-500">Experience:</span><span class="font-medium">0 Years</span></div><div class="flex justify-between"><span class="text-gray-500">Qualifications:</span><span class="font-medium"></span></div></div></div><div class="flex items-center p-6 pt-0"><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-primary text-primary-foreground hover:bg-primary/90 h-10 px-4 py-2 w-full" href="/#appointments?doctorId=d4d412ef-2eb2-4534-bf25-f711519ce215&amp;date=2026-06-06">Book Appointment</a></div></div></div><div class="text-center mt-8"><a class="inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 border hover:text-accent-foreground h-11 rounded-md px-8 bg-white/10 border-white/20 text-white hover:bg-white/20" href="/doctors">View All Doctors</a></div></div></div><div class="py-16 bg-gray-800 text-white" id="partners"><div class="container mx-auto px-4"><div class="max-w-5xl mx-auto"><div class="text-center mb-10"><div class="inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent bg-primary text-primary-foreground hover:bg-primary/80 mb-2">Trusted Partnerships</div><h2 class="text-3xl font-bold mb-3">Our Partners &amp; Accreditations</h2><p class="text-gray-300 max-w-2xl mx-auto">We collaborate with leading healthcare institutions and maintain the highest standards through prestigious accreditations.</p></div><div class="relative"><div class="flex justify-between items-center mb-8"><button class="bg-gray-700 hover:bg-gray-600 text-white p-2 rounded-full transition-colors z-10" aria-label="Previous logos"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-left h-5 w-5"><path d="m15 18-6-6 6-6"></path></svg></button><div class="flex-1 overflow-hidden mx-4"><div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-6 gap-4"><div class="flex flex-col items-center"><div class="bg-white p-3 rounded-lg h-20 w-24 mb-3 flex items-center justify-center shadow-sm"><img src="/partners/fghs.jpeg" alt="Future Generali Health" class="max-h-full max-w-full object-contain" loading="lazy"></div><h4 class="text-sm font-medium text-center text-white">Future Generali Health</h4><p class="text-xs text-gray-400 text-center mt-1">Cashless hospitalization partner for the hospital.</p></div><div class="flex flex-col items-center"><div class="bg-white p-3 rounded-lg h-20 w-24 mb-3 flex items-center justify-center shadow-sm"><img src="/partners/iitr.svg" alt="IIT Roorkee" class="max-h-full max-w-full object-contain" loading="lazy"></div><h4 class="text-sm font-medium text-center text-white">IIT Roorkee</h4><p class="text-xs text-gray-400 text-center mt-1">Empanelled hospital for IIT Roorkee community.</p></div><div class="flex flex-col items-center"><div class="bg-white p-3 rounded-lg h-20 w-24 mb-3 flex items-center justify-center shadow-sm"><img src="/partners/bajajallianz.webp" alt="Bajaj Allianz" class="max-h-full max-w-full object-contain" loading="lazy"></div><h4 class="text-sm font-medium text-center text-white">Bajaj Allianz</h4><p class="text-xs text-gray-400 text-center mt-1">Cashless hospitalization partner for the hospital.</p></div><div class="flex flex-col items-center"><div class="bg-white p-3 rounded-lg h-20 w-24 mb-3 flex items-center justify-center shadow-sm"><img src="/partners/godigit.png" alt="Go Digit" class="max-h-full max-w-full object-contain" loading="lazy"></div><h4 class="text-sm font-medium text-center text-white">Go Digit</h4><p class="text-xs text-gray-400 text-center mt-1">Cashless hospitalization partner for the hospital.</p></div><div class="flex flex-col items-center"><div class="bg-white p-3 rounded-lg h-20 w-24 mb-3 flex items-center justify-center shadow-sm"><img src="/partners/icicilombard.jpeg" alt="ICICI Lombard" class="max-h-full max-w-full object-contain" loading="lazy"></div><h4 class="text-sm font-medium text-center text-white">ICICI Lombard</h4><p class="text-xs text-gray-400 text-center mt-1">Cashless hospitalization partner for the hospital.</p></div><div class="flex flex-col items-center"><div class="bg-white p-3 rounded-lg h-20 w-24 mb-3 flex items-center justify-center shadow-sm"><img src="/partners/iffco-tokio.png" alt="IFFCO Tokio" class="max-h-full max-w-full object-contain" loading="lazy"></div><h4 class="text-sm font-medium text-center text-white">IFFCO Tokio</h4><p class="text-xs text-gray-400 text-center mt-1">Cashless hospitalization partner for the hospital.</p></div></div></div><button class="bg-gray-700 hover:bg-gray-600 text-white p-2 rounded-full transition-colors z-10" aria-label="Next logos"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-right h-5 w-5"><path d="m9 18 6-6-6-6"></path></svg></button></div><div class="flex justify-center space-x-2 mt-4"><button class="w-2 h-2 rounded-full transition-colors bg-gray-600 hover:bg-gray-500" aria-label="Go to logo slide 1"></button><button class="w-2 h-2 rounded-full transition-colors bg-primary" aria-label="Go to logo slide 2"></button><button class="w-2 h-2 rounded-full transition-colors bg-gray-600 hover:bg-gray-500" aria-label="Go to logo slide 3"></button><button class="w-2 h-2 rounded-full transition-colors bg-gray-600 hover:bg-gray-500" aria-label="Go to logo slide 4"></button></div></div></div></div></div><div class="container mx-auto px-4 py-16" id="appointments"><div class="text-center mb-12"><div class="inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent bg-primary text-primary-foreground hover:bg-primary/80 mb-2">Book Appointment</div><h2 class="text-4xl font-bold">Schedule Your Visit</h2><p class="text-gray-600 mt-2 max-w-2xl mx-auto">Book an appointment with our specialists for consultation and treatment</p><p class="text-gray-600 mt-2 max-w-2xl mx-auto">Your booking receipt will be mailed to you. Payment will be at the hospital.</p></div><div class="max-w-2xl mx-auto"><div class="rounded-lg border bg-card text-card-foreground shadow-md"><div class="flex flex-col space-y-1.5 p-6"><h3 class="text-2xl font-semibold leading-none tracking-tight text-center">Book Your Appointment</h3></div><div class="p-6 pt-0"><form class="space-y-6"><div class="space-y-2"><label class="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70" for=":r19:-form-item">Select Doctor <span class="text-red-500">*</span></label><button type="button" role="combobox" aria-controls="radix-:r1a:" aria-expanded="false" aria-autocomplete="none" dir="ltr" data-state="closed" data-placeholder="" class="flex h-10 w-full items-center justify-between rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 [&amp;&gt;span]:line-clamp-1" id=":r19:-form-item" aria-describedby=":r19:-form-item-description" aria-invalid="false"><span style="pointer-events: none;">Select a doctor</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down h-4 w-4 opacity-50" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></svg></button><select aria-hidden="true" tabindex="-1" style="position: absolute; border: 0px; width: 1px; height: 1px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; overflow-wrap: normal;"><option value="4caea7cb-16ff-4147-8acc-67b931ee53e4">Alpana Tripathi - Paediatrician, Neonatologist and Pediatric Intensivist</option><option value="356ba9c4-da6d-44a9-acc2-461b0cf0c6f8">Daljeet Singh - Orthopedic Surgeon</option><option value="d4d412ef-2eb2-4534-bf25-f711519ce215">Nirpeksh Tyagi - </option><option value="b64688c1-918e-448f-a307-47d9649380f9">Poonam Makhija - Gynaecologist &amp; Obstetrician</option><option value="8129adda-fc69-4d35-9e5a-5656830572fa">P Tyagi - ENT Surgeon</option><option value="d0a3256b-4878-4aef-ac91-41dab5c91e45">Rakesh Pandey - Urologist</option><option value="edfb0f28-c9a6-4dd6-a79f-cabb93603df2">Reena Rashmi - Ultrasonlogist</option><option value="2a8d27b0-c5b1-47c3-9948-267b60f0031b">Richa Bhatnagar - Audiologist &amp; Speech Therapist</option><option value="086547b0-ffef-4201-9159-b187ef5f83e3">Sudhanshu Shekhar - General Physician</option><option value="ba05ad39-fa01-449d-be8d-2fa9120c9c1e">Udit Panwar - General &amp; Laproscopic Surgeon</option><option value="1e5842f2-afee-4e1c-b739-b842c46780b6">Vaishali Choudhary - Clinical Psychologist</option><option value="74c7e831-ef97-4f89-aff9-6d7446035b9c">Varnita Garg - Dietitian &amp; Nutritionist</option></select></div><div class="space-y-2"><label class="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70" for=":r1b:-form-item">Select Date <span class="text-red-500">*</span></label><input type="date" class="flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-base ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 md:text-sm" min="2026-06-05" name="date" id=":r1b:-form-item" aria-describedby=":r1b:-form-item-description" aria-invalid="false" value="2026-06-06"></div><div class="space-y-2"><label class="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70" for=":r1c:-form-item">Select Time Slot <span class="text-red-500">*</span></label><button type="button" role="combobox" aria-controls="radix-:r1d:" aria-expanded="false" aria-autocomplete="none" dir="ltr" data-state="closed" data-placeholder="" class="flex h-10 w-full items-center justify-between rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 [&amp;&gt;span]:line-clamp-1" id=":r1c:-form-item" aria-describedby=":r1c:-form-item-description" aria-invalid="false"><span style="pointer-events: none;">Select a time slot</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down h-4 w-4 opacity-50" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></svg></button><select aria-hidden="true" tabindex="-1" style="position: absolute; border: 0px; width: 1px; height: 1px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; overflow-wrap: normal;"><option value="09:00 AM">09:00 AM</option><option value="10:00 AM">10:00 AM</option><option value="11:00 AM">11:00 AM</option><option value="12:00 PM">12:00 PM</option><option value="02:00 PM">02:00 PM</option><option value="03:00 PM">03:00 PM</option><option value="04:00 PM">04:00 PM</option><option value="05:00 PM">05:00 PM</option><option value="06:00 PM">06:00 PM</option></select></div><div class="space-y-4"><div class="space-y-2"><label class="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70" for=":r1e:-form-item">Full Name <span class="text-red-500">*</span></label><input class="flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-base ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 md:text-sm" placeholder="Enter your full name" name="fullName" id=":r1e:-form-item" aria-describedby=":r1e:-form-item-description" aria-invalid="false" value=""></div><div class="space-y-2"><label class="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70" for=":r1f:-form-item">Email <span class="text-red-500">*</span></label><input type="email" class="flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-base ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 md:text-sm" placeholder="Enter your email" name="email" id=":r1f:-form-item" aria-describedby=":r1f:-form-item-description" aria-invalid="false" value=""></div><div class="space-y-2"><label class="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70" for=":r1g:-form-item">Phone Number <span class="text-red-500">*</span></label><input class="flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-base ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 md:text-sm" placeholder="Enter 10-digit phone number" name="phone" maxlength="10" id=":r1g:-form-item" aria-describedby=":r1g:-form-item-description" aria-invalid="false" value=""></div></div><div class="space-y-2"><label class="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70" for=":r1h:-form-item">Symptoms/Concerns</label><textarea class="flex min-h-[80px] w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 resize-none h-24" placeholder="Describe your symptoms or health concerns (optional)" name="symptoms" id=":r1h:-form-item" aria-describedby=":r1h:-form-item-description" aria-invalid="false"></textarea></div><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-primary text-primary-foreground hover:bg-primary/90 h-10 px-4 py-2 w-full" type="submit">Request Appointment</button></form></div></div></div></div><div class="bg-white py-16"><div class="container mx-auto px-4"><h2 class="text-4xl font-bold text-center mb-12">Access Our Services</h2><div class="grid grid-cols-1 md:grid-cols-2 gap-8 max-w-4xl mx-auto"><a class="portal-card flex flex-col items-center p-8 bg-white rounded-xl shadow-md hover:shadow-lg text-center border border-gray-100" href="/patient-portal"><div class="mb-4 text-primary p-4 bg-primary/10 rounded-full"><svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-user"><path d="M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg></div><h3 class="text-xl font-semibold mb-2">Patient Portal</h3><p class="text-gray-500 mb-4">Access your health records, appointments, and communication with your healthcare provider</p><div class="mt-auto flex items-center text-primary font-medium">Access Portal <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right ml-1 h-4 w-4"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg></div></a><a class="portal-card flex flex-col items-center p-8 bg-white rounded-xl shadow-md hover:shadow-lg text-center border border-gray-100" href="/staff-login"><div class="mb-4 text-primary p-4 bg-primary/10 rounded-full"><svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-users"><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"></path><circle cx="9" cy="7" r="4"></circle><path d="M22 21v-2a4 4 0 0 0-3-3.87"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path></svg></div><h3 class="text-xl font-semibold mb-2">Staff Portal</h3><p class="text-gray-500 mb-4">Secure access for hospital staff to manage patients, resources, and operations</p><div class="mt-auto flex items-center text-primary font-medium">Access Portal <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right ml-1 h-4 w-4"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg></div></a></div></div></div><div class="container mx-auto px-4 py-16" id="news"><div class="text-center mb-12"><div class="inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent bg-primary text-primary-foreground hover:bg-primary/80 mb-2">Latest Updates</div><h2 class="text-4xl font-bold">Hospital News &amp; Events</h2><p class="text-gray-600 mt-2 max-w-2xl mx-auto">Stay informed about the latest developments and events at Saksham Hospital</p></div><div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6"><div class="rounded-lg border bg-card text-card-foreground shadow-sm overflow-hidden hover:shadow-md transition-shadow duration-300"><div class="aspect-[3/4] overflow-hidden bg-gray-100"><img src="https://mnwfmycbhwgxjglqtokt.supabase.co/storage/v1/object/public/news/07-03-2026_dr__poonam_makhija_honored_for_healthcare_service_in_saharanpur_1772892104342.jpg?t=1772892104342" alt="Dr. Poonam Makhija Honored for Healthcare Service in Saharanpur" class="w-full h-full object-cover transition-transform duration-300 hover:scale-105" loading="eager"></div><div class="flex flex-col space-y-1.5 p-6 pb-2"><div class="text-sm text-gray-500 mb-1">March 7, 2026</div><h3 class="font-semibold text-lg">Dr. Poonam Makhija Honored for Healthcare Service in Saharanpur</h3></div><div class="p-6 pt-0"><p class="text-gray-600">Dr. Poonam Makhija of Saksham Hospital, Saharanpur was recently honored at a Holi Milan program organized by the Punjabi...</p></div><div class="flex items-center p-6 pt-0"><a title="Read more about Dr. Poonam Makhija Honored for Healthcare Service in Saharanpur" class="inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 hover:bg-accent hover:text-accent-foreground rounded-md p-0 h-auto text-primary" href="/news/426ee976-c726-4770-aaae-0ca58913a500">Read More <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right ml-1 h-4 w-4"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg></a></div></div><div class="rounded-lg border bg-card text-card-foreground shadow-sm overflow-hidden hover:shadow-md transition-shadow duration-300"><div class="aspect-[3/4] overflow-hidden bg-gray-100"><img src="https://mnwfmycbhwgxjglqtokt.supabase.co/storage/v1/object/public/news/07-03-2026_welcoming_dr__alpana_tripathi__an_exceptionally_talented_pediatrician_1772886668794.jpg?t=1772886668794" alt="Welcoming Dr. Alpana Tripathi, an exceptionally talented pediatrician" class="w-full h-full object-cover transition-transform duration-300 hover:scale-105" loading="eager"></div><div class="flex flex-col space-y-1.5 p-6 pb-2"><div class="text-sm text-gray-500 mb-1">March 7, 2026</div><h3 class="font-semibold text-lg">Welcoming Dr. Alpana Tripathi, an exceptionally talented pediatrician</h3></div><div class="p-6 pt-0"><p class="text-gray-600">Saksham Hospital takes great pleasure in welcoming Dr. Alpana Tripathi, an exceptionally talented pediatrician, as the n...</p></div><div class="flex items-center p-6 pt-0"><a title="Read more about Welcoming Dr. Alpana Tripathi, an exceptionally talented pediatrician" class="inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 hover:bg-accent hover:text-accent-foreground rounded-md p-0 h-auto text-primary" href="/news/417d9be2-3240-4440-afc6-d7717b9fe4c9">Read More <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right ml-1 h-4 w-4"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg></a></div></div><div class="rounded-lg border bg-card text-card-foreground shadow-sm overflow-hidden hover:shadow-md transition-shadow duration-300"><div class="aspect-[3/4] overflow-hidden bg-gray-100"><img src="https://mnwfmycbhwgxjglqtokt.supabase.co/storage/v1/object/public/news/11-02-2026_welcoming_ms__vaishali_choudhary_to_saksham_hospital_1770804024375.jpg?t=1770804024375" alt="Welcoming Ms. Vaishali Choudhary to Saksham Hospital" class="w-full h-full object-cover transition-transform duration-300 hover:scale-105" loading="eager"></div><div class="flex flex-col space-y-1.5 p-6 pb-2"><div class="text-sm text-gray-500 mb-1">February 11, 2026</div><h3 class="font-semibold text-lg">Welcoming Ms. Vaishali Choudhary to Saksham Hospital</h3></div><div class="p-6 pt-0"><p class="text-gray-600">&lt;h2&gt;&lt;strong&gt;Welcoming Ms. Vaishali Choudhary to Saksham Hospital&lt;/strong&gt;&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Saksham Hospital is thrilled ...</p></div><div class="flex items-center p-6 pt-0"><a title="Read more about Welcoming Ms. Vaishali Choudhary to Saksham Hospital" class="inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 hover:bg-accent hover:text-accent-foreground rounded-md p-0 h-auto text-primary" href="/news/31a2fbea-12b0-4c01-9f7e-f44541cffb7b">Read More <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right ml-1 h-4 w-4"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg></a></div></div></div><div class="text-center mt-12"><a href="/news"><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 border border-input bg-background hover:bg-accent hover:text-accent-foreground h-10 px-4 py-2">View All News <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right ml-2 h-4 w-4"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg></button></a></div></div><div class="container mx-auto px-4 py-16" id="blog"><div class="text-center mb-12"><div class="inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent bg-primary text-primary-foreground hover:bg-primary/80 mb-2">Health Blog</div><h2 class="text-4xl font-bold">Latest Health Insights</h2><p class="text-gray-600 mt-2 max-w-2xl mx-auto">Stay informed with our expert health tips, medical insights, and healthcare updates from our professional team.</p></div><div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6"><div class="rounded-lg border bg-card text-card-foreground shadow-sm overflow-hidden hover:shadow-md transition-shadow duration-300"><div class="aspect-[4/3] overflow-hidden bg-gray-100"><img src="https://mnwfmycbhwgxjglqtokt.supabase.co/storage/v1/object/public/blog_images/blog_posts/temp-1778929164755/0.8815845874614598.png" alt="PCOS now PMOS" class="w-full h-full object-cover transition-transform duration-300 hover:scale-105" loading="eager"></div><div class="flex flex-col space-y-1.5 p-6 pb-2"><div class="flex items-center gap-4 text-sm text-gray-500 mb-2"><div class="flex items-center gap-1"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-user w-4 h-4"><path d="M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg>Dietitian and nutritionist Varnita Garg </div><div class="flex items-center gap-1"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-calendar w-4 h-4"><path d="M8 2v4"></path><path d="M16 2v4"></path><rect width="18" height="18" x="3" y="4" rx="2"></rect><path d="M3 10h18"></path></svg>June 2, 2026</div><div class="flex items-center gap-1"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-tag w-4 h-4"><path d="M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z"></path><circle cx="7.5" cy="7.5" r=".5" fill="currentColor"></circle></svg>Health </div></div><h3 class="font-semibold text-lg line-clamp-2">PCOS now PMOS</h3></div><div class="p-6 pt-0"><p class="text-gray-600 line-clamp-3">PCOS&amp;nbsp;is&amp;nbsp;now&amp;nbsp;being&amp;nbsp;recognized&amp;nbsp;as&amp;nbsp;PMOS&amp;nbsp;(Polycystic&amp;nbsp;Metabolic&amp;nbsp;Ovary&amp;nbsp;Syndrome)&amp;nbsp;—&amp;nbsp;a&amp;nbsp;name&amp;nbsp;that&amp;nbsp;better&amp;nbsp;reflects&amp;nbsp;the&amp;nbsp;c...</p></div><div class="flex items-center p-6 pt-0"><a title="Read more about PCOS now PMOS" class="inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 hover:bg-accent hover:text-accent-foreground rounded-md p-0 h-auto text-primary" href="/blog/pcos-now-pmos">Read more <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right ml-1 h-4 w-4"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg></a></div></div><div class="rounded-lg border bg-card text-card-foreground shadow-sm overflow-hidden hover:shadow-md transition-shadow duration-300"><div class="aspect-[4/3] overflow-hidden bg-gray-100"><img src="https://mnwfmycbhwgxjglqtokt.supabase.co/storage/v1/object/public/blog_images/blog_posts/temp-1773247954300/0.5219712201159603.png" alt="Kidney Day Nutrition Awareness " class="w-full h-full object-cover transition-transform duration-300 hover:scale-105" loading="eager"></div><div class="flex flex-col space-y-1.5 p-6 pb-2"><div class="flex items-center gap-4 text-sm text-gray-500 mb-2"><div class="flex items-center gap-1"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-user w-4 h-4"><path d="M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg>Dietitian &amp; Nutritionist Varnita Garg </div><div class="flex items-center gap-1"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-calendar w-4 h-4"><path d="M8 2v4"></path><path d="M16 2v4"></path><rect width="18" height="18" x="3" y="4" rx="2"></rect><path d="M3 10h18"></path></svg>March 11, 2026</div><div class="flex items-center gap-1"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-tag w-4 h-4"><path d="M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z"></path><circle cx="7.5" cy="7.5" r=".5" fill="currentColor"></circle></svg>Health </div></div><h3 class="font-semibold text-lg line-clamp-2">Kidney Day Nutrition Awareness </h3></div><div class="p-6 pt-0"><p class="text-gray-600 line-clamp-3">How&amp;nbsp;Lifestyle&amp;nbsp;Choices&amp;nbsp;Affect&amp;nbsp;Kidney&amp;nbsp;FunctionMost&amp;nbsp;of&amp;nbsp;us&amp;nbsp;rarely&amp;nbsp;think&amp;nbsp;about&amp;nbsp;our&amp;nbsp;kidneys&amp;nbsp;until&amp;nbsp;there&amp;nbsp;is&amp;nbsp;a&amp;nbsp;problem.&amp;nb...</p></div><div class="flex items-center p-6 pt-0"><a title="Read more about Kidney Day Nutrition Awareness " class="inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 hover:bg-accent hover:text-accent-foreground rounded-md p-0 h-auto text-primary" href="/blog/kidney-day-nutrition-awareness">Read more <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right ml-1 h-4 w-4"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg></a></div></div><div class="rounded-lg border bg-card text-card-foreground shadow-sm overflow-hidden hover:shadow-md transition-shadow duration-300"><div class="aspect-[4/3] overflow-hidden bg-gray-100"><img src="https://mnwfmycbhwgxjglqtokt.supabase.co/storage/v1/object/public/blog_images/blog_posts/9228e56c-0488-4945-b9e7-115469c6180f/0.04894427926777589.png" alt="Post-Holi Health Reset: Simple Diet &amp; Lifestyle Tips:-" class="w-full h-full object-cover transition-transform duration-300 hover:scale-105" loading="eager"></div><div class="flex flex-col space-y-1.5 p-6 pb-2"><div class="flex items-center gap-4 text-sm text-gray-500 mb-2"><div class="flex items-center gap-1"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-user w-4 h-4"><path d="M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg>Dt.Varnita Garg</div><div class="flex items-center gap-1"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-calendar w-4 h-4"><path d="M8 2v4"></path><path d="M16 2v4"></path><rect width="18" height="18" x="3" y="4" rx="2"></rect><path d="M3 10h18"></path></svg>March 6, 2026</div><div class="flex items-center gap-1"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-tag w-4 h-4"><path d="M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z"></path><circle cx="7.5" cy="7.5" r=".5" fill="currentColor"></circle></svg>Health</div></div><h3 class="font-semibold text-lg line-clamp-2">Post-Holi Health Reset: Simple Diet &amp; Lifestyle Tips:-</h3></div><div class="p-6 pt-0"><p class="text-gray-600 line-clamp-3">Post-Holi&amp;nbsp;Health&amp;nbsp;Reset:&amp;nbsp;Simple&amp;nbsp;Diet&amp;nbsp;&amp;amp;&amp;nbsp;Lifestyle&amp;nbsp;Tips:-Post-Holi&amp;nbsp;Health&amp;nbsp;Reset:&amp;nbsp;Simple&amp;nbsp;Diet&amp;nbsp;&amp;amp;&amp;nbsp;Lifestyle&amp;nbsp;Tips:-Holi&amp;nbsp;is&amp;n...</p></div><div class="flex items-center p-6 pt-0"><a title="Read more about Post-Holi Health Reset: Simple Diet &amp; Lifestyle Tips:-" class="inline-flex items-center justify-center gap-2 whitespace-nowrap text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 hover:bg-accent hover:text-accent-foreground rounded-md p-0 h-auto text-primary" href="/blog/post-holi-health-reset-simple-diet-lifestyle-tips">Read more <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right ml-1 h-4 w-4"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg></a></div></div></div><div class="text-center mt-12"><a href="/blog"><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 border border-input bg-background hover:bg-accent hover:text-accent-foreground h-10 px-4 py-2">Read All Posts <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right ml-2 h-4 w-4"><path d="M5 12h14"></path><path d="m12 5 7 7-7 7"></path></svg></button></a></div></div><div class="bg-gray-50 py-16" id="contact"><div class="container mx-auto px-4"><div class="text-center mb-12"><div class="inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-transparent bg-primary text-primary-foreground hover:bg-primary/80 mb-2">Get In Touch</div><h2 class="text-4xl font-bold">Contact Us</h2><p class="text-gray-600 mt-2 max-w-2xl mx-auto">We're here to help with any questions or concerns you may have</p></div><div class="grid grid-cols-1 lg:grid-cols-2 gap-12"><div class="bg-white p-8 rounded-lg shadow-sm"><h3 class="text-xl font-semibold mb-4">Send Us a Message</h3><form><div class="grid grid-cols-1 md:grid-cols-2 gap-4 mb-4"><div class="space-y-2"><label for="name" class="text-sm font-medium">Full Name <span class="text-red-500">*</span></label><input id="name" name="name" type="text" required="" class="w-full p-2 border border-gray-300 rounded-md"></div><div class="space-y-2"><label for="email" class="text-sm font-medium">Email Address <span class="text-red-500">*</span></label><input id="email" name="email" type="email" required="" class="w-full p-2 border border-gray-300 rounded-md"></div></div><div class="space-y-2 mb-4"><label for="subject" class="text-sm font-medium">Subject <span class="text-red-500">*</span></label><input id="subject" name="subject" type="text" required="" class="w-full p-2 border border-gray-300 rounded-md"></div><div class="space-y-2 mb-6"><label for="message" class="text-sm font-medium">Message <span class="text-red-500">*</span></label><textarea id="message" name="message" rows="4" required="" class="w-full p-2 border border-gray-300 rounded-md"></textarea></div><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&amp;_svg]:pointer-events-none [&amp;_svg]:size-4 [&amp;_svg]:shrink-0 bg-primary text-primary-foreground hover:bg-primary/90 h-10 px-4 py-2 w-full" type="submit">Send Message</button></form></div><div><div class="bg-white p-8 rounded-lg shadow-sm mb-8"><h3 class="text-xl font-semibold mb-4">Contact Information</h3><div class="space-y-4"><div class="flex items-start"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-map-pin h-5 w-5 text-primary mr-3 mt-0.5"><path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0"></path><circle cx="12" cy="10" r="3"></circle></svg><div><p class="font-medium">Address</p><p class="text-gray-600">Near Officer's Colony, Delhi Road, Saharanpur, Uttar Pradesh, 247001</p></div></div><div class="flex items-start"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-phone h-5 w-5 text-primary mr-3 mt-0.5"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path></svg><div><p class="font-medium">Phone Numbers</p><p class="text-gray-600">Main Reception: <a href="tel:+917465878536" class="text-primary">+91 7465 878536</a></p><p class="text-gray-600">Emergency: <a href="tel:+919837045239" class="text-primary">+91 98370 45239</a></p><p class="text-gray-600">Ambulance: <a href="tel:+917465878536" class="text-primary">+91 7465 878536</a></p><p class="text-gray-600">Insurance &amp; TPA: <a href="tel:+919068778976" class="text-primary">+91 9068 778976</a></p><p class="text-gray-600">Ayushman Mitra: <a href="tel:+919758770812" class="text-primary">+91 9758 770812</a></p><p class="text-gray-600">Feedback &amp; Complaint: <a href="tel:+917060493950" class="text-primary">+91 7060 493950</a></p></div></div><div class="flex items-start"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-mail h-5 w-5 text-primary mr-3 mt-0.5"><rect width="20" height="16" x="2" y="4" rx="2"></rect><path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"></path></svg><div><p class="font-medium">Email Addresses</p><p class="text-gray-600">Billing and Cashless Panel Inquiries: <a href="mailto:tpa@sakshamhospital.com" class="text-primary">tpa@sakshamhospital.com</a></p><p class="text-gray-600">Partnerships: <a href="mailto:tpa@sakshamhospital.com" class="text-primary">tpa@sakshamhospital.com</a></p><p class="text-gray-600">Feedback: <a href="mailto:saksham@sakshamhospital.com" class="text-primary">saksham@sakshamhospital.com</a></p></div></div><div class="flex items-start"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-clock h-5 w-5 text-primary mr-3 mt-0.5"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg><div><p class="font-medium">Hours of Operation</p><p class="text-gray-600">Outpatient Department: 9:00 AM - 8:00 PM (Mon-Sat)</p><p class="text-gray-600">Emergency Services: 24/7</p></div></div></div></div><div class="h-[300px] rounded-lg overflow-hidden shadow-sm"><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7453591.344201201!2d73.1842787407235!3d24.191053024215922!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390eeab7534f5fbd%3A0xce724514bc5c3cee!2sSaksham%20Hospital!5e0!3m2!1sen!2sin!4v1748346577910!5m2!1sen!2sin" width="100%" height="100%" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade" style="border: 0px;"></iframe></div></div></div></div></div></main><footer class="bg-gradient-to-r from-indigo-900 to-slate-800 text-white py-8 mt-12"><div class="container mx-auto px-4"><div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8"><div><h3 class="font-semibold text-lg mb-4">Saksham Hospital</h3><p class="text-white/80 mb-4">Providing quality healthcare services with compassion and excellence since 1999.</p><div class="mt-4"><h4 class="font-medium mb-2">Connect With Us</h4><div class="flex items-center space-x-4 "><a href="https://in.linkedin.com/company/saksham-hospital" target="_blank" rel="noopener noreferrer" class="transition-opacity hover:opacity-80" aria-label="Saksham Hospital LinkedIn"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-linkedin"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path><rect width="4" height="12" x="2" y="9"></rect><circle cx="4" cy="4" r="2"></circle></svg></a><a href="https://www.facebook.com/saksham.hospital1999/" target="_blank" rel="noopener noreferrer" class="transition-opacity hover:opacity-80" aria-label="Saksham Hospital Facebook"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-facebook"><path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path></svg></a><a href="https://www.instagram.com/saksham_hospital/?hl=en" target="_blank" rel="noopener noreferrer" class="transition-opacity hover:opacity-80" aria-label="Saksham Hospital Instagram"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-instagram"><rect width="20" height="20" x="2" y="2" rx="5" ry="5"></rect><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path><line x1="17.5" x2="17.51" y1="6.5" y2="6.5"></line></svg></a><a href="https://wa.me/917017377069" target="_blank" rel="noopener noreferrer" class="transition-opacity hover:opacity-80" aria-label="Saksham Hospital WhatsApp"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-message-square"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path></svg></a></div></div></div><div><h3 class="font-semibold text-lg mb-4">Discover</h3><ul class="space-y-2"><li><a class="text-white/80 hover:text-primary" href="/#services">Services</a></li><li><a class="text-white/80 hover:text-primary" href="/about-us">About Us</a></li><li><a class="text-white/80 hover:text-primary" href="/news">News</a></li><li><a class="text-white/80 hover:text-primary" href="/blog">Blog</a></li><li><a class="text-white/80 hover:text-primary" href="/testimonials">Testimonials</a></li><li><a href="https://swasthya.guru" target="_blank" rel="noopener noreferrer" class="text-white/80 hover:text-primary">Swasthya Guru</a></li></ul></div><div><h3 class="font-semibold text-lg mb-4">Quick Access</h3><div class="space-y-4"><div><h4 class="font-medium text-sm mb-2 text-white/90">For Patients</h4><ul class="space-y-1.5 text-sm"><li><a class="text-white/80 hover:text-primary" href="/patient-portal">Patient Portal</a></li><li><a class="text-white/80 hover:text-primary" href="/tpa-insurance">TPA &amp; Insurance</a></li><li><a class="text-white/80 hover:text-primary" href="/doctors">Our Doctors</a></li></ul></div><div><h4 class="font-medium text-sm mb-2 text-white/90">For Staff</h4><ul class="space-y-1.5 text-sm"><li><a class="text-white/80 hover:text-primary" href="/staff-login">Staff Portal</a></li></ul></div></div></div><div><h3 class="font-semibold text-lg mb-4">Contact</h3><address class="text-white/80 not-italic text-sm space-y-2"><p><strong class="text-white">Saksham Hospital</strong><br>Near Officer's Colony<br>Delhi Road<br>Saharanpur, UP - 247001</p><p><a href="tel:+917465878536" class="hover:text-primary flex items-center gap-1">📞 +91 7465878536</a></p><p><a href="mailto:saksham@sakshamhospital.com" class="hover:text-primary break-all">✉️ saksham@sakshamhospital.com</a></p></address></div></div><div class="border-t border-white/20 mt-8 pt-8 text-center text-white/60"><p>© 2026 Saksham Hospital. All rights reserved.</p><p class="mt-2">Web App Designed &amp; Maintained by © 2025 <a href="https://neoleo.tech" target="_blank" rel="noopener noreferrer" class="text-white/80 hover:text-primary">NeoLeo Technologies Pvt Ltd</a></p></div></div></footer></div></div>
    <!-- IMPORTANT: DO NOT REMOVE THIS SCRIPT TAG OR THIS VERY COMMENT! -->
    <script src="https://cdn.gpteng.co/gptengineer.js" type="module" defer=""></script>
    
    <!-- Service Worker Registration - Deferred for better initial load -->
    <script>
      if ('serviceWorker' in navigator) {
        // Register service worker after page load to avoid blocking LCP
        window.addEventListener('load', () => {
          setTimeout(() => {
            navigator.serviceWorker.register('/sw.js')
              .then((registration) => {
                console.log('[SW] Registered successfully:', registration.scope);
              })
              .catch((error) => {
                console.log('[SW] Registration failed:', error);
              });
          }, 2000); // Delay by 2s to prioritize page load
        });
      }
    </script>
  

</body></html>