@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* prakerja css start */

.prakerja {
    flex-direction: column;
    font-family: "poppins";
    align-items: center;
}

.prakerja-word {
    justify-content: center;
    background: linear-gradient(90deg, #2758a7 0%, #0f2241 100%);
    width: 100%;
    padding: 34px 0px;
}

.prakerja-word h3 {
    color: #fff;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
}

.prakerja-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
}

.prakerja-banner img {
    width: 100%;
    height: 50% !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.prakerja-banner p {
    color: #fff;
    font-size: 30px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    position: absolute;
    width: 1000px;
    padding-left: 5rem;
    opacity: 0.75;
}

/* prakerja css end */

/* program css start */

.program {
    flex-direction: column;
    font-family: "poppins";
    align-items: center;
    margin-top: 4rem;
}

.program-word {
    background: linear-gradient(90deg, #2758a7 0%, #0f2241 100%);
    width: 100%;
    padding: 25px 0px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: Poppins;
    font-size: 67.6px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
}

/* .table {
    margin: 30px 70px 0px 70px;
} */

td {
    align-items: center;
    text-align: center;
    vertical-align: middle;
}

.detail-btn {
    display: inline-block !important;
    padding: 3px 20px !important;
    background-color: #2758a7 !important;
    color: white !important;
    text-decoration: none !important;
    border: none !important;
    border-radius: 100px !important;
    /* cursor: pointer; */
    /* margin: 2px !important; */
}

tbody tr {
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
}

td a:hover {
    background-color: #1d4587;
}

td:nth-child(2) {
    text-align: left;
}

.apply-btn {
    display: inline-block !important;
    padding: 3px 20px !important;
    background-color: #2758a7 !important;
    color: white !important;
    text-decoration: none !important;
    border: none !important;
    border-radius: 100px !important;
    /* cursor: pointer; */
    /* margin: 2px !important; */
}

.pagination {
    gap: 15px;
}

.active>.page-link,
.page-link.active {
    background-color: #2758a7 !important;
}

a.page-link {
    color: black;
    font-family: "Roboto";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    background-color: #d9d9d9;
    border-radius: 5px;
}

a.page-link:hover {
    background-color: #2758a7;
    color: white;
}

/* program css end */

/* FAQ Program Prakerja css start */

.faq-trainingprogram {
    flex-direction: column;
    font-family: "poppins";
    align-items: center;
}

.faq-trainingprogram .faq-word {
    align-items: center;
    justify-content: center;
    border-bottom: 5px solid black;
    width: 90%;
}

.faq-trainingprogram .faq-word h3 {
    color: #2758a7;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 2rem;
}

.faq-trainingprogram .faq-answer {
    display: none;
    background-color: #fff;
    padding: 10px;
    width: auto;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.faq-trainingprogram .faq-answer p {
    margin: 0;
    width: 950px;
}

.faq-trainingprogram .faq-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 3rem;
    gap: 10px;
}

.faq-trainingprogram .faq-list .faq-qa {
    display: flex;
    flex-direction: column;
    width: 70%;
    justify-content: center;
    gap: 5px;
}

.faq-trainingprogram .faq-list button {
    width: auto;
    text-align: left;
    padding: 10px 25px 10px 25px;
    border-radius: 5px;
    background-color: #efefef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.faq-trainingprogram .faq-list button img {
    transition: transform 0.3s ease;
}

.faq-trainingprogram .faq-list button.expanded img.down {
    transform: rotate(180deg);
}

/* FAQ Program Prakerja css end */

/* mari bergabung css start */

.bergabung {
    /* display: flex; */
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: "poppins";
}

.bergabung-word {
    width: 800px;
    flex-direction: column;
    justify-content: center;
    background-color: #d9d9d9;
    height: 335px;
}

.bergabung img {
    width: 500px;
}

.bergabung-word h3 {
    color: #2758a7;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin-left: 1rem;
}

.bergabung-word p {
    margin-left: 1rem;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

/* mari berbgabung css end */

/* Responsive */

@media (max-width: 858px) {
    .prakerja-banner p {
        width: auto;
        padding-left: 0;
        padding: 10px;
        font-size: 24px;
    }

    .bergabung img {
        display: none;
    }

    .bergabung-word h3 {
        text-align: center;
        padding-top: 15px;
    }

    .bergabung-word p {
        text-align: justify;
        padding: 15px;
    }

    .faq-trainingprogram .faq-list button {
        width: inherit;
    }

    .faq-trainingprogram .faq-answer p {
        width: auto;
        padding: 10px;
    }
}

/* Responsive End */
