.section-2 {
    display: flex;
    width: 100%;
    height: fit-content;
    align-items: center;
    padding: 20px 30px;
    overflow: hidden;
    margin: 100px 0;
}

.text-align-15thn {
    text-align: left;
}

.section-2-title {
    width: 20%;
    height: fit-content;
    margin: 0 10px;
    align-content: center;
}

.section-2-title p {
    font-size: 40px;
}

.section-2-isi {
    width: 80%;
    display: flex;
    align-items: stretch;
}

.section-2-box {
    width: 50%;
    padding: 20px;
    font-weight: 900;
    margin: 0 10px;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-2-box p {
    margin: 0;
    font-size: 14px;
}

.group-flex {
    width: 100%;
    display: flex;
}




.section-3 {
    padding: 30px 30px 100px 30px;
    background: linear-gradient(to top, #BA2C3C, transparent);
    width: 100%;
    display: flex;
    align-items: stretch;
}

.section-3-left {
    width: 50%;
    background-color: white;
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-3-teks {
    padding: 50px;
    height: 100%;
    align-content: center;
}

.section-3-teks h2 {
    margin-bottom: 20px;
    font-weight: bold;
}

.section-3-bottom {
    background-color: #FF6600;
    width: 100%;
    border-bottom-left-radius: 38px;
    padding: 20px 50px;
    color: white;
}

.section-3-right {
    width: 50%;
    background-color: rgb(133, 133, 201);
    border-top-right-radius: 38px;
    border-bottom-right-radius: 38px;
    overflow: hidden;
}

.section-3-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 38px;
    border-bottom-right-radius: 38px;
}




.section-4-teks {
    margin: 50px;
    text-align: center;
}

.card-col {
    padding: 0;
    position: relative;
}

.card-block-section-4 {
    height: 550px;
    overflow: hidden;
    position: relative;
}

.card-block-section-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}

/* Gradient overlay */
.card-block-section-4 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to top, #00000088 10%, #00000044 30%, #ffffff00 100%);
}

/* Title on bottom center */
.card-block-section-4 h3 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    height: 80px;
    color: white;
    font-weight: bolder;
    text-align: center;
    z-index: 2;
    margin: 0;
    padding: 0 20px;
}

/* Color themes for each card */
.card-block-section-4 {
    background: linear-gradient(to top, #FF6600 10%, #ff660d5c 30%, #ffffff00 100%);
}

.card-block-section-4.red {
    background: linear-gradient(to top, #BA2C3C 10%, #ba2c3d5c 30%, #ffffff00 100%);
}

.card-block-section-4.blue {
    background: linear-gradient(to top, #2E4A94 10%, #2e49945e 30%, #ffffff00 100%);
}

.card-block-section-4.brown {
    background: linear-gradient(to top, #BD5329 10%, #bd53295f 30%, #ffffff00 100%);
}

/**/
.card-col.orange .overlay {
    background: linear-gradient(to top, #FF6600 10%, transparent 30%, #ffffff00 100%);
}

.card-col.red .overlay {
    background: linear-gradient(to top, #BA2C3C 10%, transparent 30%, #ffffff00 100%);
}

.card-col.blue .overlay {
    background: linear-gradient(to top, #2E4A94 10%, transparent 30%, #ffffff00 100%);
}

.card-col.brown .overlay {
    background: linear-gradient(to top, #BD5329 10%, transparent 30%, #ffffff00 100%);
}

.card-block-section-4 .hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px;
    opacity: 0;
    z-index: 3;
    text-align: center;
    transition: opacity 0.3s ease;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.hover-overlay h3 {
    position: relative;
}

.hover-overlay p {
    color: white;
}

/* Hover: munculkan overlay */
.card-col:hover .hover-overlay {
    opacity: 1;
}

/* Warna spesifik sesuai permintaan */
.card-col.orange:hover .hover-overlay {
    background: linear-gradient(to top, #FF6600 10%, #ff6600d0 50%, #ff660082 100%);

}

.card-col.red:hover .hover-overlay {
    background: linear-gradient(to top, #BA2C3C 10%, #ba2c3dd0 50%, #ba2c3d88 100%);
}

.card-col.blue:hover .hover-overlay {
    background: linear-gradient(to top, #2E4A94 10%, #2e4994cb 50%, #2e49947e 100%);
}

.card-col.brown:hover .hover-overlay {
    background: linear-gradient(to top, #BD5329 10%, #bd5329d0 50%, #bd532982 100%);
}




.section-5 {
    display: flex;
    text-align: center;
    padding-right: 50px;
}

.section-5-teks {
    align-content: center;
    padding: 50px;
    text-align: left;
    align-self: center;
    width: 50%;
}

.section-5-gambar {
    display: flex;
    width: 50%;
    place-content: center;
}

.section-5-gambar img {
    width: 100%;
}




.line-gradient {
    width: 100%;
    height: 50px;
    background: linear-gradient(to right, #BA2C3C, #ffffff);
}




.section-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 20px;
}

.section-6-teks {
    width: fit-content;
    text-align: center;
}

.section-6-teks .section-6-line {
    width: 100%;
    height: 10px;
    background-color: red;
    border-radius: 50px;
    display: flex;
}

.section-6 img {
    width: 100%;
}




.section-7 {
    background-color: #EBEBEB;
    width: 100%;
    min-height: 500px;
    display: flex;
    position: relative;
}

.section-7 img {
    width: 60%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.section-7-group-teks {
    width: 100%;
    height: fit-content;
    padding: 50px 0;
    align-self: center;
}

.section-7-teks {
    width: 50%;
    height: fit-content;
    background-color: #ffffffbd;
    padding: 50px 50px 0 50px;
    margin-right: 50px;
    float: right;
    position: relative;
    z-index: 1;
    align-content: center;
    border-radius: 24px;
}

.section-7-teks-isi {
    width: 100%;
    height: fit-content;
}

.section-77-teks {
    width: 200px;
    height: 40px;
    background-color: #FF8700;
    margin-bottom: -20px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-77-teks a {
    text-decoration: none;
    color: white !important;
    position: relative;
    cursor: pointer;
}

.section-77-teks img {
    width: 20px;
}




.section-8 {
    padding: 50px 0 0 0;
    overflow-y: hidden;
}

.section-8-teks {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 200px 50px 200px;
}

.section-8-teks a {
    text-decoration: none;
    color: #FF6600 !important;
    position: relative;
    cursor: pointer;
}

.section-8-teks a:hover {
    transform: translateY(-5px);
}

.section-8-teks img {
    width: 20px;
}

.section-8-group-card {
    position: relative;
}

.section-8-card-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(to top, #0E172E, #2E4A94);
    z-index: 1;
}

.section-8-card {
    position: relative;
    z-index: 2;
    padding: 0 200px;
}

.card-body-s8 h5 {
    color: black;
}

.cardh100 {
    min-width: 200px;
    box-shadow: 0 0 0 transparent;
    transform: translateY(1px);
}

.cardh100:hover {
    background-color: #FF6600;
    color: white;
}

.cardh100:hover h5 {
    color: white;
    font-weight: 300px;
}


.cardh100:hover p {
    color: white;
}

.cardh100 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
}

.radius-20 {
    border-radius: 20px;
}

.s8-group-img {
    padding: 30px 20px 0 20px;
}

.section_8_selengkapnya a {
    color: #FF7A21;
    text-decoration: none;
    margin-right: 10px;
}




.section-9 {
    display: flex;
    width: 100%;
    height: fit-content;
    overflow: hidden;
}

.section-9-left {
    width: 500px;
    padding: 50px;
    text-align: left;
    background: linear-gradient(to right, #BA2C3C, #54141B);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-9-teks {
    place-content: center;
    height: 80%;
    width: 100%;
}

.s9t-blue {
    background-color: #2E4B91;
}

.s9t-orange {
    background-color: #FF7A21;
}

.s9t-pink {
    background-color: #BA2C3C;
}

.section-9-teks p {
    color: white;
}

.section-9-orang {
    position: static;
    /* posisi normal */
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    color: white;
    background-color: inherit;
    /* atau warna sesuai kelas warna */
}


.s9o-blue {
    background-color: #8795B8;
}

.s9o-orange {
    background-color: #EDAC80;
}

.s9o-pink {
    background-color: #e58792;
}

.section-9-orang p {
    color: white;
    font-size: 10px;
}

.section-9-nama {
    padding: 0 10px;
}

.section-9-nama p {
    margin: 0 !important;
}

.section-9-foto {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50% !important;
}

.section-9-double-quote {
    width: 30px;
    height: 30px;
    align-self: start;
}

.section-9-card-text {
    padding: 30px;
    max-height: 380px;
}




.alamat {
    padding: 50px;
}

.footer-logo {
    margin-bottom: 30px;
}

.kontak {
    padding: 50px 20px;
    justify-content: space-evenly;
    background-color: #FF6600;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.k-1 {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.k-2 {
    width: 100%;
    padding: 0 120px;
}

.kontak h4 {
    margin: 0;
}

.group-kontak {
    display: flex;
}

/* .kontak-1 {
    width: 40%;
}

.kontak-1-md {
    width: 60%;
} */

.kontak-1 p {
    font-size: 12px;
}

.sosial-media {
    padding: 20px 0;
    display: flex;
    margin-top: 10px;
}

.sosial-media a {
    width: fit-content;
    height: fit-content;
}

.sosial-media img {
    height: 20px;
}

.icon-sosial-media {
    width: fit-content;
}

.nde-top {
    margin-top: 35px !important;
}

.nomor-dan-email {
    margin: 5px 0 10px 0;
    word-break: break-all;
}

.nomor-dan-email a {
    font-size: 12px;
}

.nomor-dan-email img {
    width: 20px;
    margin-right: 10px;
}

.footer-margin100 {
    margin-right: 100px;
}

.syncore-group-2 {
    margin-top: 40px;
}

.syncore-group-2 img {
    width: 60%;
    height: auto;
}

.syncore-group {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    height: 45px;
    /* ✅ tinggi tetap */
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0 5px 20px #3b1d11;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    align-content: center;
}

.syncore-group img {
    margin: 5px;
    flex: 1 1 0;
    max-width: 17%;
    height: 100%;
    /* ✅ gambar mengikuti tinggi box */
    object-fit: contain;
}


@media (max-width: 1300px) {
    .section-8-teks {
        padding: 0 100px 50px 100px !important;
    }

    .section-8-card {
        padding: 0 100px !important;
    }

    .k-2 {
        padding: 0 75px;
    }
}

@media (max-width: 1200px) {
    .section-5-teks {
        text-align: center;
    }
}

@media (max-width: 1130px) {
    .section-2 {
        display: block;
        justify-items: center;
    }

    .text-align-15thn {
        text-align: center;
    }

    .section-2-title {
        width: fit-content;
        height: fit-content;
        margin: 20px 0 40px 0;
    }

    .section-2-isi {
        width: 100%;
    }

    .section-2-box {
        min-width: 20%;
    }



    .group-kontak {
        justify-content: center;
    }

    .kontak-1-md {
        margin-right: 0 !important;
    }
}

@media (max-width: 1020px) {

    .k-1,
    .kontak-1 {
        margin-right: 30px;
    }

    .k-2 {
        padding: 0 10px;
    }

    .kontak-1 p {
        font-size: 10px;
    }

    .sosial-media img {
        width: 15px;
        height: auto;
    }

    .nomor-dan-email img {
        width: 15px;
        height: auto;
        margin-right: 3px;
    }

    .nomor-dan-email a {
        font-size: 10px;
    }

    .syncore-group {
        height: 35px;
    }
}

@media (max-width: 1000px) {
    .section-3-teks {
        padding: 30px;
    }

    .section-3-bottom {
        padding: 20px 25px;
    }

    .s8-group-img {
        padding: 20px 10px 0 10px;
    }

    .section-8-teks {
        padding: 0 50px 50px 50px !important;
    }

    .section-8-card {
        padding: 0 50px !important;
    }
}

@media (max-width: 950px) {
    .sosial-media {
        margin-top: 0;
    }
}

@media (max-width: 900px) {

    .hidden-sitemap {
        display: none;
    }

    .footer .row {
        flex-direction: column;
    }

    /* .footer .row .col-3 {
        align-self: center;
    } */

    .group-flex {
        display: block;
        margin: 0 10px 0 0;
    }

    .section-2-box {
        width: 100%;
        height: 50%;
        margin: 10px;
    }


    .section-3 {
        display: block;
    }

    .section-3-left {
        width: 100%;
        border-bottom-left-radius: 0;
        border-top-right-radius: 38px;
    }

    .section-3-bottom {
        border-bottom-left-radius: 0;
        padding: 20px 30px;
    }

    .section-3-right {
        width: 100%;
        border-top-right-radius: 0;
        border-bottom-left-radius: 38px;
    }

    .section-3-right img {
        border-top-right-radius: 0;
        border-bottom-left-radius: 38px;
    }


    .section-5 {
        display: block;
        padding-left: 50px;
    }

    .section-5-teks {
        width: 100%;
    }

    .section-5-gambar {
        display: block;
        width: 100%;
    }
}

@media (max-width: 810px) {
    .section-9 {
        display: block;
        height: fit-content;
    }

    .section-9-left {
        width: 100%;
        height: 200px;
        margin-bottom: 5px;
        text-align: center;
    }
}

@media (max-width: 800px) {
    .group-kontak {
        display: block;
    }

    .nde-top {
        margin-top: 20px !important;
    }

    .section-8-teks {
        padding: 0 30px 50px 30px !important;
    }

    .section-8-card {
        padding: 0 30px !important;
    }
}

@media (max-width: 768px) {
    .alamat {
        padding: 50px 20px;
    }

    /* .kontak {
        display: block;
    } */

    .k-1 {
        width: 100%;
    }

    .kontak-1 {
        width: 50%;
    }

    .kontak-1-md {
        width: 50%;
    }

    .k-2 {
        width: 100%;
        margin-top: 20px;
    }

    .syncore-group {
        margin-top: 20px;
        width: 100%;
    }

    .section-5 {
        padding: 0 30px;
    }

    .section-5-teks {
        padding: 30px;
    }
}

@media (max-width: 700px) {
    .section-7 img {
        width: 80%;
    }

    .section-7-group-teks {
        padding: 50px;
    }

    .section-7-teks {
        width: 100%;
        margin: 0;
    }

    .syncore-group-2 img {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .section-2-title p {
        font-size: 30px;
    }

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

    .section-2-box {
        margin: 20px 0;
    }
}

@media (max-width: 500px) {
    .section-7 img {
        width: 100%;
    }

    .section-7-group-teks {
        padding: 20px;
    }

    .section-7-teks {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 450px) {}

@media (max-width: 430px) {
    .kontak {
        padding: 30px 20px;
    }

    .section-5-gambar img {
        width: 100%;
    }

    .section-5 {
        padding: 0 15px;
    }

    .section-5-teks {
        padding: 30px 15px;
    }
}

@media (max-width: 400px) {
    .section-8-teks {
        padding: 0 15px 30px 15px !important;
    }

    .section-8-card {
        padding: 0 15px !important;
    }
}