@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&display=swap');

body {
  margin: 0;
  font-family: 'Noto Sans', system-ui, -apple-system, sans-serif;
  background: #f4f6f8;
}

/* HEADER */
.header {
  background: linear-gradient(135deg, #1f3a5f, #274c77);
  padding: 26px;
  text-align: center;
  color: white;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}

/* MENU */
.menu {
  background: #ffffff;
  padding: 14px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.menu a, .dropbtn {
  margin: 0 18px;
  text-decoration: none;
  color: #1f3a5f;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.menu a::after, .dropbtn::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #1f3a5f;
  left: 0;
  bottom: -6px;
  transition: 0.3s;
}

.menu a:hover::after,
.dropbtn:hover::after {
  width: 100%;
}

.container {
  margin-top: 40px;
}


/* DROPDOWN */
.dropdown {
  display: inline-block;
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: white;
  min-width: 150px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.dropdown-content a {
  display: block;
  padding: 10px;
  color: #333;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* CONTENT */
.container {
  width: 900px;
  margin: 30px auto;
  background: white;
  padding: 30px;
  border-radius: 6px;
}

h2 {
  text-align: center;
  color: #1f3a5f;
}

/* TABLE */
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

th {
  background: #1f3a5f;
  color: white;
}

th, td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
}

/* FORM */
form {
  text-align: center;
}

input, button {
  padding: 8px;
  margin: 5px;
}

/* FOOTER */
.footer {
  background-color: #1e3a8a;
  color: #fff;
  margin-top: 60px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.footer-box h3,
.footer-box h4 {
  margin-bottom: 15px;
}

.footer-box p,
.footer-box a {
  font-size: 14px;
  color: #e0e7ff;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
}

.footer-box a:hover {
  color: #fff;
}

.footer-bottom {
  text-align: center;
  padding: 15px;
  background-color: #162d6b;
  font-size: 13px;
}

/* ===== HALAMAN ALUMNI ===== */
.container {
  background: linear-gradient(180deg, #ffffff, #f5f7fa);
}

/* Judul Alumni */
.container h2 {
  font-size: 26px;
  margin-bottom: 25px;
  position: relative;
}

.container h2::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #1f3a5f;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Card efek */
.container {
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* Tabel Alumni */
table {
  border-radius: 8px;
  overflow: hidden;
}

table tr:nth-child(even) {
  background-color: #f2f5f9;
}

table tr:hover {
  background-color: #e6ecf5;
  transition: 0.2s;
}

th {
  letter-spacing: 0.5px;
}

td {
  font-size: 14px;
}
/* ===== PROFIL KAMPUS ===== */
.profile-hero {
  text-align: center;
  margin-bottom: 30px;
}

.profile-hero h1 {
  font-size: 32px;
  font-weight: 700;
  color: #1f3a5f;
  margin-bottom: 10px;
}

.profile-hero p {
  font-size: 15px;
  color: #555;
  max-width: 700px;
  margin: auto;
  line-height: 1.8;
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.profile-card {
  background: white;
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.profile-card:hover {
  transform: translateY(-6px);
}

.profile-card h3 {
  color: #1f3a5f;
  font-size: 16px;
  margin-bottom: 10px;
}

.profile-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}

/* Highlight bawah */
/* ===== SECTION PENUTUP PROFIL (NO JUDUL) ===== */
.profile-footer {
  margin: 90px auto 0;
  max-width: 720px;
  text-align: center;
}

.profile-statement {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  font-weight: 500;
}

.profile-tagline {
  margin-top: 36px;
  font-size: 20px;
  font-weight: 600;
  color: #1f3a5f;
  letter-spacing: 0.2px;
  line-height: 1.4;
  position: relative;
}

.profile-tagline::before {
  content: "";
  width: 48px;
  height: 2px;
  background: #1f3a5f;
  display: block;
  margin: 0 auto 18px;
  border-radius: 2px;
  opacity: 0.9;
}



select {
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-family: Montserrat;
}

form button {
  padding: 8px 14px;
  border: none;
  background: #1f3a5f;
  color: white;
  border-radius: 6px;
  cursor: pointer;
}

form button:hover {
  opacity: 0.9;
}
.total-alumni {
  margin-top: 20px;
  padding: 18px 22px;
  background: linear-gradient(135deg, #1f3a5f, #2c5282);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  display: inline-block;
}
.total-alumni {
  margin: 25px auto 0;   /* auto = tengah */
  padding: 10px 18px;
  background: #edf2f7;
  color: #1f3a5f;
  font-weight: 700;
  border-radius: 999px;
  border: 2px solid #1f3a5f;
  display: table;        /* bikin center horizontal */
  text-align: center;
}
.total-alumni:hover {
  background: #1f3a5f;
  color: #fff;
  transition: 0.3s;
}



/* ===== NAVBAR STMIK (UPGRADE VISUAL) ===== */
.top-nav {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: linear-gradient(120deg, #1e3c72, #2a5298);
  padding: 16px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* KIRI */
.nav-left {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.6px;
}

.nav-left img {
  width: 46px;
  height: 46px;
  background: white;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  transition: transform 0.3s ease;
}

.nav-left img:hover {
  transform: rotate(-5deg) scale(1.05);
}

/* KANAN */
.nav-right a {
  color: #eaf1ff;
  text-decoration: none;
  margin-left: 28px;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 0;
  position: relative;
  transition: color 0.3s ease;
}

/* Hover halus & classy */
.nav-right a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 3px;
  background: #ffd166;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.nav-right a:hover {
  color: #ffd166;
}

.nav-right a:hover::after {
  width: 100%;
}
.font-stmik {
    font-family: 'Cinzel', serif;
    font-weight: 600;
    letter-spacing: 1px;
}

/* ===============================
   HALAMAN PENDAFTARAN SAJA
   =============================== */

.page-pendaftaran .container {
  max-width: 460px;
  background: #fff;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.1);
}

.page-pendaftaran h2 {
  font-size: 24px;
  margin-bottom: 26px;
  color: #1f3a5f;
  position: relative;
}

.page-pendaftaran h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #1f3a5f;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* FORM */
.page-pendaftaran form {
  text-align: left;
}

.page-pendaftaran input,
.page-pendaftaran select {
  width: 100%;
  padding: 12px;
  margin-bottom: 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.page-pendaftaran input:focus,
.page-pendaftaran select:focus {
  border-color: #1f3a5f;
  outline: none;
  box-shadow: 0 0 0 3px rgba(31,58,95,0.15);
}

/* BUTTON */
.page-pendaftaran button {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, #1f3a5f, #2c5282);
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.page-pendaftaran button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}
/* Samakan font select dengan input (halaman pendaftaran saja) */
.page-pendaftaran select,
.page-pendaftaran option {
  font-family: 'Noto Sans', system-ui, -apple-system, sans-serif;
  font-size: 14px;
  color: #333;
}
form select,
form option {
  font-family: 'Noto Sans', system-ui, -apple-system, sans-serif;
  font-size: 14px;
}
.page-pendaftaran select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='%231f3a5f' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;
}
.cta-daftar {
  text-align: center;
  margin-top: 32px;    /* JARAK DARI CARD */
  margin-bottom: 24px; /* JARAK KE TEKS BAWAH */
}

.btn-daftar-sekarang {
  display: inline-block;
  padding: 14px 34px;
  background: linear-gradient(135deg, #1f3a5f, #2c5282);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  letter-spacing: 0.5px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.18);
  transition: all 0.3s ease;
}

.btn-daftar-sekarang:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.28);
}
