
.top-header-area {
    background-color: #0F195A;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

.top-header-area p,
.top-header-area a {
    color: #ffffff;
    margin: 0;
}

.top-header-area a:hover {
    color: #ffcc00; /* warna hover kontras */
    text-decoration: underline;
}

.header-left-content {
    font-weight: bold;
    font-size: 16px;
}
/*dropdown */
.language-dropdown {
    position: relative;
    display: inline-block;
}

.language-dropdown-toggle {
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    user-select: none;
}

.language-dropdown-toggle img {
    margin-right: 5px;
}

.language-dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    padding: 5px 0;
    margin-top: 5px;
    z-index: 100;
    border-radius: 4px;
    min-width: 120px;
}

.language-dropdown-menu a {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    text-decoration: none;
    color: #333;
}

.language-dropdown-menu a:hover {
    background-color:rgb(145, 103, 103);
}

.language-dropdown-menu img {
    margin-right: 8px;
}
.logo-img {
width: 100%;
max-width: 300px;
height: auto;
}
.logo-img-head {
width: 100%;
max-width: 250px;
height: auto;
}
.logo-img-head-body {
width: 100%;
max-width: 90px;
height: auto;
}
.logo_foot {
width: 100%;
max-width: 20px;
filter: brightness(0) invert(1); /* bikin putih */
height: auto;
object-fit: contain;
margin-right: 10px;
vertical-align: middle;
position: relative;
top: 12px; /* atau coba -1px, 2px tergantung kebutuhan */
}

.logo_foot_modal {
width: 100%;
max-width: 20px;
height: auto;
object-fit: contain;
margin-right: 10px;
vertical-align: middle;
position: relative;
}

.framed-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid #e0e0e0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.framed-image img {
    display: block;
    width: 100%;
    height: auto;
}

.framed-image:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.no-wrap {
    white-space: nowrap;
}
.text-center {
    text-align: center;
}
body {
    overflow-x: hidden; /* Hindari scroll horizontal */
}

.single-news-card {
    width: 100%;
}
.single_li {
    background-color:#0F145A;
}
.float-image {
    float: left;
    margin: 0 20px 20px 0;
    max-width: 300px;
    height: auto;
}

.text-wrapper {
    text-align: justify;
    overflow: hidden; /* Agar container membungkus gambar + teks */
}
.responsive_image_logo {
    width: 100%;
    max-width: 50px;
    height: auto;
}

@media (max-width: 768px) {
    .float-image {
        float: none;
        display: block;
        margin: 0 auto 20px auto;
    }
}
.img-responsive {
    width: 100%;
    max-width: 400px;
    height: auto;
}
ol.riwayat li {
    margin-bottom: 15px;
}
.dropdown-menu.akademik-grid {
    padding: 15px 20px;
    min-width: 400px; /* Bisa disesuaikan */
}

.dropdown-grid {
    display: flex;
    gap: 30px; /* Jarak antar kolom */
}

.dropdown-grid .grid-column {
    display: flex;
    flex-direction: column;
}

.dropdown-grid .nav-link {
    padding: 5px 10px;
    white-space: normal;
}
.blue-background {
    background-color: #111d5e;
    background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.1) 1px, transparent 0);
    background-size: 20px 20px;
    padding: 20px;
    border-radius: 15px;
    
}
.calendar-card {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.calendar-header {
    background-color: #d63333; /* merah */
    padding: 8px;
    font-size: 14px;
    line-height: 1.2;
    color: white;
}

.calendar-body {
    background-color: white;
    color: #000;
    padding: 10px 0;
    font-size: 24px;
}

.text-content-wrapper {
    flex: 1;
}

.text-content {
    display: block;
    font-size: 14px;
    color: white;
    margin-bottom: 6px;
}

.text-content + h5 {
    font-weight: bold;
    color: white;
    margin: 0;
}

.nav-item {
position: relative;
}

.dropdown-menu.tentang-grid {
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
background-color: #fff;
padding: 40px 60px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
z-index: 999;
display: none;
box-sizing: border-box;
}

/* Tampilkan dropdown saat hover */
.nav-item:hover .dropdown-menu.tentang-grid {
display: block;
}

/* Grid isi dropdown */
.dropdown-grid {
display: flex;
gap: 20px;
justify-content: space-between;
flex-wrap: wrap;
}

.grid-column {
flex: 1;
min-width: 200px;
}


/* Heading kolom */
.grid-column strong {
font-weight: bold;
margin-bottom: 12px;
font-size: 15px;
color: #666;
text-transform: uppercase;
}

/* Link dalam kolom */
.grid-column .nav-link {
color: #000;
padding: 4px 0;
text-decoration: none;
font-size: 14px;
}

.grid-column .nav-link:hover {
color: #007bff;
}

/* Responsive */
@media (max-width: 991px) {
.dropdown-grid {
    flex-direction: column;
    gap: 20px;
}
}

.single-podcasts-card span,
.text-content
{
    color: #ffffff !important;
}

@media (max-width: 767px) {
    .single-podcasts-card span,
    .single-podcasts-card h5 {
        color: #111d5e !important;
    }
}
/* Responsive supaya kolom jadi 1 di mobile */

@media (max-width: 768px) {
.dropdown-grid {
    flex-direction: column;
}

.grid-column {
    width: 100%; /* ✅ agar penuh di layar kecil */
}

.grid-column strong {
    display: block;
    margin-bottom: 10px;
}
}
#clock-container {
    margin: auto;  
}

#datetime-text {
    font-size: 17px;
    color:rgb(255, 255, 255);
    font-weight: 600;
    letter-spacing: 0.5px;
}
.accordion-button.no-icon::after {
    display: none !important;
}
.popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.6);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;

      opacity: 0;
      pointer-events: none;
      transition: opacity 0.5s ease;
    }

    .popup-overlay.show {
      opacity: 1;
      pointer-events: auto;
    }

    .popup-content {
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      max-width: 400px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.3);
      position: relative;

      transform: scale(0.9);
      transition: transform 0.3s ease;
    }

    .popup-overlay.show .popup-content {
      transform: scale(1);
    }

    .close-btn {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 20px;
      cursor: pointer;
    }

    .instansi-carousel-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #f4f6f9;
    padding: 20px 0;
}

.instansi-carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.instansi-item {
    flex: 0 0 100%;
    text-align: center;
    padding: 1rem;
}

.instansi-item img {
    max-width: 100px;
    height: auto;
}

.instansi-caption {
    margin-top: 1rem;
    font-weight: bold;
    font-size: 0.95rem;
    color: #333;
}

.instansi-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    z-index: 10;
}

.instansi-nav.prev {
    left: 10px;
}

.instansi-nav.next {
    right: 10px;
}

.instansi-dots {
    text-align: center;
    margin-top: 1rem;
}

.instansi-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
}
.text-content-wrapper {
    flex: 1;
}

.text-content {
    display: block;
    font-size: 17px;
    color: white;
    margin-bottom: 6px;
}

.text-content + h5 {
    font-weight: bold;
    color: white;
    margin: 0;
}
.instansi-dots .dot.active {
    background-color: #333;
}

@media (min-width: 768px) {
    .instansi-item {
        flex: 0 0 25%;
    }
}
.swiper {
width: 100%;
height: 500px;
}

@media (max-width: 600px) {
.swiper {
    height: 250px;
}
}

.swiper-slide {
display: flex;
}

.swiper-slide img {
width: 100%;
height: 100%;
object-fit: cover;
}
.swiper-wrapper-custom {
  position: relative;
}

.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}

.custom-prev:hover,
.custom-next:hover {
  background: rgba(0, 0, 0, 0.8);
}

.custom-prev {
  left: 10px;
}

.custom-next {
  right: 10px;
}
.instansi-carousel-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #f4f6f9;
    padding: 20px 0;
}

.instansi-carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.instansi-item {
    flex: 0 0 100%;
    text-align: center;
    padding: 1rem;
}

.instansi-item img {
    max-width: 100px;
    height: auto;
}

.instansi-caption {
    margin-top: 1rem;
    font-weight: bold;
    font-size: 0.95rem;
    color: #333;
}

.instansi-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    z-index: 10;
}

.instansi-nav.prev {
    left: 10px;
}

.instansi-nav.next {
    right: 10px;
}

.instansi-dots {
    text-align: center;
    margin-top: 1rem;
}

.instansi-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
}
.text-content-wrapper {
    flex: 1;
}

.text-content {
    display: block;
    font-size: 17px;
    color: white;
    margin-bottom: 6px;
}

.text-content + h5 {
    font-weight: bold;
    color: white;
    margin: 0;
}
.instansi-dots .dot.active {
    background-color: #333;
}

@media (min-width: 768px) {
    .instansi-item {
        flex: 0 0 25%;
    }
}
/* --- Section Title --- */
.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0a1a44;
}


/* --- Container card --- */
.students-stories-area {
  background: #ffffff;
}

.single-stories-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.single-stories-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* --- Gambar --- */
.single-stories-card .img {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 15px;
}

.single-stories-card .img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

/* --- Text content --- */
.health-care-content h3 {
  font-size: 22px;
  font-weight: 600;
  color: #0a1a44;
  margin-bottom: 10px;
}

.read-more-btn {
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
  color: #0056ff;
  text-decoration: none;
  font-weight: 500;
}

.read-more-btn:hover {
  text-decoration: underline;
}

/* Wrapper full width */
.slider-wrapper {
  width: 100%;
  margin: 0 auto;
}

/* Default desktop */
.mySwiper {
  width: 100%;
  height: 400px;
}

.slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- Responsive Height --- */

/* Tablet */
@media (max-width: 992px) {
  .mySwiper {
    height: 300px;
  }
}

/* HP besar */
@media (max-width: 768px) {
  .mySwiper {
    height: 260px;
  }
}

/* HP kecil 5–5.5 inch */
@media (max-width: 480px) {
  .mySwiper {
    height: 220px;
  }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
