/* Jobs Page Styles */
.jobsPage .jobsSection {
    width: 100%;
}
.jobsPage .jobsHead {
    background-color: var(--bg-white);
 
}
.jobsPage .jobsHead h1 {
    font-weight: 800;
    font-size: 36px;
    line-height: 43px;
    color: var(--text-heading-dark);
    padding-bottom: 14px;
    text-align: center;
}
.jobsPage .currentOPenings {
    padding: var(--space-2xl) 0 var(--space-4xl);
    width: 100%;
}
.jobsPage .jobDesc {
    font-weight: var(--font-medium);
    font-size: var(--text-base);
    line-height: 168%;
    text-align: center;
    color: var(--text-muted-blue);
    padding-bottom: 50px;
}
.jobsPage .jobDesc a {
    color: var(--primary-blue);
    text-decoration: underline;
}
.jobsPage .jobDesc a:hover {
    text-decoration: none;
}
.jobsPage .currentOPenings h2 {
    font-weight: var(--font-extra-bold);
    font-size: 34px;
    text-align: center;
    color: var(--text-heading-dark);
}
.jobsPage .openingWrapper {
    padding-top: var(--space-2xl);
    display: flex;
    column-gap: 27px;
    justify-content: center;
}
.jobsPage .openingCard {
    background-color: var(--bg-white);
    border: 1px solid rgba(76, 174, 255, 0.24);
    box-shadow: var(--shadow-md);
    border-radius: var(--radius-lg);
    padding: 62px var(--space-md) var(--space-xl);
    max-width: 30%;
    width: 100%;
    transition: var(--transition-fast);
}
.jobsPage .positionDetail p {
    font-weight: var(--font-extra-bold);
    font-size: var(--text-xl);
    line-height: 164.5%;
    color: var(--text-heading-dark);
    padding-bottom: 8px;
    text-align: center;
    text-transform: capitalize;
}
.jobsPage .positionDetail span {
    display: block;
    font-weight: var(--font-medium);
    font-size: var(--text-sm);
    line-height: 164.5%;
    text-align: center;
    color: var(--text-heading-dark);
}
.jobsPage .openingCard:hover {
    transform: scale(1.02);
}
.jobsPage .positionIcon {
    text-align: center;
}
@media (max-width: 767px) {
    .jobsPage .openingWrapper {
        flex-direction: column;
        align-items: center;
        gap: var(--space-md);
    }
    .jobsPage .openingCard {
        max-width: 414px;
    }
}
@media (max-width: 575px) {
    .jobsPage .jobsHead {
        padding: var(--space-2xl) 0 0;
    }
    .jobsPage .jobsHead h1 {
        font-size: 26px;
        line-height: var(--leading-normal);
    }
    .jobsPage .currentOPenings h2 {
        font-size: var(--text-2xl);
        line-height: var(--leading-normal);
    }
}
.positionIcon img{
  
    margin: 0 auto 20px;
 ;
}
/* Why Us Section */
.jobsPage .whyUs {
    padding: 56px 0;
    width: 100%;
    background-color: var(--bg-light-blue);
}
.jobsPage .whyUs h2 {
    font-weight: var(--font-extra-bold);
    font-size: 34px;
    text-align: center;
    color: var(--text-heading-dark);
    margin-bottom: 14px;
}
.jobsPage .whyUsDesc {
    font-weight: var(--font-medium);
    font-size: var(--text-lg);
    line-height: 164.5%;
    text-align: center;
    color: var(--text-muted-blue);
}
.jobsPage .whyUsWrapper {
    padding-top: var(--space-2xl);
    display: flex;
    flex-wrap: wrap;
    row-gap: 46px;
    justify-content: center;
    column-gap: var(--space-4xl);
}
.jobsPage .whyUsCard {
    display: flex;
    justify-content: center;
    max-width: 28%;
    width: 100%;
    column-gap: 18px;
}
.jobsPage .whyus-Text p {
    font-weight: var(--font-extra-bold);
    font-size: var(--text-lg);
    line-height: 108.5%;
    color: var(--text-heading-dark);
    padding-bottom: var(--space-sm);
}
.jobsPage .whyus-Text span {
    font-weight: var(--font-medium);
    font-size: var(--text-base);
    line-height: 164.5%;
    color: var(--text-muted-blue);
}
@media (max-width: 767px) {
    .jobsPage .whyUsWrapper {
        row-gap: var(--space-lg);
        column-gap: var(--space-2xl);
    }
    .jobsPage .whyUsCard {
        max-width: 43%;
    }
}
@media (max-width: 575px) {
    .jobsPage .whyUs h2 {
        font-size: var(--text-2xl);
        line-height: var(--leading-normal);
    }
    .jobsPage .whyUsDesc {
        font-size: var(--text-base);
    }
    .jobsPage .whyUsCard {
        justify-content: flex-start;
        max-width: 100%;
    }
}

/* Join Team / Form Section */
.jobsPage .joinTeam {
    width: 100%;
    padding: var(--space-4xl) 0;
}
.jobsPage .joinTeam .joinTeamHead {
    font-weight: var(--font-extra-bold);
    font-size: 34px;
    text-align: center;
    color: var(--text-heading-dark);
    max-width: 954px;
    width: 100%;
    margin: 0 auto;
}
.jobsPage .formWrapper {
    padding-top: var(--space-2xl);
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
}
.jobsPage .formWrapper form {
    width: 100%;
}
.jobsPage .myerror {
    margin-bottom: var(--text-base);
}
.jobsPage .gb_inputGroup {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    transition: var(--transition-normal);
}
.jobsPage .error-message {
    font-size: var(--text-xs);
    line-height: 21px;
    letter-spacing: -0.008em;
    color: var(--error);
    position: relative;
    margin-left: 5px;
}
.myerror .gb_inputGroup .err {
    border: 1px solid var(--error);
    border-radius: 8px;
}
.errSelect {
    border: 1px solid var(--error);
    border-radius: 8px;
}

/* File Upload Styles */
.jobsPage .uploadCv {
    margin: var(--text-base) 0;
    display: flex;
    width: 100%;
    align-items: center;
    column-gap: var(--text-xs);
    position: relative;
}
.jobsPage .uploadCv input[type='file'] {
    opacity: 0;
    position: absolute;
    width: 125px;
    left: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
}
.jobsPage .uploadCv .custom-file-upload {
    max-width: 125px;
    width: 100%;
    display: block;
    cursor: pointer;
    background-color: #ebebeb;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    padding: 2px 0;
    font-size: var(--text-sm);
    line-height: 24px;
    color: var(--text-secondary);
    text-align: center;
}
.jobsPage .uploadFiles .file-name {
    font-size: var(--text-xs);
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    color: var(--text-gray);
}
.jobsPage .uploadCoverLetter {
    display: flex;
    width: 100%;
    align-items: center;
    column-gap: var(--text-xs);
    position: relative;
}
.jobsPage .uploadCoverLetter input[type='file'] {
    opacity: 0;
    position: absolute;
    width: 150px;
    left: 0;
    top: 0;
    cursor: pointer;
    height: 100%;
}
.jobsPage .uploadCoverLetter .custom-file-upload {
    max-width: 150px;
    width: 100%;
    display: block;
    cursor: pointer;
    background-color: #ebebeb;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    padding: 2px 0;
    font-size: var(--text-sm);
    line-height: 24px;
    color: var(--text-secondary);
    text-align: center;
}
.jobsPage .uploadCoverLetter .file-name {
    font-size: var(--text-xs);
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    color: var(--text-gray);
}

/* Form Input Styles */
.jobsPage .gb_input {
    background-color: var(--bg-lighter-blue);
    border: 1px solid var(--border-lighter);
    border-radius: var(--radius-sm);
    height: 52px;
    padding: var(--space-sm) var(--text-base);
    outline: none;
}
.jobsPage .formWrapper .gb_inputGroup input:hover,
.jobsPage .formWrapper .gb_inputGroup select:hover,
.jobsPage .formWrapper .gb_inputGroup textarea:hover,
.jobsPage .formWrapper .gb_inputGroup input:focus,
.jobsPage .formWrapper .gb_inputGroup select:focus,
.jobsPage .formWrapper .gb_inputGroup textarea:focus {
    border: 2px solid var(--primary-blue-light);
}
.jobsPage .gb_inputGroup label {
    font-size: var(--text-normal);
    line-height: 16px;
    color: var(--text-muted);
    position: absolute;
    left: 13px;
    top: 50%;
    transition: var(--transition-normal);
    transform: translateY(-50%);
    min-width: 45px;
}
.jobsPage .gb_inputGroup .gb_input::placeholder {
    opacity: 0;
}
.jobsPage input[type='number']::-webkit-outer-spin-button,
.jobsPage input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.jobsPage .gb_inputGroup .gb_input:focus + .gb_inputLabel,
.jobsPage .gb_inputGroup .gb_input:not(:placeholder-shown) + .gb_inputLabel {
    top: 1px;
    background: var(--bg-white);
    display: inline-block;
    padding: 4px 4px;
    font-size: 12px;
}
.jobsPage .gb_inputGroup select {
    background: var(--bg-lighter-blue);
    border: 1px solid var(--border-lighter);
    border-radius: var(--radius-sm);
    height: 52px;
    padding: var(--space-sm) var(--text-base);
    padding-right: 40px;
    outline: none;
    cursor: pointer;
    font-size: var(--text-normal);
    color: var(--text-heading-dark);
}
.jobsPage .gb_inputGroup.select-group {
    position: relative;
}
.jobsPage .select-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.jobsPage .select-arrow svg {
    fill: var(--text-heading-dark);
    transition: transform 0.3s ease;
}
.jobsPage select#jobType:focus + .select-arrow svg {
    transform: rotate(180deg);
}
.jobsPage select#jobType {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.jobsPage select#jobType option[value=""][disabled] {
    color: var(--text-muted);
}
.jobsPage select#jobType:invalid,
.jobsPage select#jobType:required:invalid {
    color: var(--text-muted);
}
.jobsPage select#jobType option {
    background-color: var(--bg-white);
    color: var(--primary-blue-light);
    padding: 10px 16px;
    font-size: var(--text-normal);
}
.jobsPage select#jobType option:hover,
.jobsPage select#jobType option:checked {
    background-color: var(--primary-blue-light);
    color: var(--bg-white);
}

/* Submit Button */
.jobsPage button.submit {
    background: var(--primary-blue-light);
    border-radius: 3.526px;
    border: none;
    max-width: 337px;
    width: 100%;
    text-align: center;
    font-weight: var(--font-semi);
    font-size: var(--text-sm);
    line-height: 164.5%;
    color: var(--bg-white);
    padding: var(--space-xs) 0;
    outline: none;
    display: block;
    margin: 21px auto 0;
    cursor: pointer;
}
.jobsPage button.submit:hover {
    background-color: var(--primary-blue-hover);
}

/* Success Modal Overlay */
.jobsOverlay {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
}
.jobsMOdal {
    max-width: 430px;
    width: 100%;
    background-color: var(--bg-white);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: var(--space-xl) 0;
}
.jobsMOdal p {
    font-family: inherit;
    font-style: normal;
    font-weight: var(--font-medium);
    font-size: var(--text-2xl);
    line-height: 164.5%;
    text-align: center;
    color: var(--text-heading-dark);
}

/* Responsive Styles */
@media (max-width: 575px) {
    .jobsPage .joinTeam {
        padding: var(--space-2xl) 0;
    }
    .jobsPage .joinTeam .joinTeamHead {
        font-size: 27px;
    }
    .jobsPage .formWrapper {
        padding-top: var(--space-2xl);
        width: 100%;
        max-width: 730px;
        margin: 0 auto;
    }
    .jobsMOdal {
        max-width: 375px;
        width: 100%;
        background-color: var(--bg-white);
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: var(--space-xs) 0;
    }
    .jobsMOdal img {
        width: 150px;
        height: 150px;
    }
    .jobsMOdal p {
        font-family: inherit;
        font-style: normal;
        font-weight: var(--font-medium);
        font-size: 17px;
        line-height: 150.5%;
        text-align: center;
        color: var(--text-heading-dark);
    }
}
