.hero-jlm-s-pop {
    width: 100%;
    height: 300px;
    background: url(../../bg-visi-misi.png) top center no-repeat;
    background-size: cover;
}

#keyword.form-control {
    border-right: none !important;
}

.input-group-text-custom.input-group-text-custom {
    background-color: white !important;
    border-left: none !important;
}

.card-custom {
    background-color: #ebebeb;
    border-radius: 20px;
}

.card-custom h5 {
    font-size: 13px;
}

.card-custom h1 {
    font-size: 18px;
    font-weight: 700;
}

.card-custom p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.bg-jlm {
    background-color: #1f1b5c;
    color: white;
    font-weight: 400;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.bg-jlm:hover {
    color: #ebebeb;
    font-weight: 700;
}

.btn-jlm {
    background-color: #0050D4;
    color: white;
}

.page-link {
    color: #1f1b5c !important;
}

.active > .page-link,
.page-link.active {
    color: white !important;
    background-color: #1f1b5c !important;
    border-color: #1f1b5c !important;
}

.hero-jlm-s-pop {
    width: 100%;
    height: 300px;
    background: url(../../bg-visi-misi.png) top center no-repeat;
    background-size: cover;
}

#keyword.form-control {
    border-right: none !important;
}

.input-group-text-custom.input-group-text-custom {
    background-color: white !important;
    border-left: none !important;
}

.page-link {
    color: #1f1b5c !important;
}

.active > .page-link,
.page-link.active {
    color: white !important;
    background-color: #1f1b5c !important;
    border-color: #1f1b5c !important;
}

.card-news-wraper .card {
    border-radius: 10px;
    border: 1px solid #b6b6b6;
    background: white;
    min-height: 350px;  /* Ubah jadi lebih pendek */
    max-height: 350px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.card-news-body {
    min-height: 320px !important;
    max-height: 320px !important;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), 
                box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1); /* shadow normal */
    border-radius: 10px;
}

.card-news-body:hover {
    transform: translateY(-10px) scale(1.03); /* lebih naik & membesar sedikit */
    box-shadow: 0 15px 30px rgba(0,0,0,0.25); /* bayangan lebih soft */
    border: 1px solid rgba(0,123,255,0.3); /* garis biru muda tipis */
}

.card-news-body img {
    height: 160px !important; /* Tinggi gambar diperkecil */
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.card-news-body h5 {
    font-size: 14px;
    line-height: 20px;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.card-news-body p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    max-height: 54px; /* Batasi max tinggi deskripsi */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Deskripsi max 3 baris */
    -webkit-box-orient: vertical;
}

#news h1 {
    font-size: 26px;
    font-weight: 700;
}

.btn-jlm {
    background-color: #0050D4;
    color: white;
}

h1#title_news {
    font-size: 36px;
}

.hero-visi-misi {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
}

.hero-visi-misi .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none; 
}

.content-about {
    padding-top: 30px;
    padding-bottom: 30px;
}

.content-about .logo-netvolve {
    font-size: 2rem;
    font-weight: 700;
}

.content-about p {
    font-size: 1rem;
    line-height: 1.8;
    color: #fff;
}


.text-misi {
    font-size: 1.1rem;
}

#visi-misi {
    background: #000041; /* Atau sesuai desain */
    color: white;
}
.bg-biru {
    background: #000041; /* Atau sesuai desain */
    color: white;
}


.list-produk {
    margin-top: 30px;
}

.banner-visimisi {
    width: 100%;
    height: auto;
    max-height: 250px; /* Batasi tinggi maksimal jika perlu */
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* margin-bottom: 2rem; */
}
.section-title {
    width: 320px;
    max-width: 100%;
}

.icon-box {
    width: 140px;
    margin-bottom: 30px;
    text-align: center;
}

.icon-box img {
    width: 100%;
    max-width: 130px;
    height: auto;
    object-fit: contain;
}


@media (max-width: 768px) {

    .content-about .logo-netvolve {
        margin: 2rem !important;
    }

    .content-about p {
        margin: 2rem !important;
    }
    .banner-visimisi {
        max-height: 70px;
        /* margin-bottom: 1.5rem; */
    }

    .padding-side{
        padding-left : 30px;
        padding-right : 30px;
    }

    .title-visimisi{
        text-align: center;
    }
    .desc-company{
        text-align: center;
    }
    .desc-visi{
        text-align: center;
    }
}
.custom-list {
    list-style: none;
    padding: 0;
}
.custom-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    text-align: justify;
}
.custom-list li::before {
    content: '●';
    position: absolute;
    left: 0;
    color: rgba(255,255,255,0.8); /* Putih transparan */
    font-size: 18px;
    line-height: 1;
}