<!-- ЁЯМР Law & Puja Path Website by Himanshu Shastri -->
<style>
body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  background: #f7f7f7;
  color: #222;
}
header {
  background: linear-gradient(rgba(0,43,92,0.8), rgba(0,43,92,0.8)),
              url('https://images.unsplash.com/photo-1603906652191-9431ff5dfb49?auto=format&fit=crop&w=1500&q=80');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}
header h1 {
  margin: 0;
  font-size: 2.5em;
}
header p {
  font-size: 1.2em;
  margin-top: 10px;
}
nav {
  background: #004080;
  padding: 12px;
  text-align: center;
}
nav a {
  color: white;
  text-decoration: none;
  margin: 0 18px;
  font-weight: 600;
}
nav a:hover {
  color: #ffcc00;
}
section {
  max-width: 1000px;
  margin: 30px auto;
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
h2 {
  color: #004080;
  border-bottom: 2px solid #004080;
  display: inline-block;
  margin-bottom: 15px;
}
img.section-img {
  width: 100%;
  border-radius: 10px;
  margin: 15px 0;
}
ul {
  line-height: 1.8;
}
footer {
  background: #002b5c;
  color: white;
  text-align: center;
  padding: 25px;
  margin-top: 40px;
}
.contact {
  text-align: center;
  font-size: 1.1em;
  line-height: 1.8;
}
.contact strong {
  color: #ffcc00;
}
</style>

<header>
  <h1>ЁЯХЙя╕П Law & Puja Path Services</h1>
  <p>Legal Consultation | Hindu Puja & Rituals | Spiritual Guidance</p>
</header>

<nav>
  <a href="#">Home</a>
  <a href="#law">Law Services</a>
  <a href="#puja">Puja Path</a>
  <a href="#contact">Contact</a>
</nav>

<section id="law">
  <h2>тЪЦя╕П Legal Services</h2>
  <img class="section-img" src="https://images.unsplash.com/photo-1589998059171-988d887df646?auto=format&fit=crop&w=1200&q=80" alt="Law Services">
  <p>рд╣рдо рд╡рд┐рдзрд┐рдХ рдорд╛рдорд▓реЛрдВ рдореЗрдВ рд╡рд┐рд╢реЗрд╖рдЬреНрдЮ рдкрд░рд╛рдорд░реНрд╢ рдкреНрд░рджрд╛рди рдХрд░рддреЗ рд╣реИрдВ тАФ рджреАрд╡рд╛рдиреА, рдлреМрдЬрджрд╛рд░реА, рдкрд╛рд░рд┐рд╡рд╛рд░рд┐рдХ, рд╕рдВрдкрддреНрддрд┐ рдФрд░ рдХреЛрд░реНрдЯ рд╕рдВрдмрдВрдзреА рд╡рд┐рд╖рдпреЛрдВ рдкрд░ рдкреВрд░реНрдг рд╕рд╣рд╛рдпрддрд╛ред</p>
  <ul>
    <li>High Court & Civil Court Matters</li>
    <li>Property & Family Disputes</li>
    <li>Legal Documentation & Drafting</li>
    <li>Online Legal Consultation</li>
  </ul>
</section>

<section id="puja">
  <h2>ЁЯкФ Puja Path & Spiritual Services</h2>
  <img class="section-img" src="https://images.unsplash.com/photo-1624292216652-84b97f4d9a76?auto=format&fit=crop&w=1200&q=80" alt="Puja Services">
  <p>рд╡реЗрджрд┐рдХ рд░реАрддрд┐ рд╕реЗ рдкреВрдЬрди, рд╕рдВрд╕реНрдХрд╛рд░ рдПрд╡рдВ рдЬреНрдпреЛрддрд┐рд╖реАрдп рдкрд░рд╛рдорд░реНрд╢ рд╕реЗрд╡рд╛ рдЙрдкрд▓рдмреНрдз рд╣реИред</p>
  <ul>
    <li>рдЧреГрд╣ рдкреНрд░рд╡реЗрд╢, рдореБрдВрдбрди, рдирд╛рдордХрд░рдг рд╕рдВрд╕реНрдХрд╛рд░</li>
    <li>рд░реБрджреНрд░рд╛рднрд┐рд╖реЗрдХ, рд╕рддреНрдпрдирд╛рд░рд╛рдпрдг рдХрдерд╛, рд▓рдЧреНрди рдкреВрдЬрди</li>
    <li>рдХреБрдВрдбрд▓реА рд╡рд┐рд╢реНрд▓реЗрд╖рдг рдПрд╡рдВ рджреЛрд╖ рдирд┐рд╡рд╛рд░рдг</li>
  </ul>
</section>

<section id="contact">
  <h2>ЁЯУЮ Contact Information</h2>
  <div class="contact">
    <p><strong>Mobile:</strong> 6391900624</p>
    <p><strong>Address:</strong> Baijalpur Biharganj, Pratapgarh, Uttar Pradesh 230502</p>
    <p><strong>Email:</strong> himanshushastri336@gmail.com</p>
  </div>
</section>

<footer>
  <p>┬й 2025 Law & Puja Path by <strong>Himanshu Shastri</strong>. All Rights Reserved.</p>
</footer>