.job_page .first-intro {
    height: 100vh;
    position: relative;
}

.job_page .component {
    text-align: center;
    max-width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.job_page .component h1 {
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 23px;
}

.job_page .component p {
    position: relative;
    top: 8vh;
    font-size: 14px;
}

.job_page .career-second-component {
    height: auto;
    padding: 0 15vw;
    gap: 5vh;
}

.job_page .career-second-component h3 {
    font-weight: 600;
    margin-bottom: 5vh;
}

.job_page .link-section {
    height: 27vh;
    width: 100%;
}

.job_page .inner-link-section {
    height: 100%;
    margin-top: 6vh;
}

.job_page .inner-link-section a {
    border: 2px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 6vh;
    text-decoration: none;
    color: black;
}

.job_page .link-section a:hover {
    color: black;
}

.job_page .inner-link-section p {
    width: 70%;
}

.job_page .job-second-component {
    padding: 0 10vw;
    width: 100%;
    margin-bottom: 15em;
}

.job_page .job-second-component h1 {
    font-weight: 600;
    margin-bottom: 5vh;
}

.job_page .career-dropdown {
    width: 100%;
    height: auto;
    position: relative;
    top: 10vh;
    display: flex;
    justify-content: space-between;
}

.job_page .career-drop {
    height: 100%;
    width: 22.5%;
}

.job_page .career-drop label {
    font-weight: 500;
}


/* --------------custom-dropdown-start----------- */

/* Adjustments for the Select2 container */
.job_page .select2-container .select2-selection--single {
    border: 1px solid #1e1e1e !important;
    border-radius: 0 !important;
    height: 40px !important;
    padding: 6px;
}

/* Adjustments for the Select2 dropdown arrow */
.job_page .select2-container .select2-selection--single .select2-selection__arrow {
    background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat left bottom;
    background-size: 1em 1em;
}

.job_page .select2-container .select2-selection--single .select2-selection__arrow b {
    display: none;
    /* Hide default arrow */
}

/* Adjustments for the Select2 dropdown options */
.job_page .select2-container--default .select2-results>.select2-results__options {
    border-radius: 0 !important;
}

/* Remove border from the search bar */
.job_page .select2-search--dropdown .select2-search__field {
    border: none !important;
    width: 100% !important;
    outline: none;
    margin-left: 12%;
    border-left: 1px solid black !important;
    height: 25px;
}

.job_page .select2-container .select2-search--dropdown {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1012 1012"><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"/></svg>') no-repeat center;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    margin: 0 6px;
    background-position-y: 10px;
    width: 83% !important;
    /* Adjust width as needed */
}

.job_page .select2-container--open .select2-dropdown--below {
    border: 1px solid #1e1e1e !important;
    border-radius: 0px;
    top: 15px;
}

.job_page .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 24px !important;
}

/* ----------------custom-dropdown-end------------------------------------ */

.job_page .form-submition {
    padding: 0 10vw;
}

.job_page .contact-form {
    position: relative;
    padding: 0 .5vw;
    width: 45%;
    padding-top: 6vh !important;
    gap: 2.5vh;
    display: flex !important;
    flex-direction: column;
}

.job_page .contact-form h4 {
    margin-bottom: 3vh;
    font-size: 15px;
}

.job_page .form-group label {
    margin-bottom: 1.5vh;
    font-size: 14px;
}
.job_page .custom-submit-btn {
    background: #000;
    border: none;
    color: #fff;
    padding: 9px 10px;
    border-radius: 25px;
    margin-top: 20px;
    width: 125px;
    display: inline-block;
    font-size: 14px;
}

.job_page .btn-file {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30% !important;
    position: relative;
    overflow: hidden;
    border: 1px solid black !important;
    border-radius: 0px !important;
    padding: .7vh 2.5vh !important;
    margin-top: 3vh !important;
    transition: .2s;
}
.job_page .btn-file:hover{
    background-color: #D9D9D9E5;
}

.job_page .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 1rem;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
    display: block;
}

.job_page .file-btn-main-lable{
    font-weight: 500;
    font-size: 1.3rem;
}
.job_page .custom-input {
    border: none;
    outline: none;
    border-bottom: 2px solid black;
    width: 100% !important;
}

.job_page input::-webkit-outer-spin-button,
.job_page input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.job_page input[type=number] {
    -moz-appearance: textfield;
}

.job_page .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}

.job_page input#phone_country_code {
    display: none;
}
.job_page input#phone_number {
    padding-left: 47px;
}
.job_page .iti.iti--allow-dropdown {
    display: inline-block;
    float: left;
    width: auto;
    bottom: -42px;
    left: -8px;
}
.job_page .form-group small {
    display: inline-block;
    width: 100%;
    margin-top: 7px;
    font-size: 11px;
}
.select2-results__option,
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered
{
    font-size: 14px;
}
.file-btn {
    font-size: 14px;
}