qwensite / vashikaran.html
Ninja004's picture
Upload 15 files
7c34da2 verified
raw
history blame
5.13 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Vashikaran Services | Astronova</title>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&family=Lato&display=swap" rel="stylesheet">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Lato', sans-serif; }
body { background-color: #f4f4fa; color: #2C3E50; }
header { background-color: #2C3E50; color: white; padding: 10px 30px; display: flex; align-items: center; justify-content: space-between; }
.logo-container { display: flex; align-items: center; gap: 15px; }
.logo { height: 60px; width: auto; }
header h1 { font-family: 'Playfair Display', serif; }
nav { display: flex; justify-content: center; gap: 30px; }
nav a { color: white; text-decoration: none; font-weight: bold; }
.hero { background: linear-gradient(to right, #d6d6f5, #ffffff); text-align: center; padding: 60px 20px; }
.hero h2 { font-size: 2.2rem; font-family: 'Playfair Display', serif; }
.hero p { margin-top: 10px; font-size: 1.05rem; }
.section { padding: 40px 20px; max-width: 1000px; margin: auto; }
.card { background: white; padding: 20px; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.list li { margin-left: 18px; line-height: 1.7; }
h3 { font-family: 'Playfair Display', serif; margin-bottom: 10px; }
.back-row { margin-top: 24px; text-align: center; }
.btn { display: inline-block; padding: 10px 18px; background:#F1C40F; color:#2C3E50; border-radius: 6px; text-decoration: none; font-weight: 700; }
.btn:hover { background:#d4ac0d; }
footer { background-color:#2C3E50; color:#fff; text-align:center; padding:20px; font-size:0.9rem; margin-top: 40px; }
</style>
</head>
<body>
<header>
<div class="logo-container">
<img src="logo.png" alt="Astronova Logo" class="logo">
<h1>Astronova</h1>
</div>
<nav>
<a href="index3.html">Home</a>
<a href="about3.html">About</a>
<a href="services3.html">Our Services</a>
<a href="booking3.html">Contact</a>
</nav>
</header>
<section class="hero">
<h2>Vashikaran Services</h2>
<p>Harness the ancient science of attraction and influence to restore harmony in your personal and professional life.</p>
</section>
<section class="section grid">
<div class="card">
<h3>What is Vashikaran?</h3>
<p>Vashikaran is a sacred art from Vedic traditions, used to influence thoughts, emotions, and situations in a positive and ethical manner.
It helps remove conflicts, attract love, and restore balance in relationships and life situations.</p>
<ul class="list">
<li>Resolve misunderstandings in love & marriage</li>
<li>Strengthen attraction and bonding</li>
<li>Gain respect and harmony in family</li>
<li>Overcome obstacles in career & business</li>
</ul>
</div>
<div class="card">
<h3>Our Approach</h3>
<ol class="list" style="margin-left:18px;">
<li>Initial Consultation – Understanding your challenge and desired outcome.</li>
<li>Personalized Chart Analysis – Identifying planetary influences affecting your relationships.</li>
<li>Custom Vashikaran Procedure – Using mantras, yantras, and rituals suited for your case.</li>
<li>Guided Support – After the ritual, we provide remedies and practical advice for long-term harmony.</li>
</ol>
</div>
<div class="card">
<h3>Types of Vashikaran We Provide</h3>
<ul class="list">
<li><strong>Love Vashikaran:</strong> Reconnect with your partner or attract new love.</li>
<li><strong>Marriage Vashikaran:</strong> Resolve obstacles in marriage or gain parental approval.</li>
<li><strong>Professional Vashikaran:</strong> Influence situations for career growth and business stability.</li>
<li><strong>Family & Harmony:</strong> Reduce conflicts, misunderstandings, and negative energies.</li>
</ul>
</div>
<div class="card">
<h3>Why Choose Astronova?</h3>
<p>Our Vashikaran services are rooted in authenticity, ethics, and care. We believe in helping people without harming free will or causing negative karmic effects.
Every process is kept confidential, ensuring your privacy and trust are respected.</p>
</div>
<div class="card">
<h3>Get Started</h3>
<p>Let us guide you with effective Vashikaran solutions tailored to your life challenges. Book your consultation today.</p>
<div class="back-row">
<a class="btn" href="booking3.html">Book Consultation</a>
<a class="btn" href="index3.html" style="margin-left:10px;">Back to Home</a>
</div>
</div>
</section>
<footer>
&copy; 2025 Astronova. All rights reserved.
</footer>
</body>
</html>