{"id":7089,"date":"2025-12-29T07:28:18","date_gmt":"2025-12-29T07:28:18","guid":{"rendered":"https:\/\/promotionexams.com\/?page_id=7089"},"modified":"2026-01-30T15:21:59","modified_gmt":"2026-01-30T15:21:59","slug":"cag-cbt-exams","status":"publish","type":"page","link":"https:\/\/promotionexams.com\/?page_id=7089","title":{"rendered":"CAG CBT Exams"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7089\" class=\"elementor elementor-7089\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6bf9e98 e-con-full e-flex e-con e-parent\" data-id=\"6bf9e98\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d6e4ced elementor-widget elementor-widget-html\" data-id=\"d6e4ced\" data-element_type=\"widget\" data-widget_type=\"html.default\">\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.0\">\r\n    <title>CAG Departmental Examinations - Complete Preparation Guide | CSS Adda<\/title>\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Poppins:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n    <style>\r\n        :root {\r\n            --primary-blue: #2563EB;\r\n            --primary-blue-dark: #1D4ED8;\r\n            --primary-blue-light: #3B82F6;\r\n            --accent-orange: #f59e0b;\r\n            --accent-orange-dark: #d97706;\r\n            --accent-orange-light: #fbbf24;\r\n            --accent-orange-fade: #FFF0C5;\r\n            --success: #10b981;\r\n            --purple: #8b5cf6;\r\n            --red: #ef4444;\r\n            --teal: #0d9488;\r\n            --gradient-primary: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-light) 100%);\r\n            --gradient-secondary: linear-gradient(135deg, var(--accent-orange) 0%, var(--accent-orange-light) 100%);\r\n            --gradient-hero: linear-gradient(135deg, var(--primary-blue-dark) 0%, var(--primary-blue) 50%, var(--accent-orange-light) 100%);\r\n            --gradient-dark: linear-gradient(135deg, var(--primary-blue-dark) 0%, var(--primary-blue) 60%, #b45309 100%);\r\n            --bg-primary: #f8fafc;\r\n            --bg-secondary: #ffffff;\r\n            --bg-tertiary: #f1f5f9;\r\n            --bg-card: #ffffff;\r\n            --bg-hover: #f1f5f9;\r\n            --text-primary: #1e293b;\r\n            --text-secondary: #475569;\r\n            --text-muted: #64748b;\r\n            --border-color: #e2e8f0;\r\n            --border-light: #f1f5f9;\r\n            --shadow-sm: 0 1px 2px 0 rgb(0 0 0 \/ 0.05);\r\n            --shadow: 0 1px 3px 0 rgb(0 0 0 \/ 0.1);\r\n            --shadow-md: 0 4px 6px -1px rgb(0 0 0 \/ 0.1);\r\n            --shadow-lg: 0 10px 15px -3px rgb(0 0 0 \/ 0.1);\r\n            --shadow-xl: 0 20px 25px -5px rgb(0 0 0 \/ 0.1);\r\n            --radius: 8px;\r\n            --radius-md: 12px;\r\n            --radius-lg: 16px;\r\n            --transition: all 0.3s ease;\r\n        }\r\n\r\n        * { margin: 0; padding: 0; box-sizing: border-box; }\r\n        html { scroll-behavior: smooth; }\r\n        body { \r\n            font-family: 'Poppins', sans-serif; \r\n            background: var(--bg-primary); \r\n            color: var(--text-primary); \r\n            line-height: 1.6;\r\n        }\r\n        a { text-decoration: none; color: inherit; }\r\n        ::selection { background: var(--primary-blue); color: white; }\r\n\r\n        ::-webkit-scrollbar { width: 8px; height: 8px; }\r\n        ::-webkit-scrollbar-track { background: var(--bg-tertiary); }\r\n        ::-webkit-scrollbar-thumb { \r\n            background: var(--primary-blue); \r\n            border-radius: 4px;\r\n        }\r\n\r\n        @keyframes fadeIn { \r\n            from { opacity: 0; transform: translateY(15px); } \r\n            to { opacity: 1; transform: translateY(0); } \r\n        }\r\n        @keyframes borderAnimation {\r\n            0% { background-position: 0% 50%; }\r\n            50% { background-position: 100% 50%; }\r\n            100% { background-position: 0% 50%; }\r\n        }\r\n\r\n        .reading-progress {\r\n            position: fixed;\r\n            top: 0;\r\n            left: 0;\r\n            width: 0%;\r\n            height: 4px;\r\n            background: linear-gradient(90deg, var(--primary-blue), var(--accent-orange), var(--primary-blue));\r\n            background-size: 200% 200%;\r\n            animation: borderAnimation 3s ease infinite;\r\n            z-index: 9999;\r\n        }\r\n\r\n        .toast-container {\r\n            position: fixed;\r\n            bottom: 30px;\r\n            right: 30px;\r\n            z-index: 10000;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 10px;\r\n        }\r\n        .toast {\r\n            background: var(--bg-card);\r\n            padding: 15px 25px;\r\n            border-radius: var(--radius-md);\r\n            box-shadow: var(--shadow-lg);\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 12px;\r\n            min-width: 300px;\r\n            animation: fadeIn 0.3s ease;\r\n            border-left: 4px solid var(--success);\r\n        }\r\n        .toast i { font-size: 1.3rem; color: var(--success); }\r\n        .toast-content { flex: 1; }\r\n        .toast-title { font-weight: 600; font-size: 0.95rem; }\r\n        .toast-message { font-size: 0.85rem; color: var(--text-secondary); }\r\n        .toast-close {\r\n            background: none;\r\n            border: none;\r\n            color: var(--text-muted);\r\n            cursor: pointer;\r\n            padding: 5px;\r\n        }\r\n\r\n        .hero { \r\n            background: var(--gradient-hero); \r\n            padding: 60px 20px 100px; \r\n            position: relative; \r\n            overflow: hidden; \r\n            border-radius: 0 0 30px 30px; \r\n        }\r\n        .hero::before { \r\n            content: ''; \r\n            position: absolute; \r\n            inset: 0; \r\n            background: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\"); \r\n            opacity: 0.5; \r\n        }\r\n        .hero-container { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; text-align: center; }\r\n        .hero-badge { \r\n            display: inline-flex; align-items: center; gap: 10px; \r\n            background: rgba(249, 115, 22, 0.2); border: 1px solid rgba(249, 115, 22, 0.3); \r\n            color: var(--accent-orange-light); padding: 8px 20px; border-radius: 50px; \r\n            font-size: 0.85rem; font-weight: 600; margin-bottom: 15px; \r\n            text-transform: uppercase; letter-spacing: 1px; \r\n        }\r\n        .hero-title { \r\n            font-family: 'Plus Jakarta Sans', sans-serif; \r\n            font-size: clamp(1.8rem, 5vw, 2.8rem); font-weight: 800; \r\n            color: white; margin-bottom: 12px; line-height: 1.2; \r\n        }\r\n        .hero-title span { color: var(--accent-orange); }\r\n        .hero-description { font-size: 1rem; color: rgba(255, 255, 255, 0.85); max-width: 750px; margin: 0 auto 25px; }\r\n\r\n        .main-container { max-width: 1400px; margin: -35px auto 60px; padding: 0 20px; position: relative; z-index: 10; }\r\n        \r\n        .main-tabs-wrapper { \r\n            background: var(--bg-card); \r\n            border-radius: var(--radius-lg); \r\n            padding: 8px; display: flex; \r\n            gap: 8px; \r\n            margin-bottom: 25px; \r\n            box-shadow: var(--shadow-lg); \r\n            flex-wrap: wrap; \r\n            justify-content: center;\r\n        }\r\n        .main-tab-btn { \r\n            position: relative;\r\n            flex: 1; \r\n            min-width: 180px;\r\n            display: flex; \r\n            align-items: center; \r\n            justify-content: center; \r\n            gap: 12px; \r\n            padding: 18px 25px; \r\n            font-family: 'Poppins', sans-serif; \r\n            font-size: 0.95rem; \r\n            font-weight: 600; \r\n            color: var(--text-primary);\r\n            background: var(--bg-card);\r\n            border: none;\r\n            border-radius: var(--radius-lg);\r\n            cursor: pointer;\r\n            transition: var(--transition);\r\n            z-index: 1;\r\n        }\r\n        \r\n        .main-tab-btn::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: -3px;\r\n            left: -3px;\r\n            right: -3px;\r\n            bottom: -3px;\r\n            background: linear-gradient(90deg, var(--primary-blue), var(--accent-orange), var(--primary-blue-light), var(--accent-orange-light), var(--primary-blue));\r\n            background-size: 300% 300%;\r\n            border-radius: calc(var(--radius-lg) + 3px);\r\n            z-index: -1;\r\n            animation: borderAnimation 3s ease infinite;\r\n        }\r\n        \r\n        .main-tab-btn::after {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            bottom: 0;\r\n            background: var(--bg-card);\r\n            border-radius: var(--radius-lg);\r\n            z-index: -1;\r\n            transition: var(--transition);\r\n        }\r\n        \r\n        .main-tab-btn:hover { \r\n            transform: translateY(-3px);\r\n            box-shadow: var(--shadow-lg);\r\n        }\r\n        .main-tab-btn:hover::after { background: var(--bg-hover); }\r\n        \r\n        .main-tab-btn i { font-size: 1.3rem; transition: var(--transition); color: var(--primary-blue); }\r\n        .main-tab-btn:hover i { transform: scale(1.1); }\r\n        \r\n        .main-tab-btn.active::after { background: var(--gradient-primary); }\r\n        .main-tab-btn.active { color: white; }\r\n        .main-tab-btn.active i { color: var(--accent-orange-light); }\r\n\r\n        .content-wrapper { \r\n            background: var(--bg-card); \r\n            border-radius: var(--radius-lg); \r\n            box-shadow: var(--shadow-lg); \r\n            overflow: hidden;\r\n            border: 3px solid var(--border-color);\r\n            position: relative;\r\n        }\r\n        .content-wrapper::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: -3px;\r\n            left: -3px;\r\n            right: -3px;\r\n            bottom: -3px;\r\n            background: linear-gradient(90deg, var(--primary-blue), var(--accent-orange), var(--primary-blue));\r\n            background-size: 200% 200%;\r\n            border-radius: calc(var(--radius-lg) + 3px);\r\n            z-index: -1;\r\n            animation: borderAnimation 4s ease infinite;\r\n        }\r\n        \r\n        .tab-panel { display: none; animation: fadeIn 0.4s ease; }\r\n        .tab-panel.active { display: block; }\r\n\r\n        .bordered-section {\r\n            border: 2px solid var(--border-color);\r\n            border-radius: var(--radius-lg);\r\n            margin: 20px;\r\n            overflow: hidden;\r\n        }\r\n        \r\n        .section-header {\r\n            background: var(--gradient-primary);\r\n            padding: 18px 25px;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 12px;\r\n            color: white;\r\n        }\r\n        .section-header i { font-size: 1.3rem; color: var(--accent-orange-light); }\r\n        .section-header-title {\r\n            font-family: 'Plus Jakarta Sans', sans-serif;\r\n            font-weight: 700;\r\n            font-size: 1.1rem;\r\n            text-transform: uppercase;\r\n            letter-spacing: 1px;\r\n        }\r\n        \r\n        .section-content {\r\n            padding: 25px;\r\n            background: var(--bg-secondary);\r\n        }\r\n\r\n        .exam-type-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\r\n            gap: 20px;\r\n        }\r\n        \r\n        .exam-type-card {\r\n            background: var(--bg-card);\r\n            border-radius: var(--radius-lg);\r\n            padding: 22px;\r\n            cursor: pointer;\r\n            transition: var(--transition);\r\n            border: 2px solid var(--border-color);\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n        .exam-type-card::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0; left: 0;\r\n            width: 4px; height: 100%;\r\n            background: var(--primary-blue);\r\n            transition: var(--transition);\r\n        }\r\n        .exam-type-card:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: var(--shadow-lg);\r\n            border-color: var(--primary-blue-light);\r\n        }\r\n        .exam-type-card:hover::before { width: 6px; }\r\n        .exam-type-card.active {\r\n            border-color: var(--primary-blue);\r\n            box-shadow: 0 10px 30px rgba(37, 99, 235, 0.2);\r\n        }\r\n        .exam-type-card.active::before { \r\n            width: 6px;\r\n            background: var(--gradient-secondary);\r\n        }\r\n        \r\n        .exam-type-card-header {\r\n            display: flex; align-items: center; gap: 15px; margin-bottom: 12px;\r\n        }\r\n        .exam-type-icon {\r\n            width: 50px; height: 50px;\r\n            background: var(--gradient-primary);\r\n            border-radius: var(--radius);\r\n            display: flex; align-items: center; justify-content: center;\r\n            color: white; font-size: 1.3rem;\r\n            flex-shrink: 0;\r\n        }\r\n        .exam-type-card.active .exam-type-icon { background: var(--gradient-secondary); }\r\n        \r\n        .exam-type-title { \r\n            font-family: 'Plus Jakarta Sans', sans-serif;\r\n            font-size: 1.05rem; font-weight: 700; \r\n            color: var(--text-primary);\r\n        }\r\n        .exam-type-desc {\r\n            font-size: 0.85rem; color: var(--text-muted);\r\n            line-height: 1.6;\r\n            margin-bottom: 12px;\r\n        }\r\n        .exam-type-features {\r\n            display: flex; gap: 8px; flex-wrap: wrap;\r\n        }\r\n        .exam-type-feature {\r\n            background: var(--bg-tertiary);\r\n            padding: 5px 12px; border-radius: 20px;\r\n            font-size: 0.75rem; color: var(--text-secondary);\r\n            display: flex; align-items: center; gap: 6px;\r\n        }\r\n        .exam-type-feature i { color: var(--primary-blue); font-size: 0.7rem; }\r\n\r\n        .content-panel-wrapper { padding: 25px; }\r\n\r\n        .exam-info-box { \r\n            background: linear-gradient(135deg, rgba(37, 99, 235, 0.05) 0%, rgba(245, 158, 11, 0.05) 100%); \r\n            border-radius: var(--radius-lg); \r\n            padding: 26px; \r\n            margin-bottom: 28px; \r\n            border: 2px solid var(--border-color); \r\n            border-left: 6px solid var(--accent-orange); \r\n        }\r\n        .exam-info-header { \r\n            display: flex; align-items: center; gap: 18px; \r\n            margin-bottom: 18px; flex-wrap: wrap; \r\n        }\r\n        .exam-info-icon { \r\n            width: 55px; height: 55px; \r\n            background: var(--gradient-primary); \r\n            border-radius: var(--radius); \r\n            display: flex; align-items: center; justify-content: center; \r\n            color: white; font-size: 1.4rem;\r\n            box-shadow: var(--shadow-md);\r\n        }\r\n        .exam-info-header h2 { \r\n            font-family: 'Plus Jakarta Sans', sans-serif; \r\n            font-size: 1.35rem; font-weight: 700; \r\n            color: var(--text-primary); margin: 0; flex: 1; \r\n        }\r\n        .exam-info-details { \r\n            background: var(--bg-card); border-radius: var(--radius); padding: 18px;\r\n            border: 1px solid var(--border-color);\r\n        }\r\n        .exam-info-details p { \r\n            color: var(--text-secondary); font-size: 0.92rem; \r\n            margin-bottom: 10px; line-height: 1.7; \r\n        }\r\n        .exam-info-details p:last-child { margin-bottom: 0; }\r\n        .exam-info-details p strong { color: var(--primary-blue); }\r\n\r\n        .eligibility-section {\r\n            background: var(--bg-card);\r\n            border-radius: var(--radius-lg);\r\n            overflow: hidden;\r\n            margin-bottom: 30px;\r\n            box-shadow: var(--shadow-lg);\r\n            border: 2px solid var(--success);\r\n        }\r\n        .eligibility-header {\r\n            background: linear-gradient(135deg, var(--success) 0%, #059669 100%);\r\n            padding: 18px 25px;\r\n            color: white;\r\n        }\r\n        .eligibility-header h3 {\r\n            font-family: 'Plus Jakarta Sans', sans-serif;\r\n            font-size: 1.15rem; font-weight: 700;\r\n            display: flex; align-items: center; gap: 12px;\r\n            margin: 0;\r\n        }\r\n        .eligibility-body { padding: 25px; }\r\n        .eligibility-intro {\r\n            background: rgba(16, 185, 129, 0.1);\r\n            padding: 15px 20px;\r\n            border-radius: var(--radius);\r\n            margin-bottom: 20px;\r\n            border-left: 4px solid var(--success);\r\n            font-size: 0.92rem;\r\n            color: var(--text-secondary);\r\n            line-height: 1.7;\r\n        }\r\n        .eligibility-list {\r\n            list-style: none;\r\n            counter-reset: eligibility-counter;\r\n        }\r\n        .eligibility-list li {\r\n            counter-increment: eligibility-counter;\r\n            position: relative;\r\n            padding: 15px 15px 15px 55px;\r\n            margin-bottom: 12px;\r\n            background: var(--bg-tertiary);\r\n            border-radius: var(--radius);\r\n            font-size: 0.9rem;\r\n            color: var(--text-secondary);\r\n            line-height: 1.6;\r\n            border: 1px solid var(--border-color);\r\n            transition: var(--transition);\r\n        }\r\n        .eligibility-list li:hover {\r\n            border-color: var(--success);\r\n            transform: translateX(5px);\r\n        }\r\n        .eligibility-list li::before {\r\n            content: counter(eligibility-counter);\r\n            position: absolute;\r\n            left: 15px;\r\n            top: 50%;\r\n            transform: translateY(-50%);\r\n            width: 28px;\r\n            height: 28px;\r\n            background: var(--success);\r\n            color: white;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            font-size: 0.8rem;\r\n            font-weight: 700;\r\n        }\r\n        .pay-level {\r\n            display: inline-block;\r\n            background: rgba(37, 99, 235, 0.15);\r\n            color: var(--primary-blue);\r\n            padding: 2px 8px;\r\n            border-radius: 4px;\r\n            font-size: 0.8rem;\r\n            font-weight: 600;\r\n            margin: 0 2px;\r\n        }\r\n\r\n        .key-info-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\r\n            gap: 18px;\r\n            margin-bottom: 25px;\r\n        }\r\n        .key-info-card {\r\n            background: var(--bg-card);\r\n            border-radius: var(--radius-lg);\r\n            padding: 20px;\r\n            border: 2px solid var(--border-color);\r\n            text-align: center;\r\n            transition: var(--transition);\r\n        }\r\n        .key-info-card:hover {\r\n            transform: translateY(-3px);\r\n            box-shadow: var(--shadow-md);\r\n        }\r\n        .key-info-card.blue { border-top: 4px solid var(--primary-blue); }\r\n        .key-info-card.orange { border-top: 4px solid var(--accent-orange); }\r\n        .key-info-card.green { border-top: 4px solid var(--success); }\r\n        .key-info-card.purple { border-top: 4px solid var(--purple); }\r\n        .key-info-icon {\r\n            width: 50px;\r\n            height: 50px;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin: 0 auto 12px;\r\n            font-size: 1.2rem;\r\n        }\r\n        .key-info-card.blue .key-info-icon { background: rgba(37, 99, 235, 0.15); color: var(--primary-blue); }\r\n        .key-info-card.orange .key-info-icon { background: rgba(245, 158, 11, 0.15); color: var(--accent-orange); }\r\n        .key-info-card.green .key-info-icon { background: rgba(16, 185, 129, 0.15); color: var(--success); }\r\n        .key-info-card.purple .key-info-icon { background: rgba(139, 92, 246, 0.15); color: var(--purple); }\r\n        .key-info-value {\r\n            font-family: 'Plus Jakarta Sans', sans-serif;\r\n            font-size: 1.3rem;\r\n            font-weight: 800;\r\n            color: var(--text-primary);\r\n            margin-bottom: 4px;\r\n        }\r\n        .key-info-label {\r\n            font-size: 0.8rem;\r\n            color: var(--text-muted);\r\n        }\r\n\r\n        .important-notes {\r\n            margin-top: 25px;\r\n            padding: 20px 24px;\r\n            background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(245, 158, 11, 0.05) 100%);\r\n            border-radius: var(--radius-lg);\r\n            border: 2px solid rgba(245, 158, 11, 0.3);\r\n            border-left: 5px solid var(--accent-orange);\r\n        }\r\n        .important-notes h4 { \r\n            font-size: 1rem; font-weight: 700; color: var(--text-primary); \r\n            margin-bottom: 12px; display: flex; align-items: center; gap: 10px; \r\n        }\r\n        .important-notes h4 i { color: var(--accent-orange); }\r\n        .important-notes ul { list-style: none; font-size: 0.88rem; color: var(--text-secondary); }\r\n        .important-notes li { \r\n            padding: 6px 0 6px 22px; position: relative; line-height: 1.6;\r\n        }\r\n        .important-notes li::before { \r\n            content: '\u2022'; position: absolute; left: 0; \r\n            color: var(--accent-orange); font-weight: bold; font-size: 1.2rem;\r\n        }\r\n\r\n        \/* Syllabus Container - Split Layout *\/\r\n        .syllabus-container {\r\n            display: grid;\r\n            grid-template-columns: 320px 1fr;\r\n            gap: 0;\r\n            min-height: 700px;\r\n            border: 3px solid var(--primary-blue);\r\n            border-radius: var(--radius-lg);\r\n            overflow: hidden;\r\n            margin: 20px;\r\n        }\r\n        \r\n        .syllabus-sidebar {\r\n            background: var(--bg-secondary);\r\n            border-right: 3px solid var(--primary-blue);\r\n            display: flex;\r\n            flex-direction: column;\r\n            overflow-y: auto;\r\n            max-height: 800px;\r\n        }\r\n        \r\n        .syllabus-sidebar-header {\r\n            background: var(--gradient-primary);\r\n            padding: 20px 22px;\r\n            color: white;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 12px;\r\n            position: sticky;\r\n            top: 0;\r\n            z-index: 10;\r\n        }\r\n        .syllabus-sidebar-header i { font-size: 1.4rem; color: var(--accent-orange-light); }\r\n        .syllabus-sidebar-header-title {\r\n            font-family: 'Plus Jakarta Sans', sans-serif;\r\n            font-weight: 700;\r\n            font-size: 1rem;\r\n        }\r\n        \r\n        .paper-group-section {\r\n            border-bottom: 2px solid var(--primary-blue-light);\r\n        }\r\n        \r\n        .paper-group-header {\r\n            background: linear-gradient(135deg, rgba(37, 99, 235, 0.15) 0%, rgba(59, 130, 246, 0.2) 100%);\r\n            padding: 14px 20px;\r\n            font-weight: 700;\r\n            font-size: 0.9rem;\r\n            color: var(--primary-blue-dark);\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 12px;\r\n            border-left: 4px solid var(--primary-blue);\r\n            cursor: pointer;\r\n            transition: var(--transition);\r\n        }\r\n        .paper-group-header:hover {\r\n            background: linear-gradient(135deg, rgba(37, 99, 235, 0.2) 0%, rgba(59, 130, 246, 0.25) 100%);\r\n        }\r\n        .paper-group-header i { color: var(--primary-blue); }\r\n        .paper-group-header .arrow {\r\n            margin-left: auto;\r\n            transition: var(--transition);\r\n        }\r\n        .paper-group-section.open .paper-group-header .arrow {\r\n            transform: rotate(180deg);\r\n        }\r\n        \r\n        .paper-list {\r\n            max-height: 0;\r\n            overflow: hidden;\r\n            transition: max-height 0.3s ease;\r\n        }\r\n        .paper-group-section.open .paper-list {\r\n            max-height: 1000px;\r\n        }\r\n        \r\n        .paper-item {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 14px;\r\n            padding: 14px 20px;\r\n            cursor: pointer;\r\n            transition: var(--transition);\r\n            border-bottom: 1px solid var(--border-light);\r\n            background: var(--bg-card);\r\n        }\r\n        .paper-item:hover {\r\n            background: var(--bg-hover);\r\n        }\r\n        .paper-item.active {\r\n            background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(59, 130, 246, 0.15) 100%);\r\n            border-left: 4px solid var(--accent-orange);\r\n        }\r\n        \r\n        .paper-code {\r\n            min-width: 55px;\r\n            padding: 6px 10px;\r\n            background: var(--primary-blue);\r\n            color: white;\r\n            border-radius: var(--radius);\r\n            font-size: 0.8rem;\r\n            font-weight: 700;\r\n            text-align: center;\r\n        }\r\n        .paper-item.active .paper-code {\r\n            background: var(--accent-orange);\r\n        }\r\n        \r\n        .paper-info { flex: 1; min-width: 0; }\r\n        .paper-name {\r\n            font-weight: 600;\r\n            font-size: 0.85rem;\r\n            margin-bottom: 2px;\r\n            color: var(--text-primary);\r\n            line-height: 1.4;\r\n        }\r\n        .paper-badge {\r\n            display: inline-block;\r\n            font-size: 0.7rem;\r\n            padding: 2px 8px;\r\n            border-radius: 20px;\r\n            font-weight: 600;\r\n        }\r\n        .paper-badge.common { background: rgba(16, 185, 129, 0.15); color: var(--success); }\r\n        .paper-badge.branch { background: rgba(139, 92, 246, 0.15); color: var(--purple); }\r\n        \r\n        .syllabus-content-area {\r\n            background: var(--bg-tertiary);\r\n            display: flex;\r\n            flex-direction: column;\r\n            overflow-y: auto;\r\n        }\r\n        \r\n        .syllabus-content-header {\r\n            background: var(--gradient-secondary);\r\n            padding: 20px 25px;\r\n            color: white;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 12px;\r\n            position: sticky;\r\n            top: 0;\r\n            z-index: 5;\r\n        }\r\n        .syllabus-content-header i { font-size: 1.3rem; }\r\n        .syllabus-content-title {\r\n            font-family: 'Plus Jakarta Sans', sans-serif;\r\n            font-weight: 700;\r\n            font-size: 1.1rem;\r\n            flex: 1;\r\n        }\r\n        \r\n        .syllabus-content-body {\r\n            flex: 1;\r\n            padding: 25px;\r\n            overflow-y: auto;\r\n        }\r\n        \r\n        .syllabus-placeholder {\r\n            text-align: center;\r\n            color: var(--text-muted);\r\n            padding: 60px 20px;\r\n        }\r\n        .syllabus-placeholder i {\r\n            font-size: 5rem;\r\n            margin-bottom: 20px;\r\n            opacity: 0.3;\r\n        }\r\n        .syllabus-placeholder p {\r\n            font-size: 1.1rem;\r\n            margin-bottom: 8px;\r\n        }\r\n        .syllabus-placeholder .sub { font-size: 0.9rem; opacity: 0.7; }\r\n\r\n        .syllabus-detail-card {\r\n            background: var(--bg-card);\r\n            border-radius: var(--radius-lg);\r\n            overflow: hidden;\r\n            box-shadow: var(--shadow-md);\r\n            margin-bottom: 20px;\r\n        }\r\n        .syllabus-detail-header {\r\n            background: var(--gradient-primary);\r\n            padding: 18px 22px;\r\n            color: white;\r\n        }\r\n        .syllabus-detail-header h3 {\r\n            font-family: 'Plus Jakarta Sans', sans-serif;\r\n            font-size: 1.15rem;\r\n            font-weight: 700;\r\n            margin: 0 0 5px 0;\r\n        }\r\n        .syllabus-detail-header p {\r\n            font-size: 0.85rem;\r\n            opacity: 0.9;\r\n            margin: 0;\r\n        }\r\n        .syllabus-detail-body {\r\n            padding: 22px;\r\n        }\r\n\r\n        .objectives-section {\r\n            background: rgba(37, 99, 235, 0.05);\r\n            border-radius: var(--radius);\r\n            padding: 18px;\r\n            margin-bottom: 20px;\r\n            border-left: 4px solid var(--primary-blue);\r\n        }\r\n        .objectives-section h4 {\r\n            font-family: 'Plus Jakarta Sans', sans-serif;\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: var(--primary-blue);\r\n            margin-bottom: 12px;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n        }\r\n        .objectives-section ul {\r\n            margin: 0;\r\n            padding-left: 20px;\r\n        }\r\n        .objectives-section li {\r\n            color: var(--text-secondary);\r\n            font-size: 0.9rem;\r\n            line-height: 1.7;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .syllabus-topic-section {\r\n            background: var(--bg-tertiary);\r\n            border-radius: var(--radius);\r\n            padding: 18px;\r\n            margin-bottom: 15px;\r\n            border-left: 4px solid var(--accent-orange);\r\n        }\r\n        .syllabus-topic-section h5 {\r\n            font-family: 'Plus Jakarta Sans', sans-serif;\r\n            font-size: 0.95rem;\r\n            font-weight: 700;\r\n            color: var(--text-primary);\r\n            margin-bottom: 12px;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n            flex-wrap: wrap;\r\n        }\r\n        .weightage-badge {\r\n            display: inline-block;\r\n            background: var(--accent-orange);\r\n            color: white;\r\n            padding: 3px 10px;\r\n            border-radius: 20px;\r\n            font-size: 0.75rem;\r\n            font-weight: 600;\r\n        }\r\n        .syllabus-topic-section ul {\r\n            margin: 0;\r\n            padding-left: 20px;\r\n        }\r\n        .syllabus-topic-section li {\r\n            color: var(--text-secondary);\r\n            font-size: 0.88rem;\r\n            line-height: 1.7;\r\n            margin-bottom: 6px;\r\n        }\r\n\r\n        .reading-material-section {\r\n            background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(16, 185, 129, 0.05) 100%);\r\n            border: 2px solid rgba(16, 185, 129, 0.3);\r\n            border-radius: var(--radius-lg);\r\n            padding: 20px;\r\n            margin-top: 20px;\r\n        }\r\n        .reading-material-section h4 {\r\n            font-family: 'Plus Jakarta Sans', sans-serif;\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: var(--text-primary);\r\n            margin-bottom: 14px;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n        }\r\n        .reading-material-section h4 i { color: var(--success); }\r\n        .reading-list {\r\n            list-style: none;\r\n            counter-reset: reading-counter;\r\n            margin: 0;\r\n            padding: 0;\r\n        }\r\n        .reading-list li {\r\n            counter-increment: reading-counter;\r\n            position: relative;\r\n            padding-left: 35px;\r\n            margin-bottom: 10px;\r\n            font-size: 0.88rem;\r\n            color: var(--text-secondary);\r\n            line-height: 1.6;\r\n        }\r\n        .reading-list li::before {\r\n            content: counter(reading-counter);\r\n            position: absolute;\r\n            left: 0;\r\n            top: 0;\r\n            width: 24px;\r\n            height: 24px;\r\n            background: var(--success);\r\n            color: white;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            font-size: 0.7rem;\r\n            font-weight: 700;\r\n        }\r\n\r\n        .official-syllabus-btn {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n            background: var(--gradient-secondary);\r\n            color: white;\r\n            padding: 14px 28px;\r\n            border-radius: var(--radius-md);\r\n            font-weight: 600;\r\n            font-size: 0.95rem;\r\n            border: none;\r\n            cursor: pointer;\r\n            transition: var(--transition);\r\n            box-shadow: var(--shadow-md);\r\n            text-decoration: none;\r\n        }\r\n        .official-syllabus-btn:hover {\r\n            transform: translateY(-3px);\r\n            box-shadow: var(--shadow-lg);\r\n        }\r\n\r\n        \/* Study Materials Container *\/\r\n        .materials-container {\r\n            display: grid;\r\n            grid-template-columns: 350px 1fr;\r\n            gap: 0;\r\n            min-height: 650px;\r\n            border: 3px solid var(--accent-orange);\r\n            border-radius: var(--radius-lg);\r\n            overflow: hidden;\r\n            margin: 20px;\r\n        }\r\n        \r\n        .doc-sidebar {\r\n            background: var(--bg-secondary);\r\n            border-right: 3px solid var(--accent-orange);\r\n            display: flex;\r\n            flex-direction: column;\r\n            overflow-y: auto;\r\n        }\r\n        \r\n        .doc-sidebar-header {\r\n            background: var(--gradient-primary);\r\n            padding: 20px 22px;\r\n            color: white;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 12px;\r\n            position: sticky;\r\n            top: 0;\r\n            z-index: 10;\r\n        }\r\n        .doc-sidebar-header i { font-size: 1.4rem; color: var(--accent-orange-light); }\r\n        .doc-sidebar-header-title {\r\n            font-family: 'Plus Jakarta Sans', sans-serif;\r\n            font-weight: 700;\r\n            font-size: 1rem;\r\n        }\r\n        \r\n        .doc-topic-section {\r\n            border-bottom: 2px solid var(--accent-orange);\r\n        }\r\n        \r\n        .doc-topic-header {\r\n            background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, rgba(251, 191, 36, 0.2) 100%);\r\n            padding: 14px 20px;\r\n            font-weight: 600;\r\n            font-size: 0.92rem;\r\n            color: var(--accent-orange-dark);\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 12px;\r\n            border-left: 4px solid var(--accent-orange);\r\n            cursor: pointer;\r\n            transition: var(--transition);\r\n        }\r\n        .doc-topic-header:hover {\r\n            background: linear-gradient(135deg, rgba(245, 158, 11, 0.2) 0%, rgba(251, 191, 36, 0.25) 100%);\r\n        }\r\n        .doc-topic-header i { color: var(--accent-orange); }\r\n        .doc-topic-header .arrow {\r\n            margin-left: auto;\r\n            transition: var(--transition);\r\n        }\r\n        .doc-topic-section.open .doc-topic-header .arrow {\r\n            transform: rotate(180deg);\r\n        }\r\n        \r\n        .doc-list {\r\n            max-height: 0;\r\n            overflow: hidden;\r\n            transition: max-height 0.3s ease;\r\n        }\r\n        .doc-topic-section.open .doc-list {\r\n            max-height: 600px;\r\n        }\r\n        \r\n        .doc-item {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 14px;\r\n            padding: 15px 22px;\r\n            cursor: pointer;\r\n            transition: var(--transition);\r\n            border-bottom: 1px solid var(--border-light);\r\n            background: var(--bg-card);\r\n        }\r\n        .doc-item:hover {\r\n            background: var(--bg-hover);\r\n        }\r\n        .doc-item.active {\r\n            background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(59, 130, 246, 0.15) 100%);\r\n            border-left: 4px solid var(--primary-blue);\r\n        }\r\n        \r\n        .doc-icon {\r\n            width: 48px;\r\n            height: 48px;\r\n            min-width: 48px;\r\n            background: var(--primary-blue);\r\n            border-radius: var(--radius);\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            color: white;\r\n            font-size: 1.3rem;\r\n        }\r\n        .doc-icon.pdf { background: #dc2626; }\r\n        \r\n        .doc-info { flex: 1; min-width: 0; }\r\n        .doc-name {\r\n            font-weight: 600;\r\n            font-size: 0.9rem;\r\n            margin-bottom: 4px;\r\n            color: var(--text-primary);\r\n        }\r\n        .doc-badge {\r\n            display: inline-block;\r\n            font-size: 0.7rem;\r\n            padding: 3px 10px;\r\n            border-radius: 20px;\r\n            font-weight: 600;\r\n        }\r\n        .doc-badge.updated { background: rgba(16, 185, 129, 0.15); color: var(--success); }\r\n        .doc-badge.official { background: rgba(37, 99, 235, 0.15); color: var(--primary-blue); }\r\n        .doc-badge.latest { background: rgba(245, 158, 11, 0.15); color: var(--accent-orange-dark); }\r\n        \r\n        .pdf-viewer {\r\n            background: var(--bg-tertiary);\r\n            display: flex;\r\n            flex-direction: column;\r\n        }\r\n        \r\n        .pdf-viewer-header {\r\n            background: var(--gradient-secondary);\r\n            padding: 18px 22px;\r\n            color: white;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 12px;\r\n        }\r\n        .pdf-viewer-header i { font-size: 1.3rem; }\r\n        .pdf-viewer-title {\r\n            font-weight: 600;\r\n            font-size: 1rem;\r\n            flex: 1;\r\n        }\r\n        \r\n        .pdf-viewer-content {\r\n            flex: 1;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            padding: 25px;\r\n        }\r\n        \r\n        .pdf-placeholder {\r\n            text-align: center;\r\n            color: var(--text-muted);\r\n        }\r\n        .pdf-placeholder i {\r\n            font-size: 5rem;\r\n            margin-bottom: 20px;\r\n            opacity: 0.3;\r\n        }\r\n        .pdf-placeholder p {\r\n            font-size: 1.1rem;\r\n            margin-bottom: 8px;\r\n        }\r\n        .pdf-placeholder .sub { font-size: 0.9rem; opacity: 0.7; }\r\n        \r\n        .pdf-frame {\r\n            width: 100%;\r\n            height: 100%;\r\n            border: none;\r\n            border-radius: var(--radius);\r\n            background: white;\r\n        }\r\n\r\n        .scroll-top-btn { \r\n            position: fixed; bottom: 30px; right: 30px; \r\n            width: 52px; height: 52px; \r\n            background: var(--gradient-secondary); \r\n            color: white; border: none; border-radius: 50%; \r\n            cursor: pointer; font-size: 1.3rem; \r\n            box-shadow: var(--shadow-lg); \r\n            transition: var(--transition); \r\n            opacity: 0; visibility: hidden; z-index: 1000; \r\n        }\r\n        .scroll-top-btn.visible { opacity: 1; visibility: visible; }\r\n        .scroll-top-btn:hover { \r\n            transform: translateY(-5px) scale(1.1); \r\n            box-shadow: var(--shadow-xl);\r\n        }\r\n\r\n        @media (max-width: 1100px) {\r\n            .syllabus-container { grid-template-columns: 280px 1fr; }\r\n            .materials-container { grid-template-columns: 280px 1fr; }\r\n        }\r\n        @media (max-width: 992px) {\r\n            .exam-type-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }\r\n            .syllabus-container { grid-template-columns: 1fr; }\r\n            .syllabus-sidebar { max-height: 400px; }\r\n            .materials-container { grid-template-columns: 1fr; }\r\n            .pdf-viewer { min-height: 450px; }\r\n            .key-info-grid { grid-template-columns: repeat(2, 1fr); }\r\n        }\r\n        @media (max-width: 768px) {\r\n            .hero { padding: 40px 15px 80px; }\r\n            .main-tabs-wrapper { flex-direction: column; }\r\n            .main-tab-btn { max-width: 100%; }\r\n            .content-panel-wrapper { padding: 20px; }\r\n            .bordered-section { margin: 15px; }\r\n            .syllabus-container { margin: 15px; }\r\n            .materials-container { margin: 15px; }\r\n            .key-info-grid { grid-template-columns: 1fr 1fr; }\r\n        }\r\n        @media (max-width: 480px) {\r\n            .exam-type-grid { grid-template-columns: 1fr; }\r\n            .key-info-grid { grid-template-columns: 1fr; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"reading-progress\" id=\"readingProgress\"><\/div>\r\n    <div class=\"toast-container\" id=\"toastContainer\"><\/div>\r\n\r\n    <section class=\"hero\">\r\n        <div class=\"hero-container\">\r\n            <div class=\"hero-badge\"><i class=\"fas fa-shield-alt\"><\/i> IA&AD Departmental Examinations<\/div>\r\n            <h1 class=\"hero-title\"><span>CAG<\/span> Departmental Examinations<\/h1>\r\n            <p class=\"hero-description\">Complete preparation guide for all examinations conducted by the Comptroller & Auditor General of India - SAS, Revenue Audit, CPD, Incentive, Embassy Audit, UN Audit & more<\/p>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <div class=\"main-container\">\r\n        <div class=\"main-tabs-wrapper\">\r\n            <button class=\"main-tab-btn active\" data-tab=\"exam-info\">\r\n                <i class=\"fas fa-info-circle\"><\/i> Exam Info\r\n            <\/button>\r\n            <button class=\"main-tab-btn\" data-tab=\"syllabus\">\r\n                <i class=\"fas fa-book-open\"><\/i> Syllabus\r\n            <\/button>\r\n            <button class=\"main-tab-btn\" data-tab=\"study-material\">\r\n                <i class=\"fas fa-graduation-cap\"><\/i> Study Material\r\n            <\/button>\r\n        <\/div>\r\n\r\n        <div class=\"content-wrapper\">\r\n            <!-- Tab 1: Exam Info -->\r\n            <div id=\"exam-info\" class=\"tab-panel active\">\r\n                <div class=\"bordered-section\">\r\n                    <div class=\"section-header\">\r\n                        <i class=\"fas fa-th-large\"><\/i>\r\n                        <span class=\"section-header-title\">Select Examination Type<\/span>\r\n                    <\/div>\r\n                    <div class=\"section-content\">\r\n                        <div class=\"exam-type-grid\" id=\"examInfoGrid\"><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"content-panel-wrapper\" id=\"examInfoContent\"><\/div>\r\n            <\/div>\r\n\r\n            <!-- Tab 2: Syllabus -->\r\n            <div id=\"syllabus\" class=\"tab-panel\">\r\n                <div class=\"bordered-section\">\r\n                    <div class=\"section-header\">\r\n                        <i class=\"fas fa-th-large\"><\/i>\r\n                        <span class=\"section-header-title\">Select Examination Type<\/span>\r\n                    <\/div>\r\n                    <div class=\"section-content\">\r\n                        <div class=\"exam-type-grid\" id=\"syllabusExamGrid\"><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div style=\"text-align: center; padding: 20px;\">\r\n                    <a href=\"https:\/\/cag.gov.in\/en\/page-departmental-examination\" target=\"_blank\" class=\"official-syllabus-btn\">\r\n                        <i class=\"fas fa-external-link-alt\"><\/i> Download Official Syllabus from CAG Website\r\n                    <\/a>\r\n                <\/div>\r\n\r\n                <div class=\"syllabus-container\" id=\"syllabusContainer\">\r\n                    <div class=\"syllabus-sidebar\">\r\n                        <div class=\"syllabus-sidebar-header\">\r\n                            <i class=\"fas fa-list-alt\"><\/i>\r\n                            <span class=\"syllabus-sidebar-header-title\">Select Paper<\/span>\r\n                        <\/div>\r\n                        <div id=\"paperList\"><\/div>\r\n                    <\/div>\r\n                    <div class=\"syllabus-content-area\">\r\n                        <div class=\"syllabus-content-header\" id=\"syllabusContentHeader\">\r\n                            <i class=\"fas fa-book\"><\/i>\r\n                            <span class=\"syllabus-content-title\" id=\"syllabusContentTitle\">Select a Paper<\/span>\r\n                        <\/div>\r\n                        <div class=\"syllabus-content-body\" id=\"syllabusContentBody\">\r\n                            <div class=\"syllabus-placeholder\">\r\n                                <i class=\"fas fa-book-open\"><\/i>\r\n                                <p>Select a paper from the list<\/p>\r\n                                <p class=\"sub\">Click on any paper to view its detailed syllabus<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Tab 3: Study Material -->\r\n            <div id=\"study-material\" class=\"tab-panel\">\r\n                <div class=\"bordered-section\">\r\n                    <div class=\"section-header\">\r\n                        <i class=\"fas fa-th-large\"><\/i>\r\n                        <span class=\"section-header-title\">Select Examination Type<\/span>\r\n                    <\/div>\r\n                    <div class=\"section-content\">\r\n                        <div class=\"exam-type-grid\" id=\"studyMaterialExamGrid\"><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"materials-container\" id=\"materialsContainer\">\r\n                    <div class=\"doc-sidebar\">\r\n                        <div class=\"doc-sidebar-header\">\r\n                            <i class=\"fas fa-folder-open\"><\/i>\r\n                            <span class=\"doc-sidebar-header-title\">Select a Document<\/span>\r\n                        <\/div>\r\n                        <div id=\"docList\"><\/div>\r\n                    <\/div>\r\n                    <div class=\"pdf-viewer\">\r\n                        <div class=\"pdf-viewer-header\" id=\"pdfHeader\">\r\n                            <i class=\"fas fa-file-pdf\"><\/i>\r\n                            <span class=\"pdf-viewer-title\" id=\"pdfTitle\">No Document Selected<\/span>\r\n                        <\/div>\r\n                        <div class=\"pdf-viewer-content\" id=\"pdfContent\">\r\n                            <div class=\"pdf-placeholder\">\r\n                                <i class=\"fas fa-file-pdf\"><\/i>\r\n                                <p>Select a document from the list<\/p>\r\n                                <p class=\"sub\">Click on any document to view it here<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <button class=\"scroll-top-btn\" id=\"scrollTopBtn\">\r\n        <i class=\"fas fa-arrow-up\"><\/i>\r\n    <\/button>\r\n\r\n    <script>\r\n        \/* ============================================\r\n           CONFIGURATION DATA\r\n           ============================================ *\/\r\n        const examTypes = {\r\n            sas: {\r\n                id: 'sas',\r\n                name: 'SAS Examination',\r\n                fullName: 'Subordinate Audit\/Account Services Examination',\r\n                icon: 'fa-award',\r\n                description: 'Departmental examination for the post of Assistant Audit\/Accounts Officer (Group-B, Gazetted Officer). Revised syllabus from SAS Exam-2 of 2025.',\r\n                features: ['20 Papers', '6 Branches', 'CBT Mode'],\r\n                hasBranches: true\r\n            },\r\n            rae: { id: 'rae', name: 'Revenue Audit Exam', fullName: 'Revenue Audit Examination', icon: 'fa-file-invoice-dollar', description: 'Examination for officers conducting Revenue Audit of Income Tax and GST.', features: [], hasBranches: false },\r\n            cpd: { id: 'cpd', name: 'CPD Examination', fullName: 'Continuous Professional Development Examination', icon: 'fa-chart-line', description: 'Professional development examination conducted at three levels.', features: [], hasBranches: false },\r\n            incentive: { id: 'incentive', name: 'Incentive Examination', fullName: 'Incentive Examination for Sr. Auditors\/Accountants', icon: 'fa-star', description: 'Examination for Sr. Auditors\/Sr. Accountants for career advancement incentives.', features: [], hasBranches: false },\r\n            embassy: { id: 'embassy', name: 'Embassy Audit Exam', fullName: 'Embassy Audit Examination', icon: 'fa-building-columns', description: 'Examination to assess suitability for conducting audit of Indian Embassies abroad.', features: [], hasBranches: false },\r\n            un: { id: 'un', name: 'UN Audit Exam', fullName: 'UN Audit Examination', icon: 'fa-globe-americas', description: 'Examination to assess suitability for conducting audit of UN Organizations.', features: [], hasBranches: false },\r\n            dea: { id: 'dea', name: 'Departmental Exam (Auditors)', fullName: 'Departmental Examination for Auditors', icon: 'fa-user-check', description: 'Mandatory examination for confirmation of directly recruited and promoted Auditors.', features: [], hasBranches: false },\r\n            deacc: { id: 'deacc', name: 'Departmental Exam (Accountants)', fullName: 'Departmental Examination for Accountants', icon: 'fa-calculator', description: 'Mandatory examination for confirmation of directly recruited Accountants.', features: [], hasBranches: false }\r\n        };\r\n\r\n        const sasEligibility = [\r\n            { text: 'Clerk <span class=\"pay-level\">Pay Level 2<\/span> \/ Accountant <span class=\"pay-level\">Pay Level 5<\/span> \/ Sr. Accountant <span class=\"pay-level\">Pay Level 6<\/span> or Assistant Supervisor <span class=\"pay-level\">Level 7<\/span> in an Accounts Office' },\r\n            { text: 'Clerk <span class=\"pay-level\">Pay Level 2<\/span> \/ Auditor <span class=\"pay-level\">Pay Level 5<\/span> \/ Sr. Auditor <span class=\"pay-level\">Pay Level 6<\/span> or Assistant Supervisor <span class=\"pay-level\">Level 7<\/span> in an Audit Office' },\r\n            { text: 'Data Entry Operator Grade \\'A\\' <span class=\"pay-level\">Pay Level 4<\/span> or Data Entry Operator Grade \\'B\\' <span class=\"pay-level\">Level 5<\/span> or Data Entry Operator Grade \\'D\\' <span class=\"pay-level\">Level 6<\/span>' },\r\n            { text: 'Stenographer Grade-II <span class=\"pay-level\">Pay Level 4<\/span> in an Accounts Office\/Audit Office' },\r\n            { text: 'Stenographer Grade-I <span class=\"pay-level\">Pay Level 6<\/span> in an Accounts Office\/Audit Office' },\r\n            { text: 'Private Secretary (PS) <span class=\"pay-level\">Pay Level 7<\/span> in an Accounts Office\/Audit Office' },\r\n            { text: 'Divisional Accountant <span class=\"pay-level\">Pay Level 6<\/span> and Divisional Accounts Officer Grade II <span class=\"pay-level\">Pay Level 7<\/span>' },\r\n            { text: 'Junior Translator <span class=\"pay-level\">Pay Level 6<\/span> in an Accounts Office\/Audit Office' },\r\n            { text: 'Senior Translator <span class=\"pay-level\">Pay Level 7<\/span> in an Accounts Office\/Audit Office' },\r\n            { text: 'Supervisor <span class=\"pay-level\">Pay Level 8<\/span> in an Accounts Office\/Audit Office' }\r\n        ];\r\n\r\n        \/\/ Complete Syllabus Data from Official Document\r\n        const allPapersSyllabus = {\r\n            'PC-1': {\r\n                code: 'PC-1',\r\n                name: 'Language Skills',\r\n                group: 'Group-I',\r\n                branch: 'Common to All Branches',\r\n                duration: '3 hours',\r\n                marks: 100,\r\n                type: 'Descriptive',\r\n                objectives: [\r\n                    'To test the candidates\\' ability to read and comprehend given content and to express ideas clearly, correctly and in a concise manner.',\r\n                    'To test the ability of the candidate to analyse information before drafting an audit product.'\r\n                ],\r\n                sections: [\r\n                    { name: 'Draft Paragraph\/Draft Audit Comments', weightage: '25-30 marks', topics: ['Frame a Draft Paragraph or Draft Audit Comments from given material', 'May include contents from Compliance Audit, Performance Audit and\/or Financial Statements of Autonomous Bodies\/PSUs & Accounts of State\/Central Government'] },\r\n                    { name: 'Short Essay (500 words)', weightage: '20-25 marks', topics: ['Write one essay from four\/five given topics', 'Keep closely to the subject, arrange ideas in orderly fashion', 'Credit given for effective and exact expression'] },\r\n                    { name: 'Precis Writing', weightage: '20-25 marks', topics: ['Write a summary (one third length of given passage)', 'Cover main essence\/idea in own words'] },\r\n                    { name: 'Reading Comprehension', weightage: '10-15 marks', topics: ['Read and comprehend a passage', 'Answer 3-5 short questions in clear, concise language'] },\r\n                    { name: 'Letter Writing\/Drafting OM', weightage: '10-15 marks', topics: ['Write official\/Demi official letter', 'Draft Office Memorandum on given subject'] }\r\n                ],\r\n                readingMaterial: ['MSO Audit Section 7 Chapter 3 - Preparation of Audit Report', 'Style Guide as prescribed by the Department', 'Precis and Draft by Muthuswamy and Brinda', 'Karyalay Sahayika - Kendriya Sachivalaya, Hindi Parishad, New Delhi', 'Books similar to Indian Banking Services for Clerical Grade and Probationary Officers']\r\n            },\r\n            'PC-2': {\r\n                code: 'PC-2',\r\n                name: 'Government Audit',\r\n                group: 'Group-I',\r\n                branch: 'Common to All Branches',\r\n                duration: '2 hours',\r\n                marks: 100,\r\n                type: 'Case Study Based',\r\n                objectives: [\r\n                    'To assess knowledge about Audit, type of audits and auditing process, new developments in audit',\r\n                    'To assess Mandate of C&AG of India and ability to apply rules provision for audit at all stages'\r\n                ],\r\n                sections: [\r\n                    { name: 'I. Audit & CAG\\'s Mandate', weightage: '15%', topics: ['Definition, type of audits', 'Vision and Mission of C&AG of India', 'Constitution of India - Articles 12, 112-117, 148-151, 202-207', 'Part IX, IX A (Panchayats, Municipalities) - 73rd and 74th Constitutional Amendment Acts', 'Part XI (7th schedule), Part XII - Chapter I and II', 'C&AG (DPC) Act 1971', 'Regulations on Audit and Accounts 2020'] },\r\n                    { name: 'II. Principles and Standards of Auditing', weightage: '25%', topics: ['International Standards - INTOSAI Principles', 'ISSAI- 1, 10, 100, 200, 300, 400', 'Ethics in Audit, CAG\\'s Code of Ethics and ISSAI 130', 'CAG\\'s Auditing Standards'] },\r\n                    { name: 'III. Audit Process', weightage: '30%', topics: ['Planning: Understanding entity, risk analysis, audit programming, desk review, Audit design matrix', 'Execution: Entry\/exit conference, audit requisition\/enquiry\/observation, Audit evidence', 'Reporting: Types of audit reports, Executive summary, characteristics of good report', 'Follow up: PAC\/Legislative Committees, ATN\/ATR'] },\r\n                    { name: 'IV. Audit Specialisations', weightage: '10%', topics: ['Environment audit', 'Role of audit in relation to fraud & Corruption', 'Audit of PPP', 'Audit of internal controls'] },\r\n                    { name: 'V. Statistics and its Application', weightage: '20%', topics: ['Descriptive statistics', 'Graphical and numerical representation of data', 'Measures of central tendency and dispersion', 'Basic Concepts of Correlation', 'Sampling techniques'] }\r\n                ],\r\n                readingMaterial: ['Constitution of India (relevant provisions)', 'C&AG (DPC) Act 1971', 'Regulations on Audit and Accounts 2020', 'CAG\\'s Auditing Standards 2017', 'Audit Quality Management Framework', 'Internal Controls Evaluation Manual', 'PPP Auditing Guidelines', 'Environment and Climate Change Auditing Guidelines', 'Standing Order on Fraud and Corruption', 'Statistics for Economics (Class XI)', 'ISSAI- 1, 10, 100, 130, 200, 300, 400', 'Style Guide of IA&AD']\r\n            },\r\n            'PC-3': {\r\n                code: 'PC-3',\r\n                name: 'Information Technology (Theory & Practical)',\r\n                group: 'Group-I',\r\n                branch: 'Common to All Branches',\r\n                duration: '2 hours',\r\n                marks: 100,\r\n                type: 'Theory (60) + Practical (40)',\r\n                objectives: [\r\n                    'IT Skills: Develop proficiency in word processing, spreadsheets, and presentation tools',\r\n                    'Auditing in Computerized Environment: Acquire skills for data acquisition from auditee IT systems',\r\n                    'IS Audit Skills: Understand principles of auditing information systems',\r\n                    'Emerging Technologies: Gain knowledge in AI\/ML, cybersecurity, and data privacy',\r\n                    'Government and CAG IT Policies: Familiarize with latest IT policies and CAG\\'s IT strategy'\r\n                ],\r\n                sections: [\r\n                    { name: 'A. IT Theory - 60 Marks', weightage: '40 theory + 20 use-case', topics: [] },\r\n                    { name: '1. Fundamentals of IT', weightage: '5 Marks', topics: ['Hardware components, CPU functions, memory devices', 'MS Office Suite (Word, Excel, PowerPoint)', 'LAN\/WAN\/Internet, cloud computing (IaaS, PaaS, SaaS)', 'AI\/ML basic concepts and applications in auditing', 'AI in Auditing: data analysis, public LLM precautions, Responsible AI'] },\r\n                    { name: '2. Database Management Systems', weightage: '15 Marks', topics: ['DBMS and RDBMS Basics, normalization', 'Relational Databases: integrity constraints, primary\/foreign keys', 'Action query, Joins, views, data manipulation', 'SQL Queries: basic queries, Joins, views'] },\r\n                    { name: '3. Cybersecurity, Data Privacy, E-Waste', weightage: '10 Marks', topics: ['Cybersecurity: threats, vulnerabilities, risk mitigation', 'Cyber Laws: IT Act 2000, amendments', 'Digital Personal Data Protection Act, 2023', 'Information Asset Protection', 'E-Waste Management Rules', 'CAG\\'s Data Governance Policy', 'Digital India, e-Kranti, National e-Governance Plan', 'GIGW Guidelines', 'Aadhaar Act and amendments'] },\r\n                    { name: '4. IS Auditing and IT-Enabled Audit Tools', weightage: '10 Marks', topics: ['CAG\\'s Standing Order on IT Auditing (August 2020)', 'Control Objectives: General and IS-specific controls', 'IT Audit vs IT-Assisted Audit', 'CAG\\'s IT Audit Manual 2024', 'CAG\\'s AI Strategic Framework', 'CAAT tools functionalities'] },\r\n                    { name: '5. Situation\/Use Case Exercise', weightage: '20 Marks', topics: ['Sample IT audit paras - improve drafting', 'Frame audit objectives and observations', 'Following CAG\\'s standing orders on IT audit'] },\r\n                    { name: 'B. IT Practical - 40 Marks', weightage: '', topics: ['MS Excel (15 Marks): VLookup, INDEX, MATCH, Pivot tables, Power Pivot, What-if analysis, data validation, conditional formatting', 'Exercise activities (25 Marks): Tableau, Knime or SQL queries'] }\r\n                ],\r\n                readingMaterial: ['CAG\\'s Standing Order on IT Auditing', 'WGITA-IDI Handbook on IT Audit', 'IT Act 2000 and MEITY Cybersecurity Guidelines', 'Introduction to AI for Government Auditors', 'Cybersecurity Awareness Material', 'CAG\\'s Data Governance Policy', 'CAG\\'s E-Waste Management Rules', 'CAG\\'s IT Audit Manual 2024', 'CAG\\'s AI Strategic Framework']\r\n            },\r\n            'PC-4': {\r\n                code: 'PC-4',\r\n                name: 'Financial Rules, Service Rules and Basic Principles of Government Accounts and CPWA',\r\n                group: 'Group-I',\r\n                branch: 'Civil Accounts, Civil Audit & Local Audit',\r\n                duration: '2 hours',\r\n                marks: 100,\r\n                type: 'Case Study Based',\r\n                objectives: ['To test knowledge of Service Rules, understanding of basic principles of Government Accounts, General Financial Rules and their application'],\r\n                sections: [\r\n                    { name: 'Section I: Service Rules and Regulations', weightage: '15%', topics: ['FR & SR (Part I): General Conditions of Service, Pay, Additions to Pay, Pay Fixation, Dismissal, Removal, Suspension, Retirement, Medical Certificate', 'FR & SR (Part II): Travelling Allowance Rules', 'FR & SR (Part III): CCS (Leave) Rules 1972', 'CCS (Joining Time) Rules', 'CCS (Classification, Control and Appeal) Rules', 'CCS (Conduct) Rules', 'General Provident Fund (Central Services) Rules', 'CCS Pension Rules 1972', 'Defined Contribution Pension Scheme (NPS)'] },\r\n                    { name: 'Section II: General Financial Rules', weightage: '15%', topics: ['Central Government Accounts (Receipts and Payment) Rules, 1983', 'General Financial Rules, 2017 (Chapters 1,2,3,4,5,7,9,10,11,12)', 'Delegation of Financial Powers Rules 1978'] },\r\n                    { name: 'Section III: Civil Accounts', weightage: '70%', topics: ['Government Accounting Rules, 1990 - General outline of system of Accounts', 'Account Code for Accountant General', 'List of Major and Minor Heads of Accounts', 'MSO (A&E) Volume-I (Chapters 3,4,5,6,7,10,11,16,17,19,20)', 'MSO (A&E) Volume-II (Chapters 1 & 2)', 'Civil Accounts Manual (Revised 2007)', 'Central Public Works Accounts Code with Appendices', 'MSO (A&E) Volume-I Chapter 8 & 9 - Public Works & Forest Accounts', 'Book of Forms referred in CPWA Code'] }\r\n                ],\r\n                readingMaterial: ['FR & SR Parts I, II, III, IV', 'CCS (CCA) Rules', 'CCS (Conduct) Rules', 'GPF Rules', 'CCS Pension Rules', 'NPS Scheme', 'GFR 2017', 'Central Govt Account Rules 1983', 'DFPR 1978', 'GAR 1990', 'Accounting Rules for Treasuries 1992', 'Account Code for AGs', 'LMMH', 'MSO (A&E) Vol I, II, III', 'Civil Accounts Manual', 'CPWD Works Manual 2014']\r\n            },\r\n            'PC-5': {\r\n                code: 'PC-5',\r\n                name: 'Financial Rules, Service Rules & Principles of Defence Accounts',\r\n                group: 'Group-I',\r\n                branch: 'Defence',\r\n                duration: '2 hours',\r\n                marks: 100,\r\n                type: 'Case Study Based',\r\n                objectives: ['To test understanding of Service Rules relating to defence services', 'To test understanding of financial rules and their delegation', 'To test understanding of defence accounting principles'],\r\n                sections: [\r\n                    { name: 'Section I: Service Rules & Regulations', weightage: '40%', topics: ['Government rules for Central Government Staff', 'Pay rules for Officers & Personnel Below Officer Rank', 'Pay & Allowances Regulations for Armed Forces', 'Leave Rules for Armed Forces Personnel', 'Pension regulations for Armed Forces', 'Travel Regulations for Armed Forces'] },\r\n                    { name: 'Section II: Financial Rules & Delegation', weightage: '30%', topics: ['Rules dealing with public finances', 'Procurement of Goods, Works and Consultants', 'Delegation of Financial Powers', 'Custody of Consolidated Fund and Contingency Fund', 'Public Moneys, Public Account of India', 'Financial Regulations for Defence Services', 'Schedule of procurement powers - Defence Services'] },\r\n                    { name: 'Section III: Defence Accounting Principles', weightage: '30%', topics: ['Government budget - meaning, objectives, components', 'Constitutional provisions on budgeting', 'Budget preparation process', 'Budget documents in Parliament', 'General principles of Government Accounting', 'Defence Accounts Department procedures', 'Classification of Code heads for Defence Services'] }\r\n                ],\r\n                readingMaterial: ['FR & SR Parts I and III', 'CCS (CCA) Rules', 'CCS (Conduct) Rules', 'Army\/Navy\/Air Force Officers Pay Rules 2017', 'Pay & Allowances Regulations', 'Leave Rules for Services', 'Pension Regulations for Army\/Navy\/Air Force', 'DSR Travel Regulations', 'GFR 2017', 'Procurement Manuals 2022', 'DFPR 1978', 'Central Govt Account Rules 2022', 'DSR Financial Regulations', 'DFPDS 2021', 'Defence Account Code 2014', 'Classification Handbook Defence Services']\r\n            },\r\n            'PC-6': {\r\n                code: 'PC-6',\r\n                name: 'Financial Rules, Service Rules and Basic Principles of Postal and Telecom Accounts',\r\n                group: 'Group-I',\r\n                branch: 'Finance & Communication Audit',\r\n                duration: '2 hours',\r\n                marks: 100,\r\n                type: 'Case Study Based',\r\n                objectives: ['To evaluate knowledge of accounting, service and financial rules in Department of Posts\/Telecommunications'],\r\n                sections: [\r\n                    { name: 'I. Service Rules', weightage: '30 Marks', topics: ['FR & SR: General Conditions of Service, Pay, Pay Fixation, Dismissal, Removal, Suspension, Retirement, Medical Certificate', 'Travelling Allowance Rules', 'CCS (Leave) Rules 1972', 'CCS (Joining Time) Rules', 'CCS (CCA) Rules', 'CCS (Conduct) Rules', 'GPF Rules', 'CCS Pension Rules 1972', 'NPS'] },\r\n                    { name: 'II. Financial Rules and Accounting Procedures', weightage: '40 Marks', topics: ['General Financial Rules 2017', 'Central Government Receipts and Payment Rules', 'Delegation of Financial Powers', 'Account Manuals of Department of Posts\/Telecom'] },\r\n                    { name: 'III. Accounts of Postal\/Telecom Department', weightage: '30 Marks', topics: ['Maintenance of Accounts as per Postal, Telecom and Civil Accounts Manuals', 'Principles of preparation of Accounts', 'Classification of Accounts and Budget allocations'] }\r\n                ],\r\n                readingMaterial: ['GFR 2017', 'Central Govt Account Rules 1983', 'Schedule of Financial Powers of Postal Services Board', 'DFPR 1978', 'Postal Accounts Manuals', 'GAR 1990', 'P&T FHB Vol I & II', 'Civil Accounts Manual', 'Postal Manual Vol II & VI', 'SB Control Manual', 'Post Office Guide', 'LMMH', 'MSO Audit', 'FR & SR Parts I-IV', 'CCS Rules', 'GPF Rules', 'Pension Rules', 'NPS']\r\n            },\r\n            'PC-7': {\r\n                code: 'PC-7',\r\n                name: 'Railway Service Rules, Financial Rules, and Principles of Railways Accounts',\r\n                group: 'Group-I',\r\n                branch: 'Railway Audit',\r\n                duration: '2 hours',\r\n                marks: 100,\r\n                type: 'Case Study Based',\r\n                objectives: ['To test knowledge of Financial Rules, Service Rules, and Principles of Railways Accounts'],\r\n                sections: [\r\n                    { name: 'I. Service Rules', weightage: '30%', topics: ['Railways Act, 1989 (Chapters II A to XVI except I, II, XII, XIV)', 'Indian Railway Establishment Code Vol-I (Chapters 1,2,4,5,10,11,12)', 'Indian Railway Establishment Code Vol-II (Chapters 13-18, 20)', 'Indian Railway Establishment Manual Vol-I (Chapters 4-11, 13)', 'Indian Railway Establishment Manual Vol-II (Chapters XVII, XVIII, XXIV)', 'Railway Services (Pension) Amendment Rules 2016'] },\r\n                    { name: 'II. Railways Financial Rules', weightage: '20%', topics: ['Indian Railways Financial Code Vol-I (Chapters ii-v, vii, xi)', 'Indian Railway Code for Engineering Department (Chapters III, VI-XIV, XVII-XIX)'] },\r\n                    { name: 'III. Principles of Railways Accounts', weightage: '50%', topics: ['Indian Railway Code for Accounts Department Part-I (Chapters II, VI, VIII, X-XII, XV-XVIII)', 'Indian Railway Code for Accounts Department Part-II (Chapters XX-XXXIV)', 'Indian Railways Financial Code Vol-II (Classification of Revenue, Capital, Earnings)'] }\r\n                ],\r\n                readingMaterial: ['Railways Act 1989', 'Indian Railway Establishment Code Vol I & II', 'Indian Railway Establishment Manual Vol I & II', 'Railway Services Pension Rules 2016', 'Indian Railways Financial Code Vol I & II', 'Indian Railway Code for Engineering Department', 'Indian Railway Code for Accounts Department Part I & II', 'Indian Railways Administration and Finance']\r\n            },\r\n            'PC-8': {\r\n                code: 'PC-8',\r\n                name: 'Financial Rules, Service Rules, Basic Principles of Government and PW Accounts and Accounting Standards',\r\n                group: 'Group-I',\r\n                branch: 'Commercial Audit',\r\n                duration: '2 hours',\r\n                marks: 100,\r\n                type: 'Case Study\/Practical Based',\r\n                objectives: ['To test knowledge of Financial Rules, basic principles of Government Accounts, Public Works Accounts and Accounting Standards'],\r\n                sections: [\r\n                    { name: 'I. Financial Rules and Principles of Govt Accounts', weightage: '20 Marks', topics: ['Government Accounting Rules, 1990', 'General Financial Rules, 2017', 'Delegation of Financial Powers Rules, 1978', 'Central Government (Receipts & Payments) Rules, 1983'] },\r\n                    { name: 'II. Finance and Appropriation Accounts', weightage: '10 Marks', topics: ['Introduction to Finance and Appropriation Accounts of Union and State Governments'] },\r\n                    { name: 'III. Central Public Works Accounts Code', weightage: '20 Marks', topics: ['CPWA Code with Appendices', 'Accounts Code Volume-III', 'MSO (A&E) Volume-I Chapter 8', 'CPWD Works Manual 2019'] },\r\n                    { name: 'IV. Service Rules', weightage: '20 Marks', topics: ['FR & SR: General Conditions of Service, Pay, Dismissal, Removal, Suspension, Retirement', 'TA Rules, Leave Rules, Joining Time Rules', 'CCS (CCA) Rules, CCS (Conduct) Rules', 'GPF Rules, Pension Rules, NPS'] },\r\n                    { name: 'V. Accounting Standards (Descriptive)', weightage: '30 Marks', topics: ['The Companies (Accounting Standards) Rules, 2021', 'Indian Accounting Standards (Ind AS): Ind AS 1,2,7,8,10,16,19,20,36,37,115', 'Uniform Format of Accounts for Central Autonomous Bodies'] }\r\n                ],\r\n                readingMaterial: ['GAR 1990', 'GFR 2017', 'DFPR 1978', 'Central Govt Rules 1983', 'CPWA Code', 'Accounts Code Vol III', 'CPWD Works Manual 2019', 'MSO (A&E) Vol I & II', 'FR & SR Parts I-IV', 'CCS Rules', 'GPF Rules', 'Pension Rules', 'NPS', 'Ind AS notifications by MCA', 'Companies (Accounting Standards) Rules 2021', 'Uniform Format for CABs']\r\n            },\r\n            'PC-9': {\r\n                code: 'PC-9',\r\n                name: 'Basic Financial Accounting and Analysis of Financial Statements',\r\n                group: 'Group-II',\r\n                branch: 'All Branches except Commercial',\r\n                duration: '2 hours',\r\n                marks: 100,\r\n                type: 'Descriptive + MCQ',\r\n                objectives: ['To test knowledge of financial accounting concepts, preparation of financial statements, and analysis techniques'],\r\n                sections: [\r\n                    { name: 'Part I: Financial Accounting', weightage: '70 Marks (50 Descriptive + 20 MCQ)', topics: ['Financial Accounting - Nature, Scope, Limitations, Concepts, Conventions, GAAP', 'Accounting Process - Recording transactions to Financial Statements, Journal, Ledger, Bank Reconciliation, Trial Balance, Rectification of Errors', 'Depreciation, Provisions and Reserves', 'Final Accounts of Sole Proprietorship', 'Final Accounts of Non-Profit Organizations - Fund Accounting', 'Accounts of Joint Stock Companies - Share Capital, Borrowings, Final Accounts', 'Analysis of Financial Statements - Ratio Analysis, Common-Size Statements, Comparative Statements, Trend Analysis, Funds Flow, Cash Flow'] },\r\n                    { name: 'Part II: Accounting Standards', weightage: '30 Marks (20 Descriptive + 10 MCQ)', topics: ['AS-1: Disclosure of Accounting Policies', 'AS-2: Valuation of Inventories', 'AS-3: Cash Flow Statements', 'AS-4: Contingencies and Events after Balance Sheet Date', 'AS-5: Net Profit, Prior Period Items, Changes in Policies', 'AS-9: Revenue Recognition', 'AS-10: Property, Plant and Equipment', 'AS-12: Government Grants', 'AS-13: Investments', 'AS-15: Employee Benefits', 'AS-18: Related Party Disclosures', 'AS-21: Consolidated Financial Statements', 'AS-26: Intangible Assets', 'AS-28: Impairment of Assets', 'AS-29: Provisions, Contingent Liabilities and Assets', 'Uniform Format for Central Autonomous Bodies'] }\r\n                ],\r\n                readingMaterial: ['Financial Accounting textbooks', 'Accounting Standards issued by ICAI', 'Uniform Format of Accounts for CABs']\r\n            },\r\n            'PC-10': {\r\n                code: 'PC-10',\r\n                name: 'Advanced Accounting and Cost & Management Accounting',\r\n                group: 'Group-II',\r\n                branch: 'Commercial Audit Only',\r\n                duration: '2 hours',\r\n                marks: 100,\r\n                type: 'Descriptive\/Case Study',\r\n                objectives: ['To examine knowledge of accounting concepts, conventions and standards', 'To test cost accounting concepts, costing methods and managerial decision-making'],\r\n                sections: [\r\n                    { name: 'Section I: Advanced Accounting', weightage: '60 Marks', topics: ['Basic Accounting Concepts - single\/double entry, conventions', 'Bills of Exchange, Depreciation Accounting, Inventory Valuation', 'Adjusting entries, Manufacturing\/Trading\/P&L Accounts, Balance Sheet', 'Non-profit Organizations - Receipts\/Payments, Income\/Expenditure', 'Insurance Claims, Incomplete Records, Royalty and Lease', 'Company Accounts including Consolidated Financial Statements', 'Specialized Entities - Electricity Utilities Accounting', 'Branch and Departmental Accounts', 'Interim reporting, Segment reporting, CSR', 'Joint Ventures, Analysis of Financial Statements'] },\r\n                    { name: 'Section II: Cost & Management Accounting', weightage: '40 Marks', topics: ['Cost Accounting Concepts', 'Prime Cost: Materials, Labour, Direct Expenses', 'Overheads - Factory, Office, Administration, Selling, Distribution', 'Cost Accounting Books and Records', 'Cost Accounting Records Rules', 'Reconciliation of Cost and Financial Accounts', 'Job, Batch and Contract Costing', 'Process, Operation and Operating Costing', 'Production Accounts and Cost Sheets', 'Marginal Costing, Differential Costs, CVP Analysis', 'Standard Costing and Variance Analysis', 'Capital Budgeting and DCF Techniques'] }\r\n                ],\r\n                readingMaterial: ['Advanced Accountancy by R.L. Gupta', 'Advanced Accounts by Shukla, Grewal, Gupta', 'Advanced Accounting by S.P. Jain & K.L. Narang', 'Companies Act 2013', 'Electricity Act Accounting Formats', 'Advanced Cost Accounting by Saxena and Vashisht', 'Cost Accounting by S.P. Jain & K.L. Narang', 'Cost Accounting Records Rules', 'Cost Audit Standards by ICAI']\r\n            },\r\n            'PC-11': {\r\n                code: 'PC-11',\r\n                name: 'Advanced Government Accounts and Government Accounting Standards',\r\n                group: 'Group-II',\r\n                branch: 'Civil Accounts Only',\r\n                duration: '2 hours',\r\n                marks: 100,\r\n                type: 'Case Study Based',\r\n                objectives: ['To test understanding of Financial Statements\/Annual Accounts of States', 'To assess knowledge of accounting in digital environment', 'To evaluate understanding of Natural Resource Accounting', 'To assess knowledge of GASAB standards and Cash based IPSAS'],\r\n                sections: [\r\n                    { name: 'A. Finance and Appropriation Accounts', weightage: '20%', topics: ['Time schedule for preparation of Accounts', 'Form of Appropriation Accounts', 'Form of Statements, Appendices in Finance Accounts', 'General Checks in compilation', 'Submission to AG (Audit)', 'Certificate of AG (A&E) & AG (Audit)', 'Instructions for printing, forwarding to CAG', 'CFRA mandate, dashboard'] },\r\n                    { name: 'B. Compilation Processes by State AGs', weightage: '30%', topics: ['Duties and powers of CAG in compilation', 'Delegation of Powers', 'General Accounting Procedure', 'Debt, Deposit, Remittance Transactions', 'PF, Pension, Gazetted Entitlement', 'Budget Review, State FRBM targets'] },\r\n                    { name: 'C. Accounting in Digital Environment', weightage: '20%', topics: ['Treasury computerization, IFMS modules', 'Budget, DDO\/Treasury, HRM, e-Receipt\/Payment, AG Module', 'RBI transactions, e-receipts reconciliation, RBD', 'Treasury inspection in e-environment', 'PFMS introduction', 'E-Kuber Government payments'] },\r\n                    { name: 'D. Natural Resource Accounting', weightage: '10%', topics: ['SDGs related to Natural Resources', 'UN SEEA 2012 Central Framework', 'Panchamrit COP26 India\\'s Commitment', 'Mandate for taxes and Asset Accounts', 'Asset Accounting tables and templates'] },\r\n                    { name: 'E. Government Accounting Standards', weightage: '20%', topics: ['GASAB constitution and responsibilities', 'IGAS 1, 2, 3 notified by GoI', 'Cash based IPSAS by IPSASB', 'Introduction to accrual accounting in India'] }\r\n                ],\r\n                readingMaterial: ['MSO (A&E) Vol I & II', 'Civil Accounts Manual', 'Accounts Code for AGs', 'Treasury Rules 1992', 'GAR 1990', 'Finance Accounts of States', 'PFMS Toolkit', 'e-Kuber guidelines by RBI', 'Treasury Inspection Guidelines', 'UN SEEA 2012', 'Panchamrit COP26', 'GASAB Concept Papers', 'IGAS 1, 2, 3']\r\n            },\r\n            'PC-12': {\r\n                code: 'PC-12',\r\n                name: 'Performance Audit and Compliance Audit',\r\n                group: 'Group-II',\r\n                branch: 'Common to All Audit Branches',\r\n                duration: '2 hours',\r\n                marks: 100,\r\n                type: 'Case Study Based',\r\n                objectives: ['To assess knowledge and skills to conceptualise, design, conduct, and report performance and compliance audits'],\r\n                sections: [\r\n                    { name: 'Part I: Performance Audit', weightage: '40-60 Marks', topics: ['Key principles, Strategic Planning', 'Topic Selection, Pilot Study', 'Audit Objectives, Approaches, Scope, Criteria, Methodology', 'Audit risks and assurance', 'Audit Design Matrix, Findings Matrix', 'Evidence gathering and analysis', 'Cause and Effect', 'Findings, Conclusion, Recommendations', 'Reporting and communication style', 'Follow-up, Audit Outputs, Outcomes, Impact', 'Output-Outcome Framework, Outcome Budget', 'Input-Output model: Economy, Efficiency, Effectiveness', 'Data analysis: Regression, Pareto, Causal analysis'] },\r\n                    { name: 'Part II: Compliance Audit', weightage: '40-60 Marks', topics: ['SAI\\'s organizational requirements', 'Annual Audit Plan', 'Planning compliance audits', 'Core areas, Citizen centric issues', 'Performing Audit Procedures', 'Gathering and evaluating evidence', 'Reporting and follow-up', 'Documentation', 'Audit Risk, Approach, Procedures', 'Quality Control, Drafting reports', 'Constructive recommendations'] }\r\n                ],\r\n                readingMaterial: ['Performance Audit Guidelines of C&AG', 'Compliance Audit Guidelines of C&AG', 'IDI Performance Audit ISSAI Implementation Handbook', 'IDI Compliance Audit ISSAI Implementation Handbook', 'ISSAI 300, 400, 3000, 4000', 'Audit Quality Management Framework', 'MSO Audit', 'Budget documents']\r\n            },\r\n            'PC-13': {\r\n                code: 'PC-13',\r\n                name: 'Government Budgeting and Flow of Resources',\r\n                group: 'Group-II',\r\n                branch: 'Civil Accounts Only',\r\n                duration: '2 hours',\r\n                marks: 100,\r\n                type: 'Case Study Based',\r\n                objectives: ['To test knowledge of government budgeting, process, documents and review', 'To assess understanding of revenue sources, allocation, and flow of resources'],\r\n                sections: [\r\n                    { name: 'I. Government Budgeting', weightage: '35%', topics: ['Budget meaning, objectives, components', 'Constitutional provisions on budgeting and appropriation', 'Budget preparation process', 'Budget documents in Parliament\/Legislature', 'Budget Review: Pre-Budget scrutiny, Post-Budget scrutiny', 'Classification scrutiny, Supplementary Budget', 'Outside Budget Pronouncements review', 'Budget Speech review'] },\r\n                    { name: 'II. FRBM Act, 2003', weightage: '10%', topics: ['Objective of FRBM', 'Provisions of FRBM Act', 'Fiscal policy statements under FRBM', 'FRBM exemptions\/escape clause'] },\r\n                    { name: 'III. Government Deficit', weightage: '20%', topics: ['Balanced\/Surplus\/Deficit Budgeting', 'Measures: Revenue deficit, Fiscal deficit, Primary deficit', 'Implications on fiscal health', 'Deficit management through internal & external debt', 'Off budget borrowing'] },\r\n                    { name: 'IV. Flow of Resources\/Funds', weightage: '35%', topics: ['Revenue sources: Union\/State\/Concurrent List', 'Financial Relations - Constitutional Provisions', 'Grant-in-aids: Statutory, Discretionary', 'Distribution of Tax\/Non-tax Revenues', 'Article 280 - Finance Commission', 'Latest FC recommendations on devolution'] }\r\n                ],\r\n                readingMaterial: ['Constitutional provisions (Articles 112-117, 202-207)', 'GFR 2017 Chapters 3,9,10,11', 'Budget Documents', 'Government Budget Principles and Practice by Dr. C.N. Sudarsanana', 'FRBM Act 2003', 'Constitutional provisions (Articles 268-291)', 'Latest Finance Commission Report', 'MSO (A&E) Vol.1 Ch.4', 'Budget Review Checklist']\r\n            },\r\n            'PC-14': {\r\n                code: 'PC-14',\r\n                name: 'Financial Audit',\r\n                group: 'Group-II',\r\n                branch: 'Common to All Audit Branches',\r\n                duration: '2 hours',\r\n                marks: 100,\r\n                type: 'Case Study Based',\r\n                objectives: ['To evaluate concepts, procedures and methodology for auditing Financial Statements', 'To test knowledge of Government Budgeting and revenue sources'],\r\n                sections: [\r\n                    { name: 'I. General Understanding of Financial Audit', weightage: '40 Marks', topics: ['Accounting process and classification', 'Materiality and Audit Objectives', 'Sensitivity and confidence limit', 'Audit risk, assurance, tests of control', 'Analytical review and substantive tests', 'Forming an audit opinion', 'Format of Financial Statements'] },\r\n                    { name: 'II. Financial Audit of Union and State Government', weightage: '40 Marks', topics: ['Stages in audit of Appropriation and Finance Accounts', 'Treatment of Excess\/Savings comments', 'Scrutiny of SCTs in Finance Accounts', 'Analysis of statements in Finance Accounts', 'Recurring issues in audit of Accounts', 'Government budget and components', 'Constitutional provisions on budgeting', 'Budget documents in Parliament', 'Revenue sources: Union\/State List', 'Grant-in-aids, Tax\/Non-tax distribution', 'Finance Commission recommendations', 'FRBM Act provisions'] },\r\n                    { name: 'III. Audit of Autonomous Bodies', weightage: '10 Marks', topics: ['Format of Accounts', 'DPC Act provisions', 'Planning, Execution, Reporting', 'GFR provisions'] },\r\n                    { name: 'IV. Certification of Externally Aided Projects', weightage: '10 Marks', topics: ['Objectives of EAPs', 'Format of Accounts', 'Audit procedure and time schedule', 'General terms of implementation agreements'] }\r\n                ],\r\n                readingMaterial: ['CAG (DPC) Act 1971', 'GFR 2017', 'Central Govt Account Rules 1983', 'DFPR', 'GAR 1990', 'Civil Accounts Manual', 'Financial Attest Audit Manual', 'Regulations on Audit and Accounts', 'Manual for Audit of ABs', 'EAP Audit Guidelines', 'MSO Audit', 'Practice Note for Finance Accounts', 'LMMH', 'Constitutional provisions', 'FRBM Act and Rules', 'Finance Commission Report']\r\n            },\r\n            'PC-15': {\r\n                code: 'PC-15',\r\n                name: 'Entitlement Functions and Treasury Inspection',\r\n                group: 'Group-II',\r\n                branch: 'Civil Accounts Only',\r\n                duration: '2 hours',\r\n                marks: 100,\r\n                type: 'Case Study Based',\r\n                objectives: ['To test understanding of Entitlements of Government Servants and Treasury functions'],\r\n                sections: [\r\n                    { name: 'Section I: GPF, Pension and Entitlements', weightage: '45%', topics: ['Chapter 12: Service, Provident and other Funds (MSO A&E Vol-1)', 'Chapter 13: Gazetted Government Service Entitlements', 'Chapter 14: Pension', 'Chapter 15: Pre-check for payment of Pension'] },\r\n                    { name: 'Section II: Treasury Inspection', weightage: '55%', topics: ['Understanding of IFMS budgeting, expenditure, sanctions, receipts, banks modules', 'Process flow of IFMS - data entry screens and reports', 'Difference between Treasury Inspection and IFMS Audit', 'Data extraction and analytics: IDEA tool', 'Purpose of registers and records at Treasury', 'Pension disbursement function', 'Internal Controls relevant to treasuries', 'CAG\\'s Compliance Auditing Guidelines'] }\r\n                ],\r\n                readingMaterial: ['GPF Rules (Central Services)', 'CCS (Pension) Rules 1972', 'MSO (A&E) Vol-1', 'Accounting Rules for Treasuries 1992', 'Contemporary Auditing by Kamal Gupta - Internal Controls', 'IFMS user manual', 'CAG Instructions on Treasury Inspection']\r\n            },\r\n            'PC-16': {\r\n                code: 'PC-16',\r\n                name: 'Revenue Audit; Audit of Local Bodies; Public Works Audit',\r\n                group: 'Group-II',\r\n                branch: 'Civil & Local Audit Only',\r\n                duration: '2 hours',\r\n                marks: 100,\r\n                type: 'Case Study Based',\r\n                objectives: ['Testing understanding of Income Tax and GST', 'Testing understanding of Local Bodies Audit', 'Testing understanding of Contracts Audit, Stores and Project Management'],\r\n                sections: [\r\n                    { name: '1. Revenue Audit', weightage: '35 Marks', topics: ['Income Tax: Assessment year, Previous year, Person, Assessee, Charge, Income, Total Income, Agricultural Income, Capital Asset, Company, Residential status, Income deemed to accrue in India', 'ICDS I to X', 'Business\/Profession Profits - Computation, Depreciation', 'Capital Gains - Computation, LTCG Tax', 'GST: Constitutional Aspects, GST Council, Administration', 'Dual GST Model, GST Compensation Act', 'CGST & IGST: Supply, Inter\/Intra-State, Charge, Exemption', 'Place, Time, Value of Supply', 'Input Tax Credit, GST Liability Computation', 'GST Procedures: Registration, Invoice, Returns, Payment, Refund'] },\r\n                    { name: '2. Local Bodies Audit', weightage: '35 Marks', topics: ['73rd and 74th Constitutional Amendments', 'Central Finance Commission recommendations on LBs', 'Auditing Standards for PRIs and ULBs', 'Manual of Instruction for Audit of PRIs'] },\r\n                    { name: '3. Public Works Audit', weightage: '30 Marks', topics: ['Contract Management basics', 'General Conditions of Contract', 'Audit of Contracts', 'Audit of Stores and Stock', 'Project Management: EIA, DPR, Land acquisition, Coordination'] }\r\n                ],\r\n                readingMaterial: ['Taxmann\\'s Direct Tax Manual', 'Income Tax Act 1961', 'Income Tax Rules 1962', 'ICDS by Ministry of Finance', 'Taxmann\\'s GST Manual', 'GST Law Times', 'Handbook of GST in India', '73rd and 74th Constitutional Amendments', 'Finance Commission Report', 'Auditing Standards for PRIs and ULBs', 'Manual for Audit of PRIs', 'MSO Audit Section 2 Ch.4, Section 3 Ch.7', 'Regulations on Audit & Accounts', 'GFR 2017', 'Project Management by Pradeep Pai']\r\n            },\r\n            'PC-17': {\r\n                code: 'PC-17',\r\n                name: 'Defence Audit',\r\n                group: 'Group-II',\r\n                branch: 'Defence Only',\r\n                duration: '2 hours',\r\n                marks: 100,\r\n                type: 'Case Study Based',\r\n                objectives: ['To test understanding of Defence organization', 'To test understanding of rules & procedures for defence services', 'To test understanding of audit process of defence services'],\r\n                sections: [\r\n                    { name: 'Section I: Defence Organization', weightage: '10%', topics: ['Organization of Ministry of Defence', 'Inter Service Organizations', 'Organization of Indian Army, Navy, Air Force', 'Organization of BRO, DRDO', 'Ordnance Factories (reorganized as DPSUs)', 'Defence Accounts Department'] },\r\n                    { name: 'Section II: Rules & Procedures', weightage: '60%', topics: ['Defence Service Regulations - Army, Air Force, Navy', 'Cantonment management and land administration', 'MES regulations and contracts', 'Works and operational works provisions', 'Capital and revenue procurements', 'Ordnance factories management', 'IFA system in Army, Air Force, Navy', 'DRDO and BRO processes'] },\r\n                    { name: 'Section III: Defence Audit Process', weightage: '30%', topics: ['Organization and procedures of IA&AD for defence audit', 'PCDA\/CDA sections and Central Test Audit', 'Local test audit procedures', 'Internal audit in defence services'] }\r\n                ],\r\n                readingMaterial: ['Manual of Audit Department Defence Services Vol 1', 'Manual of IA&AD Defence Audit Wing Vol II', 'Defence Accounts Department O.M.', 'MoD Annual Report', 'Defence Service Regulations', 'Cantonments Act 2006', 'Cantonment Land Rules 2021', 'MES Regulations 1968', 'Defence Works Procedure 2020', 'Defence Procurement Manual 2009', 'Defence Acquisition Procedure 2020', 'IFA Manuals', 'DRDO Manuals', 'BRO Procurement Procedure', 'Defence Audit Code 2014']\r\n            },\r\n            'PC-18': {\r\n                code: 'PC-18',\r\n                name: 'Finance and Communication Audit',\r\n                group: 'Group-II',\r\n                branch: 'Finance & Communication Only',\r\n                duration: '2 hours',\r\n                marks: 100,\r\n                type: 'Case Study Based',\r\n                objectives: ['To test knowledge of systems and procedures of auditee units under DGA (F&C)', 'To test audit procedures for revenue and expenditure examination'],\r\n                sections: [\r\n                    { name: 'I. Organizational Setup and Functions', weightage: '25 Marks', topics: ['Organization of F&C Audit wing', 'Organizations and Functions of Auditee Units', 'General Financial Rules', 'Service Rules of Ministry\/Department\/PSU\/AB', 'Delegation of financial powers', 'Application of Audit Rules\/Acts at all stages'] },\r\n                    { name: 'II. Rules & Procedures of Auditee Units', weightage: '25 Marks', topics: ['Auditable entities, audit units', 'Plan for compliance audits, materiality, risk assessment', 'Revenue recognition and Expenditure', 'CAG Auditing Standards', 'CAG Manuals\/Acts\/Guidelines'] },\r\n                    { name: 'III. Finance and Accounts Provisions', weightage: '25 Marks', topics: ['Government Accounting Rules 1990', 'Budget formulation', 'Financial Management system', 'Accounting Standards (ICAI and Ind AS)', 'Accounting policy, Instructions, Formats'] },\r\n                    { name: 'IV. Audit Analysis and Reporting', weightage: '25 Marks', topics: ['Compliance Audit Guidelines', 'Performance Audit Guidelines', 'Providing analytical insights', 'Independent view based on audit evidence', 'Case studies', 'Recommendations based on findings'] }\r\n                ],\r\n                readingMaterial: ['MSO Audit', 'Compliance Audit Guidelines', 'Auditing Standards', 'Performance Audit Guidelines', 'Internal Control Evaluation Manual', 'Financial Attest Audit Manual', 'GFR 2017', 'P&T Audit Manual', 'POSB Manual Vol I & II', 'CBS Manual', 'Civil Accounts Manual', 'P&T FHB Vol I-III', 'Telecom Accounts Manual', 'TRAI Act 1997', 'GST Rules', 'Companies Act 2013', 'LMMH', 'CVC Orders']\r\n            },\r\n            'PC-19': {\r\n                code: 'PC-19',\r\n                name: 'Railway Audit',\r\n                group: 'Group-II',\r\n                branch: 'Railway Only',\r\n                duration: '2 hours',\r\n                marks: 100,\r\n                type: 'Case Study Based',\r\n                objectives: ['To test knowledge of Railway Traffic Revenue audit procedures', 'To test understanding of Railway Workshops and Stores Audit'],\r\n                sections: [\r\n                    { name: 'Section I: Railway Traffic Revenue', weightage: '60%', topics: ['Indian Railway Code for Traffic Department (Commercial) - All Chapters', 'Organization and functions of Commercial Department', 'Rates and fares, Claims for compensation', 'Railway Users Consultative Council', 'Amenities, Catering, Intermodal transport', 'Ticketless Travel, Station outstanding', 'Wharfage, demurrage, Mode of payment', 'Wagon allotment, Postal Traffic, City booking', 'Sidings, Indian Railway Commercial Manual Vol I & II', 'Passenger Tickets, Platform admission', 'Warrants, Concessions, Free Passes', 'Reservation, Special Trains', 'Luggage, Parcels, Animals booking', 'Goods booking, loading, unloading, delivery', 'Claims, Handling Bills, Station Accounts', 'IRCA Tariffs, Conference Rules', 'Traffic Costing Handbook', 'Railways Act 1989', 'Railway Audit Manual'] },\r\n                    { name: 'Section II: Workshops and Stores Audit', weightage: '40%', topics: ['MSO Audit Section III Chapters 19-22', 'Indian Railway Code for Mechanical Department', 'Workshop Accounts, Production Units', 'Indian Railway Code for Stores Department Vol I & II', 'Classification of Expenditure', 'Railway Audit Manual - Stores, Mechanical, Production Units chapters'] }\r\n                ],\r\n                readingMaterial: ['MSO Audit 2002', 'Indian Railway Code for Traffic Department', 'Indian Railway Commercial Manual Vol I & II', 'IRCA Tariffs', 'IRCA Conference Rules', 'Traffic Costing Handbook', 'Railways Act 1989', 'Railway Audit Manual 2022', 'Indian Railway Code for Mechanical Department', 'Indian Railway Code for Stores Department Vol I & II']\r\n            },\r\n            'PC-20': {\r\n                code: 'PC-20',\r\n                name: 'Commercial Audit, Commercial Laws & Corporate Tax Laws',\r\n                group: 'Group-II',\r\n                branch: 'Commercial Audit Only',\r\n                duration: '2 hours',\r\n                marks: 100,\r\n                type: 'Descriptive + MCQ',\r\n                objectives: ['To test knowledge of commercial audit principles and procedures', 'To test understanding of commercial laws and corporate tax'],\r\n                sections: [\r\n                    { name: 'Part I: Commercial Audit', weightage: '60 Marks', topics: ['Nature and Principles of Auditing, Materiality, Risk, Planning, Sampling', 'Internal Controls, Internal Audit, Statutory and Government Audit', 'Audit of Cash Transactions, Verification of Assets', 'Audit of Financial Statements of Companies', 'Audit of PSUs (MSO Audit Section II Ch.V)', 'CARO 2020 under Section 143(11)', 'Directions under Section 143(5)', 'Corporate Governance - Companies Act 2013, SEBI LODR', 'Audit Committee', 'Cost Accounting Records Rules', 'Special Features: Finance, Electricity, Transport, Insurance Companies', 'Section 8 Companies', 'Audit of Autonomous Bodies', 'Role of Audit in Fraud and Corruption', 'Audit of PPP projects', 'Parliamentary Committees - COPU', 'CAG Auditing Standards', 'Standards on Auditing by ICAI: SA 200, 220, 230, 240, 300, 315, 320, 450, 500, 520, 530, 570, 700, 701, 705, 706'] },\r\n                    { name: 'Part II A: Commercial Laws', weightage: '25 Marks', topics: ['Companies Act 2013 - Chapters 1-4, 8-12', 'Indian Contract Act 1872', 'Sale of Goods Act 1930', 'Negotiable Instruments Act 1881', 'Electricity Act 2003', 'Road Transport Corporations Act 1950', 'SEBI Act 1992 and Listing Agreement', 'FEMA 1999', 'Payment of Bonus Act 1965', 'Employees Provident Funds Act 1952'] },\r\n                    { name: 'Part II B: Corporate Tax Laws', weightage: '15 Marks', topics: ['Corporate Tax - Income Tax Act provisions for Companies', 'Disclosure Requirements under IT Act 1961', 'Central Goods and Services Tax Act 2017'] }\r\n                ],\r\n                readingMaterial: ['MSO Audit', 'CAG Auditing Standards', 'Standards on Auditing by ICAI', 'Companies Act 2013', 'CARO 2020', 'SEBI LODR Regulations', 'Commercial Laws', 'Income Tax Act', 'CGST Act 2017']\r\n            }\r\n        };\r\n\r\n        \/\/ Study Materials\r\n        const studyMaterials = {\r\n            sas: [\r\n                { topic: 'Constitution & Basic Laws', icon: 'fa-landmark', documents: [\r\n                    { name: 'Constitution of India (Full Text)', url: '\/wp-content\/uploads\/2025\/09\/COI_2024.pdf', badge: 'official' },\r\n                    { name: 'CAG DPC Act, 1971', url: 'https:\/\/cag.gov.in', badge: 'official' },\r\n                    { name: 'Regulations on Audit & Accounts 2020', url: '#', badge: 'updated' }\r\n                ]},\r\n                { topic: 'Audit Standards & Guidelines', icon: 'fa-gavel', documents: [\r\n                    { name: 'CAG Auditing Standards 2017', url: 'https:\/\/cag.gov.in\/en\/page-cag-s-auditing-standards-2017', badge: 'official' },\r\n                    { name: 'Compliance Audit Guidelines', url: '#', badge: 'latest' },\r\n                    { name: 'Performance Audit Guidelines', url: '#', badge: 'official' }\r\n                ]},\r\n                { topic: 'Financial Rules', icon: 'fa-coins', documents: [\r\n                    { name: 'General Financial Rules 2017', url: '\/wp-content\/uploads\/2025\/07\/FInal_GFR_upto_31_07_2024.pdf', badge: 'latest' },\r\n                    { name: 'DFPR 2024', url: '\/wp-content\/uploads\/2025\/07\/Delegation_of_Financial_Powers_Rules_2024_Booklet.pdf', badge: 'updated' }\r\n                ]},\r\n                { topic: 'Service Rules', icon: 'fa-users', documents: [\r\n                    { name: 'FR & SR Compilation', url: '\/wp-content\/uploads\/2025\/12\/Compilation_FR_SR_English.pdf', badge: 'official' },\r\n                    { name: 'CCS (Pension) Rules 2021', url: '\/wp-content\/uploads\/2025\/12\/CSS_PensionRules_2021_Book_Eng.pdf', badge: 'latest' },\r\n                    { name: 'CCS (Conduct) Rules', url: '\/wp-content\/uploads\/2025\/12\/CCS_Conduct_Rules_1964_Updated_27Feb15_0.pdf', badge: 'official' }\r\n                ]},\r\n                { topic: 'Account Codes & Manuals', icon: 'fa-book', documents: [\r\n                    { name: 'Government Accounting Rules 1990', url: '\/wp-content\/uploads\/2025\/07\/GAR-1990.pdf', badge: 'official' },\r\n                    { name: 'Civil Accounts Manual 2024', url: '\/wp-content\/uploads\/2025\/07\/Civil-account-manaual-2024.pdf', badge: 'latest' },\r\n                    { name: 'List of Major & Minor Heads', url: '\/wp-content\/uploads\/2025\/07\/LMMH.pdf', badge: 'official' }\r\n                ]}\r\n            ]\r\n        };\r\n\r\n        let currentExamType = 'sas';\r\n        let currentPaper = 'PC-1';\r\n\r\n        document.addEventListener('DOMContentLoaded', () => {\r\n            initMainTabs();\r\n            initExamTypeCards('examInfoGrid', 'examInfo');\r\n            initExamTypeCards('syllabusExamGrid', 'syllabus');\r\n            initExamTypeCards('studyMaterialExamGrid', 'studyMaterial');\r\n            generateExamInfoContent();\r\n            generatePaperList();\r\n            generateStudyMaterialContent();\r\n            initScrollTop();\r\n            initReadingProgress();\r\n        });\r\n\r\n        function showToast(title, message) {\r\n            const container = document.getElementById('toastContainer');\r\n            const toast = document.createElement('div');\r\n            toast.className = 'toast';\r\n            toast.innerHTML = `\r\n                <i class=\"fas fa-check-circle\"><\/i>\r\n                <div class=\"toast-content\">\r\n                    <div class=\"toast-title\">${title}<\/div>\r\n                    <div class=\"toast-message\">${message}<\/div>\r\n                <\/div>\r\n                <button class=\"toast-close\" onclick=\"this.parentElement.remove()\"><i class=\"fas fa-times\"><\/i><\/button>\r\n            `;\r\n            container.appendChild(toast);\r\n            setTimeout(() => toast.remove(), 3000);\r\n        }\r\n\r\n        function initMainTabs() {\r\n            document.querySelectorAll('.main-tab-btn').forEach(tab => {\r\n                tab.addEventListener('click', () => {\r\n                    document.querySelectorAll('.main-tab-btn').forEach(t => t.classList.remove('active'));\r\n                    document.querySelectorAll('.tab-panel').forEach(p => p.classList.remove('active'));\r\n                    tab.classList.add('active');\r\n                    document.getElementById(tab.dataset.tab).classList.add('active');\r\n                });\r\n            });\r\n        }\r\n\r\n        function initExamTypeCards(gridId, context) {\r\n            const grid = document.getElementById(gridId);\r\n            if (!grid) return;\r\n\r\n            grid.innerHTML = Object.values(examTypes).map(exam => `\r\n                <div class=\"exam-type-card ${exam.id === 'sas' ? 'active' : ''}\" data-exam=\"${exam.id}\" data-context=\"${context}\">\r\n                    <div class=\"exam-type-card-header\">\r\n                        <div class=\"exam-type-icon\"><i class=\"fas ${exam.icon}\"><\/i><\/div>\r\n                        <div class=\"exam-type-title\">${exam.name}<\/div>\r\n                    <\/div>\r\n                    <p class=\"exam-type-desc\">${exam.description}<\/p>\r\n                    <div class=\"exam-type-features\">\r\n                        ${exam.features.map(f => `<span class=\"exam-type-feature\"><i class=\"fas fa-check\"><\/i> ${f}<\/span>`).join('')}\r\n                    <\/div>\r\n                <\/div>\r\n            `).join('');\r\n\r\n            grid.querySelectorAll('.exam-type-card').forEach(card => {\r\n                card.addEventListener('click', () => {\r\n                    grid.querySelectorAll('.exam-type-card').forEach(c => c.classList.remove('active'));\r\n                    card.classList.add('active');\r\n                    currentExamType = card.dataset.exam;\r\n                    \r\n                    if (context === 'examInfo') generateExamInfoContent();\r\n                    else if (context === 'syllabus') generatePaperList();\r\n                    else if (context === 'studyMaterial') generateStudyMaterialContent();\r\n                });\r\n            });\r\n        }\r\n\r\n        function generateExamInfoContent() {\r\n            const container = document.getElementById('examInfoContent');\r\n            if (!container) return;\r\n            const exam = examTypes[currentExamType];\r\n\r\n            if (currentExamType === 'sas') {\r\n                container.innerHTML = `\r\n                    <div class=\"exam-info-box\">\r\n                        <div class=\"exam-info-header\">\r\n                            <div class=\"exam-info-icon\"><i class=\"fas ${exam.icon}\"><\/i><\/div>\r\n                            <h2>${exam.fullName}<\/h2>\r\n                        <\/div>\r\n                        <div class=\"exam-info-details\">\r\n                            <p><strong>Purpose:<\/strong> Departmental examination for the post of Assistant Audit\/Accounts Officer (AAO) - Group-B, Gazetted Officer.<\/p>\r\n                            <p><strong>Frequency:<\/strong> Conducted <strong>twice a year<\/strong> (w.e.f. 2021) - Examination-I and Examination-II<\/p>\r\n                            <p><strong>Cut-off Dates:<\/strong> <strong>1st March<\/strong> for Examination-I | <strong>1st September<\/strong> for Examination-II<\/p>\r\n                            <p><strong>Mode:<\/strong> Computer Based Test (CBT) conducted by CAG Headquarters<\/p>\r\n                            <p><strong>Revised Syllabus:<\/strong> Applicable from SAS Exam-2 of 2025 (Consolidated October 2022 and March 2025)<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"key-info-grid\">\r\n                        <div class=\"key-info-card blue\">\r\n                            <div class=\"key-info-icon\"><i class=\"fas fa-file-alt\"><\/i><\/div>\r\n                            <div class=\"key-info-value\">20<\/div>\r\n                            <div class=\"key-info-label\">Total Papers (PC-1 to PC-20)<\/div>\r\n                        <\/div>\r\n                        <div class=\"key-info-card orange\">\r\n                            <div class=\"key-info-icon\"><i class=\"fas fa-check-double\"><\/i><\/div>\r\n                            <div class=\"key-info-value\">8<\/div>\r\n                            <div class=\"key-info-label\">Papers to Pass<\/div>\r\n                        <\/div>\r\n                        <div class=\"key-info-card green\">\r\n                            <div class=\"key-info-icon\"><i class=\"fas fa-layer-group\"><\/i><\/div>\r\n                            <div class=\"key-info-value\">2<\/div>\r\n                            <div class=\"key-info-label\">Groups (4 Papers Each)<\/div>\r\n                        <\/div>\r\n                        <div class=\"key-info-card purple\">\r\n                            <div class=\"key-info-icon\"><i class=\"fas fa-code-branch\"><\/i><\/div>\r\n                            <div class=\"key-info-value\">6<\/div>\r\n                            <div class=\"key-info-label\">Branches<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"important-notes\" style=\"margin-bottom: 25px; border-left-color: var(--primary-blue);\">\r\n                        <h4><i class=\"fas fa-info-circle\" style=\"color: var(--primary-blue);\"><\/i> Examination Structure<\/h4>\r\n                        <ul>\r\n                            <li><strong>Stage 1 - Preliminary Examination:<\/strong> Conducted by respective field offices<\/li>\r\n                            <li><strong>Stage 2 - Main Examination:<\/strong> Conducted by Headquarters in CBT mode<\/li>\r\n                            <li><strong>New Pattern:<\/strong> Case studies\/application and assertion\/reasoning based questions<\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n\r\n                    <div class=\"eligibility-section\">\r\n                        <div class=\"eligibility-header\">\r\n                            <h3><i class=\"fas fa-user-check\"><\/i> Eligibility Criteria<\/h3>\r\n                        <\/div>\r\n                        <div class=\"eligibility-body\">\r\n                            <div class=\"eligibility-intro\">\r\n                                <strong>Basic Requirement:<\/strong> Minimum <strong>3 years continuous service<\/strong> and <strong>successfully completed probation period<\/strong>\r\n                            <\/div>\r\n                            <ol class=\"eligibility-list\">\r\n                                ${sasEligibility.map(item => `<li>${item.text}<\/li>`).join('')}\r\n                            <\/ol>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"important-notes\">\r\n                        <h4><i class=\"fas fa-exclamation-circle\"><\/i> Important Notes<\/h4>\r\n                        <ul>\r\n                            <li><strong>Negative Marking:<\/strong> 0.25 marks for each wrong answer<\/li>\r\n                            <li><strong>Qualifying Marks:<\/strong> 40% in each paper, 50% aggregate<\/li>\r\n                            <li><strong>No Exemption Papers:<\/strong> PC-12, PC-13, PC-14, PC-15 & PC-16<\/li>\r\n                            <li><strong>Model Questions:<\/strong> Available on CAG website<\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                `;\r\n            } else {\r\n                container.innerHTML = `\r\n                    <div class=\"exam-info-box\">\r\n                        <div class=\"exam-info-header\">\r\n                            <div class=\"exam-info-icon\"><i class=\"fas ${exam.icon}\"><\/i><\/div>\r\n                            <h2>${exam.fullName}<\/h2>\r\n                        <\/div>\r\n                        <div class=\"exam-info-details\">\r\n                            <p><strong>Purpose:<\/strong> ${exam.description}<\/p>\r\n                            <p>Please refer to the official CAG notification for detailed information.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                `;\r\n            }\r\n        }\r\n\r\n        function generatePaperList() {\r\n            const container = document.getElementById('paperList');\r\n            if (!container) return;\r\n\r\n            if (currentExamType !== 'sas') {\r\n                container.innerHTML = `<div style=\"padding: 30px; text-align: center; color: var(--text-muted);\">\r\n                    <i class=\"fas fa-info-circle\" style=\"font-size: 2rem; margin-bottom: 15px; opacity: 0.5;\"><\/i>\r\n                    <p>Syllabus details for this examination will be updated soon.<\/p>\r\n                <\/div>`;\r\n                return;\r\n            }\r\n\r\n            const groupIPapers = ['PC-1', 'PC-2', 'PC-3', 'PC-4', 'PC-5', 'PC-6', 'PC-7', 'PC-8'];\r\n            const groupIIPapers = ['PC-9', 'PC-10', 'PC-11', 'PC-12', 'PC-13', 'PC-14', 'PC-15', 'PC-16', 'PC-17', 'PC-18', 'PC-19', 'PC-20'];\r\n\r\n            let html = `\r\n                <div class=\"paper-group-section open\">\r\n                    <div class=\"paper-group-header\" onclick=\"togglePaperGroup(this)\">\r\n                        <i class=\"fas fa-layer-group\"><\/i>\r\n                        GROUP-I (PC-1 to PC-8)\r\n                        <i class=\"fas fa-chevron-down arrow\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"paper-list\">\r\n                        ${groupIPapers.map(code => {\r\n                            const paper = allPapersSyllabus[code];\r\n                            const isCommon = paper.branch.includes('Common');\r\n                            return `\r\n                                <div class=\"paper-item ${code === currentPaper ? 'active' : ''}\" onclick=\"selectPaper('${code}')\">\r\n                                    <span class=\"paper-code\">${code}<\/span>\r\n                                    <div class=\"paper-info\">\r\n                                        <div class=\"paper-name\">${paper.name}<\/div>\r\n                                        <span class=\"paper-badge ${isCommon ? 'common' : 'branch'}\">${isCommon ? 'Common' : 'Branch Specific'}<\/span>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            `;\r\n                        }).join('')}\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"paper-group-section open\">\r\n                    <div class=\"paper-group-header\" onclick=\"togglePaperGroup(this)\">\r\n                        <i class=\"fas fa-layer-group\"><\/i>\r\n                        GROUP-II (PC-9 to PC-20)\r\n                        <i class=\"fas fa-chevron-down arrow\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"paper-list\">\r\n                        ${groupIIPapers.map(code => {\r\n                            const paper = allPapersSyllabus[code];\r\n                            const isCommon = paper.branch.includes('Common');\r\n                            return `\r\n                                <div class=\"paper-item ${code === currentPaper ? 'active' : ''}\" onclick=\"selectPaper('${code}')\">\r\n                                    <span class=\"paper-code\">${code}<\/span>\r\n                                    <div class=\"paper-info\">\r\n                                        <div class=\"paper-name\">${paper.name}<\/div>\r\n                                        <span class=\"paper-badge ${isCommon ? 'common' : 'branch'}\">${isCommon ? 'Common' : 'Branch Specific'}<\/span>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            `;\r\n                        }).join('')}\r\n                    <\/div>\r\n                <\/div>\r\n            `;\r\n\r\n            container.innerHTML = html;\r\n            displayPaperSyllabus(currentPaper);\r\n        }\r\n\r\n        function togglePaperGroup(header) {\r\n            header.parentElement.classList.toggle('open');\r\n        }\r\n\r\n        function selectPaper(code) {\r\n            currentPaper = code;\r\n            document.querySelectorAll('.paper-item').forEach(item => item.classList.remove('active'));\r\n            event.currentTarget.classList.add('active');\r\n            displayPaperSyllabus(code);\r\n            showToast('Paper Selected', `${code}: ${allPapersSyllabus[code].name}`);\r\n        }\r\n\r\n        function displayPaperSyllabus(code) {\r\n            const paper = allPapersSyllabus[code];\r\n            if (!paper) return;\r\n\r\n            document.getElementById('syllabusContentTitle').textContent = `${paper.code}: ${paper.name}`;\r\n            \r\n            const body = document.getElementById('syllabusContentBody');\r\n            body.innerHTML = `\r\n                <div class=\"syllabus-detail-card\">\r\n                    <div class=\"syllabus-detail-header\">\r\n                        <h3>${paper.code}: ${paper.name}<\/h3>\r\n                        <p>${paper.branch} | Duration: ${paper.duration} | Max Marks: ${paper.marks} | Type: ${paper.type}<\/p>\r\n                    <\/div>\r\n                    <div class=\"syllabus-detail-body\">\r\n                        <div class=\"objectives-section\">\r\n                            <h4><i class=\"fas fa-bullseye\"><\/i> Objectives<\/h4>\r\n                            <ul>\r\n                                ${paper.objectives.map(obj => `<li>${obj}<\/li>`).join('')}\r\n                            <\/ul>\r\n                        <\/div>\r\n\r\n                        <h4 style=\"font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--text-primary); margin: 25px 0 15px; display: flex; align-items: center; gap: 10px;\">\r\n                            <i class=\"fas fa-list-ul\" style=\"color: var(--accent-orange);\"><\/i> Detailed Syllabus\r\n                        <\/h4>\r\n                        \r\n                        ${paper.sections.map(section => `\r\n                            <div class=\"syllabus-topic-section\">\r\n                                <h5>\r\n                                    ${section.name}\r\n                                    ${section.weightage ? `<span class=\"weightage-badge\">${section.weightage}<\/span>` : ''}\r\n                                <\/h5>\r\n                                ${section.topics.length > 0 ? `\r\n                                    <ul>\r\n                                        ${section.topics.map(topic => `<li>${topic}<\/li>`).join('')}\r\n                                    <\/ul>\r\n                                ` : ''}\r\n                            <\/div>\r\n                        `).join('')}\r\n\r\n                        <div class=\"reading-material-section\">\r\n                            <h4><i class=\"fas fa-book-reader\"><\/i> Reading Material \/ Suggested Reading<\/h4>\r\n                            <ul class=\"reading-list\">\r\n                                ${paper.readingMaterial.map(book => `<li>${book}<\/li>`).join('')}\r\n                            <\/ul>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            `;\r\n        }\r\n\r\n        function generateStudyMaterialContent() {\r\n            const materials = studyMaterials.sas;\r\n            const docList = document.getElementById('docList');\r\n            \r\n            let html = '';\r\n            materials.forEach((category, catIndex) => {\r\n                html += `\r\n                    <div class=\"doc-topic-section ${catIndex === 0 ? 'open' : ''}\">\r\n                        <div class=\"doc-topic-header\" onclick=\"toggleDocSection(this)\">\r\n                            <i class=\"fas ${category.icon}\"><\/i>\r\n                            ${category.topic}\r\n                            <i class=\"fas fa-chevron-down arrow\"><\/i>\r\n                        <\/div>\r\n                        <div class=\"doc-list\">\r\n                            ${category.documents.map(doc => `\r\n                                <div class=\"doc-item\" onclick=\"selectDocument('${doc.name}', '${doc.url}', '${doc.badge}')\">\r\n                                    <div class=\"doc-icon pdf\"><i class=\"fas fa-file-pdf\"><\/i><\/div>\r\n                                    <div class=\"doc-info\">\r\n                                        <div class=\"doc-name\">${doc.name}<\/div>\r\n                                        <span class=\"doc-badge ${doc.badge}\">${doc.badge.charAt(0).toUpperCase() + doc.badge.slice(1)}<\/span>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            `).join('')}\r\n                        <\/div>\r\n                    <\/div>\r\n                `;\r\n            });\r\n            \r\n            docList.innerHTML = html;\r\n        }\r\n\r\n        function toggleDocSection(header) {\r\n            header.parentElement.classList.toggle('open');\r\n        }\r\n\r\n        function selectDocument(name, url, badge) {\r\n            document.querySelectorAll('.doc-item').forEach(item => item.classList.remove('active'));\r\n            event.currentTarget.classList.add('active');\r\n            \r\n            document.getElementById('pdfTitle').textContent = name;\r\n            const pdfContent = document.getElementById('pdfContent');\r\n            \r\n            if (url && url !== '#') {\r\n                pdfContent.innerHTML = `<iframe class=\"pdf-frame\" src=\"${url}\"><\/iframe>`;\r\n            } else {\r\n                pdfContent.innerHTML = `\r\n                    <div class=\"pdf-placeholder\">\r\n                        <i class=\"fas fa-file-pdf\"><\/i>\r\n                        <p><strong>${name}<\/strong><\/p>\r\n                        <p class=\"sub\">PDF will be displayed here<\/p>\r\n                    <\/div>\r\n                `;\r\n            }\r\n            \r\n            showToast('Document Selected', name);\r\n        }\r\n\r\n        function initScrollTop() {\r\n            const btn = document.getElementById('scrollTopBtn');\r\n            window.addEventListener('scroll', () => {\r\n                btn.classList.toggle('visible', window.scrollY > 300);\r\n            });\r\n            btn.addEventListener('click', () => {\r\n                window.scrollTo({ top: 0, behavior: 'smooth' });\r\n            });\r\n        }\r\n\r\n        function initReadingProgress() {\r\n            const progress = document.getElementById('readingProgress');\r\n            window.addEventListener('scroll', () => {\r\n                const winHeight = window.innerHeight;\r\n                const docHeight = document.documentElement.scrollHeight - winHeight;\r\n                const scrolled = window.scrollY;\r\n                progress.style.width = (scrolled \/ docHeight * 100) + '%';\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<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>CAG Departmental Examinations &#8211; Complete Preparation Guide | CSS Adda IA&#038;AD Departmental Examinations CAG Departmental Examinations Complete preparation guide for [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"disabled","ast-banner-title-visibility":"disabled","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"disabled","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[53],"tags":[],"class_list":["post-7089","page","type-page","status-publish","hentry","category-website-main-pages-header"],"_links":{"self":[{"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/pages\/7089","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7089"}],"version-history":[{"count":64,"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/pages\/7089\/revisions"}],"predecessor-version":[{"id":9805,"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/pages\/7089\/revisions\/9805"}],"wp:attachment":[{"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7089"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=7089"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=7089"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}