/* Internal Quality Assurance Cell (IQAC) */

.iqac-section {
  padding: 5.5rem 0;
  background: var(--white);
}

.iqac-intro {
  margin-bottom: 3rem;
}

.iqac-intro p {
  font-size: 0.95rem;
  color: var(--gray-600);
  line-height: 1.85;
  margin-bottom: 1.25rem;
  text-align: justify;
}

.iqac-intro p:last-child {
  margin-bottom: 0;
}

.iqac-block {
  margin-bottom: 3rem;
}

.iqac-block:last-child {
  margin-bottom: 0;
}

.iqac-block h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid var(--gold);
  display: inline-block;
}

.iqac-block > p {
  font-size: 0.92rem;
  color: var(--gray-600);
  margin-bottom: 1.25rem;
}

.iqac-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--gray-200);
  border-radius: var(--ab-radius, 16px);
  box-shadow: 0 4px 24px rgba(30, 58, 95, 0.06);
}

.iqac-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  min-width: 640px;
}

.iqac-table thead {
  background: var(--navy);
  color: var(--white);
}

.iqac-table th {
  padding: 0.9rem 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.iqac-table td {
  padding: 0.85rem 1rem;
  color: var(--gray-600);
  border-bottom: 1px solid var(--gray-200);
  vertical-align: top;
  line-height: 1.55;
}

.iqac-table tbody tr:last-child td {
  border-bottom: none;
}

.iqac-table tbody tr:hover {
  background: var(--off-white);
}

.iqac-table td:first-child {
  font-weight: 600;
  color: var(--navy);
  width: 56px;
  text-align: center;
}

.iqac-initiatives h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
  margin: 1.75rem 0 0.85rem;
}

.iqac-initiatives h4:first-child {
  margin-top: 0;
}

.iqac-initiatives ul {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.iqac-initiatives li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.92rem;
  color: var(--gray-600);
  line-height: 1.65;
}

.iqac-initiatives li::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
  margin-top: 0.5rem;
}

.iqac-initiatives > p {
  font-size: 0.92rem;
  color: var(--gray-600);
  line-height: 1.65;
  margin-bottom: 0.5rem;
}
