.careers-hero-section {
    padding-top: 106px;
    padding-left: 25px;
    padding-right: 25px;
}

.careers-hero-content-container {
    background: linear-gradient(180deg, rgba(203, 233, 255, 0.5) 0%, rgba(255, 255, 255, 0) 72.62%);
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 20px 20px 0 0;
}

.careers-hero-content h1 {
    font-size: 64px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: -0.8px;
    color: #112954;
    margin: 0 0 40px 0;
    width: 100%;
}

.careers-hero-content p {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.24px;
    color: #374151;
    margin: 0 0 40px 0;
    width: 100%;
    max-width: 1034px;
}

.careers-hero-content .btn {
    margin-top: 0;
    width: fit-content;
}

/* Second Hero */
.careers-second-hero-images-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    mask: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
}

.careers-second-hero-images {
    display: flex;
    align-items: center;
    gap: 25px;
    will-change: transform;
}

.careers-second-hero-image-items {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 240px;
}

.careers-second-hero-image-items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 20px;
}

.careers-second-hero-content {
    padding-top: 60px;
}

.careers-second-hero-content-description {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.24px;
    color: #374151;
    margin: 0;
    width: 100%;
}

/* Why Join Us Section */
.why-join-us-section {
    padding-top: 100px;
    position: relative;
    z-index: 1;
}

.why-join-us-content-wrapper-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -0.64px;
    color: #112954;
    margin: 0;
    width: 100%;
}

.why-join-us-content-scrolling-slider {
    padding-top: 104px;
    padding-bottom: 104px;
    position: relative;
    /* overflow-x: hidden;
    overflow-y: visible; */
    width: 100%;
}

.why-join-us-content-scrolling-slider-items {
    display: flex;
    align-items: stretch;
    gap: 64px;
    will-change: transform;
    flex-wrap: nowrap;
    position: relative;
    left: 0;
}

.why-join-us-content-scrolling-slider-item {
    position: relative;
    max-width: 380px;
    min-width: 380px;
    width: 380px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.why-join-us-content-scrolling-slider-item-content {
    border-left: 2px solid;
    border-image: linear-gradient(180deg, #F4FAFF 0%, #25A3FF 50%, #F4FAFF 100%) 1;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.why-join-us-content-scrolling-slider-item-content h3 {
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.26px;
    color: #111030;
    margin: 0 0 16px 0;
}

.why-join-us-content-scrolling-slider-item-content img {
    width: 100%;
    height: 227.5px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 12px;
    margin-bottom: 16px;
}

.why-join-us-content-scrolling-slider-item-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #6B7280;
    margin: 0;
}

.why-join-us-content-scrolling-slider-item .feature-icon-wrapper {
    top: -44px;
    left: -16px;
}

/* Career Open Positions Section */
.career-open-positions-section {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 100px;
}

.career-open-positions-section-background {
    position: relative;
    border-radius: 12px;
    padding-top: 75px;
    padding-bottom: 75px;
    background: transparent;
}

.career-open-positions-section-background::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(180deg, #25A3FF 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    z-index: 0;
}


.career-open-positions-content-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -0.64px;
    color: #112954;
    margin: 0 0 24px 0;
    width: 100%;
}

.career-open-positions-content-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #6B7280;
    margin: 0;
    width: 100%;
}

.career-open-positions-content-list {
    padding-top: 40px;
}

.career-open-positions-content-list-item {
    border-bottom: 1px solid #CBE9FF;
    padding-bottom: 24px;
    padding-top: 24px;
}

.career-open-positions-content-list-item:first-child {
    border-top: 1px solid #CBE9FF;
}

.career-open-positions-content-list-item-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.career-open-positions-content-list-item-content-info {
    max-width: 944px;
}

.career-open-positions-content-list-item-content-title {
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.26px;
    color: #112954;
    margin: 0 0 16px 0;
}

.career-open-positions-content-list-item-content-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #374151;
    margin: 0;
}

/* File Upload Styles */
.career-open-positions-upload-resume {
    margin-top: 24px;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
}

.file-upload-display {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px;
    height: 52px;
    border: 1px solid #6EB5E8;
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.file-upload-display:hover {
    border-color: #25A3FF;
}

.file-upload-text {
    font-family: 'Sharp Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3333333333333333em;
    color: #6B7280;
    flex: 1;
}

.file-upload-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
}

.file-upload-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.file-upload-icon svg {
    width: 24px;
    height: 24px;
}

.file-upload-close {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    transition: opacity 0.3s ease;
}

.file-upload-close:hover {
    opacity: 0.7;
}

.file-upload-close svg {
    width: 16px;
    height: 16px;
}


.file-upload-loading-bar {
    width: 100%;
    height: 3px;
    background: #EA4748;
    border-radius: 10px;
    margin-top: -2px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.file-upload-loading-bar.active {
    opacity: 1;
}

.career-open-positions-upload-resume-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.career-open-positions-upload-resume-form .btn {
    margin-top: 0;
    min-width: 168px;
}

.career-open-positions-upload-resume-form-label {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.14px;
    color: #374151;
    display: block;
    margin: 0 0 8px 0;
    width: 100%;
}

.career-open-positions-upload-resume-form-note {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #6B6B6B;
    margin: 0;
    width: 100%;
}

/* Career You Could be Next Section */
.career-you-could-be-next-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.career-you-could-be-next-heading {
    padding-bottom: 60px;
}

.career-you-could-be-next-heading-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.64px;
    color: #112954;
    margin: 0;
    width: 100%;
    text-align: center;
}

.career-you-could-be-next-user-fist-row {
    border: 1px solid #CBE9FF;
    border-radius: 4px;
    padding: 24px;
}

.career-you-could-be-next-user-fist-row img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 5.68px;
    margin-bottom: 16px;
}

.career-you-could-be-next-user-fist-row-content-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #121217;
    margin: 0 0 8px 0;
    width: 100%;
}

.career-you-could-be-next-user-fist-row-content-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0;
    color: #112954;
    margin: 0;
    width: 100%;
}

.career-you-could-be-next-avatar-first-row {
    background: linear-gradient(180deg, #F4FAFF 0%, #E8F5FF 100%);
    border: 1px solid var(--blue-200, hsla(205, 100%, 90%, 1));
    padding: 24px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 40px;
    height: 100%;
}

.career-you-could-be-next-avatar-first-row img {
    width: 260px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 5.68px;
    border: 1px solid #CBE9FF;
}

.career-you-could-be-next-avatar-first-row-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.career-you-could-be-next-avatar-first-row-content-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0;
    color: #112954;
    margin-bottom: 24px;
    width: 100%;
}

.career-you-could-be-next-avatar-first-row-content-title span {
    color: hsla(205, 100%, 57%, 1);
}

/* .career-you-could-be-next-avatar-first-row-content .btn {
    margin-top: 0;
    background: white;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.career-you-could-be-next-avatar-first-row-content .btn:hover {
    background: #1181D0;
} */

/* Career You Could be Next Employees Slider */
.career-you-could-be-next-employees-slider {
    padding-top: 24px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.career-you-could-be-next-employees-slider-items {
    display: flex;
    align-items: center;
    gap: 24px;
    will-change: transform;
}

.career-you-could-be-next-employees-slider-item {
    flex-shrink: 0;
    display: flex;
    width: 481px;
    border: 1px solid var(--blue-200, #CBE9FF);
    border-radius: 8px;
    padding: 24px;
}

.career-you-could-be-next-employees-slider-item-content {
    display: flex;
    gap: 25px;
}

.career-you-could-be-next-employees-slider-item-content-image {
    width: fit-content;
    height: fit-content;
}

.career-you-could-be-next-employees-slider-item-content-image img {
    width: 224px;
    height: 224px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 8px;
}

.career-you-could-be-next-employees-slider-item-content-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: calc(100% - 249px);
    gap: 16px;
}


.career-you-could-be-next-employees-slider-item-content-info-header svg {
    margin-bottom: 16px;
}

.career-you-could-be-next-employees-slider-item-content-description {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #111827;
    margin: 0;
    width: 100%;
}

.career-you-could-be-next-employees-slider-item-content-title {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #112954;
    width: 100%;
}


/* Open position apply model */
@media (min-width: 576px) {
    .applyNowModal .modal-dialog {
        max-width: 666px;
    }
}

.applyNowModal .modal-header {
    border-bottom: none;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 12px;
}

.applyNowModal .modal-header h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.24px;
    color: #112954;
    margin: 0 0 8px 0;
    width: 100%;
    max-width: 566px;
}

.applyNowModal .modal-header p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #6B7280;
    margin: 0;
    width: 100%;
    max-width: 566px;
}

.applyNowModal .btn-close {
    font-size: 12px;
    padding: 6px;
    color: #1181D0;
}

.applyNowModal .modal-footer {
    justify-content: flex-start;
    border-top: none;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.applyNowModal .modal-footer .btn {
    margin: unset;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: -0.16px;
    padding: 9px 20px;
}

.applyNowModal .modal-body {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.applyNowModal .row {
    margin-bottom: 16px;
}

.applyNowModal .form-label {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.14px;
    color: #374151;
    display: block;
    margin: 0 0 8px 0;
    width: 100%;
}

.applyNowModal .form-control,
.applyNowModal .form-select {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #111030;
    height: 52px;
    border-color: #6EB5E8;
    border-radius: 8px;
    padding: 16px;
}

.applyNowModal .form-control:focus,
.applyNowModal .form-select:focus {
    border-color: #1181D0;
    outline: none;
    box-shadow: none;
}

.applyNowModal .form-control::placeholder {
    color: #6B7280;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}