body {
    padding: 0px;
    margin: 0px;
}

/* Contact section starts */

.career-banner img {
    width: 100%;
}

.work-section {
    max-width: 1440px;
    margin: auto;
    width: 93.0555556%;
    margin-top: 50px;
    margin-bottom: 100px;
}

.work-section .form-img {
    width: 30.3490137%;
    max-width: 400px
}

.work-section .form-img img {
    width: 100%;
}

.work-section .title {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: normal;
    color: #265289;
    max-width: 1193px;
    margin: auto;
    margin-bottom: 20px;
    /* padding-left: 70px; */
}

.work-section .info {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: normal;
    color: #000000;
    max-width: 1193px;
    margin: auto;
    margin-bottom: 50px;
    /* padding-left: 70px; */
}

.work-section .work-wrap {
    background: #F5F5F5;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1340px;
    margin: auto;
}

.work-section .form-wrap {
    width: 100%;
    max-width: 450px;
    padding: 30px;
}

.form-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.career-form-group {
    position: relative;
    flex: 1 1 calc(50% - 12px);
}

.career-form-group.full {
    flex: 1 1 100%;
}

/* Target CF7 inputs/selects/textarea */
.career-form-group input[type="text"],
.career-form-group input[type="email"],
.career-form-group input[type="file"],
.career-form-group select,
.career-form-group textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    padding: 16px 0 6px 0;
    background: transparent;
    outline: none;

    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    text-align: justify;
    color: #000;
    opacity: 0.7;
}

/* Position label absolutely within group */
.career-form-group label {
    position: absolute;
    top: 16px;
    left: 0;
    pointer-events: none;
    transition: 0.3s ease all;

    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #000;
    opacity: 0.7;
}

.career-form-group label.select-job-label{
   top: -8px;
}

.career-form-group.has-value label {
    top: -8px;
    font-size: 13px;
    color: #000;
}

/* Float label when field has focus or value */
.career-form-group input:focus + br + label,
.career-form-group input:not(:placeholder-shown) + br + label,
.career-form-group textarea:focus + br + label,
.career-form-group textarea:not(:placeholder-shown) + br + label,
.career-form-group select:focus + br + label,
.career-form-group select:valid + br + label {
    top: -8px;
    font-size: 13px;
    color: #000;
}

/* Ensure select floats label when an option is selected */
.career-form-group select:focus + br + label,
.career-form-group select:not([value=""]) + br + label {
    top: -8px;
    font-size: 13px;
    color: #000;
}

.career-form-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding-right: 20px;
}

/* File input padding fix */
.career-form-group input[type="file"] {
    padding-top: 14px;
    font-size: 16px;
}

/* Button styling */
.job-submit-btn {
    cursor: pointer;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #FAF9F6;
    padding: 10px 30px;
    background: #265289;
    border-radius: 10px;
    box-shadow: none;
    border: none;
}

.button-wrap {
    width: 100%;
    text-align: center;
}

.mt-20 {
    margin-top: 20px;
}

/* Responsive design */
@media (max-width: 768px) {
    .career-form-group {
        flex: 1 1 100%;
    }
}


.job-wrap {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    position: relative;
}

.job-count {
    background: #265289;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 20px;
}

.job-list {
    background-color: #FFFFFF;
    max-height: 516px;
    overflow-y: scroll;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    scrollbar-color: #265289 white;
}

.job-list p {
    margin: 0px;
}

.job-list .job-item {
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(11, 18, 21, 0.3);
    margin: 0px 20px;
    cursor: pointer;
}

.job-list .job-item p {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #25044F;
}

.job-list .job-item span {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #0B1215;
}

.job-list .job-item span.arrow {
    color: #265289;
    font-size: 22px;
    cursor: pointer;
}

.job-details {
    display: none;
    position: absolute;
    top: 64px;
    right: 0;
    width: 100%;
    height: 100%;
    background: white;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;

    max-height: 436px;
    overflow-y: scroll;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    scrollbar-color: #265289 white;

    padding: 40px 20px;
}

.job-details .job-close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
}

.job-details .job-info {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
}

/* Contact section ends */

.join-section {
    background-image: url(../images/career/join-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 85px 0px 80px 0px;
}

.join-section .join-info {
    max-width: 965px;
    margin: auto;
}

.join-section .join-info p {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 50px;
    leading-trim: both;
    text-edge: cap;
    color: #265289;
}

.hyperlink-section {
    background: #F5F5F5;
    display: flex;
    gap: 50px;
    justify-content: center;
}

.hyperlink-section .hyperlink {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    leading-trim: both;
    text-edge: cap;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0B1215;
    text-decoration: none;
    padding: 20px 0px;
}

.hyperlink-section .hyperlink:focus,
.hyperlink-section .hyperlink:active {
    color: #265289;
}

.hyperlink-section .hyperlink.join-us {
    color: #FFFFFF;
    background-color: #7ABE4F;
    padding: 20px 20px;
}

.life-section {
    padding-top: 50px;
}

.life-section img {
    width: 100%;
}

.message-wrap {
    width: 100%;
    max-width: 1340px;
    margin: auto;
    background-color: #F5F5F5;
    background-image: url(../images/career/message-bg.png);
    background-size: auto;
    background-position: top right;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.message-section .title {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 59px;
    color: #265289;
    max-width: 1196px;
    padding-left: 70px;
    padding-top: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.message-section .info-wrap {
    display: flex;
    max-width: 1075px;
    margin: auto;
    gap: 40px;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}

.message-img {
    width: 350px;
}

.message-img img {
    width: 100%;
}

.message-txt {
    width: 675px;
}

.message-txt p {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 33px;
    color: #000000;
}

.leaders-section {
    width: 100%;
    max-width: 1196px;
    margin: 50px auto;
    background-color: #265289;
    background-image: url(../images/career/leader-bg.png);
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.leaders-section .leader-wrap {
    display: flex;
    padding-left: 60px;
    padding-top: 36px;
    gap: 70px;
    padding-right: 70px;
    background-image: url(../images/career/stats-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.leaders-section .leader-img {
    max-width: 463px;
}

.leaders-section .leader-img img {
    width: 100%;
}

.leaders-section .leader-stats .count {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 71px;
    color: #FFFFFF;
    margin: 0px;
}

.leaders-section .leader-stats .label {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0px;
}

.growth-section {
    margin: auto;
    margin-top: 50px;
}

.growth-section .growth-wrap {
    max-width: 1193px;
    margin: auto;
    width: 93.0555556%;
    display: flex;
    justify-content: space-between;
}

.growth-slider-controls {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}

.growth-slider-controls img {
    max-width: 40px;
}

.growth-section .title {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: normal;
    color: #265289;
    margin-bottom: 20px;
    /* padding-left: 70px; */
}

.growth-section .info {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: normal;
    color: #000000;
    margin-bottom: 50px;
    /* padding-left: 70px; */
    max-width: 831px;
}

.mySwiper1 img {
    width: 100%;
}

.mySwiper1 .swiper-wrapper {
    height: auto;
}

.jobDesc {
    display: none;
}


.why-runaya {
    width: 100%;
    max-width: 1196px;
    margin: auto;
}

.why-runaya .title {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 59px;
    text-align: left;
    color: #265289;
    margin-top: 50px;
    margin-bottom: 50px;
}

.why-slider-wrap {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
}

.why-slider-wrap .why-divs {
    flex: 1 1 50%;
    box-sizing: border-box;
    max-width: 50%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
}

.why-runaya .mySwiper2 {
    border-radius: 10px;
    overflow: hidden;
}

.why-runaya .swiper-slide {
    background-image: url('../images/career/why1-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.why-runaya .swiper-slide img {
    width: 100%;
    max-width: 125px;
    padding-top: 50px;
}

.why-runaya .swiper-slide .title {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #265289;
    max-width: 528px;
    padding: 0px 30px;
}

.why-runaya .swiper-slide ul {
    padding: 20px;
    max-width: 528px;
}

.why-runaya .swiper-slide li {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 33px;
    list-style-position: outside;
    padding: 0;
    color: #000000;
    margin-bottom: 20px;
}

.why-runaya .why-card {
    width: 100%;
    max-width: 279px;
    box-sizing: border-box;
    background: #F5F5F5;
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    cursor: pointer;
}

.why-runaya .why-card .why-icon {
    width: 100%;
    max-width: 62px;
    margin-bottom: 20px;
}

.why-runaya .why-card .title {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 33px;
    color: #265289;
    margin: 0px;
    margin-bottom: 20px;
}

.why-runaya .why-card ul {
    margin: 0px;
    padding-left: 20px;
}

.why-runaya .why-card li {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    list-style-position: outside;
    padding: 0;
    color: #000000;
}

.why-runaya .why-card .right-arrow {
    width: 100%;
    max-width: 30px;
    float: right;
}

.mySwiper2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border: 1px solid #265289;
    border-radius: 4px;
    opacity: 1;
}

.mySwiper2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    height: 8px;
    background: #265289;
    border: 1px solid #265289;
    border-radius: 4px;
    opacity: 1;
}

.mySwiper2 .swiper-button-prev:after,
.mySwiper2 .swiper-rtl .swiper-button-next:after {
    content: none;
}

.mySwiper2 .swiper-button-next img,
.mySwiper2 .swiper-button-prev img {
    max-width: 90px;
}

.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
    top: 20px;
}

.typewriter {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 50px;
    /* leading-trim: both;
    text-edge: cap;
    color: #265289; */
    color: #0000;
    background:
        linear-gradient(-90deg, #265289 5px, #0000 0) 10px 0,
        linear-gradient(#265289 0 0) 0 0;
    background-size: calc(var(--n)*1ch) 200%;
    -webkit-background-clip: padding-box, text;
    background-clip: padding-box, text;
    background-repeat: no-repeat;
    animation:
        b .7s infinite steps(1),
        t calc(var(--n)*.05s + 1s) steps(var(--n)) forwards;
}

@keyframes t {
    from {
        background-size: 0 200%
    }
}

@keyframes b {
    50% {
        background-position: 0 -100%, 0 0
    }
}

.growthPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    margin: 0;
    width: 500px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 20px;

    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
}

.hidePopup {
    display: none;
}

.close-btn {
    float: right;
    background-color: #265289;
    width: 30px;
    height: 30px;
    background: #265289;
    border-radius: 10px;
    box-shadow: none;
    border: none;
    color: #fff;
}

.mySwiper1 .swiper-slide {
    cursor: pointer;
}

.emp-details {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 24px;
}

.emp-details img {
    width: 75px;
    height: 75px;
    border-radius: 37px;
}

.emp-info .emp-name {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 24px;
    color: #265289;
}

.emp-info .emp-design {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    opacity: 0.7;
}