{"id":6,"date":"2025-10-31T06:33:13","date_gmt":"2025-10-31T06:33:13","guid":{"rendered":"https:\/\/vasishthaastroguide.com\/?page_id=6"},"modified":"2025-11-04T02:57:01","modified_gmt":"2025-11-04T07:57:01","slug":"home","status":"publish","type":"page","link":"https:\/\/vasishthaastroguide.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\" \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n<title>Vasishtha Astro Guide<\/title>\n<style>\n  :root {\n    --purple: #6a1b9a;\n    --gold: #f5ae07;\n  }\n\n  html, body {\n    margin: 0;\n    padding: 0;\n    min-height: 100%;\n    font-family: 'Segoe UI', sans-serif;\n    color: #f3e5f5;\n    background: radial-gradient(circle at center, #140029 0%, #050010 100%);\n    overflow-x: hidden;\n    scroll-behavior: smooth;\n  }\n\n  \/* --- HERO SECTION --- *\/\n  .hero {\n    position: relative;\n    height: 100vh;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-direction: column;\n    text-align: center;\n    overflow: hidden;\n  }\n\n  \/* Rotating Zodiac Wheel only inside Hero *\/\n  .rotating-bg {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    width: 85vmin;\n    height: 85vmin;\n    background: url('https:\/\/vasishthaastroguide.com\/wp-content\/uploads\/2025\/11\/istockphoto-1182716546-612x612-1.jpg') no-repeat center center\/cover;\n    border-radius: 50%;\n    transform: translate(-50%, -50%);\n    animation: spin 70s linear infinite;\n    z-index: 0;\n    box-shadow: 0 0 60px 20px rgba(106, 27, 154, 0.25);\n  }\n\n  @keyframes spin {\n    from { transform: translate(-50%, -50%) rotate(0deg); }\n    to { transform: translate(-50%, -50%) rotate(360deg); }\n  }\n\n  \/* Floating Stars \/ Orbs inside Hero *\/\n  .star {\n    position: absolute;\n    width: 6px;\n    height: 6px;\n    background: radial-gradient(circle, #fff, rgba(255,255,255,0));\n    border-radius: 50%;\n    opacity: 0.8;\n    animation: float 12s ease-in-out infinite;\n    z-index: 0;\n    pointer-events: none;\n  }\n\n  @keyframes float {\n    0% { transform: translateY(0) scale(1); opacity: 0.9; }\n    50% { transform: translateY(-40px) scale(1.3); opacity: 1; }\n    100% { transform: translateY(0) scale(1); opacity: 0.9; }\n  }\n\n  .star.s1 { top: 15%; left: 25%; animation-delay: 0s; width: 4px; height: 4px; }\n  .star.s2 { top: 70%; left: 80%; animation-delay: 2s; width: 8px; height: 8px; }\n  .star.s3 { top: 40%; left: 10%; animation-delay: 4s; width: 5px; height: 5px; }\n  .star.s4 { top: 85%; left: 50%; animation-delay: 1s; width: 7px; height: 7px; }\n  .star.s5 { top: 25%; left: 70%; animation-delay: 3s; width: 5px; height: 5px; }\n\n  .content {\n    position: relative;\n    z-index: 2;\n    background: rgba(20, 0, 40, 0.4);\n    padding: 24px 28px;\n    border-radius: 14px;\n    backdrop-filter: blur(3px);\n    max-width: 70%;\n  }\n\n  h1 {\n    font-size: 1.8em;\n    color: var(--gold);\n    margin-bottom: 10px;\n    text-shadow: 0 0 10px rgba(255, 215, 0, 0.4);\n  }\n\n  p {\n    font-size: 1.07em;\n    color: #fafaf2;\n    margin-bottom: 22px;\n    line-height: 1.5;\n  }\n\n  .buttons {\n    display: flex;\n    justify-content: center;\n    gap: 12px;\n    flex-wrap: wrap;\n  }\n\n  .btn {\n    background: linear-gradient(135deg, var(--purple), #8e24aa);\n    color: #fff;\n    padding: 9px 20px;\n    border: none;\n    border-radius: 30px;\n    cursor: pointer;\n    font-size: 0.95em;\n    transition: transform .2s ease, box-shadow .2s ease;\n    box-shadow: 0 0 12px rgba(138, 43, 226, 0.4);\n  }\n\n  .btn:hover {\n    transform: scale(1.05);\n    box-shadow: 0 0 18px rgba(186, 104, 200, 0.6);\n  }\n\n  \/* --- About + Services Sections --- *\/\n  section {\n    position: relative;\n    max-width: 960px;\n    margin: 80px auto;\n    padding: 40px 25px;\n    border-radius: 16px;\n    background: rgba(10, 0, 25, 0.3);\n    color: #e1bee7;\n    line-height: 1.6;\n  }\n\n  section h2 {\n    color: var(--gold);\n    margin-bottom: 10px;\n    text-align: center;\n  }\n\n  footer {\n    text-align: center;\n    padding: 40px 10px 80px;\n    color: #d9b8ff;\n    font-size: 0.9em;\n    opacity: 0.9;\n  }\n\n  @media (max-width: 768px) {\n    .content { max-width: 90%; padding: 16px; }\n    h1 { font-size: 1.4em; }\n    p { font-size: 0.95em; }\n    .rotating-bg { width: 95vmin; height: 95vmin; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- HERO SECTION -->\n<section class=\"hero\">\n  <div class=\"rotating-bg\"><\/div>\n\n  <!-- Floating stars -->\n  <div class=\"star s1\"><\/div>\n  <div class=\"star s2\"><\/div>\n  <div class=\"star s3\"><\/div>\n  <div class=\"star s4\"><\/div>\n  <div class=\"star s5\"><\/div>\n\n  <div class=\"content\">\n    <h1>Unlock the Secrets of the Cosmos \u2014 Guided by Ancient Wisdom.<\/h1>\n    <p>Experience precise astrological insights powered by timeless Vedic knowledge and modern design by Master Vasishtha.<\/p>\n    <div class=\"buttons\">\n      <button class=\"btn\">\ud83c\udf20 Get My Horoscope<\/button>\n      <button class=\"btn\">\ud83d\udd2e Consult Astrologer<\/button>\n    <\/div>\n  <\/div>\n<\/section>\n \n<\/body>\n<\/html>\n\n\n\n\n\n\n<section class=\"unlock-future-section\">\n  <div class=\"parallax-stars\"><\/div>\n\n  <div class=\"future-container\">\n    <h2>\ud83d\udd2e Unlock Your Future with Master Vasishtha<\/h2>\n    <p>Discover the path the stars have chosen for you. Find clarity in love, career, and life purpose \u2014 guided by Master Vasishtha\u2019s astrology expertise.<\/p>\n\n    <div class=\"future-cards\">\n      <div class=\"future-card\">\n        <h3>\ud83d\udc96 Love &#038; Relationships<\/h3>\n        <p>Get insights into true compatibility, timing, and lasting happiness.<\/p>\n      <\/div>\n      <div class=\"future-card\">\n        <h3>\ud83d\udcb0 Career &#038; Success<\/h3>\n        <p>Achieve growth and prosperity with personalized career astrology.<\/p>\n      <\/div>\n      <div class=\"future-card\">\n        <h3>\ud83c\udf19 Life Purpose<\/h3>\n        <p>Reveal your destiny and spiritual path through ancient wisdom.<\/p>\n      <\/div>\n    <\/div>\n\n    <a href=\"https:\/\/wa.me\/1XXXXXXXXXX\" class=\"future-btn\">\u2728 Discover My Future<\/a>\n  <\/div>\n<\/section>\n\n<style>\n\/* \ud83c\udf0c Section Base *\/\n.unlock-future-section {\n  position: relative;\n  overflow: hidden;\n  background: linear-gradient(135deg, #081229, #0d1b3b, #16213e);\n  color: #fff;\n  text-align: center;\n  padding: 70px 20px;\n  font-family: 'Segoe UI', sans-serif;\n}\n\n\/* \ud83c\udf20 Parallax Star Background *\/\n.parallax-stars {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 200%;\n  height: 200%;\n  background: radial-gradient(white 1px, transparent 1px);\n  background-size: 3px 3px;\n  opacity: 0.15;\n  transform: translateX(0);\n  animation: starDrift 60s ease-in-out infinite alternate;\n  z-index: 0;\n  will-change: transform;\n}\n\n@keyframes starDrift {\n  0% { transform: translateX(0); }\n  100% { transform: translateX(-50px); }\n}\n\n\/* \u2728 Content *\/\n.future-container {\n  position: relative;\n  z-index: 1;\n  max-width: 850px;\n  margin: 0 auto;\n}\n\n.future-container h2 {\n  font-size: 1.9em;\n  color: #ffd700;\n  text-shadow: 0 0 15px rgba(255, 215, 0, 0.6);\n  margin-bottom: 10px;\n}\n\n.future-container p {\n  color: #e0e0e0;\n  font-size: 1rem;\n  line-height: 1.6;\n  margin-bottom: 40px;\n}\n\n\/* \ud83d\udcab Cards *\/\n.future-cards {\n  display: flex;\n  justify-content: center;\n  gap: 20px;\n  flex-wrap: wrap;\n  margin-bottom: 40px;\n}\n\n.future-card {\n  background: rgba(255, 255, 255, 0.08);\n  border-radius: 15px;\n  padding: 20px;\n  width: 250px;\n  box-shadow: 0 0 20px rgba(255, 215, 0, 0.15);\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  backdrop-filter: blur(5px);\n}\n\n.future-card:hover {\n  transform: translateY(-8px);\n  box-shadow: 0 0 30px rgba(255, 215, 0, 0.4);\n}\n\n.future-card h3 {\n  color: #ffcc00;\n  font-size: 1rem;\n  margin-bottom: 8px;\n}\n\n.future-card p {\n  color: #ddd;\n  font-size: 0.9rem;\n  line-height: 1.4;\n}\n\n\/* \ud83c\udf1f CTA Button *\/\n.future-btn {\n  display: inline-block;\n  background: linear-gradient(90deg, #ff6f00, #ffb300);\n  color: #fff;\n  padding: 12px 30px;\n  border-radius: 25px;\n  text-decoration: none;\n  font-weight: 600;\n  box-shadow: 0 0 15px rgba(255, 191, 0, 0.6);\n  transition: all 0.3s ease;\n  animation: btnPulse 2.5s infinite alternate;\n}\n.future-btn:hover {\n  background: linear-gradient(90deg, #ff9100, #ffcc00);\n  box-shadow: 0 0 25px rgba(255, 215, 0, 0.8);\n}\n\n@keyframes btnPulse {\n  from { transform: scale(1); box-shadow: 0 0 10px rgba(255, 215, 0, 0.4); }\n  to { transform: scale(1.05); box-shadow: 0 0 25px rgba(255, 215, 0, 0.7); }\n}\n\n\/* \ud83d\udcf1 Mobile Responsive *\/\n@media (max-width: 768px) {\n  .unlock-future-section {\n    padding: 60px 15px;\n  }\n  .future-container h2 {\n    font-size: 1.5em;\n  }\n  .future-cards {\n    gap: 15px;\n  }\n  .future-card {\n    width: 100%;\n    max-width: 300px;\n    margin: 0 auto;\n  }\n  .future-btn {\n    padding: 10px 25px;\n    font-size: 0.9rem;\n  }\n}\n<\/style>\n\n\n\n\n\n\n<section class=\"image-carousel-section\">\n  <h2 class=\"carousel-title\">\u2728 &#8220;Guiding You Towards the Destiny You Deserve.&#8221;<\/h2>\n  <p class=\"carousel-subtitle\">\n    Restore your faith in destiny and embrace new beginnings with Master Vasishtha Astrology Services.\n  <\/p>\n\n  <div class=\"carousel-container\">\n    <div class=\"carousel\">\n      <img decoding=\"async\" src=\"https:\/\/vasishthaastroguide.com\/wp-content\/uploads\/2025\/11\/resolve-allyoyr-love-problems-by.png\" alt=\"Client 1\">\n      <img decoding=\"async\" src=\"https:\/\/vasishthaastroguide.com\/wp-content\/uploads\/2025\/11\/@Vasishtha-astro-guide.png\" alt=\"Consultation\">\n      <img decoding=\"async\" src=\"https:\/\/vasishthaastroguide.com\/wp-content\/uploads\/2025\/11\/RESOLVE-ALL-YOUR-PROBLEMS.png\" alt=\"Astrology Session\">\n      <img decoding=\"async\" src=\"https:\/\/vasishthaastroguide.com\/wp-content\/uploads\/2025\/11\/vasishtha-Astrology.png\" alt=\"Results\">\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n.image-carousel-section {\n  position: relative;\n  text-align: center;\n  padding: 70px 15px;\n  background: radial-gradient(circle at center, #070014 40%, #000 100%);\n  color: #fff;\n  overflow: hidden;\n}\n\n.carousel-title {\n  font-size: 1.7em;\n  color: #ffd700;\n  text-shadow: 0 0 15px rgba(255, 215, 0, 0.6);\n  margin-bottom: 10px;\n}\n\n.carousel-subtitle {\n  color: #cdb4ff;\n  font-size: 1.1rem;\n  margin-bottom: 40px;\n}\n\n\/* \ud83e\ude90 Carousel Container *\/\n.carousel-container {\n  perspective: 1000px;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n}\n\n.carousel {\n  position: relative;\n  width: 320px;\n  height: 220px;\n  transform-style: preserve-3d;\n  animation: rotateCarousel 45s linear infinite;\n}\n\n\/* \ud83c\udf0c Carousel Images *\/\n.carousel img {\n  position: absolute;\n  width: 200px;\n  height: 200px;\n  object-fit: cover;\n  border-radius: 15px;\n  box-shadow: 0 0 25px rgba(255, 215, 0, 0.4);\n  border: 2px solid rgba(255, 215, 0, 0.3);\n  transition: transform 0.5s ease, box-shadow 0.3s ease;\n}\n\n\/* \ud83e\uddff Image Placement *\/\n.carousel img:nth-child(1) { transform: rotateY(0deg) translateZ(300px); }\n.carousel img:nth-child(2) { transform: rotateY(90deg) translateZ(300px); }\n.carousel img:nth-child(3) { transform: rotateY(180deg) translateZ(300px); }\n.carousel img:nth-child(4) { transform: rotateY(270deg) translateZ(300px); }\n\n@keyframes rotateCarousel {\n  from { transform: rotateY(0deg); }\n  to { transform: rotateY(360deg); }\n}\n\n\/* \u2728 Hover Effect *\/\n.carousel img:hover {\n  transform: scale(1.08) translateZ(310px);\n  box-shadow: 0 0 40px rgba(255, 215, 0, 0.8);\n}\n\n\/* \ud83d\udcf1 Tablet Responsive *\/\n@media (max-width: 768px) {\n  .image-carousel-section {\n    padding: 50px 10px;\n    background: radial-gradient(circle at center, #070014 60%, #000 100%);\n  }\n\n  .carousel {\n    width: 240px;\n    height: 180px;\n    animation-duration: 55s;\n  }\n\n  .carousel img {\n    width: 140px;\n    height: 140px;\n    border-radius: 10px;\n  }\n\n  .carousel img:nth-child(1) { transform: rotateY(0deg) translateZ(200px); }\n  .carousel img:nth-child(2) { transform: rotateY(90deg) translateZ(200px); }\n  .carousel img:nth-child(3) { transform: rotateY(180deg) translateZ(200px); }\n  .carousel img:nth-child(4) { transform: rotateY(270deg) translateZ(200px); }\n\n  .carousel-title {\n    font-size: 1.3em;\n  }\n\n  .carousel-subtitle {\n    font-size: 1rem;\n    margin-bottom: 30px;\n  }\n}\n\n\/* \ud83d\udcf1 Mobile Responsive *\/\n@media (max-width: 480px) {\n  .image-carousel-section {\n    padding: 40px 10px;\n    background: radial-gradient(circle at center, #070014 70%, #000 100%);\n  }\n\n  .carousel {\n    width: 180px;\n    height: 150px;\n  }\n\n  .carousel img {\n    width: 120px;\n    height: 120px;\n  }\n\n  .carousel img:nth-child(1) { transform: rotateY(0deg) translateZ(150px); }\n  .carousel img:nth-child(2) { transform: rotateY(90deg) translateZ(150px); }\n  .carousel img:nth-child(3) { transform: rotateY(180deg) translateZ(150px); }\n  .carousel img:nth-child(4) { transform: rotateY(270deg) translateZ(150px); }\n\n  .carousel-title {\n    font-size: 1.1em;\n  }\n\n  .carousel-subtitle {\n    font-size: 0.9rem;\n  }\n}\n<\/style>\n\n\n\n\n\n\n\n<section class=\"vasishtha-about-section\">\n  <div class=\"vasishtha-figure\"> \n    <!-- Floating Orb (positioned relative to the figure) -->\n    <div class=\"vasishtha-energy-orb\" aria-hidden=\"true\"><\/div>\n\n    <!-- Sage Model -->\n    <div class=\"vasishtha-sage-model\" role=\"img\" aria-label=\"Sage Vasishtha silhouette\"><\/div>\n  <\/div>\n\n  <!-- About Card -->\n  <div class=\"vasishtha-about-card\" aria-labelledby=\"vasishtha-about-title\">\n    <h2 id=\"vasishtha-about-title\">About Vasishtha Astro Guide<\/h2>\n    <p>\n      Rooted in the wisdom of Sage Vasishtha, we bring timeless astrological insights into the modern age. \n      Our mission is to illuminate your destiny through guidance, clarity, and divine balance \u2014 helping \n      you unlock the hidden patterns of your cosmic journey.\n    <\/p>\n  <\/div>\n<\/section>\n\n<!-- GSAP for the reveal (keeps existing animation behavior) -->\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.5\/gsap.min.js\"><\/script>\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.5\/ScrollTrigger.min.js\"><\/script>\n\n<style>\n\/* ----------------- Scoped \/ Namespaced Styles ----------------- *\/\n\/* Section *\/\n.vasishtha-about-section {\n  --orb-start-top: 8%;      \/* baseline, overridden in media queries *\/\n  --orb-move-distance: 70px;\/* baseline downward movement *\/\n  position: relative;\n  min-height: 85vh;\n  background: radial-gradient(circle at top center, #0b0018 0%, #080010 90%);\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  text-align: center;\n  padding: 80px 18px 50px;\n  overflow: hidden;\n  font-family: 'Segoe UI', sans-serif;\n  color: #f3e5f5;\n}\n\n\/* Figure wrapper ensures orb is positioned relative to the sage *\/\n.vasishtha-figure{\n  position: relative;\n  width: 100%;\n  max-width: 420px;\n  display:flex;\n  justify-content:center;\n  align-items:flex-start;\n}\n\n\/* Orb: positioned relative to the figure, not viewport *\/\n.vasishtha-energy-orb {\n  position: absolute;\n  left: 50%;\n  top: var(--orb-start-top);          \/* where orb starts (percent of figure) *\/\n  transform: translate(-50%, 0);\n  width: var(--orb-size, 140px);\n  height: var(--orb-size, 140px);\n  background: radial-gradient(circle, rgba(255,215,0,0.85) 0%, rgba(255,255,255,0) 75%);\n  border-radius: 50%;\n  box-shadow: 0 0 24px 8px rgba(255,215,0,0.28);\n  z-index: 3;\n  pointer-events: none;\n  \/* vertical looped motion; uses CSS variable for movement amount *\/\n  animation: vasishtha-orb-vertical 7s ease-in-out infinite;\n}\n\n\/* Smooth vertical movement (top -> shoulder -> top) *\/\n@keyframes vasishtha-orb-vertical {\n  0%   { transform: translate(-50%, 0); }\n  50%  { transform: translate(-50%, var(--orb-move-distance)); } \/* moves down *\/\n  100% { transform: translate(-50%, 0); }\n}\n\n\/* Sage image *\/\n.vasishtha-sage-model {\n  margin-top: 110px; \/* pushes sage down so orb sits above head *\/\n  width: 240px;\n  height: 240px;\n  border-radius: 50%;\n  background: url('https:\/\/vasishthaastroguide.com\/wp-content\/uploads\/2025\/11\/\u2014Pngtree\u2014yoga-silhouette-taurus-constellation-blue_6687814.png') no-repeat center center\/contain;\n  filter: drop-shadow(0 0 22px rgba(255, 215, 0, 0.28));\n  z-index: 2;\n}\n\n\/* About card *\/\n.vasishtha-about-card {\n  background: rgba(20, 0, 40, 0.45);\n  border-radius: 14px;\n  padding: 30px 20px;\n  width: 100%;\n  max-width: 720px;\n  margin-top: 30px;\n  box-shadow: 0 0 24px rgba(106, 27, 154, 0.28);\n  backdrop-filter: blur(6px);\n  transform: translateY(40px);\n  opacity: 0;\n  z-index: 2;\n}\n\n\/* Typography *\/\n.vasishtha-about-card h2 {\n  color: #ffd700;\n  font-size: 1.6rem;\n  margin-bottom: 10px;\n  text-shadow: 0 0 10px rgba(255, 215, 0, 0.33);\n}\n.vasishtha-about-card p {\n  color: #e1bee7;\n  font-size: 1rem;\n  line-height: 1.6;\n  margin: 0;\n}\n\n\/* ----------------- Responsive adjustments ----------------- *\/\n\/* Desktop \/ large *\/\n@media (min-width: 1025px) {\n  .vasishtha-about-section{ padding-top: 100px; }\n  .vasishtha-figure{ max-width: 480px; }\n  .vasishtha-sage-model{ width: 260px; height:260px; margin-top:140px; }\n  .vasishtha-energy-orb{ --orb-size:140px; --orb-start-top:9%; --orb-move-distance:90px; }\n  .vasishtha-about-card{ padding:36px 28px; }\n}\n\n\/* Tablet *\/\n@media (min-width: 769px) and (max-width: 1024px) {\n  .vasishtha-figure{ max-width: 420px; }\n  .vasishtha-sage-model{ width:220px;height:220px;margin-top:120px; }\n  .vasishtha-energy-orb{ --orb-size:120px; --orb-start-top:10%; --orb-move-distance:70px; }\n  .vasishtha-about-card{ padding:30px 22px; }\n}\n\n\/* Mobile - ensures orb aligns to head and doesn't go off-screen *\/\n@media (max-width: 768px) {\n  .vasishtha-about-section {\n    min-height: 75vh;\n    padding: 60px 14px 40px;\n  }\n\n  .vasishtha-figure{ max-width: 360px; }\n  .vasishtha-sage-model{ width:180px; height:180px; margin-top:100px; }\n  \/* smaller orb, smaller move distance so it stays around head\/shoulder *\/\n  .vasishtha-energy-orb{\n    --orb-size: 95px;\n    --orb-start-top: 12%;\n    --orb-move-distance: 58px;\n    width: var(--orb-size);\n    height: var(--orb-size);\n    top: var(--orb-start-top);\n  }\n  .vasishtha-about-card{ margin-top:20px; padding:22px 16px; }\n  .vasishtha-about-card h2{ font-size:1.3rem; }\n  .vasishtha-about-card p{ font-size:0.95rem; }\n}\n\n\/* Small phones (tight) *\/\n@media (max-width: 420px) {\n  .vasishtha-sage-model{ width:150px; height:150px; margin-top:90px; }\n  .vasishtha-energy-orb{\n    --orb-size: 78px;\n    --orb-start-top: 13%;\n    --orb-move-distance: 46px;\n    width: var(--orb-size);\n    height: var(--orb-size);\n    top: var(--orb-start-top);\n  }\n  .vasishtha-about-card{ padding:18px 12px; }\n}\n\n\/* Accessibility: reduce motion if user prefers reduced motion *\/\n@media (prefers-reduced-motion: reduce) {\n  .vasishtha-energy-orb { animation: none; opacity: 0.95; }\n  .vasishtha-about-card { transition: none; }\n}\n<\/style>\n\n<script>\n\/* Keep GSAP reveal for the card (optional) *\/\nif (window.gsap && window.gsap.registerPlugin) {\n  gsap.registerPlugin(ScrollTrigger);\n  gsap.to(\".vasishtha-about-card\", {\n    scrollTrigger: {\n      trigger: \".vasishtha-about-card\",\n      start: \"top 85%\",\n    },\n    duration: 1,\n    y: 0,\n    opacity: 1,\n    ease: \"power3.out\"\n  });\n}\n<\/script>\n\n\n\n\n\n<section id=\"astro-services\" class=\"astro-services-section\">\n  <h2 class=\"astro-title\">\ud83c\udf1f Our Astrology Services<\/h2>\n  <p class=\"astro-subtitle\">Guided by the wisdom of planets \u2014 find clarity, love, and peace through personalized astrology solutions.<\/p>\n\n  <div class=\"astro-carousel\">\n    <div class=\"astro-card\" data-service=\"Personalized Horoscope\" data-description=\"Discover how planetary movements shape your personality, destiny, and opportunities. Tailored specifically for your date, place, and time of birth.\">\n      <img decoding=\"async\" src=\"https:\/\/vasishthaastroguide.com\/wp-content\/uploads\/2025\/11\/astrology-magic-book-600nw-493090621.webp\" alt=\"Personalized Horoscope\">\n      <span>Personalized Horoscope<\/span>\n    <\/div>\n\n    <div class=\"astro-card\" data-service=\"Bring Back Your Partner\" data-description=\"Reignite lost love with astrological insights that align emotions, timing, and destiny for reconciliation and harmony.\">\n      <img decoding=\"async\" src=\"https:\/\/vasishthaastroguide.com\/wp-content\/uploads\/2025\/11\/love-back-specialist-astrologer.jpg\" alt=\"Bring Back Your Partner\">\n      <span>Love &#038; Relationship Healing<\/span>\n    <\/div>\n\n    <div class=\"astro-card\" data-service=\"Family Issues\" data-description=\"Resolve family conflicts with Vedic astrology guidance that restores peace, understanding, and emotional balance at home.\">\n      <img decoding=\"async\" src=\"https:\/\/vasishthaastroguide.com\/wp-content\/uploads\/2025\/11\/family-issues.webp\" alt=\"Family Issues\">\n      <span>Family &#038; Home Harmony<\/span>\n    <\/div>\n\n    <div class=\"astro-card\" data-service=\"Court Disputes\" data-description=\"Astrological remedies and timing insights to navigate legal matters with confidence and planetary support.\">\n      <img decoding=\"async\" src=\"https:\/\/vasishthaastroguide.com\/wp-content\/uploads\/2025\/11\/court-issues-astrology-services-500x500-1.webp\" alt=\"Court Disputes\">\n      <span>Legal &#038; Dispute Solutions<\/span>\n    <\/div>\n\n    <div class=\"astro-card\" data-service=\"Gemstone Consultation\" data-description=\"Choose the right gemstones to strengthen your positive planets, attract success, and remove life obstacles.\">\n      <img decoding=\"async\" src=\"https:\/\/vasishthaastroguide.com\/wp-content\/uploads\/2025\/11\/gemstone-consultation-service.png\" alt=\"Gemstone Consultation\">\n      <span>Gemstone Consultation<\/span>\n    <\/div>\n\n    <div class=\"astro-card\" data-service=\"Kundli Matching\" data-description=\"Find perfect compatibility for love and marriage with in-depth Kundli and planetary alignment analysis.\">\n      <img decoding=\"async\" src=\"https:\/\/vasishthaastroguide.com\/wp-content\/uploads\/2025\/11\/KUNDLI-MATCHING.png\" alt=\"Kundli Matching\">\n      <span>Kundli Matching<\/span>\n    <\/div>\n\n    <!-- \ud83c\udd95 Career & Finance Problems Card -->\n    <div class=\"astro-card\" data-service=\"Career &#038; Finance Problems\" data-description=\"Unlock opportunities for success and wealth with astrological remedies that align your career path and financial destiny.\">\n      <img decoding=\"async\" src=\"https:\/\/vasishthaastroguide.com\/wp-content\/uploads\/2025\/11\/carreir-and-fiance-problems.jpg\" alt=\"Career &#038; Finance Problems\">\n      <span>Career &#038; Finance Problems<\/span>\n    <\/div>\n  <\/div>\n\n  <div class=\"astro-actions\">\n    <a href=\"https:\/\/wa.me\/19640020668?text=Hello%20Master%20Aditya%2C%20I%20would%20like%20to%20book%20a%20consultation\" class=\"astro-btn\" target=\"_blank\">\ud83d\udcde Book Consultation<\/a>\n    <a href=\"\/services\" class=\"astro-btn\">\ud83d\udcd8 Learn More<\/a>\n  <\/div>\n<\/section>\n\n<!-- Modal -->\n<div id=\"astroModal\" class=\"astro-modal\">\n  <div class=\"astro-modal-content\">\n    <h3 id=\"modalTitle\"><\/h3>\n    <p id=\"modalDescription\"><\/p>\n    <button class=\"astro-close\">Close<\/button>\n  <\/div>\n<\/div>\n\n<style>\n\/* \ud83c\udf0c General Section *\/\n.astro-services-section {\n  background: radial-gradient(circle at top, #0e0020, #000);\n  text-align: center;\n  padding: 80px 20px;\n  color: #fff;\n  overflow: hidden;\n}\n\n.astro-title {\n  font-size: 2.2em;\n  color: #ffd700;\n  text-shadow: 0 0 15px rgba(255,215,0,0.5);\n}\n\n.astro-subtitle {\n  color: #cdb4ff;\n  font-size: 1.2rem;\n  margin-bottom: 45px;\n}\n\n\/* \ud83e\ude90 Services Grid *\/\n.astro-carousel {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 25px;\n  perspective: 1200px;\n}\n\n\/* \ud83c\udf20 Cards *\/\n.astro-card {\n  width: 200px;\n  height: 200px;\n  background: rgba(50, 0, 80, 0.7);\n  border-radius: 20px;\n  box-shadow: 0 0 25px rgba(186,104,200,0.4);\n  overflow: hidden;\n  cursor: pointer;\n  transition: all 0.4s ease;\n}\n\n.astro-card:hover {\n  transform: scale(1.07) rotateY(6deg);\n  box-shadow: 0 0 35px rgba(255,215,0,0.7);\n}\n\n.astro-card img {\n  width: 100%;\n  height: 150px;\n  object-fit: cover;\n  border-bottom: 2px solid rgba(255,215,0,0.3);\n}\n\n.astro-card span {\n  display: block;\n  margin-top: 10px;\n  font-size: 1em;\n  color: #e1bee7;\n  text-shadow: 0 0 10px rgba(186,104,200,0.5);\n}\n\n\/* \ud83d\udcab Buttons *\/\n.astro-actions {\n  margin-top: 45px;\n}\n\n.astro-btn {\n  background: linear-gradient(135deg, #ff6f00, #ff9800);\n  color: #fff;\n  padding: 12px 28px;\n  border-radius: 30px;\n  margin: 8px;\n  text-decoration: none;\n  font-weight: 600;\n  transition: all 0.3s ease;\n  display: inline-block;\n}\n\n.astro-btn:hover {\n  background: linear-gradient(135deg, #ffa726, #ffb74d);\n  transform: scale(1.05);\n}\n\n\/* \ud83c\udf19 Modal *\/\n.astro-modal {\n  display: none;\n  position: fixed;\n  top: 0; left: 0;\n  width: 100%; height: 100%;\n  background: rgba(10, 0, 30, 0.8);\n  backdrop-filter: blur(6px);\n  justify-content: center;\n  align-items: center;\n  z-index: 999;\n}\n\n.astro-modal-content {\n  background: rgba(40, 0, 70, 0.85);\n  padding: 30px;\n  border-radius: 20px;\n  max-width: 500px;\n  text-align: center;\n  box-shadow: 0 0 30px rgba(255,215,0,0.4);\n  animation: zoomIn 0.4s ease;\n}\n\n@keyframes zoomIn {\n  from { transform: scale(0.8); opacity: 0; }\n  to { transform: scale(1); opacity: 1; }\n}\n\n.astro-modal-content h3 {\n  color: #ffd700;\n  margin-bottom: 10px;\n}\n\n.astro-close {\n  background: linear-gradient(135deg, #ff6f00, #ff9800);\n  border: none;\n  color: #fff;\n  border-radius: 25px;\n  padding: 8px 18px;\n  margin-top: 15px;\n  cursor: pointer;\n}\n\n\/* \ud83d\udcf1 Mobile Responsive *\/\n@media (max-width: 768px) {\n  .astro-card {\n    width: 150px;\n    height: 170px;\n  }\n  .astro-card img {\n    height: 110px;\n  }\n  .astro-card span {\n    font-size: 0.8em;\n  }\n  .astro-title {\n    font-size: 1.7em;\n  }\n  .astro-subtitle {\n    font-size: 0.95em;\n  }\n  .astro-actions {\n    margin-top: 30px;\n  }\n}\n\n@media (max-width: 480px) {\n  .astro-card {\n    width: 140px;\n    height: 160px;\n  }\n  .astro-card img {\n    height: 100px;\n  }\n  .astro-card span {\n    font-size: 0.75em;\n  }\n}\n<\/style>\n\n<script>\nconst cards = document.querySelectorAll('.astro-card');\nconst modal = document.getElementById('astroModal');\nconst modalTitle = document.getElementById('modalTitle');\nconst modalDescription = document.getElementById('modalDescription');\nconst closeBtn = document.querySelector('.astro-close');\n\ncards.forEach(card => {\n  card.addEventListener('click', () => {\n    modalTitle.textContent = card.getAttribute('data-service');\n    modalDescription.textContent = card.getAttribute('data-description');\n    modal.style.display = 'flex';\n  });\n});\n\ncloseBtn.addEventListener('click', () => {\n  modal.style.display = 'none';\n});\n\nwindow.onclick = function(e) {\n  if (e.target === modal) modal.style.display = 'none';\n};\n<\/script>\n\n\n\n\n\n<section class=\"vasishtha-why-choose\">\n  <h2>\ud83c\udf1f Why Choose Master Vasishtha<\/h2>\n  <div class=\"vasishtha-features\">\n\n    <div class=\"vasishtha-feature\">\n      <h3>\ud83d\udd52 Based in USA Time Zones<\/h3>\n      <p>Consultations available at convenient U.S. hours \u2014 personalized for your schedule.<\/p>\n    <\/div>\n\n    <div class=\"vasishtha-feature\">\n      <h3>\ud83d\udd2e Accurate Predictions<\/h3>\n      <p>Backed by thousands of trusted readings and proven astrological expertise.<\/p>\n    <\/div>\n\n    <div class=\"vasishtha-feature\">\n      <h3>\ud83d\udd10 100% Confidential<\/h3>\n      <p>Your privacy and trust are our highest priority \u2014 every reading is secure.<\/p>\n    <\/div>\n\n    <div class=\"vasishtha-feature\">\n      <h3>\ud83d\udcde Flexible Consultations<\/h3>\n      <p>Available on WhatsApp, Zoom, and phone for your comfort and convenience.<\/p>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<style>\n\/* =============== Scoped Styling (No Conflicts) =============== *\/\n.vasishtha-why-choose {\n  text-align: center;\n  padding: 80px 20px;\n  background: radial-gradient(circle at center, #0f0020 0%, #000 100%);\n  color: #f3e5f5;\n  overflow: hidden;\n  font-family: 'Segoe UI', sans-serif;\n}\n\n.vasishtha-why-choose h2 {\n  font-size: 2em;\n  color: #ffcc33;\n  margin-bottom: 35px;\n  text-shadow: 0 0 15px rgba(255, 204, 51, 0.4);\n}\n\n\/* --- Grid Layout --- *\/\n.vasishtha-features {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 25px;\n  max-width: 1100px;\n  margin: 0 auto;\n}\n\n\/* --- Feature Card Design --- *\/\n.vasishtha-feature {\n  background: rgba(255, 255, 255, 0.05);\n  border: 1px solid rgba(255, 204, 51, 0.2);\n  border-radius: 15px;\n  padding: 25px 18px;\n  color: #eee;\n  box-shadow: 0 0 25px rgba(255, 204, 51, 0.15);\n  backdrop-filter: blur(4px);\n  transition: transform 0.4s ease, box-shadow 0.4s ease;\n  animation: vasishtha-float 8s ease-in-out infinite alternate;\n}\n\n@keyframes vasishtha-float {\n  0% { transform: translateY(0); }\n  50% { transform: translateY(-8px); }\n  100% { transform: translateY(0); }\n}\n\n.vasishtha-feature:hover {\n  transform: scale(1.05) translateY(-5px);\n  box-shadow: 0 0 35px rgba(255, 204, 51, 0.5);\n  animation-play-state: paused;\n}\n\n\/* --- Typography --- *\/\n.vasishtha-feature h3 {\n  font-size: 1.15em;\n  color: #ffcc33;\n  margin-bottom: 10px;\n}\n\n.vasishtha-feature p {\n  font-size: 0.95em;\n  line-height: 1.6;\n  color: #ddd;\n}\n\n\/* --- Responsive --- *\/\n@media (max-width: 768px) {\n  .vasishtha-why-choose {\n    padding: 60px 15px;\n  }\n  .vasishtha-why-choose h2 {\n    font-size: 1.6em;\n  }\n  .vasishtha-feature {\n    padding: 20px 15px;\n    animation-duration: 10s;\n  }\n}\n\n@media (max-width: 480px) {\n  .vasishtha-features {\n    grid-template-columns: 1fr;\n    gap: 20px;\n  }\n  .vasishtha-feature {\n    font-size: 0.9em;\n  }\n}\n<\/style>\n\n\n\n\n\n\n\n<section class=\"help-section\">\n  <div class=\"help-card\">\n    <h2>\ud83d\udcab Do You Need Any Help?<\/h2>\n    <p>\n      Are you feeling stressed in your life? Need help finding the perfect solutions for love or personal issues?<br>\n      Whatever the problem is, <strong>Master Vasishtha<\/strong> can guide you with deep astrological insight and remedies.<br>\n      Trusted by thousands worldwide for accuracy and compassion.\n    <\/p>\n\n    <a href=\"https:\/\/wa.me\/19640020668?text=Hello%20Master%20Vasishtha%2C%20I%20need%20astrological%20guidance\"\n       target=\"_blank\"\n       class=\"cta-btn\">\ud83d\udcde Call Us Today<\/a>\n  <\/div>\n\n  <!-- Gentle floating stars -->\n  <div class=\"floating-star\"><\/div>\n  <div class=\"floating-star\"><\/div>\n  <div class=\"floating-star\"><\/div>\n  <div class=\"floating-star\"><\/div>\n<\/section>\n\n<style>\n\/* \ud83c\udf0c Section Background (subtle + compact gradient) *\/\n.help-section {\n  position: relative;\n  text-align: center;\n  padding: 60px 20px;\n  color: #f3e5f5;\n  background: radial-gradient(circle at 50% 30%, #14002a 0%, #05000d 100%);\n  background-size: 150% 150%;\n  overflow: hidden;\n  z-index: 1;\n}\n\n\/* \ud83e\udeb6 Floating Card *\/\n.help-card {\n  display: inline-block;\n  background: rgba(60, 0, 100, 0.35);\n  border: 1px solid rgba(255, 215, 0, 0.15);\n  border-radius: 15px;\n  padding: 25px 20px;\n  max-width: 420px;\n  margin: 0 auto;\n  box-shadow: 0 0 20px rgba(106, 27, 154, 0.3);\n  backdrop-filter: blur(5px);\n  animation: soft-float 6s ease-in-out infinite alternate;\n  position: relative;\n  z-index: 2;\n}\n\n\/* Subtle float effect *\/\n@keyframes soft-float {\n  0% { transform: translateY(0); }\n  50% { transform: translateY(-6px); }\n  100% { transform: translateY(0); }\n}\n\n\/* \u2728 Text Styling *\/\n.help-card h2 {\n  color: #ffd700;\n  text-shadow: 0 0 12px rgba(255, 215, 0, 0.5);\n  font-size: 1.4rem;\n  margin-bottom: 10px;\n}\n.help-card p {\n  color: #e1bee7;\n  line-height: 1.6;\n  font-size: 0.95rem;\n  margin-bottom: 20px;\n}\n\n\/* \ud83d\udd2e CTA Button (glowing aura) *\/\n.cta-btn {\n  display: inline-block;\n  padding: 10px 22px;\n  border-radius: 25px;\n  background: linear-gradient(90deg, #6a1b9a, #8e24aa);\n  color: #fff;\n  text-decoration: none;\n  font-weight: 600;\n  font-size: 0.95rem;\n  transition: all 0.3s ease;\n  box-shadow: 0 0 15px rgba(186, 104, 200, 0.6);\n  animation: btn-glow 2.5s infinite ease-in-out alternate;\n}\n@keyframes btn-glow {\n  from { box-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }\n  to   { box-shadow: 0 0 25px rgba(186, 104, 200, 0.9); }\n}\n.cta-btn:hover {\n  transform: scale(1.05);\n  background: linear-gradient(90deg, #8e24aa, #ba68c8);\n}\n\n\/* \ud83c\udf20 Floating Stars (lighter + subtle) *\/\n.floating-star {\n  position: absolute;\n  width: 3px;\n  height: 3px;\n  border-radius: 50%;\n  background: radial-gradient(circle, #fff, rgba(255,255,255,0));\n  opacity: 0.6;\n  animation: star-drift 12s ease-in-out infinite;\n}\n@keyframes star-drift {\n  0% { transform: translateY(0) translateX(0); opacity: 0.6; }\n  50% { transform: translateY(-20px) translateX(10px); opacity: 0.9; }\n  100% { transform: translateY(0) translateX(0); opacity: 0.6; }\n}\n\n\/* Random placement for parallax feel *\/\n.floating-star:nth-child(2) { top: 20%; left: 25%; animation-delay: 0s; }\n.floating-star:nth-child(3) { top: 50%; left: 75%; animation-delay: 2s; }\n.floating-star:nth-child(4) { top: 70%; left: 15%; animation-delay: 4s; }\n.floating-star:nth-child(5) { top: 85%; left: 60%; animation-delay: 6s; }\n\n\/* \ud83d\udcf1 Mobile Responsive (compact gradient + spacing) *\/\n@media (max-width: 600px) {\n  .help-section {\n    padding: 40px 15px;\n    background: radial-gradient(circle at 50% 40%, #1a0035 10%, #060010 100%);\n    background-size: 120% 120%;\n  }\n  .help-card {\n    max-width: 90%;\n    padding: 18px 12px;\n  }\n  .help-card h2 {\n    font-size: 1.1rem;\n  }\n  .help-card p {\n    font-size: 0.9rem;\n  }\n  .cta-btn {\n    font-size: 0.85rem;\n    width: 100%;\n    padding: 10px 0;\n  }\n}\n<\/style>\n\n\n\n\n\n<section class=\"lucky-number-section\">\n  <div class=\"lucky-card\">\n    <h2 class=\"title\">\ud83d\udd22 Discover Your Lucky Number<\/h2>\n    <p class=\"subtitle\">Enter your full name and date of birth to reveal your lucky number \u2728<\/p>\n\n    <form id=\"luckyForm\">\n      <input type=\"text\" id=\"name\" placeholder=\"Your Full Name\" required>\n      <input type=\"date\" id=\"dob\" required>\n      <button type=\"submit\" class=\"btn-glow\">\ud83d\udd2e Calculate Lucky Number<\/button>\n    <\/form>\n\n    <div id=\"result\" class=\"result-box\"><\/div>\n  <\/div>\n<\/section>\n\n<style>\n\/* \ud83c\udf0c Section Background *\/\n.lucky-number-section {\n  background: radial-gradient(circle at center, #100028, #050011);\n  padding: 70px 20px;\n  text-align: center;\n  color: #fff;\n  overflow: hidden;\n}\n\n\/* Floating Card *\/\n.lucky-card {\n  max-width: 400px;\n  margin: 0 auto;\n  background: rgba(255,255,255,0.05);\n  border-radius: 20px;\n  padding: 30px 25px;\n  box-shadow: 0 0 25px rgba(106,27,154,0.4);\n  backdrop-filter: blur(6px);\n  animation: floatCard 8s ease-in-out infinite alternate;\n}\n@keyframes floatCard {\n  0% { transform: translateY(0); }\n  50% { transform: translateY(-8px); }\n  100% { transform: translateY(0); }\n}\n\n.title {\n  color: #ffd700;\n  text-shadow: 0 0 12px rgba(255,215,0,0.6);\n  font-size: 1.6rem;\n  margin-bottom: 10px;\n}\n\n.subtitle {\n  color: #d1b3ff;\n  font-size: 0.95rem;\n  margin-bottom: 25px;\n}\n\n\/* Input Fields *\/\n#luckyForm input {\n  width: 100%;\n  padding: 12px;\n  border-radius: 10px;\n  border: none;\n  outline: none;\n  margin-bottom: 15px;\n  font-size: 1rem;\n  text-align: center;\n  background: rgba(255,255,255,0.1);\n  color: #83a6f7;\n  transition: all 0.3s ease;\n}\n#luckyForm input:focus {\n  box-shadow: 0 0 10px rgba(186,104,200,0.6);\n}\n\n\/* Button *\/\n.btn-glow {\n  width: 100%;\n  padding: 12px 0;\n  background: linear-gradient(90deg, #6a1b9a, #9c27b0);\n  border: none;\n  border-radius: 10px;\n  color: #83a6f7;\n  font-weight: bold;\n  cursor: pointer;\n  font-size: 1.05rem;\n  transition: all 0.3s ease;\n  animation: glowPulse 3s infinite alternate;\n}\n@keyframes glowPulse {\n  from { box-shadow: 0 0 10px rgba(156,39,176,0.6); }\n  to { box-shadow: 0 0 25px rgba(156,39,176,1); }\n}\n.btn-glow:hover {\n  transform: scale(1.05);\n}\n\n\/* Result Box *\/\n.result-box {\n  margin-top: 20px;\n  font-size: 1.2rem;\n  color: #ffd700;\n  text-shadow: 0 0 10px rgba(255,215,0,0.8);\n  min-height: 30px;\n}\n\n\/* \ud83d\udcf1 Responsive *\/\n@media (max-width: 600px) {\n  .lucky-card {\n    padding: 25px 18px;\n  }\n  .title { font-size: 1.3rem; }\n  .subtitle { font-size: 0.9rem; }\n}\n<\/style>\n\n<script>\ndocument.getElementById(\"luckyForm\").addEventListener(\"submit\", function(e){\n  e.preventDefault();\n\n  const name = document.getElementById(\"name\").value.replace(\/[^A-Za-z]\/g, '').toUpperCase();\n  const dob = document.getElementById(\"dob\").value;\n  if (!name || !dob) return;\n\n  \/\/ Convert letters to numbers (A=1, B=2, ... Z=26)\n  let nameSum = 0;\n  for (let i = 0; i < name.length; i++) {\n    nameSum += name.charCodeAt(i) - 64;\n  }\n\n  \/\/ Add date digits\n  const dateSum = dob.replace(\/[^0-9]\/g, '').split('').reduce((a,b)=>a+parseInt(b),0);\n\n  let total = nameSum + dateSum;\n\n  \/\/ Reduce to single digit (numerology style)\n  while (total > 9) {\n    total = total.toString().split('').reduce((a,b)=>a+parseInt(b),0);\n  }\n\n  const messages = {\n    1: \"Leadership, ambition, and success are in your destiny.\",\n    2: \"Harmony and intuition guide your life path.\",\n    3: \"Creativity and joy bring luck your way.\",\n    4: \"Stability, discipline, and strength define you.\",\n    5: \"Freedom and adventure attract fortune.\",\n    6: \"Love and balance create your blessings.\",\n    7: \"Spiritual wisdom lights your path.\",\n    8: \"Prosperity and power follow your focus.\",\n    9: \"Compassion and service bring great karma.\"\n  };\n\n  document.getElementById(\"result\").innerHTML =\n    `\ud83c\udf1f Your Lucky Number is <strong>${total}<\/strong><br><em>${messages[total]}<\/em>`;\n});\n<\/script>\n\n\n\n\n\n\n<section class=\"about-astrologer-section\">\n  <div class=\"astro-container\">\n    <!-- Rotating 3D Avatar with Aura -->\n    <div class=\"astro-avatar-wrapper\">\n      <div class=\"cosmic-ring\"><\/div>\n      <img decoding=\"async\" src=\"https:\/\/vasishthaastroguide.com\/wp-content\/uploads\/2025\/11\/image.png\" \n           alt=\"Astrologer Vasishtha\" class=\"astro-avatar\" \/>\n    <\/div>\n\n    <!-- Astrologer Details -->\n    <div class=\"astro-details\">\n      <h2>\ud83c\udf19 About Astrologer Vasishtha<\/h2>\n      <p><strong>15+ Years of Experience<\/strong> guiding people through planetary wisdom and cosmic insight.<\/p>\n      <p><strong>Certified Vedic Astrologer<\/strong> \u2014 blending timeless Indian astrology with modern-day life guidance.<\/p>\n      <p>Philosophy: <em>\u201cThe stars may define your path, but your choices light the way.\u201d<\/em><\/p>\n\n      <a href=\"https:\/\/wa.me\/19640020668?text=Hello%20Master%20Vasishtha%2C%20I%20would%20like%20to%20book%20a%20live%20astrology%20session\" \n         target=\"_blank\" class=\"cta-btn\">\ud83d\udd2e Book a Live Session<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n\/* \ud83c\udf0c Section Base *\/\n.about-astrologer-section {\n  position: relative;\n  padding: 80px 20px;\n  background: linear-gradient(180deg, #0b0018 0%, #150028 100%);\n  color: #f3e5f5;\n  text-align: center;\n  overflow: hidden;\n}\n\n\/* --- 3D Layout Container --- *\/\n.astro-container {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 25px;\n  max-width: 900px;\n  margin: 0 auto;\n  position: relative;\n}\n\n\/* \ud83c\udf20 Avatar + Cosmic Aura *\/\n.astro-avatar-wrapper {\n  position: relative;\n  width: 180px;\n  height: 180px;\n  border-radius: 50%;\n  perspective: 1000px;\n  animation: floatAvatar 6s ease-in-out infinite alternate;\n}\n\n@keyframes floatAvatar {\n  0%, 100% { transform: translateY(0); }\n  50% { transform: translateY(-10px); }\n}\n\n\/* Rotating Avatar *\/\n.astro-avatar {\n  width: 100%;\n  height: 100%;\n  border-radius: 50%;\n  border: 2px solid rgba(255, 215, 0, 0.4);\n  box-shadow: 0 0 30px rgba(186, 104, 200, 0.6);\n  animation: rotate3D 12s linear infinite;\n  object-fit: cover;\n}\n\n@keyframes rotate3D {\n  from { transform: rotateY(0deg); }\n  to { transform: rotateY(360deg); }\n}\n\n\/* \ud83c\udf0c Cosmic Glowing Ring *\/\n.cosmic-ring {\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  width: 230px;\n  height: 230px;\n  border-radius: 50%;\n  transform: translate(-50%, -50%);\n  border: 1px dashed rgba(255, 215, 0, 0.4);\n  box-shadow: 0 0 40px rgba(255, 215, 0, 0.3), 0 0 70px rgba(106, 27, 154, 0.5);\n  animation: ringRotate 10s linear infinite;\n}\n\n@keyframes ringRotate {\n  from { transform: translate(-50%, -50%) rotate(0deg); }\n  to { transform: translate(-50%, -50%) rotate(360deg); }\n}\n\n\/* \ud83c\udf1f Astrologer Details *\/\n.astro-details {\n  background: rgba(45, 0, 80, 0.35);\n  border-radius: 18px;\n  padding: 25px;\n  max-width: 600px;\n  backdrop-filter: blur(6px);\n  box-shadow: 0 0 25px rgba(186, 104, 200, 0.3);\n  animation: floatCard 8s ease-in-out infinite alternate;\n}\n\n@keyframes floatCard {\n  0%, 100% { transform: translateY(0); }\n  50% { transform: translateY(-6px); }\n}\n\n.astro-details h2 {\n  color: #ffd700;\n  font-size: 1.6rem;\n  text-shadow: 0 0 15px rgba(255, 215, 0, 0.4);\n  margin-bottom: 12px;\n}\n\n.astro-details p {\n  color: #e1bee7;\n  font-size: 0.95rem;\n  margin-bottom: 12px;\n  line-height: 1.6;\n}\n\n\/* \ud83d\udd2e CTA Button *\/\n.cta-btn {\n  display: inline-block;\n  background: linear-gradient(90deg, #6a1b9a, #8e24aa);\n  color: #fff;\n  text-decoration: none;\n  padding: 10px 25px;\n  border-radius: 25px;\n  font-weight: 600;\n  font-size: 0.95rem;\n  box-shadow: 0 0 20px rgba(186, 104, 200, 0.6);\n  transition: all 0.3s ease;\n  animation: btnGlow 2.5s infinite ease-in-out alternate;\n}\n\n@keyframes btnGlow {\n  from { box-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }\n  to   { box-shadow: 0 0 25px rgba(186, 104, 200, 0.9); }\n}\n\n.cta-btn:hover {\n  transform: scale(1.05);\n  background: linear-gradient(90deg, #8e24aa, #ba68c8);\n}\n\n\/* \u2728 Mobile Responsive *\/\n@media (max-width: 700px) {\n  .astro-container {\n    flex-direction: column;\n  }\n  .astro-avatar-wrapper {\n    width: 140px;\n    height: 140px;\n  }\n  .cosmic-ring {\n    width: 180px;\n    height: 180px;\n  }\n  .astro-details {\n    max-width: 90%;\n    padding: 20px;\n  }\n  .astro-details h2 {\n    font-size: 1.3rem;\n  }\n  .astro-details p {\n    font-size: 0.9rem;\n  }\n  .cta-btn {\n    width: 100%;\n    font-size: 0.9rem;\n  }\n}\n<\/style>\n\n\n\n\n\n\n<section class=\"share-problems-section\">\n  <div class=\"share-card floating-box\">\n    <h2>\ud83e\ude90 Share Your Problems with <span>Master Vasishtha<\/span><\/h2>\n    <p class=\"intro\">\n      Need help? Share your problems and get expert advice.  \n      Fill in your details now to receive personalized guidance and solutions.\n    <\/p>\n\n    <!-- \ud83c\udf19 Contact Form -->\n    <form class=\"astro-form\" action=\"mailto:srinivaschowdarybasam@gmail.com\" method=\"post\" enctype=\"text\/plain\">\n      <div class=\"form-group\">\n        <input type=\"text\" name=\"Name\" placeholder=\"Your Full Name\" required>\n      <\/div>\n      <div class=\"form-group\">\n        <input type=\"email\" name=\"Email\" placeholder=\"Your Email Address\" required>\n      <\/div>\n      <div class=\"form-group\">\n        <input type=\"tel\" name=\"Contact\" placeholder=\"Your Contact Number\" required>\n      <\/div>\n      <div class=\"form-group\">\n        <textarea name=\"Message\" rows=\"4\" placeholder=\"Describe your problem...\" required><\/textarea>\n      <\/div>\n      <button type=\"submit\" class=\"submit-btn\">\u2728 Submit &#038; Get Help<\/button>\n    <\/form>\n  <\/div>\n<\/section>\n\n<style>\n\/* \ud83c\udf0c Background *\/\n.share-problems-section {\n  background: radial-gradient(circle at top, #100028 0%, #050011 100%);\n  color: #fff;\n  padding: 80px 20px;\n  text-align: center;\n  overflow: hidden;\n  position: relative;\n}\n\n\/* \u2728 Floating Card *\/\n.share-card {\n  background: rgba(255,255,255,0.06);\n  border-radius: 20px;\n  padding: 35px 25px;\n  max-width: 600px;\n  margin: 0 auto;\n  box-shadow: 0 0 35px rgba(106,27,154,0.4);\n  backdrop-filter: blur(8px);\n  animation: floatCard 6s ease-in-out infinite alternate;\n}\n@keyframes floatCard {\n  0% { transform: translateY(0); }\n  50% { transform: translateY(-10px); }\n  100% { transform: translateY(0); }\n}\n\n.share-card h2 {\n  color: #ffd700;\n  font-size: 1.7rem;\n  text-shadow: 0 0 15px rgba(255,215,0,0.6);\n  margin-bottom: 12px;\n}\n.share-card h2 span {\n  color: #b47cff;\n}\n\n.share-card .intro {\n  color: #d1b3ff;\n  font-size: 1rem;\n  line-height: 1.6;\n  margin-bottom: 25px;\n}\n\n\/* \ud83c\udf1f Form Styles *\/\n.astro-form {\n  display: flex;\n  flex-direction: column;\n  gap: 15px;\n}\n.form-group input,\n.form-group textarea {\n  width: 100%;\n  padding: 12px 15px;\n  border-radius: 10px;\n  border: none;\n  background: rgba(255,255,255,0.15);\n  color: #fff;\n  font-size: 1rem;\n  outline: none;\n  transition: 0.3s ease;\n}\n.form-group input::placeholder,\n.form-group textarea::placeholder {\n  color: rgba(255,255,255,0.7);\n}\n.form-group input:focus,\n.form-group textarea:focus {\n  background: rgba(255,255,255,0.25);\n  box-shadow: 0 0 10px rgba(180,124,255,0.5);\n}\n\n\/* \ud83c\udf08 Submit Button *\/\n.submit-btn {\n  background: linear-gradient(90deg, #6a1b9a, #b47cff);\n  border: none;\n  color: #fff;\n  font-size: 1rem;\n  padding: 12px 25px;\n  border-radius: 30px;\n  cursor: pointer;\n  text-transform: uppercase;\n  font-weight: 600;\n  box-shadow: 0 0 20px rgba(180,124,255,0.5);\n  transition: 0.4s ease;\n  animation: glowPulse 2.5s infinite alternate;\n}\n@keyframes glowPulse {\n  0% { box-shadow: 0 0 10px rgba(255,215,0,0.5); }\n  100% { box-shadow: 0 0 25px rgba(255,215,0,0.8); }\n}\n.submit-btn:hover {\n  transform: scale(1.05);\n  background: linear-gradient(90deg, #b47cff, #ffd700);\n}\n\n\/* \ud83d\udcf1 Mobile Responsive *\/\n@media (max-width: 600px) {\n  .share-card {\n    padding: 25px 18px;\n  }\n  .share-card h2 {\n    font-size: 1.3rem;\n  }\n  .share-card .intro {\n    font-size: 0.9rem;\n  }\n  .form-group input, .form-group textarea {\n    font-size: 0.9rem;\n  }\n}\n<\/style>\n\n\n\n\n\n\n<section class=\"testimonials-section\">\n  <h2 class=\"section-title\">\u2728 Testimonials &#038; Success Stories<\/h2>\n  <p class=\"section-subtitle\">Real experiences from clients guided by <strong>Master Vasishtha<\/strong><\/p>\n\n  <!-- 3D Crystal Orb -->\n  <div class=\"orb-container\">\n    <div class=\"orb\"><\/div>\n    <div class=\"aura\"><\/div>\n  <\/div>\n\n  <!-- Testimonials Row -->\n  <div class=\"testimonials-row\">\n    <div class=\"testimonial-card\">\n      <p>\u201cI was facing career uncertainty, but Master Vasishtha\u2019s guidance helped me find clarity. Within weeks, my life changed for the better!\u201d<\/p>\n      <h4>\u2013 Sarah, New York \ud83c\udf19<\/h4>\n    <\/div>\n\n    <div class=\"testimonial-card\">\n      <p>\u201cHis love advice was beyond accurate. It felt like he truly understood my situation. I\u2019m now in a happier, stable relationship.\u201d<\/p>\n      <h4>\u2013 Michael, California \ud83d\udcab<\/h4>\n    <\/div>\n\n    <div class=\"testimonial-card\">\n      <p>\u201cThe remedies he suggested worked wonders. I got my confidence and peace back. Highly recommended!\u201d<\/p>\n      <h4>\u2013 Priya, Texas \u2600\ufe0f<\/h4>\n    <\/div>\n\n    <div class=\"testimonial-card\">\n      <p>\u201cI was skeptical, but his predictions were spot on! So thankful for his guidance.\u201d<\/p>\n      <h4>\u2013 Emily, Florida \ud83c\udf38<\/h4>\n    <\/div>\n  <\/div>\n\n  <!-- Floating Stars -->\n  <div class=\"floating-stars\">\n    <div class=\"star\"><\/div>\n    <div class=\"star\"><\/div>\n    <div class=\"star\"><\/div>\n    <div class=\"star\"><\/div>\n  <\/div>\n\n  <!-- Shooting Stars -->\n  <div class=\"shooting-star\"><\/div>\n  <div class=\"shooting-star delay1\"><\/div>\n<\/section>\n\n<style>\n\/* \ud83c\udf0c Section Styling *\/\n.testimonials-section {\n  position: relative;\n  text-align: center;\n  padding: 70px 15px;\n  color: #fff;\n  background: radial-gradient(circle at center, #0b001f 0%, #000010 100%);\n  overflow: hidden;\n}\n\n\/* \ud83c\udf1f Title *\/\n.section-title {\n  font-size: 1.8em;\n  color: #ffd700;\n  text-shadow: 0 0 18px rgba(255,215,0,0.7);\n  margin-bottom: 10px;\n}\n.section-subtitle {\n  color: #d1b3ff;\n  font-size: 1rem;\n  margin-bottom: 25px;\n}\n\n\/* \ud83c\udf20 3D Orb *\/\n.orb-container {\n  position: relative;\n  display: inline-block;\n  margin-bottom: 25px;\n}\n.orb {\n  width: 80px;\n  height: 80px;\n  background: radial-gradient(circle at 30% 30%, #dca3ff, #6a1b9a);\n  border-radius: 50%;\n  animation: rotateOrb 6s linear infinite;\n  box-shadow: inset 0 0 15px rgba(255,255,255,0.3), 0 0 25px rgba(186,104,200,0.6);\n}\n.aura {\n  position: absolute;\n  top: -15px;\n  left: -15px;\n  width: 110px;\n  height: 110px;\n  border-radius: 50%;\n  background: radial-gradient(circle, rgba(255,215,0,0.15), transparent 70%);\n  filter: blur(10px);\n  animation: pulseAura 3.5s ease-in-out infinite alternate;\n}\n@keyframes rotateOrb {\n  0% { transform: rotateY(0deg) rotateX(0deg); }\n  100% { transform: rotateY(360deg) rotateX(360deg); }\n}\n@keyframes pulseAura {\n  0% { transform: scale(1); opacity: 0.5; }\n  100% { transform: scale(1.1); opacity: 0.8; }\n}\n\n\/* \ud83d\udcac Testimonials Row *\/\n.testimonials-row {\n  display: flex;\n  justify-content: center;\n  align-items: stretch;\n  flex-wrap: wrap;\n  gap: 20px;\n  margin: 0 auto;\n  max-width: 1100px;\n  padding: 10px;\n}\n\n\/* Individual Cards *\/\n.testimonial-card {\n  flex: 1 1 240px;\n  min-width: 240px;\n  max-width: 300px;\n  background: rgba(255,255,255,0.08);\n  border-radius: 15px;\n  padding: 20px 15px;\n  box-shadow: 0 0 15px rgba(186,104,200,0.4);\n  animation: floatCard 6s ease-in-out infinite alternate;\n  backdrop-filter: blur(4px);\n  transition: all 0.3s ease;\n}\n.testimonial-card:hover {\n  transform: scale(1.05);\n  box-shadow: 0 0 25px rgba(255,215,0,0.5);\n}\n.testimonial-card p {\n  color: #e1bee7;\n  font-size: 0.9rem;\n  line-height: 1.5;\n  margin-bottom: 8px;\n}\n.testimonial-card h4 {\n  color: #ffd700;\n  font-size: 0.85rem;\n  font-weight: 600;\n}\n@keyframes floatCard {\n  0%, 100% { transform: translateY(0); }\n  50% { transform: translateY(-5px); }\n}\n\n\/* \ud83c\udf1f Floating Stars *\/\n.floating-stars {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  pointer-events: none;\n}\n.star {\n  position: absolute;\n  width: 5px;\n  height: 5px;\n  background: radial-gradient(circle, #fff, transparent);\n  border-radius: 50%;\n  opacity: 0.8;\n  animation: starFloat 8s ease-in-out infinite;\n}\n.star:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }\n.star:nth-child(2) { top: 45%; left: 70%; animation-delay: 3s; }\n.star:nth-child(3) { top: 60%; left: 30%; animation-delay: 5s; }\n.star:nth-child(4) { top: 80%; left: 85%; animation-delay: 7s; }\n@keyframes starFloat {\n  0%, 100% { transform: translateY(0); opacity: 0.7; }\n  50% { transform: translateY(-10px); opacity: 1; }\n}\n\n\/* \ud83c\udf20 Shooting Stars *\/\n.shooting-star {\n  position: absolute;\n  top: 15%;\n  left: -10%;\n  width: 100px;\n  height: 2px;\n  background: linear-gradient(90deg, #fff, transparent);\n  animation: shoot 6s linear infinite;\n  opacity: 0.7;\n}\n.shooting-star.delay1 {\n  top: 50%;\n  animation-delay: 3s;\n}\n@keyframes shoot {\n  0% { transform: translateX(0); opacity: 1; }\n  100% { transform: translateX(120vw); opacity: 0; }\n}\n\n\/* \ud83d\udcf1 RESPONSIVE DESIGN *\/\n@media (max-width: 1024px) {\n  .testimonials-row {\n    flex-wrap: wrap;\n  }\n}\n\n@media (max-width: 768px) {\n  .section-title { font-size: 1.5em; }\n  .section-subtitle { font-size: 0.9em; }\n  .orb { width: 65px; height: 65px; }\n  .aura { width: 90px; height: 90px; }\n  .testimonials-row {\n    flex-direction: column;\n    align-items: center;\n  }\n  .testimonial-card {\n    width: 90%;\n    max-width: 350px;\n    flex: none;\n  }\n}\n\n@media (max-width: 480px) {\n  .section-title { font-size: 1.3em; }\n  .testimonial-card {\n    width: 100%;\n    padding: 18px;\n  }\n  .testimonial-card p {\n    font-size: 0.85rem;\n  }\n}\n<\/style>\n\n\n\n\n\n\n<section class=\"contact-vasishtha-section\">\n  <div class=\"contact-container\">\n    <h2 class=\"headline\">\ud83d\udd2e Get answers instantly \u2014 talk to Master Vasishtha on WhatsApp now!<\/h2>\n    <p class=\"contact-number\">\ud83d\udcde +1-***********<\/p>\n\n    <a href=\"https:\/\/wa.me\/19640020668?text=Hello%20Master%20Vasishtha%2C%20I%20need%20astrological%20guidance\" \n       target=\"_blank\" class=\"whatsapp-glow-btn\">\n      \ud83d\udcac Call Now for Immediate Help\n    <\/a>\n\n    <div class=\"info-line\">\n      <span>\ud83c\udf1f 5000+ Happy Clients | 100% Privacy | Contact Anytime, Anywhere \ud83c\udf1f<\/span>\n    <\/div>\n\n    <!-- Scrolling USA Locations -->\n    <div class=\"scrolling-locations\">\n      <div class=\"locations-track\">\n        <span>New York<\/span>\n        <span>California<\/span>\n        <span>Texas<\/span>\n        <span>Florida<\/span>\n        <span>Illinois<\/span>\n        <span>Washington<\/span>\n        <span>Georgia<\/span>\n        <span>Nevada<\/span>\n        <span>Arizona<\/span>\n        <span>Virginia<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n\/* \ud83c\udf0c Section Background *\/\n.contact-vasishtha-section {\n  position: relative;\n  padding: 80px 20px;\n  text-align: center;\n  color: #fff;\n  background: radial-gradient(circle at center, #16002b 0%, #0a0018 100%);\n  overflow: hidden;\n}\n\n\/* Floating cosmic particles *\/\n.contact-vasishtha-section::before {\n  content: \"\";\n  position: absolute;\n  top: 0; left: 0;\n  width: 200%; height: 200%;\n  background: url('https:\/\/www.transparenttextures.com\/patterns\/stardust.png');\n  opacity: 0.2;\n  animation: starDrift 100s linear infinite;\n  z-index: 0;\n}\n\n@keyframes starDrift {\n  from { transform: translate(0,0); }\n  to { transform: translate(-300px,-300px); }\n}\n\n\/* Content Container *\/\n.contact-container {\n  position: relative;\n  z-index: 2;\n  max-width: 700px;\n  margin: 0 auto;\n  background: rgba(255,255,255,0.05);\n  border-radius: 20px;\n  padding: 40px 25px;\n  backdrop-filter: blur(8px);\n  box-shadow: 0 0 30px rgba(186,104,200,0.4);\n  animation: floatCard 8s ease-in-out infinite alternate;\n}\n\n@keyframes floatCard {\n  0% { transform: translateY(0); }\n  50% { transform: translateY(-8px); }\n  100% { transform: translateY(0); }\n}\n\n\/* Headline *\/\n.headline {\n  font-size: 1.8rem;\n  color: #ffd700;\n  text-shadow: 0 0 10px rgba(255,215,0,0.6);\n  margin-bottom: 15px;\n}\n\n\/* Contact Number *\/\n.contact-number {\n  font-size: 1.3rem;\n  color: #e1bee7;\n  margin-bottom: 25px;\n}\n\n\/* WhatsApp Button *\/\n.whatsapp-glow-btn {\n  display: inline-block;\n  background: linear-gradient(90deg, #25d366, #128c7e);\n  color: white;\n  padding: 12px 35px;\n  border-radius: 40px;\n  font-size: 1.1rem;\n  text-decoration: none;\n  font-weight: bold;\n  box-shadow: 0 0 25px rgba(37, 211, 102, 0.7);\n  animation: pulseGlow 3s infinite ease-in-out;\n  transition: transform 0.3s ease;\n}\n\n.whatsapp-glow-btn:hover {\n  transform: scale(1.05);\n}\n\n@keyframes pulseGlow {\n  0% { box-shadow: 0 0 10px rgba(37, 211, 102, 0.4); }\n  100% { box-shadow: 0 0 25px rgba(37, 211, 102, 1); }\n}\n\n\/* Info line *\/\n.info-line {\n  margin-top: 20px;\n  font-size: 0.95rem;\n  color: #c8a2c8;\n}\n\n\/* Scrolling Locations *\/\n.scrolling-locations {\n  overflow: hidden;\n  white-space: nowrap;\n  margin-top: 35px;\n  position: relative;\n  height: 30px;\n}\n\n.locations-track {\n  display: inline-block;\n  animation: scrollLocations 25s linear infinite;\n}\n\n@keyframes scrollLocations {\n  from { transform: translateX(100%); }\n  to { transform: translateX(-100%); }\n}\n\n.locations-track span {\n  display: inline-block;\n  margin: 0 30px;\n  font-weight: 600;\n  color: #ffccff;\n  text-shadow: 0 0 10px rgba(255, 204, 255, 0.6);\n}\n\n\/* \ud83d\udcf1 Mobile Optimization *\/\n@media (max-width: 768px) {\n  .headline { font-size: 1.4rem; }\n  .contact-number { font-size: 1.1rem; }\n  .whatsapp-glow-btn { width: 100%; font-size: 1rem; padding: 10px 0; }\n  .locations-track span { margin: 0 15px; font-size: 0.9rem; }\n}\n<\/style>\n\n\n","protected":false},"excerpt":{"rendered":"<p>Vasishtha Astro Guide Unlock the Secrets of the Cosmos \u2014 Guided by Ancient Wisdom. Experience precise astrological insights powered by [&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-6","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/vasishthaastroguide.com\/index.php\/wp-json\/wp\/v2\/pages\/6","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=6"}],"version-history":[{"count":96,"href":"https:\/\/vasishthaastroguide.com\/index.php\/wp-json\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":236,"href":"https:\/\/vasishthaastroguide.com\/index.php\/wp-json\/wp\/v2\/pages\/6\/revisions\/236"}],"wp:attachment":[{"href":"https:\/\/vasishthaastroguide.com\/index.php\/wp-json\/wp\/v2\/media?parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}