<!-- 🔥 FLOATING CALL BUTTON STYLE -->
<style>
.call-floating {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
}

.call-floating a {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  padding: 16px 22px;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  animation: pulse 1.4s infinite;
  transition: all 0.3s ease;
}

.call-floating a:hover {
  background: #1DA851;
  transform: scale(1.05);
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.7); }
  70% { box-shadow: 0 0 0 18px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* 🔥 MOBILE OPTIMIZED */
@media(max-width:768px){
  .call-floating {
    right: 15px;
    bottom: 80px; /* 🔥 thoda upar */
  }

  .call-floating a {
    width: 65px;
    height: 65px;
    padding: 0;
    font-size: 26px;
    justify-content: center;
    border-radius: 50%;
  }

  .call-floating a span {
    display: none;
  }
}
</style>

<!-- 🔥 FLOATING BUTTON -->
<div class="call-floating">
  <a href="tel:09140882560" aria-label="Call Now">
    📞 <span>Call Now</span>
  </a>
</div>

<!-- 🔥 REQUIRED FOR GOOGLE CALL TRACKING -->
<div style="display:none;">091408 82560</div><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://elecpure.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://elecpure.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://elecpure.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://elecpure.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://elecpure.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
