/* Header */
.page-header {
  background-color: #0b1a39;
  border-bottom: 4px solid #e3b505;
}

.sub-title {
  color: #e3b505;
  font-size: 1.1rem;
  margin-top: 5px;
}

/* Footer */
.footer {
  background-color: #0b1a39;
  border-top: 4px solid #e3b505;
}

/* PAGE TITLE */
.iqac-main-title {
    text-align: center;
    color: #371a7c;
    font-weight: bold;
    margin-bottom: 40px;
}

/* SUBHEADINGS */
.iqac-heading {
    font-size: 26px;
    color: #5a26d1;
    border-bottom: 2px solid #002e5b;
    padding-bottom: 6px;
    margin-top: 40px;
}

/* LIST STYLING */
.iqac-list {
    list-style: none;
    padding-left: 0;
    font-size: 19px;
    line-height: 1.8;
}

.iqac-list a {
    color: #1a2d6d;
    font-size: 20px;
    text-decoration: none;
}

.iqac-list a:hover {
    text-decoration: underline;
}

/* TABLE STYLE */
.iqac-table {
    width: 100%;
    border: 2px solid gold;
    border-collapse: collapse;
    font-size: 18px;
}

.iqac-table th {
    background-color: #0b1a39;
    color: white;
    padding: 10px;
    border: 2px solid gold;
}

.iqac-table td {
    padding: 10px;
    border: 1px solid gold;
}

.iqac-table tr:hover {
    background-color: #d5cfba;
}

/* CHAIRPERSON */
.chairperson {
    font-size: 18px;
    color: #000;
    line-height: 1.6;
}

/* Make footer stick to the bottom without touching HTML */
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}
