#admission-procedure,
#scholarship,
#anti-ragging,
#rules-regulations,
#student-responsibilities,
#Privacy,
#terms-of-use {
  scroll-margin-top: 10rem;
}

#bsc,
#pbbsc,
#gnm,
#anm,
#dmlt {
  scroll-margin-top: 5rem;
}

#laboratories,
#classrooms,
#computer-lab,
#library {
  scroll-margin-top: 8rem;
}

/* ICON BOX */
.icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

/* ICON COLORS */
.blue {
  background: #e0f2fe;
  color: #0284c7;
}
.green {
  background: #e7f5ec;
  color: #16a34a;
}
.orange {
  background: #fff4e6;
  color: #ea580c;
}
.purple {
  background: #f3e8ff;
  color: #7c3aed;
}
.institution {
  background: #e0f2fe;
  color: #1d4ed8;
}
.process {
  background: #e0f7f7;
  color: #0f766e;
}

/* CARD */
.card {
  background: var(--color-altText);
  border-radius: 16px;
  padding: 16px 20px 6px 20px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
}

/* TEXT */
.card h3 {
  margin: 0;
  font-size: 18px;
  color: #111827;
}

.card p,
.card span {
  margin: 5px 0 0;
  color: #4b5563;
}

.price {
  color: #16a34a;
  font-weight: 600;
  /* text-wrap: nowrap; */
}

/* FULL WIDTH */
.full {
  grid-column: 1 / -1;
}

/* HOSTEL BOX */
.hostel-box {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.sub-card {
  background: #f9fafb;
  border-radius: 12px;
  padding-left: 10px;
}

.sub-card h4 {
  margin: 0;
}

.sub-card .price {
  font-size: 18px;
}

/* MOBILE */
@media (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr;
  }

  .hostel-box {
    grid-template-columns: 1fr;
  }
}

.contact-us__card {
  position: relative;
  height: auto;
  max-width: 600px;
  background: #0f5b68;
  margin-top: 1.5rem;
  padding: 0.5rem 0.5rem;

  font-family: sans-serif;

  border: 2px solid var(--color-accent2);
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.contact-us__card::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);

  width: 140px;
  height: 25px;

  background: #d0a952;
  border-radius: 30px;

  mix-blend-mode: multiply;
  opacity: 0.9;
}

.contact-us__card > h4 {
  color: var(--color-altText);
  padding: 0.5rem 0 0 0.5rem;
}

.contact-us__card-inner {
  padding: 1rem 1.5rem;
  background: var(--color-altText);

  border: 2px solid var(--color-accent2);
  border-radius: 20px;

  text-align: center;
}

.contact-us__card-inner > h5 {
  margin-top: 1rem;
  text-decoration: underline;
  text-decoration-color: var(--color-accent);
  text-underline-offset: 6px;
  text-align: center;
}

.contact-us__card-inner > a {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}

.contact-us__card-inner i {
  color: #0f5b68;
  font-size: 30px;
}

.contact-us__card-inner > div {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
}

.contact-us__card-inner div strong {
  font-size: 1.4rem;
}

.contact-us__card-inner div span {
  font-size: 1.3rem;
  line-height: 1.2;
}

#gnm-syllabus.syllabus-table tbody > tr:first-child th {
  text-align: left;
}

/* careers */

.job-status {
  padding: 0.2rem 0.3rem 0.2rem 0.3rem;
  text-align: center;
}

.job-status[data-status="open"] {
  color: #065f46;
  background: #d1fae5;
}

.job-status[data-status="closed"] {
  color: #7f1d1d;
  background: #fee2e2;
}

.job-section {
  font-family: sans-serif;
}

.career-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 1rem;
}

.career-card {
  border-radius: 16px;
  padding: 1rem 1.5rem 0 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px dotted #bbb;
}

/* card sizes */
.career-card.wide {
  grid-column: span 1;
}

/* HEADER */
.card-header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.card-header i {
  font-size: 2rem;
  padding-right: 1.25rem;
  color: #c0392b;
}

.card-header h4 {
  position: relative;
  display: inline-block;

  font-size: 1.4rem;
  margin: 0;
  color: #1f3d2b;
}

.card-header h4::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 3px;
  bottom: -1rem;
  left: 0;
  background-color: red;
}

.career-card ul li {
  position: relative;
  margin: 1.5rem 0;
  line-height: 1.3;
  text-align: left;
}

.career-card ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 30px;
  width: calc(100% - 20%);
  border-bottom: 1px dotted #bbb;
}

.apply-button {
  width: 15rem;
  background: linear-gradient(135deg, #0f5b68, #0a3f47);
  color: #fff;
  border: none;
  padding: 0.9rem 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 12px;
  cursor: pointer;

  display: inline-flex;
  align-items: center;
  gap: 0.6rem;

  transition: all 0.3s ease;
}

.apply-button i {
  font-size: 1.1rem;
}

.apply-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(15, 91, 104, 0.3);
  background: linear-gradient(135deg, #147a8a, #0f5b68);
}

.apply-text {
  margin-top: 0.8rem;
  font-size: 1rem;
  color: #444;
  text-align: center;
  line-height: 1.3;
}

.apply-text a {
  color: #0f5b68;
  font-weight: 600;
  text-decoration: none;
}

.apply-text a:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .career-grid {
    grid-template-columns: 1fr;
  }

  .career-card.full {
    grid-column: span 1;
  }
}
