.pengetahuan-sections .section-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: var(--secondary);
    pointer-events: none;
}

.pengetahuan-sections .section-title.section-title-big {
    font-size:30px;
}

.pengetahuan-sections .section-sub-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: var(--secondary);
}


.sidebar-menu.list-group .list-group-item {
    border: none;
    color: var(--websiteThemeDark);
}

.sidebar-menu.list-group .list-group-item:hover {
    background: var(--websiteThemeBackgroundLight);
}

.sidebar-menu.list-group .list-group-item i {
    color: #FFFFFF;
}

.sidebar-menu.list-group .list-group-item span {
    background: var(--websiteThemeDark);
    color: #fff;
    padding: 6px;
    border-radius: 30px;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    text-align: center;
}

.sidebar-menu.list-group .list-group-item.active {
    background: var(--websiteThemeBackground);
}

.pengetahuan-sections.site-top-banner {
    height: 380px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (9/16 = 0.5625) */
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pdf-wrapper {
    position: relative;
    width: 100%;
    height: 80vh; /* Adjust the height as needed */
}
.pdf-wrapper iframe,
.pdf-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 20px;
}
.img-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 8px; /* Optional: Adds rounded corners */
}
