/* ================= BADAN BANNER ================= */
.badan-banner {
    position: relative;
    min-height: 560px;
    background: url('/2026/img/Badan Penganggaran@2x.png') center/cover no-repeat;
    color: #fff;
}

.badan-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .65);
}

/* BREADCRUMB */
.badan-breadcrumb {
    position: relative;
    z-index: 2;
    padding: 25px 5%;
    font-size: 13px;
    letter-spacing: .5px;
}

.badan-breadcrumb .sep {
    margin: 0 8px;
    opacity: .7;
}

/* CONTENT */
.badan-content {
    position: relative;
    z-index: 2;
    width: 60%;
    padding: 40px 5%;
}

.badan-title {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
}

.badan-desc {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
    opacity: .95;
}

.badan-tugas {
    margin-top: 20px;
    font-size: 14px;
}

.badan-tugas ol {
    margin-top: 10px;
    padding-left: 18px;
}

.badan-tugas li {
    margin-bottom: 6px;
}

/* SEARCH FLOAT */
.badan-search {
    position: absolute;
    left: 25%;
    bottom: -32px;
    transform: translateX(-50%);
    z-index: 3;

    display: flex;
    gap: 14px;
    background: #fff;
    padding: 16px;
    border-radius: 60px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}

.search-box {
    display: flex;
    align-items: center;
    background: #f4f4f4;
    border-radius: 40px;
    padding: 0 20px;
    height: 52px;
    min-width: 280px;
}

.search-box input,
.search-box select {
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    font-size: 14px;
}

.search-btn {
    background: #a81616;
    color: #fff;
    border: none;
    padding: 0 36px;
    height: 52px;
    border-radius: 40px;
    font-weight: 700;
    cursor: pointer;
}

.search-btn:hover {
    background: #8f0f0f;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .badan-content {
        width: 100%;
    }

    .badan-search {
        flex-wrap: wrap;
        border-radius: 20px;
    }

    .search-box {
        min-width: 100%;
    }
}

/* TITLE */
.anggota-title {
    color: #b40000;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: uppercase;
}

/* GRID */
.anggota-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 32px;
}

/* CARD */
.anggota-card {
    text-align: center;
}

/* FOTO */
.anggota-photo {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: radial-gradient(circle at top, #fffcfc30, #5a00001c);
}

.anggota-photo img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

/* BUTTON */
.btn-detail {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    background: #f0a500;
    color: #fff;
    padding: 8px 18px;
    font-size: 13px;
    border-radius: 20px;
    font-weight: 700;
    text-decoration: none;
}

.btn-detail:hover {
    background: #d18c00;
}




/* NAMA */
.anggota-nama {
    margin-top: 18px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}


/* INFO */
.anggota-info {
    font-size: 13px;
    margin-top: 8px;
    line-height: 1.6;
}

.anggota-badan {
    background: #fff;
    padding: 30px;
    gap: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* CARD UTAMA */
.anggota-card-v3 {
    width: 100%;
    max-width: 260px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
    overflow: hidden;
    text-align: center;
}

/* FOTO */
.anggota-photo-v3 {
    position: relative;
    background: radial-gradient(circle at top, #e1e1e1, #b5a3a3);
    padding: 16px;
}

.anggota-photo-v3 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 18px;
}

/* BUTTON DETAIL */
.btn-detail-v3 {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    background: #f5a300;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 15px;
    border-radius: 18px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
}

.btn-detail-v3:hover {
    background: #d89000;
}

/* BODY */
.anggota-body-v3 {
    padding: 10px;
}

/* NAMA */
.anggota-nama-v3 {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 12px;
}

/* INFO */
.anggota-info-v3 {
    font-size: 13px;
    color: #333;
    line-height: 1.6;
}


.anggota-badan-wrapper {
    max-width: 1200px;
    /* atur sesuai lebar layout card */
    margin: 0 auto;
    /* center wrapper */
}

.anggota-title {
    margin-bottom: 20px;
}

.anggota-badan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 260px);
    gap: 32px;
    justify-content: start;
    /* card mulai dari kiri wrapper */
}

.anggota-badan-lainnya {
    display: flex;
    gap: 32px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 10px;
}

/* Card supaya tidak turun */
.anggota-badan-lainnya .anggota-card-v3 {
    min-width: 260px;
    flex: 0 0 auto;
}

.anggota-slider {
    position: relative;
}

/* CONTAINER SCROLL */
.anggota-badan-lainnya {
    display: flex;
    gap: 32px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 40px;
}

/* CARD FIX */
.anggota-badan-lainnya .anggota-card-v3 {
    min-width: 260px;
    flex: 0 0 auto;
}

/* TOMBOL PANAH */
.anggota-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: #f5a300;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    cursor: pointer;
    font-size: 22px;
    z-index: 5;
    color: white;
}

.anggota-arrow:hover {
    background: #b40000;
    color: #fff;
}

.anggota-arrow.left {
    left: 0;
}

.anggota-arrow.right {
    right: 0;
}

.anggota-badan-lainnya {
    scrollbar-width: none;
    /* Firefox */
}

.anggota-badan-lainnya::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Edge */
}