.newGuidePage{
    padding-top: 100px !important;
    background: transparent linear-gradient(180deg, #CBD5ED 0%, #FFFFFF 50%) 0% 0% no-repeat padding-box;
    position: relative;
    z-index: 2;
    margin-top: 50px;
}
@media(max-width:1600px){
    .newGuidePage{
        margin-top: 0;
    }
}
.newGuidePage .banner-group-image-section{
    margin-bottom: 50px;
}
.newGuidePage .banner-inner {
    margin: 0 0 30px 0;
}
.newGuidePage:before {
    content: '';
    position: absolute;
    background-image: url(../../images/solutions-page/solution-detail-bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
}
.newGuidePage:before{
    top: 0;
    height: 100%;
}
.newGuidePage .guideForm {
    margin-bottom: -13vw;
    padding-bottom: 0;
}
.newGuidePage .guideForm .btn{
    min-width: 150px;
}
.newGuidePage .guideForm .guideForm-area{
    box-shadow: rgba(0,0,0,0.15) 0px 2px 8px;
    -webkit-box-shadow: rgba(0,0,0,0.15) 0px 2px 8px;
    -moz-box-shadow: rgba(0,0,0,0.15) 0px 2px 8px;
    -ms-box-shadow: rgba(0,0,0,0.15) 0px 2px 8px;
}
.newGuidePageFormSection{
    position: relative;
    background: transparent linear-gradient(180deg, #CBD5ED 0%, #FFFFFF 50%) 0% 0% no-repeat padding-box;
    z-index: 1;
    padding: calc(10vw + 125px) 0 75px 0;
}
.newGuidePageFormSection:before {
    content: '';
    position: absolute;
    background-image: url(../../images/solutions-page/solution-detail-bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
}
.newGuidePageFormSection .powerofhrhubItem .powerofhrhubIcon{
    background-color: #ffffff;
}
.newGuidePageFormSection .powerofhrhubItem .powerofhrhubIcon span{
    font-size: 24px;
    font-weight: 600;
}
.newGuidePageFormSection .powerofhrhubItem p{
    font-size: 16px;
}
.newGuidePageFormSection .guideForm {
    position: relative;
    margin-bottom: 75px;
}
.newGuidePageFormSection .guideForm .guideForm-area {
    max-width: 100%;
    padding: 25px;
    border-radius: 25px;
        box-shadow: rgba(0,0,0,0.15) 0px 2px 8px;
    -webkit-box-shadow: rgba(0,0,0,0.15) 0px 2px 8px;
    -moz-box-shadow: rgba(0,0,0,0.15) 0px 2px 8px;
    -ms-box-shadow: rgba(0,0,0,0.15) 0px 2px 8px;
    background-color: #ffffff;
}
.newGuidePageFormSection .guideForm .guideForm-area .primary-btn1 {
    min-width: 200px;
    border-radius: 25px;
    justify-content: center;
    font-weight: 600;
    font-size: 17px;
}
.newGuidePageFormSection .guideForm label{
    font-size: 16px;
}
@media(max-width:1024px){
    .newGuidePage {
        padding-top: 125px;
    }
    .newGuidePage .banner-inner .banner-main-title{
        font-size: 36px;
    }
}
@media(max-width:991px){
    .newGuidePageFormSection{
        padding: 100px 0 50px;
    }
}
@media(max-width:767px){
    .newGuidePage {
        padding-top: 85px;
    }
    .newGuidePage .banner-inner .banner-main-title{
        font-size: 30px;
    }
    .newGuidePageFormSection {
        padding: 50px 0 50px;
    }
}
/* AI driven new design changes CSS JD 13-05-2025 S */
.inner-banner-section.newGuidePage.guidepage-redesign .inner-banner-caption .banner-inner .banner-main-title{
    font-size: 42px;
    margin: 0 0 25px 0;
}
.inner-banner-section.newGuidePage.guidepage-redesign::after{
    display: none;
}
.newGuidePage.guidepage-redesigne .guideForm {
    margin-bottom: inherit;
    padding-bottom: 100px;
}
.newGuidePageFormSection.guidepage-formredesign {
    padding: 100px 0;
}
.newGuidePage.guidepage-redesign .guideForm .guideForm-area {
    background: transparent linear-gradient(180deg, #a0b8dd 20%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.pt-100{
    padding-top: 100px;
}
.inner-banner-section.newGuidePage.guidepage-redesign .inner-banner-caption .banner-inner .banner-description {
    max-width: 75%;
    margin: 0 auto;
    line-height: 150%;
    padding: 0;
}
.inner-banner-section.newGuidePage.guidepage-redesign .inner-banner-caption{
    position: relative;
}
.inner-banner-section.newGuidePage.guidepage-redesign .inner-banner-caption .arrow-img {
    content: '';
    position: absolute;
    bottom: -65%;
    right: -75px;
    background-image: url(../../images/right-up-blue-new.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    height: 130px;
    width: 130px;
    z-index: 0;
    opacity: 0;
    transition: 0.75s ease-in-out all;
    transform: translateY(50px) rotate(41deg) !important;
    transition-delay: 0.5s;
}
.inner-banner-section.newGuidePage.guidepage-redesign .inner-banner-caption .arrow-img.fadeInUp{
    transform: translateY(0) rotate(41deg) !important;
    opacity: 1;
}

.newGuidePageFormSection.guidepage-formredesign {
    padding: 65px 0 80px 0;
}
.newGuidePage.guidepage-redesign .guideForm {
    margin-bottom: inherit;
    padding-bottom: 75px;
}
@media (max-width: 1699px) {
    .inner-banner-section.newGuidePage.guidepage-redesign .inner-banner-caption .arrow-img {
        bottom: -90%;
        right: -75px;
    }
    .newGuidePage.guidepage-redesign .guideForm {
        padding-bottom: 60px;
    }
    .inner-banner-section.newGuidePage.guidepage-redesign .inner-banner-caption .banner-inner .banner-main-title {
        font-size: 36px;
        margin: 0 0 25px 0;
    }
}
@media (max-width: 1599px) {
    .inner-banner-section.newGuidePage.guidepage-redesign .inner-banner-caption .arrow-img {
        bottom: -85%;
        right: -65px;
    }
}
@media (max-width: 1366px) {
    .powerofhrhub.newGuidePageFormSection.guidepage-formredesign .heading-title {
        font-size: 42px;
    }
    .newGuidePageFormSection.guidepage-formredesign {
        padding: 40px 0 60px 0;
    }
    .newGuidePage.guidepage-redesign .guideForm {
        padding-bottom: 50px;
    }
    .inner-banner-section.newGuidePage.guidepage-redesign .inner-banner-caption .arrow-img {
        bottom: -65%;
        right: -70px;
    }
}
@media (max-width: 1299px) {
    .inner-banner-section.newGuidePage.guidepage-redesign .inner-banner-caption .arrow-img {
        bottom: -62%;
        right: -65px;
        height: 120px;
        width: 120px;
    }
}
@media (max-width: 1199px) {
    .inner-banner-section.newGuidePage.guidepage-redesign .inner-banner-caption .arrow-img {
        bottom: -70%;
        right: -30px;
    }
    .powerofhrhub.newGuidePageFormSection.guidepage-formredesign .heading-title {
        font-size: 36px;
    }
    .inner-banner-section.newGuidePage.guidepage-redesign .inner-banner-caption .arrow-img {
        bottom: -55%;
        right: -20px;
    }
}
@media (max-width: 991px) {
    .inner-banner-section.newGuidePage.guidepage-redesign .inner-banner-caption.pt-100 {
        padding-top: 0;
    }
    .inner-banner-section.newGuidePage.guidepage-redesign .inner-banner-caption .arrow-img {
        display: none;
    }
}
@media (max-width: 767px) {
    .inner-banner-section.newGuidePage.guidepage-redesign .inner-banner-caption .banner-inner .banner-main-title {
        font-size: 30px;
        margin: 0 0 15px 0;
    }
    .inner-banner-section.newGuidePage.guidepage-redesign .inner-banner-caption .banner-inner .banner-description {
        max-width: 100%;
    }
}
@media (max-width: 479px) {
    .inner-banner-section.newGuidePage.guidepage-redesign .inner-banner-caption .banner-inner .banner-main-title {
        font-size: 24px;
    }
}
/* AI driven new design changes CSS JD 13-05-2025 E */

/* Recruitment Integration CSS JD 05-05-2025 S */
.recruitment-integration.newGuidePageFormSection {
    padding: 75px 0 75px 0;
}
.recruitment-integration .steps-title {
    text-align: left;
    margin: 0 0 20px 80px;
    font-size: 40px;
}
.recruitment-integration .heading-section.heading-sub-title .heading-title{
    font-size: 40px;
}
.recruitment-integration.powerofhrhub .powerofhrhubItem .powerofhrhubContent .steps-div {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 20px auto 20px auto;
    text-align: center;
    border-radius: 11px;
    background-color: #ffffff;
    padding: 10px;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.recruitment-integration.powerofhrhub .powerofhrhubItem .powerofhrhubContent .steps-div .steps-image {
    border-radius: 5px;
    max-width: 100%;
}
.recruitment-integration.powerofhrhub .powerofhrhubItem {
    position: relative;
}
.recruitment-integration.powerofhrhub .powerofhrhubItem::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    border: 1px dashed #d0caca;
    height: 100%;
    z-index: -1;
}
.recruitment-integration.powerofhrhub .powerofhrhubItem .recruitment_link li {
    color: #3e5468;
}
.recruitment-integration.powerofhrhub .powerofhrhubItem .recruitment_link li{
    list-style-type: none;
}
.recruitment-integration.powerofhrhub .powerofhrhubItem .recruitment_link li .recruitment_link_no{
    font-size: 16px;
    font-weight: 600;
    color: #1A1818;
    display: inline-block;
    margin: 0 5px 0 0;
}
.recruitment-integration.powerofhrhub .powerofhrhubItem .recruitment_link li + li{
    margin-top: 10px;
}
@media (max-width: 1440px) {
    .recruitment-integration .steps-title {
        font-size: 36px;
        margin: 0 0 10px 80px;
    }
}
@media (max-width: 1199px) {
    .recruitment-integration .heading-section.heading-sub-title .heading-title {
        font-size: 36px;
    }
    .recruitment-integration .steps-title {
        font-size: 32px;
    }
}
@media (max-width: 991px) {
    .recruitment-integration.newGuidePageFormSection {
        padding: 50px 0 50px 0;
    }
    .recruitment-integration .heading-section.heading-sub-title .heading-title {
        font-size: 30px;
    }
    .recruitment-integration .steps-title {
        font-size: 30px;
    }
    .recruitment-integration.powerofhrhub .heading-section {
        max-width: 100%;
        margin: 0 auto 20px auto;
    }
}
@media (max-width: 767px) {
    .recruitment-integration.powerofhrhub .powerofhrhubItem p {
        font-size: 14px;
    }
    .recruitment-integration ol, ul {
        padding-left: 1rem;
    }
}
@media (max-width: 576px) {
    .recruitment-integration .heading-section.heading-sub-title .heading-title {
        font-size: 24px;
    }
    .recruitment-integration .steps-title {
        font-size: 24px;
        margin: 0 auto;
    }
    .recruitment-integration.powerofhrhub .powerofhrhubItem .powerofhrhubTitle {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 125%;
    }
    .recruitment-integration.powerofhrhub .powerofhrhubItem .recruitment_link li {
        font-size: 14px;
    }
    .recruitment-integration.powerofhrhub .powerofhrhubItem .recruitment_link li .recruitment_link_no {
        font-size: 14px;
    }
}
/* Recruitment Integration CSS JD 05-05-2025 E */