/* ABOUT US */
#about-section {
    background: url("/assets/img/about_us.png") no-repeat center center;
    background-size: cover;
    min-height: 650px;
    padding: 40px 20px;
}

/* Versi Mobile */
@media (max-width: 768px) {
    #about-section {
        background: url("/assets/img/mobail_aboutus.jpg") no-repeat center center;
        background-size: cover;
        min-height: 500px;
        /* bisa sesuaikan sendiri */
        padding: 30px 15px;
    }
}

/* Untuk PC dengan lebar sangat besar (≥ 1600px) */
@media (min-width: 1600px) {
    #about-section {
        min-height: 850px;
        background-size: cover;
    }
}

/* Tambahan untuk ultra-wide screen (≥ 1920px) */
@media (min-width: 1920px) {
    #about-section {
        min-height: 950px;
    }
}

.section-spacing {
    margin-top: 50px;
    position: relative;
    bottom: 10px;
}

.about-us-title {
    letter-spacing: 12px !important;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 2.8rem !important;
    text-transform: uppercase;
    font-weight: 100 !important;
}

/* 📱 Responsif untuk mobile */
@media (max-width: 767.98px) {
    .about-us-title {
        font-size: 3rem;
        /* lebih kecil di layar kecil */
        letter-spacing: 5px;
        /* rapatkan sedikit spacing */
        margin-top: -20px;
    }
}

/* 💻 Untuk PC biasa (≥ 1200px) */
@media (min-width: 1200px) {
    .about-us-title {
        font-size: 3.3rem;
        /* lebih besar di layar PC */
        letter-spacing: 8px;
        /* beri jarak huruf lebih lebar */
        margin-top: 0px;
        /* atur ulang posisi agar sejajar */
        text-align: left;
        /* rata kiri agar lebih elegan */
    }
}

/* 🖥️ Untuk layar ultra-wide (≥ 1600px) */
@media (min-width: 1600px) {
    .about-us-title {
        font-size: 4.2rem;
        /* ekstra besar untuk layar besar */
        letter-spacing: 10px;
        /* lebih renggang lagi */
        margin-top: 10px;
    }
}

/* ============================
   PC/Desktop (min-width: 1200px)
============================ */
@media (min-width: 1200px) {

    .content-text,
    .content-text-indo {
        font-size: 1.5rem;
        /* Lebih besar dan nyaman dibaca */
        line-height: 2;
        text-align: justify;
    }

    .about-us-image {
        max-width: 90%;
        /* Jangan mentok ke container */
        height: auto;
    }

    .gradient-border {
        padding: 20px;
        border-radius: 20px;
    }

    .image-container {
        max-width: 550px;
        margin: 0 auto;
    }
}

/* ============================
   Ultra-Wide Screen (min-width: 1600px)
============================ */
@media (min-width: 1600px) {

    .content-text,
    .content-text-indo {
        font-size: 1.7rem;
        /* Tambah lagi sedikit */
        line-height: 2.2;
        max-width: 100%;
    }

    .image-container {
        max-width: 650px;
        /* sebelumnya 500px → diperbesar */
    }

    .about-us-image {
        max-width: 100%;
        height: auto;
    }

    .section-spacing {
        margin-top: 50px;
        position: relative;
        bottom: -60px;
    }

    .gradient-border {
        padding: 25px;
        border-width: 5px;
        border-radius: 25px;
    }
}

/* Responsive untuk PC besar (≥ 1200px) */
@media (min-width: 1200px) {

    .content-text,
    .content-text-indo {
        font-size: 1.15rem;
        line-height: 2;
        margin-bottom: 24px;
    }

    .image-container {
        width: 100%;
        /* Full lebar kolom */
        max-width: 100%;
        /* Tidak dibatasi */
    }

    .about-us-image {
        width: 100%;
        /* Isi penuh kontainer */
        height: auto;
    }

    .gradient-border {
        padding: 15px;
        border-radius: 25px;
    }
}

/* Responsive untuk layar ultra-wide (≥ 1600px) */
@media (min-width: 1600px) {

    .content-text,
    .content-text-indo {
        font-size: 1.3rem;
        line-height: 2.2;
    }

    .image-container {
        max-width: 700px;
    }

    .gradient-border {
        padding: 20px;
        border-radius: 30px;
    }
}

.gradient-border {
    position: relative;
    max-width: 500px;
    border-radius: 15px;
    padding: 5px;
    margin: 0 auto;
    /* center di mobile */
}

.image-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.about-us-image {
    width: 100%;
    height: auto;
    border-radius: 15px;
    border: 2px solid #ffffff;
}

/* 📱 Responsif untuk mobile */
@media (max-width: 767.98px) {
    .gradient-border {
        max-width: 100%;
        /*biarlebihfleksibeldimobile*/
        transform: translateY(-50px);
        /*/*naikinposisikeatas**/
    }

    .about-us-image {
        border-radius: 10px;
        /* sudut lebih kecil di mobile */
    }
}

.content-text {
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 1.8;
    /* lebih longgar untuk keterbacaan */
    text-align: justify;
    text-justify: inter-word;
}

.content-text-indo {
    font-size: 0.9rem;
    color: #ffffff;
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-word;
}

/* 📱 Responsif untuk mobile */
@media (max-width: 767.98px) {
    .content-text {
        font-size: 1rem;
        line-height: 1.5;
    }

    .content-text-indo {
        font-size: 0.7rem;
        line-height: 1.5;
    }
}




.visi-misi-bg {
    background: url('/assets/img/background_visi_misi_new.jpg') no-repeat center center / cover;
    font-family: 'Poppins', sans-serif;
    min-height: 600px;
}

/* 📱 Responsif untuk mobile: ganti background */
@media (max-width: 768px) {
    .visi-misi-bg {
        background: url('/assets/img/background_visi_misi_mobile.jpg') no-repeat center center / cover;
        min-height: 250px;
        /* opsional, lebih kecil untuk mobile */
    }
}

/* Untuk PC dengan lebar sangat besar (≥ 1600px) */
@media (min-width: 1600px) {
    .visi-misi-bg {
        min-height: 900px;
        background-size: cover;
    }
}

/* Tambahan untuk ultra-wide screen (≥ 1920px) */
@media (min-width: 1920px) {
    .visi-misi-bg {
        min-height: 1000px;
    }
}

/* Section Wrapper */
.vision-mission-section {
    padding: 0 20px;
    /* hilangkan padding atas */
}

/* Vision Title */
.vision-title {
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-size: 1.3rem;
    margin-top: 0;
    /* hilangkan jarak atas */
    margin-bottom: 0.3rem;
    /* jarak bawah rapat */
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;

}

/* English Text (Vision) */
.vision-text {
    font-size: 1rem;
    color: #000000;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-word;
    margin-top: 0;
    /* hilangkan jarak atas */
    margin-bottom: 0.5rem;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
}

/* Indonesian Text (Vision Indo) */
.vision-text-indo {
    font-size: 0.85rem;
    color: #282828;
    line-height: 1.4;
    text-align: justify;
    text-justify: inter-word;
    margin-top: 0;
    /* hilangkan jarak atas */
    margin-bottom: 0.4rem;
    padding-left: 20px;
}

/* Mission Title */
.mission-title {
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-size: 1.3rem;
    /* ukuran khusus mission (bisa diubah) */
    margin-top: 0;
    /* hilangkan jarak atas */
    margin-bottom: 0.3rem;
    /* jarak bawah lebih rapat */
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* lebih rapat */
}



.mission-text {
    list-style-type: disc;
    /* titik bulat */
    padding-left: 20px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    text-align: justify;
    /* 🔥 rata kiri-kanan */
    text-justify: inter-word;
    /* supaya spasi antar kata proporsional */
}

.mission-text-indo {
    font-size: 0.85rem;
    /* lebih kecil dari English */
    color: #000000;
    line-height: 1.4;
    margin-bottom: 0.4rem;
    list-style-type: disc;
    /* titik bulat */
    padding-left: 20px;
    /* jarak titik ke teks */
    text-align: justify;
    /* 🔥 rata kiri-kanan */
    text-justify: inter-word;
    /* untuk hasil lebih rapi */
}

.mission-text-indo li {
    margin-bottom: 0.3rem;
    /* jarak antar item */
}

/* Vision Image (kiri) */
.vision-image {
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    margin-bottom: 5px;
    max-width: 90%;
    /* sebelumnya 80%, sekarang lebih besar */
    height: auto;
    display: block;
    margin-left: 0;
    margin-right: auto;
}

/* Mission Image (kanan) */
.mission-image {
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    margin-bottom: 5px;
    max-width: 90%;
    /* sebelumnya 80%, sekarang lebih besar */
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: 0;
}

/* Responsive untuk tablet & mobile */
@media (max-width: 768px) {

    .vision-title {
        font-size: 1.3rem;
        margin-bottom: 0.4rem;
    }

    .mission-title {
        font-size: 1.3rem;
        top: -50px;
        position: relative;
    }

    .mission-text,
    .mission-text-indo {
        font-size: 0.9rem;
        line-height: 1.4;
        margin-bottom: 0.6rem;
        top: -50px;
        /* Naik lebih tinggi khusus mobile */
        position: relative;
    }

    .vision-text,
    .vision-text-indo {
        font-size: 0.9rem;
        line-height: 1.4;
        margin-bottom: 0.6rem;

    }
}

@media (max-width: 768px) {

    .vision-image {
        max-width: 100%;
        /* sedikit lebih besar di mobile */
        margin-bottom: 1.2rem;
    }

    .mission-image {
        max-width: 100%;
        top: -50px;
        /* Naik lebih tinggi khusus mobile */
        position: relative;
        left: -10px;
    }
}

@media (max-width: 576px) {

    .vision-image,
    .mission-image {
        max-width: 95%;
        /* full width di HP kecil */
    }
}


/* OUR JOURNY */

.our-journey-title {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 2.8rem;
    /* margin-bottom: 55px; */
    letter-spacing: 12px;
    text-transform: uppercase;
    font-weight: 100;
}

/* Responsive untuk tablet */
@media (max-width: 768px) {
    .our-journey-title {
        font-size: 2.8rem;
        /* Ukuran lebih kecil */
        margin-bottom: 40px;
        letter-spacing: 10px;
        /* Renggang sedikit */
    }
}

/* Responsive untuk mobile kecil */
@media (max-width: 480px) {
    .our-journey-title {
        font-size: 2.3rem;
        /* Lebih kecil lagi */
        margin-bottom: -10px;
        letter-spacing: 3px;
        /* Renggang lebih kecil */
    }
}


@media (max-width: 768px) {
    .journey-row {
        display: flex;
        flex-wrap: wrap !important;
        /* PAKSA wrap */
        overflow: visible !important;
        /* hilangkan scroll horizontal */
        gap: 15px;
    }

    .journey-item {
        flex: 0 0 48%;
        /* dua kolom */
        max-width: 48%;
        margin-bottom: 20px;
        text-align: center;
    }

    .journey-img {
        width: 85%;
        /* gambar lebih kecil */
        margin: 0 auto;
    }

    .journey-arrow {
        display: none !important;
        /* PAKSA sembunyikan panah */
    }

    .journey-title {
        font-size: 1rem;
        /* kecilkan judul */
        letter-spacing: 0.5px;
    }

    .journey-description {
        font-size: 0.4rem;
        /* kecilkan deskripsi */
        line-height: 1.2;
    }
}




.journey-card {
    background-size: cover;
    color: #000;
    border-radius: 12px;
    padding: 20px;
    position: relative;
    min-height: 150px;
    /* box-shadow: 0 0 15px rgba(0,0,0,0.15); */
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 768px) {
    .journey-card {
        padding: 15px;
    }
}

.section-jurney {
    background-image: url('/assets/img/jurni_news.jpg');
    background-size: cover;
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 20px;
}

@media (max-width: 768px) {
    .section-jurney {
        background: url('/assets/img/background_our_journey_mobile.jpg') no-repeat center center;
        background-size: cover;
        min-height: auto;
        /* lebih pendek di mobile */

    }
}


/* Untuk PC dengan lebar sangat besar (≥ 1600px) */
@media (min-width: 1600px) {
    .section-jurney {
        min-height: 850px;
        background-size: cover;
    }
}

/* Tambahan untuk ultra-wide screen (≥ 1920px) */
@media (min-width: 1920px) {
    .section-jurney {
        min-height: 950px;
    }
}

/* Extra Small Devices (≤575px) - smartphone portrait */
@media (max-width: 575.98px) {
    .section-jurney {
        padding: 20px 5px;
        border-radius: 8px;
        background-position: top center;
    }
}

/* Small Devices (≥576px and <768px) - smartphone landscape / small tablets */
@media (min-width: 576px) and (max-width: 767.98px) {
    .section-jurney {
        padding: 35px 20px;
        background-position: center;
    }
}

/* Medium Devices (≥768px and <992px) - tablets */
@media (min-width: 768px) and (max-width: 991.98px) {
    .section-jurney {
        padding: 45px 30px;
        background-position: center;
    }
}

/* Large Devices (≥992px and <1200px) - desktops */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .section-jurney {
        padding: 60px 40px;
    }
}

/* Extra Large Devices (≥1200px and <1400px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .section-jurney {
        padding: 70px 50px;
    }
}

/* XXL Devices (≥1400px) - very large screens */
@media (min-width: 1400px) {
    .section-jurney {
        padding: 80px 60px;
        background-size: cover;
    }
}

@keyframes moveRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
        /* Bergerak ke kanan 10px */
    }

    100% {
        transform: translateX(0);
    }
}


.journey-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.5); Overlay for readability */
    border-radius: 12px;
    z-index: 0;

}

.journey-card>* {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    .journey-card>* {
        font-size: 0.5rem;
        /* lebih kecil di mobile */
    }
}

@media only screen and (max-width: 480px) {
    .journey-card>* {
        font-size: 0.85rem;
    }
}

.journey-year {
    font-weight: 600;
    font-size: 1.5rem;
    color: #0e3f8c;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
}

@media only screen and (max-width: 768px) {
    .journey-year {
        font-size: 1.1rem;
        /* ukuran lebih kecil di mobile */
    }
}

@media only screen and (max-width: 480px) {
    .journey-year {
        font-size: 1.3rem;
        /* makin kecil di layar sangat sempit */
    }
}

.arrow-right::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    /* Atur ukuran panah */
    height: 25px;
    background-image: url('/assets/img/PANAH-OUR-JOURNEY.png');
    background-size: contain;
    background-repeat: no-repeat;
    animation: moveRight 1.5s ease-in-out infinite;
    /* Tambahkan animasi di sini */
}

/* Hapus panah pada card paling ujung kanan setiap baris */
.row.g-5>.col-lg-3:nth-child(4n) .arrow-right::after {
    display: none;
}

@media (max-width: 767px) {
    .arrow-right::after {
        display: none;
    }
}