html {scroll-margin-top: 100px; }
.exp-content { background-color: rgba(136, 136, 136, 0.05); }
.exp-content h2 { font-size: 2.5rem; }
.exp-content .exp-main h2 { font-size: 3.125rem; max-width: 450px; line-height: 1; }
.section-sub-title { margin: 0; font-size: 0.9em; font-weight: 600; color: rgba(35, 34, 38, 0.8); border-color: rgba(136, 136, 136, 0.65) !important; letter-spacing: 0.4px; }
.experiences-slider { margin: 0 -10px; }
.experiences-slider .item-inner .content .h4 { max-width: 190px; color: #17161a; }
.accordion-item { background-color: transparent; border: none; }
.accordion-button { background-color: transparent; font-weight: bold; padding-left: 40px; }
.accordion-button:focus { box-shadow: none; border: none; }
.accordion-button:not(.collapsed) { color: #0c63e4; background-color: transparent; box-shadow: none; }
.accordion-body { padding: 10px 0; }
.accordion-button:after { position: absolute; left: 0; height: 1px; width: 15px; background: #000; transform: none !important; transition: all ease 0.5s; }
.accordion-button:before { content: ""; position: absolute; left: 7px; height: 15px; width: 1px; background: #000; transition: all ease 0.5s; }
.accordion-button:not(.collapsed):after { opacity: 0; }
.accordion-button:not(.collapsed):before { transform: rotate(90deg); }
.our-expertise-section .img-col { position: relative; background-repeat: no-repeat; background-position: right center !important; background-size: 115% auto !important; padding-top: 62.5%; }
.our-expertise-section .img-col img { object-fit: cover; object-position: 80% 0; }
.our-expertise-section .img-col:after { content: ""; position: absolute; right: 0; top: 50%; width: 100vw; height: 50%; background-color: #6654f7; z-index: -1; }
.client-logo { position: relative; padding: 20px 0px; overflow: hidden; }
.client-logo:hover object { -webkit-animation: logoFadeUp cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1; animation: logoFadeUp cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1; }
@keyframes logoFadeUp {
	0% { -webkit-transform: translateY(0px); transform: translateY(0px); }
	50% { -webkit-transform: translateY(-webkit-calc(-100% - 25px)); transform: translateY(calc(-100% - 25px)); opacity: 1; }
	51% { -webkit-transform: translateY(-webkit-calc(-100% - 25px)); transform: translateY(calc(-100% - 25px)); opacity: 0; }
	52% { -webkit-transform: translateY(-webkit-calc(100% + 25px)); transform: translateY(calc(100% + 25px)); }
	86% { opacity: 1; }
	100% { -webkit-transform: translateY(0px); transform: translateY(0px); }
}
.services-tab .nav-tabs { border: none; align-items: center; justify-content: center; background: #f3f3f3; border-radius: 5px 5px 0 0; }
.services-tab .nav-tabs li.nav-item { margin: 10px 5px; position: relative; z-index: 1; }
.services-tab .nav-tabs li.nav-item .nav-link { margin-bottom: 0; background: 0 0; border: none; border-radius: 0; font-family: "Space Grotesk"; font-weight: 600; color: #17161a; padding: 5px 16px; z-index: 1; position: relative; transition: all ease 0.5s; overflow: hidden; border-radius: 6px; }
.services-tab .nav-tabs li.nav-item .nav-link:after { content: ""; height: 100%; width: 100%; position: absolute; left: 0; z-index: -1; transform: translateX(-100%); transition: all ease 0.5s; background: #3c5afd; top: 0; opacity: 0; }
.services-tab .nav-tabs li.nav-item .nav-link.active:after { transform: translateX(0); opacity: 1; }
.services-tab .nav-tabs li.nav-item .nav-link.active { color: #fff; }
.portfolio-item-grid .tall-item { flex: 0 0 35%; max-width: 35%; }
.portfolio-item-grid .wide-item { flex: 0 0 65%; max-width: 65%; }
.portfolio-item-grid .item .portfolio-item-image img { width: 100%; height: 100%; object-fit: cover; }
.portfolio-item-grid .item .portfolio-item-image { height: 100%; }
.portfolio-item-grid .item:before { content: ""; position: absolute; width: 100%; height: 50%; bottom: 0;  
	background: -webkit-linear-gradient(top, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4) ); background: -o-linear-gradient(top, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4) ); background: linear-gradient(180deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4) );
  z-index: 1;
}
.portfolio-item-grid .portfolio-item-details { z-index: 1; }
.portfolio-item-grid .portfolio-item-details h3 { font-size: 22px; }
.portfolio-item-grid .portfolio-item-details .show-project { position: absolute; opacity: 0; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); left: 4.4vh; right: 4.4vh; -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; left: 25px; }
.portfolio-item-grid .portfolio-item-details .show-project-link { position: relative; font-weight: 600; display: inline-block; }
.portfolio-item-grid .portfolio-item-details .category-holder { display: block; -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
.portfolio-item-grid .portfolio-item-details .show-project-link:after { content: ""; position: absolute; width: 40px; height: 2px; background-color: currentColor; top: 50%; right: -55px; }
.portfolio-item-grid .item:hover .portfolio-item-details .show-project { opacity: 1; }
.portfolio-item-grid .item:hover .portfolio-item-details .category-holder { -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); opacity: 0; }
.portfolio-item-grid .item:hover .portfolio-item-details .show-project { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }
.blog-img .img-link { padding-top: 100%; position: relative; display: inline-block; width: 100%; }
.blog-img .img-link img { object-fit: cover; object-position: center; }
.blog-grid-meta { font-size: 0.94rem; line-height: 1.4; opacity: 0; -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; background: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 22, 26, 0)), to(rgba(23, 22, 26, 0.4))); background: -webkit-linear-gradient(bottom, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4)); background: -o-linear-gradient(bottom, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4)); background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4)); z-index: 10; }
.blog-grid-meta .meta-holder { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); opacity: 0; visibility: hidden; -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.blog-item:hover .blog-grid-meta .meta-holder { -webkit-transform: none; -ms-transform: none; transform: none; visibility: visible; opacity: 1; }
.blog-item:hover .blog-grid-meta { opacity: 1; }
.blog-item:hover .blog-grid-headline a { color: #3c5afd; }
.cta_btn .btn-secondary:hover{background-color:#17161a;border-color:#17161a;opacity:0.9;}
.banner-img{height:50.5vw;background-repeat:no-repeat;background-position:center;background-size:100%;}
.banner-img img{height:100%;width:100%;object-fit:cover;}

/*-- Start Hire us page css --*/
.steps-inner .step-item .steps-icon { min-width:100px; min-height:100px;  height:100px;   border-radius:100%;  margin-top: 15px;   background: #f5f5f5; position:relative; }
.steps-inner .step-item .steps-icon img { height:55px; width:auto; }
.steps-inner .step-item .steps-icon span { position: absolute; top: -10px; left: -10px; height: 35px; width: 35px; display: flex; align-items: center; justify-content: center; background: #3c5afd; border-radius: 100%; color: #fff; }

.steps-inner .step-item .steps-icon:after {content: ""; position: absolute; left: -15px; top: -15px; border: 2px solid #3c5afd; border-radius: 100%; z-index: -1; right: -15px; bottom: -15px; background:#fff; }
.steps-inner .step-item .steps-content { width: calc(100% - 140px); }

.five-steps-content {     top: 110px; }
.steps-inner:before { content: ""; border-left: 1px dashed #969696; height: calc(100% - 10%); left: 60px; position: absolute; z-index: -1; top:20px; }

.icon-wrap img { height:70px }
.five-steps-section { background-color:#f5f7ff;position: relative;
    z-index: 1; }

.two-box-section .item-inner { background-color:#d2d9ff; padding:50px;    height: 100%;
    display: flex; flex-wrap: wrap; align-items: center;  }

.two-box-section .item-inner.box-2 {  }

.image-content-section .content-wrap { padding:100px 100px; line-height:1.7; }
.image-content-section .content-wrap p { font-size:18px; font-weight:500; }
.image-content-section .content-wrap ul { margin-top:40px;      }
.hire-dev-banner-section .banner-content {     display: flex; align-items: center; height: 100%;
    justify-content: end; }
.hire-dev-banner-section .banner-content .banner-content-inner { max-width:70%; }

.engagement-models-section .container { max-width:880px; }
.hire-dev-banner-section {     background: #f0faff !important; }
.item-inner p:last-child, .steps-inner .step-item .steps-content p:last-child { margin-bottom:0 }
.project-section { position:relative; overflow:hidden; }
.project-slider .slick-list { overflow:visible; }
.project-slider .item .item-inner { display:flex; align-items:center; 
    margin: 0 auto; padding: 30px; background: #f0f2ff; border-radius: 10px; box-shadow: 10px 10px #cacfef;}
.project-slider .item { padding:50px 20px;   transform: translateY(0px);  opacity: 0.1; transition:all ease 0.5s; }
.project-slider .item .item-inner .left-col { padding-right:30px; }
.project-slider .item.slick-center { opacity:1; transform: translateY(-20px); }
.project-slider .slick-arrow { transform: none; top:-95px }
.project-slider .slick-arrow.slick-prev, .project-slider .slick-arrow.slick-next { right:320px; left: auto; }
 .project-slider .slick-arrow.slick-prev { margin-right: 70px; }

.hire-developer-steps .item { flex:0 0 20%; max-width:20%;text-align:center; }
.hire-developer-steps .item .item-inner {  max-width: 200px; width: 100%; margin: 0 auto; padding-left: 10px; padding-right: 10px; padding: 35px 20px; height: 100%; position:relative; }
.hire-developer-steps .item .item-inner span { width:100%;     font-size: 17px;
    line-height: 1.3;    display: block; }

.hire-developer-steps .item .item-inner span.number {  font-size: 18px; line-height: 1.2; color: #fff; position: absolute; left: 0; top: 20px; width: 54px; z-index: 1; background: #3c5afd; border-radius: 5px; padding: 8px; -webkit-transform: translate(-70%,0); -moz-transform: translate(-70%,0); -o-transform: translate(-70%,0); -ms-transform: translate(-70%,0); transform: translate(-70%,0); -webkit-box-shadow: 0 8px 9px rgb(0 0 0 / 20%); -moz-box-shadow: 0 8px 9px rgba(0,0,0,.2); box-shadow: 0 8px 9px rgb(0 0 0 / 20%); opacity: 0; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; }

.hire-developer-steps .item .item-inner:after {content: ''; line-height: 1.2; color: #fff; position: absolute; left: -10px; right: -10px; top: -5px; height: 90%; z-index: -1; border-radius: 0; border: 2px solid #3c5afd; opacity: 0; transition: all .4s ease; }

.hire-developer-steps .item .item-inner:hover span.number {opacity: 1; -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0); -ms-transform: translate(-50%,0); transform: translate(-50%,0); }

.hire-developer-steps .item .item-inner:hover:after { opacity: 1; border-radius: 7px; top: -10px; }
.blog-content { border-top:2px solid #3c5afd; }
.blog-date { position: absolute; top: -17px; right: 0; padding: 5px 10px; background: #ffffff; font-size: 13px; border-radius: 30px 0 0 30px; box-shadow: -2px 2px 0px #3c5afd; font-family: "Space Grotesk"; font-weight: 600; border-right: 0; }
.blog-content h3 a { color:#3c5afd }
.blog-img a { display:flex; height:250px;  width: 100%;   overflow: hidden;
    vertical-align: top; text-align: center; }
.blog-img a img { object-fit:cover;    width: 100%; }

/*-- End Hire us page css --*/

/*-- Start Blog page css  --*/




/*-- End Blog page css  --*/

/* .collaspe-head {transition: all 0.5s ease-in-out; padding: 20px 60px 20px 20px; position: relative; cursor: pointer;}
.collapse-box {position: relative; border: 0.063rem solid #f2f0e9; transition: all 0.5s ease-in-out; box-shadow: 0px 0px 6px 0px #00000014; border-radius: 20px; margin-bottom: 30px;}
.collapse-body {display: block; max-height: 0; opacity: 0; overflow: hidden; transition: max-height 0.5s ease, opacity 0.5s ease; transition: all 0.4s ease;}
.collapse-box[open] .collapse-body {opacity: 1;}
.collaspe-head .icon {width: 16px; height: 16px; transition: all 0.5s ease-in-out;}
.collaspe-head .icon svg {height: 16px;}
.collapse-body-wrap {padding: 0 20px 20px; line-height: 1.4;}
.collaspe-head .icon {position: absolute; top: 25px; right: 22px; display: inline-flex; }
.collapse-body-wrap p {margin-bottom: 15px;} */

.collaspe-head {transition: all 0.5s ease-in-out; padding: 20px 60px 20px 20px; position: relative; cursor: pointer; font-size: 20px;}
.collapse-box {position: relative; border: 0.063rem solid #f2f0e9; transition: all 0.5s ease-in-out; box-shadow: 0px 0px 6px 0px #00000014; border-radius: 20px; margin-bottom: 30px;}
.collapse-body {display: block; max-height: 0; opacity: 0; overflow: hidden; transition: max-height 0.5s ease, opacity 0.5s ease; transition: all 0.4s ease;}
.faq_collapse_box[open] .collapse-body {opacity: 1;}
.collaspe-head .icon {width: 16px; height: 16px; transition: all 0.5s ease-in-out;}
.collaspe-head .icon svg {height: 16px;}
.collapse-body-wrap {padding: 0 20px 30px 30px; line-height: 1.4;}
.collaspe-head .icon {position: absolute; top: 25px; right: 22px; display: inline-flex; }
.collapse-body-wrap p {margin-bottom: 15px;}
.faq_collapse_box { position: relative; border: 0.063rem solid #f2f0e9; transition: all 0.5s 
ease-in-out; box-shadow: 0px 0px 6px 0px #00000014; border-radius: 20px; margin-bottom: 30px;}

@media (min-width: 1800px) {
        .collaspe-head {padding: 30px 100px 30px 40px;
    }
	.collaspe-head .icon {
        top: 40px;
        right: 40px;
    }
}

@media (min-width: 1200px) {
   
.exp-content .exp-main p { max-width: 500px; }
.exp-content .item p { max-width: 270px; }

/*-- Start Hire us page css --*/



/*-- End Hire us page css --*/

}
@media (max-width:1366px) {
 
/*-- Start Hire us page css --*/
	.hire-dev-banner-section .banner-content .banner-content-inner {     max-width: 90%; }
	.image-content-section .content-wrap {     padding: 60px 50px; }


/*-- End Hire us page css --*/
}
@media (max-width:1199px) {
 
	.client-logo object { width: 140px; height: 100px; }
	.exp-content .exp-main h2 { font-size: 2.8rem; }
	.logo { position: relative; z-index: 3; }


/*-- Start Hire us page css --*/

	.hire-dev-banner-section .banner-content .banner-content-inner { max-width: 100%; }
	.image-content-section .content-wrap p { font-size:16px; }
	.image-content-section .content-wrap ul { margin-top: 20px; }
	.image-content-section .content-wrap { padding: 40px 30px; }
	.hire-developer-steps .item .item-inner {  padding: 25px 10px;   max-width: 180px; }
	.hire-developer-steps .item .item-inner span { font-size: 15px; line-height: 1.2; }



/*-- End Hire us page css --*/
}
@media (max-width:991px) {
 
 .our-expertise-section .content-col .w-75 { width: 100% !important; }
.portfolio-item-grid .tall-item,
.portfolio-item-grid .wide-item { flex: 0 0 100%; max-width: 100%; }

.our-expertise-section .content-col { padding-left: 20px !important; padding-right: 20px !important; }
.banner-img { height: auto; background-image: none !important; }
.hire-developer-steps .item { flex: 0 0 33.33%; max-width: 33.33%;     margin-bottom: 30px; }
.hire-developer-steps .items-wrap { flex-wrap:wrap; width: 90%; justify-content: center; margin: 0 auto;}

/*-- Start Hire us page css --*/
	.hire-cta .cta_btn { text-align:left !important;  margin-bottom:20px; }




/*-- End Hire us page css --*/


}
@media (max-width:767px) {
.request-quote-btn { min-width: 140px; text-align: right; }
.request-quote-btn .btn { font-size: 14px; padding: 6px 10px; }
.portfolio_btn,
.view_blog_btn,
.cta_btn { text-align: left !important; }


/*-- Start Hire us page css --*/



/*-- End Hire us page css --*/

}
@media (max-width:680px) {

/*-- Start Hire us page css --*/
	 
	.hire-developer-steps .item { flex: 0 0 50%; max-width: 50%; }
    .hire-developer-steps .items-wrap { width:100% }
    .hire-developer-steps .item .item-inner { padding: 15px 10px; max-width: 150px; }
    .hire-developer-steps .item .item-inner span.number {     font-size: 15px;width: 45px; }


/*-- End Hire us page css --*/

}


@media (max-width:480px) {

/*-- Start Hire us page css --*/
	.five-steps-section .step-item   {  flex-wrap: wrap;}
	.steps-inner .step-item .steps-content { width:100% }
	.steps-inner:before { display:none; }
	.steps-inner .step-item .steps-icon {     margin: 30px auto 30px; }
	.steps-inner { padding-left:0 !important }
	.image-content-section .content-wrap { padding: 30px 20px; }
	 


/*-- End Hire us page css --*/

}

/* AI development and automation page */
.ai-services-page { color: #17161a; }
.ai-services-page .ai-services-hero .inner-banner-content { max-width: 720px; }
.ai-services-page .ai-services-hero h1 { font-size: clamp(2.25rem, 4.2vw, 4.5rem); line-height: 1.05; }
.ai-services-page .ai-services-hero h2 { line-height: 1.4; }
.ai-services-page .ai-page-section h2 { font-size: clamp(2rem, 3vw, 3rem); font-weight: 700; line-height: 1.15; }
.ai-services-page .ai-page-section h3 { font-size: 1.3rem; font-weight: 700; line-height: 1.3; }
.ai-services-page .ai-section-heading { max-width: 850px; }
.ai-services-page .ai-section-heading p:last-child { margin-bottom: 0; }
.ai-services-page .ai-soft-section { background: #f7f8fc; }
.ai-services-page .ai-service-card,
.ai-services-page .ai-capability-card { position: relative; padding: 30px; border: 1px solid #ececf3; border-radius: 18px; background: #fff; box-shadow: 0 8px 28px rgba(23, 22, 26, 0.07); }
.ai-services-page .ai-service-card { display: flex; flex-direction: column; }
.ai-services-page .ai-service-card .ai-card-number { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-bottom: 22px; border-radius: 12px; color: #3c5afd; background: #eef1ff; font-weight: 700; }
.ai-services-page .ai-service-card p:last-of-type { margin-bottom: 22px; }
.ai-services-page .ai-service-card a { margin-top: auto; font-weight: 700; text-decoration: none; }
.ai-services-page .ai-outcome-item,
.ai-services-page .ai-reason-item { padding: 8px 8px 8px 24px; border-left: 3px solid #3c5afd; }
.ai-services-page .ai-outcome-item p,
.ai-services-page .ai-reason-item p,
.ai-services-page .ai-process-step p,
.ai-services-page .ai-capability-card li { margin-bottom: 0; color: #52515a; }
.ai-services-page .ai-eyebrow { display: inline-block; margin-bottom: 12px; color: #3c5afd; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ai-services-page .ai-check-list,
.ai-services-page .ai-tag-list,
.ai-services-page .ai-industry-list,
.ai-services-page .ai-capability-card ul { margin: 0; padding: 0; list-style: none; }
.ai-services-page .ai-check-list { display: grid; gap: 12px; }
.ai-services-page .ai-check-list li { position: relative; padding: 16px 18px 16px 52px; border-radius: 12px; background: #f7f8fc; font-weight: 600; }
.ai-services-page .ai-check-list li::before { content: "✓"; position: absolute; left: 18px; top: 15px; color: #3c5afd; font-weight: 800; }
.ai-services-page .ai-dark-section { color: #fff; background: #202033; }
.ai-services-page .ai-dark-section p { color: rgba(255,255,255,.78); }
.ai-services-page .ai-dark-section .ai-eyebrow { color: #9dabff; }
.ai-services-page .ai-tag-list,
.ai-services-page .ai-industry-list { display: flex; flex-wrap: wrap; gap: 12px; }
.ai-services-page .ai-tag-list li { padding: 12px 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.08); }
.ai-services-page .ai-process-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.ai-services-page .ai-process-step { display: flex; gap: 22px; padding: 28px; border-radius: 16px; background: #fff; box-shadow: 0 8px 28px rgba(23,22,26,.07); }
.ai-services-page .ai-process-step > span { color: #3c5afd; font-size: 1.8rem; font-weight: 700; line-height: 1; }
.ai-services-page .ai-capability-card li { position: relative; padding: 9px 0 9px 22px; border-bottom: 1px solid #ececf3; }
.ai-services-page .ai-capability-card li::before { content: ""; position: absolute; left: 0; top: 18px; width: 7px; height: 7px; border-radius: 50%; background: #3c5afd; }
.ai-services-page .ai-capability-card li:last-child { border-bottom: 0; }
.ai-services-page .ai-industries-section { background: linear-gradient(135deg, #eef1ff 0%, #f8f9ff 100%); }
.ai-services-page .ai-industry-list li { padding: 12px 18px; border-radius: 10px; background: #fff; box-shadow: 0 4px 16px rgba(23,22,26,.06); font-weight: 600; }
.ai-services-page .ai-faq-list { max-width: 1000px; }
.ai-services-page .ai-faq-list details { margin-bottom: 16px; border: 1px solid #ececf3; border-radius: 14px; background: #fff; box-shadow: 0 5px 18px rgba(23,22,26,.05); }
.ai-services-page .ai-faq-list summary { position: relative; padding: 24px 62px 24px 24px; cursor: pointer; list-style: none; font-size: 1.15rem; font-weight: 700; }
.ai-services-page .ai-faq-list summary::-webkit-details-marker { display: none; }
.ai-services-page .ai-faq-list summary::after { content: "+"; position: absolute; right: 24px; top: 18px; color: #3c5afd; font-size: 1.75rem; font-weight: 400; }
.ai-services-page .ai-faq-list details[open] summary::after { content: "−"; }
.ai-services-page .ai-faq-list details > div { padding: 0 24px 22px; }
.ai-services-page .ai-faq-list details p { margin: 0; }
.ai-services-page .ai-final-cta { background: #f7f8fc; }
.ai-services-page .ai-final-cta-inner { max-width: 850px; padding: 48px; border-radius: 24px; background: #fff; box-shadow: 0 12px 38px rgba(23,22,26,.08); }

@media (max-width: 767px) {
    .ai-services-page .ai-services-hero h1 { font-size: 2.25rem; }
    .ai-services-page .ai-service-card,
    .ai-services-page .ai-capability-card { padding: 24px; }
    .ai-services-page .ai-process-grid { grid-template-columns: 1fr; }
    .ai-services-page .ai-process-step { padding: 22px; }
    .ai-services-page .ai-final-cta-inner { padding: 32px 22px; }
}

/* AI development service page - scoped to prevent changes on other templates. */
.ai-services-page{color:#17161a;overflow:hidden}.ai-services-page .ai-services-hero{min-height:700px;display:flex;align-items:center;background:linear-gradient(135deg,#f4f6ff 0%,#edeaff 100%)!important}.ai-services-page .ai-services-hero .inner-banner-content{max-width:700px;padding:35px 0}.ai-services-page .ai-services-hero h1{font-size:clamp(2.45rem,4vw,4.35rem);line-height:1.03}.ai-services-page .ai-services-hero h2{line-height:1.4}.ai-services-page .ai-services-hero p{max-width:650px;font-size:.94rem;line-height:1.65}.ai-services-page .ai-hero-visual{position:relative;padding:18px}.ai-services-page .ai-hero-visual:before{content:"";position:absolute;inset:0;border-radius:30px;background:linear-gradient(135deg,rgba(60,90,253,.18),rgba(143,87,245,.12));transform:rotate(3deg)}.ai-services-page .ai-hero-visual img{position:relative;display:block;width:100%;height:auto;aspect-ratio:2/1;object-fit:cover;object-position:center;border-radius:24px;box-shadow:0 24px 55px rgba(26,32,73,.24)}
.ai-services-page .ai-page-section{position:relative;padding-top:90px!important;padding-bottom:90px!important}.ai-services-page .ai-page-section h2{font-size:clamp(2rem,3.2vw,3.2rem);font-weight:700;line-height:1.12}.ai-services-page .ai-page-section h3{font-size:1.32rem;font-weight:700}.ai-services-page .ai-section-heading{max-width:820px}.ai-services-page .ai-section-heading:after{content:"";display:block;width:64px;height:4px;margin:28px auto 0;border-radius:5px;background:linear-gradient(90deg,#3c5afd,#8f57f5)}.ai-services-page .ai-soft-section{background:linear-gradient(180deg,#f8f9ff,#f3f5ff)}
.ai-services-page .ai-service-card{position:relative;display:flex;flex-direction:column;padding:32px;overflow:hidden;border:1px solid #e8eaf5;border-radius:22px;background:#fff;box-shadow:0 12px 35px rgba(26,32,73,.1);transition:transform .25s ease,box-shadow .25s ease}.ai-services-page .ai-service-card:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,#3c5afd,#8f57f5)}.ai-services-page .ai-service-card:hover{transform:translateY(-6px);box-shadow:0 20px 44px rgba(26,32,73,.14)}.ai-services-page .ai-card-number{display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin-bottom:24px;border-radius:15px;color:#fff;background:linear-gradient(135deg,#3c5afd,#7757f3);font-weight:700}.ai-services-page .ai-service-card p{color:#565568}.ai-services-page .ai-service-card a{margin-top:auto;font-weight:700;text-decoration:none}
.ai-services-page .ai-outcome-item{position:relative;padding:24px 12px 24px 58px;border:0;border-bottom:1px solid #dfe3f3;border-radius:0;background:transparent;box-shadow:none}.ai-services-page .ai-outcome-item:before{content:"✓";position:absolute;top:24px;left:10px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:#fff;background:#3c5afd;font-weight:800}.ai-services-page .ai-eyebrow{display:inline-block;margin-bottom:13px;color:#3c5afd;font-size:.82rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.ai-services-page .ai-check-list,.ai-services-page .ai-tag-list,.ai-services-page .ai-industry-list,.ai-services-page .ai-capability-card ul{margin:0;padding:0;list-style:none}.ai-services-page .ai-check-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.ai-services-page .ai-check-list li{padding:18px;border:1px solid #e7e9f5;border-radius:14px;background:#f8f9ff;font-weight:600}
.ai-services-page .ai-dark-section{color:#fff;background:linear-gradient(135deg,#171726,#28274a)}.ai-services-page .ai-dark-section p{color:rgba(255,255,255,.76)}.ai-services-page .ai-dark-section .ai-eyebrow{color:#aeb8ff}.ai-services-page .ai-tag-list,.ai-services-page .ai-industry-list{display:flex;flex-wrap:wrap;gap:13px}.ai-services-page .ai-tag-list li{padding:13px 19px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.08)}
.ai-services-page .ai-process-grid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:45px 28px}.ai-services-page .ai-process-grid:before{content:"";position:absolute;top:29px;left:8%;right:8%;height:2px;background:linear-gradient(90deg,#d7ddff,#3c5afd,#d7ddff)}.ai-services-page .ai-process-step{position:relative;z-index:1;display:block;padding:0;text-align:center;border:0;border-radius:0;background:transparent;box-shadow:none}.ai-services-page .ai-process-step>span{display:flex;align-items:center;justify-content:center;width:58px;height:58px;margin:0 auto 20px;border:6px solid #fff;border-radius:17px;color:#3c5afd;background:#eef1ff;box-shadow:0 0 0 2px #dfe4ff;font-size:1.3rem;font-weight:800}.ai-services-page .ai-process-step p{max-width:310px;margin:0 auto}
.ai-services-page .ai-capability-card{padding:5px 28px;border:0;border-left:3px solid #3c5afd;border-radius:0;background:transparent;box-shadow:none}.ai-services-page .ai-capability-card h3{padding-bottom:16px;border-bottom:1px solid #dfe3f3}.ai-services-page .ai-capability-card li{padding:10px 0;border-bottom:1px solid #eef0f5}.ai-services-page .ai-reason-item{position:relative;padding:26px 20px 26px 62px;border:0;border-top:1px solid #e2e5f1;border-radius:0;background:transparent;box-shadow:none}.ai-services-page .ai-reason-item:before{content:"";position:absolute;top:31px;left:20px;width:22px;height:22px;border:6px solid #dfe4ff;border-radius:50%;background:#3c5afd}.ai-services-page .ai-reason-item p{margin-bottom:0}
.ai-services-page .ai-industries-section{background:linear-gradient(135deg,#edf1ff,#f7f5ff)}.ai-services-page .ai-industries-section .col-lg-5{padding-right:45px}.ai-services-page .ai-industry-list li{min-width:calc(50% - 7px);padding:15px 18px;border:1px solid #e3e7fa;border-radius:12px;background:#fff;font-weight:600;transition:transform .2s ease,border-color .2s ease}.ai-services-page .ai-industry-list li:hover{transform:translateY(-3px);border-color:#adb9ff}
.ai-services-page .ai-faq-list{max-width:1000px}.ai-services-page .ai-faq-list details{margin-bottom:16px;border:1px solid #e7e9f2;border-radius:16px;background:#fff;box-shadow:0 6px 20px rgba(26,32,73,.08)}.ai-services-page .ai-faq-list summary{padding:25px;cursor:pointer;font-size:1.12rem;font-weight:700}.ai-services-page .ai-faq-list details div{padding:0 25px 25px}.ai-services-page .ai-final-cta{background:#f7f8fc}.ai-services-page .ai-final-cta-inner{max-width:940px;padding:58px;border-radius:28px;color:#fff;background:linear-gradient(135deg,#20203a,#3c3972);box-shadow:0 22px 55px rgba(31,31,62,.2)}.ai-services-page .ai-final-cta-inner p{color:rgba(255,255,255,.8)}
@media(max-width:991px){.ai-services-page .ai-services-hero{min-height:auto;padding:50px 0}.ai-services-page .ai-hero-visual{max-width:680px;margin:10px auto 0}.ai-services-page .ai-process-grid{grid-template-columns:repeat(2,1fr)}.ai-services-page .ai-process-grid:before{display:none}.ai-services-page .ai-capability-card{padding:24px;border-left:0;border-top:3px solid #3c5afd;background:rgba(255,255,255,.7)}.ai-services-page .ai-industries-section .col-lg-5{padding-right:calc(var(--bs-gutter-x)*.5)}}
@media(max-width:767px){.ai-services-page .ai-services-hero h1{font-size:2.25rem}.ai-services-page .ai-services-hero p{font-size:.9rem}.ai-services-page .ai-hero-visual{padding:10px}.ai-services-page .ai-hero-visual img{aspect-ratio:2/1;border-radius:18px}.ai-services-page .ai-page-section{padding-top:55px!important;padding-bottom:55px!important}.ai-services-page .ai-check-list,.ai-services-page .ai-process-grid{grid-template-columns:1fr}.ai-services-page .ai-process-step{text-align:left;display:flex;gap:18px}.ai-services-page .ai-process-step>span{margin:0;flex:0 0 58px}.ai-services-page .ai-process-step p{max-width:none}.ai-services-page .ai-outcome-item{padding-left:52px}.ai-services-page .ai-outcome-item:before{left:5px}.ai-services-page .ai-industry-list li{min-width:100%}.ai-services-page .ai-final-cta-inner{padding:38px 22px}}

/* AI service page responsive overlap fixes. */
@media (min-width: 1200px) {
    .main-header .main-menu ul.main-menu-ul > li:hover > .sub-menu-wrap { opacity: 0; visibility: hidden; pointer-events: none; }
    .main-header .main-menu ul.main-menu-ul > li.desktop-menu-open > .sub-menu-wrap,
    .main-header .main-menu ul.main-menu-ul > li:focus-within > .sub-menu-wrap { opacity: 1; visibility: visible; pointer-events: auto; transform: none; z-index: 200; }
}
.main-menu-ul > li.ai-services-nav > a.menu-link { display: inline-flex !important; align-items: center; gap: 8px; padding: 9px 13px !important; border: 1px solid #cbd3ff; border-radius: 10px; background: linear-gradient(115deg,#edf4ff,#eee8ff); color: #34369a !important; box-shadow: 0 3px 9px rgba(75,61,180,.12), inset 0 -2px 0 #aaa3ed; font-weight: 600; line-height: 1.4 !important; white-space: nowrap; }
.main-menu-ul > li.ai-services-nav > a.menu-link::before { display: none !important; }
.main-menu-ul > li.ai-services-nav > a.menu-link:hover { background: linear-gradient(115deg,#dfeaff,#e5d9ff); box-shadow: 0 4px 12px rgba(75,61,180,.2); }
.main-menu-ul > li.ai-services-nav > a.menu-link:focus-visible { outline: 2px solid #6351bc; outline-offset: 3px; }
@media (max-width:1199px) { .main-menu-ul > li.ai-services-nav > a.menu-link { margin: 6px 0; padding-right: 36px !important; } }
@media (min-width: 1200px) {
    .main-header .ai-services-nav > .sub-menu-wrap { min-width: 290px; }
    .main-header .ai-services-nav:focus-within > .sub-menu-wrap { visibility: visible; opacity: 1; pointer-events: auto; }
}
@media (min-width: 1200px) and (max-width: 1559px) {
    .main-header .main-menu ul.main-menu-ul > li { padding-left: 8px; padding-right: 8px; }
    .main-header .main-menu ul.main-menu-ul > li > a { padding-left: 4px; padding-right: 4px; white-space: nowrap; }
}
.main-header .custom-menu-toggle { display: none; }
.main-header:has(.custom-menu-toggle) .mobile-trigger { display: none; }
@media (max-width: 1199px) {
    .main-header .custom-menu-toggle { display: flex; align-items: center; justify-content: center; position: absolute; left: 8px; top: 20px; z-index: 56; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 8px; background: #fff; color: #171726; font-size: 28px; line-height: 1; cursor: pointer; }
    .main-header .custom-menu-toggle:focus-visible { outline: 2px solid #3c5afd; outline-offset: 2px; }
    .main-header #custom-header-navigation { height: 100dvh; }
}
@media (max-width: 680px) {
    .main-header .custom-menu-toggle { top: 16px; }
    .main-header:has(.custom-menu-toggle) .request-quote-btn { display: none; }
}
/* Compact service-card actions, scoped to the AI services page. */
.ai-services-page .ai-service-card .ai-service-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 48px;
    margin-top: auto;
    padding: 10px 14px;
    box-sizing: border-box;
    border: 1px solid #dce2ff;
    border-radius: 12px;
    background: #eef2ff;
    color: #293db5;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.ai-services-page .ai-service-link .ai-service-link-arrow {
    position: relative;
    align-self: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    color: #293db5;
    font-size: 0;
    line-height: 1;
}
.ai-services-page .ai-service-link .ai-service-link-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background: currentColor;
    transform: translate(-50%, -50%);
}
.ai-services-page .ai-service-link .ai-service-link-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% + 2px);
    width: 7px;
    height: 7px;
    box-sizing: border-box;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: translate(-50%, -50%) rotate(45deg);
}
.ai-services-page .ai-service-card .ai-service-link:hover {
    background: #dfe6ff;
    border-color: #adbaff;
    color: #202f90;
}
.ai-services-page .ai-service-card .ai-service-link:focus-visible {
    outline: 3px solid #293db5;
    outline-offset: 3px;
}
.ai-services-page .ai-check-list li{position:relative;padding:18px 18px 18px 52px;min-width:0}.ai-services-page .ai-check-list li:before{content:"✓";position:absolute;top:18px;left:18px;width:auto;height:auto;color:#3c5afd;background:transparent;font-size:1.1rem;font-weight:800;line-height:1}.ai-services-page .ai-process-grid:before{display:none}.ai-services-page .ai-capability-card li{position:relative;padding:10px 0 10px 24px;overflow-wrap:anywhere}.ai-services-page .ai-capability-card li:before{content:"";position:absolute;top:19px;left:2px;width:7px;height:7px;border-radius:50%;background:#3c5afd}
@media(max-width:767px){.ai-services-page .ai-check-list li{padding:16px 14px 16px 46px}.ai-services-page .ai-check-list li:before{top:17px;left:15px}.ai-services-page .ai-capability-card li{padding-left:24px}}

/* AI service hero uses the WebP as a true banner background. */
.ai-services-page .ai-services-hero{background-image:linear-gradient(90deg,rgba(244,246,255,.95) 0%,rgba(244,246,255,.86) 36%,rgba(244,246,255,.32) 55%,rgba(244,246,255,.02) 100%),url("../images-new/ai-development-automation-banner-v2.webp")!important;background-repeat:no-repeat!important;background-position:center!important;background-size:cover!important}.ai-services-page .ai-services-hero .row{min-height:700px}.ai-services-page .ai-services-hero .banner-content{position:relative;z-index:1}.ai-services-page .ai-hero-visual{display:none}
@media(max-width:991px){.ai-services-page .ai-services-hero{background-image:linear-gradient(90deg,rgba(244,246,255,.96) 0%,rgba(244,246,255,.88) 48%,rgba(244,246,255,.4) 74%,rgba(244,246,255,.08) 100%),url("../images-new/ai-development-automation-banner-v2.webp")!important;background-position:62% center!important}.ai-services-page .ai-services-hero .row{min-height:620px}}
@media(max-width:767px){.ai-services-page .ai-services-hero{background-image:linear-gradient(90deg,rgba(244,246,255,.96) 0%,rgba(244,246,255,.9) 65%,rgba(244,246,255,.52) 100%),url("../images-new/ai-development-automation-banner-v2.webp")!important;background-position:66% center!important}.ai-services-page .ai-services-hero .row{min-height:auto}.ai-services-page .ai-services-hero .inner-banner-content{padding:30px 0}}
