ग्रीन पहाड़ - उत्तराखंड न्यूज़ पोर्टल
📍 उत्तराखंड लाइव मौसम बुलेटिन
लोड हो रहा है... ☀️ मुख्यतः साफ़ 29°C 💧 आर्द्रता: 27% 💨 हवा: 11 km/h
ताज़ा अपडेट
मौसम विभाग द्वारा पर्वतीय क्षेत्रों के लिए अलर्ट जारी, शुक्रवार से कुछ हिस्सों में गरज के साथ बारिश का अंदेशा... नदी-घाटों और संवेदनशील रास्तों पर राज्य प्रशासन की पैनी नज़र... ऋषिकेश-कर्णप्रयाग रेल परियोजना का काम अंतिम चरण में...
मौसम एवं सुरक्षा Uttarakhand Weather

Uttarakhand Weather: उत्तराखंड के पहाड़ी इलाकों में मौसम का मिजाज बदला, प्रशासन ने जारी की आवश्यक गाइडलाइन

पर्वतीय क्षेत्रों में अचानक मौसम परिवर्तन के बाद स्थानीय प्रशासन पूरी तरह सतर्क हो गया है। सभी प्रमुख मार्गों पर विशेष टीमों को तैनात किया गया है। आने वाले यात्रियों से मौसम का पूर्वानुमान देखकर ही आगे बढ़ने की अपील की गई है...

विकास और संस्कृति

background-color: #f8fafc; color: #0f172a; line-height: 1.6; overflow-x: hidden; } /* LIVE WEATHER HEADER WIDGET */ .weather-header-bar { background: #ffffff; border-bottom: 1px solid #e2e8f0; padding: 10px 20px; display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; font-size: 13px; font-weight: 600; color: #475569; } .weather-location { display: flex; align-items: center; gap: 6px; color: #0f172a; } .weather-status { display: flex; align-items: center; gap: 15px; } .temp-display { font-size: 16px; font-weight: 700; color: #2b9348; } .weather-badge { background: #f1f5f9; padding: 2px 8px; border-radius: 4px; font-size: 11px; color: #64748b; } @media (max-width: 600px) { .weather-header-bar { flex-direction: column; gap: 5px; text-align: center; } } /* Premium Minimal News Ticker */ .ticker-wrap { background: #1e293b; color: #f8fafc; padding: 12px 20px; font-weight: 600; font-size: 14px; overflow: hidden; white-space: nowrap; border-bottom: 3px solid #2b9348; } .ticker-title { background: #d90429; padding: 3px 8px; border-radius: 3px; margin-right: 10px; font-weight: bold; display: inline-block; } .ticker-move { display: inline-block; animation: tickerPlay 28s linear infinite; } .ticker-move:hover { animation-play-state: paused; cursor: pointer; } @keyframes tickerPlay { 0% { transform: translate3d(100%, 0, 0); } 100% { transform: translate3d(-100%, 0, 0); } } /* Container */ .news-container { max-width: 1200px; margin: 30px auto; padding: 0 15px; } /* Layout Grid */ .main-layout { display: grid; grid-template-columns: 2.2fr 1fr; gap: 30px; margin-bottom: 40px; } @media (max-width: 960px) { .main-layout { grid-template-columns: 1fr; } } /* Main Headline Card */ .main-story-card { background: #ffffff; border-radius: 12px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.05); } .story-img-container { position: relative; width: 100%; height: 440px; background: #cbd5e1; } .story-img { width: 100%; height: 100%; object-fit: cover; } .category-badge { position: absolute; top: 20px; left: 20px; background: #2b9348; color: #fff; padding: 6px 14px; font-size: 12px; font-weight: bold; border-radius: 6px; } .story-body { padding: 30px; } .story-title { font-size: 30px; font-weight: 700; color: #0f172a; margin-bottom: 15px; line-height: 1.35; } .story-title a { text-decoration: none; color: inherit; } .story-title a:hover { color: #2b9348; } .story-desc { color: #475569; font-size: 16px; } /* Clean Sidebar Updates */ .sidebar-section { background: #ffffff; padding: 24px; border-radius: 12px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); height: fit-content; } .widget-title { font-size: 18px; font-weight: 700; color: #0f172a; border-bottom: 2px solid #e2e8f0; padding-bottom: 10px; margin-bottom: 20px; position: relative; } .widget-title::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 50px; height: 2px; background: #2b9348; } .bulletin-item { padding: 12px 0; border-bottom: 1px solid #f1f5f9; } .bulletin-item:last-child { border: none; padding-bottom: 0; } .item-time { font-size: 11px; color: #64748b; font-weight: 600; display: block; margin-bottom: 4px; } .item-title { font-size: 14px; font-weight: 600; line-height: 1.4; } .item-title a { text-decoration: none; color: #334155; } .item-title a:hover { color: #d90429; } /* Secondary Row Grid */ .section-divider { margin: 40px 0 20px 0; } .news-grid-three { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 25px; } .grid-card { background: #ffffff; border-radius: 10px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.05); } .grid-img { width: 100%; height: 190px; object-fit: cover; background: #e2e8f0; } .grid-body { padding: 20px; } .grid-meta { font-size: 12px; font-weight: 600; color: #2b9348; } .grid-title { font-size: 15px; font-weight: 700; margin-top: 8px; line-height: 1.45; } .grid-title a { text-decoration: none; color: #1e293b; } .grid-title a:hover { color: #2b9348; } /* Absolute Full-Width Breakthrough CSS */ .breakout-footer { background: #1e293b; padding: 30px 0; margin-top: 60px; border-top: 4px solid #2b9348; width: 100vw; position: relative; left: 50%; transform: translateX(-50%); } .footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; text-align: center; } .footer-links { margin-bottom: 15px; display: flex; justify-content: center; gap: 35px; flex-wrap: wrap; } .footer-links a { color: #cbd5e1; text-decoration: none; font-size: 14px; font-weight: 600; }