{"id":6889,"date":"2026-08-17T11:12:28","date_gmt":"2026-08-17T05:42:28","guid":{"rendered":"https:\/\/cdcri.edu.in\/?page_id=6889"},"modified":"2026-08-17T14:55:56","modified_gmt":"2026-08-17T09:25:56","slug":"student-council","status":"publish","type":"page","link":"https:\/\/cdcri.edu.in\/?page_id=6889","title":{"rendered":"Student Council"},"content":{"rendered":"\n<!-- ==========================================\n     CDCRI STUDENT COUNCIL\n     Academic Session 2026-2027\n     HTML + CSS\n========================================== -->\n\n<style>\n\/* ==========================================\n   CDCRI STUDENT COUNCIL - MAIN WRAPPER\n========================================== *\/\n\n.cdcri-sc-wrapper {\n    --primary: #123b5d;\n    --primary-dark: #092c46;\n    --secondary: #d6a84f;\n    --light-bg: #f5f8fb;\n    --white: #ffffff;\n    --text: #263746;\n    --muted: #6d7b87;\n    --border: #dce5ec;\n    --success: #28745a;\n\n    font-family: \"Segoe UI\", Arial, sans-serif;\n    color: var(--text);\n    background: #ffffff;\n    line-height: 1.7;\n    box-sizing: border-box;\n}\n\n.cdcri-sc-wrapper *,\n.cdcri-sc-wrapper *::before,\n.cdcri-sc-wrapper *::after {\n    box-sizing: border-box;\n}\n\n.cdcri-sc-container {\n    width: 92%;\n    max-width: 1180px;\n    margin: 0 auto;\n}\n\n\n\/* ==========================================\n   HERO SECTION\n========================================== *\/\n\n.cdcri-sc-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 75px 20px;\n    background:\n        linear-gradient(135deg, rgba(9,44,70,.98), rgba(18,59,93,.94)),\n        #123b5d;\n    color: #fff;\n}\n\n.cdcri-sc-hero::before {\n    content: \"\";\n    position: absolute;\n    width: 420px;\n    height: 420px;\n    border: 1px solid rgba(255,255,255,.08);\n    border-radius: 50%;\n    right: -120px;\n    top: -180px;\n}\n\n.cdcri-sc-hero::after {\n    content: \"\";\n    position: absolute;\n    width: 280px;\n    height: 280px;\n    border: 1px solid rgba(214,168,79,.18);\n    border-radius: 50%;\n    left: -120px;\n    bottom: -160px;\n}\n\n.cdcri-sc-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 850px;\n}\n\n.cdcri-sc-badge {\n    display: inline-block;\n    padding: 7px 17px;\n    margin-bottom: 18px;\n    border: 1px solid rgba(255,255,255,.3);\n    border-radius: 50px;\n    color: #f2d58f;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n}\n\n.cdcri-sc-hero h1 {\n    margin: 0 0 12px;\n    color: #fff;\n    font-size: clamp(35px, 5vw, 58px);\n    line-height: 1.1;\n    font-weight: 800;\n}\n\n.cdcri-sc-hero h1 span {\n    color: #e0b95f;\n}\n\n.cdcri-sc-hero-subtitle {\n    margin: 0 0 20px;\n    color: rgba(255,255,255,.88);\n    font-size: 18px;\n}\n\n.cdcri-sc-hero-session {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 9px 18px;\n    border-radius: 6px;\n    background: rgba(255,255,255,.1);\n    color: #fff;\n    font-weight: 600;\n}\n\n\n\/* ==========================================\n   SECTION COMMON\n========================================== *\/\n\n.cdcri-sc-section {\n    padding: 70px 0;\n}\n\n.cdcri-sc-section-light {\n    background: var(--light-bg);\n}\n\n.cdcri-sc-section-heading {\n    max-width: 760px;\n    margin: 0 auto 45px;\n    text-align: center;\n}\n\n.cdcri-sc-section-heading .cdcri-sc-small-title {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--secondary);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n}\n\n.cdcri-sc-section-heading h2 {\n    margin: 0 0 12px;\n    color: var(--primary);\n    font-size: 34px;\n    line-height: 1.2;\n}\n\n.cdcri-sc-section-heading p {\n    margin: 0;\n    color: var(--muted);\n}\n\n\n\/* ==========================================\n   QUICK STATS\n========================================== *\/\n\n.cdcri-sc-stats {\n    margin-top: -35px;\n    position: relative;\n    z-index: 5;\n}\n\n.cdcri-sc-stats-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 18px;\n}\n\n.cdcri-sc-stat-card {\n    padding: 25px 20px;\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    box-shadow: 0 8px 28px rgba(21,52,73,.08);\n    text-align: center;\n}\n\n.cdcri-sc-stat-number {\n    display: block;\n    color: var(--primary);\n    font-size: 34px;\n    line-height: 1;\n    font-weight: 800;\n}\n\n.cdcri-sc-stat-label {\n    display: block;\n    margin-top: 9px;\n    color: var(--muted);\n    font-size: 14px;\n    font-weight: 600;\n}\n\n\n\/* ==========================================\n   COUNCIL STRUCTURE\n========================================== *\/\n\n.cdcri-sc-structure-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n}\n\n.cdcri-sc-post-card {\n    position: relative;\n    padding: 25px;\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    transition: .3s ease;\n    overflow: hidden;\n}\n\n.cdcri-sc-post-card:hover {\n    transform: translateY(-5px);\n    border-color: rgba(214,168,79,.6);\n    box-shadow: 0 12px 30px rgba(18,59,93,.1);\n}\n\n.cdcri-sc-post-card::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    width: 4px;\n    height: 100%;\n    background: var(--secondary);\n}\n\n.cdcri-sc-post-number {\n    display: inline-flex;\n    width: 34px;\n    height: 34px;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 15px;\n    border-radius: 50%;\n    background: #eef4f8;\n    color: var(--primary);\n    font-size: 13px;\n    font-weight: 800;\n}\n\n.cdcri-sc-post-card h3 {\n    margin: 0 0 6px;\n    color: var(--primary);\n    font-size: 18px;\n}\n\n.cdcri-sc-post-card p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 14px;\n}\n\n.cdcri-sc-post-count {\n    margin-top: 14px;\n    color: var(--success);\n    font-size: 13px;\n    font-weight: 700;\n}\n\n\n\/* ==========================================\n   CIRCULAR\n========================================== *\/\n\n.cdcri-sc-circular-box {\n    display: grid;\n    grid-template-columns: 260px 1fr;\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 15px;\n    overflow: hidden;\n    box-shadow: 0 10px 35px rgba(18,59,93,.07);\n}\n\n.cdcri-sc-circular-side {\n    padding: 35px 25px;\n    background: var(--primary);\n    color: #fff;\n}\n\n.cdcri-sc-circular-label {\n    display: inline-block;\n    margin-bottom: 20px;\n    padding: 6px 12px;\n    border: 1px solid rgba(255,255,255,.25);\n    border-radius: 50px;\n    color: #f1d489;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1px;\n}\n\n.cdcri-sc-circular-side h3 {\n    margin: 0 0 10px;\n    color: #fff;\n    font-size: 27px;\n}\n\n.cdcri-sc-circular-date {\n    color: rgba(255,255,255,.75);\n    font-size: 14px;\n}\n\n.cdcri-sc-circular-content {\n    padding: 38px;\n}\n\n.cdcri-sc-circular-content h3 {\n    margin: 0 0 18px;\n    color: var(--primary);\n    font-size: 24px;\n}\n\n.cdcri-sc-circular-content p {\n    color: #4d5c68;\n}\n\n.cdcri-sc-important {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 15px;\n    margin-top: 25px;\n}\n\n.cdcri-sc-important-item {\n    padding: 17px;\n    background: var(--light-bg);\n    border-radius: 9px;\n    border-left: 3px solid var(--secondary);\n}\n\n.cdcri-sc-important-item span {\n    display: block;\n    color: var(--muted);\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .5px;\n}\n\n.cdcri-sc-important-item strong {\n    display: block;\n    margin-top: 3px;\n    color: var(--primary);\n}\n\n\n\/* ==========================================\n   POLICY\n========================================== *\/\n\n.cdcri-sc-policy-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 25px;\n}\n\n.cdcri-sc-policy-card {\n    padding: 30px;\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 13px;\n}\n\n.cdcri-sc-policy-card h3 {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin: 0 0 20px;\n    color: var(--primary);\n    font-size: 21px;\n}\n\n.cdcri-sc-policy-icon {\n    display: inline-flex;\n    width: 40px;\n    height: 40px;\n    flex: 0 0 40px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 9px;\n    background: #edf4f8;\n    color: var(--primary);\n    font-weight: 800;\n}\n\n.cdcri-sc-policy-card ul {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n}\n\n.cdcri-sc-policy-card li {\n    position: relative;\n    padding: 0 0 13px 25px;\n    color: #53626d;\n    font-size: 14px;\n}\n\n.cdcri-sc-policy-card li:last-child {\n    padding-bottom: 0;\n}\n\n.cdcri-sc-policy-card li::before {\n    content: \"\u2713\";\n    position: absolute;\n    left: 0;\n    top: 1px;\n    color: var(--secondary);\n    font-weight: 800;\n}\n\n\n\/* ==========================================\n   FULL WIDTH POLICY CARD\n========================================== *\/\n\n.cdcri-sc-policy-full {\n    grid-column: 1 \/ -1;\n}\n\n\n\/* ==========================================\n   ELIGIBILITY\n========================================== *\/\n\n.cdcri-sc-eligibility {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n}\n\n.cdcri-sc-eligibility-card {\n    padding: 25px;\n    border-radius: 12px;\n    background: #f8fafc;\n    border: 1px solid var(--border);\n}\n\n.cdcri-sc-eligibility-card h4 {\n    margin: 0 0 10px;\n    color: var(--primary);\n}\n\n.cdcri-sc-eligibility-card p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 14px;\n}\n\n\n\/* ==========================================\n   MEMBER LIST\n========================================== *\/\n\n.cdcri-sc-members {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 20px;\n}\n\n.cdcri-sc-member-card {\n    padding: 28px 20px;\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 13px;\n    text-align: center;\n    transition: .3s ease;\n}\n\n.cdcri-sc-member-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 10px 25px rgba(18,59,93,.09);\n}\n\n.cdcri-sc-member-photo {\n    width: 90px;\n    height: 90px;\n    margin: 0 auto 16px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, #e9f0f5, #d7e3eb);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--primary);\n    font-size: 28px;\n    font-weight: 800;\n}\n\n.cdcri-sc-member-card h4 {\n    margin: 0 0 4px;\n    color: var(--primary);\n    font-size: 17px;\n}\n\n.cdcri-sc-member-card p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 13px;\n}\n\n\n\/* ==========================================\n   TENURE \/ GOVERNANCE\n========================================== *\/\n\n.cdcri-sc-governance {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 35px;\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    text-align: center;\n}\n\n.cdcri-sc-governance h3 {\n    margin: 0 0 12px;\n    color: var(--primary);\n}\n\n.cdcri-sc-governance p {\n    margin: 0;\n    color: var(--muted);\n}\n\n\n\/* ==========================================\n   CONTACT \/ FOOTER\n========================================== *\/\n\n.cdcri-sc-contact {\n    padding: 45px 20px;\n    background: var(--primary-dark);\n    color: #fff;\n    text-align: center;\n}\n\n.cdcri-sc-contact h3 {\n    margin: 0 0 10px;\n    color: #fff;\n    font-size: 25px;\n}\n\n.cdcri-sc-contact p {\n    margin: 0;\n    color: rgba(255,255,255,.75);\n}\n\n.cdcri-sc-contact strong {\n    color: #e2bb66;\n}\n\n\n\/* ==========================================\n   RESPONSIVE\n========================================== *\/\n\n@media (max-width: 1000px) {\n\n    .cdcri-sc-stats-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n\n    .cdcri-sc-structure-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n\n    .cdcri-sc-members {\n        grid-template-columns: repeat(2, 1fr);\n    }\n\n    .cdcri-sc-eligibility {\n        grid-template-columns: 1fr;\n    }\n}\n\n@media (max-width: 768px) {\n\n    .cdcri-sc-section {\n        padding: 50px 0;\n    }\n\n    .cdcri-sc-hero {\n        padding: 55px 20px;\n    }\n\n    .cdcri-sc-circular-box {\n        grid-template-columns: 1fr;\n    }\n\n    .cdcri-sc-policy-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .cdcri-sc-policy-full {\n        grid-column: auto;\n    }\n\n    .cdcri-sc-important {\n        grid-template-columns: 1fr;\n    }\n\n    .cdcri-sc-section-heading h2 {\n        font-size: 28px;\n    }\n}\n\n@media (max-width: 550px) {\n\n    .cdcri-sc-stats-grid,\n    .cdcri-sc-structure-grid,\n    .cdcri-sc-members {\n        grid-template-columns: 1fr;\n    }\n\n    .cdcri-sc-circular-content {\n        padding: 25px;\n    }\n\n    .cdcri-sc-policy-card {\n        padding: 23px;\n    }\n\n    .cdcri-sc-hero h1 {\n        font-size: 36px;\n    }\n}\n\n.cdcri-sc-member-table-wrap {\n    width: 100%;\n    overflow-x: auto;\n    background: #ffffff;\n    border: 1px solid #dce5ec;\n    border-radius: 14px;\n    box-shadow: 0 10px 30px rgba(18, 59, 93, 0.07);\n}\n\n.cdcri-sc-member-table {\n    width: 100%;\n    min-width: 700px;\n    border-collapse: collapse;\n    text-align: left;\n}\n\n.cdcri-sc-member-table thead {\n    background: #123b5d;\n}\n\n.cdcri-sc-member-table th {\n    padding: 17px 20px;\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 700;\n    letter-spacing: .3px;\n    border: none;\n}\n\n.cdcri-sc-member-table th:first-child {\n    width: 80px;\n    text-align: center;\n}\n\n.cdcri-sc-member-table th:last-child {\n    width: 130px;\n}\n\n.cdcri-sc-member-table td {\n    padding: 16px 20px;\n    color: #53626d;\n    font-size: 14px;\n    border-bottom: 1px solid #e8eef2;\n    vertical-align: middle;\n}\n\n.cdcri-sc-member-table tbody tr:last-child td {\n    border-bottom: none;\n}\n\n.cdcri-sc-member-table tbody tr {\n    transition: all .25s ease;\n}\n\n.cdcri-sc-member-table tbody tr:hover {\n    background: #f5f8fb;\n}\n\n.cdcri-sc-member-table td:first-child {\n    text-align: center;\n    color: #123b5d;\n    font-weight: 700;\n}\n\n.cdcri-sc-member-table td strong {\n    color: #123b5d;\n    font-size: 15px;\n}\n\n.cdcri-sc-position {\n    color: #123b5d;\n    font-weight: 600;\n}\n\n.cdcri-sc-gender {\n    display: inline-block;\n    margin-left: 4px;\n    color: #8a969f;\n    font-size: 12px;\n    font-weight: 500;\n}\n\n\n\/* President \/ Vice President \/ Members Highlight *\/\n\n.cdcri-sc-member-table tr.cdcri-sc-member-highlight {\n    background: #fbfaf5;\n}\n\n.cdcri-sc-member-table tr.cdcri-sc-member-highlight td:first-child {\n    position: relative;\n}\n\n.cdcri-sc-member-table tr.cdcri-sc-member-highlight td:first-child::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 12px;\n    bottom: 12px;\n    width: 3px;\n    background: #d6a84f;\n    border-radius: 0 4px 4px 0;\n}\n\n\n\/* Mobile *\/\n\n@media (max-width: 700px) {\n\n    .cdcri-sc-member-table-wrap {\n        border-radius: 10px;\n    }\n\n    .cdcri-sc-member-table th,\n    .cdcri-sc-member-table td {\n        padding: 13px 15px;\n    }\n\n}\n<\/style>\n\n\n<div class=\"cdcri-sc-wrapper\">\n\n    <!-- ==========================================\n         HERO\n    =========================================== -->\n\n    <section class=\"cdcri-sc-hero\">\n        <div class=\"cdcri-sc-container\">\n            <div class=\"cdcri-sc-hero-content\">\n\n                <span class=\"cdcri-sc-badge\">\n                    Student Council 2026\u20132027\n                <\/span>\n\n                <h1>\n                    Student <span>Council<\/span>\n                <\/h1>\n\n                <p class=\"cdcri-sc-hero-subtitle\">\n                    Chhattisgarh Dental College and Research Institute\n                    <br>\n                    Sundra, Rajnandgaon, Chhattisgarh\n                <\/p>\n\n                <span class=\"cdcri-sc-hero-session\">\n                    Academic Session 2026\u20132027\n                <\/span>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n\n    <!-- ==========================================\n         QUICK STATS\n    =========================================== -->\n\n    <section class=\"cdcri-sc-stats\">\n        <div class=\"cdcri-sc-container\">\n\n            <div class=\"cdcri-sc-stats-grid\">\n\n                <div class=\"cdcri-sc-stat-card\">\n                    <span class=\"cdcri-sc-stat-number\">19<\/span>\n                    <span class=\"cdcri-sc-stat-label\">\n                        Total Council Strength\n                    <\/span>\n                <\/div>\n\n                <div class=\"cdcri-sc-stat-card\">\n                    <span class=\"cdcri-sc-stat-number\">16<\/span>\n                    <span class=\"cdcri-sc-stat-label\">\n                        Executive Office Bearers\n                    <\/span>\n                <\/div>\n\n                <div class=\"cdcri-sc-stat-card\">\n                    <span class=\"cdcri-sc-stat-number\">03<\/span>\n                    <span class=\"cdcri-sc-stat-label\">\n                        Council Members\n                    <\/span>\n                <\/div>\n\n                <div class=\"cdcri-sc-stat-card\">\n                    <span class=\"cdcri-sc-stat-number\">01<\/span>\n                    <span class=\"cdcri-sc-stat-label\">\n                        Year Tenure\n                    <\/span>\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n\n    <!-- ==========================================\n         COUNCIL STRUCTURE\n    =========================================== -->\n\n    <section class=\"cdcri-sc-section\">\n\n        <div class=\"cdcri-sc-container\">\n\n            <div class=\"cdcri-sc-section-heading\">\n\n                <span class=\"cdcri-sc-small-title\">\n                    Council Structure\n                <\/span>\n\n                <h2>\n                    Final Student Council Structure\n                <\/h2>\n\n                <p>\n                    The Student Council comprises office bearers and members\n                    responsible for representing and coordinating student activities.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"cdcri-sc-structure-grid\">\n\n                <div class=\"cdcri-sc-post-card\">\n                    <span class=\"cdcri-sc-post-number\">01<\/span>\n                    <h3>President<\/h3>\n                    <p>Student Council President<\/p>\n                    <div class=\"cdcri-sc-post-count\">1 Position<\/div>\n                <\/div>\n\n                <div class=\"cdcri-sc-post-card\">\n                    <span class=\"cdcri-sc-post-number\">02<\/span>\n                    <h3>Vice President<\/h3>\n                    <p>Student Council Vice President<\/p>\n                    <div class=\"cdcri-sc-post-count\">1 Position<\/div>\n                <\/div>\n\n                <div class=\"cdcri-sc-post-card\">\n                    <span class=\"cdcri-sc-post-number\">03<\/span>\n                    <h3>General Secretary<\/h3>\n                    <p>General Secretary<\/p>\n                    <div class=\"cdcri-sc-post-count\">1 Position<\/div>\n                <\/div>\n\n                <div class=\"cdcri-sc-post-card\">\n                    <span class=\"cdcri-sc-post-number\">04<\/span>\n                    <h3>Joint Secretary<\/h3>\n                    <p>Joint Secretary<\/p>\n                    <div class=\"cdcri-sc-post-count\">1 Position<\/div>\n                <\/div>\n\n                <div class=\"cdcri-sc-post-card\">\n                    <span class=\"cdcri-sc-post-number\">05<\/span>\n                    <h3>Treasurer<\/h3>\n                    <p>Student Council Treasurer<\/p>\n                    <div class=\"cdcri-sc-post-count\">1 Position<\/div>\n                <\/div>\n\n                <div class=\"cdcri-sc-post-card\">\n                    <span class=\"cdcri-sc-post-number\">06<\/span>\n                    <h3>Social Media Secretary<\/h3>\n                    <p>Male<\/p>\n                    <div class=\"cdcri-sc-post-count\">1 Position<\/div>\n                <\/div>\n\n                <div class=\"cdcri-sc-post-card\">\n                    <span class=\"cdcri-sc-post-number\">07<\/span>\n                    <h3>Social Media Secretary<\/h3>\n                    <p>Female<\/p>\n                    <div class=\"cdcri-sc-post-count\">1 Position<\/div>\n                <\/div>\n\n                <div class=\"cdcri-sc-post-card\">\n                    <span class=\"cdcri-sc-post-number\">08<\/span>\n                    <h3>Cultural Secretary<\/h3>\n                    <p>Male<\/p>\n                    <div class=\"cdcri-sc-post-count\">1 Position<\/div>\n                <\/div>\n\n                <div class=\"cdcri-sc-post-card\">\n                    <span class=\"cdcri-sc-post-number\">09<\/span>\n                    <h3>Cultural Secretary<\/h3>\n                    <p>Female<\/p>\n                    <div class=\"cdcri-sc-post-count\">1 Position<\/div>\n                <\/div>\n\n                <div class=\"cdcri-sc-post-card\">\n                    <span class=\"cdcri-sc-post-number\">10<\/span>\n                    <h3>Sports Secretary<\/h3>\n                    <p>Male<\/p>\n                    <div class=\"cdcri-sc-post-count\">1 Position<\/div>\n                <\/div>\n\n                <div class=\"cdcri-sc-post-card\">\n                    <span class=\"cdcri-sc-post-number\">11<\/span>\n                    <h3>Sports Secretary<\/h3>\n                    <p>Female<\/p>\n                    <div class=\"cdcri-sc-post-count\">1 Position<\/div>\n                <\/div>\n\n                <div class=\"cdcri-sc-post-card\">\n                    <span class=\"cdcri-sc-post-number\">12<\/span>\n                    <h3>Event Secretary<\/h3>\n                    <p>Event Coordination<\/p>\n                    <div class=\"cdcri-sc-post-count\">4 Positions<\/div>\n                <\/div>\n\n                <div class=\"cdcri-sc-post-card\">\n                    <span class=\"cdcri-sc-post-number\">13<\/span>\n                    <h3>Library Secretary<\/h3>\n                    <p>Library Coordination<\/p>\n                    <div class=\"cdcri-sc-post-count\">1 Position<\/div>\n                <\/div>\n\n                <div class=\"cdcri-sc-post-card\">\n                    <span class=\"cdcri-sc-post-number\">14<\/span>\n                    <h3>Member<\/h3>\n                    <p>Student Council Member<\/p>\n                    <div class=\"cdcri-sc-post-count\">3 Positions<\/div>\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- ==========================================\n         CIRCULAR\n    =========================================== -->\n\n    <section class=\"cdcri-sc-section cdcri-sc-section-light\">\n\n        <div class=\"cdcri-sc-container\">\n\n            <div class=\"cdcri-sc-section-heading\">\n\n                <span class=\"cdcri-sc-small-title\">\n                    Official Notification\n                <\/span>\n\n                <h2>\n                    Student Council Circular\n                <\/h2>\n\n                <p>\n                    Applications for various positions for the academic\n                    session 2026\u20132027.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"cdcri-sc-circular-box\">\n\n                <div class=\"cdcri-sc-circular-side\">\n\n                    <span class=\"cdcri-sc-circular-label\">\n                        Circular\n                    <\/span>\n\n                    <h3>\n                        Student Council\n                    <\/h3>\n\n                    <div class=\"cdcri-sc-circular-date\">\n                        1 May 2026\n                    <\/div>\n\n                <\/div>\n\n\n                <div class=\"cdcri-sc-circular-content\">\n\n                    <h3>\n                        Applications Invited\n                    <\/h3>\n\n                    <p>\n                        Applications are invited for various positions in the\n                        Chhattisgarh Dental College and Research Institute\n                        (CDCRI) Student Council for the academic session\n                        2026\u20132027.\n                    <\/p>\n\n                    <p>\n                        Interested students are requested to carefully read\n                        the eligibility criteria, responsibilities, and rules\n                        governing the Student Council before submitting their\n                        application.\n                    <\/p>\n\n                    <p>\n                        Applicants may apply for only one position.\n                        Submission of the application form does not guarantee\n                        selection. The final selection will be based on\n                        eligibility and the recommendations of the Student\n                        Council Selection Committee.\n                    <\/p>\n\n                    <div class=\"cdcri-sc-important\">\n\n                        <div class=\"cdcri-sc-important-item\">\n                            <span>Last Date<\/span>\n                            <strong>14 June 2026<\/strong>\n                        <\/div>\n\n                        <div class=\"cdcri-sc-important-item\">\n                            <span>Contact Department<\/span>\n                            <strong>\n                                Oral Medicine and Radiology\n                            <\/strong>\n                        <\/div>\n\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- ==========================================\n         POLICY\n    =========================================== -->\n\n    <section class=\"cdcri-sc-section\">\n\n        <div class=\"cdcri-sc-container\">\n\n            <div class=\"cdcri-sc-section-heading\">\n\n                <span class=\"cdcri-sc-small-title\">\n                    Rules &#038; Regulations\n                <\/span>\n\n                <h2>\n                    Student Council Policy\n                <\/h2>\n\n                <p>\n                    CDCRI Student Council Regulation governing the objectives,\n                    functions, constitution and tenure of the Council.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"cdcri-sc-policy-grid\">\n\n\n                <!-- Objectives -->\n\n                <div class=\"cdcri-sc-policy-card\">\n\n                    <h3>\n                        <span class=\"cdcri-sc-policy-icon\">01<\/span>\n                        Objectives of the Council\n                    <\/h3>\n\n                    <ul>\n\n                        <li>\n                            To foster fellow feeling and discipline amongst\n                            students.\n                        <\/li>\n\n                        <li>\n                            To encourage students to participate in Academic\n                            and Co-curricular Activities.\n                        <\/li>\n\n                        <li>\n                            To represent students as a whole and bring their\n                            opinions, suggestions and problems before the\n                            governing body.\n                        <\/li>\n\n                        <li>\n                            To organize institutional events.\n                        <\/li>\n\n                        <li>\n                            To maintain an environment that is peaceful and\n                            progressive for smooth functioning of institutional\n                            activities.\n                        <\/li>\n\n                    <\/ul>\n\n                <\/div>\n\n\n                <!-- Functions -->\n\n                <div class=\"cdcri-sc-policy-card\">\n\n                    <h3>\n                        <span class=\"cdcri-sc-policy-icon\">02<\/span>\n                        Functions of the Council\n                    <\/h3>\n\n                    <ul>\n\n                        <li>\n                            Help maintain the academic atmosphere including\n                            teaching, learning, scientific programmes and\n                            library decorum.\n                        <\/li>\n\n                        <li>\n                            Suggest and help organize social activities related\n                            to health, hygiene and awareness.\n                        <\/li>\n\n                        <li>\n                            Participate in academic, cultural, sports and other\n                            activities.\n                        <\/li>\n\n                        <li>\n                            Create an environment of peace, discipline and\n                            well-being.\n                        <\/li>\n\n                        <li>\n                            Ensure inclusiveness of all students.\n                        <\/li>\n\n                    <\/ul>\n\n                <\/div>\n\n\n                <!-- Institutional Role -->\n\n                <div class=\"cdcri-sc-policy-card cdcri-sc-policy-full\">\n\n                    <h3>\n                        <span class=\"cdcri-sc-policy-icon\">03<\/span>\n                        Institutional Role &#038; Responsibilities\n                    <\/h3>\n\n                    <ul>\n\n                        <li>\n                            Council representation is restricted to college\n                            activities and shall not involve external\n                            activities without prior permission of the Dean.\n                        <\/li>\n\n                        <li>\n                            The Council shall assist in managing and promoting\n                            official student activities through institutional\n                            media platforms, including social media,\n                            newsletters and other approved communication\n                            channels.\n                        <\/li>\n\n                        <li>\n                            The Council shall maintain proper records of its\n                            activities and prepare reports of events and\n                            programmes.\n                        <\/li>\n\n                        <li>\n                            Minutes of Council meetings shall be recorded and\n                            submitted to the Dean or designated faculty\n                            coordinator for documentation and future reference.\n                        <\/li>\n\n                    <\/ul>\n\n                <\/div>\n\n\n                <!-- Constitution -->\n\n                <div class=\"cdcri-sc-policy-card\">\n\n                    <h3>\n                        <span class=\"cdcri-sc-policy-icon\">04<\/span>\n                        Constitution\n                    <\/h3>\n\n                    <ul>\n\n                        <li>\n                            The Student Council shall be the apex body for\n                            students&#8217; affairs.\n                        <\/li>\n\n                        <li>\n                            The Council will function under the Chairmanship\n                            of the Dean.\n                        <\/li>\n\n                        <li>\n                            One student can apply for only one post.\n                        <\/li>\n\n                        <li>\n                            The Dean will nominate candidates according to\n                            their credentials.\n                        <\/li>\n\n                    <\/ul>\n\n                <\/div>\n\n\n                <!-- Eligibility -->\n\n                <div class=\"cdcri-sc-policy-card\">\n\n                    <h3>\n                        <span class=\"cdcri-sc-policy-icon\">05<\/span>\n                        Eligibility Criteria\n                    <\/h3>\n\n                    <ul>\n\n                        <li>\n                            Good academic performance and attendance.\n                        <\/li>\n\n                        <li>\n                            Active involvement in sports, cultural and social\n                            activities.\n                        <\/li>\n\n                        <li>\n                            No involvement in ragging or any other criminal\n                            activity.\n                        <\/li>\n\n                    <\/ul>\n\n                <\/div>\n\n\n                <!-- Dean Authority -->\n\n                <div class=\"cdcri-sc-policy-card cdcri-sc-policy-full\">\n\n                    <h3>\n                        <span class=\"cdcri-sc-policy-icon\">06<\/span>\n                        Administrative Authority\n                    <\/h3>\n\n                    <ul>\n\n                        <li>\n                            The Dean may nominate candidates for particular\n                            posts according to their credentials.\n                        <\/li>\n\n                        <li>\n                            In the event that the Council or a post holder is\n                            not performing duties properly, or has proved\n                            allegations of gross misconduct, the Dean has the\n                            right to dissolve the entire Council or replace\n                            an individual at any time.\n                        <\/li>\n\n                    <\/ul>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- ==========================================\n         ELIGIBILITY HIGHLIGHTS\n    =========================================== -->\n\n    <section class=\"cdcri-sc-section cdcri-sc-section-light\">\n\n        <div class=\"cdcri-sc-container\">\n\n            <div class=\"cdcri-sc-section-heading\">\n\n                <span class=\"cdcri-sc-small-title\">\n                    Candidate Requirements\n                <\/span>\n\n                <h2>\n                    Eligibility at a Glance\n                <\/h2>\n\n            <\/div>\n\n\n            <div class=\"cdcri-sc-eligibility\">\n\n                <div class=\"cdcri-sc-eligibility-card\">\n\n                    <h4>\n                        Academic Performance\n                    <\/h4>\n\n                    <p>\n                        Candidates should have good academic performance\n                        and attendance.\n                    <\/p>\n\n                <\/div>\n\n\n                <div class=\"cdcri-sc-eligibility-card\">\n\n                    <h4>\n                        Student Activities\n                    <\/h4>\n\n                    <p>\n                        Active involvement in sports, cultural and social\n                        activities.\n                    <\/p>\n\n                <\/div>\n\n\n                <div class=\"cdcri-sc-eligibility-card\">\n\n                    <h4>\n                        Discipline\n                    <\/h4>\n\n                    <p>\n                        No involvement in ragging or any other criminal\n                        activity.\n                    <\/p>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- ==========================================\n         MEMBER LIST\n    =========================================== -->\n\n    \n<!-- ==========================================\n     STUDENT COUNCIL MEMBER LIST\n========================================== -->\n\n<section class=\"cdcri-sc-section\">\n\n    <div class=\"cdcri-sc-container\">\n\n        <div class=\"cdcri-sc-section-heading\">\n\n            <span class=\"cdcri-sc-small-title\">\n                Student Representatives\n            <\/span>\n\n            <h2>\n                Student Council Members\n            <\/h2>\n\n            <p>\n                Student Council Committee for the Academic Session\n                2026\u20132027\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"cdcri-sc-member-table-wrap\">\n\n            <table class=\"cdcri-sc-member-table\">\n\n                <thead>\n                    <tr>\n                        <th>S. No.<\/th>\n                        <th>Position<\/th>\n                        <th>Name<\/th>\n                        <th>Year<\/th>\n                    <\/tr>\n                <\/thead>\n\n                <tbody>\n\n                    <tr class=\"cdcri-sc-member-highlight\">\n                        <td>01<\/td>\n                        <td>\n                            <span class=\"cdcri-sc-position\">\n                                President\n                            <\/span>\n                        <\/td>\n                        <td>\n                            <strong>Nikita Pankaj Surana<\/strong>\n                        <\/td>\n                        <td>Intern<\/td>\n                    <\/tr>\n\n                    <tr class=\"cdcri-sc-member-highlight\">\n                        <td>02<\/td>\n                        <td>\n                            <span class=\"cdcri-sc-position\">\n                                Vice President\n                            <\/span>\n                        <\/td>\n                        <td>\n                            <strong>Amisha Bhutada<\/strong>\n                        <\/td>\n                        <td>Intern<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>03<\/td>\n                        <td>General Secretary<\/td>\n                        <td><strong>Sanya Kumari<\/strong><\/td>\n                        <td>Intern<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>04<\/td>\n                        <td>Joint Secretary<\/td>\n                        <td><strong>Tisha Jain<\/strong><\/td>\n                        <td>Intern<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>05<\/td>\n                        <td>Treasurer<\/td>\n                        <td><strong>Sayan Bag<\/strong><\/td>\n                        <td>Intern<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>06<\/td>\n                        <td>\n                            Social Media Secretary\n                            <span class=\"cdcri-sc-gender\">(Male)<\/span>\n                        <\/td>\n                        <td><strong>Shivkumar Wanjari<\/strong><\/td>\n                        <td>Intern<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>07<\/td>\n                        <td>\n                            Social Media Secretary\n                            <span class=\"cdcri-sc-gender\">(Female)<\/span>\n                        <\/td>\n                        <td><strong>Sanskriti Choudhary<\/strong><\/td>\n                        <td>Intern<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>08<\/td>\n                        <td>\n                            Cultural Secretary\n                            <span class=\"cdcri-sc-gender\">(Male)<\/span>\n                        <\/td>\n                        <td><strong>Shrestha Golhani<\/strong><\/td>\n                        <td>Intern<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>09<\/td>\n                        <td>\n                            Cultural Secretary\n                            <span class=\"cdcri-sc-gender\">(Female)<\/span>\n                        <\/td>\n                        <td><strong>Anamika Singh<\/strong><\/td>\n                        <td>Intern<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>10<\/td>\n                        <td>\n                            Sports Secretary\n                            <span class=\"cdcri-sc-gender\">(Male)<\/span>\n                        <\/td>\n                        <td><strong>Sankalp Chaurasia<\/strong><\/td>\n                        <td>Intern<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>11<\/td>\n                        <td>\n                            Sports Secretary\n                            <span class=\"cdcri-sc-gender\">(Female)<\/span>\n                        <\/td>\n                        <td><strong>Priyanshi Sharma<\/strong><\/td>\n                        <td>Intern<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>12<\/td>\n                        <td>Event Secretary<\/td>\n                        <td><strong>Harsh Upadhyay<\/strong><\/td>\n                        <td>Intern<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>13<\/td>\n                        <td>Event Secretary<\/td>\n                        <td><strong>Yash Rathi<\/strong><\/td>\n                        <td>Intern<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>14<\/td>\n                        <td>Event Secretary<\/td>\n                        <td><strong>Aakruti Jain<\/strong><\/td>\n                        <td>Intern<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>15<\/td>\n                        <td>Event Secretary<\/td>\n                        <td><strong>Minakshi Jha<\/strong><\/td>\n                        <td>Intern<\/td>\n                    <\/tr>\n\n                    <tr>\n                        <td>16<\/td>\n                        <td>Library Secretary<\/td>\n                        <td><strong>Srishti Singh<\/strong><\/td>\n                        <td>Intern<\/td>\n                    <\/tr>\n\n                    <tr class=\"cdcri-sc-member-highlight\">\n                        <td>17<\/td>\n                        <td>Member<\/td>\n                        <td><strong>Angel Das<\/strong><\/td>\n                        <td>Intern<\/td>\n                    <\/tr>\n\n                    <tr class=\"cdcri-sc-member-highlight\">\n                        <td>18<\/td>\n                        <td>Member<\/td>\n                        <td><strong>Shreya Jaiswal<\/strong><\/td>\n                        <td>Intern<\/td>\n                    <\/tr>\n\n                    <tr class=\"cdcri-sc-member-highlight\">\n                        <td>19<\/td>\n                        <td>Member<\/td>\n                        <td><strong>Shreya Kankaria<\/strong><\/td>\n                        <td>Intern<\/td>\n                    <\/tr>\n\n                <\/tbody>\n\n            <\/table>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n    <!-- ==========================================\n         TENURE\n    =========================================== -->\n\n    <section class=\"cdcri-sc-section cdcri-sc-section-light\">\n\n        <div class=\"cdcri-sc-container\">\n\n            <div class=\"cdcri-sc-governance\">\n\n                <h3>\n                    Council Tenure\n                <\/h3>\n\n                <p>\n                    The Student Council will be functional for a period of\n                    <strong>one year<\/strong> or till the time the next\n                    Council becomes functional.\n                <\/p>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n\n    <!-- ==========================================\n         CONTACT\n    =========================================== -->\n\n    <section class=\"cdcri-sc-contact\">\n\n        <div class=\"cdcri-sc-container\">\n\n            <h3>\n                Student Council \u2013 2026\u20132027\n            <\/h3>\n\n            <p>\n                For queries regarding the Student Council, please contact\n                the <strong>Department of Oral Medicine and Radiology<\/strong>.\n            <\/p>\n\n        <\/div>\n\n    <\/section>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Student Council 2026\u20132027 Student Council Chhattisgarh Dental College and Research Institute Sundra, Rajnandgaon, Chhattisgarh Academic Session 2026\u20132027 19 Total Council Strength 16 Executive Office Bearers 03 Council Members 01 Year Tenure Council Structure Final Student Council Structure The Student Council comprises office bearers and members responsible for representing and coordinating student activities. 01 President Student Council President 1 Position 02 Vice President Student Council Vice President 1 Position 03 General Secretary General Secretary 1 Position 04 Joint Secretary Joint Secretary 1 Position 05 Treasurer Student Council Treasurer 1 Position 06 Social Media Secretary Male 1 Position 07 Social Media Secretary Female 1 Position 08 Cultural Secretary Male 1 Position 09 Cultural Secretary Female 1 Position 10 Sports Secretary Male 1 Position 11 Sports Secretary Female 1 Position 12 Event Secretary Event Coordination 4 Positions 13 Library Secretary Library Coordination 1 Position 14 Member Student Council Member 3 Positions Official Notification Student Council Circular Applications for various positions for the academic session 2026\u20132027. Circular Student Council 1 May 2026 Applications Invited Applications are invited for various positions in the Chhattisgarh Dental College and Research Institute (CDCRI) Student Council for the academic session 2026\u20132027. Interested students are requested to carefully read the eligibility criteria, responsibilities, and rules governing the Student Council before submitting their application. Applicants may apply for only one position. Submission of the application form does not guarantee selection. The final selection will be based on eligibility and the recommendations of the Student Council Selection Committee. Last Date 14 June 2026 Contact Department Oral Medicine and Radiology Rules &#038; Regulations Student Council Policy CDCRI Student Council Regulation governing the objectives, functions, constitution and tenure of the Council. 01 Objectives of the Council To foster fellow feeling and discipline amongst students. To encourage students to participate in Academic and Co-curricular Activities. To represent students as a whole and bring their opinions, suggestions and problems before the governing body. To organize institutional events. To maintain an environment that is peaceful and progressive for smooth functioning of institutional activities. 02 Functions of the Council Help maintain the academic atmosphere including teaching, learning, scientific programmes and library decorum. Suggest and help organize social activities related to health, hygiene and awareness. Participate in academic, cultural, sports and other activities. Create an environment of peace, discipline and well-being. Ensure inclusiveness of all students. 03 Institutional Role &#038; Responsibilities Council representation is restricted to college activities and shall not involve external activities without prior permission of the Dean. The Council shall assist in managing and promoting official student activities through institutional media platforms, including social media, newsletters and other approved communication channels. The Council shall maintain proper records of its activities and prepare reports of events and programmes. Minutes of Council meetings shall be recorded and submitted to the Dean or designated faculty coordinator for documentation and future reference. 04 Constitution The Student Council shall be the apex body for students&#8217; affairs. The Council will function under the Chairmanship of the Dean. One student can apply for only one post. The Dean will nominate candidates according to their credentials. 05 Eligibility Criteria Good academic performance and attendance. Active involvement in sports, cultural and social activities. No involvement in ragging or any other criminal activity. 06 Administrative Authority The Dean may nominate candidates for particular posts according to their credentials. In the event that the Council or a post holder is not performing duties properly, or has proved allegations of gross misconduct, the Dean has the right to dissolve the entire Council or replace an individual at any time. Candidate Requirements Eligibility at a Glance Academic Performance Candidates should have good academic performance and attendance. Student Activities Active involvement in sports, cultural and social activities. Discipline No involvement in ragging or any other criminal activity. Student Representatives Student Council Members Student Council Committee for the Academic Session 2026\u20132027 S. No. Position Name Year 01 President Nikita Pankaj Surana Intern 02 Vice President Amisha Bhutada Intern 03 General Secretary Sanya Kumari Intern 04 Joint Secretary Tisha Jain Intern 05 Treasurer Sayan Bag Intern 06 Social Media Secretary (Male) Shivkumar Wanjari Intern 07 Social Media Secretary (Female) Sanskriti Choudhary Intern 08 Cultural Secretary (Male) Shrestha Golhani Intern 09 Cultural Secretary (Female) Anamika Singh Intern 10 Sports Secretary (Male) Sankalp Chaurasia Intern 11 Sports Secretary (Female) Priyanshi Sharma Intern 12 Event Secretary Harsh Upadhyay Intern 13 Event Secretary Yash Rathi Intern 14 Event Secretary Aakruti Jain Intern 15 Event Secretary Minakshi Jha Intern 16 Library Secretary Srishti Singh Intern 17 Member Angel Das Intern 18 Member Shreya Jaiswal Intern 19 Member Shreya Kankaria Intern Council Tenure The Student Council will be functional for a period of one year or till the time the next Council becomes functional. Student Council \u2013 2026\u20132027 For queries regarding the Student Council, please contact the Department of Oral Medicine and Radiology.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"_links":{"self":[{"href":"https:\/\/cdcri.edu.in\/index.php?rest_route=\/wp\/v2\/pages\/6889"}],"collection":[{"href":"https:\/\/cdcri.edu.in\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cdcri.edu.in\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cdcri.edu.in\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cdcri.edu.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6889"}],"version-history":[{"count":2,"href":"https:\/\/cdcri.edu.in\/index.php?rest_route=\/wp\/v2\/pages\/6889\/revisions"}],"predecessor-version":[{"id":6893,"href":"https:\/\/cdcri.edu.in\/index.php?rest_route=\/wp\/v2\/pages\/6889\/revisions\/6893"}],"wp:attachment":[{"href":"https:\/\/cdcri.edu.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6889"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}