{"id":5380,"date":"2025-12-20T03:59:23","date_gmt":"2025-12-20T03:59:23","guid":{"rendered":"https:\/\/promotionexams.com\/?p=5380"},"modified":"2026-01-24T11:23:08","modified_gmt":"2026-01-24T11:23:08","slug":"rules-repository","status":"publish","type":"post","link":"https:\/\/promotionexams.com\/?p=5380","title":{"rendered":"rules repository"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"5380\" class=\"elementor elementor-5380\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f0efc72 e-con-full e-flex e-con e-parent\" data-id=\"f0efc72\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e2151e8 elementor-widget elementor-widget-html\" data-id=\"e2151e8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ===== ELEMENTOR OVERRIDE - REMOVE ALL GAPS ===== -->\n<style>\n    .elementor-section.elementor-section-stretched,\n    .elementor-section-full_width,\n    .elementor-container,\n    .elementor-column,\n    .elementor-column-wrap,\n    .elementor-widget-wrap,\n    .elementor-element {\n        padding: 0 !important;\n        margin: 0 !important;\n        gap: 0 !important;\n    }\n\n    \/* ============================================\n       CSS VARIABLES & BASE RESET\n       ============================================ *\/\n    :root {\n        --primary-blue: #1e3a8a;\n        --primary-blue-dark: #172554;\n        --primary-blue-light: #3b82f6;\n        --accent-orange: #f59e0b;\n        --accent-orange-light: #fbbf24;\n        --accent-orange-dark: #d97706;\n        --bg-light: #f8fafc;\n        --text-dark: #0f172a;\n        --text-gray: #475569;\n        --text-light: #64748b;\n        --border-color: #e2e8f0;\n        --white: #ffffff;\n        --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1);\n        --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n        \n        --paper1-bg: #dbeafe;\n        --paper1-border: #93c5fd;\n        --paper1-text: #1e40af;\n        --paper2-bg: #fef3c7;\n        --paper2-border: #fde68a;\n        --paper2-text: #b45309;\n    }\n\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');\n\n    .govtrules-wrapper * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    .govtrules-wrapper {\n        font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n        background-color: var(--bg-light);\n        color: var(--text-dark);\n        line-height: 1.6;\n    }\n\n    \/* ============================================\n       HERO SECTION\n       ============================================ *\/\n    .repo-hero {\n        background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);\n        color: var(--white);\n        padding: 2.5rem 1.5rem;\n        text-align: center;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .repo-hero::before {\n        content: '';\n        position: absolute;\n        top: -50%;\n        right: -10%;\n        width: 300px;\n        height: 300px;\n        background: var(--accent-orange);\n        opacity: 0.1;\n        border-radius: 50%;\n    }\n\n    .repo-hero::after {\n        content: '';\n        position: absolute;\n        bottom: -30%;\n        left: -5%;\n        width: 200px;\n        height: 200px;\n        background: var(--accent-orange);\n        opacity: 0.08;\n        border-radius: 50%;\n    }\n\n    .hero-decor {\n        position: absolute;\n        inset: 0;\n        overflow: hidden;\n        pointer-events: none;\n    }\n\n    .hero-book {\n        position: absolute;\n        opacity: 0.1;\n        background: var(--white);\n        border-radius: 3px 8px 8px 3px;\n    }\n\n    .hero-book::before {\n        content: '';\n        position: absolute;\n        left: 0;\n        top: 0;\n        bottom: 0;\n        width: 8px;\n        background: var(--accent-orange);\n        border-radius: 3px 0 0 3px;\n    }\n\n    .hero-book-1 {\n        top: 15%;\n        left: 8%;\n        width: 50px;\n        height: 65px;\n        transform: rotate(-12deg);\n        animation: floatBook 8s ease-in-out infinite;\n    }\n\n    .hero-book-2 {\n        top: 20%;\n        right: 10%;\n        width: 45px;\n        height: 58px;\n        transform: rotate(15deg);\n        animation: floatBook 10s ease-in-out infinite reverse;\n    }\n\n    .hero-book-2::before {\n        background: var(--primary-blue-light);\n    }\n\n    .hero-book-3 {\n        bottom: 18%;\n        left: 12%;\n        width: 40px;\n        height: 50px;\n        transform: rotate(8deg);\n        animation: floatBook 9s ease-in-out infinite;\n    }\n\n    .hero-book-3::before {\n        background: var(--accent-orange-light);\n    }\n\n    .hero-book-4 {\n        bottom: 22%;\n        right: 15%;\n        width: 48px;\n        height: 62px;\n        transform: rotate(-18deg);\n        animation: floatBook 7s ease-in-out infinite reverse;\n    }\n\n    @keyframes floatBook {\n        0%, 100% { transform: translateY(0) rotate(-12deg); }\n        50% { transform: translateY(-8px) rotate(-8deg); }\n    }\n\n    .repo-hero-content {\n        max-width: 800px;\n        margin: 0 auto;\n        position: relative;\n        z-index: 1;\n    }\n\n    .repo-hero-badge {\n        display: inline-flex;\n        align-items: center;\n        gap: 8px;\n        background: rgba(245, 158, 11, 0.2);\n        border: 1.5px solid var(--accent-orange);\n        padding: 6px 16px;\n        border-radius: 50px;\n        font-size: 11px;\n        font-weight: 600;\n        color: var(--accent-orange-light);\n        margin-bottom: 1rem;\n    }\n\n    .repo-hero-badge i {\n        font-size: 12px;\n    }\n\n    .repo-hero h1 {\n        font-family: 'Playfair Display', serif;\n        font-size: clamp(1.5rem, 5vw, 2.5rem);\n        font-weight: 700;\n        margin-bottom: 0.5rem;\n        letter-spacing: -0.02em;\n    }\n\n    .repo-hero h1 span {\n        color: var(--accent-orange);\n    }\n\n    .repo-hero p {\n        font-size: clamp(0.85rem, 2.5vw, 1rem);\n        color: rgba(255,255,255,0.8);\n        font-weight: 400;\n        max-width: 480px;\n        margin: 0 auto;\n    }\n\n    \/* ============================================\n       MAIN CONTENT - NO BOTTOM PADDING\n       ============================================ *\/\n    .repo-main {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 2rem 1.5rem 0.5rem; \/* Minimal bottom padding *\/\n    }\n\n    .section-header {\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n        margin-bottom: 1.5rem;\n        padding-bottom: 0.75rem;\n        border-bottom: 2px solid var(--border-color);\n    }\n\n    .section-header h2 {\n        font-size: 1.15rem;\n        font-weight: 700;\n        color: var(--text-dark);\n    }\n\n    \/* Filter Tabs *\/\n    .filter-tabs {\n        display: flex;\n        gap: 4px;\n        background: var(--white);\n        padding: 4px;\n        border-radius: 10px;\n        border: 1px solid var(--border-color);\n    }\n\n    .filter-tab {\n        padding: 7px 18px;\n        font-size: 12px;\n        font-weight: 600;\n        color: var(--text-light);\n        background: transparent;\n        border: none;\n        border-radius: 7px;\n        cursor: pointer;\n        transition: var(--transition);\n    }\n\n    .filter-tab:hover {\n        color: var(--text-dark);\n        background: var(--bg-light);\n    }\n\n    .filter-tab--active {\n        background: var(--primary-blue);\n        color: var(--white);\n    }\n\n    .filter-tab--paper1.filter-tab--active {\n        background: var(--paper1-text);\n    }\n\n    .filter-tab--paper2.filter-tab--active {\n        background: var(--accent-orange);\n    }\n\n    \/* ============================================\n       TOPICS GRID\n       ============================================ *\/\n    .repo-cards-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n        gap: 1rem;\n    }\n\n    \/* ============================================\n       TOPIC CARD\n       ============================================ *\/\n    .repo-card {\n        background: var(--white);\n        border: 1px solid var(--border-color);\n        border-radius: 12px;\n        padding: 1.1rem;\n        display: flex;\n        align-items: flex-start;\n        gap: 0.9rem;\n        cursor: pointer;\n        transition: var(--transition);\n        position: relative;\n        overflow: hidden;\n        text-decoration: none;\n    }\n\n    .repo-card::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 4px;\n        height: 100%;\n        background: var(--accent-orange);\n        opacity: 0;\n        transition: var(--transition);\n    }\n\n    .repo-card--paper1::before {\n        background: var(--paper1-text);\n    }\n\n    .repo-card--paper2::before {\n        background: var(--accent-orange);\n    }\n\n    .repo-card:hover {\n        transform: translateY(-3px);\n        border-color: var(--accent-orange);\n        box-shadow: var(--shadow-md);\n    }\n\n    .repo-card--paper1:hover {\n        border-color: var(--paper1-text);\n    }\n\n    .repo-card:hover::before {\n        opacity: 1;\n    }\n\n    .repo-card:active {\n        transform: scale(0.98);\n    }\n\n    .repo-card-image {\n        width: 46px;\n        height: 46px;\n        border-radius: 10px;\n        overflow: hidden;\n        flex-shrink: 0;\n        background: var(--bg-light);\n    }\n\n    .repo-card-image img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        transition: transform 0.3s ease;\n    }\n\n    .repo-card:hover .repo-card-image img {\n        transform: scale(1.1);\n    }\n\n    .repo-card-content {\n        flex: 1;\n        min-width: 0;\n    }\n\n    .repo-card-content h3 {\n        font-size: 0.9rem;\n        font-weight: 700;\n        color: var(--text-dark);\n        margin-bottom: 0.4rem;\n        line-height: 1.4;\n    }\n\n    .repo-card-badge {\n        display: inline-block;\n        font-size: 0.6rem;\n        font-weight: 600;\n        padding: 0.2rem 0.65rem;\n        border-radius: 20px;\n        text-transform: uppercase;\n        letter-spacing: 0.03em;\n    }\n\n    .repo-card-badge--paper1 {\n        background: var(--paper1-bg);\n        color: var(--paper1-text);\n        border: 1px solid var(--paper1-border);\n    }\n\n    .repo-card-badge--paper2 {\n        background: var(--paper2-bg);\n        color: var(--paper2-text);\n        border: 1px solid var(--paper2-border);\n    }\n\n    \/* Card animation *\/\n    .repo-card {\n        animation: cardFadeIn 0.5s ease both;\n    }\n\n    .repo-card:nth-child(1) { animation-delay: 0.05s; }\n    .repo-card:nth-child(2) { animation-delay: 0.1s; }\n    .repo-card:nth-child(3) { animation-delay: 0.15s; }\n    .repo-card:nth-child(4) { animation-delay: 0.2s; }\n    .repo-card:nth-child(5) { animation-delay: 0.25s; }\n    .repo-card:nth-child(6) { animation-delay: 0.3s; }\n    .repo-card:nth-child(7) { animation-delay: 0.35s; }\n    .repo-card:nth-child(8) { animation-delay: 0.4s; }\n    .repo-card:nth-child(9) { animation-delay: 0.45s; }\n\n    @keyframes cardFadeIn {\n        from {\n            opacity: 0;\n            transform: translateY(15px);\n        }\n        to {\n            opacity: 1;\n            transform: translateY(0);\n        }\n    }\n\n    \/* ============================================\n       MOBILE RESPONSIVE\n       ============================================ *\/\n    @media (max-width: 700px) {\n        .repo-cards-grid {\n            grid-template-columns: 1fr;\n        }\n        .section-header {\n            flex-direction: column;\n            align-items: flex-start;\n            gap: 0.75rem;\n        }\n        .repo-hero h1 {\n            font-size: 1.4rem;\n        }\n        .repo-hero {\n            padding: 2rem 1rem;\n        }\n        .repo-main {\n            padding: 1.5rem 1rem 0.5rem;\n        }\n        .hero-book {\n            display: none;\n        }\n    }\n<\/style>\n\n<div class=\"govtrules-wrapper\">\n    <!-- Hero Section -->\n    <header class=\"repo-hero\">\n        <div class=\"hero-decor\">\n            <div class=\"hero-book hero-book-1\"><\/div>\n            <div class=\"hero-book hero-book-2\"><\/div>\n            <div class=\"hero-book hero-book-3\"><\/div>\n            <div class=\"hero-book hero-book-4\"><\/div>\n        <\/div>\n        <div class=\"repo-hero-content\">\n            <div class=\"repo-hero-badge\">\n                <i class=\"fas fa-book-reader\"><\/i>\n                Study Materials &amp; Resources\n            <\/div>\n            <h1><span>Government Rules &amp; Manuals<\/span> <\/h1>\n            <p>Access official CCS Rules, Service Manuals, and Government Orders for exam preparation<\/p>\n        <\/div>\n    <\/header>\n\n    <!-- Main Content -->\n    <main class=\"repo-main\">\n        <div class=\"section-header\">\n            <h2>Browse Topics<\/h2>\n            <div class=\"filter-tabs\">\n                <button class=\"filter-tab filter-tab--active\">All<\/button>\n                <button class=\"filter-tab filter-tab--paper1\">Paper 1<\/button>\n                <button class=\"filter-tab filter-tab--paper2\">Paper 2<\/button>\n            <\/div>\n        <\/div>\n\n        <div class=\"repo-cards-grid\">\n            <!-- CCS Leave Rules -->\n            <a href=\"https:\/\/promotionexams.com\/?page_id=5169\" class=\"repo-card repo-card--paper1\">\n                <div class=\"repo-card-image\">\n                    <img decoding=\"async\" src=\"https:\/\/promotionexams.com\/wp-content\/uploads\/2025\/08\/RS.png\" alt=\"CCS Leave Rules\">\n                <\/div>\n                <div class=\"repo-card-content\">\n                    <h3>CCS (Leave) Rules, 1972<\/h3>\n                    <span class=\"repo-card-badge repo-card-badge--paper1\">Paper 1<\/span>\n                <\/div>\n            <\/a>\n\n            <!-- CCS Conduct Rules -->\n            <a href=\"ccs-conduct-rules.html\" class=\"repo-card repo-card--paper1\">\n                <div class=\"repo-card-image\">\n                    <img decoding=\"async\" src=\"https:\/\/promotionexams.com\/wp-content\/uploads\/2025\/08\/RS.png\" alt=\"CCS Conduct Rules\">\n                <\/div>\n                <div class=\"repo-card-content\">\n                    <h3>CCS (Conduct) Rules, 1964<\/h3>\n                    <span class=\"repo-card-badge repo-card-badge--paper1\">Paper 1<\/span>\n                <\/div>\n            <\/a>\n\n            <!-- CCS Pension Rules -->\n            <a href=\"ccs-pension-rules.html\" class=\"repo-card repo-card--paper1\">\n                <div class=\"repo-card-image\">\n                    <img decoding=\"async\" src=\"https:\/\/promotionexams.com\/wp-content\/uploads\/2025\/08\/RS.png\" alt=\"CCS Pension Rules\">\n                <\/div>\n                <div class=\"repo-card-content\">\n                    <h3>CCS (Pension) Rules, 2021<\/h3>\n                    <span class=\"repo-card-badge repo-card-badge--paper1\">Paper 1<\/span>\n                <\/div>\n            <\/a>\n\n            <!-- CCS NPS Rules -->\n            <a href=\"ccs-nps-rules.html\" class=\"repo-card repo-card--paper1\">\n                <div class=\"repo-card-image\">\n                    <img decoding=\"async\" src=\"https:\/\/promotionexams.com\/wp-content\/uploads\/2025\/08\/RS.png\" alt=\"CCS NPS Rules\">\n                <\/div>\n                <div class=\"repo-card-content\">\n                    <h3>CCS (Implementation of National Pension System (NPS)) Rules, 2021<\/h3>\n                    <span class=\"repo-card-badge repo-card-badge--paper1\">Paper 1<\/span>\n                <\/div>\n            <\/a>\n\n            <!-- CCS CCA Rules -->\n            <a href=\"ccs-cca-rules.html\" class=\"repo-card repo-card--paper1\">\n                <div class=\"repo-card-image\">\n                    <img decoding=\"async\" src=\"https:\/\/promotionexams.com\/wp-content\/uploads\/2025\/08\/RS.png\" alt=\"CCS CCA Rules\">\n                <\/div>\n                <div class=\"repo-card-content\">\n                    <h3>CCS (CCA) Rules, 1965<\/h3>\n                    <span class=\"repo-card-badge repo-card-badge--paper1\">Paper 1<\/span>\n                <\/div>\n            <\/a>\n\n            <!-- Manual of Office Procedure -->\n            <a href=\"manual-office-procedure.html\" class=\"repo-card repo-card--paper2\">\n                <div class=\"repo-card-image\">\n                    <img decoding=\"async\" src=\"https:\/\/promotionexams.com\/wp-content\/uploads\/2025\/08\/RS.png\" alt=\"Manual of Office Procedure\">\n                <\/div>\n                <div class=\"repo-card-content\">\n                    <h3>Manual of Office Procedure<\/h3>\n                    <span class=\"repo-card-badge repo-card-badge--paper2\">Paper 2<\/span>\n                <\/div>\n            <\/a>\n\n            <!-- FR & SR -->\n            <a href=\"fr-sr.html\" class=\"repo-card repo-card--paper2\">\n                <div class=\"repo-card-image\">\n                    <img decoding=\"async\" src=\"https:\/\/promotionexams.com\/wp-content\/uploads\/2025\/08\/RS.png\" alt=\"FR &amp; SR\">\n                <\/div>\n                <div class=\"repo-card-content\">\n                    <h3>Fundamental Rules &amp; Supplementary Rules<\/h3>\n                    <span class=\"repo-card-badge repo-card-badge--paper2\">Paper 2<\/span>\n                <\/div>\n            <\/a>\n\n            <!-- GFR -->\n            <a href=\"gfr-2017.html\" class=\"repo-card repo-card--paper2\">\n                <div class=\"repo-card-image\">\n                    <img decoding=\"async\" src=\"https:\/\/promotionexams.com\/wp-content\/uploads\/2025\/08\/RS.png\" alt=\"GFR 2017\">\n                <\/div>\n                <div class=\"repo-card-content\">\n                    <h3>General Financial Rules (GFR), 2017<\/h3>\n                    <span class=\"repo-card-badge repo-card-badge--paper2\">Paper 2<\/span>\n                <\/div>\n            <\/a>\n\n            <!-- Budget Manual -->\n            <a href=\"budget-manual.html\" class=\"repo-card repo-card--paper2\">\n                <div class=\"repo-card-image\">\n                    <img decoding=\"async\" src=\"https:\/\/promotionexams.com\/wp-content\/uploads\/2025\/08\/RS.png\" alt=\"Budget Manual\">\n                <\/div>\n                <div class=\"repo-card-content\">\n                    <h3>Budget &amp; Accounts Classification Manual<\/h3>\n                    <span class=\"repo-card-badge repo-card-badge--paper2\">Paper 2<\/span>\n                <\/div>\n            <\/a>\n        <\/div>\n    <\/main>\n<\/div>\n\n<!-- Filter Functionality -->\n<script>\n    document.addEventListener('DOMContentLoaded', function() {\n        const filterTabs = document.querySelectorAll('.filter-tab');\n        const topicCards = document.querySelectorAll('.repo-card');\n\n        filterTabs.forEach(tab => {\n            tab.addEventListener('click', function() {\n                filterTabs.forEach(t => t.classList.remove('filter-tab--active'));\n                this.classList.add('filter-tab--active');\n\n                const filterText = this.textContent.trim().toLowerCase();\n\n                let visibleIndex = 0;\n                topicCards.forEach((card) => {\n                    let shouldShow = false;\n                    \n                    if (filterText === 'all') {\n                        shouldShow = true;\n                    } else if (filterText === 'paper 1' && card.classList.contains('repo-card--paper1')) {\n                        shouldShow = true;\n                    } else if (filterText === 'paper 2' && card.classList.contains('repo-card--paper2')) {\n                        shouldShow = true;\n                    }\n\n                    if (shouldShow) {\n                        card.style.display = 'flex';\n                        card.style.animation = 'none';\n                        card.offsetHeight;\n                        card.style.animation = `cardFadeIn 0.4s ease ${visibleIndex * 0.05}s both`;\n                        visibleIndex++;\n                    } else {\n                        card.style.display = 'none';\n                    }\n                });\n            });\n        });\n    });\n<\/script>\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>Study Materials &amp; Resources Government Rules &amp; Manuals Access official CCS Rules, Service Manuals, and Government Orders for exam preparation [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"site-sidebar-layout":"default","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":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"disabled","ast-disable-related-posts":"","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":[1],"tags":[],"class_list":["post-5380","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>rules repository - PromotionExams<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/promotionexams.com\/?p=5380\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"rules repository - PromotionExams\" \/>\n<meta property=\"og:description\" content=\"Study Materials &amp; Resources Government Rules &amp; Manuals Access official CCS Rules, Service Manuals, and Government Orders for exam preparation [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/promotionexams.com\/?p=5380\" \/>\n<meta property=\"og:site_name\" content=\"PromotionExams\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-20T03:59:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-24T11:23:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/promotionexams.com\/wp-content\/uploads\/2025\/08\/RS.png\" \/>\n<meta name=\"author\" content=\"CSS ADDA\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"CSS ADDA\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/promotionexams.com\\\/?p=5380#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/promotionexams.com\\\/?p=5380\"},\"author\":{\"name\":\"CSS ADDA\",\"@id\":\"https:\\\/\\\/promotionexams.com\\\/#\\\/schema\\\/person\\\/98272e84aae167d2175eb1ca791203b8\"},\"headline\":\"rules repository\",\"datePublished\":\"2025-12-20T03:59:23+00:00\",\"dateModified\":\"2026-01-24T11:23:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/promotionexams.com\\\/?p=5380\"},\"wordCount\":74,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/promotionexams.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/promotionexams.com\\\/?p=5380#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/promotionexams.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/RS.png\",\"articleSection\":[\"Uncategorized\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/promotionexams.com\\\/?p=5380#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/promotionexams.com\\\/?p=5380\",\"url\":\"https:\\\/\\\/promotionexams.com\\\/?p=5380\",\"name\":\"rules repository - PromotionExams\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/promotionexams.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/promotionexams.com\\\/?p=5380#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/promotionexams.com\\\/?p=5380#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/promotionexams.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/RS.png\",\"datePublished\":\"2025-12-20T03:59:23+00:00\",\"dateModified\":\"2026-01-24T11:23:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/promotionexams.com\\\/?p=5380#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/promotionexams.com\\\/?p=5380\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/promotionexams.com\\\/?p=5380#primaryimage\",\"url\":\"https:\\\/\\\/promotionexams.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/RS.png\",\"contentUrl\":\"https:\\\/\\\/promotionexams.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/RS.png\",\"width\":400,\"height\":300},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/promotionexams.com\\\/?p=5380#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/promotionexams.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"rules repository\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/promotionexams.com\\\/#website\",\"url\":\"https:\\\/\\\/promotionexams.com\\\/\",\"name\":\"CSSADDA.IN\",\"description\":\"Best platform for Govt. Departmental Promotion Exams\",\"publisher\":{\"@id\":\"https:\\\/\\\/promotionexams.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/promotionexams.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/promotionexams.com\\\/#organization\",\"name\":\"CSSADDA\",\"url\":\"https:\\\/\\\/promotionexams.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/promotionexams.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/promotionexams.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/CSS-ADDA-Logo.png\",\"contentUrl\":\"https:\\\/\\\/promotionexams.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/CSS-ADDA-Logo.png\",\"width\":1077,\"height\":227,\"caption\":\"CSSADDA\"},\"image\":{\"@id\":\"https:\\\/\\\/promotionexams.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/promotionexams.com\\\/#\\\/schema\\\/person\\\/98272e84aae167d2175eb1ca791203b8\",\"name\":\"CSS ADDA\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3cc4a25f3d89fac62d2814c783ee4c0609cd00317039b37f519d4823c3c18b31?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3cc4a25f3d89fac62d2814c783ee4c0609cd00317039b37f519d4823c3c18b31?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3cc4a25f3d89fac62d2814c783ee4c0609cd00317039b37f519d4823c3c18b31?s=96&d=mm&r=g\",\"caption\":\"CSS ADDA\"},\"url\":\"https:\\\/\\\/promotionexams.com\\\/?author=2\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"rules repository - PromotionExams","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/promotionexams.com\/?p=5380","og_locale":"en_GB","og_type":"article","og_title":"rules repository - PromotionExams","og_description":"Study Materials &amp; Resources Government Rules &amp; Manuals Access official CCS Rules, Service Manuals, and Government Orders for exam preparation [&hellip;]","og_url":"https:\/\/promotionexams.com\/?p=5380","og_site_name":"PromotionExams","article_published_time":"2025-12-20T03:59:23+00:00","article_modified_time":"2026-01-24T11:23:08+00:00","og_image":[{"url":"https:\/\/promotionexams.com\/wp-content\/uploads\/2025\/08\/RS.png","type":"","width":"","height":""}],"author":"CSS ADDA","twitter_card":"summary_large_image","twitter_misc":{"Written by":"CSS ADDA"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/promotionexams.com\/?p=5380#article","isPartOf":{"@id":"https:\/\/promotionexams.com\/?p=5380"},"author":{"name":"CSS ADDA","@id":"https:\/\/promotionexams.com\/#\/schema\/person\/98272e84aae167d2175eb1ca791203b8"},"headline":"rules repository","datePublished":"2025-12-20T03:59:23+00:00","dateModified":"2026-01-24T11:23:08+00:00","mainEntityOfPage":{"@id":"https:\/\/promotionexams.com\/?p=5380"},"wordCount":74,"commentCount":0,"publisher":{"@id":"https:\/\/promotionexams.com\/#organization"},"image":{"@id":"https:\/\/promotionexams.com\/?p=5380#primaryimage"},"thumbnailUrl":"https:\/\/promotionexams.com\/wp-content\/uploads\/2025\/08\/RS.png","articleSection":["Uncategorized"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/promotionexams.com\/?p=5380#respond"]}]},{"@type":"WebPage","@id":"https:\/\/promotionexams.com\/?p=5380","url":"https:\/\/promotionexams.com\/?p=5380","name":"rules repository - PromotionExams","isPartOf":{"@id":"https:\/\/promotionexams.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/promotionexams.com\/?p=5380#primaryimage"},"image":{"@id":"https:\/\/promotionexams.com\/?p=5380#primaryimage"},"thumbnailUrl":"https:\/\/promotionexams.com\/wp-content\/uploads\/2025\/08\/RS.png","datePublished":"2025-12-20T03:59:23+00:00","dateModified":"2026-01-24T11:23:08+00:00","breadcrumb":{"@id":"https:\/\/promotionexams.com\/?p=5380#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/promotionexams.com\/?p=5380"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/promotionexams.com\/?p=5380#primaryimage","url":"https:\/\/promotionexams.com\/wp-content\/uploads\/2025\/08\/RS.png","contentUrl":"https:\/\/promotionexams.com\/wp-content\/uploads\/2025\/08\/RS.png","width":400,"height":300},{"@type":"BreadcrumbList","@id":"https:\/\/promotionexams.com\/?p=5380#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/promotionexams.com\/"},{"@type":"ListItem","position":2,"name":"rules repository"}]},{"@type":"WebSite","@id":"https:\/\/promotionexams.com\/#website","url":"https:\/\/promotionexams.com\/","name":"CSSADDA.IN","description":"Best platform for Govt. Departmental Promotion Exams","publisher":{"@id":"https:\/\/promotionexams.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/promotionexams.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/promotionexams.com\/#organization","name":"CSSADDA","url":"https:\/\/promotionexams.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/promotionexams.com\/#\/schema\/logo\/image\/","url":"https:\/\/promotionexams.com\/wp-content\/uploads\/2025\/07\/CSS-ADDA-Logo.png","contentUrl":"https:\/\/promotionexams.com\/wp-content\/uploads\/2025\/07\/CSS-ADDA-Logo.png","width":1077,"height":227,"caption":"CSSADDA"},"image":{"@id":"https:\/\/promotionexams.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/promotionexams.com\/#\/schema\/person\/98272e84aae167d2175eb1ca791203b8","name":"CSS ADDA","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/3cc4a25f3d89fac62d2814c783ee4c0609cd00317039b37f519d4823c3c18b31?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/3cc4a25f3d89fac62d2814c783ee4c0609cd00317039b37f519d4823c3c18b31?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3cc4a25f3d89fac62d2814c783ee4c0609cd00317039b37f519d4823c3c18b31?s=96&d=mm&r=g","caption":"CSS ADDA"},"url":"https:\/\/promotionexams.com\/?author=2"}]}},"_links":{"self":[{"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/posts\/5380","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"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=5380"}],"version-history":[{"count":0,"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/posts\/5380\/revisions"}],"wp:attachment":[{"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5380"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=5380"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=5380"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}