html, body {
    overflow-x: hidden;
    overflow-x: clip;
    max-width: 100%;
    position: relative;
}
body {
    padding-top: 55px;
    font-family: 'Inter', sans-serif!important;
}
[data-aos] {
    max-width: 100%;
}
section, .hero, .infografis, .services {
    overflow-x: clip;
}
.navbar-brand {
    font-weight: 600;
}
:root {
    --bs-primary: #01336C;
    --bs-primary-rgb: 1,   51,   108;
    --bs-blue: #01336C;
    --bs-link-color: #01336C;
    --bs-link-hover-color: #012953;
}
.bg-primary {
    background: linear-gradient(135deg, #01336C, #0A4DA8)!important;
}
.text-primary {
    color: #01336C!important;
}
.btn-primary {
    --bs-btn-bg: #01336C;
    --bs-btn-border-color: #01336C;
    --bs-btn-hover-bg: #012953;
    --bs-btn-hover-border-color: #012953;
    --bs-btn-active-bg: #012953;
    --bs-btn-active-border-color: #012953;
}
.btn-outline-primary {
    --bs-btn-color: #01336C;
    --bs-btn-border-color: #01336C;
    --bs-btn-hover-bg: #01336C;
    --bs-btn-hover-border-color: #01336C;
    --bs-btn-active-bg: #01336C;
    --bs-btn-active-border-color: #01336C;
}
a {
    color: #01336C;
}
a:hover {
    color: #012953;
}
.footer {
    background: linear-gradient(135deg, #01336C, #025498);
    position: relative;
    overflow: hidden;
    color: #fff;
}
.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(255 255 255 / .15) 1px, transparent 1px) 0 0, radial-gradient(circle, rgb(255 255 255 / .15) 1px, transparent 1px) 50px 50px;
    background-size: 100px 100px;
    z-index: 0;
    opacity: .3;
}
.footer>.container {
    position: relative;
    z-index: 1;
}
.transform-on-hover:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 8px rgb(0 0 0 / .15);
}
.navbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at top right, rgb(255 255 255 / .1), transparent 70%);
    pointer-events: none;
}
.navbar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgb(255 255 255 / .05) 0%, transparent 70%);
    pointer-events: none;
}
.navbar .container-fluid {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.navbar-toggler {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}
.navbar-separator {
    width: 2px;
    height: 100%;
    background: linear-gradient(135deg, rgb(255 255 255 / .3), rgb(0 0 0 / .1));
    box-shadow: 0 4px 8px rgb(0 0 0 / .2);
    margin: 0 20px;
    transform: skewY(-10deg);
}
@media (max-width: 1199.98px) {
    .navbar-separator {
        display: none;
    }
    .navbar .container-fluid {
        flex-wrap: wrap;
    }
    .navbar-collapse {
        flex-basis: 100%;
        order: 3;
        margin-top: 12px;
        background: rgb(255 255 255 / .08);
        border: 1px solid rgb(255 255 255 / .15);
        border-radius: 12px;
        padding: 8px;
        max-height: calc(100vh - 90px);
        overflow-y: auto;
    }
    .navbar-nav .nav-item {
        margin-right: 0;
    }
    .navbar-nav .nav-item:not(:last-child) {
        border-bottom: 1px solid rgb(255 255 255 / .08);
    }
    .navbar-nav .nav-link {
        padding: 12px 14px;
        border-radius: 8px;
        transition: background .2s ease;
    }
    .navbar-nav .nav-link:hover {
        background: rgb(255 255 255 / .1);
    }
    .navbar-nav .nav-link.active {
        background: rgb(255 255 255 / .15);
        font-weight: 600;
    }
    .navbar-nav .nav-item .nav-link:hover::before,
    .navbar-nav .nav-item .nav-link.active::after {
        display: none;
    }
    .navbar .dropdown-menu {
        background: rgb(255 255 255 / .06);
        box-shadow: none;
        margin: 4px 0 4px 14px;
        padding: 4px 0;
    }
    .navbar .dropdown-item {
        color: rgb(255 255 255 / .9);
        padding: 10px 14px;
        border-radius: 6px;
    }
    .navbar .dropdown-item:hover,
    .navbar .dropdown-item.active {
        background: rgb(255 255 255 / .12);
        color: #fff;
    }
    .navbar .dropdown-item.active::before {
        color: #fff;
    }
}
.navbar-nav .nav-item {
    position: relative;
    margin-right: 8px;
}
.navbar-nav .nav-item:last-child {
    margin-right: 0;
}
.navbar-nav .nav-link {
    color: rgb(255 255 255 / .95)!important;
    font-weight: 500;
    font-size: clamp(0.7rem, 0.9vw, 0.95rem);
    white-space: nowrap;
    text-shadow: 0 1px 2px rgb(0 0 0 / .1);
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    color: #ffffff!important;
    text-shadow: 0 1px 4px rgb(0 0 0 / .2);
}
.navbar-nav .nav-item .nav-link:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: rgb(255 255 255 / .9);
    box-shadow: 0 1px 4px rgb(0 0 0 / .2);
}
.navbar-nav .nav-item .nav-link.active::after {
    content: "•";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 18px;
}
.dropdown-menu {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgb(0 0 0 / .1);
    padding: 8px 0;
    border: none;
    margin-top: .5rem;
    z-index: 1031;
    position: absolute;
}
.nav-item.dropdown {
    position: relative;
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 100%}
.dropdown-item {
    color: #333;
    padding: 8px 20px;
    font-weight: 500;
}
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active {
    background-color: rgb(1 51 108 / .1);
    color: #01336C;
}
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #08F;
    color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px #1e90ff;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.scroll-to-top:hover {
    transform: scale(1.1);
    background-color: #005bb5;
}
.scroll-to-top.visible {
    opacity: 1;
}
.scroll-to-top i {
    font-size: 32px;
}
.scroll-progress {
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #00a3ef var(--scroll), transparent 0);
    z-index: 999;
}
.news {
    background: linear-gradient(135deg, #f0f4f8 25%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}
.news::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/pattern.svg);
    opacity: .1;
    z-index: 0;
}
.news .container {
    position: relative;
    z-index: 1;
}
#services .card {
    padding: 10px;
    font-size: .9rem;
    color: #fff;
    min-height: 120px;
    position: relative;
    overflow: hidden;
    border: none!important;
    width: 100%;
    height: 160px;
}
#services .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.75rem;
}
#services .card-title {
    text-align: center;
    width: 100%;
    margin-bottom: 0.75rem;
}
.swiper-container {
    width: 100%;
    overflow: hidden;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.card {
    max-width: 100%}
.rounded {
    border-radius: 24px;
}
.swiper-button-next, .swiper-button-prev {
    top: 45%;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgb(0 0 0 / .1);
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
    color: #000;
}
.swiper-pagination {
    bottom: 0;
}
.swiper-container {
    padding: 0 20px;
}
.services .card {
    height: 300px;
    background-blend-mode: overlay;
}
.services .card-body {
    height: 300px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.services .card-body .mb-3 img {
    width: 50px;
    height: auto;
}
.news .list-group-item img {
    width: 100px;
    height: 70px;
    object-fit: cover;
}
.page-nav.prev, .page-nav.next {
    color: #206df2;
    text-decoration: none;
    padding: 1rem;
    border-radius: .5rem;
    transition: all 0.3s ease;
    max-width: 45%}
.page-nav.prev:hover, .page-nav.next:hover {
    color: #0056b3;
}
.page-nav .title {
    font-weight: 500;
    margin-bottom: .25rem;
}
.gap-3 {
    gap: .75rem;
}
.card-body {
    font-size: 20px;
    line-height: 1.6;
    color: #2c3e50;
    z-index: 2;
    position: relative;
}
.card-body h1, .card-body h2, .card-body h3, .card-body h4, .card-body h5, .card-body h6 {
    color: #206df2;
    margin-top: 1.5em;
    margin-bottom: .8em;
    font-weight: 600;
}
.card-body p {
    margin-bottom: 1.2em;
}
.card-body ul, .card-body ol {
    padding-left: 1.5em;
    margin-bottom: 1.2em;
}
.card-body a {
    color: #206df2;
    text-decoration: none;
    border-bottom: 2px solid #fff0;
    transition: border-color 0.3s ease;
}
.card-body a:hover {
    border-bottom-color: #206df2;
}
.card-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}
.card-body blockquote {
    border-left: 4px solid #206df2;
    padding-left: 1em;
    margin: 1.5em 0;
    font-style: italic;
    background-color: rgb(32 109 242 / .05);
    padding: 1em;
    border-radius: 0 8px 8px 0;
}
.card-body code {
    background: #f8f9fa;
    padding: .2em .4em;
    border-radius: 4px;
    font-size: .9em;
    color: #e83e8c;
}
.card-body pre {
    background: #f8f9fa;
    padding: 1em;
    border-radius: 8px;
    overflow-x: auto;
    margin: 1.5em 0;
}
.berita-item.grid-view {
    transition: all 0.3s ease;
}
.berita-item.list-view {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%}
.berita-item.list-view .card {
    flex-direction: row;
}
.berita-item.list-view .card-img-top {
    width: 300px;
    height: 200px;
    object-fit: cover;
}
.berita-item.list-view .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.search-box .form-control {
    border-radius: 8px 0 0 8px;
    border-right: none;
}
.search-box .btn {
    border-radius: 0 8px 8px 0;
}
.view-button.active {
    background-color: var(--bs-primary);
    color: #fff;
}
.berita-item.list-view {
    display: none;
}
body.list-view .berita-item.grid-view {
    display: none;
}
body.list-view .berita-item.list-view {
    display: block;
}
.layanan-header {
    position: relative;
    background: linear-gradient(135deg, var(--bs-primary) 0%, #2563eb 100%);
    border-radius: 20px;
    overflow: hidden;
}
.layanan-header::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: linear-gradient(to right, transparent, rgb(255 255 255 / .1));
    transform: skewX(-30deg) translateX(100px);
}
.layanan-card {
    border: none!important;
    border-radius: 20px!important;
    background: linear-gradient(to bottom right, #f8f9fa, #F5F7F8)!important;
    transition: all 0.3s ease!important;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.layanan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgb(0 0 0 / .175)!important;
    z-index: 2;
}
.layanan-icon-wrapper {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    border-radius: 12px;
    background-color: var(--bs-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}
.layanan-icon-wrapper .iconify {
    font-size: 24px;
    width: 24px;
    height: 24px;
}
.layanan-badge {
    padding: .5rem 1rem;
    border-radius: 50rem;
    font-size: .875rem;
    font-weight: 500;
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
}
.layanan-content {
    color: var(--bs-gray-700);
    line-height: 1.75;
}
.layanan-content p {
    margin-bottom: 1.25rem;
}
.layanan-content h1, .layanan-content h2, .layanan-content h3, .layanan-content h4 {
    color: var(--bs-gray-900);
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.layanan-content ul, .layanan-content ol {
    margin: 1.25rem 0;
    padding-left: 1.625rem;
}
.layanan-content li {
    margin: .5rem 0;
}
.layanan-content a {
    color: var(--bs-primary);
    text-decoration: underline;
    font-weight: 500;
}
.layanan-content strong {
    color: var(--bs-gray-900);
    font-weight: 600;
}
.share-button {
    width: 38px;
    height: 38px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}
.share-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgb(0 0 0 / .1);
}
.share-button .iconify {
    width: 20px;
    height: 20px;
}
.organization-section {
    margin: 20px 0;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.organization-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.organization-card {
    flex: 1 1 calc(25% - 15px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}
.organization-card img {
    max-width: 100%;
    height: 600px;
    object-fit: cover;
}
.member-name {
    margin: 10px 0;
    font-weight: bold;
    color: #333;
}
.slider-section {
    margin: 20px 0;
}
.slider {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    padding: 10px 0;
}
.slider-item {
    flex: 0 0 auto;
    width: 220px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
}
.slider-item img {
    max-width: 100%;
    height: 600px;
    object-fit: cover;
}
.slider-item .member-name {
    margin-top: 10px;
    font-weight: bold;
    color: #333;
}
.page-content {
    color: var(--bs-gray-700);
    line-height: 1.75;
}
.page-content p {
    margin-bottom: 1.25rem;
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    color: var(--bs-gray-900);
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.page-content img {
    max-width: 100%;
    height: auto;
    border-radius: .5rem;
    margin: 1.5rem 0;
}
.page-content ul, .page-content ol {
    margin: 1.25rem 0;
    padding-left: 1.625rem;
}
.page-content li {
    margin: .5rem 0;
}
.page-content a {
    color: var(--bs-primary);
    text-decoration: underline;
    font-weight: 500;
}
.page-content blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.5rem;
    border-left: 4px solid var(--bs-primary);
    background-color: var(--bs-light);
    border-radius: .5rem;
}
.page-content blockquote p:last-child {
    margin-bottom: 0;
}
.page-content table {
    width: 100%;
    margin: 1.5rem 0;
    border-collapse: collapse;
}
.page-content th, .page-content td {
    padding: .75rem;
    border: 1px solid var(--bs-gray-300);
}
.page-content th {
    background-color: var(--bs-light);
    font-weight: 600;
}
.page-content pre, .page-content code {
    background-color: var(--bs-light);
    border-radius: .5rem;
    padding: .25rem .5rem;
    font-family: monospace;
}
.page-content pre {
    padding: 1rem;
    margin: 1.5rem 0;
    overflow-x: auto;
}
.page-content hr {
    margin: 2rem 0;
    border-color: var(--bs-gray-200);
}
.col-12 .layanan-card {
    display: flex;
    flex-direction: row;
}
.col-12 .card-img-wrapper {
    width: 300px;
    min-width: 300px;
    height: 100%}
.col-12 .card-img-top {
    height: 100%;
    object-fit: cover;
}
.col-12 .card-body {
    flex: 1;
}
.card-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.card-img-wrapper img {
    transition: transform 0.3s ease;
}
.layanan-card:hover .card-img-wrapper img {
    transform: scale(1.05);
}
.card-img-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #fff0 0%, rgb(0 0 0 / .1) 100%);
}
.layanan-card .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}
.layanan-card .text-muted {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
}
.card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}
.btn-primary {
    --bs-btn-bg: #01336C;
    --bs-btn-border-color: #01336C;
    --bs-btn-hover-bg: #083b82;
    --bs-btn-hover-border-color: #083b82;
    --bs-btn-active-bg: #083b82;
    --bs-btn-active-border-color: #083b82;
}
.text-primary {
    color: #01336C!important;
}
.bg-primary {
    background-color: #01336C!important;
}
.btn-outline-primary {
    --bs-btn-color: #01336C;
    --bs-btn-border-color: #01336C;
    --bs-btn-hover-bg: #01336C;
    --bs-btn-hover-border-color: #01336C;
    --bs-btn-active-bg: #01336C;
    --bs-btn-active-border-color: #01336C;
}
.page-header {
    position: relative;
    min-height: 200px;
    margin-top: -55px;
    background: linear-gradient(-45deg, #000046, #01336C, #2370d5);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    overflow: hidden;
}
.page-header-berita {
    min-height: 400px;
}
.page-header .container, .page-header-berita .container {
    position: relative;
    z-index: 4;
    padding-top: 60px;
}
.waves {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #fff0;
    overflow: hidden;
}
.wave {
    position: absolute;
    left: -180px;
    bottom: 0;
    width: calc(100% + 360px);
    height: 100%;
    background: center bottom no-repeat;
    background-size: 1800px 200px;
}
.wave1 {
    animation: wave-animation1 10s linear infinite;
    opacity: 1;
    z-index: 3;
    background-image: url("data:image/svg+xml,  %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1800 200'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.2'%3E%3Cpath d='M0,  0 L1800,  0 L1800,  200 C1500,  150 900,  150 0,  200 L0,  0 Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.wave2 {
    animation: wave-animation2 12s linear infinite;
    opacity: .75;
    z-index: 2;
    background-image: url("data:image/svg+xml,  %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1800 200'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.15'%3E%3Cpath d='M0,  0 L1800,  0 L1800,  200 C1350,  150 450,  150 0,  200 L0,  0 Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.wave3 {
    animation: wave-animation3 14s linear infinite;
    opacity: .5;
    z-index: 1;
    background-image: url("data:image/svg+xml,  %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1800 200'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M0,  0 L1800,  0 L1800,  200 C1200,  150 600,  150 0,  200 L0,  0 Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@keyframes gradient {
    0% {
    background-position: 0% 50%}
50% {
    background-position: 100% 50%}
100% {
    background-position: 0% 50%}
}@keyframes wave-animation1 {
    0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-180px);
}
}@keyframes wave-animation2 {
    0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-180px);
}
}@keyframes wave-animation3 {
    0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-180px);
}
}.breadcrumb {
    margin-bottom: 1.5rem!important;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: rgb(255 255 255 / .5);
}
.breadcrumb-item a {
    color: rgb(255 255 255 / .75);
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #fff;
}
.page-header h1, .page-header-berita h1 {
    color: #fff;
    text-shadow: 0 2px 4px rgb(0 0 0 / .1);
    margin-bottom: 2rem;
    font-size: 2.5rem;
}
.social-share-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%!important;
    border: 2px solid var(--bs-primary);
    background: #fff;
    color: var(--bs-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
}
.social-share-btn:hover, .social-share-btn:focus {
    background: var(--bs-primary);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(10 77 168 / .15);
    text-decoration: none;
}
.social-share-btn.success {
    background: #198754;
    border-color: #198754;
    color: #fff;
}
.social-share-btn .iconify {
    width: 20px;
    height: 20px;
    font-size: 20px;
}
.share-button, .share-btn {
    all: unset;
}
.aplikasi-card {
    transition: all 0.3s ease;
}
.aplikasi-card:hover {
    transform: translateY(-5px);
}
.aplikasi-icon-wrapper {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    border-radius: 12px;
    background: #F5F7F8;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aplikasi-icon-wrapper img, .aplikasi-icon-wrapper .iconify {
    width: 32px;
    height: 32px;
}
.aplikasi-title {
    font-size: 1rem;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.aplikasi-link {
    font-size: .875rem;
}
.publikasi-icon-wrapper {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    border-radius: 12px;
    background-color: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.publikasi-icon-wrapper .iconify {
    font-size: 24px;
    width: 24px;
    height: 24px;
}
.list-group-item {
    border: none;
    padding: 1rem 0;
    transition: all 0.3s ease;
}
.list-group-item:hover {
    transform: translateX(5px);
    background: #fff0;
}
.list-group-item .layanan-icon-wrapper {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: var(--bs-primary); */
    color: #fff;
}
.sticky-sidebar-wrapper {
    position: sticky;
    top: 2rem;
}
@media (max-width:991.98px) {
    .sticky-sidebar-wrapper {
    position: relative;
    top: 0;
}
}.image-container {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 1rem;
}
.fullscreen-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / .3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 2;
}
.image-container:hover .fullscreen-overlay {
    opacity: 1;
}
.fullscreen-icon {
    color: #fff;
    font-size: 2.5rem;
    transform: scale(.8);
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 8px rgb(0 0 0 / .3));
}
.image-container:hover .fullscreen-icon {
    transform: scale(1);
}
.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background: linear-gradient(0deg, rgb(0 0 0 / .7) 0%, #fff0 100%);
    z-index: 1;
}
.modal-fullscreen {
    padding: 0!important;
    background: rgb(0 0 0 / .95);
}
.modal-fullscreen .modal-dialog {
    margin: 0;
    max-width: 100%;
    height: 100%;
    height: 100vh;
}
.modal-fullscreen .modal-content {
    background: #fff0;
    height: 100%;
    border: 0;
    border-radius: 0;
}
.modal-fullscreen .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-fullscreen img {
    max-height: 90vh;
    max-width: 90vw;
    object-fit: contain;
}
.modal-fullscreen .btn-close {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 1050;
    background: none;
    border: none;
    font-size: 2rem;
    color: #fff;
    opacity: .7;
    transition: opacity 0.3s ease;
}
.modal-fullscreen .btn-close:hover {
    opacity: 1;
}
.video-item {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    aspect-ratio: 16/9;
    background: #000;
}
.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .8;
    transition: all 0.3s ease;
}
.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgb(255 255 255 / .2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
}
.video-item:hover .video-thumbnail {
    opacity: .6;
    transform: scale(1.1);
}
.video-item:hover .video-play-button {
    background: rgb(255 255 255 / .3);
    transform: translate(-50%, -50%) scale(1.1);
}
.video-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    background: linear-gradient(0deg, rgb(0 0 0 / .8) 0%, #fff0 100%);
    color: #fff;
}
.video-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.video-date {
    font-size: .875rem;
    opacity: .8;
}
.modal-video .modal-dialog {
    max-width: 800px;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    aspect-ratio: 4/3;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    background: linear-gradient(0deg, rgb(0 0 0 / .8) 0%, #fff0 100%);
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}
.gallery-item:hover .gallery-overlay {
    opacity: 1;
    transform: translateY(0);
}
.gallery-item:hover img {
    transform: scale(1.1);
}
.gallery-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.gallery-date {
    font-size: .875rem;
    opacity: .8;
}
.navbar .nav-link.dropdown-toggle::after {
    display: none;
}
.navbar .dropdown-menu {
    margin-top: 0;
    border: none;
    box-shadow: 0 .5rem 1rem rgb(0 0 0 / .15);
}
.navbar .dropdown-item {
    padding: .5rem 1.5rem;
}
.navbar .dropdown-item.active {
    color: var(--bs-primary);
    background: none;
    font-weight: 600;
    position: relative;
    padding-left: 2rem;
}
.navbar .dropdown-item.active::before {
    content: "•";
    position: absolute;
    left: 1rem;
    color: var(--bs-primary);
}
.navbar .dropdown-item:hover {
    color: var(--bs-primary);
    background: none;
}
.navbar .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.navbar .nav-link.dropdown-toggle.active {
    color: #fff!important;
}

/* Keep collapsed-navbar submenus in the document flow on tablets and phones. */
@media (max-width: 1199.98px) {
    .navbar .nav-item.dropdown .dropdown-menu {
        position: static !important;
        inset: auto !important;
        transform: none !important;
        width: auto;
        margin: 4px 0 4px 14px;
        padding: 4px 0;
        background: rgb(255 255 255 / .06);
        box-shadow: none;
    }

    .navbar .dropdown-item,
    .navbar .dropdown-item.active {
        color: rgb(255 255 255 / .9);
        padding: 10px 14px;
    }

    .navbar .dropdown-item:hover,
    .navbar .dropdown-item:focus,
    .navbar .dropdown-item.active {
        background: rgb(255 255 255 / .12);
        color: #fff;
    }

    .navbar .dropdown-item.active {
        padding-left: 2rem;
    }

    .navbar .dropdown-item.active::before {
        color: #fff;
    }
}

.service-card {
    transition: transform 0.3s ease-in-out;
    height: 260px !important;
    background:  url('../images/pattern-3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-icon-wrapper {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon-wrapper {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.service-card .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
}

.service-card .card-text {
    font-size: 0.9rem;
    line-height: 1.5;
}

.service-card .btn-light {
    transition: all 0.3s ease;
    font-weight: 500;
}

.service-card .btn-light:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .service-card {
        height: 320px !important;
    }
    
    .service-icon-wrapper {
        width: 56px;
        height: 56px;
    }
    
    .service-card .card-title {
        font-size: 1.1rem;
    }
    
    .service-card .card-text {
        font-size: 0.85rem;
    }
}
.hover-zoom {
    transition: transform 0.2s;
}
.hover-zoom:hover {
    transform: scale(1.05);
}

/* E-Magang Form Styles */
#formMagang .card-body {
    font-size: 1rem;
}
#formMagang .form-control::placeholder,
#formMagang .form-select::placeholder {
    font-weight: 300;
    color: #adb5bd;
    opacity: 1;
}
#formMagang .form-control,
#formMagang .form-select {
    font-size: 0.9rem;
    font-weight: 400;
}
#formMagang .form-label {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.3rem;
}

/* E-Magang Pages */
.magang-page .card-body {
    font-size: 1rem !important;
    line-height: 1.6 !important;
}
.magang-page .card-body h1,
.magang-page .card-body h2,
.magang-page .card-body h3,
.magang-page .card-body h4,
.magang-page .card-body h5,
.magang-page .card-body h6 {
    color: inherit;
    margin-top: 0;
}
.magang-page .form-control::placeholder,
.magang-page .form-select::placeholder {
    font-weight: 300;
    color: #adb5bd;
    opacity: 1;
}
.magang-page .form-control,
.magang-page .form-select {
    font-size: 0.9rem;
    font-weight: 400;
}
.magang-page .form-label {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.3rem;
}
