:root {
  --mmu-primary: #7f1734;
  --mmu-secondary: #001f3f;
  --mmu-highlight: #e0b04b;
  --mmu-ink: #12263a;
  --mmu-mist: #f5f7fb;
}

.mmu-page {
  --accent-color: var(--mmu-primary);
  --heading-color: var(--mmu-secondary);
  --default-color: #2d3b4d;
  --background-color: #ffffff;
  --surface-color: #ffffff;
  font-family: "Manrope", sans-serif;
}

.mmu-page h1,
.mmu-page h2,
.mmu-page h3,
.mmu-page h4,
.mmu-page h5,
.mmu-page h6 {
  font-family: "Source Serif 4", serif;
}

.mmu-page .header {
  border-bottom: 1px solid #e6ecf4;
}

.mmu-page .header .logo {
  gap: 10px;
}

.mmu-page .header .logo h1 {
  text-transform: none;
  font-size: 21px;
  letter-spacing: 0;
  color: var(--mmu-secondary);
}

.logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(145deg, var(--mmu-primary), #a41f46);
  color: #fff;
  font-family: "Source Serif 4", serif;
  font-size: 18px;
  font-weight: 700;
}

.mmu-page .header .btn-getstarted {
  background: linear-gradient(120deg, var(--mmu-primary), #a31f45);
  border-radius: 10px;
  margin-left: 16px;
  padding: 10px 20px;
}

.mmu-hero {
  position: relative;
  padding: 110px 0 80px;
}

.mmu-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(0, 31, 63, 0.86), rgba(127, 23, 52, 0.63));
  z-index: 1;
}

.mmu-hero .container {
  position: relative;
  z-index: 2;
}

.mmu-hero .eyebrow {
  display: inline-block;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 6px 12px;
  border-radius: 40px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.mmu-hero h2 {
  font-size: 52px;
  line-height: 1.08;
  margin-bottom: 18px;
}

.mmu-hero p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
}

.mmu-page .hero .btn-get-started {
  background: #fff;
  color: var(--mmu-secondary);
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 700;
}

.mmu-secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.mmu-secondary-btn:hover {
  background: #fff;
  color: var(--mmu-secondary);
}

.meta-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 12px;
  padding: 14px;
}

.meta-card strong {
  display: block;
  color: #fff;
  font-size: 24px;
}

.meta-card span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.student-login-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 18px 40px rgba(0, 20, 48, 0.25);
}

.student-login-card h3 {
  margin-bottom: 8px;
  font-size: 30px;
}

.student-login-card p {
  color: #5d6d82;
  font-size: 15px;
}

.student-login-card .form-control {
  border-radius: 10px;
  border: 1px solid #cbd7e6;
  padding: 11px 12px;
}

.small-link {
  font-size: 14px;
  color: var(--mmu-primary);
}

.btn-login {
  background: linear-gradient(120deg, var(--mmu-secondary), #113f6b);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 11px;
  font-weight: 700;
}

.btn-login:hover {
  color: #fff;
  opacity: 0.92;
}

.portal-shortcuts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.portal-shortcuts a {
  font-size: 13px;
  color: #31425a;
  background: #f4f7fb;
  padding: 8px 10px;
  border-radius: 8px;
}

.portal-shortcuts i {
  color: var(--mmu-primary);
}

.quick-links {
  padding-top: 34px;
  padding-bottom: 36px;
}

.quick-links-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.quick-link-item {
  border: 1px solid #d8e2ee;
  background: #fff;
  border-radius: 12px;
  padding: 15px 12px;
  color: #24364a;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
}

.quick-link-item i {
  display: block;
  margin-bottom: 8px;
  color: var(--mmu-primary);
  font-size: 20px;
}

.quick-link-item:hover {
  border-color: var(--mmu-primary);
  transform: translateY(-2px);
}

.study-research-section {
  background: var(--mmu-mist);
}

.mmu-primary-tabs {
  border-bottom: none;
  gap: 10px;
  margin-bottom: 20px;
}

.mmu-primary-tabs .nav-link {
  border: none;
  border-radius: 10px;
  color: #4a5b73;
  background: #e9eef7;
  padding: 10px 22px;
  font-weight: 700;
}

.mmu-primary-tabs .nav-link.active {
  background: linear-gradient(120deg, var(--mmu-secondary), #113b65);
  color: #fff;
}

.mmu-tab-content {
  background: #fff;
  border: 1px solid #dee7f2;
  border-radius: 18px;
  padding: 24px;
}

.mmu-subtabs {
  gap: 8px;
}

.mmu-subtabs .nav-link {
  text-align: left;
  border-radius: 10px;
  background: #f3f6fb;
  color: #30465f;
  border: 1px solid transparent;
  font-weight: 600;
}

.mmu-subtabs .nav-link.active {
  background: #fff;
  border-color: var(--mmu-primary);
  color: var(--mmu-primary);
}

.subtab-content h3 {
  margin-bottom: 10px;
}

.subtab-content p {
  color: #5a6b82;
}

.mini-card {
  border: 1px solid #dce6f1;
  border-radius: 12px;
  padding: 14px;
  background: #fcfdff;
  height: 100%;
}

.mini-card h4 {
  margin-bottom: 6px;
  font-size: 20px;
}

.mini-card p {
  margin: 0;
  font-size: 14px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  color: #36485f;
}

.feature-list i {
  color: #1f7a44;
}

.mini-callout {
  background: #f4f7fc;
  border-left: 4px solid var(--mmu-primary);
  border-radius: 10px;
  padding: 14px;
}

.mini-callout strong {
  display: block;
  color: var(--mmu-secondary);
  margin-bottom: 4px;
}

.research-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.research-grid span {
  background: #f1f5fc;
  border: 1px solid #d4dfee;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 14px;
  color: #2f4764;
}

.btn-partner {
  background: var(--mmu-primary);
  border: none;
  color: #fff;
  border-radius: 10px;
  padding: 10px 16px;
  margin-top: 6px;
}

.btn-partner:hover {
  color: #fff;
  opacity: 0.92;
}

.faculties-section {
  padding-top: 70px;
}

.faculty-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #dee6f1;
  height: 100%;
}

.faculty-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.faculty-card h3 {
  padding: 16px 16px 8px;
  font-size: 24px;
}

.faculty-card p {
  margin: 0;
  color: #5c6d83;
  padding: 0 16px 18px;
}

.course-meta {
  color: #49617c;
  font-size: 14px;
  font-weight: 600;
}

.stats-band {
  background: linear-gradient(100deg, var(--mmu-secondary), #0f365d);
}

.stats-band .stats-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  padding: 18px 10px;
  height: 100%;
}

.stats-band .stats-item span {
  color: #fff;
  font-size: 38px;
  font-weight: 800;
}

.stats-band .stats-item p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
}

.news-card {
  background: #fff;
  border: 1px solid #dbe5f1;
  border-radius: 14px;
  padding: 20px;
  height: 100%;
}

.news-card .tag {
  display: inline-block;
  background: #f6f0e0;
  color: #9a6d10;
  padding: 5px 9px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

.news-card h3 {
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.news-card p {
  color: #5a6b82;
}

.news-card a {
  color: var(--mmu-primary);
  font-weight: 700;
}

.news-archive-note {
  margin-bottom: 24px;
  padding: 16px 18px;
  border: 1px solid #dbe4f0;
  border-radius: 14px;
  background: #fbfcff;
  color: #4a5d75;
}

.news-archive-note a {
  color: var(--mmu-primary);
  font-weight: 700;
}

.archive-metric-card {
  text-align: left;
}

.archive-summary {
  margin-bottom: 20px;
}

.archive-summary p {
  margin: 0;
  color: #50637b;
}

.news-archive-card {
  background: #fff;
  border: 1px solid #dbe4f1;
  border-radius: 16px;
  padding: 22px;
  height: 100%;
  box-shadow: 0 14px 34px rgba(0, 31, 63, 0.05);
}

.news-archive-card .tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f4ecf0;
  color: var(--mmu-primary);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.news-archive-card h3 {
  font-size: 24px;
  line-height: 1.22;
  margin-bottom: 12px;
}

.news-archive-card p {
  color: #5b6d84;
  margin-bottom: 16px;
}

.news-archive-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 14px;
  color: #62748b;
  font-size: 14px;
}

.news-archive-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.news-archive-card a {
  color: var(--mmu-primary);
  font-weight: 700;
}

.archive-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 28px;
}

.archive-pagination .page-btn {
  min-width: 44px;
  height: 44px;
  border: 1px solid #cfdaea;
  background: #fff;
  color: #33485f;
  border-radius: 10px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.archive-pagination .page-btn:hover,
.archive-pagination .page-btn:focus {
  border-color: var(--mmu-primary);
  color: var(--mmu-primary);
}

.archive-pagination .page-btn.active {
  background: linear-gradient(120deg, var(--mmu-secondary), #113b65);
  border-color: transparent;
  color: #fff;
}

.archive-pagination .page-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.mmu-page .footer .footer-about .logo span,
.mmu-page .footer h4 {
  color: var(--mmu-secondary);
}

.mmu-page .footer .footer-links ul a,
.mmu-page .footer .footer-contact p,
.mmu-page .footer p {
  color: #4d5f76;
}

@media (max-width: 1199px) {
  .mmu-page .header .logo h1 {
    font-size: 18px;
  }

  .quick-links-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .mmu-hero {
    padding: 90px 0 60px;
  }

  .mmu-hero h2 {
    font-size: 38px;
  }

  .mmu-tab-content {
    padding: 18px;
  }
}

@media (max-width: 767px) {
  .mmu-page .header .logo h1 {
    display: none;
  }

  .quick-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portal-shortcuts {
    grid-template-columns: 1fr;
  }

  .mmu-hero h2 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .quick-links-grid {
    grid-template-columns: 1fr;
  }

  .mmu-primary-tabs .nav-link {
    width: 100%;
  }
}

.mmu-inner-hero {
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  padding: 100px 0;
}

.mmu-inner-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.mmu-inner-hero .container {
  position: relative;
  z-index: 1;
}

.mmu-inner-hero h2 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 10px;
}

.mmu-inner-hero p {
  color: rgba(255, 255, 255, 0.92);
  max-width: 720px;
}

.mmu-breadcrumb {
  margin-bottom: 8px;
  font-size: 14px;
  opacity: 0.95;
}

.mmu-breadcrumb a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.content-card {
  border: 1px solid #dbe4f0;
  border-radius: 14px;
  padding: 20px;
  background: #fff;
  height: 100%;
}

.content-card i {
  color: var(--mmu-primary);
  font-size: 24px;
}

.content-card h3 {
  margin-top: 10px;
  font-size: 25px;
}

.content-card p {
  color: #5b6d84;
}

.content-card a {
  color: var(--mmu-primary);
  font-weight: 700;
}

.content-block {
  border: 1px solid #dbe4f0;
  border-radius: 14px;
  padding: 22px;
  background: #fff;
}

.content-block h3 {
  margin-bottom: 14px;
}

.pill-card {
  background: #fff;
  border: 1px solid #dce6f2;
  border-radius: 999px;
  padding: 10px 14px;
  text-align: center;
  font-weight: 600;
  color: #2c425b;
}

.cta-band {
  background: linear-gradient(110deg, var(--mmu-primary), #9f2046);
  color: #fff;
}

.cta-band h3 {
  color: #fff;
}

.cta-band p {
  color: rgba(255, 255, 255, 0.86);
}

.cta-band .btn-light {
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 16px;
}

.timeline-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.timeline-item {
  border: 1px solid #dbe4f0;
  border-radius: 12px;
  padding: 14px 16px;
  background: #fff;
}

.timeline-item h4 {
  margin-bottom: 6px;
  font-size: 21px;
}

.timeline-item p {
  margin: 0;
  color: #5a6c83;
}

.event-item {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 14px;
  align-items: start;
}

.event-date {
  background: #f6f1e4;
  color: #8f6818;
  border-radius: 8px;
  padding: 8px 10px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}

.metric-card {
  border: 1px solid #dbe4f0;
  border-radius: 14px;
  padding: 18px 10px;
  background: #fff;
  height: 100%;
}

.metric-card strong {
  display: block;
  color: var(--mmu-secondary);
  font-size: 34px;
}

.metric-card span {
  color: #5b6d84;
  font-size: 14px;
}

.faculty-detail-card ul {
  margin: 0;
  padding: 0 16px 18px 32px;
  color: #425771;
}

.php-email-form .form-control {
  border-radius: 10px;
  border: 1px solid #cfdbea;
  min-height: 44px;
}

.php-email-form textarea.form-control {
  min-height: 120px;
}

@media (max-width: 767px) {
  .mmu-inner-hero {
    padding: 80px 0;
  }

  .mmu-inner-hero h2 {
    font-size: 34px;
  }

  .event-item {
    grid-template-columns: 1fr;
  }

  .news-archive-card {
    padding: 18px;
  }

  .archive-pagination {
    justify-content: flex-start;
  }
}
