{"id":2145,"date":"2025-08-21T18:33:01","date_gmt":"2025-08-21T12:03:01","guid":{"rendered":"https:\/\/test.sdssmyanmar.org\/?page_id=2145"},"modified":"2025-10-16T18:19:12","modified_gmt":"2025-10-16T11:49:12","slug":"diamond-jubilee","status":"publish","type":"page","link":"https:\/\/test.sdssmyanmar.org\/my\/","title":{"rendered":"Diamond Jubilee"},"content":{"rendered":"<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-6606951 e-flex e-con-boxed e-con e-parent\" data-id=\"6606951\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-acd9542 elementor-widget elementor-widget-html\" data-id=\"acd9542\" data-element_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>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"utf-8\" \/>\r\n    <meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" \/>\r\n    <title>SDSS - 75th Anniversary Competitions<\/title>\r\n    <!-- Font Awesome (used by the page) -->\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" integrity=\"sha512-p+1XQY5nG6s6r6k+1x+6p7Gk2mZc1kVb1s0x4j6b1Gf1b2h2y1x6K6s1Y8Q7o0z1\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n    <style>\r\n        :root {\r\n            --primary-blue: #0a1f44;\r\n            --accent-gold: #d4af37;\r\n            --secondary-blue: #1e3a8a;\r\n            --light-gold: #f8e9a9;\r\n            --light-blue: #e6f0ff;\r\n            --white: #ffffff;\r\n            --gray: #f5f5f5;\r\n            --dark-gray: #333333;\r\n            --card-hover: #f0f7ff;\r\n        }\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n        body {\r\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n            line-height: 1.6;\r\n            color: var(--dark-gray);\r\n            background: linear-gradient(135deg, var(--light-blue) 0%, var(--white) 100%);\r\n            background-attachment: fixed;\r\n        }\r\n        .competitions-page {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 40px 20px;\r\n        }\r\n        .anniversary-banner {\r\n            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);\r\n            color: var(--white);\r\n            text-align: center;\r\n            padding: 30px;\r\n            border-radius: 12px;\r\n            margin-bottom: 40px;\r\n            position: relative;\r\n            overflow: hidden;\r\n            box-shadow: 0 10px 30px rgba(10, 31, 68, 0.15);\r\n        }\r\n        .anniversary-banner::before {\r\n            content: \"75\";\r\n            position: absolute;\r\n            top: 50%;\r\n            left: 50%;\r\n            transform: translate(-50%, -50%);\r\n            font-size: 200px;\r\n            font-weight: 900;\r\n            opacity: 0.1;\r\n            color: var(--light-gold);\r\n            z-index: 0;\r\n        }\r\n        .title {\r\n            position: relative;\r\n            z-index: 1;\r\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\r\n        }\r\n        .title h1 {\r\n            font-size: 2.8rem;\r\n            margin-bottom: 10px;\r\n            color: var(--light-gold);\r\n        }\r\n        .title p {\r\n            font-size: 1.3rem;\r\n            color: var(--light-gold);\r\n            font-weight: 500;\r\n            max-width: 700px;\r\n            margin: 0 auto;\r\n        }\r\n        .intro {\r\n            text-align: center;\r\n            margin-bottom: 50px;\r\n            padding: 30px;\r\n            background-color: var(--white);\r\n            border-radius: 12px;\r\n            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);\r\n            border-left: 5px solid var(--accent-gold);\r\n        }\r\n        .intro p {\r\n            font-size: 1.2rem;\r\n            max-width: 800px;\r\n            margin: 0 auto;\r\n            color: var(--primary-blue);\r\n        }\r\n        .cards-container {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));\r\n            gap: 30px;\r\n            margin-bottom: 50px;\r\n        }\r\n        .competition-card {\r\n            background: var(--white);\r\n            padding: 30px;\r\n            border-radius: 12px;\r\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);\r\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n        .competition-card::after {\r\n            content: \"\";\r\n            position: absolute;\r\n            bottom: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 5px;\r\n            background: linear-gradient(90deg, var(--primary-blue), var(--accent-gold));\r\n        }\r\n        .competition-card:hover {\r\n            transform: translateY(-7px);\r\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);\r\n        }\r\n        .competition-card h2 {\r\n            margin-bottom: 25px;\r\n            color: var(--primary-blue);\r\n            font-size: 1.8rem;\r\n            display: flex;\r\n            align-items: center;\r\n            padding-bottom: 15px;\r\n            border-bottom: 2px solid var(--light-gold);\r\n        }\r\n        .competition-card h2 i {\r\n            margin-right: 15px;\r\n            color: var(--accent-gold);\r\n            font-size: 1.5rem;\r\n        }\r\n        .competition-list {\r\n            list-style-type: none;\r\n        }\r\n        .competition-item {\r\n            display: flex;\r\n            align-items: center;\r\n            padding: 15px;\r\n            margin: 10px 0;\r\n            border-radius: 8px;\r\n            background: var(--gray);\r\n            transition: all 0.3s ease;\r\n            cursor: pointer;\r\n            border-left: 4px solid var(--accent-gold);\r\n        }\r\n        .competition-item:hover {\r\n            background: var(--card-hover);\r\n            transform: translateX(5px);\r\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\r\n        }\r\n        .competition-item::after {\r\n            content: \"\u203a\";\r\n            margin-left: auto;\r\n            font-size: 24px;\r\n            color: var(--accent-gold);\r\n            font-weight: bold;\r\n        }\r\n        .competition-name {\r\n            font-weight: 600;\r\n            color: var(--primary-blue);\r\n        }\r\n        .seva-activities {\r\n            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);\r\n            padding: 40px;\r\n            border-radius: 12px;\r\n            margin-bottom: 50px;\r\n            color: var(--white);\r\n            box-shadow: 0 10px 30px rgba(10, 31, 68, 0.15);\r\n        }\r\n        .seva-activities h2 {\r\n            text-align: center;\r\n            margin-bottom: 30px;\r\n            color: var(--light-gold);\r\n            font-size: 2rem;\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: center;\r\n        }\r\n        .seva-activities h2 i {\r\n            margin-right: 15px;\r\n            color: var(--accent-gold);\r\n        }\r\n        .seva-list {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 20px;\r\n            list-style-type: none;\r\n        }\r\n        .seva-item {\r\n            background: rgba(255, 255, 255, 0.1);\r\n            padding: 20px;\r\n            border-radius: 8px;\r\n            text-align: center;\r\n            font-size: 1.1rem;\r\n            backdrop-filter: blur(5px);\r\n            border: 1px solid rgba(255, 255, 255, 0.1);\r\n            transition: all 0.3s ease;\r\n            cursor: pointer;\r\n        }\r\n        .seva-item:hover {\r\n            transform: translateY(-5px);\r\n            background: rgba(255, 255, 255, 0.15);\r\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\r\n        }\r\n        .registration {\r\n            text-align: center;\r\n            margin-bottom: 50px;\r\n            padding: 50px;\r\n            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);\r\n            border-radius: 12px;\r\n            color: var(--white);\r\n            box-shadow: 0 10px 30px rgba(10, 31, 68, 0.15);\r\n        }\r\n        .registration h2 {\r\n            font-size: 2.2rem;\r\n            margin-bottom: 20px;\r\n            color: var(--light-gold);\r\n        }\r\n        .registration p {\r\n            max-width: 700px;\r\n            margin: 0 auto 30px;\r\n            font-size: 1.2rem;\r\n        }\r\n        .btn-register {\r\n            display: inline-block;\r\n            background: var(--accent-gold);\r\n            color: var(--primary-blue);\r\n            padding: 16px 40px;\r\n            border-radius: 50px;\r\n            text-decoration: none;\r\n            font-weight: bold;\r\n            font-size: 1.1rem;\r\n            transition: all 0.3s ease;\r\n            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);\r\n            border: 2px solid var(--accent-gold);\r\n        }\r\n        .btn-register:hover {\r\n            background: transparent;\r\n            color: var(--accent-gold);\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);\r\n        }\r\n        .contact {\r\n            text-align: center;\r\n            padding: 30px;\r\n            background: var(--white);\r\n            border-radius: 12px;\r\n            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);\r\n        }\r\n        .contact p {\r\n            margin-bottom: 10px;\r\n            color: var(--primary-blue);\r\n            font-size: 1.1rem;\r\n        }\r\n        .contact p:first-child {\r\n            font-weight: bold;\r\n            color: var(--secondary-blue);\r\n            font-size: 1.2rem;\r\n        }\r\n        .download-btn {\r\n            display: inline-block;\r\n            background: var(--accent-gold);\r\n            color: var(--primary-blue);\r\n            padding: 12px 24px;\r\n            border-radius: 50px;\r\n            text-decoration: none;\r\n            font-weight: bold;\r\n            font-size: 1rem;\r\n            transition: all 0.3s ease;\r\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);\r\n            border: 2px solid var(--accent-gold);\r\n            margin-top: 20px;\r\n            margin-bottom: 20px;\r\n            text-align: center;\r\n        }\r\n        .download-btn:hover {\r\n            background: transparent;\r\n            color: var(--accent-gold);\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);\r\n        }\r\n        .modal {\r\n            display: none;\r\n            position: fixed;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            background-color: rgba(0, 0, 0, 0.7);\r\n            z-index: 1000;\r\n            justify-content: center;\r\n            align-items: center;\r\n            padding: 20px;\r\n        }\r\n        .modal-content {\r\n            background-color: var(--white);\r\n            padding: 35px;\r\n            border-radius: 12px;\r\n            max-width: 900px;\r\n            width: 100%;\r\n            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);\r\n            position: relative;\r\n            max-height: 90vh;\r\n            overflow-y: auto;\r\n            animation: modalAppear 0.3s ease-out;\r\n        }\r\n        .close-modal {\r\n            position: absolute;\r\n            top: 15px;\r\n            right: 15px;\r\n            font-size: 28px;\r\n            cursor: pointer;\r\n            color: var(--dark-gray);\r\n            background: var(--light-gold);\r\n            width: 40px;\r\n            height: 40px;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: center;\r\n            transition: all 0.3s ease;\r\n        }\r\n        .close-modal:hover {\r\n            background: var(--accent-gold);\r\n            transform: rotate(90deg);\r\n        }\r\n        .modal-header {\r\n            margin-bottom: 25px;\r\n            padding-bottom: 15px;\r\n            border-bottom: 2px solid var(--light-gold);\r\n        }\r\n        .modal-header h2 {\r\n            color: var(--primary-blue);\r\n            font-size: 2rem;\r\n            margin-bottom: 10px;\r\n        }\r\n        .modal-header p {\r\n            color: var(--secondary-blue);\r\n            font-size: 1.1rem;\r\n        }\r\n        .modal-section {\r\n            margin-bottom: 25px;\r\n        }\r\n        .modal-section h3 {\r\n            color: var(--primary-blue);\r\n            font-size: 1.4rem;\r\n            margin-bottom: 15px;\r\n            display: flex;\r\n            align-items: center;\r\n        }\r\n        .modal-section h3 i {\r\n            margin-right: 10px;\r\n            color: var(--accent-gold);\r\n        }\r\n        .modal-section p,\r\n        .modal-section ul {\r\n            margin-bottom: 15px;\r\n            font-size: 1.05rem;\r\n            line-height: 1.6;\r\n        }\r\n        .modal-section ul {\r\n            padding-left: 20px;\r\n        }\r\n        .modal-section li {\r\n            margin-bottom: 8px;\r\n            position: relative;\r\n        }\r\n        .modal-section li:before {\r\n            content: \"\u2022\";\r\n            color: var(--accent-gold);\r\n            font-weight: bold;\r\n            display: inline-block;\r\n            width: 1em;\r\n            margin-left: -1em;\r\n        }\r\n        .video-tutorial {\r\n            margin: 25px 0;\r\n            background: var(--light-blue);\r\n            padding: 20px;\r\n            border-radius: 8px;\r\n            border-left: 4px solid var(--accent-gold);\r\n        }\r\n        .video-tutorial h3 {\r\n            color: var(--primary-blue);\r\n            margin-bottom: 15px;\r\n            display: flex;\r\n            align-items: center;\r\n            font-size: 1.4rem;\r\n        }\r\n        .video-tutorial h3 i {\r\n            margin-right: 10px;\r\n            color: var(--accent-gold);\r\n        }\r\n        .video-container {\r\n            position: relative;\r\n            padding-bottom: 56.25%;\r\n            height: 0;\r\n            overflow: hidden;\r\n            border-radius: 8px;\r\n            background: var(--dark-gray);\r\n        }\r\n        .video-container video,\r\n        .video-container iframe,\r\n        .video-container img {\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            border-radius: 8px;\r\n        }\r\n        .video-placeholder {\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            display: flex;\r\n            flex-direction: column;\r\n            justify-content: center;\r\n            align-items: center;\r\n            color: white;\r\n            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);\r\n        }\r\n        .video-placeholder i {\r\n            font-size: 3rem;\r\n            margin-bottom: 15px;\r\n        }\r\n        .video-note {\r\n            font-size: 0.9rem;\r\n            margin-top: 10px;\r\n            color: var(--dark-gray);\r\n            font-style: italic;\r\n            text-align: center;\r\n        }\r\n        .modal-actions {\r\n            display: flex;\r\n            gap: 15px;\r\n            justify-content: center;\r\n            margin-top: 30px;\r\n        }\r\n        .essay-tips {\r\n            background: var(--light-gold);\r\n            padding: 20px;\r\n            border-radius: 8px;\r\n            margin: 20px 0;\r\n            border-left: 4px solid var(--accent-gold);\r\n        }\r\n        .essay-tips h4 {\r\n            color: var(--primary-blue);\r\n            margin-bottom: 10px;\r\n            display: flex;\r\n            align-items: center;\r\n        }\r\n        .essay-tips h4 i {\r\n            margin-right: 10px;\r\n            color: var(--accent-gold);\r\n        }\r\n        .topics-list {\r\n            columns: 2;\r\n            column-gap: 20px;\r\n        }\r\n        .topics-list li {\r\n            break-inside: avoid;\r\n        }\r\n        @media (max-width: 768px) {\r\n            .btn-register {\r\n                text-align: center;\r\n                width: 100%;\r\n                display: block;\r\n                margin-left: auto;\r\n                margin-right: auto;\r\n            }\r\n            .competitions-page {\r\n                padding: 10px 2px;\r\n            }\r\n            .cards-container {\r\n                grid-template-columns: 1fr;\r\n                gap: 8px;\r\n                margin-bottom: 16px;\r\n                padding: 0;\r\n            }\r\n            .competition-card {\r\n                padding: 20px;\r\n                margin: 0;\r\n                border-radius: 8px;\r\n                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);\r\n            }\r\n            .title h1 {\r\n                font-size: 2.2rem;\r\n            }\r\n            .title p {\r\n                font-size: 1.1rem;\r\n            }\r\n            .anniversary-banner::before {\r\n                font-size: 150px;\r\n            }\r\n            .registration {\r\n                padding: 30px 20px;\r\n            }\r\n            .seva-activities {\r\n                padding: 30px 20px;\r\n            }\r\n            .modal-content {\r\n                padding: 25px 20px;\r\n            }\r\n            .modal-actions {\r\n                flex-direction: column;\r\n            }\r\n            .topics-list {\r\n                columns: 1;\r\n            }\r\n        }\r\n        .diamond-badge {\r\n            position: absolute;\r\n            top: -20px;\r\n            right: -20px;\r\n            width: 80px;\r\n            height: 80px;\r\n            background: var(--accent-gold);\r\n            color: var(--primary-blue);\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: center;\r\n            font-weight: bold;\r\n            font-size: 1.2rem;\r\n            transform: rotate(45deg);\r\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\r\n        }\r\n        .diamond-badge span {\r\n            transform: rotate(-45deg);\r\n        }\r\n        .yoga-banner-container {\r\n            max-width: 100%;\r\n            margin: 30px 0;\r\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n        }\r\n        .clickable-yoga-banner {\r\n            display: block;\r\n            text-decoration: none;\r\n            background: linear-gradient(135deg, #6a89cc 0%, #b8e994 100%);\r\n            border-radius: 15px;\r\n            padding: 50px 30px;\r\n            text-align: center;\r\n            color: white;\r\n            box-shadow: 0 8px 25px rgba(0,0,0,0.15);\r\n            transition: all 0.3s ease;\r\n            position: relative;\r\n            overflow: hidden;\r\n            border: 3px solid transparent;\r\n            cursor: pointer;\r\n        }\r\n        .clickable-yoga-banner:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 15px 35px rgba(0,0,0,0.25);\r\n            border-color: rgba(255,255,255,0.4);\r\n            background: linear-gradient(135deg, #5a79bc 0%, #a8e084 100%);\r\n        }\r\n        .clickable-yoga-banner:active {\r\n            transform: translateY(-2px);\r\n        }\r\n        .banner-title {\r\n            font-size: 2.8rem;\r\n            font-weight: 700;\r\n            margin-bottom: 15px;\r\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\r\n        }\r\n        .banner-subtitle {\r\n            font-size: 1.4rem;\r\n            margin-bottom: 20px;\r\n            opacity: 0.95;\r\n            font-weight: 500;\r\n        }\r\n        .banner-highlight {\r\n            background: rgba(255,255,255,0.2);\r\n            padding: 20px 30px;\r\n            border-radius: 12px;\r\n            display: inline-block;\r\n            margin-bottom: 25px;\r\n            backdrop-filter: blur(10px);\r\n            border: 1px solid rgba(255,255,255,0.3);\r\n            transition: all 0.3s ease;\r\n        }\r\n        .clickable-yoga-banner:hover .banner-highlight {\r\n            background: rgba(255,255,255,0.25);\r\n            transform: scale(1.02);\r\n        }\r\n        .banner-dates {\r\n            font-size: 1.6rem;\r\n            font-weight: 600;\r\n            margin-bottom: 8px;\r\n        }\r\n        .banner-location {\r\n            font-size: 1.2rem;\r\n            margin-bottom: 0;\r\n            opacity: 0.9;\r\n        }\r\n        .banner-cta-text {\r\n            font-size: 1.1rem;\r\n            opacity: 0.9;\r\n            font-style: italic;\r\n            margin-top: 20px;\r\n            transition: all 0.3s ease;\r\n        }\r\n        .clickable-yoga-banner:hover .banner-cta-text {\r\n            opacity: 1;\r\n            transform: translateY(-2px);\r\n        }\r\n        .banner-decoration {\r\n            position: absolute;\r\n            font-size: 8rem;\r\n            opacity: 0.1;\r\n            transition: all 0.3s ease;\r\n        }\r\n        .clickable-yoga-banner:hover .banner-decoration {\r\n            opacity: 0.15;\r\n        }\r\n        .decoration-1 {\r\n            top: 20px;\r\n            left: 30px;\r\n        }\r\n        .decoration-2 {\r\n            bottom: 20px;\r\n            right: 30px;\r\n        }\r\n        .banner-limited {\r\n            background: #e55039;\r\n            color: white;\r\n            padding: 6px 15px;\r\n            border-radius: 15px;\r\n            font-size: 0.9rem;\r\n            font-weight: 600;\r\n            display: inline-block;\r\n            margin-left: 10px;\r\n            animation: pulse 2s infinite;\r\n            vertical-align: middle;\r\n        }\r\n        .clickable-indicator {\r\n            display: inline-block;\r\n            margin-left: 10px;\r\n            transition: transform 0.3s ease;\r\n        }\r\n        .clickable-yoga-banner:hover .clickable-indicator {\r\n            transform: translateX(5px);\r\n        }\r\n        @keyframes pulse {\r\n            0% { transform: scale(1); }\r\n            50% { transform: scale(1.05); }\r\n            100% { transform: scale(1); }\r\n        }\r\n        @keyframes modalAppear {\r\n            from {\r\n                opacity: 0;\r\n                transform: scale(0.9);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: scale(1);\r\n            }\r\n        }\r\n        .rulebook-btn {\r\n            display: flex;\r\n            flex-direction: column;\r\n            align-items: center;\r\n            justify-content: center;\r\n            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);\r\n            color: var(--white);\r\n            padding: 20px 30px;\r\n            border-radius: 12px;\r\n            text-decoration: none;\r\n            font-weight: 600;\r\n            font-size: 1.1rem;\r\n            transition: all 0.3s ease;\r\n            box-shadow: 0 5px 20px rgba(10, 31, 68, 0.2);\r\n            border: 2px solid var(--accent-gold);\r\n            min-width: 180px;\r\n            text-align: center;\r\n        }\r\n        .rulebook-btn:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 10px 30px rgba(10, 31, 68, 0.3);\r\n            background: linear-gradient(135deg, var(--secondary-blue) 0%, var(--primary-blue) 100%);\r\n        }\r\n        .rulebook-btn i {\r\n            font-size: 1.8rem;\r\n            margin-bottom: 10px;\r\n            color: var(--accent-gold);\r\n        }\r\n        .rulebook-btn span {\r\n            margin-bottom: 5px;\r\n        }\r\n        .rulebook-btn small {\r\n            font-size: 0.8rem;\r\n            opacity: 0.8;\r\n            font-weight: normal;\r\n        }\r\n        @media (max-width: 768px) {\r\n            .rulebook-btn {\r\n                padding: 15px 20px;\r\n                min-width: 160px;\r\n                font-size: 1rem;\r\n            }\r\n            .rulebook-btn i {\r\n                font-size: 1.5rem;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n<section class=\"competitions-page\">\r\n    <div class=\"anniversary-banner\">\r\n        <div class=\"title\">\r\n            <h1><i class=\"fas fa-gem\"><\/i> \u1047\u1045 \u1014\u103e\u1005\u103a\u1015\u103c\u100a\u1037\u103a \u1021\u1011\u102d\u1019\u103a\u1038\u1021\u1019\u103e\u1010\u103a \u1015\u103c\u102d\u102f\u1004\u103a\u1015\u103d\u1032\u1019\u103b\u102c\u1038<\/h1>\r\n            <p>Celebrating 75 Glorious Years of Unity &amp; Excellence<\/p>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"intro\">\r\n        <p>\r\n            On this joyful occasion, the Diamond Jubilee (75th Anniversary) Committee has organized a variety of\r\n            physical and intellectual competitions for all brothers and sisters to participate in. To take part\r\n            in these competitions, please contact the respective regional\/local committee representatives of your\r\n            area.\r\n        <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"intro\">\r\n        <strong style=\"color: var(--accent-gold); font-size: 1.3rem;\">\u1019\u103e\u1010\u103a\u1001\u103b\u1000\u103a<\/strong>\r\n        <div style=\"margin-top:10px;\">\r\n            <span style=\"color: var(--dark-gray); font-weight: bold;\">\u1000\u102c\u101a\u1015\u103c\u102d\u102f\u1004\u103a\u1015\u103d\u1032\u1019\u103b\u102c\u1038\u1021\u102c\u1038\r\n                <span style=\"color: var(--secondary-blue); font-weight: bold;\">\u1042\u1040\u1042\u1045 \u1001\u102f\u1014\u103e\u1005\u103a\u104a \u1021\u1031\u102c\u1000\u103a\u1010\u102d\u102f\u1018\u102c (\u1047)\u101b\u1000\u103a\u1014\u1031\u1037\u1021\u1011\u102d\u101e\u102c \u1014\u1031\u102c\u1000\u103a\u1006\u102f\u1036\u1038\u1011\u102c\u1038 \u101a\u103e\u1009\u103a\u1015\u103c\u102d\u102f\u1004\u103a\u101b\u1019\u100a\u103a\u104b<\/span>.\r\n            <\/span>\r\n            <div style=\"margin-top:8px;\">\r\n                <span style=\"color: var(--dark-gray);\">Any physical competitions held after this date will not be\r\n                    recognized.<\/span>\r\n            <\/div>\r\n            <div style=\"margin-top:8px;\">\r\n                <span style=\"color: var(--primary-blue); font-weight: bold;\">Intellectual &amp; Creative competitions\r\n                    deadline: <span style=\"color: var(--secondary-blue);\">January 4, 2026<\/span><\/span>\r\n            <\/div>\r\n            <div style=\"margin-top:8px;\">\r\n                <span style=\"color: var(--dark-gray);\">Entries for intellectual &amp; creative competitions submitted after\r\n                    this date will not be considered.<\/span>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Rule Books Download Section -->\r\n    <div class=\"rule-books-section\" style=\"text-align: center; margin: 40px 0;\">\r\n        <h2 style=\"color: var(--primary-blue); margin-bottom: 25px; display: flex; align-items: center; justify-content:center;\">\r\n            <i class=\"fas fa-file-download\" style=\"margin-right: 12px; color: var(--accent-gold);\"><\/i>\r\n            \u1000\u102c\u101a\u104a \u1009\u102c\u100f \u1015\u103c\u102d\u102f\u1004\u103a\u1015\u103d\u1032\u1019\u103b\u102c\u1038\u104f\u1005\u100a\u103a\u1038\u1019\u103b\u1009\u103a\u1038\u1005\u100a\u103a\u1038\u1000\u1019\u103a\u1038\r\n        <\/h2>\r\n        <div style=\"display: flex; justify-content: center; gap: 20px; flex-wrap: wrap;\">\r\n            <a class=\"rulebook-btn\" href=\"https:\/\/drive.google.com\/uc?export=download&amp;id=1TUT6_sg9yi1Ab7bA4LniAbzg6-Ce8fMV\" target=\"_blank\" rel=\"noopener\">\r\n                <i class=\"fas fa-download\"><\/i>\r\n                \u1019\u103c\u1014\u103a\u1019\u102c (Download)\r\n                <small>PDF - 5.8 MB<\/small>\r\n            <\/a>\r\n            <a class=\"rulebook-btn\" href=\"https:\/\/drive.google.com\/uc?export=download&amp;id=1axw_B9VgWq8FmS7xyFErrycpvfIvxWrI\" target=\"_blank\" rel=\"noopener\">\r\n                <i class=\"fas fa-download\"><\/i>\r\n                \u0939\u093f\u0928\u094d\u0926\u0940 (Download)\r\n                <small>PDF - 5.8 MB<\/small>\r\n            <\/a>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"cards-container\">\r\n        <div class=\"competition-card\">\r\n            <div class=\"diamond-badge\"><span>75<\/span><\/div>\r\n            <h2><i class=\"fas fa-trophy\"><\/i> \u1000\u102c\u101a\u1015\u103c\u102d\u102f\u1004\u103a\u1015\u103d\u1032\u1019\u103b\u102c\u1038<\/h2>\r\n            <h3 style=\"color: var(--secondary-blue); margin: 20px 0 10px; padding-left: 10px; border-left: 3px solid var(--accent-gold);\">\u1041\u1048 \u1014\u103e\u1005\u103a\u1021\u1011\u1000\u103a\u1015\u103c\u102d\u102f\u1004\u103a\u1015\u103d\u1032\u1019\u103b\u102c\u1038<\/h3>\r\n            <ul class=\"competition-list\">\r\n                <li class=\"competition-item\" onclick=\"showGameDetails('kabaddi')\"><span class=\"competition-name\">\u1000\u1017\u1012\u1039\u1012\u102e<\/span><\/li>\r\n                <li class=\"competition-item\" onclick=\"showGameDetails('goal-ring')\"><span class=\"competition-name\">\u1002\u102d\u102f\u1038\u101c\u103a\u101b\u102d(\u1014\u103a)<\/span><\/li>\r\n                <li class=\"competition-item\" onclick=\"showGameDetails('baithi-kho')\"><span class=\"competition-name\">\u1017\u1032\u1011\u102e\u1001\u102d\u102f<\/span><\/li>\r\n            <\/ul>\r\n\r\n            <h3 style=\"color: var(--secondary-blue); margin: 30px 0 10px; padding-left: 10px; border-left: 3px solid var(--accent-gold);\">\u1041\u1048 \u1014\u103e\u1005\u103a\u1021\u1031\u102c\u1000\u103a\u1015\u103c\u102d\u102f\u1004\u103a\u1015\u103d\u1032\u1019\u103b\u102c\u1038<\/h3>\r\n            <ul class=\"competition-list\">\r\n                <li class=\"competition-item\" onclick=\"showGameDetails('chakra-valaya')\"><span class=\"competition-name\">\u1000\u103b(\u1000\u103a)\u101b \u101d\u101c\u101a(\u101f\u103a)<\/span><\/li>\r\n                <li class=\"competition-item\" onclick=\"showGameDetails('kandukam-prakashanam')\"><span class=\"competition-name\">\u1000\u1014\u1039\u1012\u102f\u1000(\u1019\u103a)(\u1015\u103a)\u101b\u1000(\u101b\u103a)\u101e\u103b\u103e\u100f(\u1019\u103a)<\/span><\/li>\r\n                <li class=\"competition-item\" onclick=\"showGameDetails('kosh-sanchalan')\"><span class=\"competition-name\">\u1000\u102d\u102f(\u101e\u103b\u103e\u103a) \u1006\u1036\u1000\u103b(\u101a\u103a)<\/span><\/li>\r\n            <\/ul>\r\n        <\/div>\r\n\r\n        <div class=\"competition-card\">\r\n            <div class=\"diamond-badge\"><span>75<\/span><\/div>\r\n            <h2><i class=\"fas fa-brain\"><\/i> Intellectual &amp; Creative Competitions<\/h2>\r\n            <ul class=\"competition-list\">\r\n                <li class=\"competition-item\" onclick=\"showGameDetails('essay-writing')\"><span class=\"competition-name\">\u1005\u102c\u1005\u102e\u1005\u102c\u1000\u102f\u1036\u1038\u1015\u103c\u102d\u102f\u1004\u103a\u1015\u103d\u1032<\/span><\/li>\r\n                <li class=\"competition-item\" onclick=\"showGameDetails('debate')\"><span class=\"competition-name\">\u1005\u1000\u102c\u1038\u101b\u100a\u103a\u101c\u102f\u1015\u103c\u102d\u102f\u1004\u103a\u1015\u103d\u1032<\/span><\/li>\r\n                <li class=\"competition-item\" onclick=\"showGameDetails('impromptu-speech')\"><span class=\"competition-name\">\u1000\u103b\u1015\u1014\u103a\u1038\u1005\u1000\u102c\u1038\u1015\u103c\u1031\u102c\u1015\u103c\u102d\u102f\u1004\u103a\u1015\u103d\u1032<\/span><\/li>\r\n                <li class=\"competition-item\" onclick=\"showGameDetails('coloring')\"><span class=\"competition-name\">Coloring Competition<\/span><\/li>\r\n                <li class=\"competition-item\" onclick=\"showGameDetails('painting')\"><span class=\"competition-name\">\u1015\u1014\u103a\u1038\u1001\u103b\u102e\u1006\u1031\u1038\u101b\u1031\u102c\u1004\u103a\u1001\u103c\u101a\u103a\u1015\u103c\u102d\u102f\u1004\u103a\u1015\u103d\u1032<\/span><\/li>\r\n                <li class=\"competition-item\" onclick=\"showGameDetails('individual-sangh-geet')\"><span class=\"competition-name\">\u1010\u1005\u103a\u1026\u1038\u1001\u103b\u1004\u103a\u1038 \u1006\u1036\u1003 \u101e\u102e\u1001\u103b\u1004\u103a\u1038\u1015\u103c\u102d\u102f\u1004\u103a\u1015\u103d\u1032<\/span><\/li>\r\n                <li class=\"competition-item\" onclick=\"showGameDetails('group-sangh-geet')\"><span class=\"competition-name\">\u1021\u102f\u1015\u103a\u1005\u102f\u101c\u102d\u102f\u1000\u103a \u1006\u1036\u1003 \u101e\u102e\u1001\u103b\u1004\u103a\u1038\u1015\u103c\u102d\u102f\u1004\u103a\u1015\u103d\u1032<\/span><\/li>\r\n                <li class=\"competition-item\" onclick=\"showGameDetails('family-sangh-geet')\"><span class=\"competition-name\">\u1019\u102d\u101e\u102c\u1038\u1005\u102f\u1021\u101c\u102d\u102f\u1000\u103a \u1006\u1036\u1003 \u101e\u102e\u1001\u103b\u1004\u103a\u1038\u1015\u103c\u102d\u102f\u1004\u103a\u1015\u103d\u1032<\/span><\/li>\r\n            <\/ul>\r\n        <\/div>\r\n\r\n        <div class=\"competition-card\">\r\n            <div class=\"diamond-badge\"><span>75<\/span><\/div>\r\n            <h2><i class=\"fas fa-female\"><\/i> Swayamsevika Only Competitions<\/h2>\r\n            <ul class=\"competition-list\">\r\n                <li class=\"competition-item\" onclick=\"showGameDetails('swayamsevika-htoke-see-htoe')\"><span class=\"competition-name\">Htoke See Htoe Competition<\/span><\/li>\r\n            <\/ul>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"seva-activities\">\r\n        <h2><i class=\"fas fa-hands-helping\"><\/i> \u1006\u1031\u101d\u102b\u1038\u101c\u102f\u1015\u103a\u1004\u1014\u103a\u1038\u1019\u103b\u102c\u1038<\/h2>\r\n        <ul class=\"seva-list\">\r\n            <li class=\"seva-item\">\r\n                <span class=\"seva-title\">\u101e\u103d\u1031\u1038\u101c\u103e\u1030\u1001\u103c\u1004\u103a\u1038<\/span>\r\n                <div class=\"seva-stats\">Blood Donors: <span id=\"bloodDonorCount\">0<\/span> peoples | Target: 750<\/div>\r\n            <\/li>\r\n            <li class=\"seva-item\">\r\n                <span class=\"seva-title\">\u101e\u1005\u103a\u1015\u1004\u103a\u1005\u102d\u102f\u1000\u103a\u1015\u103b\u102d\u102f\u1038\u1001\u103c\u1004\u103a\u1038<\/span>\r\n                <div class=\"seva-stats\">Total Plants Planted: <span id=\"plantCount\">0<\/span><\/div>\r\n            <\/li>\r\n        <\/ul>\r\n    <\/div>\r\n\r\n    <div class=\"yoga-banner-container\">\r\n        <div class=\"clickable-yoga-banner\" onclick=\"location.href='#register'\">\r\n            <div class=\"banner-decoration decoration-1\">\ud83e\uddd8\u200d\u2640\ufe0f<\/div>\r\n            <div class=\"banner-decoration decoration-2\">\ud83c\udf3f<\/div>\r\n            <h1 class=\"banner-title\">Transform Your Life with Yoga<\/h1>\r\n            <p class=\"banner-subtitle\">5-Day Immersive Yoga Course at Pancha Vati Retreat<\/p>\r\n            <div class=\"banner-highlight\">\r\n                <div class=\"banner-dates\">\ud83d\udcc5 October 31 - November 5, 2025<\/div>\r\n                <div class=\"banner-location\">\ud83d\udccd Pyin Oo Lwin, Mandalay Region<\/div>\r\n            <\/div>\r\n            <div class=\"banner-cta-text\">Click anywhere to register <span class=\"clickable-indicator\">\u2192<\/span>\r\n                <span class=\"banner-limited\">Only 50 Spots!<\/span>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"contact\">\r\n        <p>\u1006\u1000\u103a\u101e\u103d\u101a\u103a \u1005\u102f\u1036\u1005\u1019\u103a\u1038\u101c\u102d\u102f\u1015\u102b\u1000<\/p>\r\n        <p>Email: info@sdssmyanmar.org | Phone: +95 9256 334 070<\/p>\r\n    <\/div>\r\n<\/section>\r\n\r\n<!-- Modal -->\r\n<div id=\"gameModal\" class=\"modal\" aria-hidden=\"true\">\r\n    <div class=\"modal-content\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"modalTitle\">\r\n        <span class=\"close-modal\" role=\"button\" aria-label=\"\u1015\u102d\u1010\u103a\u1015\u102b\" onclick=\"closeModal()\">\u00d7<\/span>\r\n        <div class=\"modal-header\">\r\n            <h2 id=\"modalTitle\">Game Title<\/h2>\r\n            <p id=\"modalSubtitle\">Age Group: 18+<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"modal-section\">\r\n            <h3><i class=\"fas fa-info-circle\"><\/i> \u1015\u103c\u102d\u102f\u1004\u103a\u1015\u103d\u1032\u1021\u1000\u103c\u1031\u102c\u1004\u103a\u1038\u1021\u101b\u102c<\/h3>\r\n            <p id=\"modalDescription\">Description will appear here...<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"video-tutorial\">\r\n            <h3><i class=\"fas fa-video\"><\/i> Tutorial Video<\/h3>\r\n            <div class=\"video-container\">\r\n                <video id=\"tutorialVideo\" style=\"display: none;\" controls width=\"300\" height=\"150\">\r\n                    <source id=\"tutorialVideoSource\" src=\"\" type=\"video\/mp4\" \/>\r\n                    Your browser does not support the video tag.\r\n                <\/video>\r\n                <iframe id=\"tutorialIframe\" style=\"display: none; border-radius: 8px;\" width=\"100%\" height=\"100%\" frameborder=\"0\" allowfullscreen><\/iframe>\r\n                <img id=\"tutorialPhoto\" style=\"display: none; width: 100%; height: 100%; object-fit: cover; border-radius: 8px;\" alt=\"Competition Photo\" \/>\r\n                <div id=\"videoPlaceholder\" class=\"video-placeholder\"><i class=\"fas fa-film\"><\/i>Video tutorial will load here<\/div>\r\n            <\/div>\r\n            <p class=\"video-note\">Note:<\/p>\r\n        <\/div>\r\n\r\n        <!-- Galleries (hidden by default; shown for respective events) -->\r\n        <div id=\"coloringGallery\" class=\"picture-gallery\" style=\"display: none;\">\r\n            <h3><i class=\"fas fa-images\"><\/i> Pictures for Coloring<\/h3>\r\n            <div style=\"display: flex; gap: 10px; flex-wrap: wrap; justify-content: center;\">\r\n                <img decoding=\"async\" style=\"width: 120px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.08);\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Guru-Ji-scaled.jpg\" alt=\"Picture 1\" \/>\r\n                <img decoding=\"async\" style=\"width: 120px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.08);\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Swami-Vivekananda-scaled.jpg\" alt=\"Picture 2\" \/>\r\n                <img decoding=\"async\" style=\"width: 120px; border-radius: 8px; box-shadow: 0, 2px 8px rgba(0,0,0,0.08);\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Sdss-75-years-logo-scaled.jpg\" alt=\"Picture 3\" \/>\r\n                <img decoding=\"async\" style=\"width: 120px; border-radius: 8px; box-shadow: 0, 2px 8px rgba(0,0,0,0.08);\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Thiruballuvar-scaled.jpg\" alt=\"Picture 4\" \/>\r\n                <img decoding=\"async\" style=\"width: 120px; border-radius: 8px; box-shadow: 0, 2px 8px rgba(0,0,0,0.08);\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Ayodhya-Ran-Mandir-scaled.jpg\" alt=\"Picture 5\" \/>\r\n                <img decoding=\"async\" style=\"width: 120px; border-radius: 8px; box-shadow: 0, 2px 8px rgba(0,0,0,0.08);\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Hindu-Temple-scaled.jpg\" alt=\"Picture 6\" \/>\r\n            <\/div>\r\n            <p class=\"video-note\">These pictures are for coloring.<\/p>\r\n            <a class=\"download-btn\" href=\"https:\/\/drive.google.com\/uc?export=download&amp;id=1iy2IrXzF1OCEJ3j8PtEJiLLZCYhw2wyL\" target=\"_blank\" rel=\"noopener\">\r\n                <i class=\"fas fa-download\"><\/i> Download All Pictures (PDF)\r\n            <\/a>\r\n        <\/div>\r\n\r\n        <div id=\"essayGallery\" class=\"picture-gallery\" style=\"display: none;\">\r\n            <h3><i class=\"fas fa-images\"><\/i> Essay Inspiration Gallery<\/h3>\r\n            <div style=\"display: flex; gap: 10px; flex-wrap: wrap; justify-content: center;\">\r\n                <img decoding=\"async\" style=\"width: 120px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.08);\" src=\".\/uiux pic\/doctorJi.jpg\" alt=\"Essay Inspiration 1\" \/>\r\n                <img decoding=\"async\" style=\"width: 120px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.08);\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Essay-Inspire-2.jpg\" alt=\"Essay Inspiration 2\" \/>\r\n            <\/div>\r\n            <p class=\"video-note\">These images are for essay inspiration.<\/p>\r\n        <\/div>\r\n\r\n        <div id=\"debateGallery\" class=\"picture-gallery\" style=\"display: none;\">\r\n            <h3><i class=\"fas fa-images\"><\/i> Debate Inspiration Gallery<\/h3>\r\n            <div style=\"display: flex; gap: 10px; flex-wrap: wrap; justify-content: center;\">\r\n                <img decoding=\"async\" style=\"width: 120px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.08);\" src=\".\/uiux pic\/doctorJi.jpg\" alt=\"Debate Inspiration 1\" \/>\r\n                <img decoding=\"async\" style=\"width: 120px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.08);\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Debate-Inspire-2.jpg\" alt=\"Debate Inspiration 2\" \/>\r\n            <\/div>\r\n            <p class=\"video-note\">These images are for debate inspiration.<\/p>\r\n        <\/div>\r\n\r\n        <div id=\"speechGallery\" class=\"picture-gallery\" style=\"display: none;\">\r\n            <h3><i class=\"fas fa-images\"><\/i> Speech Inspiration Gallery<\/h3>\r\n            <div style=\"display: flex; gap: 10px; flex-wrap: wrap; justify-content: center;\">\r\n                <img decoding=\"async\" style=\"width: 120px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.08);\" src=\".\/uiux pic\/doctorJi.jpg\" alt=\"Speech Inspiration 1\" \/>\r\n                <img decoding=\"async\" style=\"width: 120px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.08);\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Speech-Inspire-2.jpg\" alt=\"Speech Inspiration 2\" \/>\r\n            <\/div>\r\n            <p class=\"video-note\">These images are for speech inspiration.<\/p>\r\n        <\/div>\r\n\r\n        <div id=\"paintingGallery\" class=\"picture-gallery\" style=\"display: none;\">\r\n            <h3><i class=\"fas fa-images\"><\/i> Painting Inspiration Gallery<\/h3>\r\n            <div style=\"display: flex; gap: 10px; flex-wrap: wrap; justify-content: center;\">\r\n                <img decoding=\"async\" style=\"width: 120px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.08);\" src=\".\/uiux pic\/doctorJi.jpg\" alt=\"Painting Inspiration 1\" \/>\r\n                <img decoding=\"async\" style=\"width: 120px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.08);\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Painting-Inspire-2.jpg\" alt=\"Painting Inspiration 2\" \/>\r\n            <\/div>\r\n            <p class=\"video-note\">These images are for painting inspiration.<\/p>\r\n        <\/div>\r\n\r\n        <div id=\"swayamsevikaGallery\" class=\"picture-gallery\" style=\"display: none;\">\r\n            <h3><i class=\"fas fa-images\"><\/i> Swayamsevika Competition Gallery<\/h3>\r\n            <div style=\"display: flex; gap: 15px; flex-wrap: wrap; justify-content: center;\">\r\n                <img decoding=\"async\" style=\"width: 180px; border-radius: 10px; box-shadow: 0 4px 12px rgba(0,0,0,0.12);\" src=\"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-10-125615.png\" alt=\"Swayamsevika Image 1\" \/>\r\n            <\/div>\r\n            <p class=\"video-note\">These images are for Swayamsevika competition reference.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"modal-section\">\r\n            <h3><i class=\"fas fa-list-ol\"><\/i> Rules &amp; Regulations<\/h3>\r\n            <ul id=\"modalRules\"><\/ul>\r\n        <\/div>\r\n\r\n        <div class=\"modal-section\">\r\n            <h3><i class=\"fas fa-gamepad\"><\/i> \u1015\u103c\u102d\u102f\u1004\u103a\u1015\u103d\u1032\u1019\u103b\u102c\u1038\u1010\u103d\u1004\u103a \u1015\u102b\u101d\u1004\u103a\u1014\u100a\u103a\u1038<\/h3>\r\n            <p id=\"modalHowToPlay\">Instructions will appear here...<\/p>\r\n        <\/div>\r\n\r\n        <div id=\"modalAdditionalInfo\"><\/div>\r\n\r\n        <div class=\"modal-actions\">\r\n            <a class=\"btn-register\" href=\"#register\">\u1005\u102c\u101b\u1004\u103a\u1038\u101e\u103d\u1004\u103a\u1038\u101b\u1014\u103a<\/a>\r\n            <button style=\"background: none; border: 2px solid var(--primary-blue); color: var(--primary-blue); padding: 12px 25px; border-radius: 50px; cursor: pointer; font-weight: bold;\" onclick=\"closeModal()\">\u1015\u102d\u1010\u103a\u1015\u102b<\/button>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    \/\/ animate counters\r\n    function animateCounter(id, end, duration) {\r\n        const el = document.getElementById(id);\r\n        if (!el) return;\r\n        let start = 0;\r\n        const stepTime = 50;\r\n        const increment = Math.max(1, Math.ceil(end \/ (duration \/ stepTime)));\r\n        const timer = setInterval(() => {\r\n            start += increment;\r\n            if (start >= end) {\r\n                start = end;\r\n                clearInterval(timer);\r\n            }\r\n            el.textContent = start;\r\n        }, stepTime);\r\n    }\r\n\r\n    window.addEventListener('DOMContentLoaded', function () {\r\n        animateCounter('bloodDonorCount', 321, 2000);\r\n        animateCounter('plantCount', 993, 2000);\r\n    });\r\n\r\n    \/\/ game details (trimmed exact structure preserved)\r\n    const gameDetails = {\r\n        'kabaddi': {\r\n            title: 'Kabaddi',\r\n            subtitle: 'Age Group: 18+ | Team Sport',\r\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.',\r\n            photo: \"https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/08\/Kabaddi.png\",\r\n            rules: [\r\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.',\r\n                'If the necessary touch line is not crossed, the opposing team will score a point.',\r\n                'If a player crosses the boundary line during the game, the opposing team will score a point.',\r\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.',\r\n                'Points will only be awarded if the swayamsevak touches the bonus line with one foot while lifting the other foot.',\r\n                'Each team consists of 8 players',\r\n                'Matches consist of two 10-minute halves',\r\n                'Defenders must stop the raider from returning to their side',\r\n                'A raider who takes a breath during chanting is declared out'\r\n            ],\r\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.'\r\n        },\r\n        'goal-ring': {\r\n            title: 'Goal Ring',\r\n            subtitle: 'Age Group: 18+ | Team Sport',\r\n            description: 'Goal Ring is a strategic team game where players score points by throwing a ring through a goal post.',\r\n            photo: 'https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/08\/Gaol-Ring.png',\r\n            rules: [\r\n                'No player is allowed to enter the goal circle. Entering the circle will result in a penalty.',\r\n                'Pushing or pulling another player, or trying to snatch the ring from their hand, is not allowed and will be considered a penalty.',\r\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.',\r\n                'If a player holds the ring too long without throwing, it will be considered a foul.',\r\n                'Making unnecessary movements with the ring is not allowed and will be considered a foul.',\r\n                'Throwing the ring outside the goal line will be considered a foul.',\r\n                'Dropping the ring on the ground will be considered a foul.',\r\n                'If the ring goes outside the goal line, the opposing team will restart the game.',\r\n                'Each successful goal through the ring scores 2 points.',\r\n                'Matches consist of two 15-minute halves with a 5-minute break.'\r\n            ],\r\n            howToPlay: 'Players move around the court passing the ring to teammates. The objective is to throw the ring through the goal post.'\r\n        },\r\n        'baithi-kho': {\r\n            title: 'Baithi Kho',\r\n            subtitle: 'Age Group: 18+ | Team Sport',\r\n            description: 'Baithi Kho is a variation of the traditional Kho-Kho game where players sit in particular positions.',\r\n            photo: 'https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/08\/Kho-Kho.png',\r\n            rules: [\r\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.',\r\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.',\r\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.',\r\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.',\r\n                'The chasing player cannot cross the center line, but the runners are allowed to cross it freely.',\r\n                'After receiving a \"kho\", a runner must continue running in the direction their feet are pointing, without changing direction.',\r\n                'The two players sitting at the far ends can get up and run at any time.',\r\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.',\r\n                'The team that catches the most runners within the allotted time is declared the winner.'\r\n            ],\r\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.'\r\n        },\r\n        'chakra-valaya': {\r\n            title: 'Chakra Valaya',\r\n            subtitle: 'Age Group: Below 18 | Team Coordination Game',\r\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.',\r\n            video: 'https:\/\/youtu.be\/pmYDVI-uJio?t=103',\r\n            rules: [\r\n                'This game is played between two teams.',\r\n                'Each team consists of 8 Swayamsevaks\/Swayamsevikas.',\r\n                'The players in a team must stand in a row, holding hands.',\r\n                'The player at the front of the row holds a ring (glue ring\/loop) in their hand.',\r\n                'When the whistle blows, the ring must be passed from the front player to the last player without breaking the hand-hold.',\r\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.',\r\n                'If the chain is broken, the passing must restart from the first player.',\r\n                'Players cannot use their free hand to assist in passing the ring.',\r\n                'The ring must be passed over the heads of all players in the chain.',\r\n                'The team that successfully completes the process first, according to the rules, is declared the winner.'\r\n            ],\r\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.'\r\n        },\r\n        'kandukam-prakashanam': {\r\n            title: 'Kandukam Prakashanam',\r\n            subtitle: 'Age Group: Below 18 | Team Coordination Game',\r\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.',\r\n            video: 'https:\/\/youtu.be\/pmYDVI-uJio?t=6',\r\n            registerLink: \"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSf5atr8dOlvBVAjZvvTZSQ_OPaj6vcITzIsHaW-b3_kdIKgJg\/viewform?usp=pp_url&entry.2120406441=Kabaddi\",\r\n            rules: [\r\n                'This game is played between two teams.',\r\n                'Each team consists of 8 Swayamsevaks\/Swayamsevikas.',\r\n                'The players in a team must stand in a straight row, facing forward, with each person\\'s back toward the next teammate.',\r\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.',\r\n                'A ball must be placed on the hands of the first player in the row.',\r\n                'When the whistle blows, the first player must, without turning back, lift the ball and pass it to the player behind.',\r\n                'The ball must then be passed backward step by step until it reaches the last player in the row.',\r\n                'If the ball falls during the handoff, it must be picked up, returned to the first player, and the process restarted.',\r\n                'During the game, players must not touch each other\\'s backs.',\r\n                'The team that successfully passes the ball to the last player first, while following the rules, is declared the winner.'\r\n            ],\r\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.'\r\n        },\r\n        'kosh-sanchalan': {\r\n            title: 'Kosh Sanchalan',\r\n            subtitle: 'Age Group: Below 18 | Team Coordination Game',\r\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.',\r\n            video: 'https:\/\/youtu.be\/pmYDVI-uJio?t=180',\r\n            rules: [\r\n                'This game is played between two teams.',\r\n                'Each team consists of 8 Swayamsevaks\/Swayamsevikas.',\r\n                'The starting point and the goal point of the game should be 10 meters (30 feet) apart.',\r\n                'At the starting point, place 10 disposable paper cups upside down.',\r\n                'At the goal point, place a long table.',\r\n                'Each player must hold one rope attached to a circular ring.',\r\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.',\r\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.',\r\n                'Each person must hold only one rope.',\r\n                'Cups must not be touched or stacked by hand\u2014only the rope can be used.',\r\n                'If the cups fall during stacking, they must be re-stacked using the rope only.',\r\n                'If a rope breaks or comes loose, the team members must repair it themselves and continue.'\r\n            ],\r\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.'\r\n        },\r\n        'essay-writing': {\r\n            title: 'Essay Writing Competition',\r\n            subtitle: 'All Age Groups | Intellectual',\r\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.',\r\n            photo: 'images\/essay-writing.jpg',\r\n            rules: [\r\n                'Essays may be written in Burmese, Tamil, Telugu, or Hindi.',\r\n                'The essay must be concise and to the point, within 400\u2013450 words, and must not stray from the given topic.',\r\n                'No images may be included in the essay.',\r\n                'Use short, interesting sentences to make your writing engaging.',\r\n                'The content must be original\u2014do not copy from books, the Internet, or other people\\'s writings.',\r\n                'Participants must register their names with the competition officials in their township in order to take part.',\r\n                'The essay must be written by the participant only and must not have been submitted in any previous competition.',\r\n                'There will be two separate categories: 15 years of age and under, and 15 years of age and over.',\r\n                'Submitted essays will not be returned.',\r\n                'Essays must be submitted to the Federation office no later than the specified deadline.',\r\n                'The decision of the judges will be final.'\r\n            ],\r\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.',\r\n            additionalInfo: `\r\n                <div class=\"modal-section\">\r\n                    <h3><i class=\"fas fa-lightbulb\"><\/i> Essay Structure<\/h3>\r\n                    <p>A good essay should have:<\/p>\r\n                    <ul>\r\n                        <li><strong>Introduction:<\/strong> Introduce your topic and state your main idea<\/li>\r\n                        <li><strong>Body:<\/strong> Develop your ideas with supporting evidence and examples<\/li>\r\n                        <li><strong>Conclusion:<\/strong> Summarize your main points and provide final reflections<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                <div class=\"modal-section\">\r\n                    <h3><i class=\"fas fa-list-alt\"><\/i> Suggested Topics<\/h3>\r\n                    <ul class=\"topics-list\">\r\n                        <li>75th Anniversary Tour of the Sanatana Dhammapalaka (Hindu) Federation<\/li>\r\n                        <li>Me and Sangh<\/li>\r\n                        <li>Sanghe Shakti Kalayuge (Unity is Strength)<\/li>\r\n                        <li>Major Hindu Religious Festivals<\/li>\r\n                        <li>The Importance of Discipline<\/li>\r\n                        <li>Proudly Say: I am Hindu<\/li>\r\n                        <li>Important Hindu Temples and Pilgrimage Sites in Myanmar<\/li>\r\n                        <li>Benefits of Modern Technology<\/li>\r\n                    <\/ul>\r\n                <\/div>`\r\n        },\r\n        'debate': {\r\n            title: 'Debate Competition',\r\n            subtitle: 'All Age Groups | Intellectual',\r\n            description: 'A debate is a competitive discussion on a given topic. In a debate, two opposing groups present their arguments and attempt to refute the other side\\'s points with evidence. Debates may take place in meetings, conferences, schools, or other forums.',\r\n            photo: 'images\/debate.jpg',\r\n            rules: [\r\n                'The competition will consist of two teams, each with five (5) participants.',\r\n                'Contestants must first read out and present the topic\/title of their debate before beginning.',\r\n                'Contestants must use simple, respectful, and polite language when presenting their arguments.',\r\n                'Avoid using language that may offend or harm national, religious, ethnic, or personal sentiments.',\r\n                'Reading directly from written notes or papers is not allowed; arguments must be presented naturally.',\r\n                'The decision of the referee\/judge will be final.'\r\n            ],\r\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.',\r\n            additionalInfo: `\r\n                <div class=\"modal-section\">\r\n                    <h3><i class=\"fas fa-list-alt\"><\/i> Debate Topics<\/h3>\r\n                    <ul>\r\n                        <li>Which is more important: physical strength or mental strength?<\/li>\r\n                        <li>The importance of yoga and other exercises (including gym workouts).<\/li>\r\n                        <li>Mobile phones are not \/ are beneficial to humans.<\/li>\r\n                    <\/ul>\r\n                <\/div>`\r\n        },\r\n        'impromptu-speech': {\r\n            title: 'Free Speech Competition',\r\n            subtitle: 'All Age Groups | Public Speaking',\r\n            description: 'A free speech is the ability to speak on a topic of your choice within a specified time in a way that is easy for everyone to understand and appealing to the ear, using examples, such as metaphors. This free speech competition aims to produce people who can give public speeches and speeches at events in the future.',\r\n            photo: 'images\/speech.jpg',\r\n            rules: [\r\n                'Participants must wear traditional or modest clothing.',\r\n                'First, you must introduce yourself and read out the topic you will be speaking about.',\r\n                'The chairman shall greet the members.',\r\n                'Include a proverb related to the topic you are going to talk about.',\r\n                'It is especially important to conclude within the allotted time.',\r\n                'It is very important to be bold and clear in your style and to be appropriate to the context.',\r\n                'The referee\\'s decision will be final.'\r\n            ],\r\n            howToPlay: 'Anyone under the age of 18 and over the age of 18, male or female, can participate in this free speech competition. Prepare a speech on one of the suggested topics, making sure to follow all the guidelines provided.',\r\n            additionalInfo: `\r\n                <div class=\"modal-section\">\r\n                    <h3><i class=\"fas fa-list-alt\"><\/i> Speech Topics<\/h3>\r\n                    <ul class=\"topics-list\">\r\n                        <li>About the Founder of Sangh Organization, Dr. Hedgewar<\/li>\r\n                        <li>Golwakar Shri Guru ji<\/li>\r\n                        <li>75th anniversary Logo of Sangh<\/li>\r\n                        <li>Swami Vivekananda<\/li>\r\n                        <li>Tiruvaluwar<\/li>\r\n                        <li>Chatrapati Shivaji<\/li>\r\n                        <li>Maharana Pratap<\/li>\r\n                    <\/ul>\r\n                <\/div>`\r\n        },\r\n        'coloring': {\r\n            title: 'Coloring Competition',\r\n            subtitle: 'Age Group: Under 15 | Creative',\r\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.',\r\n            photo: 'images\/drawing-tips.jpg',\r\n            rules: [\r\n                'The competitor must be under 15 years of age.',\r\n                'Name, date of birth, certificate, class, phone number, and address must be written accurately.',\r\n                'The painting must be done on A4 sketch paper.',\r\n                'Competitors may use any type of colored pencils or paints for painting.',\r\n                'Submitted paintings will not be returned.',\r\n                'Only paintings that follow the specified rules will be accepted.',\r\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).',\r\n                'Competitors will not be allowed to participate after the specified date.',\r\n                'The decision of the referees will be final.'\r\n            ],\r\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.',\r\n            additionalInfo: `\r\n                <div class=\"modal-section\">\r\n                    <h3><i class=\"fas fa-palette\"><\/i> Pictures to be Painted<\/h3>\r\n                    <ul class=\"topics-list\">\r\n                        <li>Dr. Keshav Rao Baliram Hedgewar<\/li>\r\n                        <li>Madhav Rao Sadashiv Rao Golvalkar<\/li>\r\n                        <li>Sanatan Dharma (Hindu) Organization 75th Anniversary Logo<\/li>\r\n                        <li>Celebrating traditional Hindu festivals<\/li>\r\n                        <li>Swami Vivekananda<\/li>\r\n                        <li>Tiruvalluvar<\/li>\r\n                        <li>Hindu temples<\/li>\r\n                    <\/ul>\r\n                <\/div>`\r\n        },\r\n        'painting': {\r\n            title: 'Painting Competition',\r\n            subtitle: 'Age Group: All| Creative',\r\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.',\r\n            photo: 'images\/painting-tips.jpg',\r\n            rules: [\r\n                'All paintings must be original works created by the participant.',\r\n                'Any painting medium is acceptable (oil, acrylic, watercolor, etc.).',\r\n                'Name, age, contact information, and title of the painting must be written on the back.',\r\n                'Paintings must be submitted by the specified deadline.',\r\n                'Submitted paintings will not be returned.',\r\n                'The decision of the judges will be final.'\r\n            ],\r\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.',\r\n            additionalInfo: `\r\n                <div class=\"modal-section\">\r\n                    <h3><i class=\"fas fa-palette\"><\/i> Suggested Themes<\/h3>\r\n                <\/div>`\r\n        },\r\n        'individual-sangh-geet': {\r\n            title: 'Individual Sangh Geet Competition',\r\n            subtitle: 'All Age Groups | Musical',\r\n            description: 'Participants may compete with their favorite Myanmar, Tamil, Telugu, or Hindi song.',\r\n            photo: 'images\/sangh-geet-tips.jpg',\r\n            rules: [\r\n                'Participants must sing the song from beginning to end.',\r\n                'One person can sing only one Sangh Geet.',\r\n                'Competitors in the individual competition are not allowed to participate in the group competition.',\r\n                'If participants wish to use assistive devices, they must arrange and bring their own.',\r\n                'Only songs from the Sangh Geet Mala and Prerak Geet Mala, published by the Federation, may be sung in the competition..',\r\n                'The decision of the judges will be final.'\r\n            ],\r\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.',\r\n            additionalInfo: `\r\n                <div class=\"modal-section\">\r\n                    <h3><i class=\"fas fa-music\"><\/i> Suggested Songs<\/h3>\r\n                <\/div>`\r\n        },\r\n        'group-sangh-geet': {\r\n            title: 'Group Sangh Geet Competition',\r\n            subtitle: 'All Age Groups | Musical',\r\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.',\r\n            photo: 'images\/group-sangh-geet-tips.jpg',\r\n            rules: [\r\n                'A group of five (5) people must compete.',\r\n                'Anyone who has participated in the individual competition is not eligible to compete.',\r\n                'If participants wish to use assistive devices, they must arrange and bring their own.',\r\n                'Only singing and dancing from the Sangha Gi(th)mala and (P)rera Gi(th)mala printed by the Federation can compete.',\r\n                'Each group must perform one Sangh Geet of their choice from the approved collection.',\r\n                'The performance should not exceed 7 minutes.',\r\n                'Judging criteria include: harmony, synchronization, expression, unity, and overall impact.',\r\n                'Groups must provide the lyrics to the judges before performing.',\r\n                'The referee\\'s decision is final.'\r\n            ],\r\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.',\r\n            additionalInfo: `\r\n        <div class=\"modal-section\">\r\n            <h3><i class=\"fas fa-users\"><\/i> Group Performance Guidelines<\/h3>\r\n            <ul>\r\n                <li>Form a group of exactly 5 members<\/li>\r\n                <li>Choose songs only from the Federation-approved collections<\/li>\r\n                <li>Focus on unity and synchronization in both singing and movements<\/li>\r\n                <li>Demonstrate discipline and proper manners throughout the performance<\/li>\r\n                <li>Convey the inspirational and patriotic messages of the songs<\/li>\r\n                <li>Bring your own instruments if needed (harmonium, tabla, etc.)<\/li>\r\n            <\/ul>\r\n        <\/div>\r\n        <div class=\"modal-section\">\r\n            <h3><i class=\"fas fa-trophy\"><\/i> Judging Criteria<\/h3>\r\n            <ul class=\"topics-list\">\r\n                <li>Harmony and vocal quality (30%)<\/li>\r\n                <li>Synchronization and coordination (25%)<\/li>\r\n                <li>Expression and emotional delivery (20%)<\/li>\r\n                <li>Discipline and unity during performance (15%)<\/li>\r\n                <li>Overall impact and presentation (10%)<\/li>\r\n            <\/ul>\r\n        <\/div>`\r\n        },\r\n        'family-sangh-geet': {\r\n            title: 'Family Sangh Geet Competition',\r\n            subtitle: 'All Age Groups | Musical',\r\n            description: 'Family singing inspires, motivates, and instills patriotism while helping participants learn about their religion, customs, and traditions. Unity, manners, and discipline are very important in performing family songs. This competition encourages the new generation to follow and preserve their traditions.',\r\n            photo: 'images\/family-sangh-geet-tips.jpg',\r\n            rules: [\r\n                'All family members must participate together in the competition.',\r\n                'The competition will be held online via Zoom Cloud Meeting.',\r\n                'Participants must sit in a position where they can see the faces of all family members.',\r\n                'All family members must sing together during the performance.',\r\n                'If participants wish to use assistive devices, they must arrange and bring their own.',\r\n                'Neat traditional clothing must be worn by all participants.',\r\n                'Each family must perform one Sangh Geet of their choice.',\r\n                'The performance should not exceed 7 minutes.',\r\n                'The decision of the referees will be final.'\r\n            ],\r\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.',\r\n            additionalInfo: `\r\n                <div class=\"modal-section\">\r\n                    <h3><i class=\"fas fa-home\"><\/i> Family Participation Guidelines<\/h3>\r\n                    <ul>\r\n                        <li>All family members must participate together (multiple generations encouraged)<\/li>\r\n                        <li>Competition will be conducted online via Zoom Cloud Meeting<\/li>\r\n                        <li>Ensure proper lighting and camera positioning to show all participants<\/li>\r\n                        <li>Wear traditional clothing to honor cultural heritage<\/li>\r\n                        <li>Practice together to achieve family harmony and synchronization<\/li>\r\n                        <li>Test your audio equipment before the competition<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                <div class=\"modal-section\">\r\n                    <h3><i class=\"fas fa-laptop\"><\/i> Technical Requirements<\/h3>\r\n                    <ul>\r\n                        <li>Stable internet connection for Zoom meeting<\/li>\r\n                        <li>Camera positioned to show all participating family members<\/li>\r\n                        <li>Adequate lighting to ensure clear visibility<\/li>\r\n                        <li>Test your setup before the competition date<\/li>\r\n                    <\/ul>\r\n                <\/div>`\r\n        },\r\n        'swayamsevika-htoke-see-htoe': {\r\n            title: 'Htote See Htoe Competition( Swamyamsevika Only )',\r\n            subtitle: 'For Swayamsevika Only | Special Category',\r\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.',\r\n            photo: 'https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-10-125615.png',\r\n            rules: [\r\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.',\r\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.',\r\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.',\r\n    'Only the head guard controls the first line and \u201cCock\u2019s Tongue\u201d area. They may block and shift freely.',\r\n    'After clapping hands, the head guard can also catch younger attackers on the first line and \u201cCock\u2019s Tongue.\u201d',\r\n    'Guards must ensure that attackers do not pass beyond their line or escape through the side boundaries.',\r\n    'Guards may use extended arms, sideways blocking, or reaching strikes to stop attackers. They may also tag diagonal runners.',\r\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.',\r\n    'Guards cannot catch attackers who have already crossed beyond their line. However, if an attacker comes back from behind, they can be caught.',\r\n    'Two players arriving at the same line at once can still result in a valid catch.',\r\n    'A catch is only valid if both of the guard\u2019s feet are on the line and contact is visible to the referee.',\r\n    'If a catch is made unfairly or against the rules, the referee will not count it, and play continues.',\r\n    'Guards may also turn and catch attackers running back (\u201creverse catch\u201d), but players cannot enter backwards.',\r\n    'If a guard tags legally but is pushed off the line by the attacker, the catch still counts, based on the first contact.',\r\n    'In all cases, the referee\u2019s decision is final.'\r\n],\r\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.'\r\n        },\r\n        'swayamsevika-competition-2': {\r\n            title: 'Swayamsevika Competition 2',\r\n            subtitle: 'For Swayamsevika Only | Creative Category',\r\n            description: 'A creative competition designed specifically for Swayamsevika to showcase their artistic talents and innovative thinking.',\r\n            photo: 'https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Swami-Vivekananda-scaled.jpg',\r\n            rules: [\r\n                'Open to Swayamsevika participants only',\r\n                'Originality and creativity are key evaluation criteria',\r\n                'Materials may be brought by participants or provided by organizers',\r\n                'Time limit: 2 hours for completion',\r\n                'Entries must reflect cultural themes and values',\r\n                'All entries become property of the organization'\r\n            ],\r\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.'\r\n        },\r\n        'swayamsevika-competition-3': {\r\n            title: 'Swayamsevika Competition 3',\r\n            subtitle: 'For Swayamsevika Only | Team Category',\r\n            description: 'A team-based competition that emphasizes collaboration, coordination, and traditional group activities for Swayamsevika.',\r\n            photo: 'https:\/\/sdssmyanmar.org\/wp-content\/uploads\/2025\/09\/Sdss-75-years-logo-scaled.jpg',\r\n            rules: ['Teams of 4-6 Swayamsevika participants'],\r\n            howToPlay: 'Work together with your team to complete the challenge.'\r\n        },\r\n        'blood-donation': null,\r\n        'plantation': null\r\n    };\r\n\r\n    function showGameDetails(gameId) {\r\n        const videoTutorialDiv = document.querySelector('.video-tutorial');\r\n        const coloringGalleryDiv = document.getElementById('coloringGallery');\r\n        const essayGalleryDiv = document.getElementById('essayGallery');\r\n        const debateGalleryDiv = document.getElementById('debateGallery');\r\n        const speechGalleryDiv = document.getElementById('speechGallery');\r\n        const paintingGalleryDiv = document.getElementById('paintingGallery');\r\n        const swayamsevikaGallery = document.getElementById('swayamsevikaGallery');\r\n\r\n        \/\/ default hide all galleries\r\n        [videoTutorialDiv, coloringGalleryDiv, essayGalleryDiv, debateGalleryDiv, speechGalleryDiv, paintingGalleryDiv, swayamsevikaGallery].forEach(el => {\r\n            if (el) el.style.display = 'none';\r\n        });\r\n\r\n        if (gameId === 'coloring') {\r\n            coloringGalleryDiv.style.display = 'block';\r\n        } else if (gameId === 'essay-writing') {\r\n            essayGalleryDiv.style.display = 'block';\r\n        } else if (gameId === 'debate') {\r\n            debateGalleryDiv.style.display = 'block';\r\n        } else if (gameId === 'impromptu-speech') {\r\n            speechGalleryDiv.style.display = 'block';\r\n        } else if (gameId === 'painting') {\r\n            paintingGalleryDiv.style.display = 'block';\r\n        } else if (gameId.includes('swayamsevika')) {\r\n            swayamsevikaGallery.style.display = 'block';\r\n        } else {\r\n            videoTutorialDiv.style.display = 'block';\r\n        }\r\n\r\n        if (gameId === 'blood-donation' || gameId === 'plantation') return;\r\n\r\n        const game = gameDetails[gameId] || {\r\n            title: 'Competition Details',\r\n            subtitle: 'Information',\r\n            description: 'Detailed information about this competition will be available soon.',\r\n            video: '',\r\n            rules: ['Check back later for rules and regulations'],\r\n            howToPlay: 'Instructions will be provided before the competition begins.'\r\n        };\r\n\r\n        const registerBtn = document.querySelector('.btn-register');\r\n        if (registerBtn) {\r\n            if (gameId === 'kabaddi') {\r\n                registerBtn.href = \"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSf5atr8dOlvBVAjZvvTZSQ_OPaj6vcITzIsHaW-b3_kdIKgJg\/viewform?usp=pp_url&entry.2120406441=Kabaddi\";\r\n                registerBtn.target = \"_blank\";\r\n            } else if (gameId === 'goal-ring') {\r\n                registerBtn.href = \"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSf5atr8dOlvBVAjZvvTZSQ_OPaj6vcITzIsHaW-b3_kdIKgJg\/viewform?usp=pp_url&entry.2120406441=Goal+Ring\";\r\n                registerBtn.target = \"_blank\";\r\n            } else if (gameId === 'baithi-kho') {\r\n                registerBtn.href = \"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSf5atr8dOlvBVAjZvvTZSQ_OPaj6vcITzIsHaW-b3_kdIKgJg\/viewform\";\r\n                registerBtn.target = \"_blank\";\r\n            } else if (['chakra-valaya','kosh-sanchalan','kandukam-prakashanam'].includes(gameId)) {\r\n                registerBtn.href = \"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSeOfi5yeKzR5jptB4M3aJcrgMdMlN37a2FvwGDXtQJrGIYVxQ\/viewform\";\r\n                registerBtn.target = \"_blank\";\r\n            } else if (gameId.includes('swayamsevika')) {\r\n                registerBtn.href = \"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLScJz6RaOsB6aqF5_aMTiCrhIARMyITS-nRfBAP2yGGaiDOrNg\/viewform\";\r\n                registerBtn.target = \"_blank\";\r\n            } else {\r\n                registerBtn.href = \"#register\";\r\n                registerBtn.target = \"\";\r\n            }\r\n        }\r\n\r\n        document.getElementById('modalTitle').textContent = game.title || '';\r\n        document.getElementById('modalSubtitle').textContent = game.subtitle || '';\r\n        document.getElementById('modalDescription').textContent = game.description || '';\r\n\r\n        const videoElement = document.getElementById('tutorialVideo');\r\n        const videoSource = document.getElementById('tutorialVideoSource');\r\n        const iframeElement = document.getElementById('tutorialIframe');\r\n        const photoElement = document.getElementById('tutorialPhoto');\r\n        const videoPlaceholder = document.getElementById('videoPlaceholder');\r\n\r\n        \/\/ reset\r\n        if (videoElement) { videoElement.style.display = 'none'; videoElement.pause(); if (videoSource) videoSource.src = ''; if (videoElement.load) videoElement.load(); }\r\n        if (iframeElement) { iframeElement.style.display = 'none'; iframeElement.src = ''; }\r\n        if (photoElement) { photoElement.style.display = 'none'; photoElement.src = ''; }\r\n        if (videoPlaceholder) videoPlaceholder.style.display = 'flex';\r\n\r\n        if (game.photo) {\r\n            photoElement.src = game.photo;\r\n            photoElement.style.display = 'block';\r\n            if (videoPlaceholder) videoPlaceholder.style.display = 'none';\r\n        } else if (game.video) {\r\n            if (game.video.includes('youtube.com') || game.video.includes('youtu.be')) {\r\n                let embedUrl = game.video;\r\n                if (embedUrl.includes('youtu.be\/')) {\r\n                    embedUrl = embedUrl.replace('youtu.be\/', 'www.youtube.com\/embed\/');\r\n                    if (embedUrl.includes('?t=')) {\r\n                        const time = embedUrl.split('?t=')[1];\r\n                        embedUrl = embedUrl.split('?t=')[0] + '?start=' + time;\r\n                    }\r\n                } else if (embedUrl.includes('watch?v=')) {\r\n                    embedUrl = embedUrl.replace('watch?v=', 'embed\/');\r\n                    if (embedUrl.includes('&t=')) {\r\n                        const time = embedUrl.split('&t=')[1];\r\n                        embedUrl = embedUrl.split('&t=')[0] + '?start=' + time;\r\n                    }\r\n                }\r\n                iframeElement.src = embedUrl;\r\n                iframeElement.style.display = 'block';\r\n                if (videoPlaceholder) videoPlaceholder.style.display = 'none';\r\n            } else {\r\n                if (videoSource) videoSource.src = game.video;\r\n                if (videoElement && videoElement.load) {\r\n                    videoElement.load();\r\n                    videoElement.style.display = 'block';\r\n                } else {\r\n                    videoElement.src = game.video;\r\n                    videoElement.style.display = 'block';\r\n                }\r\n                if (videoPlaceholder) videoPlaceholder.style.display = 'none';\r\n            }\r\n        }\r\n\r\n        const rulesList = document.getElementById('modalRules');\r\n        rulesList.innerHTML = '';\r\n        (game.rules || []).forEach(rule => {\r\n            const li = document.createElement('li');\r\n            li.textContent = rule;\r\n            rulesList.appendChild(li);\r\n        });\r\n\r\n        document.getElementById('modalHowToPlay').textContent = game.howToPlay || '';\r\n\r\n        const additionalInfoContainer = document.getElementById('modalAdditionalInfo');\r\n        if (game.additionalInfo) {\r\n            additionalInfoContainer.innerHTML = game.additionalInfo;\r\n            additionalInfoContainer.style.display = 'block';\r\n        } else {\r\n            additionalInfoContainer.style.display = 'none';\r\n            additionalInfoContainer.innerHTML = '';\r\n        }\r\n\r\n        document.getElementById('gameModal').style.display = 'flex';\r\n        document.getElementById('gameModal').setAttribute('aria-hidden', 'false');\r\n    }\r\n\r\n    function closeModal() {\r\n        const videoElement = document.getElementById('tutorialVideo');\r\n        if (videoElement) {\r\n            try { videoElement.pause(); } catch (e) {}\r\n            const source = document.getElementById('tutorialVideoSource');\r\n            if (source) source.src = '';\r\n            if (videoElement.load) videoElement.load();\r\n        }\r\n        const iframeElement = document.getElementById('tutorialIframe');\r\n        if (iframeElement) iframeElement.src = '';\r\n        const modal = document.getElementById('gameModal');\r\n        if (modal) {\r\n            modal.style.display = 'none';\r\n            modal.setAttribute('aria-hidden', 'true');\r\n        }\r\n    }\r\n\r\n    \/\/ close when clicking outside modal-content\r\n    window.addEventListener('click', function (event) {\r\n        const modal = document.getElementById('gameModal');\r\n        if (!modal) return;\r\n        if (event.target === modal) closeModal();\r\n    });\r\n\r\n    \/\/ make Enter\/Escape accessible\r\n    window.addEventListener('keydown', function (e) {\r\n        if (e.key === 'Escape') {\r\n            closeModal();\r\n        }\r\n    });\r\n<\/script>\r\n<\/body>\r\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>","protected":false},"excerpt":{"rendered":"<p>SDSS &#8211; 75th Anniversary Competitions 75th Anniversary Competitions Celebrating 75 Glorious Years of Unity &amp; 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 [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-2145","page","type-page","status-publish","hentry","entry"],"acf":[],"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:\/\/test.sdssmyanmar.org\/my\/author\/info-sdssmmrgmail-com\/"},"uagb_comment_info":0,"uagb_excerpt":"SDSS &#8211; 75th Anniversary Competitions 75th Anniversary Competitions Celebrating 75 Glorious Years of Unity &amp; 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&hellip;","_links":{"self":[{"href":"https:\/\/test.sdssmyanmar.org\/my\/wp-json\/wp\/v2\/pages\/2145","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/test.sdssmyanmar.org\/my\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/test.sdssmyanmar.org\/my\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/test.sdssmyanmar.org\/my\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/test.sdssmyanmar.org\/my\/wp-json\/wp\/v2\/comments?post=2145"}],"version-history":[{"count":0,"href":"https:\/\/test.sdssmyanmar.org\/my\/wp-json\/wp\/v2\/pages\/2145\/revisions"}],"wp:attachment":[{"href":"https:\/\/test.sdssmyanmar.org\/my\/wp-json\/wp\/v2\/media?parent=2145"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}