क्रिकेट स्पोर्ट्स बॉलीवुड राजनीति जॉब - एजुकेशन बिजनेस लाइफस्टाइल देश अंतरराष्ट्रीय टेक्नोलॉजी छत्तीसगढ़

---Advertisement---

पैरेंटिंग – नौकरी के साथ बच्चे को समय नहीं दे पाते: वह जिद्दी हो रहा है, अपनी डिमांड पूरी करने के लिए ब्लैकमेल करता है, क्या करें?

On: अप्रैल 9, 2026 4:30 पूर्वाह्न
Follow Us:
पेरेंटिंग जॉब के साथ बच्चे को वक्त नहीं दे पाते:वो जिद्दी हो रहा है, अपनी डिमांड पूरी करने के लिए ब्लैकमेल करता है, क्या करें?
---Advertisement---

प्रश्न: मैं दिल्ली से हूँ। मेरा एक आठ साल का बेटा है। मैं और मेरा पति दोनों कॉर्पोरेट नौकरी करते हैं। काम के कारण हम बच्चे को पर्याप्त समय नहीं दे पाते थे। इस कमी को पूरा करने के लिए हम अक्सर उसे महंगे उपहार, गैजेट्स देते थे, उसकी हर इच्छा पूरी करते थे। लेकिन कुछ समय से हमें ऐसा लग रहा है कि बेटे की उम्मीदें पूरी नहीं हो पा रही हैं। मीदे बढ़ते जा रहे हैं. वह अपनी बात को मनाने के लिए इमोशनल ब्लैकमेल भी करने लगे हैं. हम अब अपनी गलती का एहसास भी कर रहे हैं, लेकिन समझ नहीं आ रहा कि इसे ठीक कैसे किया जाए सही संतुलन कैसे बनाएं? कृपया मदद करें। अमिता श्रृंगी, मनोवैज्ञानिक, परिवार और बाल परामर्शदाता, जयपुर उत्तर – सवाल पूछने के लिए धन्यवाद। यह सवाल आज कई कामकाजी माता – पिता की स्थिति को दर्शाता है। कामकाजी माता-पिता के लिए काम और परिवार के बीच संतुलन बनाना चुनौतीपूर्ण है। ऐसे में बच्चे को पर्याप्त समय नहीं दे पाने पर गुमान होना स्वाभाविक है। माता-पिता इस कमी को पूरा करने के लिए बच्चों को महंगे खिलौने, गैजेट्स या पैसे देकर खुश करने की कोशिश करते हैं। बच्चों के दिमाग में यह धारणा बन जाती है कि प्यार का मतलब सिर्फ भौतिक चीजें या सुख-सुविधाएं हैं। हालांकि अच्छी बात यह है कि आपने समय से पहले इस बदलाव को देखा है समझदार।

Join WhatsApp

Join Now

Join Telegram

Join Now

Leave a Comment

// Function to get current page info for sharing const currentUrl = window.location.href; const pageTitle = document.title; // --- 1. Follow Your Official Pages --- // These links go directly to the URLs you provided // Instagram Follow document.getElementById('wpliteInstagramFollow').addEventListener('click', function() { const instaUrl = 'https://www.instagram.com/worldprime.news?igsh=N3I0azl5ZTd1b3U5&utm_source=qr'; window.open(instaUrl, '_blank'); }); // Facebook Follow document.getElementById('wpliteFacebookFollow').addEventListener('click', function() { const fbUrl = 'https://www.facebook.com/share/1ATWDHQiYR/?mibextid=wwXIfr'; window.open(fbUrl, '_blank'); }); // --- 2. Share Current Page to Others --- // These remain as "Sharing" functions // WhatsApp Share document.getElementById('wpliteWhatsAppShare').addEventListener('click', function() { const whatsappUrl = 'https://api.whatsapp.com/send?text=' + encodeURIComponent(pageTitle + " " + currentUrl); window.open(whatsappUrl, '_blank'); }); // Twitter Share document.getElementById('wpliteTwitterShare').addEventListener('click', function() { const twitterUrl = 'https://twitter.com/intent/tweet?url=' + encodeURIComponent(currentUrl) + '&text=' + encodeURIComponent(pageTitle); window.open(twitterUrl, '_blank'); }); // --- 3. Mobile Native Share (The Floating Button) --- document.getElementById("mobileShareFloatingButton").addEventListener("click", function (e) { e.preventDefault(); if (navigator.share) { navigator.share({ title: pageTitle, url: currentUrl }) .then(() => console.log("Share successful")) .catch(err => console.error("Share failed", err)); } else { alert("Native sharing not supported. Use the icons below!"); } });