{"id":2145,"date":"2025-08-21T18:33:01","date_gmt":"2025-08-21T12:03:01","guid":{"rendered":"https:\/\/sdssmyanmar.org\/?page_id=2145"},"modified":"2025-11-22T13:22:27","modified_gmt":"2025-11-22T06:52:27","slug":"diamond-jubilee","status":"publish","type":"page","link":"https:\/\/sdssmyanmar.org\/en\/diamond-jubilee\/","title":{"rendered":"Diamond Jubilee"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2145\" class=\"elementor elementor-2145\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b1891b6 e-flex e-con-boxed e-con e-parent\" data-id=\"b1891b6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eb4cfb8 elementor-widget elementor-widget-html\" data-id=\"eb4cfb8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>75th Anniversary Competitions<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        :root {\n            --primary-blue: #0a1f44;\n            --accent-gold: #d4af37;\n            --secondary-blue: #1e3a8a;\n            --light-gold: #f8e9a9;\n            --light-blue: #e6f0ff;\n            --white: #ffffff;\n            --gray: #f5f5f5;\n            --dark-gray: #333333;\n            --card-hover: #f0f7ff;\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--dark-gray);\n            background: linear-gradient(135deg, var(--light-blue) 0%, var(--white) 100%);\n            background-attachment: fixed;\n        }\n\n        .competitions-page {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .song-link-text {\n            color: #e74c3c;\n            text-decoration: none;\n            font-weight: 500;\n            padding: 2px 5px;\n            border-radius: 4px;\n            transition: all 0.3s ease;\n        }\n        .songs-section {\n    background: var(--white);\n    border-radius: 12px;\n    margin: 30px 0;\n    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);\n    overflow: hidden;\n}\n\n.songs-section summary {\n    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);\n    color: var(--white);\n    padding: 20px 25px;\n    font-size: 1.3rem;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n}\n\n.songs-section summary::-webkit-details-marker {\n    display: none;\n}\n\n.songs-section summary::after {\n    content: \"\u25bc\";\n    font-size: 1rem;\n    margin-left: auto;\n    transition: transform 0.3s ease;\n}\n\n.songs-section[open] summary::after {\n    transform: rotate(180deg);\n}\n\n.songs-section .songs-content {\n    padding: 25px;\n}\n\n        .song-link-text:hover {\n            color: #c0392b;\n            background: #f9f9f9;\n            text-decoration: underline;\n        }\n\n        .anniversary-banner {\n            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);\n            color: var(--white);\n            text-align: center;\n            padding: 30px;\n            border-radius: 12px;\n            margin-bottom: 40px;\n            position: relative;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(10, 31, 68, 0.15);\n        }\n\n        .anniversary-banner::before {\n            content: \"75\";\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n            font-size: 200px;\n            font-weight: 900;\n            opacity: 0.1;\n            color: var(--light-gold);\n            z-index: 0;\n        }\n\n        \/* Popup Styles *\/\n        .songs-popup {\n            display: none;\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 0, 0, 0.7);\n            z-index: 1000;\n            overflow-y: auto;\n        }\n\n        .songs-popup.active {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .popup-content {\n            background: white;\n            border-radius: 15px;\n            width: 90%;\n            max-width: 1200px;\n            max-height: 90vh;\n            overflow-y: auto;\n            box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);\n        }\n\n        .popup-header {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 20px 25px;\n            border-bottom: 1px solid #e1e5e9;\n            background: #f8f9fa;\n            border-radius: 15px 15px 0 0;\n        }\n\n        .popup-header h3 {\n            margin: 0;\n            color: #2c3e50;\n        }\n\n        .close-popup {\n            background: none;\n            border: none;\n            font-size: 1.5em;\n            color: #6c757d;\n            cursor: pointer;\n            padding: 5px;\n            border-radius: 50%;\n            transition: all 0.3s ease;\n        }\n\n        .close-popup:hover {\n            background: #e9ecef;\n            color: #dc3545;\n        }\n\n        .popup-body {\n            padding: 25px;\n        }\n\n        \/* Load More Button Styles *\/\n        .load-more-container {\n            text-align: center;\n            margin-top: 20px;\n        }\n\n        .load-more-btn {\n            padding: 10px 20px;\n            background: linear-gradient(135deg, #667eea, #764ba2);\n            color: white;\n            border: none;\n            border-radius: 25px;\n            cursor: pointer;\n            font-weight: 500;\n            transition: all 0.3s ease;\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n        }\n\n        .load-more-btn:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);\n        }\n\n        \/* Make grid responsive for popup *\/\n        .popup-body .songs-grid {\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            gap: 20px;\n        }\n\n        .language-tabs {\n            display: flex;\n            gap: 5px;\n            margin-bottom: 20px;\n            flex-wrap: wrap;\n            background: #f8f9fa;\n            padding: 10px;\n            border-radius: 10px;\n        }\n\n        .view-more-container {\n            text-align: center;\n            margin-top: 20px;\n        }\n\n        .view-more-btn {\n            background: #4CAF50;\n            color: white;\n            border: none;\n            padding: 10px 20px;\n            border-radius: 5px;\n            cursor: pointer;\n            font-size: 14px;\n        }\n\n        .view-more-btn:hover {\n            background: #45a049;\n        }\n\n        .tab-button {\n            padding: 8px 16px;\n            border: none;\n            background: white;\n            border-radius: 20px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            font-weight: 500;\n            border: 2px solid transparent;\n        }\n\n        .tab-button.active {\n            background: #667eea;\n            color: white;\n            border-color: #667eea;\n        }\n\n        .tab-button:hover:not(.active) {\n            background: #e9ecef;\n        }\n\n        .song-category {\n            display: none;\n        }\n\n        .song-category.active {\n            display: block;\n        }\n\n        .song-category h4 {\n            color: #2c3e50;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .songs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 15px;\n        }\n\n        .song-card {\n            background: white;\n            border-radius: 12px;\n            padding: 15px;\n            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);\n            border: 1px solid #e1e5e9;\n            transition: all 0.3s ease;\n        }\n\n        .song-card:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);\n        }\n\n        .song-header {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            margin-bottom: 8px;\n        }\n\n        .song-header h5 {\n            margin: 0;\n            flex: 1;\n            color: #2c3e50;\n        }\n\n        .song-header i {\n            color: #667eea;\n        }\n\n        .song-badge {\n            background: #ff6b6b;\n            color: white;\n            padding: 2px 8px;\n            border-radius: 10px;\n            font-size: 0.7em;\n            font-weight: bold;\n        }\n\n        .song-desc {\n            color: #7f8c8d;\n            font-size: 0.85em;\n            margin-bottom: 12px;\n        }\n\n        .song-actions {\n            display: flex;\n            gap: 8px;\n        }\n\n        .btn-youtube {\n            flex: 1;\n            padding: 6px 12px;\n            background: #ff0000;\n            color: white;\n            text-decoration: none;\n            border-radius: 6px;\n            font-size: 0.8em;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 5px;\n            transition: all 0.3s ease;\n        }\n\n        .btn-youtube:hover {\n            background: #cc0000;\n            transform: scale(1.05);\n        }\n\n        .songs-subtitle {\n            color: #7f8c8d;\n            text-align: center;\n            margin-bottom: 20px;\n        }\n\n        .title {\n            position: relative;\n            z-index: 1;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n\n        .title h1 {\n            font-size: 2.8rem;\n            margin-bottom: 10px;\n            color: var(--light-gold);\n        }\n\n        .title p {\n            font-size: 1.3rem;\n            color: var(--light-gold);\n            font-weight: 500;\n            max-width: 700px;\n            margin: 0 auto;\n        }\n\n        .intro {\n            text-align: center;\n            margin-bottom: 50px;\n            padding: 30px;\n            background-color: var(--white);\n            border-radius: 12px;\n            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);\n            border-left: 5px solid var(--accent-gold);\n        }\n\n        .intro p {\n            font-size: 1.2rem;\n            max-width: 800px;\n            margin: 0 auto;\n            color: var(--primary-blue);\n        }\n\n        .cards-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));\n            gap: 30px;\n            margin-bottom: 50px;\n        }\n\n        .competition-card {\n            background: var(--white);\n            padding: 30px;\n            border-radius: 12px;\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .competition-card::after {\n            content: \"\";\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 100%;\n            height: 5px;\n            \n            background: linear-gradient(90deg, var(--primary-blue), var(--accent-gold));\n        }\n\n        .songs-library-btn {\n    background: linear-gradient(135deg, var(--accent-gold) 0%, #e6c12e 100%);\n    color: var(--primary-blue);\n    border: none;\n    padding: 18px 40px;\n    border-radius: 50px;\n    font-size: 1.2rem;\n    font-weight: 700;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);\n    display: inline-flex;\n    align-items: center;\n    gap: 12px;\n}\n\n.songs-library-btn:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.4);\n    background: linear-gradient(135deg, #e6c12e 0%, var(--accent-gold) 100%);\n}\n\n.songs-button-section {\n    text-align: center;\n    margin: 40px 0;\n}\n\n        .competition-card:hover {\n            transform: translateY(-7px);\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);\n        }\n\n        .competition-card h2 {\n            margin-bottom: 25px;\n            color: var(--primary-blue);\n            font-size: 1.8rem;\n            display: flex;\n            align-items: center;\n            padding-bottom: 15px;\n            border-bottom: 2px solid var(--light-gold);\n        }\n\n        .competition-card h2 i {\n            margin-right: 15px;\n            color: var(--accent-gold);\n            font-size: 1.5rem;\n        }\n\n        .competition-list {\n            list-style-type: none;\n        }\n\n        .competition-item {\n            display: flex;\n            align-items: center;\n            padding: 15px;\n            margin: 10px 0;\n            border-radius: 8px;\n            background: var(--gray);\n            transition: all 0.3s ease;\n            cursor: pointer;\n            border-left: 4px solid var(--accent-gold);\n        }\n\n        .competition-item:hover {\n            background: var(--card-hover);\n            transform: translateX(5px);\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n        }\n\n        .competition-item::after {\n            content: \"\u203a\";\n            margin-left: auto;\n            font-size: 24px;\n            color: var(--accent-gold);\n            font-weight: bold;\n        }\n\n        .competition-name {\n            font-weight: 600;\n            color: var(--primary-blue);\n        }\n\n        .seva-activities {\n            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);\n            padding: 40px;\n            border-radius: 12px;\n            margin-bottom: 50px;\n            color: var(--white);\n            box-shadow: 0 10px 30px rgba(10, 31, 68, 0.15);\n        }\n\n        .seva-activities h2 {\n            text-align: center;\n            margin-bottom: 30px;\n            color: var(--light-gold);\n            font-size: 2rem;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n        }\n\n        .seva-activities h2 i {\n            margin-right: 15px;\n            color: var(--accent-gold);\n        }\n\n        .seva-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            list-style-type: none;\n        }\n\n        .seva-item {\n            background: rgba(255, 255, 255, 0.1);\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            font-size: 1.1rem;\n            backdrop-filter: blur(5px);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .seva-item:hover {\n            transform: translateY(-5px);\n            background: rgba(255, 255, 255, 0.15);\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\n        }\n\n        .registration {\n            text-align: center;\n            margin-bottom: 50px;\n            padding: 50px;\n            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);\n            border-radius: 12px;\n            color: var(--white);\n            box-shadow: 0 10px 30px rgba(10, 31, 68, 0.15);\n        }\n\n        .registration h2 {\n            font-size: 2.2rem;\n            margin-bottom: 20px;\n            color: var(--light-gold);\n        }\n\n        .registration p {\n            max-width: 700px;\n            margin: 0 auto 30px;\n            font-size: 1.2rem;\n        }\n\n        .btn-register {\n            display: inline-block;\n            background: var(--accent-gold);\n            color: var(--primary-blue);\n            padding: 16px 40px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: bold;\n            font-size: 1.1rem;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);\n            border: 2px solid var(--accent-gold);\n        }\n\n        .btn-register:hover {\n            background: transparent;\n            color: var(--accent-gold);\n            transform: translateY(-3px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);\n        }\n\n        .contact {\n            text-align: center;\n            padding: 30px;\n            background: var(--white);\n            border-radius: 12px;\n            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);\n        }\n\n        .contact p {\n            margin-bottom: 10px;\n            color: var(--primary-blue);\n            font-size: 1.1rem;\n        }\n\n        .contact p:first-child {\n            font-weight: bold;\n            color: var(--secondary-blue);\n            font-size: 1.2rem;\n        }\n\n        .download-btn {\n            display: inline-block;\n            background: var(--accent-gold);\n            color: var(--primary-blue);\n            padding: 12px 24px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: bold;\n            font-size: 1rem;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);\n            border: 2px solid var(--accent-gold);\n            margin-top: 20px;\n            margin-bottom: 20px;\n            text-align: center;\n        }\n\n        .download-btn:hover {\n            background: transparent;\n            color: var(--accent-gold);\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);\n        }\n\n        .modal {\n            display: none;\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background-color: rgba(0, 0, 0, 0.7);\n            z-index: 1000;\n            justify-content: center;\n            align-items: center;\n            padding: 20px;\n        }\n\n        .modal-content {\n            background-color: var(--white);\n            padding: 35px;\n            border-radius: 12px;\n            max-width: 900px;\n            width: 100%;\n            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);\n            position: relative;\n            max-height: 90vh;\n            overflow-y: auto;\n            animation: modalAppear 0.3s ease-out;\n        }\n\n        .close-modal {\n            position: absolute;\n            top: 15px;\n            right: 15px;\n            font-size: 28px;\n            cursor: pointer;\n            color: var(--dark-gray);\n            background: var(--light-gold);\n            width: 40px;\n            height: 40px;\n            border-radius: 50%;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            transition: all 0.3s ease;\n        }\n\n        .close-modal:hover {\n            background: var(--accent-gold);\n            transform: rotate(90deg);\n        }\n\n        .modal-header {\n            margin-bottom: 25px;\n            padding-bottom: 15px;\n            border-bottom: 2px solid var(--light-gold);\n        }\n\n        .modal-header h2 {\n            color: var(--primary-blue);\n            font-size: 2rem;\n            margin-bottom: 10px;\n        }\n\n        .modal-header p {\n            color: var(--secondary-blue);\n            font-size: 1.1rem;\n        }\n\n        .modal-section {\n            margin-bottom: 25px;\n        }\n\n        .modal-section h3 {\n            color: var(--primary-blue);\n            font-size: 1.4rem;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n        }\n\n        .modal-section h3 i {\n            margin-right: 10px;\n            color: var(--accent-gold);\n        }\n\n        .modal-section p,\n        .modal-section ul {\n            margin-bottom: 15px;\n            font-size: 1.05rem;\n            line-height: 1.6;\n        }\n\n        .modal-section ul {\n            padding-left: 20px;\n        }\n\n        .modal-section li {\n            margin-bottom: 8px;\n            position: relative;\n        }\n\n        .modal-section li:before {\n            content: \"\u2022\";\n            color: var(--accent-gold);\n            font-weight: bold;\n            display: inline-block;\n            width: 1em;\n            margin-left: -1em;\n        }\n\n        .video-tutorial {\n            margin: 25px 0;\n            background: var(--light-blue);\n            padding: 20px;\n            border-radius: 8px;\n            border-left: 4px solid var(--accent-gold);\n        }\n\n        .video-tutorial h3 {\n            color: var(--primary-blue);\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            font-size: 1.4rem;\n        }\n\n        .video-tutorial h3 i {\n            margin-right: 10px;\n            color: var(--accent-gold);\n        }\n\n        .video-container {\n            position: relative;\n            padding-bottom: 56.25%;\n            height: 0;\n            overflow: hidden;\n            border-radius: 8px;\n            background: var(--dark-gray);\n        }\n\n        .video-container video,\n        .video-container iframe,\n        .video-container img {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            border-radius: 8px;\n        }\n\n        .video-placeholder {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            color: white;\n            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);\n        }\n\n        .video-placeholder i {\n            font-size: 3rem;\n            margin-bottom: 15px;\n        }\n\n        .video-note {\n            font-size: 0.9rem;\n            margin-top: 10px;\n            color: var(--dark-gray);\n            font-style: italic;\n            text-align: center;\n        }\n\n        .modal-actions {\n            display: flex;\n            gap: 15px;\n            justify-content: center;\n            margin-top: 30px;\n        }\n\n        .essay-tips {\n            background: var(--light-gold);\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border-left: 4px solid var(--accent-gold);\n        }\n\n        .essay-tips h4 {\n            color: var(--primary-blue);\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n\n        .essay-tips h4 i {\n            margin-right: 10px;\n            color: var(--accent-gold);\n        }\n\n        .topics-list {\n            columns: 2;\n            column-gap: 20px;\n        }\n\n        .topics-list li {\n            break-inside: avoid;\n            \/* margin-bottom: 8px; *\/\n        }\n\n        @media (max-width: 768px) {\n            .btn-register {\n                text-align: center;\n                width: 100%;\n                display: block;\n                margin-left: auto;\n                margin-right: auto;\n            }\n\n            .competitions-page {\n                padding: 10px 2px;\n                \/* Reduce left\/right padding *\/\n            }\n\n            .cards-container {\n                grid-template-columns: 1fr;\n                gap: 8px;\n                margin-bottom: 16px;\n                padding: 0;\n            }\n\n            .competition-card {\n                padding: 20px;\n                margin: 0;\n                border-radius: 8px;\n                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);\n            }\n\n            .title h1 {\n                font-size: 2.2rem;\n            }\n\n            .title p {\n                font-size: 1.1rem;\n            }\n\n            .anniversary-banner::before {\n                font-size: 150px;\n            }\n\n            .registration {\n                padding: 30px 20px;\n            }\n\n            .seva-activities {\n                padding: 30px 20px;\n            }\n\n            .modal-content {\n                padding: 25px 20px;\n            }\n\n            .modal-actions {\n                flex-direction: column;\n            }\n\n            .topics-list {\n                columns: 1;\n            }\n        }\n\n        .diamond-badge {\n            position: absolute;\n            top: -20px;\n            right: -20px;\n            width: 80px;\n            height: 80px;\n            background: var(--accent-gold);\n            color: var(--primary-blue);\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            font-weight: bold;\n            font-size: 1.2rem;\n            transform: rotate(45deg);\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\n        }\n\n        .diamond-badge span {\n            transform: rotate(-45deg);\n        }\n\n        .yoga-banner-container {\n            max-width: 100%;\n            margin: 30px 0;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n\n        .clickable-yoga-banner {\n            display: block;\n            text-decoration: none;\n            background: linear-gradient(135deg, #6a89cc 0%, #b8e994 100%);\n            border-radius: 15px;\n            padding: 50px 30px;\n            text-align: center;\n            color: white;\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n            border: 3px solid transparent;\n            cursor: pointer;\n        }\n\n        .clickable-yoga-banner:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);\n            border-color: rgba(255, 255, 255, 0.4);\n            background: linear-gradient(135deg, #5a79bc 0%, #a8e084 100%);\n        }\n\n        .clickable-yoga-banner:active {\n            transform: translateY(-2px);\n        }\n\n        .banner-title {\n            font-size: 2.8rem;\n            font-weight: 700;\n            margin-bottom: 15px;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n\n        .banner-subtitle {\n            font-size: 1.4rem;\n            margin-bottom: 20px;\n            opacity: 0.95;\n            font-weight: 500;\n        }\n\n        .banner-highlight {\n            background: rgba(255, 255, 255, 0.2);\n            padding: 20px 30px;\n            border-radius: 12px;\n            display: inline-block;\n            margin-bottom: 25px;\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.3);\n            transition: all 0.3s ease;\n        }\n\n        .clickable-yoga-banner:hover .banner-highlight {\n            background: rgba(255, 255, 255, 0.25);\n            transform: scale(1.02);\n        }\n\n        .banner-dates {\n            font-size: 1.6rem;\n            font-weight: 600;\n            margin-bottom: 8px;\n        }\n\n        .banner-location {\n            font-size: 1.2rem;\n            margin-bottom: 0;\n            opacity: 0.9;\n        }\n\n        .banner-cta-text {\n            font-size: 1.1rem;\n            opacity: 0.9;\n            font-style: italic;\n            margin-top: 20px;\n            transition: all 0.3s ease;\n        }\n\n        .clickable-yoga-banner:hover .banner-cta-text {\n            opacity: 1;\n            transform: translateY(-2px);\n        }\n\n        .banner-decoration {\n            position: absolute;\n            font-size: 8rem;\n            opacity: 0.1;\n            transition: all 0.3s ease;\n        }\n\n        .clickable-yoga-banner:hover .banner-decoration {\n            opacity: 0.15;\n        }\n\n        .decoration-1 {\n            top: 20px;\n            left: 30px;\n        }\n\n        .decoration-2 {\n            bottom: 20px;\n            right: 30px;\n        }\n\n        .banner-limited {\n            background: #e55039;\n            color: white;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-size: 0.9rem;\n            font-weight: 600;\n            display: inline-block;\n            margin-left: 10px;\n            animation: pulse 2s infinite;\n            vertical-align: middle;\n        }\n\n        .clickable-indicator {\n            display: inline-block;\n            margin-left: 10px;\n            transition: transform 0.3s ease;\n        }\n\n        .clickable-yoga-banner:hover .clickable-indicator {\n            transform: translateX(5px);\n        }\n\n        @keyframes pulse {\n            0% {\n                transform: scale(1);\n            }\n\n            50% {\n                transform: scale(1.05);\n            }\n\n            100% {\n                transform: scale(1);\n            }\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .banner-title {\n                font-size: 2.2rem;\n            }\n\n            .banner-subtitle {\n                font-size: 1.2rem;\n            }\n\n            .banner-dates {\n                font-size: 1.3rem;\n            }\n\n            .banner-highlight {\n                padding: 15px 20px;\n            }\n\n            .banner-decoration {\n                font-size: 5rem;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .clickable-yoga-banner {\n                padding: 40px 20px;\n            }\n\n            .banner-title {\n                font-size: 1.8rem;\n            }\n\n            .banner-subtitle {\n                font-size: 1.1rem;\n            }\n\n            .banner-highlight {\n                padding: 12px 18px;\n            }\n\n            .banner-dates {\n                font-size: 1.2rem;\n            }\n        }\n\n        @keyframes modalAppear {\n            from {\n                opacity: 0;\n                transform: scale(0.9);\n            }\n\n            to {\n                opacity: 1;\n                transform: scale(1);\n            }\n        }\n\n        .rulebook-btn {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);\n            color: var(--white);\n            padding: 20px 30px;\n            border-radius: 12px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 1.1rem;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 20px rgba(10, 31, 68, 0.2);\n            border: 2px solid var(--accent-gold);\n            min-width: 180px;\n            text-align: center;\n        }\n\n        .rulebook-btn:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 30px rgba(10, 31, 68, 0.3);\n            background: linear-gradient(135deg, var(--secondary-blue) 0%, var(--primary-blue) 100%);\n        }\n\n        .rulebook-btn i {\n            font-size: 1.8rem;\n            margin-bottom: 10px;\n            color: var(--accent-gold);\n        }\n\n        .rulebook-btn span {\n            margin-bottom: 5px;\n        }\n\n        .rulebook-btn small {\n            font-size: 0.8rem;\n            opacity: 0.8;\n            font-weight: normal;\n        }\n\n        @media (max-width: 768px) {\n            .rulebook-btn {\n                padding: 15px 20px;\n                min-width: 160px;\n                font-size: 1rem;\n            }\n\n            .rulebook-btn i {\n                font-size: 1.5rem;\n            }\n        }\n    <\/style>\n<\/head>\n\n<body>\n    <section class=\"competitions-page\">\n        <div class=\"anniversary-banner\">\n            <div class=\"title\">\n                <h1><i class=\"fas fa-gem\"><\/i> 75th Anniversary Competitions<\/h1>\n                <p>Celebrating 75 Glorious Years of Unity & Excellence<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"intro\">\n            <p>On this joyful occasion, the Diamond Jubilee (75th Anniversary) Committee has organized a variety of\n                physical and intellectual competitions for all brothers and sisters to participate in. To take part\n                in these competitions, please contact the respective regional\/local committee representatives of your\n                area.\n            <\/p>\n        <\/div>\n        <!-- Place this inside your <section class=\"competitions-page\"> where you want the notice to appear -->\n        <div class=\"intro\">\n            <p>\n                <strong style=\"color: var(--accent-gold); font-size:1.3rem;\">Important Notice:<\/strong><br>\n                <span style=\"color: var(--dark-gray); font-weight:bold;\">Physical competitions will be held by <span\n                        style=\"color: var(--secondary-blue); font-weight:bold;\">October 7, 2025<\/span>.<\/span><br>\n                <span style=\"color: var(--dark-gray);\">Any physical competitions held after this date will not be\n                    recognized.<\/span><br>\n                <span style=\"color: var(--primary-blue); font-weight:bold;\">Intellectual & Creative competitions\n                    deadline: <span style=\"color: var(--secondary-blue);\">January 4, 2026<\/span><\/span><br>\n                <span style=\"color: var(--dark-gray);\">Entries for intellectual & creative competitions submitted after\n                    this date will not be recognized.<\/span><br>\n\n                                \n\n\n                    <!-- \/\/ for rule book download button -->\n                    <!-- Rule Books Download Section -->\n                    <div class=\"rule-books-section\" style=\"text-align: center; margin: 40px 0;\">\n                        <h2\n                            style=\"color: var(--primary-blue); margin-bottom: 25px; display: flex; align-items: center; justify-content: center;\">\n                            <i class=\"fas fa-file-download\" style=\"margin-right: 12px; color: var(--accent-gold);\"><\/i>\n                            Download Rule Books\n                        <\/h2>\n                        <div style=\"display: flex; justify-content: center; gap: 20px; flex-wrap: wrap;\">\n                            <!-- Burmese Rule Book Button -->\n                            <a href=\"https:\/\/drive.google.com\/uc?export=download&id=1TUT6_sg9yi1Ab7bA4LniAbzg6-Ce8fMV\"\n                                class=\"rulebook-btn\" target=\"_blank\" rel=\"noopener\">\n                                <i class=\"fas fa-download\"><\/i>\n                                <span>Rule Book (Burmese)<\/span>\n                                <small>PDF - 5.8 MB<\/small>\n                            <\/a>\n\n                            <!-- Hindi Rule Book Button -->\n                            <a href=\"https:\/\/drive.google.com\/uc?export=download&id=1axw_B9VgWq8FmS7xyFErrycpvfIvxWrI\"\n                                class=\"rulebook-btn\" target=\"_blank\" rel=\"noopener\">\n                                <i class=\"fas fa-download\"><\/i>\n                                <span>Rule Book (Hindi)<\/span>\n                                <small>PDF - 5.8 MB<\/small>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"songs-button-section\" style=\"text-align: center; margin: 40px 0;\">\n    <button class=\"songs-library-btn\" onclick=\"openSongsLibrary()\">\n        <i class=\"fas fa-music\"><\/i>\n        Browse Competition Songs Library\n    <\/button>\n<\/div>\n\n            <!-- Songs Section -->\n<!-- Songs Library Popup -->\n    <div class=\"songs-popup\" id=\"songsPopup\">\n        <div class=\"popup-content\">\n            <div class=\"popup-header\">\n                <h3><i class=\"fas fa-music\"><\/i> Competition Songs Library<\/h3>\n                <button class=\"close-popup\" onclick=\"closeSongsLibrary()\">&times;<\/button>\n            <\/div>\n            <div class=\"popup-body\">\n                <div class=\"modal-section\">\n                    <p class=\"songs-subtitle\">Browse songs by language category<\/p>\n                    \n                    <!-- Language Tabs -->\n                    <div class=\"language-tabs\">\n                        <button class=\"tab-button active\" data-language=\"hindi\">Hindi<\/button>\n                        <button class=\"tab-button\" data-language=\"sanskrit\">Sanskrit<\/button>\n                        <button class=\"tab-button\" data-language=\"tamil\">Tamil<\/button>\n                        <button class=\"tab-button\" data-language=\"telugu\">Telugu<\/button>\n                    <\/div>\n\n                    \n            \n            \n            <!-- Hindi Songs -->\n            \n            <div class=\"song-category active\" id=\"hindi-songs\">\n                <h4><i class=\"fas fa-language\"><\/i> Hindi Songs<\/h4>\n                <div class=\"songs-grid\">\n                    <div class=\"song-card\">\n                        <div class=\"song-header\">\n                            <i class=\"fas fa-music\"><\/i>\n                            <h5>Shata Naman Keshav Charan Me<\/h5>\n                        <\/div>\n                        <p class=\"song-desc\">3 min 43 sec<\/p>\n                        <div class=\"song-actions\">\n                            <a href=\"https:\/\/youtu.be\/phJ6Nf8riuI?si=XQpaamdJn34o5Rbv\" target=\"_blank\" class=\"btn-youtube\">\n                                <i class=\"fab fa-youtube\"><\/i> Listen\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"song-card\">\n                        <div class=\"song-header\">\n                            <i class=\"fas fa-music\"><\/i>\n                            <h5>He Keshav Tumko Koti Koti Abhivadan  <\/h5>\n                        <\/div>\n                        <p class=\"song-desc\">5 min 43 sec<\/p>\n                        <div class=\"song-actions\">\n                            <a href=\"https:\/\/youtu.be\/pUPWnatgiX4?si=pv0t7tE_f-sBvGTN\" target=\"_blank\" class=\"btn-youtube\">\n                                <i class=\"fab fa-youtube\"><\/i> Listen\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                    <div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Chale nirantar chintan manthan <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">4 min 7 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/Bci2saKJ_Ig?si=yt5Xy9TX7nuI54lf\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n                    \n                    <div class=\"song-card\">\n                        <div class=\"song-header\">\n                            <i class=\"fas fa-music\"><\/i>\n                            <h5>Veer Keshav ko Naman Hai Pujya Madhav Ko Naman <\/h5>\n                        <\/div>\n                        <p class=\"song-desc\">2 min 2 sec<\/p>\n                        <div class=\"song-actions\">\n                            <a href=\"https:\/\/youtu.be\/IsJVty7M5rU?si=sufHHpI26otDHh6T\" target=\"_blank\" class=\"btn-youtube\">\n                                <i class=\"fab fa-youtube\"><\/i> Listen\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                    <div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Param Pujaniya he Madhav <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">6 min 9 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/S3ooaF5gAVo?si=jZ3KdFZRicKoAlg0\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Dharma ke liye jiye samaj ke liye jiye <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">6 min 1 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/r2x9e_aXIE4?si=jDNZsoDIJ1VwmUYp\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Sangh Hriday me Bhar paye ab <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">6 min 39 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/PVRcR-Ac9fo?si=8AFekhNVWh39fMYq\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Hindu Jage to Vishwa jagega <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min 26 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/G1ynKqxqsHE?si=Iuqmt8NNzZHXVaiH\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Hindu Jage to Vishwa jagega <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min 26 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/G1ynKqxqsHE?si=Iuqmt8NNzZHXVaiH\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Jeevan me kuch karna hai to <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">4 min 22 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/Rf-X4kYQup8?si=1DUvWaYR0RE3kr0X\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n                    \n                    <div class=\"song-card more-songs\" style=\"display: none;\">\n                        <div class=\"song-header\">\n                            <i class=\"fas fa-music\"><\/i>\n                            <h5>Shata Naman Madhav Charan Me <\/h5>\n                        <\/div>\n                        <p class=\"song-desc\">6 min 9 sec<\/p>\n                        <div class=\"song-actions\">\n                            <a href=\"https:\/\/youtu.be\/La2SNfo0uL8?si=YCpMvkHSn3rGC1OM\" target=\"_blank\" class=\"btn-youtube\">\n                                <i class=\"fab fa-youtube\"><\/i> Listen\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                    <div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Sangh kiran ghar ghar dene ko <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min 28 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/eJ7biH8NNIA?si=5bnJUI-GyaHr-yAt\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Liye Prakhar sankalpa hriday me <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min 11 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/y6Xsr4F_8fU?si=ylmtf421p9ClIVZd\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Hindu Hindu ek rahe <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">4 min 55 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/JbRJjN-thE0?si=OGmbDqvUVBDs8xVK\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Yahi Ghadi hai hindu yuvakon <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">4 min 19 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/Wco5dMBaVwg?si=oyB-DhPWR_VDzg7m\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Chandan Hai is Desh ki maati <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min 2 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/r6DvpMXiMPI?si=9bTsqILl3cjAwje2\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Aaj himalay ki choti se <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">2 min 3 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/adBAqkALgiI?si=H4juKb8Dk8jnw9xF\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Jalte jeevan ke Prakash me <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">4 min 51 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/EeD0Nw_bQnY?si=Qm-OvDz45PCJeN5h\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Vyakti Vyakti me jagaye hindu Chetana <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">2 min 39 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/2lFTCyib59Y?si=Vq1bdyPVJNdr8QqH\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Vishwa Dharma ki jai ho jai ho  <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min 22 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/BB50zp0VGoQ?si=ohlr2tNbAY-K0VYX\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Ish Hame Deta hai sab kuch <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">3 min 29 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/XM5iUt7YQK0?si=MIAhFxsta13P4miY\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Sangh Sarit Bah rahi hai <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">4 min 3 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/ZM4KLFoFrjk?si=IVNWRBtogEEeIxTT\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Vishwa mangal sadhana ke ham hai maun <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min 1 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/A0HcKvuCHio?si=tdX0kvkt5uom-_EX\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Yah kal , kal chal -  chal bahti <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min 8 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/JuWjoddpKyM?si=FzMQUTJOWV4QlmKp\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Desh Desh me Har Samaj me <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">3 min 13 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/mUG3_tmsUPI?si=1and0mgWoyhB67eX\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Manushya tu Bada mahan hai (Dharti ki shan) <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min 52 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/fFis_8KjV2s?si=Zw5b3VLucb-Ku3Ru\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Chale Chale ham nishadin avirat <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min 26 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/Fs0D7DhjldI?si=1fWRP0RwRjfgkUuX\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Kadam Nirantar chalte jinke <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">4 min 27 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/M4e6aROpj0I?si=tkQuzZEYs_cy_dbw\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Sangathan gadhe chalo supanth par badhe chalo <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">2 min 24 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/zY-BR0xXbeE?si=8hpTVRzLsH66uVek\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Divya dhyeya ki or tapaswi <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">3 min 34 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/mXe2Ni7p394?si=eydOWWIlpLC2OMf7\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Mai jag me sangh basaon <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">3 min 43 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/5GjQOPne7eg?si=PTpJ6zUVMV5XHbnA\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Vishwa guru tav archana me <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">3 min 1 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/YpfQpfEO18U?si=4r4yuCxY6RACW9ht\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Ek sath Ucchar Kare Ham aisa vyavhar kare <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min 12 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/vCk47-W69eI?si=oa8IJ35YKbwdAruX\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Nirmanon ke pavan yug me <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min 31 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/K3fsc3C72-A?si=sgKGxDnOsV2oFJJ5\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Raksha ka yah bandhan bandhe <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">2 min 39 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/58dmTW1r9tg?si=PrVybspV4n1eyqCn\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Jeena hai to garje jag me hindu ham sab ek <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min 27 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/neXrlTIO_W0?si=G1RrXQH7IjvtVfJn\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Galat mat kadam uthawo soch kar chalo <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">3 min 36 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/_-mD7ijyxas?si=poqCX-rTwnzrvWu-\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Abhinandan hai maun tapaswi  <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min 49 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/qMIHTF4RUAQ?si=lWO1_wCluR48hy5E\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Sanskriti sab ki ek Chirantan <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">6 min 3 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/FKJoiQnrzNk?si=yVLekvBSJgrFgyWN\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Karvat badal raha hai dekho  <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">8 min 10 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/eWoD3NSED5k?si=2BzYYHcOSSEEWoNr\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Sakal jagat ka mangal karne <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">4 min 51 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/yFA9Oo11kGM?si=ugMRP4dnjdsSAgTj\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Dhyeya marg par chale veer to <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">4 min 37 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/EgdPdoUrGFc?si=mDX1rrn12C8KkYqE\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Unnata Masta kneel gagan me <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">6 min 34 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/EX43a0P9dv4?si=QB6WJZXMKKNO-EWf\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Aandhi kya hai tuphan mile <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">3 min 44 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/lxPc1R9wT0s?si=kxj2_L8Pt85-zhnh\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Sangathan ham karen aaphaton se lade <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">4 min 39 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/83DP2K1Y-Js?si=DyB1DYnBaazHBV3k\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Chal tu apni rah pathik chal <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">3 min 39 ec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/T5Ec1X9-o8o?si=-KeeBsp1iL_C1Yz7\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Ab tak sumanon par chalte the <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min 10 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/Hp0va-XT_zM?si=Zt3M9ZqWfKbD-731\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Hindu Sanskriti ke vat vishal <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">6 min 4 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/eYKzxskWrWQ?si=fzkjXGXVrNL0cPqa\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n<div class=\"song-card more-songs\" style=\"display: none;\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Jagaya tumko kitni baar <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">4 min 37 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/ntYxx-1w7AI?si=Ep_sts_uGkr-EUPU\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n\n                <\/div> <!-- End of Song List -->\n\n                \n\n\n                <!-- View More Button -->\n    <div class=\"view-more-container\">\n        <button class=\"view-more-btn\" onclick=\"toggleHindiSongs()\">\n            <i class=\"fas fa-chevron-down\"><\/i> View More\n        <\/button>\n    <\/div>\n            <\/div>\n            \n            <!-- Sanskrit Songs -->\n            <div class=\"song-category\" id=\"sanskrit-songs\">\n                <h4><i class=\"fas fa-language\"><\/i> Sanskrit Songs<\/h4>\n                <div class=\"songs-grid\">\n                    <div class=\"song-card\">\n                        <div class=\"song-header\">\n                            <i class=\"fas fa-music\"><\/i>\n                            <h5>Keshavam Smarami Sada Pram pujaniyam <\/h5>\n                            \n                        <\/div>\n                        <p class=\"song-desc\">3 min 40 s<\/p>\n                        <div class=\"song-actions\">\n                            <a href=\"https:\/\/youtu.be\/fw6xM9Yow-U?si=A0-hgbfFX0K__qH3\" target=\"_blank\" class=\"btn-youtube\">\n                                <i class=\"fab fa-youtube\"><\/i> Listen\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                    <div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Lok hitam Mam Karaniyam <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">4 min 5 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/lVVTcd9fSR8?si=UlD7FBlV3gbpJq9U\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Bodhayitwa Sangh Bhavam nash yitwa heenabhavam <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min 26 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/bwhCLfXhFhs?si=W5BNnIAulNIdYcH3\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Shura Vayam Dheera Vayam <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">2 min 52 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/UHXG-WxFW3E?si=8XOP3dXUyYWp5dLN\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n                    \n                    <div class=\"song-card\">\n                        <div class=\"song-header\">\n                            <i class=\"fas fa-music\"><\/i>\n                            <h5>Chal Chal purato nidehi charanam <\/h5>\n                        <\/div>\n                        <p class=\"song-desc\">3 min 24 sec<\/p>\n                        <div class=\"song-actions\">\n                            <a href=\"https:\/\/youtu.be\/T8W0VziL3UY?si=GFn-RTwXPGgYsuOd\" target=\"_blank\" class=\"btn-youtube\">\n                                <i class=\"fab fa-youtube\"><\/i> Listen\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Tamil Songs -->\n            <div class=\"song-category\" id=\"tamil-songs\">\n                <h4><i class=\"fas fa-language\"><\/i> Tamil Songs<\/h4>\n                <div class=\"songs-grid\">\n                    <div class=\"song-card\">\n                        <div class=\"song-header\">\n                            <i class=\"fas fa-music\"><\/i>\n                            <h5>Sandanam yengal Natin Puludi <\/h5>\n                        <\/div>\n                        <p class=\"song-desc\">4 min 10 sec<\/p>\n                        <div class=\"song-actions\">\n                            <a href=\"https:\/\/youtu.be\/y7bThHd0eLo?si=LgMYJ0yoHD51N8CN\" target=\"_blank\" class=\"btn-youtube\">\n                                <i class=\"fab fa-youtube\"><\/i> Listen\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                    <div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Engal mannin engal valamum <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">4 min 5 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/zRpUpnfs2fQ?si=YKzii9wDq5rOLSPI\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Ilaignargale sangha pani valarkavaruveer <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min <\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/GDWWN-is1zE?si=AB08wWHIKnRyK6cv\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Indha naadu Hindu naadu <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min 28 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/fvhBMFFmMDI?si=39ciu52LaL1Wm3l8\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Malayila magudam vaithu  <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">4 min 40 sec <\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/LAJdzLHLRb4?si=UmpLTDSMQ2pra-m1\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Onnun thaan onnu thaane namma nadu <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min 36 sec <\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/wRYedM9_jpk?si=fVeLKzy2PWv7qdX_\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div><div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Oru varam arul annaiye <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\"> 4 min 50 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/q5DiYw2CKE8?si=m-wgIR0BgTwn2QZ3\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Punitha nannalil inddru poojai seigiron <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min 54 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/4_GCkmVvETg?si=rWZZTX_8YqVmssUJ\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Sangh gangai perugipayudu <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min 25 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/AIUuL9e-mmI?si=9Hge8dP2FIXRwfSI\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n                    \n                    <div class=\"song-card\">\n                        <div class=\"song-header\">\n                            <i class=\"fas fa-music\"><\/i>\n                            <h5>Hindu Yendra Manthiram sangmundrai tandiram <\/h5>\n                        <\/div>\n                        <p class=\"song-desc\">6 min 56 sec<\/p>\n                        <div class=\"song-actions\">\n                            <a href=\"https:\/\/youtu.be\/OhuJhT3wvA4?si=Z0QymN_6Vc9U6Vay\" target=\"_blank\" class=\"btn-youtube\">\n                                <i class=\"fab fa-youtube\"><\/i> Listen\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Telugu Songs -->\n            <div class=\"song-category\" id=\"telugu-songs\">\n                <h4><i class=\"fas fa-language\"><\/i> Telugu Songs<\/h4>\n                <div class=\"songs-grid\">\n                    <div class=\"song-card\">\n                        <div class=\"song-header\">\n                            <i class=\"fas fa-music\"><\/i>\n                            <h5>Jana Jagruta Navabharata Mahodayam i<\/h5>\n                        <\/div>\n                        <p class=\"song-desc\">5 min 18 sec<\/p>\n                        <div class=\"song-actions\">\n                            <a href=\"https:\/\/youtu.be\/bMGlO1vl5r8?si=tJnTMrnYGx4OH083\" target=\"_blank\" class=\"btn-youtube\">\n                                <i class=\"fab fa-youtube\"><\/i> Listen\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                    <div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Thalli Bharathi Vandanam <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">4 min 38 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/qaxzOXcsis4?si=TeJyig5J-NYX8BIE\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Madhavaa Ni Talapu Desa Sevaku Pilupu <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">4 min 3 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/92NRr2cVcEQ?si=MsPmIuxmHS_mRNYt\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Veera Keshava Janmame<\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">3 min 43 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/u4Oc6nFzWjU?si=r0RaFeqg1OBqAyEY\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Matru Murthi Padaala Mundara<\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\"> 4 min 58 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/q6Clk8erkS8?si=toHr6WLnkN9vGiwU\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Padudaam Padudaam<\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">3 min 5 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/Er__MJrdQyU?si=xkza1GpPqQ86JQx6\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Sagaram pngutunnadi <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">4 min 3 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/Nc34degRUUY?si=xU0r7Xhi864OBsJ8\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Lendira Sivametti Randira<\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">4 min 41 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/OwVTjbm0N2s?si=5QG0hO3UfaTEpDvH\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Manamanthaa Hinduvulam<\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">3 min 23 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/zJ4OD2y5iYI?si=iXlDi6pS44ztI0iI\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n                    \n                    <div class=\"song-card\">\n                        <div class=\"song-header\">\n                            <i class=\"fas fa-music\"><\/i>\n                            <h5>Charitaloni saramide <\/h5>\n                        <\/div>\n                        <p class=\"song-desc\">6 min 40 sec<\/p>\n                        <div class=\"song-actions\">\n                            <a href=\"https:\/\/youtu.be\/3Cq0RyPU5u4?si=RD4gG6DkrU__AarI\" target=\"_blank\" class=\"btn-youtube\">\n                                <i class=\"fab fa-youtube\"><\/i> Listen\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Myanmar Songs -->\n            <div class=\"song-category\" id=\"myanmar-songs\">\n                <h4><i class=\"fas fa-language\"><\/i> Myanmar Songs<\/h4>\n                <div class=\"songs-grid\">\n                    <div class=\"song-card\">\n                        <div class=\"song-header\">\n                            <i class=\"fas fa-music\"><\/i>\n                            <h5>Kaba Ma Kyei<\/h5>\n                        <\/div>\n                        <p class=\"song-desc\">Myanmar national anthem<\/p>\n                        <div class=\"song-actions\">\n                            <a href=\"https:\/\/www.youtube.com\/results?search_query=Kaba+Ma+Kyei+Sangh+Geet\" target=\"_blank\" class=\"btn-youtube\">\n                                <i class=\"fab fa-youtube\"><\/i> Listen\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"song-card\">\n                        <div class=\"song-header\">\n                            <i class=\"fas fa-music\"><\/i>\n                            <h5>Myanmar Traditional<\/h5>\n                        <\/div>\n                        <p class=\"song-desc\">Cultural song<\/p>\n                        <div class=\"song-actions\">\n                            <a href=\"https:\/\/www.youtube.com\/results?search_query=Myanmar+Traditional+Sangh+Geet\" target=\"_blank\" class=\"btn-youtube\">\n                                <i class=\"fab fa-youtube\"><\/i> Listen\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n                    \n                    <!-- Copy ALL your songs content here (Hindi, Sanskrit, Tamil, Telugu sections) -->\n                    <!-- This is the same content that was in your expandable section -->\n                    \n                <\/div>\n            <\/div>\n        <\/div> \n    <\/div>\n\n        <\/div>\n        <div class=\"cards-container\">\n            <div class=\"competition-card\">\n                <div class=\"diamond-badge\"><span>75<\/span><\/div>\n                <h2><i class=\"fas fa-brain\"><\/i> Intellectual & Creative Competitions<\/h2>\n                <ul class=\"competition-list\">\n                    <li class=\"competition-item\" onclick=\"showGameDetails('essay-writing')\">\n                        <span class=\"competition-name\">Essay Writing Competition<\/span>\n                    <\/li>\n                    <li class=\"competition-item\" onclick=\"showGameDetails('debate')\">\n                        <span class=\"competition-name\">Debate Competition<\/span>\n                    <\/li>\n                    <li class=\"competition-item\" onclick=\"showGameDetails('impromptu-speech')\">\n                        <span class=\"competition-name\">Impromptu Speech Competition<\/span>\n                    <\/li>\n                    <li class=\"competition-item\" onclick=\"showGameDetails('coloring')\">\n                        <span class=\"competition-name\">Coloring Competition<\/span>\n                    <\/li>\n                    <li class=\"competition-item\" onclick=\"showGameDetails('painting')\">\n                        <span class=\"competition-name\">Painting Competition<\/span>\n                    <\/li>\n                    <li class=\"competition-item\" onclick=\"showGameDetails('individual-sangh-geet')\">\n                        <span class=\"competition-name\">Individual Sangh Geet Competition<\/span>\n                    <\/li>\n                    <li class=\"competition-item\" onclick=\"showGameDetails('group-sangh-geet')\">\n                        <span class=\"competition-name\">Group Sangh Geet Competition<\/span>\n                    <\/li>\n                    <li class=\"competition-item\" onclick=\"showGameDetails('family-sangh-geet')\">\n                        <span class=\"competition-name\">Family Sangh Geet Competition<\/span>\n                    <\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"competition-card\">\n                <div class=\"diamond-badge\"><span>75<\/span><\/div>\n                <h2><i class=\"fas fa-trophy\"><\/i> Physical Competitions<\/h2>\n                <h3\n                    style=\"color: var(--secondary-blue); margin: 20px 0 10px; padding-left: 10px; border-left: 3px solid var(--accent-gold);\">\n                    Competitions For 18 and Above<\/h3>\n                <ul class=\"competition-list\">\n                    <li class=\"competition-item\" onclick=\"showGameDetails('kabaddi')\">\n                        <span class=\"competition-name\">Kabaddi<\/span>\n                    <\/li>\n                    <li class=\"competition-item\" onclick=\"showGameDetails('goal-ring')\">\n                        <span class=\"competition-name\">Goal Ring<\/span>\n                    <\/li>\n                    <li class=\"competition-item\" onclick=\"showGameDetails('baithi-kho')\">\n                        <span class=\"competition-name\">Baithi Kho<\/span>\n                    <\/li>\n                <\/ul>\n                <h3\n                    style=\"color: var(--secondary-blue); margin: 30px 0 10px; padding-left: 10px; border-left: 3px solid var(--accent-gold);\">\n                    Competitions For Below 18<\/h3>\n                <ul class=\"competition-list\">\n                    <li class=\"competition-item\" onclick=\"showGameDetails('chakra-valaya')\">\n                        <span class=\"competition-name\">Chakra Valaya<\/span>\n                    <\/li>\n                    <li class=\"competition-item\" onclick=\"showGameDetails('kandukam-prakashanam')\">\n                        <span class=\"competition-name\">Kandukam Prakashanam<\/span>\n                    <\/li>\n                    <li class=\"competition-item\" onclick=\"showGameDetails('kosh-sanchalan')\">\n                        <span class=\"competition-name\">Kosh Sanchalan<\/span>\n                    <\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"competition-card\">\n                <div class=\"diamond-badge\"><span>75<\/span><\/div>\n                <h2><i class=\"fas fa-female\"><\/i> Swayamsevika Only Competitions<\/h2>\n                <ul class=\"competition-list\">\n                    <li class=\"competition-item\" onclick=\"showGameDetails('swayamsevika-htoke-see-htoe')\">\n                        <span class=\"competition-name\">Htoke See Htoe Competition<\/span>\n                    <\/li>\n                    <!-- <li class=\"competition-item\" onclick=\"showGameDetails('swayamsevika-competition-2')\">\n            <span class=\"competition-name\">Swayamsevika Competition 2<\/span>\n        <\/li>\n        <li class=\"competition-item\" onclick=\"showGameDetails('swayamsevika-competition-3')\">\n            <span class=\"competition-name\">Swayamsevika Competition 3<\/span>\n        <\/li> -->\n                <\/ul>\n            <\/div>\n        <\/div>\n        <div class=\"yoga-banner-container\">\n            <a href=\"https:\/\/sdssmyanmar.org\/en\/yaga-class\/\" target=\"_blank\" class=\"clickable-yoga-banner\">\n\n                <!-- Decorative Elements -->\n                <div class=\"banner-decoration decoration-1\">\ud83e\uddd8\u200d\u2640\ufe0f<\/div>\n                <div class=\"banner-decoration decoration-2\">\ud83c\udf3f<\/div>\n\n                <!-- Main Content -->\n                <h1 class=\"banner-title\">Transform Your Life with Yoga<\/h1>\n                <p class=\"banner-subtitle\">5-Day Immersive Yoga Course at Pancha Vati Retreat<\/p>\n\n                <div class=\"banner-highlight\">\n                    <div class=\"banner-dates\">\ud83d\udcc5 October 31 - November 5, 2025<\/div>\n                    <div class=\"banner-location\">\ud83d\udccd Pyin Oo Lwin, Mandalay Region<\/div>\n                <\/div>\n\n                <div class=\"banner-cta-text\">\n                    Click anywhere to register <span class=\"clickable-indicator\">\u2192<\/span>\n                    <span class=\"banner-limited\">Only 50 Spots!<\/span>\n                <\/div>\n            <\/a>\n        <\/div>\n        <div class=\"seva-activities\">\n            <h2><i class=\"fas fa-hands-helping\"><\/i> Our Seva Activities<\/h2>\n            <ul class=\"seva-list\">\n                <li class=\"seva-item\">\n                    <span class=\"seva-title\">Blood Donation<\/span>\n                    <span class=\"seva-stats\">\n                        Blood Donors: <span id=\"bloodDonorCount\">0<\/span> peoples | Target: 750\n                    <\/span>\n                <\/li>\n                <li class=\"seva-item\">\n                    <span class=\"seva-title\">Plantation<\/span>\n                    <span class=\"seva-stats\">\n                        Total Plants Planted: <span id=\"plantCount\">0<\/span>\n                    <\/span>\n                <\/li>\n            <\/ul>\n        <\/div>\n\n        <!-- <div class=\"registration\">\n            <h2>Ready to Join the Celebration?<\/h2>\n            <p>Be part of our Diamond Jubilee celebrations by participating in these special competitions. Let's create new memories together!<\/p>\n            <a href=\"#register\" class=\"btn-register\">Register Now<\/a>\n        <\/div> -->\n        <div class=\"contact\">\n            <p>\ud83d\udcde For queries, contact the Organizing Committee<\/p>\n            <p>Email: info@sdssmyanmar.org | Phone: +95 9256 334 070<\/p>\n        <\/div>\n    <\/section>\n    <div class=\"modal\" id=\"gameModal\">\n        <div class=\"modal-content\">\n            <span class=\"close-modal\" onclick=\"closeModal()\">&times;<\/span>\n            <div class=\"modal-header\">\n                <h2 id=\"modalTitle\">Game Title<\/h2>\n                <p id=\"modalSubtitle\">Age Group: 18+<\/p>\n            <\/div>\n            <div class=\"modal-section\">\n                <h3><i class=\"fas fa-info-circle\"><\/i> About This Competition<\/h3>\n                <p id=\"modalDescription\">Description will appear here...<\/p>\n            <\/div>\n            <div class=\"video-tutorial\">\n                <h3><i class=\"fas fa-video\"><\/i> Tutorial Video<\/h3>\n                <div class=\"video-container\">\n                    <video id=\"tutorialVideo\" controls style=\"display:none;\">\n                        <source src=\"\" type=\"video\/mp4\">\n                        Your browser does not support the video tag.\n                    <\/video>\n                    <iframe id=\"tutorialIframe\" width=\"100%\" height=\"100%\" style=\"display:none; border-radius:8px;\"\n                        frameborder=\"0\" allowfullscreen><\/iframe>\n                    <img id=\"tutorialPhoto\"\n                        style=\"display:none; width:100%; height:100%; object-fit:cover; border-radius:8px;\"\n                        alt=\"Competition Photo\">\n                    <div class=\"video-placeholder\" id=\"videoPlaceholder\">\n                        <i class=\"fas fa-film\"><\/i>\n                        <p>Video tutorial will load here<\/p>\n                    <\/div>\n                <\/div>\n                <p class=\"video-note\">Note: <\/p>\n\n\n                <!-- Add this gallery section with the other galleries -->\n\n\n            <\/div>\n            <div class=\"picture-gallery\" id=\"coloringGallery\" style=\"display:none;\">\n                <h3><i class=\"fas fa-images\"><\/i> Pictures for Coloring<\/h3>\n                <div style=\"display: flex; gap: 10px; flex-wrap: wrap; justify-content: center;\">\n                    <img decoding=\"async\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Guru-Ji-scaled.jpg\" alt=\"Picture 1\"\n                        style=\"width:120px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.08);\">\n                    <img decoding=\"async\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Swami-Vivekananda-scaled.jpg\"\n                        alt=\"Picture 2\" style=\"width:120px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.08);\">\n                    <img decoding=\"async\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Sdss-75-years-logo-scaled.jpg\"\n                        alt=\"Picture 3\" style=\"width:120px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.08);\">\n                    <img decoding=\"async\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Thiruballuvar-scaled.jpg\"\n                        alt=\"Picture 4\" style=\"width:120px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.08);\">\n                    <img decoding=\"async\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Ayodhya-Ran-Mandir-scaled.jpg\"\n                        alt=\"Picture 5\" style=\"width:120px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.08);\">\n                    <img decoding=\"async\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Hindu-Temple-scaled.jpg\"\n                        alt=\"Picture 6\" style=\"width:120px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.08);\">\n                    <img decoding=\"async\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Karna-Bhedan-Sanskar-scaled.jpg\"\n                        alt=\"Picture 7\" style=\"width:120px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.08);\">\n                    <img decoding=\"async\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Holi-Utsav-scaled.jpg\" alt=\"Picture 8\"\n                        style=\"width:120px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.08);\">\n                    <img decoding=\"async\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Shub-Deepawali-scaled.jpg\"\n                        alt=\"Picture 9\" style=\"width:120px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.08);\">\n                    <img decoding=\"async\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Doctor-Ji-scaled.jpg\" alt=\"Picture 10\"\n                        style=\"width:120px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.08);\">\n                    <!-- Add more <img> tags as needed -->\n                <\/div>\n                <p class=\"video-note\">These pictures are for coloring.<\/p>\n                <a href=\"https:\/\/drive.google.com\/uc?export=download&id=1iy2IrXzF1OCEJ3j8PtEJiLLZCYhw2wyL\"\n                    class=\"download-btn\" target=\"_blank\" rel=\"noopener\">\n                    <i class=\"fas fa-download\"><\/i> Download All Pictures (PDF)\n                <\/a>\n\n            <\/div>\n            <div class=\"picture-gallery\" id=\"essayGallery\" style=\"display:none;\">\n                <!-- <h3><i class=\"fas fa-images\"><\/i> Essay Inspiration Gallery<\/h3> -->\n                <!-- <div style=\"display: flex; gap: 10px; flex-wrap: wrap; justify-content: center;\">\n                    <img decoding=\"async\" src=\".\/uiux pic\/doctorJi.jpg\" alt=\"Essay Inspiration 1\"\n                        style=\"width:120px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.08);\">\n                    <img decoding=\"async\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Essay-Inspire-2.jpg\"\n                        alt=\"Essay Inspiration 2\"\n                        style=\"width:120px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.08);\"> -->\n                <!-- Add more images as needed -->\n                <!-- <p class=\"video-note\">These images are for essay inspiration.<\/p>\n                <\/div> -->\n\n\n            <\/div>\n            <div class=\"picture-gallery\" id=\"debateGallery\" style=\"display:none;\">\n                <!-- <h3><i class=\"fas fa-images\"><\/i> Debate Inspiration Gallery<\/h3> -->\n                <!-- <div style=\"display: flex; gap: 10px; flex-wrap: wrap; justify-content: center;\">\n                    <img decoding=\"async\" src=\".\/uiux pic\/doctorJi.jpg\" alt=\"Debate Inspiration 1\"\n                        style=\"width:120px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.08);\">\n                    <img decoding=\"async\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Debate-Inspire-2.jpg\"\n                        alt=\"Debate Inspiration 2\"\n                        style=\"width:120px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.08);\"> -->\n                <!-- Add more images as needed -->\n                <!-- <\/div> -->\n                <!-- <p class=\"video-note\">These images are for debate inspiration.<\/p> -->\n            <\/div>\n            <div class=\"picture-gallery\" id=\"speechGallery\" style=\"display:none;\">\n                <!-- <h3><i class=\"fas fa-images\"><\/i> Speech Inspiration Gallery<\/h3> -->\n                <div style=\"display: flex; gap: 10px; flex-wrap: wrap; justify-content: center;\">\n                    <!-- <img decoding=\"async\" src=\".\/uiux pic\/doctorJi.jpg\" alt=\"Speech Inspiration 1\"\n                        style=\"width:120px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.08);\"> -->\n                    <!-- <img decoding=\"async\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Speech-Inspire-2.jpg\"\n                        alt=\"Speech Inspiration 2\"\n                        style=\"width:120px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.08);\"> -->\n                    <!-- Add more images as needed -->\n                <\/div>\n                <!-- <p class=\"video-note\">These images are for speech inspiration.<\/p> -->\n            <\/div>\n            <div class=\"picture-gallery\" id=\"paintingGallery\" style=\"display:none;\">\n                <h3><i class=\"fas fa-images\"><\/i> Painting Inspiration Gallery<\/h3>\n                <div style=\"display: flex; gap: 10px; flex-wrap: wrap; justify-content: center;\">\n                    <img decoding=\"async\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/10\/Guru-Ji.jpg\"\n                        style=\"width:120px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.08);\">\n                    <img decoding=\"async\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/10\/PP-Dr.-Ji.jpg\"\n                        alt=\"Painting Inspiration 2\"\n                        style=\"width:120px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.08);\">\n                    <img decoding=\"async\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/10\/Dr.-Ji.jpg\"\n                        alt=\"Painting Inspiration 2\"\n                        style=\"width:120px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.08);\">\n                    <img decoding=\"async\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/10\/Shri-Guru-Ji.jpg\"\n                        alt=\"Painting Inspiration 2\"\n                        style=\"width:120px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.08);\">\n                    <img decoding=\"async\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/10\/Swami-Vivekananda-Painting.jpg\"\n                        alt=\"Painting Inspiration 2\"\n                        style=\"width:120px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.08);\">\n\n                    <!-- Add more images as needed -->\n                <\/div>\n                <p class=\"video-note\">These images are for painting inspiration.<\/p>\n            <\/div>\n            <div class=\"picture-gallery\" id=\"swayamsevikaGallery\" style=\"display:none;\">\n                <h3><i class=\"fas fa-images\"><\/i> Swayamsevika Competition Gallery<\/h3>\n                <div style=\"display: flex; gap: 15px; flex-wrap: wrap; justify-content: center;\">\n                    <img decoding=\"async\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-10-125615.png\"\n                        alt=\"Swayamsevika Image 1\"\n                        style=\"width:180px; border-radius:10px; box-shadow:0 4px 12px rgba(0,0,0,0.12);\">\n                    <!-- <img decoding=\"async\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Swami-Vivekananda-scaled.jpg\"\n                        alt=\"Swayamsevika Image 2\"\n                        style=\"width:120px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.08);\">\n                    <img decoding=\"async\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Sdss-75-years-logo-scaled.jpg\"\n                        alt=\"Swayamsevika Image 3\"\n                        style=\"width:120px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,0.08);\"> -->\n                    <!-- Add more images as needed -->\n                <\/div>\n                <p class=\"video-note\">These images are for Swayamsevika competition reference.<\/p>\n                <!-- <a href=\"#\" class=\"download-btn\" target=\"_blank\" rel=\"noopener\">\n                    <i class=\"fas fa-download\"><\/i> Download Reference Materials (PDF)\n\n\n\n                <\/a> -->\n            <\/div>\n\n\n\n            <div class=\"modal-section\">\n                <h3><i class=\"fas fa-list-ol\"><\/i> Rules & Regulations<\/h3>\n                <ul id=\"modalRules\"><\/ul>\n            <\/div>\n            <div class=\"modal-section\">\n                <h3><i class=\"fas fa-gamepad\"><\/i> How to Participate<\/h3>\n                <p id=\"modalHowToPlay\">Instructions will appear here...<\/p>\n            <\/div>\n            <div id=\"modalAdditionalInfo\"><\/div>\n            <div class=\"modal-actions\">\n                <a href=\"#register\" class=\"btn-register\">Register for this Event<\/a>\n                <button onclick=\"closeModal()\"\n                    style=\"background: none; border: 2px solid var(--primary-blue); color: var(--primary-blue); padding: 12px 25px; border-radius: 50px; cursor: pointer; font-weight: bold;\">Close<\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n    <script>\n        function animateCounter(id, end, duration) {\n            const el = document.getElementById(id);\n            let start = 0;\n            const increment = Math.ceil(end \/ (duration \/ 50)); \/\/ Changed from 20 to 50 for slower animation\n            const timer = setInterval(() => {\n                start += increment;\n                if (start >= end) {\n                    start = end;\n                    clearInterval(timer);\n                }\n                el.textContent = start;\n            }, 50); \/\/ Changed from 20 to 50ms for slower counting\n        }\n\n        window.addEventListener('DOMContentLoaded', function () {\n            animateCounter('bloodDonorCount', 321, 2000); \/\/ Increased duration from 1200 to 2000ms\n            animateCounter('plantCount', 993, 2000); \/\/ Increased duration from 1200 to 2000ms\n        });\n        const gameDetails = {\n            'kabaddi': {\n                title: 'Kabaddi',\n                subtitle: 'Age Group: 18+ | Team Sport',\n                description: 'Kabaddi is a popular contact team sport that originated in ancient India. It requires strength, agility, and quick thinking as players raid the opponent\\'s court to tag defenders while chanting \"kabaddi\" without taking a breath.',\n                photo: \"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/08\/Kabaddi.png\",\n                rules: [\n                    'Start from the center line and continuously say \"Kabaddi\", stopping only when you return to the center line. If you stop saying the word while in the opponent\\'s territory, the opposing team will score a point.',\n                    'If the necessary touch line is not crossed, the opposing team will score a point.',\n                    'If a player crosses the boundary line during the game, the opposing team will score a point.',\n                    'If one or more players go out of bounds during a catch or struggle, the referee will either order a replay or make an appropriate decision.',\n                    'Points will only be awarded if the swayamsevak touches the bonus line with one foot while lifting the other foot.',\n                    'Each team consists of 8 players',\n                    'Matches consist of two 10-minute halves',\n                    'Defenders must stop the raider from returning to their side',\n                    'A raider who takes a breath during chanting is declared out'\n                ],\n                howToPlay: 'The game involves two teams taking turns sending a \"raider\" to the opposite half. The raider must tag as many opponents as possible and return to their half, all while continuously chanting \"kabaddi\". Defenders try to stop the raider from returning by tackling them.'\n            },\n            \/\/ ...other gameDetails objects unchanged...\n            'goal-ring': {\n                title: 'Goal Ring',\n                subtitle: 'Age Group: 18+ | Team Sport',\n                description: 'Goal Ring is a strategic team game where players score points by throwing a ring through a goal post. It requires precision, teamwork, and careful adherence to rules about movement and handling of the ring.',\n                photo: 'https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/08\/Gaol-Ring.png',\n                rules: [\n                    'No player is allowed to enter the goal circle. Entering the circle will result in a penalty.',\n                    'Pushing or pulling another player, or trying to snatch the ring from their hand, is not allowed and will be considered a penalty.',\n                    'If a player on the same side catches the ring and switches it from one hand to the other, it will be considered a foul.',\n                    'If a player holds the ring too long without throwing, it will be considered a foul.',\n                    'Making unnecessary movements with the ring is not allowed and will be considered a foul.',\n                    'Throwing the ring outside the goal line will be considered a foul.',\n                    'Dropping the ring on the ground will be considered a foul.',\n                    'If the ring goes outside the goal line, the opposing team will restart the game.',\n                    'Each successful goal through the ring scores 2 points.',\n                    'Matches consist of two 15-minute halves with a 5-minute break.'\n                ],\n                howToPlay: 'Players move around the court passing the ring to teammates. The objective is to throw the ring through the goal post. Players must follow specific rules about ring handling and avoid entering the goal circle. Defense involves intercepting passes and blocking throws without physical contact.'\n            },\n            'baithi-kho': {\n                title: 'Baithi Kho',\n                subtitle: 'Age Group: 18+ | Team Sport',\n                description: 'Baithi Kho is a variation of the traditional Kho-Kho game where players sit in particular positions. It requires agility, speed, quick thinking, and strategic teamwork.',\n                photo: 'https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/08\/Kho-Kho.png',\n                rules: [\n                    'For national and international levels, you can study and read relevant sports books. For shakhas, you can practice and play with modified rules depending on the size of the playing field and the number of players.',\n                    'Each team should have 8 players. The seated players should sit in a kneeling position, slightly apart from each other, facing one another, and ready to run.',\n                    'There should be a three-step gap (about 2.5 meters) between seated players. The two players sitting at the far ends should be four steps (about 3 meters) away from the middle row.',\n                    'The chaser must begin at one end of the field. Only after all three runners from the defending side have been caught will the next three runners enter the field.',\n                    'The chasing player cannot cross the center line, but the runners are allowed to cross it freely.',\n                    'After receiving a \"kho\", a runner must continue running in the direction their feet are pointing, without changing direction. Runners, however, are otherwise free to run as they wish.',\n                    'The two players sitting at the far ends can get up and run at any time.',\n                    'If a runner being chased makes a mistake, the coach will blow the whistle as a signal. That runner must then stop and give a \"kho\" to another teammate.',\n                    'The team that catches the most runners within the allotted time is declared the winner.'\n                ],\n                howToPlay: 'Baithi Kho is played between two teams of 8 players each. One team sits in kneeling positions while the other team sends runners. The chasing team tries to tag the runners within a time limit. Players use strategic \"kho\" passes to change chasers. The game requires agility, speed, and quick decision-making.'\n            },\n            'chakra-valaya': {\n                title: 'Chakra Valaya',\n                subtitle: 'Age Group: Below 18 | Team Coordination Game',\n                description: 'Chakra Valaya is a team coordination game that tests teamwork, communication, and coordination skills. Players must pass a ring through a human chain without breaking hand-holds.',\n                video: 'https:\/\/youtu.be\/pmYDVI-uJio?t=103',\n                rules: [\n                    'This game is played between two teams.',\n                    'Each team consists of 8 Swayamsevaks\/Swayamsevikas.',\n                    'The players in a team must stand in a row, holding hands.',\n                    'The player at the front of the row holds a ring (glue ring\/loop) in their hand.',\n                    'When the whistle blows, the ring must be passed from the front player to the last player without breaking the hand-hold.',\n                    'When the last player receives the ring, they must return it back to the first player in the same way\u2014again, without breaking the chain.',\n                    'If the chain is broken, the passing must restart from the first player.',\n                    'Players cannot use their free hand to assist in passing the ring.',\n                    'The ring must be passed over the heads of all players in the chain.',\n                    'The team that successfully completes the process first, according to the rules, is declared the winner.'\n                ],\n                howToPlay: 'Teams form a straight line with all members holding hands. The first player in line holds a ring. On the whistle, the ring must be passed over each player\\'s head to the next player without breaking hand contact. Once the ring reaches the last player, it must be passed back to the first player in the same manner. The first team to complete the round trip without breaking the chain wins.'\n            },\n            'kandukam-prakashanam': {\n                title: 'Kandukam Prakashanam',\n                subtitle: 'Age Group: Below 18 | Team Coordination Game',\n                description: 'Kandukam Prakashanam is a team coordination game that tests communication, trust, and precision. Players must pass a ball down a line without turning around or touching each other\\'s backs.',\n                video: 'https:\/\/youtu.be\/pmYDVI-uJio?t=6',\n                registerLink: \"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSf5atr8dOlvBVAjZvvTZSQ_OPaj6vcITzIsHaW-b3_kdIKgJg\/viewform?usp=pp_url&entry.2120406441=Kabaddi\",\n                rules: [\n                    'This game is played between two teams.',\n                    'Each team consists of 8 Swayamsevaks\/Swayamsevikas.',\n                    'The players in a team must stand in a straight row, facing forward, with each person\\'s back toward the next teammate.',\n                    'While standing in the row, players must extend their hands forward, clench them into fists, and place them just behind the back of the person in front\u2014without actually touching their back.',\n                    'A ball must be placed on the hands of the first player in the row.',\n                    'When the whistle blows, the first player must, without turning back, lift the ball and pass it to the player behind.',\n                    'The ball must then be passed backward step by step until it reaches the last player in the row.',\n                    'If the ball falls during the handoff, it must be picked up, returned to the first player, and the process restarted.',\n                    'During the game, players must not touch each other\\'s backs.',\n                    'The team that successfully passes the ball to the last player first, while following the rules, is declared the winner.'\n                ],\n                howToPlay: 'Teams form a straight line with players facing forward, each positioned just behind the next teammate. The first player holds a ball on their clenched fists. Without turning around, players must carefully pass the ball backward to the next teammate. The challenge is to maintain proper positioning without touching each other\\'s backs while ensuring the ball doesn\\'t fall. If the ball drops, the team must start over from the beginning.'\n            },\n            'kosh-sanchalan': {\n                title: 'Kosh Sanchalan',\n                subtitle: 'Age Group: Below 18 | Team Coordination Game',\n                description: 'Kosh Sanchalan is a unique team coordination game that tests precision, teamwork, and fine motor control. Players must work together using ropes attached to a ring to carefully lift and stack cups into a pyramid formation.',\n                video: 'https:\/\/youtu.be\/pmYDVI-uJio?t=180',\n                rules: [\n                    'This game is played between two teams.',\n                    'Each team consists of 8 Swayamsevaks\/Swayamsevikas.',\n                    'The starting point and the goal point of the game should be 10 meters (30 feet) apart.',\n                    'At the starting point, place 10 disposable paper cups upside down.',\n                    'At the goal point, place a long table.',\n                    'Each player must hold one rope attached to a circular ring.',\n                    'When the whistle blows, the team must pull the ropes together in coordination, carefully lift one cup using the ring, carry it across, and place it on the table without touching the cup by hand.',\n                    'Cup Arrangement: The first cup must be placed upside down on the table. Then, 3 cups must be stacked on top of it. On top of that, place 2 more cups. Finally, 1 cup must be placed at the top, forming a pyramid of 4-3-2-1.',\n                    'Each person must hold only one rope.',\n                    'Cups must not be touched or stacked by hand\u2014only the rope can be used.',\n                    'If the cups fall during stacking, they must be re-stacked using the rope only.',\n                    'If a rope breaks or comes loose, the team members must repair it themselves and continue.'\n                ],\n                howToPlay: 'Teams work together using ropes attached to a single ring to carefully lift cups from the starting area, transport them to the table, and stack them in a specific pyramid formation. All team members must coordinate their movements to control the ring precisely. The first team to successfully create the complete cup pyramid according to the rules wins.'\n            },\n            'essay-writing': {\n                title: 'Essay Writing Competition( Can be done at Home )',\n                subtitle: 'Age Groups:Above 15 and Under 15| Intellectual',\n                description: 'Express your thoughts and ideas through the art of writing. This competition challenges participants to create well-structured, compelling essays on given topics related to our organization\\'s 75-year journey.',\n                photo: 'images\/essay-writing.jpg',\n                rules: [\n                    'Essays can be written in Burmese, Tamil, Telugu, or Hindi.',\n                    'The essay must be concise and to the point, within 400\u2013450 words, and must not stray from the given topic.',\n                    'No paintings or sketches may be included in the essay.',\n                    'Use short, interesting sentences to make your writing engaging.',\n                    'The content must be original\u2014do not copy from books, the Internet, or other people\\'s writings.',\n                    'Participants must register their names with the competition officials in their township in order to take part.',\n                    'The essay must be signed by the participant only and must not have been submitted in any previous competition.',\n                    'There will be two separate categories: 15 years of age and under, and 15 years of age and over.',\n                    'Submitted essays will not be returned.',\n                    'Essays must be submitted to the Federation office no later than the specified deadline.',\n                    'The decision of the judges will be final.'\n                ],\n                howToPlay: 'An essay is a creative and interesting piece of writing that presents your ideas in a clear and thoughtful way. A good essay usually has three parts: Introduction, Body, and Conclusion. At the end, you should include your own reflections. While presenting your ideas, you may use metaphors and similes where appropriate. You can write on any of the suggested topics and include a suitable title.',\n                additionalInfo: `\n                <div class=\"modal-section\">\n                    <h3><i class=\"fas fa-lightbulb\"><\/i> Essay Structure<\/h3>\n                    <p>A good essay should have:<\/p>\n                    <ul>\n                        <li><strong>Introduction:<\/strong> Introduce your topic and state your main idea<\/li>\n                        <li><strong>Body:<\/strong> Develop your ideas with supporting evidence and examples<\/li>\n                        <li><strong>Conclusion:<\/strong> Summarize your main points and provide final reflections<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"modal-section\">\n                    <h3><i class=\"fas fa-list-alt\"><\/i> Suggested Topics<\/h3>\n                    <ul class=\"topics-list\">\n                        <li>75th Anniversary Tour of the Sanatana Dhammapalaka (Hindu) Federation<\/li>\n                        <li>Me and Sangh<\/li>\n                        <li>Sanghe Shakti Kalayuge (Unity is Strength)<\/li>\n                        <li>Major Hindu Religious Festivals<\/li>\n                        <li>The Importance of Discipline<\/li>\n                        <li>Proudly Say: I am Hindu<\/li>\n                        <li>Important Hindu Temples and Pilgrimage Sites in Myanmar<\/li>\n                        <li>Benefits of Modern Technology<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"modal-section\">\n                    <h3><i class=\"fas fa-list-alt\"><\/i> Judging Criteria( Total: 100 Points)<\/h3>\n                    <ul class=\"topics-list\">\n                        <li>Relevance of Content \n                           (Alignment with the title, inclusion of key points) <b>(30 Points)<\/b><\/li>\n                        <li>Organization and Sentence Structure (Logical flow, coherence, and well-constructed sentences)<b> (20 Points)<\/b><\/li>\n                        <li>Presentation and Accuracy of Spelling (Correct spelling and proper word usage) <b>(20 Points)<\/b><\/li>\n                        <li>Neatness of Handwriting and Creativity (Clean, attractive, and creatively presented work) <b>(20 Points)<\/b><\/li>\n                        <li>Presentation Style and Audience Engagement <b>(10 Points)<\/b><\/li>\n                        \n                    <\/ul>\n                <\/div>\n            `\n            },\n            'debate': {\n                title: 'Debate Competition',\n                subtitle: 'Above 15 | Intellectual',\n                description: 'A debate is a discussion or argument between people on a specific topic, where each side presents their opinions and tries to persuade others with reasoning and evidence. In a debate competition, two opposing teams present and defend their viewpoints using supporting facts and examples, engaging in arguments for or against the topic. Debates can take place in meetings, discussions, or educational institutions such as schools. The main purpose of debating is to promote mutual respect, friendship, and understanding among participants. Therefore, contestants are encouraged to read, study, and prepare according to the given topics. In this competition, both males and females aged 18 and above are eligible to participate.',\n                photo: 'images\/debate.jpg',\n                rules: [\n                    'The competition will consist of two teams, each with five (5) participants.',\n                    'Contestants must first read out and present the topic\/title of their debate before beginning.',\n                    'Contestants must use simple, respectful, and polite language when presenting their points.',\n                    'Avoid using language that may offend or harm national, religious, ethnic, or personal sentiments.',\n                    'Reading directly from written notes or papers is not allowed; arguments must be presented naturally.',\n                    'The decision of the judges will be final.'\n                ],\n                howToPlay: 'The goal of a debate is not only to win an argument but also to develop mutual respect and appreciation. Participants should carefully read and prepare for the given topics in advance. This competition is open to all ages, male and female.',\n                additionalInfo: `\n                <div class=\"modal-section\">\n                    <h3><i class=\"fas fa-list-alt\"><\/i> Debate Topics<\/h3>\n                    <ul>\n                        <li>Which is more important: Physical strength or Mental strength(Intellectual Strength)?<\/li>\n                        <li>The importance of Yoga and other exercises (including gym workouts).<\/li>\n                        <li>Mobile phones are not \/ are beneficial to humans.<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"modal-section\">\n                    <h3><i class=\"fas fa-list-alt\"><\/i> Judging Criteria (Total Points: 100)<\/h3>\n                    <ul>\n                        <li>Introduction (10 Points)<\/li>\n                        <li>Contents Presentation (20 Points)<\/li>\n                        <li>Rebuttal Ability (20 Points)<\/li>\n                        <li>Expression\/Gesture (20 Points)<\/li>\n                        <li>Costume (Neatness) (10 Points)<\/li>\n                        <li>Audience Engagement (10 Points)<\/li>\n                        <li>Judges' Preference (10 Points)<\/li>\n                    <\/ul>\n                <\/div>\n            `\n            },\n            'impromptu-speech': {\n                title: 'Free Speech Competition',\n                subtitle: 'Age Groups: Above 15 and Under 15 | Public Speaking',\n                description: 'Impromptu speaking is the skill of being able to speak clearly and effectively about a given topic within a set time. The speaker must make the topic easy for everyone to understand and pleasant to listen to by using logical explanations, examples, and illustrations. The goal of this impromptu speech competition is to help develop individuals who can confidently give speeches and addresses in front of an audience at future events. This competition is open to anyone, male or female, and is divided into two age categories: those under 15 years old and those 15 years and older.',\n                photo: 'images\/speech.jpg',\n                rules: [\n                    'Participants must wear traditional or modest clothing.',\n                    'First, you must introduce yourself and read out the topic you will be speaking about.',\n                    'Participants must give greeting speech for Chairman',\n                    'Include a proverb related to the topic you are going to talk about.',\n                    'It is especially important to conclude within the allotted time.',\n                    'It is very important to be bold and clear in your style and to be appropriate to the context.',\n                    'The referee\\'s decision will be final.'\n                ],\n                howToPlay: 'Anyone under the age of 15 and over the age of 15, male or female, can participate in this free speech competition. Prepare a speech on the suggested topics, making sure to follow all the guidelines provided.',\n                additionalInfo: `\n                <div class=\"modal-section\">\n                    <h3><i class=\"fas fa-list-alt\"><\/i> Speech Topics<\/h3>\n                    <ul class=\"topics-list\">\n                        <li>About the Founder of Sangh Organization, Dr. Hedgewar<\/li>\n                        <li>Guru of Sangh, Bhagwa Dwaj<\/li>\n                        <li>Golwakar Shri Guru ji<\/li>\n                        <li>The importance of observing the Five Precepts for an individual. (\u101c\u1030\u1010\u1005\u103a\u1026\u1038\u1010\u103d\u1004\u103a \u1004\u102b\u1038\u1015\u102b\u1038\u101e\u102e\u101c\u1005\u1031\u102c\u1004\u1037\u103a\u1011\u102d\u1014\u103a\u1038\u101b\u1001\u103c\u1004\u103a\u1038 \u104f \u1021\u101b\u1031\u1038\u1015\u102b\u1015\u102f\u1036\u104b )<\/li>\n                        <li>May the Five Strengths be developed and prosper.(\u1017\u101c\u1004\u102b\u1038\u1010\u1014\u103a \u1016\u103d\u1036\u1016\u103c\u102d\u102f\u1038 \u1010\u102d\u102f\u1038\u1010\u1000\u103a\u101c\u102c\u1000\u103c\u1005\u1031\u101b\u1014\u103a )<\/li>\n                        <li>Discipline is the lifeblood of a nation.<\/li>\n                        <li>Health is a form of wealth.<\/li>\n                        <li>Knowledge is a golden pot.<\/li>\n                        <li>A Hindu saint whom I respect, admire, and value.<\/li>\n                        <li>Advice and discipline given by a mother from Ittthi nwail win(\u1023\u1010\u1039\u1011\u102d\u1014\u103d\u101a\u103a\u101d\u1004\u103a).<\/li>\n                        <li>The Benefits of Modern Technology.<\/li>\n                        <li>One of my favorite Hindu festivals.<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"modal-section\">\n                    <h3><i class=\"fas fa-list-alt\"><\/i> Judging Criteria (Total: 100 Points)<\/h3>\n                    <ul>\n                        <li>Introduction (10 Points)<\/li>\n                        <li>Contents Presentation (40 Points)<\/li>\n                        <li>Expression\/Gesture (20 Points)<\/li>\n                        <li>Costume (Neatness) (10 Points)<\/li>\n                        <li>Audience Engagement (10 Points)<\/li>\n                        <li>Judges' Preference (10 Points)<\/li>\n                    <\/ul>\n                <\/div>\n            `\n            },\n            'coloring': {\n                title: 'Coloring Competition',\n                subtitle: 'Age Group: Under 15 | Creative',\n                description: 'In this competition, participants must paint only the pictures specified by the organizing committee. Competitors can use their own choice of clean and neat colors or paints.',\n                photo: 'images\/drawing-tips.jpg',\n                rules: [\n                    'The competitor must be under 15 years of age.',\n                    'Name, date of birth, certificate, class, phone number, and address must be written accurately.',\n                    'The coloing must be done on the given A4 sketch paper.',\n                    'Competitors may use any type of colored pencils or paints for painting.',\n                    'Submitted paintings will not be returned.',\n                    'Only paintings that follow the specified rules will be accepted.',\n                    'Paintings must be submitted in person or by post to: Thanantana Dhammapalaka Federation, No. 227\/229, 37th Street, Upper Kyauktada, 09255786971, by January (4).',\n                    'Competitors will not be allowed to participate after the specified date.',\n                    'The decision of the judges will be final.'\n                ],\n                howToPlay: 'Participants must create artwork based on the specified themes using their preferred art materials. All entries must be submitted by the deadline to be considered for judging.',\n                additionalInfo: `\n                <div class=\"modal-section\">\n                    <h3><i class=\"fas fa-palette\"><\/i> Pictures to be Painted<\/h3>\n                    <ul class=\"topics-list\">\n                        <li>Dr. Keshav Rao Baliram Hedgewar<\/li>\n                        <li>Madhav Rao Sadashiv Rao Golvalkar<\/li>\n                        <li>Sanatan Dharma (Hindu) Organization 75th Anniversary Logo<\/li>\n                        <li>Celebrating traditional Hindu festivals<\/li>\n                        <li>Swami Vivekananda<\/li>\n                        <li>Tiruvalluvar<\/li>\n                        <li>Hindu temples<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"modal-section\">\n                    <h3><i class=\"fas fa-palette\"><\/i> Judging Criteria(Total: 100 Points)<\/h3>\n                    <ul>\n  <li><strong>Color Selection \u2013 20 marks<\/strong>\n    <ul>\n      <li>Appropriately choosing colors suitable for the natural beauty of children<\/li>\n      <li>Effective use of colors<\/li>\n    <\/ul>\n  <\/li>\n  <li><strong>Color Harmony and Application \u2013 20 marks<\/strong>\n    <ul>\n      <li>Harmonious color combination, visual balance, and clean application without smudging<\/li>\n    <\/ul>\n  <\/li>\n  <li><strong>Systematic Depiction \u2013 20 marks<\/strong>\n    <ul>\n      <li>Fully coloring without leaving significant blank spaces<\/li>\n      <li>Organized and methodical presentation<\/li>\n    <\/ul>\n  <\/li>\n  <li><strong>Artistic Creativity \u2013 20 marks<\/strong>\n    <ul>\n      <li>Exceptional coloring reflecting the childlike style<\/li>\n      <li>Beautiful imagination and creativity<\/li>\n    <\/ul>\n  <\/li>\n  <li><strong>Overall Impact \u2013 20 marks<\/strong>\n    <ul>\n      <li>Integrated and visually appealing as a complete piece of art<\/li>\n    <\/ul>\n  <\/li>\n  <li><strong>Total = 100 marks<\/strong><\/li>\n<\/ul>\n\n                <\/div>\n            `\n            },\n            'painting': {\n                title: 'Painting Competition',\n                subtitle: 'Age Group: All| Creative',\n                description: 'This competition allows participants to express their creativity through painting. Participants can choose their own subjects and styles while adhering to the competition guidelines.',\n                photo: 'images\/painting-tips.jpg',\n                rules: [\n                    'Any painter or art enthusiast may participate in the competition.',\n                    'Since the competition involves portrait painting, only oil paints or acrylic paints may be used.',\n                    'The size of the competition painting is restricted to 18\" x 24\".',\n                    'Original reference photographs for the portrait painting competition can be obtained from the Myanmar Traditional Artists Association, No. 188-192, east side of Bo Cho Market, Panbatan Township, during office hours at a rate of 2,000 Kyats per photo.',\n                    'Competition entries will be accepted starting on Wednesday, October 15, 2025.',\n                    'All competition entries must be submitted no later than January 31, 2026.',\n                    'Prizes for winning paintings include: First Prize \u2013 10 lakh Kyats, Second Prize \u2013 7 lakh Kyats, Third Prize \u2013 5 lakh Kyats, and two Consolation Prizes \u2013 3 lakh Kyats each, with a total of 10 prizes awarded.',\n                    'For more details, contact Shri Shanti Lal \/ U Hla Thein at 09-255 786 971.'\n                ],\n\n                howToPlay: 'Create an original painting on any subject of your choice. Focus on creativity, technique, and expression. Submit your completed work by the deadline for judging.',\n                additionalInfo: `\n                <div class=\"modal-section\">\n                    <h3><i class=\"fas fa-palette\"><\/i> Suggested Themes<\/h3>\n                    \n                <\/div>\n            `\n            },\n            'individual-sangh-geet': {\n                title: 'Individual Sangh Geet Competition',\n                subtitle: 'Age Groups: Above 15 and Under 15 | Musical',\n                description: 'Prerak Geet is which we use to sing to encourage people and remind them of our culture and religion and to encourage younger generation to protect Dharma and carry on these tradition. Participants may compete with their favorite Myanmar, Tamil, Telugu, or Hindi song.',\n                photo: 'images\/sangh-geet-tips.jpg',\n                rules: [\n                    'Participants must sing the song from beginning to end.',\n                    'One person can sing only one Sangh Geet.',\n                    'Competitors in the individual competition are not allowed to participate in the group competition.',\n                    'If participants wish to use assistive devices, they must arrange and bring their own.',\n                    'Only songs from the Sangh Geet Mala and Prerak Geet Mala, published by the Federation, may be sung in the competition..',\n                    'The decision of the judges will be final.'\n                ],\n                howToPlay: 'Select a Sangh Geet that showcases your vocal abilities. Practice the pronunciation, melody, and expression. Perform with confidence and convey the meaning and emotion of the song.',\n                additionalInfo: `\n                <div class=\"modal-section\">\n            <h3><i class=\"fas fa-trophy\"><\/i> Judging Criteria (Total 100 Points) <\/h3>\n            <ul class=\"topics-list\">\n                <li>Introduction (10 Points)<\/li>\n                <li>Synchronization (40 Points)<\/li>\n                <li>Expression and Body Language(10 Points)<\/li>\n                <li>Pronounciation and Clarity (10 Points)<\/li>\n                <li>Costume (Neatness) (10 Points)<\/li>\n                <li>Audience Engagement (10 Points)<\/li>\n                <li>Judges' Preference (10 Points)<\/li>\n\n            <\/ul>\n        <\/div>\n       \n   \n            `\n            },\n            'group-sangh-geet': {\n                title: 'Group Sangh Geet Competition',\n                subtitle: 'Age Groups: Above 15 and Under 15 | Musical',\n                description: 'Prerak Sangha Song is a song sung by the people to inspire, motivate, and inspire patriotism in their lives, and to make them aware of their own religion, customs, and traditions. Unity, manners, and discipline are very important when singing Sangha songs in groups. Therefore, this Sangha Song competition is held with the aim of encouraging the new generation of young people to imitate and maintain their own respected and honorable traditions.',\n                photo: 'images\/group-sangh-geet-tips.jpg',\n                rules: [\n                    'A group of five (5) people must compete.',\n                    'Anyone who has participated in the individual competition is not eligible to compete.',\n                    'If participants wish to use any musical instruments, they must arrange and bring their own.',\n                    'Only Songs from the Sangha Geet Mala and Prerak Geet Mala  is allowed in the competition.',\n                    'Each group must perform one Sangh Geet of their choice from the approved collection.',\n                    'The performance should not exceed 7 minutes.',\n                    'Judging criteria include: harmony, synchronization, expression, unity, and overall impact.',\n                    'The judge\\'s decision is final.'\n                ],\n                howToPlay: 'Select a Sangh Geet from the approved Federation collection that works well for group performance. Practice together regularly to achieve perfect harmony, synchronization, and disciplined presentation. Focus on conveying the collective spirit, patriotic fervor, and cultural values embedded in the song. Pay special attention to unity, manners, and discipline while performing, as these are essential elements of group Sangh Geet. The competition is divided into two categories: 15-year-olds and under, and 15-year-olds and over.',\n                additionalInfo: `\n        <div class=\"modal-section\">\n            <h3><i class=\"fas fa-users\"><\/i> Judging Criteria ( Total: 100 Points) <\/h3>\n            <ul>\n                li>Introduction (10 Points)<\/li>\n                <li>Synchronization (30 Points)<\/li>\n                <li>Expression and Gesture (10 Points)<\/li>\n                <li>Unity and Coordination (10 Points)<\/li>\n                <li>Pronounciation and Clarity (10 Points)<\/li>\n                <li>Costume (Neatness) (10 Points)<\/li>\n                <li>Audience Engagement (10 Points)<\/li>\n                <li>Judges' Preference (10 Points)<\/li>\n            <\/ul>\n        <\/div>\n        \n        \n    `\n            },\n            'family-sangh-geet': {\n                title: 'Family Sangh Geet Competition (At least 2 family members must participate)',\n                subtitle: 'All Age Groups | Musical',\n                description: 'Family singing (Sangha songs) inspires, motivates, and instills love for one\u2019s community and country while helping participants learn about their religion, customs, and traditions. Unity, manners, and discipline are very important when performing family Sangha songs. This competition aims to encourage the younger generation in each family to adopt, preserve, and take pride in their respectful and honorable practices. Participants must perform together as a family, and the competition will be conducted online via Zoom Cloud Meeting.',\n                photo: 'images\/family-sangh-geet-tips.jpg',\n                rules: [\n                    'It is recommended that all family members participate together in the competition.',\n                    'If participants wish to use any supporting instruments, they must arrange and bring them themselves.',\n                    'Participants must sit in a position where the faces of all family members are visible.',\n                    'All family members must sing together during the performance.',\n                    'Neat traditional attire must be worn by all participants.',\n                    'The decision of the judges will be final.'\n                ],\n\n                howToPlay: 'Gather all family members to participate together in this special competition held online via Zoom. Select a Sangh Geet that represents your family values and traditions. Practice together to achieve harmony and synchronization. Ensure all family members are visible on camera during the performance. Dress in neat traditional clothing to honor the cultural significance of the songs. Focus on conveying unity, patriotism, and the preservation of traditions through your collective performance.',\n                additionalInfo: `\n                <div class=\"modal-section\">\n                    <h3><i class=\"fas fa-home\"><\/i> Judging Criteria<\/h3>\n                    <ul>\n                         <li>Opening introduction \u2013 10 points<\/li>\n                         <li>Voice and sound quality \u2013 50 points<\/li>\n                         <li>Unity and synchronization \u2013 20 points<\/li>\n                         <li>Appearance (neatness) \u2013 10 points<\/li>\n                         <li>Dress and attire (neatness) \u2013 10 points<\/li>\n                         <li>Total \u2013 100 points<\/li>\n                    <\/ul>\n\n                <\/div>\n                <div class=\"modal-section\">\n                    <h3><i class=\"fas fa-laptop\"><\/i> Technical Requirements<\/h3>\n                    <ul>\n                        <li>Stable internet connection for Zoom meeting<\/li>\n                        \n                        <li>Camera positioned to show all participating family members<\/li>\n                        <li>Adequate lighting to ensure clear visibility<\/li>\n                        <li>Test your setup before the competition date<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"modal-section\">\n            <h3>\ud83c\udfb5 Suggested Songs<\/h3>\n            <p class=\"songs-subtitle\">Browse songs by language category<\/p>\n            \n            <!-- Language Tabs -->\n            <div class=\"language-tabs\">\n                <button class=\"tab-button active\" data-language=\"hindi\">Hindi<\/button>\n                <button class=\"tab-button\" data-language=\"sanskrit\">Sanskrit<\/button>\n                <button class=\"tab-button\" data-language=\"tamil\">Tamil<\/button>\n                <button class=\"tab-button\" data-language=\"telugu\">Telugu<\/button>\n                \n            <\/div>\n            \n            <!-- Hindi Songs -->\n            \n            <div class=\"song-category active\" id=\"hindi-songs\">\n                <h4><i class=\"fas fa-language\"><\/i> Hindi Songs<\/h4>\n                <div class=\"songs-grid\">\n                    <div class=\"song-card\">\n                        <div class=\"song-header\">\n                            <i class=\"fas fa-music\"><\/i>\n                            <h5>Shata Naman Keshav Charan Me<\/h5>\n                        <\/div>\n                        <p class=\"song-desc\">3 min 43 sec<\/p>\n                        <div class=\"song-actions\">\n                            <a href=\"https:\/\/youtu.be\/phJ6Nf8riuI?si=XQpaamdJn34o5Rbv\" target=\"_blank\" class=\"btn-youtube\">\n                                <i class=\"fab fa-youtube\"><\/i> Listen\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"song-card\">\n                        <div class=\"song-header\">\n                            <i class=\"fas fa-music\"><\/i>\n                            <h5>He Keshav Tumko Koti Koti Abhivadan  <\/h5>\n                        <\/div>\n                        <p class=\"song-desc\">5 min 43 sec<\/p>\n                        <div class=\"song-actions\">\n                            <a href=\"https:\/\/youtu.be\/pUPWnatgiX4?si=pv0t7tE_f-sBvGTN\" target=\"_blank\" class=\"btn-youtube\">\n                                <i class=\"fab fa-youtube\"><\/i> Listen\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                    <div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Chale nirantar chintan manthan <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">4 min 7 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/Bci2saKJ_Ig?si=yt5Xy9TX7nuI54lf\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n                    \n                    <div class=\"song-card\">\n                        <div class=\"song-header\">\n                            <i class=\"fas fa-music\"><\/i>\n                            <h5>Veer Keshav ko Naman Hai Pujya Madhav Ko Naman <\/h5>\n                        <\/div>\n                        <p class=\"song-desc\">2 min 2 sec<\/p>\n                        <div class=\"song-actions\">\n                            <a href=\"https:\/\/youtu.be\/IsJVty7M5rU?si=sufHHpI26otDHh6T\" target=\"_blank\" class=\"btn-youtube\">\n                                <i class=\"fab fa-youtube\"><\/i> Listen\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                    <div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Param Pujaniya he Madhav <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">6 min 9 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/S3ooaF5gAVo?si=jZ3KdFZRicKoAlg0\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Dharma ke liye jiye samaj ke liye jiye <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">6 min 1 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/r2x9e_aXIE4?si=jDNZsoDIJ1VwmUYp\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Sangh Hriday me Bhar paye ab <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">6 min 39 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/PVRcR-Ac9fo?si=8AFekhNVWh39fMYq\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Hindu Jage to Vishwa jagega <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min 26 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/G1ynKqxqsHE?si=Iuqmt8NNzZHXVaiH\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n                    \n                    <div class=\"song-card\">\n                        <div class=\"song-header\">\n                            <i class=\"fas fa-music\"><\/i>\n                            <h5>Shata Naman Madhav Charan Me <\/h5>\n                        <\/div>\n                        <p class=\"song-desc\">6 min 9 sec<\/p>\n                        <div class=\"song-actions\">\n                            <a href=\"https:\/\/youtu.be\/La2SNfo0uL8?si=YCpMvkHSn3rGC1OM\" target=\"_blank\" class=\"btn-youtube\">\n                                <i class=\"fab fa-youtube\"><\/i> Listen\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Sanskrit Songs -->\n            <div class=\"song-category\" id=\"sanskrit-songs\">\n                <h4><i class=\"fas fa-language\"><\/i> Sanskrit Songs<\/h4>\n                <div class=\"songs-grid\">\n                    <div class=\"song-card\">\n                        <div class=\"song-header\">\n                            <i class=\"fas fa-music\"><\/i>\n                            <h5>Keshavam Smarami Sada Pram pujaniyam <\/h5>\n                            \n                        <\/div>\n                        <p class=\"song-desc\">3 min 40 s<\/p>\n                        <div class=\"song-actions\">\n                            <a href=\"https:\/\/youtu.be\/fw6xM9Yow-U?si=A0-hgbfFX0K__qH3\" target=\"_blank\" class=\"btn-youtube\">\n                                <i class=\"fab fa-youtube\"><\/i> Listen\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                    <div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Lok hitam Mam Karaniyam <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">4 min 5 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/lVVTcd9fSR8?si=UlD7FBlV3gbpJq9U\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Bodhayitwa Sangh Bhavam nash yitwa heenabhavam <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min 26 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/bwhCLfXhFhs?si=W5BNnIAulNIdYcH3\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Shura Vayam Dheera Vayam <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">2 min 52 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/UHXG-WxFW3E?si=8XOP3dXUyYWp5dLN\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n                    \n                    <div class=\"song-card\">\n                        <div class=\"song-header\">\n                            <i class=\"fas fa-music\"><\/i>\n                            <h5>Chal Chal purato nidehi charanam <\/h5>\n                        <\/div>\n                        <p class=\"song-desc\">3 min 24 sec<\/p>\n                        <div class=\"song-actions\">\n                            <a href=\"https:\/\/youtu.be\/T8W0VziL3UY?si=GFn-RTwXPGgYsuOd\" target=\"_blank\" class=\"btn-youtube\">\n                                <i class=\"fab fa-youtube\"><\/i> Listen\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Tamil Songs -->\n            <div class=\"song-category\" id=\"tamil-songs\">\n                <h4><i class=\"fas fa-language\"><\/i> Tamil Songs<\/h4>\n                <div class=\"songs-grid\">\n                    <div class=\"song-card\">\n                        <div class=\"song-header\">\n                            <i class=\"fas fa-music\"><\/i>\n                            <h5>Sandanam yengal Natin Puludi <\/h5>\n                        <\/div>\n                        <p class=\"song-desc\">4 min 10 sec<\/p>\n                        <div class=\"song-actions\">\n                            <a href=\"https:\/\/youtu.be\/y7bThHd0eLo?si=LgMYJ0yoHD51N8CN\" target=\"_blank\" class=\"btn-youtube\">\n                                <i class=\"fab fa-youtube\"><\/i> Listen\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                    <div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Engal mannin engal valamum <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">4 min 5 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/zRpUpnfs2fQ?si=YKzii9wDq5rOLSPI\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Ilaignargale sangha pani valarkavaruveer <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min <\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/GDWWN-is1zE?si=AB08wWHIKnRyK6cv\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Indha naadu Hindu naadu <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min 28 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/fvhBMFFmMDI?si=39ciu52LaL1Wm3l8\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Malayila magudam vaithu  <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">4 min 40 sec <\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/LAJdzLHLRb4?si=UmpLTDSMQ2pra-m1\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Onnun thaan onnu thaane namma nadu <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min 36 sec <\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/wRYedM9_jpk?si=fVeLKzy2PWv7qdX_\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div><div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Oru varam arul annaiye <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\"> 4 min 50 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/q5DiYw2CKE8?si=m-wgIR0BgTwn2QZ3\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Punitha nannalil inddru poojai seigiron <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min 54 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/4_GCkmVvETg?si=rWZZTX_8YqVmssUJ\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Sangh gangai perugipayudu <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">5 min 25 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/AIUuL9e-mmI?si=9Hge8dP2FIXRwfSI\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n                    \n                    <div class=\"song-card\">\n                        <div class=\"song-header\">\n                            <i class=\"fas fa-music\"><\/i>\n                            <h5>Hindu Yendra Manthiram sangmundrai tandiram <\/h5>\n                        <\/div>\n                        <p class=\"song-desc\">6 min 56 sec<\/p>\n                        <div class=\"song-actions\">\n                            <a href=\"https:\/\/youtu.be\/OhuJhT3wvA4?si=Z0QymN_6Vc9U6Vay\" target=\"_blank\" class=\"btn-youtube\">\n                                <i class=\"fab fa-youtube\"><\/i> Listen\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Telugu Songs -->\n            <div class=\"song-category\" id=\"telugu-songs\">\n                <h4><i class=\"fas fa-language\"><\/i> Telugu Songs<\/h4>\n                <div class=\"songs-grid\">\n                    <div class=\"song-card\">\n                        <div class=\"song-header\">\n                            <i class=\"fas fa-music\"><\/i>\n                            <h5>Jana Jagruta Navabharata Mahodayam i<\/h5>\n                        <\/div>\n                        <p class=\"song-desc\">5 min 18 sec<\/p>\n                        <div class=\"song-actions\">\n                            <a href=\"https:\/\/youtu.be\/bMGlO1vl5r8?si=tJnTMrnYGx4OH083\" target=\"_blank\" class=\"btn-youtube\">\n                                <i class=\"fab fa-youtube\"><\/i> Listen\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                    <div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Thalli Bharathi Vandanam <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">4 min 38 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/qaxzOXcsis4?si=TeJyig5J-NYX8BIE\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Madhavaa Ni Talapu Desa Sevaku Pilupu <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">4 min 3 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/92NRr2cVcEQ?si=MsPmIuxmHS_mRNYt\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Veera Keshava Janmame<\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">3 min 43 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/u4Oc6nFzWjU?si=r0RaFeqg1OBqAyEY\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Matru Murthi Padaala Mundara<\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\"> 4 min 58 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/q6Clk8erkS8?si=toHr6WLnkN9vGiwU\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Padudaam Padudaam<\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">3 min 5 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/Er__MJrdQyU?si=xkza1GpPqQ86JQx6\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Sagaram pngutunnadi <\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">4 min 3 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/Nc34degRUUY?si=xU0r7Xhi864OBsJ8\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Lendira Sivametti Randira<\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">4 min 41 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/OwVTjbm0N2s?si=5QG0hO3UfaTEpDvH\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n<div class=\"song-card\">\n    <div class=\"song-header\">\n        <i class=\"fas fa-music\"><\/i>\n        <h5>Manamanthaa Hinduvulam<\/h5>\n        \n    <\/div>\n    <p class=\"song-desc\">3 min 23 sec<\/p>\n    <div class=\"song-actions\">\n        <a href=\"https:\/\/youtu.be\/zJ4OD2y5iYI?si=iXlDi6pS44ztI0iI\" target=\"_blank\" class=\"btn-youtube\">\n            <i class=\"fab fa-youtube\"><\/i> Listen\n        <\/a>\n    <\/div>\n<\/div>\n                    \n                    <div class=\"song-card\">\n                        <div class=\"song-header\">\n                            <i class=\"fas fa-music\"><\/i>\n                            <h5>Charitaloni saramide <\/h5>\n                        <\/div>\n                        <p class=\"song-desc\">6 min 40 sec<\/p>\n                        <div class=\"song-actions\">\n                            <a href=\"https:\/\/youtu.be\/3Cq0RyPU5u4?si=RD4gG6DkrU__AarI\" target=\"_blank\" class=\"btn-youtube\">\n                                <i class=\"fab fa-youtube\"><\/i> Listen\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Myanmar Songs -->\n            <div class=\"song-category\" id=\"myanmar-songs\">\n                <h4><i class=\"fas fa-language\"><\/i> Myanmar Songs<\/h4>\n                <div class=\"songs-grid\">\n                    <div class=\"song-card\">\n                        <div class=\"song-header\">\n                            <i class=\"fas fa-music\"><\/i>\n                            <h5>Kaba Ma Kyei<\/h5>\n                        <\/div>\n                        <p class=\"song-desc\">Myanmar national anthem<\/p>\n                        <div class=\"song-actions\">\n                            <a href=\"https:\/\/www.youtube.com\/results?search_query=Kaba+Ma+Kyei+Sangh+Geet\" target=\"_blank\" class=\"btn-youtube\">\n                                <i class=\"fab fa-youtube\"><\/i> Listen\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"song-card\">\n                        <div class=\"song-header\">\n                            <i class=\"fas fa-music\"><\/i>\n                            <h5>Myanmar Traditional<\/h5>\n                        <\/div>\n                        <p class=\"song-desc\">Cultural song<\/p>\n                        <div class=\"song-actions\">\n                            <a href=\"https:\/\/www.youtube.com\/results?search_query=Myanmar+Traditional+Sangh+Geet\" target=\"_blank\" class=\"btn-youtube\">\n                                <i class=\"fab fa-youtube\"><\/i> Listen\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n            `\n            },\n            \/\/ Add these competition details to the gameDetails object\n            'swayamsevika-htoke-see-htoe': {\n                title: 'Htote See Htoe Competition( Swamyamsevika Only )',\n                subtitle: 'For Swayamsevika Only | Special Category',\n                description: 'This is a special competition exclusively for Swayamsevika participants. It focuses on traditional skills and cultural activities that celebrate our heritage. Htote See Htoe is a popular traditional game in Myanmar. Boys and girls can play together. It can be played with 6, 8, 10, or 12 players. If 6 players are playing, they divide into 3 players on each side. If 8, 10, or 12 players are playing, they divide equally into 4, 5, or 6 players per side. To play, lines are drawn on the ground with a stick, by pouring water, or by tracing with chalk\/powder, depending on the ground. The more players there are, the more lines (*boundaries*) are drawn. For example, if there are 10 children (both boys and girls), they divide into 5 players on each side. When playing, the older children usually take position at the top line, called \\'Ka\\'. The player at the \\'Ka\\' line usually also guards the \\'Sa\\' and \\'Hsa\\' lines. At the beginning of the game, players start from their side and try to pass the \\'Ka\\' line and reach the \\'Kha\\' line. From the Kha, Ga, Nga lines and from Za up to Sa, they must not cross the side boundaries. If they cross, the other players shout *\\'Hot rice burns!\\'* and that player loses. Losing means they must stay back and guard the lines. Once a player successfully passes beyond the \\'Nga\\' line, they must return, again passing over the Nga, Ga, Kha, and Ka lines to reach back safely. To \\'pass successfully\\' means to cross without being touched by the guarding players. If there are many players, an additional guard is assigned to the \\'Sa\\' line. In Myanmar, this game is often played on bright moonlit nights. If someone from one side manages to run from the \\'Ka\\' line, pass the \\'Nga\\' line, and then return passing over the Nga, Ga, Kha, and Ka lines without being caught, they shout \\'Aung Htoo Pyi!\\' (\\'Victory Achieved!\\'). That means they have won that round, and they earn the right to continue advancing again. However, just before victory, if the player advancing touches or gets touched by a guard, they lose and must take a turn guarding the lines.'\n                ,\n                photo: 'https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-10-125615.png',\n                rules: [\n                    'The head guard must stand at the middle of the top line. Attackers can only start after the head guard claps hands with their own team. If they advance before the clap, they must return.',\n                    'After the hand clap, the head guard cannot catch the opposing head attacker between the first and second lines, but may catch them when they attempt for victory. On other lines, the head attacker can be caught.',\n                    'The head guard can catch at the \u201cCock\u2019s Tongue\u201d and middle lines but must keep both feet on the line. Jumping over or crossing the line is not allowed.',\n                    'Only the head guard controls the first line and \u201cCock\u2019s Tongue\u201d area. They may block and shift freely.',\n                    'After clapping hands, the head guard can also catch younger attackers on the first line and \u201cCock\u2019s Tongue.\u201d',\n                    'Guards must ensure that attackers do not pass beyond their line or escape through the side boundaries.',\n                    'Guards may use extended arms, sideways blocking, or reaching strikes to stop attackers. They may also tag diagonal runners.',\n                    'If a guard stretches too far and steps or reaches outside with even one foot or hand, it does not count as a catch.',\n                    'Guards cannot catch attackers who have already crossed beyond their line. However, if an attacker comes back from behind, they can be caught.',\n                    'Two players arriving at the same line at once can still result in a valid catch.',\n                    'A catch is only valid if both of the guard\u2019s feet are on the line and contact is visible to the referee.',\n                    'If a catch is made unfairly or against the rules, the referee will not count it, and play continues.',\n                    'Guards may also turn and catch attackers running back (\u201creverse catch\u201d), but players cannot enter backwards.',\n                    'If a guard tags legally but is pushed off the line by the attacker, the catch still counts, based on the first contact.',\n                    'In all cases, the referee\\'s decision is final.'\n                ],\n\n                \/\/howToPlay: 'This competition celebrates traditional skills and cultural practices. Participants will demonstrate their abilities in a structured format following the guidelines provided by the organizers.'\n            },\n            'swayamsevika-competition-2': {\n                title: 'Swayamsevika Competition 2',\n                subtitle: 'For Swayamsevika Only | Creative Category',\n                description: 'A creative competition designed specifically for Swayamsevika to showcase their artistic talents and innovative thinking.',\n                photo: 'https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Swami-Vivekananda-scaled.jpg',\n                rules: [\n                    'Open to Swayamsevika participants only',\n                    'Originality and creativity are key evaluation criteria',\n                    'Materials may be brought by participants or provided by organizers',\n                    'Time limit: 2 hours for completion',\n                    'Entries must reflect cultural themes and values',\n                    'All entries become property of the organization'\n                ],\n                howToPlay: 'Express your creativity through this special competition. Use the provided materials or bring your own to create something beautiful that represents our culture and values.'\n            },\n            'swayamsevika-competition-3': {\n                title: 'Swayamsevika Competition 3',\n                subtitle: 'For Swayamsevika Only | Team Category',\n                description: 'A team-based competition that emphasizes collaboration, coordination, and traditional group activities for Swayamsevika.',\n                photo: 'https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Sdss-75-years-logo-scaled.jpg',\n                rules: [\n                    'Teams of 4-6 Swayamsevika participants',\n                    'Team coordination and unity are evaluation criteria',\n                    'Traditional group formations must be maintained',\n                    'Time limits will be strictly enforced',\n                    'Judges will evaluate both process and final result',\n                    'All team members must participate actively'\n                ],\n                howToPlay: 'Work together with your team to complete the challenge. Focus on coordination, traditional techniques, and collective effort to achieve the best results.'\n            },\n            \/\/ Removed content for blood-donation and plantation\n            'blood-donation': null,\n            'plantation': null\n        };\n\n        function showGameDetails(gameId) {\n            const videoTutorialDiv = document.querySelector('.video-tutorial');\n            const coloringGalleryDiv = document.getElementById('coloringGallery');\n            const essayGalleryDiv = document.getElementById('essayGallery');\n            const debateGalleryDiv = document.getElementById('debateGallery');\n            const speechGalleryDiv = document.getElementById('speechGallery');\n            const paintingGalleryDiv = document.getElementById('paintingGallery');\n            const swayamsevikaGallery = document.getElementById('swayamsevikaGallery');\n\n\n            if (gameId === 'coloring') {\n                videoTutorialDiv.style.display = 'none';\n                coloringGalleryDiv.style.display = 'block';\n                essayGalleryDiv.style.display = 'none';\n                debateGalleryDiv.style.display = 'none';\n                speechGalleryDiv.style.display = 'none';\n                paintingGalleryDiv.style.display = 'none';\n\n            } else if (gameId === 'essay-writing') {\n                videoTutorialDiv.style.display = 'none';\n                coloringGalleryDiv.style.display = 'none';\n                essayGalleryDiv.style.display = 'block';\n                debateGalleryDiv.style.display = 'none';\n                speechGalleryDiv.style.display = 'none';\n                paintingGalleryDiv.style.display = 'none';\n\n            } else if (gameId === 'family-sangh-geet') {\n                videoTutorialDiv.style.display = 'none';\n                coloringGalleryDiv.style.display = 'none';\n                essayGalleryDiv.style.display = 'none';\n                debateGalleryDiv.style.display = 'none';\n                speechGalleryDiv.style.display = 'none';\n                paintingGalleryDiv.style.display = 'none';\n\n            } else if (gameId === 'individual-sangh-geet') {\n                videoTutorialDiv.style.display = 'none';\n                coloringGalleryDiv.style.display = 'none';\n                essayGalleryDiv.style.display = 'none';\n                debateGalleryDiv.style.display = 'none';\n                speechGalleryDiv.style.display = 'none';\n                paintingGalleryDiv.style.display = 'none';\n\n            } else if (gameId === 'group-sangh-geet') {\n                videoTutorialDiv.style.display = 'none';\n                coloringGalleryDiv.style.display = 'none';\n                essayGalleryDiv.style.display = 'none';\n                debateGalleryDiv.style.display = 'none';\n                speechGalleryDiv.style.display = 'none';\n                paintingGalleryDiv.style.display = 'none';\n\n            } else if (gameId === 'debate') {\n                videoTutorialDiv.style.display = 'none';\n                coloringGalleryDiv.style.display = 'none';\n                essayGalleryDiv.style.display = 'none';\n                debateGalleryDiv.style.display = 'block';\n                speechGalleryDiv.style.display = 'none';\n                paintingGalleryDiv.style.display = 'none';\n\n            } else if (gameId === 'impromptu-speech') {\n                videoTutorialDiv.style.display = 'none';\n                coloringGalleryDiv.style.display = 'none';\n                essayGalleryDiv.style.display = 'none';\n                debateGalleryDiv.style.display = 'none';\n                speechGalleryDiv.style.display = 'block';\n                paintingGalleryDiv.style.display = 'none';\n\n            } else if (gameId === 'painting') {\n                videoTutorialDiv.style.display = 'none';\n                coloringGalleryDiv.style.display = 'none';\n                essayGalleryDiv.style.display = 'none';\n                debateGalleryDiv.style.display = 'none';\n                speechGalleryDiv.style.display = 'none';\n                paintingGalleryDiv.style.display = 'block';\n\n            } else if (gameId.includes('swayamsevika')) {\n                videoTutorialDiv.style.display = 'none';\n                coloringGalleryDiv.style.display = 'none';\n                essayGalleryDiv.style.display = 'none';\n                debateGalleryDiv.style.display = 'none';\n                speechGalleryDiv.style.display = 'none';\n                paintingGalleryDiv.style.display = 'none';\n                swayamsevikaGallery.style.display = 'block';\n\n            } else {\n                videoTutorialDiv.style.display = 'block';\n                coloringGalleryDiv.style.display = 'none';\n                essayGalleryDiv.style.display = 'none';\n                debateGalleryDiv.style.display = 'none';\n                speechGalleryDiv.style.display = 'none';\n                paintingGalleryDiv.style.display = 'none';\n\n            }\n\n            if (gameId === 'blood-donation' || gameId === 'plantation') return;\n\n            const game = gameDetails[gameId] || {\n                title: 'Competition Details',\n                subtitle: 'Information',\n                description: 'Detailed information about this competition will be available soon.',\n                video: '',\n                rules: ['Check back later for rules and regulations'],\n                howToPlay: 'Instructions will be provided before the competition begins.'\n            };\n\n            const registerBtn = document.querySelector('.btn-register');\n            if (gameId === 'kabaddi') {\n                registerBtn.href = \"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSf5atr8dOlvBVAjZvvTZSQ_OPaj6vcITzIsHaW-b3_kdIKgJg\/viewform?usp=pp_url&entry.2120406441=Kabaddi\";\n                registerBtn.target = \"_blank\";\n            } else if (gameId == 'goal-ring') {\n                registerBtn.href = \"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSf5atr8dOlvBVAjZvvTZSQ_OPaj6vcITzIsHaW-b3_kdIKgJg\/viewform?usp=pp_url&entry.2120406441=Goal+Ring\";\n                registerBtn.target = \"_blank\";\n            } else if (gameId === 'baithi-kho') {\n                registerBtn.href = \"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSf5atr8dOlvBVAjZvvTZSQ_OPaj6vcITzIsHaW-b3_kdIKgJg\/viewform\";\n                registerBtn.target = \"_blank\";\n            }else if (gameId === 'impromptu-speech') {\n                registerBtn.href = \"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLScRJE2FRExhpwZSYJNfx12I66__gFddw6WuYLASAKe2rBqtDA\/viewform?usp=header\";\n                registerBtn.target = \"_blank\";\n            }\n            else if (gameId == 'essay-writing') {\n                registerBtn.href = \"\";\n                registerBtn.target = \"_blank\";\n            } else if (gameId == 'debate') {\n                registerBtn.href = \"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSeJOv2rtUnSw3R4tD5kPJL-uxbHk0WJRgmAPJPW57Ae1HOPkw\/viewform?usp=header\";\n                registerBtn.target = \"_blank\";\n            }else if (gameId == 'group-sangh-geet') {\n                registerBtn.href = \"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLScpWjwBKRUZLSnQWbjJlFL8v_VwbKzTZfWAOI9eM_w5aqMwcw\/viewform?usp=header\";\n                registerBtn.target = \"_blank\";\n            }\n            else if (gameId == 'individual-sangh-geet') {\n                registerBtn.href = \"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSdL2mHQ9IP7hYYAepGnHLGagRzaZRrWpGeZgjzwZj0n8CI0gA\/viewform?usp=header\";\n                registerBtn.target = \"_blank\";\n            } else if (\n                gameId === 'chakra-valaya' ||\n                gameId === 'kosh-sanchalan' ||\n                gameId === 'kandukam-prakashanam'\n            ) {\n                registerBtn.href = \"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSeOfi5yeKzR5jptB4M3aJcrgMdMlN37a2FvwGDXtQJrGIYVxQ\/viewform\";\n                registerBtn.target = \"_blank\";\n            } else if (gameId.includes('swayamsevika')) {\n                registerBtn.href = \"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLScJz6RaOsB6aqF5_aMTiCrhIARMyITS-nRfBAP2yGGaiDOrNg\/viewform\";\n                registerBtn.target = \"_blank\";\n            } else {\n                registerBtn.href = \"#register\";\n                registerBtn.target = \"\";\n            }\n\n            document.getElementById('modalTitle').textContent = game.title;\n            document.getElementById('modalSubtitle').textContent = game.subtitle;\n            document.getElementById('modalDescription').textContent = game.description;\n\n            const videoElement = document.getElementById('tutorialVideo');\n            const iframeElement = document.getElementById('tutorialIframe');\n            const photoElement = document.getElementById('tutorialPhoto');\n            const videoPlaceholder = document.getElementById('videoPlaceholder');\n\n            videoElement.style.display = 'none';\n            iframeElement.style.display = 'none';\n            photoElement.style.display = 'none';\n\n            \/\/ List of game IDs that should NOT show pictures or videos\n            const noMediaGames = [\n                'essay-writing',\n                'debate',\n                'impromptu-speech',\n                'individual-sangh-geet',\n                'family-sangh-geet',\n                'group-sangh-geet'\n            ];\n\n            \/\/ Always show placeholder for games that shouldn't have media\n            if (noMediaGames.includes(gameId)) {\n                videoPlaceholder.style.display = 'flex';\n            } else if (game.photo) {\n                photoElement.src = game.photo;\n                photoElement.style.display = 'block';\n                videoPlaceholder.style.display = 'none';\n            } else if (game.video) {\n                if (game.video.includes('youtube.com') || game.video.includes('youtu.be')) {\n                    let embedUrl = game.video;\n                    if (embedUrl.includes('youtu.be\/')) {\n                        embedUrl = embedUrl.replace('youtu.be\/', 'www.youtube.com\/embed\/');\n                        if (embedUrl.includes('?t=')) {\n                            const time = embedUrl.split('?t=')[1];\n                            embedUrl = embedUrl.split('?t=')[0] + '?start=' + time;\n                        }\n                    } else if (embedUrl.includes('watch?v=')) {\n                        embedUrl = embedUrl.replace('watch?v=', 'embed\/');\n                        if (embedUrl.includes('&t=')) {\n                            const time = embedUrl.split('&t=')[1];\n                            embedUrl = embedUrl.split('&t=')[0] + '?start=' + time;\n                        }\n                    }\n                    iframeElement.src = embedUrl;\n                    iframeElement.style.display = 'block';\n                    videoPlaceholder.style.display = 'none';\n                } else {\n                    videoElement.src = game.video;\n                    videoElement.style.display = 'block';\n                    videoPlaceholder.style.display = 'none';\n                }\n            } else {\n                videoPlaceholder.style.display = 'flex';\n            }\n\n            const rulesList = document.getElementById('modalRules');\n            rulesList.innerHTML = '';\n            game.rules.forEach(rule => {\n                const li = document.createElement('li');\n                li.textContent = rule;\n                rulesList.appendChild(li);\n            });\n\n            document.getElementById('modalHowToPlay').textContent = game.howToPlay;\n            const additionalInfoContainer = document.getElementById('modalAdditionalInfo');\n            if (game.additionalInfo) {\n                additionalInfoContainer.innerHTML = game.additionalInfo;\n                additionalInfoContainer.style.display = 'block';\n            } else {\n                additionalInfoContainer.style.display = 'none';\n            }\n            document.getElementById('gameModal').style.display = 'flex';\n        }\n        function closeModal() {\n            const videoElement = document.getElementById('tutorialVideo');\n            videoElement.pause();\n            const iframeElement = document.getElementById('tutorialIframe');\n            iframeElement.src = '';\n            document.getElementById('gameModal').style.display = 'none';\n        }\n        window.onclick = function (event) {\n            const modal = document.getElementById('gameModal');\n            if (event.target === modal) closeModal();\n        }\n        \/\/ Use event delegation for dynamically loaded content\n        document.addEventListener('click', function (e) {\n            if (e.target.classList.contains('tab-button')) {\n                const button = e.target;\n                const language = button.getAttribute('data-language');\n\n                \/\/ Remove active class from all buttons and categories\n                document.querySelectorAll('.tab-button').forEach(btn => {\n                    btn.classList.remove('active');\n                });\n                document.querySelectorAll('.song-category').forEach(category => {\n                    category.classList.remove('active');\n                });\n\n                \/\/ Add active class to clicked button and corresponding category\n                button.classList.add('active');\n                const targetCategory = document.getElementById(language + '-songs');\n                if (targetCategory) {\n                    targetCategory.classList.add('active');\n                }\n            }\n        });\n        function toggleHindiSongs() {\n            const moreSongs = document.querySelectorAll('#hindi-songs .more-songs');\n            const viewMoreBtn = document.querySelector('#hindi-songs .view-more-btn');\n\n            moreSongs.forEach(song => {\n                if (song.style.display === 'none') {\n                    song.style.display = 'block';\n                    viewMoreBtn.innerHTML = '<i class=\"fas fa-chevron-up\"><\/i> View Less';\n                } else {\n                    song.style.display = 'none';\n                    viewMoreBtn.innerHTML = '<i class=\"fas fa-chevron-down\"><\/i> View More';\n                }\n            });\n        }\n        function openSongsLibrary() {\n    document.getElementById('songsPopup').classList.add('active');\n    document.body.style.overflow = 'hidden';\n}\n\nfunction closeSongsLibrary() {\n    document.getElementById('songsPopup').classList.remove('active');\n    document.body.style.overflow = 'auto';\n}\n\n\/\/ Close popup when clicking outside content\ndocument.addEventListener('DOMContentLoaded', function() {\n    const songsPopup = document.getElementById('songsPopup');\n    if (songsPopup) {\n        songsPopup.addEventListener('click', function(e) {\n            if (e.target === this) {\n                closeSongsLibrary();\n            }\n        });\n    }\n});\n    <\/script>\n<\/body>\n\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>75th Anniversary Competitions 75th Anniversary Competitions Celebrating 75 Glorious Years of Unity &#038; Excellence On this joyful occasion, the Diamond Jubilee (75th Anniversary) Committee has organized a variety of physical and intellectual competitions for all brothers and sisters to participate in. To take part in these competitions, please contact the respective regional\/local committee representatives of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-2145","page","type-page","status-publish","hentry","entry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false,"ocean-thumb-m":false,"ocean-thumb-ml":false,"ocean-thumb-l":false,"psacp-medium":false},"uagb_author_info":{"display_name":"info.sdssmmr@gmail.com","author_link":"https:\/\/sdssmyanmar.org\/en\/author\/info-sdssmmrgmail-com\/"},"uagb_comment_info":0,"uagb_excerpt":"75th Anniversary Competitions 75th Anniversary Competitions Celebrating 75 Glorious Years of Unity &#038; Excellence On this joyful occasion, the Diamond Jubilee (75th Anniversary) Committee has organized a variety of physical and intellectual competitions for all brothers and sisters to participate in. To take part in these competitions, please contact the respective regional\/local committee representatives of&hellip;","_links":{"self":[{"href":"https:\/\/sdssmyanmar.org\/en\/wp-json\/wp\/v2\/pages\/2145","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sdssmyanmar.org\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sdssmyanmar.org\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sdssmyanmar.org\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sdssmyanmar.org\/en\/wp-json\/wp\/v2\/comments?post=2145"}],"version-history":[{"count":239,"href":"https:\/\/sdssmyanmar.org\/en\/wp-json\/wp\/v2\/pages\/2145\/revisions"}],"predecessor-version":[{"id":2535,"href":"https:\/\/sdssmyanmar.org\/en\/wp-json\/wp\/v2\/pages\/2145\/revisions\/2535"}],"wp:attachment":[{"href":"https:\/\/sdssmyanmar.org\/en\/wp-json\/wp\/v2\/media?parent=2145"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}