:root {
  --overlay: rgba(0, 0, 0, .45);
  --overlay-strong: rgba(0, 0, 0, .65);
}

body {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

/* 1) Top menu overlay + transparency */
.navbar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  /* above carousel */
  background:  rgba(34, 33, 33, 0.6) !important;
  transition: background .25s ease, box-shadow .25s ease;
}

.navbar-overlay.scrolled {
  background: rgba(0, 0, 0, .6) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
  backdrop-filter: blur(6px);
}

.navbar-overlay .nav-link,
.navbar-overlay .navbar-brand {
  color: #fff !important;
  padding-left: 5px;
}

.navbar-overlay .nav-link.active {
  color: #36c2db !important;
  font-weight: 600;
}

.navbar-overlay .nav-link:hover {
  color: #007bff !important;
  font-weight: 600;
}

.navbar-overlay .dropdown-menu {
  background: var(--overlay);
  border: 0;
}

.navbar-overlay .dropdown-item {
  color: #fff;
}

.navbar-overlay .dropdown-item:hover {
  background: var(--overlay-strong);
}

.btn-primary-custom {
  background-color: #36c2db;
  color: #cfd8df;
  font-weight: 600;
}

/* 2) Slider full-screen */
.carousel,
.carousel-item {
  height: 90vh;
}

.carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.slide-overlay {
  position: absolute;
  inset: 0;
  background: var(--overlay);
}

.slide-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: grid;
  place-items: center;
  text-align: left;
  padding: 0 1rem;
}

.slide-box {
  max-width: 900px;
  color: #fff;
}

.slide-title {
  font-weight: 800;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.1;
  text-shadow: 0 2px 20px rgba(0, 0, 0, .55);
}

.slide-subtitle {
  font-size: clamp(14px, 1.5vw, 18px);
  opacity: .95;
}

/* 4) Pengumuman dengan Slick.js */
.announcements {
  background: #0b2b40;
  color: #d9edf7;
  position: relative;
  overflow: hidden;
  height: 95px;
}

.announcements .label {
  padding: .6rem 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  height: 100%;
}

.announcement-slider {
  padding: 0.5rem 2rem;
  display: flex;
  align-items: center;
  height: 100%;
}

.announcement-slide {
  padding: 0 1rem;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.announcement-link {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
  display: block;
  font-size: 0.95rem;
}

.announcement-link:hover {
  color: #fff;
  text-decoration: underline;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

/* Custom Slick styling */
.announcement-slider .slick-dots {
  display: none !important;
}

.announcement-slider .slick-arrow {
  display: none !important;
}

/* Pause button states */
#pauseAnnouncement.paused {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}

#pauseAnnouncement.paused:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* 5) Feature boxes hover */
.feature-card {
  background: #fff;
  border-radius: .8rem;
  padding: 1.25rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .06);
  transition: transform .18s ease, box-shadow .18s ease;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(0, 0, 0, .12);
}

.feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #e8f1f7;
  margin-bottom: .75rem;
  font-size: 1.4rem;
}

/* 6) Footer */
footer {
  color: #cfd8df;
  background: #111111;
}

footer h6 {
  color: #fff;
  font-weight: 700;
}

footer a {
  color: #cfd8df;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-meta {
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: #a8b8c4;
}

.language-flags {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.language-flags img {
  height: 15px;
  width: 22px;
}

/* Desktop mode: adjust position for better spacing */
@media (min-width: 992px) {
  .language-flags {
    right: 50px;
  }
}

/* Mobile mode: ensure proper positioning */
@media (max-width: 991.98px) {
  .language-flags {
    right: 15px;
  }

  /* Add margin to container to avoid overlap with language flags */
  .navbar .container {
    padding-right: 100px;
  }
}

img.logo {
  width: 50px;
}

.pengumuman {
  background-color: #0a1923;
}

.footer-contact {
  color: white;
  padding: 0px 10px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  max-width: 400px;
  margin: 0 auto;
}

.contact-content {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 30px;
}

.jata {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 24px;
  color: white;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.jata-container {
  width: 60px;
  height: 60px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jata-image {
  width: 99%;
  height: 99%;
}

.contact-content-text {
  flex: 1;
}

.contact-header-section {
  margin-bottom: 25px;
}

.contact-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 3px;
  line-height: 1.2;
}

.contact-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #e0e0e0;
  line-height: 1.2;
}

.address-section {
  margin: 0;
  padding: 0;
}

.address-line {
  font-size: 15px;
  line-height: 1.5;
  color: #d0d0d0;
  margin-bottom: 3px;
}

.contact-info {
  margin-top: 30px;
}

.contact-item {
  display: flex;
  align-items: center;
  padding: 2px 0;
}

.contact-icon {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  background: #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffd700;
  font-size: 12px;
  flex-shrink: 0;

}

.phone-icon::before {
  content: '📞';
}

.fax-icon::before {
  content: '📠';
}

.email-icon::before {
  content: '✉️';
}

.contact-text {
  font-size: 15px;
  color: #e8e8e8;
  font-weight: 500;
}

.contact-label {
  font-weight: 600;
  margin-right: 8px;
}

/* Responsive */
@media (max-width: 480px) {
  .footer-contact {
    padding: 30px 20px;
    margin: 10px;
  }

  .logo {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .title {
    font-size: 18px;
  }

  .subtitle {
    font-size: 16px;
  }

  .contact-text {
    font-size: 14px;
  }
}


.content-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.content-header-top {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  background-image: url('../images/bg-inner-top.jpg');
  background-attachment: scroll;
}
.content-wraper {
    background-color: #ffffff;
}
.content-header {
    border-bottom: 3px solid #404142;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.content-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
    line-height: 1.3;
}

.content-body {
    font-size: 16px;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 40px;
}

.content-body h1, .content-body h2, .content-body h3 {
    color: #2c3e50;
    margin-top: 30px;
    margin-bottom: 15px;
}

.content-body p {
    margin-bottom: 20px;
}

.content-body ul, .content-body ol {
    padding-left: 25px;
    margin-bottom: 20px;
}

.content-body li {
    margin-bottom: 8px;
}

.content-footer {
    border-top: 1px solid #e9ecef;
    padding-top: 15px;
    text-align: left;
    font-size: 14px;
    color: #6c757d;
    padding-bottom: 15px;
}

@media (max-width: 768px) {
    .content-title {
        font-size: 1.8rem;
    }
    .content-body {
        font-size: 15px;
    }
}