{"product_id":"health-report","title":"Health report","description":"\u003c!-- =========================================\nPREMIUM HEALTH ASTROLOGY REPORT\nLuxury Shopify Product UI\n========================================= --\u003e\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n\n\u003cstyle\u003e\n\n*{\n    margin:0;\n    padding:0;\n    box-sizing:border-box;\n}\n\nbody{\n    font-family:'Poppins',sans-serif;\n    background:#f4f8ff;\n    color:#1e293b;\n}\n\n\/* =========================\nMAIN\n========================= *\/\n\n.health-report{\n    max-width:1150px;\n    margin:auto;\n    padding:25px 15px 80px;\n}\n\n\/* =========================\nHERO\n========================= *\/\n\n.health-hero{\n    position:relative;\n    overflow:hidden;\n    border-radius:38px;\n    padding:80px 60px;\n    background:\n    radial-gradient(circle at top right, rgba(255,255,255,0.12), transparent 35%),\n    linear-gradient(135deg,#0b3d91,#2563eb 60%,#4f8cff);\n    color:#fff;\n    box-shadow:0 25px 60px rgba(37,99,235,0.22);\n}\n\n.health-hero::before{\n    content:'';\n    position:absolute;\n    width:520px;\n    height:520px;\n    border-radius:50%;\n    background:rgba(255,255,255,0.05);\n    top:-250px;\n    right:-170px;\n}\n\n.hero-grid{\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:55px;\n    align-items:center;\n    position:relative;\n    z-index:2;\n}\n\n.hero-tag{\n    display:inline-flex;\n    align-items:center;\n    gap:10px;\n    padding:12px 22px;\n    border-radius:50px;\n    background:rgba(255,255,255,0.12);\n    border:1px solid rgba(255,255,255,0.14);\n    font-size:14px;\n    margin-bottom:28px;\n    backdrop-filter:blur(10px);\n}\n\n.hero-content h1{\n    font-size:58px;\n    line-height:1.08;\n    margin-bottom:24px;\n    font-weight:800;\n}\n\n.hero-content p{\n    font-size:17px;\n    line-height:1.9;\n    color:rgba(255,255,255,0.92);\n    margin-bottom:35px;\n}\n\n.hero-stats{\n    display:flex;\n    flex-wrap:wrap;\n    gap:16px;\n    margin-bottom:35px;\n}\n\n.hero-stat{\n    background:rgba(255,255,255,0.12);\n    border:1px solid rgba(255,255,255,0.12);\n    padding:16px 18px;\n    border-radius:18px;\n    min-width:145px;\n}\n\n.hero-stat h4{\n    font-size:22px;\n    margin-bottom:4px;\n}\n\n.hero-stat p{\n    font-size:13px;\n    margin:0;\n}\n\n.hero-image{\n    position:relative;\n}\n\n.hero-image img{\n    width:100%;\n    border-radius:32px;\n    box-shadow:0 18px 50px rgba(0,0,0,0.25);\n}\n\n.floating-card{\n    position:absolute;\n    left:20px;\n    bottom:20px;\n    background:#fff;\n    color:#0b3d91;\n    padding:16px 20px;\n    border-radius:18px;\n    box-shadow:0 12px 25px rgba(0,0,0,0.15);\n    font-size:14px;\n    font-weight:600;\n}\n\n\/* =========================\nBUTTONS\n========================= *\/\n\n.action-buttons{\n    display:flex;\n    gap:16px;\n    flex-wrap:wrap;\n}\n\n.action-btn{\n    height:60px;\n    padding:0 34px;\n    border-radius:20px;\n    text-decoration:none;\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    gap:12px;\n    font-size:15px;\n    font-weight:600;\n    transition:.35s ease;\n}\n\n.whatsapp-btn{\n    background:#25D366;\n    color:#fff;\n    box-shadow:0 18px 40px rgba(37,211,102,0.2);\n}\n\n.consult-btn{\n    background:#fff;\n    color:#0b3d91;\n    box-shadow:0 18px 40px rgba(255,255,255,0.15);\n}\n\n.action-btn:hover{\n    transform:translateY(-5px);\n}\n\n\/* =========================\nSECTIONS\n========================= *\/\n\n.section{\n    margin-top:85px;\n}\n\n.section-title{\n    text-align:center;\n    margin-bottom:50px;\n}\n\n.section-title span{\n    color:#2563eb;\n    font-weight:600;\n    letter-spacing:.4px;\n    font-size:15px;\n}\n\n.section-title h2{\n    font-size:46px;\n    color:#0f172a;\n    margin:10px 0 14px;\n}\n\n.section-title p{\n    max-width:760px;\n    margin:auto;\n    color:#64748b;\n    line-height:1.9;\n}\n\n\/* =========================\nFEATURES\n========================= *\/\n\n.feature-grid{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\n    gap:26px;\n}\n\n.feature-card{\n    background:#fff;\n    padding:34px 30px;\n    border-radius:28px;\n    border:1px solid #dbeafe;\n    box-shadow:0 12px 35px rgba(15,23,42,0.05);\n    transition:.35s;\n}\n\n.feature-card:hover{\n    transform:translateY(-7px);\n}\n\n.feature-icon{\n    width:76px;\n    height:76px;\n    border-radius:24px;\n    background:linear-gradient(135deg,#dbeafe,#edf5ff);\n    color:#2563eb;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    font-size:30px;\n    margin-bottom:24px;\n}\n\n.feature-card h3{\n    font-size:24px;\n    margin-bottom:14px;\n}\n\n.feature-card p{\n    color:#64748b;\n    line-height:1.9;\n}\n\n\/* =========================\nREPORT BOX\n========================= *\/\n\n.report-box{\n    background:#fff;\n    border-radius:36px;\n    padding:70px 55px;\n    box-shadow:0 20px 50px rgba(15,23,42,0.05);\n}\n\n.report-grid{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(290px,1fr));\n    gap:30px;\n}\n\n.report-card{\n    background:#f8fbff;\n    border-radius:28px;\n    overflow:hidden;\n    border:1px solid #dbeafe;\n}\n\n.report-card img{\n    width:100%;\n    height:230px;\n    object-fit:cover;\n}\n\n.report-content{\n    padding:30px;\n}\n\n.report-content h3{\n    font-size:25px;\n    margin-bottom:14px;\n}\n\n.report-content p{\n    color:#64748b;\n    line-height:1.9;\n    margin-bottom:18px;\n}\n\n.report-content ul{\n    padding-left:0;\n}\n\n.report-content li{\n    list-style:none;\n    margin-bottom:12px;\n    color:#334155;\n    font-size:14px;\n}\n\n.report-content li i{\n    color:#2563eb;\n    margin-right:8px;\n}\n\n\/* =========================\nPROCESS\n========================= *\/\n\n.process-box{\n    background:#fff;\n    border-radius:36px;\n    padding:70px 50px;\n    box-shadow:0 15px 40px rgba(15,23,42,0.05);\n}\n\n.process-grid{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));\n    gap:24px;\n}\n\n.process-card{\n    background:#f8fbff;\n    border:1px solid #dbeafe;\n    border-radius:24px;\n    padding:30px;\n}\n\n.process-card i{\n    font-size:30px;\n    color:#2563eb;\n    margin-bottom:18px;\n}\n\n.process-card h4{\n    font-size:21px;\n    margin-bottom:12px;\n}\n\n.process-card p{\n    color:#64748b;\n    line-height:1.8;\n}\n\n\/* =========================\nCTA\n========================= *\/\n\n.cta-box{\n    margin-top:85px;\n    background:linear-gradient(135deg,#2563eb,#0f172a);\n    color:#fff;\n    border-radius:38px;\n    padding:80px 35px;\n    text-align:center;\n    box-shadow:0 25px 60px rgba(37,99,235,0.2);\n}\n\n.cta-box h2{\n    font-size:50px;\n    margin-bottom:18px;\n}\n\n.cta-box p{\n    max-width:780px;\n    margin:auto;\n    line-height:1.9;\n    opacity:.95;\n    margin-bottom:35px;\n}\n\n\/* =========================\nMOBILE\n========================= *\/\n\n@media(max-width:900px){\n\n.hero-grid{\n    grid-template-columns:1fr;\n}\n\n.health-hero{\n    padding:50px 28px;\n}\n\n.hero-content h1{\n    font-size:42px;\n}\n\n.section-title h2{\n    font-size:34px;\n}\n\n.report-box,\n.process-box{\n    padding:45px 25px;\n}\n\n.cta-box{\n    padding:60px 25px;\n}\n\n.cta-box h2{\n    font-size:34px;\n}\n\n}\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"health-report\"\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003csection class=\"health-hero\"\u003e\n\n\u003cdiv class=\"hero-grid\"\u003e\n\n\u003cdiv class=\"hero-content\"\u003e\n\n\u003cdiv class=\"hero-tag\"\u003e\n\u003ci class=\"fa-solid fa-heart-pulse\"\u003e\u003c\/i\u003e\nPersonalized Health Astrology Report\n\u003c\/div\u003e\n\n\u003ch1\u003e\nHealth Predictions \u0026amp;\nWellness Astrology Guidance\n\u003c\/h1\u003e\n\n\u003cp\u003e\nGet a detailed Vedic Health Astrology Report designed to reveal your health strengths, future wellness patterns, stress periods, recovery timing, emotional balance, and personalized remedies through horoscope analysis and planetary influences.\n\u003c\/p\u003e\n\n\u003cdiv class=\"hero-stats\"\u003e\n\n\u003cdiv class=\"hero-stat\"\u003e\n\u003ch4\u003e12+\u003c\/h4\u003e\n\u003cp\u003ePages Detailed Analysis\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-stat\"\u003e\n\u003ch4\u003eHealth\u003c\/h4\u003e\n\u003cp\u003eWellness \u0026amp; Recovery Insights\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-stat\"\u003e\n\u003ch4\u003e48 hrs\u003c\/h4\u003e\n\u003cp\u003eFast Report Delivery\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- BUTTONS --\u003e\n\n\u003cdiv class=\"action-buttons\"\u003e\n\n\u003ca href=\"https:\/\/wa.me\/919266326929?text=I%20need%20Health%20Astrology%20Guidance\" target=\"_blank\" class=\"action-btn whatsapp-btn\"\u003e\n\n\u003ci class=\"fa-brands fa-whatsapp\"\u003e\u003c\/i\u003e\n\nChat On WhatsApp\n\n\u003c\/a\u003e\n\n\u003ca href=\"tel:+919266326929\" class=\"action-btn consult-btn\"\u003e\n\n\u003ci class=\"fa-solid fa-phone-volume\"\u003e\u003c\/i\u003e\n\nBook Consultation\n\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-image\"\u003e\n\n\u003cimg src=\"https:\/\/images.unsplash.com\/photo-1511174511562-5f7f18b874f8?q=80\u0026amp;w=1200\u0026amp;auto=format\u0026amp;fit=crop\" alt=\"Health Astrology Report\"\u003e\n\n\u003cdiv class=\"floating-card\"\u003e\n\u003ci class=\"fa-solid fa-heart-circle-check\"\u003e\u003c\/i\u003e\nHealth • Wellness • Recovery\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c!-- FEATURES --\u003e\n\n\u003csection class=\"section\"\u003e\n\n\u003cdiv class=\"section-title\"\u003e\n\n\u003cspan\u003eHEALTH ASTROLOGY INSIGHTS\u003c\/span\u003e\n\n\u003ch2\u003e\nWhat This Health Report Covers\n\u003c\/h2\u003e\n\n\u003cp\u003e\nProfessional Vedic astrology analysis focused on wellness, emotional balance, health timing, recovery periods and lifestyle guidance.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-grid\"\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"fa-solid fa-heart-pulse\"\u003e\u003c\/i\u003e\n\u003c\/div\u003e\n\n\u003ch3\u003eHealth Analysis\u003c\/h3\u003e\n\n\u003cp\u003e\nUnderstand planetary influences affecting your physical wellness and future health patterns.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"fa-solid fa-brain\"\u003e\u003c\/i\u003e\n\u003c\/div\u003e\n\n\u003ch3\u003eMental Wellness\u003c\/h3\u003e\n\n\u003cp\u003e\nInsights regarding stress, emotional balance, peace of mind and mental stability periods.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"fa-solid fa-clock\"\u003e\u003c\/i\u003e\n\u003c\/div\u003e\n\n\u003ch3\u003eRecovery Timing\u003c\/h3\u003e\n\n\u003cp\u003e\nKnow favorable periods for healing, recovery, wellness improvement and lifestyle changes.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"fa-solid fa-gem\"\u003e\u003c\/i\u003e\n\u003c\/div\u003e\n\n\u003ch3\u003eAstrology Remedies\u003c\/h3\u003e\n\n\u003cp\u003e\nReceive personalized Vedic remedies and gemstone guidance for positivity and protection.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c!-- REPORTS --\u003e\n\n\u003csection class=\"section\"\u003e\n\n\u003cdiv class=\"report-box\"\u003e\n\n\u003cdiv class=\"section-title\"\u003e\n\n\u003cspan\u003eDETAILED HEALTH REPORT\u003c\/span\u003e\n\n\u003ch2\u003e\nWhat Your Health Astrology Report Includes\n\u003c\/h2\u003e\n\n\u003cp\u003e\nReceive personalized wellness predictions, planetary analysis, lifestyle guidance and Vedic remedies.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"report-grid\"\u003e\n\n\u003cdiv class=\"report-card\"\u003e\n\n\u003cimg src=\"https:\/\/images.unsplash.com\/photo-1505751172876-fa1923c5c528?q=80\u0026amp;w=1200\u0026amp;auto=format\u0026amp;fit=crop\" alt=\"Health Predictions\"\u003e\n\n\u003cdiv class=\"report-content\"\u003e\n\n\u003ch3\u003e\nPhysical Wellness Predictions\n\u003c\/h3\u003e\n\n\u003cp\u003e\nDetailed insights regarding health strengths, wellness patterns, vitality and energy levels.\n\u003c\/p\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e\n\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e Wellness \u0026amp; vitality analysis\u003c\/li\u003e\n\n\u003cli\u003e\n\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e Health timing guidance\u003c\/li\u003e\n\n\u003cli\u003e\n\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e Lifestyle \u0026amp; balance insights\u003c\/li\u003e\n\n\u003cli\u003e\n\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e Preventive wellness guidance\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"report-card\"\u003e\n\n\u003cimg src=\"https:\/\/images.unsplash.com\/photo-1493836512294-502baa1986e2?q=80\u0026amp;w=1200\u0026amp;auto=format\u0026amp;fit=crop\" alt=\"Mental Wellness\"\u003e\n\n\u003cdiv class=\"report-content\"\u003e\n\n\u003ch3\u003e\nMental \u0026amp; Emotional Wellness\n\u003c\/h3\u003e\n\n\u003cp\u003e\nUnderstand stress cycles, emotional balance and planetary influences on mental peace.\n\u003c\/p\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e\n\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e Emotional wellness analysis\u003c\/li\u003e\n\n\u003cli\u003e\n\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e Stress \u0026amp; anxiety timing\u003c\/li\u003e\n\n\u003cli\u003e\n\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e Peace \u0026amp; stability guidance\u003c\/li\u003e\n\n\u003cli\u003e\n\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e Personalized remedies\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c!-- PROCESS --\u003e\n\n\u003csection class=\"section\"\u003e\n\n\u003cdiv class=\"process-box\"\u003e\n\n\u003cdiv class=\"section-title\"\u003e\n\n\u003cspan\u003eHOW IT WORKS\u003c\/span\u003e\n\n\u003ch2\u003e\nSimple Process To Get Your Report\n\u003c\/h2\u003e\n\n\u003cp\u003e\nReceive your personalized health astrology report in a few simple steps.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"process-grid\"\u003e\n\n\u003cdiv class=\"process-card\"\u003e\n\n\u003ci class=\"fa-solid fa-user\"\u003e\u003c\/i\u003e\n\n\u003ch4\u003eShare Birth Details\u003c\/h4\u003e\n\n\u003cp\u003e\nProvide your birth details and your health or wellness concerns.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"process-card\"\u003e\n\n\u003ci class=\"fa-solid fa-chart-line\"\u003e\u003c\/i\u003e\n\n\u003ch4\u003eHoroscope Analysis\u003c\/h4\u003e\n\n\u003cp\u003e\nYour horoscope is carefully analyzed using Vedic astrology techniques.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"process-card\"\u003e\n\n\u003ci class=\"fa-solid fa-file-lines\"\u003e\u003c\/i\u003e\n\n\u003ch4\u003eReceive Report\u003c\/h4\u003e\n\n\u003cp\u003e\nGet a detailed personalized PDF report with insights and remedies.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"process-card\"\u003e\n\n\u003ci class=\"fa-solid fa-headset\"\u003e\u003c\/i\u003e\n\n\u003ch4\u003eGuidance Support\u003c\/h4\u003e\n\n\u003cp\u003e\nReceive additional consultation guidance regarding wellness and positivity.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c!-- CTA --\u003e\n\n\u003csection class=\"cta-box\"\u003e\n\n\u003ch2\u003e\nGet Personalized Health Astrology Guidance\n\u003c\/h2\u003e\n\n\u003cp\u003e\nReceive detailed Vedic astrology insights regarding wellness, emotional balance, recovery timing and personalized remedies.\n\u003c\/p\u003e\n\n\u003cdiv class=\"action-buttons\" style=\"justify-content:center;\"\u003e\n\n\u003ca href=\"https:\/\/wa.me\/919266326929?text=I%20need%20Health%20Astrology%20Guidance\" target=\"_blank\" class=\"action-btn whatsapp-btn\"\u003e\n\n\u003ci class=\"fa-brands fa-whatsapp\"\u003e\u003c\/i\u003e\n\nChat On WhatsApp\n\n\u003c\/a\u003e\n\n\u003ca href=\"tel:+919266326929\" class=\"action-btn consult-btn\"\u003e\n\n\u003ci class=\"fa-solid fa-phone-volume\"\u003e\u003c\/i\u003e\n\nBook Consultation\n\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Astrologer KP Tripathi ","offers":[{"title":"Default Title","offer_id":53797938463084,"sku":null,"price":4999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0993\/7823\/3708\/files\/HealthReport.png?v=1779633423","url":"https:\/\/www.astrologerkptripathi.net\/products\/health-report","provider":"Astrologer KP Tripathi ","version":"1.0","type":"link"}