body {
    background: #f5f5f7;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
}

.application-form {
    width: 1000px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    
    font-family: Arial, sans-serif;
    margin-top: 2%;
    margin-bottom: 2%;
    box-shadow: 0px 0px 8px 0px #e0e0e0; /* Adjust shadow size */
}

form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.input-field, .textarea-field, .file-upload {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    font-size: 1.3rem;
    background-color: white;
    border: 1px solid #f2f2f2;
}

.textarea-field {
    height: 80px;
    resize: none;
}

.form-label {
    font-size: 1.3rem;
    color: #333;
    margin-top: 10px;
}

.radio-options {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.radio-options label {
    font-size: 1.3rem;
    color: #333;
}

.file-upload {
    font-size: 1.2rem;
}

.submit-btn {
    width: 100px;
    padding: 10px;
    border: 1px solid #ff7542;
    background-color: #ff7542;
    color: white;
    border-radius: 5px; 
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s, color 0.3s;
}

.submit-btn:hover {
    background-color: #ff7542;
    border: 1px solid black;
    color: #fff;
}

.job-description {
    width: 1000px;
    padding: 10px;
    background-color: white;
    border-radius: 8px;
    justify-content: center;
    margin: auto 0;
    align-items: center;
    box-shadow: 0px 0px 8px 0px #e0e0e0; /* Adjust shadow size */
    
}

.job-description h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.job-description p {
    margin: 10px 0;
    line-height: 1.6;
    margin-left: 20px;
}

.job-description ul {
    list-style-type: disc;
    margin: 10px 0 10px 20px;
    margin-left: 20px;
}

.job-description .section-title {
    font-weight: bold;
    margin-left: 20px;
}
.job-description p:first-of-type {
    font-size: 2.2rem; /* Default size for larger screens */
}

@media (max-width: 768px) {
    .job-description p:first-of-type {
        font-size: 1.8rem; /* Smaller size for tablets */
    }
}

@media (max-width: 480px) {
    .job-description p:first-of-type {
        font-size: 1.5rem; /* Even smaller size for phones */
    }
}
.centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 58vh;
    margin-top: 3%;
}

.apply-btn {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    background-color: #ff7542;
    border: none;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    font-size: 1.3rem;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    float: right;
    width: 25%;
}
.application-btn{
    background-color: #4CAF50; /* Green background */
    color: white; /* White text color */
    font-size: 16px; /* Font size */
    padding: 10px 20px; /* Padding for the button */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s ease, transform 0.2s ease; /* Smooth hover effect */
}
.application-form h1{
    font-size:30px; 
}
.apply-btn:hover {
    background-color: #ff5722;
}
/* Responsive Styling */
@media (max-width: 768px) {
    .application-form, .job-description {
        width: 90%;
        margin: 0 auto;
        margin-top: 10px; /* Adjust the top margin for mobile */
        margin-bottom: 10px; /* Adjust the bottom margin for mobile */
    }

    .job-description p, .job-description ul {
        margin-left: 0;
    }

    .centered-container {
        padding: 0 10px;
    }

    .apply-btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .application-form, .job-description {
        width: 100%;
        padding: 10px;
        margin-top: 5px; /* Adjust the top margin for very small screens */
        margin-bottom: 5px; /* Adjust the bottom margin for very small screens */
    }

    .job-description {
        box-shadow: none;
    }

    .submit-btn {
        width: 100%;
    }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .job-description {
        font-size: 1rem; /* Smaller font for tablets and smaller screens */
        margin: 20px;
    }

    .job-description p, .job-description ul {
        font-size: 1rem; /* Ensure smaller font for paragraphs and list items */
    }

    .apply-btn {
        font-size: 0.9rem; /* Adjust button font size for mobile */
    }
}

@media (max-width: 480px) {
    .job-description {
        font-size: 0.9rem; /* Even smaller font for smaller mobile screens */
    }

    .job-description p, .job-description ul {
        font-size: 0.9rem; /* Ensure smaller font for paragraphs and list items */
    }

    .apply-btn {
        font-size: 0.8rem; /* Further adjust button font size for small screens */
    }
}
.application-form {
    width: 100%;
    max-width: 1000px; /* Limit the max-width for larger screens */
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    margin-top: 2%;
    margin-bottom: 2%;
    box-shadow: 0px 0px 8px 0px #e0e0e0; /* Adjust shadow size */
}

/* Tablet Devices (max-width: 768px) */
@media (max-width: 768px) {
    .application-form {
        padding: 15px;
        width: 90%; /* Make the form take up less width on tablets */
        max-width: 670px; /* Set a max-width to avoid it being too wide */
    }

    .application-form h1 {
        font-size: 26px; /* Adjust for tablets */
    }

    .input-field, .textarea-field, .file-upload {
        font-size: 1rem;
        padding: 10px; /* Ensure there's enough padding for form fields */
    }

    .submit-btn {
        font-size: 1rem;
        padding: 12px; /* Increase padding for submit button */
    }
}

/* Mobile Devices (max-width: 480px) */
@media (max-width: 480px) {
    .application-form {
        padding: 10px;
        width: 90%; /* Reduce width on mobile devices */
        max-width: 470px; /* Further reduce the max-width for smaller devices */
    }

    .application-form h1 {
        font-size: 22px; /* Adjust for small screens */
    }

    .input-field, .textarea-field, .file-upload {
        font-size: 0.9rem;
        padding: 8px; /* Ensure padding for input fields */
    }

    .submit-btn {
        font-size: 1rem;
        padding: 10px; /* Increase padding for small buttons */
    }
}
.box {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 1150px;
    margin: 0 auto;
    background-image: url('../images/Corporate.mp4');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 20px;
}

.mypelajar-video {
    width: 100%;
    border-radius: 15px;
}
