
.background {
    background-image: url('../../../img/astrika/careers/hand.png');

    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.container-careers {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3vw;
    text-align: left;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
    position: absolute;
    width: 50%;
    top: 30%;
    /*margin-right: 20vw;*/
    max-width: 70%;
    top: 30%;
}


.container-careers h1 {
    font-size: clamp(3rem, 4vw, 5rem);
    margin-bottom: 10px;
    text-align: left;
    padding-left: 4vh;
}

.container-careers p {
    text-align: left;
    padding-left: 4vh;
    font-size: clamp(1rem, 1vw, 3rem);

}

.gr-box {
    background-color: #f9f9f9;
    background-size: cover;
    background-position: center;
    /*position: absolute;
    top:90%;*/
    top: auto;
    height: auto;
    width: 100%;
    padding: 4vh;
}

.background-2 p{
    font-size: clamp(60px, 3vw, 70px);
    color: black;
    padding-left: 5vh;
    font-weight: lighter;
}


.desc {
    font-size: 3vh;
    text-align: justify;
    color: black;
    font-weight: lighter;
}

.wh-box {
    background-color: transparent;
    background-size: cover;
    background-position: center;
    /*position: absolute;
    top:90%;*/
    top: auto;
    height: 80vh;
    width: 100%;
}
.wh-box-child {
    padding: 4vh;
}


.background-3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100px;
    padding: 0 20px;
    /*position: absolute;
    bottom: 65%;
    left: 10%; */
    top: auto;
    font-size: 32px;
    color: #154203;
}

.job{
    padding-left: 10vh;

}

.job-container {
    display: flex;
    flex-direction: column;
    /*align-items: flex-start;*/
    /*margin-left: 10vw;*/

    gap: 8px; /* Space between job title and job info */
}
.job-title {
    font-size: clamp(30px, 1vw, 50px);
    font-weight: normal;
    color: #333;

}

.job-info {
    display: flex;
    gap: 10px;
}

.job-location, .job-type {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;

    color: #555;
}


.dropdown-icon {
    font-size: 18px;
    color: #555;
    margin-top: -5vh;
    margin-left: 60vw;
}

.apply-btn-container {
    margin-left: auto;
    margin-top: -5vh;
}

.apply-btn {
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: white;
    cursor: pointer;
    color: #333;
    margin-right: 10vw;
}

.apply-btn:hover {
    background-color: #f0f0f0;
}

.job-container-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*margin-left: 10vw;*/
    gap: 8px; /* Space between job title and job info */
}

.job-title-2 {
    font-size: clamp(30px, 1vw, 50px);
    font-weight: normal;
    margin-top: 1vh;
    color: #333;

}

.job-info-2 {
    display: flex;
    gap: 10px;
}

.job-location-2, .job-type-2 {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    color: #555;
}


.dropdown-icon-2 {
    font-size: 18px;
    color: #555;
    margin-top: -5vh;
    margin-left: 60vw;
}

.apply-btn-container-2 {
    margin-left: auto;
    margin-top: -5vh;
}

.apply-btn-2 {
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: white;
    cursor: pointer;
    color: #333;
    margin-right: 10vw;
}

.apply-btn-2:hover {
    background-color: #f0f0f0;
}

.job-desc {
    max-width: 60%;
    color: #000;
    margin-top: 3vh;
    margin-left: 3rem;
    font-size: 14px;
    max-width: 60%;
    display: none; /* Initially hidden */
}

.job-desc.show {
    display: block; /* Show when the 'show' class is added */
}

.horizontal-line {
    /*position: absolute;
    left: 0; */
    width: 65vw;
    border-top: 0px solid black;
    margin-top: 1vh;
}

.job-container-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*margin-left: 10vw;*/
    gap: 8px; /* Space between job title and job info */
}

.job-title-3 {
    font-size: clamp(30px, 1vw, 50px);
    font-weight: normal;
    margin-top: 1vh;
    color: #333;
}

.job-info-3 {
    display: flex;
    gap: 10px;
}

.job-location-3, .job-type-3 {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    color: #555;
}


.dropdown-icon-3 {
    font-size: 18px;
    color: #555;
    margin-top: -5vh;
    margin-left: 60vw;
}

.apply-btn-container-3 {
    margin-left: auto;
    margin-top: -5vh;
}

.apply-btn-3 {
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: white;
    cursor: pointer;
    color: #333;
    margin-right: 10vw;
}

.apply-btn-3:hover {
    background-color: #f0f0f0;
}

/* .gr-box-2 {
    background-color: #f9f9f9;
    background-size: cover;
    background-position: center;
    margin-top:1vh;
    height: 80vh;
    width: 100%;
} */

.gr-box-2 {
    background-color: #f9f9f9;
    /*padding: 4vh;*/
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Grid responsif */
    /*gap: 20px; !* Jarak antar elemen *!*/
    box-sizing: border-box;
    align-items: start;
    text-align: left;
}

.background-4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100px;
    padding: 0 20px;
    /*position: absolute;
    bottom: 65%;
    left: 10%; */
    top: auto;
    font-size: 32px;
    color: #000;
}

/* Container styling */
.benefit-container {
    display: flex; /* Menggunakan Flexbox */
    flex-wrap: wrap; /* Elemen dapat berpindah ke baris berikutnya jika ruang tidak cukup */
    justify-content: center; /* Elemen rata tengah */
    gap: 20px; /* Jarak antar elemen */
}

.benefit-card {
    display: flex; /* Aktifkan Flexbox untuk tata letak */
    flex: 1 1 calc(25% - 20px); /* Setiap kartu menggunakan 25% lebar dengan jarak */
    max-width: calc(25% - 20px); /* Maksimal lebar setiap kartu */
    min-height: 600px;
    flex-direction: column; /* Mengatur elemen di dalam secara vertikal */
    align-items: center; /* Pusatkan elemen secara horizontal */
    text-align: center; /* Teks di dalam berada di tengah */
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1); /* Opsional: Tambahkan bayangan */
    padding: 3vw; /* Tambahkan ruang di dalam kartu */
    border-radius: 8px; /* Tambahkan sudut melengkung */
    transition: transform 0.3s ease; /* Transisi saat hover (opsional) */
    position: relative; /* Pastikan properti posisi relatif diterapkan */
    box-sizing: border-box; /* Pastikan padding dihitung di dalam dimensi elemen */
    justify-content: center;

}


/* Icon styling */
.benefit-icon {
    width: 150px;
    height: 150px;
    margin-bottom: 50px;
}

/* Title styling */
.benefit-title {
    font-size: clamp(30px, 1vw, 50px);
    font-weight: bold;
    color: #154203; /* Green color */
    margin: 10px 0;

}

/* Description styling */
.benefit-description {
    font-size: clamp(20px, 0.5vw, 20px);
    color: #666;
    margin-bottom: 0;
    padding-bottom: 0;
    justify-content: center;
    text-align: center;
    align-content: center;
    align-items: center;
    line-height: 1.5;
}


.footer {
    background-color: #fff;
    padding: 40px;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
    /*width: 100%;*/
    /*position: relative;*/
}


.img-footer {
    /*margin-bottom: 20px;*/
}

.subscribe-container {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    max-width: 300px;
}

.subscribe-container input[type="email"] {
    border: none;
    padding: 10px;
    flex: 1;
    font-size: 14px;
}

.subscribe-container button {
    background-color: #2d4b1a;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
}

.footer h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

.footer a, .footer p {
    color: #00000080;
    text-decoration: none;
    font-size: 14px;
    margin: 5px 0;
    display: block;
}

.footer a:hover {
    color: darkgray;
}

.terms {
    margin-top: 10px;
}

.horizontal-line-footer {
    border-top: 1px solid #ccc;
    width: 205%; /* Spans across both columns */
    margin: 20px 0;
}

.footer-social {
    display: flex;
    /*align-items: center;*/
    /*position: absolute;*/
    /*bottom: 60px;*/
    /*right: 20px;*/
}

.footer-social a {
    margin-right: 25px; /* Adjust this value to control the spacing */
}

.footer-social a:last-child {
    margin-right: 0; /* Remove margin from the last icon */
}

.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #00c853; /* Green color */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.floating-button:hover {
    transform: scale(1.1); /* Slight zoom on hover */
}

/* Icon inside the button */
.floating-button i {
    color: white;
    font-size: 24px;
}
