Chitram news
Newspaper Banner
Date of Publish : 06 August 2025, 11:50 am Editor : Chitram news

అంతర్రాష్ట్ర రహదారిపై గుంతలను పూడ్చండి 

అంతర్రాష్ట్ర రహదారిపై గుంతలను పూశ్చాలని ఆర్&బీ అధికారి అజ్మత్ అలీకి వినతిపత్రం అందజేస్తున్న దృశ్యం 

చిత్రం న్యూస్, బోథ్: ఆదిలాబాద్ జిల్లా బోథ్ మండలంలోని పొచ్చర క్రాస్ రోడ్డు నుండి సొనాల మండల కేంద్రం మీదుగా మహారాష్ట్ర వైపుకు వెళ్లే అంతరాష్ట్ర రహదారిపై కనుగుట్ట సమీపంలో గల పెద్ద వాగు దగ్గర, కౌట, సాకేర గ్రామల సమీపంలో పెద్ద పెద్ద గుంతలు ఏర్పడ్డాయి. పొచ్చర బంక్ నుండి కౌఠ వరకు రోడ్డుకు ఇరువైపులా చెట్లు బాగా పెరిగిపోయాయి.  వాటి వల్ల మలుపు వద్ద వచ్చే వాహనాలు కనిపించడం లేదు. ఈ అంతరాష్ట్ర మార్గం గుండా నిత్యం వందలాది వాహనాలు తమ రాకపోకలను కొనసాగిస్తుంటాయి. ఈ గుంతల కారణంగా ఇప్పటికే ఈ మార్గంలో పదుల సంఖ్యలో వాహనదారులు ప్రమాదాలకు గురయ్యారు. ఈ మార్గంలో గుంతలతో పాటు రోడ్డు కి ఇరువైపుల పెరిగిన చెట్లు, ముళ్ల పొదలు సైతం ప్రమాదాలకు కారణమవుతున్నాయి. రోడ్డు పైకి వచ్చిన పొదల కారణంగా ముందర నుండి వచ్చే వాహనం కనిపించక పోవడంతో ప్రమాదాలకు గురవుతున్నారు. ప్రమాదాలకు నెలవుగా మారిన గుంతలను పూడ్చివేయడంతో పాటు రోడ్డుకు అడ్డంగా వచ్చిన పొదలను తొలగించాలని కోరుతూ బుధవారం నేషనల్ హ్యూమన్ రైట్స్ కమిటీ బోథ్ మండల చైర్మన్ పూండ్రు ఆదిత్య రెడ్డి, కన్వీనర్ గొడిసెల రమణ గౌడ్ లు ఆర్&బీ అధికారి అజ్మత్ అలీకి వినతిపత్రంను అందజేశారు.

#mobileMenu { display: none; position: fixed; top: 0; left: 0; height: 100%; width: 240px; background: #fff; box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2); z-index: 99999; padding: 20px; }

#mobileMenu a { display: block; padding: 12px 10px; color: #000; text-decoration: none; font-weight: bold; border-bottom: 1px solid #ddd; }

#mobileMenuClose { font-size: 20px; font-weight: bold; cursor: pointer; display: block; margin-bottom: 20px; }

@media (max-width: 768px) { #horizontalScrollMenu { font-size: 14px; } }

✖ Close
హోం

const header = document.getElementById('customStickyHeader'); const placeholder = document.createElement('div'); let isFixed = false;

window.addEventListener('scroll', function () { if (window.scrollY > 10 && !isFixed) { header.style.position = 'fixed'; header.style.top = '0'; header.style.left = '0'; header.style.right = '0'; header.style.zIndex = '9999'; header.style.boxShadow = '0 2px 5px rgba(0,0,0,0.2)'; placeholder.style.height = header.offsetHeight + 'px'; header.parentNode.insertBefore(placeholder, header); isFixed = true; } else if (window.scrollY <= 10 && isFixed) { header.style.position = 'relative'; header.style.boxShadow = 'none'; if (placeholder.parentNode) { placeholder.parentNode.removeChild(placeholder); } isFixed = false; } }); function toggleMenu() { const menu = document.getElementById('mobileMenu'); menu.style.display = menu.style.display === 'block' ? 'none' : 'block'; }