:root {
    --default-font: "Inter", "Helvetica Neue", Helvetica, sans-serif;
    --b-radius: 8px;
    --b-radius-20: 20px;
    --body-bg-color: #fff;
    --bg-white: #ffffff;
    --card-border: #ededed;
    --form-border: #cecece;
    --body-text-color: #202020;
    --body-fs: 17px;
    --heading-color: #292929;
    --primary: rgba(var(--bs-primary-rgb), 1);
    --danger: rgba(var(--bs-danger-rgb), 1);
    --success: rgba(var(--bs-success-rgb), 1);
    --c-light-blue: #f0f3f8;

    --bs-1: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

html,
body,
body.uni-body {
    font-family: var(--default-font);
    color: var(--body-text-color);
    font-size: var(--body-fs);
    line-height: 1.5;
    background-color: var(--bg-white) !important;
    overflow-x: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--default-font) !important;
}

.notfound-content {

    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.notfound-content h1 {
    font-size: 80px;
}

.doc-info * {
    font-size: var(--body-fs);
}

.hover-pointer:hover {
    cursor: pointer;
}

.form-control,
.form-select {
    border: 1px solid var(--form-border) !important;
    background: (var(--bg-white));
    font-size: var(--body-fs);
    color: var(--body-text-color) !important;
}

.gvnn-loader {
    width: 48px;
    height: 48px;
    display: block;
    margin: 15px auto;
    position: relative;
    color: var(--primary);
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.gvnn-loader::after,
.gvnn-loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: scale(0.5) translate(0, 0);
    background-color: var(--primary);
    border-radius: 50%;
    animation: animloader 1s infinite ease-in-out;
}

.gvnn-loader::before {
    background-color: #454545;
    transform: scale(0.5) translate(-48px, -48px);
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animloader {
    50% {
        transform: scale(1) translate(-50%, -50%);
    }
}





.post-content p {

    font-size: 17px
}

/* search form group */
.search-form .ti {
    font-size: 20px;
}

.search-form .input-group {
    background-color: var(--bg-white);
    border: 2px solid var(--form-border);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.search-form .form-control,
.search-form .input-group-text {
    background-color: var(--bg-white);
    color: var(--color-text-body);
    border-radius: 8px;
    box-shadow: none;
    border: 0 !important;
}

.search-form .form-control::placeholder {
    color: var(--color-text-body);
    opacity: 0.6;
}

.search-form .form-control:focus,
.search-form .form-control:hover {
    border: 0 !important;
}

.search-form .input-group:has(.form-control:focus),
.search-form .input-group:has(.form-control:hover),
.search-form .input-group:has(.input-group-text:focus),
.search-form .input-group:has(.input-group-text:hover) {
    background-color: transparent !important;
    border: 2px solid var(--primary) !important;
}

.search-form input.form-control {
    border-right: 0 !important;
}

.search-form .input-group-text {
    border-left: 0 !important;
}

.search-form .form-control,
.search-form .input-group-text {
    background-color: var(--bg-white);
    color: var(--color-text-body);
    border-radius: 8px;
    box-shadow: none;
    border: 0px !important;
}

.search-form button {
    color: var(--color-text-body);
    background-color: transparent;
    display: flex;
    align-items: center;
}

.list-group-item:first-child {
    border-top-left-radius: var(--b-radius-20);
    border-top-right-radius: var(--b-radius-20);
}

.list-group-item:last-child {
    border-bottom-left-radius: var(--b-radius-20);
    border-bottom-right-radius: var(--b-radius-20);
}

.list-group-item.ahid-search-list-item {

    color: var(--body-text-color);
    text-decoration: none;
    background-color: var(--c-light-blue);
    border: 0 !important;
    padding: 20px;
    margin-bottom: 3px;
}

.home-misi ol,
.home-misi ul {
    list-style: none !important;
    padding: 1rem 2rem 1rem 0 !important;

}

.home-misi li {
    font-size: .9rem !important;
    padding: 0.5rem 0 0.5rem 1.5rem !important;
    position: relative !important;
    background-image: linear-gradient(180deg, #ccc, #ccc);
    background-position: calc((12px - 2px) * 0.5) 0%;
    background-size: 2px 100%;
    background-repeat: no-repeat;
    line-height: 1.4 !important;
}

.home-misi li::before {
    content: "";
    display: block;
    position: absolute;
    top: calc((1.5rem - 12px) * 0.5 + 0.5rem);
    left: 0;
    background-color: var(--primary);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border: 2px solid #ccc;
}

.home-misi li:first-child {
    background-image: linear-gradient(180deg, transparent 1.25rem, #ccc 1.25rem);
}

.home-misi li:last-child {
    background-image: linear-gradient(180deg, #ccc 1.25rem, transparent 1.25rem);
}

.home-misi li {
    margin: 0 !important
}



.post-meta .meta-item:before {
    content: "—";

    padding: 0 var(--p-meta-sep-pad, 4px);
    display: inline-block;
    transform: scale(0.916);
}

.po-modal .btn-close {
    width: 28px;
    height: 28px;
    font-size: 22px;
    padding: 0px;
    color: #fff !important;
    position: absolute;
    top: 15px;
    right: 15px;
    background: none !important;
    background-color: #dd1e1e !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 1;

}

.po-modal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 0;
    box-shadow: none;
    background-color: transparent !important;
    justify-content: center;
    align-items: center;
}

.po-modal .modal-body {
    padding: 0 !important;
}

.po-modal .po-img img {
    border-radius: 4px;
    max-width: 100%;
    height: auto;
}

ul.social-icon {
    display: flex;
    list-style: none;
    padding: 0;
    gap: .45rem;
    padding-top: 32px;

}

footer * {
    font-family: var(--default-font);
}


ul.social-icon li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #374368;
    border: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 21px;
    color: var(--body-text-color);
    border-radius: 50%;
}

ul.social-icon li a:hover {

    background-color: #2344a9;

}

.nav-y>*,
.nav-y>*>* {

    font-family: var(--default-font);
}

.mobile-panel #search-panel #nav-search {
    border: 2px solid var(--card-border);
}

.mobile-panel .nav-y .uc-parent.uc-open .uc-nav-sub {
    padding-right: 25px;
    position: relative;
}

.mobile-panel .nav-y .uc-nav-sub .uc-parent::after {
    position: absolute;
    right: -25px;
}

.post-content img {
    padding: 15px 0 !important;
    min-width: 100%;
    width: 100% !important;
    height: auto !important;
}

.single-post .f-image img {
    width: 100%;
    height: auto;
    border-radius: var(--b-radius-20);
    margin-bottom: 25px;
}

.divider {
    border-top: 1px solid var(--card-border);
    height: 1px;
    width: 100%;
    margin: 1rem 0;
}

/** pegawai view **/
.cg-2 {
    display: flex;
    flex-wrap: wrap;
}

.cg-2-img {
    width: 40%;
}

.cg-2-content {
    width: 60%;
}

.cg-2-col {
    list-style-type: none;
    padding-left: 25px;
}

.cg-2-img img {
    object-fit: cover;
    border-radius: var(--b-radius-20);
    height: 440px;
    width: 100%;
    background-color: var(--bg-white);
}

.cg-2-list p,
.cg-2-list h6 {
    font-size: var(--body-fs);
}

/** TVT SWIPER **/
.tvt-swiper-container .single-slide {
    height: 100%;
}

.tvt-swiper-container .swipe-card-grid-list {}

.tvt-swiper-container .swipe-card-img img {
    width: 112px;
    height: 112px;
    object-fit: cover;
    border-radius: .6rem;
    border: 1px solid rgba(0, 0, 0, .08);
    background: #f3f3f3;
    display: block;
}

.tvt-swiper-container .swipe-card-title a {
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* --- Posisi & interaksi panah --- */
.swiper-container.tvt-swiper-container {
    position: relative;
}

.tvt-swiper-container .swiper-arrow-bottom {
    position: relative;
    right: 8px;
    bottom: 8px;
    z-index: 15;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: .5rem;
    pointer-events: auto;
}

.tvt-swiper-container .tvt-swiper-arrow {
    pointer-events: auto;
}

.tvt-swiper-container .tvt-swiper-arrow .tvt-swiper-arrow-box {
    width: 38px;
    height: 38px;
    display: flex;
    place-items: center;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, .12);
    background: #ffffff61;
    cursor: pointer;
    user-select: none;

    color: #000 !important;
    justify-content: center;
    align-items: center;
}

.tvt-swiper-container .tvt-swiper-arrow .tvt-swiper-arrow-box:active {
    transform: scale(.98);
}

.tvt-swiper-arrow.is-disabled .tvt-swiper-arrow-box {
    opacity: .4;
    cursor: default;
}

/* Amankan bila theme ada overlay/pointer-events:none */
.tvt-swiper-container,
.tvt-swiper-container * {
    pointer-events: auto;
}


.tvt-swiper-container.pegawai-swiper .swipe-card-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    background: #f3f3f3;

}

.tvt-swiper-container.pegawai-swiper .swipe-card-meta {
    font-size: .82rem !important;
    font-weight: normal;
}



/** PEGAWAI GRID **/
.org-wrap {
    max-width: 100%
}

.card-person .text {
    padding-top: 20px;
}

.person-link {
    flex: 0 0 auto;
}

/* ===== Struktur level (UL/LI) ===== */
.org-wrap .org-root,
.org-wrap .level,
.org-wrap .level>li,
.org-wrap .people {
    list-style: none;
    margin: 0;
    padding: 0
}

.org-wrap .level {
    position: relative;
    padding-bottom: 36px !important;
    padding: 20px 0;

}

.org-wrap .level::before {
    width: 180px;
    margin: 0 auto;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: var(--d, 16px);
    /* diameter titik */
    pointer-events: none;

    /* warna & ukuran */
    --dot1: var(--primary);
    --dot2: var(--danger);
    --dot3: var(--success);
    /* warna titik */
    --d: 16px;
    /* diameter titik (besar) */

    /* tiga titik bulat sempurna */
    background:
        radial-gradient(circle at center, var(--dot1) 50%, transparent 51%) 25% 50% / var(--d) var(--d) no-repeat,
        radial-gradient(circle at center, var(--dot2) 50%, transparent 51%) 50% 50% / var(--d) var(--d) no-repeat,
        radial-gradient(circle at center, var(--dot3) 50%, transparent 51%) 75% 50% / var(--d) var(--d) no-repeat;
}

/* level terakhir: sembunyikan garis */
.org-wrap .org-root>li:last-child>.level::before {
    display: none
}

/* Grid per level (default = GRID MODE) */
.org-wrap .level.children-grid {
    display: flex;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}

.org-wrap .level.children-grid li {
    width: 50%;
    padding: 5px;
}

@media (min-width:992px) {
    .org-wrap .level.children-grid li {
        width: 25%;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .org-wrap .level.children-grid li {
        width: 33.33%;
    }

}


.org-wrap .level.no-grid {
    display: block;
    margin: 0 auto;
    width: 300px;
    padding-top: 20px;
}

/* Kartu pegawai (GRID MODE) */
.org-wrap .card-person {
    border: 0;
    border-radius: .8rem;
    padding: .75rem;
    text-align: center;
    background: var(--c-light-blue);
    max-width: 300px;
    height: 320px;
    display: flex;
    flex-flow: column;
    justify-content: center;

}

.org-wrap .peg-avatar {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    border: 0;
    background: #f3f3f3;

    margin: 0 auto;

}

.org-wrap .level.children-grid .peg-avatar {
    width: 90px;
    height: 90px;


}

.org-wrap .name {
    margin-top: .5rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: .5rem;
}

.org-wrap .name a:hover {
    color: var(--primary);
}

.org-wrap .sub {
    margin-top: .15rem;
    font-size: .85rem;
    color: var(--body-text-color);
}

/* ======= TOGGLE UI ======= */
.org-wrap #changelayout {
    display: inline-flex;
    gap: .5rem;
    border: 1px solid var(--card-border);
    border-radius: 100px;
    padding: .25rem;
    background: transparent;
    margin: 8px 0;
    color: var(--body-text-color);
}

.org-wrap #changelayout p {
    margin: 0;
    padding: .35rem .7rem;
    border-radius: .45rem;
    cursor: pointer;
    user-select: none
}

.org-wrap #changelayout p.active {
    background: var(--primary);
    color: #fff !important;
}

p[data-mode="grid"].active {

    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
}

p[data-mode="list"].active {

    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
}

/* ======= LIST MODE (tempel kelas di wrapper org-wrap) ======= */
.org-wrap.list-mode .level.children-grid,
.org-wrap.list-mode .level.no-grid {
    display: block;
    margin: 0 auto;
    width: 100%
}

.org-wrap.list-mode .level.no-grid {

    padding-top: 20px !important;
}

.org-wrap.list-mode .level>li {
    margin-bottom: 20px;
    width: 100% !important;
    padding: 0 !important;
}


.org-wrap.list-mode .level>li:last-child {
    margin-bottom: 0 !important
}

.org-wrap.list-mode .card-person {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: start;
    gap: 14px;
    text-align: left;
    background: var(--c-light-blue);
    border: 0;
    border-radius: 1rem;
    padding: .9rem 1rem;
    flex-flow: row;
    justify-content: start;
    height: auto;
    align-items: center;
}

.org-wrap.list-mode .text {
    padding-top: 0 !important;
}


.org-wrap.list-mode .level.children-grid .peg-avatar,
.org-wrap.list-mode .peg-avatar {
    width: 80px !important;
    height: 80px !important;
}


.org-wrap.list-mode .peg-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 0;
    background: #dedede;
    margin: 0;
}

.org-wrap.list-mode .name {
    margin: 0
}

.org-wrap.list-mode .sub {
    margin-top: 2px
}


/** END PEGAWAI GRID **/



.news-bottom-list .news-bottom-list {
    border-bottom: 1px solid var(--card-border);
    padding: 15px 0;
}

.news-bottom-list .news-bottom-list:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0;
}

.uc-top-navbar {
    background-color: #000;
}

footer .footer-outer {
    background: -moz-linear-gradient(150deg, rgba(34, 53, 101, 1) 0%, rgba(29, 30, 32, 1) 100%);

    background: -webkit-linear-gradient(150deg, rgba(34, 53, 101, 1) 0%, rgba(29, 30, 32, 1) 100%);

    background: -o-linear-gradient(150deg, rgba(34, 53, 101, 1) 0%, rgba(29, 30, 32, 1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1D1E20', endColorstr='#223565', GradientType=1);

    background: -ms-linear-gradient(150deg, rgba(34, 53, 101, 1) 0%, rgba(29, 30, 32, 1) 100%);

    background: linear-gradient(150deg, rgba(34, 53, 101, 1) 0%, rgba(29, 30, 32, 1) 100%);
}



.list-style-none {
    list-style: none !important;
}

.btn {


    border-radius: var(--b-radius);
    padding: 5px 10px !important;
    line-height: 1.5 !important;
    font-size: .8rem;

}

.btn-icon {
    justify-content: center;
    align-items: center;
    gap: 0.1rem !important;
}

.btn-icon .ti {
    font-size: 1rem;
}

.btn-rounded {
    border-radius: 50px !important;
}

.btn-outline {
    border: 2px solid var(--body-text-color);
}



.btn-outline.btn-outline-primary {
    color: var(--primary);
    border: 2px solid var(--primary);

    &:hover {
        color: #fff;
        background: var(--primary);
        transition: all .4s;
        transform: translateY(-5px);

        &::after {
            left: 0;
            top: 0;
            visibility: visible;
            opacity: 1;
            transition: all .4s;
            border-radius: 4px;
            width: 100%;
            height: 100%;
        }
    }
}

.btn-outline.btn-outline-success {
    color: var(--success);
    border: 2px solid var(--success);

    &:hover {
        color: #fff;
        background: var(--success);
        transition: all .4s;
        transform: translateY(-5px);

        &::after {
            left: 0;
            top: 0;
            visibility: visible;
            opacity: 1;
            transition: all .4s;
            border-radius: 4px;
            width: 100%;
            height: 100%;
        }
    }
}


.card {
    border-radius: var(--b-radius-20);
    border: 1px solid var(--card-border);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    background-color: var(--bg-white);
}

.card-body {

    padding: 45px;

}

.kat-list {
    width: 100%;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 5px;
    padding-left: 0;
}

.kat-list li {
    list-style: none;
    margin: 3px;
}

.tag-active.btn-icon {
    background-color: rgba(var(--bs-primary-rgb), 1);
    color: #fff;
}


.load-more-box {
    text-align: center;
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    flex-wrap: nowrap;
}

.img-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    padding: 0;
    transition: 0.3s;
}

.img-gallery__link {
    overflow: hidden;
    height: 350px;
    max-height: 400px;
}

.img-gallery__thumb {
    position: relative;
    height: 100%;
}

.img-gallery__thumb img {
    padding: 0 !important;
}

.img-gallery__image {
    display: block;
    width: 100%;
    height: 100% !important;
    transition: 0.3s;
    object-fit: cover;
    object-position: center;
}


.pagination.ahid-pagination-ul {
    display: flex;

    flex-wrap: wrap;
}

.pagination.ahid-pagination-ul li {
    padding-bottom: 5px;
}

.ahid-pagination-ul li .page-link {
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: var(--b-radius) !important;
    background-color: var(--bg-white);
    border: 1px solid var(--card-border);
    color: var(--body-text-color);
}

.page-link.disabled,
.disabled>.page-link {
    opacity: .6 !important;
}

.page-link.active,
.active>.page-link {
    color: #fff !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.ahid-pagination-ul>li:not(:last-child) {
    padding-right: 5px;

}

.form-select,
.form-control {

    padding: .5rem .5rem;
    font-family: var(--default-font);
    font-size: var(--body-fs);

    line-height: 1.5;
    color: #212529;

    border-radius: var(--b-radius)
}

#uc-search-modal .uc-modal-dialog {
    transform: translateY(-32px);
    opacity: 0;
    will-change: transform, opacity;
}

/* ketika modal terbuka → animasi slide down */
#uc-search-modal.uc-open .uc-modal-dialog,
#uc-search-modal[aria-hidden="false"] .uc-modal-dialog {
    animation: ucSlideDown .35s cubic-bezier(.22, .61, .36, 1) both;
}

@keyframes ucSlideDown {
    from {
        transform: translateY(-32px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* hormati preferensi pengguna */
@media (prefers-reduced-motion: reduce) {
    #uc-search-modal .uc-modal-dialog {
        animation: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
}



.post-tags {
    list-style: none;
    margin-top: 45px;
    margin-bottom: 25px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;

    font-weight: 600;
}

.post-tags li {
    margin: 3px;
}

.post-tags li a {
    background-color: rgba(86, 120, 255, 0.101);
    border-radius: 50px;

    padding: 3px 10px;
}

.footer-logo-top img {
    height: auto;
    max-width: 360px;
    text-align: center;
    margin: 0 auto;
}

.contact-widget-img {
    width: 80px;
    height: 80px;
    flex: 0 0 auto;
}

.contact-widget {
    width: 70%
}

.contact-widget-add {
    display: flex;
    justify-content: center;

}

.author-box-content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border-top: 1px dashed var(--card-border);
    padding: 25px 0;
}

.author-box-content img {
    height: 60px;
    width: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.author-box-content .author-box-img {
    flex: 0 0 auto;
}

.author-box-content .author-box-desc {
    padding-left: 20px;
}

.uc-top-navbar * {
    color: #fff;
    font-size: .85rem !important
}

.uc-top-navbar .hstack-box {

    height: 36px;
}

.nav-x .bottom-navbar-item {
    position: relative;
}

.bottom-navbar-item:hover:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: rgb(243, 255, 9);
    border-radius: 25px;

}

.bottom-navbar-item.menu-bottom-active:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: rgb(243, 255, 9);
    border-radius: 25px;

}

.navbar-right-box .uc-navbar-item .switch:hover,
.navbar-right-box .uc-navbar-item:hover {
    cursor: pointer
}

.navbar-right-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-right-box .ti {
    font-size: 1.2rem;
}

.hover-underline:hover {
    text-decoration: underline !important;
    color: inherit;
}

.post-share-box {
    margin: 25px 0;
}

.post-share-box span svg {
    color: #fff !important;
    padding: 3px;
}


.widget-heading {
    margin-bottom: 25px;
}

.widget-heading-inner {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    width: 100%;
    column-gap: 10px;
    border-bottom: 1px solid var(--card-border) !important;
}

.widget-heading .widget-heading-title {
    line-height: 1;
    margin-bottom: 0;
}

.widget-heading .widget-heading-title>* {
    display: inline-flex;
    padding-bottom: var(--heading-spacing, 10px);
    border-bottom: 5px solid rgba(var(--bs-primary-rgb), 1) !important;
    position: relative;
    z-index: 1;
    color: var(--heading-color, inherit);
}

.post-popular {
    margin-left: 0;
    margin-bottom: 0;
    counter-reset: listItem2;
    position: relative;
    padding-left: 0;
}

.post-popular li {
    counter-increment: indf-counter 1;
    list-style: none;
    position: relative;
    margin-left: 80px;
    margin-bottom: 15px;
    margin-top: 0;
    border-bottom: 1px solid;
    border-color: var(--card-border);
    padding: 0 0 15px 0 !important;

    font-family: var(--default-font);
    font-weight: 600;
}

.post-popular li:before {
    font-family: var(--default-font);
    position: absolute;
    content: counter(indf-counter, decimal-leading-zero);
    font-size: 48px;
    font-weight: 800;
    top: 25px;
    left: -80px;
    color: var(--primary);
    line-height: 0;

    -webkit-text-fill-color: var(--bg-white);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--primary);
    opacity: .5;
}

.post-popular li:last-child {
    border-bottom: 0;
    margin-bottom: 0 !important;
}

.sidebar-post {
    background-color: var(--c-light-blue) !important;
}

.section-header a {
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    font-weight: 800;
    line-height: 0;
}

.section-header.section-header-dark {
    color: var(--color-white);
}

.section-header {
    color: var(--body-text-color);
}

.has-particles.gvnn-card {
    position: relative;
    /* penting untuk anchor absolut anak */
    background-size: cover;
    background-position: center;
    overflow: hidden;
    /* rapikan */

    z-index: 0;
    /* di atas particle */
    background: linear-gradient(131deg,
            rgba(0, 0, 0, 1) 0%,
            rgba(43, 65, 120, 1) 100%);
    padding: 0 !important;
}

#particles-js {
    position: absolute;
    inset: 0;
    /* top:0; right:0; bottom:0; left:0 */
    z-index: 0;
    pointer-events: none;
    height: 100%;
    width: 100%;
}

.has-particles .gvnn-card-content {
    position: relative;
    z-index: 0;
    padding: 25px !important;
}

.has-particles .section-content {
    position: relative;
    z-index: 1;
}

.has-particles .gvnn-card-content p {
    color: #dbdbdb;
}

.has-particles .gvnn-card-content h3 {
    color: #fff;
}

.home-service-box {
    display: flex;
    flex-flow: column;

    text-align: center;
}

.home-service .home-service-img img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 25px;
}

.home-service-content .home-service-title {
    font-size: 1rem;
}

.home-service-content p {
    font-size: 0.78rem;
}

.uc-navbar-dropdown {
    box-shadow: 0px 16px 15px -15px rgba(0, 0, 0, 0.5);
    border-radius: var(--b-radius);
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.breadcrumbs-box {
    background-color: var(--c-light-blue);
    padding: 12px 0;
}

.breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.breadcrumb .breadcrumb-item {
    flex: 0 0 auto;
    /* item biasa tetap sesuai panjang konten */
}

.breadcrumb .breadcrumb-item:last-child {
    min-width: 0;
    /* biar flexbox mau potong */
    flex: 1 1 auto;
    /* item terakhir boleh mengecil */
}

.breadcrumb .breadcrumb-item:last-child,
.breadcrumb .breadcrumb-item:last-child a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.horz-header .main-menu-nav.uc-navbar {
    min-height: 60px;
}

.main-menu-nav .uc-navbar-dropdown .dropdown-item,
.main-menu-nav .uc-navbar-nav>li>a {
    font-size: 0.85rem;
}

.main-menu-nav .uc-navbar-dropdown .dropdown-item:hover {
    text-decoration: underline;
}

.single-post {
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-post-heading {
    padding-bottom: 10px;
}

.post-title a:hover,
.post-title:hover {
    text-decoration: underline !important;
}

.br {
    border-radius: var(--b-radius);
}

.br-20 {
    border-radius: var(--b-radius-20);
}

.about-ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    position: relative;
    grid-gap: 10px;
}

.about-ul .about-li {
    position: relative;
}

.about-li-has-border {
    padding-left: 50px;
}

.about-li-has-border::before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    width: 5px;
    /* tebal garis */
    height: 100%;
    /* tinggi garis, boleh 100% */
    background: #d0d5dd;
    /* warna garis */
    border-radius: 50px;
    /* ujung membulat (pill) */
}

.sgu-list {
    list-style-type: none;

    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
}

.sgu-list li {
    margin-bottom: 15px;
    background-color: transparent;
}

.sgu-list li .sgu-list-content {
    display: flex;
    flex-wrap: nowrap;
}

.sgu-list-img {
    flex: 0 0 auto;
    width: 120px;
    height: 120px;
    margin-left: 15px;
}

.sgu-list-desc {
    width: 100%;
}

.sgu-list-img img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uc-header.header-one.uc-sticky-below {
    transform: translateY(0) !important;
}

.nav-x a {

    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-x li a {
    line-height: 1.5;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.bottom-navbar-box {
    max-height: 42px;
}

.uc-logo img {
    height: 31px !important;
    width: auto;
}

.gvnn-card {
    background-color: var(--bg-white);
    padding: 35px;
    border-radius: 20px;
}

#home-about .gvnn-card {
    background-color: #000 !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 55px;
}

#home-about .gvnn-card * {

    z-index: 1;
}

#home-about .gvnn-card-content {
    position: relative;
}

#home-about .gvnn-card:before {
    border-radius: 20px;
    z-index: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0.92) 0%,
            rgba(10, 10, 10, 0.38) 100%);
}

.home-about-img .home-about-img-box svg {}

.home-about-img-box .home-about-mask {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.home-about-img-box .home-about-mask img {
    width: 320px;
    height: 320px;
    object-fit: cover;
}

.home-about-img-box .home-about-mask .hex-clip {
    clip-path: url(#hex);
}





.minimal-list article .child-cols {
    flex-wrap: nowrap;
}

.minimal-list .featured-image {
    height: 100px;
}

.minimal-list .post-media {
    width: 100px;
    border-radius: 20px;
}

.minimal-list.minimal-list-style-1 .featured-image {
    height: 150px;
}

.minimal-list.minimal-list-style-1 .post-media {
    width: 150px;
}

@media (max-width: 575.98px) {


    .big-post {
        margin-bottom: 25px;
    }

    .mobile-none {
        display: none !important;
    }

    .img-gallery__link {

        height: 150px;

    }

    .about-li.about-li-has-border {
        display: none !important;
    }

    .minimal-list .featured-image {
        height: 100px !important;
    }

    .minimal-list .post-media {
        width: 100px !important;
    }

    .cg-2-content,
    .cg-2-img {
        width: 100% !important
    }

    .cg-2-col {

        padding-left: 0 !important;
        margin-top: 25px;
    }


}

@media (max-width: 767.98px) {
    .about-ul {
        display: flex;
        flex-flow: column;
    }

    .about-li-has-border::before {
        display: none !important;
    }

    .about-li-has-border {
        padding-left: 0 !important;
    }

    .home-about-img img {
        width: 250px;
        height: 250px;
    }

    .breadcrumb {
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
    }

    .breadcrumb .breadcrumb-item:last-child,
    .breadcrumb .breadcrumb-item:last-child a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 991.98px) {
    .gvnn-card {
        padding: 25px !important;
    }

    .uc-navbar-item.uc-search-trigger {
        display: none !important;
    }

    .contact-widget {
        width: 100% !important
    }
}