<!-- 🔥 Floating Button -->
<div id="aiButton" onclick="openSummary()">
  ✨ Ask Khoj AI about this article ↑
</div>

<!-- 🧠 Popup -->
<div id="aiPopup">
  <div class="aiContent">

    <div class="aiHeader">
      🧠 नेपाली सारांश
      <span class="aiSub">Khoj AI द्वारा तयार गरिएको</span>
    </div>

    <div class="aiSummary">
          </div>

    <button class="aiClose" onclick="closeSummary()">Close</button>

  </div>
</div>

<style>

/* 🔥 Floating Button */
#aiButton {
  position: fixed;
  bottom: 80px; /* 🔥 footer माथि राखियो */
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #ff6a00, #ff3c00);
  color: #fff;
  padding: 12px 18px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

/* 🧠 Popup */
#aiPopup {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 65%;
  background: #fff;
  display: none;
  z-index: 10000;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  box-shadow: 0 -6px 25px rgba(0,0,0,0.25);
}

.aiContent {
  padding: 18px;
  overflow-y: auto;
  height: 100%;
}

/* 🔥 Header */
.aiHeader {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #ff3c00;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.aiSub {
  display: block;
  font-size: 12px;
  color: #777;
  margin-top: 3px;
}

/* 📝 Summary Style */
.aiSummary {
  font-size: 16px;
  line-height: 1.6;
}

.aiSummary p {
  margin-bottom: 10px;
}

.aiSummary li {
  margin-bottom: 8px;
}

/* ❌ Close Button */
.aiClose {
  margin-top: 15px;
  background: #0d6efd;
  color: #fff;
  border: none;
  padding: 10px 14px;
  border-radius: 6px;
  cursor: pointer;
}

</style><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://khojsamachar.com/wp-content/plugins/xml-sitemap-feed/assets/sitemap.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://khojsamachar.com/wp-sitemap-posts-post-1.xml</loc><lastmod>2026-04-20T23:09:41+05:45</lastmod></sitemap><sitemap><loc>https://khojsamachar.com/wp-sitemap-posts-page-1.xml</loc><lastmod>2026-04-20T18:17:25+05:45</lastmod></sitemap><sitemap><loc>https://khojsamachar.com/wp-sitemap-taxonomies-category-1.xml</loc><lastmod>2026-04-20T18:17:25+05:45</lastmod></sitemap><sitemap><loc>https://khojsamachar.com/wp-sitemap-users-1.xml</loc><lastmod>2026-04-20T18:17:25+05:45</lastmod></sitemap><sitemap><loc>https://khojsamachar.com/sitemap-news.xml</loc><lastmod>2026-04-20T18:17:25+05:45</lastmod></sitemap></sitemapindex>
