.header-logo img {
    width: 170px;
}

.hero-5 .icon-box {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 30px;
    /* Jarak dari sisi kiri & kanan */
}

.blog-home .nav-tabs {
    border-bottom: unset !important;
}

.blog-home .sec-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.blog-home .title-area {
    margin-bottom: 20px;
}

.blog-home .events-nav-tab .nav-link {
    border: 1px solid var(--theme-color);
}

.blog-home .events-nav-tab .nav-link {
    border-color: var(--theme-color2);
}

.cta-card .box-title {
    color: var(--white-color);
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-area-home h2 {
    font-size: 37px;
}

.about-area-home {
    padding-bottom: 75px;
    padding-top: 250px !important;
}

.about-area-home .marquee-slider1 {
    margin: 0 -50px;
    margin-top: 75px;
}

/* .start-about-page .img-box1:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 14px;
    background: var(--theme-color2);
    top: 82px;
    right: 210px;
    z-index: 1;
}

.start-about-page .img-box1 .img1 img {
    border-radius: 0px;
    max-width: 500px;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
} */

.start-about-page h2.sec-title {
    font-size: 30px;
}

.visi-misi-about-page .cta-card {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* opsional, agar teks rata tengah */
    padding: 20px;
    /* opsional, beri ruang agar teks tidak terlalu nempel */
    position: relative;
    /* untuk positioning shape-mockup tetap bekerja */
}

p.desc-history {
    text-align: justify;
}

.counter-wrap.style2 {
    z-index: 9;
}

.form-reporting-about {
    padding-top: 75px;
    padding-bottom: 75px;
}

.form-reporting-about .contact-form.style-border {
    padding: 40px 30px;
    border-radius: 30px;
}

.form-reporting-about .video-thumb1-1 img {
    height: 900px;
}

.form-reporting-about button.th-btn.style5 {
    width: 100%;
}


/* Cerah CSS */

h1.hero-title.text-white {
    text-align: center;
}

span.sub-title.after-none.slideinup {
    justify-content: center;
}

.th-hero-wrapper .btn-wrap.slideinup {
    justify-content: center;
}

.blog-card .blog-img img {
    height: 400px;
    object-fit: cover;
}

.img-box5 .img1 img {
    height: 500px;
}

.img-box5 .img2 img {
    height: 400px;
    object-fit: cover;
}

.cta-thumb5-1 {
    width: 20%;
}

.cta-thumb5-1 img {
    height: 350px;
}

.cta-thumb5-2 img {
    height: 350px;
}

.cta-thumb5-2 {
    width: 20%;
}

.bg-theme-dark {
    background-color: #141414 !important;
}

.mobile-logo img {
    width: 170px;
}


@media screen and (max-width: 600px) {
    .hero-inner {
    height: 100vh;
}

.hero-5 .icon-box {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex
;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 15px;
}

.img-box5 .img1 img {
    height: 500px;
    margin-top: 160px;
}
}