55ok

Mini

Direktori : /home/u307599615/domains/astrologersubhashkgulati.com/public_html/
Upload File :
Current File : /home/u307599615/domains/astrologersubhashkgulati.com/public_html/noida.php

<!DOCTYPE html>
<html lang="en">
<head>
<?php include "header.php"; ?>

<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Vastu Consultation in Noida - Astrologer Subhash K Gulati</title>

<meta name="keywords" content="Vastu consultant in Noida, Vastu expert Noida, Vastu services Noida, Astrologer Subhash K Gulati Noida" />
<meta name="description" content="Get expert Vastu Consultation services by Astrologer Subhash K Gulati exclusively in Noida. Book your personalized Vastu analysis now." />
<link rel="canonical" href="https://astrologersubhashkgulati.in/vastu-consultation-noida.php" />

<style>
  .as_service_single img {
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .as_service_img {
    width: 100%;          /* Full width of container */
    height: 400px;        /* Banner ki height, aap adjust kar sakte ho */
    overflow: hidden;     /* Extra part cut ho jaye */
    position: relative;
}

.as_service_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;    /* Image ko container me cover kar dega without stretching */
    display: block;
}
  .as_service_single h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #2c3e50;
  }
  .as_service_single h3 {
    color: #34495e;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .as_service_single ul {
    list-style: disc inside;
    margin-left: 15px;
    color: #555;
    font-size: 1rem;
  }
  .as_service_single ul li {
    margin-bottom: 10px;
  }
  .as_service_single p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #444;
  }
  .highlight {
    color: #27ae60;
    font-weight: 700;
  }
</style>

</head>

<body>

<section class="as_breadcrum_wrapper">
    <div class="container">
        <div class="row">
            <div class="col-lg-12 text-center">
                <h1>Vastu Consultation in Noida</h1>
                <ul class="breadcrumb">
                    <li><a href="./">Home</a></li>
                    <li>Vastu Consultation</li>
                    <li>Noida</li>
                </ul>
            </div>
        </div>
    </div>
</section>

<section class="as_blog_wrapper as_padderBottom90 as_padderTop80">
    <div class="container">
        <div class="row">
            <!-- Sidebar -->
            <div class="col-lg-3 col-md-4">
                <div class="as_shop_sidebar">
                    <div class="as_widget as_category_widget">
                        <h3 class="as_widget_title">Our Services</h3>
                       <ul>
                            <li><a href="delhi.php">Delhi</a></li>
                            <li><a href="noida.php" class="active">Noida</a></li>
                            <li><a href="gurgaon.php">Gurgaon</a></li>
                            <li><a href="faridabad.php">Faridabad</a></li>
                            <li><a href="ghaziabad.php">Ghaziabad</a></li>
                        </ul>
                    </div>




 <div class="as_widget as_bookingform">
    <h3 class="as_widget_title">Get Appointment</h3>
    <form id="bookingservice" style="position: relative;" class="as_appointment_form" onsubmit="sendWhatsAppService(event)">
        <div class="as_booking_section as_padderBottom10">
            <div class="row as_appointment_form">
                <div class="col-sm-12">
                    <div class="form-group">
                        <input type="text" name="fname" placeholder="Full Name" required class="form-control">
                        <span><img src="assets/images/svg/user1.html" alt=""></span>
                    </div>
                    <div class="form-group">
                        <input type="text" required name="Cnumber" placeholder="Contact Number" class="form-control">
                        <span><img src="assets/images/svg/phone1.html" alt=""></span>
                    </div>
                    <div class="form-group">
                        <input type="email" required name="Cemail" placeholder="Email Id" class="form-control">
                        <span><img src="assets/images/svg/mail1.html" alt=""></span>
                    </div>
                    <div class="form-group">
                        <input type="text" required name="ADate" placeholder="Appointment Date" class="form-control as_datepicker">
                        <span><img src="assets/images/svg/calendar.html" alt=""></span>
                    </div>
                    <div class="form-group">
                        <input type="text" required name="ATime" placeholder="Appointment Time" class="form-control as_timepicker">
                        <span><img src="assets/images/svg/clock.html" alt=""></span>
                    </div>
                    <div class="form-group" style="display:none">
                        <input type="hidden" name="service" value="Vedik Astrology">
                    </div>
                    <div class="form-group as_padderBottom10">
                        <!-- reCaptcha start -->
                        <div class="g-recaptcha" 
                             data-sitekey="6LcqaukgAAAAAN_SxmzDlE2VuUx6xru-h1cxxfva"
                             data-callback="recaptchaCheckedCb"
                             data-expired-callback="recaptchaExpireCb"
                             data-theme="light">
                        </div>
                        <!-- reCaptcha end -->
                    </div>
                </div>
            </div>
        </div>
        <input type="text" name="honeypot" style="display:none;">
        <div id="loaderBackdrop">
            <div id="loaderBox">
                <img id="loaderImg" src="assets/images/loader.html" alt="Loading...">
                <p>Processing your request...</p>
            </div>
        </div>
        <input type="submit" class="as_btn" value="Book Now" />
    </form>
</div>



<script>
function sendWhatsAppService(event) {
    event.preventDefault(); // prevent default form submission

    const form = document.getElementById('bookingservice');
    const name = encodeURIComponent(form.fname.value);
    const number = encodeURIComponent(form.Cnumber.value);
    const email = encodeURIComponent(form.Cemail.value);
    const date = encodeURIComponent(form.ADate.value);
    const time = encodeURIComponent(form.ATime.value);
    const service = encodeURIComponent(form.service.value);

    const text = `Name: ${name}%0AContact Number: ${number}%0AEmail: ${email}%0AService: ${service}%0AAppointment Date: ${date}%0AAppointment Time: ${time}`;

    const phone = "919205503351"; // your WhatsApp number
    const whatsappURL = `https://api.whatsapp.com/send?phone=${phone}&text=${text}`;

    window.open(whatsappURL, "_blank");
}
</script>
                   
                </div>
            </div>

            <!-- Main Content -->
            <div class="col-lg-9 col-md-8">
                <div class="as_service_single">
                   <div class="as_service_img">
    <img src="assets/images/noida1.png" alt="Vastu Consultation by Astrologer Subhash K Gulati in Noida" />
</div>

                    <hr />
                    <h1>Expert Vastu Consultation in <span class="highlight">Noida</span></h1>

                    <h3>🏠 Harmonize Your Home and Workplace with Astrologer Subhash K Gulati</h3>

                    <p>Discover the power of ancient Indian science with <strong>Vastu Consultation</strong> services by <strong>Astrologer Subhash K Gulati</strong>, offering specialized and personalized Vastu guidance exclusively for clients in <span class="highlight">Noida</span>. Whether it's your home, office, or commercial space, get practical and effective Vastu solutions that bring positivity, health, and prosperity.</p>

                    <h3>Why Choose Astrologer Subhash K Gulati for Vastu in Noida?</h3>
                    <ul>
                        <li>Over 15 years of experience in astrology and Vastu Shastra.</li>
                        <li>Accurate, easy-to-follow remedies with <strong>no demolition or costly renovations</strong>.</li>
                        <li>Personalized reports and practical Vastu plans tailored for your property.</li>
                        <li>On-site visits in Noida for detailed analysis and solutions.</li>
                        <li>Trusted by hundreds of satisfied clients across Noida.</li>
                    </ul>

                    <h3>Our Noida Vastu Services Include:</h3>
                    <ul>
                        <li>Residential Vastu for houses and apartments.</li>
                        <li>Commercial Vastu for offices, shops, and factories.</li>
                        <li>Vastu audits to identify doshas and energy blockages.</li>
                        <li>Practical remedies based on Vastu Shastra principles.</li>
                        <li>Online consultations available for convenience.</li>
                    </ul>

                    <h3>📅 Book Your Vastu Consultation in Noida Today!</h3>
                    <p>Don't let improper Vastu affect your peace, health, or financial growth. Book a consultation with <strong>Astrologer Subhash K Gulati</strong> and transform your living or working environment to harness positive energy and harmony.</p>

                    <p><em>📞 Contact now to schedule your Vastu session in Noida!</em></p>
                </div>
            </div>
        </div>
    </div>
</section>

<?php include "footer.php"; ?>

</body>
</html>

Zerion Mini 1.0