ॐ नमः शिवाय — पंचाक्षर शिव महामंत्र की महिमा, अर्थ एवं साधना
समस्त वेदों का सार — पंचतत्व संतुलन और मोक्ष प्रदाता तारक मंत्र
ॐ नमः शिवाय — पंचाक्षर शिव महामंत्र की महिमा, अर्थ एवं साधना
🔱 पंचाक्षर मंत्र में पंचमहाभूतों का रहस्य
- न (Na): पृथ्वी तत्व (स्थिरता एवं सहनशीलता)
- म (Ma): जल तत्व (पवित्रता एवं शीतलता)
- शि (Shi): अग्नि तत्व (तेज एवं समस्त पापों का दहन)
- वा (Va): वायु तत्व (प्राण शक्ति एवं चेतना)
- य (Ya): आकाश तत्व (सर्वव्यापकता एवं आत्म तत्व)
🌿 जप की सरल विधि
इस महामंत्र के जप के लिए किसी कठिन नियम या कर्मकांड की आवश्यकता नहीं है। इसे चलते-फिरते, बैठते, सुख-दुःख हर परिस्थिति में जपा जा सकता है। प्रातःकाल स्नान के उपरांत रुद्राक्ष माला से 108 बार जप करने से अंतःकरण निर्मल और मन शांत हो जाता है।
if (typeof bdDownloadDevotionalPDF === ‘undefined’) {
window.bdDownloadDevotionalPDF = function(btn) {
var wrap = btn.closest(‘.bd-post-article-wrap’);
var src = wrap ? wrap.querySelector(‘.bd-pdf-document-source’) : document.querySelector(‘.bd-pdf-document-source’);
if (!src) { window.print(); return; }
var slug = src.getAttribute(‘data-slug’) || ‘bhartiyadoot-devotional’;
var title = src.getAttribute(‘data-title’) || document.title;
var imgUrl = src.getAttribute(‘data-image’) || ”;
var innerContent = src.querySelector(‘.bd-pdf-inner-content’) ? src.querySelector(‘.bd-pdf-inner-content’).innerHTML : src.innerHTML;
var sheet = document.createElement(‘div’);
sheet.id = ‘bd-temp-pdf-render’;
sheet.style.position = ‘fixed’;
sheet.style.left = ‘-9999px’;
sheet.style.top = ‘0’;
sheet.style.width = ‘750px’;
sheet.style.background = ‘#FFFFFF’;
sheet.style.padding = ’35px 40px’;
sheet.style.boxSizing = ‘border-box’;
sheet.style.fontFamily = “‘Noto Sans Devanagari’, sans-serif”;
sheet.innerHTML =
‘
‘ +
(imgUrl ? ‘
‘ : ”) +
‘
‘ + title + ‘
‘ +
‘
‘ +
‘
‘ +
‘
‘;
document.body.appendChild(sheet);
function runPdf() {
var opt = {
margin: [10, 10, 10, 10],
filename: slug + ‘.pdf’,
image: { type: ‘jpeg’, quality: 0.98 },
html2canvas: { scale: 2, useCORS: true },
jsPDF: { unit: ‘mm’, format: ‘a4’, orientation: ‘portrait’ }
};
html2pdf().set(opt).from(sheet).save().then(function() {
document.body.removeChild(sheet);
}).catch(function() {
document.body.removeChild(sheet);
window.print();
});
}
if (typeof html2pdf === ‘undefined’) {
var script = document.createElement(‘script’);
script.src = ‘https://cdnjs.cloudflare.com/ajax/libs/html2pdf.js/0.10.1/html2pdf.bundle.min.js’;
script.onload = runPdf;
script.onerror = function() {
document.body.removeChild(sheet);
window.print();
};
document.head.appendChild(script);
} else {
runPdf();
}
};
}