/* =========================
   PAGE LAYOUT
========================= */

.page-content{

    padding:0 5% 40px;

    margin-top:5px;

    background:
    linear-gradient(
        to bottom,
        #f5fbff,
        #ffffff
    );
}


/* =========================
   TITLE SECTION
========================= */

.title-row{

    width:85%;

    margin:0 auto 15px;

    display:flex;

    flex-direction:column;

    align-items:flex-start;

    position:relative;

    left:-110px;
}
.title-top{

    display:flex;

    align-items:center;

    gap:22px;

    flex-wrap:wrap;

    margin-bottom:10px;
}

.title-left{

    width:100%;

    max-width:850px;

    text-align:left;

    margin-left:0;
}

.title{

    font-size:42px;

    font-weight:700;

    line-height:1.2;

    margin:0;

    background:
    linear-gradient(
        135deg,
        #0072CE,
        #00A651
    );

    background-clip:text;
    -webkit-background-clip:text;

    color:transparent;
    -webkit-text-fill-color:transparent;
}

.page-subtitle{

    margin-top:0;

    color:#4B5563;

    font-size:18px;

    line-height:1.7;

    max-width:850px;
}
.year-dropdown{

    margin-top:0;
}

.title-section{

    margin-bottom:35px;
}
.title-row select{

    padding:10px 15px;

    border-radius:10px;

    border:1px solid #D1D5DB;

    background:white;

    font-size:16px;

    font-weight:600;

    outline:none;

    box-shadow:
    0 2px 8px rgba(0,0,0,0.04);
}


/* =========================
   GRAPH BOX
========================= */
.graph-main-title{

    width:85%;

    margin:0 auto 6px;

    font-size:34px;

    font-weight:800;

    color:#111827;

    line-height:1.2;
}
.graph-title{

    margin:0 0 2px 8px;

    font-size:15px;

    font-weight:700;

    color:#111827;
}
.graph-box{

    width:85%;

    max-width:1300px;

    margin:0 auto 15px;

    background:white;

border:1px solid rgba(0,114,206,0.12);

    padding:12px 18px 15px;

    border-radius:20px;

    box-shadow:
    0 10px 30px rgba(0,0,0,0.08);

    height:540px;
}



#syllabusChart{

    width:100% !important;

    margin-top:0;
}
.chart-container{

    position:relative;

    top:0;
}

/* =========================
   PROGRESS CARDS
========================= */

.progress-cards{

    width:85%;

    margin:2px auto 2px;

    display:flex;

    justify-content:center;

    gap:22px;

    flex-wrap:wrap;
}

.progress-card{

    display:flex;

    align-items:center;

    gap:16px;

    padding:10px 18px;

    border-radius:14px;

    box-shadow:
0 6px 18px rgba(0,0,0,0.08);

    min-width:280px;

    cursor:pointer;

    transition:0.3s ease;

    position:relative;

    overflow:hidden;
}

.progress-card:hover{

    transform:translateY(-5px);
}

.cgpsc-card{

    background:
    linear-gradient(
        135deg,
        #0062b8,
        #1e88e5
    );

    border:1px solid rgba(255,255,255,0.12);
}

.vyapam-card{

    background:
    linear-gradient(
        135deg,
        #00994a,
        #20c463
    );

    border:1px solid rgba(255,255,255,0.12);
}

.progress-circle{

    width:72px;

    height:72px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:800;

    font-size:18px;

    background:rgba(255,255,255,0.96);

    box-shadow:
    inset 0 2px 8px rgba(0,0,0,0.08);
}
.progress-card:hover{

    transform:translateY(-6px) scale(1.02);
}
.blue{

    border:7px solid rgba(255,255,255,0.92);

    color:#0072CE;
}

.green{

    border:7px solid rgba(255,255,255,0.92);

    color:#00A651;
}

.progress-card h2{

    margin:0 0 6px;

    font-size:20px;

    font-weight:800;

    color:white;
}

.progress-card p{

    margin:0;

    color:rgba(255,255,255,0.85);

    font-size:16px;
}


/* =========================
   TABLE SECTION
========================= */

.table-box{

    width:95%;

    margin:40px auto 0;

    overflow-x:auto;

    border-radius:24px;

    background:white;

    box-shadow:
    0 10px 35px rgba(0,0,0,0.08);

    padding:10px;
}

.syllabus-table{

    width:100%;

    border-collapse:collapse;

    min-width:1050px;
}

.syllabus-table thead{

    background:
    linear-gradient(
        135deg,
        #0072CE,
        #00A651
    );

    color:white;
}

.syllabus-table th{

    padding:18px 24px;

    text-align:center;

    font-size:15px;

    font-weight:700;

    white-space:nowrap;
}

.syllabus-table td{

    padding:18px 24px;

    text-align:center;

    font-size:15px;

    color:#374151;

    border-bottom:
    1px solid #E5E7EB;

    white-space:nowrap;
}
.syllabus-table th:nth-child(2),
.syllabus-table td:nth-child(2){

    text-align:left;

    min-width:300px;
}
.syllabus-table th:nth-child(4),
.syllabus-table td:nth-child(4),

.syllabus-table th:nth-child(5),
.syllabus-table td:nth-child(5){

    min-width:160px;
}

.syllabus-table th:nth-child(6),
.syllabus-table td:nth-child(6),

.syllabus-table th:nth-child(7),
.syllabus-table td:nth-child(7){

    min-width:110px;
}
.syllabus-table th:nth-child(3),
.syllabus-table td:nth-child(3){

    text-align:left;
}
.syllabus-table tbody tr:nth-child(even){

    background:#F9FAFB;
}

.syllabus-table tbody tr:hover{

    background:#EEF6FF;
}


/* =========================
   STATUS COLORS
========================= */

.completed{

    color:#16a34a;

    font-weight:700;
}

.ongoing{

    color:#f59e0b;

    font-weight:700;
}


/* =========================
   MOBILE RESPONSIVE
========================= */

@media(max-width:768px){

    .title-row{

        flex-direction:column;

        gap:18px;

        width:100%;
    }

    .title{

        font-size:38px;
    }

    .page-subtitle{

        font-size:16px;
    }

    .graph-box{

        width:100%;

        padding:8px;

        height:480px;
    }

    .graph-header{

        flex-direction:column;

        align-items:flex-start;

        gap:10px;
    }

    .graph-header h2{

        font-size:24px;
    }

    .progress-card{

        min-width:100%;
        backdrop-filter:blur(8px);
    }

    .table-box{

        width:100%;
    }
}

.title-content{

    width:100%;

    text-align:left;
}
.dropdown-row{

    margin-top:12px;
}