.tk-section-1 {
    background: url('../../images/tentang-kami/bg_tentang_kami.png') no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 550px;
    color: white;
    padding: 100px 150px;
}

.tk-section-1 p {
    color: white;
}



.tk-section-2 {
    padding: 100px 150px;
    text-align: justify;
    display: flex;
    align-items: center;
}

.tk-section-2 h2 {
    margin-right: 100px;
}

.tk-section-2 p {
    margin: 0;
}



.tk-section-3 {
    padding: 0;
    background: linear-gradient(to top, #263E7A, #446DD9);
}

.tk-s3-gambar {
    background: url('../../images/tentang-kami/bg_misi.png') no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: end;
    min-height: 500px;
    color: white;
    padding: 100px;
}

.jarallax {
    position: relative;
    z-index: 0;
    min-height: 500px;


    justify-content: end;
    display: flex;
    flex-direction: column;
    position: relative;
}

.jarallax>.jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.gradient-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.61), transparent);
    z-index: 1;
}

.gradient-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.61), transparent);
    z-index: 1;
}

.jarallax-container h2 {
    z-index: 2;
    position: relative;
    margin: 100px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}



.tk-section-4 {
    padding: 100px 150px;
}




.p-dflex {
    font-size: 50px;
    font-weight: bold;
    margin: 0 20px;
}

.tk-section-5-title {
    width: 100%;
    display: flex;
    padding: 50px 150px;
    background: linear-gradient(to right, #FF6600, #BA2C3C);
    color: white;
    align-items: center;
}

.tk-section-5-title h2 {
    width: fit-content;
    padding-right: 50px;
    margin-right: 50px;
    border-right: 1px white solid;
}

.tk-section-5-group-isi {
    width: 100%;
    background: url('../../images/tentang-kami/bg_nilai_utama.png') no-repeat center center;
    background-size: cover;
    /* agar gambar menutupi seluruh elemen */
    min-height: 100vh;
    /* agar tinggi menyesuaikan tinggi viewport */
}

.tk-section-5-isi {
    padding: 100px 150px;
    color: white;
}

.tk-section-5-isi p {
    color: white;
}




.tk-section-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to right, #446DD9, #243A73);
    position: relative;

    margin: 0 auto 50px auto;
}

.tk-s6-bg {
    background: linear-gradient(to right, #FF6600 20%, #BA2C3C);
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
}

@media(max-width: 767px) {
    .tk-s6-bg {
        height: 60%;
    }
}

.tk-s6-title {
    margin-bottom: 50px;
}

.line-section-6 {
    display: flex;
    justify-content: center;
    /* ✅ posisi isi di tengah */
    align-items: center;
    width: 100%;
    /* ✅ biar full kontainer */
    max-width: 500px;
    /* opsional kalau mau batasi lebar */
    height: 10px;
    margin: 0 auto 0 auto;
    /* ✅ auto kiri-kanan = center */
    position: relative;
}

.tk-section-6-line-tahun {
    display: flex;
    justify-content: center;
    /* untuk meratakan isi di tengah */
    align-items: center;
    width: fit-content;
    padding: 5px 20px;
    margin: 10px auto;
    /* ⬅️ ini bikin elemennya rata tengah */
    z-index: 1;
    position: relative;
}

.tk-s6-teksline-tahun {
    min-width: 50px;
    margin: 0 10px;
    font-size: 14px;
    color: white;

    display: flex;
    /* aktifkan flexbox */
    align-items: center;
    /* center secara vertikal */
    justify-content: center;
    /* center secara horizontal */
}

.tk-section-6-line-tahun-wrapper {
    overflow-x: hidden;
    /* ⬅️ hilangin scroll */
}

.tahun-scroll {
    display: flex;
    transition: transform 0.5s ease-in-out;
    /* ⬅️ biar animasi gesernya halus */
}

.tahun-scroll .tk-s6-teksline-tahun {
    flex: 0 0 auto;
    text-align: center;
}

/* Semua ukuran sampai 1090px: pakai tampilan mobile (scroll horizontal 5 item) */
@media (max-width: 1090px) {
    .tk-section-6-line-tahun-wrapper {
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .tahun-scroll {
        display: flex;
        flex-wrap: nowrap;
    }

    .tahun-scroll .tk-s6-teksline-tahun {
        min-width: 20%;
        /* 5 item per layar */
        padding: 0 4px;
        margin: 0 2px;
    }

    .tk-s6-teksline-dot {
        margin: 0 auto 4px auto;
    }

    .tk-s6-teksline-dot-active {
        width: 12px;
        height: 12px;
        margin: 0 auto 4px auto;
    }

    .tk-s6-teksline-tahun p {
        font-size: 10px;
        text-align: center;
    }
}

@media (min-width: 1091px) {
    .tk-section-6-line-tahun-wrapper {
        overflow-x: visible;
    }

    .tahun-scroll {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.tk-s6-teksline-tahun p {
    margin: 0;
    color: white;
}

.tk-s6-teksline-tahun-indicator p {
    display: none;
}

.tk-s6-teksline-tahun.tk-s6-teksline-tahun-active p {
    display: none;
}

.tk-s6-teksline-tahun-indicator::after {
    content: "";
    display: block;
    width: 5px;
    height: 100px;
    background-color: white;
    border-radius: 50px;
    margin: 0 auto;
}

.tk-s6-teksline-dot {
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: black;
    margin: 0 20px;
}

.tk-s6-teksline-dot-active {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: #BA2C3C;
    margin: 0;
}

.tk-section-7 {
    padding: 100px;
    background: linear-gradient(to top, #D5D5D5, white);
}

.tk-s7-alamat {
    margin: 70px 0;
}

.tk-s7-alamat h5 {
    margin-bottom: 30px;
}

.tk-s7-alamat p {
    margin-bottom: 30px;
}

.tk-s7-alamat a {
    background-color: #FF6600;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    color: white !important;
    transition: transform 0.3s ease;
}

.tk-s7-alamat a:hover {
    background-color: #eb5e00;
    transform: translateX(10px);
}

.tk-s7-group-nama-kantor {
    width: fit-content;
    cursor: pointer;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.tk-s7-nama-kantor:hover {
    color: #BC0028;
    transform: translateX(10px);
}

.tk-s7-nama-kantor-active {
    background-color: #BC0028;
    padding: 20px 40px;
    border-radius: 20px;
    border: none;
    color: white !important;
    cursor: pointer;
}

.tk-s7-nama-kantor {
    width: 100%;
    padding: 20px 40px;
    transition: transform 0.3s ease;
}

.tk-slider-container {
    position: relative;
    width: 600px;
    height: 700px;
    overflow: hidden;
    padding: 0 0 0 50px;
}

.tk-slider-wrapper {
    position: relative;
    width: 100%;
}

.tk-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 0;
}

.tk-slide.active {
    opacity: 1;
    z-index: 1;
    position-area: center;
    object-fit: cover;
}

/* Tombol kiri & kanan */
.tk-slide-nav {
    position: absolute;
    top: 50%;
    /* ⬅️ posisi tengah vertikal */
    transform: translateY(-50%);
    /* ⬅️ geser ke atas 50% dari tinggi button */
    background: #ffffff59;
    color: black;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}


.tk-prev {
    left: 60px;
}

.tk-next {
    right: 10px;
}

.tk-s7-alamat {
    display: none;
}

.tk-s7-alamat.active {
    display: block;
}


.s7-line {
    width: 70%;
    height: 1px;
    background-color: #BC0028;
    justify-self: center;
}



@media (max-width: 1200px) {

    .tk-slider-container,
    .tk-slide {
        height: 600px;
    }

    .jarallax {
        min-height: 450px;
    }
}

@media (max-width: 1000px) {
    .tk-section-2 {
        padding: 100px 50px;
    }

    .tk-section-2 h2 {
        margin-right: 50px;
    }

    .tk-slider-container {
        padding: 0 0 0 30px;
    }

    .tk-slider-container,
    .tk-slide {
        height: 500px;
    }

    .tk-prev {
        left: 40px;
    }


    .jarallax {
        min-height: 400px;
    }

    .jarallax-container h2 {
        margin-bottom: 50px;
    }
}

@media (max-width: 880px) {

    .tk-slider-container,
    .tk-slide {
        height: 450px;
    }


    .jarallax {
        min-height: 350px;
    }
}

@media (max-width: 800px) {
    .tk-section-5-isi {
        padding: 100px 50px 100px 30px;
    }

    .tk-section-6-line-tahun {
        width: 90%;
        padding: 0;
        justify-content: center;
    }

    .tk-s6-teksline-tahun {
        min-width: 45px;
        margin: 0 1.5%;
    }
}

@media (max-width: 767px) {
    .tk-slider-container {
        padding: 0;
    }

    .tk-prev {
        left: 10px;
    }

    .tk-s7-group-nama-kantor {
        margin-bottom: 50px;
    }


    .jarallax {
        min-height: 250px;
    }

    .jarallax-container h2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {

    .tk-section-1,
    .tk-section-2,
    .tk-s3-gambar,
    .tk-section-4,
    .tk-section-5-title,
    .tk-section-7 {
        padding: 50px;
    }

    .jarallax-container h2 {
        margin: 50px;
    }

    .tk-section-2 {
        display: block;
    }

    .tk-section-2 h2 {
        margin-bottom: 20px;
    }

    .tk-section-5-isi {
        padding: 50px 50px 50px 20px;
    }

    .p-dflex {
        font-size: 40px;
    }

    .line-section-6 {
        width: 80%;
    }

    .tk-s6-teksline-tahun {
        min-width: 43px;
        margin: 0 1%;
    }

}

@media (max-width: 500px) {
    .tk-s6-title {
        word-break: break-word;
        padding: 0 20px;
    }

    .tk-s6-teksline-tahun {
        min-width: 45px;
        margin: 0 0;
    }


    .jarallax {
        min-height: 200px;
    }
}

@media (max-width: 440px) {

    .tk-s6-teksline-tahun {
        min-width: 42px;
    }

}

@media (max-width: 400px) {

    .tk-section-1,
    .tk-section-2,
    .tk-s3-gambar,
    .tk-section-4,
    .tk-section-5-title,
    .tk-section-7 {
        padding: 30px;
    }

    .jarallax-container h2 {
        margin: 30px;
    }

    .tk-section-5-isi {
        padding: 30px 30px 30px 10px;
    }

    .p-dflex {
        font-size: 30px;
    }

    .tk-section-5-isi .d-flex span {
        font-size: 15px;
    }

    .tk-s6-teksline-tahun {
        min-width: 37px;
    }

    .tk-s6-teksline-tahun p {
        font-size: 10px;
    }
}