/* =====================================================
   ACCREDITATIONS PAGE – FINAL CLEAN VERSION
   ===================================================== */

/* ===============================
   HERO – Same as About
   =============================== */

.about-hero-simple {
    background: linear-gradient(
        rgba(0, 48, 96, 0.88),
        rgba(0, 48, 96, 0.88)
    ),
    url('../images/slide1.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 0 60px 0;
    color: white;
}

.about-hero-simple .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255,255,255,0.5);
}

.about-hero-simple a {
    color: #ffcc00;
    text-decoration: none;
}

/* ===============================
   PAGE BACKGROUND & TEXT
   =============================== */

section.py-5 {
    background: linear-gradient(to bottom, #ffffff 0%, #f8fbff 100%);
}

.inner-main p {
    text-align: justify;
    line-height: 1.85;
    font-size: 15.5px;
    color: #444;
}

/* ===============================
   PREMIUM SECTION TITLE
   =============================== */

.section-title {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.section-title::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #003060, #1b75bc);
    left: 0;
    bottom: 0;
    border-radius: 3px;
}

.text-center .section-title::after {
    left: 50%;
    transform: translateX(-50%);
}

/* ===============================
   INTRO SECTION ENHANCEMENT
   =============================== */

.accreditation-intro {
    position: relative;
}

.accreditation-intro::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(27,117,188,0.08), transparent 70%);
    border-radius: 50%;
}

/* ===============================
   ACCREDITATION CARDS – PREMIUM
   =============================== */

.accreditation-cards-section {
    background: linear-gradient(180deg, #ffffff, #f4f8fc);
    padding: 70px 0;
}

/* Base Card */
.accreditation-card {
    position: relative;
    padding: 35px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(0,48,96,0.06);
    box-shadow: 0 15px 40px rgba(0,48,96,0.08);
    transition: all 0.4s ease;
    overflow: hidden;
    height: 100%;
}

/* Top Gradient Accent */
.accreditation-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 22px 22px 0 0;
}

/* Hover */
.accreditation-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 70px rgba(0,48,96,0.18);
}

/* ======================
   COLOR THEMES
   ====================== */

.iqac-card::before {
    background: linear-gradient(90deg, #003060, #1b75bc);
}
.iqac-card .accreditation-icon {
    background: rgba(27,117,188,0.1);
    color: #1b75bc;
}
.iqac-card .btn {
    background: #1b75bc;
    color: #fff;
}

.naac-card::before {
    background: linear-gradient(90deg, #f37021, #ff8c42);
}
.naac-card .accreditation-icon {
    background: rgba(243,112,33,0.12);
    color: #f37021;
}
.naac-card .btn {
    background: #f37021;
    color: #fff;
}

.nba-card::before {
    background: linear-gradient(90deg, #003060, #0059a8);
}
.nba-card .accreditation-icon {
    background: rgba(0,48,96,0.1);
    color: #003060;
}
.nba-card .btn {
    background: #003060;
    color: #fff;
}

.reports-card::before {
    background: linear-gradient(90deg, #e31e24, #ff4d4f);
}
.reports-card .accreditation-icon {
    background: rgba(227,30,36,0.1);
    color: #e31e24;
}
.reports-card .btn {
    background: #e31e24;
    color: #fff;
}

/* ======================
   ICON STYLE
   ====================== */

.accreditation-icon {
    font-size: 26px;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.3s ease;
}

.accreditation-card:hover .accreditation-icon {
    transform: rotate(-5deg) scale(1.08);
}

/* ======================
   BUTTON
   ====================== */

.accreditation-card .btn {
    border-radius: 30px;
    padding: 7px 20px;
    font-size: 13px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

.accreditation-card .btn:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

/* ===============================
   IMPACT / BENEFITS
   =============================== */

.accreditation-impact,
.accreditation-benefits {
    background: linear-gradient(to bottom, #f8fbff, #eef4fa);
    padding: 70px 0;
}

.accreditation-list {
    background: #ffffff;
    padding: 45px 50px;
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(0,48,96,0.08);
    transition: all 0.3s ease;
}

.accreditation-list:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 70px rgba(0,48,96,0.12);
}

.accreditation-list li {
    padding-left: 80px;
    margin-bottom: 18px;
    font-size: 15.5px;
    line-height: 1.7;
    position: relative;
    color: #444;
}

.accreditation-list li::before {
    content: "✔";
    position: absolute;
    margin-left:40px;    
    left: 0;
    top: 2px;
    font-size: 16px;
    font-weight: 700;
    color: #1b75bc;
}

.section-title + .accreditation-list {
    margin-top: 35px;
}
.accreditation-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
/* =====================================================
   IQAC COMPOSITION TABLE – REFINED VERSION
   ===================================================== */

.iqac-composition-section {
    background: linear-gradient(to bottom, #f8fbff, #eef4fa);
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Table wrapper */
.iqac-table-wrapper {
    background: #ffffff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(0,48,96,0.08);
    transition: 0.4s ease;
}

.iqac-table-wrapper:hover {
    transform: translateY(-4px);
    box-shadow: 0 35px 80px rgba(0,48,96,0.12);
}

/* Remove default borders */
.iqac-table {
    border-collapse: separate;
    border-spacing: 0;
}

/* ======================
   HEADER (SOLID COLOR)
   ====================== */

.iqac-table thead th {
    background: #003060;  /* Solid GMR Deep Blue */
    color: #ffffff;
    font-weight: 600;
    padding: 16px;
    border: none;
    text-align: left;
}

/* ======================
   BODY ROWS
   ====================== */

.iqac-table tbody tr {
    transition: 0.3s ease;
}

/* Alternate row colors */
.iqac-table tbody tr:nth-child(odd) {
    background: #f6faff;
}

.iqac-table tbody tr:nth-child(even) {
    background: #eef4fb;
}

/* Hover effect */
.iqac-table tbody tr:hover {
    background: #e0ecf8;
}

/* ======================
   CELL STYLING
   ====================== */

.iqac-table td {
    padding: 18px 16px;
    border: none;
    vertical-align: middle;
    font-size: 14.8px;
}

/* Serial Number – Center */
.iqac-table td:nth-child(1) {
    text-align: center;
    font-weight: 600;
    color: #003060;
}

/* Name – Left */
.iqac-table td:nth-child(2) {
    text-align: left;
    font-weight: 500;
}

/* Designation – Left */
.iqac-table td:nth-child(3) {
    text-align: left;
}

/* IQAC Position – Center */
.iqac-table td:nth-child(4) {
    text-align: left;
}

/* Rounded corners */
.iqac-table thead th:first-child {
    border-top-left-radius: 16px;
}

.iqac-table thead th:last-child {
    border-top-right-radius: 16px;
}
/* Alternate light row colors */
.iqac-table tbody tr:nth-child(odd) {
    background: #f9fcff;
}

.iqac-table tbody tr:nth-child(even) {
    background: #f1f6fb;
}

/* Smooth hover motion */
.iqac-table tbody tr {
    transition: all 0.25s ease;
}

.iqac-table tbody tr:hover {
    background: #e6f0fa;
    transform: translateX(4px);
}