.hero {
    background: linear-gradient(
            180deg,
            rgba(39, 42, 92, 1) 0%,
            rgba(18, 18, 18, 0.5438550420168067) 100%
        ),
        url(https://images.pexels.com/photos/1245055/pexels-photo-1245055.jpeg)
            center center / cover no-repeat;
    min-height: 800px;
}

.container-content-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    flex-direction: column;
    gap: 100px;
}

.mesin-update {
    background-color: #f0f5f8;
}

.gallery-card {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 40px;
    margin-top: 40px;
    justify-content: center;
}

.card-mesin-update {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 40px;
    margin-top: 40px;
    justify-content: center;
}

.card-job-portal {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 40px;
    margin-top: 40px;
    justify-content: center;
}

.gallery-canva {
    max-width: 460px;
    max-height: 300px;
}

.card-custom-mesin-update {
    display: flex;
    gap: 10px;
    flex-direction: row;
}

.exp-date-mesin-update {
    font-size: 14px;
}

.card-title-mesin-update {
    margin-top: 0;
    margin-bottom: 10px;
}

.card-body-mesin-update {
    max-width: 250px;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.canvas-img-card-mesin-update {
    max-width: 250px;
    max-height: 350px;
    width: 50vw;
    height: 80vh;
}

.gallery-img {
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.search-container {
    gap: 20px;
    margin: 20px 0px;
    display: flex;
}

.head-hero {
    font-size: 52px;
    color: white;
    text-align: center;
}

.title-hero {
    font-size: 24px;
    color: white;
    text-align: center;
}

.header-logo {
    width: 175px;
    height: 150px;
    margin: 40px 0;
}

.alternative-button {
    background-color: rgba(240, 245, 248, 0.8);
    padding: 20px;
    border-radius: 100px;
    justify-content: space-between;
    display: flex;
    min-width: 400px;
}

.bubble-hero {
    background-color: #9dbbff;
    padding: 16px;
    border-radius: 100px;
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    width: 80px;
    transition: width 0.3s;
    user-select: none;
}

.bubble-hero:hover {
    width: 140px;
}

.text-bubble {
    margin: 0;
    max-width: 50px;
    text-align: center;
    color: black;
    font-size: 14px;
    overflow: hidden;
}

.form-section {
    background: linear-gradient(
            90deg,
            rgba(0, 0, 0, 1) 0%,
            rgba(18, 18, 18, 0.6110819327731092) 100%
        ),
        url(https://images.pexels.com/photos/1245055/pexels-photo-1245055.jpeg)
            center center / cover no-repeat;
    min-height: 800px;
    padding: 40px 0px;
}

.tab-custom {
    background-color: #424242;
    border: 1px solid white;
    padding: 20px 200px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.tab-custom:hover {
    background-color: #6d6d6d;
}

.tab-active {
    background-color: #6d6d6d;
}

.kirim-update {
    display: flex;
}

.head-kirim-update {
    color: white;
    font-size: 32px;
    margin: 0;
}

.title-kirim-update {
    color: white;
    font-size: 24px;
    margin: 0;
}

.kirim-update {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    justify-content: center;
    align-items: center;
    min-width: 100%;
}

.kirim-lowongan {
    display: none;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.head-tutorial {
    font-size: 16px;
    color: white;
    font-weight: 400;
    text-align: center;
}

.link-tutorial {
    color: white;
    font-weight: 600;
}

.link-tutorial:hover {
    text-decoration: underline;
}

.form-kirim-update {
    display: flex;
    max-width: 80%;
}

.form-kirim-lowongan {
    display: flex;
    width: 94%;
}

.column-right-lowongan,
.column-left-lowongan {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.title-pengajuan {
    color: white;
    fonot-size: 24px;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
}

.title-pengajuan:hover {
    text-decoration: underline;
}

.active > .page-link {
    background-color: #a30d04;
    border: 0;
}

.active > .page-link:hover {
    background-color: #a30d04;
    border: 0;
    color: white;
}

.page-link {
    border: 0;
    color: black;
}

.page-link:focus {
    border: 0;
    color: #a30d04;
    box-shadow: none;
}

.page-link:hover {
    border: 0;
    color: #a30d04;
}

.icon-section {
    max-width: 45px;
    max-height: 45px;
}

.left-kirim-update {
    display: flex;
    flex-direction: column;
}

.text-tab {
    margin: 0;
}

@media (max-width: 1200px) {
    .card-body-mesin-update {
        min-width: 180px;
    }

    .card-job-portal {
        grid-template-columns: repeat(1, auto);
    }
}

@media (max-width: 1000px) {
    .left-kirim-update {
        display: none;
    }

    #form-kirim-update {
        max-width: 100% !important;
    }

    .kirim-update {
        grid-template-columns: repeat(1, 100%);
    }

    .container-tab {
        max-width: 100%;
    }

    .tab-custom {
        padding: 20px 150px;
    }
}

/* Medium */
@media (max-width: 767.98px) {
    .head-hero {
        font-size: 18px;
    }

    .card-body-mesin-update {
        min-width: 150px;
    }

    .tab-custom {
        padding: 20px 50px;
        font-size: 12px;
    }

    .container-content-hero {
        padding: 0 20px;
    }

    .title-hero {
        font-size: 16px;
    }

    .alternative-button {
        background: none;
    }

    .bubble-hero {
        flex-direction: column;
        border-radius: 35px;
        width: 100px;
    }

    .bubble-hero:hover {
        width: 100px;
    }

    .gallery-card {
        grid-template-columns: repeat(2, auto);
        gap: 20px;
    }

    .card-mesin-update {
        grid-template-columns: repeat(2, auto);
        gap: 20px;
    }

    #form-kirim-lowongan {
        flex-direction: column;
        width: 100% !important;
    }

    .column-left-lowongan,
    .column-right-lowongan {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .tab-custom {
        padding: 20px 20px;
        font-size: 12px;
        width: 100%;
    }
    .alternative-button {
        max-width: 400px;
        min-width: fit-content;
        gap: 10px;
    }

    .canvas-img-card-mesin-update {
        max-width: 150px;
        max-height: 250px;
    }

    .container-tab {
        min-width: 100%;
        justify-content: center;
        align-items: center;
    }

    .card-mesin-update {
        grid-template-columns: repeat(1, auto);
        gap: 20px;
    }

    .card-job-portal {
        grid-template-columns: repeat(1, auto);
        gap: 20px;
    }

    .search-container {
        display: none;
    }
}
