
.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;
}