{"id":13,"date":"2025-10-31T06:34:12","date_gmt":"2025-10-31T06:34:12","guid":{"rendered":"https:\/\/vasishthaastroguide.com\/?page_id=13"},"modified":"2025-11-12T02:35:02","modified_gmt":"2025-11-12T07:35:02","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/vasishthaastroguide.com\/index.php\/contact-us\/","title":{"rendered":"Contact Us"},"content":{"rendered":"\n\n<section class=\"astro-hero\">\n  <div class=\"hero-overlay\">\n    <div class=\"hero-content\">\n      <h1>\ud83c\udf20 Get In Touch with Master Vasishtha<\/h1>\n      <p>The stars have answers waiting for you \u2014 reach out today for your personalized astrology consultation in the USA.<\/p>\n      <a href=\"#contact\" class=\"hero-btn\">\ud83d\udd2e Book Consultation<\/a>\n    <\/div>\n\n    <!-- Floating Decorative Planets -->\n    <div class=\"planet planet1\"><\/div>\n    <div class=\"planet planet2\"><\/div>\n    <div class=\"planet planet3\"><\/div>\n  <\/div>\n<\/section>\n\n<style>\n\/* \ud83c\udf0c Cosmic Hero Header *\/\n.astro-hero {\n  position: relative;\n  height: 55vh; \/* \ud83d\udc48 You can adjust the hero section height here (reduce or increase) *\/\n  background: radial-gradient(\n    circle at 40% 30%,       \/* \ud83d\udc48 Adjust gradient position (left\/right, top\/bottom) *\/\n    #3a006d 0%,              \/* \ud83d\udc48 Center color (brighter tone) *\/\n    #0a001f 55%,             \/* \ud83d\udc48 Gradient fade stop \u2014 reduce this number to shrink size *\/\n    #000010 85%              \/* \ud83d\udc48 Background dark edge *\/\n  );\n  overflow: hidden;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-family: 'Segoe UI', sans-serif;\n  color: #fff;\n}\n\n\/* Overlay subtle glow *\/\n.hero-overlay {\n  position: relative;\n  width: 100%;\n  height: 100%;\n  background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.05), transparent 70%);\n  overflow: hidden;\n}\n\n\/* \ud83c\udf20 Hero Text Content *\/\n.hero-content {\n  text-align: center;\n  padding: 0 20px;\n  position: relative;\n  z-index: 5;\n}\n.hero-content h1 {\n  font-size: 2.6em;\n  color: #ffd700;\n  text-shadow: 0 0 25px rgba(255,215,0,0.5);\n  margin-bottom: 15px;\n}\n.hero-content p {\n  font-size: 1.15em;\n  color: #e1bee7;\n  max-width: 620px;\n  margin: 0 auto 28px;\n  line-height: 1.6;\n}\n.hero-btn {\n  background: linear-gradient(90deg, #6a1b9a, #ffd700);\n  color: #fff;\n  text-decoration: none;\n  padding: 12px 28px;\n  border-radius: 30px;\n  font-weight: bold;\n  box-shadow: 0 0 20px rgba(255,215,0,0.4);\n  transition: 0.3s ease;\n}\n.hero-btn:hover {\n  transform: scale(1.05);\n  box-shadow: 0 0 30px rgba(255,215,0,0.6);\n}\n\n\/* \ud83e\ude90 Floating Planet Animations *\/\n.planet {\n  position: absolute;\n  border-radius: 50%;\n  opacity: 0.7;\n  animation: float 10s ease-in-out infinite;\n}\n.planet1 {\n  width: 35px;\n  height: 35px;\n  background: radial-gradient(circle, #ffcc00, #b37400);\n  top: 15%;\n  left: 20%;\n}\n.planet2 {\n  width: 55px;\n  height: 55px;\n  background: radial-gradient(circle, #bb86fc, #5a00a3);\n  bottom: 25%;\n  right: 15%;\n}\n.planet3 {\n  width: 25px;\n  height: 25px;\n  background: radial-gradient(circle, #00fff0, #006d6d);\n  top: 45%;\n  right: 45%;\n}\n@keyframes float {\n  0% { transform: translateY(0) translateX(0); }\n  50% { transform: translateY(-20px) translateX(10px); }\n  100% { transform: translateY(0) translateX(0); }\n}\n\n\/* \ud83d\udcf1 Responsive Design *\/\n@media (max-width: 768px) {\n  .astro-hero { height: 55vh; } \/* \ud83d\udc48 Adjust mobile hero height here *\/\n  .hero-content h1 { font-size: 1.8em; }\n  .hero-content p { font-size: 1rem; }\n  .hero-btn { padding: 10px 22px; font-size: 0.95rem; }\n  .planet1, .planet2, .planet3 { opacity: 0.5; }\n}\n<\/style>\n\n\n\n\n\n\n<section class=\"vasishtha-help-section\">\n  <div class=\"help-container\">\n    <h2>We\u2019re Here to Help<\/h2>\n    <p>\n      Have a question about your <strong>Vedic astrology reading<\/strong> or seeking <strong>expert astrological guidance<\/strong> \n      on <strong>love problems, marriage compatibility, career horoscope,<\/strong> or <strong>spiritual healing<\/strong>?  \n    <\/p>\n    <p>\n      <strong>Master Vasishtha<\/strong> \u2014 a trusted <strong>astrologer in the USA<\/strong> \u2014 offers \n      <strong>personalized astrology consultations<\/strong> via <strong>WhatsApp, Zoom,<\/strong> or <strong>phone<\/strong>.  \n    <\/p>\n    <div class=\"highlight-line\">\n      \ud83c\udf1f Get accurate predictions and effective remedies today \u2014 feel free to reach out anytime.\n    <\/div>\n    <a href=\"#contact\" class=\"help-button\">\ud83d\udcab Contact Master Vasishtha<\/a>\n  <\/div>\n<\/section>\n\n<style>\n\/* \ud83c\udf20 Section Layout *\/\n.vasishtha-help-section {\n  background: radial-gradient(circle at top center, #100024 0%, #060012 85%);\n  color: #f3e5f5;\n  text-align: center;\n  padding: 100px 20px 80px;\n  font-family: 'Segoe UI', sans-serif;\n  position: relative;\n  overflow: hidden;\n}\n\n\/* \u2728 Moving light particles (optional cosmic animation) *\/\n.vasishtha-help-section::before {\n  content: \"\";\n  position: absolute;\n  top: -50%;\n  left: -50%;\n  width: 200%;\n  height: 200%;\n  background: radial-gradient(circle, rgba(255, 215, 0, 0.08) 1%, transparent 60%) repeat;\n  background-size: 200px 200px;\n  animation: shimmer 20s linear infinite;\n}\n@keyframes shimmer {\n  from { transform: translate(0, 0); }\n  to { transform: translate(-100px, -50px); }\n}\n\n\/* \ud83d\udcdc Text Content *\/\n.help-container {\n  position: relative;\n  z-index: 2;\n  max-width: 750px;\n  margin: 0 auto;\n}\n\n.help-container h2 {\n  font-size: 2em;\n  color: #ffd700;\n  text-shadow: 0 0 12px rgba(255,215,0,0.4);\n  margin-bottom: 20px;\n}\n\n.help-container p {\n  font-size: 1.1em;\n  color: #e1bee7;\n  line-height: 1.7;\n  margin-bottom: 18px;\n}\n\n\/* \ud83c\udf1f Highlight Line *\/\n.highlight-line {\n  background: rgba(255, 215, 0, 0.08);\n  border: 1px solid rgba(255, 215, 0, 0.3);\n  border-radius: 10px;\n  padding: 15px 20px;\n  color: #ffe082;\n  font-size: 1.05em;\n  margin: 25px auto;\n  max-width: 700px;\n  box-shadow: 0 0 20px rgba(255,215,0,0.1);\n}\n\n\/* \ud83d\udd2e CTA Button *\/\n.help-button {\n  display: inline-block;\n  margin-top: 25px;\n  background: linear-gradient(90deg, #ffb300, #ff6f00);\n  color: #fff;\n  text-decoration: none;\n  font-weight: 600;\n  font-size: 1.1em;\n  padding: 14px 30px;\n  border-radius: 50px;\n  box-shadow: 0 0 25px rgba(255,165,0,0.4);\n  transition: all 0.3s ease;\n}\n.help-button:hover {\n  background: linear-gradient(90deg, #ffc107, #ff8f00);\n  transform: translateY(-3px);\n  box-shadow: 0 0 35px rgba(255,200,0,0.5);\n}\n\n\/* \ud83d\udcf1 Mobile Responsive *\/\n@media (max-width: 768px) {\n  .vasishtha-help-section {\n    padding: 70px 15px 60px;\n  }\n  .help-container h2 {\n    font-size: 1.6em;\n  }\n  .help-container p {\n    font-size: 1em;\n  }\n  .highlight-line {\n    font-size: 0.95em;\n    padding: 12px 15px;\n  }\n  .help-button {\n    font-size: 1em;\n    padding: 12px 25px;\n  }\n}\n<\/style>\n\n\n\n\n\n\n<section class=\"contact-section\">\n  <div class=\"contact-hero\">\n    <h1>\ud83d\udd2e Contact Master Vasishtha Astrology Services<\/h1>\n    <p>Restore your faith in destiny \u2014 connect with one of the most trusted astrologers for USA-based astrology readings, love guidance, and career consultations.<\/p>\n  <\/div>\n\n  <!-- Contact Info Cards -->\n  <div class=\"contact-info\">\n    <div class=\"info-card\">\n      <h3>\ud83d\udcde Call \/ WhatsApp<\/h3>\n      <a href=\"https:\/\/wa.me\/19640020668\" target=\"_blank\">+1  **********<\/a>\n      <p>Available across all <strong>USA time zones<\/strong><\/p>\n    <\/div>\n\n    <div class=\"info-card\">\n      <h3>\ud83d\udce7 Email<\/h3>\n      <a href=\"mailto:srinivaschowdarybasam@gmail.com\">info@vasishthaastroguide.com<\/a>\n      <p>For online astrology readings &#038; personalized horoscopes<\/p>\n    <\/div>\n\n    <div class=\"info-card\">\n      <h3>\ud83c\udf0d Location<\/h3>\n      <p>Serving clients worldwide, specializing in <strong>astrology consultations for USA<\/strong><\/p>\n    <\/div>\n  <\/div>\n\n  <!-- Contact Form -->\n  <div class=\"contact-form-container\">\n    <h2>\u2728 Get Your Personalized Astrology Consultation<\/h2>\n    <p>Have questions about your love life, career, or destiny? Send us a message and our expert astrologer will respond within 24 hours.<\/p>\n\n    <form class=\"contact-form\" action=\"#\" method=\"post\">\n      <input type=\"text\" name=\"name\" placeholder=\"Your Full Name\" required>\n      <input type=\"email\" name=\"email\" placeholder=\"Your Email Address\" required>\n      <input type=\"text\" name=\"phone\" placeholder=\"Your WhatsApp Number (with country code)\" required>\n      \n      <select name=\"service\" required>\n        <option value=\"\">Select Your Interest<\/option>\n        <option>Love &#038; Relationship Astrology<\/option>\n        <option>Career &#038; Business Guidance<\/option>\n        <option>Marriage Compatibility<\/option>\n        <option>Health &#038; Wealth Predictions<\/option>\n        <option>Personal Horoscope Reading<\/option>\n      <\/select>\n\n      <textarea name=\"message\" placeholder=\"Write your question or concern...\" rows=\"5\" required><\/textarea>\n      <button type=\"submit\" class=\"submit-btn\">\ud83d\udd2e Book Your Consultation<\/button>\n    <\/form>\n  <\/div>\n\n  <!-- SEO Text Block -->\n  <div class=\"contact-seo-text\">\n    <p>\n      Looking for an <strong>astrologer in USA<\/strong>? Master Vasishtha provides \n      <strong>online astrology consultations<\/strong> for <em>love problems, marriage matching, \n      career astrology, horoscope readings,<\/em> and <em>Vedic astrology remedies<\/em>. \n      Connect today and discover what the stars reveal about your future.\n    <\/p>\n  <\/div>\n<\/section>\n\n<style>\n\/* \ud83c\udf0c Cosmic Contact Page Styling *\/\n.contact-section {\n  background: radial-gradient(circle at center, #0b001f, #000010);\n  color: #f3e5f5;\n  font-family: 'Segoe UI', sans-serif;\n  text-align: center;\n  padding: 80px 20px;\n  overflow-x: hidden;\n}\n\n\/* \ud83d\udd2e Hero Header *\/\n.contact-hero {\n  max-width: 800px;\n  margin: 0 auto 50px;\n}\n.contact-hero h1 {\n  color: #ffd700;\n  font-size: 2em;\n  text-shadow: 0 0 20px rgba(255,215,0,0.6);\n  margin-bottom: 10px;\n}\n.contact-hero p {\n  color: #d1b3ff;\n  font-size: 1.1rem;\n  line-height: 1.6;\n}\n\n\/* \ud83c\udf20 Contact Info Cards *\/\n.contact-info {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 25px;\n  margin: 50px auto;\n  max-width: 1000px;\n}\n.info-card {\n  background: rgba(40,0,80,0.3);\n  border: 1px solid rgba(150,90,255,0.2);\n  border-radius: 20px;\n  padding: 25px 20px;\n  backdrop-filter: blur(8px);\n  box-shadow: 0 0 25px rgba(106,27,154,0.3);\n  transition: transform 0.4s ease, box-shadow 0.4s ease;\n}\n.info-card:hover {\n  transform: translateY(-8px);\n  box-shadow: 0 0 35px rgba(255,215,0,0.4);\n}\n.info-card h3 {\n  color: #ffd700;\n  margin-bottom: 10px;\n  text-shadow: 0 0 10px rgba(255,215,0,0.5);\n}\n.info-card a {\n  color: #e1bee7;\n  text-decoration: none;\n  font-weight: 600;\n}\n.info-card p {\n  color: #cdb4ff;\n  font-size: 0.95rem;\n  margin-top: 5px;\n}\n\n\/* \ud83d\udcab Contact Form *\/\n.contact-form-container {\n  max-width: 700px;\n  margin: 60px auto;\n  background: rgba(20, 0, 40, 0.45);\n  border-radius: 20px;\n  padding: 40px 25px;\n  box-shadow: 0 0 30px rgba(106, 27, 154, 0.4);\n  backdrop-filter: blur(10px);\n}\n.contact-form-container h2 {\n  color: #ffd700;\n  margin-bottom: 15px;\n}\n.contact-form-container p {\n  color: #d1b3ff;\n  font-size: 1rem;\n  margin-bottom: 25px;\n}\n.contact-form input,\n.contact-form select,\n.contact-form textarea {\n  width: 100%;\n  margin-bottom: 15px;\n  padding: 12px 15px;\n  border: none;\n  border-radius: 10px;\n  background: rgba(255,255,255,0.1);\n  color: #fff;\n  font-size: 0.95rem;\n  outline: none;\n}\n.contact-form select {\n  color: #e1bee7;\n}\n.contact-form textarea {\n  resize: none;\n}\n.submit-btn {\n  background: linear-gradient(90deg, #6a1b9a, #ffd700);\n  color: #fff;\n  font-size: 1rem;\n  border: none;\n  border-radius: 25px;\n  padding: 12px 25px;\n  cursor: pointer;\n  transition: 0.3s;\n}\n.submit-btn:hover {\n  transform: scale(1.05);\n  box-shadow: 0 0 25px rgba(255,215,0,0.5);\n}\n\n\/* \ud83c\udf19 SEO Text *\/\n.contact-seo-text {\n  margin-top: 60px;\n  font-size: 0.95rem;\n  color: #c9a3ff;\n  max-width: 900px;\n  margin-left: auto;\n  margin-right: auto;\n  line-height: 1.6;\n}\n\n\/* \ud83d\udcf1 Responsive Design *\/\n@media (max-width: 768px) {\n  .contact-section { padding: 60px 15px; }\n  .contact-hero h1 { font-size: 1.6em; }\n  .contact-info { gap: 15px; }\n  .contact-form-container { padding: 30px 20px; }\n  .submit-btn { width: 100%; }\n}\n<\/style>\n\n\n\n\n\n\n<section class=\"vasishtha-timezone-section\">\n  <div class=\"timezone-content\">\n    <h2>\ud83d\udd52 Consultations in USA Time Zones<\/h2>\n    <p>\n      Master Vasishtha Astrology Services are proudly available in <strong>New York City<\/strong> and across the United States.  \n      Schedule your <strong>online astrology consultation<\/strong> at your convenience \u2014 our sessions align with <strong>USA Eastern Time (EST)<\/strong> for your comfort and clarity.\n    <\/p>\n\n    <!-- Dynamic USA (EST) Clock -->\n    <div class=\"time-container\">\n      <div class=\"clock\">\n        <span id=\"usa-time\">Loading current USA time&#8230;<\/span>\n      <\/div>\n      <p class=\"time-label\">Real-Time New York (EST) Consultation Hours<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- Google Map (New York City) -->\n  <div class=\"map-container\">\n    <iframe\n      src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d24156.713984447875!2d-74.0060159!3d40.7127281!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c25a3165c8d6dd%3A0xf4a3f5ac84cdb0d7!2sNew%20York%2C%20NY%2C%20USA!5e0!3m2!1sen!2sus!4v1730644400000\"\n      allowfullscreen=\"\"\n      loading=\"lazy\"\n      referrerpolicy=\"no-referrer-when-downgrade\">\n    <\/iframe>\n  <\/div>\n<\/section>\n\n<script>\n\/* \ud83d\udd52 USA Clock Script (New York - EST) *\/\nfunction updateUSATime() {\n  const options = { timeZone: 'America\/New_York', hour: '2-digit', minute: '2-digit', second: '2-digit', hour12: true };\n  const usaTime = new Intl.DateTimeFormat('en-US', options).format(new Date());\n  document.getElementById('usa-time').textContent = usaTime + \" (EST)\";\n}\nsetInterval(updateUSATime, 1000);\nupdateUSATime();\n<\/script>\n\n<style>\n\/* \ud83c\udf20 Section Layout *\/\n.vasishtha-timezone-section {\n  display: flex;\n  flex-wrap: wrap;\n  align-items: center;\n  justify-content: space-around;\n  background: radial-gradient(circle at 50% 40%, #19003a 0%, #060010 80%);\n  color: #f3e5f5;\n  font-family: 'Segoe UI', sans-serif;\n  padding: 80px 20px;\n  gap: 30px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n\n\/* \ud83c\udf0c Moving Light Glow *\/\n.vasishtha-timezone-section::before {\n  content: \"\";\n  position: absolute;\n  width: 130%;\n  height: 130%;\n  top: -15%;\n  left: -15%;\n  background: radial-gradient(circle, rgba(255,215,0,0.1), transparent 70%);\n  animation: glowMove 12s ease-in-out infinite alternate;\n  z-index: 0;\n}\n@keyframes glowMove {\n  0% { transform: translate(0, 0); }\n  100% { transform: translate(25px, -25px); }\n}\n\n\/* \ud83d\udd52 Content *\/\n.timezone-content {\n  flex: 1;\n  max-width: 500px;\n  z-index: 2;\n}\n.timezone-content h2 {\n  color: #ffd700;\n  font-size: 1.9em;\n  text-shadow: 0 0 15px rgba(255,215,0,0.5);\n  margin-bottom: 15px;\n}\n.timezone-content p {\n  color: #e1bee7;\n  font-size: 1.05em;\n  line-height: 1.6;\n  margin-bottom: 25px;\n}\n\n\/* \u23f0 Clock Styling *\/\n.time-container {\n  background: rgba(255, 255, 255, 0.06);\n  border-radius: 15px;\n  padding: 15px 20px;\n  display: inline-block;\n  box-shadow: 0 0 25px rgba(186,104,200,0.4);\n}\n.clock span {\n  font-size: 1.4em;\n  color: #ffd700;\n  font-weight: 600;\n}\n.time-label {\n  font-size: 0.9em;\n  color: #b39ddb;\n  margin-top: 5px;\n}\n\n\/* \ud83d\uddfa\ufe0f Map *\/\n.map-container {\n  flex: 1;\n  max-width: 480px;\n  border-radius: 12px;\n  overflow: hidden;\n  box-shadow: 0 0 25px rgba(106,27,154,0.4);\n  z-index: 2;\n}\n.map-container iframe {\n  width: 100%;\n  height: 300px;\n  border: none;\n  border-radius: 12px;\n}\n\n\/* \ud83d\udcf1 Responsive Design *\/\n@media (max-width: 768px) {\n  .vasishtha-timezone-section {\n    flex-direction: column;\n    padding: 60px 15px;\n  }\n  .timezone-content h2 { font-size: 1.6em; }\n  .timezone-content p { font-size: 0.95em; }\n  .clock span { font-size: 1.2em; }\n  .map-container iframe { height: 250px; }\n}\n<\/style>\n\n\n\n\n\n\n<section class=\"vasishtha-spiritual-cta\">\n  <div class=\"cta-overlay\">\n    <div class=\"cta-content\">\n      <h2>\u2728 Your destiny is waiting.<\/h2>\n      <p>Let the wisdom of the cosmos light your path. Connect with <strong>Master Vasishtha Astrology<\/strong> and discover your purpose through <strong>personalized astrology consultations<\/strong> \u2014 trusted by clients across the USA.<\/p>\n      <a href=\"#contact\" class=\"cta-button\">\ud83d\udd2e Book Your Consultation Now<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n\/* \ud83c\udf0c Background and Layout *\/\n.vasishtha-spiritual-cta {\n  position: relative;\n  background: radial-gradient(circle at 50% 40%, #000014 0%, #060022 80%);\n  color: #fff;\n  text-align: center;\n  padding: 100px 20px;\n  font-family: 'Segoe UI', sans-serif;\n  overflow: hidden;\n}\n\n\/* \ud83c\udf20 Subtle Moving Stars *\/\n.vasishtha-spiritual-cta::before, .vasishtha-spiritual-cta::after {\n  content: \"\";\n  position: absolute;\n  top: 0; left: 0;\n  width: 200%;\n  height: 200%;\n  background: url('https:\/\/cdn.pixabay.com\/photo\/2013\/07\/12\/14\/07\/stars-148083_1280.png') repeat;\n  background-size: contain;\n  opacity: 0.1;\n  animation: starsMove 40s linear infinite;\n}\n.vasishtha-spiritual-cta::after {\n  animation-direction: reverse;\n  opacity: 0.15;\n}\n@keyframes starsMove {\n  from { transform: translate(0, 0); }\n  to { transform: translate(-200px, -100px); }\n}\n\n\/* \u2728 Text Content *\/\n.cta-content {\n  position: relative;\n  z-index: 2;\n  max-width: 700px;\n  margin: 0 auto;\n}\n.cta-content h2 {\n  font-size: 2em;\n  color: #ffd700;\n  margin-bottom: 15px;\n  text-shadow: 0 0 15px rgba(255,215,0,0.4);\n}\n.cta-content p {\n  color: #e1bee7;\n  font-size: 1.1em;\n  line-height: 1.6;\n  margin-bottom: 30px;\n}\n\n\/* \ud83d\udd2e CTA Button *\/\n.cta-button {\n  display: inline-block;\n  background: linear-gradient(90deg, #ffb300, #ff6f00);\n  color: #fff;\n  padding: 14px 30px;\n  font-size: 1.1em;\n  border-radius: 50px;\n  text-decoration: none;\n  font-weight: 600;\n  box-shadow: 0 0 25px rgba(255,165,0,0.4);\n  transition: all 0.3s ease;\n}\n.cta-button:hover {\n  background: linear-gradient(90deg, #ffca28, #ffa000);\n  transform: translateY(-3px);\n  box-shadow: 0 0 35px rgba(255,200,0,0.6);\n}\n\n\/* \ud83d\udcf1 Mobile Responsive *\/\n@media (max-width: 768px) {\n  .vasishtha-spiritual-cta {\n    padding: 70px 15px;\n  }\n  .cta-content h2 {\n    font-size: 1.6em;\n  }\n  .cta-content p {\n    font-size: 0.95em;\n  }\n  .cta-button {\n    padding: 12px 25px;\n    font-size: 1em;\n  }\n}\n<\/style>\n\n\n","protected":false},"excerpt":{"rendered":"<p>\ud83c\udf20 Get In Touch with Master Vasishtha The stars have answers waiting for you \u2014 reach out today for your [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-13","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/vasishthaastroguide.com\/index.php\/wp-json\/wp\/v2\/pages\/13","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vasishthaastroguide.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vasishthaastroguide.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vasishthaastroguide.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vasishthaastroguide.com\/index.php\/wp-json\/wp\/v2\/comments?post=13"}],"version-history":[{"count":11,"href":"https:\/\/vasishthaastroguide.com\/index.php\/wp-json\/wp\/v2\/pages\/13\/revisions"}],"predecessor-version":[{"id":247,"href":"https:\/\/vasishthaastroguide.com\/index.php\/wp-json\/wp\/v2\/pages\/13\/revisions\/247"}],"wp:attachment":[{"href":"https:\/\/vasishthaastroguide.com\/index.php\/wp-json\/wp\/v2\/media?parent=13"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}