/* Import Font */
body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}

/* Navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1e2a38;
    color: white;
    padding: 10px 30px;
}

.navbar h1 {
    margin: 0;
}

.navbar ul {
    list-style: none;
    padding: 0;
    display: flex;
}

.navbar ul li {
    margin: 0 15px;
}

.navbar ul li a {
    color: white;
    text-decoration: none;
}

/* Hero Section */
.hero {
    position: relative;
    background: url("/img/bg about.webp") center/cover no-repeat;
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(250, 241, 241);
    font-size: 30px;
    font-weight: bold;
}

.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7); /* Dark overlay */
    z-index: 2;
}
.overlay h2 {
    font-size: 50px;
    font-weight: bold;
}
.hero .overlay {
    position: relative;
    z-index: 3;
    text-align: center;
}

/* Langkah Prakerin */
.langkah {
    text-align: center;
    padding: 40px;
    color: #213555;
    font-size: 18px;
}

.description {
    font-size: 15px;
    margin-bottom: 15px;
    color: #213555;
    padding: 3px;
}

.step:hover {
    transform: scale(1.1);
}

.steps {
    display: flex;
    justify-content: center;
    align-items: center;
}

.step {
    width: 15rem;
    height: 15rem;
    padding: 10px;
    background: white;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 11px;
}

.pp {
    font-size: 16px;
    margin-bottom: 5px;
    color: #213555;
    padding: 1px;
}

.step img {
    width: 40%;
    height: auto;
    padding: 1px;
}

.arrow {
    font-size: 50px;
    font-weight: bold;
    color: #4073d2;
}

.down {
    transform: rotate(90deg);
}



.arrow-left {
    font-size: 50px;
    font-weight: bold;
    color: #4073d2;
}

/* Import Font */
body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff; /* Latar belakang putih */
}

/* Section Tim Kami */
.tim-kami {
    background-color: #486284; /* Warna biru seperti di gambar */
    color: white;
    padding: 40px;
    text-align: center;
    border-radius: 40px;
    max-width: 80%;
    margin: 40px auto;
}

.des-tim {
    font-size: 16px;
    margin-bottom: 15px;
    color: #ffffff;
    padding: 3px;
    justify-items: content;
}

/* Grid Container */
.team-container {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-content: center;
    padding: 30px;
    flex-wrap: wrap;
}

#tim-bottom {
    margin-left: 100px;
}

/* Card Tim */


/* Profile Picture Placeholder */
.profile-pic {
    width: 140px;
    height: 140px;
    background-color: #aac5e1; /* Warna lingkaran profil */
    border-radius: 50%;
    margin: 0 auto 10px auto;
    object-fit: cover;
}

/* Nama dan Jobdesk */
.name {
    font-weight: 700;
    margin: 5px 0;
}

.jobdesk {
    font-weight: 300;
}

.icon-container img {
    width: 100px;
    margin-top: 20px;
    height: auto;
}

@media screen and (min-width: 1024px) {
    .hr-separator{
        display: none;
    }
    .team-member {
        background: white;
        color: black;
        padding: 20px;
        width: 30%;
        border-radius: 10px;
        text-align: center;
        align-items: center;
        font-weight: bold;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .hr-separator{
        display: none;
    }
    .team-container {
        display: flex;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        justify-content: center;

        flex-wrap: wrap;
    }
    .team-member {
        background: white;
        color: black;
        padding: 20px;
        width: 47%;
        border-radius: 10px;
        text-align: center;
        align-items: center;
        font-weight: bold;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
}
@media screen and (max-width: 550px) {
    .arrow-left {
        transform: rotate(90deg) !important;
    }
    .arrow {
        transform: rotate(90deg) !important;
    }
    .team-member {
        background: white;
        color: black;
        padding: 20px;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        align-items: center;
        font-weight: bold;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    .hr-separator{
        display: block;
    }
    .steps {
        flex-direction: column;
    }
    .step {
        width: 90%;
    }
    .arrow {
        font-size: 50px;
        font-weight: bold;
        color: #4073d2;
        transform: rotate(90deg);
    }
    .arrow-left {
        font-size: 50px;
        font-weight: bold;
        color: #4073d2;
        transform: rotate(270deg);
    }
    .team-container,
    .team-member-bottom-mobile {
        grid-template-columns: repeat(1, 1fr);
    }
    #tim-member-bottom {
        padding: 0;
        margin: 0;
    }

    #tim-bottom {
        margin: 0;
    }

    .team-member {
        grid-template-columns: repeat(1, 1fr);
        padding: 10px;
    }
    .team-container{
        padding:0px;
    }
}
