
/**** Banner css start  ****/

.mobile-app-banner {
    padding: 140px 0 40px;
    background: radial-gradient(107.86% 303.96% at 18.1% 6.09%, #FFF9F3 0%, #F3F6FF 100%);
    min-height: 85vh;
}

.abs-tab {
    display: inline-flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    background-color: #fff;
    border-radius: 6px;
}

.abs-tab img {
    height: 24px;
    width: 24px;
}

.abs-tab h6 {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    text-align: start;
    margin: 0px;
}

.abs-tab.one {
    position: absolute;
    top: 35px;
    left: -53px;
}

.abs-tab.two {
    position: absolute;
    top: 135px;
    right: -116px;
    animation-delay: .4s;
}

.abs-tab.three {
    position: absolute;
    bottom: 100px;
    left: -120px;
    animation-delay: .6s;
}

/**** Banner css end  ****/


/**** CTA one css start  ****/
.ai-cta-inner-box {
    background: linear-gradient(275.24deg, #0E51B7 1.2%, #003367 118.2%);
    padding: 87px 87px 60px;
}

.ai-cta-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 76px;
}

.ai-cta-content h4 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.theme-new-btn.white {
    background-color: #fff;
    color: #212121;
    border-color: #fff;
}

.theme-new-btn.white:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.ai-cta-box {
    position: relative;
}

.abs-tab.cta-one {
    position: absolute;
    top: -54px;
    right: -16px;
    background: #2121211A;
}

.abs-tab.cta-one h6 {
    color: #fff;
}

.abs-tab.cta-two {
    position: absolute;
    top: -36px;
    left: -97px;
    background: #2121211A;
    animation-delay: .4s;
}

.abs-tab.cta-two h6 {
    color: #fff;
}

/**** CTA one css end  ****/

/**** technologies css start  ****/


.ai-tech-box {
    margin-bottom: 24px;
    height: calc(100% - 24px);
    border: 1px solid #eee;
}

.ai-tech-box img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.ai-tech-content {
    display: flex;
    align-items: center;
    padding: 14px 28px;
    justify-content: space-between;
    min-height: 95px;
}

.ai-tech-content h4 {
    margin: 0px;
}

.ai-tech-content i {
    font-size: 26px;
}

.ai-tech-box {
    transition: all 0.3s ease-in-out;
}

.ai-tech-box:hover {
    background-color: #0083EB;
}

.ai-tech-box:hover .ai-tech-content .small-heading,
.ai-tech-box:hover .ai-tech-content i {
    color: #fff !important;
}



/**** technologies css end  ****/

/**** Models css start  ****/

.ai-models {
    background: radial-gradient(50% 50% at 50% 50%, #FFF9F3 0%, #F3F6FF 100%);
}

.model-content-box {
    position: relative;
}

.model-content-box h1 {
    font-weight: 600;
    font-size: 258px;
    line-height: 303px;
    text-align: center;
    background: radial-gradient(64.9% 64.9% at 50% 50%, #0083EB 0%, rgba(0, 131, 235, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
    color: transparent;
}

.ais {
    display: inline-flex;
    gap: 16px;
    align-items: center;
    position: absolute;
}

.ais p {
    padding: 12px 24px;
    border-radius: 56px;
    background-color: #fff;
    box-shadow: 4px 4px 17px 0px #00000012;
    font-size: 16px;
    font-weight: 200;
    line-height: 22px;
}

.ais-img {
    height: 58px;
    width: 58px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 4px 17px 0px #00000012;
}

.ais-img img {
    height: 30px;
    width: 30px;
    object-fit: contain;
}

.ais.one {
    top: 0;
    left: 250px;
}

.ais.two {
    top: 120px;
    right: 110px;
    animation-delay: .2s;
}

.ais.three {
    bottom: -24px;
    left: 10px;
    animation-delay: .4s;
}

.ais.four {
    bottom: -50px;
    left: 500px;
    animation-delay: .6s;
}

.ais.five {
    bottom: -24px;
    right: 10px;
    animation-delay: .8s;
}

.ai-models {
    padding: 100px 0;
}


/**** Models css end  ****/



/**** process css start  ****/


.ai-process-img {
    max-width: 587px;
    height: 588px;

}

.ai-process-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.process-faq .accordion-item {
    border: none;
}

.process-faq .accordion-button:not(.collapsed) {
    background-color: unset;
    border-bottom: unset;
}

.process-faq .accordion-button:not(.collapsed):focus {
    box-shadow: none;
}

.process-faq .accordion-button.collapsed:focus {
    box-shadow: none;
}

.process-faq .accordion-button {
    font-size: 24px;
    color: #212121 !important;
    font-weight: 600;
    line-height: 28px;
    border: none;
    padding-left: 0px;
    box-shadow: none;
    border-top: 1px solid #eee;
    padding-top: 24px;
    padding-bottom: 24px;
}

.process-faq .accordion-body {
    padding-left: 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #494949;

}

/* .process-faq .accordion-button::after {
    content: unset;
} */

/**** process css end  ****/

/**** ai-development css start  ****/

.ai-development {
    background: radial-gradient(77.6% 246.24% at 89.06% 16.58%, #FFF9F3 0%, #F3F6FF 100%);
}

.development-box {
    background: #fff;
    padding: 30px;
    height: calc(100% - 24px);
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    transition: all .3s ease-in-out;
}

.development-box .icon {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.development-box .icon img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.development-box .icon.one img {
    filter: invert(1);
}

.development-box:hover {
    background-color: #4183f3;
}

.development-box:hover .small-heading,
.development-box:hover .sub-heading {
    color: #fff !important;
}

.development-box:hover.development-box .icon img {
    filter: invert(0);
}

/**** ai-development css end  ****/

/* cta css start */
.cta-bg {
    background: linear-gradient(275.24deg, #0E51B7 1.2%, #003367 118.2%);
    padding: 30px;
    position: relative;
    z-index: 99;
}

.cta-bg::before {
    content: '';
    background-image: url('../img/mobile-app/phone-setting.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -22%;
    left: 30px;
    z-index: -1;
    animation: anim-updown 3s infinite;
}

.cta-bg:after {
    content: '';
    background-image: url('../img/mobile-app/phone-setting.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -22%;
    right: 30px;
    z-index: -1;
    animation: anim-updown 3s infinite;
}

.cta-bg .sec-title {
    color: #fff !important;
}

.social-icons li a {
    text-decoration: none;
    width: 60px;
    min-width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out;
}

.social-icons li a i {
    font-size: 26px;
}

.social-icons li a:hover {
    color: #0083EB;
    background-color: #fff;
}

.social-icons {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 30px;
}

.cat-inr-box {
    text-align: center;
}

.cat-bottom-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* cta css end */


.app-high-lt {
    display: flex;
    background: #fff;
    border-radius: 4px;
    width: 100%;
    gap: 15px;
    padding: 16px 10px;
    border: 1px solid rgba(33, 33, 33, 0.1);
}

.app-tech {
    display: flex;
    align-items: center;
    gap: 10px;
}
.app-tech a h4 {
    transition: all .3s ease-in-out;
}

.app-tech a h4:hover {
    color: #0083EB;
}

.app-tech {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: calc(25% - 10px);
    max-width: calc(25% - 10px);
    justify-content: safe;
    position: relative;
}

.app-tech::after {
    height: 60px;
    width: 1px;
    background: #eee;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    content: '';
    position: absolute;
}

.app-tech:last-child::after {
    display: none;
}

.app-tech h4 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.mobile-app-left>h1 {
    font-size: 56px;
    font-weight: 800;
    color: #212121;
    line-height: 66px;
    text-align: left;
}

.mobile-app-left h1 span {
    color: #0083EB;
}

.client-count h4 {
    font-size: 32px;
    margin-bottom: 3px;
}

.client-count h5 {
    font-weight: 500;

}

.expertise-list {
    list-style: disc !important;
}

.expertise-list li {
    color: #2121218a;
    list-style: disc !important;
    font-size: 18px;
    margin-left: 15px;
}


.build-inr {
    background: url('../img/mobile-app/build-bg.png');
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.build-lft h4 {
    color: #fff !important;
}



.build-rt-img {
    /* height: 100%; */
    height: 510px;
}

.build-rt-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-list li {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.check-icon {
    position: absolute;
    left: 0;
    display: inline-block;
    top: -1px;
}

.compliance-tabs {
    background: #0083EB;
}

.comp-disc-rt {
    background: #fff;
}

.compliance {
    background: radial-gradient(107.86% 303.96% at 18.1% 6.09%, #FFF9F3 0%, #F3F6FF 100%);
}

.comp-tabs-list ul li a {
    font-size: 26px;
    display: block;
    color: #fff;
    font-weight: 600;
}

.comp-tabs-list {
    padding: 30px 30px;
    display: flex;
    width: 100%;
    align-items: center;
}

.comp-tabs-list ul {
    width: 100%;
}

.comp-tabs-list ul li {
    margin-bottom: 22px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.comp-tabs-list ul li a {
    transition: all .5s ease-in-out;
}

.comp-tabs-list ul li:last-child {
    margin-bottom: 0;
}

.comp-icon {
    background: #0083EB;
    width: 55px;
    height: 55px;
    display: inline-block;
    text-align: center;
    line-height: 52px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.comp-dis-1>h4 {
    font-size: 28px;
    color: #000;
    margin-bottom: 15px;
}

.comp-list li {
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 35px;
}

.comp-list li .comp-arrow {
    position: absolute;
    left: 0;
    top: -2px;
    width: 25px;
    height: 26px;
    display: inline-block;
}

.comp-list li:last-child {
    margin-bottom: 0px;
}

.comp-tabs-list a.active {
    color: rgba(255, 255, 255, .8);
    transform: scale(1.01);
}

.comp-tabs-list a:hover {
    color: rgba(255, 255, 255, .8);
    transform: scale(1.01);
}

.process-card {
    display: flex;
    min-height: 216px;
    gap: 20px;
    border-left: 1px solid rgba(33, 33, 33, .15);
    padding-left: 10px;
}

.process-lst-sec {
    display: flex;
    gap: 10px;
}

.process-lft {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.process-count {
    font-size: 48px;
    color: #0083eb;
    display: inline-block;
}

.process-rt p {
    margin-bottom: 0;
    color: #494949;
}

.process-rt {
    height: 216px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}



.process-lst-sec {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    position: relative;
}

.process-card {
    flex: 0 0 80px;
    max-width: 400px;
    min-width: 13.66%;
    width: 80px;
    background: #fff;
    border-radius: 0;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .5s ease-in-out;
}

.process-card:first-child {
    width: 100%;
    flex: 1 1 400px;
    z-index: 2;
}

.process-card.process-card1 {
    transition: all .3s ease-in;
}

.process-card.process-card1 .small-heading {
    font-size: 16px;
    line-height: 22px;
}

.process-card.process-card1 .sub-heading {
    font-size: 16px;
    line-height: 22px;
    text-align: start;
}

.process-card:not(:first-child) .process-rt {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}


.process-card:hover,
.process-card:focus {
    width: 100%;
    flex: 1 1 400px;
    z-index: 3;
}

.process-card:hover .process-rt,
.process-card:focus .process-rt {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s 0.2s;
}

.process-lst-sec:hover .process-card:not(:hover) {
    width: 80px;
    flex: 0 0 80px;
    z-index: 1;
    box-shadow: none;
}

.process-lst-sec:hover .process-card:not(:hover) .process-rt {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
}


.process-lft {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    min-width: 80px;
    padding: 0px 0 0px 10px;
    transition: padding 0.3s;
}

.process-rt {
    flex: 1;
    padding: 0px 10px 0px 0;
    min-width: 0;
    width: 100%;
    overflow: hidden;
    transition: all .8s ease-in-out;
    text-align: right;
}






.teachnologies {
    background: radial-gradient(77.6% 246.24% at 89.06% 16.58%, #FFF9F3 0%, #F3F6FF 100%);
}

.maachine-card {
    background: #fff;
    padding: 40px 40px;
    text-align: center;
    transition: all .5s ease-in-out;
    height: calc(100% - 24px);
    border: 1px solid #eee;
}

.machine-icon {
    width: 60px;
    height: 61px;
    display: inline-block;
    margin-bottom: 20px;
}

.machine-icon svg {
    transition: all .5s ease-in-out;
    fill: #000;
}



.maachine-card:hover {
    background: radial-gradient(50% 200% at 10% 10%, #FFF9F3 0%, #F3F6FF 100%);
}


.we-drive-img img {
    width: 100%;
}

.we-drive-desc>h4 {
    font-size: 42px;
    line-height: 49px;
    color: #000;
}

.we-drive-desc>h4 span {
    color: #0083EB;
}

.client-box {
    min-height: 370px;
}

.client-box-left-box {
    max-height: 370px;
}











