.career-banner-section {
    position: relative;
    padding: 69px 0;
    text-align: center;
    background: linear-gradient(120deg, #F0F2FF, #E6F7FF);
    overflow: hidden;
}

.career-banner-section .career-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.career-banner-section .career-banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.career-banner-section .banner-content {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

.career-banner-section .top-title {
    color: #1A1A1A;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    margin-bottom: 5px;
}
.career-banner-section .custom-line {
    content: "";
    background:  linear-gradient(91deg, #544FF8 59.65%, #2EB6AE 99.41%);
    width: 80px;
    display: block;
    height: 4px;
    margin: 0 auto;
     margin-bottom: 28px;
    color: none;
    border: none;
    opacity: 1;
}


.career-banner-section .main-title-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.career-banner-section .main-title {
    color: #1A1A1A;
    text-align: center;
    font-size: 33px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    letter-spacing: 1px;
}

.career-banner-section .banner-content h1::after {
    content: "";
    background: rgba(26, 26, 26, 0.10) !important;
    width: 100%;
    max-width: 386px;
    display: block;
    height: 2px;
    margin:  0 auto;
}

.career-banner-section .subtitle {
   color: #1A1A1A;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px; 
    margin-top: 8px;
    margin-bottom: 0px;
}

.career-banner-section .description {
    color: #1A1A1A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    margin-bottom: 28px;
}

.career-banner-section  .job-search-form {
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
}
.career-banner-section .find-jobs{
    gap:25px;
}
.career-banner-section .find-jobs .input-group {
    position: relative;
    display: flex;
    align-items: center;
    width: 208px;
}

.job-search-form select {
    padding: 10px 20px;
    border-radius: 12px;
    border: none;
    background-color: #FFF;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("https://d1k5qim9574h9e.cloudfront.net/wp-content/uploads/2026/04/career_banner_arrow.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px;
    padding-right: 72px;
    max-width: 217px;
    width: 100%;
    cursor: pointer;
}

.job-search-form select:focus {
    outline: none;
}

.job-search-form button {
    display: flex;
    padding: 10px 20px;
    border-radius: 12px;
    background: #242424;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    cursor: pointer;
    border: none;
    white-space: nowrap;
}

.job-search-form button:hover {
    color: #FFF;
    background: linear-gradient(91deg, #544FF8 59.65%, #2EB6AE 99.41%);
}

.banner-side-image-wrapper {
    width: 29px;
    height: 77px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.banner-side-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-side-image-wrapper.right-image {
    transform: scaleX(-1);
}

@media (max-width: 1199.98px) {
    .career-banner-section .top-title {
        font-size: 18px;
    }
    .career-banner-section .main-title {
        font-size: 32px;
    }
    .career-banner-section .subtitle {
        font-size: 26px;
    }
}

@media (max-width: 767.98px) {
    .career-banner-section {
        padding: 28px 16px;
        overflow-x: hidden;
    }

    .career-banner-section .career-banner-bg img {
        content: url("https://d1k5qim9574h9e.cloudfront.net/wp-content/uploads/2026/01/Mob_banner.png");
        object-fit: cover;
        object-position: center;
    }

    .career-banner-section h1.main-title {
        font-size: 28px;
        margin: 0 auto;
    }
    .banner-text-wrap{
        width: 100%;
        max-width: 240px;
    }

    .career-banner-section .subtitle {
        font-size: 24px;
    }
    
    .career-banner-section .description {
        width: 100%;
        max-width: 250px;
        margin: auto;
    }

    .career-banner-section .main-title-wrapper .banner-side-image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }

    .career-banner-section .banner-content h1::after {
        width: 100%;
        max-width: 250px;
    }

    .banner-side-image-wrapper {
        margin-top: 20px;
    }
    .career-banner-section .job-search-form {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .career-banner-section .find-jobs {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 13px !important;
       
    }

    .career-banner-section .find-jobs .input-groups {
        width: calc(50% - 8px);
        flex: 0 0 auto;
    }

    .job-search-form select {
        width: 100% !important;
        padding: 10px;
        background-position: right 13px center;
    }

    .job-search-form button {
        justify-content: center;
        margin-top: 0;
    }
}