.zoom-hover {
    transition: transform .2s;
    /* Animation */
}

.zoom-hover:hover {
    transform: scale(1.2);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.pimpinan-foto {
    object-fit: cover;
    border-radius: 50%;
    display: block;
    float: none;
    height: 250px;
    margin: 0 auto 10px;
    width: 250px;
    border: 1px solid #eee;
    padding: 1px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
}

.pimpinan-span-head {
    font-weight: 600;
    font-size: 13px;
    display: block;
    line-height: 22px;
}

.pimpinan-span-desc {
    display: block;
    font-size: 15px;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-weight: 400;
    color: #fff;
}

hr.style-eight {
    overflow: visible;
    /* For IE */
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}

hr.style-eight:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}

.perangkat-hover:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #2250fc;
    color: #fff;
    box-shadow: 0 6px 12px rgba(140, 152, 164, 0.075);
}

.breadcrump-wilayah {
    background-color: #735600 !important;
}

.berita-item-wrap {
    height: 520px !important;
}

.berita-gallery {
    width: 100% !important;
    height: 200px !important; 
    object-fit: cover !important;
}

.detail-informasi-konten {
    text-align: justify !important;
}

.detail-informasi-jam {
    color: #899bbd !important;
}

.detail-informasi-infografis {
    width: 100% !important; 
    height: 400px !important; 
    object-fit: contain !important; 
    background-color: #f7f7f7;
    transition: all 0.5s;
}

.detail-informasi-infografis:hover {
    margin-top: -10px;
}

.detail-informasi-statistik {
    width: 100% !important; 
    height: 500px !important; 
    object-fit: contain !important; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    transition: all 0.5s;
}

.detail-informasi-statistik:hover {
    margin-top: 10px;
}

.detail-layanan-map {
    max-width: 700px !important;
    min-height: 450px !important;
}

.detail-layanan-publik-foto {
    width: 100% !important; 
    max-height: 250px !important;
}

.detail-ppid-table-informasi {
    background-color: #3c4043 !important; 
    color: #fff !important;
}

.detail-ppid-judul {
    background-color: #e4e6ef !important;
}

.pimpinan-white {
    color: #fff !important;
}

.widget-berita-thumbnail {
    width: 60px !important;
    height: 48px !important;
    object-fit: cover !important;
}

.widget-berita-foto {
    width: 64px !important; 
    height: 48px !important;
    object-fit: cover !important;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.59);
    opacity: .8 !important;
    filter: brightness(0.9) contrast(1.2) saturate(1.2) sepia(0.2) hue-rotate(-10deg) !important;
    box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.9) !important;
}

.dewan-kota-img {
    object-fit: cover;
    border-radius: 50%;
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-height: 220px;
    width: 100%;
    border: 1px solid #eee;
    padding: 1px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
    .dewan-kota-img {
        max-height: 350px !important;
        width: 100%;
    }
}

.team-desc .span-desc {
    font-size: 13px;
    color: #1e2022;
    line-height: 18px;
}

.team-member {
    transition: all 0.2s;
}

.team-member:hover {
    background-color: #e4e6ef !important;
}