body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
}
.top-bar {
  background-color: #361B68;
  color: white;
  font-size: 0.875rem;
  padding: 0.375rem 1rem;
}

.top-bar i {
  margin-right: 0.5rem;
}

.navbar-nav .nav-link.active {
  color: #361B68 !important;
  font-weight: 600;
}
.btn-kontak {
  background-color: #361B68;
  color: white;
  font-weight: 600;
  border-radius: 0.375rem;
  padding-top: 14px;
  margin: auto;
  font-size: 16px;
  border: none;
  width: 200px;
  height: 50px;
  transition: background-color 0.3s ease;
}

.btn-ppdb {
  background-color: #361B68;
  color: white;
  font-weight: 300;
  border-radius: 0.375rem;
  padding: 0.375rem 1rem;
  font-size: 14px;
  border: none;
  transition: background-color 0.3s ease;
}

.btn-ppdb:hover,
.btn-ppdb:focus {
  background-color: #c46e1d;
  color: white;
}

/* Fullscreen carousel hero */
.hero-carousel {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
}

.hero-carousel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-carousel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255 255 255 / 0.85);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 600px;
  padding: 2rem;
  background: transparent;
}

.hero-text-small {
  color: #361B68;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}

.hero-title {
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 1rem;
  color: #222;
}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-content {
    max-width: 90vw;
    padding: 1rem;
  }
}

.hero-description {
  color: #4a4a4a;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.carousel-dots {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 4;
}

.carousel-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  border: 2px solid #361B68;
  background-color: white;
  cursor: pointer;
}

.carousel-dot.active {
  background-color: #361B68;
  border-color: white;
}

.stats-bar {
  background-color: #361B68;
  color: white;
  border-radius: 10px;
  margin-top: -1.5rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 6px rgb(0 0 0 / 0.1);
}

.stats-item {
  border-right: 1px solid rgba(255 255 255 / 0.3);
  padding: 1.5rem 2rem;
  text-align: center;
}

.stats-item:last-child {
  border-right: none;
}

.stats-number {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
}

.stats-label {
  font-weight: 400;
  font-size: 1rem;
  margin-top: 0.25rem;
}

@media (max-width: 575.98px) {
  .stats-bar {
    border-radius: 0;
    margin-top: 0;
  }

  .stats-item {
    border-right: none !important;
    border-bottom: 1px solid rgba(255 255 255 / 0.3);
    padding: 1rem 1rem;
  }

  .stats-item:last-child {
    border-bottom: none !important;
  }
}

.carousel-item img {
  max-height: 500px;
  object-fit: cover;
}

.carousel-caption {
  left: 5%;
  right: auto;
  bottom: 20%;
  text-align: left;
}

.carousel-caption h1,
.carousel-caption p {
  color: white;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.video-card {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  max-width: 1200px;
  max-height: 600px;
  margin: 2.5rem auto;
}

.video-card img {
  width: 100%;
  height: auto;
  display: block;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  border-radius: 1rem;
}

.video-title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
}

.video-desc {
  color: #d1d5db;
  font-size: 1rem;
  margin-top: 0.25rem;
  line-height: 1.4;
}

.btn-orange {
  background-color: #d96a1a;
  border: none;
  font-weight: 600;
  font-size: 1.125rem;
  padding: 0.75rem 2rem;
  border-radius: 0.375rem;
  transition: background-color 0.3s ease;
}

.btn-orange:hover,
.btn-orange:focus {
  background-color: #c15e16;
  color: white;
}

.stat-card {
  border-radius: 1rem;
  box-shadow: 0 10px 15px rgb(0 0 0 / 0.1);
  background-color: white;
  padding: 2rem 3rem;
}

.stat-divider {
  border-right: 1px solid #d1d5db;
}

.stat-number {
  color: #047857;
  font-weight: 800;
  font-size: 2.25rem;
  margin-bottom: 0.25rem;
}

.stat-title {
  /* max-width: 140px; */
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .stat-title {
    margin-left: 0;
    margin-right: 0;
  }
}

.card-img-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  border-radius: 0 0 0.5rem 0.5rem;
}

.btn-help {
  position: absolute;
  bottom: 2rem;
  right: 1.5rem;
  background-color: #166534;
  color: white;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 0.375rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: none;
}

.btn-help:hover,
.btn-help:focus {
  background-color: #14532d;
  color: white;
  text-decoration: none;
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(21, 83, 45, 0.5);
}

.btn-help svg {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.category-text {
  color: #d46a1e;
  font-weight: 600;
  font-size: 13px;
}

.title-highlight {
  color: #d46a1e;
}

.card-text-bold {
  font-weight: 900;
  font-size: 15px;
  color: white;
}

.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.card-img-top {
  border-radius: 0.5rem 0.5rem 0 0;
  object-fit: cover;
  height: 250px;
  width: 100%;
}

@media (min-width: 576px) {
  .card-img-top {
    height: 300px;
  }
}

@media (min-width: 992px) {
  .card-img-top {
    height: 320px;
  }
}

.footer {
  background-color: #d9f0e4;
  color: #000;
}

.social-icons a {
  color: #047857;
  font-size: 1.25rem;
  margin-right: 1rem;
}

.social-icons a:last-child {
  margin-right: 0;
}

.info-box {
  background: white;
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
  max-width: 320px;
  font-size: 0.75rem;
  line-height: 1.2;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 0.1);
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.info-box strong {
  color: #047857;
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 700;
  font-size: 0.875rem;
}

.map-container {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 0.1);
}

footer {
  border-top: 1px solid #FFFFFF;
  background-color: #d9f0e4;
  font-size: 0.875rem;
  color: #000;
}

footer a,
footer i {
  color: #000;
}

/* JURUSAN */
.breadcrumb-custom {
  font-size: 0.75rem;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}


.title-main {
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 0.5rem;
}

.desc-main {
  font-size: 18px;
  max-width: 48rem;
  margin-bottom: 2rem;
}

.card-custom {
  border-radius: 0.375rem;
  overflow: hidden;
  box-shadow: 0 4px 8px rgb(0 0 0 / 0.15);
  position: relative;
  color: white;
  font-size: 0.75rem;
}

.card-custom img {
  width: 100%;
  height: 14rem;
  object-fit: cover;
}

.card-custom-video {
  border-radius: 0.375rem;
  overflow: hidden;
  box-shadow: 0 4px 8px rgb(0 0 0 / 0.15);
  position: relative;
  color: white;
  font-size: 0.75rem;
}

.card-custom-video iframe {
  width: 100%;
  height: 22rem;
  object-fit: cover;
}

.card-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.75rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
}

.card-title-green {
  color: #361B68;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.card-gradient {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
}

.card-custom {
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 12px;
}

.card-title-green {
  font-weight: 700;
  color: #9de093;
}

/*  END JURUSAN */

/* START TENDIK */
.card-custom-tendik {
  border-radius: 0.375rem;
  overflow: hidden;
  position: relative;
  color: white;
  font-size: 0.75rem;
  width: 255px;

}

.card-custom-tendik img {
  width: 255px;
  height: 14rem;
  object-fit: cover;
}
.card-tendik-title{
    font-family: Montserrat;
    font-weight: 800;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -2%;
    color:#FFFFFF;
}
.card-tendik-jabatan {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #FFF
}

/* END TENDIK */

/*  Galery*/
.gallery-img {
  width: 256px;
  height: 263px;
  object-fit: cover;
  border-radius: 8px;
  /* opsional untuk sudut membulat */
}

/* KONTAK */
.kontak{
  background-color: #f9f0e7;
    background-image: radial-gradient(#e6b87a 1px, #f9f0e7 1px);
    background-size: 20px 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, "Helvetica Neue", Arial, sans-serif;
}

hr.custom-hr {
  border-top: 1px solid white;
  margin-bottom: 1rem;
}

.form-control,
.form-control:focus,
textarea.form-control,
textarea.form-control:focus {
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
  border-radius: 0.5rem;
  border: 1px solid #d1d5db;
  color: #6b7280;
  padding: 1rem 1.25rem;
}

.form-control::placeholder,
textarea.form-control::placeholder {
  color: #6b7280;
}

.btn-orange {
  background-color: #361B68;
  color: white;
  border-radius: 0.5rem;
  padding: 1rem 0;
  font-weight: 400;
  font-size: 1rem;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
}

.btn-orange:hover,
.btn-orange:focus {
  background-color: #361B68;
  color: white;
}

nav.breadcrumb-custom {
  font-size: 10px;
  color: #3a3a3a;
  user-select: none;
  padding-left: 0;
  margin-bottom: 0.75rem;
}

nav.breadcrumb-custom .breadcrumb-item+.breadcrumb-item::before {
  content: "›";
  color: #3a3a3a;
}

nav.breadcrumb-custom .breadcrumb-item.active {
  font-weight: 600;
  color: #000;
}

h1 {
  font-weight: 800;
  user-select: none;
}

p.description {
  max-width: 600px;
  color: #1a1a1a;
  user-select: none;
  line-height: 1.3;
}

