.client-second-section .button-all:hover, .client-first-section .button-all:hover{
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.client-page-banner {
    height: 500px;    
    background-image: url("/aprilquest/photos/clientbg1.jpg");
    background-size: cover;
    background-position:center;
}

.client-page-banner .main-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-page-banner  h1.main-heading{
    color: #FFFFFF;
    margin: 0px !important;

}

.client-first-section{
    padding: 0px 15px;
    background: linear-gradient(111.34deg, #12274B 0%, #00163B 100%);

}

.client-first-section .first-container {
    display: grid;
    grid-template-columns: minmax(0, 636px) minmax(0, 524px);
    padding: 120px 0;
    column-gap: 148px;
}

.first-container .content-leftside-col {
    padding: 33px 0px 32px;
    max-width: 636px;
}

.first-container .content-rightside-col {
    max-width: 524px;
}

.first-container .content-leftside-col h3, .first-container .content-leftside-col h2{
    color: #FFFFFF;
    margin-bottom: 50px;
}

.first-container .content-leftside-col p {
    color: #FFFFFF;
}

.first-container .content-leftside-col p.text-space{
    padding-top: 15px;
    padding-bottom: 50px;
}

.content-rightside-col img {
    height: 100%;
    width: 100%;
    max-height: 524px;
     border-radius:15px !important;
}

.client-second-section{
    background: linear-gradient(111.34deg, #12274B 0%, #00163B 100%);
    padding: 0px 15px;
}

.client-second-section .second-container{
    padding: 200px 0px;
}

.client-second-section .second-container h2{
    padding-bottom: 50px;
    color: #FFFFFF;
}

.client-second-section .second-container .inner-container ,.excutive-page-section .executive-first-page-container .inner-container{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 636px));
    column-gap: 36px;
    padding-bottom: 50px;
    max-width: calc(636px * 2 + 36px);
    width: 100%;
}


.client-second-section .second-container .inner-container p{
    color: #FFFFFF;
}

.client-second-section .second-container .inner-container .text-space{
    padding-top: 10px;
}
.content-leftside-col .text-space.custom-animation.animatedd {
    padding-top: 15px;
    padding-bottom: 50px;
}

/* candidate page */
.candidate-page-section, .client-second-section {
    /* background: #12274B !important; */
    background: linear-gradient(111.34deg, #12274B 0%, #00163B 100%) !important;
}
.candidates-banner {
    background-image: url("/aprilquest/photos/candidatebg.jpg"); 
    background-position: center;
    background-size: cover;
}

.featured-jobs-section{
    padding: 0px 15px;
    background: #E6E9EE;
    overflow: hidden;

}

.job-section-container{
    padding: 200px 0px ;
}

/* candiate page slider */

.job-slider .slide-first-row{
    padding: 30px;
    background:  #FFFFFF;
    border-radius: 30px 30px 0px 0px ;

}

.job-slider .slide-heading-text h3{
    font-family: Titillium Web;
    font-weight: 400;
    line-height: 110.00000000000001%;
    letter-spacing: 0;
    padding-bottom: 30px;
    color: #000000;

}

.job-slider .slide-heading-text p{
    font-family: Titillium Web;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: 0;
    color: #000000;
    margin-bottom: 84px;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.job-slider .slide-second-row{
    background: #000000;
    padding: 30px;
    border-radius: 0px 0px 30px 30px;

}

.job-slider .slide-second-row h6{
    font-family: Titillium Web;
    font-weight: 600;
    font-size: 24px;
    line-height: 110.00000000000001%;
    color: #FFFFFF;

}

.job-slider {
    overflow: visible !important;
    padding-top: 50px !important;
}


.swiper-slide {
    height:auto !important;
}

.slide-content-main {
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.slide-first-row {
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items: flex-start;
    height:100%;
}

.job-slider .slide-second-row h6:not(:last-child){
    padding-bottom:13px;
} 


/* form start */
#footer_form h4 {
    grid-column: 1 / -1 !important; 
    display: block !important;
    white-space: normal !important; 
}

#cvbrief_form h4 {
    grid-column: 1 / -1 !important;
    display: block !important;
    white-space: normal !important;
}

#cv_form h4 {
    grid-column: 1 / -1 !important;
    display: block !important;
    white-space: normal !important;
}
#executive_form h4 {
    grid-column: 1 / -1 !important;
    display: block !important;
    white-space: normal !important;
}


section.form-section {
    border-top: 10px solid #254477;
    padding: 0px 15px;
    background: linear-gradient(111.34deg, #E6E9EE 0%, #FFFFFF 100%);
}

.form-section-container {
    display: grid;
    grid-template-columns:minmax(0, 524px) minmax(0, 636px);
    padding: 200px 0;
    column-gap: 148px;
}

.form-section-container .form-leftside-col h2 {
    padding-bottom: 50px;
}

.form-section-container .form-leftside-col p {
    font-family: Titillium Web;
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    color: #000000;
}

.form-section-container .form-leftside-col p a{
    text-decoration: none;
    color: #000000;
}
.form-section-container .form-rightside-col {
    padding: 20px 0px 0px;
    max-width: 636px;
}

.form-section-container .form-leftside-col {
    max-width: 524px;
}

.form-section-container .form-main{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
}

.form-input{
    grid-column: span 2;
}

.textarea-input{
    grid-column: span 4;
}

.file-input{
    grid-column: span 4;
}

.form-input{
    display: flex;
    flex-direction: column;
}

.form-input label{
    font-family: Titillium Web;
    font-weight: 600;
    font-size: 16px;
    line-height: 110.00000000000001%;
    text-transform: uppercase;
    color: #254477;
    margin-bottom: 20px;
}

.form-input input {
    padding-bottom: 20px;
    border: none;
    color: #0000007e;
    font-family: Titillium Web;
    font-weight: 300;
    font-size: 20px;
    line-height: 110.00000000000001%;
    background: transparent;
    border-bottom: 1px solid  #000000;
    outline: none;
    border-radius: 0;
}

.textarea-input textarea {
    resize: none;
    height: 108px;
    border: none;
    background: transparent;
    font-family: Titillium Web;
    font-weight: 300;
    font-size: 20px;
    line-height: 110.00000000000001%;
    color: #0000007e;
    outline: none;
    border-bottom: 1px solid  #000000;
    border-radius: 0px;
}

.drag-area-input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.drag-area-box {
    border: 1px dashed #BFBFBF;
    padding: 25px 0px 24px;
    text-align: center;
    transition: border-color 150ms ease-in-out;
    position: relative;
    margin-bottom: 10px;
}

.drag-area-text {
    transition: color 150ms ease-in-out;
    font-family: Titillium Web;
    font-weight: 300;
    font-size: 20px;
    line-height: 110.00000000000001%;
    color: #000000;
}

.file-input input {
    padding: 0px;
}

.file-upload-label {
    background: #FFFFFF;
    font-family: Titillium Web;
    font-weight: 400;
    font-size: 17px;
    line-height: 110.00000000000001%;
    color: #254477;
    padding: 20px 30px;
    transition: background-color 150ms ease-in-out;
    border-radius: 15px; 
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px !important;
    border-color: transparent;
    transition: all 0.4s ease;

}

.file-upload-label.button-all:hover{
    background-color: #C2E458;
    color: #FFFFFF;
}

.hidden-input {
    display: none;
}
        
.help-text { 
    font-family: Titillium Web;
    font-weight: 400;
    font-size: 16px;
    line-height: 110.00000000000001%;
    color: #254477;
}

.help-text p {
    font-family: Titillium Web;
    font-weight: 400;
    font-size: 16px;
    line-height: 110.00000000000001%;
    color: #254477;
}

.form-cehckbox-submit {
    grid-column: span 4;
    display: flex;
    align-items: center;
}

.form-cehckbox-submit input {
    margin-right: 13px;
    margin-bottom: auto;
    margin-top: 16px;
    cursor: pointer;
}

.form-cehckbox-submit input.button-all {
    margin: 0px ;
    margin-left: 70px;
    cursor: pointer;
    
}

.form-cehckbox-submit input.button-all:hover{
    background-color: #FFFFFF;
    border-color: transparent;
}

.form-cehckbox-submit label {
    font-family: Titillium Web;
    font-weight: 400;
    font-size: 14px;
    line-height: 110.00000000000001%;
    color: #000000;
}

/* vacancies page start */

.Vacancies-banner {
    background: linear-gradient(111.34deg, #12274b5c 0%, #00163b66 100%), url(/aprilquest/photos/jobs-background.jpeg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 15px;
}

.Vacancies-banner h1{
    padding-bottom: 80px;

}

.Vacancies-banner h6{
    font-family: Titillium Web;
    font-weight: 300;
    font-size: 20px;
    line-height: 110.00000000000001%;
    color: #FFFFFF;
    text-align: center;

}

.Vacancies-banner .main-container{
    flex-direction: column;
}

.job-search-section{
    padding: 0px 15px;
}

.job-search-container{
    display: grid;
    grid-template-columns:minmax(0, 478px) minmax(0, 748px);
    column-gap: 86px;
    padding: 120px 0px;
}

.job-search-container .search-left-col{
    max-width: 478px;
}

.job-search-container .search-right-col{
    max-width: 748px;
}

.search-left-col input,.search-left-col select{
    border: 1px solid  #0000006e;
    padding: 20px;
    color: #0000006e;
    font-family: Titillium Web;
    font-weight: 300;
    font-size: 20px;
    line-height: 110.00000000000001%;
    width: 100%;
    outline: none;
    border-radius: 15px;

}

.search-left-col select{
    appearance: none;
    background-image: url(/april-quest/app/public/images/angle.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 15px;
     color: #00000087;
}

.submit-btn{
    background: #254477;
    font-family: Titillium Web;
    font-weight: 300;
    font-size: 20px;
    line-height: 110.00000000000001%;
    color: #FFFFFF !important;
    border-radius: 0px;
    border-color: transparent;
    cursor: pointer;

}

.search-left-col input.submit-btn{
    border: transparent;
}

.search-left-col input.submit-btn:hover{
    background-color: #C2E458;
    color: #254477 !important;
}

.search-left-col form > *:not(:first-child) {
    margin-top: 20px;
    border-radius: 15px;

}

.job-post {
    padding: 20px;
    display: flex;
    flex-direction: column;
    background: #E6E9EE;
    border-radius: 15px;
}

.heading-code {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.fields {
    padding-bottom: 20px;
    display: flex;
}

.fields p:not(:first-child) {
    padding-left: 20px;
}

.fields p {
    font-family: Titillium Web;
    font-weight: 300;
    line-height: 110.00000000000001%;
    color: #000000;
}

.job-descripton {
    font-family: Titillium Web;
    font-weight: 300;
    line-height: 110.00000000000001%;
    color: #000000;
    padding-bottom: 20px;
    font-size: 20px;
}

.job-post .job-post-btn.button-all {
    margin-left: auto !important;
}

.job-post .job-post-btn.button-all:hover{
    background-color: #254477;
    color: #FFFFFF;
    border-color: #254477;
}

.heading-code h6 {
    font-family: Titillium Web;
    font-weight: 600;
    font-size: 16px;
    line-height: 110.00000000000001%;
    text-transform: uppercase;
    color: #254477;
}

.job-search-container .search-right-col .job-post:not(:first-child) {
    margin-top: 20px;
}

.vacancy-field label {
    display: flex;
    align-items: center;
}

.vacancy-field input {
    /* width: 15px;
    height: 15px; */
    margin-right: 10px;
}

.search-left-col h6 {
    font-family: Titillium Web;
    font-weight: 300;
    font-size: 20px;
    line-height: 110.00000000000001%;
    color: #000000;
}

.vacancy-field {
    padding: 20px;
    background: #E6E9EE;
}

.work-field {
    padding: 20px;
    background: #E6E9EE;
}

.work-field label {
    display: flex;
    align-items: center;
}

section.job-search-section input[type="checkbox"] {
    /* width: 15px;
    height: 15px; */
    background: transparent;
    border-radius: 2px !important;
    display: inline-block;
    width: auto;
    padding: 0px;
    font-size: 17px;
}

.work-field input {
    /* width: 15px;
    height: 15px; */
    margin-right: 10px;
}

.Category-field {
    padding: 20px;
    background: #E6E9EE;
}

.checkbox input {
    /* width: 15px;
    height: 15px; */
    margin-right: 10px;
}

.checkbox label {
    display: flex;
    align-items: center;
}

.checkbox {
    max-height: 250px;
    overflow: hidden;
    overflow-y: scroll;
    padding-top: 10px;
}

.work-field h6, .vacancy-field h6 {
    padding-bottom: 10px;
}

.job-search-section label {
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    padding-top: 10px;
}

/* Contact page start */

p.address_content {
    line-height: 160% !important;
}
.contact-page-banner{
    background-image: url("/aprilquest/photos/contactbg.jpg");
}

.contact-page-form{
    border-top-color: #C2E458 !important;
    grid-template-columns: minmax(0, 636px) minmax(0, 636px);
    gap: 36px !important;
}

.contact-page-form .form-leftside-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 636px !important;
}

.fomr-address {
    grid-column: 1 span;
}

.fomr-address ul {
    list-style: none;
}

.fomr-address h3 , .contact-page-form .form-rightside-col h3{
    margin-bottom: 50px;
}

.fomr-address ul li:not(:first-child) {
    padding-top: 10px;
}

.contact-page-form .form-rightside-col{
    padding: 0px;
}


/* team page  */

.meet-team-page-banner{
    background-image: url("/aprilquest/photos/teamhead.jpg");
}

.team-section {
    border-top: 10px solid #C2E458;
    padding: 0px 15px;
}

.team-section-container {
    padding: 200px 0px;
}

.team-section-container .inner-box-container {
    padding-top: 50px;
}

.team-section-container h3 {
    color: #000000;
}

.inner-box-container {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
}
 
.team-wrapper {
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    flex-direction: column;

}

.inner-box-container .team-wrapper {
    width: calc((100% - 72px) / 3);

}

.team-wrapper .team-image {
    max-height: 450px;
    height: 100%;
    border-radius: 15px 15px 0px 0px;
    color: #FFFFFF;
    position: relative;
    background: #12274B;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}
.team-wrapper .team-image picture {
    height: 100%;
    width: 100%;
}

.team-person-details {
    background: #12274B;
    border-radius: 0px 0px 15px 15px;
    padding: 30px;
    color: #FFFFFF;
    width: 100%;
}

.team-wrapper .team-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 15px 15px 0px 0px ;
}

.team-text-hover {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 30px;
    opacity: 0;
    transition: all 0.4s ease;
    background: linear-gradient(180deg, rgb(0 0 0 / 80%) 0%, rgb(0 0 0 / 42%) 100%);
    border-radius: 15px 15px 0px 0px;
}

.team-wrapper:hover .team-text-hover {
    opacity: 1;
}

.team-person-details h6 {
    font-family: Titillium Web;
    font-weight: 600;
    font-size: 24px;
    line-height: 110.00000000000001%;
    color: #FFFFFF;
    padding-bottom: 13px;
}

.team-person-details p {
    padding-bottom: 10px;
}

.team-social-link a:not(:last-child) {
    padding-right: 10px;
}

.team-text-hover p {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* details page  */

.deails-page-banner {
    background: linear-gradient(111.34deg, #12274B 0%, #00163B 100%);
    padding: 0px 15px;
    padding-top: 10%;
    height: auto !important;
    padding-bottom: 10%;
}

.deails-page-banner .details-page-banner h1 {
    margin-bottom: 60px !important;
    width: 100%;
    text-align: left;
}

.details-page-banner {
    flex-direction: column;
}

.job-search {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.social-icon ul {
    list-style: none;
    display: flex;
}

.social-icon p{
    color: #FFFFFF;
}

ul.social-icons {
    padding-top: 10px;
}

.social-icon a {
    height: 30px;
    width: 30px;
    border: 1px solid #FFFFFF;
    padding: 5px;
    cursor: pointer;
}

.social-icon a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.social-icon ul li:not(:last-child) {
    padding-right: 10px;
}

.search-bar-section {
    background: #E6E9EE;
    padding: 0px 15px;
}

.search-bar-container{
    padding: 60px 0px ;
}

.search-bar-container ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

.search-bar-container ul li:not(:last-child) {
    padding-right: 30px;
}

.details-page-secondlast {
    background: #00163B !important;
}

section.details-job {
    padding: 0px 15px;
}

.details-container {
    display: grid;
    padding: 120px 0px;
    justify-content: center;
    grid-template-columns: repeat(9, 1fr);
    gap: 36px;
}

.details-left-col {
    grid-column: 6 span;
}

.details-right-col {
    grid-column: 3 span;
}

.details-left-col h3 {
    padding-bottom: 20px;
}

.details-left-col h4 {
    padding-bottom: 20px;
}

.details-left-col p {
    padding-bottom: 20px;
}

.details-left-col ol, .details-left-col ul {
    padding-left: 25px;
    padding-bottom: 20px;
}

.deails-page-image-section{
    background-image: url("/aprilquest/photos/mid-ban.png");
}

section.job-sector {
    padding: 0px 15px;
    background: #E6E9EE;
}

.job-sector-container {
    padding: 120px 0px;
}

.job-sector-heading-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
    padding-bottom: 50px;
}

.job-sector-container p {
    max-width: 60%;
}

.search-jobs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.search-jobs a {
    height: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.job-sector-heading-btn a {
    height: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;

}

/* join our team page  */
.acordian-content {
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
    clip-path: inset(0 round 20px 20px 0 0);
}

.acordian-content::-webkit-scrollbar {
    width: 6px;
}
.acordian-content::-webkit-scrollbar-thumb{
    background: #254477;
    border-radius: 15px;
}


.join-our-team-page-banner {
    background-image: url("/aprilquest/photos/header-bgg.png");
    padding: 0px 15px;
}

.client-page-banner h2 {
    color: #FFFFFF;
    text-align: center;
}

.jointeam-first-section-main{
    background: linear-gradient(111.34deg, #12274B 0%, #00163B 100%);
    padding: 0px 15px;
    border-top: 10px solid #C2E458;
    padding-top: 100px;
    color: #FFFFFF;

}

.our-team-page-content{
    color: #FFFFFF ;
}

.our-team-page-content h6{
    padding-bottom:15px;
    font-size: 20px;
    line-height: 110.00000000000001%;

}

.our-team-slider h2{
    text-align: center;
}
@media screen and (min-width: 768px) {
.our-team-slider .swiper-wrapper {
    justify-content: center;
}
}

.Consultant-section {
    background: linear-gradient(111.34deg, #12274B 0%, #00163B 100%);
    padding: 0px 15px;
}

.cunsultant-section-container {
    padding: 200px 0px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 82px;
}

.cunsultant-container-left-col {
    grid-column: 2 span;
    border-radius: 15px;
}

.cunsultant-container-right-col {
    grid-column: 3 span;
}

.cunsultant-container-left-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

.acordain-btn{
    width: 49px;
    height:49px;
    opacity: 1;
    border-width: 1px;
    border: 1px solid  #FFFFFF;
    border-radius: 15px;
    margin-left: auto;

}

.acordian-child.active .acordain-btn{
    border: 1px solid  #C2E458;
    transition: all 0.4s ease;

}
.acordian-child .acordain-btn{
    transition: all 0.4s ease;

}

.acordian-child.active .acordain-btn:hover {
    background: #ffffff5c;
    border-color: #ffffff4f;
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, .2);
    transform: translateY(-3px);
}

.acordain-btn:hover{
    background-color: #C2E458;
    border-color: #C2E458;
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, .2);
    transform: translateY(-3px);
}

.accordion ul{
    list-style: none;
    padding-top: 50px;
}


.acordian-title {
    display: grid;
    grid-template-columns: repeat(10 , 1fr);
    color: #FFFFFF;
    
}

.acordian-title > * :not:nth-child(2) {
    grid-column: 1 span;
}

.acordian-title > *:not(:last-child):not(:first-child){
    grid-column: 8 span;
    display: flex;
    align-items: center;
}

.acordian-child {
    background: #25447761;
    padding: 30px;
    border-radius: 15px;
    transition: all 0.4s ease;
    cursor: pointer;
}

.acordian-child.active{
    background: #ffffff5c;
}

.acordain-btn img:not(:last-child) {
    display: none;
}


.acordain-btn img {
    height: 100%;
    width: 100%;
    object-fit: none;
    object-position: center;
}

.accordion ul li:not(:last-child) {
    margin-bottom: 10px;
}

.cunsultant-container-right-col h2 {
    color: #FFFFFF;
}

.acordian-content{
    display: none;
    padding-top: 20px;
    color: #FFFFFF;
}

.acordian-child.active .acordian-content{
    display: block;
}

.acordian-child.active .acordain-btn img:nth-child(1) {
    display: block;
}

.acordian-child.active .acordain-btn img:nth-child(2) {
    display: none;
}

.acordian-title h6 {
    font-family: Titillium Web;
    font-weight: 400;
    font-size: 24px;
    line-height: 110.00000000000001%;
    color: #FFFFFF;
}

.our-benefit-section {
    background: url("/aprilquest/photos/benefits-bg.jpg"), linear-gradient(111.34deg, #12274B 0%, #00163B 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0px 15px;
}

.benefit-section-container {
    padding: 200px 0px;
    color: #FFFFFF;
}

.benefit-main-contaniner {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
}

.benefit-box {
    width: calc((100% - 108px) /4);
    border-bottom: 15px solid #C2E458;
    border-radius: 15px;
    padding: 20px;
    background: #00000033;
}

.benefit-image-box {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    margin-bottom:20px;
}

.benefit-image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    filter: brightness(0) invert(1);
}

.acordian-title h3 {
    display: flex;
    align-items: center;
}


/* contractor  solution page */

.contractor-page-banner{
    background-image: url("/aprilquest/photos/ir35-1.jpg") ;
    padding: 0px 15px;
}

.Contractor-Solution-page{
    background-image: url("/aprilquest/photos/steps-bg.jpg") ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Contractor-Solution-page img {
    filter: unset;
     mix-blend-mode: color-dodge;
}
.contractor-heading{
    color: #FFFFFF;
}

.excutive-page-section .contractor-heading, .excutive-page-section p.contractor-text{
    color: #000000 !important;
}

.executive-first-page-container{
    padding: 120px 0px;
}
.excutive-page-section .contractor-heading {
    font-weight: 400;
}

.excutive-page-section h3 {
    border-bottom: 8px solid  #BC8252;
    padding-bottom: 15px;
}


.excutive-page-section p.contractor-text{
    padding-top: 10px;
}

.contractor-list{
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 25px;
    font-size: 24px;
    line-height: 40px;
}

.contractor-list li {
    font-size: 20px;
    line-height: 40px;
    display: list-item;
    list-style: circle;
    color: #FFFFFF;
}
.contractor-list li:not(:last-child){
    padding-bottom: 15px;
}
.contractor-page-btn:hover {
    background: #C2E458 !important;
    border-color: #C2E458 !important;
}
.contractor-page-btn {
    background: #FFFFFF;
    border-color: #FFFFFF;
    margin-left: 10px;
}

/* Cookie Page */

.cookies-page-banner {
    background-image: url("/aprilquest/photos/privacybg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px 15px;
    
}

section.cookies-content-section {
    padding: 0px 15px;
    background: #E6E9EE;
    border-top: 15px solid #C2E458;

}

.cookie-content-container{
    padding: 150px 0px ;
}

.cookie-content-container h2{
    padding-bottom: 30px;
}
.cookie-content-container h3 ,.cookie-content-container h4, .cookie-content-container h5, .cookie-content-container h6{
    padding-bottom: 20px;
    padding-top: 10px;
}

.cookie-content-container p{
    padding-bottom: 15px;
}
.cookie-content-container a{
    color: #000000;
}

.cookie-content-container ul{
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 25px;
}

.cookie-content-container ul li:not(:last-child){
    padding-bottom: 15px;
}

/* legal page */

.legal-page-banner{
    background-image: url("/aprilquest/photos/legal.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px 15px;
}

/* Executive Search page  */
.contractor-text {
    padding-top: 10px;
}
.header-main-section.executive-page-header .menu-link p {
    color: #bc8252;
}
.executive-search-page-banner{
    background-image: url("/aprilquest/photos/executive-ban.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.excutive-page-section{
    border-top:10px solid #bc8252;
    background: #f2f2f2 !important;
}

.excutive-page-section .main-section.first-container {
    grid-template-columns: repeat(2 , 1fr);
}

.excutive-page-section .content-leftside-col {
    max-width: 100% !important;
    grid-column: 2 span;
}


.excutive-page-slider {
    border-top: solid 10px #bc8252;
    background: #bc8252c7;
    
}


.excutive-page-slider .slider-btn:hover {
    background-color: #bc8252;
}

.excutive-page-slider .slide-bottom-content {
    background-color: #bc8252;
}

.executive-page-form ,.executive-page-form .form-input input , .executive-page-form .textarea-input textarea , .executive-page-header .toggle-menu, .executive-page-header.scroll-down{
    border-color:  #bc8252 !important;

}

.executive-page-form .form-input label , .executive-page-form .help-text , .executive-page-form .help-text p, .executive-page-header .menu-link-main a:hover, .executive-page-footer a:hover{
    color: #bc8252 !important;
}

.executive-page-form .form-cehckbox-submit .button-all {
    border: 1px solid  #bc8252;
    color: #FFFFFF;
    background: #bc8252;
}

.executive-page-form .button-all:hover {
    color: #bc8252;
    border-color: #bc8252 !important;
}


.executive-page-form .file-upload-label.button-all:hover {
    background-color: #bc8252;
    color: #FFFFFF !important;
}

.executive-page-form .file-upload-label {
    background: transparent;
    border-color: #bc8252;
}

.excutive-page-slider h2 {
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 50px;
}

.executive-page-form .form-leftside-col h4{
    padding-bottom: 20px;
}

.executive-page-process-section {
    background-image: url("/aprilquest/photos/steps-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px 15px;
}

.executive-page-process-section ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.process-section-block {
    width: calc((100% - 90px) / 4);
    
}

.step-box {
    background: #000;
    padding: 15px;
    border-radius: 6px;
    padding-top: 25px;
    height: 220px;
    color: #bc8252;

}

.step-box p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.step-box h6 {
    color: #bc8252;
    font-weight: 600;
    padding-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.step-box a {
    border: solid 1px #fff;
    padding: 10px 10px;
    display: block;
    margin-top: 20px;
    max-width: 150px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease;
}

.step-box a:hover {
    background: #bc8252;
    border-color: #bc8252;
}

.executive-page-container{
    padding: 200px 0px ;
}

.executive-page-container h2{
    color: #FFFFFF;
    margin-bottom: 30px;

}

.process-section-block {
    position: relative;
}
.process-section-block:after {
    content: "";
    background: #fff;
    width: 30px;
    height: 10px;
    right: -30px;
    top: 46%;
    position: absolute;
}

.process-section-block:nth-child(4):after, .process-section-block:nth-child(5):after {
    width: 10px;
    height: 30px;
    bottom: -30px;
    top: auto;
    right: 46%;
}

.process-section-block:nth-child(8):after {
    display: none;
}

.process-section-block:nth-child(11):after {
    display: none;
}

.process-section-block:nth-child(5):before {
      content: "";
    background: #fff;
    width: 30px;
    height: 10px;
    right: -30px;
    top: 46%;
    position: absolute;
}


section.slider-section-main .swiper-wrapper > div {
    height: auto !important;
}

section.slider-section-main .swiper-wrapper {
    display: flex !important;
}

section.slider-section-main .swiper-wrapper > div > div{
    height:100%;
}

/* .excutive-page-slider .slide-top-content h4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */

.excutive-page-slider .slide-top-inner::-webkit-scrollbar-thumb{
    background: #bc8252;
}
.excutive-page-slider .slide-top-content h4 {
    min-height: 216px;
}


/* upload cv page */

.cv-page-banner{
    background-image: url("/aprilquest/photos/uploadbg.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position:center;
    padding :0px 15px;
}

.cvpage-form {
    grid-template-columns: repeat(2 , 1fr);
}

.cvpage-form .form-rightside-col {
    grid-column: 2 span;
    max-width: 100%;
}

.cvpage-form input#check {
    margin-bottom: 0px;
    margin-top: 0px;
}

/* 01-12-2025 new chages css start */

.Candidate-page-trust-section {
    background: linear-gradient(111.34deg, #12274B 0%, #00163B 100%);
    padding: 0px 15px;
}
/* 01-12-2025 new chages css End */

/* Responsive start */


@media screen and (max-width:1600px) and (min-width:1200px){
    
h1{
    font-size: 80px;
}

h2{
    font-size: 60px;

}

h3{
    font-size: 45px;

}

h4{
    font-size: 38px;

}

h5{
    font-size: 29px;

}

h6{
    font-size: 23px;
}

}


@media screen and (max-width:1600px){

/* client page  */

.client-first-section .first-container, .client-second-section .second-container ,.form-section-container , .job-section-container, .job-search-container,
.benefit-section-container, .executive-page-container , .executive-first-page-container, .team-section-container, .job-sector-container{
    padding: 80px 0 ;
}

/* team page */

.team-wrapper .team-image {
    max-height: 400px;
}

}


@media screen and (max-width:1200px){
.client-page-banner h1.main-heading{
    font-size: 65px;

}

.client-first-section .first-container {
    column-gap: 100px;
    padding: 70px 0;
}

.client-second-section .second-container {
    padding: 70px 0px;
}

/* form */

.form-section-container {
    padding: 70px 0;
    column-gap: 100px;
}

/* slider section */

.job-section-container, .cunsultant-section-container, .benefit-section-container, .cookie-content-container, .executive-page-container,
 .executive-first-page-container, .job-search-container{
    padding: 70px 0;
}

/* vacancies page */

.Vacancies-banner {
    background-size: cover;
}

.job-search-container {
    column-gap: 60px;
    padding: 100px 0px;
}

.Vacancies-banner h1 {
    padding-bottom: 70px;
}

/* team page */

.team-section-container, .job-sector-container {
    padding: 70px 0px;
}

/* details page */

.search-bar-container {
    padding: 50px 0px;
}


/* join our team page  */

.cunsultant-section-container {
    grid-gap: 40px;
}

.benefit-main-contaniner {
    gap: 26px;
}

.benefit-box {
    width: calc((100% - 78px) /4);
}

}

@media screen and (max-width:1024px){
.client-page-banner {
    height: 400px;
    
}

.client-page-banner  h1.main-heading{
    font-size: 70px;

}

.client-first-section .first-container {
    column-gap: 80px;
    padding: 60px 0;
}

.first-container .content-leftside-col p.text-space {
    padding-bottom: 40px;
}

.first-container .content-leftside-col h3, .first-container .content-leftside-col h2 , .excutive-page-slider h2{
    margin-bottom: 40px;
}

.client-second-section .second-container, .details-container, .cunsultant-section-container, .benefit-section-container , .cookie-content-container, 
.executive-page-container, .executive-first-page-container, .job-search-container{
    padding: 60px 0px;
}

.job-section-container{
    padding: 60px 0;
}

.client-second-section .second-container h2 {
    padding-bottom: 40px;
}

.client-second-section .second-container .inner-container {
    column-gap: 20px;
    padding-bottom: 40px;
}

/* form */

.form-section-container {
    column-gap: 80px;
    padding: 60px 0;
}

.form-section-container .form-leftside-col h2 {
    padding-bottom: 40px;
}


/* job slider */

.job-slider .slide-second-row, .job-slider .slide-first-row{
    padding: 20px;
}

/* vacancies page */

.job-search-container {
    column-gap: 40px;
    padding: 80px 0px;
}

.Vacancies-banner h1 {
    padding-bottom: 60px;
}

/* contact page  */

.contact-page-form {
    grid-template-columns: repeat(3, 1fr);
}

.contact-page-form .form-leftside-col {
    max-width: 100% !important;
    grid-column: 1 span;
    gap: 20px;

}

.contact-page-form .form-rightside-col {
    grid-column: 2 span;
}

.fomr-address {
    grid-column: 2 span;
}

.fomr-address h3, .contact-page-form .form-rightside-col h3{
    margin-bottom: 40px;
}

/* team page */

.team-section-container , .job-sector-container, .details-container{
    padding: 60px  0px;
}

.team-text-hover {
    padding: 20px;
}

.team-person-details {
    padding: 20px;
}

.inner-box-container {
    gap: 25px;
}

 .inner-box-container .team-wrapper {
    width: calc((100% - 50px) / 3);
    
}

.inner-box-container {
    padding-top: 40px;
}

/* details page */

.deails-page-banner {
    padding-top: 20%;
}

.deails-page-banner .details-page-banner h1 {
    margin-bottom: 40px !important;
   
}

.job-sector-heading-btn {
    padding-bottom: 30px;
} 

.search-bar-container {
    padding: 40px 0px;
}

.details-container {
    gap: 30px;
}


/* join our team page  */

.jointeam-first-section-main {
    padding-top: 80px;
}

.cunsultant-section-container {
    grid-template-columns: repeat(7, 1fr);
}


.cunsultant-container-left-col {
    grid-column: 3 span;
}

.cunsultant-container-right-col {
    grid-column: 4 span;
}

.accordion ul {
    padding-top: 40px;
}

.cunsultant-section-container {
    grid-gap: 20px;
}

.benefit-main-contaniner {
    padding-top: 40px;
    gap: 20px;
}

.benefit-box {
    width: calc((100% - 60px) /4);
}

}


@media screen and (max-width: 991px) {
.client-page-banner {
    height: 350px;
}

.client-page-banner  h1.main-heading {
    font-size: 60px;
}

.client-first-section .first-container {
    column-gap: 40px;
    padding: 50px 0;
}

.first-container .content-leftside-col p.text-space {
    padding-bottom: 30px;
}

.first-container .content-leftside-col h3, .excutive-page-slider h2 ,.first-container .content-leftside-col h2{
    margin-bottom: 30px;
}

.first-container .content-leftside-col {
    padding: 15px 0px;
}

.client-second-section .second-container , .job-sector-container, .cunsultant-section-container, .benefit-section-container , 
.cookie-content-container, .executive-page-container, .executive-first-page-container, .job-search-container{
    padding: 50px 0px;
}

.client-second-section .second-container h2 {
    padding-bottom: 30px;
}

.client-second-section .second-container .inner-container {
    padding-bottom: 30px;
}

/* job slider */

.job-section-container , .details-container{
    padding: 50px 0;
}

.job-slider {
    padding-top: 40px !important;
}

.job-slider .slide-second-row h6 {
    font-size: 22px;
}

.job-slider .slide-second-row h6:not(:last-child) {
    padding-bottom: 10px;
}

.job-slider .slide-heading-text h3 {
    padding-bottom: 20px;
}

.job-slider .slide-heading-text p {
    margin-bottom: 60px;
}

/* form start  */

.form-section-container {
    column-gap: 40px;
    padding: 50px 0;
}

.form-section-container .form-leftside-col h2 {
    padding-bottom: 30px;
}

.form-cehckbox-submit input.button-all {
    margin-left: 10px;
}

/* vacancies page */

.job-search-container {
    column-gap: 20px;
    padding: 60px 0px;
}

.fields {
    flex-wrap: wrap;
    gap: 5px 20px;
}

.fields p:not(:first-child) {
    padding-left: 0px;
}

.Vacancies-banner h1 {
    padding-bottom: 50px;
}

/* contact page  */

.contact-page-form {
    grid-template-columns: repeat(5, 1fr);
}

.contact-page-form .form-leftside-col {
    grid-column: 2 span;
}

.contact-page-form .form-rightside-col {
    grid-column: 3 span;
}

.fomr-address h3, .contact-page-form .form-rightside-col h3{
    margin-bottom: 30px;
}

/* team page */

.team-section-container {
    padding: 50px  0px;
}

.team-person-details h6 {
    font-size: 22px;
    padding-bottom: 10px;
}

/* details page */

.deails-page-banner .details-page-banner h1 {
    margin-bottom: 30px !important;
}

.job-sector-heading-btn {
    padding-bottom: 30px;
}

.details-container {
    gap: 20px;
}

/* join our team page  */

.jointeam-first-section-main {
    padding-top: 60px;
}

.cunsultant-container-left-col {
    grid-column: 7 span;
}

.cunsultant-container-right-col {
    grid-column: 7 span;
}

.accordion ul {
    padding-top: 30px;
}

.benefit-main-contaniner {
    padding-top: 30px;
}

.benefit-box {
    width: calc((100% - 40px) /3);
}

/* Executive Search page  */


.process-section-block {
    width: calc((100% - 60px) / 3);
}

.process-section-block:nth-child(3n):after, .process-section-block:nth-child(4):after  {
    display:none;
}


.process-section-block:nth-child(6):after{
    display:none;
} 
.process-section-block:nth-child(8):after,.process-section-block:nth-child(4):after, .process-section-block:nth-child(5):after{
    display:block;
    content: "";
    background: #fff;
    width: 30px;
    height: 10px;
    right: -30px;
    top: 46%;
    position: absolute;
} 

.excutive-page-section .executive-first-page-container .inner-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-bottom: 0px !important;
}

.excutive-page-section .content-left-side-col,.excutive-page-section .content-right-side-col {
    grid-column:  2 span;
}

}


@media screen and (max-width:900px){

.details-left-col, .details-right-col {
    grid-column: 9 span;
}




}

@media screen and (max-width: 768px) {
    .contractor-list {
    line-height: 1;
}
.client-page-banner {
    height: 300px;
}

.client-page-banner  h1.main-heading {
    font-size: 50px;
}

.client-first-section .first-container {
    display: flex;
    flex-direction: column-reverse;
}

.first-container .content-leftside-col , .first-container .content-rightside-col {
    max-width: 100%;
    padding-bottom: 0px;
}

.client-first-section .first-container, .benefit-section-container {
    padding: 40px 0;
}

.content-rightside-col img {
    max-height: 400px;
    object-fit: cover;
    object-position: center;
}

.first-container .content-leftside-col h3,.first-container .content-leftside-col h2, .excutive-page-slider h2, .executive-page-container h {
    margin-bottom: 20px;
}

.first-container .content-leftside-col p.text-space {
    padding-bottom: 20px;
    padding-top: 10px;
}

.client-second-section .second-container {
    padding: 40px 0px;
}

.client-second-section .second-container h2 {
    padding-bottom: 20px;
}

.client-second-section .second-container .inner-container {
    padding-bottom: 20px;
    grid-template-columns: 1fr;
    row-gap: 30px;
}

.content-left-side-col, .content-right-side-col {
    max-width: 100%;
}

/* job slider */

.job-section-container , .job-sector-container , .details-container, .cunsultant-section-container, .cookie-content-container, 
.executive-page-container, .job-search-container{
    padding: 40px 0;
}

.job-slider .slide-second-row h6 {
    font-size: 20px;
}

.job-slider {
    padding-top: 30px !important;
}


/* form start  */

.form-section-container {
    grid-template-columns: repeat(2, 1fr);
}

.form-section-container .form-leftside-col {
    max-width: 100%;
    grid-column: 2 span;
    padding-bottom: 20px;
}

.form-section-container .form-rightside-col {
    max-width: 100%;
    grid-column: 2 span;
}

.form-section-container, .executive-first-page-container {
    padding: 40px 0;
}

.form-section-container .form-leftside-col h2 {
    padding-bottom: 20px;
}

.form-input label {
    margin-bottom: 15px;
}

/* vacancies page */

.job-search-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.job-search-container .search-left-col, .job-search-container .search-right-col {
    max-width: 100%;
    grid-column: 2 span;
}

.search-left-col form > *:not(:first-child) {
    margin-top: 15px;
}

.job-search-container .search-right-col .job-post:not(:first-child) {
    margin-top: 15px;
}

.Vacancies-banner h1 {
    padding-bottom: 40px;
}

.Vacancies-banner h6 {
    font-size: 18px;
}

section.job-search-section input[type="checkbox"] {
    /* width: 12px;
    height: 12px; */
}

/* contact page */

.contact-page-form .form-leftside-col {
    padding-bottom: 0px;
}

.fomr-address h3, .contact-page-form .form-rightside-col h3 {
    margin-bottom: 20px;
}

.fomr-address {
    grid-column: 1 span;
}

/* team page */

.team-section-container {
    padding: 40px  0px;
}

.team-section-container .inner-box-container {
    padding-top: 30px;
}

.inner-box-container .team-wrapper {
    width: calc((100% - 25px) / 2);
}

.team-person-details h6 {
    font-size: 21px;
    padding-bottom: 8px;
}

.team-person-details p {
    padding-bottom: 8px;
}


/* details page */

.search-bar-container {
    padding: 30px 0px;
}

.deails-page-banner {
    padding-top: 25%;
}

.job-sector-heading-btn {
    padding-bottom: 20px;
}


/* join our team page  */

.jointeam-first-section-main {
    padding-top: 40px;
}

.our-team-page-content h6 {
    line-height: 1.2;
}

.acordian-child {
    padding: 20px;
}

.acordain-btn {
    width: 40px;
    height: 40px;
}

.benefit-main-contaniner {
    padding-top: 20px;
}

/* contractor  solution page */

.contractor-list li:not(:last-child) {
    padding-bottom: 10px;
}

.contractor-list {
    padding-top: 15px;
    padding-bottom: 20px;
}

/* Cookies page */

.cookie-content-container h2{
    padding-bottom: 20px;
}
.cookie-content-container h3 ,.cookie-content-container h4, .cookie-content-container h5, .cookie-content-container h6{
    padding-bottom: 15px;
}

.cookie-content-container p{
    padding-bottom: 10px;
}

.cookie-content-container ul li:not(:last-child) {
    padding-bottom: 10px;
}

.cookie-content-container ul {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
}


/* Executive Search page  */

.executive-page-form .form-leftside-col h4 {
    padding-bottom: 10px;
}

.process-section-block {
    width: calc((100% - 20px) / 2);
}

.process-section-block:nth-child(2n):after, .process-section-block:nth-child(4):after {
    display:none !important;
}

.process-section-block:nth-child(3):after, .process-section-block:nth-child(9):after {
    display: block !important;
}

.step-box {
    height: 200px;
}

.executive-page-process-section ul {
    gap: 20px;
}

}

@media screen and (max-width:650px){

.benefit-box {
    width: calc((100% - 20px) /2);
}

}

@media screen and (max-width:576px){

.contact-page-form {
    gap: 60px !important;
}
.client-page-banner {
    height: 250px;
}

.client-page-banner  h1.main-heading {
    font-size: 40px;
}

/* job slider */

.job-slider .slide-second-row h6 {
    font-size: 18px;
}

/* form start  */

.form-input {
    grid-column: span 4;
}

.form-section-container .form-main {
    gap: 20px;
}

.form-input input {
    padding-bottom: 15px;
}

.textarea-input textarea {
    height: 70px;
}

.form-cehckbox-submit {
    flex-wrap: wrap;
}

.form-cehckbox-submit input {
    margin-right: 0px;
    margin-bottom: auto;
    margin-top: auto;
    width: 10%;
}

.form-cehckbox-submit label {
    width: 90%;
}

.form-cehckbox-submit input.button-all {
    margin-top: 20px;
    margin-left: 0px;
    width: 100%;
}

.contact-page-form .form-leftside-col {
    gap: 30px;
    /* padding-bottom: 20px; */
}

/* vacancies page */

.Vacancies-banner {
    height: 300px;
}

.Vacancies-banner h1 {
    padding-bottom: 30px;
}

.search-left-col input{
    padding: 15px 20px;
    font-size: 18px;
}

section.job-search-section input[type="checkbox"] {
    /* width: 10px !important;
    height: 10px !important; */
}

/* contact page */

.contact-page-form {
    gap: 30px !important;
}

.fomr-address h3 {
    margin-bottom: 15px;
}

.fomr-address {
    grid-column: 2 span;
}

/* team page */

.team-section-container .inner-box-container {
    padding-top: 20px;
}

.inner-box-container {
    gap: 10px;
}

.team-person-details h6 {
    font-size: 20px;
}
.inner-box-container .team-wrapper {
    width: calc((100% - 0px) / 1);
}

.team-wrapper .team-image {
    max-height: 350px !important;
}

.team-person-details {
    padding: 15px;
}

/* details page */

.job-sector-container p {
    max-width: 100%;
}

/* join our team page  */

.jointeam-first-section-main .help-main-section {
    padding: 20px;
}

.jointeam-first-section-main .help-content-side {
    padding: 20px 20px;
}


/* Executive Search page  */

}


@media screen and (max-width: 480px) {
.client-page-banner h1.main-heading {
  font-size: 30px;
}

/* join our team page  */

.benefit-box {
    padding: 15px;
}

.benefit-box {
    width: calc((100% - 0px) /1);
}

/* executive page  */

.process-section-block {
    width: calc((100% - 0px) / 1);
}

.process-section-block:after, .process-section-block:nth-child(4n):after {
    width: 10px !important;
    height: 30px  !important;
    bottom: -30px !important;
    top: auto !important;
    right: 46% !important;
}

.process-section-block:nth-child(2n):after, .process-section-block:nth-child(3n):after {
    display: block !important;
}

.process-section-block:nth-child(6):after{
    display: block !important;
    width: 10px;
    height: 30px;
    bottom: -30px;
    top: auto;
    right: 46%;
}
.process-section-block:nth-child(5):before{
    display: none;
}

/* vacancis page */

.Vacancies-banner h1 {
    padding-bottom: 30px;
}

}
img.team_email {
    margin-top: 7px;
}
/*27-11-2025*/

section.details-job span {
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
}
 
section.details-job li {
    font-family: Titillium Web;
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    margin: 0 !important;
}
/*27-11-2025 */
/*02-12-2025 */
/* loader css */
/* Prevent scroll when loader is active */
body.loading {
  overflow: hidden;
  pointer-events: none; 
}

/* But allow loader itself to receive pointer events */
body.loading #loader-spinner {
  pointer-events: all;
}

.loader-spinner {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;       
  z-index: 99999999;
  background-color: #0000004d;
}
.loader-spinner::before{
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
 /* border: 6px solid rgb(0 0 0);
  border-top-color: rgb(143 138 138 / 81%);*/
  border: 6px solid #254477;       /* main blue */
  border-top-color: #3b5f9c;   
  animation: spin 0.9s linear infinite;
  box-sizing: border-box;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
/* helper: visually hide but keep for screen readers */
.sr-only { position: absolute; width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0; }


.loader-spinner {
    display: grid;
}

/* loader css */
/*02-12-2025 */


/* 11-12-2025 start */
.client-inner-section {
    background: #ffffff65;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0px 15px;
}
.assessment-section{
    position:relative;
}
.assessment-section .main-section.first-container {
    grid-template-columns: minmax(0, 560px) minmax(0, 700px);
    gap: 48px;
    position:unset;
}

.assessment-section .main-section.first-container .content-rightside-col {
    max-width: 50vw;
    width:50%;
    position:absolute;
    right: 0;
    left: 48%;
    top:0;
    bottom:0;
    /* margin-right: 15px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.assessment-section .main-section.first-container .content-leftside-col {
    max-width: 560px;
}

.assessment-section .main-section.first-container .content-rightside-col picture {
    object-fit: contain;
    /* height: 100%; */
    width: 100%;
    display: flex;
}

.assessment-section .main-section.first-container .content-rightside-col picture img {
    object-fit: contain;
    max-height: unset;
    object-position: center;
    /* border-radius: 5px !important; */
    max-width: 800px;
}

@media screen and (max-width:1200px){
.assessment-section .main-section.first-container {
    display:flex;
    flex-direction: column-reverse;
    gap: 20px;
}
.assessment-section .main-section.first-container .content-rightside-col {
    max-width: 100%;
    position: unset;
    width: 100%;
    margin-right: 0px;
}

.assessment-section .main-section.first-container .content-leftside-col {
    max-width: 100%;
}

.assessment-section .main-section.first-container .content-rightside-col picture img {
    max-height: 650px;
}
.assessment-section .main-section.first-container .content-rightside-col picture {
    width: auto;
}

}
/* 11-12-2025 End */