.sarjana-header {
    background: linear-gradient(to right, #014421, #046d37, #0a7f3c, #bfa24a);
    color: white;
    text-align: center;
    padding: 60px 0;
    margin-top: 90px; /* ✅ tambahkan ini */

}

.sarjana-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
}

.sarjana-subtitle {
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
}

/* Bagian: VISI & MISI */
.visi-misi-section {
  background: linear-gradient(180deg, #ffffff, #f8f9fa);
}

.visi-misi-section .ami-icon {
  font-size: 2.5rem;
  color: #0d6efd;
}

.visi-misi-section .judul-visi-misi {
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
}

.visi-misi-section .subjudul {
  color: #555;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.visi-misi-section .section-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.visi-misi-section ol {
  padding-left: 1.2rem;
  line-height: 1.6;
}

.visi-misi-section li {
  margin-bottom: 0.5rem;
}
    /* Header */
    .header .ami-icon {
      font-size: 2.25rem;
      margin-right: 0.9rem;
      color: #0d6efd; /* bootstrap primary; ganti sesuai brand */
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .header h2 {
      font-size: 1.5rem;
      margin: 0;
      font-weight: 600;
      color: #111;
    }

    .header .subtitle {
      font-size: 0.95rem;
      color: #555;
      margin-top: 2px;
    }

    /* Card content */
    .card-body { padding: 1.6rem; }
    .section-title {
      font-size: 1.125rem;
      margin-bottom: 0.6rem;
      color: #0b5ed7;
      font-weight: 600;
    }

    .lead-visi {
      font-size: 1rem;
      line-height: 1.6;
      color: #222;
    }

    .misi-list {
      padding-left: 1.25rem;
      margin: 0;
      color: #222;
      line-height: 1.55;
      font-size: 0.98rem;
    }

    .misi-list li {
      margin-bottom: 0.65rem;
    }

    /* Responsiveness tweaks */
    @media (max-width: 767.98px) {
      .header .ami-icon { font-size: 1.75rem; margin-right: 0.6rem; }
      .header h2 { font-size: 1.25rem; }
      .card-body { padding: 1rem; }
    }

    /* Accessibility: focus state if any link/button added later */
    .visi-misi-section :focus {
      outline: 3px solid rgba(13,110,253,0.15);
      outline-offset: 2px;
    }





.sarjana-content {
    text-align: center;
    color: #000;
}

.sarjana-card {
    background-color: #f9f9f9;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
}

.sarjana-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.sarjana-card-title {
    color: #014421;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.sarjana-card p {
    text-align: justify;
    font-size: 0.95rem;
    margin-bottom: 15px;
}

.sarjana-card h5 {
    color: #bfa24a;
    font-weight: 600;
    margin-top: 10px;
}

.sarjana-card ul {
    padding-left: 20px;
    list-style-type: disc;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Responsif */
@media (max-width: 991px) {
    .sarjana-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .sarjana-title {
        font-size: 2rem;
    }
    .sarjana-subtitle {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
  .sarjana-header {
    margin-top: 75px; /* sedikit lebih kecil untuk mobile */
    padding: 50px 0;
  }
}
