* {
    /* border: 1px solid red; */
}

.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-media_library-wraper .card {
    border-radius: 20px;
    border: 1px solid #b6b6b6;
    background: white;
}

.card-media_library-body {
    min-height: 32em !important;
}

.card-media_library-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

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

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

.card-media_library-wraper iframe {
    width: 100%;
    min-height: 350px;
}

.card-media_library-wraper img {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.card-media_library-wraper h1 {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
}

.card-media_library-wraper p {
    width: 100%;
    font-size: 0.9rem;
    text-align: center;
    color: #787878;
}

.card-media-footer {
    background-color: #d9d9d9;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 0 10px;
}

.caption-image h1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0px;
}
.caption-image p {
    font-size: 0.8rem;
    font-weight: 400;
    color: white;
    margin-bottom: 0px;
}


.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;
}
.card-custom {
    background: url("../../bg-visi-misi-product-service.png") top left no-repeat;
    background-size: cover;
    min-height: auto;
    border-radius: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 100px;
    padding-right: 100px;
    transition: 0.3s;
}

.card-custom p {
    font-size: 1rem;
}

.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) {
    .card-custom {
        background: url("../../bg-visi-misi-product-service.png") top left
            no-repeat;
        background-size: cover;
        min-height: auto;
        border-radius: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
        transition: 0.3s;
    }
    
    .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;
}

.media-scroll-container {
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #888 #e0e0e0;
    }

    .media-scroll-container::-webkit-scrollbar {
        width: 10px;
    }

    .media-scroll-container::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 10px;
    }

    .media-scroll-container::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }
