.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 h1 {
    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;
    color: white;
}

.card-custom {
    background: url("../../bg-visi-misi-product-service.png") top left no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 40px 100px;
    transition: 0.3s;
}

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

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

.banner-visimisi {
    width: 100%;
    height: auto;
    max-height: 250px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

/* RESPONSIVE */
@media (max-width: 768px) {
    .img-ourteams {
    position: relative !important;
    object-fit: cover !important;
}
    .card-custom {
        padding: 30px;
    }

    .content-about h1,
    .content-about p {
        margin: 2rem !important;
    }

    .banner-visimisi {
        max-height: 70px;
    }

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

    .title-visimisi,
    .desc-company,
    .desc-visi {
        text-align: center;
    }
}

/* ===== OUR TEAMS ===== */
#our-teams {
    width: 100%;
    min-height: 100vh;
}

.title-ourteams {
    font-size: 2rem;
    font-weight: 700;
}

.desc-ourteams {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.title-career {
    font-size: 1.5rem;
    margin-top: 2rem;
}

.list-career {
    list-style: none;
    padding: 0;
    font-size: 1rem;
}

.list-career li {
    position: relative;
    margin-bottom: 0.5rem;
    cursor: pointer;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    transition: background 0.3s;
}

.list-career li:hover {
    background-color: #00C9C8;
    color: white !important;
    border-radius: 8px;

}

.dropdown-legal {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: lightgrey;
    min-width: 180px;
    padding: 0;
    margin-left:2rem ;
    margin-top: 2px;
    border-radius: 8px;
    z-index: 10;
}

.list-career li.has-dropdown:hover > .dropdown-legal {
    display: block;
    
}

.dropdown-legal li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dropdown-legal li a {
    display: block;
    padding: 0.4rem 1rem;
    color: black;
    text-decoration: none;
    transition: background 0.3s;
    
}

.dropdown-legal li a:hover {
    background: rgba(255, 255, 255, 0.2);
    color: white;

}

/* IMG Our Teams: full stretch */   
.img-ourteams {
    position: absolute;
    top: 0 !important;
    right: 0;
    bottom: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
