.hero-section-heading {
    font-family: 'Segoe UI', sans-serif;
    font-size: 96px !important;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}

.hero-section-description {
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
    color: #616567;
}

/* career hero section */

.career-hero-section-wrapper {
    width: 100%;
    aspect-ratio: 1920 / 714;
    max-height: 714px;
    /* height: 714px; */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.career-hero-section {
    max-width: 1024px;
    margin: 0 auto;
}

.career-hero-section > p {
    margin-top: 40px;
}

a.btn-primary.career-hero-btn {
    padding: 3px 32px !important;
    margin: 0 auto;
    margin-top: 40px;
}

/* career image section */

.career-image-section-wrapper {
    width: 100%;
    aspect-ratio: 1920 / 600;
    max-height: 600px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 600px; */
}

.career-slider-section {
    padding: 120px 0px 120px 0px;
}

.career-slider-top-section h2 {
    margin-bottom: 20px;
    width: fit-content;
}

.career-slider-top-section p {
    color: #616567;
}

.career-slider-bottom-section {
    margin-top: 80px;
    display: flex;
    align-items: center;
}

.career-slider-bottom-section .career-slider-bottom-left-section,
.career-slider-bottom-section .career-slider-bottom-right-section {
    flex: 1;
}

.career-slider-bottom-section .career-slider-bottom-left-section {
    max-width: 610px;
}

/* .career-slider-bottom-section .career-slider-bottom-right-section {
    padding: 10px;
} */

.career-slider-bottom-section .career-slider-bottom-right-section img {
    width: 100%;
    /* max-height: 440px; */
    object-fit: cover;
    object-position: center;
}

.career-slider-bottom-section .career-slider-bottom-left-section h2 {
    margin-bottom: 20px;
}


.career-slider-pagination {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.career-slider-pagination.uk-tab::before {
    border: none !important;
}

.career-slider-pagination-item {
    height: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.career-slider-pagination-item .career-slider-pagination-item-mark {
    height: 100%;
    width: 16px;
   
}

.career-slider-pagination-item .career-slider-pagination-item-mark .career-slider-pagination-item-mark-shadow {
    width: 25%;
    height: 100%;
    background-color: #888B8D;
    transition: .3s ease-in-out;
}
li:hover .career-slider-pagination-item .career-slider-pagination-item-mark .career-slider-pagination-item-mark-shadow ,
li.uk-active .career-slider-pagination-item .career-slider-pagination-item-mark .career-slider-pagination-item-mark-shadow {
    width: 75%;
    background: #ED0579;
}

.career-slider-pagination-item .career-slider-pagination-item-label {
    font-family: 'Segoe UI', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #888B8D;
    transition: .3s ease-in-out;
}
.popular-keyword:hover,
.betterdocs-live-search form.betterdocs-searchform .search-submit:hover,
li:hover .career-slider-pagination-item .career-slider-pagination-item-label,
li.uk-active .career-slider-pagination-item .career-slider-pagination-item-label {
    color: #ED0579;
    background: var(--tertiary-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} 
.popular-keyword,
.betterdocs-live-search form.betterdocs-searchform .search-submit{
    border: 1px solid var(--primary-color);
}
.career-slider-controls {
    margin-top: 82px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.career-slider-controls .career-slider-controls-left,
.career-slider-controls .career-slider-controls-right {
    width: 60px;
    height: 60px;
    border-radius: 100vmin;
    background: linear-gradient(98.99deg, #ED0579 0%, #F7941D 100%);
    overflow: hidden;
    display: grid;
    place-items: center;
    cursor: pointer;
}   

.career-slider-controls .career-slider-controls-left .career-slider-controls-left-inner,
.career-slider-controls .career-slider-controls-right .career-slider-controls-right-inner {
    width: 57px;
    height: 58px;
    background-color: #FFFFFF;
    transition: .3s;
    display: grid;
    place-items: center;
    border-radius: 100vmin;
}


.career-slider-controls .career-slider-controls-left:hover > .career-slider-controls-left-inner ,
.career-slider-controls .career-slider-controls-right:hover > .career-slider-controls-right-inner {
    background: transparent;
}

.career-slider-controls .career-slider-controls-left:hover > .career-slider-controls-left-inner img,
.career-slider-controls .career-slider-controls-right:hover > .career-slider-controls-right-inner img {
    filter: invert(100%) sepia(99%) saturate(2%) hue-rotate(53deg) brightness(103%) contrast(100%);
}

/* our key attribute section css */

.our-key-attribute-section-wrapper {
    padding: 120px 180px 120px 180px;
    background-color: #F6F6F6;
    display: flex;
    gap: 80px;
}

.our-key-attribute-section-left {
    flex: 1;

}

.our-key-attribute-section-left img {
    width: 100%;
    border-radius: 40px;
}

.our-key-attribute-section-right {
    flex: 1;
}

.our-key-attribute-section-right h2 {
    max-width: fit-content;
    margin-bottom: 20px;
}

.our-key-attribute-section-right p {
    line-height: 25.6px;
    color: #616567;
}

.our-key-attribute-accordion-section {
    margin-top: 40px;
}

.our-key-attribute-accordion-section .uk-accordion-title {
    font-size: 20px;
}

.our-key-attribute-accordion-section .uk-accordion-content {
    margin-top: 10px;
}

/* culture and perk section css */
/* .culture-and-perk-section-wrapper {
    padding: 120px 280px;
} */

.culture-and-perk-section-wrapper .culture-and-perk-header {
    text-align: center;
    max-width: 872px;
    margin: 0 auto;
}

.culture-and-perk-section-wrapper .culture-and-perk-header > h2 {
    color: #616567;
    max-width: fit-content;
    margin-bottom: 20px;
    margin: 0 auto;
}

.culture-and-perk-section-wrapper .culture-and-perk-header > p {
    line-height: 1.4;
    color: #393E41;
}

.culture-and-perk-content {
    margin-top: 80px;
}

.culture-and-perk-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.culture-and-perk-grid-item img {
    max-width: 80px;
}

.culture-and-perk-grid-item p {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #393E41;
}

/* about career section css */

.about-career-section-wrapper {
    padding: 120px 180px;
}

.about-career-section-wrapper .uk-grid-divider.uk-grid-column-small>* {
    padding-left: 40px !important;
}

.about-career-section-wrapper .uk-grid-divider>:not(.uk-first-column)::before {
    border-left: 1px solid #CCCCCC;
}

.about-career-item h4 {
    margin-bottom: 10px;
    color: #393E41;
    line-height: 36px;
}

.about-career-item p {
    line-height: 24px;
    color: #616567;
    margin-bottom: 40px;
}

/* career find out more css */
.career-find-out-more-section-wrapper {
    padding: 120px 275px;
    background-color: #F6F6F6;
}

.career-find-out-more-section-wrapper h2 {
    line-height: 60px;
    text-align: center;
    margin-bottom: 20px;
    color: #393E41;
    /* background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset; */
}

.career-find-out-more-section-wrapper p {
    line-height: 24px;
    text-align: center;
    margin-bottom: 40px;
    color: #616567;
}

@media only screen and (max-width: 1300px) {

    .career-hero-section > p {
        margin-top: 16px;
    }
    .career-slider-section {
        padding: 80px 0px;
    }

    .career-slider-top-section h2 {
        margin-bottom: 10px;
    }

    div .career-slider-bottom-section {
        margin-top: 40px;
    }

    .career-slider-bottom-section .career-slider-bottom-left-section h2  {
        margin-bottom: 10px;
    }
    .career-slider-controls .career-slider-controls-left, 
    .career-slider-controls .career-slider-controls-right {
        width: 60px;
        height: 60px
    }
    
    .career-slider-controls .career-slider-controls-left .career-slider-controls-left-inner,
    .career-slider-controls .career-slider-controls-right .career-slider-controls-right-inner {
        width: 57px;
        height: 58px;
    }
    
    .our-key-attribute-section-wrapper {
        padding: 80px 180px;
    }

    .our-key-attribute-section-right h2 {
        margin-bottom: 10px;
    }

    .our-key-attribute-accordion-section h5 {
        font-size: 18px !important;
    }

    .our-key-attribute-accordion-section {
        margin-top: 20px;
    }

    /* .culture-and-perk-section-wrapper {
        padding: 80px 280px;
    } */

    .culture-and-perk-content {
        margin-top: 60px;
    }

    .about-career-section-wrapper {
        padding: 80px 180px;
    }

    .about-career-item h4 {
        font-size: 22px !important;
    }

    .about-career-item p {
        margin-bottom: 30px;
    }

    .career-find-out-more-section-wrapper {
        padding: 80px 275px;
    }

    .career-find-out-more-section-wrapper h2 {
        font-size: 32px !important;
        margin-bottom: 10px;
    }

    .career-find-out-more-section-wrapper p {
        margin-bottom: 30px;
    }

    a.btn-primary.career-hero-btn {
        font-size: 14px;
    }

}

@media only screen and (max-width: 959px) {
    .hero-section-heading {
        font-size: 48px !important;
    }
    a.btn-primary.career-hero-btn {
        font-size: 14px !important;
    }

    .our-key-attribute-section-wrapper {
        padding: 80px 40px;
        gap: 40px;
    }

    .career-slider-section {
        max-width: 89.7% !important;
    }

    .culture-and-perk-section-wrapper {
        max-width: 100% !important;
        /* padding: 60px 0px;
        padding-left: 40px;
        padding-right: 40px; */
    }

    .culture-and-perk-section-wrapper .culture-and-perk-header > p {
        max-width: 520px;
        margin: 0 auto;
    }

    .about-career-section-wrapper {
        padding: 80px 0px;
        max-width: 89.7% !important;
    }

    .career-find-out-more-section-wrapper {
        padding: 80px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-section-heading {
        font-size: 32px !important;
        margin-bottom: 20px;
    }
    .career-hero-section > p {
        margin-top: 0px;
    }

    .career-slider-section {
        padding: 40px 0px;
    }

    .career-slider-bottom-section {
        margin-top: 40px;
    }

    .career-slider-controls {
        margin-top: 52px;
    }

    .our-key-attribute-section-wrapper {
        padding: 40px 20px;
    }

    /* .culture-and-perk-section-wrapper {
        padding: 40px 0px;
    } */

    .about-career-section-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .career-find-out-more-section-wrapper {
        padding: 40px 4vw;
    }

    .career-slider-controls .career-slider-controls-left,
    .career-slider-controls .career-slider-controls-right {
        width: 40px;
        height: 40px
    }

    .career-slider-controls .career-slider-controls-left .career-slider-controls-left-inner,
    .career-slider-controls .career-slider-controls-right .career-slider-controls-right-inner {
        width: 37px;
        height: 38px;
    }
}

@media only screen and (max-width: 480px) {
    .career-hero-section-wrapper {
        background: none;
        background-image: none !important;
    }

    .career-image-section-wrapper {
        aspect-ratio: unset;
        background-size: cover;
        height: 250px;
    }

    .career-slider-bottom-section {
        flex-direction: column;
    }

    .our-key-attribute-section-wrapper {
        flex-direction: column;
    }

    .career-find-out-more-section-wrapper h2 {
        line-height: 1.4;
    }

    
}