.be-comment-block {
    margin-bottom: 50px !important;
    border: 1px solid #edeff2;
    border-radius: 2px;
    padding: 50px 70px;
    border:1px solid #ffffff;
}

.comments-title {
    font-size: 16px;
    color: #262626;
    margin-bottom: 15px;
      font-family: 'Quicksand', sans-serif !important;
}

.be-img-comment {
    width: 60px;
    height: 60px;
    float: left;
    margin-bottom: 15px;
}

.be-ava-comment {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.be-comment-content {
    margin-left: 80px;
}

.be-comment-content span {
    display: inline-block;
    width: 49%;
    margin-bottom: 15px;
}

.be-comment-name {
    font-size: 13px;
    font-family: 'Quicksand', sans-serif !important;
    text-transform: uppercase;
}

.be-comment-content a {
    color: #383b43;
}

.be-comment-content span {
    display: inline-block;
    width: 49%;
    margin-bottom: 15px;
}

.be-comment-time {
    text-align: right;
}

.be-comment-time {
    font-size: 11px;
    color: #b4b7c1;
}

.be-comment-text {
    font-size: 14px;
    line-height: 18px;
    color: #7a8192;
    display: block;
    background: #f6f6f7;
    border: 1px solid #edeff2;
    padding: 15px 20px 20px 20px;
}

/*--------------------------------------------------------------
  # Comments
  --------------------------------------------------------------*/
.blog-comments .header .title {
    font-family: 'Quicksand', sans-serif !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 15px;
}

.blog-comments .header .title:after {
    border-radius: 0;
    content: "";
    display: inline-block;
    height: 3px;
    left: 10px;
    margin: 41px 0 0 0;
    position: absolute;
    vertical-align: bottom;
    width: 50px;
    background: #1b82ec;
}

.blog-comments .reply-form {
    box-shadow: rgb(49 53 59 / 12%) 0px 1px 6px 0px;
    padding: 15px;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 0.3em;
}

.blog-comments .comment .item {
    position: relative;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: rgb(49 53 59 / 12%) 0px 1px 6px 0px;
    background: #fff;
    border-radius: 0.3rem;
}

.blog-comments .comment .item .comment-img {
    max-width: 64px;
    max-height: 64px;
    margin-right: 14px;
}

.blog-comments .comment .item .author {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.blog-comments .comment .item .date {
    font-family: 'Quicksand', sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
}

.blog-comments .sticky-alert {
    padding: 12px 15px;
    border-radius: 0.3rem;
}


/* section */


@media (max-width: 1200px) {
    .short-stat .count-box {
        margin-bottom: 5px;
        ;
    }
}

@media (max-width: 1400px) {
    .short-stat {
        padding: 10px 0 !important;
    }
}


/*--------------------------------------------------------------
  # Short Statistics
  --------------------------------------------------------------*/
.short-stat {
    background: #ececec;
    padding: 20px 0;
}

.short-stat .count-box {
    display: flex;
    align-items: center;
    padding: 25px;
    width: 100%;
    border-radius: 0;
    background: #fff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 15%);
    border-radius: 8px;
}

.short-stat .count-box:hover {
    transform: translateY(-10px);
    box-shadow: 0px 2px 15px rgb(0 0 0 / 15%);
}

.short-stat .count-box i {
    font-size: 92px;
    line-height: 0;
    margin-right: 10px;
    color: #c2c9aa;
}

@media (max-width: 768px) {
    .short-stat {
        padding: 15px 10px 5px 10px;
    }

    .short-stat .count-box {
        padding: 10px;
        margin-bottom: 10px;
    }

    .short-stat .count-box span {
        font-size: 20px !important;
    }

    .short-stat .count-box p {
        font-size: 13px !important;
    }

    .short-stat .count-box i {
        font-size: 40px;
    }
}

.short-stat .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #c2c9aa;
    font-family: 'Quicksand', sans-serif;
}

.short-stat .count-box p {
    padding: 0;
    margin: 0;
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    font-size: 14px;
}


.pengumuman {
    background: #2a2c39;
    padding: 0px 0;
    height: 40px;
}

.pengumuman .info-dinas-header {
    position: absolute;
    padding: 0 20px;
    margin: 0;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 700;
    background-color: #007bff;
    color: #fff;
    z-index: 10;
}

.pengumuman .dinas-info {
    padding: 11px 0;
}

.pengumuman .dinas-info .item {
    font-size: 13px;
    font-style: italic;
    color: #fff;
}



.small-box {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.small-box>.inner {
    padding: 5px;
}

.small-box>.small-box-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}

.small-box>.small-box-footer:hover {
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
}

.small-box h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap;
}

@media (min-width: 992px) {

    .col-xl-2 .small-box h3,
    .col-lg-2 .small-box h3,
    .col-md-2 .small-box h3 {
        font-size: 1.6rem;
    }

    .col-xl-3 .small-box h3,
    .col-lg-3 .small-box h3,
    .col-md-3 .small-box h3 {
        font-size: 1.6rem;
    }
}

@media (min-width: 1200px) {

    .col-xl-2 .small-box h3,
    .col-lg-2 .small-box h3,
    .col-md-2 .small-box h3 {
        font-size: 2.2rem;
    }

    .col-xl-3 .small-box h3,
    .col-lg-3 .small-box h3,
    .col-md-3 .small-box h3 {
        font-size: 2.2rem;
    }
}

.small-box p {
    font-size: 1rem;
}

.small-box p>small {
    color: #f8f9fa;
    display: block;
    font-size: .9rem;
    margin-top: 5px;
}

.small-box h3,
.small-box p {
    z-index: 5;
}

.small-box .icon {
    color: rgba(0, 0, 0, 0.15);
    z-index: 0;
}

.small-box .icon>i {
    font-size: 90px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.small-box .icon>i.fa,
.small-box .icon>i.fas,
.small-box .icon>i.far,
.small-box .icon>i.fab,
.small-box .icon>i.fal,
.small-box .icon>i.fad,
.small-box .icon>i.ion {
    font-size: 70px;
    top: 20px;
}

.small-box .icon svg {
    font-size: 70px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.small-box:hover {
    text-decoration: none;
}

.small-box:hover .icon>i,
.small-box:hover .icon>i.fa,
.small-box:hover .icon>i.fas,
.small-box:hover .icon>i.far,
.small-box:hover .icon>i.fab,
.small-box:hover .icon>i.fal,
.small-box:hover .icon>i.fad,
.small-box:hover .icon>i.ion {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.small-box:hover .icon>svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 767.98px) {
    .small-box {
        text-align: center;
    }

    .small-box .icon {
        display: none;
    }

    .small-box p {
        font-size: 9px;
    }
}

.info-box {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: .5rem;
    position: relative;
    width: 100%;
}

.info-box .progress {
    background-color: rgba(0, 0, 0, 0.125);
    height: 2px;
    margin: 5px 0;
}

.info-box .progress .progress-bar {
    background-color: #fff;
}

.info-box .info-box-icon {
    border-radius: 0.25rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.875rem;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 70px;
}

.info-box .info-box-icon>img {
    max-width: 100%;
}

.info-box .info-box-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.8;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
}

.info-box .info-box-number {
    display: block;
    margin-top: .25rem;
    font-weight: 700;
}

.info-box .progress-description,
.info-box .info-box-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-box .info-box .bg-primary,
.info-box .info-box .bg-gradient-primary {
    color: #fff;
}

.info-box .info-box .bg-primary .progress-bar,
.info-box .info-box .bg-gradient-primary .progress-bar {
    background-color: #fff;
}

.info-box .info-box .bg-secondary,
.info-box .info-box .bg-gradient-secondary {
    color: #fff;
}

.info-box .info-box .bg-secondary .progress-bar,
.info-box .info-box .bg-gradient-secondary .progress-bar {
    background-color: #fff;
}

.info-box .info-box .bg-success,
.info-box .info-box .bg-gradient-success {
    color: #fff;
}

.info-box .info-box .bg-success .progress-bar,
.info-box .info-box .bg-gradient-success .progress-bar {
    background-color: #fff;
}

.info-box .info-box .bg-info,
.info-box .info-box .bg-gradient-info {
    color: #fff;
}

.info-box .info-box .bg-info .progress-bar,
.info-box .info-box .bg-gradient-info .progress-bar {
    background-color: #fff;
}

.info-box .info-box .bg-warning,
.info-box .info-box .bg-gradient-warning {
    color: #1f2d3d;
}

.info-box .info-box .bg-warning .progress-bar,
.info-box .info-box .bg-gradient-warning .progress-bar {
    background-color: #1f2d3d;
}

.info-box .info-box .bg-danger,
.info-box .info-box .bg-gradient-danger {
    color: #fff;
}

.info-box .info-box .bg-danger .progress-bar,
.info-box .info-box .bg-gradient-danger .progress-bar {
    background-color: #fff;
}

.info-box .info-box .bg-light,
.info-box .info-box .bg-gradient-light {
    color: #1f2d3d;
}

.info-box .info-box .bg-light .progress-bar,
.info-box .info-box .bg-gradient-light .progress-bar {
    background-color: #1f2d3d;
}

.info-box .info-box .bg-dark,
.info-box .info-box .bg-gradient-dark {
    color: #fff;
}

.info-box .info-box .bg-dark .progress-bar,
.info-box .info-box .bg-gradient-dark .progress-bar {
    background-color: #fff;
}

.info-box .info-box-more {
    display: block;
}

.info-box .progress-description {
    margin: 0;
}

@media (min-width: 768px) {

    .col-xl-2 .info-box .progress-description,
    .col-lg-2 .info-box .progress-description,
    .col-md-2 .info-box .progress-description {
        display: none;
    }

    .col-xl-3 .info-box .progress-description,
    .col-lg-3 .info-box .progress-description,
    .col-md-3 .info-box .progress-description {
        display: none;
    }
}

@media (min-width: 992px) {

    .col-xl-2 .info-box .progress-description,
    .col-lg-2 .info-box .progress-description,
    .col-md-2 .info-box .progress-description {
        font-size: 0.75rem;
        display: block;
    }

    .col-xl-3 .info-box .progress-description,
    .col-lg-3 .info-box .progress-description,
    .col-md-3 .info-box .progress-description {
        font-size: 0.75rem;
        display: block;
    }
}

@media (min-width: 1200px) {

    .col-xl-2 .info-box .progress-description,
    .col-lg-2 .info-box .progress-description,
    .col-md-2 .info-box .progress-description {
        font-size: 1rem;
        display: block;
    }

    .col-xl-3 .info-box .progress-description,
    .col-lg-3 .info-box .progress-description,
    .col-md-3 .info-box .progress-description {
        font-size: 1rem;
        display: block;
    }
}



/*--------------------------------------------------------------
  # Widget Menu Kategori
  --------------------------------------------------------------*/
.widget .item.categories ul {
    list-style: none;
    padding: 0;
}

.widget .item.categories li,
.widget .item.categories i {
    color: #1bbd36;
}

.widget .item.categories li,
.widget .item.categories li {
    list-style: none;
    padding: 5px 0;
    transition: all 1s;
    line-height: 25px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}

.widget .item.categories li,
.widget .item.categories a {
    color: #212529;
}

.widget .item.categories li,
.widget .item.categories a:hover {
    color: #ee7410;
}


/*--------------------------------------------------------------
  # Archive Content
  --------------------------------------------------------------*/
.halaman-arsip {
    margin: 30px 0;
}

.halaman-arsip .item-arsip {
    box-shadow: rgb(49 53 59 / 12%) 0px 1px 6px 0px;
    padding: 15px 5px;
    margin-bottom: 15px;
    border-radius: 0.3em;
    background: #fff;
}

.halaman-arsip .item-arsip .blog-images {
    border-radius: 0.3rem;
    vertical-align: top;
}

.halaman-arsip .item-arsip .data-text {
    vertical-align: middle;
}

.halaman-arsip .item-arsip .data-text .title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
}

.halaman-arsip .item-arsip .data-text .title a {
    color: #232323;
}

.halaman-arsip .item-arsip .data-text .title a:hover {
    color: #1bbd36;
}

.halaman-arsip .item-arsip .data-text .isi {
    line-height: 1.8;
    font-size: 14px;
}

.halaman-arsip .item-arsip .data-text .meta ul {
    margin-bottom: 5px;
    display: inline-flex;
    padding-inline-start: 0;
    list-style-type: none;
    color: orange;
    text-transform: uppercase;
}

.halaman-arsip .item-arsip .data-text .meta ul>li {
    margin-right: 7px;
}

.halaman-arsip .item-arsip .data-text .meta .name::after {
    content: "|";
    display: inline-block;
    font-weight: normal;
    margin-left: 7px;
    font-size: 8px;
    opacity: 0.5;
    position: relative;
    top: -2px;
}

@media (max-width: 768px) {
    .halaman-arsip .item-arsip {
        border-bottom: 1px solid #ddd;
    }

    .halaman-arsip .item-arsip .data-text {
        margin-top: 10px;
    }

    .halaman-arsip .item-arsip .data-text .title {
        font-size: 16px;
    }

    .halaman-arsip .item-arsip .data-text .meta ul {
        font-size: 12px;
        text-align: center;
    }

}

body {
    background: #f9f9f9;
    color: #222;
    transition: background 0.4s ease, color 0.4s ease;
}

.small-box {
    border-radius: 15px;
    padding: 15px;
    min-height: 120px;
    position: relative;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: transform 0.2s ease-in-out,
                box-shadow 0.2s ease-in-out,
                background 0.4s ease,
                color 0.4s ease;
}
.small-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.small-box h5,
.small-box p,
.small-box-footer {
    transition: color 0.4s ease;
}
.small-box .icon {
    font-size: 30px;
    opacity: 0.25;
    position: absolute;
    top: 10px;
    right: 15px;
    transition: opacity 0.4s ease;
}
.small-box-footer {
    display: block;
    font-size: 11px;
    padding-top: 5px;
    opacity: 0.7;
}

body.dark-mode {
    background: #121212;
    color: #f0f0f0;
}
body.dark-mode .small-box {
    box-shadow: 0 2px 8px rgba(255,255,255,0.08);
}
body.dark-mode .small-box h5,
body.dark-mode .small-box p,
body.dark-mode .small-box-footer {
    color: #f0f0f0;
}
body.dark-mode .small-box .icon {
    opacity: 0.4;
}

/* Toggle Button */
.toggle-btn {
    cursor: pointer;
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    background: #007bff;
    color: #fff;
    font-size: 14px;
    margin: 10px auto;
    display: block;
    transition: background 0.3s;
}
.toggle-btn:hover {
    background: #0056b3;
}
.counter-number {
    font-size: 14px;   /* angka */
    font-weight: bold;
    line-height: 1.2;
}	
.counter-label {
    font-size: 14px;   /* teks label */
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.small-box {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}

:root {
  --counter-number-size: 14px;
  --counter-label-size: 16px;
  --counter-footer-size: 16px;
}

.small-box .inner h5 {
  font-size: var(--counter-number-size);
}

.small-box .inner p {
  font-size: var(--counter-label-size);
}

.small-box-footer {
  font-size: var(--counter-footer-size);
  display: block;
  padding: 5px 0;
  background: rgba(255,255,255,0.15);
  border-radius: 0 0 12px 12px;
  color: #fff !important;
  font-weight: bold;   /* huruf tebal */
  transition: background 0.3s ease;
}

.small-box-footer:hover {
  background: rgba(255,255,255,0.3);
  text-decoration: none;
}
}
.small-box {
  min-height: 50px;   /* tinggi minimal kotak */
  padding: 10px;       /* jarak isi dengan tepi */
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  min-width: 180px;   /* lebar minimal kotak */

}

.small-box .icon {
  font-size: 40px;
  opacity: 0.3;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.small-box:hover .icon {
  transform: rotate(15deg) scale(1.2);
  opacity: 0.6;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.3; }
  50% { transform: scale(1.1); opacity: 0.6; }
}

.small-box .icon {
  animation: pulse 2s infinite;
}
/* Efek hover pada portal */
.portal-judul .link-luar {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portal-judul .link-luar img {
    transition: transform 0.3s ease;
}

.portal-judul .link-luar:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    border-radius: 10px;
}

.portal-judul .link-luar:hover img {
    transform: scale(1.1); /* gambar sedikit membesar */
}

.portal-judul .link-luar p {
    margin-top: 8px;
    font-weight: bold;
    transition: color 0.3s ease;
}

.portal-judul .link-luar:hover p {
    color: #007bff; /* teks berubah warna saat hover */
}

/* Atur jarak antar kotak */
.portal-section-row {
    gap: 25px; /* jarak horizontal & vertical antar item */
}

/* Styling item */
.portal-section-item {
    margin-bottom: 20px;
}

.portal-section-item img {
    transition: transform 0.3s ease;
}

.portal-section-item img:hover {
    transform: scale(1.1); /* efek zoom ketika hover */
}
.image1 {
    border-radius: 20px;                 /* sudut membulat elegan */
    transition: all 0.3s ease-in-out;    /* animasi hover halus */
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    opacity: 0;                          /* awalnya transparan */
    transform: translateY(10px);         /* sedikit turun di awal */
    animation: fadeInUp 0.8s ease-out forwards; /* jalankan animasi */
}

.image1:hover {
    transform: scale(1.05);              /* efek membesar saat hover */
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

/* Animasi fade-in elegan */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.judul-berita {
    color: #FFFFFF;          /* warna default putih */
    font-size: 20px;
    text-decoration: none;   /* hilangkan underline */
    transition: color 0.3s ease;
}

.judul-berita:hover {
    color: #fcd502;          /* kuning elegan (gold) */
}


    /* Efek masuk fade + slide */
    .sambutan-animate {
        opacity: 0;
        transform: translateY(30px);
        animation: fadeSlideUp 1s ease-out forwards;
    }

    @keyframes fadeSlideUp {
        0% {
            opacity: 0;
            transform: translateY(30px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Tombol */
    .sambutan-btn {
        border-radius: 30px;
        font-weight: 600;
        transition: all 0.3s ease-in-out;
    }
    .sambutan-btn:hover {
        background-color: #0d47a1 !important;
        transform: scale(1.08);
        box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }

    /* Foto Pimpinan */
    .sambutan-img {
        transition: all 0.4s ease-in-out;
    }
    .sambutan-img:hover {
        transform: scale(1.08);
        box-shadow: 0 0 20px rgba(26, 35, 126, 0.5);
        border-color: #1a237e;
    }
