.hero-visi-misi {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
}
.hero-visi-misi-long {
    width: 100%;
    height: 130vh;
    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; 
}
.hero-visi-misi-long .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;
}
/* Extra small phones (≤ 320px) */
@media (max-width: 320px) {
  .hero-visi-misi {
    height: 180vh !important;
  }
}

/* Small phones (321px – 375px) */
@media (min-width: 321px) and (max-width: 375px) {
  .hero-visi-misi {
    height: 170vh !important;
  }
}

/* Medium phones (376px – 414px) */
@media (min-width: 376px) and (max-width: 414px) {
  .hero-visi-misi {
    height: 160vh !important;
  }
}

/* Large phones (415px – 480px) */
@media (min-width: 415px) and (max-width: 480px) {
  .hero-visi-misi {
    height: 150vh !important;
  }
}

/* Small tablets (481px – 600px) */
@media (min-width: 481px) and (max-width: 600px) {
  .hero-visi-misi {
    height: 140vh !important;
  }
}

/* Tablets (601px – 767px) */
@media (min-width: 601px) and (max-width: 767px) {
  .hero-visi-misi {
    height: 130vh !important;
  }
}

@media (max-width: 768px) {
    .hero-visi-misi-long {
        height: 135vh !important;
    }
    .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;
    }
}
