:root {
    --primary-color: #01347c;
    --secondary-color: #ff9800;
    --bg-light: #f8f9fae1;
    --font-main: 'Poppins', sans-serif;
    --font-display: 'Signika', sans-serif;
    --bg-success: #198754;
    --primary-blue: #4f46e5;
    --dark-blue: #1a233a;
    --jdih-primary: #01347c;
    --jdih-dark: #0f1221
}

.btn-warning {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: white
}

.bgn-grey {
    background-color: var(--bg-light)
}

.bgn-white {
    background-color: var(--color-background-soft)
}

body {
    font-family: var(--font-main)
}

.putih-bulet {
    background-color: #ffffff;
    color: #000000;
    padding: 4rem 0;
    position: relative;
    overflow: hidden
}

.putih-bulet::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.08) 1px, transparent 0), radial-gradient(circle at center, rgba(0, 0, 0, 0.08) 1px, transparent 0);
    background-size: 20px 20px, 20px 20px;
    background-position: 0 0, 10px 10px;
    z-index: 0
}

.putih-bulet .container {
    position: relative;
    z-index: 1
}

.top-bar {
    background-color: var(--primary-color);
    color: #e0e0e0;
    padding: 0.75rem 0;
    font-size: 0.85rem
}

.top-bar a {
    color: #e0e0e0;
    text-decoration: none;
    transition: color 0.2s
}

.top-bar a:hover {
    color: #ffffff
}

.top-bar .social-links a {
    margin-left: 1rem
}

.top-bar .language-switcher img {
    height: 16px;
    margin-right: 0.5rem
}

.main-nav-bar {
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 0
}

/* .main-nav-bar .navbar-nav .nav-link {
    color: var(--dark-blue);
    font-weight: 600;
    padding: 1rem 1rem;
    transition: color 0.2s
} */

.main-nav-bar .navbar-nav .nav-link:hover,
.main-nav-bar .navbar-nav .nav-link.active {
    color: var(--primary-color)
}

.main-nav-bar .dropdown-menu {
    border-radius: 0;
    border: 1px solid #f0f0f0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08)
}

.header-right {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 2rem
}

.header-right::before {
    content: '';
    position: absolute;
    top: -24px;
    right: -100%;
    width: 200%;
    height: 100px;
    background-color: var(--primary-blue);
    z-index: 1;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 0 50%)
}

.header-right .search-icon {
    font-size: 1.1rem;
    color: #333;
    margin-right: 2rem;
    position: relative;
    z-index: 2
}

.header-right .btn-quote {
    background-color: #ffffff;
    color: var(--primary-blue);
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    border-radius: 50rem;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    transition: all 0.2s
}

.header-right .btn-quote:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1)
}

.page-header-hero {
    position: relative;
    padding: 8rem 0;
    background-size: cover;
    background-position: center;
    color: #ffffff
}

.page-header-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(26, 35, 58, 0.8), rgba(79, 70, 229, 0.7));
    z-index: 1
}

.page-header-hero .hero-content {
    position: relative;
    z-index: 2
}

.page-header-hero h1 {
    font-size: 3.5rem;
    font-weight: 700
}

.page-header-hero .breadcrumb {
    background-color: transparent;
    padding: 0
}

.page-header-hero .breadcrumb-item a {
    color: #e0e0e0;
    text-decoration: none
}

.page-header-hero .breadcrumb-item.active {
    color: #ffffff
}

.header-right-v2 {
    display: flex;
    align-items: center;
    gap: 1rem
}

.search-icon-toggle {
    color: #333;
    font-size: 1.2rem;
    text-decoration: none;
    transition: color 0.2s
}

.search-icon-toggle:hover {
    color: var(--primary-color)
}

.navbar-scrolled .search-icon-toggle {
    color: var(--primary-color)
}

.navbar-scrolled .search-icon-toggle:hover {
    color: var(--primary-color)
}

.header-search-form {
    width: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.4s ease-in-out
}

.header-search-form.active {
    width: 250px;
    opacity: 1;
    visibility: visible
}

.header-search-form .form-control {
    border-radius: 50rem 0 0 50rem;
    border-right: none
}

.header-search-form .form-control:focus {
    box-shadow: none;
    border-color: var(--primary-color)
}

.header-search-form .btn-primary {
    border-radius: 0 50rem 50rem 0;
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.main-header-v5 {
    position: relative;
    width: 100%;
    z-index: 1000
}

.navbar-scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--jdih-dark) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.5s ease-out
}

.navbar-scrolled .navbar-nav .nav-link,
.navbar-scrolled .search-icon {
    color: #0e0d0d
}

.navbar-scrolled .navbar-nav .nav-link:hover {
    color: var(--primary-color)
}

@keyframes slideDown {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

.hero-section-v5 {
    position: relative;
    padding: 6rem 0;
    min-height: 80vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-start
}

.hero-section-v5 .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(75deg, rgba(1, 52, 124, 0.9) 0%, rgba(15, 18, 33, 0.7) 100%);
    z-index: 1
}

.hero-section-v5 .hero-content {
    position: relative;
    z-index: 2;
    width: 100%
}

.hero-title {
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem
}

.hero-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 2rem;
    max-width: 500px
}

.appointment-form {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1)
}

.appointment-form h4 {
    font-weight: 700;
    color: var(--jdih-dark)
}

.appointment-form p {
    color: #6c757d;
    margin-bottom: 1.5rem
}

.appointment-form .form-control,
.appointment-form .form-select {
    background-color: #f0f2f5;
    border: none;
    height: 50px;
    padding: 0 1.25rem
}

.appointment-form .btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    font-weight: 600;
    padding: 0.8rem;
    border-radius: 6px
}

.appointment-form .btn-primary:hover {
    background-color: var(--dark-blue);
    border-color: var(--dark-blue)
}

.hero-text-content .pre-title {
    color: var(--primary-color, #0d6efd);
    font-weight: 600;
    margin-bottom: 0.5rem
}

.hero-text-content .hero-title {
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 1.5rem
}

.hero-text-content .hero-description {
    font-size: 1rem;
    color: var(--text-muted);
    margin-bottom: 2rem;
    max-width: 500px
}

.hero-text-content .btn-learn-now {
    background-color: #1a3a6b;
    color: #ffffff;
    font-weight: 600;
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: background-color 0.2s
}

.hero-text-content .btn-learn-now:hover {
    background-color: #0d2d5e
}

.hero-image-content img {
    max-width: 100%;
    height: auto
}

.navbar {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)
}

.navbar-brand img {
    max-height: 50px
}

.navbar-nav .nav-link {
    color: var(--dark-blue);
    font-weight: 600;
    font-size: 1rem;
    padding: 1rem 1rem;
    transition: color 0.2s ease-in-out
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--dark-blue)
}

.dropdown-menu {
    background-color: #ffffff;
    border-color: #dee2e6;
    color: #212529
}

.dropdown-item {
    color: #212529
}

.dropdown-item:hover {
    background-color: #f8f9fa
}

.main-navbar {
    transition: all 0.3s ease-in-out
}

.top-bar {
    background-color: var(--dark-blue);
    color: #e0e0e0;
    padding: 0.75rem 0;
    font-size: 0.85rem
}

.top-bar a {
    color: #e0e0e0;
    text-decoration: none;
    transition: color 0.2s
}

.top-bar a:hover {
    color: #ffffff
}

.top-bar .social-links a {
    margin-left: 1rem
}

.top-bar .language-switcher img {
    height: 16px;
    margin-right: 0.5rem
}

@media (min-width:992px) {
    .navbar-nav .nav-item.dropdown {
        position: relative
    }

    .navbar-nav .dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        margin-top: 0;
        background-color: #ffffff;
        border: 1px solid #dee2e6;
        border-radius: 0 0 0.375rem 0.375rem;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        min-width: 200px;
        padding: 0.5rem 0;
        animation: fadeIn 0.2s ease-in-out
    }

    .navbar-nav .nav-item.dropdown:hover>.dropdown-menu {
        display: block
    }

    .navbar-nav .dropdown-menu.show {
        display: block
    }

    .navbar-nav .dropdown-item {
        font-weight: 500;
        padding: 0.5rem 1.25rem
    }

    .navbar-nav .dropdown-item:hover {
        background-color: var(--primary-color, #0d6efd);
        color: #ffffff
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.hero-section {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 6rem 0;
    color: #ffffff;
    z-index: 1
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    background-image: url('/asset/images/map-pattern-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1
}

.hero-section .container {
    position: relative;
    z-index: 2
}

.hero-section h1,
.hero-section p {
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5)
}

.hero-section .link-pencarian-lanjutan {
    color: #ffffff
}

.hero-section .advanced-search-box .form-label {
    color: #ffffff
}

.hero-section h1 {
    font-family: var(--font-display);
    font-size: 2.2rem;
    margin-bottom: 0.5rem
}

.hero-section p {
    font-size: 1.2rem;
    margin-bottom: 2rem
}

.main-search-bar {
    position: relative;
    display: flex;
    width: 100%
}

.main-search-bar .form-control {
    height: 55px;
    border: none;
    padding-left: 1.5rem;
    padding-right: 50px;
    font-size: 1rem;
    flex-grow: 1;
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem
}

.main-search-bar .form-control:focus {
    outline: none;
    box-shadow: none;
    z-index: 5
}

.main-search-bar .btn-primary {
    height: 55px;
    background-color: var(--secondary-color, #f39c12);
    border-color: var(--secondary-color, #f39c12);
    font-weight: bold;
    color: #ffffff;
    padding: 0 2rem;
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem
}

.main-search-bar .btn-primary:hover {
    background-color: #d3ac5a;
    border-color: #d3ac5a
}

#micButton {
    position: absolute;
    right: 120px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border: none;
    background: transparent;
    font-size: 1.2rem;
    color: #6c757d;
    cursor: pointer;
    transition: color 0.2s ease-in-out
}

#micButton:hover {
    color: #343a40
}

#micButton.listening {
    color: #0d6efd
}

.stats-bar-section {
    background-color: var(--primary-color, #0d2d5e);
    padding: 2.5rem 0;
    color: #ffffff
}

.stats-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    position: relative
}

.stats-item::after {
    content: '';
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: rgba(255, 255, 255, 0.2)
}

.col-lg-3:last-child .stats-item::after {
    display: none
}

.stats-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.8)
}

.stats-content {
    line-height: 1.4
}

.stats-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 700
}

.stats-label {
    display: block;
    font-size: 0.9rem;
    opacity: 0.8
}

@media (max-width:991.98px) {

    .section-title h2,
    .hero-title {
        font-size: 2rem
    }

    .section-title .lead,
    .hero-subtitle {
        font-size: 1rem
    }

    .hero-section,
    .highlight-section,
    .thematic-section,
    .book-section,
    .legal-consideration-section,
    .latest-news-section,
    .statistic-section,
    .video-playlist-section,
    .search-page-section,
    .detail-page-section {
        padding: 3rem 0
    }

    .hero-section h1 {
        font-size: 2rem
    }

    .hero-section p {
        font-size: 1.1rem
    }

    .advanced-search-box .row>.col-md-4 {
        margin-bottom: 1rem
    }

    .custom-tabs-wrapper {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .custom-tabs-wrapper::-webkit-scrollbar {
        display: none
    }

    .custom-tabs {
        flex-wrap: nowrap;
        padding-bottom: 15px
    }

    .custom-tabs .nav-item {
        flex-shrink: 0
    }

    .statistic-description,
    .video-playlist-wrapper {
        text-align: center;
        margin-top: 2rem
    }

    .video-playlist-wrapper {
        max-height: 350px
    }

    .stats-item::after {
        display: none
    }

    .col-md-6 {
        margin-bottom: 1.5rem
    }

    .col-md-6:last-child,
    .col-md-6:nth-last-child(2) {
        margin-bottom: 0
    }
}

@media (max-width:767.98px) {
    .navbar-brand img {
        max-height: 40px
    }

    .section-title h2,
    .hero-title {
        font-size: 1.8rem
    }

    .hero-section,
    .highlight-section,
    .thematic-section,
    .book-section,
    .legal-consideration-section,
    .latest-news-section,
    .statistic-section,
    .video-playlist-section {
        padding: 2.5rem 0
    }

    .main-search-bar .form-control {
        font-size: 0.9rem
    }

    #micButton {
        right: 90px;
        font-size: 1.1rem
    }

    .access-card .icon-circle {
        width: 60px;
        height: 60px;
        font-size: 2rem
    }

    .access-card h5 {
        font-size: 0.9rem
    }

    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem
    }

    .hero-section h1 {
        font-family: var(--font-display);
        font-size: 1.4rem;
        margin-bottom: 0.5rem
    }

    .hero-section p {
        font-size: 1rem;
        margin-bottom: 1rem
    }

    .hero-section a {
        font-size: 0.8rem;
        margin-bottom: 1rem
    }

    .col-12 {
        margin-bottom: 1.5rem
    }

    .col-12:last-child {
        margin-bottom: 0
    }

    .pagination {
        justify-content: center
    }

    .pagination .page-item {
        margin-bottom: 8px
    }

    .pagination .page-link {
        padding: 0.2rem 0.5rem;
        font-size: 0.7rem
    }

    .detail-tabs.nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-bottom: 15px;
        margin-bottom: -15px
    }

    .detail-tabs.nav-tabs::-webkit-scrollbar {
        display: none
    }

    .detail-tabs.nav-tabs>.nav-item {
        flex-shrink: 0
    }

    .metadata-table {
        font-size: 0.85rem
    }

    .metadata-table td {
        padding: 0.50rem;
        vertical-align: top;
        border-top: 1px solid #f0f2f5
    }
}

.quick-access {
    padding: 2rem 0;
    background-color: transparent
}

.quick-access p {
    font-size: 1.2rem;
    color: var(--primary-color)
}

.access-card {
    text-align: center;
    padding: 1rem;
    border: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1)
}

.access-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1)
}

.access-card .icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--primary-color);
    /* background-image: linear-gradient(to right, #007bff 0%, #0dcaf0 100%); */
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    margin-bottom: 1rem
}

.access-card h5 {
    font-weight: 600
}

.access-card a {
    text-decoration: none;
    color: inherit
}

.section-title {
    margin-bottom: 3rem;
    font-family: var(--font-display)
}

.footer {
    background-color: var(--primary-color);
    color: white;
    padding: 3rem 0
}

.footer h5 {
    color: var(--secondary-color);
    margin-bottom: 1rem
}

.footer ul {
    list-style: none;
    padding-left: 0
}

.footer ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.2s
}

.footer ul li a:hover {
    color: white
}

.offcanvas-header {
    background-color: #ffffff;
    color: rgb(66, 65, 65);
    border-bottom: 2px solid var(--secondary-color)
}

.offcanvas-title {
    color: var(--secondary-color);
    font-family: var(--font-display);
    font-weight: bold
}

.offcanvas-header .btn-close {
    filter: none
}

.offcanvas-body {
    background-color: #ffffff;
    padding: 1rem 0
}

.mobile-nav .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.mobile-nav .nav-link,
.mobile-nav .dropdown-item {
    color: rgba(255, 255, 255, 0.8);
    padding: 0.75rem 1.5rem;
    font-size: 1.1rem
}

.mobile-nav .nav-link:hover,
.mobile-nav .nav-link.active,
.mobile-nav .dropdown-item:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.05)
}

.mobile-nav .dropdown-toggle::after {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%)
}

.mobile-nav .dropdown-menu {
    position: static !important;
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
    box-shadow: none;
    border-radius: 0
}

.mobile-nav .dropdown-menu.show {
    display: block
}

.mobile-nav .dropdown-menu .dropdown-item {
    padding-left: 2.5rem
}

.mobile-nav .dropdown-submenu .dropdown-menu .dropdown-item {
    padding-left: 3.5rem
}

.main-navbar {
    transition: all 0.3s ease-in-out
}

.navbar-scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: white !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1030
}

.highlight-section {
    background-color: #ffffff;
    color: #000000;
    padding: 4rem 0;
    position: relative;
    overflow: hidden
}

.highlight-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.08) 1px, transparent 0), radial-gradient(circle at center, rgba(0, 0, 0, 0.08) 1px, transparent 0);
    background-size: 20px 20px, 20px 20px;
    background-position: 0 0, 10px 10px;
    z-index: 0
}

.highlight-section .container {
    position: relative;
    z-index: 1
}

.highlight-section .section-title h2 {
    color: #343a40;
    font-family: var(--font-display)
}

.highlight-section .section-title .highlight-word {
    color: #0dcaf0
}

.highlight-word {
    color: #0dcaf0
}

.highlight-section .section-title .lead {
    color: #adb5bd
}

.highlight-tabs .nav-tabs {
    border-bottom: 1px solid #495057
}

.highlight-tabs .nav-link {
    border: 1px solid transparent;
    color: #adb5bd;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem 0.5rem 0 0
}

.highlight-tabs .nav-link:not(.active):hover {
    border-color: #495057;
    background-color: #343a40
}

.highlight-tabs .nav-link.active {
    background-color: #0dcaf0;
    color: #1a1d24;
    border-color: #0dcaf0;
    font-weight: bold
}

.highlight-card {
    background-color: #ffffff;
    border: 1px solid #495057;
    border-radius: 0.5rem;
    padding: 1rem;
    height: 100%;
    text-decoration: none;
    display: block;
    transition: transform 0.2s ease-in-out, border-color 0.2s ease-in-out
}

.highlight-card:hover {
    transform: translateY(-5px);
    border-color: #0dcaf0
}

.highlight-card .date-badge {
    display: inline-block;
    background-color: #ff9800;
    color: #1a1d24;
    padding: 0.25rem 0.75rem;
    border-radius: 50rem;
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 1rem
}

.highlight-card .card-title {
    color: #343a40;
    font-family: var(--font-display);
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0.75rem
}

.highlight-card .card-text {
    color: #4b4c4d;
    font-size: 0.9rem;
    line-height: 1.6
}

.lead {
    color: #adb5bd
}

.custom-tabs-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 2.5rem
}

.custom-tabs {
    border: none;
    display: flex;
    gap: 10px
}

.custom-tabs .nav-link {
    border: none;
    background-color: #2c303a;
    color: #f8f9fa;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: bold;
    font-family: var(--font-display);
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px
}

.custom-tabs .nav-link:not(.active):hover {
    background-color: #3e4450;
    color: white
}

.custom-tabs .nav-link.active {
    background-color: #007bff;
    color: white;
    position: relative;
    margin-bottom: 10px
}

.custom-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #007bff
}

.latest-news-section {
    padding: 4rem 0
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem
}

.section-header .section-title {
    margin-bottom: 0;
    font-family: var(--font-display);
    color: #212529
}

.btn-gradient {
    background-image: linear-gradient(to right, #007bff 0%, #0dcaf0 100%);
    border: none;
    color: white;
    font-weight: bold;
    border-radius: 50rem;
    padding: 0.6rem 1.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3)
}

.btn-gradient:hover {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4)
}

.news-card {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: #01347C
}

.news-card-img-top {
    width: 100%;
    height: 180px;
    object-fit: cover
}

.news-card-body {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.news-card-date {
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 0.5rem
}

.news-card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: auto
}

.news-card-link {
    font-size: 0.9rem;
    font-weight: bold;
    color: #01347C;
    text-decoration: none;
    margin-top: 1rem
}

.news-card-link:hover {
    text-decoration: underline
}

.thematic-section {
    padding: 4rem 0;
    background-color: #f8f9fa
}

.section-divider {
    border: 0;
    border-top: 2px solid var(--secondary-color);
    width: 80px;
    margin: 0 auto 3rem auto;
    opacity: 1
}

.thematic-group {
    margin-bottom: 1rem
}

.thematic-btn {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 70px;
    padding: 0.75rem 1.25rem;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border: none;
    border-radius: 0.25rem;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease
}

.thematic-btn:hover {
    background-color: #012a66;
    color: white
}

.thematic-btn:not(.collapsed) {
    background-color: #012a66;
    color: white;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.thematic-sub-panel {
    background-color: var(--color-background);
    border: 1px solid var(--color-border);
    border-top: none;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem
}

.thematic-sub-panel .list-group-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--color-border);
    padding: 0.75rem 1.25rem
}

.thematic-sub-panel .list-group-item:last-child {
    border-bottom: none
}

.thematic-sub-panel .list-group-item a {
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 600
}

.thematic-sub-panel .list-group-item a:hover {
    text-decoration: underline
}

.video-playlist-section {
    padding: 4rem 0;
    background-color: var(--bg-light)
}

.video-player-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1)
}

.video-player-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-playlist-wrapper {
    max-height: 450px;
    overflow-y: auto
}

.playlist-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.75rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border: 1px solid transparent
}

.playlist-item:not(:last-child) {
    margin-bottom: 0.5rem
}

.playlist-item:hover {
    background-color: #e9ecef
}

.playlist-item.active {
    background-color: #ddebfd;
    border-color: #007bff
}

.playlist-thumbnail {
    width: 120px;
    flex-shrink: 0
}

.playlist-thumbnail img {
    width: 100%;
    border-radius: 4px
}

.playlist-details h5 {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-text);
    margin-bottom: 0.25rem;
    line-height: 1.4
}

.playlist-details p {
    font-size: 0.8rem;
    color: var(--color-text-muted)
}

.main-video-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--color-text);
    line-height: 1.4
}

.book-section {
    padding: 4rem 0;
    position: relative;
    padding-bottom: 6rem
}

.book-card {
    display: block;
    text-decoration: none
}

.book-card-image-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease
}

.book-card-image-wrapper img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease
}

.book-card:hover .book-card-image-wrapper {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15)
}

.book-card:hover .book-card-image-wrapper img {
    transform: scale(1.05)
}

.book-card-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.4)
}

.book-card-title {
    font-weight: 600;
    color: #ffffff;
    font-size: 0.9rem;
    line-height: 1.4
}

.book-swiper-pagination {
    position: static;
    margin-top: -1.5rem;
    margin-bottom: 1rem
}

.book-swiper-pagination .swiper-pagination-bullet {
    background-color: #cccccc;
    opacity: 1
}

.book-swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--primary-color)
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--primary-color)
}

.statistic-section {
    background-color: var(--color-background-soft);
    padding: 4rem 0;
    position: relative;
    overflow: hidden
}

.statistic-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.08) 1px, transparent 0), radial-gradient(circle at center, rgba(0, 0, 0, 0.08) 1px, transparent 0);
    background-size: 20px 20px, 20px 20px;
    background-position: 0 0, 10px 10px;
    z-index: 0
}

.statistic-section .container {
    position: relative;
    z-index: 1
}

.chart-wrapper {
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    border: 1px solid #dee2e6
}

.statistic-description h2 {
    font-family: var(--font-display);
    font-weight: bold;
    color: #0dcaf0
}

.statistic-description h3 {
    font-size: 1.25rem;
    color: #6c757d;
    margin-bottom: 1.5rem
}

.statistic-description p {
    color: #495057
}

.statistic-description a {
    font-weight: bold;
    text-decoration: none;
    color: var(--primary-color)
}

.legal-consideration-section {
    padding: 4rem 0;
    background-color: var(--color-background);
    position: relative;
    overflow: hidden
}

.legal-consideration-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.08) 1px, transparent 0), radial-gradient(circle at center, rgba(0, 0, 0, 0.08) 1px, transparent 0);
    background-size: 20px 20px, 20px 20px;
    background-position: 0 0, 10px 10px;
    z-index: 0
}

.legal-consideration-section .container {
    position: relative;
    z-index: 1
}

.legal-consideration-title {
    font-family: var(--font-display);
    font-weight: bold;
    color: var(--color-text);
    margin-bottom: 0.5rem
}

.title-accent-line {
    width: 60px;
    height: 4px;
    background-color: var(--secondary-color);
    margin-bottom: 2rem
}

.consideration-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem
}

.consideration-item-icon {
    font-size: 1.2rem;
    color: var(--secondary-color);
    margin-top: 0.25rem
}

.consideration-item-link {
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
    line-height: 1.6;
    transition: color 0.2s ease
}

.consideration-item-link:hover {
    color: #012a66;
    text-decoration: underline
}

.search-page-section {
    padding: 3rem 0;
    background-color: #f0f2f5
}

.filter-sidebar-v2 {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 0.75rem;
    padding: 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-bottom: 1.5rem
}

.filter-sidebar-v2 .filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e9ecef;
    background-color: rgba(44, 62, 80, 0.7)
}

.filter-sidebar-v2 .filter-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0;
    color: #ffffff
}

.filter-sidebar-v2 .btn-reset {
    font-size: 0.85rem;
    font-weight: 500;
    color: #6c757d;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6
}

.filter-sidebar-v2 .btn-reset:hover {
    background-color: #e9ecef;
    color: #212529
}

.filter-sidebar-v2 .filter-body {
    padding: 1.5rem 1.25rem
}

.filter-sidebar-v2 .filter-block {
    margin-bottom: 1.25rem
}

.filter-sidebar-v2 .filter-block:last-of-type {
    margin-bottom: 1.5rem
}

.filter-sidebar-v2 .filter-block .form-label {
    font-weight: 600;
    font-size: 0.9rem;
    color: #495057;
    margin-bottom: 0.5rem;
    display: block
}

.filter-sidebar-v2 .form-control,
.filter-sidebar-v2 .form-select {
    font-size: 1rem;
    padding: 0.6rem 1rem;
    border-radius: 0.5rem
}

.filter-sidebar-v2 .btn-primary {
    padding: 0.75rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 0.5rem
}

.search-results-header {
    margin-bottom: 1.5rem;
    color: #6c757d
}

.result-card {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    gap: 1.5rem;
    transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out
}

.result-card:hover {
    border-color: var(--primary-color);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08)
}

.result-thumbnail {
    width: 100px;
    flex-shrink: 0;
    border: 1px solid #e9ecef;
    padding: 0.5rem;
    border-radius: 4px;
    text-align: center;
    max-height: 120px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.result-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0.5rem
}

.result-thumbnail .btn {
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem
}

.result-details .meta {
    font-size: 0.8rem;
    color: var(--primary-color);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.25rem
}

.result-details .title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #212529;
    margin-bottom: 0.5rem
}

.result-details .title a {
    text-decoration: none;
    color: inherit
}

.result-details .title a:hover {
    text-decoration: underline;
    color: var(--primary-color)
}

.result-details .description {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 0.5rem
}

.result-details .sub-description {
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 0.75rem;
    margin-top: -10px;
}

.result-details .info {
    font-size: 0.8rem;
    color: #6c757d
}

.result-details .info span {
    margin-right: 1.5rem
}

.result-details .info i {
    margin-right: 0.3rem
}

.pagination .page-item {
    margin: 0 4px
}

.pagination .page-link {
    color: #495057;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease-in-out
}

.pagination .page-item:not(.active) .page-link:hover {
    background-color: #f8f9fa;
    color: var(--primary-color)
}

.pagination .page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    z-index: 2
}

.pagination .page-item.disabled .page-link {
    color: #adb5bd;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.pagination-container {
    display: flex;
    justify-content: center
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.375rem
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    color: #0d6efd;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    margin: 0 2px;
    border-radius: 0.375rem
}

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6
}

.page-title-section {
    position: relative;
    padding: 4rem 0;
    color: white;
    background-size: cover;
    background-position: center
}

.page-title-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 62, 80, 0.7)
}

.page-title-section .container {
    position: relative;
    z-index: 1
}

.page-header-detail {
    background-color: rgba(0, 0, 0, 0.2);
    color: var(--secondary-color);
    padding: 3rem 0;
    position: relative;
    overflow: hidden
}

.page-header-detail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    background-image: url('/asset/images/bg-detail.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0
}

.page-header-detail .container {
    position: relative;
    z-index: 1
}

.page-header-detail h1 {
    font-family: var(--font-display);
    font-size: 1.8rem;
    color: #ffffff
}

.header-meta {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    font-size: 0.9rem
}

.header-meta li {
    color: #fafafa
}

.header-meta .status-badge.berlaku {
    color: #9efd06;
    font-weight: 600
}

.header-meta .status-badge.dicabut {
    color: #ff122a;
    font-weight: 600
}

.detail-section {
    padding: 3rem 0
}

.detail-tabs .nav-link {
    color: #6c757d;
    font-weight: 600;
    border: none;
    border-bottom: 3px solid transparent;
    transition: all 0.2s ease-in-out
}

.detail-tabs .nav-link:not(.active):hover {
    color: var(--primary-color);
    border-bottom-color: #dee2e6
}

.detail-tabs .nav-link.active {
    color: var(--primary-color);
    background-color: transparent;
    border-bottom: 3px solid var(--primary-color)
}

.metadata-table {
    font-size: 0.9rem
}

.metadata-table td {
    padding: 0.85rem;
    vertical-align: top;
    border-top: 1px solid #f0f2f5
}

.metadata-table tr:first-child td {
    border-top: none
}

.metadata-table td:first-child {
    font-weight: 600;
    width: 30%;
    color: #6c757d
}

.metadata-table .badge.bg-success {
    font-weight: 500;
    padding: 0.4em 0.8em;
    background-color: #eef2ff !important;
    color: #299432 !important;
    border: 1px solid #c7d2fe
}

.metadata-table .badge.bg-danger {
    font-weight: 500;
    padding: 0.4em 0.8em;
    background-color: #eef2ff !important;
    color: #be2004 !important;
    border: 1px solid #c7d2fe
}

.sidebar-card {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05)
}

.sidebar-card h5 {
    font-weight: bold;
    font-size: 1rem
}

.rating-stars {
    color: #ffc107;
    font-size: 1.5rem
}

.social-share a {
    color: #6c757d;
    font-size: 1.5rem;
    margin-right: 1rem;
    transition: color 0.2s ease
}

.social-share a:hover {
    color: var(--primary-color)
}

.social-share-v2 {
    display: flex;
    gap: 0.75rem
}

.share-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    font-size: 1.1rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    background-color: #f1f3f5;
    color: #495057;
    transition: all 0.2s ease
}

.share-icon-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #6c757d;
    color: #ffffff
}

.search-results-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
    background-color: #2c3e50;
    color: #ecf0f1;
    border-radius: 8px;
    flex-wrap: wrap;
    gap: 1rem
}

.results-summary strong {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff
}

.results-summary .search-time {
    font-size: 0.8rem;
    color: #bdc3c7
}

.sort-by-dropdown .dropdown-toggle {
    background-color: #3498db;
    border-color: #3498db;
    font-weight: 600;
    border-radius: 8px;
    padding: 0.5rem 1rem
}

.sort-by-dropdown .dropdown-toggle:hover,
.sort-by-dropdown .dropdown-toggle:focus {
    background-color: #2980b9;
    border-color: #2980b9
}

.sort-by-dropdown .dropdown-toggle i {
    margin-right: 0.5rem
}

.sort-by-dropdown .dropdown-menu {
    background-color: #2c3e50;
    border: 1px solid #34495e;
    border-radius: 8px;
    padding: 0.5rem 0
}

.sort-by-dropdown .dropdown-item {
    color: #ecf0f1;
    padding: 0.5rem 1.2rem;
    font-weight: 500
}

.sort-by-dropdown .dropdown-item:hover,
.sort-by-dropdown .dropdown-item:focus {
    background-color: #34495e;
    color: #ffffff
}

.sort-by-dropdown .dropdown-item.active,
.sort-by-dropdown .dropdown-item:active {
    background-color: #5dade2;
    color: #ffffff
}

.ai-summary-box {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1.5rem;
    line-height: 1.7;
    white-space: pre-wrap;
    font-family: 'Poppins', sans-serif
}

.ai-summary-box ul {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 0
}

.ai-summary-box li {
    margin-bottom: 10px
}

.filter-sidebar-v3 {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    overflow: hidden
}

.filter-sidebar-v3 .filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    background-color: #6c757d;
    color: #ffffff
}

.filter-sidebar-v3 .filter-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0
}

.filter-sidebar-v3 .btn-reset {
    font-size: 0.85rem;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff
}

.filter-sidebar-v3 .btn-reset:hover {
    background-color: rgba(255, 255, 255, 0.3)
}

.filter-sidebar-v3 .filter-body {
    padding: 1.25rem
}

.filter-sidebar-v3 .filter-block {
    margin-bottom: 1.5rem
}

.filter-sidebar-v3 .filter-block-title {
    font-size: 1rem;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 0.75rem
}

.filter-sidebar-v3 .filter-list-search .form-control {
    font-size: 0.9rem;
    border-radius: 6px
}

.filter-sidebar-v3 .filter-list-search .form-control:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25)
}

.filter-sidebar-v3 .filter-checkbox-list {
    margin-top: 1rem
}

.filter-sidebar-v3 .form-check {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    padding-left: 0
}

.filter-sidebar-v3 .form-check-input {
    opacity: 0;
    position: absolute;
    width: 1px;
    height: 1px
}

.filter-sidebar-v3 .form-check-label {
    position: relative;
    padding-left: 1.75rem;
    cursor: pointer;
    flex-grow: 1;
    font-size: 0.95rem;
    font-weight: 500;
    color: #495057
}

.filter-sidebar-v3 .form-check-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.1rem;
    height: 1.1rem;
    border: 2px solid #adb5bd;
    border-radius: 4px;
    background-color: #fff;
    transition: all 0.2s ease
}

.filter-sidebar-v3 .form-check-input:checked+.form-check-label::before {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.filter-sidebar-v3 .filter-count-badge {
    background-color: #e9ecef;
    color: #495057;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 0.3em 0.6em
}

.filter-sidebar-v3 .filter-toggle-more {
    display: block;
    margin-top: 0.75rem;
    color: var(--bs-primary);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem
}

.active-filters-container {
    padding: 1rem;
    margin-bottom: 1.5rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem
}

.active-filter-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.8rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #ffffff;
    background-color: #0d6efd;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.2s ease-in-out
}

.active-filter-badge:hover {
    background-color: #0b5ed7;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1)
}

.active-filter-badge i.fa-times {
    margin-left: 0.6rem;
    font-size: 0.75rem;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-title-section {
    position: relative;
    padding: 4rem 0;
    color: #ffffff;
    background-size: cover;
    background-position: center
}

.page-title-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    background-image: url('/asset/images/bg-detail.png');
    background-size: cover;
    background-repeat: no-repeat
}

.page-title-section .container {
    position: relative;
    z-index: 1
}

.page-title-section h1 {
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--secondary-color)
}

.page-title-section h2 {
    font-family: var(--font-display);
    font-weight: 600;
    color: var(--secondary-color)
}

.blog-single {
    padding: 2rem 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    justify-content: flex-start
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '>';
    padding: 0 0.75rem;
    color: inherit;
    opacity: 0.7
}

.breadcrumb-item a {
    color: inherit;
    text-decoration: none;
    opacity: 0.9;
    transition: opacity 0.2s ease-in-out
}

.breadcrumb-item a:hover {
    opacity: 1;
    text-decoration: underline
}

.breadcrumb-item.active {
    color: inherit;
    font-weight: 600;
    opacity: 1
}

.news-featured-section {
    padding: 3rem 0 0 0
}

.featured-news-card {
    position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    min-height: 400px;
    text-decoration: none;
    transition: transform 0.3s ease
}

.featured-news-card:hover {
    transform: scale(1.02)
}

.featured-news-card .card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.featured-news-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to top, rgba(1, 22, 56, 0.95) 0%, rgba(1, 22, 56, 0) 100%);
    z-index: 2
}

.featured-news-card .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2rem;
    color: #ffffff;
    z-index: 3
}

.featured-news-card .card-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.5rem
}

.featured-news-card .card-date {
    font-size: 0.9rem;
    opacity: 0.8
}

.news-item-small {
    display: flex;
    gap: 1rem;
    align-items: center;
    text-decoration: none;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #bebec0
}

.other-news-list .news-item-small:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.news-item-small .thumbnail {
    width: 100px;
    height: 75px;
    flex-shrink: 0
}

.news-item-small .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px
}

.news-item-small .details .title {
    font-size: 1rem;
    font-weight: 600;
    color: #494949;
    margin-bottom: 0.25rem;
    line-height: 1.5;
    transition: color 0.2s
}

.news-item-small:hover .details .title {
    color: #393a3b
}

.news-item-small .details .date {
    font-size: 0.8rem;
    color: var(--text-muted)
}

.view-all-link {
    font-weight: 600;
    text-decoration: none;
    color: var(--primary-color)
}

.view-all-link:hover {
    text-decoration: underline
}

.news-grid-section {
    padding-top: 3rem;
    padding-bottom: 4rem
}

.grid-news-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #817e7e;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease
}

.grid-news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-color)
}

.grid-news-card .card-img-top {
    width: 100%;
    height: 180px;
    object-fit: cover
}

.grid-news-card .card-body {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.grid-news-card .card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #494949;
    line-height: 1.5;
    margin-bottom: auto
}

.grid-news-card .card-date {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-top: 1rem
}

.pagination-container {
    display: flex;
    justify-content: center
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-item {
    margin: 0 4px
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    font-weight: 500;
    color: #495057;
    background-color: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease-in-out
}

.page-item:not(.active) .page-link:hover {
    background-color: var(--bg-light);
    color: var(--primary-color)
}

.page-item.active .page-link {
    z-index: 2;
    color: white;
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.page-item.disabled .page-link {
    color: #adb5bd;
    background-color: #e9ecef
}

.news-detail-section {
    padding: 3rem 0
}

.news-content .news-title {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem
}

.news-content .news-meta {
    display: flex;
    gap: 1.5rem;
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 1.5rem
}

.news-content .featured-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 2rem
}

.news-content .news-body {
    line-height: 1.8;
    color: #343a40
}

.news-content .news-body p {
    margin-bottom: 1.5rem
}

.sidebar-widget {
    background-color: var(--bg-light);
    padding: 1.5rem;
    border-radius: 8px
}

.sidebar-widget .widget-title {
    font-family: var(--font-display);
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--primary-color)
}

.news-share-buttons {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    gap: 1rem
}

.news-share-buttons h6 {
    margin-bottom: 0;
    font-weight: 600;
    color: var(--text-muted)
}

.share-links {
    display: flex;
    gap: 0.75rem
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 1rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease
}

.share-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15)
}

.share-btn.facebook {
    background-color: #1877F2
}

.share-btn.instagram {
    background: #E1306C;
    color: #fff;
}
.share-btn.instagram:hover {
    background: #b82456;
}

.share-btn.threads {
    background: #000;
    color: #fff;
}
.share-btn.threads:hover {
    background: #333;
}

.share-btn.twitter {
    background-color: #1DA1F2
}

.share-btn.whatsapp {
    background-color: #25D366
}

.share-btn.linkedin {
    background-color: #0A66C2
}

.share-btn.copy-link {
    background-color: #6c757d
}

.inventory-header {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 4rem 0;
    color: #ffffff
}

.inventory-header .header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6)
}

.inventory-header .content {
    position: relative;
    z-index: 2
}

.inventory-header h2 {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px
}

.inventory-header h1 {
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem
}

.inventory-header p {
    font-size: 1.2rem;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    padding: 0.25rem 1rem;
    border-radius: 50rem
}

.year-selector-form {
    max-width: 300px;
    margin: 1.5rem auto 0 auto
}

.year-selector-form .form-select {
    font-weight: 600
}

.inventory-content {
    padding: 3rem 0
}

.regulation-group {
    margin-bottom: 2.5rem
}

.group-header {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    padding: 0.85rem 0;
    color: #868686;
    border-radius: 8px 8px 0 0
}

.group-header .group-title {
    font-weight: 700;
    font-size: 1.1rem
}

.group-header .group-count {
    font-size: 0.85rem;
    opacity: 0.8
}

.regulation-table {
    margin-bottom: 0;
    border-top: none
}

.regulation-table td a {
    color: var(--primary-color);
    text-decoration: none
}

.regulation-table td a:hover {
    text-decoration: underline
}

.regulation-table th {
    background-color: #f8f9fa;
    vertical-align: middle
}

.regulation-table .col-no {
    width: 5%
}

.regulation-table .col-bentuk {
    width: 20%
}

.regulation-table .col-nomor {
    width: 15%
}

.regulation-table .col-judul {
    width: 45%
}

.regulation-table .col-status {
    width: 10%
}

@media (max-width:767.98px) {
    .inventory-header {
        padding: 3rem 0
    }

    .inventory-header h2 {
        font-size: 1rem;
        letter-spacing: 1px
    }

    .inventory-header h1 {
        font-size: 2.2rem;
        line-height: 1.2
    }

    .inventory-header p {
        font-size: 1rem
    }

    .year-selector-form {
        max-width: 250px;
        margin-top: 2rem
    }

    .inventory-content {
        padding: 2rem 0
    }

    .group-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem
    }

    .group-header .group-title {
        font-size: 1rem
    }

    .group-header .group-count {
        font-size: 0.8rem
    }

    .page-header-detail .h1 {
        font-size: 1rem
    }

    .news-content .news-title {
        font-family: var(--font-display);
        font-size: 1.3rem;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 1rem
    }
}

.page-header {
    background-size: cover;
    background-position: center;
    color: white;
    padding: 4rem 0
}

.page-header h1 {
    font-family: var(--font-display);
    font-weight: 700
}

.year-group {
    margin-bottom: 2rem
}

.year-header {
    background-color: var(--primary-color);
    color: white;
    padding: 0.5rem 1rem;
    font-weight: 600;
    border-radius: 8px 8px 0 0
}

.book-item {
    background-color: #ffffff;
    padding: 1.5rem;
    border: 1px solid var(--border-color);
    border-top: none
}

.book-item:last-child {
    border-radius: 0 0 8px 8px
}

.book-cover {
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1)
}

.book-category {
    color: var(--text-muted);
    font-weight: 500
}

.book-title {
    font-size: 1.2rem;
    margin-top: 0.25rem
}

.book-title a {
    text-decoration: none;
    color: var(--text-dark)
}

.book-title a:hover {
    color: var(--primary-color)
}

.book-publisher {
    color: var(--text-muted);
    font-size: 0.9rem
}

.pagination-container {
    display: flex;
    justify-content: center
}

.pagination.pagination-style-v3 {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.pagination-style-v3 .page-item {
    margin: 0 4px
}

.pagination-style-v3 .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
    padding: 0.5rem 1rem;
    text-decoration: none;
    font-weight: 600;
    background-color: #ffffff;
    color: #6c757d;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    transition: all 0.2s ease
}

.pagination-style-v3 .page-item:not(.active) .page-link:hover {
    background-color: #f8f9fa;
    border-color: #adb5bd;
    color: var(--primary-color)
}

.pagination-style-v3 .page-item.active .page-link {
    background-color: #0d2d5e;
    border-color: #0d2d5e;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 2
}

.pagination-style-v3 .page-item.disabled .page-link {
    background-color: #f8f9fa;
    color: #ced4da;
    border-color: #dee2e6;
    pointer-events: none
}

.floating-search-section {
    padding: 2rem 0
}

.floating-search-form {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 800px;
    margin: 0 auto
}

.action-buttons-left {
    display: flex;
    gap: 0.5rem;
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5
}

.action-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #0d2d5e;
    color: #ffffff;
    border: none;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s, transform 0.2s
}

.action-btn:hover {
    background-color: #0b254e;
    transform: scale(1.1)
}

.search-input {
    width: 100%;
    height: 60px;
    border: 1px solid #dee2e6;
    border-radius: 50rem;
    padding: 0.5rem 4rem 0.5rem 1.5rem;
    font-size: 1.1rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: border-color 0.2s, box-shadow 0.2s
}

.search-input:focus {
    border-color: var(--primary-color, #0d6efd);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1), 0 0 0 4px rgba(13, 110, 253, 0.15);
    outline: none
}

.search-submit-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 1.3rem;
    color: #6c757d;
    cursor: pointer;
    z-index: 10;
    padding: 0.5rem
}

.search-submit-icon:hover {
    color: var(--primary-color, #0d6efd)
}

.advanced-search-panel {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 2rem;
    margin-top: 1rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1)
}

.curved-section {
    position: relative
}

.curved-section::after {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 0;
    transform: translateY(50%)
}

.curved-section .container {
    position: relative;
    z-index: 1
}

@media (min-width:992px) {
    .navbar-nav .dropdown-menu {
        margin-top: 0
    }

    .navbar-nav .dropdown:hover>.dropdown-menu {
        display: block
    }

    .navbar-nav .dropdown-submenu {
        position: relative
    }

    .navbar-nav .dropdown-submenu .dropdown-menu {
        display: none;
        position: absolute;
        left: 100%;
        top: -1px
    }

    .navbar-nav .dropdown-submenu:hover>.dropdown-menu {
        display: block
    }

    .navbar-nav .dropdown-submenu>.dropdown-item.dropdown-toggle::after {
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%)
    }
}

.infografis-gallery-section {
    padding: 3rem 0
}

.bg-section {
    background-color: #ddddddd2
}

.infografis-card-v2 {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease
}

.infografis-card-v2:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15)
}

.infografis-card-v2 .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 4
}

.infografis-card-v2 .card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem 1rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.2)
}

.infografis-card-v2 .card-title {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0
}

.mou-item-card {
    background-color: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05)
}

.mou-item-card .card-header {
    background-color: var(--bg-light);
    color: var(--text-muted);
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    justify-content: space-between
}

.mou-item-card .card-body {
    padding: 1.5rem
}

.mou-item-card .card-title {
    font-size: 1.3rem;
    margin-bottom: 0.5rem
}

.mou-item-card .card-title a {
    text-decoration: none;
    color: var(--primary-color)
}

.mou-item-card .card-title a:hover {
    text-decoration: underline
}

.mou-item-card .card-text {
    color: var(--text-muted)
}

.mou-status {
    font-weight: bold
}

.mou-status.active {
    color: #198754
}

.mou-status.ended {
    color: #dc3545
}

.ai-chatbot-container {
    background-color: #1a233a;
    border-radius: 8px;
    color: #f8f9fa
}

.ai-chatbot-container .accordion-item {
    background: transparent;
    border: 1px solid #34495e
}

.ai-chatbot-container .accordion-button {
    background: #2c3e50;
    color: #f8f9fa;
    font-weight: 600
}

.ai-chatbot-container .accordion-button:not(.collapsed) {
    box-shadow: none
}

.ai-chatbot-container .accordion-button::after {
    filter: invert(1) brightness(2)
}

.chat-window {
    height: 600px;
    overflow-y: auto;
    padding: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #34495e
}

.chat-message {
    display: flex;
    margin-bottom: 1rem;
    max-width: 80%
}

.chat-message.user {
    justify-content: flex-end;
    margin-left: auto
}

.chat-message .message-content {
    padding: 0.75rem 1rem;
    border-radius: 12px;
    line-height: 1.6
}

.chat-message.bot .message-content {
    background-color: #34495e;
    border-top-left-radius: 0
}

.chat-message.user .message-content {
    background-color: #0d6efd;
    border-top-right-radius: 0
}

.chat-suggestions h6 {
    text-align: center;
    margin-bottom: 1rem;
    color: #adb5bd
}

.suggestion-btn {
    width: 100%;
    background: #2c3e50;
    border: 1px solid #495057;
    color: #f8f9fa;
    border-radius: 6px;
    padding: 0.5rem;
    text-align: left;
    font-size: 0.9rem;
    margin-bottom: 0.5rem
}

.suggestion-btn:hover {
    background-color: #34495e
}

.chat-input-area {
    position: relative
}

.chat-input-area .form-control {
    background: #2c3e50;
    color: #f8f9fa;
    border-color: #495057
}

.char-counter {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 0.8rem;
    color: #6c757d
}

.chat-disclaimer {
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 1rem;
    background: #2c3e50;
    padding: 0.75rem;
    border-radius: 6px
}

.chat-message {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    max-width: 90%
}

.message-avatar {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f1f3f5;
    display: flex;
    align-items: center;
    justify-content: center
}

.message-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.chat-message.bot .message-avatar {
    background-color: #34495e;
    color: #ecf0f1
}

.chat-message.user .message-avatar {
    background-color: #0d6efd;
    color: #ffffff
}

.chat-message.user {
    flex-direction: row-reverse;
    margin-left: auto
}

.message-content {
    padding: 0.75rem 1rem;
    border-radius: 12px;
    line-height: 1.6
}

.chat-message.bot .message-content {
    background-color: #34495e;
    border-top-left-radius: 0
}

.chat-message.user .message-content {
    background-color: #0d6efd;
    border-top-right-radius: 0
}

.chat-suggestions {
    transition: opacity 0.3s ease, height 0.3s ease, margin 0.3s ease, padding 0.3s ease;
    overflow: hidden
}

.chat-suggestions.hidden {
    opacity: 0;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important
}

.typing-indicator {
    display: flex;
    align-items: center
}

.typing-indicator span {
    height: 8px;
    width: 8px;
    background-color: #90949c;
    border-radius: 50%;
    margin: 0 2px;
    animation-name: typing-bounce;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

.typing-indicator span:nth-child(1) {
    animation-delay: 0.1s
}

.typing-indicator span:nth-child(2) {
    animation-delay: 0.2s
}

.typing-indicator span:nth-child(3) {
    animation-delay: 0.3s
}

@keyframes typing-bounce {

    0%,
    60%,
    100% {
        transform: translateY(0)
    }

    30% {
        transform: translateY(-6px)
    }
}

@media (max-width:767.98px) {
    .ai-chatbot-container .accordion-button {
        font-size: 1rem
    }

    .chat-window {
        height: 320px;
        padding: 0.5rem
    }

    .chat-message {
        gap: 0.4rem;
        margin-bottom: 1rem
    }

    .message-avatar {
        width: 32px;
        height: 32px;
        font-size: 1rem
    }

    .message-content {
        font-size: 0.7rem;
        padding: 0.5rem 0.7rem
    }

    .chat-suggestions .col-md-6 {
        margin-bottom: 0.5rem
    }

    .chat-suggestions h6 {
        font-size: 0.9rem
    }

    .suggestion-btn {
        font-size: 0.85rem;
        padding: 0.4rem 0.6rem
    }

    .chat-input-area .form-control {
        font-size: 0.9rem
    }

    .chat-disclaimer {
        font-size: 0.75rem
    }

    .top-bar {
        display: none
    }

    .metadata-table {
        font-size: 0.85rem
    }

    .metadata-table td {
        padding: 0.50rem;
        vertical-align: top;
        border-top: 1px solid #f0f2f5
    }
}

.mou-status-badge {
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25em 0.6em;
    border-radius: 50rem
}

.mou-status-badge.active {
    background-color: #d1e7dd;
    color: #0f5132
}

.mou-status-badge.warning {
    background-color: #fff3cd;
    color: #664d03
}

.mou-status-badge.ended {
    background-color: #f8d7da;
    color: #842029
}

.live-search-wrapper {
    position: relative;
    z-index: 10000000
}

.search-results-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    margin-top: 6px;
    display: none
}

.search-results-dropdown .search-results-header {
    font-weight: bold;
    color: #2c303a;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 0.8rem;
    text-align: left
}

.search-result-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.5rem;
    border-radius: 6px;
    text-decoration: none;
    color: #2c303a;
    transition: background-color 0.2s, color 0.2s
}

.search-result-item:hover,
.search-result-item.active {
    background-color: var(--primary-color);
    color: #ffffff
}

.search-result-item:hover .details .title,
.search-result-item.active .details .title,
.search-result-item:hover .details .number,
.search-result-item.active .details .number {
    color: #ffffff
}

.search-result-item:hover .icon,
.search-result-item.active .icon {
    color: #ffffff
}

.search-result-item .details {
    text-align: left;
    display: flex;
    flex-direction: column
}

.search-result-item .details .number {
    font-weight: 600;
    color: var(--text-dark);
    font-size: 0.8rem;
    margin-bottom: 0.25rem
}

.search-result-item .details .title {
    color: var(--text-muted);
    font-size: 0.8rem;
    line-height: 1.5
}

.search-footer-help {
    margin-top: 1.5rem;
    padding: 1rem;
    background-color: #e7f3ff;
    border: 1px solid #b6d4fe;
    color: #0c5460;
    border-radius: 8px;
    font-size: 0.9rem;
    text-align: left
}

.search-footer-help a {
    color: var(--primary-color);
    font-weight: bold
}

.ikuti-survey-btn {
    background-color: #4ac5d6;
    border: none;
    color: white;
    transition: background-color 0.3s ease
}

.ikuti-survey-btn:hover {
    background-color: #3ab0c1;
    color: white
}

.nama-layanan {
    color: #4ac5d6;
    font-weight: 600;
    font-size: 0.8rem
}

.service-name {
    color: #343a40
}

.ikm-rating-circle {
    width: 160px;
    height: 160px;
    padding: 8px;
    background: linear-gradient(45deg, #8d3121, #fd950d, #f0e10d);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1)
}

.ikm-inner-circle {
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.rating-score {
    font-size: 3rem;
    color: #343a40;
    line-height: 1
}

.total-reviews {
    font-size: 0.85rem
}

.star-filled {
    color: #ffc107
}

.star-empty {
    color: #e0e0e0
}

.rating-number {
    font-size: 0.9rem;
    color: #6c757d;
    min-width: 15px
}

.ikm-progress-bar {
    height: 8px;
    background-color: #e9ecef;
    border-radius: 8px;
    overflow: hidden
}

.ikm-progress-bar .progress-bar {
    background: linear-gradient(90deg, #214d8d 0%, #4ac5d6 100%)
}

.mobile-controls-bar {
    display: flex;
    gap: 10px;
    margin-bottom: 1.5rem;
    top: 80px;
    background-color: #f8f9fa;
    padding: 10px;
    z-index: 1020;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1)
}

.mobile-results-summary {
    margin-bottom: 1rem;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 8px;
    font-size: 0.9rem;
    border: 1px solid #e9ecef
}

.mobile-results-summary .search-time {
    color: #6c757d
}

.result-card-mobile {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05)
}

.result-card-mobile .title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.4
}

.result-card-mobile .title a {
    text-decoration: none;
    color: #212529
}

.result-card-mobile .description {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 1rem;
    line-height: 1.5
}

.result-card-mobile .info {
    font-size: 0.8rem;
    color: #6c757d;
    display: flex;
    flex-direction: column;
    gap: 5px
}

.result-card-mobile .info i {
    width: 20px;
    color: #0d6efd
}

#filterOffcanvas {
    background-color: #ffffff;
    color: #212529
}

#filterOffcanvas .offcanvas-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #dee2e6
}

#filterOffcanvas .offcanvas-title {
    color: #495057;
    font-weight: 600;
    font-size: 1.1rem
}

#filterOffcanvas .btn-close {
    filter: none
}

#filterOffcanvas .offcanvas-body {
    padding: 1.5rem
}

#filterOffcanvas .filter-block {
    margin-bottom: 2rem
}

#filterOffcanvas .filter-block-title {
    color: #212529;
    font-size: 1rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 0.75rem;
    margin-bottom: 1rem
}

#filterOffcanvas .form-control {
    background-color: #ffffff;
    border: 1px solid #ddd;
    color: #212529;
    margin-bottom: 0.5rem
}

#filterOffcanvas .form-control::placeholder {
    color: #6c757d
}

#filterOffcanvas .form-control:focus {
    background-color: #ffffff;
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25)
}

#filterOffcanvas .form-check-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0.75rem
}

#filterOffcanvas .form-check-label {
    color: #495057;
    padding-left: 1.75em;
    order: 2;
    flex-grow: 1
}

#filterOffcanvas .form-check-input {
    margin-left: 0;
    order: 1
}

#filterOffcanvas .filter-count-badge {
    background-color: #e9ecef !important;
    color: #6c757d !important;
    font-weight: 600;
    padding: 0.35em 0.65em;
    border-radius: 0.375rem;
    order: 3
}

#filterOffcanvas .filter-toggle-more {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem
}

#filterOffcanvas .offcanvas-footer {
    background-color: #f8f9fa;
    border-top-color: #dee2e6;
    display: flex;
    gap: 10px;
    padding: 1rem
}

#filterOffcanvas .offcanvas-footer .btn {
    flex: 1;
    padding: 0.75rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 0.5rem
}

#filterOffcanvas .offcanvas-footer .btn-light {
    background-color: transparent;
    color: #0d6efd;
    border: 1px solid #0d6efd
}

#filterOffcanvas .offcanvas-footer .btn-light:hover {
    background-color: rgba(13, 110, 253, 0.1)
}

.scroll-to-top-button {
    position: fixed;
    bottom: 26px;
    right: 30px;
    z-index: 1050;
    width: 50px;
    height: 50px;
    background-color: var(--secondary-color, #0d6efd);
    color: #ffffff;
    border-radius: 50%;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s ease-out
}

.scroll-to-top-button.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.scroll-to-top-button:hover {
    background-color: var(--dark-blue, #0b5ed7);
    color: #ffffff
}

.page-title-section {
    background-color: #f8f9fa;
    padding: 2rem 0;
    border-bottom: 1px solid #dee2e6
}

.summary-box {
    background-color: #ffffff;
    border-radius: 0.5rem;
    padding: 1.5rem;
    height: 100%;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075)
}

.summary-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid #e9ecef
}

.summary-item:last-child {
    border-bottom: none
}

.summary-label {
    font-weight: 600;
    color: #6c757d;
    display: flex;
    align-items: center
}

.summary-value {
    font-size: 1.5rem;
    font-weight: 700
}

.summary-label .color-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 0.75rem
}

.pwa-install-banner {
    background-color: #ffffff;
    padding: 1rem 0;
    border-bottom: 1px solid #dee2e6;
    animation: fadeInDown 0.5s ease-out
}

.pwa-install-banner .btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    font-weight: 600
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.pwa-install-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1050;
    background-color: #0d6efd;
    color: white;
    border: none;
    border-radius: 50rem;
    padding: 0.75rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out
}

.pwa-install-button.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.pwa-install-button:hover {
    background-color: #0b5ed7;
    transform: translateY(-2px)
}

.pwa-features-list li {
    margin-bottom: 0.75rem;
    font-weight: 500
}

.search-bar {
    background-color: var(--primary-color, #3f51b5);
    padding: 2rem;
    border-radius: 0.5rem;
}

.alphabet-filter a {
    text-decoration: none;
}

.alphabet-filter .btn {
    min-width: 40px;
}

.alphabet-filter .btn.active {
    background-color: var(--primary-color, #3f51b5);
    color: white;
}

td a {
    color: #1e1e1fdc;
    /* biru bootstrap */
    text-decoration: none;
}

td a:hover {
    text-decoration: underline;
    color: var(--primary-color);
}

.tts-controls-container {
    position: fixed;
    bottom: 8px;
    left: 150px;
    /* Posisikan di kiri bawah */
    z-index: 1050;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50px;
    padding: 5px;
    display: flex;
    gap: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.tts-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background-color: #0d6efd;
    color: white;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.2s;
}

.tts-btn:hover {
    background-color: #0b5ed7;
    transform: scale(1.1);
}

/* Kelas untuk highlight teks yang sedang dibaca */
.tts-highlight {
    background-color: #fff3cd;
    /* Warna kuning muda */
    color: #000 !important;
    transition: background-color 0.3s ease;
}

.related-link {
    display: flex;
    align-items: flex-start;
    /* Sejajarkan ikon dan teks di atas */
    gap: 0.5rem;
    /* Jarak antara ikon dan teks */
    color: #343a40;
    /* Warna teks gelap */
    transition: color 0.2s;
}

.related-link:hover {
    color: #0d6efd;
    /* Warna biru saat hover */
}

.related-link i {
    margin-top: 0.25rem;
    /* Sesuaikan posisi vertikal ikon agar pas */
    color: #6c757d;
    /* Warna ikon abu-abu */
}

.floating-buttons-hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(100px) !important;
    transition: all 0.3s ease !important;
}
.web-stats-section {
        background-color: #eef2f5;
        padding: 4rem 0;
        font-family: 'Poppins', sans-serif;
    }
    .stats-header {
        text-align: center;
        margin-bottom: 3rem;
    }
    .stats-header h2 {
        font-weight: 700;
        color: #1a233a;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: relative;
        display: inline-block;
        padding-bottom: 0.5rem;
    }
    .stats-header h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 3px;
        background-color: #0d6efd;
    }
    .stats-header p {
        color: #6c757d;
        font-size: 0.9rem;
    }
    .stat-card {
        text-align: center;
    }
    .stat-card .stat-icon {
        font-size: 3rem;
        color: #adb5bd;
        margin-bottom: 1.5rem;
    }
    .stat-card .stat-number {
        font-size: 2.2rem;
        font-weight: 700;
        color: #1a233a;
        line-height: 1.2;
    }
    .stat-card .stat-label {
        color: #6c757d;
    }
    .stats-footer {
        text-align: center;
        margin-top: 3rem;
        font-size: 0.9rem;
        color: #e53935;
        font-style: italic;
    }
    .rating-stars-input i { font-size: 2rem; color: #ffc107; cursor: pointer; margin-right: 5px; }
    .progress-item {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 8px;
    }
    .progress-item span:first-child { /* Target angka 5,4,3,2,1 */
        font-size: 0.9rem;
        color: #6c757d;
        min-width: 15px;
    }
    .progress {
        height: 8px;
        flex-grow: 1;
        background-color: #e9ecef;
        border-radius: 8px;
    }
    .progress-bar {
        background-image: linear-gradient(to right, #0d6efd, #0dcaf0);
    }
    
    /* === [BARU] CSS UNTUK PERSENTASE === */
    .progress-percentage {
        font-size: 0.9rem;
        font-weight: 600;
        color: #495057;
        min-width: 45px; /* Beri lebar minimum agar rata kanan */
        text-align: right;
    }
    .sidebar-card .sidebar-title.mb-3 {
    margin-bottom: 1rem !important; /* Tambahkan jarak di bawah judul */
}

/* [MODIFIKASI] Styling untuk tombol Dokumen & Abstrak */
.document-buttons-container {
    display: flex;
    flex-direction: column;
    gap: 0.75rem; /* Menambah jarak vertikal antar tombol */
}
.btn-document {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 0.75rem 1.25rem; /* Tambahkan padding agar tombol lebih besar */
    font-size: 0.95rem; /* Sedikit perbesar font */
    font-weight: 500;
    border-radius: 0.5rem;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.btn-document i {
    font-size: 1.1rem;
    margin-right: 0.75rem;
    width: 20px;
}
.btn-document span {
    display: flex;
    flex-direction: column;
    line-height: 1; /* Beri sedikit ruang antar baris */
}
.btn-document small {
    font-size: 0.75rem;
    font-weight: 400;
    opacity: 0.8;
}

/* Warna khusus untuk setiap tombol */
.btn-document.btn-primary {
    background-color: #0d6efd;
    color: white;
}
.btn-document.btn-success {
    background-color: #198754;
    color: white;
}

    /* Tombol Pemicu Collapse */
    .btn-collapse-lampiran { display: flex; justify-content: space-between; align-items: center; width: 100%; background: none; border: none; padding: 0; text-align: left; }
    .btn-collapse-lampiran:focus { box-shadow: none; }
    
    .collapse-icon {
    color: #6c757d;
    transition: transform 0.3s ease-in-out;
    transform: rotate(0deg); 
    }
    
    .btn-collapse-lampiran[aria-expanded="true"] .collapse-icon {
    transform: rotate(-180deg); 
    }

    /* Kontainer tombol-tombol download */
    .lampiran-buttons-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem; /* Menambah jarak vertikal antar tombol lampiran */
    padding-top: 1rem !important; /* Beri jarak atas dari garis <hr> */
}

/* [MODIFIKASI] Tombol Download Lampiran */
.btn-lampiran {
    background-color: #198754;
    color: #ffffff;
    border: none;
    border-radius: 50rem;
    padding: 0.6rem 1.25rem; /* Sedikit perbesar padding */
    font-weight: 500;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: background-color 0.2s;
}
    .btn-lampiran:hover { background-color: #146c43; color: #ffffff; }
    
    /* Perbaikan Styling Tombol Share */
    .social-share-v2 { display: flex; flex-wrap: wrap; gap: 0.75rem; }