:root{
    --var-bg-a: #f6f6f6;
    --var-bg-b: #f8f9fa;
    --var-bg-c: #FFA600;
    --font-colstyle-1: #fff;
    --theme-1-bg: linear-gradient(90deg,rgba(0, 136, 204, 1) 0%, rgba(28, 179, 255, 1) 50%, rgba(0, 136, 204, 1) 98%);
    --theme-2-bg:#0088cc;
    --theme-3-bg:rgba(28, 179, 255, 1);
    --theme-4-bg:#053a56;
    --color-name:#ffe000;
    --bg-gradien-a : linear-gradient(90deg,rgba(8, 86, 204, 1) 0%, rgba(204, 0, 180, 1) 23%, rgba(108, 159, 235, 1) 98%);
    --font-family--manrope: "Manrope", sans-serif;
    --font-family--potta-one: "PottaOne", system-ui;
    --font-family--poppins: "Poppins", serif;
    --font-family--nunito-sans: "NunitoSans", sans-serif;
    --font-family--inter: "Inter", sans-serif;
}

body{
    background-color:var(--var-bg-a);
}
.bg-card{
    background-color:var(--var-bg-b);
}
/* Header fixed di atas */
h1, h2, h3, h4, h5{
    font-weight: 600;
}
.smart-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: transform 0.3s ease;
}
/*sispades icon float*/
.trig-container {
    position: fixed;
    right: 20px;
    bottom: 140px;
    z-index: 9999;

    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 10px 25px rgba(0,0,0,.25);
}
.trig-sispades{
    position: relative;
    z-index: 2;
}
/* logo */
.trig-sispades img {
    width: 50px;
}

/* SIGNAL RING */
.trig-container.signal::before,
.trig-container.signal::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(59,130,246,.6);
    animation: signalPulse 2.5s ease-out infinite;
}

/* ring ke-2 (delay) */
.trig-container.signal::after {
    animation-delay: 1.25s;
}

/* animasi sinyal */
@keyframes signalPulse {
    0% {
        transform: scale(1);
        opacity: .6;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

/* hover = sinyal lebih kuat */
.trig-container.signal:hover::before,
.trig-container.signal:hover::after {
    border-color: rgba(59,130,246,.9);
}
/* stop animasi saat hide */
.trig-container.hide::before,
.trig-container.hide::after {
    animation: none;
}

/* close */
.trig-close {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ef4444;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    z-index: 3;
}

/* hide */
.trig-container.hide {
    opacity: 0;
    transform: scale(0);
    pointer-events: none;
    transition: .3s ease;
}

/* mobile */
@media (max-width: 480px) {
    .trig-container {
        width: 65px;
        height: 65px;
    }

    .trig-sispades img {
        width: 35px;
    }
}

/* Saat hide */
.header-hide {
    transform: translateY(-100%);
}
.navbar-light .navbar-toggler{
    color: transparent;
}
/* Saat show */
.header-show {
    transform: translateY(0);
}
.nav-header-white{
    background: #fff;
}
.navbar{
    padding: 0!important;
}
/* Tambahkan padding-top di body/main agar konten tidak tertutup header */
body {
    padding-top: 65px; /* sesuaikan dengan tinggi navbar */
}
@media(min-width:992px){
    #navbarNav{
        justify-content: right;
    }
}
/* Fix tinggi slider agar semua item konsisten */
.slider-fixed {
    height: 500px;
    min-height: 400px;
    max-height: 100vh;
    overflow: hidden;
}

/* Gambar tetap proporsional & memenuhi area slider */
.slider-fixed img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Caption rapi */
.carousel-caption {
    background-color: rgba(0,0,0,0.1);
    padding: 10px 20px;
    border-radius: 5px;
}
@media (max-width: 768px) {
    .slider-fixed {
        height: 300px;
    }
}
#navHeader{
    background: var(--theme-1-bg);
    color: #fff;
}
#nav-dropdown{
    background: var(--theme-1-bg);
    color: #fff;
}
.smooth-futuristic-clock {
    font-family: 'Orbitron', sans-serif;
    font-size: 1rem;
    color: #0ff;
    background: linear-gradient(135deg, #000 0%, #111 100%);
    padding: 5px 20px;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
    text-shadow: 
    0 0 5px #0ff,
    0 0 10px #0ff,
    0 0 20px #0ff,
    0 0 40px #0ff,
    0 0 60px #0ff;
    box-shadow: 0 0 20px rgba(0,255,255,0.4);
    user-select: none;
    transition: background 1s linear, text-shadow 0.5s ease-in-out;
}
.headerLogo{
    align-items: center;
    gap: 10px;
    display: flex;
    flex-flow: row;
}
.headerLogo a{
    margin: 0;
}
.headerLogo-desc{
    font-family: 'Orbitron', sans-serif;
    font-size: .8rem;
}
.headerLogo-desc h4, .headerLogo-desc h5{
    margin: 0;
}

.text-muted{
    font-size: .75rem!important;
}
/* Dot indicator */
.carousel-indicators [data-bs-target] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
    margin: 5px;
    transition: opacity 0.3s, transform 0.3s;
}
.divspan{
    height: 34px;
    background: var(--theme-1-bg);
    border-radius: 4rem 4rem 0 0;
    padding: 4px 0;
}
.carousel-thumbnails{
    background: var(--theme-1-bg);
    border-radius: 0;
    padding: 4px 0;
    border-bottom: solid 4px #fff;
}
.carousel-thumbnails .active{
    border-color: #fff;
}
.carousel-thumbnails img{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    cursor:pointer; margin:0 3px; border:2px solid transparent;
}
#slider-capt{
    display: inline-flex;
    flex-flow: column;
    right: 0!important;
    left: 0!important;
    top: 0!important;
    bottom: 0!important;
    justify-content: center;
    align-items: center;
    padding: 1rem 3.5rem;
}
.navbar-light .navbar-nav .nav-link{
    font-weight: 600;
    color: var(--font-colstyle-1);
}
.navbar-light .navbar-nav .nav-link.active{
    font-weight: 600;
    color: green;
}
/* Dot aktif */
.carousel-indicators .active {
    opacity: 1;
    transform: scale(1.3);
    background-color: #ffffff;
}

/* Posisi indicator */
.carousel-indicators {
    bottom: 3rem;
}

@media(min-width: 992px){
    .navbar-expand-lg .navbar-nav .dropdown-menu{
        margin-top: 19px;
    }
}
.running-text {
    width: 100%;
    overflow: hidden;
    background: var(--theme-1-bg);
    color: #fff;
    padding: 2px 0;
    border-radius: 0 0 4rem 4rem;
}

.running-text span {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
    font-weight: 600;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.running-text:hover span {
    animation-play-state: paused;
}
/* default state */
.dropdown-menu {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

/* show state */
.dropdown-menu.show {
    opacity: 1;
    transform: translateY(0);
}

.nav-link.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: 0.255em;
    content: "";
    border-top: .3em solid;           /* panah ke bawah */
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    transition: transform 0.35s ease;
}


/* Saat dropdown terbuka (arrow up) */
.nav-item.dropdown.show > .nav-link.dropdown-toggle::after {
    transform: rotate(180deg); /* panah ke atas */
}
.nav-link.dropdown-toggle.show::after { transform: rotate(180deg); }


.layout{
    flex: 1;
    display: flex;
    margin: auto;
    gap: 20px;
}

.sideSticky {
    flex: 1;
    background: none;
    padding: 0;
    border-radius: 5px;
    height: fit-content;
    position: sticky;
    top: 20px;
    max-width: 20%;
}

/* Konten tengah */
.content-sticky {
    flex: 2;
    border-radius: 5px;
}
.content-sticky img{
    max-width: 100%;
}
.content-sticky ul.uldefault-dummy{
    list-style: none;
    margin: 0;
    padding: 0;
}
.uldefault-dummy li{
    margin-bottom: 1.5rem;
}
.uldefault-dummy li h5{
    font-weight: 600;
    color: var(--var-color-a);
}
#Post-display{
    position: relative;
    width: 100%;
}
.layout2 {
    flex: 1;
    display: flex;
    margin: auto;
    padding: 0 20px;
    gap: 20px;
    margin-top: -5rem;
}
.sideSticky2 {
    flex: 1;
    background: #f0f0f0;
    height: fit-content;
}
.content-sticky2 {
    flex: 2;
}
/* === Responsif untuk mobile === */
@media (max-width: 768px) {
    .layout {
        flex-direction: column;
        position: relative;
    }
    .layout2{
        display: block;
    }
    .sideSticky {
        position: static; /* matikan sticky di mobile */
        top: auto;
        max-width: 100%;
    }
}
textarea{
    max-width: 100%;
}
.hSideRight{
    width: 100%;
    border-radius: 10px 10px 0 0;
    background: #0856cc;
    background: var(--theme-1-bg);
    padding: 10px;
}
.hSideRight h4{
    margin: 0;
    color: #fff;    
    font-size: 16px;
}
.frame-images{
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.frame-images img{
    max-width: 100%;
    object-fit: contain;
    max-height: 500px;
}
.sideRight-a, .sideRight-b{
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 0;
}
.frame-images h5{
    font-weight: bold;
    margin: 0;
    padding: 10px;
    width: 100%;
    text-align: center;
    background: var(--theme-1-bg);
    color: var(--color-name);
    border-radius: 0 0 10px 10px;
}
.sideRight-a h4{
    text-align: center;
}
.sideRight-a p strong{
    color: var(--var-color-a);
}
.sideRight-a .btn-default a{
    font-size: 14px;
}
.sideRight-b .related-posts{
    margin-top: 2rem;
}
.sideRight-b .related-posts h5{
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
}
.sideRight-b .related-posts ul{
    list-style: disc;
    color: var(--var-color-a);
}
.sideRight-b .related-posts ul li a{
    text-decoration: none;
    color: var(--var-color-a);
}
.sideRight-b .related-posts ul li{
    font-weight: 400;
    transition: font-weight 0.2s ease-in-out;
}
.sideRight-b .related-posts ul li:hover{
    font-weight: 600;
}
.Stickyleft-two{
    display: none;
}
#slider{
    position: relative;
}
.panel-wrapper {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 300px;
    transition: transform .4s ease;
    transform: translateX(0);
    z-index: 2; /* pastikan panel di depan */
}
@media(max-width:480px){
    .panel-wrapper{
        top: 0;
    }
}
/* Saat hide, panel geser pas keluar */
.panel-wrapper.hide {
    transform: translateX(-300px); /* pas supaya tombol tetap terlihat */
}

/* Gambar dalam panel */
.panel-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px; /* match dengan SVG corner */
    pointer-events: none; /* supaya klik tidak kena gambar */
}

/* Tombol toggle */
.toggle-btn {
    position: absolute;
    top: 45%;
    right: -30px; /* tombol tetap di pinggir panel */
    transform: translateY(-50%);
    width: 30px;
    height: 40px;
    background: rgba(0, 0, 0, .1);
    color: #fff;
    border: none;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
}
.panel_img{
    position: relative;
    display: flex;
    flex-direction: row;
    height: 85%;
}
@media(max-width: 768px){
    .panel_img{
        height: 92%;
    }
}
.panel-bg-img{
    position: absolute;
    width: 100%;
    height: 100%;
}
.panel-bg-img img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.panel-box-content{
    position: relative;
    width: 100%;
    padding: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: -2rem;
    margin-top: -5rem;
}
.panel-box-content img{
    max-width: 100px;
}
.panel-box-content h4{
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
}
/* RESET BOX SIZING */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* WRAPPER GRID */
ul.icobtn_buttons {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 5px;
    text-align: center;
    padding: 0;
    margin: 0;
}

/* KOTAK / ITEM */
ul.icobtn_buttons li.i-btn_ {
    aspect-ratio: 1 / 1;         /* LEBAR = TINGGI */
    border-radius: 14px;
    border: 6px solid #fff;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

/* HOVER BORDER */
ul.icobtn_buttons li.i-btn_:hover {
    border-color: rgba(255,255,255,0.4);
}

/* LINK FULL AREA */
ul.icobtn_buttons li.i-btn_ a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    gap: 6px;
    position: relative;
}

/* icobtn */
ul.icobtn_buttons li.i-btn_ a .icobtn {
    font-size: clamp(24px, 4vw, 32px);
    transition: transform 0.3s ease;
}

/* TEXT */
ul.icobtn_buttons li.i-btn_ a .icobtn_text {
    width: 100%;
    padding: 0 8px;
    font-size: clamp(12px, 3vw, 10px);
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    transition: all 0.3s ease;
    word-break: break-word;
}

/* HOVER icobtn ANIMATION */
ul.icobtn_buttons li.i-btn_:hover a .icobtn {
    transform: scale(1.15) rotate(6deg);
}

/* BACKGROUND COLORS */
.i_btn_events    { background: #73c5ed; }
.i_btn_heroes    { background: #b5dac8; }
.i_btn_resources { background: #8d83b7; }
.i_btn_blogs     { background: #f09ba0; }
.i_btn_forums    { background: #f5c887; }
.i_btn_news      { background: #c8bc94; }

/* RESPONSIVE GRID */
@media (max-width: 768px) {
    ul.icobtn_buttons {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    }
}

@media (max-width: 480px) {
    ul.icobtn_buttons {
        grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
    }
}

/* OPTIONAL: GLOW HOVER */
ul.icobtn_buttons li.i-btn_::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(45deg, #22d3ee, #3b82f6, #a855f7, #22d3ee);
    opacity: 0;
    filter: blur(12px);
    transition: opacity 0.3s ease;
    z-index: -1;
}

ul.icobtn_buttons li.i-btn_:hover::before {
    opacity: 1;
}
@media(max-width: 768px){
    .Stickyleft-two{
        display: block;
        padding: 2rem 0;
    }
    .Stickyleft-two .layout-social-share ul{
        display: flex;
        column-gap: 10px;
        align-items: center;
    }
}
.Stickyleft h4{
    text-align: center;
    font-weight: 700;
}
.style-ttl-center{
    text-align: center!important;
    font-weight: 700!important;
}
.Stickyleft p{
    text-align: center;
}

/* ====== Layout dasar ====== */
.layout-social-share {
    text-align: center;
    margin-top: 25px;
}

.layout-social-share ul {
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}
@media(max-width: 768px){
    .layout-social-share ul {
        flex-flow: row;
    }
}
/* ====== Gaya ikon ====== */
.layout-social-share ul li a i {
    display: inline-block;
    font-size: 30px;
    color: #555;
    transition: transform 0.3s cubic-bezier(.28,.84,.42,1), color 0.3s ease, box-shadow 0.3s ease;
}

/* Efek umum hover (bounce + glow) */
.layout-social-share ul li a:hover i {
    transform: scale(1.3) translateY(-5px);
}

/* ====== Warna spesifik per platform ====== */
.bi-linkedin { color: #0077b5; }
.bi-facebook { color: #1877f2; }
.bi-whatsapp { color: #25d366; }
.bi-envelope { color: #ff5722; }

/* 
.bi-twitter-x::before {
  content: "";
  display: inline-block;
  width: 30px;
  aspect-ratio: 1 / 1;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyBmaWxsPSIjMWRhMWYyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTguNzM1IDMuNzQ1aC0yLjM0NWwtNC4wNTUgNS4xODdsLTQuMTg3LTUuMTg3aC00LjQzM2w2LjM5OSA3LjgwNy02LjM5OSA4LjQ0Nmg0LjI5bDQuMTg3LTUuMTg3IDQuMDU1IDUuMTg3aDIuMzQ1bC02LjQ5Ny04LjQ0NCA2LjQ5Ny03LjgwN3oiLz48L3N2Zz4=') center/contain no-repeat;
  vertical-align: middle;
}
*/
.bi-twitter-x:before{
    content:'';
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9InN2ZzUiIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI1MDBweCIgaGVpZ2h0PSI1MDBweCIKCSB2aWV3Qm94PSIwIDAgNTAwIDUwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTAwIDUwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGVsbGlwc2Ugc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGN4PSIyNTAiIGN5PSIyNTAiIHJ4PSIyNDkuNzM1IiByeT0iMjUwLjIzNSIvPgoJPGcgaWQ9ImxheWVyMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTIuMzkwMDg4LC0yNS4wNTg1OTcpIj4KCQk8cGF0aCBpZD0icGF0aDEwMDkiIGZpbGw9IiNGRkZGRkYiIGQ9Ik00My43NzMsMTMwLjA4bDExOS4zNywxNTkuOTI2TDQzLjAyLDQyMC4wMzNoMjcuMDM3bDEwNS4xNy0xMTMuODQ0bDg0Ljk3MiwxMTMuODQ0aDkxLjk5OQoJCQlMMjI2LjExMSwyNTEuMTE0TDMzNy45MjEsMTMwLjA4aC0yNy4wMzdsLTk2Ljg1MywxMDQuODQ1TDEzNS43NzQsMTMwLjA4SDQzLjc3M3ogTTgzLjUzMiwxNTAuMDMzaDQyLjI2NUwzMTIuNDM0LDQwMC4wOEgyNzAuMTcKCQkJTDgzLjUzMiwxNTAuMDMzeiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=');
    background-size: cover;
    width: 30px;
    aspect-ratio: 1 / 1;
}
/* Warna hover spesifik */
.layout-social-share ul li a:hover .bi-linkedin { color: #00a0dc; }
.layout-social-share ul li a:hover .bi-facebook { color: #1e90ff; }
.layout-social-share ul li a:hover .bi-whatsapp { color: #2ae26e; }
.layout-social-share ul li a:hover .bi-envelope { color: #ff7043; }
.layout-social-share ul li a:hover .bi-twitter-x::before {
    filter: brightness(1.5);
}

.visitor-floating {
    position: fixed;
    bottom:20px;
    left: 0;
    background: var(--theme-2-bg);
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px 15px;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    z-index: 9999;
    transition: transform 0.3s ease;
    max-width: 300px;
    overflow: auto;
}

.visitor-floating:hover {
    transform: translateY(-5px);
}

.visitor-list {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    display: none;
}

.visitor-floating:hover .visitor-list {
    display: block;
}

.visitor-list li {
    margin: 5px 0;
    font-size: 14px;
}
.border-1{
    border: solid 1px #e8e8e8;
    border-radius: 10px;
}
.zoom-slider-container {
    width: 100%;
    max-width: 300px;
}
.zoom-slider {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.zoom-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(1);
    transition: opacity 1s ease-in-out, transform 5s ease-in-out;
}

.zoom-slide.active {
    opacity: 1;
    transform: scale(1.1);
}

.zoom-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zoom-caption-block {
    background: #111;
    color: #ffe000;
    padding: 10px;
    min-height: 70px;
    text-align: center;
}

.zoom-caption-block h5 {
    margin: 0;
    text-shadow: 2px 2px 6px rgba(0,0,0,.6);
}

.zoom-caption-block p {
    margin: 0;
    font-weight: 600;
    color: #fff;
    opacity: .9;
    animation: textPop .6s ease;
}

/* THUMBNAIL */
.zoom-thumbnails-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px;
}

.zoom-thumbnails {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.zoom-thumbnails::-webkit-scrollbar { display: none; }

.thumb {
    width: 60px;
    height: 40px;
    object-fit: cover;
    opacity: .6;
    cursor: pointer;
    transition: opacity .3s, border .3s;
}

.thumb.active {
    opacity: 1;
    border: 2px solid #fff;
}

.thumb-arrow {
    background: rgba(0,0,0,.5);
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 1rem;
}

@keyframes textPop {
    from { opacity: 0; transform: scale(.9); }
    to { opacity: 1; transform: scale(1); }
}

.zoom-thumbnails-wrapper {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.zoom-thumbnails {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;  /* hide scrollbar IE/Edge */
    scrollbar-width: none;     /* hide scrollbar Firefox */
}

.zoom-thumbnails::-webkit-scrollbar {
    display: none; /* hide scrollbar Chrome/Safari */
}

.thumb {
    width: 60px;
    height: 40px;
    object-fit: cover;
    margin-right: 5px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.thumb.active {
    opacity: 1;
    border: 2px solid #fff;
}

.thumb-arrow {
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 1rem;
}

.text-justify{
    text-align: justify!important;
}
.text-center{
    text-align: center!important;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
/*
.card {
    border: 1px solid #ccc;
    padding: 10px;
    display: flex;
    flex-direction: column;
    height: 350px; tinggi tetap 
}

.card img {
    width: 100%;
    height: 180px;
    object-fit: cover; /* agar gambar penuh tapi proporsional 
}

.card h3 {
    margin: 10px 0 5px;
    flex-shrink: 0;
}
.card p {
    flex-grow: 1;
    overflow: hidden;
}
*/
.f-post-mid{
    width: 100%;
    margin: 0 auto;
}
.card-img{
    height: 250px;
    overflow: hidden;
}
.card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-text p {
    display: -webkit-box;        /* penting untuk line-clamp */
    -webkit-box-orient: vertical; /* arah box vertikal */
    -webkit-line-clamp: 3;       /* jumlah baris maksimal */
    overflow: hidden;            /* sembunyikan sisanya */
    text-overflow: ellipsis;     /* tambahkan "..." */
}

/* Tombol dasar */
.btn-typeA {
    position: relative;
    overflow: hidden; /* untuk ripple */
    display: inline-block;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: var(--theme-2-bg);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 
    background-color 0.3s ease, 
    transform 0.2s ease, 
    box-shadow 0.2s ease;
}

/* Hover efek */
.btn-typeA:hover {
    color: #fff;
    background-color: var(--theme-4-bg);
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Ripple effect */
.btn-typeA::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 5px;
}

.btn-typeA:active::after {
    opacity: 1;
    transition: 0s;
}
.btn-sinergi {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
@media (min-width: 768px) {
    .btn-sinergi {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1180px) {
    .btn-sinergi {
        grid-template-columns: repeat(3, 1fr);
    }
}
.card-sinergi {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    color: #000;

    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: transform .2s ease, box-shadow .2s ease;
}

.card-sinergi:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}
.img-sinergi {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-sinergi img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.text-sinergi {
    min-height: 48px; /* kunci agar teks sejajar */
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-sinergi p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
}
.footer-style ul{
  list-style: none;
}
.footer-style{
  background-color: #24262b;
}
.footer-style-col{
 padding: 0 15px;
}
.footer-style-col h2,
.footer-style-col p{
    color: #fff;
    margin: 0;
}
.footer-style-col h4{
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}
.footer-style-col h4::before{
  content: '';
  position: absolute;
  left:0;
  bottom: -10px;
  background: var(--theme-1-bg);
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}
.footer-style-col ul li:not(:last-child){
  margin-bottom: 10px;
}
.footer-style-col ul li a{
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}
.footer-style-col ul li a:hover{
  color: #ffffff;
  padding-left: 8px;
}
.footer-style-col .social-links a{
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255,255,255,0.2);
  margin:0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}
.footer-style-col .social-links a:hover{
  color: #24262b;
  background-color: #ffffff;
}
.fl-images img{
    max-width: 100%;
}
/*responsive*/
@media(max-width: 767px){
  .footer-style-col{
    margin-bottom: 30px;
}
}
.copyright-web{
    color: #fff;
}