.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;
}
.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;
    }
}
