﻿body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.site-header {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 100;
}

.site-header .rainbow-strip {
    height: 5px;
    background: linear-gradient(90deg, #ed1c24 0%, #fcd20e 25%, #00a651 50%, #0054a6 75%, #662d91 100%);
}

.site-header .top-bar {
    background: #f5f5f5;
    font-size: 12px;
    padding: 5px 0;
}

.site-header .top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Language Bookmark Tabs */
.lang-bookmark-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 3px;
    align-items: flex-end;
}

.lang-tab {
    position: relative;
}

.lang-tab a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 8px 14px 10px;
    background: rgba(157, 36, 131, 0.15);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    min-width: 50px;
}

.lang-tab a:hover {
    background: rgba(157, 36, 131, 0.25);
    transform: translateY(-2px);
}

.lang-tab.active a {
    background: rgba(157, 36, 131, 0.3);
    font-weight: 600;
    border-bottom: 3px solid #F5A623;
}

.lang-tab .tab-flag {
    font-size: 20px;
    line-height: 1;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.lang-tab .tab-code {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}


.site-header .main-header {
    display: fixed;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}

.site-header .main-navigation ul {
    display: fixed;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-header .main-navigation a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

/* --- FOOTER CTA SECTION --- */
.footer-cta-section {
    background: #f8f8f8;
    padding: 60px 0 0;
    /* Remove bottom padding */
    position: relative;
    overflow: hidden;
}

.footer-cta-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    align-items: flex-end;
}

.footer-cta-content {
    padding-bottom: 60px;
    /* Space for the text side */
}

.assistance-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}

.admissions-label {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #444;
}

.operating-hours {
    margin-bottom: 30px;
    color: #666;
    line-height: 1.6;
}

.operating-hours small {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 5px;
}

.cta-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.cta-col small {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #888;
    margin-bottom: 5px;
}

.btn-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease;
}

.orange-btn {
    background: #F8991D;
}

.orange-btn:hover {
    background: #e68a1a;
    transform: translateY(-2px);
}

.full-width-cta {
    grid-column: span 2;
}

.footer-cta-image {
    position: relative;
    margin-bottom: -5px;
    /* tarik ke bawah supaya menempel */
}

.footer-cta-image img {
    max-width: 120%;
    /* perbesar ukuran */
    height: auto;
    display: block;
    position: relative;
    bottom: -20px;
    /* dorong turun */
}

/* --- MAIN BLUE FOOTER --- */
.site-footer-dark {
    background: #003B5C;
    /* Deep Navy Blue */
    color: #fff;
    padding: 80px 0 40px;
}

.footer-main-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #fff;
    letter-spacing: 1px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #fff;
}

.location-list p {
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sub-location-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

.sub-location-links a {
    color: #999;
    font-size: 11px;
    text-decoration: none;
}

.social-label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-social-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.footer-social-icons a {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
}

.social-x {
    font-weight: 900;
}

/* Future Ready Box */
.future-ready-box {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    color: #333;
}

.future-ready-box small {
    font-size: 10px;
    letter-spacing: 1px;
    color: #888;
}

.future-ready-box h3 {
    font-size: 22px;
    font-weight: 800;
    margin: 10px 0 25px;
    line-height: 1.2;
    color: #003B5C;
}

.future-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.btn-future {
    background: #F8991D;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.btn-future:hover {
    background: #e68a1a;
}

.btn-future .icon-wrap {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom-new {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #fff;
    font-size: 12px;
    color: #888;
}

/* Floating Consultation */
.floating-consultation {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 60px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    z-index: 1000;
    transition: 0.3s ease;
}

.floating-consultation i {
    font-size: 24px;
    color: #25D366;
}

.floating-consultation .consult-text small {
    display: block;
    font-size: 11px;
    color: #777;
    line-height: 1;
}

.floating-consultation .consult-text span {
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.floating-consultation:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}


.consult-icon {
    width: 40px;
    height: 40px;
    background: #02558B;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.consult-text small {
    display: block;
    font-size: 9px;
    color: #888;
    line-height: 1;
}

.consult-text span {
    font-weight: 700;
    color: #333;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .footer-main-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .footer-cta-grid {
        grid-template-columns: 1fr;
    }

    .footer-cta-image {
        display: none;
    }

    .footer-main-grid {
        grid-template-columns: 1fr;
    }

    .cta-buttons {
        grid-template-columns: 1fr;
    }

    .full-width-cta {
        grid-column: span 1;
    }
}

/* Components */
.btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.btn-warning {
    background: #F5A623;
    color: #ffffff;
}

.btn-warning:hover {
    background: #d48a0b;
}

/* Hero Slider (Splide.js Implementation) */
.home-slideshow-list {
    margin: 40px 0;
    overflow: visible !important;
}

.splide__track {
    overflow: visible !important;
}

.hero-slide-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.hero-slide-item {
    height: 600px;
    min-height: 400px;
    background-color: #f0f0f0;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.6s ease;
    opacity: 0.5;
    transform: scale(0.9);
}

.splide__slide.is-active .hero-slide-item {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Utilities */
.text-center {
    text-align: center;
}

.section-container {
    padding: 60px 0;
}

.bg-light {
    background: #f9f9fa;
}

/* Mobile Menu Toggle (Hidden on Desktop) */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1000;
}

.mobile-menu-toggle .burger-line {
    width: 25px;
    height: 3px;
    background: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Burger Animation */
.mobile-menu-toggle.active .burger-line:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.mobile-menu-toggle.active .burger-line:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active .burger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Responsive */
@media (max-width: 1024px) {
    .container {
        padding: 0 15px;
    }
}

@media (max-width: 768px) {

    /* Show burger menu on mobile */
    .mobile-menu-toggle {
        display: flex;
    }

    /* Hide navigation by default on mobile */
    .site-header .main-navigation {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: #fff;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
        padding: 80px 20px 20px;
        transition: right 0.3s ease;
        z-index: 999;
        overflow-y: auto;
    }

    .site-header .main-navigation.active {
        right: 0;
    }

    .site-header .main-navigation ul {
        flex-direction: column;
        gap: 0;
    }

    .site-header .main-navigation ul li {
        border-bottom: 1px solid #f0f0f0;
    }

    .site-header .main-navigation ul li a {
        display: block;
        padding: 15px 0;
    }

    .site-header .main-header {
        position: relative;
    }

    .hero-slider-container {
        height: 400px;
    }

    .footer-content {
        flex-direction: column;
    }

    /* Language Tabs Mobile - Even Smaller */
    .lang-bookmark-tabs {
        gap: 1px;
    }

    .lang-tab a {
        padding: 4px 8px 6px;
        min-width: 35px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .lang-tab .tab-flag {
        font-size: 14px;
    }

    .lang-tab .tab-code {
        font-size: 8px;
        letter-spacing: 0.2px;
    }

    .lang-tab.active a {
        border-bottom: 2px solid #F5A623;
    }

    .site-header .top-bar {
        font-size: 10px;
        padding: 3px 0;
    }

    .site-header .tagline {
        font-size: 10px;
    }
}

/* --- SINGLE EVENT DETAIL --- */
.single-event-container {
    background: #fdfdfd;
}

.event-main-title {
    font-size: 32px;
    font-weight: 700;
    color: #555;
    line-height: 1.3;
}

.event-info-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.info-item {
    display: flex;
    flex-direction: column;
}

.info-label {
    font-size: 13px;
    font-weight: 700;
    color: #666;
    margin-bottom: 8px;
}

.info-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.info-content .dashicons {
    color: #02558B;
    font-size: 20px;
}

.info-value {
    font-size: 15px;
    color: #888;
}

.date-time {
    display: flex;
    flex-direction: column;
}

.btn-event-reg {
    background: #F8991D;
    color: #fff;
    text-decoration: none;
    padding: 12px 60px;
    border-radius: 30px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s;
}

.btn-event-reg:hover {
    background: #e68a1a;
    color: #fff;
    transform: translateY(-2px);
}

.section-divider-title {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #eee;
    line-height: 0.1em;
    margin: 40px 0 20px;
    font-size: 18px;
    font-weight: 800;
    color: #666;
}

.section-divider-title span {
    background: #fff;
    padding: 0 20px;
}

.organizer-name {
    color: #02558B;
    font-weight: 700;
    text-transform: uppercase;
}

.organizer-desc {
    color: #aaa;
    font-size: 14px;
}

/* --- NEWS & EVENTS SECTION --- */
.news-events-section {
    background: #f3f2f2;
    padding: 40px 0;
}

.news-events-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.news-card-column,
.event-card-column {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.news-card-column {
    background: #02558B;
    color: #fff;
    padding: 25px 20px;
}

.event-card-column {
    background: #fff;
    color: #333;
    padding: 25px 20px;
    border: 1px solid #f0f0f0;
}

.header-icon-wrap {
    text-align: center;
    margin-bottom: 20px;
}

.section-icon {
    max-height: 70px;
    width: auto;
}

.section-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 5px;
    line-height: 1.5;
}

/* News List Styles */
.news-list {
    margin: 10px 0;
}

.news-item {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 0;
}

.news-item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.news-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.news-item h3 {
    font-size: 19px;
    font-weight: 700;
    margin: 10px;
    line-height: 1.4;
}

.news-date {
    font-size: 13px;
    opacity: 0.8;
}

/* Event List Styles */
.events-list {
    margin: 40px 0;
}

.event-item:first-child {
    border-top: 1px solid #eee;
}

.event-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.event-date-box {
    background: #F8991D;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.event-date-box .day {
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.event-date-box .month {
    font-size: 12px;
    font-weight: 700;
    margin-top: 2px;
}

.event-date-box .year {
    font-size: 10px;
    opacity: 0.9;
}

.event-info h3 {
    font-size: 18px;
    font-weight: 600;
    color: #555;
    margin: 0;
}

.event-info a {
    text-decoration: none;
    color: inherit;
}

.event-info a:hover h3 {
    color: #02558B;
}

/* Buttons */
.view-all-light {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.view-all-dark {
    color: #02558B;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

/* Adjustments for existing responsive section */
@media (max-width: 768px) {
    .news-events-grid {
        grid-template-columns: 1fr;
    }
}

/* --- KNOWLEDGE SECTION --- */
.knowledge-section {
    padding: 10px 0;
}

.knowledge-header-icon {
    max-height: 80px;
    width: auto;
}

.knowledge-title {
    font-size: 36px;
    font-weight: 700;
    color: #555;
    margin-bottom: 10px;
}

.knowledge-desc {
    color: #888;
    max-width: 600px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.6;
}

.knowledge-carousel-wrapper {
    position: relative;
    margin-top: 50px;
}

.knowledge-grid {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding-bottom: 20px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

.knowledge-grid::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari and Opera */
}

.knowledge-card {
    flex: 0 0 200px;
    scroll-snap-align: start;
}

.k-card-inner {
    background: #f8f8f8;
    padding: 10px 20px 10px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.k-card-inner:hover {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

.k-icon-container {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

.k-icon-img {
    max-width: 60%;
    height: auto;
}

.k-card-title {
    font-size: 13px;
    color: #666;
    margin: 0;
    font-weight: 500;
}

/* Nav Buttons */
.nav-btn {
    background: #F8991D;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    transition: opacity 0.3s;
}

.nav-btn:hover {
    opacity: 0.8;
}

.nav-btn .dashicons {
    font-size: 20px;
    width: 20px;
    height: 20px;
}

@media (max-width: 768px) {
    .knowledge-title {
        font-size: 28px;
    }

    .knowledge-card {
        flex: 0 0 160px;
    }
}

/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 991px) {
    .footer-main-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    /* Faculty Section Mobile */
    .faculty-section {
        padding: 40px 0;
    }

    .card-faculty-blue {
        padding: 40px 20px;
        border-radius: 20px;
    }

    .faculty-title {
        font-size: 28px;
    }

    .faculty-subtitle {
        font-size: 16px;
    }

    .faculty-pills-container {
        gap: 10px;
    }

    .btn-faculty-pill {
        font-size: 12px;
        padding: 8px 15px;
    }

    /* Footer CTA Mobile */
    .footer-cta-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 20px;
    }

    .footer-cta-content {
        padding-bottom: 30px;
    }

    .cta-buttons {
        justify-content: center;
    }

    .footer-cta-image {
        display: none;
        /* Hide image on smaller mobile if it takes too much space, or keep it */
    }

    /* Let's keep it but make it stick better */
    .footer-cta-image img {
        margin: 0 auto;
        max-width: 80%;
    }

    /* Main Footer Mobile */
    .footer-main-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-social-icons {
        justify-content: center;
    }

    .location-list p {
        justify-content: center;
    }

    .sub-location-links {
        padding: 0;
        list-style: none;
    }

    .future-ready-box {
        margin-top: 20px;
    }

    /* Accreditation Mobile */
    .accreditation-grid {
        justify-content: center;
        gap: 20px;
    }
}

/* --- FACULTY & PROGRAM STUDY SECTION --- */
.faculty-section {
    background: #fff;
    padding: 40px 0;
}

.card-faculty-blue {
    background: linear-gradient(135deg, #02558B 0%, #003B5C 100%);
    border-radius: 30px;
    padding: 60px 40px;
    color: #fff;
    box-shadow: 0 20px 40px rgba(0, 59, 92, 0.2);
}

.faculty-header-icon {
    max-height: 80px;
    margin-bottom: 25px;
}

.faculty-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #fff;
}

.faculty-subtitle {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.faculty-pills-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto 40px;
}

.btn-faculty-pill {
    background: #fff;
    color: #02558B;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-faculty-pill:hover {
    background: #02558B;
    color: #fff;
    border-color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.view-all-link {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}

.view-all-link:hover {
    opacity: 0.8;
}

.view-all-link .dashicons {
    font-size: 18px;
    margin-top: 2px;
}

/* ===============================
   ACCREDITATION SECTION
================================= */

.accreditation-section {
    background: #fff;
    padding: 80px 0;
    border-top: 1px solid #eee;
}

.accreditation-title {
    font-size: 20px;
    font-weight: 700;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 50px;
    opacity: 0.7;
}

/* Grid lebih rapi */
.accreditation-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    flex-wrap: wrap;
}

/* Item */
.accreditation-item {
    cursor: pointer;
    transition: all 0.3s ease;
}

.accreditation-item:hover {
    transform: translateY(-5px);
}

/* Logo */
.accreditation-item img {
    max-height: 85px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.accreditation-item:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.05);
}

@media (max-width: 768px) {

    .accreditation-section {
        padding: 60px 0;
    }

    .accreditation-title {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .accreditation-grid {
        gap: 30px;
    }

    .accreditation-item img {
        max-height: 60px;
    }
}

/* --- IBN MODAL --- */
.ibn-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    padding: 20px;
    /* penting supaya tidak mepet layar */
    box-sizing: border-box;
}

.ibn-modal.active {
    display: flex;
    /* ubah dari block ke flex */
    align-items: center;
    justify-content: center;
}

.ibn-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.ibn-modal-container {
    background: #fff;
    width: 100%;
    max-width: 900px;
    border-radius: 20px;
    position: relative;
    z-index: 10;
    max-height: 90vh;
    overflow-y: auto;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.ibn-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    border: none;
    font-size: 32px;
    cursor: pointer;
    color: #999;
    transition: all 0.3s;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.ibn-modal-close:hover {
    color: #333;
    transform: rotate(90deg);
}

.modal-logo {
    max-height: 100px;
    margin-bottom: 20px;
}

.ibn-modal-header h3 {
    font-size: 24px;
    font-weight: 800;
    color: #222;
    margin-bottom: 30px;
}

.modal-content-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    border-top: 1px solid #eee;
    padding-top: 30px;
    text-align: left;
}

.modal-about h4 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #333;
}

.modal-about p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

.modal-sidebar {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #eee;
}

.sidebar-info {
    margin-bottom: 25px;
}

.sidebar-info small {
    display: block;
    font-weight: 800;
    color: #999;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.sidebar-info p {
    font-weight: 700;
    color: #02558B;
    font-size: 15px;
}

.modal-program-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal-program-list li {
    font-size: 14px;
    color: #02558B;
    margin-bottom: 8px;
    padding-left: 15px;
    position: relative;
    text-align: left;
}

.modal-program-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #F8991D;
    font-weight: bold;
}

.ibn-modal-footer {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.footer-note {
    font-size: 14px;
    font-weight: 700;
    color: #444;
    margin-bottom: 20px;
}

.btn-recognition {
    display: block;
    background: #F8991D;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;
    transition: all 0.3s;
}

.btn-recognition:hover {
    background: #e68a1a;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(248, 153, 29, 0.3);
}

@media (max-width: 768px) {
    .modal-content-grid {
        grid-template-columns: 1fr;
    }

    .accreditation-grid {
        gap: 30px;
    }

    .ibn-modal-container {
        padding: 20px;
    }
}

/* --- FEATURED COUNTDOWN SECTION --- */
.featured-countdown-section {
    background: linear-gradient(90deg, #b04b8b 0%, #3e58c1 100%);
    padding: 25px 0;
    color: #fff;
    position: relative;
    z-index: 10;
}

.countdown-container {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.countdown-logo-wrap {
    flex-shrink: 0;
}

.countdown-logo {
    max-height: 80px;
    width: auto;
}

.countdown-placeholder-logo {
    font-size: 32px;
    font-weight: 900;
    color: #F8991D;
    background: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.countdown-timer {
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    padding: 10px;
    min-width: 85px;
}

.timer-num {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
}

.timer-label {
    font-size: 11px;
    text-transform: capitalize;
    margin-top: 8px;
    font-weight: 400;
    opacity: 0.9;
}

.timer-separator {
    font-size: 36px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    margin-top: -20px;
    /* Offset to center relative to boxes */
}

.countdown-info {
    flex-grow: 1;
}

.countdown-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.countdown-desc {
    font-size: 15px;
    margin: 0;
    opacity: 0.9;
    font-weight: 500;
    line-height: 1.4;
}

.countdown-action {
    flex-shrink: 0;
}

.btn-countdown {
    display: inline-block;
    background: #fff;
    color: #3e58c1;
    padding: 14px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-countdown:hover {
    background: #f8f8f8;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1200px) {
    .countdown-container {
        gap: 20px;
    }

    .countdown-title {
        font-size: 19px;
    }

    .countdown-item {
        min-width: 75px;
    }
}

@media (max-width: 991px) {
    .countdown-container {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }

    .countdown-info {
        padding: 0;
    }
}

@media (max-width: 576px) {
    .countdown-timer {
        gap: 8px;
    }

    .countdown-item {
        min-width: 65px;
        padding: 8px;
    }

    .timer-num {
        font-size: 26px;
    }
}


/* --- JOURNEY & RESEARCH SECTION --- */
.journey-research-section {
    background: #f3f2f2;
}

.journey-research-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.journey-card,
.research-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.journey-card-inner {
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 12px;
    height: 100%;
}

.research-card {
    background: #2499d6;
    color: #fff;
}

.research-card-inner {
    padding: 30px;
}

.journey-logo-wrap {
    margin-bottom: 20px;
}

.journey-logo {
    max-height: 80px;
    width: auto;
}

.journey-logo-text {
    font-size: 28px;
    font-weight: 800;
    color: #333;
}

.journey-accent {
    color: #2499d6;
}

.journey-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.journey-stories-header {
    margin-bottom: 20px;
}

.journey-stories-title {
    font-size: 20px;
    font-weight: 700;
    color: #444;
    text-transform: uppercase;
}

.stories-list,
.research-list {
    margin-bottom: 20px;
}

.story-item,
.research-item {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.research-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.story-item:last-child,
.research-item:last-child {
    border-bottom: none;
}

.story-title,
.research-title {
    font-size: 16px;
    margin: 0 0 5px 0;
    font-weight: 600;
}

.story-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.research-title a {
    color: #fff;
    text-decoration: none;
}

.story-title a:hover {
    color: #2499d6;
}

.story-date,
.research-date {
    font-size: 12px;
    color: #999;
}

.research-date {
    color: rgba(255, 255, 255, 0.7);
}

.research-header {
    margin-bottom: 30px;
}

.research-icon-img {
    max-height: 80px;
    margin-bottom: 20px;
}

.research-placeholder-icon {
    font-size: 50px;
    margin-bottom: 20px;
}

.research-tabs-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 24px;
    font-weight: 700;
}

.research-tab {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    font-size: 28px;
    font-weight: 700;
    padding: 5px 0;
    position: relative;
    transition: color 0.3s;
}

.research-tab.active {
    color: #fff;
}

.research-tab.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ffc107;
}

.tab-separator {
    color: rgba(255, 255, 255, 0.4);
}

.research-tab-content {
    display: none;
}

.research-tab-content.active {
    display: block;
}

.view-all-link {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.view-all-link-journey {
    font-size: 14px;
    font-weight: 600;
    color: #2499d6;
    text-decoration: none;
    transition: color 0.3s;
}

.view-all-link-journey:hover {
    color: #114968;
}

.view-all-link:hover {
    color: #b8b9b9;
}

@media (max-width: 991px) {
    .journey-research-grid {
        grid-template-columns: 1fr;
    }
}

/* --- SINGLE POST PAGE STYLES --- */
.single-post-layout {
    background-color: #fdfdfd;
}

.post-hero {
    background: #fff;
    padding: 60px 0 40px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.post-hero-inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.breadcrumb-container {
    margin-bottom: 25px;
}

.breadcrumb {
    font-size: 13px;
    color: #999;
}

.breadcrumb a {
    color: #0095DA !important;
    text-decoration: none !important;
    transition: color 0.3s;
}

.post-meta-top {
    margin-bottom: 20px;
}

.post-category {
    background: rgba(157, 36, 131, 0.1);
    color: #9d2483 !important;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 15px;
    letter-spacing: 0.5px;
}

.post-date {
    color: #888;
    font-size: 13px;
    font-weight: 600;
}

.post-title {
    font-size: 48px;
    font-weight: 800;
    color: #333 !important;
    margin: 0 0 25px;
    line-height: 1.15;
    letter-spacing: -1px;
}

.post-author {
    font-size: 15px;
    color: #666;
}

.author-name {
    font-weight: 700;
    color: #333;
}

/* Post Main Wrapper */
.post-main-wrapper {
    padding: 60px 0 100px;
}

.post-grid-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 50px;
}

/* Content Column */
.post-content-column {
    min-width: 0;
}

.post-featured-image-container {
    margin-bottom: 40px;
}

.featured-image-wrapper {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.featured-image {
    width: 100%;
    height: auto;
    display: block;
}

.entry-content {
    font-size: 19px;
    line-height: 1.8;
    color: #444;
}

.entry-content p {
    margin-bottom: 30px;
}

.entry-content h2,
.entry-content h3 {
    color: #222 !important;
    margin: 50px 0 20px;
    font-weight: 700;
}

.post-tags {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px dashed #eee;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.tags-label {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    margin-right: 5px;
}

.post-tags a {
    display: inline-block;
    background: #f1f3f5;
    color: #495057 !important;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 13px;
    transition: all 0.2s;
    text-decoration: none !important;
}

.post-tags a:hover {
    background: #0095DA;
    color: #fff !important;
}

/* Navigation */
.post-navigation-custom {
    margin-top: 60px;
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    border: 1px solid #eee;
}

.post-navigation-custom .nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.nav-links a {
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
}

.nav-next {
    text-align: right;
}

.nav-meta {
    font-size: 11px;
    text-transform: uppercase;
    color: #adb5bd;
    font-weight: 700;
    margin-bottom: 5px;
}

.nav-title {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    transition: color 0.3s;
    line-height: 1.4;
}

.nav-links a:hover .nav-title {
    color: #0095DA;
}

/* Sidebar Column */
.post-sidebar-column {
    display: block;
}

.sidebar-sticky-wrap {
    position: sticky;
    top: 100px;
}

.sidebar-widget {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.widget-title {
    font-size: 16px;
    font-weight: 800;
    color: #222 !important;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f8f9fa;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Share Buttons */
.social-share-buttons {
    display: flex;
    gap: 15px;
}

.share-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 18px;
    transition: transform 0.2s, opacity 0.2s;
}

.share-btn:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

.share-btn.fb {
    background: #1877f2;
}

.share-btn.tw {
    background: #000;
    font-weight: 900;
}

.share-btn.wa {
    background: #25d366;
}

.share-btn .dashicons {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
}

/* Sidebar News */
.sidebar-news-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar-news-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.news-thumb {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    background: #f8f9fa;
}

.news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-info {
    flex-grow: 1;
}

.news-date {
    display: block;
    font-size: 10px;
    color: #adb5bd;
    font-weight: 700;
    text-transform: uppercase;
    margin: 4px;
}

.news-title {
    font-size: 13px;
    font-weight: 700;
    color: #333 !important;
    margin: 0;
    line-height: 1.4;
}

.news-title a {
    color: inherit !important;
    text-decoration: none !important;
}

.news-title a:hover {
    color: #0095DA !important;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .post-grid-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .post-sidebar-column {
        order: 2;
    }

    .sidebar-sticky-wrap {
        position: static;
    }

    .post-title {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .post-hero {
        padding: 40px 0 30px;
    }

    .post-title {
        font-size: 30px;
    }

    .post-main-wrapper {
        padding: 40px 0 60px;
    }

    .entry-content {
        font-size: 17px;
    }

    .post-navigation-custom .nav-links {
        grid-template-columns: 1fr;
    }

    .nav-next {
        text-align: left;
    }
}

/* --- PARTNERS SECTION --- */
.partner-category-title {
    font-size: 24px;
    font-weight: 700;
    color: #003B5C;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.partner-category-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #F5A623;
}

.partner-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 10px;
}

.partner-item {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid transparent;
}

.partner-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: #eee;
}

.partner-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.partner-item:hover .partner-logo {
    filter: grayscale(0%);
    opacity: 1;
}

.partner-name-text {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    text-align: center;
}

/* Modal Specifics */
.modal-partner-logo {
    max-height: 100px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.partner-details p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}

.partner-details strong {
    color: #003B5C;
    display: block;
    margin-bottom: 3px;
}

@media (max-width: 768px) {
    .partner-grid {
        gap: 15px;
    }

    .partner-item {
        width: 100px;
        height: 80px;
    }
}