/* ==========================================================================
   School of Postgraduate Studies (SPGS) Custom Styles - AKSU Theme
   ========================================================================== */

/* Hero Section */
.spgs-hero {
  background: linear-gradient(rgba(0, 38, 0, 0.88), rgba(0, 38, 0, 0.94)), url('../images/campus-hero.jpg') no-repeat center center;
  background-size: cover;
  padding: 90px 0 70px;
  color: #ffffff;
}

.spgs-badge-orange {
  background-color: #ff8c00 !important;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

.spgs-hero-title {
  font-weight: 900 !important;
  color: #ffffff !important;
}

.spgs-hero-desc {
  max-width: 820px;
  font-size: 1.15rem;
  line-height: 1.6;
}

.btn-spgs-orange {
  background-color: #ff8c00 !important;
  border-color: #ff8c00 !important;
  color: #ffffff !important;
}

.spgs-accent-heading {
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
  font-weight: 800;
  color: #003300;
}

.spgs-accent-heading::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 45px;
  height: 3px;
  background-color: #003300;
}

.spgs-vc-img {
  object-fit: cover;
  max-height: 480px;
}

.spgs-text-muted {
  line-height: 1.7;
  font-size: 0.95rem;
}

.text-spgs-red {
  color: #003300 !important;
}

.bg-aksu-green {
  background-color: #003300 !important;
}

.text-aksu-green {
  color: #003300 !important;
}

.spgs-mw-650 {
  max-width: 650px;
}

/* Opportunities Cards */
.spgs-opp-card {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
}

.spgs-opp-icon {
  width: 48px;
  height: 48px;
  background-color: #003300;
  color: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.spgs-opp-title {
  font-weight: 700;
  font-size: 1.05rem;
  color: #172217;
  margin-bottom: 6px;
}

.spgs-opp-desc {
  font-size: 0.88rem;
  color: #555555;
  line-height: 1.55;
  margin-bottom: 0;
}

/* Programme Cards */
.spgs-prog-card {
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #ffffff;
}

.spgs-prog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 51, 0, 0.12) !important;
}

.spgs-icon-badge-red {
  background: rgba(183, 28, 28, 0.08);
  color: #b71c1c;
  width: fit-content;
}

.spgs-icon-badge-green {
  background: rgba(0, 51, 0, 0.08);
  color: #003300;
  width: fit-content;
}

.spgs-icon-badge-orange {
  background: rgba(255, 140, 0, 0.08);
  color: #ff8c00;
  width: fit-content;
}

.spgs-icon-badge-blue {
  background: rgba(13, 71, 161, 0.08);
  color: #0d47a1;
  width: fit-content;
}

/* Header Mobile Responsiveness for SPGS */
@media (max-width: 991px) {
  .spgs-brand-logo {
    height: 40px !important;
  }
  .spgs-brand-title {
    font-size: 14px !important;
  }
  .spgs-brand-subtitle {
    font-size: 11px !important;
  }
}

@media (max-width: 576px) {
  .spgs-brand-logo {
    height: 34px !important;
  }
  .spgs-brand-title {
    font-size: 12.5px !important;
  }
  .spgs-brand-subtitle {
    font-size: 10px !important;
  }
}
