
    <header class="healthedia-global-header">
        <div class="healthedia-header-container">
            <!-- Logo Section -->
            <a href="https://healthedia.org/" class="healthedia-logo-group">
                <span class="healthedia-logo-title">Healthedia</span>
                <span class="healthedia-logo-sub">GLOBAL HEALTH ARCHIVE</span>
            </a>

            <!-- Navigation Links -->
            <nav class="healthedia-nav">
                <a href="https://healthedia.org/healthedia-search/" class="healthedia-nav-item ">
                    Archive Search
                </a>
                <a href="https://healthedia.org/healthedia-dashboard/" class="healthedia-nav-item ">
                    Researchers
                </a>
                <a href="#" class="healthedia-nav-item">
                    Institutions
                </a>
                <a href="#" class="healthedia-nav-item">
                    Scientific Journal
                </a>
            </nav>

            <!-- Authentication Button -->
            <div class="healthedia-auth-btn-wrapper">
                <a href="https://healthedia.org/healthedia-auth/" class="healthedia-btn-login">LOGIN</a>
            </div>
        </div>
    </header>

    <style>
        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

        :root {
            --healthedia-font: 'Inter', system-ui, -apple-system, sans-serif;
            --healthedia-black: #000000;
            --healthedia-white: #ffffff;
            --healthedia-grey: #666666;
            --healthedia-light-grey: #f7f7f7;
            --healthedia-border: #e5e5e5;
        }

        .healthedia-global-header {
            width: 100%;
            max-width: 1400px;
            margin: 20px auto;
            padding: 0 20px;
            box-sizing: border-box;
            font-family: var(--healthedia-font);
        }

        .healthedia-header-container {
            background: var(--healthedia-white);
            border: 1px solid var(--healthedia-border);
            border-radius: 50px;
            padding: 10px 24px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
            box-sizing: border-box;
            height: 70px;
        }

        .healthedia-logo-group {
            display: flex;
            flex-direction: column;
            text-decoration: none;
            color: var(--healthedia-black);
            line-height: 1.1;
        }

        .healthedia-logo-title {
            font-size: 24px;
            font-weight: 800;
            letter-spacing: -0.5px;
        }

        .healthedia-logo-sub {
            font-size: 8px;
            font-weight: 700;
            color: #999999;
            letter-spacing: 1.5px;
            margin-top: 2px;
        }

        .healthedia-nav {
            display: flex;
            align-items: center;
            gap: 24px;
        }

        .healthedia-nav-item {
            text-decoration: none;
            color: var(--healthedia-grey);
            font-size: 14px;
            font-weight: 600;
            padding: 10px 18px;
            border-radius: 30px;
            transition: all 0.2s ease;
        }

        .healthedia-nav-item:hover {
            color: var(--healthedia-black);
        }

        .healthedia-nav-item.active {
            background: var(--healthedia-black);
            color: var(--healthedia-white) !important;
        }

        .healthedia-btn-login {
            background: var(--healthedia-black);
            color: var(--healthedia-white);
            text-decoration: none;
            font-size: 14px;
            font-weight: 700;
            padding: 12px 32px;
            border-radius: 30px;
            letter-spacing: 1px;
            transition: transform 0.2s ease, opacity 0.2s ease;
            display: inline-block;
        }

        .healthedia-btn-login:hover {
            opacity: 0.9;
            transform: translateY(-1px);
        }

        /* Mobile layout */
        @media (max-width: 768px) {
            .healthedia-header-container {
                border-radius: 25px;
                height: auto;
                padding: 12px 16px;
                flex-direction: column;
                gap: 12px;
            }
            .healthedia-nav {
                flex-wrap: wrap;
                justify-content: center;
                gap: 8px;
            }
            .healthedia-nav-item {
                font-size: 12px;
                padding: 6px 12px;
            }
            .healthedia-btn-login {
                padding: 8px 20px;
                font-size: 12px;
            }
        }
    </style>
    
    <style id="healthedia-override-css">
        /* Hide theme default headers and footers completely, excluding Healthedia custom elements */
        header:not(.healthedia-global-header),
        footer:not(.healthedia-global-footer),
        .site-header, .site-footer,
        #masthead, #colophon,
        .ast-primary-header-bar, .ast-theme-transparent-header,
        .site-footer-width, .main-header-bar, .ast-footer-builder-area,
        .ast-header-bar-wrap, .ast-footer-copyright,
        .theme-default-header, .theme-default-footer {
            display: none !important;
            height: 0 !important;
            padding: 0 !important;
            margin: 0 !important;
            opacity: 0 !important;
            visibility: hidden !important;
        }
        body {
            margin: 0 !important;
            padding: 0 !important;
            background: #ffffff !important;
        }
    </style>
    <?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://healthedia.org/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://healthedia.org/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://healthedia.org/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://healthedia.org/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://healthedia.org/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>

    <footer class="healthedia-global-footer">
        <div class="healthedia-footer-container">
            <div class="healthedia-footer-copyright">
                © 2026 Healthedia. All Rights Reserved. Permanent Open-Access Repository.
            </div>
            <div class="healthedia-footer-links">
                <a href="#" class="healthedia-footer-link">Privacy Policy</a>
                <span class="healthedia-footer-dot"></span>
                <a href="#" class="healthedia-footer-link">Terms & Conditions</a>
                <span class="healthedia-footer-dot"></span>
                <a href="#" class="healthedia-footer-link">Publication Policies</a>
                <span class="healthedia-footer-dot"></span>
                <a href="#" class="healthedia-footer-link">Certificate Verification</a>
                <span class="healthedia-footer-dot"></span>
                <a href="#" class="healthedia-footer-link">Support</a>
            </div>
        </div>
    </footer>

    <style>
        .healthedia-global-footer {
            width: 100%;
            max-width: 1400px;
            margin: 40px auto 20px auto;
            padding: 0 20px;
            box-sizing: border-box;
            font-family: var(--healthedia-font);
        }

        .healthedia-footer-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-top: 1px solid var(--healthedia-border);
            padding-top: 24px;
            flex-wrap: wrap;
            gap: 16px;
        }

        .healthedia-footer-copyright {
            font-size: 13px;
            color: #999999;
            font-weight: 500;
        }

        .healthedia-footer-links {
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
        }

        .healthedia-footer-link {
            text-decoration: none;
            font-size: 13px;
            color: #666666;
            font-weight: 500;
            transition: color 0.2s ease;
        }

        .healthedia-footer-link:hover {
            color: var(--healthedia-black);
        }

        .healthedia-footer-dot {
            width: 4px;
            height: 4px;
            background-color: #cccccc;
            border-radius: 50%;
            display: inline-block;
        }

        @media (max-width: 768px) {
            .healthedia-footer-container {
                flex-direction: column;
                text-align: center;
                gap: 12px;
            }
            .healthedia-footer-links {
                justify-content: center;
                gap: 8px;
            }
        }
    </style>
    