.container {
    max-width: 1130px;
    margin: 0 auto;
}

#hero_top_section {
    background-image: url(../../../images/purple-background.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.hero_inner {
    padding: 140px 0px 80px;
    display: flex;
    align-items: flex-start;
    align-items: center;
}

.hero_left {
    width: 50%;
    box-sizing: border-box;
    padding-right: 50px;
}

.hero_right {
    width: 50%;
    box-sizing: border-box;
    line-height: 0;
}

.hero_right img {
    width: 100%;
}

.hero_left h1 {
    -webkit-font-smoothing: auto;
    font-size: 52px;
    line-height: 60px;
    color: #fff;
    font-weight: 800;
    margin: 0px 0px 20px;
}

.hero_left p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 100;
    margin: 0px 0px 25px;
}

#book-a-call {
    font-weight: 600;
    cursor: pointer;
}

body:not(.scroll_down_mobile) .site-header-new {
    background-color: transparent;
    box-shadow: none;
}

body:not(.scroll_down_mobile) #aihr-site-navigation .lines-button .menu-line {
    background-color: #fff!important;
}

@media screen and (max-width: 1230px) {
    .container {
        max-width: 100%;
        margin: 0 50px;
    }
}

@media screen and (min-width: 1041px) {
    .scroll1_down .site-header-new {
        background-color: #31216B;
    }
    #hero_top_section {
        margin-top: -85px;
    }
}

@media screen and (max-width:1040px) {
    .hero_inner {
        padding: 100px 0px 60px;
    }
}

@media screen and (max-width:900px) {
    .hero_inner {
        flex-direction: column;
    }
    .hero_left {
        padding-right: 0px;
        width: 100%;
    }
    .hero_right {
        margin: 50px auto 0px;
        max-width: 520px;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .hero_left h1 {
        font-size: 38px;
        line-height: 46px;
    }
    .container {
        margin: 0 30px;
    }
    .hero_inner {
        padding: 80px 0px 50px;
    }
    .hero_right {
        margin-top: 40px;
    }
}


/********************************
HR Professional Services Section
********************************/

#hps_section {
    padding: 80px 0px 40px;
}

.hps_top {
    text-align: center;
    max-width: 840px;
    margin: 0 auto;
}

.above_title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    color: #1EBBF0;
    margin-bottom: 15px;
}

.hps_top h2 {
    font-size: 38px;
    line-height: 46px;
    color: #31216B;
    font-weight: 800;
    margin: 0 0 20px;
    -webkit-font-smoothing: auto;
}

.description_hps p {
    font-weight: 100;
    font-size: 16px;
    line-height: 26px;
    color: #31216B;
    margin-bottom: 15px;
}

.hps_horizontal_items_holder {
    display: flex;
    flex-wrap: wrap;
    margin: 80px -10px 70px;
}

.items_holder {
    position: relative;
    padding: 60px 25px 80px;
    border-radius: 8px;
    box-shadow: 0px 4px 32px 0px rgba(109, 109, 128, 0.15);
    width: calc(25% - 24px);
    margin: 0px 12px 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.items_holder:hover {
    box-shadow: 0 0 1px 0 rgb(0 0 0 / .05), 0 1px 20px 0 rgb(0 0 0 / .15);
}

.icon_holder {
    position: absolute;
    top: -36px;
    left: 0px;
    right: 0px;
    text-align: center;
    line-height: 0;
}

.items_content {
    display: flex;
    flex-direction: column;
}

.item_title {
    color: #31216B;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.item_description {
    color: #50585F;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.items_learn_more {
    color: #1EBBF0;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    position: absolute;
    bottom: 30px;
    text-align: center;
    left: 0px;
    right: 0px;
}

.items_holder.popular_class:before {
    content: 'Popular';
    font-size: 14px;
    line-height: 24px;
    color: #f45c0e;
    background: #ffe9bf;
    border-radius: 40px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 0 13px;
    position: absolute;
    right: 10px;
    top: 25px;
}

.item-vertical {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 60px 0px;
    border-top: 1px solid #EBE3E3;
}

.item-vertical-left {
    width: 50%;
    box-sizing: border-box;
    padding-right: 70px;
}

.item-vertical-right {
    width: 50%;
    box-sizing: border-box;
}

.item-vertical-image {
    line-height: 0;
}

.item-vertical-image img {
    width: 100%;
}

.item-vertical.revert-order .item-vertical-left {
    order: 2;
    padding: 0px 0px 0px 70px;
}

.item-vertical.revert-order .item-vertical-right {
    order: 1;
}

.item-vertical-title {
    font-size: 32px;
    line-height: 42px;
    color: #31216B;
    font-weight: 800;
    margin: 0 0 20px;
    display: flex;
}

.item-vertical-content p {
    font-weight: 100;
    font-size: 16px;
    line-height: 26px;
    color: #31216B;
    margin-bottom: 15px;
}

.item-vertical-content ul {
    list-style: disc;
    padding-left: 20px;
}

.item-vertical-content ul li {
    font-weight: 100;
    font-size: 16px;
    line-height: 26px;
    color: #31216B;
    margin-bottom: 15px;
}

.item-vertical-book {
    color: #1EBBF0;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    cursor: pointer;
}

.item-vertical-book i {
    color: #1EBBF0;
    padding-left: 10px;
}

.item-vertical-left.popular_badge {
    position: relative;
}

.item-vertical-left.popular_badge:before {
    content: 'Popular';
    font-size: 14px;
    line-height: 24px;
    color: #f45c0e;
    background: #ffe9bf;
    border-radius: 40px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 0 13px;
    position: absolute;
    right: 70px;
    top: -25px;
}

.item-vertical.revert-order .item-vertical-left.popular_badge:before {
    right: 0px;
}

@media screen and (max-width:1040px) {
    .hps_horizontal_items_holder {
        margin: 70px -10px 50px;
    }
    .item-vertical {
        padding: 40px 0px;
    }
    #hps_section {
        padding: 60px 0px 20px;
    }
    .items_holder {
        width: calc(50% - 24px);
    }
    .items_holder:nth-child(1),
    .items_holder:nth-child(2) {
        margin-bottom: 50px;
    }
    .item-vertical-left {
        padding-right: 50px;
    }
    .item-vertical.revert-order .item-vertical-left {
        padding: 0px 0px 0px 50px;
    }
}

@media screen and (max-width:800px) {
    .item-vertical {
        flex-direction: column;
    }
    .item-vertical-left {
        padding-right: 0px;
        padding-bottom: 30px;
        width: 100%;
    }
    .item-vertical-right {
        width: 100%;
    }
    .item-vertical-image {
        max-width: 500px;
        width: 100%;
        display: flex;
        margin: 0 auto;
    }
    .item-vertical.revert-order .item-vertical-right {
        order: 2;
    }
    .item-vertical.revert-order .item-vertical-left {
        order: 1;
        padding: 0px 0px 30px;
    }
    .item-vertical-left.popular_badge:before {
        right: 0px;
    }
}

@media screen and (max-width:600px) {
    .items_holder {
        width: calc(100% - 24px);
    }
    .items_holder:nth-child(3) {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:480px) {
    .item-vertical.revert-order .item-vertical-left,
    .item-vertical-left {
        padding-bottom: 20px;
    }
    .item-vertical-left.popular_badge:before {
        top: -20px;
    }
    .hps_horizontal_items_holder {
        margin: 60px -10px 50px;
    }
    .description_hps p {
        font-size: 14px;
    }
    .item-vertical {
        padding: 30px 0px;
    }
    .item-vertical-book,
    .item-vertical-content ul li,
    .item-vertical-content p {
        font-weight: 100;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .item-vertical-title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 15px;
    }
    .hps_top h2 {
        font-size: 32px;
        line-height: 42px;
    }
    #hps_section {
        padding: 50px 0px 10px;
    }
}


/*************
Book A Call
**************/

#book_a_call_section {
    background: linear-gradient(to bottom, white 70%, #31216B 70%);
}

.book_a_call_inner {
    max-width: 950px;
    margin: 0 auto;
    background-color: #F8F9FA;
    border-radius: 50px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 450px;
}

.book_a_call_left {
    width: 350px;
    line-height: 0px;
    position: absolute;
    bottom: 0px;
}

.book_a_call_left img {
    width: 100%;
}

.book_a_call_right {
    padding: 0px 40px 0px 400px;
}

.book_a_call_right .scroll-bottom {
    font-weight: 600;
    cursor: pointer;
}

.book_a_call_right h2 {
    color: #31216B;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}

.book_a_call_right p {
    font-weight: 100;
    font-size: 16px;
    line-height: 26px;
    color: #31216B;
    margin-bottom: 25px;
}


/*******************
Unlock HR Potential
*********************/

#unlock_potential_section {
    background-color: #31216B;
    padding: 80px 0px;
}

.unlock_potential_inner {
    display: flex;
    align-items: center;
}

.unlock_potential_left {
    flex: 1;
    padding-right: 100px;
}

.unlock_potential_right {
    width: 440px;
    display: flex;
    flex-wrap: wrap;
}

.unlock_potential_left h2 {
    font-size: 38px;
    line-height: 46px;
    color: #fff;
    font-weight: 800;
    margin: 0 0 20px;
}

.unlock_potential_left p {
    font-weight: 100;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0px;
}

.box_item {
    margin: 0px 10px 0px;
    width: calc(50% - 20px);
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box_item:nth-child(1),
.box_item:nth-child(2) {
    margin-bottom: 20px;
}

.box_top {
    font-size: 38px;
    line-height: 52px;
    color: #31216B;
    font-weight: 700;
}

.box_bottom {
    font-size: 12px;
    line-height: 20px;
    color: #31216B;
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width:1250px) {
    .unlock_potential_left {
        padding-right: 50px;
    }
}

@media screen and (max-width:1040px) {
    .unlock_potential_left {
        padding-right: 30px;
    }
    #unlock_potential_section {
        padding: 60px 0px;
    }
}

@media screen and (max-width:900px) {
    .book_a_call_right {
        padding: 0px 20px 0px 330px;
    }
    .book_a_call_left {
        width: 300px;
    }
    .unlock_potential_inner {
        flex-direction: column;
    }
    .unlock_potential_left {
        width: 100%;
        padding: 0px 0px 30px;
    }
    .unlock_potential_right {
        width: calc(100% + 20px);
        margin: 0px -10px;
    }
}

@media screen and (max-width:800px) {
    .book_a_call_left {
        display: none;
    }
    .book_a_call_right {
        padding: 30px;
    }
    .book_a_call_inner {
        min-height: inherit;
        border-radius: 20px;
    }
    #unlock_potential_section {
        padding: 50px 0px 60px;
    }
}

@media screen and (max-width:480px) {
    .box_item {
        padding: 20px 10px;
    }
    .box_top {
        font-size: 32px;
        line-height: 42px;
    }
    .book_a_call_right h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .unlock_potential_left h2 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 15px;
    }
    #unlock_potential_section {
        padding: 40px 0px 50px;
    }
    .book_a_call_right p,
    .unlock_potential_left p {
        font-size: 14px;
    }
    .unlock_potential_left {
        padding: 0px 0px 25px;
    }
}


/*****************
Advantage Section
*****************/

#advantage_section {
    padding: 80px 0px;
}

.advantage_top {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.advantage_top h2 {
    font-size: 38px;
    line-height: 46px;
    color: #31216B;
    font-weight: 800;
    margin: 0 0 20px;
    -webkit-font-smoothing: auto;
}

.advantage_top p {
    font-weight: 100;
    font-size: 16px;
    line-height: 26px;
    color: #31216B;
    margin-bottom: 0px;
}

.advantage_tabs {
    display: flex;
    align-items: center;
    padding-top: 50px;
}

.advantage_tabs_sidebar {
    width: 50%;
    box-sizing: border-box;
}

.advantage_tabs_content {
    width: 50%;
    padding-right: 60px;
}

.tab_image_item {
    line-height: 0;
}

.tab_image_item img {
    width: 100%;
}

.tab_sidebar_item {
    position: relative;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    cursor: pointer;
}

.tab_sidebar_item:last-child {
    margin-bottom: 0px;
}

.tab_sidebar_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background-color: #31216B;
    /* Adjust color as needed */
    transition: height 0.3s ease-in-out;
}

.tab_sidebar_item.active::before {
    height: 100%;
}

.tab_sidebar_item h3 {
    color: #31216B;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.tab_sidebar_item p {
    font-weight: 100;
    font-size: 16px;
    line-height: 26px;
    color: #31216B;
    margin-bottom: 0px;
}

@media screen and (max-width:1040px) {
    #advantage_section {
        padding: 60px 0px;
    }
}

@media screen and (max-width:980px) {
    .advantage_tabs {
        flex-direction: column;
    }
    .advantage_tabs_sidebar {
        order: 1;
        width: 100%;
        padding-bottom: 30px;
    }
    .advantage_tabs_content {
        order: 2;
        width: 100%;
        padding-right: 0px;
    }
    .tab_image_item {
        max-width: 500px;
        width: 100%;
        display: flex;
        margin: 0 auto;
    }
}

@media screen and (max-width:480px) {
    .tab_sidebar_item h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .tab_sidebar_item p {
        font-size: 14px;
    }
    #advantage_section {
        padding: 50px 0px;
    }
    .advantage_top h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .advantage_top p {
        font-size: 14px;
    }
}


/**********
Minds Section
**********/

#minds_section {
    padding: 80px 0px;
    background: #F8F9FA;
}

.minds_top {
    text-align: center;
}

.minds_top h2 {
    font-size: 38px;
    line-height: 46px;
    color: #31216B;
    font-weight: 800;
    -webkit-font-smoothing: auto;
    max-width: 600px;
    margin: 0 auto 50px;
}

.minds_items_holder {
    display: flex;
    margin: 0px -16px;
}

.minds_items_holder .slick-prev.slick-arrow {
    position: absolute;
    top: -85px;
    font-size: 0;
    right: 55px;
    background-color: #fff;
    border: 1px solid #1ebbf0;
    z-index: 99;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.minds_items_holder .slick-next.slick-arrow:hover,
.minds_items_holder .slick-prev.slick-arrow:hover {
    border-color: #31216B;
}

.minds_items_holder .slick-next.slick-arrow:hover:before,
.minds_items_holder .slick-prev.slick-arrow:hover:before {
    color: #31216B;
}

.minds_items_holder .slick-prev.slick-arrow:before {
    content: "\f053";
    font-size: 16px;
    color: #1ebbf0;
    font-family: 'font awesome 5 free';
    font-weight: 900;
    cursor: pointer;
}

.minds_items_holder .slick-next.slick-arrow {
    position: absolute;
    top: -85px;
    font-size: 0;
    right: 10px;
    border: none;
    border: 1px solid #1ebbf0;
    background-color: #fff;
    z-index: 99;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.minds_items_holder .slick-next.slick-arrow:before {
    content: "\f054";
    font-size: 16px;
    color: #1ebbf0;
    font-family: 'font awesome 5 free';
    font-weight: 900;
    cursor: pointer;
}

.minds_item {
    margin: 0px 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.minds_item_image {
    line-height: 0;
    display: flex;
}

.minds_item_image img {
    width: 100%;
}

.minds_item_bottom_information {
    padding: 20px 0px 0px;
}

.minds_item_name {
    color: #38267A;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 10px;
}

.minds_item_position {
    color: #1EBBF0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.minds_item_bottom_information p {
    font-weight: 100;
    font-size: 14px;
    line-height: 22px;
    color: #31216B;
    margin-bottom: 0px;
    margin-top: 15px;
}

.minds_item_linkedin a {
    width: 20px;
    display: flex;
    height: 20px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 20px;
    background-color: #31216B;
    color: #fff;
}

.minds_item_bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width:1040px) {
    #minds_section {
        padding: 60px 0px;
    }
}

@media screen and (max-width:900px) {
    .minds_items_holder {
        flex-wrap: wrap;
    }
    .minds_item {
        width: calc(50% - 32px);
    }
    .minds_item:nth-child(1),
    .minds_item:nth-child(2) {
        margin-bottom: 32px;
    }
}

@media screen and (max-width:800px) {
    .minds_items_holder .slick-prev.slick-arrow,
    .minds_items_holder .slick-next.slick-arrow {
        top: -55px;
    }
}

@media screen and (max-width:600px) {
    .minds_items_holder .slick-prev.slick-arrow,
    .minds_items_holder .slick-next.slick-arrow {
        top: -45px;
    }
}

@media screen and (max-width:480px) {
    .minds_item {
        width: calc(100% - 32px);
    }
    .minds_item:nth-child(3) {
        margin-bottom: 32px;
    }
    #minds_section {
        padding: 50px 0px;
    }
    .minds_top h2 {
        font-size: 32px;
        line-height: 42px;
    }
}


/****************
Customer Section
***************/

#customers_section {
    padding: 80px 0px 140px;
}

.customers_inner h2 {
    font-size: 38px;
    line-height: 46px;
    color: #31216B;
    font-weight: 800;
    -webkit-font-smoothing: auto;
    margin: 0 auto 50px;
    text-align: center;
}

.customer_item_holder {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 25px 3px rgba(0, 0, 0, 0.15);
    padding: 50px 150px;
}

.customer_item_holder .slick-prev.slick-arrow,
.customer_item_holder .slick-next.slick-arrow {
    position: absolute;
    bottom: -80px;
}

.customer_item_holder .slick-prev.slick-arrow {
    font-size: 0px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: 1px solid #1EBBF0;
    left: calc(50% - 53px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.customer_item_holder .slick-prev.slick-arrow:before {
    content: "\f104";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
    color: #1EBBF0;
}

.customer_item_holder .slick-next.slick-arrow {
    font-size: 0px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: 1px solid #1EBBF0;
    right: calc(50% - 53px);
    background-color: #fff;
}

.customer_item_holder .slick-next.slick-arrow:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
    color: #1EBBF0;
}

.customer_item_text p {
    color: #31216B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

.customer_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.customer_bottom_left {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: flex-end;
    padding-right: 10px;
}

.customer_bottom_right {
    width: 50%;
    align-items: flex-start;
    padding-left: 10px;
    border-left: 2px solid #31216B;
}

.customer_item_logo {
    line-height: 0;
}

.customer_item_logo img {
    max-height: 57px;
    height: 100%;
}

.customer_item_name {
    color: #31216B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.customer_item_position {
    color: #31216B;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: 24px;
}

@media screen and (max-width:1040px) {
    #customers_section {
        padding: 60px 0px 120px;
    }
    .customer_item_holder {
        padding: 50px;
    }
    .customers_inner h2 {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:700px) {
    .customer_item_holder {
        padding: 30px;
    }
    .customer_bottom {
        padding-top: 20px;
        flex-direction: column;
    }
    .customer_bottom_left {
        width: 100%;
        align-items: center;
        padding-right: 0px;
        padding-bottom: 20px;
    }
    .customer_bottom_right {
        width: 100%;
        align-items: center;
        padding-left: 0px;
        border: none;
    }
    .customer_item_logo img {
        text-align: center;
        margin: 0 auto;
    }
}

@media screen and (max-width:480px) {
    .customer_item_text p {
        font-size: 16px;
    }
    #customers_section {
        padding: 50px 0px 110px;
    }
    .customers_inner h2 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 30px;
    }
}

.last-section {
    background-color: #31216B!important;
}

.blue-text-above {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #1EBBF0;
    padding-bottom: 10px;
    text-transform: uppercase;
}