.career-hero-banner {
  padding: 70px 0px 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
}
.career-hero-banner h2 {
  color: #1F64AC;
  font-family: "DMSansBold";
  font-size: 70px;
}
.we-delvery-section {
  background: rgba(243, 247, 251, 1);
  padding: 70px 0;
}
.we-delvery-section h2 {
  color: rgba(33, 33, 33, 1);
  font-family: "DMSansBold";
  font-size: 36px;
  font-style: bold;
  margin-bottom: 34px;
}
.we-delvery-section .delivery-content-box {
  box-shadow: 0 6px 0 0 rgba(169, 191, 214, 0.3);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  padding: 40px 30px;
  margin-bottom: 40px;
  gap: 40px;
  align-items: flex-start;
}
.we-delvery-section .delivery-content-box .image-box {
  width: 337px;
  flex: none;
}
.we-delvery-section .delivery-content-box .image-box img {
  width: 100%;
  border-radius: 10px;
}
.we-delvery-section .delivery-content-box .content-box h3 {
  color: rgba(33, 33, 33, 1);
  font-family: "DMSansBold";
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 4px;
}
.we-delvery-section .delivery-content-box .content-box p {
  color: rgba(117, 117, 117, 1);
  font-family: "DMSansRegular";
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 24px;
}
.we-delvery-section .delivery-content-box .content-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.we-delvery-section .delivery-content-box .content-box ul li {
  margin-bottom: 5px;
  color: rgba(33, 33, 33, 1);
  font-family: "DMSansRegular";
  font-size: 15px;
  line-height: 28px;
  background: url(../images//icons/tick-icon-3.svg) 0 4px no-repeat;
  padding-left: 30px;
}
.we-delvery-section .delivery-content-box .content-box ul li:last-child {
  margin-bottom: 0;
}

.why-join-section {
    padding: 70px 0;
    position: relative;
    background: linear-gradient(
        180deg,
        rgba(24, 96, 170, 1) 0%,
        rgba(22, 49, 84, 1) 100%
    );
    overflow: hidden;
}
.why-join-section::before{
    position: absolute;
    right: -45px;
    top: 0;
    width: 230px;
    height: 446px;
    background: url(../images/why-join-bg.png) 0 0 no-repeat;
    content: "";
}
.why-join-section h2{
    color: rgba(255, 255, 255, 1);
    font-family: "DMSansBold";
    font-size: 36px;
    line-height: 32px;
    margin-bottom: 26px;
}
.join-us-content{
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    padding: 30px 15px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}
.join-us-content h4{
    margin-top: 22px;
    margin-bottom: 9px;
    color: rgba(33, 33, 33, 1);
    font-family: 'DMSanssemiBold';
    font-size: 17px;
}
.join-us-content p{
    color: rgba(66, 66, 66, 1);
    font-family: 'DMSansRegular';
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.join-us-content .icon{
    height: 48px;
    display: flex;
    align-items: flex-end;
}

.what-do-we{
    padding: 70px 0;
}
.what-do-we-content{
    display: flex;
    align-items: center;
}
.what-do-we-content .left-img-block{
    width: calc(100% - 800px);
    flex-grow: 1;
    margin-left: calc((100vw - 1160px) / 2 * -1);
}
.what-do-we-content .left-img-block img{
    width: 100%;
}
.what-do-we-content .what-we-content{
    width: 800px;
    flex: none;
    margin-left: -240px;
    z-index: 1;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.16);
    border-radius: 14px;
    background-color: rgba(255, 255, 255, 1);
    padding: 30px 40px;
}
.what-do-we-content .what-we-content h4{
    color: rgba(33, 33, 33, 1);
    font-family: 'DMSansBold';
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 14px;
}
.what-do-we-content .what-we-content p{
    color: rgba(66, 66, 66, 1);
    font-family: 'DMSansRegular';
    font-size: 16px;
    margin-bottom: 14px;
}

.what-do-we-content .what-we-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.what-do-we-content .what-we-content ul li {
  margin-bottom: 16px;
  color: rgba(33, 33, 33, 1);
  font-family: "DMSansRegular";
  font-size: 15px;
  line-height: 28px;
  background: url(../images//icons/tick-icon-3.svg) 0 4px no-repeat;
  padding-left: 30px;
}
.what-do-we-content .what-we-content ul li:last-child {
  margin-bottom: 0;
}
.what-we-button{
    background: linear-gradient(
        135deg,
        rgba(101, 101, 199, 1) 0%,
        rgba(136, 73, 144, 1) 100%
    );
    padding: 15px 20px;
    color: rgba(255, 255, 255, 1);
    font-family: 'DMSansBold';
    font-size: 20px;
    line-height: 24px;
    border-radius: 10px;
    margin-top: 15px;
}

.form-section{
    padding: 70px 0;
    background: linear-gradient(
        180deg,
        rgba(243, 247, 251, 1) 0%,
        rgba(221, 236, 255, 1) 100%
    );
    position: relative;
    overflow: hidden;
}
.form-section::before{
    position: absolute;
    right: -45px;
    top: 126px;
    width: 230px;
    height: 446px;
    background: url(../images/form-right-bg.png) 0 0 no-repeat;
    content: "";
}
.form-section::after{
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 230px;
    height: 446px;
    background: url(../images/form-left-bg.png) 0 0 no-repeat;
    content: "";
}
.form-section .career-form{
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    max-width: 890px;
    margin: 0 auto;
    padding: 35px 50px;
}
.form-section .career-form .descp{
    color: rgba(66, 66, 66, 1);
    font-family: 'DMSansMedium';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 50px;
}
.form-section .career-form label{
    margin-bottom: 10px;
    color: rgba(33, 33, 33, 1);
    font-family: 'DMSansMedium';
    font-size: 14px;
    display: block;
}
.form-section .career-form .apply-button{
    width: 122px;
    height: 46px;
    border-radius: 6px;
    background-color: rgba(24, 96, 170, 1);
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-family: 'DMSansBold';
    font-size: 15px;
    border: none;
    float: right;
}


.required {
    color: #e53935;
}

.upload-box {
    position: relative;
    width: 100%;
    height: 46px;
    border:1px solid #e0e0e0;
    border-radius: 6px;
    background: #ffffff;
    padding: .375rem .75rem;
    margin-bottom: 20px;
}
.upload-box p{
    text-align: right;
    margin-bottom: 0;
    margin-top: 3px;
}
.upload-box span.wpcf7-not-valid-tip {
    margin-top: 13px;
    text-align: left;
    margin-left: -10px;
}

.upload-text {
    color: rgba(24, 96, 170, 1);
    font-family: 'DMSansMedium';
    font-size: 14px;
}

.upload-box input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    width: 72px;
    right: -13px;
    left: inherit;
    top: -14px;
    bottom: inherit;
}

.view-map-career{
    color: #fff ;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    text-decoration: underline;
    font-family: "DMSansMedium";
    float: right;
}
.sociallinks ul{
    display: flex;
    gap: 12px;
    margin-bottom: 0;
    list-style: none;
}
.topFooter{
    align-items: center;
}
.file-name{
    float: left;
}

/* Responsive */
@media (max-width: 991px) {
    .we-delvery-section .delivery-content-box{
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }
    .we-delvery-section .delivery-content-box .image-box{
        max-width: 100%;
    }
    .what-do-we-content{
        flex-direction: column;
    }
    .what-do-we-content .what-we-content{
        margin: 0 auto;
        width: 100%;
    }
    .what-do-we-content .left-img-block{
        width: 100%;
        margin:0;
        margin-bottom: 30px;
    }
    .form-section::before, .form-section::after, .why-join-section::before{
        display: none;
    }
}

@media (max-width: 767px) {
    .we-delvery-section, .why-join-section, .what-do-we, .form-section{
        padding: 40px 0;
    }
    .we-delvery-section h2{
        font-size: 24px;
    }
    .we-delvery-section .delivery-content-box .content-box h3{
        font-size: 18px;
        line-height: normal;
    }
    .why-join-section h2{
        font-size: 24px;
    }
    .what-do-we-content .what-we-content{
        padding: 20px;
    }
    .what-do-we-content .what-we-content h4{
        font-size: 24px;
        line-height: normal;
    }
    .what-we-button{
        font-size: 16px;
    }
    .form-section .career-form{
        max-width: 100%;
        padding: 20px;
    }
    .topFooter{
        align-items: flex-start;
        padding-bottom: 30px;
    }
    .sociallinks ul{
        padding-left: 0;
    }
}
@media (max-width: 568px) {
    .career-hero-banner{
        background-position: 78% center;
    }
    .career-hero-banner h2 {
        font-size: 60px;
        text-align: center;
        padding-bottom: 40px;
    }
}