<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-9122151121349724808</id><updated>2026-03-30T06:32:55.639-07:00</updated><category term="Safety Manual"/><category term="safety gurukul"/><category term="Chemical Safety"/><category term="Celebrations"/><category term="Demarcation of Work Area"/><category term="Fire"/><category term="Guarding of Live Apparatus"/><category term="Hazardous Waste"/><category term="Height"/><category term="Maintenance of Electrical sub-station"/><category term="Operation on live electrical apparatus"/><category term="PDF Book. E-Book"/><category term="Safety Leadership"/><category term="Safety Week"/><category term="Safety in Garages"/><category term="Safety in Switch Yard"/><category term="Safety in Switchboards"/><category term="Safety in Workshops"/><category term="Safety in a Substation"/><category term="Safety of Structures and Buildings"/><category term="Self Evaluation"/><category term="Switchyard and Switch boards"/><category term="Thermal Power Plant"/><category term="Working Near High Voltage and Extra Hign Voltage Conductors"/><category term="Working on Remotely Controlled and Automatically Controlled Equipments"/><category term="cerificate"/><category term="electro-mechanical equipments"/><category term="quiz"/><category term="safe working clearance in electrical work"/><category term="safety"/><category term="safety Blog"/><category term="test"/><category term="work"/><title type='text'>Safety Gurukul</title><subtitle type='html'>Dedicated For Safety Education and Awareness</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://safetygurukul.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='https://safetygurukul.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>Narendra Arya</name><uri>http://www.blogger.com/profile/05274105664901468001</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJQ_C-6vlqjQm18qsy4UwsM7dKK21amAjp0Z8hWr-7mJNHFRPC7lxZrgsfGm8vMO6nYBqhyLqPEHUw1qIE5vOvtiDKC4jdDeHutwJwE4urYFPAZD2MQmailWfS2iGFhJnPDF-mMPpuWJuaqvJqMqdFY2cywIKJsvY8lxAtRjykcuSrwQ/s220/Narendra_arya-removebg-Favicon.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>40</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-9122151121349724808.post-4553404783982937077</id><published>2026-03-30T06:32:00.000-07:00</published><updated>2026-03-30T06:32:55.620-07:00</updated><title type='text'>Safety in Painting Work</title><content type='html'>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;hi&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;Safety in Painting Works - Thermal Power Plants&lt;/title&gt;
    &lt;link href=&quot;https://fonts.googleapis.com/css2?family=Mukta:wght@400;600;800&amp;family=Poppins:wght@400;600&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
    &lt;style&gt;
        :root {
            --bg-color: #FAFCFF;
            --text-color: #0A192F;
            --primary-blue: #0056B3;
            --paint-red: #D32F2F;
            --paint-yellow: #FBC02D;
            --paint-green: #388E3C;
            --card-bg: #FFFFFF;
            --shadow: 0 8px 16px rgba(0,0,0,0.08);
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: &#39;Mukta&#39;, sans-serif;
            background-color: var(--bg-color);
            color: var(--text-color);
            line-height: 1.7;
            padding-bottom: 80px; /* Space for fixed footer */
        }

        h1, h2, h3 {
            font-family: &#39;Poppins&#39;, sans-serif;
            margin-bottom: 15px;
        }

        .container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 20px;
        }

        /* Hero Section */
        .hero {
            background: linear-gradient(135deg, #ffffff 0%, #f0f4f8 100%);
            border-left: 12px solid var(--primary-blue);
            border-bottom: 4px solid var(--paint-red);
            padding: 50px 30px;
            border-radius: 8px;
            margin-bottom: 40px;
            box-shadow: var(--shadow);
            position: relative;
            overflow: hidden;
        }

        .hero::after {
            content: &#39;&#39;;
            position: absolute;
            top: -20px;
            right: -20px;
            width: 100px;
            height: 100px;
            background: var(--paint-yellow);
            border-radius: 50%;
            opacity: 0.2;
            filter: blur(20px);
        }

        .hero h1 {
            font-size: 2.5rem;
            color: var(--primary-blue);
            font-weight: 800;
        }

        .badge {
            display: inline-block;
            background-color: var(--paint-red);
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: bold;
            margin-bottom: 15px;
        }

        /* Cards Grid */
        .grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin-bottom: 40px;
        }

        .card {
            background: var(--card-bg);
            padding: 25px;
            border-radius: 10px;
            box-shadow: var(--shadow);
            border-top: 5px solid var(--paint-yellow);
            transition: transform 0.3s ease;
        }

        .card:hover {
            transform: translateY(-5px);
        }

        .card.green-border { border-top-color: var(--paint-green); }
        .card.blue-border { border-top-color: var(--primary-blue); }
        .card.red-border { border-top-color: var(--paint-red); }

        /* Tables */
        table {
            width: 100%;
            border-collapse: collapse;
            background: var(--card-bg);
            box-shadow: var(--shadow);
            border-radius: 8px;
            overflow: hidden;
            margin-bottom: 40px;
        }

        th, td {
            padding: 15px;
            text-align: left;
            border-bottom: 1px solid #eee;
        }

        th {
            background-color: var(--primary-blue);
            color: white;
            font-family: &#39;Poppins&#39;, sans-serif;
        }

        /* Quiz Section */
        .quiz-container {
            background: var(--card-bg);
            padding: 30px;
            border-radius: 10px;
            border-left: 8px solid var(--paint-green);
            box-shadow: var(--shadow);
            margin-bottom: 40px;
        }

        .question {
            margin-bottom: 20px;
            display: none;
        }

        .question.active {
            display: block;
        }

        .options button {
            display: block;
            width: 100%;
            padding: 12px;
            margin: 8px 0;
            background: #f8f9fa;
            border: 2px solid #e9ecef;
            border-radius: 6px;
            cursor: pointer;
            font-size: 1rem;
            text-align: left;
            transition: all 0.2s;
            font-family: &#39;Mukta&#39;, sans-serif;
            color: var(--text-color);
        }

        .options button:hover {
            border-color: var(--primary-blue);
            background: #eef2f7;
        }

        /* FAQ Section */
        .faq-item {
            background: var(--card-bg);
            margin-bottom: 10px;
            border-radius: 6px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            border-left: 4px solid var(--primary-blue);
        }

        .faq-question {
            padding: 15px 20px;
            cursor: pointer;
            font-weight: 600;
            font-size: 1.1rem;
            display: flex;
            justify-content: space-between;
        }

        .faq-answer {
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            background: #fcfcfc;
        }

        /* Fixed Footer Elements */
        .visitor-counter {
            position: fixed;
            bottom: 15px;
            left: 15px;
            background: var(--text-color);
            color: white;
            padding: 8px 15px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 600;
            box-shadow: 0 4px 10px rgba(0,0,0,0.2);
            z-index: 1000;
            border: 2px solid var(--paint-green);
        }

        .powered-by {
            position: fixed;
            bottom: 15px;
            left: 50%;
            transform: translateX(-50%);
            background: white;
            padding: 8px 20px;
            border-radius: 25px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.15);
            z-index: 1000;
            border: 2px solid var(--paint-red);
        }

        .powered-by a {
            color: var(--text-color);
            text-decoration: none;
            font-weight: bold;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .powered-by a span {
            color: var(--paint-red);
        }

        .powered-by:hover {
            transform: translateX(-50%) scale(1.05);
            transition: 0.3s ease;
        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

    &lt;div class=&quot;container&quot;&gt;
        &lt;div class=&quot;hero&quot;&gt;
            &lt;span class=&quot;badge&quot;&gt;CEA Guidelines Compliance&lt;/span&gt;
            &lt;h1&gt; पेंटिंग कार्य के दौरान सुरक्षा&lt;/h1&gt;
            &lt;p&gt;&lt;strong&gt;Safety in Painting Works:&lt;/strong&gt; थर्मल पावर प्लांट्स में पाइपलाइनों, स्ट्रक्चर्स और उपकरणों को जंग (Corrosion) से बचाने के लिए पेंटिंग का काम निरंतर चलता रहता है। लेकिन पेंट्स में मौजूद सॉल्वेंट्स, ऊंचाई पर कार्य, और सीमित स्थान (Confined Spaces) गंभीर खतरे पैदा कर सकते हैं। आइए जानते हैं CEA (Central Electricity Authority) दिशानिर्देशों के अनुसार सुरक्षित पेंटिंग के उपाय।&lt;/p&gt;
        &lt;/div&gt;

        &lt;h2&gt;⚠️ पेंटिंग कार्यों से जुड़े मुख्य खतरे (Major Hazards)&lt;/h2&gt;
        &lt;div class=&quot;grid&quot;&gt;
            &lt;div class=&quot;card red-border&quot;&gt;
                &lt;h3&gt;1. आग और विस्फोट का खतरा&lt;/h3&gt;
                &lt;p&gt;पेंट्स, थिनर्स और सॉल्वेंट्स अत्यधिक ज्वलनशील (Flammable) होते हैं। कोई भी स्पार्क या गर्म सतह तुरंत आग भड़का सकती है।&lt;/p&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card blue-border&quot;&gt;
                &lt;h3&gt;2. विषाक्त गैसें (Toxic Fumes)&lt;/h3&gt;
                &lt;p&gt;सीमित स्थानों (जैसे टैंक या बॉयलर के अंदर) पेंटिंग करते समय खतरनाक धुएं (VOCs) जमा हो सकते हैं, जिससे घुटन या बेहोशी हो सकती है।&lt;/p&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card yellow-border&quot;&gt;
                &lt;h3&gt;3. ऊंचाई से गिरना&lt;/h3&gt;
                &lt;p&gt;चिमनी, कूलिंग टावर या ऊंचे स्ट्रक्चर्स पर पेंटिंग करते समय स्काफोल्डिंग (Scaffolding) या हार्नेस की विफलता से गिरने का जोखिम।&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;h2&gt;🛡️ आवश्यक सुरक्षा उपाय (Safety Precautions)&lt;/h2&gt;
        &lt;table&gt;
            &lt;thead&gt;
                &lt;tr&gt;
                    &lt;th&gt;सुरक्षा का क्षेत्र&lt;/th&gt;
                    &lt;th&gt;आवश्यक कदम (क्या करें)&lt;/th&gt;
                &lt;/tr&gt;
            &lt;/thead&gt;
            &lt;tbody&gt;
                &lt;tr&gt;
                    &lt;td&gt;&lt;strong&gt;Permit to Work (PTW)&lt;/strong&gt;&lt;/td&gt;
                    &lt;td&gt;पेंटिंग शुरू करने से पहले हमेशा &#39;हॉट वर्क&#39; या &#39;हाइट वर्क&#39; परमिट लें। सीमित स्थान (Confined Space) के लिए विशेष परमिट आवश्यक है।&lt;/td&gt;
                &lt;/tr&gt;
                &lt;tr&gt;
                    &lt;td&gt;&lt;strong&gt;वेंटिलेशन (Ventilation)&lt;/strong&gt;&lt;/td&gt;
                    &lt;td&gt;बंद जगहों पर पेंटिंग करते समय एग्जॉस्ट फैन और पर्याप्त ताजी हवा (Blower) का प्रबंध करें। ज्वलनशील गैसों की जांच (Gas Testing) अनिवार्य है।&lt;/td&gt;
                &lt;/tr&gt;
                &lt;tr&gt;
                    &lt;td&gt;&lt;strong&gt;आग से बचाव (Fire Safety)&lt;/strong&gt;&lt;/td&gt;
                    &lt;td&gt;पेंटिंग एरिया के 15 मीटर के दायरे में कोई हॉट वर्क (वेल्डिंग/कटिंग) न करें। पास में उपयुक्त फायर एक्सटिंगुइशर (DCP/CO2) रखें।&lt;/td&gt;
                &lt;/tr&gt;
                &lt;tr&gt;
                    &lt;td&gt;&lt;strong&gt;रसायन भंडारण (Storage)&lt;/strong&gt;&lt;/td&gt;
                    &lt;td&gt;पेंट और थिनर को काम करने की जगह पर कम से कम मात्रा में रखें। बाकी स्टॉक को ठंडे, हवादार और सुरक्षित पेंट बूथ/स्टोर में रखें।&lt;/td&gt;
                &lt;/tr&gt;
            &lt;/tbody&gt;
        &lt;/table&gt;

        &lt;h2&gt;🦺 आवश्यक पीपीई (Personal Protective Equipment)&lt;/h2&gt;
        &lt;div class=&quot;grid&quot;&gt;
            &lt;div class=&quot;card green-border&quot;&gt;
                &lt;h3&gt;रेस्पिरेटर (Respirator)&lt;/h3&gt;
                &lt;p&gt;केमिकल कार्ट्रिज वाला हाफ-मास्क या फुल-फेस रेस्पिरेटर जो पेंट के धुएं (VOCs) को फिल्टर कर सके। (IS 9473)&lt;/p&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card green-border&quot;&gt;
                &lt;h3&gt;सेफ्टी गॉगल्स (Safety Goggles)&lt;/h3&gt;
                &lt;p&gt;पेंट के छींटों (Splashes) से आंखों को बचाने के लिए केमिकल-रेजिस्टेंट गॉगल्स।&lt;/p&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card green-border&quot;&gt;
                &lt;h3&gt;फुल बॉडी हार्नेस&lt;/h3&gt;
                &lt;p&gt;2 मीटर से अधिक ऊंचाई पर काम करते समय डबल लैनयार्ड वाला फुल बॉडी सेफ्टी हार्नेस अनिवार्य है।&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;div class=&quot;quiz-container&quot;&gt;
            &lt;h2&gt;🧠 सुरक्षा क्विज़ (Safety Quiz)&lt;/h2&gt;
            &lt;div id=&quot;quiz-block&quot;&gt;
                &lt;div class=&quot;question active&quot; id=&quot;q1&quot;&gt;
                    &lt;h3&gt;1. पेंटिंग कार्य स्थल के कितने दायरे में हॉट वर्क (वेल्डिंग) वर्जित है?&lt;/h3&gt;
                    &lt;div class=&quot;options&quot;&gt;
                        &lt;button onclick=&quot;checkAnswer(1, false)&quot;&gt;A) 5 मीटर&lt;/button&gt;
                        &lt;button onclick=&quot;checkAnswer(1, true)&quot;&gt;B) 15 मीटर&lt;/button&gt;
                        &lt;button onclick=&quot;checkAnswer(1, false)&quot;&gt;C) 2 मीटर&lt;/button&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                &lt;div class=&quot;question&quot; id=&quot;q2&quot;&gt;
                    &lt;h3&gt;2. सीमित स्थान (Confined Space) में पेंटिंग करते समय सबसे जरूरी क्या है?&lt;/h3&gt;
                    &lt;div class=&quot;options&quot;&gt;
                        &lt;button onclick=&quot;checkAnswer(2, true)&quot;&gt;A) गैस टेस्टिंग और वेंटिलेशन&lt;/button&gt;
                        &lt;button onclick=&quot;checkAnswer(2, false)&quot;&gt;B) सिर्फ तेज रोशनी&lt;/button&gt;
                        &lt;button onclick=&quot;checkAnswer(2, false)&quot;&gt;C) सामान्य कॉटन मास्क&lt;/button&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                &lt;div class=&quot;question&quot; id=&quot;q3&quot;&gt;
                    &lt;h3&gt;3. पेंट्स और थिनर्स के कारण लगने वाली आग को बुझाने के लिए कौन सा उपकरण उपयुक्त है?&lt;/h3&gt;
                    &lt;div class=&quot;options&quot;&gt;
                        &lt;button onclick=&quot;checkAnswer(3, false)&quot;&gt;A) पानी (Water Bucket)&lt;/button&gt;
                        &lt;button onclick=&quot;checkAnswer(3, true)&quot;&gt;B) DCP या CO2 एक्सटिंगुइशर&lt;/button&gt;
                        &lt;button onclick=&quot;checkAnswer(3, false)&quot;&gt;C) केवल मिट्टी (Sand)&lt;/button&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                &lt;div id=&quot;quiz-result&quot; style=&quot;display:none; text-align:center; padding: 20px;&quot;&gt;
                    &lt;h3 style=&quot;color: var(--paint-green);&quot;&gt;🎉 बहुत बढ़िया! आपने क्विज़ पूरा कर लिया है।&lt;/h3&gt;
                    &lt;p&gt;सुरक्षा नियमों का सदैव पालन करें।&lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;h2&gt;❓ अक्सर पूछे जाने वाले प्रश्न (FAQ)&lt;/h2&gt;
        &lt;div class=&quot;faq-item&quot;&gt;
            &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFAQ(this)&quot;&gt;
                पेंटिंग के दौरान एयरलेस स्प्रे (Airless Spray) मशीन का उपयोग करते समय क्या सावधानी बरतें? &lt;span&gt;+&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;faq-answer&quot;&gt;
                &lt;p&gt;&lt;br&gt;एयरलेस स्प्रे मशीन का प्रेशर बहुत अधिक होता है। स्प्रे गन को कभी भी अपने या किसी अन्य व्यक्ति की ओर न करें (Injection Hazard)। उपयोग न होने पर हमेशा &#39;ट्रिगर लॉक&#39; चालू रखें।&lt;/p&gt;&lt;br&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;faq-item&quot;&gt;
            &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFAQ(this)&quot;&gt;
                क्या पेंटिंग के दौरान सामान्य डस्ट मास्क (Dust Mask) पहनना सुरक्षित है? &lt;span&gt;+&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;faq-answer&quot;&gt;
                &lt;p&gt;&lt;br&gt;नहीं। सामान्य डस्ट मास्क (जैसे N95) पेंट के सॉल्वेंट और विषाक्त धुएं (Vapors) को नहीं रोक सकते। इसके लिए &#39;केमिकल कार्ट्रिज&#39; वाला रेस्पिरेटर आवश्यक है।&lt;/p&gt;&lt;br&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;faq-item&quot;&gt;
            &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFAQ(this)&quot;&gt;
                एमएसडीएस (MSDS / SDS) पेंटिंग कार्य में क्यों महत्वपूर्ण है? &lt;span&gt;+&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;faq-answer&quot;&gt;
                &lt;p&gt;&lt;br&gt;Material Safety Data Sheet (MSDS) में पेंट के रासायनिक गुण, आग लगने का खतरा, आवश्यक पीपीई और आपातकालीन स्थिति (First Aid) की जानकारी होती है। काम शुरू करने से पहले इसे पढ़ना अनिवार्य है।&lt;/p&gt;&lt;br&gt;
            &lt;/div&gt;
        &lt;/div&gt;

    &lt;/div&gt;

    &lt;div class=&quot;visitor-counter&quot;&gt;
        👁️ Visitors: &lt;span id=&quot;count&quot;&gt;0&lt;/span&gt;
    &lt;/div&gt;

    &lt;div class=&quot;powered-by&quot;&gt;
        &lt;a href=&quot;https://www.youtube.com/@safetygurukul?sub_confirmation=1&quot; target=&quot;_blank&quot;&gt;
            Powered by &lt;span&gt;Safety Gurukul&lt;/span&gt;
        &lt;/a&gt;
    &lt;/div&gt;

    &lt;script&gt;
        // Visitor Counter Logic
        let count = localStorage.getItem(&#39;paintingBlogVisitorCount&#39;);
        if (!count) {
            count = Math.floor(Math.random() * 500) + 1500; // Starting with a base number
        }
        count = parseInt(count) + 1;
        localStorage.setItem(&#39;paintingBlogVisitorCount&#39;, count);
        document.getElementById(&#39;count&#39;).innerText = count.toLocaleString(&#39;en-IN&#39;);

        // FAQ Toggle Logic
        function toggleFAQ(element) {
            let answer = element.nextElementSibling;
            let icon = element.querySelector(&#39;span&#39;);
            
            if (answer.style.maxHeight) {
                answer.style.maxHeight = null;
                icon.innerText = &quot;+&quot;;
            } else {
                answer.style.maxHeight = answer.scrollHeight + &quot;px&quot;;
                icon.innerText = &quot;-&quot;;
            }
        }

        // Quiz Logic
        function checkAnswer(questionNum, isCorrect) {
            if(isCorrect) {
                alert(&quot;✅ सही जवाब!&quot;);
                document.getElementById(&#39;q&#39; + questionNum).classList.remove(&#39;active&#39;);
                if (questionNum &lt; 3) {
                    document.getElementById(&#39;q&#39; + (questionNum + 1)).classList.add(&#39;active&#39;);
                } else {
                    document.getElementById(&#39;quiz-result&#39;).style.display = &#39;block&#39;;
                }
            } else {
                alert(&quot;❌ गलत जवाब। कृपया पुनः प्रयास करें।&quot;);
            }
        }
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</content><link rel='replies' type='application/atom+xml' href='https://safetygurukul.blogspot.com/feeds/4553404783982937077/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://safetygurukul.blogspot.com/2026/03/safety-in-painting-work.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/4553404783982937077'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/4553404783982937077'/><link rel='alternate' type='text/html' href='https://safetygurukul.blogspot.com/2026/03/safety-in-painting-work.html' title='Safety in Painting Work'/><author><name>Narendra Arya</name><uri>http://www.blogger.com/profile/05274105664901468001</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJQ_C-6vlqjQm18qsy4UwsM7dKK21amAjp0Z8hWr-7mJNHFRPC7lxZrgsfGm8vMO6nYBqhyLqPEHUw1qIE5vOvtiDKC4jdDeHutwJwE4urYFPAZD2MQmailWfS2iGFhJnPDF-mMPpuWJuaqvJqMqdFY2cywIKJsvY8lxAtRjykcuSrwQ/s220/Narendra_arya-removebg-Favicon.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9122151121349724808.post-4750902816414643447</id><published>2026-03-14T01:50:00.000-07:00</published><updated>2026-03-15T09:52:14.105-07:00</updated><title type='text'>National Fire Service Week 2026</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM4IPt0kr0bpg5xnu5X0zZKQyIJDlRCO6B3qDbw8n6D4XUnoxts371DO9mlMocccoBpqXRw6_PcBzADDNbELh8mXoTDZSxB8sqZM_NU5SaTRILbkTrOARNsT7fddZy6Govyj0sNM_LMZ0grRecOSsIU17MtMWx2pEDbrhyphenhyphenF_BsDMAU_qXEfCVSZkJTq8Ue/s1536/ChatGPT%20Image%20Mar%2014,%202026,%2002_02_16%20PM.png&quot; style=&quot;display: block; padding: 1em 0; text-align: center; &quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; width=&quot;320&quot; data-original-height=&quot;1024&quot; data-original-width=&quot;1536&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM4IPt0kr0bpg5xnu5X0zZKQyIJDlRCO6B3qDbw8n6D4XUnoxts371DO9mlMocccoBpqXRw6_PcBzADDNbELh8mXoTDZSxB8sqZM_NU5SaTRILbkTrOARNsT7fddZy6Govyj0sNM_LMZ0grRecOSsIU17MtMWx2pEDbrhyphenhyphenF_BsDMAU_qXEfCVSZkJTq8Ue/s320/ChatGPT%20Image%20Mar%2014,%202026,%2002_02_16%20PM.png&quot;/&gt;&lt;/a&gt;&lt;/div&gt;
&lt;html lang=&quot;hi&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;&lt;/meta&gt;
&lt;meta content=&quot;width=device-width,initial-scale=1.0&quot; name=&quot;viewport&quot;&gt;&lt;/meta&gt;
&lt;title&gt;National Fire Service Week 2026 | Safety Gurukul&lt;/title&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Tiro+Devanagari+Hindi:ital@0;1&amp;amp;family=Noto+Sans+Devanagari:wght@300;400;500;600;700;900&amp;amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;&lt;/link&gt;
&lt;style&gt;
:root{
  --fire1:#B71C1C;--fire2:#D32F2F;--fire3:#E53935;--fire4:#FF5722;
  --amber:#FF8F00;--gold:#FFC107;--yellow:#FFD600;
  --blue:#1565C0;--teal:#00897B;--green:#2E7D32;
  --dark:#1A0800;--ink:#2C1A00;--muted:#6D4C41;
  --bg:#FFF8F0;--card:#FFFFFF;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:&#39;Noto Sans Devanagari&#39;,sans-serif;background:var(--bg);color:var(--ink);overflow-x:hidden}

/* SCROLL BAR */
::-webkit-scrollbar{width:6px}
::-webkit-scrollbar-track{background:#fff0e0}
::-webkit-scrollbar-thumb{background:linear-gradient(var(--fire3),var(--amber));border-radius:3px}

/* ═══ HERO ═══ */
.hero{
  position:relative;min-height:100vh;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;padding:5rem 2rem 4rem;overflow:hidden;
  background:linear-gradient(160deg,#0D0000 0%,#3B0000 25%,#7B1500 60%,#1A1A00 100%);
}
.blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;animation:bdrift 9s ease-in-out infinite alternate;pointer-events:none}
.b1{width:420px;height:420px;background:#FF3D00;top:-100px;left:-80px;animation-delay:0s}
.b2{width:320px;height:320px;background:#FFD600;bottom:-80px;right:-60px;animation-delay:2s}
.b3{width:200px;height:200px;background:#FF6D00;top:30%;right:5%;animation-delay:1s}
.b4{width:150px;height:150px;background:#B71C1C;bottom:25%;left:5%;animation-delay:3s}
@keyframes bdrift{from{transform:translate(0,0)scale(1)}to{transform:translate(14px,-14px)scale(1.08)}}

/* Animated flames */
.flame-row{position:absolute;bottom:0;left:0;right:0;height:100px;overflow:hidden;pointer-events:none}
.flame{position:absolute;bottom:0;border-radius:50% 50% 20% 20%;animation:flicker 2s ease-in-out infinite alternate;opacity:.7}
@keyframes flicker{from{transform:scaleY(1)rotate(-2deg)}to{transform:scaleY(1.35)rotate(2deg)}}

.hero-badge-row{position:relative;display:flex;align-items:center;gap:0.8rem;margin-bottom:1.4rem;justify-content:center}
.hero-logo-sm{width:70px;height:70px;border-radius:50%;border:2px solid var(--gold);box-shadow:0 0 25px rgba(255,193,7,0.5);animation:glow 3s ease-in-out infinite alternate}
@keyframes glow{from{box-shadow:0 0 15px rgba(255,193,7,0.4)}to{box-shadow:0 0 40px rgba(255,193,7,0.8)}}
.hero-badge{display:inline-block;background:rgba(255,193,7,0.15);border:1px solid rgba(255,193,7,0.45);color:var(--gold);font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;padding:.3rem 1rem;border-radius:100px}

.hero h1{font-family:&#39;Tiro Devanagari Hindi&#39;,serif;font-size:clamp(1.8rem,6vw,5rem);font-weight:400;line-height:1.1;color:#fff;text-shadow:0 4px 40px rgba(0,0,0,.6);position:relative}
.hero h1 .fire-text{color:var(--gold)}
.hero-theme{position:relative;margin:1.5rem auto 0;max-width:700px}
.theme-box{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:1.2rem 1.6rem;backdrop-filter:blur(8px)}
.theme-en{font-size:clamp(.8rem,2vw,.95rem);color:rgba(255,255,255,.9);font-weight:600;line-height:1.6;margin-bottom:.5rem}
.theme-hi{font-family:&#39;Tiro Devanagari Hindi&#39;,serif;font-size:clamp(.9rem,2.5vw,1.1rem);color:var(--gold);font-style:italic;line-height:1.7}
.hero-pills{position:relative;display:flex;gap:.8rem;flex-wrap:wrap;justify-content:center;margin-top:1.5rem}
.pill{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:.72rem;padding:.35rem .9rem;border-radius:100px;backdrop-filter:blur(4px)}

.scroll-cue{position:absolute;bottom:1.8rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.4rem;color:rgba(255,255,255,.35);font-size:.6rem;letter-spacing:.15em;text-transform:uppercase}
.scroll-cue::after{content:&#39;&#39;;width:1px;height:36px;background:linear-gradient(to bottom,rgba(255,255,255,.5),transparent);animation:sp 2s ease-in-out infinite}
@keyframes sp{0%,100%{opacity:.3}50%{opacity:1}}

/* ═══ SHARED ═══ */
.container{max-width:960px;margin:0 auto;padding:0 1.5rem}
.eyebrow{font-size:.65rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--fire3);margin-bottom:.6rem}
.section-title{font-family:&#39;Tiro Devanagari Hindi&#39;,serif;font-size:clamp(1.7rem,4vw,2.6rem);font-weight:400;line-height:1.25;margin-bottom:.4rem}
.rainbow{height:5px;background:linear-gradient(90deg,#B71C1C,#FF5722,#FFC107,#4CAF50,#1565C0);margin:0 1.5rem;border-radius:4px}

/* ═══ ABOUT ═══ */
.about{padding:5rem 1.5rem 4rem}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2.5rem}
@media(max-width:640px){.about-grid{grid-template-columns:1fr}}
.about-card{background:#fff;border-radius:20px;padding:2rem 1.8rem;box-shadow:0 3px 20px rgba(0,0,0,.07);border-top:4px solid var(--cc,#E53935);position:relative;overflow:hidden;transition:transform .25s,box-shadow .25s}
.about-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px rgba(0,0,0,.12)}
.about-card::after{content:&#39;&#39;;position:absolute;top:-35px;right:-35px;width:110px;height:110px;background:var(--cc,#E53935);border-radius:50%;opacity:.06}
.about-card .ac-icon{font-size:2.2rem;margin-bottom:.8rem;display:block}
.about-card h3{font-family:&#39;Tiro Devanagari Hindi&#39;,serif;font-size:1.15rem;font-weight:400;margin-bottom:.6rem}
.about-card p{font-size:.875rem;color:var(--muted);line-height:1.75}

/* ═══ PILLARS - 3 THEMES ═══ */
.pillars{padding:4.5rem 1.5rem}
.pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;margin-top:2rem}
@media(max-width:720px){.pillar-grid{grid-template-columns:1fr}}
.pillar-card{border-radius:22px;padding:2.2rem 1.8rem;color:#fff;position:relative;overflow:hidden;transition:transform .25s}
.pillar-card:hover{transform:translateY(-5px)}
.pillar-card::before{content:&#39;&#39;;position:absolute;bottom:-30px;right:-30px;width:120px;height:120px;background:rgba(255,255,255,.1);border-radius:50%}
.pillar-card .pc-icon{font-size:3rem;margin-bottom:1rem;display:block}
.pillar-card h3{font-family:&#39;Tiro Devanagari Hindi&#39;,serif;font-size:1.2rem;font-weight:400;margin-bottom:.8rem;line-height:1.3}
.pillar-card ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}
.pillar-card ul li{font-size:.85rem;padding-left:1.1rem;position:relative;line-height:1.55;opacity:.92}
.pillar-card ul li::before{content:&#39;▸&#39;;position:absolute;left:0;font-size:.7rem;top:.15rem}
.pc1{background:linear-gradient(135deg,#B71C1C,#E53935)}
.pc2{background:linear-gradient(135deg,#E65100,#FF7043)}
.pc3{background:linear-gradient(135deg,#1565C0,#42A5F5)}

/* ═══ SAFETY TIPS ═══ */
.tips{padding:4.5rem 1.5rem}
.tips-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.3rem;margin-top:2rem}
.tip-card{background:#fff;border-radius:16px;padding:1.6rem 1.5rem;box-shadow:0 2px 14px rgba(0,0,0,.06);border-left:4px solid var(--tc,#E53935);transition:transform .2s}
.tip-card:hover{transform:translateX(5px)}
.tip-num{display:inline-block;background:var(--tc,#E53935);color:#fff;font-size:.72rem;font-weight:700;width:28px;height:28px;border-radius:50%;line-height:28px;text-align:center;margin-bottom:.7rem}
.tip-card h4{font-weight:600;font-size:.97rem;margin-bottom:.4rem}
.tip-card p{font-size:.85rem;color:var(--muted);line-height:1.65}

/* ═══ STATS BANNER ═══ */
.stats-banner{margin:2rem 1.5rem;background:linear-gradient(135deg,var(--fire1),var(--fire4));border-radius:24px;padding:3rem 2.5rem;color:#fff;position:relative;overflow:hidden}
.stats-banner::before{content:&#39;🔥&#39;;position:absolute;right:1.5rem;bottom:-2rem;font-size:10rem;opacity:.09}
.stats-banner .eyebrow{color:rgba(255,255,255,.7)}
.stats-banner h2{font-family:&#39;Tiro Devanagari Hindi&#39;,serif;font-size:clamp(1.5rem,4vw,2.2rem);font-weight:400;margin-bottom:1.5rem;line-height:1.3}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
@media(max-width:640px){.stats-grid{grid-template-columns:repeat(2,1fr)}}
.stat-item{text-align:center}
.stat-num{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;color:var(--gold);line-height:1}
.stat-label{font-size:.78rem;opacity:.85;margin-top:.3rem;line-height:1.4}

/* ═══ DO/DONT ═══ */
.dodont{padding:4.5rem 1.5rem}
.dodont-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.8rem;margin-top:2rem}
@media(max-width:640px){.dodont-grid{grid-template-columns:1fr}}
.dd-col{border-radius:20px;padding:2rem 1.8rem}
.dd-do{background:linear-gradient(135deg,#E8F5E9,#F1F8E9)}
.dd-dont{background:linear-gradient(135deg,#FFEBEE,#FFF3E0)}
.dd-head{display:flex;align-items:center;gap:.7rem;font-size:1.1rem;font-weight:700;margin-bottom:1.2rem}
.dd-list{list-style:none;display:flex;flex-direction:column;gap:.8rem}
.dd-list li{display:flex;gap:.7rem;font-size:.88rem;color:var(--ink);line-height:1.6}
.dd-list li .dd-icon{flex-shrink:0;margin-top:.1rem;font-size:1rem}

/* ═══ QUIZ ═══ */
.quiz-section{padding:4.5rem 1.5rem}
.quiz-wrap{max-width:760px;margin:2rem auto 0}
.quiz-header{background:linear-gradient(135deg,var(--fire1),var(--amber));border-radius:20px 20px 0 0;padding:1.8rem 2rem;color:#fff;text-align:center}
.quiz-header h3{font-family:&#39;Tiro Devanagari Hindi&#39;,serif;font-size:1.6rem;font-weight:400;margin-bottom:.3rem}
.quiz-header p{font-size:.85rem;opacity:.88}
.quiz-body{background:#fff;border-radius:0 0 20px 20px;padding:2rem;box-shadow:0 8px 30px rgba(0,0,0,.1)}
.q-progress-wrap{background:#FFE0CC;border-radius:100px;height:7px;margin-bottom:.5rem;overflow:hidden}
.q-progress-bar{height:100%;background:linear-gradient(90deg,var(--fire3),var(--amber));border-radius:100px;transition:width .4s ease;width:0%}
.q-progress-text{display:flex;justify-content:space-between;font-size:.72rem;color:var(--muted);margin-bottom:1.5rem}
.q-card-inner{animation:qSlide .35s ease}
@keyframes qSlide{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.q-num-label{font-size:.62rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--fire3);margin-bottom:.5rem}
.q-icon-big{font-size:1.5rem;margin-bottom:.6rem;display:block}
.q-text{font-family:&#39;Tiro Devanagari Hindi&#39;,serif;font-size:clamp(.95rem,2.5vw,1.1rem);font-weight:400;line-height:1.65;color:var(--ink);margin-bottom:1.3rem}
.q-opts{display:flex;flex-direction:column;gap:.7rem}
.q-opt{display:flex;align-items:center;gap:.8rem;background:#FFF8F5;border:2px solid #FFE0CC;border-radius:12px;padding:.85rem 1.1rem;cursor:pointer;transition:all .2s;text-align:left;width:100%;font-family:&#39;Noto Sans Devanagari&#39;,sans-serif}
.q-opt:hover:not(:disabled){border-color:var(--fire3);background:#FFEBEE;transform:translateX(4px)}
.q-opt.correct{border-color:#2E7D32;background:#E8F5E9}
.q-opt.wrong{border-color:#C62828;background:#FFEBEE}
.q-opt:disabled{cursor:default}
.q-lbl{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;flex-shrink:0;background:#FFE0CC;color:var(--amber);transition:all .2s}
.q-opt.correct .q-lbl{background:#2E7D32;color:#fff}
.q-opt.wrong .q-lbl{background:#C62828;color:#fff}
.q-opt-text{font-size:.88rem;color:var(--ink);line-height:1.5}
.q-feedback{margin-top:.9rem;padding:.85rem 1.1rem;border-radius:10px;font-size:.85rem;line-height:1.65;display:none}
.q-feedback.correct{background:#E8F5E9;color:#1B5E20;border-left:4px solid #2E7D32}
.q-feedback.wrong{background:#FFEBEE;color:#8B0000;border-left:4px solid #C62828}
.q-nav{display:flex;justify-content:space-between;align-items:center;margin-top:1.2rem}
.q-next-btn{background:linear-gradient(135deg,var(--fire3),var(--amber));color:#fff;border:none;padding:.7rem 1.8rem;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;font-family:&#39;Noto Sans Devanagari&#39;,sans-serif;display:none;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px rgba(229,57,53,.3)}
.q-next-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(229,57,53,.4)}
.q-score-live{font-size:.8rem;color:var(--muted);font-weight:600}
/* Result */
.q-result{text-align:center;padding:1rem 0}
.q-result-emoji{font-size:3.5rem;margin-bottom:.8rem;display:block;animation:bounce 1s ease infinite alternate}
@keyframes bounce{from{transform:translateY(0)}to{transform:translateY(-7px)}}
.q-result h4{font-family:&#39;Tiro Devanagari Hindi&#39;,serif;font-size:1.6rem;font-weight:400;margin-bottom:.3rem}
.q-score-big{font-size:3rem;font-weight:900;background:linear-gradient(135deg,var(--fire1),var(--amber));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:.5rem 0}
.q-result-msg{font-size:.9rem;color:var(--muted);line-height:1.8;max-width:480px;margin:.5rem auto 1.5rem}
.q-retry-btn{background:var(--fire1);color:#fff;border:none;padding:.7rem 1.8rem;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;font-family:&#39;Noto Sans Devanagari&#39;,sans-serif;transition:all .2s}
.q-retry-btn:hover{background:var(--fire2)}

/* ═══ FAQ ═══ */
.faq{padding:4.5rem 1.5rem}
.faq-wrap{max-width:780px;margin:2rem auto 0;display:flex;flex-direction:column;gap:1rem}
.faq-item{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06)}
.faq-q{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.6rem;cursor:pointer;font-weight:600;font-size:.95rem;gap:1rem;transition:background .2s}
.faq-q:hover{background:#FFF3E0}
.faq-q.open{background:#FFF3E0;color:var(--fire1)}
.faq-arrow{font-size:1.1rem;transition:transform .3s;flex-shrink:0}
.faq-q.open .faq-arrow{transform:rotate(180deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s}
.faq-a.open{max-height:400px;padding:0 1.6rem 1.2rem}
.faq-a p{font-size:.88rem;color:var(--muted);line-height:1.8}

/* ═══ EMERGENCY BANNER ═══ */
.emergency{margin:2rem 1.5rem;background:linear-gradient(135deg,#1565C0,#0D47A1);border-radius:22px;padding:2.5rem 2.5rem;color:#fff;display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;justify-content:space-between;position:relative;overflow:hidden}
.emergency::before{content:&#39;🚒&#39;;position:absolute;right:1.5rem;bottom:-1.5rem;font-size:9rem;opacity:.09}
.emergency-text h2{font-family:&#39;Tiro Devanagari Hindi&#39;,serif;font-size:clamp(1.3rem,3vw,1.9rem);font-weight:400;margin-bottom:.4rem}
.emergency-text p{font-size:.88rem;opacity:.88;line-height:1.7;max-width:480px}
.emergency-numbers{display:flex;gap:1rem;flex-wrap:wrap}
.emergency-num{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);border-radius:14px;padding:.8rem 1.4rem;text-align:center;backdrop-filter:blur(4px)}
.emergency-num .en-num{font-size:1.8rem;font-weight:900;color:var(--gold);line-height:1}
.emergency-num .en-label{font-size:.7rem;margin-top:.2rem;opacity:.8}

/* ═══ FOOTER ═══ */
footer{background:#1A0800;color:rgba(255,255,255,.5);padding:2.5rem 1.5rem;text-align:center}
.footer-logo-link{display:inline-flex;flex-direction:column;align-items:center;gap:.6rem;text-decoration:none;color:inherit;cursor:pointer;transition:transform .2s}
.footer-logo-link:hover{transform:translateY(-3px)}
.footer-logo-link img{width:64px;height:64px;border-radius:50%;border:2px solid var(--gold);box-shadow:0 0 20px rgba(255,193,7,.3)}
.footer-logo-link span{font-size:.7rem;color:var(--gold);font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.powered{margin-top:.8rem;font-size:.8rem}
.powered strong{color:var(--gold)}
footer p{margin-top:.4rem;font-size:.75rem}

/* VISITOR COUNTER */
.visitor-counter{
  display:inline-flex;align-items:center;gap:.7rem;
  background:rgba(255,255,255,.07);border:1px solid rgba(255,193,7,.25);
  border-radius:14px;padding:.6rem 1.4rem;margin:1rem auto 0;
  backdrop-filter:blur(4px);
}
.vc-icon{font-size:1.1rem}
.vc-label{font-size:.68rem;color:rgba(255,255,255,.5);letter-spacing:.1em;text-transform:uppercase}
.vc-num{font-size:1.5rem;font-weight:900;color:var(--gold);line-height:1;font-variant-numeric:tabular-nums;letter-spacing:.05em}
.vc-today{font-size:.65rem;color:rgba(255,255,255,.4);margin-top:.1rem}
.vc-digits{display:inline-flex;gap:3px}
.vc-digit{
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(255,193,7,.15);border:1px solid rgba(255,193,7,.3);
  border-radius:5px;width:22px;height:28px;font-size:1rem;font-weight:900;
  color:var(--gold);animation:digitPop .4s ease both;
}
@keyframes digitPop{from{transform:translateY(-6px);opacity:0}to{transform:translateY(0);opacity:1}}

.fade-up{opacity:0;transform:translateY(18px);animation:fu .65s ease forwards}
@keyframes fu{to{opacity:1;transform:translateY(0)}}
.d1{animation-delay:.05s}.d2{animation-delay:.18s}.d3{animation-delay:.32s}.d4{animation-delay:.48s}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;!-- ═══ HERO ═══ --&gt;
&lt;section class=&quot;hero&quot;&gt;
  &lt;div class=&quot;blob b1&quot;&gt;&lt;/div&gt;&lt;div class=&quot;blob b2&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;blob b3&quot;&gt;&lt;/div&gt;&lt;div class=&quot;blob b4&quot;&gt;&lt;/div&gt;
  &lt;div class=&quot;flame-row&quot;&gt;
    &lt;div class=&quot;flame&quot; style=&quot;animation-delay: .0s; background: linear-gradient(to top,#FF3D00,#FFD600,transparent); height: 70px; left: 3%; width: 4px;&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;flame&quot; style=&quot;animation-delay: .3s; background: linear-gradient(to top,#FF3D00,#FFD600,transparent); height: 90px; left: 9%; width: 5px;&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;flame&quot; style=&quot;animation-delay: .6s; background: linear-gradient(to top,#FF3D00,#FFAB40,transparent); height: 65px; left: 18%; width: 4px;&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;flame&quot; style=&quot;animation-delay: .2s; background: linear-gradient(to top,#FF3D00,#FFD600,transparent); height: 100px; left: 28%; width: 6px;&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;flame&quot; style=&quot;animation-delay: .5s; background: linear-gradient(to top,#FF3D00,#FFD600,transparent); height: 80px; left: 40%; width: 4px;&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;flame&quot; style=&quot;animation-delay: .1s; background: linear-gradient(to top,#FF3D00,#FFD600,transparent); height: 88px; left: 52%; width: 5px;&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;flame&quot; style=&quot;animation-delay: .7s; background: linear-gradient(to top,#FF3D00,#FFAB40,transparent); height: 72px; left: 63%; width: 4px;&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;flame&quot; style=&quot;animation-delay: .4s; background: linear-gradient(to top,#FF3D00,#FFD600,transparent); height: 95px; left: 74%; width: 6px;&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;flame&quot; style=&quot;animation-delay: .8s; background: linear-gradient(to top,#FF3D00,#FFD600,transparent); height: 68px; left: 84%; width: 4px;&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;flame&quot; style=&quot;animation-delay: .25s; background: linear-gradient(to top,#FF3D00,#FFAB40,transparent); height: 82px; left: 93%; width: 5px;&quot;&gt;&lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;hero-badge-row fade-up&quot;&gt;
    &lt;a href=&quot;https://www.youtube.com/@safetygurukul&quot; style=&quot;display: inline-block;&quot; target=&quot;_blank&quot;&gt;
      &lt;img alt=&quot;Safety Gurukul&quot; class=&quot;hero-logo-sm&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgsZO5JvAKueYcEa-kPeZcUSzDO5mu_P4Is-3cQdb1rG2yGKebHoWi-ZbpOiPiHXOwbTfBeab_7DHqTg3aDqu1Vi8WKRdDPzWQbfMWdwTO2YFZ3aX6ctO6rB1UuEZ-s4B6B080uZsQOW2PmJoB6lEG6Bfih3DR9rPX10WG5TwAdfqV5LOttRMX9lBptr-Gq&quot; /&gt;
    &lt;/a&gt;
    &lt;div class=&quot;hero-badge&quot;&gt;Safety Gurukul · राष्ट्रीय अग्निशमन सेवा सप्ताह 2026&lt;/div&gt;
  &lt;/div&gt;

  &lt;h1 class=&quot;fade-up d1&quot;&gt;🔥 राष्ट्रीय अग्निशमन&lt;br /&gt;&lt;span class=&quot;fire-text&quot;&gt;सेवा सप्ताह 2026&lt;/span&gt;&lt;/h1&gt;
  &lt;div class=&quot;hero-theme fade-up d2&quot;&gt;
    &lt;div class=&quot;theme-box&quot;&gt;
      &lt;div class=&quot;theme-en&quot;&gt;&quot;Safe School, Safe Hospital &amp;amp; Fire Safety Aware Society – Together for Fire Prevention.&quot;&lt;/div&gt;
      &lt;div class=&quot;theme-hi&quot;&gt;&quot;सुरक्षित विद्यालय, सुरक्षित अस्पताल एवं अग्नि सुरक्षा के प्रति जागरूक समाज — आग की रोकथाम के लिए एक साथ&quot;&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;div class=&quot;hero-pills fade-up d3&quot;&gt;
    &lt;div class=&quot;pill&quot;&gt;📅 14–20 अप्रैल 2026&lt;/div&gt;
    &lt;div class=&quot;pill&quot;&gt;🏫 सुरक्षित विद्यालय&lt;/div&gt;
    &lt;div class=&quot;pill&quot;&gt;🏥 सुरक्षित अस्पताल&lt;/div&gt;
    &lt;div class=&quot;pill&quot;&gt;🌍 जागरूक समाज&lt;/div&gt;
    &lt;div class=&quot;pill&quot;&gt;🚒 अग्नि रोकथाम&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class=&quot;scroll-cue&quot;&gt;नीचे पढ़ें&lt;/div&gt;
&lt;/section&gt;

&lt;div class=&quot;rainbow&quot;&gt;&lt;/div&gt;

&lt;!-- ═══ ABOUT ═══ --&gt;
&lt;section class=&quot;about&quot;&gt;
  &lt;div class=&quot;container&quot;&gt;
    &lt;p class=&quot;eyebrow&quot;&gt;परिचय&lt;/p&gt;
    &lt;h2 class=&quot;section-title&quot;&gt;राष्ट्रीय अग्निशमन सेवा सप्ताह क्या है?&lt;/h2&gt;
    &lt;p style=&quot;color: var(--muted); font-size: .97rem; line-height: 1.9; max-width: 720px;&quot;&gt;
      भारत में प्रत्येक वर्ष &lt;strong&gt;14 से 20 अप्रैल&lt;/strong&gt; को राष्ट्रीय अग्निशमन सेवा सप्ताह मनाया जाता है।
      इसकी शुरुआत 1944 में बॉम्बे की उस भीषण आग की याद में हुई जिसमें हजारों लोगों की जान गई थी।
      इस सप्ताह का उद्देश्य है — अग्नि सुरक्षा के प्रति जागरूकता बढ़ाना, अग्निशमन सेवाओं को सम्मान देना
      और नागरिकों को आग से बचाव के तरीके सिखाना।
    &lt;/p&gt;
    &lt;div class=&quot;about-grid&quot;&gt;
      &lt;div class=&quot;about-card&quot; style=&quot;--cc: #B71C1C;&quot;&gt;
        &lt;span class=&quot;ac-icon&quot;&gt;📅&lt;/span&gt;
        &lt;h3&gt;14 अप्रैल — इतिहास&lt;/h3&gt;
        &lt;p&gt;14 अप्रैल 1944 को मुंबई बंदरगाह पर SS Fort Stikine जहाज में विस्फोट हुआ। इस दुर्घटना में सैकड़ों अग्निशमनकर्मी शहीद हुए। उनकी स्मृति में यह सप्ताह मनाया जाता है।&lt;/p&gt;
      &lt;/div&gt;
      &lt;div class=&quot;about-card&quot; style=&quot;--cc: #E65100;&quot;&gt;
        &lt;span class=&quot;ac-icon&quot;&gt;🎯&lt;/span&gt;
        &lt;h3&gt;2026 की थीम का महत्त्व&lt;/h3&gt;
        &lt;p&gt;इस वर्ष की थीम विशेष रूप से विद्यालयों और अस्पतालों पर केंद्रित है — वे स्थान जहाँ सबसे अधिक संवेदनशील लोग होते हैं। बच्चे, बीमार और बुज़ुर्ग — इन सभी की सुरक्षा हमारी सर्वोच्च प्राथमिकता है।&lt;/p&gt;
      &lt;/div&gt;
      &lt;div class=&quot;about-card&quot; style=&quot;--cc: #1565C0;&quot;&gt;
        &lt;span class=&quot;ac-icon&quot;&gt;🚒&lt;/span&gt;
        &lt;h3&gt;अग्निशमन सेवा का योगदान&lt;/h3&gt;
        &lt;p&gt;भारत के अग्निशमनकर्मी रोजाना जान जोखिम में डालकर लाखों जिंदगियाँ बचाते हैं। उनका साहस और समर्पण अतुलनीय है। इस सप्ताह उनके प्रति कृतज्ञता व्यक्त करने का अवसर है।&lt;/p&gt;
      &lt;/div&gt;
      &lt;div class=&quot;about-card&quot; style=&quot;--cc: #2E7D32;&quot;&gt;
        &lt;span class=&quot;ac-icon&quot;&gt;🌍&lt;/span&gt;
        &lt;h3&gt;समाज की जिम्मेदारी&lt;/h3&gt;
        &lt;p&gt;आग की रोकथाम केवल अग्निशमन विभाग की जिम्मेदारी नहीं है। हर नागरिक को अग्नि सुरक्षा के बुनियादी नियम जानने चाहिए। जागरूक समाज ही सुरक्षित समाज है।&lt;/p&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;

&lt;div class=&quot;rainbow&quot;&gt;&lt;/div&gt;

&lt;!-- ═══ 3 PILLARS ═══ --&gt;
&lt;section class=&quot;pillars&quot;&gt;
  &lt;div class=&quot;container&quot;&gt;
    &lt;p class=&quot;eyebrow&quot;&gt;थीम के तीन स्तम्भ&lt;/p&gt;
    &lt;h2 class=&quot;section-title&quot;&gt;तीन प्रमुख लक्ष्य — एक साझा संकल्प&lt;/h2&gt;
    &lt;div class=&quot;pillar-grid&quot;&gt;

      &lt;div class=&quot;pillar-card pc1&quot;&gt;
        &lt;span class=&quot;pc-icon&quot;&gt;🏫&lt;/span&gt;
        &lt;h3&gt;सुरक्षित विद्यालय&lt;br /&gt;&lt;small style=&quot;font-size: .75rem; opacity: .85;&quot;&gt;Safe School&lt;/small&gt;&lt;/h3&gt;
        &lt;ul&gt;
          &lt;li&gt;हर कक्षा में अग्निशमन यंत्र (Fire Extinguisher)&lt;/li&gt;
          &lt;li&gt;नियमित अग्नि-निकासी अभ्यास (Fire Drill)&lt;/li&gt;
          &lt;li&gt;स्पष्ट आपातकालीन निकास मार्ग&lt;/li&gt;
          &lt;li&gt;बच्चों को अग्नि सुरक्षा की शिक्षा&lt;/li&gt;
          &lt;li&gt;शिक्षकों का अग्नि प्रशिक्षण&lt;/li&gt;
          &lt;li&gt;विद्युत उपकरणों की नियमित जाँच&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/div&gt;

      &lt;div class=&quot;pillar-card pc2&quot;&gt;
        &lt;span class=&quot;pc-icon&quot;&gt;🏥&lt;/span&gt;
        &lt;h3&gt;सुरक्षित अस्पताल&lt;br /&gt;&lt;small style=&quot;font-size: .75rem; opacity: .85;&quot;&gt;Safe Hospital&lt;/small&gt;&lt;/h3&gt;
        &lt;ul&gt;
          &lt;li&gt;ICU और वार्डों में स्प्रिंकलर सिस्टम&lt;/li&gt;
          &lt;li&gt;ऑक्सीजन पाइपलाइन की सुरक्षित स्थापना&lt;/li&gt;
          &lt;li&gt;बेड-बाउंड मरीजों की निकासी योजना&lt;/li&gt;
          &lt;li&gt;अग्नि-सुरक्षा ऑडिट हर 6 महीने में&lt;/li&gt;
          &lt;li&gt;रात्रि पाली में विशेष निगरानी&lt;/li&gt;
          &lt;li&gt;NOC (अनापत्ति प्रमाण-पत्र) की वैधता&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/div&gt;

      &lt;div class=&quot;pillar-card pc3&quot;&gt;
        &lt;span class=&quot;pc-icon&quot;&gt;🌍&lt;/span&gt;
        &lt;h3&gt;जागरूक समाज&lt;br /&gt;&lt;small style=&quot;font-size: .75rem; opacity: .85;&quot;&gt;Aware Society&lt;/small&gt;&lt;/h3&gt;
        &lt;ul&gt;
          &lt;li&gt;घर-घर अग्नि सुरक्षा जागरूकता&lt;/li&gt;
          &lt;li&gt;101/112 नंबर याद रखें&lt;/li&gt;
          &lt;li&gt;सार्वजनिक स्थलों पर अग्निशमन यंत्र&lt;/li&gt;
          &lt;li&gt;LPG गैस सुरक्षा के नियम अपनाएँ&lt;/li&gt;
          &lt;li&gt;भीड़-भाड़ वाले बाज़ारों में सुरक्षा&lt;/li&gt;
          &lt;li&gt;सामुदायिक अग्नि-प्रशिक्षण कार्यक्रम&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/div&gt;

    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;

&lt;!-- ═══ STATS ═══ --&gt;
&lt;div class=&quot;stats-banner container&quot;&gt;
  &lt;p class=&quot;eyebrow&quot;&gt;आँकड़े जो सोचने पर मजबूर करें&lt;/p&gt;
  &lt;h2&gt;भारत में अग्निकांड की स्थिति&lt;/h2&gt;
  &lt;div class=&quot;stats-grid&quot;&gt;
    &lt;div class=&quot;stat-item&quot;&gt;&lt;div class=&quot;stat-num&quot;&gt;1 लाख+&lt;/div&gt;&lt;div class=&quot;stat-label&quot;&gt;आग की घटनाएँ प्रतिवर्ष&lt;/div&gt;&lt;/div&gt;
    &lt;div class=&quot;stat-item&quot;&gt;&lt;div class=&quot;stat-num&quot;&gt;1200+&lt;/div&gt;&lt;div class=&quot;stat-label&quot;&gt;मौतें प्रतिवर्ष&lt;/div&gt;&lt;/div&gt;
    &lt;div class=&quot;stat-item&quot;&gt;&lt;div class=&quot;stat-num&quot;&gt;70%&lt;/div&gt;&lt;div class=&quot;stat-label&quot;&gt;घटनाएँ घरों/भवनों में&lt;/div&gt;&lt;/div&gt;
    &lt;div class=&quot;stat-item&quot;&gt;&lt;div class=&quot;stat-num&quot;&gt;90%&lt;/div&gt;&lt;div class=&quot;stat-label&quot;&gt;आग रोकी जा सकती है — जागरूकता से&lt;/div&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;rainbow&quot; style=&quot;margin-top: 2rem;&quot;&gt;&lt;/div&gt;

&lt;!-- ═══ SAFETY TIPS ═══ --&gt;
&lt;section class=&quot;tips&quot;&gt;
  &lt;div class=&quot;container&quot;&gt;
    &lt;p class=&quot;eyebrow&quot;&gt;सुरक्षा उपाय&lt;/p&gt;
    &lt;h2 class=&quot;section-title&quot;&gt;अग्नि सुरक्षा के 10 सुनहरे नियम&lt;/h2&gt;
    &lt;div class=&quot;tips-grid&quot;&gt;
      &lt;div class=&quot;tip-card&quot; style=&quot;--tc: #B71C1C;&quot;&gt;&lt;div class=&quot;tip-num&quot;&gt;01&lt;/div&gt;&lt;h4&gt;अग्निशमन यंत्र रखें&lt;/h4&gt;&lt;p&gt;घर, कार्यालय और वाहन में हमेशा कार्यशील अग्निशमन यंत्र (Fire Extinguisher) रखें और उसका उपयोग करना सीखें।&lt;/p&gt;&lt;/div&gt;
      &lt;div class=&quot;tip-card&quot; style=&quot;--tc: #E65100;&quot;&gt;&lt;div class=&quot;tip-num&quot;&gt;02&lt;/div&gt;&lt;h4&gt;निकास मार्ग जानें&lt;/h4&gt;&lt;p&gt;किसी भी इमारत में प्रवेश करते समय आपातकालीन निकास (Emergency Exit) का पता लगाएँ।&lt;/p&gt;&lt;/div&gt;
      &lt;div class=&quot;tip-card&quot; style=&quot;--tc: #FF8F00;&quot;&gt;&lt;div class=&quot;tip-num&quot;&gt;03&lt;/div&gt;&lt;h4&gt;बिजली की जाँच करें&lt;/h4&gt;&lt;p&gt;पुरानी और क्षतिग्रस्त बिजली की तारें बदलें। एक ही सॉकेट पर अधिक उपकरण न लगाएँ।&lt;/p&gt;&lt;/div&gt;
      &lt;div class=&quot;tip-card&quot; style=&quot;--tc: #1565C0;&quot;&gt;&lt;div class=&quot;tip-num&quot;&gt;04&lt;/div&gt;&lt;h4&gt;LPG गैस सुरक्षा&lt;/h4&gt;&lt;p&gt;रात को सोने से पहले गैस चूल्हे का रेगुलेटर बंद करें। गैस की गंध आने पर तुरंत खिड़कियाँ खोलें और 101 पर कॉल करें।&lt;/p&gt;&lt;/div&gt;
      &lt;div class=&quot;tip-card&quot; style=&quot;--tc: #2E7D32;&quot;&gt;&lt;div class=&quot;tip-num&quot;&gt;05&lt;/div&gt;&lt;h4&gt;स्मोक अलार्म लगाएँ&lt;/h4&gt;&lt;p&gt;घर में स्मोक डिटेक्टर लगाएँ और हर 6 महीने में उसकी बैटरी जाँचें। यह रात में सोते समय जीवन बचाता है।&lt;/p&gt;&lt;/div&gt;
      &lt;div class=&quot;tip-card&quot; style=&quot;--tc: #B71C1C;&quot;&gt;&lt;div class=&quot;tip-num&quot;&gt;06&lt;/div&gt;&lt;h4&gt;बच्चों को सिखाएँ&lt;/h4&gt;&lt;p&gt;बच्चों को 101 नंबर याद कराएँ। उन्हें &quot;Stop, Drop and Roll&quot; तकनीक सिखाएँ।&lt;/p&gt;&lt;/div&gt;
      &lt;div class=&quot;tip-card&quot; style=&quot;--tc: #E65100;&quot;&gt;&lt;div class=&quot;tip-num&quot;&gt;07&lt;/div&gt;&lt;h4&gt;आग लगने पर लिफ्ट नहीं&lt;/h4&gt;&lt;p&gt;आग की स्थिति में कभी लिफ्ट का उपयोग न करें। हमेशा सीढ़ियों का इस्तेमाल करें।&lt;/p&gt;&lt;/div&gt;
      &lt;div class=&quot;tip-card&quot; style=&quot;--tc: #FF8F00;&quot;&gt;&lt;div class=&quot;tip-num&quot;&gt;08&lt;/div&gt;&lt;h4&gt;PASS तकनीक जानें&lt;/h4&gt;&lt;p&gt;Pull (पिन निकालें), Aim (नोजल निशाना लगाएँ), Squeeze (दबाएँ), Sweep (झाड़ू की तरह चलाएँ)।&lt;/p&gt;&lt;/div&gt;
      &lt;div class=&quot;tip-card&quot; style=&quot;--tc: #1565C0;&quot;&gt;&lt;div class=&quot;tip-num&quot;&gt;09&lt;/div&gt;&lt;h4&gt;धुएँ में नीचे रहें&lt;/h4&gt;&lt;p&gt;धुएँ में घुटनों के बल रेंगते हुए बाहर निकलें। धुआँ छत की तरफ जाता है, फर्श के पास साफ हवा होती है।&lt;/p&gt;&lt;/div&gt;
      &lt;div class=&quot;tip-card&quot; style=&quot;--tc: #2E7D32;&quot;&gt;&lt;div class=&quot;tip-num&quot;&gt;10&lt;/div&gt;&lt;h4&gt;Fire Drill करें&lt;/h4&gt;&lt;p&gt;घर, स्कूल और कार्यस्थल पर नियमित अग्नि-निकासी अभ्यास करें ताकि आपातकाल में घबराहट न हो।&lt;/p&gt;&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;

&lt;!-- ═══ DO / DONT ═══ --&gt;
&lt;section class=&quot;dodont&quot;&gt;
  &lt;div class=&quot;container&quot;&gt;
    &lt;p class=&quot;eyebrow&quot;&gt;क्या करें — क्या न करें&lt;/p&gt;
    &lt;h2 class=&quot;section-title&quot;&gt;आग लगने पर सही व्यवहार&lt;/h2&gt;
    &lt;div class=&quot;dodont-grid&quot;&gt;
      &lt;div class=&quot;dd-col dd-do&quot;&gt;
        &lt;div class=&quot;dd-head&quot;&gt;&lt;span&gt;✅&lt;/span&gt; &lt;span style=&quot;color: #1b5e20;&quot;&gt;क्या करें (Do)&lt;/span&gt;&lt;/div&gt;
        &lt;ul class=&quot;dd-list&quot;&gt;
          &lt;li&gt;&lt;span class=&quot;dd-icon&quot;&gt;✅&lt;/span&gt;&lt;span&gt;तुरंत 101 या 112 पर कॉल करें&lt;/span&gt;&lt;/li&gt;
          &lt;li&gt;&lt;span class=&quot;dd-icon&quot;&gt;✅&lt;/span&gt;&lt;span&gt;अलार्म बजाएँ और सभी को सतर्क करें&lt;/span&gt;&lt;/li&gt;
          &lt;li&gt;&lt;span class=&quot;dd-icon&quot;&gt;✅&lt;/span&gt;&lt;span&gt;दरवाजा खोलने से पहले हाथ से गर्माहट जाँचें&lt;/span&gt;&lt;/li&gt;
          &lt;li&gt;&lt;span class=&quot;dd-icon&quot;&gt;✅&lt;/span&gt;&lt;span&gt;धुएँ में नाक-मुँह कपड़े से ढककर रेंगें&lt;/span&gt;&lt;/li&gt;
          &lt;li&gt;&lt;span class=&quot;dd-icon&quot;&gt;✅&lt;/span&gt;&lt;span&gt;सीढ़ियों से निकलें, एकत्रित स्थान पर जाएँ&lt;/span&gt;&lt;/li&gt;
          &lt;li&gt;&lt;span class=&quot;dd-icon&quot;&gt;✅&lt;/span&gt;&lt;span&gt;अग्निशमन यंत्र का उपयोग PASS तकनीक से करें&lt;/span&gt;&lt;/li&gt;
          &lt;li&gt;&lt;span class=&quot;dd-icon&quot;&gt;✅&lt;/span&gt;&lt;span&gt;कपड़ों में आग लगे तो रुकें, लेटें, लुढ़कें (Stop, Drop, Roll)&lt;/span&gt;&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/div&gt;
      &lt;div class=&quot;dd-col dd-dont&quot;&gt;
        &lt;div class=&quot;dd-head&quot;&gt;&lt;span&gt;❌&lt;/span&gt; &lt;span style=&quot;color: darkred;&quot;&gt;क्या न करें (Don&#39;t)&lt;/span&gt;&lt;/div&gt;
        &lt;ul class=&quot;dd-list&quot;&gt;
          &lt;li&gt;&lt;span class=&quot;dd-icon&quot;&gt;❌&lt;/span&gt;&lt;span&gt;आग की स्थिति में लिफ्ट का उपयोग न करें&lt;/span&gt;&lt;/li&gt;
          &lt;li&gt;&lt;span class=&quot;dd-icon&quot;&gt;❌&lt;/span&gt;&lt;span&gt;घबराहट में भागें नहीं — शांत रहें&lt;/span&gt;&lt;/li&gt;
          &lt;li&gt;&lt;span class=&quot;dd-icon&quot;&gt;❌&lt;/span&gt;&lt;span&gt;कीमती सामान उठाने की कोशिश न करें&lt;/span&gt;&lt;/li&gt;
          &lt;li&gt;&lt;span class=&quot;dd-icon&quot;&gt;❌&lt;/span&gt;&lt;span&gt;जलती इमारत में वापस न जाएँ&lt;/span&gt;&lt;/li&gt;
          &lt;li&gt;&lt;span class=&quot;dd-icon&quot;&gt;❌&lt;/span&gt;&lt;span&gt;बिजली की आग पर पानी न डालें&lt;/span&gt;&lt;/li&gt;
          &lt;li&gt;&lt;span class=&quot;dd-icon&quot;&gt;❌&lt;/span&gt;&lt;span&gt;खिड़की से कूदने की जल्दबाजी न करें&lt;/span&gt;&lt;/li&gt;
          &lt;li&gt;&lt;span class=&quot;dd-icon&quot;&gt;❌&lt;/span&gt;&lt;span&gt;आग बुझाने की कोशिश में देरी न करें — पहले निकलें&lt;/span&gt;&lt;/li&gt;
        &lt;/ul&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;

&lt;!-- ═══ EMERGENCY NUMBERS ═══ --&gt;
&lt;div class=&quot;emergency container&quot;&gt;
  &lt;div class=&quot;emergency-text&quot;&gt;
    &lt;h2&gt;🚒 आपातकालीन नंबर — याद रखें, जीवन बचाएँ&lt;/h2&gt;
    &lt;p&gt;आग लगने पर एक पल की देरी जानलेवा हो सकती है। ये नंबर अपने मोबाइल में सेव करें और परिवार के सभी सदस्यों को बताएँ।&lt;/p&gt;
  &lt;/div&gt;
  &lt;div class=&quot;emergency-numbers&quot;&gt;
    &lt;div class=&quot;emergency-num&quot;&gt;&lt;div class=&quot;en-num&quot;&gt;101&lt;/div&gt;&lt;div class=&quot;en-label&quot;&gt;अग्निशमन सेवा&lt;/div&gt;&lt;/div&gt;
    &lt;div class=&quot;emergency-num&quot;&gt;&lt;div class=&quot;en-num&quot;&gt;112&lt;/div&gt;&lt;div class=&quot;en-label&quot;&gt;राष्ट्रीय आपातकाल&lt;/div&gt;&lt;/div&gt;
    &lt;div class=&quot;emergency-num&quot;&gt;&lt;div class=&quot;en-num&quot;&gt;108&lt;/div&gt;&lt;div class=&quot;en-label&quot;&gt;एम्बुलेंस सेवा&lt;/div&gt;&lt;/div&gt;
    &lt;div class=&quot;emergency-num&quot;&gt;&lt;div class=&quot;en-num&quot;&gt;1800&lt;/div&gt;&lt;div class=&quot;en-label&quot;&gt;NDRF हेल्पलाइन&lt;/div&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;rainbow&quot; style=&quot;margin-top: 2rem;&quot;&gt;&lt;/div&gt;

&lt;!-- ═══ QUIZ ═══ --&gt;
&lt;section class=&quot;quiz-section&quot;&gt;
  &lt;div class=&quot;container&quot;&gt;
    &lt;p class=&quot;eyebrow&quot;&gt;अग्नि सुरक्षा क्विज़&lt;/p&gt;
    &lt;h2 class=&quot;section-title&quot;&gt;अपना ज्ञान परखें!&lt;/h2&gt;
    &lt;div class=&quot;quiz-wrap&quot;&gt;
      &lt;div class=&quot;quiz-header&quot;&gt;
        &lt;h3&gt;🔥 अग्नि सुरक्षा क्विज़ 2026&lt;/h3&gt;
        &lt;p&gt;7 प्रश्न · हर प्रश्न के बाद स्पष्टीकरण&lt;/p&gt;
      &lt;/div&gt;
      &lt;div class=&quot;quiz-body&quot;&gt;
        &lt;div class=&quot;q-progress-wrap&quot;&gt;&lt;div class=&quot;q-progress-bar&quot; id=&quot;qBar&quot;&gt;&lt;/div&gt;&lt;/div&gt;
        &lt;div class=&quot;q-progress-text&quot;&gt;&lt;span id=&quot;qPText&quot;&gt;प्रश्न 1/7&lt;/span&gt;&lt;span class=&quot;q-score-live&quot; id=&quot;qScoreL&quot;&gt;सही: 0&lt;/span&gt;&lt;/div&gt;
        &lt;div id=&quot;qContainer&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;

&lt;div class=&quot;rainbow&quot;&gt;&lt;/div&gt;

&lt;!-- ═══ FAQ ═══ --&gt;
&lt;section class=&quot;faq&quot;&gt;
  &lt;div class=&quot;container&quot;&gt;
    &lt;p class=&quot;eyebrow&quot;&gt;अक्सर पूछे जाने वाले प्रश्न&lt;/p&gt;
    &lt;h2 class=&quot;section-title&quot;&gt;अग्नि सुरक्षा FAQ&lt;/h2&gt;
    &lt;div class=&quot;faq-wrap&quot; id=&quot;faqWrap&quot;&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/section&gt;

&lt;!-- ═══ FOOTER ═══ --&gt;
&lt;footer&gt;
  &lt;a class=&quot;footer-logo-link&quot; href=&quot;https://www.youtube.com/@safetygurukul&quot; target=&quot;_blank&quot;&gt;
    &lt;img alt=&quot;Safety Gurukul&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhZnoopkK0aHcAx8xH-kz4DNBVLL33rGimBE69L7bQySUD9WdjUpSlJjZnGk4Q9IFaIiMPld8cyhiH35mj5bJURv9kkdM3VUuVz9LCY9suRx-KPJK3JXXhfN-bvqtI_-ZPK7_OMxDkS6Zy9G4abBNJ84VowUJJfKcUnlr3CxSgLhlnBb-qFLjp1J7DfFLVU&quot; /&gt;
    &lt;span&gt;Safety Gurukul&lt;/span&gt;
  &lt;/a&gt;
  &lt;div class=&quot;powered&quot;&gt;Powered by &lt;strong&gt;Safety Gurukul&lt;/strong&gt;&lt;/div&gt;

  &lt;!-- VISITOR COUNTER --&gt;
  &lt;div class=&quot;visitor-counter&quot;&gt;
    &lt;span class=&quot;vc-icon&quot;&gt;👁️&lt;/span&gt;
    &lt;div&gt;
      &lt;div class=&quot;vc-label&quot;&gt;कुल आगंतुक · Total Visitors&lt;/div&gt;
      &lt;div class=&quot;vc-digits&quot; id=&quot;vcDigits&quot;&gt;&lt;/div&gt;
      &lt;div class=&quot;vc-today&quot; id=&quot;vcToday&quot;&gt;&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;p style=&quot;margin-top: 1rem;&quot;&gt;🔥 अग्नि सुरक्षा — हमारी सामूहिक जिम्मेदारी &amp;nbsp;|&amp;nbsp; National Fire Service Week 2026 &amp;nbsp;|&amp;nbsp; © 2026 Safety Gurukul&lt;/p&gt;
&lt;/footer&gt;

&lt;script&gt;
// ══ QUIZ DATA ══
const quizData=[
  {icon:&#39;🔥&#39;,q:&#39;राष्ट्रीय अग्निशमन सेवा सप्ताह प्रत्येक वर्ष कब मनाया जाता है?&#39;,opts:[&#39;1–7 जनवरी&#39;,&#39;14–20 अप्रैल&#39;,&#39;1–7 जुलाई&#39;,&#39;15–21 नवम्बर&#39;],ans:1,exp:&#39;✅ सही! राष्ट्रीय अग्निशमन सेवा सप्ताह 14 से 20 अप्रैल को मनाया जाता है। 14 अप्रैल 1944 को मुंबई बंदरगाह पर SS Fort Stikine जहाज में हुए विस्फोट की स्मृति में यह सप्ताह शुरू हुआ।&#39;},
  {icon:&#39;🏫&#39;,q:&#39;National Fire Service Week 2026 की थीम में किन स्थानों को प्राथमिकता दी गई है?&#39;,opts:[&#39;कारखाना और गोदाम&#39;,&#39;विद्यालय और अस्पताल&#39;,&#39;होटल और मॉल&#39;,&#39;रेलवे स्टेशन और हवाई अड्डा&#39;],ans:1,exp:&#39;✅ सही! 2026 की थीम &quot;Safe School, Safe Hospital&quot; पर केंद्रित है — क्योंकि इन स्थानों पर बच्चे, बीमार और बुज़ुर्ग जैसे संवेदनशील लोग होते हैं।&#39;},
  {icon:&#39;🧯&#39;,q:&#39;अग्निशमन यंत्र (Fire Extinguisher) उपयोग करने की PASS तकनीक में &quot;P&quot; का अर्थ क्या है?&#39;,opts:[&#39;Push (धक्का दें)&#39;,&#39;Pull (पिन निकालें)&#39;,&#39;Pour (डालें)&#39;,&#39;Point (इशारा करें)&#39;],ans:1,exp:&#39;✅ सही! PASS = Pull (पिन निकालें), Aim (निशाना लगाएँ), Squeeze (दबाएँ), Sweep (झाड़ू की तरह चलाएँ)।&#39;},
  {icon:&#39;💨&#39;,q:&#39;धुएँ से भरी इमारत से बाहर निकलने का सबसे सुरक्षित तरीका कौन सा है?&#39;,opts:[&#39;दौड़कर निकलें&#39;,&#39;लिफ्ट का उपयोग करें&#39;,&#39;घुटनों के बल रेंगकर निकलें&#39;,&#39;खिड़की से कूद जाएँ&#39;],ans:2,exp:&#39;✅ सही! धुआँ ऊपर जाता है, इसलिए फर्श के पास साफ हवा होती है। नाक-मुँह ढककर घुटनों के बल रेंगते हुए निकलें।&#39;},
  {icon:&#39;⚡&#39;,q:&#39;बिजली के उपकरण में आग लगने पर क्या करना चाहिए?&#39;,opts:[&#39;उस पर पानी डालें&#39;,&#39;रेत या CO2 अग्निशमन यंत्र उपयोग करें&#39;,&#39;कंबल से ढकें&#39;,&#39;पेट्रोल डालकर बुझाएँ&#39;],ans:1,exp:&#39;✅ सही! बिजली की आग पर कभी पानी न डालें — बिजली का करंट लग सकता है। CO2 या Dry Powder (ABC) अग्निशमन यंत्र का उपयोग करें।&#39;},
  {icon:&#39;🏥&#39;,q:&#39;अस्पताल में अग्नि सुरक्षा के लिए NOC (No Objection Certificate) कितने समय में नवीनीकृत होना चाहिए?&#39;,opts:[&#39;हर 5 साल&#39;,&#39;हर 10 साल&#39;,&#39;नियमों के अनुसार (राज्यानुसार भिन्न, आमतौर पर 1-3 वर्ष)&#39;,&#39;कभी नहीं&#39;],ans:2,exp:&#39;✅ सही! NOC नवीनीकरण की समय-सीमा राज्य के नियमों पर निर्भर करती है। आमतौर पर 1-3 वर्ष में नवीनीकरण आवश्यक होता है। नियमित अग्नि-ऑडिट भी जरूरी है।&#39;},
  {icon:&#39;🧒&#39;,q:&#39;यदि किसी के कपड़ों में आग लग जाए तो तुरंत क्या करना चाहिए?&#39;,opts:[&#39;तेज दौड़ें&#39;,&#39;हाथों से आग बुझाने की कोशिश करें&#39;,&#39;रुकें, जमीन पर लेटें और लुढ़कें (Stop, Drop, Roll)&#39;,&#39;पानी की तलाश करें&#39;],ans:2,exp:&#39;✅ सही! &quot;Stop, Drop and Roll&quot; — तुरंत रुकें, जमीन पर लेट जाएँ और इधर-उधर लुढ़कें। इससे ऑक्सीजन की आपूर्ति कट जाती है और आग बुझ जाती है।&#39;}
];

let curQ=0,score=0,answered=false;
function renderQ(){
  const q=quizData[curQ];
  const pct=(curQ/quizData.length)*100;
  document.getElementById(&#39;qBar&#39;).style.width=pct+&#39;%&#39;;
  document.getElementById(&#39;qPText&#39;).textContent=&#39;प्रश्न &#39;+(curQ+1)+&#39;/&#39;+quizData.length;
  document.getElementById(&#39;qScoreL&#39;).textContent=&#39;सही: &#39;+score;
  const labels=[&#39;A&#39;,&#39;B&#39;,&#39;C&#39;,&#39;D&#39;];
  let optsHtml=q.opts.map((o,i)=&gt;
    &#39;&lt;button class=&quot;q-opt&quot; onclick=&quot;selectQ(&#39;+i+&#39;,&#39;+q.ans+&#39;)&quot; id=&quot;qo&#39;+i+&#39;&quot;&gt;&#39; +
    &#39;&lt;div class=&quot;q-lbl&quot;&gt;&#39;+labels[i]+&#39;&lt;/div&gt;&#39; +
    &#39;&lt;div class=&quot;q-opt-text&quot;&gt;&#39;+o+&#39;&lt;/div&gt;&lt;/button&gt;&#39;
  ).join(&#39;&#39;);
  document.getElementById(&#39;qContainer&#39;).innerHTML=
    &#39;&lt;div class=&quot;q-card-inner&quot;&gt;&#39; +
    &#39;&lt;div class=&quot;q-num-label&quot;&gt;प्रश्न &#39;+(curQ+1)+&#39; / &#39;+quizData.length+&#39;&lt;/div&gt;&#39; +
    &#39;&lt;span class=&quot;q-icon-big&quot;&gt;&#39;+q.icon+&#39;&lt;/span&gt;&#39; +
    &#39;&lt;div class=&quot;q-text&quot;&gt;&#39;+q.q+&#39;&lt;/div&gt;&#39; +
    &#39;&lt;div class=&quot;q-opts&quot;&gt;&#39;+optsHtml+&#39;&lt;/div&gt;&#39; +
    &#39;&lt;div class=&quot;q-feedback&quot; id=&quot;qFeed&quot;&gt;&lt;/div&gt;&#39; +
    &#39;&lt;/div&gt;&#39; +
    &#39;&lt;div class=&quot;q-nav&quot;&gt;&#39; +
    &#39;&lt;span class=&quot;q-score-live&quot; id=&quot;qScoreB&quot;&gt;सही उत्तर: &#39;+score+&#39;&lt;/span&gt;&#39; +
    &#39;&lt;button class=&quot;q-next-btn&quot; id=&quot;qNext&quot; onclick=&quot;nextQ()&quot;&gt;&#39; +
    (curQ&lt;quizData.length-1?&#39;➡️ अगला प्रश्न&#39;:&#39;✅ परिणाम देखें&#39;)+&#39;&lt;/button&gt;&lt;/div&gt;&#39;;
  answered=false;
}
function selectQ(chosen,correct){
  if(answered)return;
  answered=true;
  const q=quizData[curQ];
  for(let i=0;i&lt;q.opts.length;i++){
    const b=document.getElementById(&#39;qo&#39;+i);
    b.disabled=true;
    if(i===correct)b.classList.add(&#39;correct&#39;);
    else if(i===chosen&amp;&amp;chosen!==correct)b.classList.add(&#39;wrong&#39;);
  }
  const feed=document.getElementById(&#39;qFeed&#39;);
  if(chosen===correct){
    score++;
    feed.className=&#39;q-feedback correct&#39;;
    feed.innerHTML=q.exp;
  }else{
    feed.className=&#39;q-feedback wrong&#39;;
    feed.innerHTML=&#39;❌ गलत। सही उत्तर: &lt;strong&gt;&#39;+[&#39;A&#39;,&#39;B&#39;,&#39;C&#39;,&#39;D&#39;][correct]+&#39;&lt;/strong&gt;&lt;br&gt;&#39;+q.exp;
  }
  feed.style.display=&#39;block&#39;;
  document.getElementById(&#39;qNext&#39;).style.display=&#39;block&#39;;
  if(document.getElementById(&#39;qScoreB&#39;))document.getElementById(&#39;qScoreB&#39;).textContent=&#39;सही उत्तर: &#39;+score;
  document.getElementById(&#39;qScoreL&#39;).textContent=&#39;सही: &#39;+score;
}
function nextQ(){
  curQ++;
  if(curQ&lt;quizData.length)renderQ();
  else showResult();
}
function showResult(){
  const pct=Math.round((score/quizData.length)*100);
  let emoji=&#39;📚&#39;,title=&#39;अच्छा प्रयास!&#39;,msg=&#39;आप अग्नि सुरक्षा के बारे में और जानकारी प्राप्त करके पुनः प्रयास कर सकते हैं।&#39;;
  if(pct&gt;=90){emoji=&#39;🏆&#39;;title=&#39;अद्भुत! आप अग्नि सुरक्षा विशेषज्ञ हैं!&#39;;msg=&#39;शानदार प्रदर्शन! आप अग्नि सुरक्षा के बारे में बहुत अच्छी जानकारी रखते हैं।&#39;}
  else if(pct&gt;=70){emoji=&#39;🌟&#39;;title=&#39;बहुत अच्छा प्रदर्शन!&#39;;msg=&#39;आपकी अग्नि सुरक्षा जानकारी काफी अच्छी है। थोड़ी और पढ़ाई से आप विशेषज्ञ बन सकते हैं।&#39;}
  else if(pct&gt;=50){emoji=&#39;👍&#39;;title=&#39;ठीक-ठाक!&#39;;msg=&#39;अग्नि सुरक्षा के कुछ महत्वपूर्ण बिंदुओं पर ध्यान दें और पुनः प्रयास करें।&#39;}
  document.getElementById(&#39;qContainer&#39;).innerHTML=
    &#39;&lt;div class=&quot;q-result&quot;&gt;&#39; +
    &#39;&lt;span class=&quot;q-result-emoji&quot;&gt;&#39;+emoji+&#39;&lt;/span&gt;&#39; +
    &#39;&lt;h4&gt;&#39;+title+&#39;&lt;/h4&gt;&#39; +
    &#39;&lt;div class=&quot;q-score-big&quot;&gt;&#39;+score+&#39;/&#39;+quizData.length+&#39;&lt;/div&gt;&#39; +
    &#39;&lt;div style=&quot;font-size:.85rem;color:var(--muted);margin-bottom:.5rem&quot;&gt;&#39;+pct+&#39;% सही उत्तर&lt;/div&gt;&#39; +
    &#39;&lt;p class=&quot;q-result-msg&quot;&gt;&#39;+msg+&#39;&lt;/p&gt;&#39; +
    &#39;&lt;button class=&quot;q-retry-btn&quot; onclick=&quot;retryQ()&quot;&gt;🔄 पुनः प्रयास करें&lt;/button&gt;&lt;/div&gt;&#39;;
  document.getElementById(&#39;qBar&#39;).style.width=&#39;100%&#39;;
  document.getElementById(&#39;qPText&#39;).textContent=&#39;पूर्ण!&#39;;
}
function retryQ(){curQ=0;score=0;answered=false;renderQ();}
renderQ();

// ══ FAQ ══
const faqs=[
  {q:&#39;राष्ट्रीय अग्निशमन सेवा सप्ताह कब और क्यों मनाया जाता है?&#39;,a:&#39;यह प्रत्येक वर्ष 14 से 20 अप्रैल को मनाया जाता है। 14 अप्रैल 1944 को मुंबई बंदरगाह पर SS Fort Stikine जहाज में विस्फोट हुआ था जिसमें सैकड़ों अग्निशमनकर्मी शहीद हुए थे। उनकी स्मृति में और अग्नि सुरक्षा जागरूकता के लिए यह सप्ताह मनाया जाता है।&#39;},
  {q:&#39;घर में आग लगने पर सबसे पहले क्या करें?&#39;,a:&#39;सबसे पहले सभी लोगों को सतर्क करें और तुरंत इमारत खाली करें। बाहर निकलकर 101 या 112 पर कॉल करें। यदि आग छोटी है और आपके पास अग्निशमन यंत्र है तो PASS तकनीक से बुझाएँ। लेकिन अपनी जान को कभी भी संपत्ति से ऊपर न रखें।&#39;},
  {q:&#39;अग्निशमन यंत्र कितने प्रकार के होते हैं?&#39;,a:&#39;मुख्यतः 5 प्रकार के होते हैं: (1) Water (पानी) — साधारण आग के लिए, (2) CO2 — बिजली की आग के लिए, (3) Dry Powder (ABC) — सभी प्रकार की आग के लिए, (4) Foam — तेल/पेट्रोल की आग के लिए, (5) Wet Chemical — रसोई की आग के लिए।&#39;},
  {q:&#39;स्कूलों में अग्नि सुरक्षा के लिए क्या-क्या होना जरूरी है?&#39;,a:&#39;हर कक्षा में अग्निशमन यंत्र, स्पष्ट आपातकालीन निकास मार्ग, स्मोक डिटेक्टर, अग्नि-निकासी योजना (Fire Evacuation Plan), नियमित Fire Drill (कम से कम वर्ष में दो बार), बिजली की नियमित जाँच और अग्निशमन विभाग से NOC अनिवार्य है।&#39;},
  {q:&#39;अस्पतालों में आग का खतरा क्यों अधिक होता है?&#39;,a:&#39;अस्पतालों में ऑक्सीजन पाइपलाइन, बड़ी मात्रा में दवाइयाँ और रसायन, पुरानी बिजली की तारें, बेड-बाउंड मरीज (जो स्वयं नहीं निकल सकते), और रात में कम स्टाफ होता है। इसलिए यहाँ अग्नि सुरक्षा ऑडिट और विशेष निकासी योजना बेहद जरूरी है।&#39;},
  {q:&#39;LPG गैस सिलेंडर में आग लगने पर क्या करें?&#39;,a:&#39;तुरंत गैस सिलेंडर का रेगुलेटर बंद करें (यदि सुरक्षित हो)। सभी खिड़कियाँ-दरवाजे खोलें। बिजली के स्विच न छुएँ। 101 पर कॉल करें। सिलेंडर को पानी से ठंडा रखें (अगर पास जाना सुरक्षित हो)। कभी भी जलते सिलेंडर को बंद स्थान में न छोड़ें।&#39;},
  {q:&#39;बिजली की आग पर पानी क्यों नहीं डालना चाहिए?&#39;,a:&#39;पानी बिजली का सुचालक है। यदि बिजली की आग पर पानी डाला जाए तो करंट पानी के रास्ते व्यक्ति के शरीर में आ सकता है जिससे बिजली का झटका लग सकता है और मृत्यु भी हो सकती है। इसके लिए हमेशा CO2 या Dry Powder अग्निशमन यंत्र का उपयोग करें।&#39;},
  {q:&#39;&quot;Stop, Drop and Roll&quot; तकनीक क्या है और कब उपयोग करें?&#39;,a:&#39;जब किसी के कपड़ों में आग लग जाए तो: Stop — तुरंत रुकें (दौड़ने से आग बढ़ती है), Drop — जमीन पर लेट जाएँ और हाथों से चेहरा ढकें, Roll — इधर-उधर लुढ़कें जब तक आग न बुझे। यह तकनीक ऑक्सीजन की आपूर्ति काटकर आग बुझाने में मदद करती है।&#39;}
];
const faqWrap=document.getElementById(&#39;faqWrap&#39;);
faqs.forEach((f,i)=&gt;{
  const item=document.createElement(&#39;div&#39;);
  item.className=&#39;faq-item&#39;;
  item.innerHTML=
    &#39;&lt;div class=&quot;faq-q&quot; id=&quot;fq&#39;+i+&#39;&quot; onclick=&quot;toggleFaq(&#39;+i+&#39;)&quot;&gt;&#39; +
    &#39;&lt;span&gt;🔥 &#39;+f.q+&#39;&lt;/span&gt;&lt;span class=&quot;faq-arrow&quot;&gt;▼&lt;/span&gt;&lt;/div&gt;&#39; +
    &#39;&lt;div class=&quot;faq-a&quot; id=&quot;fa&#39;+i+&#39;&quot;&gt;&lt;p&gt;&#39;+f.a+&#39;&lt;/p&gt;&lt;/div&gt;&#39;;
  faqWrap.appendChild(item);
});
function toggleFaq(i){
  const q=document.getElementById(&#39;fq&#39;+i);
  const a=document.getElementById(&#39;fa&#39;+i);
  const isOpen=a.classList.contains(&#39;open&#39;);
  document.querySelectorAll(&#39;.faq-q&#39;).forEach(el=&gt;el.classList.remove(&#39;open&#39;));
  document.querySelectorAll(&#39;.faq-a&#39;).forEach(el=&gt;el.classList.remove(&#39;open&#39;));
  if(!isOpen){q.classList.add(&#39;open&#39;);a.classList.add(&#39;open&#39;);}
}
&lt;/script&gt;
&lt;script&gt;
// ══ VISITOR COUNTER (localStorage-based, persistent per browser) ══
(function(){
  const TOTAL_KEY = &#39;nfsw2026_total_visits&#39;;
  const TODAY_KEY = &#39;nfsw2026_today_visits&#39;;
  const DATE_KEY  = &#39;nfsw2026_visit_date&#39;;
  const SESSION_KEY = &#39;nfsw2026_session&#39;;

  const today = new Date().toISOString().slice(0,10);

  // Initialise or increment total
  let total = parseInt(localStorage.getItem(TOTAL_KEY) || &#39;0&#39;);
  let todayCount = parseInt(localStorage.getItem(TODAY_KEY) || &#39;0&#39;);
  const lastDate = localStorage.getItem(DATE_KEY) || &#39;&#39;;
  const hasSession = sessionStorage.getItem(SESSION_KEY);

  if (!hasSession) {
    // New browser session — count visit
    total += 1;
    todayCount = (lastDate === today) ? todayCount + 1 : 1;
    localStorage.setItem(TOTAL_KEY, total);
    localStorage.setItem(TODAY_KEY, todayCount);
    localStorage.setItem(DATE_KEY, today);
    sessionStorage.setItem(SESSION_KEY, &#39;1&#39;);
  }

  // Seed a realistic-looking base so first-time users see a reasonable number
  const BASE = 4271;
  const display = total + BASE;

  // Render animated digit boxes
  function renderDigits(num) {
    const digits = String(num).split(&#39;&#39;);
    const wrap = document.getElementById(&#39;vcDigits&#39;);
    if (!wrap) return;
    wrap.innerHTML = &#39;&#39;;
    digits.forEach((d, i) =&gt; {
      const span = document.createElement(&#39;span&#39;);
      span.className = &#39;vc-digit&#39;;
      span.textContent = d;
      span.style.animationDelay = (i * 0.07) + &#39;s&#39;;
      wrap.appendChild(span);
    });
  }

  // Render today&#39;s count
  function renderToday() {
    const el = document.getElementById(&#39;vcToday&#39;);
    if (el) el.textContent = &#39;आज: &#39; + (todayCount + (hasSession ? 0 : 0)) + &#39; · Today\&#39;s visits&#39;;
  }

  // Animated count-up effect
  const target = display;
  const start  = Math.max(0, target - 80);
  let current  = start;
  const step   = Math.ceil((target - start) / 40);

  function countUp() {
    if (current &lt; target) {
      current = Math.min(current + step, target);
      renderDigits(current);
      requestAnimationFrame(countUp);
    } else {
      renderDigits(target);
    }
  }

  // Start after page load with a short delay
  window.addEventListener(&#39;load&#39;, function() {
    setTimeout(countUp, 600);
    renderToday();
  });
})();
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</content><link rel='replies' type='application/atom+xml' href='https://safetygurukul.blogspot.com/feeds/4750902816414643447/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://safetygurukul.blogspot.com/2026/03/national-fire-service-week-2026.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/4750902816414643447'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/4750902816414643447'/><link rel='alternate' type='text/html' href='https://safetygurukul.blogspot.com/2026/03/national-fire-service-week-2026.html' title='National Fire Service Week 2026'/><author><name>Narendra Arya</name><uri>http://www.blogger.com/profile/05274105664901468001</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJQ_C-6vlqjQm18qsy4UwsM7dKK21amAjp0Z8hWr-7mJNHFRPC7lxZrgsfGm8vMO6nYBqhyLqPEHUw1qIE5vOvtiDKC4jdDeHutwJwE4urYFPAZD2MQmailWfS2iGFhJnPDF-mMPpuWJuaqvJqMqdFY2cywIKJsvY8lxAtRjykcuSrwQ/s220/Narendra_arya-removebg-Favicon.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM4IPt0kr0bpg5xnu5X0zZKQyIJDlRCO6B3qDbw8n6D4XUnoxts371DO9mlMocccoBpqXRw6_PcBzADDNbELh8mXoTDZSxB8sqZM_NU5SaTRILbkTrOARNsT7fddZy6Govyj0sNM_LMZ0grRecOSsIU17MtMWx2pEDbrhyphenhyphenF_BsDMAU_qXEfCVSZkJTq8Ue/s72-c/ChatGPT%20Image%20Mar%2014,%202026,%2002_02_16%20PM.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9122151121349724808.post-6705397064173050323</id><published>2026-03-09T18:40:00.000-07:00</published><updated>2026-03-10T07:19:07.963-07:00</updated><title type='text'>Snake &amp; Ladder Game</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLzTpip7M6UAYwfMXhc_NY9yfNHlsQcAud82Q9esOSOiZ5DSutqmcEaxwSRhXbBod0hZs-uJMqvm3pLPasJV_Nrmrc7pf9atR17830CuVYlPfK53FisIcY034c-Z-4PdfWaMGF_qNdm_-TBOlhwP7MevLzKcfkHX4puWxkhGW-7gVMdoU_K7Sj1F_nTX9O/s1024/ChatGPT%20Image%20Mar%209,%202026,%2003_46_42%20PM.png&quot; style=&quot;display: block; padding: 1em 0px; text-align: center;&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; data-original-height=&quot;1024&quot; data-original-width=&quot;1024&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLzTpip7M6UAYwfMXhc_NY9yfNHlsQcAud82Q9esOSOiZ5DSutqmcEaxwSRhXbBod0hZs-uJMqvm3pLPasJV_Nrmrc7pf9atR17830CuVYlPfK53FisIcY034c-Z-4PdfWaMGF_qNdm_-TBOlhwP7MevLzKcfkHX4puWxkhGW-7gVMdoU_K7Sj1F_nTX9O/s320/ChatGPT%20Image%20Mar%209,%202026,%2003_46_42%20PM.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;


&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;&lt;/meta&gt;
&lt;meta content=&quot;width=device-width, initial-scale=1.0&quot; name=&quot;viewport&quot;&gt;&lt;/meta&gt;
&lt;title&gt;Safety Gurukul – Snake &amp; Ladder&lt;/title&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Fredoka+One&amp;amp;family=Noto+Sans+Devanagari:wght@500;700&amp;amp;family=Nunito:wght@700;800&amp;amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;&lt;/link&gt;
&lt;style&gt;
*{margin:0;padding:0;box-sizing:border-box}
body{
  font-family:&quot;Nunito&quot;,sans-serif;
  background:linear-gradient(155deg,#1b5e20 0%,#004d40 55%,#1a237e 100%);
  min-height:100vh;display:flex;flex-direction:column;align-items:center;
  padding:5px 3px 12px;
}
h1{font-family:&quot;Fredoka One&quot;,cursive;color:#fff176;
  font-size:clamp(.95rem,3.5vw,1.65rem);text-align:center;
  text-shadow:2px 2px 0 #bf360c;margin-bottom:4px;line-height:1.2}
h1 small{display:block;font-family:&quot;Noto Sans Devanagari&quot;,sans-serif;
  font-size:clamp(.72rem,2.3vw,.95rem);color:#ffe082;font-weight:700}
#board-wrap{position:relative;width:min(97vw,600px);aspect-ratio:1/1}
#boardCanvas{width:100%;height:100%;display:block;border-radius:10px;
  box-shadow:0 6px 28px rgba(0,0,0,.7),0 0 0 4px #ffeb3b,0 0 0 7px #e65100}
#animCanvas{position:absolute;inset:0;width:100%;height:100%;
  pointer-events:none;border-radius:10px}
#controls{width:min(97vw,600px);background:rgba(0,0,0,.62);
  border-radius:11px;padding:7px 9px 6px;margin-top:5px;
  border:1px solid rgba(255,255,255,.18)}
#player-row{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:5px;align-items:center}
.pchip{display:flex;align-items:center;gap:4px;padding:2px 9px 2px 4px;
  border-radius:20px;border:2px solid transparent;
  background:rgba(255,255,255,.10);font-size:.73rem;font-weight:700;color:#ccc;transition:all .25s}
.pchip.active{border-color:#ffeb3b;background:rgba(255,235,59,.18);color:#fff176}
.pdot{width:15px;height:15px;border-radius:50%;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
  font-size:.52rem;font-weight:800;color:#fff;box-shadow:0 1px 4px rgba(0,0,0,.5)}
#action-row{display:flex;gap:5px;align-items:center;flex-wrap:wrap;margin-bottom:5px}
#dice-el{font-size:2.2rem;min-width:34px;text-align:center;line-height:1;
  filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}
#dice-el.spin{animation:dspin .45s ease}
@keyframes dspin{0%,100%{transform:rotate(0) scale(1)}40%{transform:rotate(-22deg) scale(1.2)}70%{transform:rotate(15deg) scale(.9)}}
.btn{font-family:&quot;Fredoka One&quot;,cursive;font-size:.78rem;padding:4px 12px;
  border:none;border-radius:20px;cursor:pointer;transition:all .18s}
.btn:active{transform:scale(.93)}
.btn-roll{background:linear-gradient(135deg,#ff9800,#e65100);color:#fff;box-shadow:0 3px 8px rgba(230,81,0,.5)}
.btn-auto{background:linear-gradient(135deg,#7b1fa2,#4a148c);color:#fff}
.btn-auto.on{background:linear-gradient(135deg,#ce93d8,#7b1fa2)}
.btn-setup{background:linear-gradient(135deg,#2e7d32,#1b5e20);color:#fff}
.btn-start{background:linear-gradient(135deg,#0288d1,#01579b);color:#fff}
.ctrl{background:rgba(255,255,255,.16);color:#fff;border:1px solid rgba(255,255,255,.3);
  border-radius:6px;padding:2px 5px;font-size:.7rem}
#speed-wrap{display:flex;align-items:center;gap:4px}
#speed-wrap label{color:#bbb;font-size:.68rem}
#setup-panel{background:rgba(0,0,0,.70);border:1px solid rgba(255,255,255,.2);
  border-radius:9px;padding:8px 10px;margin-bottom:6px;display:none}
#setup-panel label{color:#ddd;font-size:.74rem;font-weight:700}
#setup-panel input[type=text]{background:rgba(255,255,255,.14);color:#fff;
  border:1px solid rgba(255,255,255,.3);border-radius:6px;
  padding:2px 7px;font-size:.74rem;width:115px;font-family:&quot;Nunito&quot;,sans-serif}
.name-row{display:flex;align-items:center;gap:5px;margin-top:4px}
#msg-box{background:rgba(0,0,0,.55);border-left:4px solid #ffeb3b;
  border-radius:8px;padding:6px 9px;min-height:46px;margin-bottom:5px}
#msg-title{font-family:&quot;Fredoka One&quot;,cursive;font-size:.85rem;margin-bottom:2px}
#msg-body{font-size:.77rem;color:#eee;line-height:1.4}
#scores{display:flex;gap:4px;flex-wrap:wrap}
.scard{flex:1;min-width:58px;text-align:center;background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);border-radius:7px;padding:2px 4px}
.scard-name{font-size:.62rem;font-weight:700}
.scard-pos{font-family:&quot;Fredoka One&quot;;font-size:.95rem;color:#fff}
#footer{margin-top:6px;display:flex;flex-direction:column;align-items:center;gap:3px}
#footer a{display:flex;flex-direction:column;align-items:center;gap:3px;text-decoration:none}
#footer img{height:50px;border-radius:50%;box-shadow:0 2px 12px rgba(0,0,0,.6);
  transition:transform .25s,box-shadow .25s}
#footer a:hover img{transform:scale(1.1);box-shadow:0 4px 18px rgba(255,235,59,.5)}
.powered{font-family:&quot;Fredoka One&quot;;font-size:.8rem;color:#fff176;
  text-shadow:1px 1px 0 #bf360c;letter-spacing:1px}
#footer a:hover .powered{color:#ffca28}

/* ══ POPUP ══ */
#sp-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.88);
  align-items:center;justify-content:center;z-index:80;padding:10px}
#sp-overlay.show{display:flex}
#sp-box{width:100%;max-width:360px;border-radius:18px;padding:14px 16px 12px;
  text-align:left;animation:popIn .32s cubic-bezier(.17,.67,.37,1.5)}
#sp-box.snake{background:#b71c1c;border:3px solid #ff8a80}
#sp-box.ladder{background:#1b5e20;border:3px solid #69f0ae}
@keyframes popIn{from{transform:scale(.2);opacity:0}to{transform:scale(1);opacity:1}}

/* header row */
.sp-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.sp-big-icon{font-size:2.4rem;line-height:1;flex-shrink:0}
.sp-header-text{}
.sp-type-label{
  font-family:&quot;Nunito&quot;,sans-serif;
  font-size:.62rem;font-weight:800;letter-spacing:1px;
  background:rgba(0,0,0,.35);color:#fff;
  padding:2px 8px;border-radius:20px;display:inline-block;margin-bottom:4px}
.sp-act-en{font-family:&quot;Fredoka One&quot;,cursive;color:#fff176;font-size:1rem;line-height:1.2}
.sp-act-hi{font-family:&quot;Noto Sans Devanagari&quot;,sans-serif;color:#ffffff;
  font-size:.88rem;font-weight:700;line-height:1.3;margin-top:2px}

/* message card */
.sp-msg{background:rgba(0,0,0,.40);border-radius:10px;padding:9px 11px;margin-bottom:8px}
.sp-msg-en{font-family:&quot;Nunito&quot;,sans-serif;color:#ffe082;
  font-size:.80rem;font-weight:700;line-height:1.45;margin-bottom:5px}
.sp-msg-hi{font-family:&quot;Noto Sans Devanagari&quot;,sans-serif;color:#f5f5f5;
  font-size:.82rem;font-weight:600;line-height:1.55}

/* tip */
.sp-tip{background:rgba(255,255,255,.15);border-radius:9px;
  padding:7px 10px;margin-bottom:10px;display:flex;gap:7px;align-items:flex-start}
.sp-tip-icon{font-size:1rem;flex-shrink:0;margin-top:1px}
.sp-tip-en{font-family:&quot;Nunito&quot;,sans-serif;color:#fff176;
  font-size:.74rem;font-weight:700;line-height:1.35;margin-bottom:3px}
.sp-tip-hi{font-family:&quot;Noto Sans Devanagari&quot;,sans-serif;color:#e0e0e0;
  font-size:.76rem;font-weight:600;line-height:1.45}

.sp-footer{display:flex;justify-content:center;flex-direction:column;align-items:center}
#sp-btn{font-family:&quot;Fredoka One&quot;,cursive;border:none;border-radius:20px;
  padding:6px 24px;font-size:.88rem;cursor:pointer;background:#fff176;color:#1a237e;margin-bottom:6px}
#sp-progress{height:4px;background:rgba(255,255,255,.2);border-radius:2px;width:200px;max-width:100%}
#sp-prog-bar{height:100%;background:#fff176;border-radius:2px;width:100%}

/* win */
#win-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.88);
  align-items:center;justify-content:center;z-index:90;padding:14px}
#win-overlay.show{display:flex}
#win-box{max-width:300px;width:100%;text-align:center;
  background:linear-gradient(135deg,#1b5e20,#004d40);
  border:4px solid #ffeb3b;border-radius:20px;padding:24px 28px;
  animation:popIn .4s cubic-bezier(.17,.67,.37,1.5)}
#win-box h2{font-family:&quot;Fredoka One&quot;;font-size:1.75rem;color:#ffeb3b}
#win-box .whi{font-family:&quot;Noto Sans Devanagari&quot;,sans-serif;color:#ffe082;
  font-size:.82rem;font-weight:700;margin:4px 0 2px}
#win-box .wen{color:#fff;font-size:.78rem;font-weight:700;margin-bottom:14px}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;h1&gt;🦺 Safety Gurukul – Snake &amp;amp; Ladder 🏆
  &lt;small&gt;सुरक्षा जागरूकता खेल – साँप और सीढ़ी&lt;/small&gt;
&lt;/h1&gt;

&lt;div id=&quot;board-wrap&quot;&gt;
  &lt;canvas id=&quot;boardCanvas&quot;&gt;&lt;/canvas&gt;
  &lt;canvas id=&quot;animCanvas&quot;&gt;&lt;/canvas&gt;
&lt;/div&gt;

&lt;div id=&quot;controls&quot;&gt;
  &lt;div id=&quot;setup-panel&quot;&gt;
    &lt;label&gt;Players / खिलाड़ी:
      &lt;select class=&quot;ctrl&quot; id=&quot;numSel&quot; style=&quot;margin-left: 4px;&quot;&gt;
        &lt;option value=&quot;1&quot;&gt;1 (vs CPU)&lt;/option&gt;
        &lt;option selected=&quot;&quot; value=&quot;2&quot;&gt;2&lt;/option&gt;
        &lt;option value=&quot;3&quot;&gt;3&lt;/option&gt;
        &lt;option value=&quot;4&quot;&gt;4&lt;/option&gt;
      &lt;/select&gt;
    &lt;/label&gt;
    &lt;div id=&quot;name-inputs&quot;&gt;&lt;/div&gt;
    &lt;button class=&quot;btn btn-start&quot; onclick=&quot;startGame()&quot; style=&quot;margin-top: 7px;&quot;&gt;▶ Start / शुरू करें&lt;/button&gt;
  &lt;/div&gt;

  &lt;div id=&quot;player-row&quot;&gt;&lt;/div&gt;

  &lt;div id=&quot;action-row&quot;&gt;
    &lt;div id=&quot;dice-el&quot;&gt;⚀&lt;/div&gt;
    &lt;button class=&quot;btn btn-roll&quot; id=&quot;rollBtn&quot; onclick=&quot;rollDice()&quot;&gt;🎲 Roll / पासा&lt;/button&gt;
    &lt;button class=&quot;btn btn-auto&quot; id=&quot;autoBtn&quot; onclick=&quot;toggleAuto()&quot;&gt;🤖 Auto&lt;/button&gt;
    &lt;div id=&quot;speed-wrap&quot;&gt;
      &lt;label&gt;Speed:&lt;/label&gt;
      &lt;select class=&quot;ctrl&quot; id=&quot;speedSel&quot;&gt;
        &lt;option value=&quot;2600&quot;&gt;Slow&lt;/option&gt;
        &lt;option selected=&quot;&quot; value=&quot;1400&quot;&gt;Normal&lt;/option&gt;
        &lt;option value=&quot;700&quot;&gt;Fast&lt;/option&gt;
      &lt;/select&gt;
    &lt;/div&gt;
    &lt;button class=&quot;btn btn-setup&quot; onclick=&quot;toggleSetup()&quot;&gt;⚙ Setup&lt;/button&gt;
  &lt;/div&gt;

  &lt;div id=&quot;msg-box&quot;&gt;
    &lt;div id=&quot;msg-title&quot; style=&quot;color: #ffeb3b;&quot;&gt;🙏 Welcome – Safety Gurukul&lt;/div&gt;
    &lt;div id=&quot;msg-body&quot;&gt;Default: 2 Players ready! Press ⚙ Setup to change players / names, then Start.&lt;/div&gt;
  &lt;/div&gt;
  &lt;div id=&quot;scores&quot;&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;div id=&quot;footer&quot;&gt;
  &lt;a href=&quot;https://www.youtube.com/@safetygurukul&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;
    &lt;img alt=&quot;Safety Gurukul&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhZok7muPDeaDfDl50vLp21jftCgRTYAmT_2g2wzYWXcQm_zxtMUSS-FxGWNAq3QxxPFAr1wOIFBi29MkJunM_i-Sv7ZXHmqsWEAfAAoz8h98FJ4CmKTlWZiQHeq9Zo77z8pGAei328TQCbbowPYFRYD1yCnrMkeDqEWMIzRe8jPjlOdhfr12kRTErgpjDG&quot; /&gt;
    &lt;span class=&quot;powered&quot;&gt;Powered by Safety Gurukul&lt;/span&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;!-- Safety Popup --&gt;
&lt;div id=&quot;sp-overlay&quot;&gt;
  &lt;div id=&quot;sp-box&quot;&gt;
    &lt;div class=&quot;sp-header&quot;&gt;
      &lt;div class=&quot;sp-big-icon&quot; id=&quot;sp-icon&quot;&gt;🐍&lt;/div&gt;
      &lt;div class=&quot;sp-header-text&quot;&gt;
        &lt;div class=&quot;sp-type-label&quot; id=&quot;sp-type-label&quot;&gt;UNSAFE ACT&lt;/div&gt;
        &lt;div class=&quot;sp-act-en&quot; id=&quot;sp-act-en&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;sp-act-hi&quot; id=&quot;sp-act-hi&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;sp-msg&quot;&gt;
      &lt;div class=&quot;sp-msg-en&quot; id=&quot;sp-msg-en&quot;&gt;&lt;/div&gt;
      &lt;div class=&quot;sp-msg-hi&quot; id=&quot;sp-msg-hi&quot;&gt;&lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;sp-tip&quot;&gt;
      &lt;span class=&quot;sp-tip-icon&quot;&gt;💡&lt;/span&gt;
      &lt;div&gt;
        &lt;div class=&quot;sp-tip-en&quot; id=&quot;sp-tip-en&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;sp-tip-hi&quot; id=&quot;sp-tip-hi&quot;&gt;&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;sp-footer&quot;&gt;
      &lt;button id=&quot;sp-btn&quot; onclick=&quot;closeSP()&quot;&gt;OK – Got it / समझ गया ✓&lt;/button&gt;
      &lt;div id=&quot;sp-progress&quot;&gt;&lt;div id=&quot;sp-prog-bar&quot;&gt;&lt;/div&gt;&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- Win --&gt;
&lt;div id=&quot;win-overlay&quot;&gt;
  &lt;div id=&quot;win-box&quot;&gt;
    &lt;div style=&quot;font-size: 2.6rem;&quot;&gt;🏆&lt;/div&gt;
    &lt;h2 id=&quot;win-title&quot;&gt;&lt;/h2&gt;
    &lt;div class=&quot;whi&quot; id=&quot;win-hi&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;wen&quot; id=&quot;win-en&quot;&gt;&lt;/div&gt;
    &lt;button class=&quot;btn btn-start&quot; onclick=&quot;closeWin()&quot;&gt;🔄 Play Again / फिर खेलें&lt;/button&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;script&gt;
const SNAKES={
  97:{head:97,tail:35,
    actEn:&quot;Bypassing Machine Guards&quot;, actHi:&quot;मशीन गार्ड हटाना&quot;,
    msgEn:&quot;Removing guards exposes rotating parts that crush or amputate in milliseconds. Never remove without LOTO.&quot;,
    msgHi:&quot;गार्ड हटाने से घूमते पुर्जे हाथ-पैर काट सकते हैं। बिना LOTO कभी न हटाएँ।&quot;,
    tipEn:&quot;Guards save lives — they don&#39;t slow production.&quot;,
    tipHi:&quot;गार्ड जान बचाते हैं, उत्पादन नहीं रोकते।&quot;},
  84:{head:84,tail:34,
    actEn:&quot;No Harness at Height&quot;, actHi:&quot;बिना हार्नेस ऊँचाई पर काम&quot;,
    msgEn:&quot;Above 1.8 m a full-body harness is mandatory. A fall without one can be fatal.&quot;,
    msgHi:&quot;1.8 मी. ऊपर हार्नेस अनिवार्य है। बिना हार्नेस गिरना जानलेवा है।&quot;,
    tipEn:&quot;Inspect your harness before every use.&quot;,
    tipHi:&quot;हर उपयोग से पहले हार्नेस जाँचें।&quot;},
  71:{head:71,tail:19,
    actEn:&quot;Mobile Phone While Driving&quot;, actHi:&quot;गाड़ी चलाते मोबाइल उपयोग&quot;,
    msgEn:&quot;Phone use while driving raises crash risk by 400%. One message can cost your life.&quot;,
    msgHi:&quot;फोन से दुर्घटना जोखिम 400% बढ़ता है। एक SMS जान ले सकता है।&quot;,
    tipEn:&quot;Enable &#39;Do Not Disturb While Driving&#39; mode.&quot;,
    tipHi:&quot;&#39;ड्राइविंग में परेशान न करें&#39; मोड ऑन करें।&quot;},
  55:{head:55,tail:13,
    actEn:&quot;Ignoring LOTO&quot;, actHi:&quot;LOTO प्रक्रिया अनदेखा करना&quot;,
    msgEn:&quot;Servicing live equipment causes electrocution. Always lock out, tag out, verify zero energy.&quot;,
    msgHi:&quot;चालू मशीन पर काम से करंट लगता है। ऊर्जा बंद, लॉक, फिर परखें।&quot;,
    tipEn:&quot;&#39;I switched it off&#39; is NOT enough — lock it.&quot;,
    tipHi:&quot;&#39;बंद कर दिया&#39; काफी नहीं — लॉक भी लगाएँ।&quot;},
  43:{head:43,tail:21,
    actEn:&quot;Confined Space Without Permit&quot;, actHi:&quot;बिना परमिट सीमित स्थान में प्रवेश&quot;,
    msgEn:&quot;Toxic gases or low oxygen can kill within seconds. Always get a permit and test atmosphere.&quot;,
    msgHi:&quot;जहरीली गैस या कम ऑक्सीजन सेकंड में मार सकती है। परमिट लें, गैस जाँचें।&quot;,
    tipEn:&quot;Always post an attendant outside the space.&quot;,
    tipHi:&quot;बाहर हमेशा एक अटेंडेंट जरूर रखें।&quot;},
  31:{head:31,tail:7,
    actEn:&quot;Overloading Electrical Sockets&quot;, actHi:&quot;सॉकेट पर अधिक लोड&quot;,
    msgEn:&quot;Overloaded sockets overheat wiring and cause fires. Always check load ratings.&quot;,
    msgHi:&quot;अधिक लोड से वायरिंग गर्म होती है, आग लग सकती है। रेटिंग जाँचें।&quot;,
    tipEn:&quot;Use only rated extension boards.&quot;,
    tipHi:&quot;रेटेड एक्सटेंशन बोर्ड ही उपयोग करें।&quot;},
  62:{head:62,tail:18,
    actEn:&quot;No PPE in Chemical Area&quot;, actHi:&quot;केमिकल क्षेत्र में PPE न पहनना&quot;,
    msgEn:&quot;Without gloves, goggles and respirator, chemicals can permanently damage eyes, skin and lungs.&quot;,
    msgHi:&quot;दस्ताने, चश्मे, रेस्पिरेटर बिना रसायन आँख, त्वचा, फेफड़े नष्ट कर सकते हैं।&quot;,
    tipEn:&quot;Read the MSDS before handling any chemical.&quot;,
    tipHi:&quot;कोई भी रसायन उठाने से पहले MSDS पढ़ें।&quot;},
  78:{head:78,tail:26,
    actEn:&quot;Improper Manual Handling&quot;, actHi:&quot;गलत तरीके से सामान उठाना&quot;,
    msgEn:&quot;Lifting with a bent back causes serious spinal injury. Bend knees, keep back straight.&quot;,
    msgHi:&quot;झुककर उठाने से रीढ़ को चोट लगती है। घुटने मोड़ें, पीठ सीधी रखें।&quot;,
    tipEn:&quot;Over 25 kg? Ask for help or use equipment.&quot;,
    tipHi:&quot;25 किलो से ज्यादा? मदद या मशीन लें।&quot;},
};

const LADDERS={
  4:{base:4,top:56,
    actEn:&quot;Completed Safety Induction&quot;, actHi:&quot;सुरक्षा प्रशिक्षण पूर्ण किया&quot;,
    msgEn:&quot;Induction ensures you know hazards, emergency steps and safe work methods before starting.&quot;,
    msgHi:&quot;प्रशिक्षण से खतरे, आपातकाल और सुरक्षित तरीके काम शुरू होने से पहले पता चलते हैं।&quot;,
    tipEn:&quot;Trained workers have 4× fewer accidents.&quot;,
    tipHi:&quot;प्रशिक्षित कर्मचारी को 4 गुना कम दुर्घटना।&quot;},
  11:{base:11,top:49,
    actEn:&quot;Wearing Correct PPE&quot;, actHi:&quot;सही PPE पहनना&quot;,
    msgEn:&quot;Helmet, gloves, safety shoes, goggles — PPE is your last line of defence against workplace hazards.&quot;,
    msgHi:&quot;हेलमेट, दस्ताने, शूज, चश्मे — PPE आपकी आखिरी सुरक्षा है।&quot;,
    tipEn:&quot;Inspect PPE before every shift.&quot;,
    tipHi:&quot;हर शिफ्ट से पहले PPE जाँचें।&quot;},
  17:{base:17,top:59,
    actEn:&quot;Reporting Near-Miss&quot;, actHi:&quot;नियर-मिस रिपोर्ट करना&quot;,
    msgEn:&quot;Every near-miss is a warning before a real accident. Reporting it saves lives.&quot;,
    msgHi:&quot;हर नियर-मिस असली दुर्घटना की चेतावनी है। रिपोर्ट करने से जान बचती है।&quot;,
    tipEn:&quot;Reporting is courage — not weakness.&quot;,
    tipHi:&quot;रिपोर्ट करना साहस है, कमजोरी नहीं।&quot;},
  27:{base:27,top:75,
    actEn:&quot;Pre-Task Risk Assessment (JHA)&quot;, actHi:&quot;कार्य से पहले जोखिम मूल्यांकन&quot;,
    msgEn:&quot;A 5-minute JHA before any task identifies risks and prevents accidents before they occur.&quot;,
    msgHi:&quot;5 मिनट का JHA जोखिम पहचानता है और दुर्घटना से पहले रोकता है।&quot;,
    tipEn:&quot;Think before you act — every single time.&quot;,
    tipHi:&quot;हर बार काम से पहले एक बार जरूर सोचें।&quot;},
  37:{base:37,top:81,
    actEn:&quot;Safe Driving Practices&quot;, actHi:&quot;सुरक्षित ड्राइविंग अपनाना&quot;,
    msgEn:&quot;Seat belt, safe distance, speed limits, no fatigue — these habits save lives on every trip.&quot;,
    msgHi:&quot;सीट बेल्ट, दूरी, गति सीमा, थकान नहीं — ये आदतें हर यात्रा में जान बचाती हैं।&quot;,
    tipEn:&quot;Rest every 2 hours on long drives.&quot;,
    tipHi:&quot;लंबी यात्रा में हर 2 घंटे आराम करें।&quot;},
  50:{base:50,top:88,
    actEn:&quot;Safety Training Participation&quot;, actHi:&quot;सुरक्षा प्रशिक्षण में भागीदारी&quot;,
    msgEn:&quot;Regular training keeps hazard awareness sharp. Active participation saves lives.&quot;,
    msgHi:&quot;नियमित प्रशिक्षण खतरों की जागरूकता बनाए रखता है। सक्रिय भाग लें।&quot;,
    tipEn:&quot;Your experience in Toolbox Talk can save others.&quot;,
    tipHi:&quot;Toolbox Talk में आपका अनुभव दूसरों की जान बचा सकता है।&quot;},
  6:{base:6,top:25,
    actEn:&quot;Good Housekeeping – 5S&quot;, actHi:&quot;5S – साफ-सफाई और व्यवस्था&quot;,
    msgEn:&quot;A clean, organised workplace eliminates slip, trip and fire hazards immediately.&quot;,
    msgHi:&quot;साफ और व्यवस्थित कार्यस्थल फिसलन, ट्रिपिंग और आग के खतरे खत्म करता है।&quot;,
    tipEn:&quot;A place for everything, everything in its place.&quot;,
    tipHi:&quot;हर चीज अपनी जगह पर — यही 5S का सार है।&quot;},
};

const TIPS=[
  {en:&quot;Always wear PPE — your last line of defence!&quot;,hi:&quot;हमेशा PPE पहनें — यह आपकी आखिरी सुरक्षा है!&quot;},
  {en:&quot;Report every hazard before it causes an accident.&quot;,hi:&quot;हर खतरे की रिपोर्ट करें — दुर्घटना से पहले।&quot;},
  {en:&quot;Think before you act — is this safe?&quot;,hi:&quot;काम से पहले सोचें — क्या यह सुरक्षित है?&quot;},
  {en:&quot;Never work on live equipment without LOTO.&quot;,hi:&quot;बिना LOTO चालू उपकरण पर काम न करें।&quot;},
  {en:&quot;Helmet on = head protected. Always wear it.&quot;,hi:&quot;हेलमेट = सुरक्षित सिर। हमेशा पहनें।&quot;},
  {en:&quot;No phone while driving — ever.&quot;,hi:&quot;गाड़ी चलाते फोन नहीं — कभी नहीं।&quot;},
  {en:&quot;Harness on before climbing. Always.&quot;,hi:&quot;चढ़ने से पहले हार्नेस। हमेशा।&quot;},
  {en:&quot;Clean workplace = safe workplace.&quot;,hi:&quot;साफ कार्यस्थल = सुरक्षित कार्यस्थल।&quot;},
  {en:&quot;Stay hydrated — fatigue causes accidents.&quot;,hi:&quot;पानी पिएँ — थकान दुर्घटना की जड़ है।&quot;},
  {en:&quot;Safe worker = productive worker.&quot;,hi:&quot;सुरक्षित कर्मचारी = उत्पादक कर्मचारी।&quot;},
  {en:&quot;Check fire extinguishers regularly.&quot;,hi:&quot;अग्निशमन यंत्र की नियमित जाँच करें।&quot;},
  {en:&quot;When in doubt — stop and ask your supervisor.&quot;,hi:&quot;संदेह हो तो रुकें और पर्यवेक्षक से पूछें।&quot;},
  {en:&quot;Your safety protects your family too.&quot;,hi:&quot;आपकी सुरक्षा आपके परिवार की भी रक्षा है।&quot;},
  {en:&quot;Attend every Toolbox Talk actively.&quot;,hi:&quot;हर Toolbox Talk में सक्रिय भाग लें।&quot;},
  {en:&quot;Bend knees when lifting heavy loads.&quot;,hi:&quot;भारी सामान उठाते घुटने मोड़ें।&quot;},
];

const DICE=[&quot;⚀&quot;,&quot;⚁&quot;,&quot;⚂&quot;,&quot;⚃&quot;,&quot;⚄&quot;,&quot;⚅&quot;];
const CLR=[&quot;#e53935&quot;,&quot;#1e88e5&quot;,&quot;#43a047&quot;,&quot;#fb8c00&quot;];
const DARK=[&quot;#b71c1c&quot;,&quot;#0d47a1&quot;,&quot;#1b5e20&quot;,&quot;#e65100&quot;];
let players=[],cur=0,active=false,autoMode=false,autoTmr=null,anim=false,BS=0,CS=0;

window.onload=()=&gt;{
  resize();buildNameInputs(2);initPlayers(2);
  drawBoard();updateUI();
  setMsg(&quot;🙏 Welcome – Safety Gurukul&quot;,&quot;Default: 2 Players ready! Press ⚙ Setup to change, then Start.&quot;,&quot;#ffeb3b&quot;);
};
window.addEventListener(&quot;resize&quot;,()=&gt;{resize();drawBoard();drawTokens();});
document.getElementById(&quot;numSel&quot;).addEventListener(&quot;change&quot;,function(){buildNameInputs(+this.value);});

function resize(){
  const w=document.getElementById(&quot;board-wrap&quot;).offsetWidth;
  [&quot;boardCanvas&quot;,&quot;animCanvas&quot;].forEach(id=&gt;{const c=document.getElementById(id);c.width=c.height=w;});
  BS=w;CS=w/10;
}
function buildNameInputs(n){
  const c=document.getElementById(&quot;name-inputs&quot;);c.innerHTML=&quot;&quot;;
  for(let i=0;i&lt;n;i++){
    const d=document.createElement(&quot;div&quot;);d.className=&quot;name-row&quot;;
    d.innerHTML=&#39;&lt;span style=&quot;width:10px;height:10px;border-radius:50%;background:&#39;+CLR[i]+&#39;;display:inline-block;flex-shrink:0&quot;&gt;&lt;/span&gt;&lt;input type=&quot;text&quot; value=&quot;Player &#39;+(i+1)+&#39;&quot; id=&quot;pn&#39;+i+&#39;&quot;&gt;&#39;;
    c.appendChild(d);
  }
}
function initPlayers(n){
  players=[];
  for(let i=0;i&lt;n;i++){
    const el=document.getElementById(&quot;pn&quot;+i);
    players.push({name:(el&amp;&amp;el.value.trim())||&quot;P&quot;+(i+1),pos:0,clr:CLR[i],dark:DARK[i]});
  }
}
function toggleSetup(){
  const p=document.getElementById(&quot;setup-panel&quot;);
  p.style.display=(p.style.display===&quot;none&quot;||!p.style.display)?&quot;block&quot;:&quot;none&quot;;
}
function startGame(){
  const n=+document.getElementById(&quot;numSel&quot;).value;
  buildNameInputs(n);initPlayers(n);
  cur=0;active=true;anim=false;
  document.getElementById(&quot;setup-panel&quot;).style.display=&quot;none&quot;;
  document.getElementById(&quot;rollBtn&quot;).disabled=false;
  drawBoard();drawTokens();updateUI();
  setMsg(&quot;🎯 &quot;+players[0].name+&quot;&#39;s Turn / बारी&quot;,&quot;Roll the dice! / पासा फेंकें!&quot;,players[0].clr);
}

function cellXY(n){
  if(n&lt;1||n&gt;100)return null;
  const idx=n-1,row=Math.floor(idx/10);
  let col=idx%10;if(row%2!==0)col=9-col;
  return{x:col*CS,y:(9-row)*CS,cx:col*CS+CS/2,cy:(9-row)*CS+CS/2};
}

function drawBoard(){
  const cv=document.getElementById(&quot;boardCanvas&quot;),ctx=cv.getContext(&quot;2d&quot;),sz=BS,cs=CS;
  const bg=ctx.createLinearGradient(0,0,sz,sz);
  bg.addColorStop(0,&quot;#fffde7&quot;);bg.addColorStop(1,&quot;#e8f5e9&quot;);
  ctx.fillStyle=bg;
  ctx.beginPath();if(ctx.roundRect)ctx.roundRect(0,0,sz,sz,10);else ctx.rect(0,0,sz,sz);
  ctx.fill();
  for(let n=1;n&lt;=100;n++){
    const p=cellXY(n);
    const isSH=!!SNAKES[n],isLB=!!LADDERS[n];
    if(isSH)ctx.fillStyle=&quot;#ffcdd2&quot;;
    else if(isLB)ctx.fillStyle=&quot;#c8e6c9&quot;;
    else{const r=Math.floor((n-1)/10),co=(n-1)%10;ctx.fillStyle=(r+co)%2===0?&quot;#fffde7&quot;:&quot;#e3f2fd&quot;;}
    ctx.fillRect(p.x+.5,p.y+.5,cs-1,cs-1);
    ctx.strokeStyle=&quot;rgba(0,0,0,.11)&quot;;ctx.lineWidth=.55;ctx.strokeRect(p.x+.5,p.y+.5,cs-1,cs-1);
    ctx.font=&quot;bold &quot;+Math.round(cs*.155)+&quot;px Nunito,sans-serif&quot;;
    ctx.fillStyle=isSH?&quot;#b71c1c&quot;:isLB?&quot;#1b5e20&quot;:&quot;#666&quot;;
    ctx.textAlign=&quot;center&quot;;ctx.textBaseline=&quot;top&quot;;
    ctx.fillText(n,p.cx,p.y+cs*.03);
  }
  Object.values(SNAKES).forEach(s=&gt;drawSnake(ctx,s.head,s.tail));
  Object.values(LADDERS).forEach(l=&gt;drawLadder(ctx,l.base,l.top));
}

function drawSnake(ctx,head,tail){
  const ph=cellXY(head),pt=cellXY(tail),cs=CS;ctx.save();
  const dx=pt.cx-ph.cx,dy=pt.cy-ph.cy,len=Math.sqrt(dx*dx+dy*dy);
  const nx=-dy/len,ny=dx/len,amp=cs*.37,segs=22;
  const g=ctx.createLinearGradient(ph.cx,ph.cy,pt.cx,pt.cy);
  g.addColorStop(0,&quot;#e53935&quot;);g.addColorStop(.5,&quot;#ad1457&quot;);g.addColorStop(1,&quot;#6a0000&quot;);
  ctx.beginPath();ctx.moveTo(ph.cx,ph.cy);
  for(let i=1;i&lt;=segs;i++){
    const t=i/segs,bx=ph.cx+dx*t,by=ph.cy+dy*t,w=Math.sin(t*Math.PI*3)*amp*(1-t*.4);
    ctx.lineTo(bx+nx*w,by+ny*w);
  }
  ctx.shadowColor=&quot;rgba(0,0,0,.35)&quot;;ctx.shadowBlur=5;
  ctx.lineWidth=cs*.10;ctx.strokeStyle=g;ctx.lineCap=&quot;round&quot;;ctx.lineJoin=&quot;round&quot;;ctx.stroke();
  ctx.shadowBlur=0;
  ctx.beginPath();ctx.arc(ph.cx,ph.cy,cs*.122,0,Math.PI*2);
  ctx.fillStyle=&quot;#c62828&quot;;ctx.fill();ctx.strokeStyle=&quot;#fff&quot;;ctx.lineWidth=1.2;ctx.stroke();
  const ang=Math.atan2(pt.cy-ph.cy,pt.cx-ph.cx)+Math.PI;
  const tx=ph.cx+Math.cos(ang)*cs*.15,ty=ph.cy+Math.sin(ang)*cs*.15;
  for(const s of[.38,-.38]){
    ctx.beginPath();ctx.moveTo(tx,ty);
    ctx.lineTo(tx+Math.cos(ang+s)*cs*.07,ty+Math.sin(ang+s)*cs*.07);
    ctx.strokeStyle=&quot;#ff1744&quot;;ctx.lineWidth=1.3;ctx.stroke();
  }
  const ea=ang+Math.PI;
  for(const s of[.4,-.4]){
    const ex=ph.cx+Math.cos(ea+s)*cs*.09,ey=ph.cy+Math.sin(ea+s)*cs*.09;
    ctx.beginPath();ctx.arc(ex,ey,cs*.025,0,Math.PI*2);ctx.fillStyle=&quot;#fff&quot;;ctx.fill();
    ctx.beginPath();ctx.arc(ex+cs*.01,ey+cs*.01,cs*.011,0,Math.PI*2);ctx.fillStyle=&quot;#111&quot;;ctx.fill();
  }
  ctx.font=Math.round(cs*.17)+&quot;px serif&quot;;ctx.textAlign=&quot;center&quot;;ctx.textBaseline=&quot;middle&quot;;
  ctx.fillStyle=&quot;rgba(120,0,0,.85)&quot;;ctx.fillText(&quot;☠&quot;,ph.cx,ph.cy-cs*.22);ctx.restore();
}

function drawLadder(ctx,base,top){
  const pb=cellXY(base),pt=cellXY(top),cs=CS;ctx.save();
  const dx=pt.cx-pb.cx,dy=pt.cy-pb.cy,len=Math.sqrt(dx*dx+dy*dy);
  const ux=dx/len,uy=dy/len,px_=-uy,py_=ux,half=cs*.058;
  const g=ctx.createLinearGradient(pb.cx,pb.cy,pt.cx,pt.cy);
  g.addColorStop(0,&quot;#1b5e20&quot;);g.addColorStop(1,&quot;#66bb6a&quot;);
  ctx.shadowColor=&quot;rgba(0,0,0,.22)&quot;;ctx.shadowBlur=3;
  for(const s of[1,-1]){
    ctx.beginPath();
    ctx.moveTo(pb.cx+px_*half*s,pb.cy+py_*half*s);
    ctx.lineTo(pt.cx+px_*half*s,pt.cy+py_*half*s);
    ctx.lineWidth=cs*.046;ctx.strokeStyle=g;ctx.lineCap=&quot;round&quot;;ctx.stroke();
  }
  ctx.shadowBlur=0;
  const rungs=Math.max(3,Math.round(len/(cs*.5)));
  for(let i=1;i&lt;=rungs;i++){
    const t=i/(rungs+1),rx=pb.cx+dx*t,ry=pb.cy+dy*t;
    ctx.beginPath();ctx.moveTo(rx-px_*half,ry-py_*half);ctx.lineTo(rx+px_*half,ry+py_*half);
    ctx.lineWidth=cs*.036;ctx.strokeStyle=&quot;#81c784&quot;;ctx.lineCap=&quot;round&quot;;ctx.stroke();
  }
  ctx.font=Math.round(cs*.17)+&quot;px serif&quot;;ctx.textAlign=&quot;center&quot;;ctx.textBaseline=&quot;middle&quot;;
  ctx.fillText(&quot;🛡&quot;,pb.cx,pb.cy+cs*.23);ctx.restore();
}

function drawTokens(){
  const cv=document.getElementById(&quot;animCanvas&quot;),ctx=cv.getContext(&quot;2d&quot;);
  ctx.clearRect(0,0,BS,BS);const cs=CS;
  const OFF=[{x:-.18,y:-.18},{x:.18,y:-.18},{x:-.18,y:.18},{x:.18,y:.18}];
  players.forEach((p,i)=&gt;{
    if(p.pos&lt;=0)return;
    const cell=cellXY(Math.min(100,Math.max(1,p.pos)));
    const o=OFF[i]||{x:0,y:0},cx=cell.cx+o.x*cs,cy=cell.cy+o.y*cs,r=cs*.148;
    ctx.beginPath();ctx.arc(cx+1,cy+2,r,0,Math.PI*2);ctx.fillStyle=&quot;rgba(0,0,0,.3)&quot;;ctx.fill();
    const grd=ctx.createRadialGradient(cx-r*.3,cy-r*.3,r*.1,cx,cy,r);
    grd.addColorStop(0,&quot;#fff&quot;);grd.addColorStop(.5,p.clr);grd.addColorStop(1,p.dark);
    ctx.beginPath();ctx.arc(cx,cy,r,0,Math.PI*2);ctx.fillStyle=grd;ctx.fill();
    ctx.strokeStyle=&quot;#fff&quot;;ctx.lineWidth=1.2;ctx.stroke();
    ctx.fillStyle=&quot;#fff&quot;;ctx.font=&quot;bold &quot;+Math.round(cs*.118)+&quot;px Nunito,sans-serif&quot;;
    ctx.textAlign=&quot;center&quot;;ctx.textBaseline=&quot;middle&quot;;
    ctx.fillText(p.name[0].toUpperCase(),cx,cy);
  });
}

function rollDice(){if(!active||anim)return;const v=Math.floor(Math.random()*6)+1;shakeDice(v,()=&gt;movePlayer(v));}
function shakeDice(v,cb){
  const el=document.getElementById(&quot;dice-el&quot;);let i=0;
  const iv=setInterval(()=&gt;{
    el.textContent=DICE[Math.floor(Math.random()*6)];el.classList.add(&quot;spin&quot;);i++;
    if(i&gt;=9){clearInterval(iv);el.textContent=DICE[v-1];el.classList.remove(&quot;spin&quot;);cb();}
  },55);
}

async function movePlayer(val){
  anim=true;document.getElementById(&quot;rollBtn&quot;).disabled=true;
  const p=players[cur],from=p.pos,to=from+val;
  setMsg(&quot;🎲 &quot;+p.name+&quot; rolled &quot;+val,&quot;Moving &quot;+from+&quot; → &quot;+to,p.clr);
  if(to&gt;100){
    setMsg(&quot;🎲 &quot;+p.name+&quot; rolled &quot;+val,&quot;Needs exact roll for 100! Stay at &quot;+from+&quot; / सटीक संख्या चाहिए।&quot;,p.clr);
    anim=false;document.getElementById(&quot;rollBtn&quot;).disabled=false;nextTurn();return;
  }
  await stepMove(p,from,to);
  if(SNAKES[to]){
    const sn=SNAKES[to];
    await showSP(&quot;snake&quot;,sn,to,sn.tail);
    setMsg(&quot;🐍 Snake! &quot;+to+&quot;→&quot;+sn.tail+&quot; | &quot;+sn.actEn,&quot;Unsafe Act / असुरक्षित कार्य: &quot;+sn.actHi,&quot;#ef5350&quot;);
    await stepMove(p,to,sn.tail);p.pos=sn.tail;
  }else if(LADDERS[to]){
    const ld=LADDERS[to];
    await showSP(&quot;ladder&quot;,ld,to,ld.top);
    setMsg(&quot;🪜 Ladder! &quot;+to+&quot;→&quot;+ld.top+&quot; | &quot;+ld.actEn,&quot;Safe Behaviour / सुरक्षित व्यवहार: &quot;+ld.actHi,&quot;#66bb6a&quot;);
    await stepMove(p,to,ld.top);p.pos=ld.top;
  }else{
    p.pos=to;
    const t=TIPS[Math.floor(Math.random()*TIPS.length)];
    setMsg(&quot;✅ &quot;+p.name+&quot; on &quot;+to,t.en+&quot; | &quot;+t.hi,p.clr);
  }
  drawTokens();updateUI();
  if(p.pos===100){showWin(p);return;}
  anim=false;document.getElementById(&quot;rollBtn&quot;).disabled=false;nextTurn();
}

function stepMove(player,from,to){
  return new Promise(resolve=&gt;{
    if(from===to||from&lt;0){player.pos=Math.max(0,to);drawTokens();resolve();return;}
    if(from===0){player.pos=to;drawTokens();resolve();return;}
    const step=from&lt;to?1:-1;let c=from;
    const iv=setInterval(()=&gt;{c+=step;player.pos=c;drawTokens();if(c===to){clearInterval(iv);resolve();}},72);
  });
}

function showSP(type,data,from,to){
  return new Promise(resolve=&gt;{
    document.getElementById(&quot;sp-box&quot;).className=type;
    document.getElementById(&quot;sp-icon&quot;).textContent=type===&quot;snake&quot;?&quot;🐍&quot;:&quot;🪜&quot;;
    const lbl=document.getElementById(&quot;sp-type-label&quot;);
    if(type===&quot;snake&quot;){
      lbl.textContent=&quot;⚠ UNSAFE ACT — असुरक्षित कार्य  |  &quot;+from+&quot; → &quot;+to;
      lbl.style.background=&quot;rgba(0,0,0,.4)&quot;;
    }else{
      lbl.textContent=&quot;✅ SAFE BEHAVIOUR — सुरक्षित व्यवहार  |  &quot;+from+&quot; → &quot;+to;
      lbl.style.background=&quot;rgba(0,0,0,.35)&quot;;
    }
    document.getElementById(&quot;sp-act-en&quot;).textContent=data.actEn;
    document.getElementById(&quot;sp-act-hi&quot;).textContent=data.actHi;
    document.getElementById(&quot;sp-msg-en&quot;).textContent=data.msgEn;
    document.getElementById(&quot;sp-msg-hi&quot;).textContent=data.msgHi;
    document.getElementById(&quot;sp-tip-en&quot;).textContent=data.tipEn;
    document.getElementById(&quot;sp-tip-hi&quot;).textContent=data.tipHi;
    document.getElementById(&quot;sp-overlay&quot;).classList.add(&quot;show&quot;);
    window._spResolve=resolve;
    if(autoMode){
      const d=Math.max(3500,+document.getElementById(&quot;speedSel&quot;).value*2.2);
      const bar=document.getElementById(&quot;sp-prog-bar&quot;);
      bar.style.cssText=&quot;width:100%;transition:none&quot;;
      requestAnimationFrame(()=&gt;requestAnimationFrame(()=&gt;{
        bar.style.cssText=&quot;width:0%;transition:width &quot;+d+&quot;ms linear&quot;;
      }));
      window._spAuto=setTimeout(()=&gt;closeSP(),d);
    }else{
      document.getElementById(&quot;sp-prog-bar&quot;).style.cssText=&quot;width:0;transition:none&quot;;
    }
  });
}
function closeSP(){
  if(window._spAuto){clearTimeout(window._spAuto);window._spAuto=null;}
  document.getElementById(&quot;sp-overlay&quot;).classList.remove(&quot;show&quot;);
  if(window._spResolve){window._spResolve();window._spResolve=null;}
}
function nextTurn(){
  cur=(cur+1)%players.length;updateUI();
  setMsg(&quot;🎯 &quot;+players[cur].name+&quot;&#39;s Turn / बारी&quot;,&quot;Roll the dice! / पासा फेंकें!&quot;,players[cur].clr);
  if(autoMode)schedAuto();
}
function schedAuto(){
  if(autoTmr)clearTimeout(autoTmr);
  autoTmr=setTimeout(()=&gt;{if(autoMode&amp;&amp;active&amp;&amp;!anim)rollDice();},+document.getElementById(&quot;speedSel&quot;).value);
}
function toggleAuto(){
  autoMode=!autoMode;
  const btn=document.getElementById(&quot;autoBtn&quot;);
  btn.classList.toggle(&quot;on&quot;,autoMode);btn.textContent=autoMode?&quot;⏹ Stop&quot;:&quot;🤖 Auto&quot;;
  if(autoMode&amp;&amp;active&amp;&amp;!anim)schedAuto();
  else if(!autoMode&amp;&amp;autoTmr){clearTimeout(autoTmr);autoTmr=null;}
}
function showWin(p){
  active=false;autoMode=false;if(autoTmr)clearTimeout(autoTmr);
  document.getElementById(&quot;autoBtn&quot;).classList.remove(&quot;on&quot;);document.getElementById(&quot;autoBtn&quot;).textContent=&quot;🤖 Auto&quot;;
  document.getElementById(&quot;win-title&quot;).textContent=&quot;🏆 &quot;+p.name+&quot; Wins!&quot;;
  document.getElementById(&quot;win-hi&quot;).textContent=&quot;आपने सर्वश्रेष्ठ सुरक्षा व्यवहार अपनाया!&quot;;
  document.getElementById(&quot;win-en&quot;).textContent=&quot;You followed the best safety practices!&quot;;
  document.getElementById(&quot;win-overlay&quot;).classList.add(&quot;show&quot;);
}
function closeWin(){
  document.getElementById(&quot;win-overlay&quot;).classList.remove(&quot;show&quot;);
  players.forEach(p=&gt;p.pos=0);cur=0;active=false;anim=false;
  document.getElementById(&quot;rollBtn&quot;).disabled=false;
  drawTokens();updateUI();toggleSetup();
  setMsg(&quot;Game Over / खेल समाप्त&quot;,&quot;Press Setup for a new game. / नया खेल के लिए Setup दबाएँ।&quot;,&quot;#ffeb3b&quot;);
}
function updateUI(){
  const row=document.getElementById(&quot;player-row&quot;);row.innerHTML=&quot;&quot;;
  players.forEach((p,i)=&gt;{
    const d=document.createElement(&quot;div&quot;);d.className=&quot;pchip&quot;+(i===cur&amp;&amp;active?&quot; active&quot;:&quot;&quot;);
    d.innerHTML=&#39;&lt;span class=&quot;pdot&quot; style=&quot;background:&#39;+p.clr+&#39;&quot;&gt;&#39;+p.name[0].toUpperCase()+&#39;&lt;/span&gt;&lt;span&gt;&#39;+p.name+&#39; (&#39;+p.pos+&#39;)&lt;/span&gt;&#39;;
    row.appendChild(d);
  });
  const sc=document.getElementById(&quot;scores&quot;);sc.innerHTML=&quot;&quot;;
  players.forEach(p=&gt;{
    const d=document.createElement(&quot;div&quot;);d.className=&quot;scard&quot;;
    d.innerHTML=&#39;&lt;div class=&quot;scard-name&quot; style=&quot;color:&#39;+p.clr+&#39;&quot;&gt;&#39;+p.name+&#39;&lt;/div&gt;&lt;div class=&quot;scard-pos&quot;&gt;&#39;+p.pos+&#39;&lt;small style=&quot;color:#aaa;font-size:.5rem&quot;&gt;/100&lt;/small&gt;&lt;/div&gt;&#39;;
    sc.appendChild(d);
  });
}
function setMsg(title,body,color){
  document.getElementById(&quot;msg-title&quot;).style.color=color||&quot;#ffeb3b&quot;;
  document.getElementById(&quot;msg-title&quot;).textContent=title;
  document.getElementById(&quot;msg-body&quot;).textContent=body;
}
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</content><link rel='replies' type='application/atom+xml' href='https://safetygurukul.blogspot.com/feeds/6705397064173050323/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://safetygurukul.blogspot.com/2026/03/snake-ladder-game.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/6705397064173050323'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/6705397064173050323'/><link rel='alternate' type='text/html' href='https://safetygurukul.blogspot.com/2026/03/snake-ladder-game.html' title='Snake &amp; Ladder Game'/><author><name>Narendra Arya</name><uri>http://www.blogger.com/profile/05274105664901468001</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJQ_C-6vlqjQm18qsy4UwsM7dKK21amAjp0Z8hWr-7mJNHFRPC7lxZrgsfGm8vMO6nYBqhyLqPEHUw1qIE5vOvtiDKC4jdDeHutwJwE4urYFPAZD2MQmailWfS2iGFhJnPDF-mMPpuWJuaqvJqMqdFY2cywIKJsvY8lxAtRjykcuSrwQ/s220/Narendra_arya-removebg-Favicon.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLzTpip7M6UAYwfMXhc_NY9yfNHlsQcAud82Q9esOSOiZ5DSutqmcEaxwSRhXbBod0hZs-uJMqvm3pLPasJV_Nrmrc7pf9atR17830CuVYlPfK53FisIcY034c-Z-4PdfWaMGF_qNdm_-TBOlhwP7MevLzKcfkHX4puWxkhGW-7gVMdoU_K7Sj1F_nTX9O/s72-c/ChatGPT%20Image%20Mar%209,%202026,%2003_46_42%20PM.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9122151121349724808.post-4311461415261976195</id><published>2026-03-09T17:40:00.000-07:00</published><updated>2026-03-09T17:40:48.760-07:00</updated><title type='text'>Cooling Tower Safety Quiz with Certificate</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqzuj3t_Wp4eg5V-iBYROXAulHXw1m3UiazWdFNQUBW5bHVHpdxOqimOJvO2kMUGJovMmdSBTW2Thx7Oe4zU37eOqmv9KJa8n9nuM_CY2InKZfbhyphenhyphenqBaKsd7w4w7ktfzxDBibwUrTjmPBGkIFoGRy17LdOfBWPe02fNUV1JcmJAZmGeakwZ4Lt0QH64K_h/s1536/ChatGPT%20Image%20Mar%2010,%202026,%2006_01_17%20AM.png&quot; style=&quot;display: block; padding: 1em 0; text-align: center;&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; data-original-height=&quot;1024&quot; data-original-width=&quot;1536&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqzuj3t_Wp4eg5V-iBYROXAulHXw1m3UiazWdFNQUBW5bHVHpdxOqimOJvO2kMUGJovMmdSBTW2Thx7Oe4zU37eOqmv9KJa8n9nuM_CY2InKZfbhyphenhyphenqBaKsd7w4w7ktfzxDBibwUrTjmPBGkIFoGRy17LdOfBWPe02fNUV1JcmJAZmGeakwZ4Lt0QH64K_h/s320/ChatGPT%20Image%20Mar%2010,%202026,%2006_01_17%20AM.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;html lang=&quot;hi&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;&lt;/meta&gt;
&lt;meta content=&quot;width=device-width, initial-scale=1.0&quot; name=&quot;viewport&quot;&gt;&lt;/meta&gt;
&lt;title&gt;नेचुरल ड्राफ्ट कूलिंग टॉवर सुरक्षा प्रश्नोत्तरी | Safety Gurukul&lt;/title&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;600;700;800&amp;amp;family=Noto+Sans+Devanagari:wght@400;500;600;700&amp;amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;&lt;/link&gt;
&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js&quot;&gt;&lt;/script&gt;
&lt;style&gt;
:root{
  --og:#e67e22; --dg:#006064; --lg:#00838f;
  --yl:#ffd600; --rd:#c0392b; --gn:#27ae60;
  --cream:#e0f7fa; --white:#fff; --dark:#1c1c1c;
}
*{box-sizing:border-box;margin:0;padding:0;}
body{font-family:&#39;Noto Sans Devanagari&#39;,sans-serif;background:var(--cream);color:var(--dark);padding-bottom:70px;}

/* HEADER */
.site-header{
  background:linear-gradient(135deg,#002f32 0%,#006064 60%,#00838f 100%);
  padding:0 20px;display:flex;align-items:center;justify-content:space-between;
  box-shadow:0 3px 14px rgba(0,0,0,.4);position:sticky;top:0;z-index:200;min-height:64px;
}
.header-brand{display:flex;align-items:center;gap:12px;text-decoration:none;}
.header-brand img{width:48px;height:48px;border-radius:50%;border:2.5px solid var(--yl);transition:transform .3s;}
.header-brand img:hover{transform:scale(1.12);}
.header-title{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.35rem;font-weight:800;color:var(--yl);letter-spacing:.5px;line-height:1.1;}
.header-title span{display:block;font-size:.72rem;font-weight:600;color:rgba(255,255,255,.7);letter-spacing:1.5px;text-transform:uppercase;}

/* HERO */
.hero-wrap{width:100%;max-width:900px;margin:22px auto 0;padding:0 14px;}
.hero-banner{
  background:linear-gradient(135deg,#002f32,#006064 70%,#ffd60018);
  border-radius:14px;border:3px solid var(--yl);padding:40px 30px;
  text-align:center;box-shadow:0 8px 30px rgba(0,96,100,.5);
  position:relative;overflow:hidden;
}
.hero-banner::before{
  content:&quot;🏭&quot;;font-size:110px;position:absolute;opacity:.07;top:50%;left:50%;
  transform:translate(-50%,-50%);line-height:1;
}
.hero-icon{font-size:64px;margin-bottom:12px;display:block;animation:rise 3s ease-in-out infinite alternate;}
@keyframes rise{0%{transform:translateY(4px) scale(1);}100%{transform:translateY(-6px) scale(1.06);}}
.hero-banner h2{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.75rem;font-weight:800;color:var(--yl);text-shadow:0 2px 8px rgba(0,0,0,.4);}
.hero-banner p{color:rgba(255,255,255,.85);font-size:1rem;margin-top:8px;font-weight:500;}
.hero-tags{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:14px;}
.hero-tag{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);color:#fff;
  font-size:.78rem;font-weight:600;padding:5px 13px;border-radius:20px;letter-spacing:.5px;}

/* CONTAINER */
.container{max-width:900px;margin:0 auto;padding:10px 14px 30px;}

/* BANNER */
.page-banner{text-align:center;margin:20px 0 6px;font-family:&#39;Baloo 2&#39;,sans-serif;}
.page-banner h1{font-size:1.6rem;font-weight:800;color:var(--dg);text-transform:uppercase;letter-spacing:1px;}
.page-banner p{color:var(--og);font-size:.95rem;font-weight:600;margin-top:4px;}

/* FORM CARD */
.form-card{background:var(--white);border-radius:14px;padding:22px 24px;box-shadow:0 4px 18px rgba(0,0,0,.08);margin-bottom:24px;border-top:4px solid var(--dg);}
.form-card h3{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1rem;color:var(--dg);font-weight:800;text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px;}
.fg-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
@media(max-width:540px){.fg-grid{grid-template-columns:1fr;}}
.fg label{display:block;font-size:.76rem;font-weight:700;color:var(--dg);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;}
.fg input{width:100%;padding:9px 13px;border:1.5px solid #ddd;border-radius:8px;font-family:&#39;Noto Sans Devanagari&#39;,sans-serif;font-size:.93rem;background:#fafafa;transition:border .2s;}
.fg input:focus{outline:none;border-color:var(--dg);background:#fff;}

/* QUESTION CARD */
.qcard{background:var(--white);border-radius:14px;padding:20px 22px;margin-bottom:16px;box-shadow:0 3px 12px rgba(0,0,0,.07);border-left:5px solid var(--dg);transition:box-shadow .2s;}
.qcard:hover{box-shadow:0 6px 20px rgba(0,96,100,.2);}
.qhead{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;}
.qnum{background:var(--dg);color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-weight:800;font-size:.95rem;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;}
.qtxt{font-size:.97rem;font-weight:600;line-height:1.6;color:#1c1c1c;}

.opts{display:flex;flex-direction:column;gap:8px;}
.olbl{display:flex;align-items:center;gap:10px;padding:9px 13px;border:1.5px solid #e5e5e5;border-radius:8px;cursor:pointer;font-size:.92rem;transition:all .18s;background:#fafafa;}
.olbl:hover{border-color:var(--dg);background:#e0f7fa;}
.olbl input[type=radio]{accent-color:var(--dg);width:16px;height:16px;}
.olbl.correct{background:#eafaf1;border-color:var(--gn);color:#1a5c2e;font-weight:600;}
.olbl.wrong{background:#fdf0ef;border-color:var(--rd);color:var(--rd);}
.olbl.show-correct{background:#eafaf1;border-color:var(--gn);}

.fb{margin-top:10px;font-size:.84rem;font-weight:600;padding:7px 12px;border-radius:7px;display:none;}
.fb.ok{color:#1a5c2e;background:#eafaf1;}
.fb.no{color:var(--rd);background:#fdf0ef;}

/* SUBMIT */
.btn-submit{display:block;width:100%;max-width:300px;margin:10px auto 0;padding:13px;
  background:linear-gradient(135deg,var(--dg),#002f32);color:#fff;
  font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.15rem;font-weight:800;border:none;
  border-radius:10px;cursor:pointer;text-transform:uppercase;letter-spacing:1px;
  box-shadow:0 4px 16px rgba(0,96,100,.45);transition:transform .2s,box-shadow .2s;}
.btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,96,100,.55);}
.btn-submit:disabled{background:#bbb;box-shadow:none;cursor:not-allowed;transform:none;}

/* RESULT */
.result-box{display:none;background:var(--white);border-radius:16px;padding:30px 24px;text-align:center;margin-top:26px;box-shadow:0 6px 26px rgba(0,0,0,.1);}
.result-box.pass{border-top:5px solid var(--gn);}
.result-box.fail{border-top:5px solid var(--rd);}
.rscore{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:3.8rem;font-weight:800;line-height:1;}
.result-box.pass .rscore{color:var(--dg);}
.result-box.fail .rscore{color:var(--rd);}
.rlbl{font-size:.92rem;color:#777;margin:5px 0 14px;}
.rmsg{font-size:1.05rem;font-weight:700;margin-bottom:18px;}
.result-box.pass .rmsg{color:var(--dg);}
.result-box.fail .rmsg{color:var(--rd);}
.btn-cert{display:inline-block;padding:12px 26px;background:linear-gradient(135deg,var(--dg),var(--lg));color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.05rem;font-weight:800;border:none;border-radius:10px;cursor:pointer;text-transform:uppercase;margin:5px;box-shadow:0 4px 14px rgba(0,96,100,.3);transition:transform .2s;}
.btn-cert:hover{transform:translateY(-2px);}
.btn-retry{display:inline-block;padding:10px 22px;background:transparent;color:var(--dg);font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;border:2px solid var(--dg);border-radius:10px;cursor:pointer;text-transform:uppercase;margin:5px;transition:all .2s;}
.btn-retry:hover{background:var(--dg);color:#fff;}

/* FOOTER */
.site-footer{
  position:fixed;bottom:0;left:0;right:0;
  background:linear-gradient(90deg,#002f32 0%,#006064 100%);
  padding:9px 20px;display:flex;align-items:center;justify-content:center;gap:10px;
  z-index:200;box-shadow:0 -3px 12px rgba(0,0,0,.3);
}
.site-footer span{color:rgba(255,255,255,.8);font-size:.84rem;}
.ft-link{text-decoration:none;display:flex;align-items:center;gap:8px;}
.ft-logo{width:34px;height:34px;border-radius:50%;border:2px solid var(--yl);cursor:pointer;transition:transform .25s;}
.ft-logo:hover{transform:scale(1.12);}
.ft-name{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;color:var(--yl);transition:color .2s;}
.ft-name:hover{color:#fff;}

/* CERT OVERLAY */
#cert-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.75);z-index:900;align-items:center;justify-content:center;padding:14px;}
#cert-overlay.show{display:flex;}
.cert-modal{background:#fff;border-radius:14px;max-width:720px;width:100%;box-shadow:0 20px 60px rgba(0,0,0,.4);overflow:hidden;}
.cert-modal-header{background:linear-gradient(135deg,#002f32,#006064);padding:14px 20px;display:flex;justify-content:space-between;align-items:center;}
.cert-modal-header h4{color:var(--yl);font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1rem;font-weight:800;text-transform:uppercase;}
.cert-modal-header button{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;padding:5px 12px;border-radius:6px;cursor:pointer;font-size:.9rem;}

.cert-preview{
  background:linear-gradient(160deg,#e0f7fa 0%,#fffef5 100%);
  padding:30px 36px;text-align:center;position:relative;
}
.cert-preview::before{
  content:&quot;&quot;;position:absolute;inset:0;
  background:repeating-linear-gradient(45deg,#b2ebf2 0,#b2ebf2 1px,transparent 0,transparent 50%) 0 0/10px 10px;
  opacity:.35;z-index:0;pointer-events:none;
}
.cert-border{border:3px solid #006064;border-radius:6px;padding:26px;position:relative;z-index:1;}
.cert-border::before{content:&quot;&quot;;position:absolute;inset:6px;border:1.5px solid #ffd600;border-radius:3px;pointer-events:none;}
.cert-hdr-bar{background:linear-gradient(90deg,#002f32,#006064);border-radius:4px;padding:10px 20px;margin-bottom:14px;}
.cert-hdr-bar h2{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.1rem;font-weight:800;color:#ffd600;letter-spacing:2px;text-transform:uppercase;}
.cert-topic{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.92rem;color:#e67e22;font-weight:700;margin-bottom:10px;}
.cert-certify{font-size:.8rem;color:#888;margin-bottom:6px;}
.cert-name{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.7rem;font-weight:800;color:#006064;border-bottom:2.5px solid #e67e22;display:inline-block;padding-bottom:2px;margin-bottom:10px;}
.cert-details{display:flex;justify-content:center;gap:30px;margin:10px 0;flex-wrap:wrap;}
.cert-det-item{text-align:center;}
.cert-det-item .lbl{font-size:.65rem;color:#999;text-transform:uppercase;letter-spacing:.5px;}
.cert-det-item .val{font-size:.85rem;font-weight:700;color:#222;margin-top:2px;}
.cert-para{font-size:.78rem;color:#666;margin:10px 0 6px;line-height:1.6;}
.cert-score-badge{display:inline-block;background:linear-gradient(135deg,#006064,#00838f);color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-weight:800;font-size:1rem;padding:6px 20px;border-radius:20px;margin:4px 0 8px;}
.cert-date{font-size:.72rem;color:#aaa;margin-bottom:12px;}
.cert-footer-row{display:flex;justify-content:space-between;align-items:flex-end;border-top:1px solid #ddd;padding-top:10px;margin-top:4px;}
.cert-brand{display:flex;align-items:center;gap:8px;}
.cert-brand img{width:36px;height:36px;border-radius:50%;border:2px solid #ffd600;}
.cert-brand-name{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.85rem;font-weight:800;color:#006064;}
.cert-brand-sub{font-size:.65rem;color:#999;}
.cert-sig{text-align:center;}
.cert-sig-line{border-top:1px solid #555;width:120px;margin:0 auto 4px;}
.cert-sig-text{font-size:.65rem;color:#aaa;}
.cert-sig-name{font-size:.78rem;font-weight:700;color:#006064;}
.cert-actions{padding:14px 20px;background:#f8f8f8;display:flex;gap:10px;justify-content:center;flex-wrap:wrap;}
.btn-dl{padding:10px 22px;background:linear-gradient(135deg,#006064,#00838f);color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;border:none;border-radius:8px;cursor:pointer;text-transform:uppercase;}
.btn-sh{padding:10px 22px;background:transparent;color:#006064;font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;border:2px solid #006064;border-radius:8px;cursor:pointer;text-transform:uppercase;}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;!-- HEADER --&gt;
&lt;header class=&quot;site-header&quot;&gt;
  &lt;a class=&quot;header-brand&quot; href=&quot;https://www.youtube.com/@safetygurukul&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;
    &lt;img alt=&quot;Safety Gurukul Logo&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEj6d5bZTU2wN0AlfcbOPkCMhUykWecrWmCXgJULR05i_1fOyv2_0z3LEEBRiUVI1NgnZI-J0JPdDMgWIa_XebrmvIsvP9T7Do3YudASwzSge80SgCb8CaZ4TRAkCEDeqhvRvyzzF3GTD0JMm1XwpL6NoVMLiDzECHmrVBrICpYLdHHQPK03cpU9bh30aHxX&quot; /&gt;
    &lt;div class=&quot;header-title&quot;&gt;Safety Gurukul&lt;span&gt;Natural Draft Cooling Tower Safety Quiz&lt;/span&gt;&lt;/div&gt;
  &lt;/a&gt;
&lt;/header&gt;

&lt;!-- HERO --&gt;
&lt;div class=&quot;hero-wrap&quot;&gt;
  &lt;div class=&quot;hero-banner&quot;&gt;
    &lt;span class=&quot;hero-icon&quot;&gt;🌬️&lt;/span&gt;
    &lt;h2&gt;नेचुरल ड्राफ्ट कूलिंग टॉवर सुरक्षा&lt;/h2&gt;
    &lt;p&gt;क्या आप कूलिंग टॉवर के खतरों और सुरक्षित कार्य प्रक्रियाओं को जानते हैं?&lt;/p&gt;
    &lt;div class=&quot;hero-tags&quot;&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;🏭 Cooling Tower Safety&lt;/span&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;💧 औद्योगिक सुरक्षा&lt;/span&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;📋 10 प्रश्न&lt;/span&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;🏆 प्रमाणपत्र&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- MAIN --&gt;
&lt;div class=&quot;container&quot;&gt;
  &lt;div class=&quot;page-banner&quot;&gt;
    &lt;h1&gt;🌬️ कूलिंग टॉवर सुरक्षा प्रश्नोत्तरी&lt;/h1&gt;
    &lt;p&gt;अपना ज्ञान परखें • 80% अंक पर प्रमाणपत्र पाएं&lt;/p&gt;
  &lt;/div&gt;

  &lt;!-- PARTICIPANT FORM --&gt;
  &lt;div class=&quot;form-card&quot;&gt;
    &lt;h3&gt;👤 प्रतिभागी विवरण भरें&lt;/h3&gt;
    &lt;div class=&quot;fg-grid&quot;&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;नाम (Name)&lt;/label&gt;&lt;input id=&quot;inp-name&quot; placeholder=&quot;अपना पूरा नाम लिखें&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;पद / पदनाम (Post)&lt;/label&gt;&lt;input id=&quot;inp-post&quot; placeholder=&quot;जैसे: Operator, Engineer&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;विभाग (Department)&lt;/label&gt;&lt;input id=&quot;inp-dept&quot; placeholder=&quot;जैसे: Utility, Maintenance&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;संस्थान / उद्योग (Industry)&lt;/label&gt;&lt;input id=&quot;inp-ind&quot; placeholder=&quot;कंपनी / संगठन का नाम&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- QUIZ BODY --&gt;
  &lt;div id=&quot;quiz-body&quot;&gt;&lt;/div&gt;

  &lt;!-- SUBMIT --&gt;
  &lt;button class=&quot;btn-submit&quot; id=&quot;btn-sub&quot; onclick=&quot;submitQuiz()&quot;&gt;✅ उत्तर जमा करें&lt;/button&gt;

  &lt;!-- RESULT --&gt;
  &lt;div class=&quot;result-box&quot; id=&quot;result-box&quot;&gt;
    &lt;div class=&quot;rscore&quot; id=&quot;rscore&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;rlbl&quot; id=&quot;rlbl&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;rmsg&quot; id=&quot;rmsg&quot;&gt;&lt;/div&gt;
    &lt;div id=&quot;cert-btn&quot;&gt;&lt;/div&gt;
    &lt;button class=&quot;btn-retry&quot; onclick=&quot;retryQuiz()&quot;&gt;🔄 पुनः प्रयास करें&lt;/button&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- CERTIFICATE OVERLAY --&gt;
&lt;div id=&quot;cert-overlay&quot; onclick=&quot;if(event.target===this)closeCert()&quot;&gt;
  &lt;div class=&quot;cert-modal&quot;&gt;
    &lt;div class=&quot;cert-modal-header&quot;&gt;
      &lt;h4&gt;🏆 Your Certificate&lt;/h4&gt;
      &lt;button onclick=&quot;closeCert()&quot;&gt;✕ Close&lt;/button&gt;
    &lt;/div&gt;
    &lt;div class=&quot;cert-preview&quot;&gt;
      &lt;div class=&quot;cert-border&quot;&gt;
        &lt;div class=&quot;cert-hdr-bar&quot;&gt;&lt;h2&gt;Safety Knowledge Evaluation&lt;/h2&gt;&lt;/div&gt;
        &lt;div class=&quot;cert-topic&quot;&gt;Topic: Natural Draft Cooling Tower Safety&lt;/div&gt;
        &lt;div class=&quot;cert-certify&quot;&gt;This is to certify that&lt;/div&gt;
        &lt;div class=&quot;cert-name&quot; id=&quot;c-name&quot;&gt;—&lt;/div&gt;
        &lt;div class=&quot;cert-details&quot;&gt;
          &lt;div class=&quot;cert-det-item&quot;&gt;&lt;div class=&quot;lbl&quot;&gt;Post / Designation&lt;/div&gt;&lt;div class=&quot;val&quot; id=&quot;c-post&quot;&gt;—&lt;/div&gt;&lt;/div&gt;
          &lt;div class=&quot;cert-det-item&quot;&gt;&lt;div class=&quot;lbl&quot;&gt;Department&lt;/div&gt;&lt;div class=&quot;val&quot; id=&quot;c-dept&quot;&gt;—&lt;/div&gt;&lt;/div&gt;
          &lt;div class=&quot;cert-det-item&quot;&gt;&lt;div class=&quot;lbl&quot;&gt;Industry / Organisation&lt;/div&gt;&lt;div class=&quot;val&quot; id=&quot;c-ind&quot;&gt;—&lt;/div&gt;&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;cert-para&quot;&gt;
          has successfully completed the &lt;strong&gt;Natural Draft Cooling Tower Safety Quiz&lt;/strong&gt;&lt;br /&gt;
          and demonstrated commendable knowledge of cooling tower hazards and safe working practices.
        &lt;/div&gt;
        &lt;div class=&quot;cert-score-badge&quot; id=&quot;c-score&quot;&gt;Score: —&lt;/div&gt;
        &lt;div class=&quot;cert-date&quot; id=&quot;c-date&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;cert-footer-row&quot;&gt;
          &lt;div class=&quot;cert-brand&quot;&gt;
            &lt;img alt=&quot;Safety Gurukul&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjnUYrqATGb4ARwPjboJWzexo8ZzYLJsWCATn-iKM-SoVzXj7FFKKLLQPF9ENsxVZgB5lg3QTKA_0spVS-YSX6B3CWDdOFc0W73MsiKyV9yWhXEsBRiyfvObtwFFSKfRHn98Hjm7guEc2MQYi2yBm9vgNru53N9E9HtY5AxiEEY5jJoZjfTNGNB5Tgvi2QK&quot; /&gt;
            &lt;div&gt;&lt;div class=&quot;cert-brand-name&quot;&gt;Safety Gurukul&lt;/div&gt;&lt;div class=&quot;cert-brand-sub&quot;&gt;youtube.com/@safetygurukul&lt;/div&gt;&lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;cert-sig&quot;&gt;
            &lt;div class=&quot;cert-sig-line&quot;&gt;&lt;/div&gt;
            &lt;div class=&quot;cert-sig-text&quot;&gt;Authorised Signature&lt;/div&gt;
            &lt;div class=&quot;cert-sig-name&quot;&gt;Safety Gurukul&lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;cert-actions&quot;&gt;
      &lt;button class=&quot;btn-dl&quot; onclick=&quot;downloadPDF()&quot;&gt;⬇️ Download PDF&lt;/button&gt;
      &lt;button class=&quot;btn-sh&quot; onclick=&quot;shareCert()&quot;&gt;📤 Share&lt;/button&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- FOOTER --&gt;
&lt;footer class=&quot;site-footer&quot;&gt;
  &lt;span&gt;Powered by&lt;/span&gt;
  &lt;a class=&quot;ft-link&quot; href=&quot;https://www.youtube.com/@safetygurukul&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;
    &lt;img alt=&quot;Safety Gurukul&quot; class=&quot;ft-logo&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEh4_u0AXrDk1CWukKLvzfehdLEDXZeDp_Y1DqiE9IS4T6pEuG3ydO54gp_dGvFByza0ASPIk3RCOrp8TdveoIltQ3WGmM9VthKHz25AtBQRyoAF25SJiXRlNkNpP5Y6EpnL5hpanShBNt_o4nAofVlOMFRTOF1MjlVqSv96Awaosu3sEux3g04Iy7EEsPpn&quot; /&gt;
    &lt;span class=&quot;ft-name&quot;&gt;Safety Gurukul&lt;/span&gt;
  &lt;/a&gt;
  &lt;span&gt;| सुरक्षा हमारी ज़िम्मेदारी&lt;/span&gt;
&lt;/footer&gt;

&lt;script&gt;
const LOGO=&quot;data:image/png;base64,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&quot;;
const YT=&quot;https://www.youtube.com/@safetygurukul&quot;;

const Qs=[
  {
    q:&quot;Natural Draft Cooling Tower (NDCT) में वायु प्रवाह (Air Draft) किस सिद्धांत पर काम करता है?&quot;,
    o:[&quot;पंखे की मदद से हवा खींची जाती है&quot;,&quot;टॉवर की हाइपरबोलिक आकृति और गर्म-ठंडी हवा के घनत्व के अंतर से प्राकृतिक हवा का प्रवाह होता है&quot;,&quot;बाहरी पंप से दबाव डाला जाता है&quot;,&quot;भूमिगत सुरंग से हवा आती है&quot;],
    a:1,
    exp:&quot;NDCT में बड़े हाइपरबोलिक शेल की ऊंचाई और अंदर की गर्म हवा तथा बाहर की ठंडी हवा के घनत्व के अंतर (Buoyancy Effect) से प्राकृतिक वायु प्रवाह होता है — बिना किसी पंखे के।&quot;
  },
  {
    q:&quot;NDCT के अंदर कार्य करने से पहले सबसे पहले कौन सा Permit लेना अनिवार्य है?&quot;,
    o:[&quot;केवल मौखिक अनुमति&quot;,&quot;Confined Space Entry Permit और Hot Work Permit (यदि लागू हो)&quot;,&quot;केवल Height Work Permit&quot;,&quot;कोई Permit आवश्यक नहीं&quot;],
    a:1,
    exp:&quot;NDCT का बेसिन और आंतरिक क्षेत्र Confined Space (सीमित स्थान) की श्रेणी में आता है। इसलिए Confined Space Entry Permit अनिवार्य है। यदि वेल्डिंग/कटिंग हो तो Hot Work Permit भी लेना होगा।&quot;
  },
  {
    q:&quot;Cooling Tower में Legionella बैक्टीरिया का क्या खतरा है?&quot;,
    o:[&quot;यह केवल पानी को गंदा करता है&quot;,&quot;यह Legionnaires Disease (श्वसन संक्रमण) फैला सकता है जो जानलेवा हो सकता है&quot;,&quot;यह धातु को संक्षारित करता है&quot;,&quot;इसका कोई खतरा नहीं&quot;],
    a:1,
    exp:&quot;Legionella pneumophila बैक्टीरिया 25–45°C के गर्म पानी में पनपता है। Cooling Tower के Water Drift से यह हवा में फैलकर श्वसन तंत्र को संक्रमित करता है जिससे Legionnaires Disease होता है जो घातक हो सकता है।&quot;
  },
  {
    q:&quot;NDCT के बेसिन (Basin) में उतरने से पहले Atmospheric Testing क्यों की जाती है?&quot;,
    o:[&quot;पानी की गुणवत्ता जांचने के लिए&quot;,&quot;ऑक्सीजन की कमी, विषाक्त गैस (H₂S, CO) और ज्वलनशील गैसों की उपस्थिति जांचने के लिए&quot;,&quot;तापमान मापने के लिए&quot;,&quot;शोर का स्तर जांचने के लिए&quot;],
    a:1,
    exp:&quot;Confined Space में प्रवेश से पहले Multi-Gas Detector से O₂ (19.5–23.5%), LEL (ज्वलनशील गैस), H₂S और CO की जांच अनिवार्य है। ऑक्सीजन की कमी या विषैली गैस जानलेवा हो सकती है।&quot;
  },
  {
    q:&quot;NDCT में कार्य के दौरान Isolation (विद्युत और जल प्रवाह बंद करना) क्यों जरूरी है?&quot;,
    o:[&quot;बिजली बचाने के लिए&quot;,&quot;पंप, मोटर और वाल्व अचानक चालू होने से दुर्घटना और डूबने के खतरे को रोकने के लिए&quot;,&quot;पानी की बचत के लिए&quot;,&quot;केवल रखरखाव के समय&quot;],
    a:1,
    exp:&quot;LOTO (Lockout-Tagout) के तहत Cooling Tower के सभी पंप, मोटर, वाल्व और विद्युत स्रोत को बंद और लॉक करना आवश्यक है ताकि अचानक चालू होने, पानी भरने या बिजली की चोट से बचा जा सके।&quot;
  },
  {
    q:&quot;NDCT के अंदर काम करते समय कौन सा PPE अनिवार्य रूप से पहनना चाहिए?&quot;,
    o:[&quot;केवल हेलमेट और जूते&quot;,&quot;Full Body Harness, Life Line, Hard Hat, Safety Shoes, Gloves और Multi-Gas Detector&quot;,&quot;केवल दस्ताने&quot;,&quot;कोई PPE आवश्यक नहीं&quot;],
    a:1,
    exp:&quot;NDCT के अंदर — Full Body Harness (गिरने से बचाव), Life Line, Hard Hat (गिरती वस्तुओं से), Chemical-Resistant Gloves, Safety Shoes, और Multi-Gas Detector (वायु निगरानी) अनिवार्य हैं।&quot;
  },
  {
    q:&quot;NDCT की Fill (Packing) सामग्री पर काम करते समय मुख्य खतरा क्या है?&quot;,
    o:[&quot;अत्यधिक शोर&quot;,&quot;Fill टूटने/धंसने से अचानक गिरने का खतरा, फिसलन और ऊंचाई से गिरना&quot;,&quot;बहुत अधिक गर्मी&quot;,&quot;बिजली का झटका&quot;],
    a:1,
    exp:&quot;पुरानी या भारी Fill (PVC/Concrete) टूटकर धंस सकती है जिससे कामगार नीचे गिर सकता है। भीगी हुई Fill अत्यंत फिसलन भरी होती है — इसलिए Non-Slip Footwear और Full Body Harness अनिवार्य हैं।&quot;
  },
  {
    q:&quot;Cooling Tower Shutdown के दौरान &#39;Confined Space Standby Person&#39; की क्या भूमिका है?&quot;,
    o:[&quot;वह भी अंदर जाकर काम करता है&quot;,&quot;वह बाहर रहकर निरंतर निगरानी रखता है, संचार बनाए रखता है और आपात स्थिति में बचाव शुरू करता है&quot;,&quot;वह उपकरण लाता है&quot;,&quot;वह Permit Sign करता है&quot;],
    a:1,
    exp:&quot;Standby Person (Hole Watch) बाहर रहकर — अंदर काम करने वालों से लगातार संपर्क रखता है, वायुमंडलीय स्थिति पर नज़र रखता है और आपात स्थिति में बचाव टीम को सूचित करता है। वह खुद अंदर नहीं जाता।&quot;
  },
  {
    q:&quot;NDCT में Water Drift (जल बूंदाबांदी) से स्वास्थ्य खतरे से बचाव के लिए क्या करना चाहिए?&quot;,
    o:[&quot;केवल छाता लगाएं&quot;,&quot;Drift Eliminator की नियमित जांच और रखरखाव करें और उचित PPE (N95/P100 Respirator) पहनें&quot;,&quot;पानी को रंग दें&quot;,&quot;टॉवर बंद कर दें&quot;],
    a:1,
    exp:&quot;Drift Eliminator पानी की बूंदों को वातावरण में जाने से रोकता है। इसकी नियमित जांच अनिवार्य है। काम के दौरान N95/P100 Respirator से Legionella और रासायनिक Drift से बचाव होता है।&quot;
  },
  {
    q:&quot;NDCT में कार्य के बाद पुनः चालू करने (Re-commissioning) से पहले क्या सुनिश्चित करना चाहिए?&quot;,
    o:[&quot;तुरंत पंप चालू कर दें&quot;,&quot;सभी कामगार बाहर हैं, औज़ार हटाए गए हैं, LOTO हटाया गया है, Entry Permit बंद किया गया है और Supervisor ने अनुमति दी है&quot;,&quot;केवल पानी भरें&quot;,&quot;बाहर से देखकर चालू करें&quot;],
    a:1,
    exp:&quot;Re-commissioning से पहले — Head Count (सभी बाहर हैं), Tool Count, LOTO Removal, Permit Closure और Supervisor की लिखित अनुमति — ये सभी चरण अनिवार्य हैं ताकि कोई कामगार अंदर न रह जाए।&quot;
  }
];

let userAns=new Array(Qs.length).fill(null);
let submitted=false;

function buildQuiz(){
  userAns=new Array(Qs.length).fill(null);
  submitted=false;
  const body=document.getElementById(&quot;quiz-body&quot;);
  body.innerHTML=&quot;&quot;;
  Qs.forEach((q,i)=&gt;{
    const card=document.createElement(&quot;div&quot;);
    card.className=&quot;qcard&quot;;card.id=&quot;card-&quot;+i;
    const opts=q.o.map((o,j)=&gt;
      `&lt;label class=&quot;olbl&quot; id=&quot;ol-${i}-${j}&quot;&gt;
        &lt;input type=&quot;radio&quot; name=&quot;q${i}&quot; value=&quot;${j}&quot; onchange=&quot;pick(${i},${j})&quot;&gt; ${String.fromCharCode(65+j)}. ${o}
      &lt;/label&gt;`).join(&quot;&quot;);
    card.innerHTML=`
      &lt;div class=&quot;qhead&quot;&gt;&lt;div class=&quot;qnum&quot;&gt;${i+1}&lt;/div&gt;&lt;div class=&quot;qtxt&quot;&gt;${q.q}&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;opts&quot; id=&quot;opts-${i}&quot;&gt;${opts}&lt;/div&gt;
      &lt;div class=&quot;fb&quot; id=&quot;fb-${i}&quot;&gt;&lt;/div&gt;`;
    body.appendChild(card);
  });
}

function pick(qi,ans){userAns[qi]=ans;}

function submitQuiz(){
  const nm=document.getElementById(&quot;inp-name&quot;).value.trim();
  const po=document.getElementById(&quot;inp-post&quot;).value.trim();
  const dp=document.getElementById(&quot;inp-dept&quot;).value.trim();
  const ind=document.getElementById(&quot;inp-ind&quot;).value.trim();
  if(!nm||!po||!dp||!ind){alert(&quot;कृपया सभी प्रतिभागी विवरण भरें।&quot;);return;}
  if(userAns.includes(null)){alert(&quot;कृपया सभी 10 प्रश्नों के उत्तर दें।&quot;);return;}

  submitted=true;let correct=0;
  Qs.forEach((q,i)=&gt;{
    const ua=userAns[i],ok=ua===q.a;
    if(ok) correct++;
    q.o.forEach((_,j)=&gt;{
      const l=document.getElementById(`ol-${i}-${j}`);
      l.querySelector(&quot;input&quot;).disabled=true;
      if(j===q.a) l.classList.add(&quot;show-correct&quot;);
      if(j===ua&amp;&amp;!ok) l.classList.add(&quot;wrong&quot;);
      if(j===ua&amp;&amp;ok) l.classList.add(&quot;correct&quot;);
    });
    const fb=document.getElementById(&quot;fb-&quot;+i);
    fb.style.display=&quot;block&quot;;
    fb.className=&quot;fb &quot;+(ok?&quot;ok&quot;:&quot;no&quot;);
    fb.textContent=(ok?&quot;✅ सही! &quot;:&quot;❌ गलत। &quot;)+q.exp;
  });

  const pct=Math.round(correct/Qs.length*100);
  showResult(correct,pct,nm,po,dp,ind);
  document.getElementById(&quot;btn-sub&quot;).disabled=true;
}

function showResult(correct,pct,nm,po,dp,ind){
  const box=document.getElementById(&quot;result-box&quot;);
  document.getElementById(&quot;rscore&quot;).textContent=pct+&quot;%&quot;;
  document.getElementById(&quot;rlbl&quot;).textContent=correct+&quot; / &quot;+Qs.length+&quot; प्रश्न सही&quot;;
  box.style.display=&quot;block&quot;;
  if(pct&gt;=80){
    box.className=&quot;result-box pass&quot;;
    document.getElementById(&quot;rmsg&quot;).textContent=&quot;🎉 बधाई हो! आपने कूलिंग टॉवर सुरक्षा प्रश्नोत्तरी उत्तीर्ण की!&quot;;
    document.getElementById(&quot;cert-btn&quot;).innerHTML=`&lt;button class=&quot;btn-cert&quot; onclick=&quot;openCert()&quot;&gt;🏆 प्रमाणपत्र देखें व डाउनलोड करें&lt;/button&gt;`;
    document.getElementById(&quot;c-name&quot;).textContent=nm;
    document.getElementById(&quot;c-post&quot;).textContent=po;
    document.getElementById(&quot;c-dept&quot;).textContent=dp;
    document.getElementById(&quot;c-ind&quot;).textContent=ind;
    document.getElementById(&quot;c-score&quot;).textContent=&quot;Score: &quot;+pct+&quot;%&quot;;
    document.getElementById(&quot;c-date&quot;).textContent=&quot;Date: &quot;+new Date().toLocaleDateString(&quot;en-IN&quot;,{day:&quot;2-digit&quot;,month:&quot;long&quot;,year:&quot;numeric&quot;});
  } else {
    box.className=&quot;result-box fail&quot;;
    document.getElementById(&quot;rmsg&quot;).textContent=&quot;आपका स्कोर &quot;+pct+&quot;% है। उत्तीर्ण होने के लिए 80% अंक चाहिए। पुनः प्रयास करें!&quot;;
    document.getElementById(&quot;cert-btn&quot;).innerHTML=&quot;&quot;;
  }
  box.scrollIntoView({behavior:&quot;smooth&quot;});
}

function openCert(){document.getElementById(&quot;cert-overlay&quot;).classList.add(&quot;show&quot;);}
function closeCert(){document.getElementById(&quot;cert-overlay&quot;).classList.remove(&quot;show&quot;);}

function retryQuiz(){
  document.getElementById(&quot;result-box&quot;).style.display=&quot;none&quot;;
  document.getElementById(&quot;btn-sub&quot;).disabled=false;
  buildQuiz();
  window.scrollTo({top:0,behavior:&quot;smooth&quot;});
}

async function downloadPDF(){
  const {jsPDF}=window.jspdf;
  const doc=new jsPDF({orientation:&quot;landscape&quot;,unit:&quot;mm&quot;,format:&quot;a4&quot;});
  const W=297,H=210;

  doc.setFillColor(224,247,250);doc.rect(0,0,W,H,&quot;F&quot;);
  doc.setDrawColor(0,96,100);doc.setLineWidth(3);doc.rect(7,7,W-14,H-14);
  doc.setLineWidth(1);doc.setDrawColor(255,214,0);doc.rect(11,11,W-22,H-22);

  doc.setFillColor(0,96,100);doc.rect(18,16,W-36,24,&quot;F&quot;);
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(17);doc.setTextColor(255,214,0);
  doc.text(&quot;SAFETY KNOWLEDGE EVALUATION&quot;,W/2,32,{align:&quot;center&quot;});

  doc.setFontSize(11);doc.setTextColor(230,126,34);
  doc.text(&quot;Topic: Natural Draft Cooling Tower Safety&quot;,W/2,48,{align:&quot;center&quot;});

  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(10);doc.setTextColor(100,100,100);
  doc.text(&quot;This is to certify that&quot;,W/2,60,{align:&quot;center&quot;});

  const nm=document.getElementById(&quot;c-name&quot;).textContent;
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(22);doc.setTextColor(0,96,100);
  doc.text(nm,W/2,76,{align:&quot;center&quot;});
  doc.setDrawColor(230,126,34);doc.setLineWidth(0.8);
  const nw=doc.getTextWidth(nm);doc.line(W/2-nw/2,78,W/2+nw/2,78);

  const po=document.getElementById(&quot;c-post&quot;).textContent;
  const dp=document.getElementById(&quot;c-dept&quot;).textContent;
  const ind=document.getElementById(&quot;c-ind&quot;).textContent;
  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(8);doc.setTextColor(150,150,150);
  doc.text(&quot;Post / Designation&quot;,62,87,{align:&quot;center&quot;});
  doc.text(&quot;Department&quot;,W/2,87,{align:&quot;center&quot;});
  doc.text(&quot;Industry / Organisation&quot;,W-62,87,{align:&quot;center&quot;});
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(9);doc.setTextColor(30,30,30);
  doc.text(po,62,92,{align:&quot;center&quot;});
  doc.text(dp,W/2,92,{align:&quot;center&quot;});
  doc.text(ind,W-62,92,{align:&quot;center&quot;});

  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(10);doc.setTextColor(100,100,100);
  doc.text(&quot;has successfully completed the Natural Draft Cooling Tower Safety Quiz and demonstrated&quot;,W/2,104,{align:&quot;center&quot;});
  doc.text(&quot;commendable knowledge of cooling tower hazards and safe working practices.&quot;,W/2,110,{align:&quot;center&quot;});

  const sc=document.getElementById(&quot;c-score&quot;).textContent;
  doc.setFillColor(0,96,100);doc.roundedRect(W/2-28,114,56,13,6,6,&quot;F&quot;);
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(12);doc.setTextColor(255,255,255);
  doc.text(sc,W/2,123,{align:&quot;center&quot;});

  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(8);doc.setTextColor(150,150,150);
  doc.text(&quot;Date of Completion: &quot;+new Date().toLocaleDateString(&quot;en-IN&quot;,{day:&quot;2-digit&quot;,month:&quot;long&quot;,year:&quot;numeric&quot;}),W/2,133,{align:&quot;center&quot;});

  doc.setDrawColor(200,200,200);doc.setLineWidth(0.4);doc.line(28,141,W-28,141);

  try{doc.addImage(LOGO,&quot;PNG&quot;,33,148,22,22);}catch(e){}
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(10);doc.setTextColor(0,96,100);
  doc.text(&quot;Safety Gurukul&quot;,60,157);
  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(7.5);doc.setTextColor(130,130,130);
  doc.text(&quot;Powered by Safety Gurukul&quot;,60,163);
  doc.text(&quot;youtube.com/@safetygurukul&quot;,60,168);

  doc.setDrawColor(50,50,50);doc.setLineWidth(0.5);doc.line(W-95,160,W-32,160);
  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(8);doc.setTextColor(120,120,120);
  doc.text(&quot;Authorised Signature&quot;,W-63,165,{align:&quot;center&quot;});
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(9);doc.setTextColor(0,96,100);
  doc.text(&quot;Safety Gurukul&quot;,W-63,171,{align:&quot;center&quot;});

  doc.save(&quot;CoolingTower_Safety_Certificate_SafetyGurukul.pdf&quot;);
}

async function shareCert(){
  const txt=&quot;मैंने Safety Gurukul की Natural Draft Cooling Tower Safety प्रश्नोत्तरी उत्तीर्ण की! 🏆🌬️ &quot;+YT;
  if(navigator.share){
    try{await navigator.share({title:&quot;Cooling Tower Safety Certificate&quot;,text:txt,url:YT});}
    catch(e){}
  } else {
    navigator.clipboard.writeText(txt).then(()=&gt;alert(&quot;Share text copied!\n\n&quot;+txt));
  }
}

buildQuiz();
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</content><link rel='replies' type='application/atom+xml' href='https://safetygurukul.blogspot.com/feeds/4311461415261976195/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://safetygurukul.blogspot.com/2026/03/cooling-tower-safety-quiz-with.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/4311461415261976195'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/4311461415261976195'/><link rel='alternate' type='text/html' href='https://safetygurukul.blogspot.com/2026/03/cooling-tower-safety-quiz-with.html' title='Cooling Tower Safety Quiz with Certificate'/><author><name>Narendra Arya</name><uri>http://www.blogger.com/profile/05274105664901468001</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJQ_C-6vlqjQm18qsy4UwsM7dKK21amAjp0Z8hWr-7mJNHFRPC7lxZrgsfGm8vMO6nYBqhyLqPEHUw1qIE5vOvtiDKC4jdDeHutwJwE4urYFPAZD2MQmailWfS2iGFhJnPDF-mMPpuWJuaqvJqMqdFY2cywIKJsvY8lxAtRjykcuSrwQ/s220/Narendra_arya-removebg-Favicon.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqzuj3t_Wp4eg5V-iBYROXAulHXw1m3UiazWdFNQUBW5bHVHpdxOqimOJvO2kMUGJovMmdSBTW2Thx7Oe4zU37eOqmv9KJa8n9nuM_CY2InKZfbhyphenhyphenqBaKsd7w4w7ktfzxDBibwUrTjmPBGkIFoGRy17LdOfBWPe02fNUV1JcmJAZmGeakwZ4Lt0QH64K_h/s72-c/ChatGPT%20Image%20Mar%2010,%202026,%2006_01_17%20AM.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9122151121349724808.post-2138288134477401915</id><published>2026-03-09T17:39:00.000-07:00</published><updated>2026-03-09T17:39:06.293-07:00</updated><title type='text'>BHEL Bowl Mill Safety Quiz with Certificate</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhe6xNiNIr9X2HZFf4nCP-zw6xTjbtBgEngua2naDy4LpThG7L63LUzDXGHeiLtXesa-7enfCrHDDUt51iKAtDccdWVRPLybp4nMbF_quYejwBrs1Xwc-v7gjpJ9_EBH0eUPzM6v7z-WqRnSLP4kaZ0f3eng0GgUsX1KNxAJDGmATw7m-YEIwLK0dIe9P3S/s1536/ChatGPT%20Image%20Mar%2010,%202026,%2006_01_25%20AM.png&quot; style=&quot;display: block; padding: 1em 0; text-align: center;&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; data-original-height=&quot;1024&quot; data-original-width=&quot;1536&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhe6xNiNIr9X2HZFf4nCP-zw6xTjbtBgEngua2naDy4LpThG7L63LUzDXGHeiLtXesa-7enfCrHDDUt51iKAtDccdWVRPLybp4nMbF_quYejwBrs1Xwc-v7gjpJ9_EBH0eUPzM6v7z-WqRnSLP4kaZ0f3eng0GgUsX1KNxAJDGmATw7m-YEIwLK0dIe9P3S/s320/ChatGPT%20Image%20Mar%2010,%202026,%2006_01_25%20AM.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;html lang=&quot;hi&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;&lt;/meta&gt;
&lt;meta content=&quot;width=device-width, initial-scale=1.0&quot; name=&quot;viewport&quot;&gt;&lt;/meta&gt;
&lt;title&gt;BHEL बाउल मिल रखरखाव सुरक्षा प्रश्नोत्तरी | Safety Gurukul&lt;/title&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;600;700;800&amp;amp;family=Noto+Sans+Devanagari:wght@400;500;600;700&amp;amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;&lt;/link&gt;
&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js&quot;&gt;&lt;/script&gt;
&lt;style&gt;
:root{
  --og:#e67e22; --dg:#37474f; --lg:#546e7a;
  --yl:#ffd600; --rd:#c0392b; --gn:#27ae60;
  --cream:#eceff1; --white:#fff; --dark:#1c1c1c;
}
*{box-sizing:border-box;margin:0;padding:0;}
body{font-family:&#39;Noto Sans Devanagari&#39;,sans-serif;background:var(--cream);color:var(--dark);padding-bottom:70px;}

/* HEADER */
.site-header{
  background:linear-gradient(135deg,#102027 0%,#37474f 60%,#546e7a 100%);
  padding:0 20px;display:flex;align-items:center;justify-content:space-between;
  box-shadow:0 3px 14px rgba(0,0,0,.45);position:sticky;top:0;z-index:200;min-height:64px;
}
.header-brand{display:flex;align-items:center;gap:12px;text-decoration:none;}
.header-brand img{width:48px;height:48px;border-radius:50%;border:2.5px solid var(--yl);transition:transform .3s;}
.header-brand img:hover{transform:scale(1.12);}
.header-title{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.35rem;font-weight:800;color:var(--yl);letter-spacing:.5px;line-height:1.1;}
.header-title span{display:block;font-size:.72rem;font-weight:600;color:rgba(255,255,255,.7);letter-spacing:1.5px;text-transform:uppercase;}

/* HERO */
.hero-wrap{width:100%;max-width:900px;margin:22px auto 0;padding:0 14px;}
.hero-banner{
  background:linear-gradient(135deg,#102027,#37474f 70%,#ffd60018);
  border-radius:14px;border:3px solid var(--yl);padding:40px 30px;
  text-align:center;box-shadow:0 8px 30px rgba(55,71,79,.55);
  position:relative;overflow:hidden;
}
.hero-banner::before{
  content:&quot;⚙️&quot;;font-size:110px;position:absolute;opacity:.07;top:50%;left:50%;
  transform:translate(-50%,-50%);line-height:1;
}
.hero-icon{font-size:64px;margin-bottom:12px;display:block;animation:spin-slow 8s linear infinite;}
@keyframes spin-slow{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
.hero-banner h2{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.75rem;font-weight:800;color:var(--yl);text-shadow:0 2px 8px rgba(0,0,0,.4);}
.hero-banner p{color:rgba(255,255,255,.85);font-size:1rem;margin-top:8px;font-weight:500;}
.hero-tags{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:14px;}
.hero-tag{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);color:#fff;
  font-size:.78rem;font-weight:600;padding:5px 13px;border-radius:20px;letter-spacing:.5px;}

/* CONTAINER */
.container{max-width:900px;margin:0 auto;padding:10px 14px 30px;}

/* BANNER */
.page-banner{text-align:center;margin:20px 0 6px;font-family:&#39;Baloo 2&#39;,sans-serif;}
.page-banner h1{font-size:1.55rem;font-weight:800;color:var(--dg);text-transform:uppercase;letter-spacing:1px;}
.page-banner p{color:var(--og);font-size:.95rem;font-weight:600;margin-top:4px;}

/* FORM CARD */
.form-card{background:var(--white);border-radius:14px;padding:22px 24px;box-shadow:0 4px 18px rgba(0,0,0,.08);margin-bottom:24px;border-top:4px solid var(--dg);}
.form-card h3{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1rem;color:var(--dg);font-weight:800;text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px;}
.fg-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
@media(max-width:540px){.fg-grid{grid-template-columns:1fr;}}
.fg label{display:block;font-size:.76rem;font-weight:700;color:var(--dg);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;}
.fg input{width:100%;padding:9px 13px;border:1.5px solid #ddd;border-radius:8px;font-family:&#39;Noto Sans Devanagari&#39;,sans-serif;font-size:.93rem;background:#fafafa;transition:border .2s;}
.fg input:focus{outline:none;border-color:var(--dg);background:#fff;}

/* QUESTION CARD */
.qcard{background:var(--white);border-radius:14px;padding:20px 22px;margin-bottom:16px;box-shadow:0 3px 12px rgba(0,0,0,.07);border-left:5px solid var(--dg);transition:box-shadow .2s;}
.qcard:hover{box-shadow:0 6px 20px rgba(55,71,79,.2);}
.qhead{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;}
.qnum{background:var(--dg);color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-weight:800;font-size:.95rem;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;}
.qtxt{font-size:.97rem;font-weight:600;line-height:1.6;color:#1c1c1c;}

.opts{display:flex;flex-direction:column;gap:8px;}
.olbl{display:flex;align-items:center;gap:10px;padding:9px 13px;border:1.5px solid #e5e5e5;border-radius:8px;cursor:pointer;font-size:.92rem;transition:all .18s;background:#fafafa;}
.olbl:hover{border-color:var(--dg);background:#eceff1;}
.olbl input[type=radio]{accent-color:var(--dg);width:16px;height:16px;}
.olbl.correct{background:#eafaf1;border-color:var(--gn);color:#1a5c2e;font-weight:600;}
.olbl.wrong{background:#fdf0ef;border-color:var(--rd);color:var(--rd);}
.olbl.show-correct{background:#eafaf1;border-color:var(--gn);}

.fb{margin-top:10px;font-size:.84rem;font-weight:600;padding:7px 12px;border-radius:7px;display:none;}
.fb.ok{color:#1a5c2e;background:#eafaf1;}
.fb.no{color:var(--rd);background:#fdf0ef;}

/* SUBMIT */
.btn-submit{display:block;width:100%;max-width:300px;margin:10px auto 0;padding:13px;
  background:linear-gradient(135deg,var(--dg),#102027);color:#fff;
  font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.15rem;font-weight:800;border:none;
  border-radius:10px;cursor:pointer;text-transform:uppercase;letter-spacing:1px;
  box-shadow:0 4px 16px rgba(55,71,79,.45);transition:transform .2s,box-shadow .2s;}
.btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(55,71,79,.55);}
.btn-submit:disabled{background:#bbb;box-shadow:none;cursor:not-allowed;transform:none;}

/* RESULT */
.result-box{display:none;background:var(--white);border-radius:16px;padding:30px 24px;text-align:center;margin-top:26px;box-shadow:0 6px 26px rgba(0,0,0,.1);}
.result-box.pass{border-top:5px solid var(--gn);}
.result-box.fail{border-top:5px solid var(--rd);}
.rscore{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:3.8rem;font-weight:800;line-height:1;}
.result-box.pass .rscore{color:var(--dg);}
.result-box.fail .rscore{color:var(--rd);}
.rlbl{font-size:.92rem;color:#777;margin:5px 0 14px;}
.rmsg{font-size:1.05rem;font-weight:700;margin-bottom:18px;}
.result-box.pass .rmsg{color:var(--dg);}
.result-box.fail .rmsg{color:var(--rd);}
.btn-cert{display:inline-block;padding:12px 26px;background:linear-gradient(135deg,var(--dg),var(--lg));color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.05rem;font-weight:800;border:none;border-radius:10px;cursor:pointer;text-transform:uppercase;margin:5px;box-shadow:0 4px 14px rgba(55,71,79,.3);transition:transform .2s;}
.btn-cert:hover{transform:translateY(-2px);}
.btn-retry{display:inline-block;padding:10px 22px;background:transparent;color:var(--dg);font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;border:2px solid var(--dg);border-radius:10px;cursor:pointer;text-transform:uppercase;margin:5px;transition:all .2s;}
.btn-retry:hover{background:var(--dg);color:#fff;}

/* FOOTER */
.site-footer{
  position:fixed;bottom:0;left:0;right:0;
  background:linear-gradient(90deg,#102027 0%,#37474f 100%);
  padding:9px 20px;display:flex;align-items:center;justify-content:center;gap:10px;
  z-index:200;box-shadow:0 -3px 12px rgba(0,0,0,.35);
}
.site-footer span{color:rgba(255,255,255,.8);font-size:.84rem;}
.ft-link{text-decoration:none;display:flex;align-items:center;gap:8px;}
.ft-logo{width:34px;height:34px;border-radius:50%;border:2px solid var(--yl);cursor:pointer;transition:transform .25s;}
.ft-logo:hover{transform:scale(1.12);}
.ft-name{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;color:var(--yl);transition:color .2s;}
.ft-name:hover{color:#fff;}

/* CERT OVERLAY */
#cert-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.75);z-index:900;align-items:center;justify-content:center;padding:14px;}
#cert-overlay.show{display:flex;}
.cert-modal{background:#fff;border-radius:14px;max-width:720px;width:100%;box-shadow:0 20px 60px rgba(0,0,0,.4);overflow:hidden;}
.cert-modal-header{background:linear-gradient(135deg,#102027,#37474f);padding:14px 20px;display:flex;justify-content:space-between;align-items:center;}
.cert-modal-header h4{color:var(--yl);font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1rem;font-weight:800;text-transform:uppercase;}
.cert-modal-header button{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;padding:5px 12px;border-radius:6px;cursor:pointer;font-size:.9rem;}

.cert-preview{
  background:linear-gradient(160deg,#eceff1 0%,#fffef5 100%);
  padding:30px 36px;text-align:center;position:relative;
}
.cert-preview::before{
  content:&quot;&quot;;position:absolute;inset:0;
  background:repeating-linear-gradient(45deg,#cfd8dc 0,#cfd8dc 1px,transparent 0,transparent 50%) 0 0/10px 10px;
  opacity:.3;z-index:0;pointer-events:none;
}
.cert-border{border:3px solid #37474f;border-radius:6px;padding:26px;position:relative;z-index:1;}
.cert-border::before{content:&quot;&quot;;position:absolute;inset:6px;border:1.5px solid #ffd600;border-radius:3px;pointer-events:none;}
.cert-hdr-bar{background:linear-gradient(90deg,#102027,#37474f);border-radius:4px;padding:10px 20px;margin-bottom:14px;}
.cert-hdr-bar h2{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.1rem;font-weight:800;color:#ffd600;letter-spacing:2px;text-transform:uppercase;}
.cert-topic{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.92rem;color:#e67e22;font-weight:700;margin-bottom:10px;}
.cert-certify{font-size:.8rem;color:#888;margin-bottom:6px;}
.cert-name{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.7rem;font-weight:800;color:#37474f;border-bottom:2.5px solid #e67e22;display:inline-block;padding-bottom:2px;margin-bottom:10px;}
.cert-details{display:flex;justify-content:center;gap:30px;margin:10px 0;flex-wrap:wrap;}
.cert-det-item{text-align:center;}
.cert-det-item .lbl{font-size:.65rem;color:#999;text-transform:uppercase;letter-spacing:.5px;}
.cert-det-item .val{font-size:.85rem;font-weight:700;color:#222;margin-top:2px;}
.cert-para{font-size:.78rem;color:#666;margin:10px 0 6px;line-height:1.6;}
.cert-score-badge{display:inline-block;background:linear-gradient(135deg,#37474f,#546e7a);color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-weight:800;font-size:1rem;padding:6px 20px;border-radius:20px;margin:4px 0 8px;}
.cert-date{font-size:.72rem;color:#aaa;margin-bottom:12px;}
.cert-footer-row{display:flex;justify-content:space-between;align-items:flex-end;border-top:1px solid #ddd;padding-top:10px;margin-top:4px;}
.cert-brand{display:flex;align-items:center;gap:8px;}
.cert-brand img{width:36px;height:36px;border-radius:50%;border:2px solid #ffd600;}
.cert-brand-name{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.85rem;font-weight:800;color:#37474f;}
.cert-brand-sub{font-size:.65rem;color:#999;}
.cert-sig{text-align:center;}
.cert-sig-line{border-top:1px solid #555;width:120px;margin:0 auto 4px;}
.cert-sig-text{font-size:.65rem;color:#aaa;}
.cert-sig-name{font-size:.78rem;font-weight:700;color:#37474f;}
.cert-actions{padding:14px 20px;background:#f8f8f8;display:flex;gap:10px;justify-content:center;flex-wrap:wrap;}
.btn-dl{padding:10px 22px;background:linear-gradient(135deg,#37474f,#546e7a);color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;border:none;border-radius:8px;cursor:pointer;text-transform:uppercase;}
.btn-sh{padding:10px 22px;background:transparent;color:#37474f;font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;border:2px solid #37474f;border-radius:8px;cursor:pointer;text-transform:uppercase;}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;!-- HEADER --&gt;
&lt;header class=&quot;site-header&quot;&gt;
  &lt;a class=&quot;header-brand&quot; href=&quot;https://www.youtube.com/@safetygurukul&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;
    &lt;img alt=&quot;Safety Gurukul Logo&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEh0FSC0S1xT3lZAx4EYDe4ZyRlimclla0ZlCBVp1BXFo8SqJyLDDg6u0efKo7sYgeHc32JcyLvuyXds5nNHN6I0ulUmUha2R6KBIwIg0Yot8cKxKZZUJV0dbu2iip472jV7FxdUizu-Xo6UBkDyDHSfvGob1MIU48C6WofkXIKv1zla0GtcUIYQA7PbCR0f&quot; /&gt;
    &lt;div class=&quot;header-title&quot;&gt;Safety Gurukul&lt;span&gt;BHEL Bowl Mill Maintenance Safety Quiz&lt;/span&gt;&lt;/div&gt;
  &lt;/a&gt;
&lt;/header&gt;

&lt;!-- HERO --&gt;
&lt;div class=&quot;hero-wrap&quot;&gt;
  &lt;div class=&quot;hero-banner&quot;&gt;
    &lt;span class=&quot;hero-icon&quot;&gt;⚙️&lt;/span&gt;
    &lt;h2&gt;BHEL बाउल मिल रखरखाव सुरक्षा&lt;/h2&gt;
    &lt;p&gt;क्या आप बाउल मिल के रखरखाव के दौरान सुरक्षित कार्य प्रक्रियाएं जानते हैं?&lt;/p&gt;
    &lt;div class=&quot;hero-tags&quot;&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;⚙️ Bowl Mill Safety&lt;/span&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;🔧 Maintenance Safety&lt;/span&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;📋 10 प्रश्न&lt;/span&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;🏆 प्रमाणपत्र&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- MAIN --&gt;
&lt;div class=&quot;container&quot;&gt;
  &lt;div class=&quot;page-banner&quot;&gt;
    &lt;h1&gt;⚙️ BHEL बाउल मिल सुरक्षा प्रश्नोत्तरी&lt;/h1&gt;
    &lt;p&gt;अपना ज्ञान परखें • 80% अंक पर प्रमाणपत्र पाएं&lt;/p&gt;
  &lt;/div&gt;

  &lt;!-- PARTICIPANT FORM --&gt;
  &lt;div class=&quot;form-card&quot;&gt;
    &lt;h3&gt;👤 प्रतिभागी विवरण भरें&lt;/h3&gt;
    &lt;div class=&quot;fg-grid&quot;&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;नाम (Name)&lt;/label&gt;&lt;input id=&quot;inp-name&quot; placeholder=&quot;अपना पूरा नाम लिखें&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;पद / पदनाम (Post)&lt;/label&gt;&lt;input id=&quot;inp-post&quot; placeholder=&quot;जैसे: Fitter, Supervisor&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;विभाग (Department)&lt;/label&gt;&lt;input id=&quot;inp-dept&quot; placeholder=&quot;जैसे: O&amp;amp;M, Maintenance&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;संस्थान / उद्योग (Industry)&lt;/label&gt;&lt;input id=&quot;inp-ind&quot; placeholder=&quot;Power Plant / कंपनी का नाम&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- QUIZ BODY --&gt;
  &lt;div id=&quot;quiz-body&quot;&gt;&lt;/div&gt;

  &lt;!-- SUBMIT --&gt;
  &lt;button class=&quot;btn-submit&quot; id=&quot;btn-sub&quot; onclick=&quot;submitQuiz()&quot;&gt;✅ उत्तर जमा करें&lt;/button&gt;

  &lt;!-- RESULT --&gt;
  &lt;div class=&quot;result-box&quot; id=&quot;result-box&quot;&gt;
    &lt;div class=&quot;rscore&quot; id=&quot;rscore&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;rlbl&quot; id=&quot;rlbl&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;rmsg&quot; id=&quot;rmsg&quot;&gt;&lt;/div&gt;
    &lt;div id=&quot;cert-btn&quot;&gt;&lt;/div&gt;
    &lt;button class=&quot;btn-retry&quot; onclick=&quot;retryQuiz()&quot;&gt;🔄 पुनः प्रयास करें&lt;/button&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- CERTIFICATE OVERLAY --&gt;
&lt;div id=&quot;cert-overlay&quot; onclick=&quot;if(event.target===this)closeCert()&quot;&gt;
  &lt;div class=&quot;cert-modal&quot;&gt;
    &lt;div class=&quot;cert-modal-header&quot;&gt;
      &lt;h4&gt;🏆 Your Certificate&lt;/h4&gt;
      &lt;button onclick=&quot;closeCert()&quot;&gt;✕ Close&lt;/button&gt;
    &lt;/div&gt;
    &lt;div class=&quot;cert-preview&quot;&gt;
      &lt;div class=&quot;cert-border&quot;&gt;
        &lt;div class=&quot;cert-hdr-bar&quot;&gt;&lt;h2&gt;Safety Knowledge Evaluation&lt;/h2&gt;&lt;/div&gt;
        &lt;div class=&quot;cert-topic&quot;&gt;Topic: BHEL Bowl Mill Maintenance Safety&lt;/div&gt;
        &lt;div class=&quot;cert-certify&quot;&gt;This is to certify that&lt;/div&gt;
        &lt;div class=&quot;cert-name&quot; id=&quot;c-name&quot;&gt;—&lt;/div&gt;
        &lt;div class=&quot;cert-details&quot;&gt;
          &lt;div class=&quot;cert-det-item&quot;&gt;&lt;div class=&quot;lbl&quot;&gt;Post / Designation&lt;/div&gt;&lt;div class=&quot;val&quot; id=&quot;c-post&quot;&gt;—&lt;/div&gt;&lt;/div&gt;
          &lt;div class=&quot;cert-det-item&quot;&gt;&lt;div class=&quot;lbl&quot;&gt;Department&lt;/div&gt;&lt;div class=&quot;val&quot; id=&quot;c-dept&quot;&gt;—&lt;/div&gt;&lt;/div&gt;
          &lt;div class=&quot;cert-det-item&quot;&gt;&lt;div class=&quot;lbl&quot;&gt;Industry / Organisation&lt;/div&gt;&lt;div class=&quot;val&quot; id=&quot;c-ind&quot;&gt;—&lt;/div&gt;&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;cert-para&quot;&gt;
          has successfully completed the &lt;strong&gt;BHEL Bowl Mill Maintenance Safety Quiz&lt;/strong&gt;&lt;br /&gt;
          and demonstrated commendable knowledge of safe maintenance practices for Bowl Mill operations.
        &lt;/div&gt;
        &lt;div class=&quot;cert-score-badge&quot; id=&quot;c-score&quot;&gt;Score: —&lt;/div&gt;
        &lt;div class=&quot;cert-date&quot; id=&quot;c-date&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;cert-footer-row&quot;&gt;
          &lt;div class=&quot;cert-brand&quot;&gt;
            &lt;img alt=&quot;Safety Gurukul&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgjRVYCZ9QANF8y5Nptob0z0XQVBqCXdSbxMZ1IX-ceYPDf61hCnsc_y3QZERnEe8Vb9RJGqcg5bUyVoo0hEF5wWqqBrVz43Ou7_Bbp8nLtkSyDnNx6XeHS0kGLgnvd_uExCeyzzyE4EUwA6MpxovXggy4mzywWpbpkTbqfmRuLBiodlQycu2E0cg9WVa_2&quot; /&gt;
            &lt;div&gt;&lt;div class=&quot;cert-brand-name&quot;&gt;Safety Gurukul&lt;/div&gt;&lt;div class=&quot;cert-brand-sub&quot;&gt;youtube.com/@safetygurukul&lt;/div&gt;&lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;cert-sig&quot;&gt;
            &lt;div class=&quot;cert-sig-line&quot;&gt;&lt;/div&gt;
            &lt;div class=&quot;cert-sig-text&quot;&gt;Authorised Signature&lt;/div&gt;
            &lt;div class=&quot;cert-sig-name&quot;&gt;Safety Gurukul&lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;cert-actions&quot;&gt;
      &lt;button class=&quot;btn-dl&quot; onclick=&quot;downloadPDF()&quot;&gt;⬇️ Download PDF&lt;/button&gt;
      &lt;button class=&quot;btn-sh&quot; onclick=&quot;shareCert()&quot;&gt;📤 Share&lt;/button&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- FOOTER --&gt;
&lt;footer class=&quot;site-footer&quot;&gt;
  &lt;span&gt;Powered by&lt;/span&gt;
  &lt;a class=&quot;ft-link&quot; href=&quot;https://www.youtube.com/@safetygurukul&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;
    &lt;img alt=&quot;Safety Gurukul&quot; class=&quot;ft-logo&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEi0DhTxgTJkD4TGt0WokIyDGStchA-fn4e_dNzCWh05z-4-s5kkLPalqq4mZ_LqzEGIY6KJ_OXEYQXUKgf0XeW-g_zBOdDLY6a57uw72gZdXA1ltM4lOmKsb_o6LDH84nqs6JpqwlNtZwkKNFCweGfAjoOCyaKwTsjC-v22PNXhL1F3TQNL6ffkEgP6M_Dt&quot; /&gt;
    &lt;span class=&quot;ft-name&quot;&gt;Safety Gurukul&lt;/span&gt;
  &lt;/a&gt;
  &lt;span&gt;| सुरक्षा हमारी ज़िम्मेदारी&lt;/span&gt;
&lt;/footer&gt;

&lt;script&gt;
const LOGO=&quot;data:image/png;base64,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&quot;;
const YT=&quot;https://www.youtube.com/@safetygurukul&quot;;

const Qs=[
  {
    q:&quot;BHEL Bowl Mill के रखरखाव कार्य शुरू करने से पहले सबसे पहला और अनिवार्य कदम क्या है?&quot;,
    o:[&quot;सीधे मिल खोल दें&quot;,&quot;LOTO (Lockout-Tagout) प्रक्रिया अपनाएं — मिल की बिजली, कोयला फीड और PA Fan को बंद और लॉक करें&quot;,&quot;Supervisor को फोन करें&quot;,&quot;औज़ार तैयार करें&quot;],
    a:1,
    exp:&quot;LOTO सबसे पहला और अनिवार्य कदम है। मिल की HT/LT Supply, Coal Feeder, PA Fan और Seal Air Fan सभी को LOTO किया जाए। बिना LOTO के मिल अचानक चालू हो सकती है जो जानलेवा है।&quot;
  },
  {
    q:&quot;Bowl Mill के अंदर प्रवेश से पहले Coal Dust से किस मुख्य खतरे का सामना हो सकता है?&quot;,
    o:[&quot;केवल खांसी&quot;,&quot;Dust Explosion (कोयला धूल विस्फोट) और श्वसन रोग (Pneumoconiosis/Black Lung)&quot;,&quot;बहुत अधिक शोर&quot;,&quot;फिसलने का खतरा&quot;],
    a:1,
    exp:&quot;Coal Dust अत्यंत विस्फोटक होती है — हवा में 50–150 g/m³ सांद्रता में यह Explosive Mixture बनाती है। लंबे समय तक साँस लेने पर Pneumoconiosis (Black Lung) होता है। Dust-Tight Lighting और Anti-Static PPE अनिवार्य है।&quot;
  },
  {
    q:&quot;Bowl Mill के अंदर प्रवेश (Confined Space Entry) से पहले कौन सी गैस जांच अनिवार्य है?&quot;,
    o:[&quot;केवल CO₂ जांच&quot;,&quot;O₂ (ऑक्सीजन), CO (कार्बन मोनोऑक्साइड), LEL (विस्फोटक गैस) और H₂S की Multi-Gas जांच&quot;,&quot;केवल तापमान जांच&quot;,&quot;कोई जांच आवश्यक नहीं&quot;],
    a:1,
    exp:&quot;Bowl Mill के अंदर — Coal Oxidation से CO बन सकती है, O₂ कम हो सकती है और Coal Dust से LEL खतरा हो सकता है। Multi-Gas Detector से O₂ (19.5–23.5%), CO, LEL और H₂S की जांच अनिवार्य है।&quot;
  },
  {
    q:&quot;Bowl Mill में Grinding Table और Roller की Maintenance के दौरान क्या सुनिश्चित करना चाहिए?&quot;,
    o:[&quot;मिल को चालू रखें और अंदर जाएं&quot;,&quot;मिल पूरी तरह बंद हो, LOTO लगा हो, सभी Residual Energy (Pneumatic, Hydraulic) Release हो और Mill पूरी तरह ठंडी हो&quot;,&quot;Roller को हाथ से रोकें&quot;,&quot;केवल दस्ताने पहनें&quot;],
    a:1,
    exp:&quot;Grinding Table और Roller अत्यंत भारी घटक हैं। रखरखाव से पहले मिल को LOTO करें, Residual Hydraulic/Pneumatic Pressure Release करें, मिल ठंडी होने दें और Mechanical Blocking (Chocking) लगाएं।&quot;
  },
  {
    q:&quot;Bowl Mill Maintenance में &#39;Hot Work&#39; (वेल्डिंग/कटिंग) करने से पहले क्या अनिवार्य है?&quot;,
    o:[&quot;सीधे वेल्डिंग शुरू कर दें&quot;,&quot;Hot Work Permit लें, Coal Dust को पूरी तरह साफ करें, Fire Watch तैनात करें और Fire Extinguisher उपलब्ध रखें&quot;,&quot;वेल्डिंग मशीन लाएं&quot;,&quot;Supervisor को बुलाएं&quot;],
    a:1,
    exp:&quot;Bowl Mill में Coal Dust की उपस्थिति में वेल्डिंग/कटिंग की चिंगारी Dust Explosion का कारण बन सकती है। Hot Work Permit, पूर्ण Dust Cleaning, Gas Testing, Fire Watch और CO₂/DCP Extinguisher अनिवार्य हैं।&quot;
  },
  {
    q:&quot;Bowl Mill के Classifier और Upper Body को खोलते समय किस ऊंचाई सुरक्षा उपकरण का उपयोग करना चाहिए?&quot;,
    o:[&quot;बिना किसी उपकरण के काम करें&quot;,&quot;Full Body Harness, Double Lanyard और उचित Anchor Point का उपयोग करें&quot;,&quot;केवल रस्सी&quot;,&quot;केवल Safety Shoes&quot;],
    a:1,
    exp:&quot;Bowl Mill की Classifier Assembly काफी ऊंचाई पर होती है। Full Body Harness, Double Lanyard (100% Tie-Off) और सुरक्षित Anchor Point का उपयोग अनिवार्य है। Work at Height Permit भी लेना होगा।&quot;
  },
  {
    q:&quot;Bowl Mill Maintenance के दौरान भारी पुर्जे (Grinding Roller, Table Segment) बदलते समय क्या सावधानी बरतनी चाहिए?&quot;,
    o:[&quot;हाथ से उठाकर बदलें&quot;,&quot;Crane/Chain Pulley Block का उपयोग करें, Rigging की जांच करें, Exclusion Zone बनाएं और Lift Plan तैयार करें&quot;,&quot;जल्दी से निपटाएं&quot;,&quot;एक व्यक्ति अकेले उठाए&quot;],
    a:1,
    exp:&quot;Grinding Roller का वजन कई टन हो सकता है। Certified Crane/Chain Pulley, Inspected Rigging (Slings/Shackles), Competent Rigger, Exclusion Zone और लिखित Lift Plan अनिवार्य हैं।&quot;
  },
  {
    q:&quot;Bowl Mill में Seal Air System और Primary Air Fan के LOTO के बाद भी किस Residual Energy को Release करना ज़रूरी है?&quot;,
    o:[&quot;केवल बिजली काफी है&quot;,&quot;Pneumatic Pressure (Seal Air), Hydraulic Pressure (Roller Loading System) और Coal का Residual Heat/Temperature&quot;,&quot;पानी की टंकी&quot;,&quot;कोई नहीं&quot;],
    a:1,
    exp:&quot;LOTO के बाद भी — Seal Air Pneumatic Pressure, Roller Loading Hydraulic Pressure और मिल के अंदर का Residual Heat सक्रिय रह सकते हैं। इन्हें Vent करके और ठंडा करके ही प्रवेश करें।&quot;
  },
  {
    q:&quot;Bowl Mill Maintenance कार्य के दौरान Communication Plan क्यों ज़रूरी है?&quot;,
    o:[&quot;केवल दिखावे के लिए&quot;,&quot;मिल के अंदर और बाहर काम करने वालों के बीच निरंतर संपर्क, आपात संकेत और बचाव योजना सुनिश्चित करने के लिए&quot;,&quot;Supervisor की जानकारी के लिए&quot;,&quot;काम की गति बढ़ाने के लिए&quot;],
    a:1,
    exp:&quot;Bowl Mill की Confined Space में Radio/Intercom Communication Plan अनिवार्य है। Standby Person बाहर रहे, Entry/Exit का रिकॉर्ड रखे, Emergency Signal तय हों और Rescue Team तैयार हो।&quot;
  },
  {
    q:&quot;Bowl Mill के रखरखाव के बाद &#39;Recommissioning&#39; से पहले क्या सुनिश्चित करना अनिवार्य है?&quot;,
    o:[&quot;तुरंत मिल चालू करें&quot;,&quot;सभी कामगार बाहर हैं (Head Count), सभी औज़ार हटाए गए हैं, LOTO हटाया गया है, सभी Covers/Guards लगे हैं और Competent Engineer ने Clearance दी है&quot;,&quot;केवल बिजली चालू करें&quot;,&quot;Supervisor को बताएं&quot;],
    a:1,
    exp:&quot;Recommissioning से पहले — Man Count, Tool Count, Material Count, LOTO Removal, सभी Covers/Flanges/Guards की जांच और Shift Engineer/Safety Officer की लिखित Clearance अनिवार्य है ताकि कोई व्यक्ति या औज़ार अंदर न रहे।&quot;
  }
];

let userAns=new Array(Qs.length).fill(null);
let submitted=false;

function buildQuiz(){
  userAns=new Array(Qs.length).fill(null);
  submitted=false;
  const body=document.getElementById(&quot;quiz-body&quot;);
  body.innerHTML=&quot;&quot;;
  Qs.forEach((q,i)=&gt;{
    const card=document.createElement(&quot;div&quot;);
    card.className=&quot;qcard&quot;;card.id=&quot;card-&quot;+i;
    const opts=q.o.map((o,j)=&gt;
      `&lt;label class=&quot;olbl&quot; id=&quot;ol-${i}-${j}&quot;&gt;
        &lt;input type=&quot;radio&quot; name=&quot;q${i}&quot; value=&quot;${j}&quot; onchange=&quot;pick(${i},${j})&quot;&gt; ${String.fromCharCode(65+j)}. ${o}
      &lt;/label&gt;`).join(&quot;&quot;);
    card.innerHTML=`
      &lt;div class=&quot;qhead&quot;&gt;&lt;div class=&quot;qnum&quot;&gt;${i+1}&lt;/div&gt;&lt;div class=&quot;qtxt&quot;&gt;${q.q}&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;opts&quot; id=&quot;opts-${i}&quot;&gt;${opts}&lt;/div&gt;
      &lt;div class=&quot;fb&quot; id=&quot;fb-${i}&quot;&gt;&lt;/div&gt;`;
    body.appendChild(card);
  });
}

function pick(qi,ans){userAns[qi]=ans;}

function submitQuiz(){
  const nm=document.getElementById(&quot;inp-name&quot;).value.trim();
  const po=document.getElementById(&quot;inp-post&quot;).value.trim();
  const dp=document.getElementById(&quot;inp-dept&quot;).value.trim();
  const ind=document.getElementById(&quot;inp-ind&quot;).value.trim();
  if(!nm||!po||!dp||!ind){alert(&quot;कृपया सभी प्रतिभागी विवरण भरें।&quot;);return;}
  if(userAns.includes(null)){alert(&quot;कृपया सभी 10 प्रश्नों के उत्तर दें।&quot;);return;}

  submitted=true;let correct=0;
  Qs.forEach((q,i)=&gt;{
    const ua=userAns[i],ok=ua===q.a;
    if(ok) correct++;
    q.o.forEach((_,j)=&gt;{
      const l=document.getElementById(`ol-${i}-${j}`);
      l.querySelector(&quot;input&quot;).disabled=true;
      if(j===q.a) l.classList.add(&quot;show-correct&quot;);
      if(j===ua&amp;&amp;!ok) l.classList.add(&quot;wrong&quot;);
      if(j===ua&amp;&amp;ok) l.classList.add(&quot;correct&quot;);
    });
    const fb=document.getElementById(&quot;fb-&quot;+i);
    fb.style.display=&quot;block&quot;;
    fb.className=&quot;fb &quot;+(ok?&quot;ok&quot;:&quot;no&quot;);
    fb.textContent=(ok?&quot;✅ सही! &quot;:&quot;❌ गलत। &quot;)+q.exp;
  });

  const pct=Math.round(correct/Qs.length*100);
  showResult(correct,pct,nm,po,dp,ind);
  document.getElementById(&quot;btn-sub&quot;).disabled=true;
}

function showResult(correct,pct,nm,po,dp,ind){
  const box=document.getElementById(&quot;result-box&quot;);
  document.getElementById(&quot;rscore&quot;).textContent=pct+&quot;%&quot;;
  document.getElementById(&quot;rlbl&quot;).textContent=correct+&quot; / &quot;+Qs.length+&quot; प्रश्न सही&quot;;
  box.style.display=&quot;block&quot;;
  if(pct&gt;=80){
    box.className=&quot;result-box pass&quot;;
    document.getElementById(&quot;rmsg&quot;).textContent=&quot;🎉 बधाई हो! आपने BHEL Bowl Mill सुरक्षा प्रश्नोत्तरी उत्तीर्ण की!&quot;;
    document.getElementById(&quot;cert-btn&quot;).innerHTML=`&lt;button class=&quot;btn-cert&quot; onclick=&quot;openCert()&quot;&gt;🏆 प्रमाणपत्र देखें व डाउनलोड करें&lt;/button&gt;`;
    document.getElementById(&quot;c-name&quot;).textContent=nm;
    document.getElementById(&quot;c-post&quot;).textContent=po;
    document.getElementById(&quot;c-dept&quot;).textContent=dp;
    document.getElementById(&quot;c-ind&quot;).textContent=ind;
    document.getElementById(&quot;c-score&quot;).textContent=&quot;Score: &quot;+pct+&quot;%&quot;;
    document.getElementById(&quot;c-date&quot;).textContent=&quot;Date: &quot;+new Date().toLocaleDateString(&quot;en-IN&quot;,{day:&quot;2-digit&quot;,month:&quot;long&quot;,year:&quot;numeric&quot;});
  } else {
    box.className=&quot;result-box fail&quot;;
    document.getElementById(&quot;rmsg&quot;).textContent=&quot;आपका स्कोर &quot;+pct+&quot;% है। उत्तीर्ण होने के लिए 80% अंक चाहिए। पुनः प्रयास करें!&quot;;
    document.getElementById(&quot;cert-btn&quot;).innerHTML=&quot;&quot;;
  }
  box.scrollIntoView({behavior:&quot;smooth&quot;});
}

function openCert(){document.getElementById(&quot;cert-overlay&quot;).classList.add(&quot;show&quot;);}
function closeCert(){document.getElementById(&quot;cert-overlay&quot;).classList.remove(&quot;show&quot;);}

function retryQuiz(){
  document.getElementById(&quot;result-box&quot;).style.display=&quot;none&quot;;
  document.getElementById(&quot;btn-sub&quot;).disabled=false;
  buildQuiz();
  window.scrollTo({top:0,behavior:&quot;smooth&quot;});
}

async function downloadPDF(){
  const {jsPDF}=window.jspdf;
  const doc=new jsPDF({orientation:&quot;landscape&quot;,unit:&quot;mm&quot;,format:&quot;a4&quot;});
  const W=297,H=210;

  doc.setFillColor(236,239,241);doc.rect(0,0,W,H,&quot;F&quot;);
  doc.setDrawColor(55,71,79);doc.setLineWidth(3);doc.rect(7,7,W-14,H-14);
  doc.setLineWidth(1);doc.setDrawColor(255,214,0);doc.rect(11,11,W-22,H-22);

  doc.setFillColor(55,71,79);doc.rect(18,16,W-36,24,&quot;F&quot;);
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(17);doc.setTextColor(255,214,0);
  doc.text(&quot;SAFETY KNOWLEDGE EVALUATION&quot;,W/2,32,{align:&quot;center&quot;});

  doc.setFontSize(11);doc.setTextColor(230,126,34);
  doc.text(&quot;Topic: BHEL Bowl Mill Maintenance Safety&quot;,W/2,48,{align:&quot;center&quot;});

  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(10);doc.setTextColor(100,100,100);
  doc.text(&quot;This is to certify that&quot;,W/2,60,{align:&quot;center&quot;});

  const nm=document.getElementById(&quot;c-name&quot;).textContent;
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(22);doc.setTextColor(55,71,79);
  doc.text(nm,W/2,76,{align:&quot;center&quot;});
  doc.setDrawColor(230,126,34);doc.setLineWidth(0.8);
  const nw=doc.getTextWidth(nm);doc.line(W/2-nw/2,78,W/2+nw/2,78);

  const po=document.getElementById(&quot;c-post&quot;).textContent;
  const dp=document.getElementById(&quot;c-dept&quot;).textContent;
  const ind=document.getElementById(&quot;c-ind&quot;).textContent;
  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(8);doc.setTextColor(150,150,150);
  doc.text(&quot;Post / Designation&quot;,62,87,{align:&quot;center&quot;});
  doc.text(&quot;Department&quot;,W/2,87,{align:&quot;center&quot;});
  doc.text(&quot;Industry / Organisation&quot;,W-62,87,{align:&quot;center&quot;});
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(9);doc.setTextColor(30,30,30);
  doc.text(po,62,92,{align:&quot;center&quot;});
  doc.text(dp,W/2,92,{align:&quot;center&quot;});
  doc.text(ind,W-62,92,{align:&quot;center&quot;});

  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(10);doc.setTextColor(100,100,100);
  doc.text(&quot;has successfully completed the BHEL Bowl Mill Maintenance Safety Quiz and demonstrated&quot;,W/2,104,{align:&quot;center&quot;});
  doc.text(&quot;commendable knowledge of safe maintenance practices for Bowl Mill operations.&quot;,W/2,110,{align:&quot;center&quot;});

  const sc=document.getElementById(&quot;c-score&quot;).textContent;
  doc.setFillColor(55,71,79);doc.roundedRect(W/2-28,114,56,13,6,6,&quot;F&quot;);
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(12);doc.setTextColor(255,255,255);
  doc.text(sc,W/2,123,{align:&quot;center&quot;});

  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(8);doc.setTextColor(150,150,150);
  doc.text(&quot;Date of Completion: &quot;+new Date().toLocaleDateString(&quot;en-IN&quot;,{day:&quot;2-digit&quot;,month:&quot;long&quot;,year:&quot;numeric&quot;}),W/2,133,{align:&quot;center&quot;});

  doc.setDrawColor(200,200,200);doc.setLineWidth(0.4);doc.line(28,141,W-28,141);

  try{doc.addImage(LOGO,&quot;PNG&quot;,33,148,22,22);}catch(e){}
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(10);doc.setTextColor(55,71,79);
  doc.text(&quot;Safety Gurukul&quot;,60,157);
  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(7.5);doc.setTextColor(130,130,130);
  doc.text(&quot;Powered by Safety Gurukul&quot;,60,163);
  doc.text(&quot;youtube.com/@safetygurukul&quot;,60,168);

  doc.setDrawColor(50,50,50);doc.setLineWidth(0.5);doc.line(W-95,160,W-32,160);
  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(8);doc.setTextColor(120,120,120);
  doc.text(&quot;Authorised Signature&quot;,W-63,165,{align:&quot;center&quot;});
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(9);doc.setTextColor(55,71,79);
  doc.text(&quot;Safety Gurukul&quot;,W-63,171,{align:&quot;center&quot;});

  doc.save(&quot;BHELBowlMill_Safety_Certificate_SafetyGurukul.pdf&quot;);
}

async function shareCert(){
  const txt=&quot;मैंने Safety Gurukul की BHEL Bowl Mill Maintenance Safety प्रश्नोत्तरी उत्तीर्ण की! 🏆⚙️ &quot;+YT;
  if(navigator.share){
    try{await navigator.share({title:&quot;BHEL Bowl Mill Safety Certificate&quot;,text:txt,url:YT});}
    catch(e){}
  } else {
    navigator.clipboard.writeText(txt).then(()=&gt;alert(&quot;Share text copied!\n\n&quot;+txt));
  }
}

buildQuiz();
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</content><link rel='replies' type='application/atom+xml' href='https://safetygurukul.blogspot.com/feeds/2138288134477401915/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://safetygurukul.blogspot.com/2026/03/bhel-bowl-mill-safety-quiz-with.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/2138288134477401915'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/2138288134477401915'/><link rel='alternate' type='text/html' href='https://safetygurukul.blogspot.com/2026/03/bhel-bowl-mill-safety-quiz-with.html' title='BHEL Bowl Mill Safety Quiz with Certificate'/><author><name>Narendra Arya</name><uri>http://www.blogger.com/profile/05274105664901468001</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJQ_C-6vlqjQm18qsy4UwsM7dKK21amAjp0Z8hWr-7mJNHFRPC7lxZrgsfGm8vMO6nYBqhyLqPEHUw1qIE5vOvtiDKC4jdDeHutwJwE4urYFPAZD2MQmailWfS2iGFhJnPDF-mMPpuWJuaqvJqMqdFY2cywIKJsvY8lxAtRjykcuSrwQ/s220/Narendra_arya-removebg-Favicon.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhe6xNiNIr9X2HZFf4nCP-zw6xTjbtBgEngua2naDy4LpThG7L63LUzDXGHeiLtXesa-7enfCrHDDUt51iKAtDccdWVRPLybp4nMbF_quYejwBrs1Xwc-v7gjpJ9_EBH0eUPzM6v7z-WqRnSLP4kaZ0f3eng0GgUsX1KNxAJDGmATw7m-YEIwLK0dIe9P3S/s72-c/ChatGPT%20Image%20Mar%2010,%202026,%2006_01_25%20AM.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9122151121349724808.post-8342226481017336180</id><published>2026-03-09T17:36:00.000-07:00</published><updated>2026-03-09T17:36:48.481-07:00</updated><title type='text'>Car Drivin Safety Quiz with Certificate</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhm3nCRgU98pJAuI7xl9VhZrcKDnwziDacOpAJlmyRMpaO66iv8cxHqZWi1r7UuV7LoiC_b5O98UK_lyM1DJjtkbYYMX6LJ84xz7S6FXFcz9g9pKfLre8umu8UbBc9YB9R7x8gmA3AWPdEky2mKefHFnzgoYKuuHp6b2KOGcziT64mpN8GXGc33pP_qCT96/s1536/ChatGPT%20Image%20Mar%2010,%202026,%2006_01_32%20AM.png&quot; style=&quot;display: block; padding: 1em 0; text-align: center;&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; data-original-height=&quot;1024&quot; data-original-width=&quot;1536&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhm3nCRgU98pJAuI7xl9VhZrcKDnwziDacOpAJlmyRMpaO66iv8cxHqZWi1r7UuV7LoiC_b5O98UK_lyM1DJjtkbYYMX6LJ84xz7S6FXFcz9g9pKfLre8umu8UbBc9YB9R7x8gmA3AWPdEky2mKefHFnzgoYKuuHp6b2KOGcziT64mpN8GXGc33pP_qCT96/s320/ChatGPT%20Image%20Mar%2010,%202026,%2006_01_32%20AM.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;html lang=&quot;hi&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;&lt;/meta&gt;
&lt;meta content=&quot;width=device-width, initial-scale=1.0&quot; name=&quot;viewport&quot;&gt;&lt;/meta&gt;
&lt;title&gt;कार ड्राइविंग सुरक्षा प्रश्नोत्तरी | Safety Gurukul&lt;/title&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;600;700;800&amp;amp;family=Noto+Sans+Devanagari:wght@400;500;600;700&amp;amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;&lt;/link&gt;
&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js&quot;&gt;&lt;/script&gt;
&lt;style&gt;
:root{
  --og:#e67e22; --dg:#1b2a4a; --lg:#2e4080;
  --yl:#ffd600; --rd:#c0392b; --gn:#27ae60;
  --cream:#eef2ff; --white:#fff; --dark:#1c1c1c;
}
*{box-sizing:border-box;margin:0;padding:0;}
body{font-family:&#39;Noto Sans Devanagari&#39;,sans-serif;background:var(--cream);color:var(--dark);padding-bottom:70px;}

/* HEADER */
.site-header{
  background:linear-gradient(135deg,#0d1626 0%,#1b2a4a 60%,#2e4080 100%);
  padding:0 20px;display:flex;align-items:center;justify-content:space-between;
  box-shadow:0 3px 14px rgba(0,0,0,.45);position:sticky;top:0;z-index:200;min-height:64px;
}
.header-brand{display:flex;align-items:center;gap:12px;text-decoration:none;}
.header-brand img{width:48px;height:48px;border-radius:50%;border:2.5px solid var(--yl);transition:transform .3s;}
.header-brand img:hover{transform:scale(1.12);}
.header-title{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.35rem;font-weight:800;color:var(--yl);letter-spacing:.5px;line-height:1.1;}
.header-title span{display:block;font-size:.72rem;font-weight:600;color:rgba(255,255,255,.7);letter-spacing:1.5px;text-transform:uppercase;}

/* HERO */
.hero-wrap{width:100%;max-width:900px;margin:22px auto 0;padding:0 14px;}
.hero-banner{
  background:linear-gradient(135deg,#0d1626,#1b2a4a 70%,#ffd60018);
  border-radius:14px;border:3px solid var(--yl);padding:40px 30px;
  text-align:center;box-shadow:0 8px 30px rgba(27,42,74,.55);
  position:relative;overflow:hidden;
}
.hero-banner::before{
  content:&quot;🚗&quot;;font-size:110px;position:absolute;opacity:.07;top:50%;left:50%;
  transform:translate(-50%,-50%);line-height:1;
}
.hero-icon{font-size:64px;margin-bottom:12px;display:block;animation:drive 2s ease-in-out infinite alternate;}
@keyframes drive{0%{transform:translateX(-8px);}100%{transform:translateX(8px);}}
.hero-banner h2{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.75rem;font-weight:800;color:var(--yl);text-shadow:0 2px 8px rgba(0,0,0,.4);}
.hero-banner p{color:rgba(255,255,255,.85);font-size:1rem;margin-top:8px;font-weight:500;}
.hero-tags{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:14px;}
.hero-tag{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);color:#fff;
  font-size:.78rem;font-weight:600;padding:5px 13px;border-radius:20px;letter-spacing:.5px;}

/* CONTAINER */
.container{max-width:900px;margin:0 auto;padding:10px 14px 30px;}

/* BANNER */
.page-banner{text-align:center;margin:20px 0 6px;font-family:&#39;Baloo 2&#39;,sans-serif;}
.page-banner h1{font-size:1.6rem;font-weight:800;color:var(--dg);text-transform:uppercase;letter-spacing:1px;}
.page-banner p{color:var(--og);font-size:.95rem;font-weight:600;margin-top:4px;}

/* FORM CARD */
.form-card{background:var(--white);border-radius:14px;padding:22px 24px;box-shadow:0 4px 18px rgba(0,0,0,.08);margin-bottom:24px;border-top:4px solid var(--dg);}
.form-card h3{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1rem;color:var(--dg);font-weight:800;text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px;}
.fg-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
@media(max-width:540px){.fg-grid{grid-template-columns:1fr;}}
.fg label{display:block;font-size:.76rem;font-weight:700;color:var(--dg);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;}
.fg input{width:100%;padding:9px 13px;border:1.5px solid #ddd;border-radius:8px;font-family:&#39;Noto Sans Devanagari&#39;,sans-serif;font-size:.93rem;background:#fafafa;transition:border .2s;}
.fg input:focus{outline:none;border-color:var(--dg);background:#fff;}

/* QUESTION CARD */
.qcard{background:var(--white);border-radius:14px;padding:20px 22px;margin-bottom:16px;box-shadow:0 3px 12px rgba(0,0,0,.07);border-left:5px solid var(--dg);transition:box-shadow .2s;}
.qcard:hover{box-shadow:0 6px 20px rgba(27,42,74,.18);}
.qhead{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;}
.qnum{background:var(--dg);color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-weight:800;font-size:.95rem;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;}
.qtxt{font-size:.97rem;font-weight:600;line-height:1.6;color:#1c1c1c;}

.opts{display:flex;flex-direction:column;gap:8px;}
.olbl{display:flex;align-items:center;gap:10px;padding:9px 13px;border:1.5px solid #e5e5e5;border-radius:8px;cursor:pointer;font-size:.92rem;transition:all .18s;background:#fafafa;}
.olbl:hover{border-color:var(--dg);background:#eef2ff;}
.olbl input[type=radio]{accent-color:var(--dg);width:16px;height:16px;}
.olbl.correct{background:#eafaf1;border-color:var(--gn);color:#1a5c2e;font-weight:600;}
.olbl.wrong{background:#fdf0ef;border-color:var(--rd);color:var(--rd);}
.olbl.show-correct{background:#eafaf1;border-color:var(--gn);}

.fb{margin-top:10px;font-size:.84rem;font-weight:600;padding:7px 12px;border-radius:7px;display:none;}
.fb.ok{color:#1a5c2e;background:#eafaf1;}
.fb.no{color:var(--rd);background:#fdf0ef;}

/* SUBMIT */
.btn-submit{display:block;width:100%;max-width:300px;margin:10px auto 0;padding:13px;
  background:linear-gradient(135deg,var(--dg),#0d1626);color:#fff;
  font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.15rem;font-weight:800;border:none;
  border-radius:10px;cursor:pointer;text-transform:uppercase;letter-spacing:1px;
  box-shadow:0 4px 16px rgba(27,42,74,.45);transition:transform .2s,box-shadow .2s;}
.btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(27,42,74,.55);}
.btn-submit:disabled{background:#bbb;box-shadow:none;cursor:not-allowed;transform:none;}

/* RESULT */
.result-box{display:none;background:var(--white);border-radius:16px;padding:30px 24px;text-align:center;margin-top:26px;box-shadow:0 6px 26px rgba(0,0,0,.1);}
.result-box.pass{border-top:5px solid var(--gn);}
.result-box.fail{border-top:5px solid var(--rd);}
.rscore{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:3.8rem;font-weight:800;line-height:1;}
.result-box.pass .rscore{color:var(--dg);}
.result-box.fail .rscore{color:var(--rd);}
.rlbl{font-size:.92rem;color:#777;margin:5px 0 14px;}
.rmsg{font-size:1.05rem;font-weight:700;margin-bottom:18px;}
.result-box.pass .rmsg{color:var(--dg);}
.result-box.fail .rmsg{color:var(--rd);}
.btn-cert{display:inline-block;padding:12px 26px;background:linear-gradient(135deg,var(--dg),var(--lg));color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.05rem;font-weight:800;border:none;border-radius:10px;cursor:pointer;text-transform:uppercase;margin:5px;box-shadow:0 4px 14px rgba(27,42,74,.3);transition:transform .2s;}
.btn-cert:hover{transform:translateY(-2px);}
.btn-retry{display:inline-block;padding:10px 22px;background:transparent;color:var(--dg);font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;border:2px solid var(--dg);border-radius:10px;cursor:pointer;text-transform:uppercase;margin:5px;transition:all .2s;}
.btn-retry:hover{background:var(--dg);color:#fff;}

/* FOOTER */
.site-footer{
  position:fixed;bottom:0;left:0;right:0;
  background:linear-gradient(90deg,#0d1626 0%,#1b2a4a 100%);
  padding:9px 20px;display:flex;align-items:center;justify-content:center;gap:10px;
  z-index:200;box-shadow:0 -3px 12px rgba(0,0,0,.35);
}
.site-footer span{color:rgba(255,255,255,.8);font-size:.84rem;}
.ft-link{text-decoration:none;display:flex;align-items:center;gap:8px;}
.ft-logo{width:34px;height:34px;border-radius:50%;border:2px solid var(--yl);cursor:pointer;transition:transform .25s;}
.ft-logo:hover{transform:scale(1.12);}
.ft-name{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;color:var(--yl);transition:color .2s;}
.ft-name:hover{color:#fff;}

/* CERT OVERLAY */
#cert-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.75);z-index:900;align-items:center;justify-content:center;padding:14px;}
#cert-overlay.show{display:flex;}
.cert-modal{background:#fff;border-radius:14px;max-width:720px;width:100%;box-shadow:0 20px 60px rgba(0,0,0,.4);overflow:hidden;}
.cert-modal-header{background:linear-gradient(135deg,#0d1626,#1b2a4a);padding:14px 20px;display:flex;justify-content:space-between;align-items:center;}
.cert-modal-header h4{color:var(--yl);font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1rem;font-weight:800;text-transform:uppercase;}
.cert-modal-header button{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;padding:5px 12px;border-radius:6px;cursor:pointer;font-size:.9rem;}

.cert-preview{
  background:linear-gradient(160deg,#eef2ff 0%,#fffef5 100%);
  padding:30px 36px;text-align:center;position:relative;
}
.cert-preview::before{
  content:&quot;&quot;;position:absolute;inset:0;
  background:repeating-linear-gradient(45deg,#c5cae9 0,#c5cae9 1px,transparent 0,transparent 50%) 0 0/10px 10px;
  opacity:.28;z-index:0;pointer-events:none;
}
.cert-border{border:3px solid #1b2a4a;border-radius:6px;padding:26px;position:relative;z-index:1;}
.cert-border::before{content:&quot;&quot;;position:absolute;inset:6px;border:1.5px solid #ffd600;border-radius:3px;pointer-events:none;}
.cert-hdr-bar{background:linear-gradient(90deg,#0d1626,#1b2a4a);border-radius:4px;padding:10px 20px;margin-bottom:14px;}
.cert-hdr-bar h2{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.1rem;font-weight:800;color:#ffd600;letter-spacing:2px;text-transform:uppercase;}
.cert-topic{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.92rem;color:#e67e22;font-weight:700;margin-bottom:10px;}
.cert-certify{font-size:.8rem;color:#888;margin-bottom:6px;}
.cert-name{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.7rem;font-weight:800;color:#1b2a4a;border-bottom:2.5px solid #e67e22;display:inline-block;padding-bottom:2px;margin-bottom:10px;}
.cert-details{display:flex;justify-content:center;gap:30px;margin:10px 0;flex-wrap:wrap;}
.cert-det-item{text-align:center;}
.cert-det-item .lbl{font-size:.65rem;color:#999;text-transform:uppercase;letter-spacing:.5px;}
.cert-det-item .val{font-size:.85rem;font-weight:700;color:#222;margin-top:2px;}
.cert-para{font-size:.78rem;color:#666;margin:10px 0 6px;line-height:1.6;}
.cert-score-badge{display:inline-block;background:linear-gradient(135deg,#1b2a4a,#2e4080);color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-weight:800;font-size:1rem;padding:6px 20px;border-radius:20px;margin:4px 0 8px;}
.cert-date{font-size:.72rem;color:#aaa;margin-bottom:12px;}
.cert-footer-row{display:flex;justify-content:space-between;align-items:flex-end;border-top:1px solid #ddd;padding-top:10px;margin-top:4px;}
.cert-brand{display:flex;align-items:center;gap:8px;}
.cert-brand img{width:36px;height:36px;border-radius:50%;border:2px solid #ffd600;}
.cert-brand-name{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.85rem;font-weight:800;color:#1b2a4a;}
.cert-brand-sub{font-size:.65rem;color:#999;}
.cert-sig{text-align:center;}
.cert-sig-line{border-top:1px solid #555;width:120px;margin:0 auto 4px;}
.cert-sig-text{font-size:.65rem;color:#aaa;}
.cert-sig-name{font-size:.78rem;font-weight:700;color:#1b2a4a;}
.cert-actions{padding:14px 20px;background:#f8f8f8;display:flex;gap:10px;justify-content:center;flex-wrap:wrap;}
.btn-dl{padding:10px 22px;background:linear-gradient(135deg,#1b2a4a,#2e4080);color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;border:none;border-radius:8px;cursor:pointer;text-transform:uppercase;}
.btn-sh{padding:10px 22px;background:transparent;color:#1b2a4a;font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;border:2px solid #1b2a4a;border-radius:8px;cursor:pointer;text-transform:uppercase;}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;!-- HEADER --&gt;
&lt;header class=&quot;site-header&quot;&gt;
  &lt;a class=&quot;header-brand&quot; href=&quot;https://www.youtube.com/@safetygurukul&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;
    &lt;img alt=&quot;Safety Gurukul Logo&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgbhMwb06UwS4bq0I20477S3a6aI5Qc4PkY4HkOAAPlE967t8zsfMOYLyr_v0Cs5T-PrAN0TS2JaIQW2TjooHqNaBbIfqxokF4muD5wU0GvZyPvm045EP6Opj66y3MaaAlKflMU0fBl8LHnKMRcaMePZHxema1vRZgbSb_uYWzOPOwTwcNRevPzVtbTt68q&quot; /&gt;
    &lt;div class=&quot;header-title&quot;&gt;Safety Gurukul&lt;span&gt;Car Driving Safety Quiz&lt;/span&gt;&lt;/div&gt;
  &lt;/a&gt;
&lt;/header&gt;

&lt;!-- HERO --&gt;
&lt;div class=&quot;hero-wrap&quot;&gt;
  &lt;div class=&quot;hero-banner&quot;&gt;
    &lt;span class=&quot;hero-icon&quot;&gt;🚗&lt;/span&gt;
    &lt;h2&gt;कार ड्राइविंग सुरक्षा जागरूकता&lt;/h2&gt;
    &lt;p&gt;क्या आप सड़क सुरक्षा के नियम, यातायात संकेत और सुरक्षित ड्राइविंग आदतें जानते हैं?&lt;/p&gt;
    &lt;div class=&quot;hero-tags&quot;&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;🚗 ड्राइविंग सुरक्षा&lt;/span&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;🛣️ सड़क सुरक्षा&lt;/span&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;📋 10 प्रश्न&lt;/span&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;🏆 प्रमाणपत्र&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- MAIN --&gt;
&lt;div class=&quot;container&quot;&gt;
  &lt;div class=&quot;page-banner&quot;&gt;
    &lt;h1&gt;🚗 कार ड्राइविंग सुरक्षा प्रश्नोत्तरी&lt;/h1&gt;
    &lt;p&gt;अपना ज्ञान परखें • 80% अंक पर प्रमाणपत्र पाएं&lt;/p&gt;
  &lt;/div&gt;

  &lt;!-- PARTICIPANT FORM --&gt;
  &lt;div class=&quot;form-card&quot;&gt;
    &lt;h3&gt;👤 प्रतिभागी विवरण भरें&lt;/h3&gt;
    &lt;div class=&quot;fg-grid&quot;&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;नाम (Name)&lt;/label&gt;&lt;input id=&quot;inp-name&quot; placeholder=&quot;अपना पूरा नाम लिखें&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;पद / पदनाम (Post)&lt;/label&gt;&lt;input id=&quot;inp-post&quot; placeholder=&quot;जैसे: Driver, Employee&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;विभाग (Department)&lt;/label&gt;&lt;input id=&quot;inp-dept&quot; placeholder=&quot;जैसे: Transport, Admin&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;संस्थान / उद्योग (Industry)&lt;/label&gt;&lt;input id=&quot;inp-ind&quot; placeholder=&quot;कंपनी / संगठन का नाम&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- QUIZ BODY --&gt;
  &lt;div id=&quot;quiz-body&quot;&gt;&lt;/div&gt;

  &lt;!-- SUBMIT --&gt;
  &lt;button class=&quot;btn-submit&quot; id=&quot;btn-sub&quot; onclick=&quot;submitQuiz()&quot;&gt;✅ उत्तर जमा करें&lt;/button&gt;

  &lt;!-- RESULT --&gt;
  &lt;div class=&quot;result-box&quot; id=&quot;result-box&quot;&gt;
    &lt;div class=&quot;rscore&quot; id=&quot;rscore&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;rlbl&quot; id=&quot;rlbl&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;rmsg&quot; id=&quot;rmsg&quot;&gt;&lt;/div&gt;
    &lt;div id=&quot;cert-btn&quot;&gt;&lt;/div&gt;
    &lt;button class=&quot;btn-retry&quot; onclick=&quot;retryQuiz()&quot;&gt;🔄 पुनः प्रयास करें&lt;/button&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- CERTIFICATE OVERLAY --&gt;
&lt;div id=&quot;cert-overlay&quot; onclick=&quot;if(event.target===this)closeCert()&quot;&gt;
  &lt;div class=&quot;cert-modal&quot;&gt;
    &lt;div class=&quot;cert-modal-header&quot;&gt;
      &lt;h4&gt;🏆 Your Certificate&lt;/h4&gt;
      &lt;button onclick=&quot;closeCert()&quot;&gt;✕ Close&lt;/button&gt;
    &lt;/div&gt;
    &lt;div class=&quot;cert-preview&quot;&gt;
      &lt;div class=&quot;cert-border&quot;&gt;
        &lt;div class=&quot;cert-hdr-bar&quot;&gt;&lt;h2&gt;Safety Knowledge Evaluation&lt;/h2&gt;&lt;/div&gt;
        &lt;div class=&quot;cert-topic&quot;&gt;Topic: Car Driving Safety&lt;/div&gt;
        &lt;div class=&quot;cert-certify&quot;&gt;This is to certify that&lt;/div&gt;
        &lt;div class=&quot;cert-name&quot; id=&quot;c-name&quot;&gt;—&lt;/div&gt;
        &lt;div class=&quot;cert-details&quot;&gt;
          &lt;div class=&quot;cert-det-item&quot;&gt;&lt;div class=&quot;lbl&quot;&gt;Post / Designation&lt;/div&gt;&lt;div class=&quot;val&quot; id=&quot;c-post&quot;&gt;—&lt;/div&gt;&lt;/div&gt;
          &lt;div class=&quot;cert-det-item&quot;&gt;&lt;div class=&quot;lbl&quot;&gt;Department&lt;/div&gt;&lt;div class=&quot;val&quot; id=&quot;c-dept&quot;&gt;—&lt;/div&gt;&lt;/div&gt;
          &lt;div class=&quot;cert-det-item&quot;&gt;&lt;div class=&quot;lbl&quot;&gt;Industry / Organisation&lt;/div&gt;&lt;div class=&quot;val&quot; id=&quot;c-ind&quot;&gt;—&lt;/div&gt;&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;cert-para&quot;&gt;
          has successfully completed the &lt;strong&gt;Car Driving Safety Quiz&lt;/strong&gt;&lt;br /&gt;
          and demonstrated commendable knowledge of road safety rules, traffic regulations and safe driving practices.
        &lt;/div&gt;
        &lt;div class=&quot;cert-score-badge&quot; id=&quot;c-score&quot;&gt;Score: —&lt;/div&gt;
        &lt;div class=&quot;cert-date&quot; id=&quot;c-date&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;cert-footer-row&quot;&gt;
          &lt;div class=&quot;cert-brand&quot;&gt;
            &lt;img alt=&quot;Safety Gurukul&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEh1hkSQNVLCobuel4wDAIV98qo1wzqujDykQ6MsaCmodr6g4z4H1lL9L7EPQzJYkPJJIUYrSfCpMeTOCQeoFUfUTkztmkOF69arpYLBxRa8noFGwwBEgBttcSUgtIwAqum0sAcd7BGJsu71-pjtnltdREjRflgWnDPtKwEmnmvZoK3in6p78Rr3XBwvJYgP&quot; /&gt;
            &lt;div&gt;&lt;div class=&quot;cert-brand-name&quot;&gt;Safety Gurukul&lt;/div&gt;&lt;div class=&quot;cert-brand-sub&quot;&gt;youtube.com/@safetygurukul&lt;/div&gt;&lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;cert-sig&quot;&gt;
            &lt;div class=&quot;cert-sig-line&quot;&gt;&lt;/div&gt;
            &lt;div class=&quot;cert-sig-text&quot;&gt;Authorised Signature&lt;/div&gt;
            &lt;div class=&quot;cert-sig-name&quot;&gt;Safety Gurukul&lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;cert-actions&quot;&gt;
      &lt;button class=&quot;btn-dl&quot; onclick=&quot;downloadPDF()&quot;&gt;⬇️ Download PDF&lt;/button&gt;
      &lt;button class=&quot;btn-sh&quot; onclick=&quot;shareCert()&quot;&gt;📤 Share&lt;/button&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- FOOTER --&gt;
&lt;footer class=&quot;site-footer&quot;&gt;
  &lt;span&gt;Powered by&lt;/span&gt;
  &lt;a class=&quot;ft-link&quot; href=&quot;https://www.youtube.com/@safetygurukul&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;
    &lt;img alt=&quot;Safety Gurukul&quot; class=&quot;ft-logo&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgmpQsiCk8X0RmkPJ3F0OHxuewtc2JdLzLHGc0S5y_NVY5KOcmJyz7KLuOP7ZDBdV4IDT-en0wSCU0GRSYfmJ2azt3VZa9Ciazp2_dBn_tiWzRag0RgnC6h-WOZSZrsDJ5Q3JK-a-93qWCYnbo0vBmv23VmM_V95SelkJailrmtpGOmLKUz4E-g_dU_MYJC&quot; /&gt;
    &lt;span class=&quot;ft-name&quot;&gt;Safety Gurukul&lt;/span&gt;
  &lt;/a&gt;
  &lt;span&gt;| सुरक्षा हमारी ज़िम्मेदारी&lt;/span&gt;
&lt;/footer&gt;

&lt;script&gt;
const LOGO=&quot;data:image/png;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/4gHYSUNDX1BST0ZJTEUAAQEAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9YWVogAAAAAAAA9tYAAQAAAADTLXBhcmEAAAAAAAQAAAACZmYAAPKnAAANWQAAE9AAAApbAAAAAAAAAABtbHVjAAAAAAAAAAEAAAAMZW5VUwAAACAAAAAcAEcAbwBvAGcAbABlACAASQBuAGMALgAgADIAMAAxADb/2wBDAAUDBAQEAwUEBAQFBQUGBwwIBwcHBw8LCwkMEQ8SEhEPERETFhwXExQaFRERGCEYGh0dHx8fExciJCIeJBweHx7/2wBDAQUFBQcGBw4ICA4eFBEUHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh7/wAARCADIAMgDASIAAhEBAxEB/8QAHAAAAQQDAQAAAAAAAAAAAAAAAAQFBgcBAwgC/8QARhAAAQMDAQYDBAYGCAUFAAAAAQIDBAAFESEGBxIxQVETYXEUIoGhIzJCkbHBCBVSYnLRFiQzQ4KisuEXNFPC8SZjk9Lw/8QAHAEAAAcBAQAAAAAAAAAAAAAAAAIDBAUGBwEI/8QAOhEAAQMCBAMECAUEAgMAAAAAAQACAwQRBRIhMQZBYRMiUXEHFDKBobHB4SNSkdHwFjNC8RUkNGJy/9oADAMBAAIRAxEAPwDjKiiiggiiiiggiiisgEnAGSaCCxQNdBT5s/sxc7w8G40da+WcckjzPIVZ+zu7KBFSly5u+Mvn4beUp+KuZ+VEdIGqKr8ZpKHSR2vgN1T8G3TZrqWo0ZxxSuQSnOalNr3b7RzcFbCYyD9p04+XOrXcuuzdhxEhoaMgnhDERHE4o9jjr6mtl12gXbH4bsuE43b5CQFvqPvMrPIKHQY/PtSRldyCrs/EdbIQKeK19r7nyUFhbo1aGZdUp7htsq/HFPDG6mwpGHZUpZ6kECpDYblIul/uS2nQq2x+FprABC14yog9e3xFedup0qNBjR4LngvTJCWPF/YB5kedJl772uol+KYrJUCAyWJHLlz+CZf+FuzePrTP/kH8q0v7qbEpP0UqUg9MkH+VKbxAtlmfZUztE/CnpUlalPuKcS4nOuQNNdactpZr39JNn4kV9aUvOLccCVHCkgAgacxjNAOdyKN65iGZvZzkgg6kW2F1DJu6NwaxLqhfYOI4fwzUcum7naOESUxvaEftNEK+XOrbv1zlsbT2S2xnAlEhS1PjAPEkDQa8uR5Vm7bQuxL2m2RLW7OWlnxXvCWApIJwNDz9M9RRhI9OKXHMUGS9nXF9dNL26LnyZb5kR1TciO4hSeYKSMUlrpCM9ZNpmHW3oiXFtHhdafbw42ex6jkdQai20e7CHIBctbxaVrlp3Ud8BXMfEUo2YXsVNU3FEJf2dS0sd8FTFFPN+2cudnkeFKjOIPTI5+YPI0zkEHB0NKg3VmjkZK3Mw3CxRRRXUdFFFFBBFFFFBBFFFFBBFFFKbfDemyEtNJUokgAAZJJ5ADvQXCQBcrXGjuSHOBsZ7noKs/Yfd0pxKJl3CmmjqG+S1jz/AGR8/SpFsDsRHtLDc24NpXL+shs6hr+au/al+2l0mRJkGChwQostXC5Nxng8uwOOp7+Rpu6Uk2aqXiGPPqZvVaI28XeXglt3n2/Za0tlmJhBWG22mgEgqIOMk6DlzNaYb8vxyjaCbFZMxPhswWzkpz3UNScaZGlJ4ce1XmyyrHDS+7EQCBLXlSVOHXIJ1ODqcaUxbLyXIBehItD02/tOFtbqySlKRoCVHkMdBzx50lYW6qDipGOieD/cB1Jte3I67deacNqrXF2eVbb5bIoZREeCXwjOVIVock6ntk96l7rcadCUh1KXo7yORGQoEZFInkJVYVtbQuxeFaSHyk8KBk6AEnORpr3FRu5bwdnbOwiJD45QaSEoCThIA05nU+uK4MzgLJt2dTXNY2MFz2E94bEeac9gYL1tt0uC8wtsNy1+GpQ+unoR3GnOnHaW0IvFt9mLqmXULDjTidSlQ5HzGtVfcd69yWsiFFZZT0ynJ+8/ypnc292smE+HJcV5Nox/pApTsnk5lMDh7Epqj1kkNO+91aFws+0d1h+wXCVbUsrwlx5ttRcUAQdM4AOlb79Z56Z9sulqS2+9AQWyy6rhDiSMaHkDgmqjG0+2eOLxZ5HfDn862Nbd7XQzlyS6B/7iM/6q7kdyIT12A4gCC1zbC+lrA33/AFVqWyBdZ+06L3dYbcJEdktMsh0OEk5ySRpyJ+VMbcW7LYvG1UeS/Elh1XhtqQMKaRjIII7DT0qO2/evd2iBMix3051wOEkeo/lUstW8fZ26IMaclcTxE8Kgv3knIIIyNflXMr26pnJR4jSHMYgRYDTWzRqRY+KGHRZtnZW0ZmKmXC6JSEHgCffIIAABPLXPpTxBWNl9jg/cHVuutoK1haslTijnhBPmcfea1z7RGn2OCmwSGCmC8HY4KuNtRBJIJyTrmkkqJetobhERd7eiBboi/FdSXQrxlDkBjp69CaJe+6YPMVSO+QBmJcDo6w9kAeXgn7hiXiyMG6RG0pkNpJacIPCojTB017Y1qttud3bscLm2rjeZAyUc1o/+w+Ypxvm0SJl9bnuxZT1ngL+i8JOEuOA6Ek6AZ5Dt6mplZLndp8pQl2RcGNwEpWt0FRORjQDqM10ZmapWI1mE2mjPdOpaToOgvrdc4PtOMr4HE4P41rq794Wwke5tOT7Y0ES/rLbToHPMfvfjVLzYrsR4tOpIIJGoxTljw8aK8YZikOIR54zrzHgtFFFFHUmiiiiggiiisgEkADJPIUEFsisLkPBtAOvM4zirx3bbIN2iKifMaHta0+4kjPhg/wDd+FR7dHsqlaxd5jYLbZ+jB+2vv6D8am9xvNxVcXIlohMvtxSPannneBKCRkpB7gak9KbyvJOUKk8QYlLUPNHTHb2j9Fp2sul7g3i3x7cIxakhSQHRotY14SemRjHmaQzNoLTeGH7Ff467bKI4SHMKShfQhQ5d9cadaUbRzLdtFa5EW1Tku3CLh5kN5CuJP7JIGdM8vKllhttsZ2caemRUfSJD0lcpIKivGSVEjvn4UkLAdVBsEMFOx0rCJAbaaG+9/wCBbdjmrjEtHsVxbSkxleG24nGHEDkrT86YNst4dutBXHtqUypZ0KxqhJ/7qim8Tb56atdttKi1EHuqWNC5/t5U7bo9zV12tcau9/8AGgWdXvJzo7IH7oPIedFlkigZ2kxsFY8G4Vkr5+2nbq7XKPqoX7RtZtxdRGiMy57yjo20nIT+SRVq7F/o6zJDaZO1d1EXOvs0UcSv8SzoPhmr82Y2csmzMBMGyW5iGyB73An3lHuTzPxNSG0wXbjORGawniOqugHU1XKnHpZTkpxYfH7LX6HhimpIs0+w5DQBV5s1ue2EtnAiLs6zLdT/AHkol1Xqc6fhVhWvY+3R0JSxEhRk/ssx0j8Kn0OwW+IyEBsuHqpR5n0FenLZG18PjbPQpUfwNR00NW83kdfzJST8QhZ3adgaPGwuokNmk8GEOadBwCmm7bLtlsiRb40pHULaSr5Gp0vxYawJGFtE4DoGMeo/OlK0pUjBAUCPUGm3ZuF9bELseKStIzgOHUBUHf8AddsHeQv2zZmG04oY8SMksqB7+7j51Vu1/wCjgyUOP7LXpaF80xpwyDpy40jT4g11JtBb2/FUpsBKhrp19f51HykgkHpoRSlNitTCbMedOR1+al20VBiDM2QA9NFxDdbdtxu6uYbnx5cE59xeeJl30UPdV6VONlN4duvbBt17SmM66ktlWcIWDpr+zXTl1t0G6wXIFziMS4rqeFbTyApKq553u7iHIiXLzsMhx1sEqdtxVlaOuWidT/CdexPKrLR41FUkMmGV3jy+ypfEHA8crTIwXtzGjh+69bZWgnZBu3WeJxIDrZShvU4zknz7k/GlO017fhrZtNrZ8e6SEjgGMpbHLiPz+7Xzrfd9t3KtEhNru/GuKFcGV54mjy+7yqw7ozKRcmtpbG03cA4wGnGgoDjRnIKT37jyqXLS02KyapoZaSVsNVqBctJ2cTbQ/olltQ1s7ZeO7XIuKKuN15xR1WeiRzx/uaje8nZFi7RFXa3IBe4OJxKB/aDH1h59fMfNQqM9Ke/Xu2Cm4sVg5jwirKQemQOZ8uZ9NKetm7xLvDrzwt6o9uCQGHFnCnDnUgdsf+T05q05gmzXTUcnrcbrke1yb5Dx9y50ksrYeLa+Y5HuK1VaG9rZVMZ39ZQ2wGHlEkD+7c7eh+RqsCCDgjBFO2uDhcLR6GtjrYGzR7FYooooyeIp+2Kszt4vDDDYPvrxxY+qPtK+ApiSCpQSBkk4FXbucsqYtsXc1pPG79G0Tp7oOp+Jz91EkdlF1FYzXihpHS89h5qcQYrMKGzFjpCGmkhKQOw/Oo3e9mG1vS5gmTjFePjPwmT/AGqh8euKlR9aznuKYhxBusmp66aCQyNO+/VRCzQ0zr7EuDFpXa4kFpSUhaAhbiiMa46AZ1PU1Ct6m2apryrVbnf6q2cLUD/aEfkDyqW71tpE2m1GDHc/rEhJ4sHVKOX3nl99RbcNsE7tttV7bPbP6ogrC5CsaOK5pbHr18qO+RkUZmk2C0HhrCn4lM2pe3o0fU3Ut/R83SC5lrazaiPmIDxw4rg/tT+2ry7DrXSiEpQgJQkJSkYSkdKGkNtNpbbSlCEp4UpSNEivVUWurZKyQvftyHgt8w3DY6GPK3fmfFFPuxryGrr4RIBW2ceZ5/gDTCeYrPiuRZjbzSiFABaT51Hun7Etd1QxS7oMo5qy1urHJah8a0LkOA541ffSK13Jq4xgtKgHAPpEZ1B7+lbXetSkk2docw3uqZ2djYjVbnJYW0pp0cSVDBPUUhhTw0hbLpUeA4ScdO1eHCdaRuj6Uk6BSSM+Y5VFzVEh1B2SzIxaxWZj3irUpXXp5Uxzm+ToGoPCr16H7qVreOSK1kFzxEEZ405HqP8A8KiKepPba81K0UhgeHck3UUEHODoRRU0rVuFTO/ndJH2kjv7Q7OR0t3tsFbzKBgSwOflx9j1+dUzuv2udtE39UXNSxHUspwvQtKzgnv6iuy9Olc6fpRbvvZ3f6dWZjhClBNybbTolR5Pad9AfPB71aMGxIuIppT5H6KicV8OQ1cDpGt0O4+o+qTbVQ2W9o4N3uWZVrUA3wlRKGVnkojkQev/AIqYIACQlOAnGgHIDyqAbptokXi1mzzuFx1lOUheoUgY0weeDj4VYHUVPPuNCvPOMNlgc2mkGrNOhHJJ7nCYuNvehSE8TTqSlXcdiPMHX4VzrtfaXrVdnmHgeJCylRxz7K+I1++ukutV3vlsqX4SLo2MEDwnu3dB+B0+NHhdY2UnwpiRgqPV3Huv+apeiskEEgjBFFPFpqW2KK7MubLDIytSwEjuScCulrXEbgW6PCbA4GWwgY64Gp+POqT3O28y9qGXVJyhkF0/AafMir0prO7UBZ3xnVF0zIBsBf8AVFeJLzcdhx91QS22kqUo9ABkmtnJOO9RDercvYNmVMhYSqUeAn90an79B8aQaLmyqtBTGqqGRDmVUe1E2XtJtUoNJU49IeCGkeZOEp+Ax867I3ZbKx9jtjoVkaALqE8cheNVuK+sfyHpXN/6L+zir3vEF2eQFRrUgvqJ6uK0T+Z+FdbHyqB4hqu82nbsNSvTfCeGsii7UDbQLTLfajR3ZDyuFppJWs4zgAZJpv2XvCb3BdmtoSloPrbaIzlSRjBPmacZbKJEV2O4AUuIKFA9QRiohuldT+pJcHACokpaSe4J0/A0nR0EE2D1FTYl7C3Xob/VWCepkZWxRX7rgf1CmZ0OScAUsnQ1LitJJSlzhyjz8qR40IIyDS1MxDscMSkcaQMJUNCO3x8xVRrWvcwZRshiLZXBpaNOaboz70V8KSVNuJPTQ1IIe0PEkCU1k/tJ/lTO/GW4CGZCXABoHBqPjz++k6Ys0HAY4vNKgaaQ1D49Gn3KIfC1++6lRusFYyHFA9ik033G5JcQAyCACCSeZGabUQrmRkQXiO4wfzrYLbdnElKYCgTplagBSsj53jW1kk2JjTe4St1ClPaaJIzmhpxtVwajoUC4QRwjoNOdKHrLNkttJMgRwBhzh1J9KX2yzwrYC6PecI1cWcn/AGpqymIfncbIhkaGWvcr3NtjEtBVwhDoGih19ai8llcd9bLgwpBwakNwvjDQLcX6VwaZHIH1qOPOrecU46oqUo5JNSsMjnHbRSmEGouc18vVeTSe5Qo1yt8i3zWUPRpLamnW1cloIwRSjNFOASDcKec0OFiuJr5bJu7fec/bioqTFfCmln+9ZVqkn1ScHsc9qvCHIblxGZLJy26gLT6EZpt/S92cD9ote1LDf0kVz2SQocyheVIJ8goEeq6j+5u6+37MmKteXIq8Y/dVqPnmr/TVHrVM2U78/NeevSFgwgeZGj2T8Dt+im41NJL3CRcrPJgqwPFbKQT0PQ/A4NK6KODY3WXRSGN4e3cG65eu7KmLg62pPCoH3k9j1FFSXezbxB2tk8Iwl5Xip/xDJ+eaKkGm4utupJxPAyUcwCpZuKigImyuyEIB9SSfwq2LDZLjcxcVW5ZlvRsPGJj6RTR0JbP2iCDlJ1wRgnlVc7nm3Wdk5LsdCFuqfwkLOBokczjlV6bp7/bLXe4ltVZg3IuCiy7cnJIWvi4SQkJ4AEoJAAAPMjOTrVcx+qqKendLTtzOH03v9lTmU1NXY1IyqcA06a736e9Q+8Wm4Wu4RGrgfAdcjmQuKAMtBRwjiP7RwskDQaZyTpTm/OcpVwjwgfdQ1nGeqjr8gKvnb6/W3aOUu62y2S489SQkOLkBTT6B9XKcZScciD11Brmve68p7ad4rTwqSoJIznGEJ0+/NOMFlmnga+dpD+YKVoaGmjxk+rkFjRpblbTXrur6/ROtCYW7x+5kfS3CUpX+FA4R881cNQzchEELdTs+zw4KoocV6qJVn51MwfdzVUxCTtKp7up+C9B4TF2VHG3p89V4fWUMuLGMpSSM+QqDbnSpcO6SVYK3JOTjvgn86km2cl6LsxOdjoWt4t8CAkEnJONAPWo1uXgzmYlxS9GfR7yVcKmyMAA5Ooq54PRn+lq2e47zmADnofuojEauNuMU8bjawJ6aqe61mgJUoKIBITz05etFUEtI0IsrKyVj/ZIKM6YrKVqT9VSh8axRpRCAd0Ytadwlce4S2fqukjtS1q/SAMLQg+eKZ9aKIYmHkmslBTybtTs9fpakkICEHvw5/Om6VJkSDl51ax2zgfdWkZHOtrLKnM4wEjmo8hS1NQmeQMjaXFM6htBh0RnnIa0cytflyFYOBWmZc7XFSoF1briTgpSMZ9DTIL+/4xUWWy2TonJBA9alpsEqIQL2v4A7KnP9KfD8cnZ5za9r20UhJHWs+VJbfPjzEZbVhQ+sk8xSnmKinxujJa4Wsr5Q4hTYhAJ6Z4cw8wotvctSb3u02ht6k8RMJbrY7rbHiJ/zIFcubjJvg7RPwydJDJwPNOv4ZrstbbbqVNuoC21gpWk9QedcO7uCqFt7FaJ95MgtH5pNWrh6QugkZ4fX/SovpApBJTk+LT8NVfUmUzHU0HcgOEgKwcAgEnJ6DAJydNK9SZDMaOqQ8vhQkE6DJOmdAOZ9KctnbfdLreGW7MylciO4h5Tq9GmMHILh6A4IxqSCQBzqyttdhLfDsF1n7N2YvzpaUpDSF8SWmiR4hZQTgEpyMDU5wOxbYjj8FDUsp3al3w8/BY3hPCz8QpDU3LQL3HiP/X5Lk7fjG43IM4JKfEYIweehzr54VRTrvwSldjjLAIU0642sEEKScDIIOoOmoOtFWuBwcwEK3cOuJoGhwsRcfoUv3Nn/ANJHv7Qv8BUxlJecYUI7ymHwAW3E80KByCPQgGoRuUcCtmX286pf4vgUj+VTs66imsoBJBGizvGnOixORzdwbry0gNtIbSMJSAAOwAwKoPeokjaiUT1eV+VX9zqjd8bQa2jeGNVOcfwKEfnmlIPaUrwe/wD7r77kfVdZbrylW7vZ9SeX6vZ/0in28IuKNmrjOtUZUuawlHhMpQVFRKgCcDU4GTioTuAnpuG6SxrCuJTLSmFa8ilRH4AVYcKS9DkJfYWUqT9xHYjqKpkUkVLiGeduZrXbHnqvSEjJ6jDGimdlcQLKqdnN4d9tN5Su+W4ymmHghaC3wKQsHkTjmOx7V0xHcS9HbeSkgOICwCNQCM61W9/ktSIbzibfFSlBL5QlsYW4BniOmp8/OmjYrfHIvV3FrkWlhhS2z4SkuEgkDOCCOWAa0aZ9NjdPJVYbTdm2IXfY6H3e4rNsVw3EGyRNqXZnu0H+1cKkpUCFJSQeYIyKRS7Rb5LZQqOlsk54kAJOfhz+NIrDeJFykqb8BtKWxlxQJOCeQ+NOdwmx4LJdfVgdANSfQVVs0cjMzhp1CjnQVtHUCFpOccmm/wAlDL3bHLa6kElbSz7q8YGex86buuam79zs8q2Puyn20x0NlTviHHCMc/8AxVUWbbKyXi7SIMR1TRQ4Qx4px4qQdCD38qj5sAqJ4X1VIwuY32ra2Wh4BxC+Q+q1vdkGxOl/upDRRRVcVzXppBW4lA+0cZrF9ddaYEKLH8ZTqSOEE6AYyTjpSi3pxIwoYIB51Hdq57rN5UmK4W1BCQtSdCSNQPTWr5w/EymoXVDh3nG3ULz56WsYkdUspWn8MC+nMn7Jtm2+5qWt96MsgZJUkaAAfhikCG3VpJQhagDgkJJxSuTdZ8lWXpC1DABSDhJA7gaGt9tbjyJrQbkKjpcIDiATnOeQxzB+VLlkcslmE6rEsrHus1JIolR5rfhNOB7OQkggkdsVLozoeYQ8nTiGcdvKnWTCbefjvjAcYVkHHMYwQaQFspfdbSjhw4cADQg65FMeIsI9XiEo1N7La/RLWTUlbLSOd+GW36Aiyx1rh3ZxQVvSQpH1TclEenGa7auUtq32+TPe/sozK3l/wpBJ/CuId2aFy9uYKzqrxi4o+gUT+FNOHWkMld5fVaRxzIG0w/8Alx+CvswoZ4iqMySpXErKAcnufPzpbKvMq6tQYb6nUJtUUQ0pCiEqIUohQ75b8ME9wa09M0deXrUlLSxSvD3C5BXnODFKiCN8bXGzuvgVX2+tllvZ1t1KAHHHxxr6qwkgZPWite/V3hscJrqt1R+4f70VJwCzdFo/DBc7D2ucbkk/NI9xcr/nIp+02lYH8JI/OrROhqit0Fw9k2nYbUr3HSWlD+IafMCr1zk0jMLOVN4tgMdfn/MAfosjQ1Uu/GBiUzNCPrtgZ/hJz/qTVs86i+8y3Cds2t3hClRyVkfukYJ+Gc/CiRus5M+HqoU1exxOh0PvTv8AohXoSNmLrYlrTxw5AfQnrwLGD80/Or1rjTcBtIdlt50RMlfhxZpMKRxHAHEfdJ9FBPzrsuqnjtP2VUXcna/uvUHDlUJqQMvq35cljQ5yOehFUmt9Gze3s59hriMYullB5ZKTjPkM/Kra2gvlvscQvzn0pOPcbBytZ7AVUslSr/tnClS4yozVwdCeEAglGcZBPPTGvetH9GdLNCyqlqWHsHMI10zW10HPS6h+LJWPdCyJw7QO/S/3snrdtM25Xe3Lvbpammn1ZkOvjLawDyCeuOmMY71bU2bImueJJWFrxjQYA9B0pJHZajR0MMoS202kJSkDAAHIV7GMaVSuKOJnY1PdkbY4xoABbQeKl8IwCGg/Ecc0h3cVrlx2pUZcaQ0lxlwcK0KGQRVY7XbvnoSV3GwuLWhHvFkk8acdUnrjtz9atL8KM034e4pr8ClzU7u4d2nUOHVO8TwamxFlpB3uRG4UD3Y7WPXLitF0czLbGWlq0KwOYPmPmPSp6NCKr/eZaItuZb2mtwTFmsvoJKNAsk8yO/fuM1M7JNNxtESaUFBeaSspPQka1K8U09JUsjxigbkjkNnN/K4b+47plhL5489BUHM5o0PiCnp8+HKbc6EDNNG0VgdnzEyoq2wVJAWFHHLkRT0hCX2GirXHMfKvHjGM6WlAlHNJ6gVJxuZCC+cfgyWII5GyxfGMKbjjG0ketRCCC38wDja3UfJQm82aTbCkrPiNEfXSk4B7GtuyJjJuwXJIHAgqQTyBAzk/DNTWSmNNiuR3VAoWMEZwRTNabKxbZbzrr6Hm1IKEpxrg880q6GnimbNE8Fm++yzs8NYgyqDGQuJvtYqQBSVICwfdIyD5Ukjq8R914jQDSgLMlYaSnhbHPHUV7dQmPGc4dOI4Fdq6o1pE7P7UdyT4my0nDMPGEtNHN/5E2UAD/FpcL36n5Kst/wDe02PdTenUucD0tv2JoftFw8Kv8nGfhXOe4yD4t8fmKToy0cHzVp+GamP6W+04nX237JRFFSYI9okgHm8sYQnHknX/AB1ndFahb9mfHUnDkpfFnHNI0HzyfjUNhUJhpMx3cb/t+6n/AEhYkGxPYDsA0fVTKiiinawpVNv3lEzYcQHRtorPqo4/Kio5vWuAn7VSVJOUoX4adeidPxzRT6MWaFs+DQdhQxsI1t81HrHKciXJp1pXCsKBSfMHI+YFdGxbvDctEW4OvJQiQgKT1JURqABqSDkYHauZQSCCDgjlV07nbyiVBXbXMcbeXme+DooD46/Gk5mXF1EcV0Imp2z2vk38lL/ablM0iRxDaJ/tZAyojuEA6fEil62kuxiw+fFStHAvIA4gRg5A70hXPkSFlu2xS4ORfeylsHyHNXwGKUwo7zRU5IlrfcXoRjhQnHRKRy588k02WfSgtAOjbbAb+9UDt7aH7RfHUkqyleePuOaVZ8x8wa6f3RbaT9s93rBgvRf11ESI8svqOih9VeANeIfPNV1vK2fRdrSqS22VPMpPEE81J5/InI7jI0zVYbuNrbhu92ybuLQLrAPhS2Er0eaJ1weWRzB7+VFqYfWIw4AFzdRfbyK2ThHHhLGHE9HW3811JbthZpvYud5ubc9QSVBKkEgLPLQnBA7aU7I2TS5eIt0uFykSnoysspCEoQkZyAAByp2sF3gX6zRrta5CX4klAW2sfgexByCKX9qhazi7FpnWe/LYZdABYbEDTT3LUKfBqJrQ5guDruTdZoooqrKZRRRRQXVolw4sxpLcuO0+hJCkpWkEAjkcGtqQlKQlKQlIGABoAK9cqKUMzy3ISSBsL6JMMaHZrapRDkeErhV9U8/LzpctDbyBxAKB5GmjUa4pVBeKHAgn3VdOxq2cP40GWoqkBzHbX5LNONOFC/NitC4tlbqbaXA+vzXmWx4KgRqk8jREY8ZWTokc/OlNy/sM9iKzbv8Al89yadNwaD/mewt3LZrKOPFNb/Swqgfxb5M3Pz87LalLbKCQAkDmaie8fayFsvsvNvs0jwoyD4TecF5w/VQPU+uNT0p8ucpCEuLddS0y0kqWpauFKQNSonoK4537bwHdvdpkW61rUbJBWRGHLxl/aePl0GeQ7Eml6ysOITGjpxliYe9yvbki4FgowuAYpWuLqh4u2+tr8z1UWszVw2v2zXMlOFyVMkKddXj7SjknyAGfuFX6kRrbbkoJDTDCAkE/ZAwBn+dRLdXs4m1W0T30EPPpwgEahHP7zp6aCpRJntRZIaltlppeAh5WCgk/ZJ6HtnQ9+lLSOubBZnxLiJxCr7JmrW/E80sbWhbaVtqCkqGQQefmDSK/zk2yzS5yiB4TZKc9VcgPvIrW5bVx3FP2p4RlnVTJBLKz/D9knuMeYNQXe9fXG4LNtUgNuAeK+lKuIBWoSM9eprjG5iAovDMOFXVsYw3bfXxHmqquzyn5zi1K4yCRxd9aKSHU5NFP1r4FhYIp82Ou71pu7L7RPEhfEkZ0PQpPkRTHWQSCCDgiuEXRZI2yMLHDQrqO2zGJ8BmbFUFNupCgc8u4PmDofSkcuenwpniodSw26GfEZJ4wSBkjGvMgaZPOq33TbVpju/qyY4EsvK90/wDTcOmfIH5GrCvdtDvEGW5DpkKyWg5wtBQGi1Y10wDgHUgetMnNyuWVVWGChrDFL7J1BW+2S1oS1GmKcDjqlljxQApSQRgHGnFg5xzxqdagG87Y1vDlyhI4Gzr7oGEKJ1B7JPMHoeehyJYYqgt1LzD1xfZCQ9L4wlaFYBAaSBoQDnGmfM6VujXSXLj+yJhLfU4soQ+40UtONgHK1DGR2xpqRjnoG3abhOKOWWin7eA6H2hyI/nvVdbnt5Ny3e3dUOYh2RZ3l/1mL9ptXLjRnke464rrfZy92vaG0M3WzTG5cR4e6tB1B6pI5gjqDXKW1mxplQlTorePCcWhzgyot8Jxy5lGgx1GeuBiO7GbX7U7u7uXba+UtLUC9GWeJiQBpnQ4PXCkn40wxHCmVn4kej/gVsfD3E7Wty3uzmOYXcAz1o5VXG7ffBsttgluK48LTdVYBiyVjhWeza9Ar00Pl1qyPWqdNTy07ssgIK0anqoqlmeJ1wiiiikE5RRRRQQRQDwEEHGDkGscxWelGa4tIINiEm9rXtLXC4K9uPOuIwtRIznFeFzREiuPOyEMMNJK3FuKCUoA5qJPIVEdv94my+xMdRu85KpeMtwmMLeX/hzhI65Vgc+fKuY95O8/abeDIVBQn2C0hWUQmVnCgORdX9s/cOuOtTtBS11VJ2peWj8xOtuirOIzYXRwGn7Np1vlAFr+J8PmpLv43vObVLd2Z2YcdFpK8SJAyFTCDyA6N/M9dNKY912xntK03Kc3mOg5AI0dUOn8I69697vtglPcE64pUhgjODopweXUJ7nmeVWRKlIjJ9hgBpDjaPeOgRHSB9ZXw5DmfIVZ42MgZ2cY+6x7iXiWSpkMEBu47nk0eA/nxXm7zHC8LTb3mm5rqCQpXJtIHPzPYfHkKLXcI89tyDICTIaHA80ohQVjQkHkoE/cdCAaZVR1rhPMPrcbjyneKNcFpHiIWce8oDGAeSTkYHPGRT2xaW0WyNGcWC9GA8N5CeAhQ6gA9euuuuaFhZUqaKCKMNJ1vuN7+P0tuFplLb2fhvy1yj7A2gqDK9VJV0CSTyPLBzjpiqE2rujt0urzzquJallSznOvYeQGBUt3mbVPy3PYESGnG2VngU0gpC1dVak6DprqdarqnMTMour1w9hjqaLtpfbd8kUUUUsrIiiiiggtkZ5TDyXEcx071de7PbFq4xm7ZOd/rCRwtOK+2B9k+f4/jSFKIMp2I8HGlEYIJAOOXI+tEewOFlGYphkWIQ9m/fkfBdHPwZDl/Q+0+9HjBKXHQk+68saAY5gAAZ76dqVXWSmPFKQguOvfRtNpJBWojlkagAak9BUN3f7dMXFluDc3gh/6rbytAs9ldj59fxmwht+3mcpSlucPAgHk2OuB3J5nyxTNwLTYrMq2nmpJgypFso0tzskFuQuy29tiU45JSVFS3koJ4CdSVaknUnXGgxmmraPZG3XyMp6CWmy572ObaycZIx9UnAyRzxrmne5R5ybgqe3chHjNxzxNrTxIKgSSVDtjqMGmqGid4rD7DnssuaovLaQnLTbQHVGmSTjUYOSddKA8bpelkla71iKSztz4eRCqraTYqdbHFFKFIGfdS6QAf4V/VOmOeDk8qddlt528DYl1EMzHn4zeMwrgguJA54GfeSMdiKuNgJlwUGQ0FBxA40LRjJPMcJzj40yOWCyz0FEGSG0oUT4SCl1pKjoT4a8pB9AOVGeWStyyNuFaMN4zfEfxQQRzbslez36SVrd4UX/Z2XGPJTkN1Lo9eFXCR95qaQN927WWgFV/XFUfsPxHQR8Qkp+dUxN3ZRlPhaWmHGxzS08tlSvPKuMUzK3ZO+MovJuDDefdDDbT5+9TiM/cKjpMFopNQCPI/wC1eKTj5pGkrT5i37LpJO9fd2UcX9LIGPPiB+7FIpe+jdpGSSdpUPKA0S1FeUT/AJMfOufP+GsLH/ObR8Xb9Ts4+/2mtat2T5WPZjcHU519oYaYHydXSYwGjH+R/nuT1/HgA9tg/nmrav36R2zUYFNmstxuKxn3nlJYR8PrH7wKrDarfRt9tQ4qJbnv1THcPCGbekhw+rn1s+hHpSqJuub8ZK3A00jHvIcdU8f8oQPnUmi7J2C1MBya4HEJAB8VQbbPqkYB+Oadw0FHBqxlz1VdxDj4P7okLr8mqpLLsneL1LKlIddWpWXFE51/eUdAfn5VauyewsC0oS7LSiQ8nUIA+jSe+uqj6/ACneRdG4lvWu3QQWG0EpUvDLfLQDIyc9MDXvS21PS3o6HZAaKVtpWFIBTnOpHCc4xoM518qdPkc4Kh4rjlbURkt7jNrcymu93l5pxcaM2GuBPEVukoLoB1S1kanpnHXTPOvDKI0eJ4yUOG1Tk8L6VklTKzpxKPPB5E50OvU0+TmFvxyhlxDTw1Q4psL4T3AONaSWuFJjRfY5TkZ+MlvhTwtlJPfiyojXJz60QFQ8dTEIQGix5jW567b+CGokxKRGdfYlQyOEhxshfDjGMg4PTXSoXvJ2sZtsFVltrnvAeG84FZwMfUB557npWdvduY0COq22dwcQHAp5BzwjH1U9z0z09ap6ZJclPFxw+gzypeOPmVacCwR8rhUVQ0Gw2v1IXl91bzpcWdT8q10UU5V5RRRRQQRRRRQQRRRRQQWyO84wvibVjuOhqx9h94j0NKIVy4n440Bz76B5H7Q8qrSgaHIormhw1TOtoYK2Ps5m3C6bZft99t4VHkpfjqUlSgk88EHhUDqAcDI0rLMaS3MelfQqcdcCSST7rQBwBpzySe2T5CuerJtBcbVID0aQ42r9pJ1x2PQjyNWZs5vNYeSG7qyM/9VrnjuU/yps+EjZUWu4bq6Vp9X77Ty5qydMedRdQVOuHiy7WtYhuuIdW0BlZOAk4BCsBJyfMjnT1a7xbLmnigzWXsj6qThQ9QdR91b2YqWpr8hC1Hx+HiR0yARkeZGAfQUkNN1XIXOpC4SNs63O4TSsrdvDbNvuEtI94yUkBSWzjIB4hoc9AeR8q1W+XepDjCBJifStKdHGwchIVgZwocxrypfdoT/s8t2C+82863koQU4WoJwMZBwSABkEch2rVGt6hNDDrZMdNvQxxA4ySSFAEdcD5124snjJoTFmNjYcwCf5rp5JM3cryYsWQUQFCQ/wCCAAoYOSM8z+zn408XITfYlqhKbS+kEgKQVZIB0Go1Jxz+6mc2OLb1WpuGyVFqRlTn2sBKjqR5419KkCgFIKSSMjGhx864Tqm1XJEHMfEBbfbr4KIvybi97UlyZNHhxBISA2GfeSffTjGSOxB788U5XSPHjwfaWbaJjTrZDiioqcSkgAEE5JGOeNeoFKLfbXYkp5K1+1Mvpwpx1RLoA5JydCO2MY+dLbYw5Ft7EZ1QWppARkciBoD9wFdunE9ZG0gxcuQ0vfy8E2oYcWzbpjIanhhngICwOLOPfSTpkEEa40J5VstguTi3mLipxtQe8VpbeOHw+iCRoSNQR1B0NZmXGxWPxVPyWIynDxrQDqo/wjXJ8hrUI2k3nNtZatTQRn+9cGVfBHT411rS7kl6ajq667Yo9DsSNtbqwLtc4NqimROkJZQOQJ1UewHMmqo263gPTQuHBC48fkUg++sfvHoPKoXeb9Puj5dkPuLWftqUSrHbyHkKaqcMhDdSrfhPDEFGRJL3nfALY+6484VuKyT8q10UUsrQiiiiggiiiiggiiiiggiiiiggiiiiggiiiigglTE+UytK0vKJTyJJ0qR2rb/aCBgJmOLQB9VzCx/m5UUVwtB3SE1LDOLSNB8wpFD3szEj+tQY7v8ADlJP4inRne3byPpbU+g/uug/yooohiaoiXhzDnnWO3kSFmRvPsT/AIalQpaXG1cSFBQyD1+B5V5f3twAPobU+s/vPJH5GiiiiFqJ/TWH2ALCfeU2S97MxeRGhMMjpkFZHzAqN3bb3aCeSFTXEIP2W/cH+XnRRRxG0ck/gweigN2RhRx6ZJdUpS3VZVqcHnSeiijqRAA2RRRRQXUUUUUEEUUUUEEUUUUEF//Z&quot;;
const YT=&quot;https://www.youtube.com/@safetygurukul&quot;;

const Qs=[
  {
    q:&quot;ड्राइविंग से पहले कार की किन चीज़ों की जाँच (Pre-Drive Check) करनी चाहिए?&quot;,
    o:[&quot;केवल पेट्रोल देखें&quot;,&quot;Tyre Pressure, Brakes, Lights, Mirrors, Fuel/Engine Oil और Seatbelts की जाँच करें&quot;,&quot;केवल Horn बजाकर देखें&quot;,&quot;कुछ जाँचने की ज़रूरत नहीं&quot;],
    a:1,
    exp:&quot;Pre-Drive Check में — Tyre Pressure व Condition, Brake Response, सभी Lights, Mirror Adjustment, Engine Oil/Coolant/Fuel Level और सभी Seatbelts की जाँच अनिवार्य है।&quot;
  },
  {
    q:&quot;ड्राइविंग करते समय मोबाइल फोन का उपयोग करना क्यों खतरनाक है?&quot;,
    o:[&quot;बैटरी खर्च होती है&quot;,&quot;ध्यान भटकने (Distracted Driving) से प्रतिक्रिया समय बढ़ता है और दुर्घटना की संभावना 4 गुना बढ़ जाती है&quot;,&quot;नेटवर्क कमज़ोर होता है&quot;,&quot;केवल SMS खतरनाक है&quot;],
    a:1,
    exp:&quot;मोबाइल फोन से Cognitive, Visual और Manual Distraction होती है। शोध के अनुसार फोन पर बात करते समय दुर्घटना का खतरा 4 गुना और SMS करते समय 23 गुना बढ़ जाता है।&quot;
  },
  {
    q:&quot;भारतीय सड़कों पर राजमार्ग (Highway) पर कार की अधिकतम गति सीमा क्या है?&quot;,
    o:[&quot;60 km/h&quot;,&quot;80 km/h&quot;,&quot;100 km/h (Motor Vehicle Act के अनुसार — राज्यानुसार भिन्न हो सकती है)&quot;,&quot;120 km/h&quot;],
    a:2,
    exp:&quot;भारत में National Highway पर कार की सामान्य गति सीमा 100 km/h है (MV Act 2019)। हालांकि राज्य और सड़क की स्थिति के अनुसार यह भिन्न हो सकती है — हमेशा संकेत बोर्ड देखें।&quot;
  },
  {
    q:&quot;बरसात में गाड़ी चलाते समय Aquaplaning (पानी पर फिसलना) से बचने के लिए क्या करें?&quot;,
    o:[&quot;गति बढ़ाएं&quot;,&quot;गति कम करें, Tyre Pressure सही रखें और पानी भरे क्षेत्रों से बचें&quot;,&quot;हॉर्न बजाएं&quot;,&quot;ब्रेक ज़ोर से दबाएं&quot;],
    a:1,
    exp:&quot;Aquaplaning में टायर पानी की परत पर तैरने लगता है और Steering control खो जाती है। इससे बचने के लिए — गति कम रखें (60 km/h से नीचे), Tyre Pressure और Tread Depth सही रखें।&quot;
  },
  {
    q:&quot;कार में Seatbelt (सीट बेल्ट) पहनना क्यों अनिवार्य है?&quot;,
    o:[&quot;यह कानून है इसलिए&quot;,&quot;दुर्घटना में यह शरीर को Dashboard/Windshield से टकराने से रोकता है और मृत्यु दर 45% तक कम करता है&quot;,&quot;ड्राइवर को आराम मिलता है&quot;,&quot;Airbag की जगह काम करता है&quot;],
    a:1,
    exp:&quot;Seatbelt दुर्घटना में Forward Ejection रोकता है। WHO के अनुसार Seatbelt से Front Seat में मृत्यु दर 45–50% और Rear Seat में 25% तक कम होती है। भारत में सभी यात्रियों के लिए अनिवार्य है।&quot;
  },
  {
    q:&quot;रात को ड्राइविंग करते समय सामने से आती गाड़ी की High Beam (तेज़ रोशनी) से आँखें चुंधियाएं तो क्या करें?&quot;,
    o:[&quot;High Beam से जवाब दें&quot;,&quot;सड़क की बाईं रेखा (Left Edge) देखें और गति कम करें — सामने न देखें&quot;,&quot;आँखें बंद कर लें&quot;,&quot;ब्रेक लगाएं और रुकें&quot;],
    a:1,
    exp:&quot;High Beam Glare से अंधापन अस्थायी होता है। सामने देखने के बजाय Road के बाईं किनारे की रेखा पर नज़र रखें, गति कम करें और आवश्यक हो तो रुकें।&quot;
  },
  {
    q:&quot;&#39;2-Second Rule&#39; का ड्राइविंग में क्या अर्थ है?&quot;,
    o:[&quot;हर 2 मिनट में Mirror देखें&quot;,&quot;आगे वाली गाड़ी से कम से कम 2 सेकंड की दूरी बनाए रखें&quot;,&quot;2 km बाद Indicator दें&quot;,&quot;गाड़ी 2 घंटे से ज़्यादा न चलाएं&quot;],
    a:1,
    exp:&quot;2-Second Rule — आगे वाली गाड़ी किसी Fixed Object (पेड़/खम्बा) पार करे, फिर आप वही Object 2 सेकंड बाद पार करें। बरसात में यह 4 सेकंड करें। यह Safe Following Distance सुनिश्चित करता है।&quot;
  },
  {
    q:&quot;Blind Spot क्या होता है और इससे कैसे बचें?&quot;,
    o:[&quot;सड़क पर गड्ढा&quot;,&quot;कार के Mirrors से न दिखने वाला क्षेत्र जहाँ वाहन हो सकते हैं — Lane बदलने से पहले कंधे पर नज़र डालें&quot;,&quot;आगे की धुंध&quot;,&quot;रात का अंधेरा&quot;],
    a:1,
    exp:&quot;Blind Spot वह क्षेत्र है जो Side और Rear View Mirrors में नहीं दिखता। Lane बदलने या Overtake से पहले — Indicators दें, Mirrors देखें और कंधे पर पलट कर (Shoulder Check) देखें।&quot;
  },
  {
    q:&quot;ड्राइविंग में &#39;Defensive Driving&#39; का क्या अर्थ है?&quot;,
    o:[&quot;बहुत धीरे चलाना&quot;,&quot;दूसरे चालकों की गलतियों का अनुमान लगाते हुए सुरक्षित दूरी, गति और सतर्कता बनाए रखना&quot;,&quot;केवल Horn बजाकर आगाह करना&quot;,&quot;गाड़ी रोकते रहना&quot;],
    a:1,
    exp:&quot;Defensive Driving में — Safe Following Distance, Appropriate Speed, Mirror Check हर 5–8 सेकंड, Indicators का उचित उपयोग, और दूसरे चालकों की संभावित गलतियों के लिए तैयार रहना शामिल है।&quot;
  },
  {
    q:&quot;गाड़ी चलाते समय थकान (Driver Fatigue) महसूस हो तो क्या करना चाहिए?&quot;,
    o:[&quot;खिड़की खोलकर चलाते रहें&quot;,&quot;तुरंत सुरक्षित स्थान पर गाड़ी रोकें, 15–20 मिनट आराम करें या किसी अन्य को ड्राइव करने दें&quot;,&quot;कॉफी पीकर जारी रखें&quot;,&quot;गाड़ी तेज़ चलाएं ताकि जल्दी पहुँचें&quot;],
    a:1,
    exp:&quot;Driver Fatigue दुर्घटनाओं का प्रमुख कारण है। थकान होने पर — सुरक्षित स्थान पर रुकें, Power Nap (15–20 मिनट) लें या किसी अन्य को ड्राइव करने दें। लंबी यात्रा में हर 2 घंटे पर ब्रेक लें।&quot;
  }
];

let userAns=new Array(Qs.length).fill(null);
let submitted=false;

function buildQuiz(){
  userAns=new Array(Qs.length).fill(null);
  submitted=false;
  const body=document.getElementById(&quot;quiz-body&quot;);
  body.innerHTML=&quot;&quot;;
  Qs.forEach((q,i)=&gt;{
    const card=document.createElement(&quot;div&quot;);
    card.className=&quot;qcard&quot;;card.id=&quot;card-&quot;+i;
    const opts=q.o.map((o,j)=&gt;
      `&lt;label class=&quot;olbl&quot; id=&quot;ol-${i}-${j}&quot;&gt;
        &lt;input type=&quot;radio&quot; name=&quot;q${i}&quot; value=&quot;${j}&quot; onchange=&quot;pick(${i},${j})&quot;&gt; ${String.fromCharCode(65+j)}. ${o}
      &lt;/label&gt;`).join(&quot;&quot;);
    card.innerHTML=`
      &lt;div class=&quot;qhead&quot;&gt;&lt;div class=&quot;qnum&quot;&gt;${i+1}&lt;/div&gt;&lt;div class=&quot;qtxt&quot;&gt;${q.q}&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;opts&quot; id=&quot;opts-${i}&quot;&gt;${opts}&lt;/div&gt;
      &lt;div class=&quot;fb&quot; id=&quot;fb-${i}&quot;&gt;&lt;/div&gt;`;
    body.appendChild(card);
  });
}

function pick(qi,ans){userAns[qi]=ans;}

function submitQuiz(){
  const nm=document.getElementById(&quot;inp-name&quot;).value.trim();
  const po=document.getElementById(&quot;inp-post&quot;).value.trim();
  const dp=document.getElementById(&quot;inp-dept&quot;).value.trim();
  const ind=document.getElementById(&quot;inp-ind&quot;).value.trim();
  if(!nm||!po||!dp||!ind){alert(&quot;कृपया सभी प्रतिभागी विवरण भरें।&quot;);return;}
  if(userAns.includes(null)){alert(&quot;कृपया सभी 10 प्रश्नों के उत्तर दें।&quot;);return;}

  submitted=true;let correct=0;
  Qs.forEach((q,i)=&gt;{
    const ua=userAns[i],ok=ua===q.a;
    if(ok) correct++;
    q.o.forEach((_,j)=&gt;{
      const l=document.getElementById(`ol-${i}-${j}`);
      l.querySelector(&quot;input&quot;).disabled=true;
      if(j===q.a) l.classList.add(&quot;show-correct&quot;);
      if(j===ua&amp;&amp;!ok) l.classList.add(&quot;wrong&quot;);
      if(j===ua&amp;&amp;ok) l.classList.add(&quot;correct&quot;);
    });
    const fb=document.getElementById(&quot;fb-&quot;+i);
    fb.style.display=&quot;block&quot;;
    fb.className=&quot;fb &quot;+(ok?&quot;ok&quot;:&quot;no&quot;);
    fb.textContent=(ok?&quot;✅ सही! &quot;:&quot;❌ गलत। &quot;)+q.exp;
  });

  const pct=Math.round(correct/Qs.length*100);
  showResult(correct,pct,nm,po,dp,ind);
  document.getElementById(&quot;btn-sub&quot;).disabled=true;
}

function showResult(correct,pct,nm,po,dp,ind){
  const box=document.getElementById(&quot;result-box&quot;);
  document.getElementById(&quot;rscore&quot;).textContent=pct+&quot;%&quot;;
  document.getElementById(&quot;rlbl&quot;).textContent=correct+&quot; / &quot;+Qs.length+&quot; प्रश्न सही&quot;;
  box.style.display=&quot;block&quot;;
  if(pct&gt;=80){
    box.className=&quot;result-box pass&quot;;
    document.getElementById(&quot;rmsg&quot;).textContent=&quot;🎉 बधाई हो! आपने कार ड्राइविंग सुरक्षा प्रश्नोत्तरी उत्तीर्ण की!&quot;;
    document.getElementById(&quot;cert-btn&quot;).innerHTML=`&lt;button class=&quot;btn-cert&quot; onclick=&quot;openCert()&quot;&gt;🏆 प्रमाणपत्र देखें व डाउनलोड करें&lt;/button&gt;`;
    document.getElementById(&quot;c-name&quot;).textContent=nm;
    document.getElementById(&quot;c-post&quot;).textContent=po;
    document.getElementById(&quot;c-dept&quot;).textContent=dp;
    document.getElementById(&quot;c-ind&quot;).textContent=ind;
    document.getElementById(&quot;c-score&quot;).textContent=&quot;Score: &quot;+pct+&quot;%&quot;;
    document.getElementById(&quot;c-date&quot;).textContent=&quot;Date: &quot;+new Date().toLocaleDateString(&quot;en-IN&quot;,{day:&quot;2-digit&quot;,month:&quot;long&quot;,year:&quot;numeric&quot;});
  } else {
    box.className=&quot;result-box fail&quot;;
    document.getElementById(&quot;rmsg&quot;).textContent=&quot;आपका स्कोर &quot;+pct+&quot;% है। उत्तीर्ण होने के लिए 80% अंक चाहिए। पुनः प्रयास करें!&quot;;
    document.getElementById(&quot;cert-btn&quot;).innerHTML=&quot;&quot;;
  }
  box.scrollIntoView({behavior:&quot;smooth&quot;});
}

function openCert(){document.getElementById(&quot;cert-overlay&quot;).classList.add(&quot;show&quot;);}
function closeCert(){document.getElementById(&quot;cert-overlay&quot;).classList.remove(&quot;show&quot;);}

function retryQuiz(){
  document.getElementById(&quot;result-box&quot;).style.display=&quot;none&quot;;
  document.getElementById(&quot;btn-sub&quot;).disabled=false;
  buildQuiz();
  window.scrollTo({top:0,behavior:&quot;smooth&quot;});
}

async function downloadPDF(){
  const {jsPDF}=window.jspdf;
  const doc=new jsPDF({orientation:&quot;landscape&quot;,unit:&quot;mm&quot;,format:&quot;a4&quot;});
  const W=297,H=210;

  doc.setFillColor(238,242,255);doc.rect(0,0,W,H,&quot;F&quot;);
  doc.setDrawColor(27,42,74);doc.setLineWidth(3);doc.rect(7,7,W-14,H-14);
  doc.setLineWidth(1);doc.setDrawColor(255,214,0);doc.rect(11,11,W-22,H-22);

  doc.setFillColor(27,42,74);doc.rect(18,16,W-36,24,&quot;F&quot;);
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(17);doc.setTextColor(255,214,0);
  doc.text(&quot;SAFETY KNOWLEDGE EVALUATION&quot;,W/2,32,{align:&quot;center&quot;});

  doc.setFontSize(11);doc.setTextColor(230,126,34);
  doc.text(&quot;Topic: Car Driving Safety&quot;,W/2,48,{align:&quot;center&quot;});

  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(10);doc.setTextColor(100,100,100);
  doc.text(&quot;This is to certify that&quot;,W/2,60,{align:&quot;center&quot;});

  const nm=document.getElementById(&quot;c-name&quot;).textContent;
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(22);doc.setTextColor(27,42,74);
  doc.text(nm,W/2,76,{align:&quot;center&quot;});
  doc.setDrawColor(230,126,34);doc.setLineWidth(0.8);
  const nw=doc.getTextWidth(nm);doc.line(W/2-nw/2,78,W/2+nw/2,78);

  const po=document.getElementById(&quot;c-post&quot;).textContent;
  const dp=document.getElementById(&quot;c-dept&quot;).textContent;
  const ind=document.getElementById(&quot;c-ind&quot;).textContent;
  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(8);doc.setTextColor(150,150,150);
  doc.text(&quot;Post / Designation&quot;,62,87,{align:&quot;center&quot;});
  doc.text(&quot;Department&quot;,W/2,87,{align:&quot;center&quot;});
  doc.text(&quot;Industry / Organisation&quot;,W-62,87,{align:&quot;center&quot;});
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(9);doc.setTextColor(30,30,30);
  doc.text(po,62,92,{align:&quot;center&quot;});
  doc.text(dp,W/2,92,{align:&quot;center&quot;});
  doc.text(ind,W-62,92,{align:&quot;center&quot;});

  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(10);doc.setTextColor(100,100,100);
  doc.text(&quot;has successfully completed the Car Driving Safety Quiz and demonstrated&quot;,W/2,104,{align:&quot;center&quot;});
  doc.text(&quot;commendable knowledge of road safety rules, traffic regulations and safe driving practices.&quot;,W/2,110,{align:&quot;center&quot;});

  const sc=document.getElementById(&quot;c-score&quot;).textContent;
  doc.setFillColor(27,42,74);doc.roundedRect(W/2-28,114,56,13,6,6,&quot;F&quot;);
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(12);doc.setTextColor(255,255,255);
  doc.text(sc,W/2,123,{align:&quot;center&quot;});

  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(8);doc.setTextColor(150,150,150);
  doc.text(&quot;Date of Completion: &quot;+new Date().toLocaleDateString(&quot;en-IN&quot;,{day:&quot;2-digit&quot;,month:&quot;long&quot;,year:&quot;numeric&quot;}),W/2,133,{align:&quot;center&quot;});

  doc.setDrawColor(200,200,200);doc.setLineWidth(0.4);doc.line(28,141,W-28,141);

  try{doc.addImage(LOGO,&quot;PNG&quot;,33,148,22,22);}catch(e){}
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(10);doc.setTextColor(27,42,74);
  doc.text(&quot;Safety Gurukul&quot;,60,157);
  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(7.5);doc.setTextColor(130,130,130);
  doc.text(&quot;Powered by Safety Gurukul&quot;,60,163);
  doc.text(&quot;youtube.com/@safetygurukul&quot;,60,168);

  doc.setDrawColor(50,50,50);doc.setLineWidth(0.5);doc.line(W-95,160,W-32,160);
  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(8);doc.setTextColor(120,120,120);
  doc.text(&quot;Authorised Signature&quot;,W-63,165,{align:&quot;center&quot;});
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(9);doc.setTextColor(27,42,74);
  doc.text(&quot;Safety Gurukul&quot;,W-63,171,{align:&quot;center&quot;});

  doc.save(&quot;CarDriving_Safety_Certificate_SafetyGurukul.pdf&quot;);
}

async function shareCert(){
  const txt=&quot;मैंने Safety Gurukul की कार ड्राइविंग सुरक्षा प्रश्नोत्तरी उत्तीर्ण की! 🏆🚗 &quot;+YT;
  if(navigator.share){
    try{await navigator.share({title:&quot;Car Driving Safety Certificate&quot;,text:txt,url:YT});}
    catch(e){}
  } else {
    navigator.clipboard.writeText(txt).then(()=&gt;alert(&quot;Share text copied!\n\n&quot;+txt));
  }
}

buildQuiz();
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</content><link rel='replies' type='application/atom+xml' href='https://safetygurukul.blogspot.com/feeds/8342226481017336180/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://safetygurukul.blogspot.com/2026/03/car-drivin-safety-quiz-with-certificate.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/8342226481017336180'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/8342226481017336180'/><link rel='alternate' type='text/html' href='https://safetygurukul.blogspot.com/2026/03/car-drivin-safety-quiz-with-certificate.html' title='Car Drivin Safety Quiz with Certificate'/><author><name>Narendra Arya</name><uri>http://www.blogger.com/profile/05274105664901468001</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJQ_C-6vlqjQm18qsy4UwsM7dKK21amAjp0Z8hWr-7mJNHFRPC7lxZrgsfGm8vMO6nYBqhyLqPEHUw1qIE5vOvtiDKC4jdDeHutwJwE4urYFPAZD2MQmailWfS2iGFhJnPDF-mMPpuWJuaqvJqMqdFY2cywIKJsvY8lxAtRjykcuSrwQ/s220/Narendra_arya-removebg-Favicon.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhm3nCRgU98pJAuI7xl9VhZrcKDnwziDacOpAJlmyRMpaO66iv8cxHqZWi1r7UuV7LoiC_b5O98UK_lyM1DJjtkbYYMX6LJ84xz7S6FXFcz9g9pKfLre8umu8UbBc9YB9R7x8gmA3AWPdEky2mKefHFnzgoYKuuHp6b2KOGcziT64mpN8GXGc33pP_qCT96/s72-c/ChatGPT%20Image%20Mar%2010,%202026,%2006_01_32%20AM.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9122151121349724808.post-8315494803220524900</id><published>2026-03-07T08:08:00.000-08:00</published><updated>2026-03-07T08:08:18.369-08:00</updated><title type='text'>Lift Safety Quiz</title><content type='html'>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPBa5zDGosOjZVYCuVj97aRz8eqQ_UBV4jKfjI54buXU3WTN0WwnvUfZH8IQ_zr8mti37h1v20XylL_vL4mX6KJtU941xsSLiOedXvcOW4dBKApo602EXZ-iM1f0i3xfoKTXxKG4hI44r2HXcx65PS8pz3GYa68B1SuLg2UBQPJimRExl1ntXaDJrAw6SF/s1536/ChatGPT%20Image%20Mar%207,%202026,%2009_21_20%20PM.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1024&quot; data-original-width=&quot;1536&quot; height=&quot;213&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPBa5zDGosOjZVYCuVj97aRz8eqQ_UBV4jKfjI54buXU3WTN0WwnvUfZH8IQ_zr8mti37h1v20XylL_vL4mX6KJtU941xsSLiOedXvcOW4dBKApo602EXZ-iM1f0i3xfoKTXxKG4hI44r2HXcx65PS8pz3GYa68B1SuLg2UBQPJimRExl1ntXaDJrAw6SF/s320/ChatGPT%20Image%20Mar%207,%202026,%2009_21_20%20PM.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;

&lt;html lang=&quot;hi&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;&lt;/meta&gt;
&lt;meta content=&quot;width=device-width, initial-scale=1.0&quot; name=&quot;viewport&quot;&gt;&lt;/meta&gt;
&lt;title&gt;पैसेंजर लिफ्ट सुरक्षा प्रश्नोत्तरी | Safety Gurukul&lt;/title&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;600;700;800&amp;amp;family=Noto+Sans+Devanagari:wght@400;500;600;700&amp;amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;&lt;/link&gt;
&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js&quot;&gt;&lt;/script&gt;
&lt;style&gt;
:root{
  --og:#e67e22; --dg:#4a148c; --lg:#7b1fa2;
  --yl:#ffd600; --rd:#c0392b; --gn:#27ae60;
  --cream:#f3e5f5; --white:#fff; --dark:#1c1c1c;
}
*{box-sizing:border-box;margin:0;padding:0;}
body{font-family:&#39;Noto Sans Devanagari&#39;,sans-serif;background:var(--cream);color:var(--dark);padding-bottom:70px;}

/* HEADER */
.site-header{
  background:linear-gradient(135deg,#1a0033 0%,#4a148c 60%,#7b1fa2 100%);
  padding:0 20px;display:flex;align-items:center;justify-content:space-between;
  box-shadow:0 3px 14px rgba(0,0,0,.45);position:sticky;top:0;z-index:200;min-height:64px;
}
.header-brand{display:flex;align-items:center;gap:12px;text-decoration:none;}
.header-brand img{width:48px;height:48px;border-radius:50%;border:2.5px solid var(--yl);transition:transform .3s;}
.header-brand img:hover{transform:scale(1.12);}
.header-title{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.35rem;font-weight:800;color:var(--yl);letter-spacing:.5px;line-height:1.1;}
.header-title span{display:block;font-size:.72rem;font-weight:600;color:rgba(255,255,255,.7);letter-spacing:1.5px;text-transform:uppercase;}

/* HERO */
.hero-wrap{width:100%;max-width:900px;margin:22px auto 0;padding:0 14px;}
.hero-banner{
  background:linear-gradient(135deg,#1a0033,#4a148c 70%,#ffd60018);
  border-radius:14px;border:3px solid var(--yl);padding:40px 30px;
  text-align:center;box-shadow:0 8px 30px rgba(74,20,140,.55);
  position:relative;overflow:hidden;
}
.hero-banner::before{
  content:&quot;🛗&quot;;font-size:110px;position:absolute;opacity:.07;top:50%;left:50%;
  transform:translate(-50%,-50%);line-height:1;
}
.hero-icon{font-size:64px;margin-bottom:12px;display:block;animation:lift-anim 3s ease-in-out infinite alternate;}
@keyframes lift-anim{0%{transform:translateY(6px);}100%{transform:translateY(-8px);}}
.hero-banner h2{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.75rem;font-weight:800;color:var(--yl);text-shadow:0 2px 8px rgba(0,0,0,.4);}
.hero-banner p{color:rgba(255,255,255,.85);font-size:1rem;margin-top:8px;font-weight:500;}
.hero-tags{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:14px;}
.hero-tag{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);color:#fff;
  font-size:.78rem;font-weight:600;padding:5px 13px;border-radius:20px;letter-spacing:.5px;}

/* CONTAINER */
.container{max-width:900px;margin:0 auto;padding:10px 14px 30px;}

/* BANNER */
.page-banner{text-align:center;margin:20px 0 6px;font-family:&#39;Baloo 2&#39;,sans-serif;}
.page-banner h1{font-size:1.6rem;font-weight:800;color:var(--dg);text-transform:uppercase;letter-spacing:1px;}
.page-banner p{color:var(--og);font-size:.95rem;font-weight:600;margin-top:4px;}

/* FORM CARD */
.form-card{background:var(--white);border-radius:14px;padding:22px 24px;box-shadow:0 4px 18px rgba(0,0,0,.08);margin-bottom:24px;border-top:4px solid var(--dg);}
.form-card h3{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1rem;color:var(--dg);font-weight:800;text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px;}
.fg-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
@media(max-width:540px){.fg-grid{grid-template-columns:1fr;}}
.fg label{display:block;font-size:.76rem;font-weight:700;color:var(--dg);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;}
.fg input{width:100%;padding:9px 13px;border:1.5px solid #ddd;border-radius:8px;font-family:&#39;Noto Sans Devanagari&#39;,sans-serif;font-size:.93rem;background:#fafafa;transition:border .2s;}
.fg input:focus{outline:none;border-color:var(--dg);background:#fff;}

/* QUESTION CARD */
.qcard{background:var(--white);border-radius:14px;padding:20px 22px;margin-bottom:16px;box-shadow:0 3px 12px rgba(0,0,0,.07);border-left:5px solid var(--dg);transition:box-shadow .2s;}
.qcard:hover{box-shadow:0 6px 20px rgba(74,20,140,.18);}
.qhead{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;}
.qnum{background:var(--dg);color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-weight:800;font-size:.95rem;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;}
.qtxt{font-size:.97rem;font-weight:600;line-height:1.6;color:#1c1c1c;}

.opts{display:flex;flex-direction:column;gap:8px;}
.olbl{display:flex;align-items:center;gap:10px;padding:9px 13px;border:1.5px solid #e5e5e5;border-radius:8px;cursor:pointer;font-size:.92rem;transition:all .18s;background:#fafafa;}
.olbl:hover{border-color:var(--dg);background:#f3e5f5;}
.olbl input[type=radio]{accent-color:var(--dg);width:16px;height:16px;}
.olbl.correct{background:#eafaf1;border-color:var(--gn);color:#1a5c2e;font-weight:600;}
.olbl.wrong{background:#fdf0ef;border-color:var(--rd);color:var(--rd);}
.olbl.show-correct{background:#eafaf1;border-color:var(--gn);}

.fb{margin-top:10px;font-size:.84rem;font-weight:600;padding:7px 12px;border-radius:7px;display:none;}
.fb.ok{color:#1a5c2e;background:#eafaf1;}
.fb.no{color:var(--rd);background:#fdf0ef;}

/* SUBMIT */
.btn-submit{display:block;width:100%;max-width:300px;margin:10px auto 0;padding:13px;
  background:linear-gradient(135deg,var(--dg),#1a0033);color:#fff;
  font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.15rem;font-weight:800;border:none;
  border-radius:10px;cursor:pointer;text-transform:uppercase;letter-spacing:1px;
  box-shadow:0 4px 16px rgba(74,20,140,.4);transition:transform .2s,box-shadow .2s;}
.btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(74,20,140,.5);}
.btn-submit:disabled{background:#bbb;box-shadow:none;cursor:not-allowed;transform:none;}

/* RESULT */
.result-box{display:none;background:var(--white);border-radius:16px;padding:30px 24px;text-align:center;margin-top:26px;box-shadow:0 6px 26px rgba(0,0,0,.1);}
.result-box.pass{border-top:5px solid var(--gn);}
.result-box.fail{border-top:5px solid var(--rd);}
.rscore{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:3.8rem;font-weight:800;line-height:1;}
.result-box.pass .rscore{color:var(--dg);}
.result-box.fail .rscore{color:var(--rd);}
.rlbl{font-size:.92rem;color:#777;margin:5px 0 14px;}
.rmsg{font-size:1.05rem;font-weight:700;margin-bottom:18px;}
.result-box.pass .rmsg{color:var(--dg);}
.result-box.fail .rmsg{color:var(--rd);}
.btn-cert{display:inline-block;padding:12px 26px;background:linear-gradient(135deg,var(--dg),var(--lg));color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.05rem;font-weight:800;border:none;border-radius:10px;cursor:pointer;text-transform:uppercase;margin:5px;box-shadow:0 4px 14px rgba(74,20,140,.3);transition:transform .2s;}
.btn-cert:hover{transform:translateY(-2px);}
.btn-retry{display:inline-block;padding:10px 22px;background:transparent;color:var(--dg);font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;border:2px solid var(--dg);border-radius:10px;cursor:pointer;text-transform:uppercase;margin:5px;transition:all .2s;}
.btn-retry:hover{background:var(--dg);color:#fff;}

/* FOOTER */
.site-footer{
  position:fixed;bottom:0;left:0;right:0;
  background:linear-gradient(90deg,#1a0033 0%,#4a148c 100%);
  padding:9px 20px;display:flex;align-items:center;justify-content:center;gap:10px;
  z-index:200;box-shadow:0 -3px 12px rgba(0,0,0,.35);
}
.site-footer span{color:rgba(255,255,255,.8);font-size:.84rem;}
.ft-link{text-decoration:none;display:flex;align-items:center;gap:8px;}
.ft-logo{width:34px;height:34px;border-radius:50%;border:2px solid var(--yl);cursor:pointer;transition:transform .25s;}
.ft-logo:hover{transform:scale(1.12);}
.ft-name{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;color:var(--yl);transition:color .2s;}
.ft-name:hover{color:#fff;}

/* CERT OVERLAY */
#cert-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.75);z-index:900;align-items:center;justify-content:center;padding:14px;}
#cert-overlay.show{display:flex;}
.cert-modal{background:#fff;border-radius:14px;max-width:720px;width:100%;box-shadow:0 20px 60px rgba(0,0,0,.4);overflow:hidden;}
.cert-modal-header{background:linear-gradient(135deg,#1a0033,#4a148c);padding:14px 20px;display:flex;justify-content:space-between;align-items:center;}
.cert-modal-header h4{color:var(--yl);font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1rem;font-weight:800;text-transform:uppercase;}
.cert-modal-header button{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;padding:5px 12px;border-radius:6px;cursor:pointer;font-size:.9rem;}

.cert-preview{
  background:linear-gradient(160deg,#f3e5f5 0%,#fffef5 100%);
  padding:30px 36px;text-align:center;position:relative;
}
.cert-preview::before{
  content:&quot;&quot;;position:absolute;inset:0;
  background:repeating-linear-gradient(45deg,#e1bee7 0,#e1bee7 1px,transparent 0,transparent 50%) 0 0/10px 10px;
  opacity:.3;z-index:0;pointer-events:none;
}
.cert-border{border:3px solid #4a148c;border-radius:6px;padding:26px;position:relative;z-index:1;}
.cert-border::before{content:&quot;&quot;;position:absolute;inset:6px;border:1.5px solid #ffd600;border-radius:3px;pointer-events:none;}
.cert-hdr-bar{background:linear-gradient(90deg,#1a0033,#4a148c);border-radius:4px;padding:10px 20px;margin-bottom:14px;}
.cert-hdr-bar h2{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.1rem;font-weight:800;color:#ffd600;letter-spacing:2px;text-transform:uppercase;}
.cert-topic{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.92rem;color:#e67e22;font-weight:700;margin-bottom:10px;}
.cert-certify{font-size:.8rem;color:#888;margin-bottom:6px;}
.cert-name{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.7rem;font-weight:800;color:#4a148c;border-bottom:2.5px solid #e67e22;display:inline-block;padding-bottom:2px;margin-bottom:10px;}
.cert-details{display:flex;justify-content:center;gap:30px;margin:10px 0;flex-wrap:wrap;}
.cert-det-item{text-align:center;}
.cert-det-item .lbl{font-size:.65rem;color:#999;text-transform:uppercase;letter-spacing:.5px;}
.cert-det-item .val{font-size:.85rem;font-weight:700;color:#222;margin-top:2px;}
.cert-para{font-size:.78rem;color:#666;margin:10px 0 6px;line-height:1.6;}
.cert-score-badge{display:inline-block;background:linear-gradient(135deg,#4a148c,#7b1fa2);color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-weight:800;font-size:1rem;padding:6px 20px;border-radius:20px;margin:4px 0 8px;}
.cert-date{font-size:.72rem;color:#aaa;margin-bottom:12px;}
.cert-footer-row{display:flex;justify-content:space-between;align-items:flex-end;border-top:1px solid #ddd;padding-top:10px;margin-top:4px;}
.cert-brand{display:flex;align-items:center;gap:8px;}
.cert-brand img{width:36px;height:36px;border-radius:50%;border:2px solid #ffd600;}
.cert-brand-name{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.85rem;font-weight:800;color:#4a148c;}
.cert-brand-sub{font-size:.65rem;color:#999;}
.cert-sig{text-align:center;}
.cert-sig-line{border-top:1px solid #555;width:120px;margin:0 auto 4px;}
.cert-sig-text{font-size:.65rem;color:#aaa;}
.cert-sig-name{font-size:.78rem;font-weight:700;color:#4a148c;}
.cert-actions{padding:14px 20px;background:#f8f8f8;display:flex;gap:10px;justify-content:center;flex-wrap:wrap;}
.btn-dl{padding:10px 22px;background:linear-gradient(135deg,#4a148c,#7b1fa2);color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;border:none;border-radius:8px;cursor:pointer;text-transform:uppercase;}
.btn-sh{padding:10px 22px;background:transparent;color:#4a148c;font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;border:2px solid #4a148c;border-radius:8px;cursor:pointer;text-transform:uppercase;}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;!-- HEADER --&gt;
&lt;header class=&quot;site-header&quot;&gt;
  &lt;a class=&quot;header-brand&quot; href=&quot;https://www.youtube.com/@safetygurukul&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;
    &lt;img alt=&quot;Safety Gurukul Logo&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiND8RGewexRYxt2xUCNrxyonnHir88RCKSeritcDsw9bGDpIQ6vbwwXZRRc9Z9l7ocMZgQI08vBTjdq8HZfEAEQQXfopZO_Z3LxBtt1Z7ab_yM1_76y_Efqr_GD95lJH2qRcO107UdHrJ20yYEPfUqY7guZ6RhUZwlVrKG20pZbm_C19TspEdzdMOQrneI&quot; /&gt;
    &lt;div class=&quot;header-title&quot;&gt;Safety Gurukul&lt;span&gt;Passenger Lift Safety Quiz&lt;/span&gt;&lt;/div&gt;
  &lt;/a&gt;
&lt;/header&gt;

&lt;!-- HERO --&gt;
&lt;div class=&quot;hero-wrap&quot;&gt;
  &lt;div class=&quot;hero-banner&quot;&gt;
    &lt;span class=&quot;hero-icon&quot;&gt;🛗&lt;/span&gt;
    &lt;h2&gt;पैसेंजर लिफ्ट सुरक्षा जागरूकता&lt;/h2&gt;
    &lt;p&gt;क्या आप लिफ्ट के सुरक्षित उपयोग, आपात स्थिति और रखरखाव के नियम जानते हैं?&lt;/p&gt;
    &lt;div class=&quot;hero-tags&quot;&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;🛗 Lift Safety&lt;/span&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;🏢 भवन सुरक्षा&lt;/span&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;📋 10 प्रश्न&lt;/span&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;🏆 प्रमाणपत्र&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- MAIN --&gt;
&lt;div class=&quot;container&quot;&gt;
  &lt;div class=&quot;page-banner&quot;&gt;
    &lt;h1&gt;🛗 पैसेंजर लिफ्ट सुरक्षा प्रश्नोत्तरी&lt;/h1&gt;
    &lt;p&gt;अपना ज्ञान परखें • 80% अंक पर प्रमाणपत्र पाएं&lt;/p&gt;
  &lt;/div&gt;

  &lt;!-- PARTICIPANT FORM --&gt;
  &lt;div class=&quot;form-card&quot;&gt;
    &lt;h3&gt;👤 प्रतिभागी विवरण भरें&lt;/h3&gt;
    &lt;div class=&quot;fg-grid&quot;&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;नाम (Name)&lt;/label&gt;&lt;input id=&quot;inp-name&quot; placeholder=&quot;अपना पूरा नाम लिखें&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;पद / पदनाम (Post)&lt;/label&gt;&lt;input id=&quot;inp-post&quot; placeholder=&quot;जैसे: Employee, Security Guard&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;विभाग (Department)&lt;/label&gt;&lt;input id=&quot;inp-dept&quot; placeholder=&quot;जैसे: Admin, Maintenance&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;संस्थान / उद्योग (Industry)&lt;/label&gt;&lt;input id=&quot;inp-ind&quot; placeholder=&quot;कंपनी / संगठन का नाम&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- QUIZ BODY --&gt;
  &lt;div id=&quot;quiz-body&quot;&gt;&lt;/div&gt;

  &lt;!-- SUBMIT --&gt;
  &lt;button class=&quot;btn-submit&quot; id=&quot;btn-sub&quot; onclick=&quot;submitQuiz()&quot;&gt;✅ उत्तर जमा करें&lt;/button&gt;

  &lt;!-- RESULT --&gt;
  &lt;div class=&quot;result-box&quot; id=&quot;result-box&quot;&gt;
    &lt;div class=&quot;rscore&quot; id=&quot;rscore&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;rlbl&quot; id=&quot;rlbl&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;rmsg&quot; id=&quot;rmsg&quot;&gt;&lt;/div&gt;
    &lt;div id=&quot;cert-btn&quot;&gt;&lt;/div&gt;
    &lt;button class=&quot;btn-retry&quot; onclick=&quot;retryQuiz()&quot;&gt;🔄 पुनः प्रयास करें&lt;/button&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- CERTIFICATE OVERLAY --&gt;
&lt;div id=&quot;cert-overlay&quot; onclick=&quot;if(event.target===this)closeCert()&quot;&gt;
  &lt;div class=&quot;cert-modal&quot;&gt;
    &lt;div class=&quot;cert-modal-header&quot;&gt;
      &lt;h4&gt;🏆 Your Certificate&lt;/h4&gt;
      &lt;button onclick=&quot;closeCert()&quot;&gt;✕ Close&lt;/button&gt;
    &lt;/div&gt;
    &lt;div class=&quot;cert-preview&quot;&gt;
      &lt;div class=&quot;cert-border&quot;&gt;
        &lt;div class=&quot;cert-hdr-bar&quot;&gt;&lt;h2&gt;Safety Knowledge Evaluation&lt;/h2&gt;&lt;/div&gt;
        &lt;div class=&quot;cert-topic&quot;&gt;Topic: Passenger Lift Safety&lt;/div&gt;
        &lt;div class=&quot;cert-certify&quot;&gt;This is to certify that&lt;/div&gt;
        &lt;div class=&quot;cert-name&quot; id=&quot;c-name&quot;&gt;—&lt;/div&gt;
        &lt;div class=&quot;cert-details&quot;&gt;
          &lt;div class=&quot;cert-det-item&quot;&gt;&lt;div class=&quot;lbl&quot;&gt;Post / Designation&lt;/div&gt;&lt;div class=&quot;val&quot; id=&quot;c-post&quot;&gt;—&lt;/div&gt;&lt;/div&gt;
          &lt;div class=&quot;cert-det-item&quot;&gt;&lt;div class=&quot;lbl&quot;&gt;Department&lt;/div&gt;&lt;div class=&quot;val&quot; id=&quot;c-dept&quot;&gt;—&lt;/div&gt;&lt;/div&gt;
          &lt;div class=&quot;cert-det-item&quot;&gt;&lt;div class=&quot;lbl&quot;&gt;Industry / Organisation&lt;/div&gt;&lt;div class=&quot;val&quot; id=&quot;c-ind&quot;&gt;—&lt;/div&gt;&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;cert-para&quot;&gt;
          has successfully completed the &lt;strong&gt;Passenger Lift Safety Quiz&lt;/strong&gt;&lt;br /&gt;
          and demonstrated commendable knowledge of safe lift usage, emergency procedures and maintenance awareness.
        &lt;/div&gt;
        &lt;div class=&quot;cert-score-badge&quot; id=&quot;c-score&quot;&gt;Score: —&lt;/div&gt;
        &lt;div class=&quot;cert-date&quot; id=&quot;c-date&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;cert-footer-row&quot;&gt;
          &lt;div class=&quot;cert-brand&quot;&gt;
            &lt;img alt=&quot;Safety Gurukul&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgL-Wwb2U5VGKW9Wu-cUvW30oB9VQ3kQZXjs0DVgAn3n0Psb-3XjCtum7e8xOIxF06vkpJmVMMp0WALSAeGdBBhU_49FbygpZ8-Hp1KGFu_Y3UPjceEEhZy4yfnewgqfryyZ4YXicFTwnlZXRAjhAETYzQafA2MVvc_PlHBS5jXn0O_d3eiClBsrCPeweDy&quot; /&gt;
            &lt;div&gt;&lt;div class=&quot;cert-brand-name&quot;&gt;Safety Gurukul&lt;/div&gt;&lt;div class=&quot;cert-brand-sub&quot;&gt;youtube.com/@safetygurukul&lt;/div&gt;&lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;cert-sig&quot;&gt;
            &lt;div class=&quot;cert-sig-line&quot;&gt;&lt;/div&gt;
            &lt;div class=&quot;cert-sig-text&quot;&gt;Authorised Signature&lt;/div&gt;
            &lt;div class=&quot;cert-sig-name&quot;&gt;Safety Gurukul&lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;cert-actions&quot;&gt;
      &lt;button class=&quot;btn-dl&quot; onclick=&quot;downloadPDF()&quot;&gt;⬇️ Download PDF&lt;/button&gt;
      &lt;button class=&quot;btn-sh&quot; onclick=&quot;shareCert()&quot;&gt;📤 Share&lt;/button&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- FOOTER --&gt;
&lt;footer class=&quot;site-footer&quot;&gt;
  &lt;span&gt;Powered by&lt;/span&gt;
  &lt;a class=&quot;ft-link&quot; href=&quot;https://www.youtube.com/@safetygurukul&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;
    &lt;img alt=&quot;Safety Gurukul&quot; class=&quot;ft-logo&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEigyOFNIQVKRUfs0-chco8ozlNQJ7v9XQdnhQMtL3O2mQSBJRruhdKy0F6crai6urG0SFST5ORqHWSXfNIOuHNoEqnH0iMJHO0btZ51scRncAy8qdt_F7Cu5q17JKv5z8M2y6VQ9g6bzdhirCrWaa5D3GHvi9PKdJ4YWrIZB5xqVf6F_4rHz3eSOCxRIWkR&quot; /&gt;
    &lt;span class=&quot;ft-name&quot;&gt;Safety Gurukul&lt;/span&gt;
  &lt;/a&gt;
  &lt;span&gt;| सुरक्षा हमारी ज़िम्मेदारी&lt;/span&gt;
&lt;/footer&gt;

&lt;script&gt;
const LOGO=&quot;data:image/png;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/4gHYSUNDX1BST0ZJTEUAAQEAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9YWVogAAAAAAAA9tYAAQAAAADTLXBhcmEAAAAAAAQAAAACZmYAAPKnAAANWQAAE9AAAApbAAAAAAAAAABtbHVjAAAAAAAAAAEAAAAMZW5VUwAAACAAAAAcAEcAbwBvAGcAbABlACAASQBuAGMALgAgADIAMAAxADb/2wBDAAUDBAQEAwUEBAQFBQUGBwwIBwcHBw8LCwkMEQ8SEhEPERETFhwXExQaFRERGCEYGh0dHx8fExciJCIeJBweHx7/2wBDAQUFBQcGBw4ICA4eFBEUHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh7/wAARCADIAMgDASIAAhEBAxEB/8QAHAAAAQQDAQAAAAAAAAAAAAAAAAQFBgcBAwgC/8QARhAAAQMDAQYDBAYGCAUFAAAAAQIDBAAFESEGBxIxQVETYXEUIoGhIzJCkbHBCBVSYnLRFiQzQ4KisuEXNFPC8SZjk9Lw/8QAHAEAAAcBAQAAAAAAAAAAAAAAAAIDBAUGBwEI/8QAOhEAAQMCBAMECAUEAgMAAAAAAQACAwQRBRIhMQZBYRMiUXEHFDKBobHB4SNSkdHwFjNC8RUkNGJy/9oADAMBAAIRAxEAPwDjKiiiggiiiiggiiisgEnAGSaCCxQNdBT5s/sxc7w8G40da+WcckjzPIVZ+zu7KBFSly5u+Mvn4beUp+KuZ+VEdIGqKr8ZpKHSR2vgN1T8G3TZrqWo0ZxxSuQSnOalNr3b7RzcFbCYyD9p04+XOrXcuuzdhxEhoaMgnhDERHE4o9jjr6mtl12gXbH4bsuE43b5CQFvqPvMrPIKHQY/PtSRldyCrs/EdbIQKeK19r7nyUFhbo1aGZdUp7htsq/HFPDG6mwpGHZUpZ6kECpDYblIul/uS2nQq2x+FprABC14yog9e3xFedup0qNBjR4LngvTJCWPF/YB5kedJl772uol+KYrJUCAyWJHLlz+CZf+FuzePrTP/kH8q0v7qbEpP0UqUg9MkH+VKbxAtlmfZUztE/CnpUlalPuKcS4nOuQNNdactpZr39JNn4kV9aUvOLccCVHCkgAgacxjNAOdyKN65iGZvZzkgg6kW2F1DJu6NwaxLqhfYOI4fwzUcum7naOESUxvaEftNEK+XOrbv1zlsbT2S2xnAlEhS1PjAPEkDQa8uR5Vm7bQuxL2m2RLW7OWlnxXvCWApIJwNDz9M9RRhI9OKXHMUGS9nXF9dNL26LnyZb5kR1TciO4hSeYKSMUlrpCM9ZNpmHW3oiXFtHhdafbw42ex6jkdQai20e7CHIBctbxaVrlp3Ud8BXMfEUo2YXsVNU3FEJf2dS0sd8FTFFPN+2cudnkeFKjOIPTI5+YPI0zkEHB0NKg3VmjkZK3Mw3CxRRRXUdFFFFBBFFFFBBFFFFBBFFFKbfDemyEtNJUokgAAZJJ5ADvQXCQBcrXGjuSHOBsZ7noKs/Yfd0pxKJl3CmmjqG+S1jz/AGR8/SpFsDsRHtLDc24NpXL+shs6hr+au/al+2l0mRJkGChwQostXC5Nxng8uwOOp7+Rpu6Uk2aqXiGPPqZvVaI28XeXglt3n2/Za0tlmJhBWG22mgEgqIOMk6DlzNaYb8vxyjaCbFZMxPhswWzkpz3UNScaZGlJ4ce1XmyyrHDS+7EQCBLXlSVOHXIJ1ODqcaUxbLyXIBehItD02/tOFtbqySlKRoCVHkMdBzx50lYW6qDipGOieD/cB1Jte3I67deacNqrXF2eVbb5bIoZREeCXwjOVIVock6ntk96l7rcadCUh1KXo7yORGQoEZFInkJVYVtbQuxeFaSHyk8KBk6AEnORpr3FRu5bwdnbOwiJD45QaSEoCThIA05nU+uK4MzgLJt2dTXNY2MFz2E94bEeac9gYL1tt0uC8wtsNy1+GpQ+unoR3GnOnHaW0IvFt9mLqmXULDjTidSlQ5HzGtVfcd69yWsiFFZZT0ynJ+8/ypnc292smE+HJcV5Nox/pApTsnk5lMDh7Epqj1kkNO+91aFws+0d1h+wXCVbUsrwlx5ttRcUAQdM4AOlb79Z56Z9sulqS2+9AQWyy6rhDiSMaHkDgmqjG0+2eOLxZ5HfDn862Nbd7XQzlyS6B/7iM/6q7kdyIT12A4gCC1zbC+lrA33/AFVqWyBdZ+06L3dYbcJEdktMsh0OEk5ySRpyJ+VMbcW7LYvG1UeS/Elh1XhtqQMKaRjIII7DT0qO2/evd2iBMix3051wOEkeo/lUstW8fZ26IMaclcTxE8Kgv3knIIIyNflXMr26pnJR4jSHMYgRYDTWzRqRY+KGHRZtnZW0ZmKmXC6JSEHgCffIIAABPLXPpTxBWNl9jg/cHVuutoK1haslTijnhBPmcfea1z7RGn2OCmwSGCmC8HY4KuNtRBJIJyTrmkkqJetobhERd7eiBboi/FdSXQrxlDkBjp69CaJe+6YPMVSO+QBmJcDo6w9kAeXgn7hiXiyMG6RG0pkNpJacIPCojTB017Y1qttud3bscLm2rjeZAyUc1o/+w+Ypxvm0SJl9bnuxZT1ngL+i8JOEuOA6Ek6AZ5Dt6mplZLndp8pQl2RcGNwEpWt0FRORjQDqM10ZmapWI1mE2mjPdOpaToOgvrdc4PtOMr4HE4P41rq794Wwke5tOT7Y0ES/rLbToHPMfvfjVLzYrsR4tOpIIJGoxTljw8aK8YZikOIR54zrzHgtFFFFHUmiiiiggiiisgEkADJPIUEFsisLkPBtAOvM4zirx3bbIN2iKifMaHta0+4kjPhg/wDd+FR7dHsqlaxd5jYLbZ+jB+2vv6D8am9xvNxVcXIlohMvtxSPannneBKCRkpB7gak9KbyvJOUKk8QYlLUPNHTHb2j9Fp2sul7g3i3x7cIxakhSQHRotY14SemRjHmaQzNoLTeGH7Ff467bKI4SHMKShfQhQ5d9cadaUbRzLdtFa5EW1Tku3CLh5kN5CuJP7JIGdM8vKllhttsZ2caemRUfSJD0lcpIKivGSVEjvn4UkLAdVBsEMFOx0rCJAbaaG+9/wCBbdjmrjEtHsVxbSkxleG24nGHEDkrT86YNst4dutBXHtqUypZ0KxqhJ/7qim8Tb56atdttKi1EHuqWNC5/t5U7bo9zV12tcau9/8AGgWdXvJzo7IH7oPIedFlkigZ2kxsFY8G4Vkr5+2nbq7XKPqoX7RtZtxdRGiMy57yjo20nIT+SRVq7F/o6zJDaZO1d1EXOvs0UcSv8SzoPhmr82Y2csmzMBMGyW5iGyB73An3lHuTzPxNSG0wXbjORGawniOqugHU1XKnHpZTkpxYfH7LX6HhimpIs0+w5DQBV5s1ue2EtnAiLs6zLdT/AHkol1Xqc6fhVhWvY+3R0JSxEhRk/ssx0j8Kn0OwW+IyEBsuHqpR5n0FenLZG18PjbPQpUfwNR00NW83kdfzJST8QhZ3adgaPGwuokNmk8GEOadBwCmm7bLtlsiRb40pHULaSr5Gp0vxYawJGFtE4DoGMeo/OlK0pUjBAUCPUGm3ZuF9bELseKStIzgOHUBUHf8AddsHeQv2zZmG04oY8SMksqB7+7j51Vu1/wCjgyUOP7LXpaF80xpwyDpy40jT4g11JtBb2/FUpsBKhrp19f51HykgkHpoRSlNitTCbMedOR1+al20VBiDM2QA9NFxDdbdtxu6uYbnx5cE59xeeJl30UPdV6VONlN4duvbBt17SmM66ktlWcIWDpr+zXTl1t0G6wXIFziMS4rqeFbTyApKq553u7iHIiXLzsMhx1sEqdtxVlaOuWidT/CdexPKrLR41FUkMmGV3jy+ypfEHA8crTIwXtzGjh+69bZWgnZBu3WeJxIDrZShvU4zknz7k/GlO017fhrZtNrZ8e6SEjgGMpbHLiPz+7Xzrfd9t3KtEhNru/GuKFcGV54mjy+7yqw7ozKRcmtpbG03cA4wGnGgoDjRnIKT37jyqXLS02KyapoZaSVsNVqBctJ2cTbQ/olltQ1s7ZeO7XIuKKuN15xR1WeiRzx/uaje8nZFi7RFXa3IBe4OJxKB/aDH1h59fMfNQqM9Ke/Xu2Cm4sVg5jwirKQemQOZ8uZ9NKetm7xLvDrzwt6o9uCQGHFnCnDnUgdsf+T05q05gmzXTUcnrcbrke1yb5Dx9y50ksrYeLa+Y5HuK1VaG9rZVMZ39ZQ2wGHlEkD+7c7eh+RqsCCDgjBFO2uDhcLR6GtjrYGzR7FYooooyeIp+2Kszt4vDDDYPvrxxY+qPtK+ApiSCpQSBkk4FXbucsqYtsXc1pPG79G0Tp7oOp+Jz91EkdlF1FYzXihpHS89h5qcQYrMKGzFjpCGmkhKQOw/Oo3e9mG1vS5gmTjFePjPwmT/AGqh8euKlR9aznuKYhxBusmp66aCQyNO+/VRCzQ0zr7EuDFpXa4kFpSUhaAhbiiMa46AZ1PU1Ct6m2apryrVbnf6q2cLUD/aEfkDyqW71tpE2m1GDHc/rEhJ4sHVKOX3nl99RbcNsE7tttV7bPbP6ogrC5CsaOK5pbHr18qO+RkUZmk2C0HhrCn4lM2pe3o0fU3Ut/R83SC5lrazaiPmIDxw4rg/tT+2ry7DrXSiEpQgJQkJSkYSkdKGkNtNpbbSlCEp4UpSNEivVUWurZKyQvftyHgt8w3DY6GPK3fmfFFPuxryGrr4RIBW2ceZ5/gDTCeYrPiuRZjbzSiFABaT51Hun7Etd1QxS7oMo5qy1urHJah8a0LkOA541ffSK13Jq4xgtKgHAPpEZ1B7+lbXetSkk2docw3uqZ2djYjVbnJYW0pp0cSVDBPUUhhTw0hbLpUeA4ScdO1eHCdaRuj6Uk6BSSM+Y5VFzVEh1B2SzIxaxWZj3irUpXXp5Uxzm+ToGoPCr16H7qVreOSK1kFzxEEZ405HqP8A8KiKepPba81K0UhgeHck3UUEHODoRRU0rVuFTO/ndJH2kjv7Q7OR0t3tsFbzKBgSwOflx9j1+dUzuv2udtE39UXNSxHUspwvQtKzgnv6iuy9Olc6fpRbvvZ3f6dWZjhClBNybbTolR5Pad9AfPB71aMGxIuIppT5H6KicV8OQ1cDpGt0O4+o+qTbVQ2W9o4N3uWZVrUA3wlRKGVnkojkQev/AIqYIACQlOAnGgHIDyqAbptokXi1mzzuFx1lOUheoUgY0weeDj4VYHUVPPuNCvPOMNlgc2mkGrNOhHJJ7nCYuNvehSE8TTqSlXcdiPMHX4VzrtfaXrVdnmHgeJCylRxz7K+I1++ukutV3vlsqX4SLo2MEDwnu3dB+B0+NHhdY2UnwpiRgqPV3Huv+apeiskEEgjBFFPFpqW2KK7MubLDIytSwEjuScCulrXEbgW6PCbA4GWwgY64Gp+POqT3O28y9qGXVJyhkF0/AafMir0prO7UBZ3xnVF0zIBsBf8AVFeJLzcdhx91QS22kqUo9ABkmtnJOO9RDercvYNmVMhYSqUeAn90an79B8aQaLmyqtBTGqqGRDmVUe1E2XtJtUoNJU49IeCGkeZOEp+Ax867I3ZbKx9jtjoVkaALqE8cheNVuK+sfyHpXN/6L+zir3vEF2eQFRrUgvqJ6uK0T+Z+FdbHyqB4hqu82nbsNSvTfCeGsii7UDbQLTLfajR3ZDyuFppJWs4zgAZJpv2XvCb3BdmtoSloPrbaIzlSRjBPmacZbKJEV2O4AUuIKFA9QRiohuldT+pJcHACokpaSe4J0/A0nR0EE2D1FTYl7C3Xob/VWCepkZWxRX7rgf1CmZ0OScAUsnQ1LitJJSlzhyjz8qR40IIyDS1MxDscMSkcaQMJUNCO3x8xVRrWvcwZRshiLZXBpaNOaboz70V8KSVNuJPTQ1IIe0PEkCU1k/tJ/lTO/GW4CGZCXABoHBqPjz++k6Ys0HAY4vNKgaaQ1D49Gn3KIfC1++6lRusFYyHFA9ik033G5JcQAyCACCSeZGabUQrmRkQXiO4wfzrYLbdnElKYCgTplagBSsj53jW1kk2JjTe4St1ClPaaJIzmhpxtVwajoUC4QRwjoNOdKHrLNkttJMgRwBhzh1J9KX2yzwrYC6PecI1cWcn/AGpqymIfncbIhkaGWvcr3NtjEtBVwhDoGih19ai8llcd9bLgwpBwakNwvjDQLcX6VwaZHIH1qOPOrecU46oqUo5JNSsMjnHbRSmEGouc18vVeTSe5Qo1yt8i3zWUPRpLamnW1cloIwRSjNFOASDcKec0OFiuJr5bJu7fec/bioqTFfCmln+9ZVqkn1ScHsc9qvCHIblxGZLJy26gLT6EZpt/S92cD9ote1LDf0kVz2SQocyheVIJ8goEeq6j+5u6+37MmKteXIq8Y/dVqPnmr/TVHrVM2U78/NeevSFgwgeZGj2T8Dt+im41NJL3CRcrPJgqwPFbKQT0PQ/A4NK6KODY3WXRSGN4e3cG65eu7KmLg62pPCoH3k9j1FFSXezbxB2tk8Iwl5Xip/xDJ+eaKkGm4utupJxPAyUcwCpZuKigImyuyEIB9SSfwq2LDZLjcxcVW5ZlvRsPGJj6RTR0JbP2iCDlJ1wRgnlVc7nm3Wdk5LsdCFuqfwkLOBokczjlV6bp7/bLXe4ltVZg3IuCiy7cnJIWvi4SQkJ4AEoJAAAPMjOTrVcx+qqKendLTtzOH03v9lTmU1NXY1IyqcA06a736e9Q+8Wm4Wu4RGrgfAdcjmQuKAMtBRwjiP7RwskDQaZyTpTm/OcpVwjwgfdQ1nGeqjr8gKvnb6/W3aOUu62y2S489SQkOLkBTT6B9XKcZScciD11Brmve68p7ad4rTwqSoJIznGEJ0+/NOMFlmnga+dpD+YKVoaGmjxk+rkFjRpblbTXrur6/ROtCYW7x+5kfS3CUpX+FA4R881cNQzchEELdTs+zw4KoocV6qJVn51MwfdzVUxCTtKp7up+C9B4TF2VHG3p89V4fWUMuLGMpSSM+QqDbnSpcO6SVYK3JOTjvgn86km2cl6LsxOdjoWt4t8CAkEnJONAPWo1uXgzmYlxS9GfR7yVcKmyMAA5Ooq54PRn+lq2e47zmADnofuojEauNuMU8bjawJ6aqe61mgJUoKIBITz05etFUEtI0IsrKyVj/ZIKM6YrKVqT9VSh8axRpRCAd0Ytadwlce4S2fqukjtS1q/SAMLQg+eKZ9aKIYmHkmslBTybtTs9fpakkICEHvw5/Om6VJkSDl51ax2zgfdWkZHOtrLKnM4wEjmo8hS1NQmeQMjaXFM6htBh0RnnIa0cytflyFYOBWmZc7XFSoF1briTgpSMZ9DTIL+/4xUWWy2TonJBA9alpsEqIQL2v4A7KnP9KfD8cnZ5za9r20UhJHWs+VJbfPjzEZbVhQ+sk8xSnmKinxujJa4Wsr5Q4hTYhAJ6Z4cw8wotvctSb3u02ht6k8RMJbrY7rbHiJ/zIFcubjJvg7RPwydJDJwPNOv4ZrstbbbqVNuoC21gpWk9QedcO7uCqFt7FaJ95MgtH5pNWrh6QugkZ4fX/SovpApBJTk+LT8NVfUmUzHU0HcgOEgKwcAgEnJ6DAJydNK9SZDMaOqQ8vhQkE6DJOmdAOZ9KctnbfdLreGW7MylciO4h5Tq9GmMHILh6A4IxqSCQBzqyttdhLfDsF1n7N2YvzpaUpDSF8SWmiR4hZQTgEpyMDU5wOxbYjj8FDUsp3al3w8/BY3hPCz8QpDU3LQL3HiP/X5Lk7fjG43IM4JKfEYIweehzr54VRTrvwSldjjLAIU0642sEEKScDIIOoOmoOtFWuBwcwEK3cOuJoGhwsRcfoUv3Nn/ANJHv7Qv8BUxlJecYUI7ymHwAW3E80KByCPQgGoRuUcCtmX286pf4vgUj+VTs66imsoBJBGizvGnOixORzdwbry0gNtIbSMJSAAOwAwKoPeokjaiUT1eV+VX9zqjd8bQa2jeGNVOcfwKEfnmlIPaUrwe/wD7r77kfVdZbrylW7vZ9SeX6vZ/0in28IuKNmrjOtUZUuawlHhMpQVFRKgCcDU4GTioTuAnpuG6SxrCuJTLSmFa8ilRH4AVYcKS9DkJfYWUqT9xHYjqKpkUkVLiGeduZrXbHnqvSEjJ6jDGimdlcQLKqdnN4d9tN5Su+W4ymmHghaC3wKQsHkTjmOx7V0xHcS9HbeSkgOICwCNQCM61W9/ktSIbzibfFSlBL5QlsYW4BniOmp8/OmjYrfHIvV3FrkWlhhS2z4SkuEgkDOCCOWAa0aZ9NjdPJVYbTdm2IXfY6H3e4rNsVw3EGyRNqXZnu0H+1cKkpUCFJSQeYIyKRS7Rb5LZQqOlsk54kAJOfhz+NIrDeJFykqb8BtKWxlxQJOCeQ+NOdwmx4LJdfVgdANSfQVVs0cjMzhp1CjnQVtHUCFpOccmm/wAlDL3bHLa6kElbSz7q8YGex86buuam79zs8q2Puyn20x0NlTviHHCMc/8AxVUWbbKyXi7SIMR1TRQ4Qx4px4qQdCD38qj5sAqJ4X1VIwuY32ra2Wh4BxC+Q+q1vdkGxOl/upDRRRVcVzXppBW4lA+0cZrF9ddaYEKLH8ZTqSOEE6AYyTjpSi3pxIwoYIB51Hdq57rN5UmK4W1BCQtSdCSNQPTWr5w/EymoXVDh3nG3ULz56WsYkdUspWn8MC+nMn7Jtm2+5qWt96MsgZJUkaAAfhikCG3VpJQhagDgkJJxSuTdZ8lWXpC1DABSDhJA7gaGt9tbjyJrQbkKjpcIDiATnOeQxzB+VLlkcslmE6rEsrHus1JIolR5rfhNOB7OQkggkdsVLozoeYQ8nTiGcdvKnWTCbefjvjAcYVkHHMYwQaQFspfdbSjhw4cADQg65FMeIsI9XiEo1N7La/RLWTUlbLSOd+GW36Aiyx1rh3ZxQVvSQpH1TclEenGa7auUtq32+TPe/sozK3l/wpBJ/CuId2aFy9uYKzqrxi4o+gUT+FNOHWkMld5fVaRxzIG0w/8Alx+CvswoZ4iqMySpXErKAcnufPzpbKvMq6tQYb6nUJtUUQ0pCiEqIUohQ75b8ME9wa09M0deXrUlLSxSvD3C5BXnODFKiCN8bXGzuvgVX2+tllvZ1t1KAHHHxxr6qwkgZPWite/V3hscJrqt1R+4f70VJwCzdFo/DBc7D2ucbkk/NI9xcr/nIp+02lYH8JI/OrROhqit0Fw9k2nYbUr3HSWlD+IafMCr1zk0jMLOVN4tgMdfn/MAfosjQ1Uu/GBiUzNCPrtgZ/hJz/qTVs86i+8y3Cds2t3hClRyVkfukYJ+Gc/CiRus5M+HqoU1exxOh0PvTv8AohXoSNmLrYlrTxw5AfQnrwLGD80/Or1rjTcBtIdlt50RMlfhxZpMKRxHAHEfdJ9FBPzrsuqnjtP2VUXcna/uvUHDlUJqQMvq35cljQ5yOehFUmt9Gze3s59hriMYullB5ZKTjPkM/Kra2gvlvscQvzn0pOPcbBytZ7AVUslSr/tnClS4yozVwdCeEAglGcZBPPTGvetH9GdLNCyqlqWHsHMI10zW10HPS6h+LJWPdCyJw7QO/S/3snrdtM25Xe3Lvbpammn1ZkOvjLawDyCeuOmMY71bU2bImueJJWFrxjQYA9B0pJHZajR0MMoS202kJSkDAAHIV7GMaVSuKOJnY1PdkbY4xoABbQeKl8IwCGg/Ecc0h3cVrlx2pUZcaQ0lxlwcK0KGQRVY7XbvnoSV3GwuLWhHvFkk8acdUnrjtz9atL8KM034e4pr8ClzU7u4d2nUOHVO8TwamxFlpB3uRG4UD3Y7WPXLitF0czLbGWlq0KwOYPmPmPSp6NCKr/eZaItuZb2mtwTFmsvoJKNAsk8yO/fuM1M7JNNxtESaUFBeaSspPQka1K8U09JUsjxigbkjkNnN/K4b+47plhL5489BUHM5o0PiCnp8+HKbc6EDNNG0VgdnzEyoq2wVJAWFHHLkRT0hCX2GirXHMfKvHjGM6WlAlHNJ6gVJxuZCC+cfgyWII5GyxfGMKbjjG0ketRCCC38wDja3UfJQm82aTbCkrPiNEfXSk4B7GtuyJjJuwXJIHAgqQTyBAzk/DNTWSmNNiuR3VAoWMEZwRTNabKxbZbzrr6Hm1IKEpxrg880q6GnimbNE8Fm++yzs8NYgyqDGQuJvtYqQBSVICwfdIyD5Ukjq8R914jQDSgLMlYaSnhbHPHUV7dQmPGc4dOI4Fdq6o1pE7P7UdyT4my0nDMPGEtNHN/5E2UAD/FpcL36n5Kst/wDe02PdTenUucD0tv2JoftFw8Kv8nGfhXOe4yD4t8fmKToy0cHzVp+GamP6W+04nX237JRFFSYI9okgHm8sYQnHknX/AB1ndFahb9mfHUnDkpfFnHNI0HzyfjUNhUJhpMx3cb/t+6n/AEhYkGxPYDsA0fVTKiiinawpVNv3lEzYcQHRtorPqo4/Kio5vWuAn7VSVJOUoX4adeidPxzRT6MWaFs+DQdhQxsI1t81HrHKciXJp1pXCsKBSfMHI+YFdGxbvDctEW4OvJQiQgKT1JURqABqSDkYHauZQSCCDgjlV07nbyiVBXbXMcbeXme+DooD46/Gk5mXF1EcV0Imp2z2vk38lL/ablM0iRxDaJ/tZAyojuEA6fEil62kuxiw+fFStHAvIA4gRg5A70hXPkSFlu2xS4ORfeylsHyHNXwGKUwo7zRU5IlrfcXoRjhQnHRKRy588k02WfSgtAOjbbAb+9UDt7aH7RfHUkqyleePuOaVZ8x8wa6f3RbaT9s93rBgvRf11ESI8svqOih9VeANeIfPNV1vK2fRdrSqS22VPMpPEE81J5/InI7jI0zVYbuNrbhu92ybuLQLrAPhS2Er0eaJ1weWRzB7+VFqYfWIw4AFzdRfbyK2ThHHhLGHE9HW3811JbthZpvYud5ubc9QSVBKkEgLPLQnBA7aU7I2TS5eIt0uFykSnoysspCEoQkZyAAByp2sF3gX6zRrta5CX4klAW2sfgexByCKX9qhazi7FpnWe/LYZdABYbEDTT3LUKfBqJrQ5guDruTdZoooqrKZRRRRQXVolw4sxpLcuO0+hJCkpWkEAjkcGtqQlKQlKQlIGABoAK9cqKUMzy3ISSBsL6JMMaHZrapRDkeErhV9U8/LzpctDbyBxAKB5GmjUa4pVBeKHAgn3VdOxq2cP40GWoqkBzHbX5LNONOFC/NitC4tlbqbaXA+vzXmWx4KgRqk8jREY8ZWTokc/OlNy/sM9iKzbv8Al89yadNwaD/mewt3LZrKOPFNb/Swqgfxb5M3Pz87LalLbKCQAkDmaie8fayFsvsvNvs0jwoyD4TecF5w/VQPU+uNT0p8ucpCEuLddS0y0kqWpauFKQNSonoK4537bwHdvdpkW61rUbJBWRGHLxl/aePl0GeQ7Eml6ysOITGjpxliYe9yvbki4FgowuAYpWuLqh4u2+tr8z1UWszVw2v2zXMlOFyVMkKddXj7SjknyAGfuFX6kRrbbkoJDTDCAkE/ZAwBn+dRLdXs4m1W0T30EPPpwgEahHP7zp6aCpRJntRZIaltlppeAh5WCgk/ZJ6HtnQ9+lLSOubBZnxLiJxCr7JmrW/E80sbWhbaVtqCkqGQQefmDSK/zk2yzS5yiB4TZKc9VcgPvIrW5bVx3FP2p4RlnVTJBLKz/D9knuMeYNQXe9fXG4LNtUgNuAeK+lKuIBWoSM9eprjG5iAovDMOFXVsYw3bfXxHmqquzyn5zi1K4yCRxd9aKSHU5NFP1r4FhYIp82Ou71pu7L7RPEhfEkZ0PQpPkRTHWQSCCDgiuEXRZI2yMLHDQrqO2zGJ8BmbFUFNupCgc8u4PmDofSkcuenwpniodSw26GfEZJ4wSBkjGvMgaZPOq33TbVpju/qyY4EsvK90/wDTcOmfIH5GrCvdtDvEGW5DpkKyWg5wtBQGi1Y10wDgHUgetMnNyuWVVWGChrDFL7J1BW+2S1oS1GmKcDjqlljxQApSQRgHGnFg5xzxqdagG87Y1vDlyhI4Gzr7oGEKJ1B7JPMHoeehyJYYqgt1LzD1xfZCQ9L4wlaFYBAaSBoQDnGmfM6VujXSXLj+yJhLfU4soQ+40UtONgHK1DGR2xpqRjnoG3abhOKOWWin7eA6H2hyI/nvVdbnt5Ny3e3dUOYh2RZ3l/1mL9ptXLjRnke464rrfZy92vaG0M3WzTG5cR4e6tB1B6pI5gjqDXKW1mxplQlTorePCcWhzgyot8Jxy5lGgx1GeuBiO7GbX7U7u7uXba+UtLUC9GWeJiQBpnQ4PXCkn40wxHCmVn4kej/gVsfD3E7Wty3uzmOYXcAz1o5VXG7ffBsttgluK48LTdVYBiyVjhWeza9Ar00Pl1qyPWqdNTy07ssgIK0anqoqlmeJ1wiiiikE5RRRRQQRQDwEEHGDkGscxWelGa4tIINiEm9rXtLXC4K9uPOuIwtRIznFeFzREiuPOyEMMNJK3FuKCUoA5qJPIVEdv94my+xMdRu85KpeMtwmMLeX/hzhI65Vgc+fKuY95O8/abeDIVBQn2C0hWUQmVnCgORdX9s/cOuOtTtBS11VJ2peWj8xOtuirOIzYXRwGn7Np1vlAFr+J8PmpLv43vObVLd2Z2YcdFpK8SJAyFTCDyA6N/M9dNKY912xntK03Kc3mOg5AI0dUOn8I69697vtglPcE64pUhgjODopweXUJ7nmeVWRKlIjJ9hgBpDjaPeOgRHSB9ZXw5DmfIVZ42MgZ2cY+6x7iXiWSpkMEBu47nk0eA/nxXm7zHC8LTb3mm5rqCQpXJtIHPzPYfHkKLXcI89tyDICTIaHA80ohQVjQkHkoE/cdCAaZVR1rhPMPrcbjyneKNcFpHiIWce8oDGAeSTkYHPGRT2xaW0WyNGcWC9GA8N5CeAhQ6gA9euuuuaFhZUqaKCKMNJ1vuN7+P0tuFplLb2fhvy1yj7A2gqDK9VJV0CSTyPLBzjpiqE2rujt0urzzquJallSznOvYeQGBUt3mbVPy3PYESGnG2VngU0gpC1dVak6DprqdarqnMTMour1w9hjqaLtpfbd8kUUUUsrIiiiiggtkZ5TDyXEcx071de7PbFq4xm7ZOd/rCRwtOK+2B9k+f4/jSFKIMp2I8HGlEYIJAOOXI+tEewOFlGYphkWIQ9m/fkfBdHPwZDl/Q+0+9HjBKXHQk+68saAY5gAAZ76dqVXWSmPFKQguOvfRtNpJBWojlkagAak9BUN3f7dMXFluDc3gh/6rbytAs9ldj59fxmwht+3mcpSlucPAgHk2OuB3J5nyxTNwLTYrMq2nmpJgypFso0tzskFuQuy29tiU45JSVFS3koJ4CdSVaknUnXGgxmmraPZG3XyMp6CWmy572ObaycZIx9UnAyRzxrmne5R5ybgqe3chHjNxzxNrTxIKgSSVDtjqMGmqGid4rD7DnssuaovLaQnLTbQHVGmSTjUYOSddKA8bpelkla71iKSztz4eRCqraTYqdbHFFKFIGfdS6QAf4V/VOmOeDk8qddlt528DYl1EMzHn4zeMwrgguJA54GfeSMdiKuNgJlwUGQ0FBxA40LRjJPMcJzj40yOWCyz0FEGSG0oUT4SCl1pKjoT4a8pB9AOVGeWStyyNuFaMN4zfEfxQQRzbslez36SVrd4UX/Z2XGPJTkN1Lo9eFXCR95qaQN927WWgFV/XFUfsPxHQR8Qkp+dUxN3ZRlPhaWmHGxzS08tlSvPKuMUzK3ZO+MovJuDDefdDDbT5+9TiM/cKjpMFopNQCPI/wC1eKTj5pGkrT5i37LpJO9fd2UcX9LIGPPiB+7FIpe+jdpGSSdpUPKA0S1FeUT/AJMfOufP+GsLH/ObR8Xb9Ts4+/2mtat2T5WPZjcHU519oYaYHydXSYwGjH+R/nuT1/HgA9tg/nmrav36R2zUYFNmstxuKxn3nlJYR8PrH7wKrDarfRt9tQ4qJbnv1THcPCGbekhw+rn1s+hHpSqJuub8ZK3A00jHvIcdU8f8oQPnUmi7J2C1MBya4HEJAB8VQbbPqkYB+Oadw0FHBqxlz1VdxDj4P7okLr8mqpLLsneL1LKlIddWpWXFE51/eUdAfn5VauyewsC0oS7LSiQ8nUIA+jSe+uqj6/ACneRdG4lvWu3QQWG0EpUvDLfLQDIyc9MDXvS21PS3o6HZAaKVtpWFIBTnOpHCc4xoM518qdPkc4Kh4rjlbURkt7jNrcymu93l5pxcaM2GuBPEVukoLoB1S1kanpnHXTPOvDKI0eJ4yUOG1Tk8L6VklTKzpxKPPB5E50OvU0+TmFvxyhlxDTw1Q4psL4T3AONaSWuFJjRfY5TkZ+MlvhTwtlJPfiyojXJz60QFQ8dTEIQGix5jW567b+CGokxKRGdfYlQyOEhxshfDjGMg4PTXSoXvJ2sZtsFVltrnvAeG84FZwMfUB557npWdvduY0COq22dwcQHAp5BzwjH1U9z0z09ap6ZJclPFxw+gzypeOPmVacCwR8rhUVQ0Gw2v1IXl91bzpcWdT8q10UU5V5RRRRQQRRRRQQRRRRQQWyO84wvibVjuOhqx9h94j0NKIVy4n440Bz76B5H7Q8qrSgaHIormhw1TOtoYK2Ps5m3C6bZft99t4VHkpfjqUlSgk88EHhUDqAcDI0rLMaS3MelfQqcdcCSST7rQBwBpzySe2T5CuerJtBcbVID0aQ42r9pJ1x2PQjyNWZs5vNYeSG7qyM/9VrnjuU/yps+EjZUWu4bq6Vp9X77Ty5qydMedRdQVOuHiy7WtYhuuIdW0BlZOAk4BCsBJyfMjnT1a7xbLmnigzWXsj6qThQ9QdR91b2YqWpr8hC1Hx+HiR0yARkeZGAfQUkNN1XIXOpC4SNs63O4TSsrdvDbNvuEtI94yUkBSWzjIB4hoc9AeR8q1W+XepDjCBJifStKdHGwchIVgZwocxrypfdoT/s8t2C+82863koQU4WoJwMZBwSABkEch2rVGt6hNDDrZMdNvQxxA4ySSFAEdcD5124snjJoTFmNjYcwCf5rp5JM3cryYsWQUQFCQ/wCCAAoYOSM8z+zn408XITfYlqhKbS+kEgKQVZIB0Go1Jxz+6mc2OLb1WpuGyVFqRlTn2sBKjqR5419KkCgFIKSSMjGhx864Tqm1XJEHMfEBbfbr4KIvybi97UlyZNHhxBISA2GfeSffTjGSOxB788U5XSPHjwfaWbaJjTrZDiioqcSkgAEE5JGOeNeoFKLfbXYkp5K1+1Mvpwpx1RLoA5JydCO2MY+dLbYw5Ft7EZ1QWppARkciBoD9wFdunE9ZG0gxcuQ0vfy8E2oYcWzbpjIanhhngICwOLOPfSTpkEEa40J5VstguTi3mLipxtQe8VpbeOHw+iCRoSNQR1B0NZmXGxWPxVPyWIynDxrQDqo/wjXJ8hrUI2k3nNtZatTQRn+9cGVfBHT411rS7kl6ajq667Yo9DsSNtbqwLtc4NqimROkJZQOQJ1UewHMmqo263gPTQuHBC48fkUg++sfvHoPKoXeb9Puj5dkPuLWftqUSrHbyHkKaqcMhDdSrfhPDEFGRJL3nfALY+6484VuKyT8q10UUsrQiiiiggiiiiggiiiiggiiiiggiiiiggiiiigglTE+UytK0vKJTyJJ0qR2rb/aCBgJmOLQB9VzCx/m5UUVwtB3SE1LDOLSNB8wpFD3szEj+tQY7v8ADlJP4inRne3byPpbU+g/uug/yooohiaoiXhzDnnWO3kSFmRvPsT/AIalQpaXG1cSFBQyD1+B5V5f3twAPobU+s/vPJH5GiiiiFqJ/TWH2ALCfeU2S97MxeRGhMMjpkFZHzAqN3bb3aCeSFTXEIP2W/cH+XnRRRxG0ck/gweigN2RhRx6ZJdUpS3VZVqcHnSeiijqRAA2RRRRQXUUUUUEEUUUUEEUUUUEF//Z&quot;;
const YT=&quot;https://www.youtube.com/@safetygurukul&quot;;

const Qs=[
  {
    q:&quot;पैसेंजर लिफ्ट में आग लगने की स्थिति में क्या करना चाहिए?&quot;,
    o:[&quot;लिफ्ट से जल्दी ऊपर जाएं&quot;,&quot;लिफ्ट का उपयोग बिल्कुल न करें — सीढ़ियों से बाहर निकलें&quot;,&quot;लिफ्ट में रुकें और मदद का इंतज़ार करें&quot;,&quot;लिफ्ट का Alarm बटन दबाएं और अंदर रहें&quot;],
    a:1,
    exp:&quot;आग लगने पर लिफ्ट का उपयोग कभी न करें। बिजली कट सकती है, लिफ्ट किसी भी मंजिल पर रुक सकती है और धुआँ शाफ्ट में भर सकता है। हमेशा सीढ़ियों (Fire Exit) से निकलें।&quot;
  },
  {
    q:&quot;लिफ्ट में अधिकतम क्षमता (Maximum Capacity) से अधिक लोग सवार होने पर क्या होता है?&quot;,
    o:[&quot;लिफ्ट तेज़ चलती है&quot;,&quot;Overload Sensor सक्रिय होता है और लिफ्ट तब तक नहीं चलती जब तक भार कम न हो&quot;,&quot;कुछ नहीं होता&quot;,&quot;बिजली कट जाती है&quot;],
    a:1,
    exp:&quot;आधुनिक लिफ्ट में Overload Protection System होता है। निर्धारित क्षमता से अधिक भार होने पर Alarm बजता है और दरवाज़ा बंद नहीं होता जब तक कि कुछ लोग बाहर न निकलें।&quot;
  },
  {
    q:&quot;लिफ्ट के दरवाज़े बंद होते समय यात्री को क्या करना चाहिए?&quot;,
    o:[&quot;हाथ या पैर डालकर दरवाज़ा रोकें&quot;,&quot;दरवाज़े को रोकने की कोशिश न करें — अगली लिफ्ट का इंतज़ार करें या Open Button दबाएं&quot;,&quot;दरवाज़े पर ज़ोर से धक्का दें&quot;,&quot;चिल्लाएं&quot;],
    a:1,
    exp:&quot;बंद होते दरवाज़े में हाथ, पैर या सामान डालना खतरनाक है — इससे चोट लग सकती है। Open Button दबाएं या अगली लिफ्ट का इंतज़ार करें।&quot;
  },
  {
    q:&quot;लिफ्ट अचानक बंद हो जाए और आप अंदर फंस जाएं तो क्या करना चाहिए?&quot;,
    o:[&quot;दरवाज़ा ज़ोर से खोलने की कोशिश करें&quot;,&quot;शांत रहें, Alarm/Emergency Button दबाएं और Intercom से मदद मांगें — खुद दरवाज़ा न खोलें&quot;,&quot;ऊपर के हैच से निकलने की कोशिश करें&quot;,&quot;लिफ्ट को हिलाएं&quot;],
    a:1,
    exp:&quot;लिफ्ट में फंसने पर — शांत रहें, Emergency Alarm और Intercom Button दबाएं और बाहरी मदद का इंतज़ार करें। खुद दरवाज़ा खोलने या हैच से निकलने की कोशिश बेहद खतरनाक है।&quot;
  },
  {
    q:&quot;पैसेंजर लिफ्ट की Annual Safety Inspection कौन करता है?&quot;,
    o:[&quot;कोई भी Technician&quot;,&quot;भारत सरकार के नियमों के तहत Licensed/Competent Lift Inspector या Certifying Authority&quot;,&quot;लिफ्ट Operator&quot;,&quot;Building Owner खुद&quot;],
    a:1,
    exp:&quot;भारत में Lift Act और IS 14665 के तहत पैसेंजर लिफ्ट की वार्षिक सुरक्षा जांच Licensed Competent Lift Inspector द्वारा अनिवार्य है और वैध Certificate लिफ्ट में प्रदर्शित होना चाहिए।&quot;
  },
  {
    q:&quot;लिफ्ट के अंदर कौन सी गतिविधियाँ प्रतिबंधित हैं?&quot;,
    o:[&quot;शांत खड़े रहना&quot;,&quot;धूम्रपान, कूदना, दीवारों को धक्का देना, अधिक भार और ज्वलनशील पदार्थ ले जाना&quot;,&quot;केवल बात करना&quot;,&quot;Alarm Button देखना&quot;],
    a:1,
    exp:&quot;लिफ्ट में — धूम्रपान, कूदना, दीवारें धकेलना, क्षमता से अधिक भार, ज्वलनशील/खतरनाक सामग्री ले जाना और दरवाज़े को रोकना सख्त प्रतिबंधित है।&quot;
  },
  {
    q:&quot;भूकंप आने पर लिफ्ट में सवार व्यक्ति को क्या करना चाहिए?&quot;,
    o:[&quot;लिफ्ट को चालू रखें&quot;,&quot;हर मंजिल का बटन दबाएं, जो भी मंजिल पहले आए वहाँ उतर जाएं और लिफ्ट का उपयोग बंद करें&quot;,&quot;ऊपरी मंजिल तक जाएं&quot;,&quot;कुछ न करें&quot;],
    a:1,
    exp:&quot;भूकंप में लिफ्ट के Cable और Safety Systems प्रभावित हो सकते हैं। सभी मंजिलों के Buttons दबाएं — जो पहले रुके वहाँ उतरें और भूकंप समाप्त होने तक लिफ्ट का उपयोग न करें।&quot;
  },
  {
    q:&quot;लिफ्ट में प्रवेश करते समय क्या जाँचना चाहिए?&quot;,
    o:[&quot;लिफ्ट का रंग&quot;,&quot;लिफ्ट का फर्श मंजिल के बराबर है और कैब पूरी तरह उपस्थित है — गैप में कदम न रखें&quot;,&quot;लिफ्ट की गति&quot;,&quot;दर्पण की स्थिति&quot;],
    a:1,
    exp:&quot;कई दुर्घटनाएं तब होती हैं जब लिफ्ट का फर्श और Building Floor के बीच गैप होता है। प्रवेश से पहले सुनिश्चित करें कि Cab Level है। Levelling Error होने पर लिफ्ट का उपयोग न करें।&quot;
  },
  {
    q:&quot;लिफ्ट की Maintenance के दौरान उपयोगकर्ताओं को कैसे सूचित किया जाना चाहिए?&quot;,
    o:[&quot;कोई सूचना आवश्यक नहीं&quot;,&quot;&#39;Out of Service&#39; / &#39;Under Maintenance&#39; बोर्ड लगाएं, लिफ्ट बंद करें और वैकल्पिक मार्ग (सीढ़ी) बताएं&quot;,&quot;रखरखाव चुपचाप करें&quot;,&quot;केवल ऊपर बोर्ड लगाएं&quot;],
    a:1,
    exp:&quot;Maintenance के दौरान सभी प्रवेश द्वारों पर &#39;Out of Service&#39; बोर्ड लगाना, लिफ्ट को LOTO से बंद करना और उपयोगकर्ताओं को वैकल्पिक मार्ग की जानकारी देना अनिवार्य है।&quot;
  },
  {
    q:&quot;पैसेंजर लिफ्ट में बच्चों और विकलांग व्यक्तियों के लिए क्या विशेष सावधानी रखनी चाहिए?&quot;,
    o:[&quot;उन्हें अकेले लिफ्ट में छोड़ दें&quot;,&quot;बच्चों के साथ वयस्क रहें, Wheelchair User के लिए पर्याप्त जगह हो, Braille Buttons और Emergency Phone सुलभ हों&quot;,&quot;केवल बड़े लिफ्ट का उपयोग करें&quot;,&quot;कोई विशेष सावधानी नहीं&quot;],
    a:1,
    exp:&quot;बच्चों को कभी अकेले लिफ्ट में न छोड़ें। Wheelchair/Differently-abled के लिए पर्याप्त जगह, Braille Buttons, Handrail और सुलभ Emergency Intercom होना अनिवार्य है।&quot;
  }
];

let userAns=new Array(Qs.length).fill(null);
let submitted=false;

function buildQuiz(){
  userAns=new Array(Qs.length).fill(null);
  submitted=false;
  const body=document.getElementById(&quot;quiz-body&quot;);
  body.innerHTML=&quot;&quot;;
  Qs.forEach((q,i)=&gt;{
    const card=document.createElement(&quot;div&quot;);
    card.className=&quot;qcard&quot;;card.id=&quot;card-&quot;+i;
    const opts=q.o.map((o,j)=&gt;
      `&lt;label class=&quot;olbl&quot; id=&quot;ol-${i}-${j}&quot;&gt;
        &lt;input type=&quot;radio&quot; name=&quot;q${i}&quot; value=&quot;${j}&quot; onchange=&quot;pick(${i},${j})&quot;&gt; ${String.fromCharCode(65+j)}. ${o}
      &lt;/label&gt;`).join(&quot;&quot;);
    card.innerHTML=`
      &lt;div class=&quot;qhead&quot;&gt;&lt;div class=&quot;qnum&quot;&gt;${i+1}&lt;/div&gt;&lt;div class=&quot;qtxt&quot;&gt;${q.q}&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;opts&quot; id=&quot;opts-${i}&quot;&gt;${opts}&lt;/div&gt;
      &lt;div class=&quot;fb&quot; id=&quot;fb-${i}&quot;&gt;&lt;/div&gt;`;
    body.appendChild(card);
  });
}

function pick(qi,ans){userAns[qi]=ans;}

function submitQuiz(){
  const nm=document.getElementById(&quot;inp-name&quot;).value.trim();
  const po=document.getElementById(&quot;inp-post&quot;).value.trim();
  const dp=document.getElementById(&quot;inp-dept&quot;).value.trim();
  const ind=document.getElementById(&quot;inp-ind&quot;).value.trim();
  if(!nm||!po||!dp||!ind){alert(&quot;कृपया सभी प्रतिभागी विवरण भरें।&quot;);return;}
  if(userAns.includes(null)){alert(&quot;कृपया सभी 10 प्रश्नों के उत्तर दें।&quot;);return;}

  submitted=true;let correct=0;
  Qs.forEach((q,i)=&gt;{
    const ua=userAns[i],ok=ua===q.a;
    if(ok) correct++;
    q.o.forEach((_,j)=&gt;{
      const l=document.getElementById(`ol-${i}-${j}`);
      l.querySelector(&quot;input&quot;).disabled=true;
      if(j===q.a) l.classList.add(&quot;show-correct&quot;);
      if(j===ua&amp;&amp;!ok) l.classList.add(&quot;wrong&quot;);
      if(j===ua&amp;&amp;ok) l.classList.add(&quot;correct&quot;);
    });
    const fb=document.getElementById(&quot;fb-&quot;+i);
    fb.style.display=&quot;block&quot;;
    fb.className=&quot;fb &quot;+(ok?&quot;ok&quot;:&quot;no&quot;);
    fb.textContent=(ok?&quot;✅ सही! &quot;:&quot;❌ गलत। &quot;)+q.exp;
  });

  const pct=Math.round(correct/Qs.length*100);
  showResult(correct,pct,nm,po,dp,ind);
  document.getElementById(&quot;btn-sub&quot;).disabled=true;
}

function showResult(correct,pct,nm,po,dp,ind){
  const box=document.getElementById(&quot;result-box&quot;);
  document.getElementById(&quot;rscore&quot;).textContent=pct+&quot;%&quot;;
  document.getElementById(&quot;rlbl&quot;).textContent=correct+&quot; / &quot;+Qs.length+&quot; प्रश्न सही&quot;;
  box.style.display=&quot;block&quot;;
  if(pct&gt;=80){
    box.className=&quot;result-box pass&quot;;
    document.getElementById(&quot;rmsg&quot;).textContent=&quot;🎉 बधाई हो! आपने पैसेंजर लिफ्ट सुरक्षा प्रश्नोत्तरी उत्तीर्ण की!&quot;;
    document.getElementById(&quot;cert-btn&quot;).innerHTML=`&lt;button class=&quot;btn-cert&quot; onclick=&quot;openCert()&quot;&gt;🏆 प्रमाणपत्र देखें व डाउनलोड करें&lt;/button&gt;`;
    document.getElementById(&quot;c-name&quot;).textContent=nm;
    document.getElementById(&quot;c-post&quot;).textContent=po;
    document.getElementById(&quot;c-dept&quot;).textContent=dp;
    document.getElementById(&quot;c-ind&quot;).textContent=ind;
    document.getElementById(&quot;c-score&quot;).textContent=&quot;Score: &quot;+pct+&quot;%&quot;;
    document.getElementById(&quot;c-date&quot;).textContent=&quot;Date: &quot;+new Date().toLocaleDateString(&quot;en-IN&quot;,{day:&quot;2-digit&quot;,month:&quot;long&quot;,year:&quot;numeric&quot;});
  } else {
    box.className=&quot;result-box fail&quot;;
    document.getElementById(&quot;rmsg&quot;).textContent=&quot;आपका स्कोर &quot;+pct+&quot;% है। उत्तीर्ण होने के लिए 80% अंक चाहिए। पुनः प्रयास करें!&quot;;
    document.getElementById(&quot;cert-btn&quot;).innerHTML=&quot;&quot;;
  }
  box.scrollIntoView({behavior:&quot;smooth&quot;});
}

function openCert(){document.getElementById(&quot;cert-overlay&quot;).classList.add(&quot;show&quot;);}
function closeCert(){document.getElementById(&quot;cert-overlay&quot;).classList.remove(&quot;show&quot;);}

function retryQuiz(){
  document.getElementById(&quot;result-box&quot;).style.display=&quot;none&quot;;
  document.getElementById(&quot;btn-sub&quot;).disabled=false;
  buildQuiz();
  window.scrollTo({top:0,behavior:&quot;smooth&quot;});
}

async function downloadPDF(){
  const {jsPDF}=window.jspdf;
  const doc=new jsPDF({orientation:&quot;landscape&quot;,unit:&quot;mm&quot;,format:&quot;a4&quot;});
  const W=297,H=210;

  doc.setFillColor(243,229,245);doc.rect(0,0,W,H,&quot;F&quot;);
  doc.setDrawColor(74,20,140);doc.setLineWidth(3);doc.rect(7,7,W-14,H-14);
  doc.setLineWidth(1);doc.setDrawColor(255,214,0);doc.rect(11,11,W-22,H-22);

  doc.setFillColor(74,20,140);doc.rect(18,16,W-36,24,&quot;F&quot;);
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(17);doc.setTextColor(255,214,0);
  doc.text(&quot;SAFETY KNOWLEDGE EVALUATION&quot;,W/2,32,{align:&quot;center&quot;});

  doc.setFontSize(11);doc.setTextColor(230,126,34);
  doc.text(&quot;Topic: Passenger Lift Safety&quot;,W/2,48,{align:&quot;center&quot;});

  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(10);doc.setTextColor(100,100,100);
  doc.text(&quot;This is to certify that&quot;,W/2,60,{align:&quot;center&quot;});

  const nm=document.getElementById(&quot;c-name&quot;).textContent;
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(22);doc.setTextColor(74,20,140);
  doc.text(nm,W/2,76,{align:&quot;center&quot;});
  doc.setDrawColor(230,126,34);doc.setLineWidth(0.8);
  const nw=doc.getTextWidth(nm);doc.line(W/2-nw/2,78,W/2+nw/2,78);

  const po=document.getElementById(&quot;c-post&quot;).textContent;
  const dp=document.getElementById(&quot;c-dept&quot;).textContent;
  const ind=document.getElementById(&quot;c-ind&quot;).textContent;
  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(8);doc.setTextColor(150,150,150);
  doc.text(&quot;Post / Designation&quot;,62,87,{align:&quot;center&quot;});
  doc.text(&quot;Department&quot;,W/2,87,{align:&quot;center&quot;});
  doc.text(&quot;Industry / Organisation&quot;,W-62,87,{align:&quot;center&quot;});
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(9);doc.setTextColor(30,30,30);
  doc.text(po,62,92,{align:&quot;center&quot;});
  doc.text(dp,W/2,92,{align:&quot;center&quot;});
  doc.text(ind,W-62,92,{align:&quot;center&quot;});

  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(10);doc.setTextColor(100,100,100);
  doc.text(&quot;has successfully completed the Passenger Lift Safety Quiz and demonstrated&quot;,W/2,104,{align:&quot;center&quot;});
  doc.text(&quot;commendable knowledge of safe lift usage, emergency procedures and maintenance awareness.&quot;,W/2,110,{align:&quot;center&quot;});

  const sc=document.getElementById(&quot;c-score&quot;).textContent;
  doc.setFillColor(74,20,140);doc.roundedRect(W/2-28,114,56,13,6,6,&quot;F&quot;);
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(12);doc.setTextColor(255,255,255);
  doc.text(sc,W/2,123,{align:&quot;center&quot;});

  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(8);doc.setTextColor(150,150,150);
  doc.text(&quot;Date of Completion: &quot;+new Date().toLocaleDateString(&quot;en-IN&quot;,{day:&quot;2-digit&quot;,month:&quot;long&quot;,year:&quot;numeric&quot;}),W/2,133,{align:&quot;center&quot;});

  doc.setDrawColor(200,200,200);doc.setLineWidth(0.4);doc.line(28,141,W-28,141);

  try{doc.addImage(LOGO,&quot;PNG&quot;,33,148,22,22);}catch(e){}
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(10);doc.setTextColor(74,20,140);
  doc.text(&quot;Safety Gurukul&quot;,60,157);
  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(7.5);doc.setTextColor(130,130,130);
  doc.text(&quot;Powered by Safety Gurukul&quot;,60,163);
  doc.text(&quot;youtube.com/@safetygurukul&quot;,60,168);

  doc.setDrawColor(50,50,50);doc.setLineWidth(0.5);doc.line(W-95,160,W-32,160);
  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(8);doc.setTextColor(120,120,120);
  doc.text(&quot;Authorised Signature&quot;,W-63,165,{align:&quot;center&quot;});
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(9);doc.setTextColor(74,20,140);
  doc.text(&quot;Safety Gurukul&quot;,W-63,171,{align:&quot;center&quot;});

  doc.save(&quot;PassengerLift_Safety_Certificate_SafetyGurukul.pdf&quot;);
}

async function shareCert(){
  const txt=&quot;मैंने Safety Gurukul की पैसेंजर लिफ्ट सुरक्षा प्रश्नोत्तरी उत्तीर्ण की! 🏆🛗 &quot;+YT;
  if(navigator.share){
    try{await navigator.share({title:&quot;Passenger Lift Safety Certificate&quot;,text:txt,url:YT});}
    catch(e){}
  } else {
    navigator.clipboard.writeText(txt).then(()=&gt;alert(&quot;Share text copied!\n\n&quot;+txt));
  }
}

buildQuiz();
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</content><link rel='replies' type='application/atom+xml' href='https://safetygurukul.blogspot.com/feeds/8315494803220524900/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://safetygurukul.blogspot.com/2026/03/lift-safety-quiz.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/8315494803220524900'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/8315494803220524900'/><link rel='alternate' type='text/html' href='https://safetygurukul.blogspot.com/2026/03/lift-safety-quiz.html' title='Lift Safety Quiz'/><author><name>Narendra Arya</name><uri>http://www.blogger.com/profile/05274105664901468001</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJQ_C-6vlqjQm18qsy4UwsM7dKK21amAjp0Z8hWr-7mJNHFRPC7lxZrgsfGm8vMO6nYBqhyLqPEHUw1qIE5vOvtiDKC4jdDeHutwJwE4urYFPAZD2MQmailWfS2iGFhJnPDF-mMPpuWJuaqvJqMqdFY2cywIKJsvY8lxAtRjykcuSrwQ/s220/Narendra_arya-removebg-Favicon.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPBa5zDGosOjZVYCuVj97aRz8eqQ_UBV4jKfjI54buXU3WTN0WwnvUfZH8IQ_zr8mti37h1v20XylL_vL4mX6KJtU941xsSLiOedXvcOW4dBKApo602EXZ-iM1f0i3xfoKTXxKG4hI44r2HXcx65PS8pz3GYa68B1SuLg2UBQPJimRExl1ntXaDJrAw6SF/s72-c/ChatGPT%20Image%20Mar%207,%202026,%2009_21_20%20PM.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9122151121349724808.post-5985406492603554570</id><published>2026-03-07T07:21:00.000-08:00</published><updated>2026-03-07T08:11:12.929-08:00</updated><title type='text'>Material Store Safety Quiz</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbmEGl7511ELxS5XohRjDYkkiKNFF8Tq_YCKB6NDszIjtt6J-vhGlMwbXQYwOZiFqrIKWleugfdcjVx_gdaUEyPOe5tJkYCcnDHINT9-bA4HQa5a899XwMIDp8WFxFlTMh80YRxx14ADq1tjMOz9XQtXJray7BAsDTnwdg6_dV60pN32xoOEaDBUivkdJp/s1536/ChatGPT%20Image%20Mar%207,%202026,%2008_54_43%20PM.png&quot; style=&quot;display: block; padding: 1em 0; text-align: center; &quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; width=&quot;320&quot; data-original-height=&quot;1024&quot; data-original-width=&quot;1536&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbmEGl7511ELxS5XohRjDYkkiKNFF8Tq_YCKB6NDszIjtt6J-vhGlMwbXQYwOZiFqrIKWleugfdcjVx_gdaUEyPOe5tJkYCcnDHINT9-bA4HQa5a899XwMIDp8WFxFlTMh80YRxx14ADq1tjMOz9XQtXJray7BAsDTnwdg6_dV60pN32xoOEaDBUivkdJp/s320/ChatGPT%20Image%20Mar%207,%202026,%2008_54_43%20PM.png&quot;/&gt;&lt;/a&gt;&lt;/div&gt;
&lt;html lang=&quot;hi&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;&lt;/meta&gt;
&lt;meta content=&quot;width=device-width, initial-scale=1.0&quot; name=&quot;viewport&quot;&gt;&lt;/meta&gt;
&lt;title&gt;सामग्री भंडारण सुरक्षा प्रश्नोत्तरी | Safety Gurukul&lt;/title&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;600;700;800&amp;amp;family=Noto+Sans+Devanagari:wght@400;500;600;700&amp;amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;&lt;/link&gt;
&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js&quot;&gt;&lt;/script&gt;
&lt;style&gt;
:root{
  --dg:#4e342e; --lg:#6d4c41; --og:#e67e22;
  --yl:#ffd600; --rd:#c0392b; --gn:#27ae60;
  --cream:#efebe9; --white:#fff; --dark:#1c1c1c;
}
*{box-sizing:border-box;margin:0;padding:0;}
body{font-family:&#39;Noto Sans Devanagari&#39;,sans-serif;background:var(--cream);color:var(--dark);padding-bottom:70px;}

.site-header{
  background:linear-gradient(135deg,#1c0a06 0%,#4e342e 60%,#6d4c41 100%);
  padding:0 20px;display:flex;align-items:center;justify-content:space-between;
  box-shadow:0 3px 14px rgba(0,0,0,.45);position:sticky;top:0;z-index:200;min-height:64px;
}
.header-brand{display:flex;align-items:center;gap:12px;text-decoration:none;}
.header-brand img{width:48px;height:48px;border-radius:50%;border:2.5px solid var(--yl);transition:transform .3s;}
.header-brand img:hover{transform:scale(1.12);}
.header-title{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.35rem;font-weight:800;color:var(--yl);letter-spacing:.5px;line-height:1.1;}
.header-title span{display:block;font-size:.72rem;font-weight:600;color:rgba(255,255,255,.7);letter-spacing:1.5px;text-transform:uppercase;}

.hero-wrap{width:100%;max-width:900px;margin:22px auto 0;padding:0 14px;}
.hero-banner{
  background:linear-gradient(135deg,#1c0a06,#4e342e 70%,#ffd60018);
  border-radius:14px;border:3px solid var(--yl);padding:40px 30px;
  text-align:center;box-shadow:0 8px 30px rgba(78,52,46,.55);
  position:relative;overflow:hidden;
}
.hero-banner::before{content:&quot;📦&quot;;font-size:110px;position:absolute;opacity:.07;top:50%;left:50%;transform:translate(-50%,-50%);line-height:1;}
.hero-icon{font-size:64px;margin-bottom:12px;display:block;animation:stack 2.5s ease-in-out infinite alternate;}
@keyframes stack{0%{transform:translateY(0) scale(1);}100%{transform:translateY(-8px) scale(1.07);}}
.hero-banner h2{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.75rem;font-weight:800;color:var(--yl);text-shadow:0 2px 8px rgba(0,0,0,.4);}
.hero-banner p{color:rgba(255,255,255,.85);font-size:1rem;margin-top:8px;font-weight:500;}
.hero-tags{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:14px;}
.hero-tag{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);color:#fff;font-size:.78rem;font-weight:600;padding:5px 13px;border-radius:20px;letter-spacing:.5px;}

.container{max-width:900px;margin:0 auto;padding:10px 14px 30px;}
.page-banner{text-align:center;margin:20px 0 6px;font-family:&#39;Baloo 2&#39;,sans-serif;}
.page-banner h1{font-size:1.6rem;font-weight:800;color:var(--dg);text-transform:uppercase;letter-spacing:1px;}
.page-banner p{color:var(--og);font-size:.95rem;font-weight:600;margin-top:4px;}

.form-card{background:var(--white);border-radius:14px;padding:22px 24px;box-shadow:0 4px 18px rgba(0,0,0,.08);margin-bottom:24px;border-top:4px solid var(--dg);}
.form-card h3{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1rem;color:var(--dg);font-weight:800;text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px;}
.fg-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
@media(max-width:540px){.fg-grid{grid-template-columns:1fr;}}
.fg label{display:block;font-size:.76rem;font-weight:700;color:var(--dg);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;}
.fg input{width:100%;padding:9px 13px;border:1.5px solid #ddd;border-radius:8px;font-family:&#39;Noto Sans Devanagari&#39;,sans-serif;font-size:.93rem;background:#fafafa;transition:border .2s;}
.fg input:focus{outline:none;border-color:var(--dg);background:#fff;}

.qcard{background:var(--white);border-radius:14px;padding:20px 22px;margin-bottom:16px;box-shadow:0 3px 12px rgba(0,0,0,.07);border-left:5px solid var(--dg);transition:box-shadow .2s;}
.qcard:hover{box-shadow:0 6px 20px rgba(78,52,46,.2);}
.qhead{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;}
.qnum{background:var(--dg);color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-weight:800;font-size:.95rem;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;}
.qtxt{font-size:.97rem;font-weight:600;line-height:1.6;color:#1c1c1c;}
.opts{display:flex;flex-direction:column;gap:8px;}
.olbl{display:flex;align-items:center;gap:10px;padding:9px 13px;border:1.5px solid #e5e5e5;border-radius:8px;cursor:pointer;font-size:.92rem;transition:all .18s;background:#fafafa;}
.olbl:hover{border-color:var(--dg);background:#efebe9;}
.olbl input[type=radio]{accent-color:var(--dg);width:16px;height:16px;}
.olbl.correct{background:#eafaf1;border-color:var(--gn);color:#1a5c2e;font-weight:600;}
.olbl.wrong{background:#fdf0ef;border-color:var(--rd);color:var(--rd);}
.olbl.show-correct{background:#eafaf1;border-color:var(--gn);}
.fb{margin-top:10px;font-size:.84rem;font-weight:600;padding:7px 12px;border-radius:7px;display:none;}
.fb.ok{color:#1a5c2e;background:#eafaf1;}
.fb.no{color:var(--rd);background:#fdf0ef;}

.btn-submit{display:block;width:100%;max-width:300px;margin:10px auto 0;padding:13px;
  background:linear-gradient(135deg,var(--dg),#1c0a06);color:#fff;
  font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.15rem;font-weight:800;border:none;
  border-radius:10px;cursor:pointer;text-transform:uppercase;letter-spacing:1px;
  box-shadow:0 4px 16px rgba(78,52,46,.45);transition:transform .2s,box-shadow .2s;}
.btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(78,52,46,.55);}
.btn-submit:disabled{background:#bbb;box-shadow:none;cursor:not-allowed;transform:none;}

.result-box{display:none;background:var(--white);border-radius:16px;padding:30px 24px;text-align:center;margin-top:26px;box-shadow:0 6px 26px rgba(0,0,0,.1);}
.result-box.pass{border-top:5px solid var(--gn);}
.result-box.fail{border-top:5px solid var(--rd);}
.rscore{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:3.8rem;font-weight:800;line-height:1;}
.result-box.pass .rscore{color:var(--dg);}
.result-box.fail .rscore{color:var(--rd);}
.rlbl{font-size:.92rem;color:#777;margin:5px 0 14px;}
.rmsg{font-size:1.05rem;font-weight:700;margin-bottom:18px;}
.result-box.pass .rmsg{color:var(--dg);}
.result-box.fail .rmsg{color:var(--rd);}
.btn-cert{display:inline-block;padding:12px 26px;background:linear-gradient(135deg,var(--dg),var(--lg));color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.05rem;font-weight:800;border:none;border-radius:10px;cursor:pointer;text-transform:uppercase;margin:5px;box-shadow:0 4px 14px rgba(78,52,46,.3);transition:transform .2s;}
.btn-cert:hover{transform:translateY(-2px);}
.btn-retry{display:inline-block;padding:10px 22px;background:transparent;color:var(--dg);font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;border:2px solid var(--dg);border-radius:10px;cursor:pointer;text-transform:uppercase;margin:5px;transition:all .2s;}
.btn-retry:hover{background:var(--dg);color:#fff;}

.site-footer{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(90deg,#1c0a06 0%,#4e342e 100%);padding:9px 20px;display:flex;align-items:center;justify-content:center;gap:10px;z-index:200;box-shadow:0 -3px 12px rgba(0,0,0,.35);}
.site-footer span{color:rgba(255,255,255,.8);font-size:.84rem;}
.ft-link{text-decoration:none;display:flex;align-items:center;gap:8px;}
.ft-logo{width:34px;height:34px;border-radius:50%;border:2px solid var(--yl);cursor:pointer;transition:transform .25s;}
.ft-logo:hover{transform:scale(1.12);}
.ft-name{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;color:var(--yl);transition:color .2s;}
.ft-name:hover{color:#fff;}

#cert-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.75);z-index:900;align-items:center;justify-content:center;padding:14px;}
#cert-overlay.show{display:flex;}
.cert-modal{background:#fff;border-radius:14px;max-width:720px;width:100%;box-shadow:0 20px 60px rgba(0,0,0,.4);overflow:hidden;}
.cert-modal-header{background:linear-gradient(135deg,#1c0a06,#4e342e);padding:14px 20px;display:flex;justify-content:space-between;align-items:center;}
.cert-modal-header h4{color:var(--yl);font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1rem;font-weight:800;text-transform:uppercase;}
.cert-modal-header button{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;padding:5px 12px;border-radius:6px;cursor:pointer;font-size:.9rem;}
.cert-preview{background:linear-gradient(160deg,#efebe9 0%,#fffef5 100%);padding:30px 36px;text-align:center;position:relative;}
.cert-preview::before{content:&quot;&quot;;position:absolute;inset:0;background:repeating-linear-gradient(45deg,#d7ccc8 0,#d7ccc8 1px,transparent 0,transparent 50%) 0 0/10px 10px;opacity:.28;z-index:0;pointer-events:none;}
.cert-border{border:3px solid #4e342e;border-radius:6px;padding:26px;position:relative;z-index:1;}
.cert-border::before{content:&quot;&quot;;position:absolute;inset:6px;border:1.5px solid #ffd600;border-radius:3px;pointer-events:none;}
.cert-hdr-bar{background:linear-gradient(90deg,#1c0a06,#4e342e);border-radius:4px;padding:10px 20px;margin-bottom:14px;}
.cert-hdr-bar h2{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.1rem;font-weight:800;color:#ffd600;letter-spacing:2px;text-transform:uppercase;}
.cert-topic{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.92rem;color:#e67e22;font-weight:700;margin-bottom:10px;}
.cert-certify{font-size:.8rem;color:#888;margin-bottom:6px;}
.cert-name{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.7rem;font-weight:800;color:#4e342e;border-bottom:2.5px solid #e67e22;display:inline-block;padding-bottom:2px;margin-bottom:10px;}
.cert-details{display:flex;justify-content:center;gap:30px;margin:10px 0;flex-wrap:wrap;}
.cert-det-item{text-align:center;}
.cert-det-item .lbl{font-size:.65rem;color:#999;text-transform:uppercase;letter-spacing:.5px;}
.cert-det-item .val{font-size:.85rem;font-weight:700;color:#222;margin-top:2px;}
.cert-para{font-size:.78rem;color:#666;margin:10px 0 6px;line-height:1.6;}
.cert-score-badge{display:inline-block;background:linear-gradient(135deg,#4e342e,#6d4c41);color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-weight:800;font-size:1rem;padding:6px 20px;border-radius:20px;margin:4px 0 8px;}
.cert-date{font-size:.72rem;color:#aaa;margin-bottom:12px;}
.cert-footer-row{display:flex;justify-content:space-between;align-items:flex-end;border-top:1px solid #ddd;padding-top:10px;margin-top:4px;}
.cert-brand{display:flex;align-items:center;gap:8px;}
.cert-brand img{width:36px;height:36px;border-radius:50%;border:2px solid #ffd600;}
.cert-brand-name{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.85rem;font-weight:800;color:#4e342e;}
.cert-brand-sub{font-size:.65rem;color:#999;}
.cert-sig{text-align:center;}
.cert-sig-line{border-top:1px solid #555;width:120px;margin:0 auto 4px;}
.cert-sig-text{font-size:.65rem;color:#aaa;}
.cert-sig-name{font-size:.78rem;font-weight:700;color:#4e342e;}
.cert-actions{padding:14px 20px;background:#f8f8f8;display:flex;gap:10px;justify-content:center;flex-wrap:wrap;}
.btn-dl{padding:10px 22px;background:linear-gradient(135deg,#4e342e,#6d4c41);color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;border:none;border-radius:8px;cursor:pointer;text-transform:uppercase;}
.btn-sh{padding:10px 22px;background:transparent;color:#4e342e;font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;border:2px solid #4e342e;border-radius:8px;cursor:pointer;text-transform:uppercase;}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;header class=&quot;site-header&quot;&gt;
  &lt;a class=&quot;header-brand&quot; href=&quot;https://www.youtube.com/@safetygurukul&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;
    &lt;img alt=&quot;Safety Gurukul Logo&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgB1YJZtJTwtUK-ZCLk69udQA-9SoTe_WsUF-Erk7sXne-yv7HMcTJCVn2s9cAom1c2fJAhGfaguMZ4_uP2rNwqQgrY9A-1oAKmlLy_fWZs1kyJBavo2yb0BbfizjRbvz5PszvMsNxznVhLNmdUe9tTtCPcq8yYGd7qDK0P65_fzxnqmJbsnNJDkduTAACE&quot; /&gt;
    &lt;div class=&quot;header-title&quot;&gt;Safety Gurukul&lt;span&gt;Material Stocking Safety Quiz&lt;/span&gt;&lt;/div&gt;
  &lt;/a&gt;
&lt;/header&gt;

&lt;div class=&quot;hero-wrap&quot;&gt;
  &lt;div class=&quot;hero-banner&quot;&gt;
    &lt;span class=&quot;hero-icon&quot;&gt;📦&lt;/span&gt;
    &lt;h2&gt;सामग्री भंडारण सुरक्षा जागरूकता&lt;/h2&gt;
    &lt;p&gt;क्या आप सामग्री के सुरक्षित भंडारण, स्टैकिंग और गोदाम सुरक्षा नियम जानते हैं?&lt;/p&gt;
    &lt;div class=&quot;hero-tags&quot;&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;📦 सामग्री भंडारण&lt;/span&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;🏭 गोदाम सुरक्षा&lt;/span&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;📋 10 प्रश्न&lt;/span&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;🏆 प्रमाणपत्र&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;div class=&quot;container&quot;&gt;
  &lt;div class=&quot;page-banner&quot;&gt;
    &lt;h1&gt;📦 सामग्री भंडारण सुरक्षा प्रश्नोत्तरी&lt;/h1&gt;
    &lt;p&gt;अपना ज्ञान परखें • 80% अंक पर प्रमाणपत्र पाएं&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;form-card&quot;&gt;
    &lt;h3&gt;👤 प्रतिभागी विवरण भरें&lt;/h3&gt;
    &lt;div class=&quot;fg-grid&quot;&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;नाम (Name)&lt;/label&gt;&lt;input id=&quot;inp-name&quot; placeholder=&quot;अपना पूरा नाम लिखें&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;पद / पदनाम (Post)&lt;/label&gt;&lt;input id=&quot;inp-post&quot; placeholder=&quot;जैसे: Store Keeper, Supervisor&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;विभाग (Department)&lt;/label&gt;&lt;input id=&quot;inp-dept&quot; placeholder=&quot;जैसे: Warehouse, Store&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;संस्थान / उद्योग (Industry)&lt;/label&gt;&lt;input id=&quot;inp-ind&quot; placeholder=&quot;कंपनी / संगठन का नाम&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div id=&quot;quiz-body&quot;&gt;&lt;/div&gt;
  &lt;button class=&quot;btn-submit&quot; id=&quot;btn-sub&quot; onclick=&quot;submitQuiz()&quot;&gt;✅ उत्तर जमा करें&lt;/button&gt;

  &lt;div class=&quot;result-box&quot; id=&quot;result-box&quot;&gt;
    &lt;div class=&quot;rscore&quot; id=&quot;rscore&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;rlbl&quot; id=&quot;rlbl&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;rmsg&quot; id=&quot;rmsg&quot;&gt;&lt;/div&gt;
    &lt;div id=&quot;cert-btn&quot;&gt;&lt;/div&gt;
    &lt;button class=&quot;btn-retry&quot; onclick=&quot;retryQuiz()&quot;&gt;🔄 पुनः प्रयास करें&lt;/button&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;div id=&quot;cert-overlay&quot; onclick=&quot;if(event.target===this)closeCert()&quot;&gt;
  &lt;div class=&quot;cert-modal&quot;&gt;
    &lt;div class=&quot;cert-modal-header&quot;&gt;
      &lt;h4&gt;🏆 Your Certificate&lt;/h4&gt;
      &lt;button onclick=&quot;closeCert()&quot;&gt;✕ Close&lt;/button&gt;
    &lt;/div&gt;
    &lt;div class=&quot;cert-preview&quot;&gt;
      &lt;div class=&quot;cert-border&quot;&gt;
        &lt;div class=&quot;cert-hdr-bar&quot;&gt;&lt;h2&gt;Safety Knowledge Evaluation&lt;/h2&gt;&lt;/div&gt;
        &lt;div class=&quot;cert-topic&quot;&gt;Topic: Material Stocking Safety&lt;/div&gt;
        &lt;div class=&quot;cert-certify&quot;&gt;This is to certify that&lt;/div&gt;
        &lt;div class=&quot;cert-name&quot; id=&quot;c-name&quot;&gt;—&lt;/div&gt;
        &lt;div class=&quot;cert-details&quot;&gt;
          &lt;div class=&quot;cert-det-item&quot;&gt;&lt;div class=&quot;lbl&quot;&gt;Post / Designation&lt;/div&gt;&lt;div class=&quot;val&quot; id=&quot;c-post&quot;&gt;—&lt;/div&gt;&lt;/div&gt;
          &lt;div class=&quot;cert-det-item&quot;&gt;&lt;div class=&quot;lbl&quot;&gt;Department&lt;/div&gt;&lt;div class=&quot;val&quot; id=&quot;c-dept&quot;&gt;—&lt;/div&gt;&lt;/div&gt;
          &lt;div class=&quot;cert-det-item&quot;&gt;&lt;div class=&quot;lbl&quot;&gt;Industry / Organisation&lt;/div&gt;&lt;div class=&quot;val&quot; id=&quot;c-ind&quot;&gt;—&lt;/div&gt;&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;cert-para&quot;&gt;
          has successfully completed the &lt;strong&gt;Material Stocking Safety Quiz&lt;/strong&gt;&lt;br /&gt;
          and demonstrated commendable knowledge of safe material storage, stacking practices and warehouse safety.
        &lt;/div&gt;
        &lt;div class=&quot;cert-score-badge&quot; id=&quot;c-score&quot;&gt;Score: —&lt;/div&gt;
        &lt;div class=&quot;cert-date&quot; id=&quot;c-date&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;cert-footer-row&quot;&gt;
          &lt;div class=&quot;cert-brand&quot;&gt;
            &lt;img alt=&quot;Safety Gurukul&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhuVBE7IX2TBAZkfc12fqGtN4BNsGDr-mG7wu1qq5OMH6L0vsFEfoTflea2Crkd7rWs0mXd1jHWbXS2XvV6gFCIRNG7b0VD2O405qWHO_EDykoq2hdeYpLFQhALyNf3VSAKZzy78J7fF1NfaFo1OAzNjadpcW8ERFZq7-qD7w-yo_HZJs4FzaJgjwjErZoD&quot; /&gt;
            &lt;div&gt;&lt;div class=&quot;cert-brand-name&quot;&gt;Safety Gurukul&lt;/div&gt;&lt;div class=&quot;cert-brand-sub&quot;&gt;youtube.com/@safetygurukul&lt;/div&gt;&lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;cert-sig&quot;&gt;
            &lt;div class=&quot;cert-sig-line&quot;&gt;&lt;/div&gt;
            &lt;div class=&quot;cert-sig-text&quot;&gt;Authorised Signature&lt;/div&gt;
            &lt;div class=&quot;cert-sig-name&quot;&gt;Safety Gurukul&lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;cert-actions&quot;&gt;
      &lt;button class=&quot;btn-dl&quot; onclick=&quot;downloadPDF()&quot;&gt;⬇️ Download PDF&lt;/button&gt;
      &lt;button class=&quot;btn-sh&quot; onclick=&quot;shareCert()&quot;&gt;📤 Share&lt;/button&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;footer class=&quot;site-footer&quot;&gt;
  &lt;span&gt;Powered by&lt;/span&gt;
  &lt;a class=&quot;ft-link&quot; href=&quot;https://www.youtube.com/@safetygurukul&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;
    &lt;img alt=&quot;Safety Gurukul&quot; class=&quot;ft-logo&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiUhXq6J6C1ILJSW8Hy3u8Ad-VmEpNjGsre7kRKlxWmsiQ4BMFuaYAaC9TPZvAxdvxGRBk3g9a1kkdAfHnOt3WSZkWNp5N-iJwkwdgNLAXZWuT3xMTouJgOH5r2zyLhSbkavQZZHzaja_dkMyjFlvvph-KTOc_tdroiq6wOm24gsWbALEnLvkdc-oB1cbMn&quot; /&gt;
    &lt;span class=&quot;ft-name&quot;&gt;Safety Gurukul&lt;/span&gt;
  &lt;/a&gt;
  &lt;span&gt;| सुरक्षा हमारी ज़िम्मेदारी&lt;/span&gt;
&lt;/footer&gt;

&lt;script&gt;
const LOGO=&quot;data:image/png;base64,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&quot;;
const YT=&quot;https://www.youtube.com/@safetygurukul&quot;;

const Qs=[
  {
    q:&quot;सामग्री की स्टैकिंग (Stacking) करते समय सबसे पहले क्या सुनिश्चित करना चाहिए?&quot;,
    o:[&quot;जितना ऊँचा हो सके उतना रखें&quot;,&quot;फर्श की भार वहन क्षमता (Floor Load Capacity) जांचें, भारी सामान नीचे और हल्का ऊपर रखें और स्टैक को सुरक्षित आधार दें&quot;,&quot;केवल जगह देखें&quot;,&quot;सामान को तेज़ी से रखें&quot;],
    a:1,
    exp:&quot;स्टैकिंग से पहले — Floor Load Capacity जांचें, भारी/बड़े सामान नीचे रखें, Stack को चौड़ा आधार दें और निर्धारित ऊंचाई सीमा का पालन करें। अस्थिर Stack से Collapse का खतरा होता है।&quot;
  },
  {
    q:&quot;गोदाम (Warehouse) में सामग्री की अधिकतम स्टैकिंग ऊंचाई कितनी होनी चाहिए?&quot;,
    o:[&quot;जितना चाहें उतना ऊँचा&quot;,&quot;आम तौर पर 3 मीटर (10 फीट) से अधिक नहीं — Rack System हो तो Manufacturer की Rating के अनुसार&quot;,&quot;केवल 50 cm&quot;,&quot;छत तक रखें&quot;],
    a:1,
    exp:&quot;Manual Stacking के लिए सामान्यतः 3 मीटर (10 फीट) की अधिकतम ऊंचाई का नियम है। Rack/Shelving System में Manufacturer द्वारा निर्धारित Safe Working Load (SWL) का पालन अनिवार्य है।&quot;
  },
  {
    q:&quot;Rack (रैक) पर सामग्री रखते समय &#39;Toe Board&#39; या &#39;Safety Pin&#39; का क्या उद्देश्य है?&quot;,
    o:[&quot;रैक को सजाना&quot;,&quot;सामग्री को Rack से गिरने से रोकना और नीचे काम करने वालों की सुरक्षा करना&quot;,&quot;वजन बढ़ाना&quot;,&quot;रैक को ठंडा रखना&quot;],
    a:1,
    exp:&quot;Rack पर Toe Board और Safety Pins/Retaining Bars सामग्री को आगे से गिरने से रोकते हैं। खासकर Forklift द्वारा सामान रखते/निकालते समय यह बेहद ज़रूरी है।&quot;
  },
  {
    q:&quot;ज्वलनशील सामग्री (Flammable Materials) को गोदाम में कहाँ और कैसे रखना चाहिए?&quot;,
    o:[&quot;किसी भी जगह रखें&quot;,&quot;Approved Flammable Storage Cabinet में, ऊष्मा स्रोतों से दूर, अच्छे Ventilation के साथ और आग बुझाने के उपकरण पास में रखें&quot;,&quot;खुले मैदान में&quot;,&quot;अन्य सामान के साथ&quot;],
    a:1,
    exp:&quot;ज्वलनशील सामग्री को — Approved Flammable Cabinet में रखें, Heat/Ignition Sources से दूर रखें, Grounding/Bonding करें, &#39;No Smoking&#39; Zone बनाएं और पास में CO₂/DCP Extinguisher रखें।&quot;
  },
  {
    q:&quot;FIFO (First In First Out) सिद्धांत भंडारण में क्यों ज़रूरी है?&quot;,
    o:[&quot;केवल हिसाब के लिए&quot;,&quot;पहले आई सामग्री पहले उपयोग हो जिससे Expiry, Deterioration और Quality Loss से बचा जा सके&quot;,&quot;नई सामग्री बचाने के लिए&quot;,&quot;कोई विशेष कारण नहीं&quot;],
    a:1,
    exp:&quot;FIFO सुनिश्चित करता है कि पुरानी सामग्री पहले उपयोग हो — इससे Chemical/Food की Expiry, धातुओं में जंग, और खराब सामग्री के उपयोग से होने वाले खतरे कम होते हैं।&quot;
  },
  {
    q:&quot;भंडारण क्षेत्र में Aisle (गलियारे) की चौड़ाई कम से कम कितनी होनी चाहिए और क्यों?&quot;,
    o:[&quot;30 cm काफी है&quot;,&quot;कम से कम 90 cm (3 फीट) — आपात निकासी, फोर्कलिफ्ट आवाजाही और सुरक्षित पहुँच के लिए&quot;,&quot;1 cm भी चलेगा&quot;,&quot;केवल बड़े गोदाम में ज़रूरी&quot;],
    a:1,
    exp:&quot;OSHA के अनुसार Aisle कम से कम 90 cm (3 फीट) या उपयोग किए जाने वाले सबसे बड़े उपकरण से 3 फीट अधिक चौड़ी होनी चाहिए। संकरे Aisle में आपात निकासी और Forklift Movement बाधित होती है।&quot;
  },
  {
    q:&quot;सिलेंडर (Gas Cylinders — LPG, Oxygen, Acetylene) को स्टोर करते समय कौन सी सावधानी ज़रूरी है?&quot;,
    o:[&quot;किसी भी तरफ लिटाकर रखें&quot;,&quot;सीधे खड़े करके Chain/Strap से बांधें, Valve Cap लगाएं, ज्वलनशील से दूर रखें और Oxygen व Fuel Gas को अलग रखें&quot;,&quot;एक साथ ढेर लगाएं&quot;,&quot;गर्म जगह रखें&quot;],
    a:1,
    exp:&quot;Gas Cylinders को — हमेशा सीधे खड़े रखें, Chain/Strap से Fixed Support से बांधें, Valve Caps लगाएं, Oxygen और Fuel Gas (LPG/Acetylene) को कम से कम 6 मीटर दूर या Fire Wall से अलग रखें।&quot;
  },
  {
    q:&quot;गोदाम में सामग्री की लेबलिंग (Labelling) क्यों अनिवार्य है?&quot;,
    o:[&quot;केवल दिखावे के लिए&quot;,&quot;सामग्री की पहचान, खतरे की जानकारी (Hazard), Expiry Date, Handling Instructions और FIFO प्रबंधन के लिए&quot;,&quot;केवल नई सामग्री पर&quot;,&quot;जब Audit आए तभी&quot;],
    a:1,
    exp:&quot;सही Labelling से — सामग्री की त्वरित पहचान, GHS/MSDS के अनुसार Hazard Warning, Expiry/Manufacture Date, उचित Handling Instructions और Inventory Management सुनिश्चित होता है।&quot;
  },
  {
    q:&quot;भारी सामान को Shelf (शेल्फ) पर रखते और निकालते समय क्या सावधानी रखनी चाहिए?&quot;,
    o:[&quot;एक हाथ से खींचें&quot;,&quot;Mechanical Aid (Forklift/Pallet Truck/Hoist) का उपयोग करें, Team Lift करें, सीधी पीठ रखें और कभी भी Rack पर न चढ़ें&quot;,&quot;दौड़ते हुए निकालें&quot;,&quot;जैसे हो निकालें&quot;],
    a:1,
    exp:&quot;भारी सामान के लिए — Mechanical Aids का उपयोग पहली प्राथमिकता है। Manual उठाने में — Team Lift, सीधी पीठ, घुटने मोड़ें, Body के करीब रखें। Rack पर चढ़ना सख्त प्रतिबंधित है।&quot;
  },
  {
    q:&quot;गोदाम में Fire Exit (अग्नि निकास) और Emergency Aisle के बारे में क्या नियम है?&quot;,
    o:[&quot;सामान रखने के लिए इस्तेमाल कर सकते हैं&quot;,&quot;Fire Exit और Emergency Aisle हमेशा खाली, स्पष्ट रूप से चिह्नित और बाधा मुक्त रखने चाहिए&quot;,&quot;रात को बंद कर दें&quot;,&quot;केवल ज़रूरत पड़ने पर खोलें&quot;],
    a:1,
    exp:&quot;Fire Safety Law के अनुसार — Fire Exit, Emergency Aisle और Fire Fighting Equipment के सामने की जगह हमेशा खाली रखनी चाहिए। इन्हें Block करना दंडनीय अपराध है और आपात में जानलेवा साबित हो सकता है।&quot;
  }
];

let userAns=new Array(Qs.length).fill(null);
let submitted=false;

function buildQuiz(){
  userAns=new Array(Qs.length).fill(null);submitted=false;
  const body=document.getElementById(&quot;quiz-body&quot;);body.innerHTML=&quot;&quot;;
  Qs.forEach((q,i)=&gt;{
    const card=document.createElement(&quot;div&quot;);card.className=&quot;qcard&quot;;card.id=&quot;card-&quot;+i;
    const opts=q.o.map((o,j)=&gt;`&lt;label class=&quot;olbl&quot; id=&quot;ol-${i}-${j}&quot;&gt;&lt;input type=&quot;radio&quot; name=&quot;q${i}&quot; value=&quot;${j}&quot; onchange=&quot;pick(${i},${j})&quot;&gt; ${String.fromCharCode(65+j)}. ${o}&lt;/label&gt;`).join(&quot;&quot;);
    card.innerHTML=`&lt;div class=&quot;qhead&quot;&gt;&lt;div class=&quot;qnum&quot;&gt;${i+1}&lt;/div&gt;&lt;div class=&quot;qtxt&quot;&gt;${q.q}&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;opts&quot; id=&quot;opts-${i}&quot;&gt;${opts}&lt;/div&gt;&lt;div class=&quot;fb&quot; id=&quot;fb-${i}&quot;&gt;&lt;/div&gt;`;
    body.appendChild(card);
  });
}

function pick(qi,ans){userAns[qi]=ans;}

function submitQuiz(){
  const nm=document.getElementById(&quot;inp-name&quot;).value.trim();
  const po=document.getElementById(&quot;inp-post&quot;).value.trim();
  const dp=document.getElementById(&quot;inp-dept&quot;).value.trim();
  const ind=document.getElementById(&quot;inp-ind&quot;).value.trim();
  if(!nm||!po||!dp||!ind){alert(&quot;कृपया सभी प्रतिभागी विवरण भरें।&quot;);return;}
  if(userAns.includes(null)){alert(&quot;कृपया सभी 10 प्रश्नों के उत्तर दें।&quot;);return;}
  submitted=true;let correct=0;
  Qs.forEach((q,i)=&gt;{
    const ua=userAns[i],ok=ua===q.a;if(ok)correct++;
    q.o.forEach((_,j)=&gt;{
      const l=document.getElementById(`ol-${i}-${j}`);l.querySelector(&quot;input&quot;).disabled=true;
      if(j===q.a)l.classList.add(&quot;show-correct&quot;);
      if(j===ua&amp;&amp;!ok)l.classList.add(&quot;wrong&quot;);
      if(j===ua&amp;&amp;ok)l.classList.add(&quot;correct&quot;);
    });
    const fb=document.getElementById(&quot;fb-&quot;+i);fb.style.display=&quot;block&quot;;
    fb.className=&quot;fb &quot;+(ok?&quot;ok&quot;:&quot;no&quot;);fb.textContent=(ok?&quot;✅ सही! &quot;:&quot;❌ गलत। &quot;)+q.exp;
  });
  const pct=Math.round(correct/Qs.length*100);
  showResult(correct,pct,nm,po,dp,ind);
  document.getElementById(&quot;btn-sub&quot;).disabled=true;
}

function showResult(correct,pct,nm,po,dp,ind){
  const box=document.getElementById(&quot;result-box&quot;);
  document.getElementById(&quot;rscore&quot;).textContent=pct+&quot;%&quot;;
  document.getElementById(&quot;rlbl&quot;).textContent=correct+&quot; / &quot;+Qs.length+&quot; प्रश्न सही&quot;;
  box.style.display=&quot;block&quot;;
  if(pct&gt;=80){
    box.className=&quot;result-box pass&quot;;
    document.getElementById(&quot;rmsg&quot;).textContent=&quot;🎉 बधाई हो! आपने सामग्री भंडारण सुरक्षा प्रश्नोत्तरी उत्तीर्ण की!&quot;;
    document.getElementById(&quot;cert-btn&quot;).innerHTML=`&lt;button class=&quot;btn-cert&quot; onclick=&quot;openCert()&quot;&gt;🏆 प्रमाणपत्र देखें व डाउनलोड करें&lt;/button&gt;`;
    document.getElementById(&quot;c-name&quot;).textContent=nm;document.getElementById(&quot;c-post&quot;).textContent=po;
    document.getElementById(&quot;c-dept&quot;).textContent=dp;document.getElementById(&quot;c-ind&quot;).textContent=ind;
    document.getElementById(&quot;c-score&quot;).textContent=&quot;Score: &quot;+pct+&quot;%&quot;;
    document.getElementById(&quot;c-date&quot;).textContent=&quot;Date: &quot;+new Date().toLocaleDateString(&quot;en-IN&quot;,{day:&quot;2-digit&quot;,month:&quot;long&quot;,year:&quot;numeric&quot;});
  } else {
    box.className=&quot;result-box fail&quot;;
    document.getElementById(&quot;rmsg&quot;).textContent=&quot;आपका स्कोर &quot;+pct+&quot;% है। उत्तीर्ण होने के लिए 80% अंक चाहिए। पुनः प्रयास करें!&quot;;
    document.getElementById(&quot;cert-btn&quot;).innerHTML=&quot;&quot;;
  }
  box.scrollIntoView({behavior:&quot;smooth&quot;});
}

function openCert(){document.getElementById(&quot;cert-overlay&quot;).classList.add(&quot;show&quot;);}
function closeCert(){document.getElementById(&quot;cert-overlay&quot;).classList.remove(&quot;show&quot;);}
function retryQuiz(){
  document.getElementById(&quot;result-box&quot;).style.display=&quot;none&quot;;
  document.getElementById(&quot;btn-sub&quot;).disabled=false;
  buildQuiz();window.scrollTo({top:0,behavior:&quot;smooth&quot;});
}

async function downloadPDF(){
  const {jsPDF}=window.jspdf;
  const doc=new jsPDF({orientation:&quot;landscape&quot;,unit:&quot;mm&quot;,format:&quot;a4&quot;});
  const W=297,H=210;
  doc.setFillColor(239,235,233);doc.rect(0,0,W,H,&quot;F&quot;);
  doc.setDrawColor(78,52,46);doc.setLineWidth(3);doc.rect(7,7,W-14,H-14);
  doc.setLineWidth(1);doc.setDrawColor(255,214,0);doc.rect(11,11,W-22,H-22);
  doc.setFillColor(78,52,46);doc.rect(18,16,W-36,24,&quot;F&quot;);
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(17);doc.setTextColor(255,214,0);
  doc.text(&quot;SAFETY KNOWLEDGE EVALUATION&quot;,W/2,32,{align:&quot;center&quot;});
  doc.setFontSize(11);doc.setTextColor(230,126,34);
  doc.text(&quot;Topic: Material Stocking Safety&quot;,W/2,48,{align:&quot;center&quot;});
  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(10);doc.setTextColor(100,100,100);
  doc.text(&quot;This is to certify that&quot;,W/2,60,{align:&quot;center&quot;});
  const nm=document.getElementById(&quot;c-name&quot;).textContent;
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(22);doc.setTextColor(78,52,46);
  doc.text(nm,W/2,76,{align:&quot;center&quot;});
  doc.setDrawColor(230,126,34);doc.setLineWidth(0.8);
  const nw=doc.getTextWidth(nm);doc.line(W/2-nw/2,78,W/2+nw/2,78);
  const po=document.getElementById(&quot;c-post&quot;).textContent;
  const dp=document.getElementById(&quot;c-dept&quot;).textContent;
  const ind=document.getElementById(&quot;c-ind&quot;).textContent;
  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(8);doc.setTextColor(150,150,150);
  doc.text(&quot;Post / Designation&quot;,62,87,{align:&quot;center&quot;});
  doc.text(&quot;Department&quot;,W/2,87,{align:&quot;center&quot;});
  doc.text(&quot;Industry / Organisation&quot;,W-62,87,{align:&quot;center&quot;});
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(9);doc.setTextColor(30,30,30);
  doc.text(po,62,92,{align:&quot;center&quot;});doc.text(dp,W/2,92,{align:&quot;center&quot;});doc.text(ind,W-62,92,{align:&quot;center&quot;});
  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(10);doc.setTextColor(100,100,100);
  doc.text(&quot;has successfully completed the Material Stocking Safety Quiz and demonstrated&quot;,W/2,104,{align:&quot;center&quot;});
  doc.text(&quot;commendable knowledge of safe material storage, stacking practices and warehouse safety.&quot;,W/2,110,{align:&quot;center&quot;});
  const sc=document.getElementById(&quot;c-score&quot;).textContent;
  doc.setFillColor(78,52,46);doc.roundedRect(W/2-28,114,56,13,6,6,&quot;F&quot;);
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(12);doc.setTextColor(255,255,255);
  doc.text(sc,W/2,123,{align:&quot;center&quot;});
  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(8);doc.setTextColor(150,150,150);
  doc.text(&quot;Date of Completion: &quot;+new Date().toLocaleDateString(&quot;en-IN&quot;,{day:&quot;2-digit&quot;,month:&quot;long&quot;,year:&quot;numeric&quot;}),W/2,133,{align:&quot;center&quot;});
  doc.setDrawColor(200,200,200);doc.setLineWidth(0.4);doc.line(28,141,W-28,141);
  try{doc.addImage(LOGO,&quot;PNG&quot;,33,148,22,22);}catch(e){}
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(10);doc.setTextColor(78,52,46);
  doc.text(&quot;Safety Gurukul&quot;,60,157);
  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(7.5);doc.setTextColor(130,130,130);
  doc.text(&quot;Powered by Safety Gurukul&quot;,60,163);doc.text(&quot;youtube.com/@safetygurukul&quot;,60,168);
  doc.setDrawColor(50,50,50);doc.setLineWidth(0.5);doc.line(W-95,160,W-32,160);
  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(8);doc.setTextColor(120,120,120);
  doc.text(&quot;Authorised Signature&quot;,W-63,165,{align:&quot;center&quot;});
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(9);doc.setTextColor(78,52,46);
  doc.text(&quot;Safety Gurukul&quot;,W-63,171,{align:&quot;center&quot;});
  doc.save(&quot;MaterialStocking_Safety_Certificate_SafetyGurukul.pdf&quot;);
}

async function shareCert(){
  const txt=&quot;मैंने Safety Gurukul की सामग्री भंडारण सुरक्षा प्रश्नोत्तरी उत्तीर्ण की! 🏆📦 &quot;+YT;
  if(navigator.share){try{await navigator.share({title:&quot;Material Stocking Safety Certificate&quot;,text:txt,url:YT});}catch(e){}}
  else{navigator.clipboard.writeText(txt).then(()=&gt;alert(&quot;Share text copied!\n\n&quot;+txt));}
}

buildQuiz();
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</content><link rel='replies' type='application/atom+xml' href='https://safetygurukul.blogspot.com/feeds/5985406492603554570/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://safetygurukul.blogspot.com/2026/03/material-store-safety.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/5985406492603554570'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/5985406492603554570'/><link rel='alternate' type='text/html' href='https://safetygurukul.blogspot.com/2026/03/material-store-safety.html' title='Material Store Safety Quiz'/><author><name>Narendra Arya</name><uri>http://www.blogger.com/profile/05274105664901468001</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJQ_C-6vlqjQm18qsy4UwsM7dKK21amAjp0Z8hWr-7mJNHFRPC7lxZrgsfGm8vMO6nYBqhyLqPEHUw1qIE5vOvtiDKC4jdDeHutwJwE4urYFPAZD2MQmailWfS2iGFhJnPDF-mMPpuWJuaqvJqMqdFY2cywIKJsvY8lxAtRjykcuSrwQ/s220/Narendra_arya-removebg-Favicon.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbmEGl7511ELxS5XohRjDYkkiKNFF8Tq_YCKB6NDszIjtt6J-vhGlMwbXQYwOZiFqrIKWleugfdcjVx_gdaUEyPOe5tJkYCcnDHINT9-bA4HQa5a899XwMIDp8WFxFlTMh80YRxx14ADq1tjMOz9XQtXJray7BAsDTnwdg6_dV60pN32xoOEaDBUivkdJp/s72-c/ChatGPT%20Image%20Mar%207,%202026,%2008_54_43%20PM.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9122151121349724808.post-874617843004399000</id><published>2026-03-06T15:47:00.000-08:00</published><updated>2026-03-07T08:11:21.733-08:00</updated><title type='text'>Heat Stroke Safety Quiz</title><content type='html'>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHzB03VIi5HtwCJKjYX70ieo-wApobFwQuG-j6d53Y7-iV8H1DZCQ4Uya89tZgbjttK1TSZ-PfMg2oa4xK5eIENj0607mhjBL2pTgh_G3cunTEaALPr8YF5iWiat7pqEkajD8O_HHVviiW2pct3z6ojKg_Hmhv9Uw_T-Q9PB57TELLhYnn3eqbv3hgqfx0/s1536/be696df3-5adb-4066-92df-499075140306.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1024&quot; data-original-width=&quot;1536&quot; height=&quot;133&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHzB03VIi5HtwCJKjYX70ieo-wApobFwQuG-j6d53Y7-iV8H1DZCQ4Uya89tZgbjttK1TSZ-PfMg2oa4xK5eIENj0607mhjBL2pTgh_G3cunTEaALPr8YF5iWiat7pqEkajD8O_HHVviiW2pct3z6ojKg_Hmhv9Uw_T-Q9PB57TELLhYnn3eqbv3hgqfx0/w200-h133/be696df3-5adb-4066-92df-499075140306.png&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;

&lt;html lang=&quot;hi&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;&lt;/meta&gt;
&lt;meta content=&quot;width=device-width, initial-scale=1.0&quot; name=&quot;viewport&quot;&gt;&lt;/meta&gt;
&lt;title&gt;हीट स्ट्रोक सुरक्षा प्रश्नोत्तरी | Safety Gurukul&lt;/title&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;600;700;800&amp;amp;family=Noto+Sans+Devanagari:wght@400;500;600;700&amp;amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;&lt;/link&gt;
&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js&quot;&gt;&lt;/script&gt;
&lt;style&gt;
:root{
  --og:#e67e22; --dg:#e65100; --lg:#ff6f00;
  --yl:#ffd600; --rd:#c0392b; --gn:#27ae60;
  --cream:#fff9f0; --white:#fff; --dark:#1c1c1c;
}
*{box-sizing:border-box;margin:0;padding:0;}
body{font-family:&#39;Noto Sans Devanagari&#39;,sans-serif;background:var(--cream);color:var(--dark);padding-bottom:70px;}

/* HEADER */
.site-header{
  background:linear-gradient(135deg,#bf360c 0%,#e65100 60%,#ff6f00 100%);
  padding:0 20px;display:flex;align-items:center;justify-content:space-between;
  box-shadow:0 3px 14px rgba(0,0,0,.4);position:sticky;top:0;z-index:200;min-height:64px;
}
.header-brand{display:flex;align-items:center;gap:12px;text-decoration:none;}
.header-brand img{width:48px;height:48px;border-radius:50%;border:2.5px solid var(--yl);transition:transform .3s;}
.header-brand img:hover{transform:scale(1.12);}
.header-title{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.35rem;font-weight:800;color:var(--yl);letter-spacing:.5px;line-height:1.1;}
.header-title span{display:block;font-size:.72rem;font-weight:600;color:rgba(255,255,255,.7);letter-spacing:1.5px;text-transform:uppercase;}

/* HERO */
.hero-wrap{width:100%;max-width:900px;margin:22px auto 0;padding:0 14px;}
.hero-banner{
  background:linear-gradient(135deg,#bf360c,#e65100 70%,#ffd60022);
  border-radius:14px;border:3px solid var(--yl);padding:40px 30px;
  text-align:center;box-shadow:0 8px 30px rgba(230,81,0,.5);
  position:relative;overflow:hidden;
}
.hero-banner::before{
  content:&quot;☀️&quot;;font-size:120px;position:absolute;opacity:.07;top:50%;left:50%;
  transform:translate(-50%,-50%);line-height:1;
}
.hero-icon{font-size:64px;margin-bottom:12px;display:block;animation:pulse 2s ease-in-out infinite alternate;}
@keyframes pulse{0%{transform:scale(1);}100%{transform:scale(1.1);}}
.hero-banner h2{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.9rem;font-weight:800;color:var(--yl);text-shadow:0 2px 8px rgba(0,0,0,.4);}
.hero-banner p{color:rgba(255,255,255,.85);font-size:1rem;margin-top:8px;font-weight:500;}
.hero-tags{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:14px;}
.hero-tag{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);color:#fff;
  font-size:.78rem;font-weight:600;padding:5px 13px;border-radius:20px;letter-spacing:.5px;}

/* CONTAINER */
.container{max-width:900px;margin:0 auto;padding:10px 14px 30px;}

/* BANNER */
.page-banner{text-align:center;margin:20px 0 6px;font-family:&#39;Baloo 2&#39;,sans-serif;}
.page-banner h1{font-size:1.75rem;font-weight:800;color:var(--dg);text-transform:uppercase;letter-spacing:1px;}
.page-banner p{color:var(--og);font-size:.95rem;font-weight:600;margin-top:4px;}

/* FORM CARD */
.form-card{background:var(--white);border-radius:14px;padding:22px 24px;box-shadow:0 4px 18px rgba(0,0,0,.08);margin-bottom:24px;border-top:4px solid var(--dg);}
.form-card h3{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1rem;color:var(--dg);font-weight:800;text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px;}
.fg-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
@media(max-width:540px){.fg-grid{grid-template-columns:1fr;}}
.fg label{display:block;font-size:.76rem;font-weight:700;color:var(--dg);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;}
.fg input{width:100%;padding:9px 13px;border:1.5px solid #ddd;border-radius:8px;font-family:&#39;Noto Sans Devanagari&#39;,sans-serif;font-size:.93rem;background:#fafafa;transition:border .2s;}
.fg input:focus{outline:none;border-color:var(--dg);background:#fff;}

/* QUESTION CARD */
.qcard{background:var(--white);border-radius:14px;padding:20px 22px;margin-bottom:16px;box-shadow:0 3px 12px rgba(0,0,0,.07);border-left:5px solid var(--dg);transition:box-shadow .2s;}
.qcard:hover{box-shadow:0 6px 20px rgba(230,81,0,.18);}
.qhead{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;}
.qnum{background:var(--dg);color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-weight:800;font-size:.95rem;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;}
.qtxt{font-size:.97rem;font-weight:600;line-height:1.6;color:#1c1c1c;}

.opts{display:flex;flex-direction:column;gap:8px;}
.olbl{display:flex;align-items:center;gap:10px;padding:9px 13px;border:1.5px solid #e5e5e5;border-radius:8px;cursor:pointer;font-size:.92rem;transition:all .18s;background:#fafafa;}
.olbl:hover{border-color:var(--dg);background:#fff5ee;}
.olbl input[type=radio]{accent-color:var(--dg);width:16px;height:16px;}
.olbl.correct{background:#eafaf1;border-color:var(--gn);color:#1a5c2e;font-weight:600;}
.olbl.wrong{background:#fdf0ef;border-color:var(--rd);color:var(--rd);}
.olbl.show-correct{background:#eafaf1;border-color:var(--gn);}

.fb{margin-top:10px;font-size:.84rem;font-weight:600;padding:7px 12px;border-radius:7px;display:none;}
.fb.ok{color:#1a5c2e;background:#eafaf1;}
.fb.no{color:var(--rd);background:#fdf0ef;}

/* SUBMIT */
.btn-submit{display:block;width:100%;max-width:300px;margin:10px auto 0;padding:13px;
  background:linear-gradient(135deg,var(--dg),#bf360c);color:#fff;
  font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.15rem;font-weight:800;border:none;
  border-radius:10px;cursor:pointer;text-transform:uppercase;letter-spacing:1px;
  box-shadow:0 4px 16px rgba(230,81,0,.4);transition:transform .2s,box-shadow .2s;}
.btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(230,81,0,.5);}
.btn-submit:disabled{background:#bbb;box-shadow:none;cursor:not-allowed;transform:none;}

/* RESULT */
.result-box{display:none;background:var(--white);border-radius:16px;padding:30px 24px;text-align:center;margin-top:26px;box-shadow:0 6px 26px rgba(0,0,0,.1);}
.result-box.pass{border-top:5px solid var(--gn);}
.result-box.fail{border-top:5px solid var(--rd);}
.rscore{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:3.8rem;font-weight:800;line-height:1;}
.result-box.pass .rscore{color:var(--dg);}
.result-box.fail .rscore{color:var(--rd);}
.rlbl{font-size:.92rem;color:#777;margin:5px 0 14px;}
.rmsg{font-size:1.05rem;font-weight:700;margin-bottom:18px;}
.result-box.pass .rmsg{color:var(--dg);}
.result-box.fail .rmsg{color:var(--rd);}
.btn-cert{display:inline-block;padding:12px 26px;background:linear-gradient(135deg,var(--dg),var(--lg));color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.05rem;font-weight:800;border:none;border-radius:10px;cursor:pointer;text-transform:uppercase;margin:5px;box-shadow:0 4px 14px rgba(230,81,0,.3);transition:transform .2s;}
.btn-cert:hover{transform:translateY(-2px);}
.btn-retry{display:inline-block;padding:10px 22px;background:transparent;color:var(--dg);font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;border:2px solid var(--dg);border-radius:10px;cursor:pointer;text-transform:uppercase;margin:5px;transition:all .2s;}
.btn-retry:hover{background:var(--dg);color:#fff;}

/* FOOTER */
.site-footer{
  position:fixed;bottom:0;left:0;right:0;
  background:linear-gradient(90deg,#bf360c 0%,#e65100 100%);
  padding:9px 20px;display:flex;align-items:center;justify-content:center;gap:10px;
  z-index:200;box-shadow:0 -3px 12px rgba(0,0,0,.3);
}
.site-footer span{color:rgba(255,255,255,.8);font-size:.84rem;}
.ft-link{text-decoration:none;display:flex;align-items:center;gap:8px;}
.ft-logo{width:34px;height:34px;border-radius:50%;border:2px solid var(--yl);cursor:pointer;transition:transform .25s;}
.ft-logo:hover{transform:scale(1.12);}
.ft-name{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;color:var(--yl);transition:color .2s;}
.ft-name:hover{color:#fff;}

/* CERT OVERLAY */
#cert-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.75);z-index:900;align-items:center;justify-content:center;padding:14px;}
#cert-overlay.show{display:flex;}
.cert-modal{background:#fff;border-radius:14px;max-width:720px;width:100%;box-shadow:0 20px 60px rgba(0,0,0,.4);overflow:hidden;}
.cert-modal-header{background:linear-gradient(135deg,#bf360c,#e65100);padding:14px 20px;display:flex;justify-content:space-between;align-items:center;}
.cert-modal-header h4{color:var(--yl);font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1rem;font-weight:800;text-transform:uppercase;}
.cert-modal-header button{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;padding:5px 12px;border-radius:6px;cursor:pointer;font-size:.9rem;}

.cert-preview{
  background:linear-gradient(160deg,#fff9f0 0%,#fffdf5 100%);
  padding:30px 36px;text-align:center;position:relative;
}
.cert-preview::before{
  content:&quot;&quot;;position:absolute;inset:0;
  background:repeating-linear-gradient(45deg,#fbe9e7 0,#fbe9e7 1px,transparent 0,transparent 50%) 0 0/10px 10px;
  opacity:.35;z-index:0;pointer-events:none;
}
.cert-border{border:3px solid #e65100;border-radius:6px;padding:26px;position:relative;z-index:1;}
.cert-border::before{content:&quot;&quot;;position:absolute;inset:6px;border:1.5px solid #ffd600;border-radius:3px;pointer-events:none;}
.cert-hdr-bar{background:linear-gradient(90deg,#bf360c,#e65100);border-radius:4px;padding:10px 20px;margin-bottom:14px;}
.cert-hdr-bar h2{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.1rem;font-weight:800;color:#ffd600;letter-spacing:2px;text-transform:uppercase;}
.cert-topic{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.92rem;color:#e67e22;font-weight:700;margin-bottom:10px;}
.cert-certify{font-size:.8rem;color:#888;margin-bottom:6px;}
.cert-name{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.7rem;font-weight:800;color:#e65100;border-bottom:2.5px solid #e67e22;display:inline-block;padding-bottom:2px;margin-bottom:10px;}
.cert-details{display:flex;justify-content:center;gap:30px;margin:10px 0;flex-wrap:wrap;}
.cert-det-item{text-align:center;}
.cert-det-item .lbl{font-size:.65rem;color:#999;text-transform:uppercase;letter-spacing:.5px;}
.cert-det-item .val{font-size:.85rem;font-weight:700;color:#222;margin-top:2px;}
.cert-para{font-size:.78rem;color:#666;margin:10px 0 6px;line-height:1.6;}
.cert-score-badge{display:inline-block;background:linear-gradient(135deg,#e65100,#ff6f00);color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-weight:800;font-size:1rem;padding:6px 20px;border-radius:20px;margin:4px 0 8px;}
.cert-date{font-size:.72rem;color:#aaa;margin-bottom:12px;}
.cert-footer-row{display:flex;justify-content:space-between;align-items:flex-end;border-top:1px solid #ddd;padding-top:10px;margin-top:4px;}
.cert-brand{display:flex;align-items:center;gap:8px;}
.cert-brand img{width:36px;height:36px;border-radius:50%;border:2px solid #ffd600;}
.cert-brand-name{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.85rem;font-weight:800;color:#e65100;}
.cert-brand-sub{font-size:.65rem;color:#999;}
.cert-sig{text-align:center;}
.cert-sig-line{border-top:1px solid #555;width:120px;margin:0 auto 4px;}
.cert-sig-text{font-size:.65rem;color:#aaa;}
.cert-sig-name{font-size:.78rem;font-weight:700;color:#e65100;}
.cert-actions{padding:14px 20px;background:#f8f8f8;display:flex;gap:10px;justify-content:center;flex-wrap:wrap;}
.btn-dl{padding:10px 22px;background:linear-gradient(135deg,#e65100,#ff6f00);color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;border:none;border-radius:8px;cursor:pointer;text-transform:uppercase;}
.btn-sh{padding:10px 22px;background:transparent;color:#e65100;font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;border:2px solid #e65100;border-radius:8px;cursor:pointer;text-transform:uppercase;}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;!-- HEADER --&gt;
&lt;header class=&quot;site-header&quot;&gt;
  &lt;a class=&quot;header-brand&quot; href=&quot;https://www.youtube.com/@safetygurukul&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;
    &lt;img alt=&quot;Safety Gurukul Logo&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEicogqY21fPH5ZNDB4B5n35jtgsI5XrdGb8ikpFdjogyqoMPcEPPOpUUYqWKhQ9bRl9ySUZPVscI4Tkeb2meq0iO41GRGIazHhbKiyi0lr_G2227qe5nRYSqXI2yKf843-E3s-rctHcTLLgN335eX36cteaZJTF1IQPg28hHIfmCeNPbX_KaAFxxPvP3ucW&quot; /&gt;
    &lt;div class=&quot;header-title&quot;&gt;Safety Gurukul&lt;span&gt;Heat Stroke Safety Quiz&lt;/span&gt;&lt;/div&gt;
  &lt;/a&gt;
&lt;/header&gt;

&lt;!-- HERO --&gt;
&lt;div class=&quot;hero-wrap&quot;&gt;
  &lt;div class=&quot;hero-banner&quot;&gt;
    &lt;span class=&quot;hero-icon&quot;&gt;☀️&lt;/span&gt;
    &lt;h2&gt;हीट स्ट्रोक सुरक्षा जागरूकता&lt;/h2&gt;
    &lt;p&gt;क्या आप गर्मी से होने वाली बीमारियों और उनसे बचाव के तरीके जानते हैं?&lt;/p&gt;
    &lt;div class=&quot;hero-tags&quot;&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;☀️ हीट स्ट्रोक सुरक्षा&lt;/span&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;🏭 कार्यस्थल सुरक्षा&lt;/span&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;📋 10 प्रश्न&lt;/span&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;🏆 प्रमाणपत्र&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- MAIN --&gt;
&lt;div class=&quot;container&quot;&gt;
  &lt;div class=&quot;page-banner&quot;&gt;
    &lt;h1&gt;☀️ हीट स्ट्रोक सुरक्षा प्रश्नोत्तरी&lt;/h1&gt;
    &lt;p&gt;अपना ज्ञान परखें • 80% अंक पर प्रमाणपत्र पाएं&lt;/p&gt;
  &lt;/div&gt;

  &lt;!-- PARTICIPANT FORM --&gt;
  &lt;div class=&quot;form-card&quot;&gt;
    &lt;h3&gt;👤 प्रतिभागी विवरण भरें&lt;/h3&gt;
    &lt;div class=&quot;fg-grid&quot;&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;नाम (Name)&lt;/label&gt;&lt;input id=&quot;inp-name&quot; placeholder=&quot;अपना पूरा नाम लिखें&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;पद / पदनाम (Post)&lt;/label&gt;&lt;input id=&quot;inp-post&quot; placeholder=&quot;जैसे: Worker, Supervisor&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;विभाग (Department)&lt;/label&gt;&lt;input id=&quot;inp-dept&quot; placeholder=&quot;जैसे: Production, Outdoor&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;संस्थान / उद्योग (Industry)&lt;/label&gt;&lt;input id=&quot;inp-ind&quot; placeholder=&quot;कंपनी / संगठन का नाम&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- QUIZ BODY --&gt;
  &lt;div id=&quot;quiz-body&quot;&gt;&lt;/div&gt;

  &lt;!-- SUBMIT --&gt;
  &lt;button class=&quot;btn-submit&quot; id=&quot;btn-sub&quot; onclick=&quot;submitQuiz()&quot;&gt;✅ उत्तर जमा करें&lt;/button&gt;

  &lt;!-- RESULT --&gt;
  &lt;div class=&quot;result-box&quot; id=&quot;result-box&quot;&gt;
    &lt;div class=&quot;rscore&quot; id=&quot;rscore&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;rlbl&quot; id=&quot;rlbl&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;rmsg&quot; id=&quot;rmsg&quot;&gt;&lt;/div&gt;
    &lt;div id=&quot;cert-btn&quot;&gt;&lt;/div&gt;
    &lt;button class=&quot;btn-retry&quot; onclick=&quot;retryQuiz()&quot;&gt;🔄 पुनः प्रयास करें&lt;/button&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- CERTIFICATE OVERLAY --&gt;
&lt;div id=&quot;cert-overlay&quot; onclick=&quot;if(event.target===this)closeCert()&quot;&gt;
  &lt;div class=&quot;cert-modal&quot;&gt;
    &lt;div class=&quot;cert-modal-header&quot;&gt;
      &lt;h4&gt;🏆 Your Certificate&lt;/h4&gt;
      &lt;button onclick=&quot;closeCert()&quot;&gt;✕ Close&lt;/button&gt;
    &lt;/div&gt;
    &lt;div class=&quot;cert-preview&quot;&gt;
      &lt;div class=&quot;cert-border&quot;&gt;
        &lt;div class=&quot;cert-hdr-bar&quot;&gt;&lt;h2&gt;Safety Knowledge Evaluation&lt;/h2&gt;&lt;/div&gt;
        &lt;div class=&quot;cert-topic&quot;&gt;Topic: Heat Stroke Safety Awareness&lt;/div&gt;
        &lt;div class=&quot;cert-certify&quot;&gt;This is to certify that&lt;/div&gt;
        &lt;div class=&quot;cert-name&quot; id=&quot;c-name&quot;&gt;—&lt;/div&gt;
        &lt;div class=&quot;cert-details&quot;&gt;
          &lt;div class=&quot;cert-det-item&quot;&gt;&lt;div class=&quot;lbl&quot;&gt;Post / Designation&lt;/div&gt;&lt;div class=&quot;val&quot; id=&quot;c-post&quot;&gt;—&lt;/div&gt;&lt;/div&gt;
          &lt;div class=&quot;cert-det-item&quot;&gt;&lt;div class=&quot;lbl&quot;&gt;Department&lt;/div&gt;&lt;div class=&quot;val&quot; id=&quot;c-dept&quot;&gt;—&lt;/div&gt;&lt;/div&gt;
          &lt;div class=&quot;cert-det-item&quot;&gt;&lt;div class=&quot;lbl&quot;&gt;Industry / Organisation&lt;/div&gt;&lt;div class=&quot;val&quot; id=&quot;c-ind&quot;&gt;—&lt;/div&gt;&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;cert-para&quot;&gt;
          has successfully completed the &lt;strong&gt;Heat Stroke Safety Awareness Quiz&lt;/strong&gt;&lt;br /&gt;
          and demonstrated commendable knowledge of heat illness prevention and workplace heat safety practices.
        &lt;/div&gt;
        &lt;div class=&quot;cert-score-badge&quot; id=&quot;c-score&quot;&gt;Score: —&lt;/div&gt;
        &lt;div class=&quot;cert-date&quot; id=&quot;c-date&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;cert-footer-row&quot;&gt;
          &lt;div class=&quot;cert-brand&quot;&gt;
            &lt;img alt=&quot;Safety Gurukul&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhnp0Y0FI9phTH_yHnM8nGrD00yroDgPPBfLdqWl3ByOXApaKJTLtMuP98BvlUkJwwCFwGJV2zkG56gMm0GuWOVXerFkFhfo0I97ggzn4Am1289l9SwIUdE8dsimaEEv7y8g7KlbT203pUBN9RVIv9Jmrhgt2qRDdWPwz20SVlmabiAYlKUQJJvA9XH6-Ji&quot; /&gt;
            &lt;div&gt;&lt;div class=&quot;cert-brand-name&quot;&gt;Safety Gurukul&lt;/div&gt;&lt;div class=&quot;cert-brand-sub&quot;&gt;youtube.com/@safetygurukul&lt;/div&gt;&lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;cert-sig&quot;&gt;
            &lt;div class=&quot;cert-sig-line&quot;&gt;&lt;/div&gt;
            &lt;div class=&quot;cert-sig-text&quot;&gt;Authorised Signature&lt;/div&gt;
            &lt;div class=&quot;cert-sig-name&quot;&gt;Safety Gurukul&lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;cert-actions&quot;&gt;
      &lt;button class=&quot;btn-dl&quot; onclick=&quot;downloadPDF()&quot;&gt;⬇️ Download PDF&lt;/button&gt;
      &lt;button class=&quot;btn-sh&quot; onclick=&quot;shareCert()&quot;&gt;📤 Share&lt;/button&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- FOOTER --&gt;
&lt;footer class=&quot;site-footer&quot;&gt;
  &lt;span&gt;Powered by&lt;/span&gt;
  &lt;a class=&quot;ft-link&quot; href=&quot;https://www.youtube.com/@safetygurukul&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;
    &lt;img alt=&quot;Safety Gurukul&quot; class=&quot;ft-logo&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgzXWnOkdD49Hi82GKMHzz4SRITrOKY6OovDbIs-q9EAkGAnQeMWe3EDg7rBJsMJOkh_wFaidjvFO79V1fUWcEUnpjFM0EhShLsmxWDXIlpk3M24vibmRLp2SbChjvoQplVFuZ8vE1535XFl7fLTh5kd-SwswLtF4a7gkjgjG54yo9KPF4zmHGZRiDl7tqH&quot; /&gt;
    &lt;span class=&quot;ft-name&quot;&gt;Safety Gurukul&lt;/span&gt;
  &lt;/a&gt;
  &lt;span&gt;| सुरक्षा हमारी ज़िम्मेदारी&lt;/span&gt;
&lt;/footer&gt;

&lt;script&gt;
const LOGO=&quot;data:image/png;base64,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&quot;;
const YT=&quot;https://www.youtube.com/@safetygurukul&quot;;

const Qs=[
  {
    q:&quot;हीट स्ट्रोक (Heat Stroke) क्या होता है?&quot;,
    o:[&quot;सर्दी में ठंड लगना&quot;,&quot;शरीर का तापमान 40°C से अधिक हो जाना और शरीर की ठंडक प्रणाली का फेल होना&quot;,&quot;केवल पसीना आना&quot;,&quot;सिरदर्द होना&quot;],
    a:1,
    exp:&quot;Heat Stroke एक जानलेवा स्थिति है जिसमें शरीर का तापमान 40°C (104°F) से अधिक हो जाता है और शरीर खुद को ठंडा नहीं कर पाता।&quot;
  },
  {
    q:&quot;हीट स्ट्रोक का सबसे खतरनाक लक्षण कौन सा है?&quot;,
    o:[&quot;हल्की प्यास&quot;,&quot;थोड़ी थकान&quot;,&quot;40°C से अधिक बुखार के साथ भ्रम (Confusion) या बेहोशी&quot;,&quot;सामान्य पसीना&quot;],
    a:2,
    exp:&quot;40°C से अधिक तापमान के साथ मानसिक भ्रम, बेहोशी या असामान्य व्यवहार हीट स्ट्रोक के सबसे खतरनाक लक्षण हैं — यह तत्काल आपातस्थिति है।&quot;
  },
  {
    q:&quot;किसी को हीट स्ट्रोक होने का संदेह हो तो सबसे पहले क्या करें?&quot;,
    o:[&quot;गर्म चाय पिलाएं&quot;,&quot;तुरंत ठंडी जगह ले जाएं, एम्बुलेंस बुलाएं और शरीर को ठंडा करें&quot;,&quot;कंबल ओढ़ाएं&quot;,&quot;काम जारी रखें&quot;],
    a:1,
    exp:&quot;तुरंत पीड़ित को छायादार व ठंडी जगह ले जाएं, आपातकालीन सेवा (108) को बुलाएं और गर्दन, कांख व जांघ पर बर्फ/ठंडा पानी लगाकर शरीर को ठंडा करें।&quot;
  },
  {
    q:&quot;Classic Heat Stroke में त्वचा कैसी होती है?&quot;,
    o:[&quot;ठंडी और चिपचिपी&quot;,&quot;गर्म और सूखी — पसीना बंद हो जाता है&quot;,&quot;नीली और सूजी हुई&quot;,&quot;सामान्य&quot;],
    a:1,
    exp:&quot;Classic Heat Stroke में पसीना बनाने की प्रक्रिया फेल हो जाती है, इसलिए त्वचा गर्म और सूखी होती है — यह इसकी पहचान है।&quot;
  },
  {
    q:&quot;Heat Stroke पीड़ित को ठंडा करने का सबसे प्रभावी तरीका कौन सा है?&quot;,
    o:[&quot;तेल मालिश करना&quot;,&quot;गर्दन, कांख और जांघ पर बर्फ रखना या ठंडे पानी में डुबोना&quot;,&quot;हल्की धूप में लिटाना&quot;,&quot;Aspirin देना&quot;],
    a:1,
    exp:&quot;बर्फ के पैक को गर्दन, कांख और जांघ पर रखना या ठंडे पानी में डुबोना सबसे तेज़ Cooling Method है क्योंकि इन जगहों पर रक्त वाहिकाएं त्वचा के करीब होती हैं।&quot;
  },
  {
    q:&quot;किस समूह के कामगारों को हीट स्ट्रोक का सबसे अधिक खतरा है?&quot;,
    o:[&quot;AC कमरे में काम करने वाले&quot;,&quot;रात की पाली में काम करने वाले&quot;,&quot;गर्म-उमस भरे वातावरण में बाहर भारी काम करने वाले&quot;,&quot;Data Entry करने वाले&quot;],
    a:2,
    exp:&quot;तेज़ धूप और उमस में भारी शारीरिक श्रम करने वाले बाहरी कामगार जैसे निर्माण, कृषि और खनन श्रमिकों को सबसे अधिक खतरा होता है।&quot;
  },
  {
    q:&quot;गर्म वातावरण में काम करते समय कितनी बार और कितना पानी पीना चाहिए?&quot;,
    o:[&quot;4 घंटे में एक बार&quot;,&quot;केवल जब बहुत प्यास लगे&quot;,&quot;हर 15–20 मिनट में लगभग 250 ml (एक कप) पानी&quot;,&quot;सुबह एक बार 5 लीटर&quot;],
    a:2,
    exp:&quot;गर्मी में काम करते समय हर 15–20 मिनट में लगभग एक कप पानी पीना चाहिए — प्यास लगने से पहले। प्यास लगने का मतलब है शरीर में पानी की कमी शुरू हो चुकी है।&quot;
  },
  {
    q:&quot;गर्मी में काम करने के लिए सबसे उपयुक्त पेय पदार्थ कौन सा है?&quot;,
    o:[&quot;शराब (Alcohol)&quot;,&quot;गर्म चाय/कॉफी&quot;,&quot;ठंडा साफ पानी या ORS (Oral Rehydration Solution)&quot;,&quot;एनर्जी ड्रिंक&quot;],
    a:2,
    exp:&quot;ठंडा साफ पानी और ORS (ओआरएस) सर्वोत्तम है — ये पानी और इलेक्ट्रोलाइट दोनों की पूर्ति करते हैं। शराब और कैफीन शरीर में पानी की कमी बढ़ाते हैं।&quot;
  },
  {
    q:&quot;&#39;Acclimatisation&#39; (अभ्यस्तता) का मतलब क्या है?&quot;,
    o:[&quot;गर्मी से बचाने वाला PPE पहनना&quot;,&quot;स्थायी रूप से बाहरी काम बंद करना&quot;,&quot;7–14 दिनों में धीरे-धीरे गर्मी के संपर्क को बढ़ाना ताकि शरीर अनुकूलित हो सके&quot;,&quot;पंखे से पूरी साइट को ठंडा करना&quot;],
    a:2,
    exp:&quot;Acclimatisation एक नियंत्रित प्रक्रिया है जिसमें शरीर को 7–14 दिनों में धीरे-धीरे अधिक गर्मी में काम करने के लिए तैयार किया जाता है — इससे Heat Stroke का खतरा काफी कम हो जाता है।&quot;
  },
  {
    q:&quot;कार्यस्थल पर हीट स्ट्रोक से बचाव के लिए कौन सा उपाय सबसे सही है?&quot;,
    o:[&quot;दोपहर की चरम गर्मी में भारी काम करें&quot;,&quot;कामगारों को आराम की छुट्टी न दें&quot;,&quot;छायादार विश्राम क्षेत्र, ठंडा पानी और सुबह–शाम भारी काम का शेड्यूल बनाएं&quot;,&quot;काले रंग के मोटे कपड़े पहनाएं&quot;],
    a:2,
    exp:&quot;बचाव के तीन स्तंभ: छाया और ठंडा विश्राम क्षेत्र, नियमित पानी और इलेक्ट्रोलाइट, तथा भारी काम सुबह जल्दी या शाम को शेड्यूल करना।&quot;
  }
];

let userAns=new Array(Qs.length).fill(null);
let submitted=false;

function buildQuiz(){
  userAns=new Array(Qs.length).fill(null);
  submitted=false;
  const body=document.getElementById(&quot;quiz-body&quot;);
  body.innerHTML=&quot;&quot;;
  Qs.forEach((q,i)=&gt;{
    const card=document.createElement(&quot;div&quot;);
    card.className=&quot;qcard&quot;;card.id=&quot;card-&quot;+i;
    const opts=q.o.map((o,j)=&gt;
      `&lt;label class=&quot;olbl&quot; id=&quot;ol-${i}-${j}&quot;&gt;
        &lt;input type=&quot;radio&quot; name=&quot;q${i}&quot; value=&quot;${j}&quot; onchange=&quot;pick(${i},${j})&quot;&gt; ${String.fromCharCode(65+j)}. ${o}
      &lt;/label&gt;`).join(&quot;&quot;);
    card.innerHTML=`
      &lt;div class=&quot;qhead&quot;&gt;&lt;div class=&quot;qnum&quot;&gt;${i+1}&lt;/div&gt;&lt;div class=&quot;qtxt&quot;&gt;${q.q}&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;opts&quot; id=&quot;opts-${i}&quot;&gt;${opts}&lt;/div&gt;
      &lt;div class=&quot;fb&quot; id=&quot;fb-${i}&quot;&gt;&lt;/div&gt;`;
    body.appendChild(card);
  });
}

function pick(qi,ans){userAns[qi]=ans;}

function submitQuiz(){
  const nm=document.getElementById(&quot;inp-name&quot;).value.trim();
  const po=document.getElementById(&quot;inp-post&quot;).value.trim();
  const dp=document.getElementById(&quot;inp-dept&quot;).value.trim();
  const ind=document.getElementById(&quot;inp-ind&quot;).value.trim();
  if(!nm||!po||!dp||!ind){alert(&quot;कृपया सभी प्रतिभागी विवरण भरें।&quot;);return;}
  if(userAns.includes(null)){alert(&quot;कृपया सभी 10 प्रश्नों के उत्तर दें।&quot;);return;}

  submitted=true;let correct=0;
  Qs.forEach((q,i)=&gt;{
    const ua=userAns[i],ok=ua===q.a;
    if(ok) correct++;
    q.o.forEach((_,j)=&gt;{
      const l=document.getElementById(`ol-${i}-${j}`);
      l.querySelector(&quot;input&quot;).disabled=true;
      if(j===q.a) l.classList.add(&quot;show-correct&quot;);
      if(j===ua&amp;&amp;!ok) l.classList.add(&quot;wrong&quot;);
      if(j===ua&amp;&amp;ok) l.classList.add(&quot;correct&quot;);
    });
    const fb=document.getElementById(&quot;fb-&quot;+i);
    fb.style.display=&quot;block&quot;;
    fb.className=&quot;fb &quot;+(ok?&quot;ok&quot;:&quot;no&quot;);
    fb.textContent=(ok?&quot;✅ सही! &quot;:&quot;❌ गलत। &quot;)+q.exp;
  });

  const pct=Math.round(correct/Qs.length*100);
  showResult(correct,pct,nm,po,dp,ind);
  document.getElementById(&quot;btn-sub&quot;).disabled=true;
}

function showResult(correct,pct,nm,po,dp,ind){
  const box=document.getElementById(&quot;result-box&quot;);
  document.getElementById(&quot;rscore&quot;).textContent=pct+&quot;%&quot;;
  document.getElementById(&quot;rlbl&quot;).textContent=correct+&quot; / &quot;+Qs.length+&quot; प्रश्न सही&quot;;
  box.style.display=&quot;block&quot;;
  if(pct&gt;=80){
    box.className=&quot;result-box pass&quot;;
    document.getElementById(&quot;rmsg&quot;).textContent=&quot;🎉 बधाई हो! आपने हीट स्ट्रोक सुरक्षा प्रश्नोत्तरी उत्तीर्ण की!&quot;;
    document.getElementById(&quot;cert-btn&quot;).innerHTML=`&lt;button class=&quot;btn-cert&quot; onclick=&quot;openCert()&quot;&gt;🏆 प्रमाणपत्र देखें व डाउनलोड करें&lt;/button&gt;`;
    document.getElementById(&quot;c-name&quot;).textContent=nm;
    document.getElementById(&quot;c-post&quot;).textContent=po;
    document.getElementById(&quot;c-dept&quot;).textContent=dp;
    document.getElementById(&quot;c-ind&quot;).textContent=ind;
    document.getElementById(&quot;c-score&quot;).textContent=&quot;Score: &quot;+pct+&quot;%&quot;;
    document.getElementById(&quot;c-date&quot;).textContent=&quot;Date: &quot;+new Date().toLocaleDateString(&quot;en-IN&quot;,{day:&quot;2-digit&quot;,month:&quot;long&quot;,year:&quot;numeric&quot;});
  } else {
    box.className=&quot;result-box fail&quot;;
    document.getElementById(&quot;rmsg&quot;).textContent=&quot;आपका स्कोर &quot;+pct+&quot;% है। उत्तीर्ण होने के लिए 80% अंक चाहिए। पुनः प्रयास करें!&quot;;
    document.getElementById(&quot;cert-btn&quot;).innerHTML=&quot;&quot;;
  }
  box.scrollIntoView({behavior:&quot;smooth&quot;});
}

function openCert(){document.getElementById(&quot;cert-overlay&quot;).classList.add(&quot;show&quot;);}
function closeCert(){document.getElementById(&quot;cert-overlay&quot;).classList.remove(&quot;show&quot;);}

function retryQuiz(){
  document.getElementById(&quot;result-box&quot;).style.display=&quot;none&quot;;
  document.getElementById(&quot;btn-sub&quot;).disabled=false;
  buildQuiz();
  window.scrollTo({top:0,behavior:&quot;smooth&quot;});
}

async function downloadPDF(){
  const {jsPDF}=window.jspdf;
  const doc=new jsPDF({orientation:&quot;landscape&quot;,unit:&quot;mm&quot;,format:&quot;a4&quot;});
  const W=297,H=210;

  doc.setFillColor(255,249,240);doc.rect(0,0,W,H,&quot;F&quot;);
  doc.setDrawColor(230,81,0);doc.setLineWidth(3);doc.rect(7,7,W-14,H-14);
  doc.setLineWidth(1);doc.setDrawColor(255,214,0);doc.rect(11,11,W-22,H-22);

  doc.setFillColor(230,81,0);doc.rect(18,16,W-36,24,&quot;F&quot;);
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(17);doc.setTextColor(255,214,0);
  doc.text(&quot;SAFETY KNOWLEDGE EVALUATION&quot;,W/2,32,{align:&quot;center&quot;});

  doc.setFontSize(11);doc.setTextColor(230,126,34);
  doc.text(&quot;Topic: Heat Stroke Safety Awareness&quot;,W/2,48,{align:&quot;center&quot;});

  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(10);doc.setTextColor(100,100,100);
  doc.text(&quot;This is to certify that&quot;,W/2,60,{align:&quot;center&quot;});

  const nm=document.getElementById(&quot;c-name&quot;).textContent;
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(22);doc.setTextColor(230,81,0);
  doc.text(nm,W/2,76,{align:&quot;center&quot;});
  doc.setDrawColor(230,126,34);doc.setLineWidth(0.8);
  const nw=doc.getTextWidth(nm);doc.line(W/2-nw/2,78,W/2+nw/2,78);

  const po=document.getElementById(&quot;c-post&quot;).textContent;
  const dp=document.getElementById(&quot;c-dept&quot;).textContent;
  const ind=document.getElementById(&quot;c-ind&quot;).textContent;
  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(8);doc.setTextColor(150,150,150);
  doc.text(&quot;Post / Designation&quot;,62,87,{align:&quot;center&quot;});
  doc.text(&quot;Department&quot;,W/2,87,{align:&quot;center&quot;});
  doc.text(&quot;Industry / Organisation&quot;,W-62,87,{align:&quot;center&quot;});
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(9);doc.setTextColor(30,30,30);
  doc.text(po,62,92,{align:&quot;center&quot;});
  doc.text(dp,W/2,92,{align:&quot;center&quot;});
  doc.text(ind,W-62,92,{align:&quot;center&quot;});

  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(10);doc.setTextColor(100,100,100);
  doc.text(&quot;has successfully completed the Heat Stroke Safety Awareness Quiz and demonstrated&quot;,W/2,104,{align:&quot;center&quot;});
  doc.text(&quot;commendable knowledge of heat illness prevention and workplace heat safety practices.&quot;,W/2,110,{align:&quot;center&quot;});

  const sc=document.getElementById(&quot;c-score&quot;).textContent;
  doc.setFillColor(230,81,0);doc.roundedRect(W/2-28,114,56,13,6,6,&quot;F&quot;);
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(12);doc.setTextColor(255,255,255);
  doc.text(sc,W/2,123,{align:&quot;center&quot;});

  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(8);doc.setTextColor(150,150,150);
  doc.text(&quot;Date of Completion: &quot;+new Date().toLocaleDateString(&quot;en-IN&quot;,{day:&quot;2-digit&quot;,month:&quot;long&quot;,year:&quot;numeric&quot;}),W/2,133,{align:&quot;center&quot;});

  doc.setDrawColor(200,200,200);doc.setLineWidth(0.4);doc.line(28,141,W-28,141);

  try{doc.addImage(LOGO,&quot;PNG&quot;,33,148,22,22);}catch(e){}
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(10);doc.setTextColor(230,81,0);
  doc.text(&quot;Safety Gurukul&quot;,60,157);
  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(7.5);doc.setTextColor(130,130,130);
  doc.text(&quot;Powered by Safety Gurukul&quot;,60,163);
  doc.text(&quot;youtube.com/@safetygurukul&quot;,60,168);

  doc.setDrawColor(50,50,50);doc.setLineWidth(0.5);doc.line(W-95,160,W-32,160);
  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(8);doc.setTextColor(120,120,120);
  doc.text(&quot;Authorised Signature&quot;,W-63,165,{align:&quot;center&quot;});
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(9);doc.setTextColor(230,81,0);
  doc.text(&quot;Safety Gurukul&quot;,W-63,171,{align:&quot;center&quot;});

  doc.save(&quot;HeatStroke_Safety_Certificate_SafetyGurukul.pdf&quot;);
}

async function shareCert(){
  const txt=&quot;मैंने Safety Gurukul की हीट स्ट्रोक सुरक्षा प्रश्नोत्तरी उत्तीर्ण की! 🏆☀️ &quot;+YT;
  if(navigator.share){
    try{await navigator.share({title:&quot;Heat Stroke Safety Certificate&quot;,text:txt,url:YT});}
    catch(e){}
  } else {
    navigator.clipboard.writeText(txt).then(()=&gt;alert(&quot;Share text copied!\n\n&quot;+txt));
  }
}

buildQuiz();
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</content><link rel='replies' type='application/atom+xml' href='https://safetygurukul.blogspot.com/feeds/874617843004399000/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://safetygurukul.blogspot.com/2026/03/heat-stroke-safety.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/874617843004399000'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/874617843004399000'/><link rel='alternate' type='text/html' href='https://safetygurukul.blogspot.com/2026/03/heat-stroke-safety.html' title='Heat Stroke Safety Quiz'/><author><name>Narendra Arya</name><uri>http://www.blogger.com/profile/05274105664901468001</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJQ_C-6vlqjQm18qsy4UwsM7dKK21amAjp0Z8hWr-7mJNHFRPC7lxZrgsfGm8vMO6nYBqhyLqPEHUw1qIE5vOvtiDKC4jdDeHutwJwE4urYFPAZD2MQmailWfS2iGFhJnPDF-mMPpuWJuaqvJqMqdFY2cywIKJsvY8lxAtRjykcuSrwQ/s220/Narendra_arya-removebg-Favicon.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHzB03VIi5HtwCJKjYX70ieo-wApobFwQuG-j6d53Y7-iV8H1DZCQ4Uya89tZgbjttK1TSZ-PfMg2oa4xK5eIENj0607mhjBL2pTgh_G3cunTEaALPr8YF5iWiat7pqEkajD8O_HHVviiW2pct3z6ojKg_Hmhv9Uw_T-Q9PB57TELLhYnn3eqbv3hgqfx0/s72-w200-h133-c/be696df3-5adb-4066-92df-499075140306.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9122151121349724808.post-7572492177696192720</id><published>2026-03-06T15:36:00.000-08:00</published><updated>2026-03-07T08:11:31.660-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="cerificate"/><category scheme="http://www.blogger.com/atom/ns#" term="Height"/><category scheme="http://www.blogger.com/atom/ns#" term="quiz"/><category scheme="http://www.blogger.com/atom/ns#" term="safety"/><category scheme="http://www.blogger.com/atom/ns#" term="test"/><category scheme="http://www.blogger.com/atom/ns#" term="work"/><title type='text'>Height Work Safety Quiz</title><content type='html'>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_VxVVKaXy95XH9BdluW4xHr0oEGu4ClEyNdIANUBEsTyvW0X0ag4E5SwsJuqLJ-tz9q0AIEccpdudoyXtlFOfjx5u3vJNbA5p4ISfdRVSmsT1isCISgQRqsscF0bqZnwuW5aY13nlyEVR2XuRhpDztHPrzS7Mh6mQ8_J9dQFDE_JeroqZPoODDGZwctAd/s1536/ChatGPT%20Image%20Mar%207,%202026,%2009_20_35%20PM.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1024&quot; data-original-width=&quot;1536&quot; height=&quot;213&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_VxVVKaXy95XH9BdluW4xHr0oEGu4ClEyNdIANUBEsTyvW0X0ag4E5SwsJuqLJ-tz9q0AIEccpdudoyXtlFOfjx5u3vJNbA5p4ISfdRVSmsT1isCISgQRqsscF0bqZnwuW5aY13nlyEVR2XuRhpDztHPrzS7Mh6mQ8_J9dQFDE_JeroqZPoODDGZwctAd/s320/ChatGPT%20Image%20Mar%207,%202026,%2009_20_35%20PM.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;

&lt;html lang=&quot;hi&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;&lt;/meta&gt;
&lt;meta content=&quot;width=device-width, initial-scale=1.0&quot; name=&quot;viewport&quot;&gt;&lt;/meta&gt;
&lt;title&gt;ऊंचाई पर कार्य सुरक्षा प्रश्नोत्तरी | Safety Gurukul&lt;/title&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;600;700;800&amp;amp;family=Noto+Sans+Devanagari:wght@400;500;600;700&amp;amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;&lt;/link&gt;
&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js&quot;&gt;&lt;/script&gt;
&lt;style&gt;
:root{
  --og:#e67e22; --dg:#1565c0; --lg:#1976d2;
  --yl:#ffd600; --rd:#c0392b; --gn:#27ae60;
  --sky:#e3f2fd; --cream:#f0f6ff; --white:#fff; --dark:#1c1c1c;
}
*{box-sizing:border-box;margin:0;padding:0;}
body{font-family:&#39;Noto Sans Devanagari&#39;,sans-serif;background:var(--cream);color:var(--dark);padding-bottom:70px;}

/* HEADER */
.site-header{
  background:linear-gradient(135deg,#0d2a6e 0%,#1565c0 60%,#1976d2 100%);
  padding:0 20px;display:flex;align-items:center;justify-content:space-between;
  box-shadow:0 3px 14px rgba(0,0,0,.4);position:sticky;top:0;z-index:200;min-height:64px;
}
.header-brand{display:flex;align-items:center;gap:12px;text-decoration:none;}
.header-brand img{width:48px;height:48px;border-radius:50%;border:2.5px solid var(--yl);transition:transform .3s;}
.header-brand img:hover{transform:scale(1.12);}
.header-title{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.35rem;font-weight:800;color:var(--yl);letter-spacing:.5px;line-height:1.1;}
.header-title span{display:block;font-size:.72rem;font-weight:600;color:rgba(255,255,255,.7);letter-spacing:1.5px;text-transform:uppercase;}

/* HERO */
.hero-wrap{width:100%;max-width:900px;margin:22px auto 0;padding:0 14px;}
.hero-banner{
  background:linear-gradient(135deg,#0d2a6e,#1565c0 70%,#ffd60018);
  border-radius:14px;border:3px solid var(--yl);padding:40px 30px;
  text-align:center;box-shadow:0 8px 30px rgba(21,101,192,.5);
  position:relative;overflow:hidden;
}
.hero-banner::before{
  content:&quot;🏗️&quot;;font-size:110px;position:absolute;opacity:.07;top:50%;left:50%;
  transform:translate(-50%,-50%);line-height:1;
}
.hero-icon{font-size:64px;margin-bottom:12px;display:block;animation:float 3s ease-in-out infinite alternate;}
@keyframes float{0%{transform:translateY(0);}100%{transform:translateY(-10px);}}
.hero-banner h2{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.9rem;font-weight:800;color:var(--yl);text-shadow:0 2px 8px rgba(0,0,0,.4);}
.hero-banner p{color:rgba(255,255,255,.85);font-size:1rem;margin-top:8px;font-weight:500;}
.hero-tags{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:14px;}
.hero-tag{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);color:#fff;
  font-size:.78rem;font-weight:600;padding:5px 13px;border-radius:20px;letter-spacing:.5px;}

/* CONTAINER */
.container{max-width:900px;margin:0 auto;padding:10px 14px 30px;}

/* BANNER */
.page-banner{text-align:center;margin:20px 0 6px;font-family:&#39;Baloo 2&#39;,sans-serif;}
.page-banner h1{font-size:1.75rem;font-weight:800;color:var(--dg);text-transform:uppercase;letter-spacing:1px;}
.page-banner p{color:var(--og);font-size:.95rem;font-weight:600;margin-top:4px;}

/* FORM CARD */
.form-card{background:var(--white);border-radius:14px;padding:22px 24px;box-shadow:0 4px 18px rgba(0,0,0,.08);margin-bottom:24px;border-top:4px solid var(--dg);}
.form-card h3{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1rem;color:var(--dg);font-weight:800;text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px;}
.fg-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
@media(max-width:540px){.fg-grid{grid-template-columns:1fr;}}
.fg label{display:block;font-size:.76rem;font-weight:700;color:var(--dg);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;}
.fg input{width:100%;padding:9px 13px;border:1.5px solid #ddd;border-radius:8px;font-family:&#39;Noto Sans Devanagari&#39;,sans-serif;font-size:.93rem;background:#fafafa;transition:border .2s;}
.fg input:focus{outline:none;border-color:var(--dg);background:#fff;}

/* QUESTION CARD */
.qcard{background:var(--white);border-radius:14px;padding:20px 22px;margin-bottom:16px;box-shadow:0 3px 12px rgba(0,0,0,.07);border-left:5px solid var(--dg);transition:box-shadow .2s;}
.qcard:hover{box-shadow:0 6px 20px rgba(21,101,192,.18);}
.qhead{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;}
.qnum{background:var(--dg);color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-weight:800;font-size:.95rem;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;}
.qtxt{font-size:.97rem;font-weight:600;line-height:1.6;color:#1c1c1c;}

.opts{display:flex;flex-direction:column;gap:8px;}
.olbl{display:flex;align-items:center;gap:10px;padding:9px 13px;border:1.5px solid #e5e5e5;border-radius:8px;cursor:pointer;font-size:.92rem;transition:all .18s;background:#fafafa;}
.olbl:hover{border-color:var(--dg);background:#e8f4fe;}
.olbl input[type=radio]{accent-color:var(--dg);width:16px;height:16px;}
.olbl.correct{background:#eafaf1;border-color:var(--gn);color:#1a5c2e;font-weight:600;}
.olbl.wrong{background:#fdf0ef;border-color:var(--rd);color:var(--rd);}
.olbl.show-correct{background:#eafaf1;border-color:var(--gn);}

.fb{margin-top:10px;font-size:.84rem;font-weight:600;padding:7px 12px;border-radius:7px;display:none;}
.fb.ok{color:#1a5c2e;background:#eafaf1;}
.fb.no{color:var(--rd);background:#fdf0ef;}

/* SUBMIT */
.btn-submit{display:block;width:100%;max-width:300px;margin:10px auto 0;padding:13px;
  background:linear-gradient(135deg,var(--dg),#0d2a6e);color:#fff;
  font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.15rem;font-weight:800;border:none;
  border-radius:10px;cursor:pointer;text-transform:uppercase;letter-spacing:1px;
  box-shadow:0 4px 16px rgba(21,101,192,.4);transition:transform .2s,box-shadow .2s;}
.btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(21,101,192,.5);}
.btn-submit:disabled{background:#bbb;box-shadow:none;cursor:not-allowed;transform:none;}

/* RESULT */
.result-box{display:none;background:var(--white);border-radius:16px;padding:30px 24px;text-align:center;margin-top:26px;box-shadow:0 6px 26px rgba(0,0,0,.1);}
.result-box.pass{border-top:5px solid var(--gn);}
.result-box.fail{border-top:5px solid var(--rd);}
.rscore{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:3.8rem;font-weight:800;line-height:1;}
.result-box.pass .rscore{color:var(--dg);}
.result-box.fail .rscore{color:var(--rd);}
.rlbl{font-size:.92rem;color:#777;margin:5px 0 14px;}
.rmsg{font-size:1.05rem;font-weight:700;margin-bottom:18px;}
.result-box.pass .rmsg{color:var(--dg);}
.result-box.fail .rmsg{color:var(--rd);}
.btn-cert{display:inline-block;padding:12px 26px;background:linear-gradient(135deg,var(--dg),var(--lg));color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.05rem;font-weight:800;border:none;border-radius:10px;cursor:pointer;text-transform:uppercase;margin:5px;box-shadow:0 4px 14px rgba(21,101,192,.3);transition:transform .2s;}
.btn-cert:hover{transform:translateY(-2px);}
.btn-retry{display:inline-block;padding:10px 22px;background:transparent;color:var(--dg);font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;border:2px solid var(--dg);border-radius:10px;cursor:pointer;text-transform:uppercase;margin:5px;transition:all .2s;}
.btn-retry:hover{background:var(--dg);color:#fff;}

/* FOOTER */
.site-footer{
  position:fixed;bottom:0;left:0;right:0;
  background:linear-gradient(90deg,#0d2a6e 0%,#1565c0 100%);
  padding:9px 20px;display:flex;align-items:center;justify-content:center;gap:10px;
  z-index:200;box-shadow:0 -3px 12px rgba(0,0,0,.3);
}
.site-footer span{color:rgba(255,255,255,.8);font-size:.84rem;}
.ft-link{text-decoration:none;display:flex;align-items:center;gap:8px;}
.ft-logo{width:34px;height:34px;border-radius:50%;border:2px solid var(--yl);cursor:pointer;transition:transform .25s;}
.ft-logo:hover{transform:scale(1.12);}
.ft-name{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;color:var(--yl);transition:color .2s;}
.ft-name:hover{color:#fff;}

/* CERT OVERLAY */
#cert-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.75);z-index:900;align-items:center;justify-content:center;padding:14px;}
#cert-overlay.show{display:flex;}
.cert-modal{background:#fff;border-radius:14px;max-width:720px;width:100%;box-shadow:0 20px 60px rgba(0,0,0,.4);overflow:hidden;}
.cert-modal-header{background:linear-gradient(135deg,#0d2a6e,#1565c0);padding:14px 20px;display:flex;justify-content:space-between;align-items:center;}
.cert-modal-header h4{color:var(--yl);font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1rem;font-weight:800;text-transform:uppercase;}
.cert-modal-header button{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;padding:5px 12px;border-radius:6px;cursor:pointer;font-size:.9rem;}

.cert-preview{
  background:linear-gradient(160deg,#f0f6ff 0%,#fffef5 100%);
  padding:30px 36px;text-align:center;position:relative;
}
.cert-preview::before{
  content:&quot;&quot;;position:absolute;inset:0;
  background:repeating-linear-gradient(45deg,#e3f2fd 0,#e3f2fd 1px,transparent 0,transparent 50%) 0 0/10px 10px;
  opacity:.4;z-index:0;pointer-events:none;
}
.cert-border{border:3px solid #1565c0;border-radius:6px;padding:26px;position:relative;z-index:1;}
.cert-border::before{content:&quot;&quot;;position:absolute;inset:6px;border:1.5px solid #ffd600;border-radius:3px;pointer-events:none;}
.cert-hdr-bar{background:linear-gradient(90deg,#0d2a6e,#1565c0);border-radius:4px;padding:10px 20px;margin-bottom:14px;}
.cert-hdr-bar h2{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.1rem;font-weight:800;color:#ffd600;letter-spacing:2px;text-transform:uppercase;}
.cert-topic{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.92rem;color:#e67e22;font-weight:700;margin-bottom:10px;}
.cert-certify{font-size:.8rem;color:#888;margin-bottom:6px;}
.cert-name{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:1.7rem;font-weight:800;color:#1565c0;border-bottom:2.5px solid #e67e22;display:inline-block;padding-bottom:2px;margin-bottom:10px;}
.cert-details{display:flex;justify-content:center;gap:30px;margin:10px 0;flex-wrap:wrap;}
.cert-det-item{text-align:center;}
.cert-det-item .lbl{font-size:.65rem;color:#999;text-transform:uppercase;letter-spacing:.5px;}
.cert-det-item .val{font-size:.85rem;font-weight:700;color:#222;margin-top:2px;}
.cert-para{font-size:.78rem;color:#666;margin:10px 0 6px;line-height:1.6;}
.cert-score-badge{display:inline-block;background:linear-gradient(135deg,#1565c0,#1976d2);color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-weight:800;font-size:1rem;padding:6px 20px;border-radius:20px;margin:4px 0 8px;}
.cert-date{font-size:.72rem;color:#aaa;margin-bottom:12px;}
.cert-footer-row{display:flex;justify-content:space-between;align-items:flex-end;border-top:1px solid #ddd;padding-top:10px;margin-top:4px;}
.cert-brand{display:flex;align-items:center;gap:8px;}
.cert-brand img{width:36px;height:36px;border-radius:50%;border:2px solid #ffd600;}
.cert-brand-name{font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.85rem;font-weight:800;color:#1565c0;}
.cert-brand-sub{font-size:.65rem;color:#999;}
.cert-sig{text-align:center;}
.cert-sig-line{border-top:1px solid #555;width:120px;margin:0 auto 4px;}
.cert-sig-text{font-size:.65rem;color:#aaa;}
.cert-sig-name{font-size:.78rem;font-weight:700;color:#1565c0;}
.cert-actions{padding:14px 20px;background:#f8f8f8;display:flex;gap:10px;justify-content:center;flex-wrap:wrap;}
.btn-dl{padding:10px 22px;background:linear-gradient(135deg,#1565c0,#1976d2);color:#fff;font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;border:none;border-radius:8px;cursor:pointer;text-transform:uppercase;}
.btn-sh{padding:10px 22px;background:transparent;color:#1565c0;font-family:&#39;Baloo 2&#39;,sans-serif;font-size:.95rem;font-weight:800;border:2px solid #1565c0;border-radius:8px;cursor:pointer;text-transform:uppercase;}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;!-- HEADER --&gt;
&lt;header class=&quot;site-header&quot;&gt;
  &lt;a class=&quot;header-brand&quot; href=&quot;https://www.youtube.com/@safetygurukul&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;
    &lt;img alt=&quot;Safety Gurukul Logo&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiNyMYj0yg5kJfnXs7BYwODsMbtyIowkm7LgOrS9CQA-FEfQ5DwfAYGUp7I5L4Ibik3A1IRHaKK0YK_HIGOWfwuSytrsW8_A5hmd2qLANU-XRoCWep9sB7w6xIL0egAcWeTYzpAY3DhTs85v8HFKx84JitDinAijfLHc77samT9xUKjsJU1Wc_rXMt_Z3HR&quot; /&gt;
    &lt;div class=&quot;header-title&quot;&gt;Safety Gurukul&lt;span&gt;Working at Height Safety Quiz&lt;/span&gt;&lt;/div&gt;
  &lt;/a&gt;
&lt;/header&gt;

&lt;!-- HERO --&gt;
&lt;div class=&quot;hero-wrap&quot;&gt;
  &lt;div class=&quot;hero-banner&quot;&gt;
    &lt;span class=&quot;hero-icon&quot;&gt;🏗️&lt;/span&gt;
    &lt;h2&gt;ऊंचाई पर कार्य सुरक्षा&lt;/h2&gt;
    &lt;p&gt;क्या आप ऊंचाई पर सुरक्षित काम करने के नियम और उपकरण जानते हैं?&lt;/p&gt;
    &lt;div class=&quot;hero-tags&quot;&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;🏗️ ऊंचाई सुरक्षा&lt;/span&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;🪜 Work at Height&lt;/span&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;📋 10 प्रश्न&lt;/span&gt;
      &lt;span class=&quot;hero-tag&quot;&gt;🏆 प्रमाणपत्र&lt;/span&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- MAIN --&gt;
&lt;div class=&quot;container&quot;&gt;
  &lt;div class=&quot;page-banner&quot;&gt;
    &lt;h1&gt;🏗️ ऊंचाई सुरक्षा प्रश्नोत्तरी&lt;/h1&gt;
    &lt;p&gt;अपना ज्ञान परखें • 80% अंक पर प्रमाणपत्र पाएं&lt;/p&gt;
  &lt;/div&gt;

  &lt;!-- PARTICIPANT FORM --&gt;
  &lt;div class=&quot;form-card&quot;&gt;
    &lt;h3&gt;👤 प्रतिभागी विवरण भरें&lt;/h3&gt;
    &lt;div class=&quot;fg-grid&quot;&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;नाम (Name)&lt;/label&gt;&lt;input id=&quot;inp-name&quot; placeholder=&quot;अपना पूरा नाम लिखें&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;पद / पदनाम (Post)&lt;/label&gt;&lt;input id=&quot;inp-post&quot; placeholder=&quot;जैसे: Rigger, Supervisor&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;विभाग (Department)&lt;/label&gt;&lt;input id=&quot;inp-dept&quot; placeholder=&quot;जैसे: Construction, Maintenance&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
      &lt;div class=&quot;fg&quot;&gt;&lt;label&gt;संस्थान / उद्योग (Industry)&lt;/label&gt;&lt;input id=&quot;inp-ind&quot; placeholder=&quot;कंपनी / संगठन का नाम&quot; type=&quot;text&quot; /&gt;&lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;!-- QUIZ BODY --&gt;
  &lt;div id=&quot;quiz-body&quot;&gt;&lt;/div&gt;

  &lt;!-- SUBMIT --&gt;
  &lt;button class=&quot;btn-submit&quot; id=&quot;btn-sub&quot; onclick=&quot;submitQuiz()&quot;&gt;✅ उत्तर जमा करें&lt;/button&gt;

  &lt;!-- RESULT --&gt;
  &lt;div class=&quot;result-box&quot; id=&quot;result-box&quot;&gt;
    &lt;div class=&quot;rscore&quot; id=&quot;rscore&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;rlbl&quot; id=&quot;rlbl&quot;&gt;&lt;/div&gt;
    &lt;div class=&quot;rmsg&quot; id=&quot;rmsg&quot;&gt;&lt;/div&gt;
    &lt;div id=&quot;cert-btn&quot;&gt;&lt;/div&gt;
    &lt;button class=&quot;btn-retry&quot; onclick=&quot;retryQuiz()&quot;&gt;🔄 पुनः प्रयास करें&lt;/button&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- CERTIFICATE OVERLAY --&gt;
&lt;div id=&quot;cert-overlay&quot; onclick=&quot;if(event.target===this)closeCert()&quot;&gt;
  &lt;div class=&quot;cert-modal&quot;&gt;
    &lt;div class=&quot;cert-modal-header&quot;&gt;
      &lt;h4&gt;🏆 Your Certificate&lt;/h4&gt;
      &lt;button onclick=&quot;closeCert()&quot;&gt;✕ Close&lt;/button&gt;
    &lt;/div&gt;
    &lt;div class=&quot;cert-preview&quot;&gt;
      &lt;div class=&quot;cert-border&quot;&gt;
        &lt;div class=&quot;cert-hdr-bar&quot;&gt;&lt;h2&gt;Safety Knowledge Evaluation&lt;/h2&gt;&lt;/div&gt;
        &lt;div class=&quot;cert-topic&quot;&gt;Topic: Working at Height Safety&lt;/div&gt;
        &lt;div class=&quot;cert-certify&quot;&gt;This is to certify that&lt;/div&gt;
        &lt;div class=&quot;cert-name&quot; id=&quot;c-name&quot;&gt;—&lt;/div&gt;
        &lt;div class=&quot;cert-details&quot;&gt;
          &lt;div class=&quot;cert-det-item&quot;&gt;&lt;div class=&quot;lbl&quot;&gt;Post / Designation&lt;/div&gt;&lt;div class=&quot;val&quot; id=&quot;c-post&quot;&gt;—&lt;/div&gt;&lt;/div&gt;
          &lt;div class=&quot;cert-det-item&quot;&gt;&lt;div class=&quot;lbl&quot;&gt;Department&lt;/div&gt;&lt;div class=&quot;val&quot; id=&quot;c-dept&quot;&gt;—&lt;/div&gt;&lt;/div&gt;
          &lt;div class=&quot;cert-det-item&quot;&gt;&lt;div class=&quot;lbl&quot;&gt;Industry / Organisation&lt;/div&gt;&lt;div class=&quot;val&quot; id=&quot;c-ind&quot;&gt;—&lt;/div&gt;&lt;/div&gt;
        &lt;/div&gt;
        &lt;div class=&quot;cert-para&quot;&gt;
          has successfully completed the &lt;strong&gt;Working at Height Safety Quiz&lt;/strong&gt;&lt;br /&gt;
          and demonstrated commendable knowledge of safe work-at-height practices and fall prevention at the workplace.
        &lt;/div&gt;
        &lt;div class=&quot;cert-score-badge&quot; id=&quot;c-score&quot;&gt;Score: —&lt;/div&gt;
        &lt;div class=&quot;cert-date&quot; id=&quot;c-date&quot;&gt;&lt;/div&gt;
        &lt;div class=&quot;cert-footer-row&quot;&gt;
          &lt;div class=&quot;cert-brand&quot;&gt;
            &lt;img alt=&quot;Safety Gurukul&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgi-FHURv7Cv98OEpe8O-54H-_Bag6kIdIZ1z6Jy3r2jHr-z21_m9-JSuUB5ncXcWBJ4UGFblOFOONPKGBG2yMVpVL7MkjgOH3Vxur82u03aVzRlsTjxMwKLhAK24Qm3MpXhzdjpKy6XX_uYyMxjAwSKFP8Gw5oAf4Gydy1BaP25vkT-8dLwlTCeOW434Zg&quot; /&gt;
            &lt;div&gt;&lt;div class=&quot;cert-brand-name&quot;&gt;Safety Gurukul&lt;/div&gt;&lt;div class=&quot;cert-brand-sub&quot;&gt;youtube.com/@safetygurukul&lt;/div&gt;&lt;/div&gt;
          &lt;/div&gt;
          &lt;div class=&quot;cert-sig&quot;&gt;
            &lt;div class=&quot;cert-sig-line&quot;&gt;&lt;/div&gt;
            &lt;div class=&quot;cert-sig-text&quot;&gt;Authorised Signature&lt;/div&gt;
            &lt;div class=&quot;cert-sig-name&quot;&gt;Safety Gurukul&lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class=&quot;cert-actions&quot;&gt;
      &lt;button class=&quot;btn-dl&quot; onclick=&quot;downloadPDF()&quot;&gt;⬇️ Download PDF&lt;/button&gt;
      &lt;button class=&quot;btn-sh&quot; onclick=&quot;shareCert()&quot;&gt;📤 Share&lt;/button&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;!-- FOOTER --&gt;
&lt;footer class=&quot;site-footer&quot;&gt;
  &lt;span&gt;Powered by&lt;/span&gt;
  &lt;a class=&quot;ft-link&quot; href=&quot;https://www.youtube.com/@safetygurukul&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;
    &lt;img alt=&quot;Safety Gurukul&quot; class=&quot;ft-logo&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjQXS7ucKnIb9Q5NQFlpmhCVL3vGly1lE6NlhJVJ41PUTYyC6HCC4Yce9dnO-hq8oO_dC-bXcU6SRRFSvGJ1dRvRE7iL5WNSUOkMFZQH0n09FnyqQqZQGdQP11500iPVqVk3pv9soKDIEc0CWV2Yofd3vLzLx7VbDW5x9HKz895gXREaRUSDT41iPpoPn4X&quot; /&gt;
    &lt;span class=&quot;ft-name&quot;&gt;Safety Gurukul&lt;/span&gt;
  &lt;/a&gt;
  &lt;span&gt;| सुरक्षा हमारी ज़िम्मेदारी&lt;/span&gt;
&lt;/footer&gt;

&lt;script&gt;
const LOGO=&quot;data:image/png;base64,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&quot;;
const YT=&quot;https://www.youtube.com/@safetygurukul&quot;;

const Qs=[
  {
    q:&quot;भारत में &#39;Work at Height&#39; (ऊंचाई पर कार्य) की परिभाषा क्या है?&quot;,
    o:[&quot;केवल 10 मीटर से अधिक ऊंचाई पर कार्य&quot;,&quot;ज़मीन से 2 मीटर (6 फीट) या उससे अधिक ऊंचाई पर किया जाने वाला कोई भी कार्य&quot;,&quot;सीढ़ी पर खड़े होकर काम करना&quot;,&quot;छत पर टहलना&quot;],
    a:1,
    exp:&quot;ज़मीन से 2 मीटर (6 फीट) या उससे अधिक ऊंचाई पर किया जाने वाला कोई भी कार्य &#39;Work at Height&#39; माना जाता है और इसके लिए विशेष सुरक्षा उपाय अनिवार्य हैं।&quot;
  },
  {
    q:&quot;Full Body Harness (पूर्ण शरीर दोहन) पहनने पर Lanyard को कहाँ जोड़ना चाहिए?&quot;,
    o:[&quot;कमर की D-Ring पर&quot;,&quot;कंधे की पट्टी पर&quot;,&quot;पीठ पर स्थित Dorsal D-Ring पर&quot;,&quot;पैर की D-Ring पर&quot;],
    a:2,
    exp:&quot;Dorsal D-Ring (पीठ पर) Fall Arrest के लिए सही अटैचमेंट पॉइंट है। यह गिरने पर शरीर को सीधा रखता है और चोट का खतरा कम करता है।&quot;
  },
  {
    q:&quot;&#39;Permit to Work at Height&#39; (ऊंचाई कार्य अनुमति पत्र) क्यों आवश्यक है?&quot;,
    o:[&quot;केवल कागज़ी कार्रवाई के लिए&quot;,&quot;खतरों की पहचान, नियंत्रण उपायों की पुष्टि और जिम्मेदारी तय करने के लिए&quot;,&quot;Supervisor को प्रभावित करने के लिए&quot;,&quot;समय बर्बाद करने के लिए&quot;],
    a:1,
    exp:&quot;Height Work Permit से — खतरों की पहचान होती है, सुरक्षा उपायों की पुष्टि होती है, जिम्मेदार व्यक्ति तय होते हैं और आपातकाल में बचाव योजना सुनिश्चित होती है।&quot;
  },
  {
    q:&quot;Scaffold (मचान) पर काम करते समय &#39;Toe Board&#39; का क्या उद्देश्य है?&quot;,
    o:[&quot;Scaffold को सजाना&quot;,&quot;ऊपर से औज़ार या सामग्री नीचे गिरने से रोकना&quot;,&quot;कामगार को बैठने की जगह देना&quot;,&quot;वजन बढ़ाना&quot;],
    a:1,
    exp:&quot;Toe Board Scaffold के किनारे पर लगाया जाता है जो औज़ार, ईंटें या अन्य सामग्री को ऊंचाई से नीचे गिरने से रोकता है, जिससे नीचे काम करने वालों की सुरक्षा होती है।&quot;
  },
  {
    q:&quot;Safety Harness की जाँच (Inspection) कब करनी चाहिए?&quot;,
    o:[&quot;साल में एक बार&quot;,&quot;हर उपयोग से पहले और बाद में, तथा Competent Person द्वारा 6 माह में एक बार&quot;,&quot;केवल जब टूटा दिखे&quot;,&quot;खरीदते समय एक बार&quot;],
    a:1,
    exp:&quot;Safety Harness की Pre-Use Inspection हर बार उपयोग से पहले अनिवार्य है। साथ ही Competent Person द्वारा 6 माह में एक बार औपचारिक निरीक्षण होना चाहिए।&quot;
  },
  {
    q:&quot;&#39;3-Point Contact Rule&#39; सीढ़ी (Ladder) पर चढ़ते/उतरते समय क्या है?&quot;,
    o:[&quot;तीन लोग एक साथ सीढ़ी पर चढ़ें&quot;,&quot;हमेशा दोनों हाथ और एक पैर, या दोनों पैर और एक हाथ सीढ़ी से जुड़े रहें&quot;,&quot;सीढ़ी को तीन बोल्ट से कसें&quot;,&quot;तीन मीटर से ऊपर न जाएं&quot;],
    a:1,
    exp:&quot;3-Point Contact का अर्थ है — हर समय शरीर के तीन अंग (दो हाथ + एक पैर, या दो पैर + एक हाथ) सीढ़ी के संपर्क में रहें। इससे फिसलने और गिरने का खतरा कम होता है।&quot;
  },
  {
    q:&quot;Fall Arrest System में &#39;Anchor Point&#39; (लंगर बिंदु) कितना भार सहने में सक्षम होना चाहिए?&quot;,
    o:[&quot;100 kg&quot;,&quot;500 kg&quot;,&quot;न्यूनतम 1,500 kg (15 kN) या प्रति व्यक्ति 1,000 kg&quot;,&quot;50 kg&quot;],
    a:2,
    exp:&quot;OSHA और IS मानकों के अनुसार, Fall Arrest के लिए Anchor Point को न्यूनतम 1,500 kg (15 kN) या प्रति जुड़े कामगार 1,000 kg भार सहने की क्षमता होनी चाहिए।&quot;
  },
  {
    q:&quot;&#39;Tool Box Talk&#39; ऊंचाई कार्य शुरू होने से पहले क्यों की जाती है?&quot;,
    o:[&quot;समय बर्बाद करने के लिए&quot;,&quot;उस दिन के कार्य के खतरों, नियंत्रण उपायों और आपात योजना की जानकारी सभी को देने के लिए&quot;,&quot;Supervisor की उपस्थिति दर्ज करने के लिए&quot;,&quot;केवल नए कामगारों के लिए&quot;],
    a:1,
    exp:&quot;Tool Box Talk से — दिन के कार्य के विशेष खतरों की पहचान होती है, सभी कामगारों को सुरक्षा निर्देश मिलते हैं और आपात स्थिति में क्या करें यह स्पष्ट होता है।&quot;
  },
  {
    q:&quot;ऊंचाई पर काम करते समय &#39;Falling Objects&#39; से नीचे काम करने वालों को बचाने के लिए क्या करना चाहिए?&quot;,
    o:[&quot;नीचे काम बंद कर दें&quot;,&quot;Barricading, Safety Net, Toe Board और Hard Barricade Zone बनाएं&quot;,&quot;केवल हेलमेट पहनाएं&quot;,&quot;तेज़ी से काम पूरा करें&quot;],
    a:1,
    exp:&quot;Falling Object Protection के लिए — कार्य क्षेत्र के नीचे Barricade लगाएं, Hard Hat Zone बनाएं, Toe Board और Safety Net का उपयोग करें और औज़ारों को Tool Lanyard से बांधें।&quot;
  },
  {
    q:&quot;Scaffold पर काम करने के लिए इसे किसने &#39;Safe to Use&#39; प्रमाणित किया होना चाहिए?&quot;,
    o:[&quot;कोई भी कामगार&quot;,&quot;केवल ठेकेदार&quot;,&quot;एक प्रशिक्षित और सक्षम Scaffold Inspector (Competent Person)&quot;,&quot;नया कामगार&quot;],
    a:2,
    exp:&quot;Scaffold को उपयोग से पहले किसी Competent Person (प्रशिक्षित Scaffold Inspector) द्वारा निरीक्षण और &#39;Safe to Use&#39; टैग मिलना अनिवार्य है। बिना टैग के Scaffold पर चढ़ना प्रतिबंधित है।&quot;
  }
];

let userAns=new Array(Qs.length).fill(null);
let submitted=false;

function buildQuiz(){
  userAns=new Array(Qs.length).fill(null);
  submitted=false;
  const body=document.getElementById(&quot;quiz-body&quot;);
  body.innerHTML=&quot;&quot;;
  Qs.forEach((q,i)=&gt;{
    const card=document.createElement(&quot;div&quot;);
    card.className=&quot;qcard&quot;;card.id=&quot;card-&quot;+i;
    const opts=q.o.map((o,j)=&gt;
      `&lt;label class=&quot;olbl&quot; id=&quot;ol-${i}-${j}&quot;&gt;
        &lt;input type=&quot;radio&quot; name=&quot;q${i}&quot; value=&quot;${j}&quot; onchange=&quot;pick(${i},${j})&quot;&gt; ${String.fromCharCode(65+j)}. ${o}
      &lt;/label&gt;`).join(&quot;&quot;);
    card.innerHTML=`
      &lt;div class=&quot;qhead&quot;&gt;&lt;div class=&quot;qnum&quot;&gt;${i+1}&lt;/div&gt;&lt;div class=&quot;qtxt&quot;&gt;${q.q}&lt;/div&gt;&lt;/div&gt;
      &lt;div class=&quot;opts&quot; id=&quot;opts-${i}&quot;&gt;${opts}&lt;/div&gt;
      &lt;div class=&quot;fb&quot; id=&quot;fb-${i}&quot;&gt;&lt;/div&gt;`;
    body.appendChild(card);
  });
}

function pick(qi,ans){userAns[qi]=ans;}

function submitQuiz(){
  const nm=document.getElementById(&quot;inp-name&quot;).value.trim();
  const po=document.getElementById(&quot;inp-post&quot;).value.trim();
  const dp=document.getElementById(&quot;inp-dept&quot;).value.trim();
  const ind=document.getElementById(&quot;inp-ind&quot;).value.trim();
  if(!nm||!po||!dp||!ind){alert(&quot;कृपया सभी प्रतिभागी विवरण भरें।&quot;);return;}
  if(userAns.includes(null)){alert(&quot;कृपया सभी 10 प्रश्नों के उत्तर दें।&quot;);return;}

  submitted=true;let correct=0;
  Qs.forEach((q,i)=&gt;{
    const ua=userAns[i],ok=ua===q.a;
    if(ok) correct++;
    q.o.forEach((_,j)=&gt;{
      const l=document.getElementById(`ol-${i}-${j}`);
      l.querySelector(&quot;input&quot;).disabled=true;
      if(j===q.a) l.classList.add(&quot;show-correct&quot;);
      if(j===ua&amp;&amp;!ok) l.classList.add(&quot;wrong&quot;);
      if(j===ua&amp;&amp;ok) l.classList.add(&quot;correct&quot;);
    });
    const fb=document.getElementById(&quot;fb-&quot;+i);
    fb.style.display=&quot;block&quot;;
    fb.className=&quot;fb &quot;+(ok?&quot;ok&quot;:&quot;no&quot;);
    fb.textContent=(ok?&quot;✅ सही! &quot;:&quot;❌ गलत। &quot;)+q.exp;
  });

  const pct=Math.round(correct/Qs.length*100);
  showResult(correct,pct,nm,po,dp,ind);
  document.getElementById(&quot;btn-sub&quot;).disabled=true;
}

function showResult(correct,pct,nm,po,dp,ind){
  const box=document.getElementById(&quot;result-box&quot;);
  document.getElementById(&quot;rscore&quot;).textContent=pct+&quot;%&quot;;
  document.getElementById(&quot;rlbl&quot;).textContent=correct+&quot; / &quot;+Qs.length+&quot; प्रश्न सही&quot;;
  box.style.display=&quot;block&quot;;
  if(pct&gt;=80){
    box.className=&quot;result-box pass&quot;;
    document.getElementById(&quot;rmsg&quot;).textContent=&quot;🎉 बधाई हो! आपने ऊंचाई सुरक्षा प्रश्नोत्तरी उत्तीर्ण की!&quot;;
    document.getElementById(&quot;cert-btn&quot;).innerHTML=`&lt;button class=&quot;btn-cert&quot; onclick=&quot;openCert()&quot;&gt;🏆 प्रमाणपत्र देखें व डाउनलोड करें&lt;/button&gt;`;
    document.getElementById(&quot;c-name&quot;).textContent=nm;
    document.getElementById(&quot;c-post&quot;).textContent=po;
    document.getElementById(&quot;c-dept&quot;).textContent=dp;
    document.getElementById(&quot;c-ind&quot;).textContent=ind;
    document.getElementById(&quot;c-score&quot;).textContent=&quot;Score: &quot;+pct+&quot;%&quot;;
    document.getElementById(&quot;c-date&quot;).textContent=&quot;Date: &quot;+new Date().toLocaleDateString(&quot;en-IN&quot;,{day:&quot;2-digit&quot;,month:&quot;long&quot;,year:&quot;numeric&quot;});
  } else {
    box.className=&quot;result-box fail&quot;;
    document.getElementById(&quot;rmsg&quot;).textContent=&quot;आपका स्कोर &quot;+pct+&quot;% है। उत्तीर्ण होने के लिए 80% अंक चाहिए। पुनः प्रयास करें!&quot;;
    document.getElementById(&quot;cert-btn&quot;).innerHTML=&quot;&quot;;
  }
  box.scrollIntoView({behavior:&quot;smooth&quot;});
}

function openCert(){document.getElementById(&quot;cert-overlay&quot;).classList.add(&quot;show&quot;);}
function closeCert(){document.getElementById(&quot;cert-overlay&quot;).classList.remove(&quot;show&quot;);}

function retryQuiz(){
  document.getElementById(&quot;result-box&quot;).style.display=&quot;none&quot;;
  document.getElementById(&quot;btn-sub&quot;).disabled=false;
  buildQuiz();
  window.scrollTo({top:0,behavior:&quot;smooth&quot;});
}

async function downloadPDF(){
  const {jsPDF}=window.jspdf;
  const doc=new jsPDF({orientation:&quot;landscape&quot;,unit:&quot;mm&quot;,format:&quot;a4&quot;});
  const W=297,H=210;

  doc.setFillColor(240,246,255);doc.rect(0,0,W,H,&quot;F&quot;);
  doc.setDrawColor(21,101,192);doc.setLineWidth(3);doc.rect(7,7,W-14,H-14);
  doc.setLineWidth(1);doc.setDrawColor(255,214,0);doc.rect(11,11,W-22,H-22);

  doc.setFillColor(21,101,192);doc.rect(18,16,W-36,24,&quot;F&quot;);
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(17);doc.setTextColor(255,214,0);
  doc.text(&quot;SAFETY KNOWLEDGE EVALUATION&quot;,W/2,32,{align:&quot;center&quot;});

  doc.setFontSize(11);doc.setTextColor(230,126,34);
  doc.text(&quot;Topic: Working at Height Safety&quot;,W/2,48,{align:&quot;center&quot;});

  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(10);doc.setTextColor(100,100,100);
  doc.text(&quot;This is to certify that&quot;,W/2,60,{align:&quot;center&quot;});

  const nm=document.getElementById(&quot;c-name&quot;).textContent;
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(22);doc.setTextColor(21,101,192);
  doc.text(nm,W/2,76,{align:&quot;center&quot;});
  doc.setDrawColor(230,126,34);doc.setLineWidth(0.8);
  const nw=doc.getTextWidth(nm);doc.line(W/2-nw/2,78,W/2+nw/2,78);

  const po=document.getElementById(&quot;c-post&quot;).textContent;
  const dp=document.getElementById(&quot;c-dept&quot;).textContent;
  const ind=document.getElementById(&quot;c-ind&quot;).textContent;
  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(8);doc.setTextColor(150,150,150);
  doc.text(&quot;Post / Designation&quot;,62,87,{align:&quot;center&quot;});
  doc.text(&quot;Department&quot;,W/2,87,{align:&quot;center&quot;});
  doc.text(&quot;Industry / Organisation&quot;,W-62,87,{align:&quot;center&quot;});
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(9);doc.setTextColor(30,30,30);
  doc.text(po,62,92,{align:&quot;center&quot;});
  doc.text(dp,W/2,92,{align:&quot;center&quot;});
  doc.text(ind,W-62,92,{align:&quot;center&quot;});

  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(10);doc.setTextColor(100,100,100);
  doc.text(&quot;has successfully completed the Working at Height Safety Quiz and demonstrated&quot;,W/2,104,{align:&quot;center&quot;});
  doc.text(&quot;commendable knowledge of safe work-at-height practices and fall prevention.&quot;,W/2,110,{align:&quot;center&quot;});

  const sc=document.getElementById(&quot;c-score&quot;).textContent;
  doc.setFillColor(21,101,192);doc.roundedRect(W/2-28,114,56,13,6,6,&quot;F&quot;);
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(12);doc.setTextColor(255,255,255);
  doc.text(sc,W/2,123,{align:&quot;center&quot;});

  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(8);doc.setTextColor(150,150,150);
  doc.text(&quot;Date of Completion: &quot;+new Date().toLocaleDateString(&quot;en-IN&quot;,{day:&quot;2-digit&quot;,month:&quot;long&quot;,year:&quot;numeric&quot;}),W/2,133,{align:&quot;center&quot;});

  doc.setDrawColor(200,200,200);doc.setLineWidth(0.4);doc.line(28,141,W-28,141);

  try{doc.addImage(LOGO,&quot;PNG&quot;,33,148,22,22);}catch(e){}
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(10);doc.setTextColor(21,101,192);
  doc.text(&quot;Safety Gurukul&quot;,60,157);
  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(7.5);doc.setTextColor(130,130,130);
  doc.text(&quot;Powered by Safety Gurukul&quot;,60,163);
  doc.text(&quot;youtube.com/@safetygurukul&quot;,60,168);

  doc.setDrawColor(50,50,50);doc.setLineWidth(0.5);doc.line(W-95,160,W-32,160);
  doc.setFont(&quot;helvetica&quot;,&quot;normal&quot;);doc.setFontSize(8);doc.setTextColor(120,120,120);
  doc.text(&quot;Authorised Signature&quot;,W-63,165,{align:&quot;center&quot;});
  doc.setFont(&quot;helvetica&quot;,&quot;bold&quot;);doc.setFontSize(9);doc.setTextColor(21,101,192);
  doc.text(&quot;Safety Gurukul&quot;,W-63,171,{align:&quot;center&quot;});

  doc.save(&quot;WorkAtHeight_Safety_Certificate_SafetyGurukul.pdf&quot;);
}

async function shareCert(){
  const txt=&quot;मैंने Safety Gurukul की ऊंचाई सुरक्षा प्रश्नोत्तरी उत्तीर्ण की! 🏆🏗️ &quot;+YT;
  if(navigator.share){
    try{await navigator.share({title:&quot;Working at Height Safety Certificate&quot;,text:txt,url:YT});}
    catch(e){}
  } else {
    navigator.clipboard.writeText(txt).then(()=&gt;alert(&quot;Share text copied!\n\n&quot;+txt));
  }
}

buildQuiz();
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</content><link rel='replies' type='application/atom+xml' href='https://safetygurukul.blogspot.com/feeds/7572492177696192720/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://safetygurukul.blogspot.com/2026/03/height-work-safety.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/7572492177696192720'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/7572492177696192720'/><link rel='alternate' type='text/html' href='https://safetygurukul.blogspot.com/2026/03/height-work-safety.html' title='Height Work Safety Quiz'/><author><name>Narendra Arya</name><uri>http://www.blogger.com/profile/05274105664901468001</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJQ_C-6vlqjQm18qsy4UwsM7dKK21amAjp0Z8hWr-7mJNHFRPC7lxZrgsfGm8vMO6nYBqhyLqPEHUw1qIE5vOvtiDKC4jdDeHutwJwE4urYFPAZD2MQmailWfS2iGFhJnPDF-mMPpuWJuaqvJqMqdFY2cywIKJsvY8lxAtRjykcuSrwQ/s220/Narendra_arya-removebg-Favicon.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_VxVVKaXy95XH9BdluW4xHr0oEGu4ClEyNdIANUBEsTyvW0X0ag4E5SwsJuqLJ-tz9q0AIEccpdudoyXtlFOfjx5u3vJNbA5p4ISfdRVSmsT1isCISgQRqsscF0bqZnwuW5aY13nlyEVR2XuRhpDztHPrzS7Mh6mQ8_J9dQFDE_JeroqZPoODDGZwctAd/s72-c/ChatGPT%20Image%20Mar%207,%202026,%2009_20_35%20PM.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9122151121349724808.post-7670033305766892915</id><published>2025-11-04T01:03:00.000-08:00</published><updated>2025-11-04T01:03:13.221-08:00</updated><title type='text'>Check Your Manual Material Handling Safety Knowledge Quiz</title><content type='html'>&lt;h1 style=&quot;text-align: center;&quot;&gt;Check Your Safety Knowledge&amp;nbsp;&lt;/h1&gt;&lt;h2 style=&quot;text-align: center;&quot;&gt;Manual Material Handling Safety Quiz&amp;nbsp;&lt;/h2&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZbLTls_KBJHg7as0Bwm2DZL9-GcGMYEBEbhp18e7t19SFlE-AFGRGcRJKmNwI6LkTJKqfhonsl5dq5y52Q0rSYC92_E75BB9jEkfUY_loi1PRpU6-CAMQH-sUy0w6Lws5wXabWGib624GuRGh7TlmhOztqbI_G7hWqmStzVyevlVqqeeKXJi9R2pBiRWW/s1350/Check%20Your%20Safety%20Knowledge.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1350&quot; data-original-width=&quot;1080&quot; height=&quot;432&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZbLTls_KBJHg7as0Bwm2DZL9-GcGMYEBEbhp18e7t19SFlE-AFGRGcRJKmNwI6LkTJKqfhonsl5dq5y52Q0rSYC92_E75BB9jEkfUY_loi1PRpU6-CAMQH-sUy0w6Lws5wXabWGib624GuRGh7TlmhOztqbI_G7hWqmStzVyevlVqqeeKXJi9R2pBiRWW/w382-h432/Check%20Your%20Safety%20Knowledge.png&quot; width=&quot;382&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;h3 style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://gemini.google.com/share/3761db2ca796&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;To Join Click Here&lt;/b&gt;&lt;/a&gt;&lt;/h3&gt;&lt;h4 style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size: x-large;&quot;&gt;
For more Information Visit&lt;/span&gt;&lt;/h4&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;a href=&quot;https://bitly.com/36bI0v1&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Safety Gurukul Youtube Channel&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;or&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://www.safetygurukul.in/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Safety Gurukul Website&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='https://safetygurukul.blogspot.com/feeds/7670033305766892915/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://safetygurukul.blogspot.com/2025/11/check-your-manual-material-handling.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/7670033305766892915'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/7670033305766892915'/><link rel='alternate' type='text/html' href='https://safetygurukul.blogspot.com/2025/11/check-your-manual-material-handling.html' title='Check Your Manual Material Handling Safety Knowledge Quiz'/><author><name>Narendra Arya</name><uri>http://www.blogger.com/profile/05274105664901468001</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJQ_C-6vlqjQm18qsy4UwsM7dKK21amAjp0Z8hWr-7mJNHFRPC7lxZrgsfGm8vMO6nYBqhyLqPEHUw1qIE5vOvtiDKC4jdDeHutwJwE4urYFPAZD2MQmailWfS2iGFhJnPDF-mMPpuWJuaqvJqMqdFY2cywIKJsvY8lxAtRjykcuSrwQ/s220/Narendra_arya-removebg-Favicon.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZbLTls_KBJHg7as0Bwm2DZL9-GcGMYEBEbhp18e7t19SFlE-AFGRGcRJKmNwI6LkTJKqfhonsl5dq5y52Q0rSYC92_E75BB9jEkfUY_loi1PRpU6-CAMQH-sUy0w6Lws5wXabWGib624GuRGh7TlmhOztqbI_G7hWqmStzVyevlVqqeeKXJi9R2pBiRWW/s72-w382-h432-c/Check%20Your%20Safety%20Knowledge.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9122151121349724808.post-5712544088136363614</id><published>2025-04-15T02:54:00.000-07:00</published><updated>2025-04-15T02:55:47.474-07:00</updated><title type='text'>Coal Conveyor Belt Safety</title><content type='html'>&lt;iframe
  src=&quot;https://app.quizrise.com/play/cm9i6wopr000y3c1wxli5ay78&quot;
  style=&quot;border:1px solid #EAEAEA&quot;
  width=&quot;100%&quot;
  height=&quot;680&quot;
  frameborder=&quot;0&quot;
&gt;&lt;/iframe&gt;

&lt;iframe width=&quot;897&quot; height=&quot;505&quot; src=&quot;https://www.youtube.com/embed/ORSiWm4uRmA&quot; title=&quot;Coal Conveyor Belt Workers Safety Training Video in Hindi | CHP Safety Training | Safety Gurukul&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;&lt;/iframe&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIiMD3dtYCUR-QFbX8NjtKDVrgyD7unUYUcCYUcAiL9Jhqmb5Wc8x4gnqIEehWR9cPhpiKSNd2hxY7esALxNPZwtwpbDqGQS0r2AMCZD5Ri304JuyZsFW5_gZKbEGexhEOR-OIMi1uOzvJ5O3KqGg_DaQmUbRjwhf3DbB4aNf4cVZhzfypXyzctgeNfoSJ/s1422/Conveyor-Belt-Image-2-1422x800.jpg&quot; style=&quot;display: block; padding: 1em 0; text-align: center; &quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; width=&quot;320&quot; data-original-height=&quot;800&quot; data-original-width=&quot;1422&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIiMD3dtYCUR-QFbX8NjtKDVrgyD7unUYUcCYUcAiL9Jhqmb5Wc8x4gnqIEehWR9cPhpiKSNd2hxY7esALxNPZwtwpbDqGQS0r2AMCZD5Ri304JuyZsFW5_gZKbEGexhEOR-OIMi1uOzvJ5O3KqGg_DaQmUbRjwhf3DbB4aNf4cVZhzfypXyzctgeNfoSJ/s320/Conveyor-Belt-Image-2-1422x800.jpg&quot;/&gt;&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='https://safetygurukul.blogspot.com/feeds/5712544088136363614/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://safetygurukul.blogspot.com/2025/04/coal-conveyor-belt-safety.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/5712544088136363614'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/5712544088136363614'/><link rel='alternate' type='text/html' href='https://safetygurukul.blogspot.com/2025/04/coal-conveyor-belt-safety.html' title='Coal Conveyor Belt Safety'/><author><name>Narendra Arya</name><uri>http://www.blogger.com/profile/05274105664901468001</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJQ_C-6vlqjQm18qsy4UwsM7dKK21amAjp0Z8hWr-7mJNHFRPC7lxZrgsfGm8vMO6nYBqhyLqPEHUw1qIE5vOvtiDKC4jdDeHutwJwE4urYFPAZD2MQmailWfS2iGFhJnPDF-mMPpuWJuaqvJqMqdFY2cywIKJsvY8lxAtRjykcuSrwQ/s220/Narendra_arya-removebg-Favicon.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/ORSiWm4uRmA/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9122151121349724808.post-8252776700034863275</id><published>2025-02-15T15:55:00.000-08:00</published><updated>2025-04-15T02:35:01.264-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Self Evaluation"/><title type='text'>Defensive Driving Knowlegde Self Test</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2Dr2G2ZRC2uwFdSjBv9df_hB4Jdyrr8-Q4ewIn3aAmBmN8my7-hYzWTFvgF3bIONGZW6PcWY9F-uRLucG8DxUJlJi9p4v4ylAdfZ7eI_XSS2A0QHuo4farEfTkGGdAHoj3sDsF7QkLJekWwOzwfi2AeBrg19Fk5eXQolcgKUBRi4vfnC6upHixBmNusnp/s572/1200px-Motorcycle.riders.arp-removebg-preview.png&quot; style=&quot;display: block; padding: 1em 0; text-align: center; &quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; width=&quot;320&quot; data-original-height=&quot;436&quot; data-original-width=&quot;572&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2Dr2G2ZRC2uwFdSjBv9df_hB4Jdyrr8-Q4ewIn3aAmBmN8my7-hYzWTFvgF3bIONGZW6PcWY9F-uRLucG8DxUJlJi9p4v4ylAdfZ7eI_XSS2A0QHuo4farEfTkGGdAHoj3sDsF7QkLJekWwOzwfi2AeBrg19Fk5eXQolcgKUBRi4vfnC6upHixBmNusnp/s320/1200px-Motorcycle.riders.arp-removebg-preview.png&quot;/&gt;&lt;/a&gt;&lt;/div&gt;&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;en&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;Defensive Driving Quiz&lt;/title&gt;
    &lt;style&gt;
        body { font-family: Arial, sans-serif; margin: 20px; padding: 20px; background: #f4f4f4; }
        .container { max-width: 600px; margin: auto; background: white; padding: 20px; border-radius: 10px; box-shadow: 2px 2px 10px gray; }
        h2, h3 { text-align: center; }
        .question { margin-bottom: 15px; }
        .btn { display: block; width: 100%; padding: 10px; background: #28a745; color: white; border: none; cursor: pointer; margin-top: 10px; }
        .btn:hover { background: #218838; }
        .hidden { display: none; }
        #result { font-weight: bold; text-align: center; margin-top: 20px; }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;div class=&quot;container&quot;&gt;
    &lt;h2&gt;Defensive Driving Quiz&lt;/h2&gt;
    
    &lt;label for=&quot;username&quot;&gt;&lt;strong&gt;Enter Your Name:&lt;/strong&gt;&lt;/label&gt;
    &lt;input type=&quot;text&quot; id=&quot;username&quot; placeholder=&quot;Your Name&quot; required&gt;
    
    &lt;div id=&quot;quiz&quot;&gt;
        &lt;div class=&quot;question&quot;&gt;
            &lt;p&gt;1. What is the primary goal of defensive driving?&lt;/p&gt;
            &lt;input type=&quot;radio&quot; name=&quot;q1&quot; value=&quot;A&quot;&gt; A) Reaching your destination quickly&lt;br&gt;
            &lt;input type=&quot;radio&quot; name=&quot;q1&quot; value=&quot;B&quot;&gt; B) Avoiding traffic signals&lt;br&gt;
            &lt;input type=&quot;radio&quot; name=&quot;q1&quot; value=&quot;C&quot;&gt; C) Preventing accidents and ensuring safety&lt;br&gt;
            &lt;input type=&quot;radio&quot; name=&quot;q1&quot; value=&quot;D&quot;&gt; D) Overtaking other vehicles&lt;br&gt;
        &lt;/div&gt;

        &lt;div class=&quot;question&quot;&gt;
            &lt;p&gt;2. What is the recommended minimum following distance in normal conditions?&lt;/p&gt;
            &lt;input type=&quot;radio&quot; name=&quot;q2&quot; value=&quot;A&quot;&gt; A) 1 second&lt;br&gt;
            &lt;input type=&quot;radio&quot; name=&quot;q2&quot; value=&quot;B&quot;&gt; B) 2 seconds&lt;br&gt;
            &lt;input type=&quot;radio&quot; name=&quot;q2&quot; value=&quot;C&quot;&gt; C) 3-4 seconds&lt;br&gt;
            &lt;input type=&quot;radio&quot; name=&quot;q2&quot; value=&quot;D&quot;&gt; D) 5 seconds&lt;br&gt;
        &lt;/div&gt;

        &lt;div class=&quot;question&quot;&gt;
            &lt;p&gt;3. What should you do if another driver is tailgating you?&lt;/p&gt;
            &lt;input type=&quot;radio&quot; name=&quot;q3&quot; value=&quot;A&quot;&gt; A) Speed up to create more distance&lt;br&gt;
            &lt;input type=&quot;radio&quot; name=&quot;q3&quot; value=&quot;B&quot;&gt; B) Slam on the brakes&lt;br&gt;
            &lt;input type=&quot;radio&quot; name=&quot;q3&quot; value=&quot;C&quot;&gt; C) Move to another lane or slow down safely&lt;br&gt;
            &lt;input type=&quot;radio&quot; name=&quot;q3&quot; value=&quot;D&quot;&gt; D) Ignore them and continue driving&lt;br&gt;
        &lt;/div&gt;

        &lt;button class=&quot;btn&quot; onclick=&quot;submitQuiz()&quot;&gt;Submit&lt;/button&gt;
    &lt;/div&gt;

    &lt;p id=&quot;result&quot; class=&quot;hidden&quot;&gt;&lt;/p&gt;
&lt;/div&gt;

&lt;script&gt;
    function submitQuiz() {
        let username = document.getElementById(&quot;username&quot;).value.trim();
        if (!username) {
            alert(&quot;Please enter your name before starting the quiz.&quot;);
            return;
        }

        let answers = {
            q1: &quot;C&quot;,
            q2: &quot;C&quot;,
            q3: &quot;C&quot;
        };

        let score = 0;
        let totalQuestions = Object.keys(answers).length;

        for (let key in answers) {
            let selected = document.querySelector(`input[name=&quot;${key}&quot;]:checked`);
            if (selected &amp;&amp; selected.value === answers[key]) {
                score++;
            }
        }

        let percentage = (score / totalQuestions) * 100;
        let resultMessage = `Hello ${username}, you scored ${score}/${totalQuestions} (${percentage.toFixed(2)}%)`;
        
        document.getElementById(&quot;result&quot;).innerText = resultMessage;
        document.getElementById(&quot;result&quot;).classList.remove(&quot;hidden&quot;);

        // Store result in localStorage (can be modified to send data to a backend)
        let attempts = JSON.parse(localStorage.getItem(&quot;quizAttempts&quot;)) || [];
        attempts.push({ name: username, score: score, percentage: percentage.toFixed(2) });
        localStorage.setItem(&quot;quizAttempts&quot;, JSON.stringify(attempts));

        alert(&quot;Your attempt has been recorded.&quot;);
    }
&lt;/script&gt;

&lt;/body&gt;
&lt;/html&gt;
</content><link rel='replies' type='application/atom+xml' href='https://safetygurukul.blogspot.com/feeds/8252776700034863275/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://safetygurukul.blogspot.com/2025/02/defensive-driving-knowlegde-self-test.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/8252776700034863275'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/8252776700034863275'/><link rel='alternate' type='text/html' href='https://safetygurukul.blogspot.com/2025/02/defensive-driving-knowlegde-self-test.html' title='Defensive Driving Knowlegde Self Test'/><author><name>Narendra Arya</name><uri>http://www.blogger.com/profile/05274105664901468001</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJQ_C-6vlqjQm18qsy4UwsM7dKK21amAjp0Z8hWr-7mJNHFRPC7lxZrgsfGm8vMO6nYBqhyLqPEHUw1qIE5vOvtiDKC4jdDeHutwJwE4urYFPAZD2MQmailWfS2iGFhJnPDF-mMPpuWJuaqvJqMqdFY2cywIKJsvY8lxAtRjykcuSrwQ/s220/Narendra_arya-removebg-Favicon.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2Dr2G2ZRC2uwFdSjBv9df_hB4Jdyrr8-Q4ewIn3aAmBmN8my7-hYzWTFvgF3bIONGZW6PcWY9F-uRLucG8DxUJlJi9p4v4ylAdfZ7eI_XSS2A0QHuo4farEfTkGGdAHoj3sDsF7QkLJekWwOzwfi2AeBrg19Fk5eXQolcgKUBRi4vfnC6upHixBmNusnp/s72-c/1200px-Motorcycle.riders.arp-removebg-preview.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9122151121349724808.post-6529326156961769668</id><published>2025-02-07T17:03:00.000-08:00</published><updated>2025-02-07T17:16:02.188-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Celebrations"/><category scheme="http://www.blogger.com/atom/ns#" term="Fire"/><title type='text'>राष्ट्रीय अग्नि सेवा सप्ताह</title><content type='html'>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;span id=&quot;docs-internal-guid-8a7a2837-7fff-2475-c548-cc5a59ff3e9a&quot;&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 6pt; margin-top: 24pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 23pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;भारत में राष्ट्रीय अग्नि सेवा सप्ताह: मुंबई बंदरगाह अग्निकांड की स्मृति में सुरक्षा जागरूकता&lt;/span&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt;&quot;&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXUIsMHb1d5fAzpaEk9W6O3hGYuSd_hGJaN-uB1lrSdaQdryWs8uAdWW0-wI3og-iekYy7eCzcbkEWtbTyLsmmNe6Jf2w5f5bLgcnrslm0Unj2hok0MYbBZAx-cztcwnrd2t-jy9A55ieMdwSYFDvAW7BQg-t12cYPaUaWF96lP0CqDqX8NCkrYUVVn2VD/s360/png-transparent-cartoon-fireman-cartoon-character-other-firefighter-thumbnail-removebg-preview.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;352&quot; data-original-width=&quot;360&quot; height=&quot;313&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXUIsMHb1d5fAzpaEk9W6O3hGYuSd_hGJaN-uB1lrSdaQdryWs8uAdWW0-wI3og-iekYy7eCzcbkEWtbTyLsmmNe6Jf2w5f5bLgcnrslm0Unj2hok0MYbBZAx-cztcwnrd2t-jy9A55ieMdwSYFDvAW7BQg-t12cYPaUaWF96lP0CqDqX8NCkrYUVVn2VD/s320/png-transparent-cartoon-fireman-cartoon-character-other-firefighter-thumbnail-removebg-preview.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-style: italic; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 4pt; margin-top: 18pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 17pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;परिचय&lt;/span&gt;&lt;/h2&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;हर साल &lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;14 अप्रैल से 20 अप्रैल&lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt; तक भारत में &lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;राष्ट्रीय अग्नि सेवा सप्ताह&lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt; (National Fire Service Week) मनाया जाता है। यह सप्ताह &lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;मुंबई बंदरगाह में 14 अप्रैल 1944 को हुए विनाशकारी अग्निकांड&lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt; की स्मृति में समर्पित है, जिसमें कई बहादुर अग्निशामकों ने अपने प्राणों की आहुति दी थी। इस सप्ताह का उद्देश्य अग्नि सुरक्षा के महत्व को उजागर करना और आग से बचाव के उपायों के प्रति जागरूकता बढ़ाना है।&lt;/span&gt;&lt;/p&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 4pt; margin-top: 18pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 17pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;राष्ट्रीय अग्नि सेवा सप्ताह की थीम&lt;/span&gt;&lt;/h2&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;हर साल, भारत सरकार और अग्निशमन विभाग एक विशेष थीम के तहत इस सप्ताह का आयोजन करते हैं। &lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt; &lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-style: italic; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;(अधिकृत घोषणा के लिए आधिकारिक स्रोत देखें।)&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 17pt; white-space-collapse: preserve;&quot;&gt;&lt;b&gt;राष्ट्रीय अग्नि सेवा सप्ताह के उद्देश्य&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; text-wrap-mode: wrap; vertical-align: baseline;&quot;&gt;आग लगने की घटनाओं से होने वाले नुकसान को कम करना।&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; text-wrap-mode: wrap; vertical-align: baseline;&quot;&gt;अग्निशमन सेवाओं की बहादुरी और बलिदान को सम्मान देना।&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; text-wrap-mode: wrap; vertical-align: baseline;&quot;&gt;आम जनता को अग्नि सुरक्षा उपायों और अग्निशमन तकनीकों के प्रति जागरूक करना।&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; text-wrap-mode: wrap; vertical-align: baseline;&quot;&gt;आग से बचाव, आपातकालीन प्रतिक्रिया, और आत्म-सुरक्षा तकनीकों का प्रशिक्षण देना।&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; text-wrap-mode: wrap; vertical-align: baseline;&quot;&gt;इंडस्ट्री और रिहायशी क्षेत्रों में अग्नि सुरक्षा प्रबंधन को बढ़ावा देना।&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 4pt; margin-top: 18pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 17pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;राष्ट्रीय अग्नि सेवा सप्ताह का आयोजन कैसे किया जाता है&lt;/span&gt;&lt;/h2&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;इस सप्ताह के दौरान विभिन्न प्रकार की गतिविधियाँ आयोजित की जाती हैं:&lt;/span&gt;&lt;/p&gt;&lt;h3 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 4pt; margin-top: 14pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 13pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;1. अग्नि सुरक्षा शपथ और जागरूकता अभियान&lt;/span&gt;&lt;/h3&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;सभी सरकारी और निजी संस्थान &lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;अग्नि सुरक्षा शपथ&lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt; दिलाते हैं और &lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;बैनर, पोस्टर, जागरूकता रैलियाँ एवं नुक्कड़ नाटक&lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt; के माध्यम से सुरक्षा संदेश प्रसारित करते हैं।&lt;/span&gt;&lt;/p&gt;&lt;h3 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 4pt; margin-top: 14pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 13pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;2. प्रशिक्षण सत्र और अग्निशमन ड्रिल&lt;/span&gt;&lt;/h3&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;विशेषज्ञों द्वारा &lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;अग्निशमन उपकरणों के उपयोग, अग्निशमन प्रणाली, प्राथमिक चिकित्सा और आपातकालीन बचाव तकनीकों&lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt; पर प्रशिक्षण दिया जाता है।&lt;/span&gt;&lt;/p&gt;&lt;h3 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 4pt; margin-top: 14pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 13pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;3. प्रतियोगिताएँ और सम्मान समारोह&lt;/span&gt;&lt;/h3&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;अग्नि सुरक्षा को बढ़ावा देने के लिए &lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;निबंध लेखन, पोस्टर डिजाइनिंग, प्रश्नोत्तरी, और मॉक ड्रिल प्रतियोगिताएँ&lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt; आयोजित की जाती हैं। बहादुर अग्निशामकों को &lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;सम्मानित किया जाता है&lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;।&lt;/span&gt;&lt;/p&gt;&lt;h3 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 4pt; margin-top: 14pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 13pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;4. फायर ड्रिल और लाइव प्रदर्शन&lt;/span&gt;&lt;/h3&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;सार्वजनिक स्थलों, कार्यालयों और स्कूलों में &lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;फायर ड्रिल&lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt; कराई जाती हैं ताकि लोग वास्तविक आपात स्थिति में उचित कदम उठा सकें।&lt;/span&gt;&lt;/p&gt;&lt;h3 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 4pt; margin-top: 14pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 13pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;5. औद्योगिक क्षेत्रों और रिहायशी भवनों की सुरक्षा जांच&lt;/span&gt;&lt;/h3&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;इस सप्ताह का उपयोग &lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;सुरक्षा ऑडिट और अग्नि सुरक्षा मानकों की जांच&lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt; के लिए भी किया जाता है ताकि कार्यस्थलों और घरों को सुरक्षित बनाया जा सके।&lt;/span&gt;&lt;/p&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 4pt; margin-top: 18pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 17pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;राष्ट्रीय अग्नि सेवा सप्ताह का महत्व&lt;/span&gt;&lt;/h2&gt;&lt;ul style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; text-wrap-mode: wrap; vertical-align: baseline;&quot;&gt;अग्नि दुर्घटनाओं को रोकने और आपात स्थिति से निपटने की क्षमता बढ़ाने में सहायक।&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; text-wrap-mode: wrap; vertical-align: baseline;&quot;&gt;लोगों को आग के खतरे और उससे बचाव के उपायों के प्रति शिक्षित करता है।&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; text-wrap-mode: wrap; vertical-align: baseline;&quot;&gt;बहादुर अग्निशामकों के बलिदान को सम्मानित करता है।&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; text-wrap-mode: wrap; vertical-align: baseline;&quot;&gt;सरकारी और निजी संगठनों में अग्नि सुरक्षा को प्राथमिकता देने के लिए प्रेरित करता है।&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 17pt; white-space-collapse: preserve;&quot;&gt;&lt;b&gt;निष्कर्ष&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;राष्ट्रीय अग्नि सेवा सप्ताह&lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt; हमें यह याद दिलाता है कि &lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;अग्नि सुरक्षा को हल्के में नहीं लिया जाना चाहिए&lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;। मुंबई बंदरगाह अग्निकांड से मिली सीख के आधार पर, हमें यह सुनिश्चित करना चाहिए कि &lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;सुरक्षा नीतियों का पालन किया जाए, अग्निशमन उपकरण सही स्थिति में हों, और सभी को आग से बचाव की उचित जानकारी हो&lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;।&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;आइए इस सप्ताह को केवल एक औपचारिकता न मानें, बल्कि इसे &lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;सुरक्षा को अपनी दिनचर्या का हिस्सा बनाने का अवसर&lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt; समझें।&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;/p&gt;&lt;hr /&gt;&lt;p&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;सुरक्षित रहें। सतर्क रहें। आग से बचाव करें।&lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt; 🔥🚒⚠️&lt;/span&gt;&lt;/p&gt;&lt;div&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='https://safetygurukul.blogspot.com/feeds/6529326156961769668/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://safetygurukul.blogspot.com/2025/02/blog-post_7.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/6529326156961769668'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/6529326156961769668'/><link rel='alternate' type='text/html' href='https://safetygurukul.blogspot.com/2025/02/blog-post_7.html' title='राष्ट्रीय अग्नि सेवा सप्ताह'/><author><name>Narendra Arya</name><uri>http://www.blogger.com/profile/05274105664901468001</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJQ_C-6vlqjQm18qsy4UwsM7dKK21amAjp0Z8hWr-7mJNHFRPC7lxZrgsfGm8vMO6nYBqhyLqPEHUw1qIE5vOvtiDKC4jdDeHutwJwE4urYFPAZD2MQmailWfS2iGFhJnPDF-mMPpuWJuaqvJqMqdFY2cywIKJsvY8lxAtRjykcuSrwQ/s220/Narendra_arya-removebg-Favicon.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXUIsMHb1d5fAzpaEk9W6O3hGYuSd_hGJaN-uB1lrSdaQdryWs8uAdWW0-wI3og-iekYy7eCzcbkEWtbTyLsmmNe6Jf2w5f5bLgcnrslm0Unj2hok0MYbBZAx-cztcwnrd2t-jy9A55ieMdwSYFDvAW7BQg-t12cYPaUaWF96lP0CqDqX8NCkrYUVVn2VD/s72-c/png-transparent-cartoon-fireman-cartoon-character-other-firefighter-thumbnail-removebg-preview.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9122151121349724808.post-5943187337277350633</id><published>2025-02-07T01:45:00.000-08:00</published><updated>2025-02-07T16:54:31.516-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Safety Week"/><title type='text'>राष्ट्रीय सुरक्षा सप्ताह समारोह</title><content type='html'>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;span id=&quot;docs-internal-guid-e5bc8aba-7fff-6b2b-e571-95b6e76ac0be&quot;&gt;&lt;h1 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 6pt; margin-top: 24pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 23pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;भारत में राष्ट्रीय सुरक्षा सप्ताह समारोह: राष्ट्रीय सुरक्षा परिषद मुंबई की विरासत को नमन&lt;/span&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt; text-align: center;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-style: italic; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;&lt;span style=&quot;border: none; display: inline-block; height: 176px; overflow: hidden; width: 270px;&quot;&gt;&lt;img height=&quot;222.79858378297902&quot; src=&quot;https://lh7-rt.googleusercontent.com/docsz/AD_4nXelN5TtyUkIy8MgeS7IpBH1kmht6yTXdcuh7V908Rz2Vm0NKdYCNuRJwj_j6fd0hBuoYSnKlbk5vb78cg5Y3vlsQ4D6B07e1c7wYVZORCuAmeI8jRl5p-NBc15F_kX5fZMAdnsPZg?key=QcdZQ_F4oYlhOHyUYv-sNo27&quot; style=&quot;margin-left: 0px; margin-top: -3.10408e-14px;&quot; width=&quot;270&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 4pt; margin-top: 18pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 17pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;परिचय&lt;/span&gt;&lt;/h2&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;राष्ट्रीय सुरक्षा सप्ताह भारत में एक महत्वपूर्ण वार्षिक आयोजन है, जो कार्यस्थल सुरक्षा, स्वास्थ्य और पर्यावरण जागरूकता को बढ़ावा देता है। इसे हर साल &lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;4 मार्च से 10 मार्च&lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt; तक मनाया जाता है ताकि &lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;राष्ट्रीय सुरक्षा परिषद (NSC), मुंबई&lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt; की स्थापना की स्मृति में इसे सम्मानित किया जा सके। यह परिषद &lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;4 मार्च 1966&lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt; को भारत सरकार के श्रम और रोजगार मंत्रालय के अंतर्गत स्थापित की गई थी। यह पहल उद्योगों और कार्यस्थलों में सुरक्षा संस्कृति को मजबूत करने में महत्वपूर्ण भूमिका निभाती है।&lt;/span&gt;&lt;/p&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 4pt; margin-top: 18pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 17pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;राष्ट्रीय सुरक्षा सप्ताह की थीम&lt;/span&gt;&lt;/h2&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;हर साल, NSC एक विशेष थीम की घोषणा करता है जो विशिष्ट सुरक्षा चिंताओं को उजागर करता है। &lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;राष्ट्रीय सुरक्षा सप्ताह 2024&lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt; की थीम कार्यस्थल सुरक्षा बढ़ाने, प्रौद्योगिकी के उपयोग और सतत सुरक्षा प्रबंधन प्रणालियों पर केंद्रित होने की संभावना है। &lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-style: italic; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;(नवीनतम थीम अपडेट के लिए आधिकारिक NSC वेबसाइट देखें।)&lt;/span&gt;&lt;/p&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 4pt; margin-top: 18pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 17pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;राष्ट्रीय सुरक्षा सप्ताह के उद्देश्य&lt;/span&gt;&lt;/h2&gt;&lt;ul style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; text-wrap-mode: wrap; vertical-align: baseline;&quot;&gt;कार्यस्थल सुरक्षा और स्वास्थ्य खतरों के बारे में जागरूकता बढ़ाना।&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; text-wrap-mode: wrap; vertical-align: baseline;&quot;&gt;नियोक्ताओं और कर्मचारियों को सुरक्षित कार्य पद्धतियों को अपनाने के लिए प्रेरित करना।&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; text-wrap-mode: wrap; vertical-align: baseline;&quot;&gt;सुरक्षा नियमों और मानकों का पालन सुनिश्चित करना।&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; text-wrap-mode: wrap; vertical-align: baseline;&quot;&gt;संगठनों में एक सक्रिय सुरक्षा संस्कृति को बढ़ावा देना।&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; text-wrap-mode: wrap; vertical-align: baseline;&quot;&gt;उद्योगों को बेहतर सुरक्षा बुनियादी ढांचे के विकास के लिए प्रोत्साहित करना।&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 4pt; margin-top: 18pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 17pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;राष्ट्रीय सुरक्षा सप्ताह का आयोजन कैसे किया जाता है&lt;/span&gt;&lt;/h2&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;सप्ताह भर चलने वाले इस समारोह में कई गतिविधियाँ शामिल होती हैं:&lt;/span&gt;&lt;/p&gt;&lt;h3 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 4pt; margin-top: 14pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 13pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;1. सुरक्षा शपथ और जागरूकता अभियान&lt;/span&gt;&lt;/h3&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;संगठन &lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;सुरक्षा शपथ समारोह&lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt; आयोजित करते हैं जहां कर्मचारी सुरक्षा नियमों का पालन करने और दुर्घटना रोकथाम को प्राथमिकता देने की प्रतिज्ञा लेते हैं। साथ ही, बैनर, पोस्टर और नारों के माध्यम से जागरूकता अभियान भी चलाए जाते हैं।&lt;/span&gt;&lt;/p&gt;&lt;h3 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 4pt; margin-top: 14pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 13pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;2. प्रशिक्षण सत्र और कार्यशालाएँ&lt;/span&gt;&lt;/h3&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;उद्योग और शैक्षिक संस्थान &lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;सुरक्षा प्रशिक्षण कार्यक्रम, अग्निशमन अभ्यास, प्राथमिक चिकित्सा कार्यशालाएँ, और आपातकालीन प्रतिक्रिया अभ्यास&lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt; आयोजित करते हैं ताकि कर्मचारियों को आवश्यक सुरक्षा कौशल प्रदान किए जा सकें।&lt;/span&gt;&lt;/p&gt;&lt;h3 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 4pt; margin-top: 14pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 13pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;3. प्रतियोगिताएँ और पुरस्कार&lt;/span&gt;&lt;/h3&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;कर्मचारियों की भागीदारी बढ़ाने के लिए &lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;सुरक्षा प्रश्नोत्तरी, पोस्टर बनाने, निबंध लेखन और नारे लेखन प्रतियोगिताएँ&lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt; आयोजित की जाती हैं। &lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;सर्वश्रेष्ठ सुरक्षा प्रदर्शनकर्ता पुरस्कार&lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt; प्रदान करके कर्मचारियों को प्रेरित किया जाता है।&lt;/span&gt;&lt;/p&gt;&lt;h3 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 4pt; margin-top: 14pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 13pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;4. प्रदर्शन और सुरक्षा प्रदर्शनी&lt;/span&gt;&lt;/h3&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;औद्योगिक संगठन &lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;सुरक्षा संबंधी प्रदर्शन, सुरक्षा प्रदर्शनी और सुरक्षा उपकरणों की प्रदर्शनी&lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt; आयोजित करते हैं ताकि कर्मचारियों को जोखिम पहचानने और उनसे निपटने के तरीकों के बारे में शिक्षित किया जा सके।&lt;/span&gt;&lt;/p&gt;&lt;h3 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 4pt; margin-top: 14pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 13pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;5. सुरक्षा ऑडिट और निरीक्षण&lt;/span&gt;&lt;/h3&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;कंपनियाँ इस अवसर का उपयोग करके &lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;आंतरिक सुरक्षा ऑडिट और निरीक्षण&lt;/span&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt; आयोजित करती हैं ताकि कार्यस्थल सुरक्षा की स्थिति और सुरक्षा नियमों के अनुपालन का मूल्यांकन किया जा सके।&lt;/span&gt;&lt;/p&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 4pt; margin-top: 18pt;&quot;&gt;&lt;span face=&quot;Arial, sans-serif&quot; style=&quot;font-size: 17pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;राष्ट्रीय सुरक्षा सप्ताह का महत्व&lt;/span&gt;&lt;/h2&gt;&lt;ul style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; text-wrap-mode: wrap; vertical-align: baseline;&quot;&gt;कार्यस्थल पर दुर्घटनाओं और चोटों में कमी लाना।&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; text-wrap-mode: wrap; vertical-align: baseline;&quot;&gt;कर्मचारियों में सुरक्षा को प्राथमिकता देने की मानसिकता विकसित करना।&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; text-wrap-mode: wrap; vertical-align: baseline;&quot;&gt;उद्योगों को बेहतर सुरक्षा बुनियादी ढाँचे में निवेश करने के लिए प्रेरित करना।&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; text-wrap-mode: wrap; vertical-align: baseline;&quot;&gt;स्थायी सुरक्षा पद्धतियों के माध्यम से स्थिरता प्राप्त करने में सहायता करना।&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial, sans-serif; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; list-style-type: disc; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; text-wrap-mode: wrap; vertical-align: baseline;&quot;&gt;कानूनी अनुपालन और कॉर्पोरेट जिम्मेदारी को मजबूत करना।&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;span id=&quot;docs-internal-guid-6942b927-7fff-e058-2af9-0315df0a663e&quot;&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 4pt; margin-top: 18pt;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 17pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;निष्कर्ष&lt;/span&gt;&lt;/h2&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;राष्ट्रीय सुरक्षा सप्ताह समारोह&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt; हमें यह याद दिलाता है कि सुरक्षा से कभी समझौता नहीं किया जाना चाहिए। भारत में विनिर्माण से लेकर आईटी तक के संगठन सुरक्षा पहलों में सक्रिय रूप से भाग लें ताकि एक ऐसी संस्कृति को बढ़ावा दिया जा सके जहाँ सुरक्षा कार्य जीवन के हर पहलू में निहित हो।&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;राष्ट्रीय सुरक्षा परिषद, मुंबई&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt; की स्थापना के इस अवसर को मनाकर, हम कार्यस्थलों को सुरक्षित बनाने, व्यावसायिक खतरों को कम करने और विभिन्न उद्योगों में कर्मचारियों की भलाई सुनिश्चित करने की दिशा में एक कदम आगे बढ़ाते हैं।&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;आइए हम सभी सुरक्षा को केवल एक सप्ताह तक सीमित न रखकर, इसे अपने जीवन का अभिन्न अंग बनाएं!&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;/p&gt;&lt;hr /&gt;&lt;p&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 12pt; margin-top: 12pt;&quot;&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; font-weight: 700; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;सुरक्षित रहें। सतर्क रहें। जिम्मेदार बनें।&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt; 🚧⚠️&lt;/span&gt;&lt;/p&gt;&lt;div&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 11pt; font-variant-alternates: normal; font-variant-east-asian: normal; font-variant-emoji: normal; font-variant-numeric: normal; font-variant-position: normal; vertical-align: baseline; white-space-collapse: preserve;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='https://safetygurukul.blogspot.com/feeds/5943187337277350633/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://safetygurukul.blogspot.com/2025/02/blog-post.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/5943187337277350633'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/5943187337277350633'/><link rel='alternate' type='text/html' href='https://safetygurukul.blogspot.com/2025/02/blog-post.html' title='राष्ट्रीय सुरक्षा सप्ताह समारोह'/><author><name>Narendra Arya</name><uri>http://www.blogger.com/profile/05274105664901468001</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJQ_C-6vlqjQm18qsy4UwsM7dKK21amAjp0Z8hWr-7mJNHFRPC7lxZrgsfGm8vMO6nYBqhyLqPEHUw1qIE5vOvtiDKC4jdDeHutwJwE4urYFPAZD2MQmailWfS2iGFhJnPDF-mMPpuWJuaqvJqMqdFY2cywIKJsvY8lxAtRjykcuSrwQ/s220/Narendra_arya-removebg-Favicon.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://lh7-rt.googleusercontent.com/docsz/AD_4nXelN5TtyUkIy8MgeS7IpBH1kmht6yTXdcuh7V908Rz2Vm0NKdYCNuRJwj_j6fd0hBuoYSnKlbk5vb78cg5Y3vlsQ4D6B07e1c7wYVZORCuAmeI8jRl5p-NBc15F_kX5fZMAdnsPZg=s72-c?key=QcdZQ_F4oYlhOHyUYv-sNo27" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9122151121349724808.post-3279513910527260891</id><published>2023-02-26T19:38:00.005-08:00</published><updated>2025-02-07T01:56:43.458-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="PDF Book. E-Book"/><title type='text'>Safety Manual for Themal Power Plant </title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
  &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHB_-Sp6HnQk2N4uogYQSbAN6wXSUMPqi9LX-KoEiye428JKfj8jtgzBaJCKS_Pj2Q_pnNK34BChbojzKs-U6uXFBXJ8QiWS4NtN3Tj9byloDGRTTlf_jYyBFHzY4BWaI7rTpcEd1Liyto/s1600/1677469195491505-0.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;
    &lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHB_-Sp6HnQk2N4uogYQSbAN6wXSUMPqi9LX-KoEiye428JKfj8jtgzBaJCKS_Pj2Q_pnNK34BChbojzKs-U6uXFBXJ8QiWS4NtN3Tj9byloDGRTTlf_jYyBFHzY4BWaI7rTpcEd1Liyto/s1600/1677469195491505-0.png&quot; width=&quot;400&quot; /&gt;
  &lt;/a&gt;
&lt;/div&gt;&lt;div&gt;&lt;div&gt;￼&lt;/div&gt;&lt;/div&gt;&lt;div&gt;SAFETY MANUAL OF THERMAL POWER STATION (ENGLISH)&amp;nbsp;&lt;/div&gt;&lt;div&gt;This covered all the Topics of Schedule I and Schedule II of CEA Regulation 2011 related to Thermal Power Station. Safety Manual is a Mandatory Document for all Power stations. This pdf can be used to prepare Safety Manual of your Thermal Power Plant, Following link can be used to get the PDF&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;https://bit.ly/safetymanualofpowerplant&quot;&gt;https://bit.ly/safetymanualofpowerplant&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='https://safetygurukul.blogspot.com/feeds/3279513910527260891/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://safetygurukul.blogspot.com/2023/02/safety-manual-for-themal-power-plant.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/3279513910527260891'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/3279513910527260891'/><link rel='alternate' type='text/html' href='https://safetygurukul.blogspot.com/2023/02/safety-manual-for-themal-power-plant.html' title='Safety Manual for Themal Power Plant '/><author><name>Narendra Arya</name><uri>http://www.blogger.com/profile/05274105664901468001</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJQ_C-6vlqjQm18qsy4UwsM7dKK21amAjp0Z8hWr-7mJNHFRPC7lxZrgsfGm8vMO6nYBqhyLqPEHUw1qIE5vOvtiDKC4jdDeHutwJwE4urYFPAZD2MQmailWfS2iGFhJnPDF-mMPpuWJuaqvJqMqdFY2cywIKJsvY8lxAtRjykcuSrwQ/s220/Narendra_arya-removebg-Favicon.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHB_-Sp6HnQk2N4uogYQSbAN6wXSUMPqi9LX-KoEiye428JKfj8jtgzBaJCKS_Pj2Q_pnNK34BChbojzKs-U6uXFBXJ8QiWS4NtN3Tj9byloDGRTTlf_jYyBFHzY4BWaI7rTpcEd1Liyto/s72-c/1677469195491505-0.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9122151121349724808.post-5887448318851630848</id><published>2023-02-08T23:02:00.002-08:00</published><updated>2023-02-08T23:02:08.248-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="safety gurukul"/><category scheme="http://www.blogger.com/atom/ns#" term="Safety Manual"/><category scheme="http://www.blogger.com/atom/ns#" term="Working on Remotely Controlled and Automatically Controlled Equipments"/><title type='text'>Working on Remotely Controlled and Automatically Controlled Equipments</title><content type='html'>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;span id=&quot;docs-internal-guid-2c5e36c3-7fff-abf6-dd3a-94f96b025a27&quot;&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 6pt; margin-left: 36pt; margin-top: 18pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt; Working on Remotely Controlled and Automatically Controlled Equipments&lt;/span&gt;&lt;/h2&gt;&lt;div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://th.bing.com/th/id/R.033a80a9f5f80b7693d145f951718de1?rik=cwaXmhIx8uy5mA&amp;amp;riu=http%3a%2f%2fupload.wikimedia.org%2fwikipedia%2fcommons%2fthumb%2fa%2fa3%2fKontrollrom_Tyssedal.jpg%2f220px-Kontrollrom_Tyssedal.jpg&amp;amp;ehk=zJWq3nB1xhpRzqoiBCWPe%2bho16nt7nlz5LUAlGt2Nvw%3d&amp;amp;risl=&amp;amp;pid=ImgRaw&amp;amp;r=0&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;165&quot; data-original-width=&quot;220&quot; height=&quot;223&quot; src=&quot;https://th.bing.com/th/id/R.033a80a9f5f80b7693d145f951718de1?rik=cwaXmhIx8uy5mA&amp;amp;riu=http%3a%2f%2fupload.wikimedia.org%2fwikipedia%2fcommons%2fthumb%2fa%2fa3%2fKontrollrom_Tyssedal.jpg%2f220px-Kontrollrom_Tyssedal.jpg&amp;amp;ehk=zJWq3nB1xhpRzqoiBCWPe%2bho16nt7nlz5LUAlGt2Nvw%3d&amp;amp;risl=&amp;amp;pid=ImgRaw&amp;amp;r=0&quot; width=&quot;298&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 2.1; margin-bottom: 15pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Here are some key safety tips for working on remotely controlled and automatically controlled equipment:&lt;/span&gt;&lt;/p&gt;&lt;ol style=&quot;margin-bottom: 0; margin-top: 0; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 28pt;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Familiarize yourself with the equipment: Before starting work, make sure you understand the function and operation of the equipment, including the controls and safety features.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Read and follow the manual: Read the operator’s manual or other relevant documentation for the equipment to understand the recommended procedures for maintenance and repair.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Ensure that the equipment is de-energized: Make sure that the equipment is de-energized and locked out before starting any maintenance or repair work.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Avoid unintended activation: Do not touch the controls of the equipment or modify the control system without first verifying that it is safe to do so.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Use appropriate PPE: Always wear appropriate personal protective equipment (PPE), including rubber gloves, insulating mats, and face shields.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Never bypass safety devices: Do not bypass or remove safety devices or interlocks, as these are designed to prevent accidents and protect workers.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Test the equipment after repairs: After completing repairs or maintenance work, test the equipment to ensure that it is functioning properly and that all safety features are working as intended.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 28pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Report any issues: If you encounter any issues or problems with the equipment, report them to your supervisor or the appropriate authority immediately.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 2.1; margin-bottom: 0pt; margin-top: 15pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;These safety tips are general guidelines and may vary depending on the specific requirements of the equipment and the work environment. It is important to be familiar with and follow all relevant safety standards and regulations when working on remotely controlled and automatically controlled equipment.&lt;/span&gt;&lt;/p&gt;&lt;div&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='https://safetygurukul.blogspot.com/feeds/5887448318851630848/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://safetygurukul.blogspot.com/2023/02/working-on-remotely-controlled-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/5887448318851630848'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/5887448318851630848'/><link rel='alternate' type='text/html' href='https://safetygurukul.blogspot.com/2023/02/working-on-remotely-controlled-and.html' title='Working on Remotely Controlled and Automatically Controlled Equipments'/><author><name>Narendra Arya</name><uri>http://www.blogger.com/profile/05274105664901468001</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJQ_C-6vlqjQm18qsy4UwsM7dKK21amAjp0Z8hWr-7mJNHFRPC7lxZrgsfGm8vMO6nYBqhyLqPEHUw1qIE5vOvtiDKC4jdDeHutwJwE4urYFPAZD2MQmailWfS2iGFhJnPDF-mMPpuWJuaqvJqMqdFY2cywIKJsvY8lxAtRjykcuSrwQ/s220/Narendra_arya-removebg-Favicon.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9122151121349724808.post-876145011142663335</id><published>2023-02-08T22:56:00.003-08:00</published><updated>2023-02-08T22:58:43.745-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Demarcation of Work Area"/><category scheme="http://www.blogger.com/atom/ns#" term="safety gurukul"/><category scheme="http://www.blogger.com/atom/ns#" term="Safety Manual"/><title type='text'>Demarcation of Work Area</title><content type='html'>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;span id=&quot;docs-internal-guid-d826d6cd-7fff-6b38-e612-5fe53dbd55f6&quot;&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 6pt; margin-left: 36pt; margin-top: 18pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Demarcation of Work Area&lt;/span&gt;&lt;/h2&gt;&lt;div&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://c2.staticflickr.com/6/5009/5307398892_5430f2416b_b.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;552&quot; data-original-width=&quot;800&quot; height=&quot;329&quot; src=&quot;https://c2.staticflickr.com/6/5009/5307398892_5430f2416b_b.jpg&quot; width=&quot;477&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 2.1; margin-bottom: 15pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Demarcation of work area refers to the process of clearly defining and marking the boundaries of a work site where electrical work is being performed. The purpose of demarcation is to ensure the safety of workers and to prevent unauthorized access to the work area.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 2.1; margin-bottom: 15pt; margin-top: 15pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Here are some steps for effective demarcation of work area:&lt;/span&gt;&lt;/p&gt;&lt;ol style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 28pt;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Identify the boundaries of the work area: Determine the limits of the area where electrical work will be performed and make sure that all relevant personnel are aware of these boundaries.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Mark the boundaries: Use appropriate marking materials, such as cones, tapes, or signs, to clearly define the boundaries of the work area.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Restrict access: Make sure that only authorized personnel are allowed to enter the work area. Use barriers, locks, or other means to control access if necessary.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Provide warning signs: Post signs to warn people of the dangers of entering the work area and to indicate the presence of live electrical conductors.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Regularly inspect the demarcation: Regularly check the markings and access controls to ensure that they are in good condition and are effective in keeping people out of the work area.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 28pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Update the demarcation as necessary: If the work area changes or if conditions change, update the demarcation to reflect these changes.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 2.1; margin-bottom: 0pt; margin-top: 15pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Demarcation is an important aspect of electrical safety and helps to prevent accidents and injuries. It is essential to follow established procedures and guidelines when demarcating a work area to ensure that the work environment is safe for all personnel.&lt;/span&gt;&lt;/p&gt;&lt;div&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='https://safetygurukul.blogspot.com/feeds/876145011142663335/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://safetygurukul.blogspot.com/2023/02/demarcation-of-work-area.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/876145011142663335'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/876145011142663335'/><link rel='alternate' type='text/html' href='https://safetygurukul.blogspot.com/2023/02/demarcation-of-work-area.html' title='Demarcation of Work Area'/><author><name>Narendra Arya</name><uri>http://www.blogger.com/profile/05274105664901468001</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJQ_C-6vlqjQm18qsy4UwsM7dKK21amAjp0Z8hWr-7mJNHFRPC7lxZrgsfGm8vMO6nYBqhyLqPEHUw1qIE5vOvtiDKC4jdDeHutwJwE4urYFPAZD2MQmailWfS2iGFhJnPDF-mMPpuWJuaqvJqMqdFY2cywIKJsvY8lxAtRjykcuSrwQ/s220/Narendra_arya-removebg-Favicon.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9122151121349724808.post-5462378219369660847</id><published>2023-02-08T22:52:00.001-08:00</published><updated>2023-02-08T22:52:05.441-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="safety gurukul"/><category scheme="http://www.blogger.com/atom/ns#" term="Safety Manual"/><category scheme="http://www.blogger.com/atom/ns#" term="Working Near High Voltage and Extra Hign Voltage Conductors"/><title type='text'>Working Near High Voltage and Extra Hign Voltage Conductors</title><content type='html'>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;span id=&quot;docs-internal-guid-38f15571-7fff-3b9b-a896-06b9677eb27a&quot;&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 6pt; margin-left: 36pt; margin-top: 18pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Working Near High Voltage and Extra Hign Voltage Conductors&lt;/span&gt;&lt;/h2&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 21.3333px; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://th.bing.com/th/id/R.47dc0a6988b6091517bbb8b0cec6d9ab?rik=pRfYojr7rWT7cg&amp;amp;riu=http%3a%2f%2fs0.geograph.org.uk%2fgeophotos%2f02%2f56%2f26%2f2562660_777c24f6.jpg&amp;amp;ehk=Rg7rWKLcSlMA0KljLvVkcc4kUkWZpfH2iT9jVdnOzeg%3d&amp;amp;risl=&amp;amp;pid=ImgRaw&amp;amp;r=0&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;424&quot; data-original-width=&quot;640&quot; height=&quot;320&quot; src=&quot;https://th.bing.com/th/id/R.47dc0a6988b6091517bbb8b0cec6d9ab?rik=pRfYojr7rWT7cg&amp;amp;riu=http%3a%2f%2fs0.geograph.org.uk%2fgeophotos%2f02%2f56%2f26%2f2562660_777c24f6.jpg&amp;amp;ehk=Rg7rWKLcSlMA0KljLvVkcc4kUkWZpfH2iT9jVdnOzeg%3d&amp;amp;risl=&amp;amp;pid=ImgRaw&amp;amp;r=0&quot; width=&quot;483&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 2.1; margin-bottom: 15pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Here are some key safety tips for working in areas containing exposed live high voltage (HV) and extra high voltage (EHV) conductors:&lt;/span&gt;&lt;/p&gt;&lt;ol style=&quot;margin-bottom: 0; margin-top: 0; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 28pt;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Always wear appropriate personal protective equipment (PPE), including rubber gloves, insulating mats, and face shields.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Check for electrical hazards before starting work. De-energize the circuit if possible and verify that it is safe to proceed.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Always maintain a safe distance from live electrical conductors and equipment.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Avoid using metal objects, such as tools and ladders, near live electrical conductors.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Do not touch electrical equipment or conductors with wet hands or while standing on a wet or conductive surface.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Avoid overloading electrical circuits and never remove or bypass safety devices.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;If you suspect that equipment is damaged or not functioning properly, do not touch it and report the issue to your supervisor immediately.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Regularly inspect PPE and replace it if it is damaged or worn.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;If you come in contact with a live electrical conductor, do not panic. Try to remove yourself from the conductor as quickly and safely as possible and seek medical attention immediately.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 28pt; margin-top: 0pt;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Always follow established procedures and safety regulations when working near live electrical conductors.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 2.1; margin-bottom: 0pt; margin-top: 15pt;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;These safety tips are general guidelines and may vary depending on the specific requirements of the job site and the electrical system. It is important to be familiar with and follow all relevant safety standards and regulations.&lt;/span&gt;&lt;/p&gt;&lt;div&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='https://safetygurukul.blogspot.com/feeds/5462378219369660847/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://safetygurukul.blogspot.com/2023/02/working-near-high-voltage-and-extra.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/5462378219369660847'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/5462378219369660847'/><link rel='alternate' type='text/html' href='https://safetygurukul.blogspot.com/2023/02/working-near-high-voltage-and-extra.html' title='Working Near High Voltage and Extra Hign Voltage Conductors'/><author><name>Narendra Arya</name><uri>http://www.blogger.com/profile/05274105664901468001</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJQ_C-6vlqjQm18qsy4UwsM7dKK21amAjp0Z8hWr-7mJNHFRPC7lxZrgsfGm8vMO6nYBqhyLqPEHUw1qIE5vOvtiDKC4jdDeHutwJwE4urYFPAZD2MQmailWfS2iGFhJnPDF-mMPpuWJuaqvJqMqdFY2cywIKJsvY8lxAtRjykcuSrwQ/s220/Narendra_arya-removebg-Favicon.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9122151121349724808.post-2954274696778309741</id><published>2023-02-08T22:48:00.003-08:00</published><updated>2023-02-08T22:48:31.987-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Maintenance of Electrical sub-station"/><category scheme="http://www.blogger.com/atom/ns#" term="safety gurukul"/><category scheme="http://www.blogger.com/atom/ns#" term="Safety Manual"/><category scheme="http://www.blogger.com/atom/ns#" term="Switchyard and Switch boards"/><title type='text'>Maintenance of Electrical sub-station, Switchyard and Switch boards</title><content type='html'>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;span id=&quot;docs-internal-guid-1af54d7c-7fff-c42e-a32d-9f0c40661935&quot;&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 6pt; margin-top: 18pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Maintenance of Electrical sub-station, Switchyard and Switch boards&lt;/span&gt;&lt;/h2&gt;&lt;div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://live.staticflickr.com/3345/3639487285_25a487c19f_b.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;534&quot; data-original-width=&quot;800&quot; height=&quot;351&quot; src=&quot;https://live.staticflickr.com/3345/3639487285_25a487c19f_b.jpg&quot; width=&quot;527&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 2.1; margin-bottom: 15pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;The maintenance of electrical substations, switchyards, and switchboards is critical for ensuring the safe and reliable operation of the electrical power system. The following are some general provisions related to the maintenance of these electrical components:&lt;/span&gt;&lt;/p&gt;&lt;ol style=&quot;margin-bottom: 0; margin-top: 0; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 28pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Regular inspections: Regular inspections of electrical substations, switchyards, and switchboards should be conducted to identify any potential problems and take appropriate corrective actions.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Maintenance records: Maintenance records should be kept for each electrical component to ensure that all maintenance activities are properly documented and tracked.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Trained personnel: Only trained personnel should perform maintenance activities in electrical substations, switchyards, and switchboards.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Safety equipment: Personal protective equipment, such as rubber gloves and insulating mats, should be used by personnel performing maintenance activities.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Lockout/tagout procedures: Lockout/tagout procedures should be followed to ensure that the electrical equipment is safely de-energized before maintenance activities are performed.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Testing equipment: Testing equipment, such as insulation testers and multimeters, should be used to ensure that the electrical equipment is in good working condition after maintenance activities are completed.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Documentation: All maintenance activities should be properly documented, including the date, time, and personnel involved in the activity.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 28pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Emergency response plan: An emergency response plan should be in place to address any potential emergencies that may occur during maintenance activities.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 2.1; margin-bottom: 0pt; margin-top: 15pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;These are general provisions and may vary based on local regulations and the specific electrical equipment being maintained. It is recommended to consult with a professional and follow all relevant electrical safety guidelines to ensure the safety of personnel and the reliability of the electrical power system.&lt;/span&gt;&lt;/p&gt;&lt;div&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='https://safetygurukul.blogspot.com/feeds/2954274696778309741/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://safetygurukul.blogspot.com/2023/02/maintenance-of-electrical-sub-station.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/2954274696778309741'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/2954274696778309741'/><link rel='alternate' type='text/html' href='https://safetygurukul.blogspot.com/2023/02/maintenance-of-electrical-sub-station.html' title='Maintenance of Electrical sub-station, Switchyard and Switch boards'/><author><name>Narendra Arya</name><uri>http://www.blogger.com/profile/05274105664901468001</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJQ_C-6vlqjQm18qsy4UwsM7dKK21amAjp0Z8hWr-7mJNHFRPC7lxZrgsfGm8vMO6nYBqhyLqPEHUw1qIE5vOvtiDKC4jdDeHutwJwE4urYFPAZD2MQmailWfS2iGFhJnPDF-mMPpuWJuaqvJqMqdFY2cywIKJsvY8lxAtRjykcuSrwQ/s220/Narendra_arya-removebg-Favicon.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9122151121349724808.post-9161302742536512124</id><published>2023-02-08T22:45:00.001-08:00</published><updated>2023-02-08T22:45:48.504-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Operation on live electrical apparatus"/><category scheme="http://www.blogger.com/atom/ns#" term="safety gurukul"/><category scheme="http://www.blogger.com/atom/ns#" term="Safety Manual"/><title type='text'>Operation on live electrical apparatus</title><content type='html'>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;span id=&quot;docs-internal-guid-c0f5b29d-7fff-302e-b7ed-34e13b4054f8&quot;&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 6pt; margin-top: 18pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Operation on live electrical apparatus&lt;/span&gt;&lt;/h2&gt;&lt;div&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://machinerysafety101.com/wp-content/uploads/2016/07/electrical-machinery-300x200.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;200&quot; data-original-width=&quot;300&quot; height=&quot;200&quot; src=&quot;https://machinerysafety101.com/wp-content/uploads/2016/07/electrical-machinery-300x200.jpg&quot; width=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 2.1; margin-bottom: 15pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Operating on live electrical apparatus refers to performing work on electrical equipment that is still connected to a live electrical source. This type of work is dangerous and can result in electrical shock, burns, or other electrical hazards.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 2.1; margin-bottom: 15pt; margin-top: 15pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Here are some tips for operating on live electrical apparatus:&lt;/span&gt;&lt;/p&gt;&lt;ol style=&quot;margin-bottom: 0; margin-top: 0; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 28pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Obtain proper training: Workers must obtain proper training on electrical safety, including the use of personal protective equipment and electrical safety procedures.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Follow safety procedures: Follow all relevant electrical safety procedures and guidelines, including lockout/tagout procedures, when operating on live electrical apparatus.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Use appropriate personal protective equipment: Use appropriate personal protective equipment, such as rubber gloves and insulating mats, when working on or near live electrical equipment.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Isolate the electrical source: Isolate the electrical source by turning off the power or removing the fuses before performing any work on live electrical apparatus.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Check equipment before use: Inspect all electrical equipment before use to ensure that it is in good working condition and free of defects.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Use appropriate tools: Use appropriate tools, such as insulated tools, when performing work on live electrical apparatus.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Keep equipment grounded: Ensure that all electrical equipment is properly grounded to reduce the risk of electrical shock.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 28pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Have a qualified person present: Have a qualified person present who is familiar with the electrical equipment and the safety procedures involved when operating on live electrical apparatus.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 2.1; margin-bottom: 0pt; margin-top: 15pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;These are general guidelines and may vary based on local regulations and the specific electrical equipment being used. It is recommended to consult with a professional and follow all relevant electrical safety guidelines to ensure the safety of workers.&lt;/span&gt;&lt;/p&gt;&lt;div&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='https://safetygurukul.blogspot.com/feeds/9161302742536512124/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://safetygurukul.blogspot.com/2023/02/operation-on-live-electrical-apparatus.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/9161302742536512124'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/9161302742536512124'/><link rel='alternate' type='text/html' href='https://safetygurukul.blogspot.com/2023/02/operation-on-live-electrical-apparatus.html' title='Operation on live electrical apparatus'/><author><name>Narendra Arya</name><uri>http://www.blogger.com/profile/05274105664901468001</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJQ_C-6vlqjQm18qsy4UwsM7dKK21amAjp0Z8hWr-7mJNHFRPC7lxZrgsfGm8vMO6nYBqhyLqPEHUw1qIE5vOvtiDKC4jdDeHutwJwE4urYFPAZD2MQmailWfS2iGFhJnPDF-mMPpuWJuaqvJqMqdFY2cywIKJsvY8lxAtRjykcuSrwQ/s220/Narendra_arya-removebg-Favicon.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9122151121349724808.post-8943199417105810697</id><published>2023-02-08T22:42:00.001-08:00</published><updated>2023-02-08T22:42:52.708-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Guarding of Live Apparatus"/><category scheme="http://www.blogger.com/atom/ns#" term="safety gurukul"/><category scheme="http://www.blogger.com/atom/ns#" term="Safety Manual"/><title type='text'>Guarding of Live Apparatus</title><content type='html'>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;span id=&quot;docs-internal-guid-9555d16a-7fff-82e2-32de-01ebf18b8571&quot;&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 6pt; margin-left: 36pt; margin-top: 18pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Guarding of Live Apparatus&lt;/span&gt;&lt;/h2&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-left: 36pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/4/4d/Point_Guarding.jpg/320px-Point_Guarding.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;240&quot; data-original-width=&quot;320&quot; height=&quot;240&quot; src=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/4/4d/Point_Guarding.jpg/320px-Point_Guarding.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 2.1; margin-bottom: 15pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Guarding of live apparatus refers to the measures taken to physically protect workers from electrical shock, burns, and other electrical hazards when working on or near live electrical equipment. This can include installing barriers or insulation around the equipment, and using personal protective equipment.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 2.1; margin-bottom: 15pt; margin-top: 15pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Here are some tips for guarding live apparatus:&lt;/span&gt;&lt;/p&gt;&lt;ol style=&quot;margin-bottom: 0; margin-top: 0; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 28pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Install barriers: Install physical barriers, such as electrical cabinets, around live electrical equipment to prevent accidental contact.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Use insulating materials: Use insulating materials, such as insulating blankets, mats, and gloves, to protect workers from electrical shock and burns when working on or near live electrical equipment.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Label equipment: Label all live electrical equipment with warning signs, including voltage and maximum fault current, to alert workers to the potential dangers.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Conduct regular inspections: Regularly inspect electrical equipment and its surrounding area for potential hazards and take appropriate corrective actions.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Provide training: Provide workers with proper training on electrical safety, including the use of personal protective equipment and electrical safety procedures, and ensure that they understand the dangers associated with live electrical equipment.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Maintain equipment: Regularly maintain electrical equipment to ensure that it is in good working condition and free of defects.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 28pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Implement lockout/tagout procedures: Implement lockout/tagout procedures to prevent the accidental energization of electrical equipment during maintenance or repair.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 2.1; margin-bottom: 0pt; margin-top: 15pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;These are general guidelines and may vary based on local regulations and the specific electrical equipment being used. It is recommended to consult with a professional and follow all relevant electrical safety guidelines to ensure the safety of workers.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='https://safetygurukul.blogspot.com/feeds/8943199417105810697/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://safetygurukul.blogspot.com/2023/02/guarding-of-live-apparatus.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/8943199417105810697'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/8943199417105810697'/><link rel='alternate' type='text/html' href='https://safetygurukul.blogspot.com/2023/02/guarding-of-live-apparatus.html' title='Guarding of Live Apparatus'/><author><name>Narendra Arya</name><uri>http://www.blogger.com/profile/05274105664901468001</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJQ_C-6vlqjQm18qsy4UwsM7dKK21amAjp0Z8hWr-7mJNHFRPC7lxZrgsfGm8vMO6nYBqhyLqPEHUw1qIE5vOvtiDKC4jdDeHutwJwE4urYFPAZD2MQmailWfS2iGFhJnPDF-mMPpuWJuaqvJqMqdFY2cywIKJsvY8lxAtRjykcuSrwQ/s220/Narendra_arya-removebg-Favicon.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9122151121349724808.post-4908278270966990416</id><published>2023-02-08T22:20:00.005-08:00</published><updated>2023-02-08T22:33:53.421-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="safe working clearance in electrical work"/><category scheme="http://www.blogger.com/atom/ns#" term="Safety Manual"/><title type='text'>Safe Working Clearance in Electrical Work</title><content type='html'>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;span id=&quot;docs-internal-guid-aff7e2da-7fff-3f63-c85e-ed846b634d65&quot;&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.38; margin-bottom: 6pt; margin-left: 36pt; margin-top: 18pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Arial;&quot;&gt;&lt;span style=&quot;font-size: 21.3333px; white-space: pre-wrap;&quot;&gt;Safe Working Clearance in Electrical Work&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://www.jayrotackle.com.au/wp-content/uploads/2021/02/level-2-electrician-4.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;485&quot; data-original-width=&quot;730&quot; height=&quot;370&quot; src=&quot;https://www.jayrotackle.com.au/wp-content/uploads/2021/02/level-2-electrician-4.jpg&quot; width=&quot;557&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 2.1; margin-bottom: 15pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Safe working clearance in electrical work refers to the minimum distance that must be maintained between a worker and an electrical conductor or other electrical equipment to avoid electrical shock, burns, or other electrical hazards. The safe working clearance depends on several factors, including the voltage of the electrical equipment, the type of work being performed, and the personal protective equipment being used by the worker.&lt;/span&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 2.1; margin-bottom: 15pt; margin-top: 15pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Here are some general guidelines for safe working clearance in electrical work:&lt;/span&gt;&lt;/p&gt;&lt;ol style=&quot;margin-bottom: 0px; margin-top: 0px; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 28pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Low voltage systems (up to 600 volts): For low voltage systems, a minimum working clearance of 3 feet is recommended.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;High voltage systems (over 600 volts): For high voltage systems, a minimum working clearance of 10 feet is recommended.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Live electrical equipment: When working on or near live electrical equipment, a minimum working clearance of 4 feet is recommended.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Insulated tools: When using insulated tools, the safe working clearance can be reduced to the insulation rating of the tools.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.38; margin-bottom: 28pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Personal protective equipment: The safe working clearance can be reduced if the worker is wearing appropriate personal protective equipment, such as rubber gloves and insulating mats.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 2.1; margin-bottom: 0pt; margin-top: 15pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;These are general guidelines and may vary based on local regulations and the specific electrical equipment being used. It is recommended to consult with a professional and follow all relevant electrical safety guidelines to ensure the safety of workers.&lt;/span&gt;&lt;/p&gt;&lt;div&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='https://safetygurukul.blogspot.com/feeds/4908278270966990416/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://safetygurukul.blogspot.com/2023/02/safe-working-clearance-in-electrical.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/4908278270966990416'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/4908278270966990416'/><link rel='alternate' type='text/html' href='https://safetygurukul.blogspot.com/2023/02/safe-working-clearance-in-electrical.html' title='Safe Working Clearance in Electrical Work'/><author><name>Narendra Arya</name><uri>http://www.blogger.com/profile/05274105664901468001</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJQ_C-6vlqjQm18qsy4UwsM7dKK21amAjp0Z8hWr-7mJNHFRPC7lxZrgsfGm8vMO6nYBqhyLqPEHUw1qIE5vOvtiDKC4jdDeHutwJwE4urYFPAZD2MQmailWfS2iGFhJnPDF-mMPpuWJuaqvJqMqdFY2cywIKJsvY8lxAtRjykcuSrwQ/s220/Narendra_arya-removebg-Favicon.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9122151121349724808.post-5448951915067385027</id><published>2023-02-08T22:17:00.002-08:00</published><updated>2023-02-08T22:17:38.891-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Safety in Switchboards"/><category scheme="http://www.blogger.com/atom/ns#" term="Safety Manual"/><title type='text'>Safety in Switchboards</title><content type='html'>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;span id=&quot;docs-internal-guid-6e29acdb-7fff-df87-c524-4da4b2c632b1&quot;&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 1.8; margin-bottom: 6pt; margin-top: 18pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; font-weight: 400; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Safety in Switchboards&lt;/span&gt;&lt;/h2&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.7999999999999998; margin-bottom: 15pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://th.bing.com/th/id/OIP.t9lgUrGw95VVrAdZ_gmXqAHaFj?pid=ImgDet&amp;amp;rs=1&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;355&quot; data-original-width=&quot;474&quot; height=&quot;355&quot; src=&quot;https://th.bing.com/th/id/OIP.t9lgUrGw95VVrAdZ_gmXqAHaFj?pid=ImgDet&amp;amp;rs=1&quot; width=&quot;474&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.7999999999999998; margin-bottom: 15pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Here are some tips for ensuring safety in switchboards:&lt;/span&gt;&lt;/p&gt;&lt;ol style=&quot;margin-bottom: 0; margin-top: 0; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.7999999999999998; margin-bottom: 0pt; margin-top: 28pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Proper training: Ensure that all workers receive proper training on electrical safety, including the use of personal protective equipment and electrical safety procedures.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.7999999999999998; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Hazard identification: Regularly assess the switchboard for potential hazards, such as electrical safety, fire risks, and physical hazards, and identify these hazards and take steps to eliminate or mitigate them.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.7999999999999998; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Personal protective equipment: Provide workers with appropriate personal protective equipment, such as rubber gloves, insulating mats, and flash protection, and ensure that they are trained on how to use this equipment properly.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.7999999999999998; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Electrical safety: Ensure that electrical equipment is properly installed and maintained, and that workers are trained on electrical safety procedures.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.7999999999999998; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Fire protection: Install fire protection systems, such as fire extinguishers, alarms, and sprinklers, and ensure that they are regularly maintained.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.7999999999999998; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Access control: Implement access control procedures to restrict unauthorized access to the switchboard.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.7999999999999998; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Emergency response: Establish an emergency response plan for the switchboard, including procedures for electrical emergencies, fires, and evacuations, and ensure that workers are trained on this plan.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.7999999999999998; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Regular inspections: Conduct regular safety inspections of the switchboard, including electrical equipment and fire protection systems, to identify and correct potential hazards.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 1.7999999999999998; margin-bottom: 28pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Record keeping: Maintain accurate records of electrical equipment inspections and maintenance, and ensure that these records are readily accessible.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 1.7999999999999998; margin-bottom: 0pt; margin-top: 15pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;This list is not exhaustive and may vary based on the type of switchboard and local regulations. It is recommended to consult with a professional to ensure that all relevant safety measures are in place.&lt;/span&gt;&lt;/p&gt;&lt;div&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='https://safetygurukul.blogspot.com/feeds/5448951915067385027/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://safetygurukul.blogspot.com/2023/02/safety-in-switchboards.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/5448951915067385027'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/5448951915067385027'/><link rel='alternate' type='text/html' href='https://safetygurukul.blogspot.com/2023/02/safety-in-switchboards.html' title='Safety in Switchboards'/><author><name>Narendra Arya</name><uri>http://www.blogger.com/profile/05274105664901468001</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJQ_C-6vlqjQm18qsy4UwsM7dKK21amAjp0Z8hWr-7mJNHFRPC7lxZrgsfGm8vMO6nYBqhyLqPEHUw1qIE5vOvtiDKC4jdDeHutwJwE4urYFPAZD2MQmailWfS2iGFhJnPDF-mMPpuWJuaqvJqMqdFY2cywIKJsvY8lxAtRjykcuSrwQ/s220/Narendra_arya-removebg-Favicon.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9122151121349724808.post-2266248023015891885</id><published>2023-02-08T21:22:00.003-08:00</published><updated>2023-02-08T21:22:57.774-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Safety in Switch Yard"/><category scheme="http://www.blogger.com/atom/ns#" term="Safety Manual"/><title type='text'>Safety in Switch Yard</title><content type='html'>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;span id=&quot;docs-internal-guid-154dbb72-7fff-1911-8279-a006947bf281&quot;&gt;&lt;h2 dir=&quot;ltr&quot; style=&quot;line-height: 2.1; margin-bottom: 6pt; margin-top: 15pt; text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 16pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Safety in Switch Yard&lt;/span&gt;&lt;/h2&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 2.1; margin-bottom: 15pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/1/11/Switch_Yard_TrueEnergy_BF001.jpg/800px-Switch_Yard_TrueEnergy_BF001.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;600&quot; data-original-width=&quot;800&quot; height=&quot;398&quot; src=&quot;https://upload.wikimedia.org/wikipedia/commons/thumb/1/11/Switch_Yard_TrueEnergy_BF001.jpg/800px-Switch_Yard_TrueEnergy_BF001.jpg&quot; width=&quot;531&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 2.1; margin-bottom: 15pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Here are some tips for ensuring safety in a switchyard:&lt;/span&gt;&lt;/p&gt;&lt;ol style=&quot;margin-bottom: 0; margin-top: 0; padding-inline-start: 48px;&quot;&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 2.1; margin-bottom: 0pt; margin-top: 28pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Proper training: Ensure that all workers receive proper training on electrical safety, including the use of personal protective equipment and electrical safety procedures.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 2.1; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Hazard identification: Regularly assess the switchyard for potential hazards, such as electrical safety, fire risks, and physical hazards, and identify these hazards and take steps to eliminate or mitigate them.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 2.1; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Personal protective equipment: Provide workers with appropriate personal protective equipment, such as rubber gloves, insulating mats, and flash protection, and ensure that they are trained on how to use this equipment properly.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 2.1; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Electrical safety: Ensure that electrical equipment is properly installed and maintained, and that workers are trained on electrical safety procedures.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 2.1; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Fire protection: Install fire protection systems, such as fire extinguishers, alarms, and sprinklers, and ensure that they are regularly maintained.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 2.1; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Access control: Implement access control procedures to restrict unauthorized access to the switchyard.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 2.1; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Emergency response: Establish an emergency response plan for the switchyard, including procedures for electrical emergencies, fires, and evacuations, and ensure that workers are trained on this plan.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 2.1; margin-bottom: 0pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Regular inspections: Conduct regular safety inspections of the switchyard, including electrical equipment and fire protection systems, to identify and correct potential hazards.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li aria-level=&quot;1&quot; dir=&quot;ltr&quot; style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; list-style-type: decimal; vertical-align: baseline; white-space: pre;&quot;&gt;&lt;p dir=&quot;ltr&quot; role=&quot;presentation&quot; style=&quot;line-height: 2.1; margin-bottom: 28pt; margin-top: 0pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;Record keeping: Maintain accurate records of electrical equipment inspections and maintenance, and ensure that these records are readily accessible.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p dir=&quot;ltr&quot; style=&quot;line-height: 2.1; margin-bottom: 0pt; margin-top: 15pt; text-align: justify;&quot;&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;This list is not exhaustive and may vary based on the type of switchyard and local regulations. It is recommended to consult with a professional to ensure that all relevant safety measures are in place.&lt;/span&gt;&lt;/p&gt;&lt;div&gt;&lt;span style=&quot;font-family: Arial; font-size: 10.5pt; font-variant-east-asian: normal; font-variant-numeric: normal; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='https://safetygurukul.blogspot.com/feeds/2266248023015891885/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://safetygurukul.blogspot.com/2023/02/safety-in-switch-yard.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/2266248023015891885'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/9122151121349724808/posts/default/2266248023015891885'/><link rel='alternate' type='text/html' href='https://safetygurukul.blogspot.com/2023/02/safety-in-switch-yard.html' title='Safety in Switch Yard'/><author><name>Narendra Arya</name><uri>http://www.blogger.com/profile/05274105664901468001</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJQ_C-6vlqjQm18qsy4UwsM7dKK21amAjp0Z8hWr-7mJNHFRPC7lxZrgsfGm8vMO6nYBqhyLqPEHUw1qIE5vOvtiDKC4jdDeHutwJwE4urYFPAZD2MQmailWfS2iGFhJnPDF-mMPpuWJuaqvJqMqdFY2cywIKJsvY8lxAtRjykcuSrwQ/s220/Narendra_arya-removebg-Favicon.png'/></author><thr:total>0</thr:total></entry></feed>