.services-cards:not(.hidden_indents) {
    padding: 80px 0 100px 0;
}
.services-cards {
    padding-top: 22px;
}

.services-cards .container {
    position: relative;
}

/* slider btns
    start
*/
.services-cards:not(.services-cards--slider) .services-cards__arrows-wrp {
    display: none;
}
.services-cards__arrow {
    height: 48px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;

    padding: 12px 10px 12px 14px;

    border-radius: 50%;
    background-color: transparent;
    transition: background-color .2s ease-in-out;
}
.services-cards__arrow-prev {
    left: -56px;
    transform: translateY(-50%) rotate(180deg);
}
.services-cards__arrow:not(.disabled) {
    cursor: pointer;
}

.services-cards__arrow-next {
    right: -56px;
}

.services-cards__arrow:not(.disabled):hover {
    background-color: #f1f4f9;
}
.services-cards__arrow:not(.disabled):active {
    background-color: #e6ecf4;
}

.services-cards__arrow:not(.disabled):active * {
    fill: #1852AD;
}

.services-cards__arrow.disabled > svg path {
    fill: #A9B5C7;
}
.services-cards--blue-theme .services-cards__arrow > svg path {
    fill: #FFF;
}
.services-cards--blue-theme .services-cards__arrow.disabled > svg path {
    fill: #66A1FF;
}
.services-cards--blue-theme .services-cards__arrow:not(.disabled):hover {
    background-color: rgba(255, 255, 255, 0.08);
}
.services-cards--blue-theme .services-cards__arrow:not(.disabled):active {
    background-color: rgba(255, 255, 255, 0.16);
}
.services-cards--blue-theme .services-cards__arrow:not(.disabled):active * {
    fill: #fff;
}

/* slider btns
    end
*/

/* slider
    start
*/
.services-cards.services-cards--slider {
    padding-top: 0;
}
.services-cards--slider .services-cards__card-wrap {
    display: flex;
    flex-wrap: unset;
    align-items: stretch;

    gap: 32px;

    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.services-cards--slider .services-cards__card-wrap::-webkit-scrollbar {
    display: none;
}
.services-cards--slider .services-cards__card {
    flex: none;
    width: 352px;

    margin: 22px 0 0!important;
}
/* slider
    end
*/



.services-cards__arrow > svg {
    width: 24px;
    height: 24px;
}

.services-cards__card-wrap {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.services-cards__card {
    position: relative;

    width: calc(33.333% - 21.333px);

    padding: 88px 40px 56px;

    border: 1px solid #DAE1EC;
    border-radius: 8px;
}

.services-cards__card:not(:nth-child(3n)) {
    margin-right: 32px;
}
.arabic-language .services-cards__card:not(:nth-child(3n)) {
    margin-right: 0;
}
.arabic-language .services-cards__card:not(:nth-child(3n + 1)) {
    margin-right: 32px;
}


.services-cards__card:not(:nth-child(-n+3)) {
    margin-top: 64px;
}

.services-cards__card-title {
    margin: 0 0 20px 0;

    font-weight: bold;
    font-size: 20px;
    line-height: 22px;

    color: #181B21;
}

.services-cards__card-subtitle {
    margin: 0;

    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;

    color: #181B21;
}
.services-cards__card-subtitle a {
    font-weight: 400;
    position: relative;
    border-bottom: 2px solid rgba(73, 140, 245, .24);
    color: #225fbf;
    text-decoration: unset;
    transition: color .2s ease-in-out, border-bottom-color .2s ease-in-out;
}
.services-cards__card-subtitle a:hover {
    border-bottom-color: #2d6bcc;
    color: #1852ad;
}
.services-cards__card-subtitle a:active {
    border-bottom-color: #3a7be0;
    color: #3a7be0;
}

.services-cards__card-img-wrp {
    position: absolute;
    top: -24px;
    left: 40px;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 80px;
    height: 80px;
    padding: 16px;

    background: #F1F4F9;
    border-radius: 8px;
}

.services-cards__card-img {

}


/* BLUE THEME */

.services-cards--blue-theme {
    background: #225FBF;
}

.services-cards--blue-theme .services-cards__card-img-wrp {
    background: #3A7BE0;
}

.services-cards--blue-theme .services-cards__card {
    border-color: #66A1FF;
}
.services-cards--blue-theme:not(.services-cards--without-images) .services-cards__card {
    background-color: #fff;
}
.services-cards--blue-theme:not(.services-cards--without-images) .services-cards__card-title,
.services-cards--blue-theme:not(.services-cards--without-images) .services-cards__card-subtitle {
    color: #181B21;
}
.services-cards--blue-theme .services-cards__card-title,
.services-cards--blue-theme .services-cards__card-subtitle {
    color: #fff;
}
.services-cards--blue-theme .services-cards__card-subtitle a {
    color: #F1F4F9;
    border-bottom-color: rgba(255, 255, 255, 0.24);
}
.services-cards--blue-theme .services-cards__card-subtitle a:hover {
    border-bottom-color: #F1F4F9;
}
.services-cards--blue-theme .services-cards__card-subtitle a:active {
    color: rgba(255, 255, 255, 0.56);
    border-bottom-color: rgba(255, 255, 255, 0.56);
}

/* BLUE THEME */

/* GRAY THEME */
.services-cards--gray-theme {
    background: #F1F4F9;
}

.services-cards--gray-theme .services-cards__card-img-wrp {
    background: #225FBF;
}

.services-cards--gray-theme .services-cards__card {
    background: #fff;"event-descriptions
    border-color: #fff;
}

.services-cards--gray-theme .services-cards__arrow:not(.disabled):hover {
    background-color: #dae1ec;
}
.services-cards--gray-theme .services-cards__arrow:not(.disabled):active {
    background-color: #bdc7d6;
}
.services-cards--gray-theme .services-cards__arrow:not(.disabled):active * {
    fill: #1852AD;
}
/* GRAY THEME */


/* HR THEME */
.services-cards.services-cards--hr .services-cards__card {
    border-radius: 24px;
    padding: 48px 48px 56px 48px;
    border: unset;
    background: #FFF;
}

.services-cards--hr .services-cards__card-title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 24px;
    color: #181B21;
}
.services-cards--hr .services-cards__card-subtitle.richtext *,
.services-cards--hr .services-cards__card-subtitle.richtext {
    color: #181B21;
}
.services-cards--hr .richtext ul li:after {
    border-bottom: unset;
    border-left: unset;
    background-color: #225FBF;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: -15px;
    top: 9px;
}

/* END HR THEME */

/* CTA */
.services-cards__card.services-cards__cta {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;

    border: 1px solid #DAE1EC;

    padding: 64px 64px 40px 40px;

    background-image: url("https://leverx.com/hubfs/services-cards-cta-vector.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.services-cards__cta-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.72px;

    color: #181B21;

    z-index: 1;
}

.services-cards__cta-btn-wrp {
    margin-top: 40px;
    max-width: fit-content;

    z-index: 1;
}

/* GRAY */
.services-cards--gray-theme .services-cards__card.services-cards__cta {
    border: 1px solid #DAE1EC;
}


/* BLUE */
.services-cards__cta-blue.services-cards__cta {
    background-color: #225FBF!important;
}
.services-cards--blue-theme .services-cards__cta.services-cards__card {
    border: unset;
}

/* end CTA */

/* START without images */
.services-cards--without-images .services-cards__card {
    padding: 40px;
}


/* END without images */

@media (max-width: 1286px) and (min-width: 1199.5px) {
    .services-cards.services-cards--slider .container {
        padding-bottom: 88px;
    }
    .services-cards__arrows-wrp {
        position: absolute;
        bottom: 0;
        right: 0;

        display: flex;
        align-items: center;
        gap: 8px;
    }
    .services-cards__arrow {
        position: relative;
        left: 0;
        right: 0;
        top: 0;

        transform: none;
    }
    .services-cards__arrow.services-cards__arrow-prev {
        transform: rotate(180deg);
    }
}

@media (max-width: 1199.5px) {
    .services-cards--slider .services-cards__card {
        width: 266px;
    }
    .services-cards:not(.hidden_indents) {
        padding: 72px 0 80px 0;
    }

    .services-cards__card {
        padding: 80px 32px 48px 32px;
    }

    .services-cards__card:not(:nth-child(-n+3)) {
        margin-top: 56px;
    }

    .services-cards__card.services-cards__cta {
        padding: 48px 32px 40px;
    }

    .services-cards__cta-text {
        font-size: 28px;
        line-height: 28px;
    }

    .services-cards__cta-btn-wrp {
        margin-top: 24px;
    }
    .services-cards__cta-btn-wrp .button--l_size {
        font-size: 12px;
        line-height: 14px;

        padding: 14px 20px 12px;
    }

    .services-cards__arrow-prev {
        left: -40px;
    }
    .services-cards__arrow-next {
        right: -40px;
    }

    /* HR THEME */
    .services-cards.services-cards--hr .services-cards__card {
        padding: 40px 32px 56px 32px;
    }
    /* END HR THEME */
}

@media (max-width: 1023.5px) {
    /* slider
        START
    */
    .services-cards--slider .container {
        max-width: unset;
        padding: unset;
    }
    .services-cards--slider .services-cards__arrows-wrp {
        display: none;
    }
    .services-cards--slider .services-cards__card-wrap {
        gap: 24px;
    }
    .services-cards--slider .services-cards__card {
        max-width: 312px;
        min-width: 312px;
    }
    .services-cards--slider .services-cards__card:first-child {
        margin-left: calc(50% - 336px)!important;
    }
    .services-cards--slider .services-cards__card:last-child {
        margin-right: calc(50% - 336px)!important;
    }
    /* slider
        END
    */



    .services-cards__card {
        width: calc(50% - 16px);
        padding: 88px 40px 48px 40px;
    }

    .services-cards__card:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .services-cards__card:not(:nth-child(2n)) {
        margin-right: 32px;
    }
    .arabic-language .services-cards__card:not(:nth-child(3n + 1)) {
        margin-right: 0;
    }
    .arabic-language .services-cards__card:not(:nth-child(2n)) {
        margin-right: 0;
    }
    .arabic-language .services-cards__card:not(:nth-child(2n + 1)) {
        margin-right: 32px;
    }
    .services-cards__card:not(:nth-child(-n+3)) {
        margin-top: 0;
    }

    .services-cards__card:not(:nth-child(-n+2)) {
        margin-top: 56px;
    }

    .services-cards__card.services-cards__cta {
        padding: 44px 40px;
    }
    .services-cards__cta-text {
        font-size: 30px;
        line-height: 30px;
    }

    .services-cards__cta-btn-wrp {
        margin-top: 20px;
    }


    /* HR THEME */
    .services-cards--hr .container {
        width: 100%;
        overflow: hidden;
        max-width: unset;
        padding: unset;
    }
    .services-cards--hr .services-cards__card-wrap {
        overflow-x: auto;
        -ms-overflow-style: none; /* IE 11 */
        scrollbar-width: none; /* Firefox 64 */
        scroll-snap-type: x mandatory;
        flex-wrap: nowrap;
        gap: 20px;
    }
    .services-cards--hr .services-cards__card-wrap::-webkit-scrollbar {
        display: none;
    }
    .services-cards--hr .services-cards__card {
        min-width: 326px;
        max-width: 326px;

        padding: 40px 32px 56px 32px;
        margin: 0;
    }
    .services-cards--hr .services-cards__card:first-of-type {
        margin-left: calc(50% - 334px);
    }
    .services-cards--hr .services-cards__card:last-of-type {
        margin-right: 40px;
    }

    /* END HR THEME */
}

@media (max-width: 767.5px) {
    /* SLIDER
        START
    */
    .services-cards--slider .services-cards__card-wrap {
        gap: 16px;
    }
    .services-cards--slider .services-cards__card {
        max-width: 260px;
        min-width: 260px;
    }
    .services-cards--slider .services-cards__card:first-child {
        margin-left: 16px!important;
    }
    .services-cards--slider .services-cards__card:last-child {
        margin-right: 16px!important;
    }


    /* SLIDER
        END
    */


    .services-cards:not(.hidden_indents) {
        padding: 48px 0 64px 0;
    }

    .services-cards__card {
        width: 100%;
        padding: 64px 24px 40px 24px;
    }

    .arabic-language .services-cards__card:not(:nth-child(2n + 1)) {
        margin-right: 0;
    }
    .services-cards__card:not(:nth-child(2n)) {
        margin-right: 0;
    }


    .services-cards__card:not(:nth-child(-n+2)) {
        margin-top: 0;
    }

    .services-cards__card:not(:last-child) {
        margin-bottom: 48px;
    }

    .services-cards__card-title {
        margin-bottom: 4px;
        font-size: 18px;
        line-height: 20px;
    }

    .services-cards__card-subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .services-cards__card-img-wrp {
        width: 72px;
        height: 72px;
    }

    .services-cards__card.services-cards__cta {
        padding: 48px 24px;
    }

    .services-cards__cta-btn-wrp .button--l_size {
        font-size: 14px;
        line-height: 16px;

        padding: 17px 24px 15px;
    }

    .services-cards--without-images .services-cards__card {
        padding: 32px 36px 48px 36px;
    }
    .services-cards--without-images .services-cards__card:not(:last-child) {
        margin-bottom: 20px;
    }


    /* HR THEME */
    .services-cards--hr .services-cards__card-wrap {
        gap: 16px;
    }
    .services-cards--hr .services-cards__card {
        min-width: 260px;
        max-width: 260px;

        padding: 40px 32px 56px 32px;
        margin: 0;
        margin-bottom: 0!important;
    }
    .services-cards--hr .services-cards__card:first-of-type {
        margin-left: 16px;
    }
    .services-cards--hr .services-cards__card:last-of-type {
        margin-right: 16px;
    }

    /* END HR THEME */
}