{"product_id":"db-care-tablet","title":"DB Care Tablet","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003c!-- Meta Pixel Code --\u003e\n\u003cp\u003e\u003cscript\u003e\n!function(f,b,e,v,n,t,s)\n{if(f.fbq)return;n=f.fbq=function(){n.callMethod?\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};\nif(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';\nn.queue=[];t=b.createElement(e);t.async=!0;\nt.src=v;s=b.getElementsByTagName(e)[0];\ns.parentNode.insertBefore(t,s)}(window, document,'script',\n'https:\/\/connect.facebook.net\/en_US\/fbevents.js');\nfbq('init', '1979140496158034');\nfbq('track', 'PageView');\n\u003c\/script\u003e \u003cnoscript\u003e\u003cimg height=\"1\" width=\"1\" style=\"display:none\" src=\"https:\/\/www.facebook.com\/tr?id=1979140496158034\u0026amp;ev=PageView\u0026amp;noscript=1\"\u003e\u003c\/noscript\u003e\u003c\/p\u003e\n\u003c!-- End Meta Pixel Code --\u003e\n\u003cstyle\u003e\n    body {\n      font-family: 'Georgia', serif;\n      margin: 0;\n      background-color: #fffaf3;\n      color: #2d2d2d;\n    }\n\n    .section-title {\n      text-align: center;\n      margin: 40px 0 20px;\n      font-size: 28px;\n      font-weight: bold;\n    }\n\n    .hero {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 40px 20px;\n      background: linear-gradient(to right, #edf5e0, #fff);\n      flex-wrap: wrap;\n    }\n\n    .hero-text {\n      max-width: 50%;\n    }\n\n    .hero-text h1 {\n      font-size: 36px;\n      color: #3e553e;\n    }\n\n    .hero-text p {\n      font-size: 18px;\n      margin: 10px 0 20px;\n    }\n\n    .hero-text button {\n      background: #3e553e;\n      color: white;\n      padding: 12px 20px;\n      border: none;\n      border-radius: 6px;\n      cursor: pointer;\n      font-size: 16px;\n    }\n\n    .hero img {\n      max-width: 300px;\n      border-radius: 12px;\n    }\n\n    .container {\n      max-width: 800px;\n      margin: auto;\n      padding: 20px;\n      background: #fff;\n    }\n\n    .product-header {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      background-color: #e9f6dd;\n      padding: 30px;\n      border-radius: 12px;\n      position: relative;\n    }\n\n    .discount-badge {\n      position: absolute;\n      top: 20px;\n      left: 20px;\n      background: #6c945b;\n      color: white;\n      padding: 8px 12px;\n      border-radius: 8px;\n      font-weight: bold;\n    }\n\n    .product-header img {\n      max-width: 200px;\n    }\n\n    .product-title {\n      font-size: 28px;\n      font-weight: bold;\n      margin-top: 20px;\n    }\n\n    .rating {\n      color: #f5b301;\n      font-size: 16px;\n    }\n\n    .price-box {\n      margin: 10px 0;\n    }\n\n    .price-box del {\n      color: #888;\n      margin-left: 10px;\n    }\n\n    .coin-reward {\n      color: #6c945b;\n      margin: 10px 0;\n      display: flex;\n      align-items: center;\n    }\n\n    .coin-reward::before {\n      content: '+';\n      font-weight: bold;\n      margin-right: 5px;\n    }\n\n    .size-options button {\n      padding: 8px 12px;\n      margin-right: 10px;\n      border: 1px solid #6c945b;\n      border-radius: 6px;\n      background: white;\n      cursor: pointer;\n    }\n    \n    \/* Navbar *\/\n    .navbar {\n      background-color: #00916c;\n      padding: 12px;\n      text-align: center;\n      position: sticky;\n      top: 0;\n      z-index: 999;\n    }\n    .navbar a {\n      color: white;\n      text-decoration: none;\n      margin: 0 12px;\n      font-weight: bold;\n      font-size: 16px;\n    }\n    .navbar a:hover {\n      text-decoration: underline;\n    }\n    \n    \n.buy-now a {\n  color: white;\n  text-decoration: none;\n  display: inline-block;\n  width: 100%;\n  height: 100%;\n}\n\n    .add-to-cart,\n    .buy-now {\n      padding: 12px 20px;\n      background: #6c945b;\n      color: white;\n      border: none;\n      border-radius: 70px;\n      cursor: pointer;\n      font-size: 36px;\n      margin: 10px 10px 0 0;\n    }\n\n    .buy-now {\n      background: #f5a623;\n    }\n\n    .about-us {\n      padding: 60px 20px;\n      background-color: #f3f9f1;\n      text-align: center;\n    }\n\n    .about-us h2 {\n      font-size: 32px;\n      color: #2e7d32;\n      margin-bottom: 20px;\n    }\n\n    .about-us p {\n      font-size: 18px;\n      line-height: 1.8;\n      color: #555;\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    .about-us img {\n      max-width: 100%;\n      border-radius: 10px;\n      margin-top: 20px;\n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n    }\n\n    .benefits {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 20px;\n      padding: 20px;\n      max-width: 1000px;\n      margin: auto;\n      text-align: center;\n    }\n\n    .benefit img {\n      height: 50px;\n      margin-bottom: 8px;\n    }\n\n    @media (max-width: 768px) {\n      .hero {\n        flex-direction: column;\n        text-align: center;\n      }\n\n      .hero-text {\n        max-width: 100%;\n        margin-bottom: 20px;\n      }\n\n      .hero img {\n        max-width: 100%;\n      }\n\n      .benefits {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- Navbar --\u003e\n\u003csection style=\"background: #f7fdf9; padding: 30px 15px; font-family: Arial, sans-serif;\"\u003e\n\u003cdiv style=\"max-width: 900px; margin: auto; background: #e8fff4; border-radius: 10px; padding: 20px; box-shadow: 0 4px 10px rgba(0,0,0,0.1);\"\u003e\n\u003c!-- Product Title --\u003e\n\u003ch2 style=\"font-size: 24px; font-weight: bold; margin-bottom: 5px;\"\u003eDB Care Tablet – Ayurvedic Herbal Supplement\u003c\/h2\u003e\n\u003c!-- Rating --\u003e\n\u003cdiv style=\"color: #28a745; font-size: 16px; margin-bottom: 10px;\"\u003e⭐⭐⭐⭐⭐ 4.7 (5632 reviews)\u003c\/div\u003e\n\u003c!-- Best Price Box --\u003e\n\u003cdiv style=\"background: #e8f9ef; padding: 10px; border-radius: 6px; font-size: 14px; margin-bottom: 15px;\"\u003e\n\u003cstrong\u003e \"Made by a Trusted Company Because\"\u003c\/strong\u003e\u003cbr\u003e\u003cstrong\u003e\u003cspan style=\"color: red;\"\u003e\"15+ Years of Experience.\" \u003c\/span\u003e\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c!-- Price Section --\u003e\n\u003cdiv style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 24px; font-weight: bold; color: #000;\"\u003e₹ 900 \u003c\/span\u003e \u003cspan style=\"text-decoration: line-through; color: #888; margin-left: 8px;\"\u003e₹ 999 \u003c\/span\u003e \u003cspan style=\"color: #d9534f; font-weight: bold; margin-left: 8px;\"\u003eSAVE ₹ 99 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Buttons --\u003e\n\u003cdiv style=\"display: flex; gap: 10px; margin-bottom: 20px; flex-wrap: wrap;\"\u003e\u003ca href=\"https:\/\/dharaherb.in\/ENGshilajit\/order-now\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c!-- Offers --\u003e\n\u003cdiv style=\"background: #f1f8e9; padding: 10px; border-radius: 6px; font-size: 14px; margin-bottom: 10px;\"\u003e✅ \u003cstrong\u003eCOD Available.\u003c\/strong\u003e\u003cbr\u003e✅ \u003cstrong\u003eFree Shipping.\u003c\/strong\u003e \u003cbr\u003e✅ \u003cstrong\u003eMore Information Call Now +91 88 66 344 336\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"max-width: 900px; margin: auto; background: #e8fff4; border-radius: 10px; padding: 20px; box-shadow: 0 4px 10px rgba(0,0,0,0.1);\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0971\/5531\/8127\/files\/Add_a_subheading.png?v=1777889110\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cbutton class=\"tab-btn active\"\u003ePRODUCT DESCRIPTION\u003c\/button\u003e\n\u003cdiv class=\"tab-content active\" id=\"desc\"\u003e\n\u003cp\u003e\u003cstrong\u003eDB Care Tablet by D’Herb is an Ayurvedic herbal supplement formulated using traditionally used ingredients. It is designed to support daily blood sugar wellness as part of a balanced lifestyle.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe tablet format makes it easy to include in everyday routines for those following wellness-focused dietary habits.\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch2\u003e\u003cspan style=\"color: rgb(54, 98, 9);\"\u003eKey Features:-\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eAyurvedic herbal formulation \u003c\/strong\u003e\u003cbr\u003e\u003cstrong\u003eSuitable for daily wellness routines \u003c\/strong\u003e\u003cbr\u003e\u003cstrong\u003eEasy-to-consume tablets\u003c\/strong\u003e \u003cbr\u003e\u003c\/p\u003e\n\u003ch2\u003e\u003cspan style=\"color: rgb(51, 93, 9);\"\u003eCertifications:-\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eDB Care Tablets is produced in an Ayush-approved, GMP and ISO-certified facility. Each batch is manufactured following Good Manufacturing Practices (GMP) to ensure high standards of safety, quality, and purity.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003csection class=\"image-frame\"\u003e\u003cbutton class=\"tab-btn active\"\u003eBENEFITS\u003c\/button\u003e \u003cbr\u003e\u003cbr\u003e\n\u003cdiv class=\"item\"\u003e\n\u003cimg alt=\"हाई जोश\" src=\"https:\/\/dharaherb.in\/NEWDBCARE\/images\/Diabetes.jpg\"\u003e\n\u003cp\u003e\u003cstrong\u003eHelps Manage Sugar Levels\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cdiv class=\"item\"\u003e\n\u003cimg alt=\"हाई जोश\" src=\"https:\/\/dharaherb.in\/NEWDBCARE\/images\/GettyImages-1053427712-custom20220613173550.jpg\"\u003e\n\u003cp\u003e\u003cstrong\u003eHelps increase insulin levels\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cdiv class=\"item\"\u003e\n\u003cimg alt=\"हाई जोश\" src=\"https:\/\/dharaherb.in\/NEWDBCARE\/images\/pain_0.jpg\"\u003e\n\u003cp\u003e\u003cstrong\u003eReduce Knee Pain, Joint Pain\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cdiv class=\"item\"\u003e\n\u003cimg alt=\"हाई जोश\" src=\"https:\/\/dharaherb.in\/NEWDBCARE\/images\/Untitled-design-2-5.webp\"\u003e\n\u003cp\u003e\u003cstrong\u003eReduce Fatigue, Weakness\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.image-frame {\n  max-width: 650px;\n  margin: auto;\n  background: white;\n  padding: 20px;\n  border-radius: 10px;\n  text-align: center;\n}\n.image-frame h2 {\n  background: yellow;\n  color: #000;\n  font-size: 20px;\n  margin-bottom: 15px;\n  padding: 8px;\n}\n.grid-box {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 15px;\n}\n.item {\n  background: #e8fff4;\n  border: 1px dashed #666;\n  padding: 10px;\n  border-radius: 8px;\n}\n.item img {\n  width: 100%;\n  height: auto;\n  border-radius: 6px;\n}\n.item p {\n  margin-top: 8px;\n  font-size: 20px;\n  color: green;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003csection style=\"background: #f7fdf9; padding: 30px 15px; font-family: Arial, sans-serif;\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: auto;\"\u003e\n\u003ch2 style=\"font-family: Georgia, serif; font-size: 32px; margin-bottom: 40px; text-align: center; color: #2e7d32;\"\u003e🌿 Ingredients\u003c\/h2\u003e\n\u003cdiv class=\"ingredients-container\"\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cimg alt=\"Branch Logo\" src=\"https:\/\/dharaayur.com\/photos\/Untitled%20design%20(2).png\"\u003e\n\u003ch4\u003e\u003cstrong\u003eKarela\u003c\/strong\u003e\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cimg alt=\"Branch Logo\" src=\"https:\/\/dharaayur.com\/photos\/Untitled%20design%20(3).png\"\u003e\n\u003ch4\u003e\u003cstrong\u003eJambubeej\u003c\/strong\u003e\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cimg alt=\"Branch Logo\" src=\"https:\/\/dharaayur.com\/photos\/Untitled%20design%20(4).png\"\u003e\n\u003ch4\u003e\u003cstrong\u003eNeem Pan\u003c\/strong\u003e\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cimg alt=\"Branch Logo\" src=\"https:\/\/dharaayur.com\/photos\/Untitled%20design%20(5).png\"\u003e\n\u003ch4\u003e\u003cstrong\u003eMamejavo\u003c\/strong\u003e\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cimg alt=\"Branch Logo\" src=\"https:\/\/dharaayur.com\/photos\/Untitled%20design%20(6).png\"\u003e\n\u003ch4\u003e\u003cstrong\u003eKadu\u003c\/strong\u003e\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cimg alt=\"Branch Logo\" src=\"https:\/\/dharaayur.com\/photos\/Untitled%20design%20(7).png\"\u003e\n\u003ch4\u003e\u003cstrong\u003eKariyatu\u003c\/strong\u003e\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cimg alt=\"Branch Logo\" src=\"https:\/\/dharaayur.com\/photos\/Untitled%20design%20(8).png\"\u003e\n\u003ch4\u003e\u003cstrong\u003eHarde\u003c\/strong\u003e\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cimg alt=\"Branch Logo\" src=\"https:\/\/dharaayur.com\/photos\/Untitled%20design%20(9).png\"\u003e\n\u003ch4\u003e\u003cstrong\u003eShilajit\u003c\/strong\u003e\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cimg alt=\"Branch Logo\" src=\"https:\/\/dharaayur.com\/photos\/Untitled%20design%20(10).png\"\u003e\n\u003ch4\u003e\u003cstrong\u003eMethi\u003c\/strong\u003e\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cimg alt=\"Branch Logo\" src=\"https:\/\/dharaayur.com\/photos\/Untitled%20design%20(11).png\"\u003e\n\u003ch4\u003e\u003cstrong\u003ePhudino\u003c\/strong\u003e\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n\n\n  .ingredients-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 20px;\n    justify-content: center;\n  }\n\n  .ingredient-card {\n    flex: 1 1 calc(25% - 20px); \/* desktop pe 4 cards per row *\/\n    border: 1px solid #ddd;\n    border-radius: 10px;\n    padding: 20px;\n    text-align: center;\n    box-shadow: 0 4px 10px rgba(0,0,0,0.05);\n    background-color: #e8fff4;\n  }\n\n  .ingredient-card img {\n    max-width: 100%;\n    height: auto;\n    margin-bottom: 10px;\n  }\n\n  \/* 📱 Mobile - 2 per row *\/\n  @media (max-width: 768px) {\n    .ingredient-card {\n      flex: 1 1 calc(50% - 20px);\n    }\n  }\n\u003c\/style\u003e\n\u003cstyle\u003e\n.image-frame {\n  max-width: 750px;\n  margin: auto;\n  background: white;\n  padding: 20px;\n  border-radius: 10px;\n  text-align: center;\n}\n.image-frame h2 {\n  background: yellow;\n  color: #000;\n  font-size: 22px;\n  margin-bottom: 20px;\n  padding: 8px;\n}\n.grid-box {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr); \/* अब हर row में 2 images *\/\n  gap: 15px;\n}\n.item {\n  background: #e8fff4;\n  border: 1px dashed #666;\n  padding: 10px;\n  border-radius: 8px;\n}\n.item img {\n  width: 100%;\n  height: auto;\n  border-radius: 6px;\n}\n.item p {\n  margin-top: 8px;\n  font-size: 18px;\n  color: green;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003csection style=\"background: #f7fdf9; padding: 30px 15px; font-family: Arial, sans-serif;\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cbr\u003e\n\u003cdiv style=\"max-width: 1200px; margin: auto;\"\u003e\n\u003ch2 style=\"font-family: Georgia, serif; font-size: 32px; margin-bottom: 40px; text-align: center; color: #2e7d32;\"\u003eHOW TO USE\u003c\/h2\u003e\n\u003cdiv class=\"ingredients-container\"\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003cp style=\"margin-top: 10px; font-weight: 600; color: #2e7d32;\"\u003e\u003cstrong\u003eTake 1 tablet in the morning, 1 tablet in the afternoon and 1 tablet at night after meals.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .ingredients-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 20px;\n    justify-content: center;\n  }\n\n  .ingredient-card {\n    flex: 1 1 calc(25% - 20px); \/* desktop pe 4 cards per row *\/\n    border: 1px solid #ddd;\n    border-radius: 10px;\n    padding: 20px;\n    text-align: center;\n    box-shadow: 0 4px 10px rgba(0,0,0,0.05);\n    background-color: #e8fff4;\n  }\n\n  .ingredient-card img {\n    max-width: 100%;\n    height: auto;\n    margin-bottom: 10px;\n  }\n\n  \/* 📱 Mobile - 2 per row *\/\n  @media (max-width: 768px) {\n    .ingredient-card {\n      flex: 1 1 calc(50% - 20px);\n    }\n  }\n\u003c\/style\u003e\n\u003cstyle\u003e\n  \/* Tabs Wrapper for Horizontal Scroll *\/\n  .tabs-wrapper {\n    overflow-x: auto;        \/* Enable horizontal scroll *\/\n    -webkit-overflow-scrolling: touch; \/* Smooth scrolling on iOS *\/\n  }\n\n  \/* Tabs Design *\/\n  .tabs {\n    display: flex;\n    min-width: max-content;   \/* Ensure content doesn't wrap *\/\n    border-bottom: 1px solid #ddd;\n  }\n\n  .tab-btn {\n    flex: 0 0 auto;           \/* Keep buttons width auto *\/\n    padding: 12px 20px;\n        font-size: 20px;\n    text-align: center;\n    background: none;\n    border: none;\n    border-bottom: 3px solid transparent;\n    font-weight: bold;\n    cursor: pointer;\n    color: #555;\n    transition: 0.3s;\n    white-space: nowrap;      \/* Prevent text wrapping *\/\n  }\n\n  .tab-btn.active {\n    border-bottom: 3px solid #2e7d32;\n    color: #2e7d32;\n  }\n\n  \/* Tab Content *\/\n  .tab-content {\n    display: none;\n    text-align: left;\n    color: #444;\n    font-size: 15px;\n    line-height: 1.6;\n    margin-top: 15px;\n  }\n\n  .tab-content.active {\n    display: block;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003csection style=\"background: #f7fdf9; padding: 30px 15px; font-family: Arial, sans-serif;\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cscript\u003e\n  function openTab(evt, tabId) {\n    document.querySelectorAll(\".tab-content\").forEach(el =\u003e el.classList.remove(\"active\"));\n    document.querySelectorAll(\".tab-btn\").forEach(el =\u003e el.classList.remove(\"active\"));\n    document.getElementById(tabId).classList.add(\"active\");\n    evt.currentTarget.classList.add(\"active\");\n  }\n\u003c\/script\u003e \u003cbr\u003e\u003c!-- Why Choose Us Section --\u003e\n\u003ch2 style=\"text-align: center; color: #2e7d32; font-size: 28px; margin-bottom: 30px;\"\u003eWhy Choose Us\u003c\/h2\u003e\n\u003cdiv class=\"benefits\"\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cimg src=\"https:\/\/dharaayur.com\/photos\/15%20Years%20(3).png\" alt=\"Natural\"\u003e\n\u003cdiv\u003e\u003cstrong\u003e15 Years Experience\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cimg src=\"https:\/\/dharaayur.com\/photos\/nature.png\" alt=\"Ayurvedic\"\u003e\n\u003cdiv\u003e\u003cstrong\u003eAyurvedic Formulas\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cimg src=\"https:\/\/dharaayur.com\/photos\/15%20Years%20(2).png\" alt=\"Experts\"\u003e\n\u003cdiv\u003e\u003cstrong\u003eDoctor Recommended\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cimg src=\"https:\/\/dharaayur.com\/photos\/15%20Years%20(5).png\" alt=\"Sustainable\"\u003e\n\u003cdiv\u003e\u003cstrong\u003eCertificate\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\u003c!-- Why Choose Us Section --\u003e\n\u003ch2 style=\"text-align: center; color: #2e7d32; font-size: 28px; margin-bottom: 30px;\"\u003eOur Promises\u003c\/h2\u003e\n\u003cdiv class=\"benefits\"\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cimg alt=\"Natural\" src=\"https:\/\/dharaherb.in\/ENGshilajit\/e\/1.png\"\u003e\n\u003cdiv\u003e\u003cstrong\u003eFree Shipping\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cimg alt=\"Natural\" src=\"https:\/\/dharaherb.in\/ENGshilajit\/e\/3.png\"\u003e\n\u003cdiv\u003e\u003cstrong\u003eFast Delivery\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cimg alt=\"Natural\" src=\"https:\/\/dharaherb.in\/ENGshilajit\/e\/4.png\"\u003e\n\u003cdiv\u003e\u003cstrong\u003eCash On Delivery\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cimg alt=\"Natural\" src=\"https:\/\/dharaherb.in\/ENGshilajit\/e\/5.png\"\u003e\n\u003cdiv\u003e\u003cstrong\u003eExpert Help \u0026amp; Support\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    body {\n      font-family: 'Georgia', serif;\n      margin: 0;\n      background-color: #fffaf3;\n      color: #2d2d2d;\n    }\n\n    .section-title {\n      text-align: center;\n      margin: 40px 0 20px;\n      font-size: 28px;\n      font-weight: bold;\n    }\n\n    .hero {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 40px 20px;\n      background: linear-gradient(to right, #edf5e0, #fff);\n      flex-wrap: wrap;\n    }\n\n    .hero-text {\n      max-width: 50%;\n    }\n\n    .hero-text h1 {\n      font-size: 36px;\n      color: #3e553e;\n    }\n\n    .hero-text p {\n      font-size: 18px;\n      margin: 10px 0 20px;\n    }\n\n    .hero-text button {\n      background: #3e553e;\n      color: white;\n      padding: 12px 20px;\n      border: none;\n      border-radius: 6px;\n      cursor: pointer;\n      font-size: 16px;\n    }\n\n    .hero img {\n      max-width: 300px;\n      border-radius: 12px;\n    }\n\n    .container {\n      max-width: 800px;\n      margin: auto;\n      padding: 20px;\n      background: #fff;\n    }\n\n    .product-header {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      background-color: #e9f6dd;\n      padding: 30px;\n      border-radius: 12px;\n      position: relative;\n    }\n\n    .discount-badge {\n      position: absolute;\n      top: 20px;\n      left: 20px;\n      background: #6c945b;\n      color: white;\n      padding: 8px 12px;\n      border-radius: 8px;\n      font-weight: bold;\n    }\n\n    .product-header img {\n      max-width: 200px;\n    }\n\n    .product-title {\n      font-size: 28px;\n      font-weight: bold;\n      margin-top: 20px;\n    }\n\n    .rating {\n      color: #f5b301;\n      font-size: 16px;\n    }\n\n    .price-box {\n      margin: 10px 0;\n    }\n\n    .price-box del {\n      color: #888;\n      margin-left: 10px;\n    }\n\n    .coin-reward {\n      color: #6c945b;\n      margin: 10px 0;\n      display: flex;\n      align-items: center;\n    }\n\n    .coin-reward::before {\n      content: '+';\n      font-weight: bold;\n      margin-right: 5px;\n    }\n\n    .size-options button {\n      padding: 8px 12px;\n      margin-right: 10px;\n      border: 1px solid #6c945b;\n      border-radius: 6px;\n      background: white;\n      cursor: pointer;\n    }\n.buy-now a {\n  color: white;\n  text-decoration: none;\n  display: inline-block;\n  width: 100%;\n  height: 100%;\n}\n\n    .add-to-cart,\n    .buy-now {\n      padding: 12px 20px;\n      background: #6c945b;\n      color: white;\n      border: none;\n      border-radius: 70px;\n      cursor: pointer;\n      font-size: 36px;\n      margin: 10px 10px 0 0;\n    }\n\n    .buy-now {\n      background: #f5a623;\n    }\n\n    .about-us {\n      padding: 60px 20px;\n      background-color: #f3f9f1;\n      text-align: center;\n    }\n\n    .about-us h2 {\n      font-size: 32px;\n      color: #2e7d32;\n      margin-bottom: 20px;\n    }\n\n    .about-us p {\n      font-size: 18px;\n      line-height: 1.8;\n      color: #555;\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    .about-us img {\n      max-width: 100%;\n      border-radius: 10px;\n      margin-top: 20px;\n      box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n    }\n\n    .benefits {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 20px;\n      padding: 20px;\n      max-width: 1000px;\n      margin: auto;\n      text-align: center;\n    }\n\n    .benefit img {\n      height: 50px;\n      margin-bottom: 8px;\n    }\n\n    @media (max-width: 768px) {\n      .hero {\n        flex-direction: column;\n        text-align: center;\n      }\n\n      .hero-text {\n        max-width: 100%;\n        margin-bottom: 20px;\n      }\n\n      .hero img {\n        max-width: 100%;\n      }\n\n      .benefits {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003csection style=\"background: #f7fdf9; padding: 30px 15px; font-family: Arial, sans-serif;\"\u003e\n\u003csection style=\"background: #f7fdf9; padding: 40px 20px;\"\u003e\n\u003csection class=\"faq-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eFrequently Asked Questions\u003c\/div\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-question\"\u003e What is DB Care Tablet used for? \u003c\/button\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eDB Care Tablet helps manage blood sugar levels naturally using Ayurvedic ingredients.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-question\"\u003eDoes it have any side effects?\u003c\/button\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eNo, it is made from natural herbs and is safe for long-term use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-question\"\u003eHow should I take it?\u003c\/button\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eTake 3 tablets daily or as directed by your healthcare provider.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-question\"\u003eIs it suitable for all age groups?\u003c\/button\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eIt is ideal for adults. Consult a doctor for age-specific usage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ SECTION END --\u003e \u003c!-- STYLE FOR FAQ --\u003e\u003c\/section\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .faq-wrapper {\n    padding: 40px 20px;\n    background: #f9fff6;\n  }\n\n  .faq-section {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  .faq-item {\n    margin-bottom: 15px;\n    border: 1px solid #d4e9d9;\n    border-radius: 10px;\n    overflow: hidden;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.03);\n    background-color: #ffffff;\n  }\n\n  .faq-question {\n    background-color: #eefbf1;\n    color: #1b5e20;\n    font-size: 18px;\n    padding: 16px;\n    width: 100%;\n    text-align: left;\n    border: none;\n    cursor: pointer;\n    font-weight: 600;\n    transition: background-color 0.3s;\n  }\n\n  .faq-question:hover {\n    background-color: #daf2e1;\n  }\n\n  .faq-answer {\n    padding: 16px;\n    display: none;\n    background-color: #fff;\n    color: #333;\n    font-size: 16px;\n    line-height: 1.6;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003csection style=\"background: #f7fdf9; padding: 30px 15px; font-family: Arial, sans-serif;\"\u003e\n\u003csection style=\"background: #f7fdf9; padding: 40px 20px;\"\u003e\u003c!-- SCRIPT TO TOGGLE FAQ --\u003e \u003cscript\u003e\n  const faqQuestions = document.querySelectorAll('.faq-question');\n\n  faqQuestions.forEach(btn =\u003e {\n    btn.addEventListener('click', () =\u003e {\n      const answer = btn.nextElementSibling;\n      const isOpen = answer.style.display === 'block';\n\n      document.querySelectorAll('.faq-answer').forEach(ans =\u003e ans.style.display = 'none');\n      if (!isOpen) {\n        answer.style.display = 'block';\n      }\n    });\n  });\n\u003c\/script\u003e\u003c\/section\u003e\n\u003c!-- FAQ SECTION END --\u003e\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            background-color: #FFFFFF;\n            color: #111;\n            line-height: 1.6;\n            padding: 0;\n        }\n        \n        .container {\n            max-width: 100%;\n            margin: 0 auto;\n            padding: 0 16px;\n        }\n        \n        \/* Breaking News Ticker *\/\n        .breaking-ticker {\n            background: linear-gradient(90deg, #D32F2F, #F44336);\n            color: white;\n            padding: 8px 0;\n            font-size: 14px;\n            font-weight: 600;\n            overflow: hidden;\n            position: relative;\n        }\n        \n        .ticker-content {\n            display: flex;\n            align-items: center;\n            white-space: nowrap;\n            animation: ticker 20s linear infinite;\n        }\n        \n        .ticker-label {\n            background: #B71C1C;\n            padding: 2px 10px;\n            border-radius: 4px;\n            margin-right: 15px;\n            font-weight: 700;\n        }\n        \n        @keyframes ticker {\n            0% { transform: translateX(100%); }\n            100% { transform: translateX(-100%); }\n        }\n        \n        \/* Top Navigation Bar *\/\n        .nav-bar {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 12px 0;\n            border-bottom: 2px solid #E0E0E0;\n            position: relative;\n        }\n        \n        .logo {\n            font-family: 'Merriweather', serif;\n            font-weight: 900;\n            font-size: 18px;\n            color: #2E7D32;\n            display: flex;\n            align-items: center;\n        }\n        \n        .logo::before {\n            content: \"â€¢\";\n            color: #D32F2F;\n            font-size: 24px;\n            margin-right: 8px;\n        }\n        \n        .nav-links {\n            display: flex;\n            gap: 16px;\n        }\n        \n        .nav-link {\n            font-size: 14px;\n            color: #555;\n            text-decoration: none;\n            font-weight: 500;\n            transition: color 0.3s;\n        }\n        \n        .nav-link:hover {\n            color: #D32F2F;\n        }\n        \n        \/* Date and Time *\/\n        .date-time {\n            text-align: center;\n            padding: 8px 0;\n            font-size: 14px;\n            color: #666;\n            border-bottom: 1px dashed #E0E0E0;\n        }\n        \n        \/* Main Content *\/\n        .main-content {\n            padding: 24px 0;\n        }\n        \n        \/* Headline Section *\/\n        .headline-section {\n            margin-bottom: 20px;\n        }\n        \n        .category-tag {\n            display: inline-block;\n            background-color: #2E7D32;\n            color: white;\n            font-size: 12px;\n            font-weight: 600;\n            padding: 4px 10px;\n            border-radius: 4px;\n            margin-bottom: 12px;\n        }\n        \n        .headline {\n            font-family: 'Merriweather', serif;\n            font-size: 28px;\n            font-weight: 900;\n            line-height: 1.3;\n            margin-bottom: 16px;\n            color: #111;\n            text-shadow: 0 1px 2px rgba(0,0,0,0.1);\n        }\n        \n        .subheadline {\n            font-size: 18px;\n            color: #444;\n            line-height: 1.5;\n            margin-bottom: 20px;\n            font-weight: 500;\n        }\n        \n        \/* Doctor Info Section *\/\n        .doctor-info {\n            display: flex;\n            align-items: flex-start;\n            gap: 16px;\n            margin-bottom: 24px;\n            padding: 16px;\n            background: #f9f9f9;\n            border-radius: 8px;\n            border-left: 4px solid #2E7D32;\n        }\n        \n       \/* CSS - square doctor photo *\/\n.doctor-photo {\n  position: relative;\nwidth: 350px;\n    height: 324px;\n  display: inline-block;\n  background-color: #f3f4f6;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n  border: 1px solid rgba(0,0,0,0.1);\n  overflow: hidden;\n}\n\n\/* Image fills the square *\/\n.doctor-photo-img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  display: block;\n  transition: transform 0.3s ease;\n}\n\n.doctor-photo:hover .doctor-photo-img {\n  transform: scale(1.03);\n}\n\n\/* Placeholder when no image *\/\n.doctor-photo-placeholder {\n  width: 100%;\n  height: 100%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 700;\n  font-size: 40px;\n  color: #ffffff;\n  background: linear-gradient(135deg, #2563eb, #3b82f6); \/* blue gradient *\/\n  font-family: \"Noto Sans Devanagari\", \"Mukta\", Arial, sans-serif;\n}\n        \n        .doctor-details {\n            flex: 1;\n        }\n        \n        .doctor-name {\n            font-size: 18px;\n            font-weight: 700;\n            color: #2E7D32;\n            margin-bottom: 4px;\n        }\n        \n        .doctor-credentials {\n            font-size: 14px;\n            color: #666;\n            margin-bottom: 8px;\n        }\n        \n        .doctor-bio {\n            font-size: 17px;\n            color: #555;\n            line-height: 1.4;\n        }\n        \n        \/* Article Meta *\/\n        .article-meta {\n            display: flex;\n            justify-content: space-between;\n            font-size: 14px;\n            color: #777;\n            margin-bottom: 24px;\n            padding-bottom: 16px;\n            border-bottom: 1px solid #E0E0E0;\n        }\n        \n        .author, .publish-date {\n            display: flex;\n            align-items: center;\n        }\n        \n        .author::before {\n            content: \"âœï¸\";\n            margin-right: 6px;\n        }\n        \n        .publish-date::before {\n            content: \"ðŸ“…\";\n            margin-right: 6px;\n        }\n        \n        \/* Section Divider *\/\n        .section-divider {\n            height: 1px;\n            background: linear-gradient(90deg, transparent, #E0E0E0, transparent);\n            margin: 24px 0;\n        }\n        \n        \/* Responsive adjustments *\/\n        @media (max-width: 768px) {\n            .nav-links {\n                display: none;\n            }\n            \n            .headline {\n                font-size: 24px;\n            }\n            \n            .subheadline {\n                font-size: 16px;\n            }\n            \n            .doctor-info {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .doctor-photo {\n                align-self: center;\n            }\n        }\n        \n        @media (min-width: 768px) {\n            .container {\n                max-width: 720px;\n            }\n            \n            .headline {\n                font-size: 32px;\n            }\n        }\n        \n        \/* News-style embellishments *\/\n        .red-dot {\n            display: inline-block;\n            width: 8px;\n            height: 8px;\n            background-color: #D32F2F;\n            border-radius: 50%;\n            margin: 0 8px;\n        }\n        \n        \/* Interview Section *\/\n        .interview-section {\n            padding: 28px 0;\n            background-color: #FFFFFF;\n            position: relative;\n        }\n        \n        .section-headline {\n            font-family: 'Merriweather', serif;\n            font-size: 26px;\n            font-weight: 700;\n            color: #2E7D32;\n            text-align: center;\n            margin-bottom: 32px;\n            padding-bottom: 12px;\n            border-bottom: 2px solid #E0E0E0;\n        }\n        \n        .qa-block {\n            margin-bottom: 20px;\n        }\n        \n        .question {\n            font-family: 'Merriweather', serif;\n            font-size: 18px;\n            font-weight: 700;\n            color: #2E7D32;\n            line-height: 1.4;\n            margin-bottom: 16px;\n            padding-left: 20px;\n            position: relative;\n        }\n        \n        .q-label {\n            background-color: #2E7D32;\n            color: white;\n            padding: 2px 8px;\n            border-radius: 4px;\n            font-size: 14px;\n            margin-right: 8px;\n        }\n        \n        .answer {\n            position: relative;\n            padding-left: 60px;\n        }\n        \n        .answer-content {\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .quote-icon {\n            font-family: 'Merriweather', serif;\n            font-size: 48px;\n            color: #2E7D32;\n            line-height: 0.8;\n            margin-right: 12px;\n            margin-top: -8px;\n        }\n        \n        .answer-text {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 16px;\n            font-weight: 400;\n            color: #111;\n            line-height: 1.6;\n            flex: 1;\n        }\n        \n        .answer-text p {\n            margin-bottom: 12px;\n        }\n        \n        .highlight {\n            color: #FF9800;\n            font-weight: 600;\n        }\n        \n        .qa-divider {\n            height: 1px;\n            background-color: #E0E0E0;\n            margin: 24px 0;\n            width: 80%;\n            margin-left: auto;\n            margin-right: auto;\n        }\n        \n        .closing-quote {\n            background-color: #f9f9f9;\n            padding: 24px;\n            border-radius: 8px;\n            margin-top: 32px;\n            text-align: center;\n            position: relative;\n            border-left: 4px solid #2E7D32;\n        }\n        \n        .quote-mark {\n            font-family: 'Merriweather', serif;\n            font-size: 60px;\n            color: #2E7D32;\n            line-height: 0.5;\n            margin-bottom: 16px;\n        }\n        \n        .closing-quote p {\n            font-family: 'Merriweather', serif;\n            font-size: 18px;\n            font-style: italic;\n            color: #444;\n            line-height: 1.5;\n            margin-bottom: 20px;\n        }\n        \n        .doctor-info-small {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 12px;\n        }\n        \n        .doctor-photo-small {\n            width: 50px;\n            height: 50px;\n            border-radius: 50%;\n            background: linear-gradient(135deg, #2E7D32, #4CAF50);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-weight: bold;\n            font-size: 20px;\n        }\n        \n        .doctor-details-small {\n            text-align: left;\n        }\n        \n        .doctor-name {\n            font-family: 'Merriweather', serif;\n            font-size: 16px;\n            font-weight: 700;\n            color: #2E7D32;\n        }\n        \n        .doctor-credentials {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 14px;\n            color: #666;\n        }\n        \n        \/* Scientific Section *\/\n        .scientific-section {\n            padding: 24px 0;\n            background-color: #FDF8F2;\n            border-top: 1px solid #E0E0E0;\n            border-bottom: 1px solid #E0E0E0;\n            margin: 20px 0;\n        }\n        \n        .science-headline {\n            font-family: 'Merriweather', serif;\n            font-size: 24px;\n            font-weight: 700;\n            color: #2E7D32;\n            text-align: center;\n            margin-bottom: 16px;\n            line-height: 1.3;\n        }\n        \n        .science-subheadline {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 18px;\n            color: #111;\n            text-align: center;\n            margin-bottom: 32px;\n            line-height: 1.5;\n            max-width: 800px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n        \n        \/* Diagram Section *\/\n        .diagram-section {\n            background: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin-bottom: 32px;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n        }\n        \n        .diagram-title {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 12px;\n            margin-bottom: 24px;\n        }\n        \n        .diagram-title h3 {\n            font-family: 'Merriweather', serif;\n            font-size: 20px;\n            color: #2E7D32;\n            margin: 0;\n        }\n        \n        .microscope-icon {\n            font-size: 24px;\n        }\n        \n        .diagram-container {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 20px;\n        }\n        \n        @media (min-width: 768px) {\n            .diagram-container {\n                flex-direction: row;\n                justify-content: space-between;\n            }\n        }\n        \n        .diagram-box {\n            flex: 1;\n            text-align: center;\n        }\n        \n        .diagram-visual {\n            height: 150px;\n            display: flex;\n            flex-direction: column;\n            justify-content: flex-end;\n            margin-bottom: 16px;\n            position: relative;\n        }\n        \n        .skin-layer {\n            display: flex;\n            justify-content: center;\n            gap: 15px;\n            margin-bottom: 10px;\n        }\n        \n        .cell {\n            width: 40px;\n            height: 40px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: bold;\n            font-size: 14px;\n        }\n        \n        .cell.inactive {\n            background-color: #E0E0E0;\n            color: #999;\n            border: 2px dashed #999;\n        }\n        \n        .cell.active {\n            background-color: #4CAF50;\n            color: white;\n            border: 2px solid #2E7D32;\n            animation: pulse 2s infinite;\n        }\n        \n        .skin-surface {\n            height: 30px;\n            border-radius: 8px;\n        }\n        \n        .white-spot {\n            background: linear-gradient(90deg, #F5F5F5 30%, #E0E0E0 70%);\n            border: 1px solid #E0E0E0;\n        }\n        \n        .normal-skin {\n            background: linear-gradient(90deg, #FFD54F 30%, #FFB74D 70%);\n            border: 1px solid #FF9800;\n        }\n        \n        .diagram-caption {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 14px;\n            font-weight: 600;\n            color: #444;\n        }\n        \n        .arrow-container {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            padding: 20px 0;\n        }\n        \n        .arrow {\n            font-size: 32px;\n            color: #2E7D32;\n            margin-bottom: 8px;\n        }\n        \n        .treatment-label {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 12px;\n            color: #666;\n            font-weight: 500;\n        }\n        \n        \/* Evidence Points *\/\n        .evidence-points {\n            margin-bottom: 32px;\n        }\n        \n        .evidence-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 16px;\n            margin-bottom: 24px;\n            padding: 16px;\n            background: white;\n            border-radius: 8px;\n            border-left: 4px solid #2E7D32;\n        }\n        \n        .evidence-icon {\n            font-size: 24px;\n            flex-shrink: 0;\n            margin-top: 4px;\n        }\n        \n        .evidence-text {\n            flex: 1;\n        }\n        \n        .evidence-text strong {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 17px;\n            color: #2E7D32;\n            display: block;\n            margin-bottom: 8px;\n        }\n        \n        .evidence-text p {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 16px;\n            color: #444;\n            line-height: 1.5;\n            margin: 0;\n        }\n        \n        \/* Clinical Proof *\/\n        .clinical-proof {\n            background: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin-bottom: 24px;\n            text-align: center;\n        }\n        \n        .proof-header {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 12px;\n            margin-bottom: 20px;\n        }\n        \n        .proof-header h3 {\n            font-family: 'Merriweather', serif;\n            font-size: 20px;\n            color: #2E7D32;\n            margin: 0;\n        }\n        \n        .lab-icon {\n            font-size: 24px;\n        }\n        \n        .proof-stats {\n            display: flex;\n            justify-content: space-around;\n            margin-bottom: 16px;\n            flex-wrap: wrap;\n            gap: 20px;\n        }\n        \n        .stat-item {\n            text-align: center;\n        }\n        \n        .stat-number {\n            font-family: 'Merriweather', serif;\n            font-size: 32px;\n            font-weight: 700;\n            color: #FF9800;\n            line-height: 1;\n        }\n        \n        .stat-label {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 14px;\n            color: #666;\n            margin-top: 4px;\n        }\n        \n        .research-note {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 15px;\n            color: #888;\n            font-style: italic;\n        }\n        \n        \/* Closing Line *\/\n        .closing-line {\n            text-align: center;\n            padding: 16px 0;\n        }\n        \n        .closing-line p {\n            font-family: 'Merriweather', serif;\n            font-size: 18px;\n            font-weight: 700;\n            color: #111;\n            margin: 0;\n        }\n        \n        .highlight-bold {\n            color: #FF9800;\n        }\n        \n        \/* Animation *\/\n        @keyframes pulse {\n            0% { transform: scale(1); }\n            50% { transform: scale(1.05); }\n            100% { transform: scale(1); }\n        }\n        \n        \/* How It Works Section *\/\n        .how-it-works-section {\n            padding: 32px 0;\n            background-color: #F1F8F4;\n            position: relative;\n        }\n        \n        .steps-headline {\n            font-family: 'Merriweather', serif;\n            font-size: 26px;\n            font-weight: 700;\n            color: #2E7D32;\n            text-align: center;\n            margin-bottom: 12px;\n            line-height: 1.3;\n        }\n        \n        .steps-subheadline {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 18px;\n            color: #444;\n            text-align: center;\n            margin-bottom: 40px;\n            line-height: 1.5;\n            max-width: 600px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n        \n        \/* Steps Container *\/\n        .steps-container {\n            display: flex;\n            flex-direction: column;\n            gap: 24px;\n            margin-bottom: 40px;\n        }\n        \n        @media (min-width: 768px) {\n            .steps-container {\n                flex-direction: row;\n                justify-content: space-between;\n            }\n            \n            .step-card {\n                flex: 1;\n                max-width: 350px;\n            }\n        }\n        \n        .step-card {\n            background: white;\n            padding: 20px;\n            border-radius: 16px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .step-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 30px rgba(0,0,0,0.12);\n        }\n        \n        .step-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, #FF9800, #2E7D32);\n        }\n        \n        .step-header {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            margin-bottom: 16px;\n        }\n        \n        .step-number {\n            width: 36px;\n            height: 36px;\n            background-color: #FF9800;\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-family: 'Merriweather', serif;\n            font-size: 18px;\n            font-weight: 700;\n            flex-shrink: 0;\n        }\n        \n        .step-icon {\n            font-size: 28px;\n            flex-shrink: 0;\n        }\n        \n        .step-title {\n            font-family: 'Merriweather', serif;\n            font-size: 18px;\n            font-weight: 700;\n            color: #2E7D32;\n            margin: 0;\n            line-height: 1.3;\n        }\n        \n        .step-content {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n        }\n        \n        .step-content p {\n            font-size: 15px;\n            color: #444;\n            line-height: 1.6;\n            margin-bottom: 16px;\n        }\n        \n        .step-details {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 8px;\n        }\n        \n        .detail-tag {\n            background-color: #F1F8F4;\n            color: #2E7D32;\n            padding: 4px 10px;\n            border-radius: 20px;\n            font-size: 12px;\n            font-weight: 500;\n            border: 1px solid #E8F5E8;\n        }\n        \n        \/* Timeline *\/\n        .timeline {\n            background: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin-bottom: 32px;\n            box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n        }\n        \n        .timeline-item {\n            display: flex;\n            align-items: center;\n            gap: 16px;\n            padding: 12px 0;\n            border-bottom: 1px solid #F0F0F0;\n        }\n        \n        .timeline-item:last-child {\n            border-bottom: none;\n        }\n        \n        .timeline-marker {\n            font-size: 20px;\n            flex-shrink: 0;\n        }\n        \n        .timeline-content {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 17px;\n            color: #444;\n        }\n        \n        .timeline-content strong {\n            color: #2E7D32;\n        }\n        \n        \/* CTA Section *\/\n        .cta-section {\n            text-align: center;\n            background: white;\n            padding: 24px;\n            border-radius: 16px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n            max-width: 500px;\n            margin: 0 auto;\n        }\n        \n        .cta-text p {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 22px;\n            font-weight: 600;\n            color: #2E7D32;\n            margin-bottom: 8px;\n        }\n        \n        .cta-subtext {\n            font-size: 14px !important;\n            color: #666 !important;\n            font-weight: 400 !important;\n            margin-bottom: 20px !important;\n        }\n        \n        .cta-button {\n            background: linear-gradient(135deg, #FF9800, #F57C00);\n            color: white;\n            border: none;\n            padding: 16px 32px;\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 16px;\n            font-weight: 700;\n            border-radius: 50px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 15px rgba(255, 152, 0, 0.3);\n            margin-bottom: 16px;\n            width: 100%;\n            max-width: 280px;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(255, 152, 0, 0.4);\n        }\n        \n        .guarantee-badge {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 8px;\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 13px;\n            color: #666;\n            padding: 8px 0;\n        }\n        \n        .guarantee-icon {\n            font-size: 16px;\n        }\n        \n        \/* Ingredients Section *\/\n        .ingredients-section {\n            padding: 30px 0;\n            background-color: #FFFFFF;\n            position: relative;\n        }\n        \n        .ingredients-headline {\n            font-family: 'Merriweather', serif;\n            font-size: 24px;\n            font-weight: 700;\n            color: #2E7D32;\n            text-align: center;\n            margin-bottom: 8px;\n            line-height: 1.3;\n            padding: 0 10px;\n        }\n        \n        .ingredients-subheadline {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 16px;\n            color: #666;\n            text-align: center;\n            margin-bottom: 30px;\n            line-height: 1.4;\n            padding: 0 15px;\n        }\n        \n        \/* Mobile Optimized Grid *\/\n        .ingredients-grid-mobile {\n            display: flex;\n            flex-direction: column;\n            gap: 15px;\n            margin-bottom: 20px;\n        }\n        \n        .mobile-row {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 12px;\n            width: 100%;\n        }\n        \n        .ingredient-card-mobile {\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 2px 12px rgba(0,0,0,0.08);\n            overflow: hidden;\n            transition: all 0.3s ease;\n            border: 1px solid #f5f5f5;\n            display: flex;\n            flex-direction: column;\n            height: 100%;\n        }\n        \n        .ingredient-card-mobile:active {\n            transform: scale(0.98);\n            box-shadow: 0 4px 15px rgba(46, 125, 50, 0.2);\n        }\n        \n        .ingredient-image-mobile {\n            height: 100px;\n            background: linear-gradient(135deg, #2E7D32, #4CAF50);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            position: relative;\n        }\n        \n        .image-placeholder-mobile {\n            color: white;\n            font-family: 'Merriweather', serif;\n            font-size: 20px;\n            font-weight: 700;\n            text-shadow: 0 2px 4px rgba(0,0,0,0.3);\n        }\n        \n        .ingredient-content-mobile {\n            padding: 15px 12px;\n            flex-grow: 1;\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .ingredient-name-mobile {\n            font-family: 'Merriweather', serif;\n            font-size: 16px;\n            font-weight: 700;\n            color: #2E7D32;\n            margin-bottom: 6px;\n            line-height: 1.2;\n        }\n        \n        .ingredient-benefit-mobile {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 12px;\n            color: #444;\n            line-height: 1.4;\n            margin-bottom: 12px;\n            flex-grow: 1;\n        }\n        \n        .ingredient-tags-mobile {\n            display: flex;\n            gap: 6px;\n            flex-wrap: wrap;\n        }\n        \n        .tag-mobile {\n            background: #FFF8E1;\n            color: #FF9800;\n            padding: 3px 8px;\n            border-radius: 10px;\n            font-size: 10px;\n            font-weight: 600;\n            border: 1px solid #FFECB3;\n        }\n        \n        \/* Results Section *\/\n        .results-section {\n            padding: 30px 0;\n            background-color: #FDF8F2;\n            position: relative;\n        }\n        \n        .results-headline {\n            font-family: 'Merriweather', serif;\n            font-size: 26px;\n            font-weight: 700;\n            color: #2E7D32;\n            text-align: center;\n            margin-bottom: 8px;\n            line-height: 1.3;\n        }\n        \n        .results-subheadline {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 16px;\n            color: #666;\n            text-align: center;\n            margin-bottom: 30px;\n            line-height: 1.4;\n            max-width: 300px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n        \n        \/* Results Slider *\/\n        .results-slider {\n            position: relative;\n            margin-bottom: 20px;\n        }\n        \n        .result-case {\n            display: none;\n        }\n        \n        .result-case.active {\n            display: block;\n        }\n        \n        .case-header {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            margin-bottom: 15px;\n            flex-wrap: wrap;\n            gap: 10px;\n        }\n        \n        .case-badge {\n            background: #2E7D32;\n            color: white;\n            padding: 6px 12px;\n            border-radius: 15px;\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 12px;\n            font-weight: 600;\n        }\n        \n        .case-duration {\n            background: #FF9800;\n            color: white;\n            padding: 6px 12px;\n            border-radius: 15px;\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 12px;\n            font-weight: 600;\n        }\n        \n        \/* Before-After Slider *\/\n        .before-after-slider {\n            background: white;\n            padding: 15px;\n            border-radius: 12px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n            margin-bottom: 15px;\n        }\n        \n        .slider-container {\n            position: relative;\n            height: 250px;\n            border-radius: 8px;\n            overflow: hidden;\n            cursor: grab;\n            touch-action: pan-y;\n        }\n        \n        .slider-container:active {\n            cursor: grabbing;\n        }\n        \n        .before-image, .after-image {\n            position: absolute;\n            top: 0;\n            width: 100%;\n            height: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .before-image {\n            left: 0;\n            background: linear-gradient(135deg, #E0E0E0, #BDBDBD);\n            width: 50%;\n            z-index: 2;\n        }\n        \n        .after-image {\n            right: 0;\n            background: linear-gradient(135deg, #4CAF50, #2E7D32);\n            width: 50%;\n            z-index: 1;\n        }\n        \n        .image-placeholder {\n            color: #333;\n            font-family: 'Merriweather', serif;\n            font-size: 20px;\n            font-weight: 700;\n            text-align: center;\n            margin-bottom: 10px;\n        }\n        \n        .image-placeholder.result {\n            color: white;\n        }\n        \n        .image-label {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 12px;\n            color: #666;\n            text-align: center;\n            max-width: 90%;\n            line-height: 1.3;\n        }\n        \n        .after-image .image-label {\n            color: white;\n        }\n        \n        .slider-handle {\n            position: absolute;\n            top: 0;\n            left: 50%;\n            height: 100%;\n            width: 4px;\n            background: #FF9800;\n            z-index: 3;\n            transform: translateX(-50%);\n            cursor: ew-resize;\n        }\n        \n        .handle-icon {\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n            background: #FF9800;\n            width: 30px;\n            height: 30px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 14px;\n        }\n        \n        \/* Patient Story *\/\n        .patient-story {\n            background: white;\n            padding: 15px;\n            border-radius: 8px;\n            border-left: 4px solid #2E7D32;\n        }\n        \n        .patient-story p {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 14px;\n            color: #444;\n            line-height: 1.5;\n            margin: 0;\n            font-style: italic;\n        }\n        \n        \/* Slider Navigation *\/\n        .slider-nav {\n            display: flex;\n            justify-content: center;\n            gap: 10px;\n            margin-bottom: 25px;\n        }\n        \n        .nav-btn {\n            width: 12px;\n            height: 12px;\n            border-radius: 50%;\n            border: 2px solid #2E7D32;\n            background: transparent;\n            cursor: pointer;\n            transition: all 0.3s ease;\n        }\n        \n        .nav-btn.active {\n            background: #2E7D32;\n            transform: scale(1.2);\n        }\n        \n        \/* Progress Timeline *\/\n        .progress-timeline {\n            background: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin-bottom: 25px;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n        }\n        \n        .timeline-title {\n            font-family: 'Merriweather', serif;\n            font-size: 18px;\n            font-weight: 700;\n            color: #2E7D32;\n            text-align: center;\n            margin-bottom: 20px;\n        }\n        \n        .timeline-steps {\n            display: flex;\n            flex-direction: column;\n            gap: 15px;\n        }\n        \n        .timeline-step {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            padding: 12px;\n            background: #F1F8F4;\n            border-radius: 8px;\n        }\n        \n        .step-marker {\n            width: 40px;\n            height: 40px;\n            background: #FF9800;\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-family: 'Merriweather', serif;\n            font-size: 16px;\n            font-weight: 700;\n            flex-shrink: 0;\n        }\n        \n        .step-content strong {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 14px;\n            color: #2E7D32;\n            display: block;\n            margin-bottom: 4px;\n        }\n        \n        .step-content p {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 16px;\n            color: #666;\n            margin: 0;\n        }\n        \n        \/* Final Section *\/\n        .final-section {\n            padding: 30px 0;\n            background: linear-gradient(135deg, #F1F8F4, #E8F5E9);\n            position: relative;\n            width: 100%;\n            box-sizing: border-box;\n            margin-top: 40px;\n        }\n        .final-section .container {\n            max-width: 100%;\n            padding: 0 16px;\n            margin: 0 auto;\n            box-sizing: border-box;\n        }\n        \/* Guarantee Block *\/\n        .final-section .guarantee-block {\n            background: white;\n            padding: 20px;\n            border-radius: 16px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n            margin-bottom: 20px;\n            border: 2px solid #E8F5E9;\n            width: 100%;\n            box-sizing: border-box;\n        }\n        .final-section .guarantee-header {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            margin-bottom: 15px;\n        }\n        .final-section .guarantee-icons {\n            display: flex;\n            gap: 8px;\n        }\n        .final-section .icon-shield, \n        .final-section .icon-leaf {\n            font-size: 24px;\n            padding: 8px;\n            background: #F1F8F4;\n            border-radius: 50%;\n        }\n        .final-section .guarantee-title {\n            font-family: 'Merriweather', serif;\n            font-size: 20px;\n            font-weight: 700;\n            color: #2E7D32;\n            margin: 0;\n            line-height: 1.3;\n        }\n        .final-section .guarantee-badges {\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n            margin-bottom: 12px;\n        }\n        .final-section .badge {\n            background: #F1F8F4;\n            color: #2E7D32;\n            padding: 8px 12px;\n            border-radius: 8px;\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 18px;\n            font-weight: 600;\n            border-left: 4px solid #4CAF50;\n        }\n        .final-section .guarantee-text {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 17px;\n            color: #444;\n            line-height: 1.5;\n            margin: 0;\n            padding: 12px;\n            background: #FFF8E1;\n            border-radius: 8px;\n            border-left: 4px solid #FF9800;\n        }\n        \/* Urgency Block *\/\n        .final-section .urgency-block {\n            background: white;\n            padding: 20px;\n            border-radius: 16px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n            margin-bottom: 20px;\n            border: 2px solid #FFECB3;\n            width: 100%;\n            box-sizing: border-box;\n        }\n        .final-section .urgency-badge {\n            background: #FF9800;\n            color: white;\n            padding: 8px 16px;\n            border-radius: 20px;\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 14px;\n            font-weight: 700;\n            display: inline-block;\n            margin-bottom: 10px;\n        }\n        .final-section .urgency-title {\n            font-family: 'Merriweather', serif;\n            font-size: 18px;\n            font-weight: 700;\n            color: #D32F2F;\n            margin: 0 0 20px 0;\n            line-height: 1.4;\n        }\n        \/* Countdown Timer *\/\n        .final-section .countdown-timer {\n            background: #FFF8E1;\n            padding: 15px;\n            border-radius: 12px;\n            margin-bottom: 20px;\n            text-align: center;\n            border: 2px dashed #FF9800;\n        }\n        .final-section .timer-title {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 14px;\n            color: #D32F2F;\n            font-weight: 600;\n            margin-bottom: 10px;\n        }\n        .final-section .timer-digits {\n            display: flex;\n            justify-content: center;\n            gap: 15px;\n        }\n        .final-section .time-unit {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n        .final-section .digit {\n            font-family: 'Merriweather', serif;\n            font-size: 32px;\n            font-weight: 900;\n            color: #FF9800;\n            background: white;\n            padding: 8px 12px;\n            border-radius: 8px;\n            min-width: 60px;\n            text-align: center;\n            box-shadow: 0 2px 8px rgba(255,152,0,0.3);\n        }\n        .final-section .unit-label {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 12px;\n            color: #666;\n            margin-top: 5px;\n            font-weight: 600;\n        }\n        \/* Price Strip *\/\n        .final-section .price-strip {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            background: #F1F8F4;\n            padding: 15px;\n            border-radius: 12px;\n            margin-bottom: 15px;\n            flex-wrap: wrap;\n            gap: 10px;\n        }\n        .final-section .original-price, \n        .final-section .current-price {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n        .final-section .label {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 12px;\n            color: #666;\n            margin-bottom: 4px;\n        }\n        .final-section .price {\n            font-family: 'Merriweather', serif;\n            font-size: 18px;\n            font-weight: 700;\n        }\n        .final-section .crossed {\n            color: #999;\n            text-decoration: line-through;\n        }\n        .final-section .highlight {\n            color: #2E7D32;\n            font-size: 22px;\n        }\n        .final-section .discount-badge {\n            background: #D32F2F;\n            color: white;\n            padding: 6px 12px;\n            border-radius: 15px;\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 14px;\n            font-weight: 700;\n        }\n        \/* Stock Indicator *\/\n        .final-section .stock-indicator {\n            text-align: center;\n        }\n        .final-section .stock-bar {\n            width: 100%;\n            height: 8px;\n            background: #E0E0E0;\n            border-radius: 4px;\n            margin-bottom: 8px;\n            overflow: hidden;\n        }\n        .final-section .stock-fill {\n            height: 100%;\n            background: linear-gradient(90deg, #FF9800, #D32F2F);\n            border-radius: 4px;\n            transition: width 0.3s ease;\n        }\n        .final-section .stock-text {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 14px;\n            color: #D32F2F;\n            font-weight: 700;\n        }\n        \/* Lead Form Block *\/\n        .final-section .lead-form-block {\n            background: white;\n            padding: 20px;\n            border-radius: 16px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n            margin-bottom: 20px;\n            width: 100%;\n            box-sizing: border-box;\n        }\n        .final-section .form-header {\n            text-align: center;\n            margin-bottom: 20px;\n        }\n        .final-section .form-title {\n            font-family: 'Merriweather', serif;\n            font-size: 20px;\n            font-weight: 700;\n            color: #2E7D32;\n            margin-bottom: 8px;\n            line-height: 1.3;\n        }\n        .final-section .form-subtitle {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 14px;\n            color: #666;\n            line-height: 1.4;\n            margin: 0;\n        }\n        .final-section .lead-form {\n            display: flex;\n            flex-direction: column;\n            gap: 15px;\n        }\n        .final-section .form-group {\n            display: flex;\n            flex-direction: column;\n        }\n        .final-section .form-group label {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 14px;\n            font-weight: 600;\n            color: #444;\n            margin-bottom: 6px;\n        }\n        .final-section .form-group input {\n            padding: 12px 15px;\n            border: 2px solid #E0E0E0;\n            border-radius: 8px;\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 16px;\n            transition: border-color 0.3s ease;\n            width: 100%;\n            box-sizing: border-box;\n        }\n        .final-section .form-group input:focus {\n            outline: none;\n            border-color: #4CAF50;\n        }\n        .final-section .checkbox-group {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            margin: 10px 0;\n        }\n        .final-section .checkbox-group input[type=\"checkbox\"] {\n            width: 18px;\n            height: 18px;\n        }\n        .final-section .checkbox-group label {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 14px;\n            color: #444;\n            margin: 0;\n        }\n        .final-section .cta-button {\n            background: linear-gradient(135deg, #FF9800, #F57C00);\n            color: white;\n            border: none;\n            padding: 16px 20px;\n            border-radius: 50px;\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 18px;\n            font-weight: 700;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 15px rgba(255,152,0,0.3);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n            margin-top: 10px;\n            width: 100%;\n            box-sizing: border-box;\n        }\n        .final-section .cta-button:active {\n            transform: scale(0.98);\n            box-shadow: 0 2px 10px rgba(255,152,0,0.5);\n        }\n        .final-section .button-icon {\n            font-size: 20px;\n        }\n        .final-section .form-footer {\n            text-align: center;\n            margin-top: 15px;\n        }\n        .final-section .privacy-text {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 12px;\n            color: #999;\n            margin: 0;\n        }\n        \n        \/* Reviews Section - Improved for Mobile *\/\n        .reviews-section {\n            padding: 40px 0 20px 0;\n            background-color: #FFFFFF;\n            position: relative;\n        }\n        .reviews-headline {\n            font-family: 'Merriweather', serif;\n            font-size: 28px;\n            font-weight: 700;\n            color: #2E7D32;\n            text-align: center;\n            margin-bottom: 30px;\n            line-height: 1.3;\n        }\n        \/* Reviews Stack - One by One *\/\n        .reviews-stack {\n            display: flex;\n            flex-direction: column;\n            gap: 20px;\n            margin-bottom: 30px;\n        }\n        .review-card {\n            background: white;\n            padding: 20px;\n            border-radius: 16px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n            border: 1px solid #f0f0f0;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        .review-header {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            margin-bottom: 15px;\n        }\n        .user-photo {\n            width: 60px;\n            height: 60px;\n            border-radius: 50%;\n            background: linear-gradient(135deg, #2E7D32, #4CAF50);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n            border: 3px solid #E8F5E9;\n        }\n        .photo-placeholder {\n            color: white;\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 18px;\n            font-weight: 700;\n        }\n        .user-info {\n            flex: 1;\n        }\n        .user-name {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 16px;\n            font-weight: 700;\n            color: #2E7D32;\n            margin-bottom: 5px;\n        }\n        .review-rating {\n            display: flex;\n            gap: 2px;\n        }\n        .star {\n            font-size: 18px;\n            color: #FF9800;\n        }\n        .review-text {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 14px;\n            color: #444;\n            line-height: 1.6;\n            margin: 0;\n        }\n        \/* Closing Line *\/\n        .closing-line {\n            text-align: center;\n            margin-bottom: 25px;\n            padding: 20px 0;\n            border-top: 1px solid #f0f0f0;\n            border-bottom: 1px solid #f0f0f0;\n        }\n        .closing-line p {\n            font-family: 'Merriweather', serif;\n            font-size: 20px;\n            font-weight: 700;\n            color: #2E7D32;\n            margin: 0;\n        }\n        \/* CTA Button *\/\n        .reviews-cta {\n            text-align: center;\n            margin-bottom: 30px;\n        }\n        .cta-button {\n            background: linear-gradient(135deg, #FF9800, #F57C00);\n            color: white;\n            border: none;\n            padding: 16px 32px;\n            border-radius: 50px;\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 18px;\n            font-weight: 700;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 15px rgba(255,152,0,0.3);\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n        }\n        .cta-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(255,152,0,0.4);\n        }\n        .button-icon {\n            font-size: 20px;\n        }\n        \/* Small Footer *\/\n        .small-footer {\n            text-align: center;\n            padding: 20px 0 10px 0;\n            border-top: 1px solid #f0f0f0;\n        }\n        .small-footer p {\n            font-family: 'Noto Sans Devanagari', 'Poppins', sans-serif;\n            font-size: 12px;\n            color: #666;\n            margin: 5px 0;\n            line-height: 1.4;\n        }\n        .small-footer a {\n            color: #2E7D32;\n            text-decoration: none;\n        }\n        .small-footer a:hover {\n            text-decoration: underline;\n        }\n        .disclaimer {\n            font-size: 11px !important;\n            color: #999 !important;\n            font-style: italic;\n            margin-top: 10px !important;\n        }\n        \n        \/* Mobile Optimizations *\/\n        @media (max-width: 768px) {\n            .reviews-headline {\n                font-size: 24px;\n                margin-bottom: 20px;\n            }\n            .closing-line p {\n                font-size: 18px;\n            }\n            .cta-button {\n                padding: 14px 28px;\n                font-size: 16px;\n            }\n            .review-card {\n                padding: 15px;\n            }\n            .user-photo {\n                width: 50px;\n                height: 50px;\n            }\n            .photo-placeholder {\n                font-size: 16px;\n            }\n            .user-name {\n                font-size: 14px;\n            }\n            .review-text {\n                font-size: 13px;\n            }\n            .star {\n                font-size: 16px;\n            }\n        }\n        \n        \/* Very Small Mobile *\/\n        @media (max-width: 480px) {\n            .review-card {\n                padding: 12px;\n            }\n            .user-photo {\n                width: 45px;\n                height: 45px;\n            }\n            .photo-placeholder {\n                font-size: 14px;\n            }\n            .user-name {\n                font-size: 13px;\n            }\n            .review-text {\n                font-size: 15px;\n            }\n            .star {\n                font-size: 14px;\n            }\n        }\n        \n        \/* Mobile Optimizations for Final Section *\/\n        @media (max-width: 768px) {\n            .final-section {\n                padding: 20px 0;\n                margin-top: 30px;\n            }\n            \n            .final-section .container {\n                padding: 0 12px;\n            }\n            \n            .final-section .guarantee-block,\n            .final-section .urgency-block,\n            .final-section .lead-form-block {\n                padding: 15px;\n            }\n            \n            .final-section .guarantee-title {\n                font-size: 18px;\n            }\n            \n            .final-section .urgency-title {\n                font-size: 16px;\n            }\n            \n            .final-section .digit {\n                font-size: 24px;\n                min-width: 50px;\n                padding: 6px 10px;\n            }\n            \n            .final-section .price-strip {\n                flex-direction: column;\n                text-align: center;\n                gap: 15px;\n            }\n            \n            .final-section .timer-digits {\n                gap: 10px;\n            }\n            \n            .final-section .form-title {\n                font-size: 18px;\n            }\n            \n            .final-section .cta-button {\n                padding: 14px 16px;\n                font-size: 16px;\n            }\n        }\n        @media (max-width: 480px) {\n            .final-section {\n                padding: 15px 0;\n            }\n            \n            .final-section .container {\n                padding: 0 10px;\n            }\n            \n            .final-section .guarantee-block,\n            .final-section .urgency-block,\n            .final-section .lead-form-block {\n                padding: 12px;\n            }\n            \n            .final-section .guarantee-title {\n                font-size: 16px;\n            }\n            \n            .final-section .urgency-title {\n                font-size: 15px;\n            }\n            \n            .final-section .digit {\n                font-size: 20px;\n                min-width: 45px;\n                padding: 5px 8px;\n            }\n            \n            .final-section .cta-button {\n                font-size: 15px;\n                padding: 12px 15px;\n            }\n        }\n\t\t\n\t\t.doctor-image-box {\n  width: 100%;\n  max-width: 480px;        \/* default max size *\/\n  margin: 20px auto;       \/* center horizontally *\/\n  border: 1px solid #ccc;\n  box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n  overflow: hidden;\n  background: #f9f9f9;\n  text-align: center;\n}\n\n.doctor-image-box img {\n  width: 100%;\n  height: auto;            \/* auto height to keep proportions *\/\n  display: block;\n  object-fit: cover;\n  transition: transform 0.3s ease;\n}\n\n.doctor-image-box:hover img {\n  transform: scale(1.03);  \/* smooth zoom *\/\n}\n\n\/* Optional: make it a bit smaller on very small phones *\/\n@media (max-width: 420px) {\n  .doctor-image-box {\n    max-width: 95%;\n  }\n}\n .ingredients-section {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n            background: white;\n            border-radius: 20px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n        }\n        \n        .ingredients-headline {\n            text-align: center;\n            font-size: 2.5rem;\n            color: #2c5530;\n            margin-bottom: 15px;\n            font-weight: 700;\n            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);\n        }\n        \n        .ingredients-subheadline {\n            text-align: center;\n            font-size: 1.2rem;\n            color: #5a7d59;\n            margin-bottom: 40px;\n            max-width: 600px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n        \n        .ingredients-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 25px;\n            margin-bottom: 40px;\n        }\n        \n        .ingredient-card {\n            background: white;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            display: flex;\n            flex-direction: column;\n            height: 100%;\n        }\n        \n        .ingredient-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);\n        }\n        \n        .ingredient-image {\n            height: 200px;\n            overflow: hidden;\n            position: relative;\n        }\n        \n        .ingredient-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.5s ease;\n        }\n        \n        .ingredient-card:hover .ingredient-image img {\n            transform: scale(1.05);\n        }\n        \n        .ingredient-content {\n            padding: 20px;\n            flex-grow: 1;\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .ingredient-name {\n            font-size: 1.4rem;\n            color: #2c5530;\n            margin-bottom: 10px;\n            font-weight: 600;\n        }\n        \n        .ingredient-benefit {\n            font-size: 1rem;\n            color: #5a7d59;\n            margin-bottom: 15px;\n            flex-grow: 1;\n        }\n        \n        .ingredient-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 8px;\n        }\n        \n        .tag {\n            background: #e8f5e9;\n            color: #2c5530;\n            padding: 5px 12px;\n            border-radius: 20px;\n            font-size: 0.85rem;\n            font-weight: 500;\n        }\n        \n        .certification {\n            display: flex;\n            justify-content: center;\n            margin-top: 30px;\n        }\n        \n        .certification-badge {\n            display: flex;\n            align-items: center;\n            background: linear-gradient(135deg, #2c5530 0%, #5a7d59 100%);\n            color: white;\n            padding: 20px 30px;\n            border-radius: 15px;\n            box-shadow: 0 5px 15px rgba(44, 85, 48, 0.3);\n            max-width: 500px;\n            width: 100%;\n        }\n        \n        .badge-icon {\n            font-size: 2.5rem;\n            margin-right: 20px;\n        }\n        \n        .badge-content h4 {\n            margin: 0 0 5px 0;\n            font-size: 1.2rem;\n        }\n        \n        .badge-content p {\n            margin: 0;\n            font-size: 0.95rem;\n            opacity: 0.9;\n        }\n        \n        \/* à¤›à¤µà¤¿ à¤µà¤¿à¤•à¤²à¥à¤ª à¤¸à¥à¤Ÿà¤¾à¤‡à¤² *\/\n        .image-options {\n            margin-top: 40px;\n            padding: 20px;\n            background: #f9f9f9;\n            border-radius: 15px;\n        }\n        \n        .image-options h3 {\n            text-align: center;\n            color: #2c5530;\n            margin-bottom: 20px;\n        }\n        \n        .option-buttons {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 15px;\n        }\n        \n        .option-btn {\n            padding: 10px 20px;\n            background: #5a7d59;\n            color: white;\n            border: none;\n            border-radius: 30px;\n            cursor: pointer;\n            transition: background 0.3s ease;\n            font-weight: 500;\n        }\n        \n        .option-btn:hover {\n            background: #2c5530;\n        }\n        \n        \/* à¤°à¥‡à¤¸à¥à¤ªà¥‰à¤¨à¥à¤¸à¤¿à¤µ à¤¡à¤¿à¤œà¤¼à¤¾à¤‡à¤¨ *\/\n        @media (max-width: 768px) {\n            .ingredients-grid {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n            \n            .ingredients-headline {\n                font-size: 2rem;\n            }\n            \n            .ingredients-subheadline {\n                font-size: 1.1rem;\n            }\n            \n            .certification-badge {\n                flex-direction: column;\n                text-align: center;\n                padding: 20px;\n            }\n            \n            .badge-icon {\n                margin-right: 0;\n                margin-bottom: 10px;\n            }\n        }\n.mbv-credit-footer {\n  text-align: center;\n  font-size: 13px;\n  color: #64748b;\n  padding: 12px 10px;\n  border-top: 1px solid rgba(15,23,42,0.06);\n  background: rgba(15,23,42,0.02);\n  margin-top: 40px;\n}\n\n.mbv-credit-footer p {\n  margin: 0;\n  line-height: 1.6;\n}\n\n.mbv-credit-footer a {\n  color: #7c3aed;\n  font-weight: 600;\n  text-decoration: none;\n  padding: 2px 6px;\n  border-radius: 6px;\n  background: rgba(124, 58, 237, 0.08);\n  transition: all 0.3s ease;\n}\n\n.mbv-credit-footer a:hover {\n  color: #6d28d9;\n  background: rgba(124, 58, 237, 0.15);\n}\n    \t\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003csection style=\"background: #f7fdf9; padding: 30px 15px; font-family: Arial, sans-serif;\"\u003e\u003c!-- STYLE FOR FAQ --\u003e\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .faq-wrapper {\n    padding: 40px 20px;\n    background: #f9fff6;\n  }\n\n  .faq-section {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  .faq-item {\n    margin-bottom: 15px;\n    border: 1px solid #d4e9d9;\n    border-radius: 10px;\n    overflow: hidden;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.03);\n    background-color: #ffffff;\n  }\n\n  .faq-question {\n    background-color: #eefbf1;\n    color: #1b5e20;\n    font-size: 18px;\n    padding: 16px;\n    width: 100%;\n    text-align: left;\n    border: none;\n    cursor: pointer;\n    font-weight: 600;\n    transition: background-color 0.3s;\n  }\n\n  .faq-question:hover {\n    background-color: #daf2e1;\n  }\n\n  .faq-answer {\n    padding: 16px;\n    display: none;\n    background-color: #fff;\n    color: #333;\n    font-size: 16px;\n    line-height: 1.6;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003csection style=\"background: #f7fdf9; padding: 30px 15px; font-family: Arial, sans-serif;\"\u003e\u003cfooter style=\"background: #eefaf0; color: black; font-family: Arial, sans-serif; padding: 40px 20px;\"\u003e\n\u003cdiv style=\"max-width: 1200px; margin: auto; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px;\"\u003e\n\u003c!-- Office Info --\u003e\n\u003cdiv style=\"flex: 1; min-width: 250px;\"\u003e\n\u003ch3 style=\"margin-bottom: 15px; font-size: 18px;\"\u003eOur Office\u003c\/h3\u003e\n\u003cp\u003eDhara Enterprise \u003cbr\u003eBehind ITI-Jetpur\u003cbr\u003eOld Rajkot-Junagadh High Way \u003cbr\u003eJetpur-360370\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Contact Info --\u003e\n\u003cdiv style=\"flex: 1; min-width: 250px;\"\u003e\n\u003ch3 style=\"margin-bottom: 15px; font-size: 18px;\"\u003eContact\u003c\/h3\u003e\n\u003cp\u003ePhone: \u003ca style=\"color: black; text-decoration: none;\" href=\"tel:+919876543210\"\u003e+91 88 66 344 336 \u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003eWhatsApp: \u003ca style=\"color: black; text-decoration: none;\" href=\"https:\/\/wa.me\/919876543210\" target=\"_blank\"\u003e+91 88 66 344 336 \u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Bottom --\u003e\n\u003cdiv style=\"text-align: center; margin-top: 30px; font-size: 14px; opacity: 0.8;\"\u003e© Dhara Enterprise All Rights Reserved.\u003c\/div\u003e\n\u003c\/footer\u003e\u003c!-- SCRIPT TO TOGGLE FAQ --\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Dhara Enterprise","offers":[{"title":"Default Title","offer_id":52914326700399,"sku":"DBCARE","price":900.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0971\/5531\/8127\/files\/25_d89ab848-dd77-4a36-a0ee-3183f8b2b434.webp?v=1777876207","url":"https:\/\/dharaherb.org\/products\/db-care-tablet","provider":"Dhara Enterprise","version":"1.0","type":"link"}