html {
    scroll-behavior: smooth;
}

.staff_agm {
    background-color: #ffffff !important;
    overflow: initial !important;
}

.staff_agm h2 {
    margin: 0;
    padding: 0;
}

.staff_agm h3 {
    margin: 0;
    padding: 0;
}

.staff_agm h4 {
    margin: 0;
    padding: 0;
}

.staff_agm p {
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.staff_agm strong {
    font-size: inherit;
    font-weight: 600;
}

.staff_agm span {
    margin: 0;
    padding: 0;
}

.staff_agm ul {
    margin: 0;
    padding: 0;
}

.text__button-nav {
    font-family: 'Inter', sans-serif;
    text-align: center;
    line-height: 24px;
    font-size: 17px;
    padding: 0 20px;
    margin-bottom: 15px;
    font-weight: 700;
    margin-top: 20px;
    text-transform: capitalize;
}

.staff-agm__navigation-content .staff-agm1__button-calculator {
    padding: 0 20px;
}

.staff-agm__navigation-content .staff-agm1__button-calculator a {
    width: 127px;
}

.text__button-nav span {
    color: #E60078;
    font-weight: 700;
    font-size: inherit;
}

.staff_agm .font-p {
    font-size: 15px !important;
    line-height: 20px !important;
    font-family: 'Inter', sans-serif;
    color: #000000;
}

.staff_agm .font-h2 {
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: #000000;
}

.staff_agm .font-h3 {
    font-size: 15px !important;
    line-height: 20px !important;
    font-family: 'Inter', sans-serif;
    color: #000000;
}

.staff_agm .font-h2 span {
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit;
    font-family: 'Inter', sans-serif;
    color: #e60078;
}

@media (max-width: 800px) {
    .staff_agm .font-h2 {
        font-size: 24px !important;
        line-height: 30px !important;
        font-family: 'Inter', sans-serif;
        color: #000000;
    }

    .staff_agm .font-h2 span {
        font-size: 24px !important;
        line-height: 30px !important;
        font-family: 'Inter', sans-serif;
        color: #e60078;
    }
}

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

.staff-agm__container {
    display: flex;
    max-width: 1170px;
    margin: auto;
    justify-content: space-between;
}

.staff-agm__navigation {
    max-width: 270px;
    min-width: 270px;
}

.staff-agm__main-content {
    max-width: 850px;
}

.staff-breadCrumb {
    width: 100vw;
    left: calc((100vw - 1170px) /(-2));
    top: -63px;
    position: absolute;
    background-color: #F9F9F9;
    height: 40px;
    border: 1px solid #e6e2e2;
    border-left: none;
    border-right: none;
}

.staff-breadCrumb__content {
    width: 1170px;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    color: #222;
}

.staff-breadCrumb__content a,
.staff-breadCrumb__content .current {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: inherit;
    margin-right: 5px;
    margin-left: 5px;
}

#wpadminbar ~ .site-main .staff-breadCrumb {
    top: -49px;
}

#wpadminbar ~ .site-main .staff-agm__navigation-content {
    top: 151px;
}

.staff-breadCrumb .divider:not(:last-child) {
    color: inherit;
    margin: 0 6px;
    display: block;
}

.staff-breadCrumb .divider:not(:last-child):before {
    content: "\f104";
    display: inline-block;
    font-family: flaticon;
    font-size: 0.625em;
    line-height: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    font-weight: 100;
    color: transparent;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="7" viewBox="0 0 4 7"><path id="Path_114381" data-name="Path 114381" d="M8.25,11a.5.5,0,0,1-.354-.854L10.543,7.5,7.9,4.854A.5.5,0,0,1,8.6,4.146l3,3a.5.5,0,0,1,0,.707l-3,3A.5.5,0,0,1,8.25,11Z" transform="translate(-7.75 -4)" fill="%23222"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    width: 4px;
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
}

.staff-agm1__button-box {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 20px;
}

.staff-agm1__button-call {
    margin-right: 15px;
}

.staff-agm1__button-call a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    width: 200px;
    height: 46px;
    margin: auto;
    border-radius: 4px;
    position: relative;
}

.staff-agm1__button-icon1 {
    margin-right: 10px;
    display: flex;
    position: relative;
    z-index: 2;
}

.staff-agm1__button-call span {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    position: relative;
    z-index: 2;
}

.staff-agm1__button-call a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: black;
    transition: all .35s;
    border-radius: 4px;
}

.staff-agm1__button-box .staff-agm1__button-calculator a {
    height: 46px;
}

.staff-agm1__button-call a:hover:after {
    width: 100%;
    height: 100%;
}

#offerServices .staff-agm1__button-calculator a {
    height: 46px;
}

.staff-agm1__button-call a:hover path {
    fill: #fff;
}

.staff-agm1__button-call a:hover span {
    color: #fff;
}

/* form */
.processForm {
    padding-top: 80px;
    margin-bottom: 50px;
}

.staff-agm__form-box {
    padding-top: 50px;
    background-image: linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 100%);
    padding-left: 110px;
    padding-right: 110px;
}

.staff-agm__form-box h2 {
    text-align: center;
    margin-bottom: 40px;
}

.staff-agm__form-decor {
    display: flex;
}

.staff-agm__form-decor>div {
    width: 33.3333%;
    padding: 30px;
    padding-bottom: 20px;
    background-image: linear-gradient(133deg, #FFFFFF 0%, #FBFBFB 100%);
}

.staff-agm__form-number {
    font-size: 40px;
    line-height: 44px;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
    margin-top: 25px;
    color: #E60078;
    font-weight: 700;
}

.staff-agm__form-step.disabled {
    background-image: linear-gradient(90deg, #FFFFFF 0%, #FCFCFC00 100%);
}

.staff-agm__form-title {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Inter', sans-serif;
    color: #333333;
    ;
}

.staff-agm__form-step.disabled .staff-agm__form-number {
    color: #999999;
}

.staff-agm__form-step.disabled .staff-agm__form-title {
    color: #999999;
}

.staff-agm__form-step.active {
    border-image: linear-gradient(to right, #e60078, rgba(255, 192, 203, 0)) 1;
    border-top: 1px solid;
}

.staff-agm__form-main {
    border-image: linear-gradient(to bottom, #e60078, rgba(255, 192, 203, 0)) 1;
    border-left: 1px solid;
}

.staff-agm__form-content input {
    height: 46px !important;
    border: 1px solid #E8E8E8 !important;
    background-color: #ffffff !important;
}

.dp-fl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.dp-fl>p {
    width: 48%;
}

.staff-agm__form-content {
    padding: 40px 30px;
    padding-bottom: 80px;
    position: relative;
}

.staff-agm__form-content select {
    border: 1px solid #E8E8E8 !important;
    background-color: #ffffff !important;
}

.staff-agm__form-content textarea {
    border: 1px solid #E8E8E8 !important;
    background-color: #ffffff !important;
}

.staff-agm__form-content input[type="submit"] {
    background-color: #e60078 !important;
    border-radius: 4px;
    margin-top: 20px;
    float: right;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
}

.staff-agm__form-content .ajax-loader {
    display: none;
}

.processForm .wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
    margin-top: 0px;
}

@media(max-width: 1200px) {
    .staff-agm__container {
        max-width: 1000px;
    }

    .staff-agm__navigation {
        max-width: 250px;
        min-width: 250px;
    }

    .staff-agm__main-content {
        max-width: 720px;
    }

    .staff-breadCrumb {
        left: calc((100vw - 1000px) /(-2));
        ;
    }

    .staff-breadCrumb__content {
        width: 1000px;
    }
}

@media(max-width: 800px) {
    .staff-breadCrumb {
        display: none;
    }

    .staff-agm1__button-box {
        display: grid;
        margin-bottom: 30px;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .staff-agm1__button-box .staff-agm1__button-call,
    .staff-agm1__button-box .staff-agm1__button-calculator {
        width: 100%;
        margin: 0;
        max-width: 167px;
    }

    .staff-agm1__button-box .staff-agm1__button-call {
        margin-left: auto;
    }

    .staff-agm1__button-box .staff-agm1__button-call a,
    .staff-agm1__button-box .staff-agm1__button-calculator a {
        width: 100%;
        height: 46px;
    }

    .staff-agm1__button-icon1 {
        display: none;
    }

    /* form */
    .processForm {
        padding: 0;
    }

    .staff-agm__form-box {
        padding: 0px 15px;
        padding-top: 40px;
    }

    .dp-fl {
        flex-direction: column;
        margin-bottom: 0px;
    }

    .dp-fl>p {
        width: 100%;
        margin-bottom: 15px;
    }

    .footer-white__box {
        display: none;
    }
}


/* negative */
.staff-agm__navigation-content {
    padding: 20px 0;
    box-shadow: 0px 0px 12px #B9B9B966;
    border-radius: 12px;
    background-color: #FFFFFF;
    position: sticky;
    top: 133px;
    z-index: 9999;
}

.staff-agm__navigation-title-box {
    padding: 0 20px;
}

.staff-agm__navigation-title {
    font-family: 'Inter', sans-serif !important;
    color: #000000;
    padding-bottom: 15px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 13px;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.number-position {
    position: absolute;
    right: -7px;
    font-size: 11px;
    background-color: #e60078;
    width: 19px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #ffffff;
    top: -8px;
    scale: 1.0;
    transition: 0.3s;
}

.table-position {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 6px #6A6A6A29;
    width: 331px;
    padding: 20px;
    padding-top: 5px;
    top: 20px;
}

.row-position {
    padding: 15px 0;
    border-bottom: 1px solid #E8E8E8;
    display: none;
}

.row-position:nth-last-child(2) {
    border-bottom: none;
}

.row-position.show-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.name-position {
    font-size: 15px;
    line-height: 22px;
    font-family: 'Inter', sans-serif;
    color: #222222;
}

.sub-position {
    font-size: 13px;
    line-height: 18px;
    font-family: 'Inter', sans-serif;
    color: #666666;
    display: flex;
    justify-content: space-between;
}

.sub-position div {
    font-size: inherit !important;
}

.quantity-position {
    display: flex;
    align-items: center;
}

.quantity-number {
    margin-right: 15px;
}

.quantity-icon {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b5b5b5;
    border-radius: 8px;
    color: #ffffff;
    padding-bottom: 2px;
    cursor: pointer;
}

.quantity-icon:hover {
    background-color: #E60078;
}

.button-position {
    height: 40px;
    width: 100%;
    background-color: #E60078;
    color: #FFFFFF;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    margin-top: 15px;
}

.iconNumber-position:hover .table-position {
    display: block;
}

nav {
    padding-right: 15px;
}

nav a {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    color: #000000;
}

nav li {
    padding: 2px 0px;
    padding-left: 20px;
    list-style: none;
    margin-bottom: 5px !important;
    transition: 0.3s;
    border-left: 2px solid transparent;
}

nav li.active {
    border-left: 2px solid #e60078;
}

nav li.active a {
    color: #e60078;
}

.hidden {
    right: 865px;
    z-index: 0;
}

.showed {
    left: 0px;
    right: 0px;
    z-index: 2;
}

.staff-agm__main-content {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.staff-agm__main-content>section {
    padding-top: 93px;
}

.roles__banner {
    margin-bottom: 50px;
    position: relative;
}

.roles__banner h1.font-h2 {
    font-size: 32px !important;
    line-height: 42px !important;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}


.roles__banner-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.addCart-position {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 6px #6A6A6A29;
    padding: 15px 20px;
    top: 40px;
    right: 0px;
    width: 584px;
    z-index: 9;
    cursor: auto;
}

.addCart-info {
    display: flex;
    margin-bottom: 23px;
}

.addCart-info:nth-child(3) {
    display: none;
}

.addCart-infoLeft {
    width: 90px;
    margin-right: 17px;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    color: #000000;
    min-width: 90px;
}

.addCart-infoRight {
    display: flex;
    flex-wrap: wrap;
}

.addCart-infoBox {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    color: #000000;
    padding: 10px 15px;
    border: 1px solid #E7E8EB;
    border-radius: 2px;
    margin-right: 7px;
    margin-bottom: 7px;
    cursor: pointer;
    transition: 0.3s;
}

.addCart-infoBox.active {
    border: 1px solid #E60078
}

.addCart-quantity,
.addCart-number {
    display: flex;
}

.decrement,
.increment {
    width: 40px !important;
    height: 40px;
    border: 1px solid #E7E8EB;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 26px;
    cursor: pointer;
}

input#quantity-pm-3-5 {
    width: 80px;
    height: 40px;
    margin: 0 10px;
    border: 1px solid #E7E8EB;
    border-radius: 4px;
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
}

input.quantity {
    width: 80px;
    height: 40px;
    margin: 0 10px !important;
    border: 1px solid #E7E8EB !important;
    border-radius: 4px !important;
    background-color: #ffffff !important;
}

input::-webkit-inner-spin-button {
    display: none !important;
}

.addCart-button {
    display: flex;
    padding-left: 87px;
    margin-top: 30px;
}

.buttonAdd-specific {
    width: 80px !important;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 4px;
    background-color: #e60078;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
}

.addCart-buttonLeft {
    width: 183px;
    height: 40px;
    background-color: #ffffff;
    cursor: pointer;
    border: 1px solid #000000;
    border-radius: 4px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.addCart-buttonLeft span {
    color: #000000 !important;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
}

.addCart-buttonRight span {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
}

.addCart-buttonRight {
    width: 170px;
    height: 40px;
    background-color: #e60078;
    cursor: pointer;
    border: 1px solid #E60078;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.roles__banner-button:hover .addCart-position {
    display: block;
}

.roles__banner-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E60078;
    width: 183px;
    height: 40px;
    border-radius: 4px;
    position: relative;
}

.roles__banner-button a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #C60067;
    transition: all .35s;
    border-radius: 4px;
}

.roles__banner-button span {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.roles__banner-button a:hover:after {
    width: 100%;
    height: 100%;
}

/* section service */
.offerService {
    margin-bottom: 50px;
    scroll-margin-top: 140px;
}

.offerService__text h3 {
    margin-bottom: 10px;
}

.offerService__title {
    text-align: center;
    margin-bottom: 5px;
}

p.offerService__description {
    text-align: center;
    max-width: 648px;
    margin: auto;
    margin-bottom: 20px;
}

.offerService__mainContent {
    padding: 20px;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    margin-bottom: 10px;
    position: relative;
}

.offerService__content {
    display: flex;
}

.offerService__icon {
    max-width: 36px;
    min-width: 36px;
    margin-right: 20px;
}

.offerService__text p:last-child {
    margin-top: 5px;
}

.offerService__button {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    width: 70px;
    height: 30px;
    justify-content: center;
    align-items: center;
    background-color: #F2F3F4;
    border: 1px solid #E8E8E8;
    border-radius: 0px 8px 0px 20px;
    border-top: none;
    border-right: none;
    cursor: pointer;
}

.offerService__buttonIcon {
    max-width: 14px;
    min-width: 14px;
    display: flex;
    align-items: center;
}

.offerService__button span {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    margin-left: 6px;
}

@media (max-width: 800px) {
    .staff-agm__main-content>section {
        padding-top: 30px;
    }

    .offerService {
        margin-top: 30px;
    }

    .offerService__title {
        margin-bottom: 10px;
    }

    .offerService__button {
        display: none;
    }
    .row-position.show-row{
        display: block;
    }
}

/* chooseGroove */
.chooseGroove {
    margin-bottom: 50px;
    scroll-margin-top: 140px;
}

.chooseGroove__box {
    padding: 40px 30px 30px;
    background-color: #FAFAFA;
    border-radius: 6px;
}

.chooseGroove__box h2 {
    text-align: center;
    margin-bottom: 20px;
}

.chooseGroove__contentBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.chooseGroove.three-block .chooseGroove__content {
    width: 32%;
}

.chooseGroove.custom.three-block .chooseGroove__content {
    width: 100%;
}

.chooseGroove.three-block .chooseGroove__headerBox {
    flex-direction: column;
    margin-bottom: 10px;
}

.chooseGroove.three-block .chooseGroove__img {
    margin-bottom: 20px;
}

.chooseGroove__content {
    width: 49%;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 16px;
}

.chooseGroove__headerBox {
    display: flex;
    margin-bottom: 20px;
}

.chooseGroove__img {
    max-width: 48px;
    min-width: 48px;
    margin-right: 15px;
}

.chooseGroove__p p:last-child {
    margin-top: 10px;
}
.chooseGroove__p h3{
    margin-bottom: 10px;
}
.chooseGroove.custom .chooseGroove__content{
    display: flex;
}

.chooseGroove__content.mg {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .chooseGroove__content {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .chooseGroove__box {
        padding: 40px 5px 30px;
    }
}

/*sectionStrategy__box */
#sectionStrategy-special {
    scroll-margin-top: 140px;
}

.sectionStrategy__contentBox {
    margin-bottom: 50px;
}

.sectionStrategy__box h2 {
    text-align: center;
    margin-bottom: 20px;
}

.sectionStrategy__img {
    margin-bottom: 20px;
    position: relative;
}

span.secTionStrategy__header {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #e60078;
    margin-left: 30px;
    padding-bottom: 10px;
    display: block;
    width: fit-content;
    margin-bottom: 20px;
    position: relative;
}
span.secTionStrategy__header::before {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    bottom: 0px;
}

.sectionStrategy__content p.font-p {
    margin-left: 30px;
    margin-bottom: 15px;
}

.sectionStrategy__content span {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

#keyConsiderations {
    scroll-margin-top: 140px;
}

#bestPractices {
    scroll-margin-top: 140px;
}
@media (max-width: 800px){
    .sectionStrategy__contentBox{
        padding: 0 10px;
    }
}
/* aboutus 6 */
#about-us-6 {
    scroll-margin-top: 140px;
    background-color: #ffffff;
    padding: 0;
    margin-bottom: 50px;
}

#about-us-6 .aboutUs-6__box {
    max-width: 1170px;
    margin: auto;
}

@media (max-width: 1220px) {
    #about-us-6 .aboutUs-6__box {
        max-width: 1000px;
    }
}

.aboutUs-6__box h2 {
    text-align: center;
    margin-bottom: 25px;
}

.aboutUs-6__content {
    max-height: 558px;
    overflow: hidden;
    transition: 1s;
    position: relative;
    padding-left: 3.5px;
    padding-top: 10px;
}

.aboutUs-6__content.collapse {
    max-height: 1675px;
}

.aboutUs-6__content.ai.collapse {
    max-height: 1875px;
}

.aboutUs-6__content.iot.collapse {
    max-height: 2055px;
}

.aboutUs-6__content.bi.collapse {
    max-height: 1775px;
}

.aboutUs-6__content.data.collapse {
    max-height: 2000px;
}

.aboutUs-6__content.erp.collapse {
    max-height: 3175px;
}

.aboutUs-6__content.collapse+.aboutUs-6__button-box .aboutUs-6__button-icon {
    rotate: 180deg;
}

.aboutUs-6__row {
    display: flex;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
}

.aboutUs-6__row:nth-child(even) {
    background-color: #f9f9f9;
    border-radius: 8px;
}

.aboutUs-6__row:nth-child(odd) {
    background-color: #ffffff;
    border-radius: 8px;
}

.aboutUs-6__row:first-child {
    display: flex;
    padding: 18px;
    padding-left: 15px;
    border-top: none;
    background-color: #F4F4F4;
    display: none;
}

.aboutUs-6__row:first-child>div {
    font-size: 15px;
    line-height: 22px;
    font-weight: normal !important;
    color: #222222;
    text-transform: uppercase;
}

.aboutUs-6__number {
    width: 50px;
    margin-right: 20px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
}

.aboutUs-6__language {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    padding-left: 25px;
}

.aboutUs-6__categories {
    width: 170px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

.aboutUs-6__language {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 220px);
}

.aboutUs-6__language>div {
    margin-right: 10px;
    margin-bottom: 10px;
}

.aboutUs-6__image img {
    height: 50px;
}

.aboutUs-6__button-box>div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 116px;
    height: 40px;
    margin: auto;
    margin-top: 30px;
    border-radius: 4px;
    position: relative;
    border: 1px solid #000000;
    cursor: pointer;
}

.aboutUs-6__button-box>div:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #000000;
    transition: all .35s;
    border-radius: 3px;
}

.aboutUs-6__button-box>div:hover span {
    color: #fff;
}

.aboutUs-6__button-box>div:hover path {
    stroke: #ffffff;
}

.aboutUs-6__button-box>div:hover:after {
    width: 100%;
    height: 100%;
}

.aboutUs-6__button-icon {
    margin-left: 10px;
    display: flex;
    position: relative;
    z-index: 2;
    transition: 0.5s;
}

.aboutUs-6__button-box span {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    position: relative;
    z-index: 2;
    color: #000000;
}

.technology__row {
    border-left: 1px solid #e8e8e8;
    padding-left: 30px;
}

.technology__header {
    font-size: 15px;
    line-height: 22px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin-bottom: 9px;
}

.technology__technologyBox {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    flex-wrap: wrap;
}

.technology__main {
    width: 31%;
}

.technology__main.flex {
    display: flex;
}

.technology__image {
    margin-bottom: 10px;
}

.technology__main.flex .technology__image {
    min-width: 32px;
    max-width: 32px;
}

.technology__description {
    font-size: 15px;
    line-height: 22px;
    font-family: 'Inter', sans-serif;
}

.technology__decorImg {
    max-width: 9px;
    min-width: 9px;
    position: absolute;
    left: 0px;
}

.technology__headerText {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
    transform: translateY(-6px);
}

.technology__row:last-child {
    border-left: none;
}

.technology__row.four .technology__main {
    width: 23%;
}

.technology__row.two .technology__main {
    width: 48%;
}

.technology__row.one .technology__main {
    width: 100%;
}

.technology__row.one-flex .technology__image {
    min-width: 48px;
    max-width: 48px;
}

.aboutUs-6__content.erp .technology__image {
    max-width: 90px;
    min-width: 90px;
}

.aboutUs-6__content em {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
}



@media (max-width: 768px) {

    /* aboutus 6 */
    #about-us-6 {
        padding: 0px 5px;
    }

    .aboutUs-6__row {
        flex-wrap: wrap;
    }

    .aboutUs-6__row:first-child {
        display: none;
    }

    .aboutUs-6__language {
        width: 100%;
        margin-top: 20px;
    }

    .aboutUs-6__number {
        width: fit-content;
        margin-right: 10px;
    }

    .aboutUs-6__categories {
        width: fit-content;
    }

    .aboutUs-6__box p {
        margin-bottom: 30px;
    }

    .aboutUs-6__content.collapse {
        max-height: 2400px;
    }

    .technology__row {
        padding-left: 15px;
    }

    .aboutUs-6__content.erp .technology__main {
        display: flex;
    }

    .technology__main {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .aboutUs-6__content.erp .technology__image {
        margin-right: 15px;
        max-width: 65px !important;
        min-width: 65px !important;
    }

    .aboutUs-6__content.erp.collapse {
        max-height: 3805px;
    }

    .aboutUs-6__content.ai.collapse {
        max-height: 4357px;
    }

    .aboutUs-6__content.bi.collapse {
        max-height: 3205px;
    }

    .aboutUs-6__content.iot.collapse {
        max-height: 4355px;
    }
    
    .aboutUs-6__content.data.collapse {
        max-height: 4000px;
    }
    
}

/* work section */
.swiper-slide-inner {
    margin: 0 !important;
}

.swiper-container:hover .slick-next {
    -webkit-transform: translate(5px, -25px);
    transform: translate(5px, -25px);
}

.swiper-container:hover .slick-prev {
    -webkit-transform: translate(-5px, -25px);
    transform: translate(-5px, -25px);
}

.slick-arrow {
    position: absolute !important;
    width: 50px;
    height: 50px;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    color: transparent !important;
    background: transparent;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 1px);
    transform: translate3d(0, -50%, 1px);
    background-size: 50px;
    background-color: transparent !important;
}

.slick-arrow:hover {
    background-color: transparent !important;
}

.slick-prev {
    background: url(../img/back.png) no-repeat;
    background-size: 46px;
    left: -50px;
}

.slick-next {
    background: url(../img/next.png) no-repeat;
    background-size: 46px;
    right: -55px;
}

.slick-slide {
    padding: 72px 0;
}

.slick-slide {
    opacity: 0.5;
}

.slick-active {
    opacity: 0.5;
}

.slick-current {
    opacity: 1;
    z-index: 9;
}

.slick-current img {
    transform: scale(1.67, 1.67) !important;
    transition: all 0.7s;
    position: relative;
    z-index: 9 !important;
    box-shadow: 2px 3px 6px 0px rgb(83 42 42 / 25%);
}

.slick-track .slick-active:first-child img,
.slick-track .slick-active:last-child img {
    transform: scale(1.1);
    opacity: 0.5;
}

.swiper-slide-next {
    z-index: 9;
    opacity: 1;
}

.work-section {
    background-color: #fafafa;
    padding: 30px 50px;
    border-radius: 6px;
    margin-bottom: 50px;
    scroll-margin-top: 140px;
}

.work-section__title {
    margin-bottom: 27px;
}

.work-section__slide {
    max-width: 1170px;
    margin: auto;
}

@media (max-width: 1220px) {
    .work-section__slide {
        max-width: 1000px;
    }
}

.work-section .slick-dots {
    display: flex;
    justify-content: space-evenly;
    width: 10%;
    margin: auto;
    margin-top: 12px;
    padding: 0;
    position: absolute;
    left: 51.6%;
    transform: translateX(-50%);
    bottom: -28px;
}

.work-section .slick-dots ::marker {
    font-size: 22px;
}

.work-section .slick-dots li {
    color: #999999;
}

.work-section .slick-dots li button {
    display: none;
}

.work-section .slick-dots li.slick-active {
    opacity: 1;
    color: #E60078;
}

.work-section__slide-image.slick-active img {
    /* transform: scale(1.1, 1.1); */
    z-index: -13;
    position: relative;
}

.work-section__slide-image .lazyload,
.work-section__slide-image .lazyloading {
    opacity: 1 !important;
}

/* work section responsive */


@media (max-width: 768px) {
    .work-section {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 0px;
    }

    .work-section__slide-container {
        overflow: scroll;
    }

    .work-section__slide-main {
        display: flex;
        width: 2000px;
    }

    .work-section__slide-image {
        margin-right: 10px;
    }

    .work-section__title {
        margin-bottom: 20px;
    }

    .work-section__box {
        margin-bottom: 15px;
    }
}

/*FAQs*/
#FAQs {
    margin-bottom: 50px;
    scroll-margin-top: 140px;
}

@media (max-width: 800px){
    #FAQs{
        padding: 0 10px;
    }
}

.accordion-button {
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-header {
    display: flex;
}

.accordion-button h3,
.accordion-button span {
    font-size: 15px !important;
    line-height: 20px !important;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    color: #222222;
    transition: 0.3s;
}

.accordion-button.open h3,
.accordion-button.open span {
    font-weight: bold;
    color: #e60078;
}
.accordion-button.open .line-notplus{
    display: none;
}

.accordion-button span {
    font-weight: 600;
    margin-right: 15px;
    min-width: 15px;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 30px;
    transition: max-height 0.3s ease-out;
}

.accordion-content p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
}

.accordion-button:hover {
    background-color: #ffffff;
    color: #e60078;
}

.accordionBox {
    border-bottom: 1px solid #E8E8E8;
    padding: 20px 0;
}

.accordion-icon {
    max-width: 20px;
    min-width: 20px;
    margin-left: 15px;
}

/**/
.staff-agm1__button-calculator a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e60078;
    width: 230px;
    height: 40px;
    margin: auto;
    border-radius: 4px;
    position: relative;
    background-color: #E60078;
}

.staff-agm1__button-calculator span {
    color: #ffffff;
}

.staff-agm1__button-calculator a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #C60067;
    transition: all .35s;
    border-radius: 4px;
}

.staff-agm1__button-calculator a:hover {
    color: #fff;
}

.staff-agm1__button-calculator a:hover span {
    color: #fff;
}


.staff-agm1__button-calculator a:hover:after {
    width: 100%;
    height: 100%;
}

.staff-agm1__button-calculator span {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    position: relative;
    z-index: 2;
}

.staff-agm__buttonNav {
    display: none;
}

.staff-agm__buttonNav-box {
    display: flex;
    text-align: center;
}

.staff-agm__buttonNav-box>div {
    padding: 12px 17px;
    width: 100%;
    cursor: pointer;
}

.staff-agm__buttonLeft {
    background-color: #FFEDF6;
}

.staff-agm__buttonLeft span {
    color: #E60078;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Inter', sans-serif;
}

.staff-agm__buttonRight {
    background-color: #E60078;
}

.staff-agm__buttonRight span {
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Inter', sans-serif;
}

.pink-text {
    color: #E60078;
    pointer-events: none;
}

.banner-mb {
    display: none;
}

.banner-dt {
    display: block;
}



.modal-compare {
    display: none;
    position: fixed;
    z-index: 999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 35px;
    padding-top: 5px;
    border: 1px solid #888;
    width: 570px;
}

.modal-content__note {
    text-align: right;
    height: 20px;
}

.modal-content__header {
    font-size: 20px;
    line-height: 34px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-align: center;
    padding-bottom: 30px;
}

.modal-content__tablePosition {
    background-color: #FAFAFA;
    border-radius: 4px;
    padding: 20px;
    padding-top: 5px;
}

.modal-content__detail {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
}

.dp-fl>p {
    width: 48%;
}

.dp-fl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.positionForm input {
    height: 46px !important;
    border: 1px solid #E8E8E8 !important;
    background-color: #ffffff !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-family: 'Inter', sans-serif !important;
}

.positionForm textarea {
    border: 1px solid #E8E8E8 !important;
    background-color: #ffffff !important;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Inter', sans-serif;
}

.positionForm input[type="submit"] {
    background-color: #e60078 !important;
    width: 100%;
    border-radius: 4px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    font-family: 'Inter', sans-serif;
}

.positionForm .wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
    margin-top: 20px !important;
}

.input-roles-hidden {
    display: none;
}

.positionForm div.wpcf7 .ajax-loader {
    margin: auto;
    margin-top: 5px;
}

/*text-section*/
#text-section .font-p{
    margin-bottom: 5px;
}
#text-section h3{
    margin-bottom: 5px;
    margin-top: 15px;
}
#text-section ul{
    list-style: none;
    margin-top: 10px;
}
#text-section li {
    padding-left: 20px;
}
#text-section li::before {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url(https://groovetechnology.com/wp-content/themes/zikzag/img/reactnative/groove-technology-react-native-landing-page-image-frame.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 5px;
    background-color: white;
}

@media screen and (max-width: 1200px) and (min-width: 800px) {
    .staff_agm .font-p {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .roles__banner h1.font-h2 {
        font-size: 24px !important;
        line-height: 25px !important;

    }

}

@media (max-width: 800px) {
    #text-section{
        margin-top: 22px;
        padding: 0 15px;
    }
    .banner-mb {
        display: block;
    }

    .staff-agm__main-content {
        padding: 0 5px;
    }

    .banner-dt {
        display: none;
    }

    .staff-agm__container {
        position: relative;
    }

    .staff-agm__buttonNav {
        display: block;
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 9999;
    }

    .staff-agm__navigation {
        display: none;
        position: fixed;
        width: 100%;
        bottom: 0;
        min-width: auto;
        max-width: none;
        z-index: 99999;
        height: 100%;
        background-color: #0000008f;
        padding: 0px;
        top: auto;
        left: auto;
    }

    .addCart-position.mobile {
        display: none;
        position: fixed;
        width: 100%;
        bottom: 0;
        min-width: auto;
        max-width: none;
        z-index: 99999;
        top: auto;
        left: auto;
        height: 100%;
        background-color: #0000008f;
        padding: 0px;
        overflow-x: hidden;
    }

    .staff-agm__navigation nav li {
        padding: 15px 20px;
    }

    .staff-agm__navigation-content {
        border-radius: 12px 12px 0 0;
        position: absolute;
        top: auto;
        z-index: 9999;
        width: 100%;
        bottom: 0;
    }

    .show-cls {
        display: block !important;
    }

    .iconNumber-position.mobile {
        display: block !important;
    }

    .iconNumber-position.mobile .table-position {
        left: -250px;
    }

    .addCart-position.mobile .addCart-button {
        padding-left: 0px;
        justify-content: space-between;
    }

    .addCart-position.mobile .addCart-buttonLeft {
        width: 50%;
        height: 50px;
    }

    .addCart-position.mobile .addCart-buttonRight {
        width: 50%;
        height: 50px;
    }

    .addCart-position.mobile .addCart-buttonRight {
        width: 50%;
        height: 50px;
    }

    .addCart-position.mobile .addCart-box {
        height: fit-content;
        background-color: #fff;
        padding: 15px 20px;
        padding-top: 50px;
        position: absolute;
        margin-top: 200px;
    }


    .roles__banner {
        margin-bottom: 0px;
        padding-bottom: 20px;
    }

    .roles__banner-header {
        position: unset;
        transform: none;
        text-align: center;
        max-width: none;
        margin-bottom: 40px;
    }

    .roles__banner-button {
        display: none;
    }

    .roles__banner h1.font-h2 {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .roles__banner h2.font-h1 span {
        font-size: 28px !important;
        line-height: 34px !important;
    }

    .modal-content {
        width: 95% !important;
        margin-top: 125px !important;
    }

    .dp-fl {
        flex-direction: column;
        margin-bottom: 0;
    }

    .dp-fl>p {
        width: 100% !important;
    }

    .roles__exp-row.button__box>div {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .buttonAdd-specific {
        margin-left: 0px !important;
        margin-top: 15px;
    }

    .iconNumber-position {
        display: none;
    }
}