.exam-intro {
  background-color: #f9f9f9;
}
.exam-intro .breadcrumb {
  font-size: 0.9rem;
}
.exam-intro .breadcrumb a {
  text-decoration: none;
  color: #0d6efd;
}
.exam-intro .breadcrumb a:hover {
  text-decoration: underline;
}
.exam-intro .exam-title {
  font-weight: 800;
  color: #e23524;
  font-size: 1.8rem;
}
.exam-intro .promo-banner img {
  transition: transform 0.3s ease;
}
.exam-intro .promo-banner img:hover {
  transform: scale(1.03);
}
.exam-intro .promo-card h5 {
  color: #043868;
}
.exam-intro .promo-card .btn-primary {
  background-color: #e23524;
  border-color: #e23524;
}
.exam-intro .promo-card .btn-primary:hover {
  background-color: #c12d1f;
}
.exam-intro .author-box p {
  line-height: 1.6;
}
.exam-intro .author-box .btn-outline-primary {
  border-color: #043868;
  color: #043868;
}
.exam-intro .author-box .btn-outline-primary:hover {
  background-color: #043868;
  color: #fff;
}

.college-list-section {
  background-color: #fff;
}
.college-list-section .table-header {
  background-color: #e9f0f8;
}
.college-list-section .table-header th {
  color: #043868;
  font-weight: 600;
  white-space: nowrap;
}
.college-list-section .college-table {
  border: 1px solid #e5e5e5;
}
.college-list-section .college-table td, .college-list-section .college-table th {
  vertical-align: middle;
  padding: 1rem;
}
.college-list-section .college-table tr {
  border-bottom: 1px solid #f1f1f1;
  transition: background-color 0.2s ease;
}
.college-list-section .college-table tr:hover {
  background-color: #f9f9f9;
}
.college-list-section .college-table a {
  font-size: 0.85rem;
}
.college-list-section .college-table .badge {
  font-size: 0.75rem;
}
.college-list-section .sort-options label {
  cursor: pointer;
}
.college-list-section .sort-options label input {
  margin-right: 5px;
}

.college-header {
  font-family: "Inter", sans-serif;
}

.college-cover {
  object-fit: cover;
  overflow: hidden;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.college-logo img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 0.5rem;
}

.college-info {
  border-radius: 0.5rem;
}

.nav-tabs .nav-link {
  color: #555;
  font-weight: 500;
  border: none;
}

.nav-tabs .nav-link.active {
  border-bottom: 3px solid #e23524;
  color: #e23524;
}

.badge.bg-success-subtle {
  background-color: #eaf8ee;
}

.badge.bg-secondary-subtle {
  background-color: #f1f1f1;
}

.college-courses-offered h2 {
  color: #043868;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.college-courses-offered table {
  width: 100%;
}
.college-courses-offered table tr th {
  padding: 1rem 0.75rem;
  background-color: #3e86bf;
  color: #fff;
  font-weight: normal;
}
.college-courses-offered table tr td {
  padding: 1rem 0.75rem;
  font-weight: normal;
  font-size: 15px;
}
.college-courses-offered table tr td .apply-now-btn {
  color: #3e86bf;
  text-decoration: none;
}

.college-content-section h2, .college-info h2 {
  color: #043868;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.college-content-section p, .college-info p {
  text-align: justify;
}
.college-content-section table, .college-info table {
  width: 100% !important;
  max-width: 100% !important;
}

.sidebar {
  width: 100%;
  transition: top 0.3s ease;
}
.sidebar .sidebar-box a {
  color: #333;
}
.sidebar .sidebar-box a:hover {
  color: #e23524;
}
.sidebar .sidebar-box .sidebar-title {
  font-weight: 600;
  font-size: 1.4rem;
  padding: 0;
  margin-bottom: 15px;
  color: #043868;
}

/*# sourceMappingURL=colleges.css.map */
