#mega-menu-item-1564 {
	display: none !important;
}
/* Contact Page Css */

.contact-banner-main {
	padding: 170px 0px 120px;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.contact-banner-main::before{
	content: "";
  position: absolute;
  background-color: #000;
  opacity: 0.5;
  top: 0;
  left: 0px;
  width: 100%;
}

.contact-banner-inner {
	display: flex;
	gap: 25px;
	align-items: center;
	position: relative;
	z-index: 1;
}

.contact-banner-left-content ,.contact-banner-right-content{
	width: 50%;
}

.contact-banner-left-content .font-56 {
	color: #fff;
}

.contact-banner-left-content p {
	font-size: 24px;
	margin-top: 30px;
	line-height: 32px;
	font-weight: 500;
	color: #fff;
}

.contact-banner-right-content {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	width: 50%;
}

.contact-form form {
	gap: 15px;
	display: grid;
	margin-top: 30px;
}

.contact-form form input[type="text"], 
.contact-form form input[type="email"], 
.contact-form form textarea {
	border: 1px solid #f5f6f7;
	background-color: #f5f6f7;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	height: 48px;
	width: 100%;
	padding: 0 0 0 10px
}

.contact-form form textarea {
	height: 120px;
	padding-top: 12px;
}

.contact-form form input[type="submit"]{
    background-color: #293e8d;
    color: #fff;
    padding: 12px 24px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: 250ms;
    border-radius: 8px;
    line-height: 24px;
    font-size: 18px;
    display: inline-block;
    border: 1px solid #293e8d;
}

.contact-form form input[type="submit"]:hover{
    scale: 1.02;
}

.our-location-main {
	padding: 80px 0 0;
}

.location-ttl ,.location-des{
	width: 50%;
}

.our-location-ttl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.our-location-ttl p{
    font-size: 18px;
    line-height: 26px;
}

.our-location-content {
	display: flex;
	gap: 30px;
    padding: 80px 50px;
}

.offices {
	position: relative;
	box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.06);
	border-radius: 10px;
	background-color: #ffffff;
	padding: 30px 40px 0;
	width: 100%;
    transition: all 0.35s ease;
}

.offices .font-24{
	color: #293e8d;
}

.offices:hover {
	transform: translateY(-10px);
	box-shadow: 0px 20px 50px rgba(0,0,0,0.12);
}

.offices ul {
	padding: 10px 0;
}

.offices ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 16px;
}

.offices ul li:nth-child(1)::before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
	font-size: 20px;
	color: #293e8d;
}

.offices ul li:nth-child(2)::before {
    content: "\f095";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
	font-size: 20px;
	color: #293e8d;
}

.offices ul li:nth-child(3)::before {
    content: "\f0e0";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
	font-size: 20px;
	color: #293e8d;
}


/* About  Page Css */




.about-us-gallery {
	padding: 80px 0;
}

.about-us-gallery-inner {
	display: flex;
	gap: 25px;
}

.gallery-sec .img-box {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.gallery-sec .img-item {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.gallery-sec img {
	width: 100%;
	display: block;
	border-radius: 10px;
}




.honing-best-talent {
	position: relative;
	background-size: cover !important;
	padding: 50px;
	z-index: 1;
	background-repeat: no-repeat !important;
}

.honing-best-talent::before{
    content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(37, 37, 37, 0.7);
  z-index: -1;
}

.honing-best-talent-inner {
	color: #fff;
	padding: 30px 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Title & description */
.honing-ttl {
	text-align: center;
	max-width: 1100px;
	margin: 0 auto;
}

.honing-best-talent-inner p {
	padding: 30px 0;
	margin: 0 auto;
	max-width: 900px;
}

.honing-best-talent-counter {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.counter-sec {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.vision-expertise-main {
	padding: 80px 0 0;
	background: linear-gradient(180deg,#f9fbff,#ffffff);
}

.vision-expertise-inner {
	display: flex;
	align-items: center;
}

.expertise-ttl {
	flex: 1;
}


.vision-expertise-ttl .font-34 {
	padding: 12px 0 24px;
	font-weight: 700;
	line-height: 1.3;
}

.vision-expertise-des {
	color: #555;
	line-height: 1.7;
	max-width: 520px;
}

.officer-content {
	flex: 1;
	align-items: center;
	background: #fff;
	box-shadow: 0 20px 50px rgba(0,0,0,.08);
	overflow: hidden;
}



.officer-content img {
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
	max-height: 250px;
	padding-top: 10px;
	display: flex;
	margin: 0 auto;
}

.officer-content:hover img {
	transform: scale(1.08);
}

.officer-details {
	line-height: 1.6;
	gap: 25px;
	padding: 18px;
	transition: all .4s ease;
	text-align: center;
}

.officer-content .font-22 {
	padding: 14px 0 6px;
	font-weight: 600;
}

.officer-content .font-16 {
	color: #777;
}


.what-we-do .item {
  position: relative;
  transition: transform 0.5s cubic-bezier(.2,.8,.2,1),
  box-shadow 0.5s cubic-bezier(.2,.8,.2,1);
}

.what-we-do .item::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(
    120deg,
    transparent 40%,
    #ffffff 50%,
    transparent 60%
  );
  transform: translateX(-100%);
  transition: transform 0.9s cubic-bezier(.2,.8,.2,1);
  z-index: 1;
}

.what-we-do .item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #6366f1, #4f46e5);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 0;
}

.what-we-do .item:hover::before {
  transform: translateX(100%);
}

.what-we-do .item:hover::after {
  opacity: 0.08;
}

.what-we-do .item:hover {
  transform: translateY(-14px) scale(1.015);
  box-shadow: 0 30px 70px rgba(0,0,0,0.45);
}

.what-we-do .item .accent {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, #ffffff, #b1aeec);
  transition: width 0.6s ease;
  z-index: 3;
}

.what-we-do .item:hover .accent {
  width: 100%;
}


.services-ttl {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-bottom: 50px;
}

.about-us-services-ttl, .about-us-services-des {
  width: 50%;
}

.about-us-blue-bg-sec {
	padding:40px !important
}


.about-us-blue-bg-inner {
	background: linear-gradient(90.5deg,#0494ff .43%,#0072c6 49.72%,#003760 99%);
	border-radius: 16px;
	padding: 30px 0 50px;
	text-align: center;
}

.about-us-blue-bg-inner .font-34 {
	padding: 10px 0 50px;
    color: #fff;
}

.btn-main-border {
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 12px 15px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.success-story-slider-main {
	padding: 80px 0;
}


/* Page Web Development*/

.perfect-partner-main {
	padding: 80px 0 0;
}

.perfect-partner-inner {
  display: flex;
  gap: 50px;
  align-items: center;
}

.dash-list-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px;
}

.perfect-partner-right-content ul.dash-list {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #293e8d;
}

.perfect-partner-right-content ul.dash-list li {
	position: relative;
	padding-left: 18px; 
	margin-bottom: 10px;
}

.perfect-partner-right-content ul.dash-list li::before {
	content: "–"; 
	position: absolute;
	left: 0;
	top: 0;
	color: #293e8d;
	font-weight: 600;
}




.perfect-partner-right-content p {
  padding: 20px 0;
}

.technologies-main {
	padding: 80px 0;
	color: #fff;
}

.technology-used {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	padding: 80px 30px 0;
	gap: 20px;
}

.technology-inner p {
	color: #fff;
}


.technology-img {
	background: #fff;
	padding: 30px 10px 0;
	color: #000;
	text-align: center;
	border-radius: 20px;
	height: 180px;
	position: relative;
	overflow: hidden;
	transition: 
		transform 0.5s cubic-bezier(.4,0,.2,1),
		box-shadow 0.5s ease,
		background 0.4s ease;
}

.technology-img:hover {
	transform: translateY(-10px) scale(1.02);
	box-shadow: 
		0 25px 60px rgba(0,0,0,0.15),
		0 0 0 1px rgba(0,0,0,0.04);
	background: linear-gradient(180deg, #ffffff, #f7f9fc);
}


.technology-img img {
	max-height: 100px;
	height: 100%;
	transition: 
		transform 0.6s cubic-bezier(.4,0,.2,1),
		filter 0.4s ease;
	will-change: transform;
}

.technology-img:hover img {
	transform: translateY(-8px) scale(1.08) rotate(-1deg);
	filter: drop-shadow(0 12px 20px rgba(0,0,0,0.15));
}



.technology-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 60%;
	height: 100%;
	background: linear-gradient(
		120deg,
		transparent,
		rgba(255,255,255,0.5),
		transparent
	);
	transform: skewX(-20deg);
	transition: all 0.6s ease;
}

.technology-img:hover::before {
	left: 140%;
}


.technology-img::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 20px;
	border: 2px solid rgba(0,0,0,0.05);
	opacity: 0;
	transform: scale(0.95);
	transition: all 0.5s ease;
}

.technology-img:hover::after {
	opacity: 1;
	transform: scale(1);
}

.benefits-main {
	background: #293e8d;
	color: #fff;
	padding: 80px 0;
	text-align: center;
}

.benefits-main .sub-title::before {
	left: 39%;
}

.page-id-21 .benefits-main .sub-title::before{
	left: 37% !important;
}

.page-id-17 .benefits-main .sub-title::before{
	left: 38% !important;
}


.benefits-inner ul {
	display: flex;
	justify-content: center;
	gap: 20px;
	
}

.microsoft-solution-main {
	padding: 80px 0;
}

.microsoft-solution-inner {
  display: flex;
  gap: 30px;
  align-items: center;
}

.microsoft-solution-left-sec ,.microsoft-solution-right-img {
  width: 50%;
}


.counter{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	padding: 10px 0;
	gap: 50px;
}

.counter-sec{
align-items: center;
}

.microsoft-solution-inner p {
	padding: 20px 0;
	font-size: 18px;
    color: #42526b;
}

.counter .font-34 {
	color: #293e8d;
	font-size: 44px;
	font-weight: 700;
	margin-bottom: 12px;
}

.microsoft-solution-right-img {
	position: relative;
	display: inline-block;
	overflow: hidden;
	border-radius: 20px;
}

.microsoft-solution-right-img img {
	height: 420px;
	border-radius: 20px;
	transition: 
		transform 0.6s ease,
		filter 0.5s ease;
}

.microsoft-solution-right-img:hover img {
	transform: scale(1.08) translateX(10px);
}



.microsoft-solution-right-img::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		120deg,
		rgba(41,62,141,0.25),
		rgba(0,180,255,0.25)
	);
	opacity: 0;
	transition: opacity 0.5s ease;
	pointer-events: none;
}

.microsoft-solution-right-img:hover::before {
	opacity: 1;
}


.microsoft-solution-right-img span.corner {
	position: absolute;
	width: 40px;
	height: 40px;
	opacity: 0;
	transition: all 0.5s ease;
	pointer-events: none;
}

.microsoft-solution-right-img .corner.tl {
	top: 15px;
	left: 15px;
	border-top: 4px solid #293e8d;
	border-left: 4px solid #293e8d;
	transform: translate(-10px, -10px);
}

.microsoft-solution-right-img .corner.tr {
	top: 15px;
	right: 15px;
	border-top: 4px solid #293e8d;
	border-right: 4px solid #293e8d;
	transform: translate(10px, -10px);
}

.microsoft-solution-right-img .corner.br {
	bottom: 15px;
	right: 15px;
	border-bottom: 4px solid #293e8d;
	border-right: 4px solid #293e8d;
	transform: translate(10px, 10px);
}

.microsoft-solution-right-img .corner.bl {
	bottom: 15px;
	left: 15px;
	border-bottom: 4px solid #293e8d;
	border-left: 4px solid #293e8d;
	transform: translate(-10px, 10px);
}

.microsoft-solution-right-img:hover .corner {
	opacity: 1;
	transform: translate(0, 0);
}

.count {
	position: relative;
	padding-left: 24px;
}

.count::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 80%;
	background: linear-gradient(
		to bottom,
		#293e8d,
		#00b4ff
	);
}

.tab-buttons {
	display: flex;
	gap: 25px;
	justify-content: center;
	padding: 30px 0;
	margin-bottom: 10px;
}

.tab-btn {
	background: none;
	border: none;
	padding: 5px 0;
	cursor: pointer;
	font-size: 18px;
	position: relative;
	color: #fff;
	font-weight: 600;
}

.tab-btn.active::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: -8px;
    left: 0;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}

.tab-contents ul li::before {
	content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url('https://couponsndeal.com/sagaron/wp-content/uploads/2025/12/download-7.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  vertical-align: middle;
  margin-right: 5px;
}

.overview-inner {
	display: flex;
	justify-content: space-between;
}

.overview-main {
	background: #293e8d;
	color: #fff;
	padding: 80px 0;
}

.capabilities-main {
	padding: 80px 0;
}

.deliverables-main {
	padding: 80px 0 100px;
	color: #fff;
}

.deliverables-grid {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	padding: 20px 0 0;
	gap: 5%;
}

.deliverables-grid .heading {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.deliverables-grid .des {
  font-family: var(--plusjakarta);
  font-style: normal;
  font-weight: 800;
  font-size: 72px;
  line-height: 91px;
  background: linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #293e8d;
}

.deliverables-grid .font-22 {
	width: calc(100% - 70px);
}

.deliverables-grid .content p {
	text-align: justify;
}

.capabilities-inner {
    display: flex;
    gap: 40px; 
    align-items: flex-start;
}

.capabilities-left {
    display: flex;
    flex-direction: column;
    gap: 15px;
	width: 50%;
}


.capabilities-left h2.font-34 {
    font-size: 34px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    margin: 0;
}

.capabilities-left p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.capabilities-cards {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: calc(3 * 180px + 2 * 20px); 
    overflow-y: scroll;
    scroll-behavior: smooth;
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}
.capabilities-cards::-webkit-scrollbar {
    display: none; 
}

.capabilities-cards .card {
	padding: 40px;
	box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.06);
	display: flex;
	flex-direction: column;
	gap: 16px;
	position: relative;
	/* height: 120px; */
	height: 100%;
	border-radius: 20px;
}

.capabilities-cards .font-22{
	color: #293e8d;
}

/* Page pricing */

.pricing-main {
	padding: 80px 0 0;
}

.pricing-heading{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.pricing-ttl {
	width: 100%;
}


.pricing-cards-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-top: 40px;
	padding-top: 30px;
}

.pricing-card {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
    transform: translateY(0) scale(1);
    transition:
        transform 0.45s cubic-bezier(.4,0,.2,1),
        box-shadow 0.45s cubic-bezier(.4,0,.2,1);
		border-left:3px solid #293e8d;
}


.pricing-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(0,115,230,0.15),
        transparent
    );
    transition: left 0.6s ease;
}


.pricing-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    border: 1px solid transparent;
    background: linear-gradient(135deg, #293e8d ,#0073e6) border-box;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
}


.pricing-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 35px 70px rgba(0,0,0,0.18);
}

.pricing-card:hover::before {
    left: 120%;
}

.pricing-card:hover::after {
    opacity: 1;
}


.pricing-card .font-22 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #293e8d;
}


.pricing-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}


@media only screen and (max-width: 1024px) {


	#mega-menu-item-1564 {display: block !important;}
.blue-btn {display: none;}
.mega-toggle-blocks-right {background-color:#293e8d;}  
/* #site-navigation {margin-left: 76%;} */
#mega-menu-wrap-top_menu .mega-menu-toggle ~ button.mega-close::before {font-size: 20px !important;}
#mega-menu-wrap-top_menu .mega-menu-toggle + #mega-menu-top_menu {background-color: #293e8d !important;}
#mega-menu-wrap-top_menu #mega-menu-top_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-top_menu #mega-menu-top_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-top_menu #mega-menu-top_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {color: #293e8d !important;background-color: white !important;}
#mega-menu-wrap-top_menu #mega-menu-top_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {color: black !important;background-color: #293e8d;}
}


#mega-menu-wrap-top_menu #mega-menu-top_menu li.mega-menu-megamenu >
 ul.mega-sub-menu > li.mega-menu-row .mega-menu-column >
  ul.mega-sub-menu > li.mega-menu-item{
	padding: 5px 10px !important;
}
#mega-menu-wrap-top_menu #mega-menu-top_menu > 
li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard >
 a.mega-menu-link, #mega-menu-wrap-top_menu #mega-menu-top_menu >
  li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > 
  li.mega-menu-item > a.mega-menu-link{
	font-size: 15px !important;
	text-transform: capitalize !important;
	color: black !important;
	font-weight: normal !important;
}

.mega-menu-link {
	color: black !important;
	font-size: 15px !important;
	font-weight: normal !important;
}

#mega-menu-item-block-7 ,#mega-menu-item-block-8 ,#mega-menu-item-block-9 {
  border: 1px solid gray !important;
  background-color: #293e8d !important;
  color: #fff !important;
  padding: 30px !important;
}

#mega-menu-item-block-7 .btn, #mega-menu-item-block-8 .btn ,#mega-menu-item-block-9 .btn {
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	color: #293e8d;
}


/* Page Dedicated Developer Teams */

.talent-pool-main {
	padding: 80px 0;
}


.talent-pool-inner {
	
}
.talent-pool-left {
	text-align: center;
	padding-bottom: 30px;
}

.talent-pool-left .font-34 {
	margin-bottom: 20px;
}

.talent-pool-card {
	display: flex;
	justify-content: space-evenly;
}

.talent-pool-card .card {
	background: #293e8d;
	color: #fff;
	padding: 30px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 25%;
}

.talent-pool-card img {
	height: 50px;
	margin-bottom: 10px;
}

.baccancy-dev {
	padding-bottom: 0 !important;
}


.developers-need-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.developers-need-ttl {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 60px;
}

.developers-need-ttl h2 {
    font-weight: 700;
    margin-bottom: 15px;
}


.developers-need-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #fff;
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}

/* Base card */
.developer-need-card-content {
    text-align: center;
    padding: 50px 30px 0;
    background: #fff;
    position: relative;
    border-right: 1px solid #eee;
}

.developer-need-card-content:last-child {
    border-right: none;
}



.developer-need-card-content p {
    margin: 0;
}

.developer-need-card-content p:first-of-type {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 40px;
}

.developer-need-card-content p:last-of-type {
    margin-top: 35px;
    padding: 22px 25px;
    border-top: 1px solid #293e8d;
    font-size: 15px;
    color: #555;
}


.developer-need-card-content:nth-child(2) {
    box-shadow: 0 0 0 1px #293e8d;
    z-index: 2;
}

.developer-need-card-content:nth-child(2)::before {
    content: "STARTS WITH";
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #293e8d;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 2px;
}

.developer-need-card-content:nth-child(2)::after {
    border-top-color: #293e8d;
}


.tech-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Tab Title */
.tech-grid > h2 {
    grid-column: 1 / -1;   /* FULL WIDTH */
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.tech-card {
	border: 1px solid #e6e6e6;
	padding: 20px 20px;
	color: #fff !important;
	text-align: center;
	background: #293e8d;
}

.tech-card img {
	width: 50px;
	height: 50px;
	object-fit: contain;
	margin-bottom: 10px;
}


/* Responsive */
@media (max-width: 991px) {
    .tech-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .tech-grid {
        grid-template-columns: 1fr;
    }
}

.technology-requirement-main {
	padding: 80px 0;
}

.technology-requirement-ttl {
	text-align: center;
}

.technology-requirement-ttl .font-34 {
	margin-bottom: 20px;
}

.technology-tabs {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 25px;
	margin-top: 25px;
	justify-content: center;
}

.technology-tab-btn {
	padding: 10px 18px;
	border: none;
	background: #f2f2f2;
	cursor: pointer;
	font-size: 12px;
}

.technology-tab-btn.active {
    background: #293e8d;
    color: #fff;
}

.technology-tab-content {
    display: none;
}

.technology-tab-content.active {
    display: block;
}

 .story {
	margin: 80px 0 0 !important;
}

.development-services-main {
	padding: 80px 0;
	 background: #293e8d;
}

.development-services-inner .font-34{
	text-align: center;
	color: #fff;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 30px;
	margin-top: 40px;
}

.service-item {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 24px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.service-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.service-item img {
    max-width: 70px;
    height: auto;
    margin-bottom: 16px;
}


@media (max-width: 768px) {
    .services-grid {
        gap: 20px;
    }

    .service-item {
        padding: 20px 16px;
    }

    .service-item h3 {
        font-size: 16px;
    }
}

/* Page staff Augmentation */

.staff-services .deliverables-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	padding: 0 0 0;
	gap: 20px;
	padding-top: 30px;
}


.software-dev-cycle{
	padding-bottom: 80px;
}

.software-dev-cycle .pricing-cards-grid{
	display: grid;
	grid-template-columns: repeat(3,1fr);
}

.augmentation-services{
	color: #000;
}

.augmentation-services .technology-img {
	background: #293e8d;
	color: #fff;

}

.augmentation-services .technology-inner p {
	color: #000;
}

.augmentation-services .technology-img img {
	max-height: 70px;
	margin-bottom: 20px;
}

.page-id-1758 .ai-development-process-content {
    display: grid;
    grid-template-columns: repeat(3,1fr);
	column-gap: 40px !important;
	row-gap:40px !important;
}

.page-id-1758 .capabilities-left .font-34 ,
.page-id-1758 .capabilities-inner ,
.page-id-1758 .capabilities-left .sub-title, 
.page-id-1758 .capabilities-left p {
	color: #fff !important;

}

.page-id-1758 .capabilities-cards .card {
	color: #000000;
	background: #fff;
}

.page-id-1758 .about-us-blue-bg-sec , .page-id-1758 .bacancy-main{
	padding: 80px 0 0;
}

.page-id-1758 .grid-item {
	background: #fff;
	color: #000;
	padding: 20px;
	border-radius: 5px;
}

.page-id-1758 .grid-item .font-22{
	color: #293e8d;
}

.page-id-1758 .deliverables-grid .heading {
  margin-bottom: 10px;
}

/* page Software Consulting */

.page-id-1819 .bacancy-right-content ,.page-id-1819 .bacancy-left-img {
	width: 50%;
}

.page-id-1819 .bacancy-left-img img {
	height: 420px;
}

.page-id-1819 .bacancy-right-content h2 {
	margin: 20px 0;
}

.ul-class {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	margin-left: 20px;
}

.ul-class li{
	margin-bottom: 5px;
}

.ul-class li::marker {
	color: #293e8d;
	font-size: 20px;
}

.software-development-need-main {
	padding: 80px 0;
	background-color: #293e8d;
	color: #fff;
}

.service-grid {
	display: flex;
	gap: 50px;
	justify-content: space-around;
	padding-top: 30px;
}

.software-development-need-inner .font-34 {
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}

.page-id-1819 .perfect-partner-main {
	padding: 80px 0 ;
}

.services-ul li{
	margin-bottom: 10px;
}

.services-ul li::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	background-image: url(https://couponsndeal.com/sagaron/wp-content/uploads/2026/02/check-circle-svgrepo-com.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	vertical-align: middle;
	
}

.software-ttl{
	text-align: center;
}

.years-counting-main {
    padding: 80px 0;
    background: #f9fafb;
}

.years-counting-inner {
    max-width: 1200px;
    margin: 0 auto;
}

/* Title */
.years-counting-ttl {
    text-align: center;
    margin-bottom: 50px;
}

.years-counting-ttl .font-34 {
    margin-bottom: 12px;
    color: #111827;
}

.years-counting-ttl p {
	max-width: 850px;
	margin: 0 auto;
}


.years-counting-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.years-counting-left {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}


.count-card {
    background: #ffffff;
    padding: 28px 24px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.count-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.count-card .font-56 {
    color: #293e8d;
    margin-bottom: 6px;
}


.years-counting-right {
    flex: 1;
    text-align: center;
}

.years-counting-right img {
    max-width: 100%;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.counting-left-ttl {
	margin-bottom: 30px;
}

.years-img-grid {
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
}

.years-imgs {
	text-align: center;
}

@media (max-width: 991px) {
    .years-counting-content {
        flex-direction: column;
        gap: 40px;
    }

    .years-counting-left {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .years-counting-left {
        grid-template-columns: 1fr;
    }

    .count-card h2 {
        font-size: 30px;
    }
}

/* Enterprice Software Development */

.dev-cycle .talent-pool-card {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	width: 100%;
	gap: 20px;
}

.dev-cycle .talent-pool-card .card {
	width: 85%;
}

.page-id-1811 .industry-content h2 {
	margin-bottom: 20px;
}

.product-development-main {
	padding: 80px 0 0;
}


.product-development-ttl-des {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.product-ttl {
  width: 90%;
}
.product-des {
  width: 70%;
}

.product-development-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.product-development-sec {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.product-development-sec:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.product-development-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #293e8d, #6a5cff);
}


.product-development-sec span {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #6a5cff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-development-sec p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

.product-development-sec ul li::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	background-image: url(https://couponsndeal.com/sagaron/wp-content/uploads/2026/02/correct-checklist-list-document-extension-format-folder-svgrepo-com.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	vertical-align: middle;
	margin-left: -6px;
	margin-top: -2px;
}

@media (max-width: 991px) {
    .product-development-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 575px) {
    .product-development-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .product-development-sec {
        padding: 25px 20px;
    }
}
/* Page Offshore */

.page-id-1813 .what-we-do {
	padding: 80px 0;
}




/* ******************Responsive**************** */
@media screen and (max-width:1024px){


.page-id-4469 .business-domains , 
.page-id-4473 .business-domains ,
.page-id-1738 .business-domains ,
.page-id-1732 .business-domains{padding-bottom: 60px !important;}

.page-id-1972 .code-quality-list {
	height: auto;
}

.page-id-4469 .bacancy-main img ,
.page-id-1827 .bacancy-main img ,
.page-id-1844 .bacancy-main img ,
.page-id-1856 .bacancy-main img ,
.page-id-1898 .bacancy-main img ,
.page-id-1900 .bacancy-main img{
	height: auto;
}
.page-id-4007 .bacancy-left-img {
	width: 50%;
}
.page-id-1953 .capabilities-left {
	width: 100% !important;
}
 
.page-id-1709 .code-quality-list {
	height: 400px !important;
}
.software-dev-cycle .pricing-cards-grid {
	display: grid;
	grid-template-columns: repeat(2,1fr);
}
.additional-expertise-card {height: 250px !important;}

.capabilities-cards .card {height: 200px;}
.page-id-1627 .capabilities-cards .card {height: 300px;}
/* .ai-development-process-content-card {height: 300px;} */
.slick-carousel1 .slide-content {height: 250px;padding: 10px !important;}
.flip-card {height: 330px;}
.capabilities-main {padding: 40px 0;}
.case-studies-slider {padding: 40px 0 !important;}
.mt-120 {margin-top: 40px !important;}
.technical-expertise {padding: 40px 0 !important;}
.ai-industry {padding: 40px 0 !important;}
.ai-development-process {padding: 40px 0 !important;}
/* .page-id-1805 .ai-development-process-content-card {height: 300px !important;} */
.bacancy-main {padding: 40px 0 !important;}
.faq , .second-faq{padding: 40x 0 !important;}
.bacancy-content {flex-direction: column;}
.bacancy-left-img {width: 100%;}
.bacancy-right-content {width: 100%;}
.ptb-120 {padding-top: 40px;padding-bottom: 40px;}
.technology-requirement-main {padding: 40px 0;}
.talent-pool-main {padding: 40px 0;}
/* .ai-development-process-content-card {height: 200px !important;} */
.story {margin: 40px 0 0 !important;}
.about-us-blue-bg-sec {padding: 40px 0 !important;}
.pricing-main {padding: 40px 0 0 !important;}
.software-dev-cycle {padding-bottom: 40px !important;}
.technologies-main {padding: 40px 0 !important;}
/* .page-id-1758 .ai-development-process-content-card {height: 220px !important;}
.page-id-1756 .ai-development-process-content-card {height: 220px !important;} */
.page-id-1819 .perfect-partner-main {padding: 40px 0  !important;}
.software-development-need-main {padding: 40px 0 !important;}
.years-counting-main {padding: 40px 0;}
.page-id-1819 .bacancy-right-content, .page-id-1819 .bacancy-left-img {width: 100%;}
.bacancy-content {margin-top: 10px;}
.bacancy-right-content {padding-bottom: 0 !important;}
.perfect-partner-inner {flex-direction: column;}
.perfect-partner-left-img {width: 100%;}
/* .ai-development-process-content-card {
	height: auto !important;
	min-height: 200px !important;
} */

.ai-development-process-content {
	display: grid !important;
	grid-template-columns: repeat(2,1fr) !important;
	gap: 20px;
}



/* .page-id-1754 .ai-development-process-content-card {min-height: 180px !important;}
.page-id-1756 .ai-development-process-content-card {min-height: 220px !important;} */


.additional-expertise {padding: 40px 0 !important;}
/* .page-id-1623 .ai-development-process-content-card {height: auto !important;}
.page-id-1625 .ai-development-process-content-card {height: 280px !important;} */
.engagement-section {padding: 20px 0;}
.page-id-1632 .additional-expertise-card {height: 320px !important;}
.page-id-1639 .additional-expertise-card {height: 400px !important;}
/* .page-id-1639 .ai-development-process-content-card {height: 260px !important;} */
.page-id-1641 .additional-expertise-card {height: 330px !important;}
.page-id-1758 .bacancy-main img {
	height: auto;
}
.page-id-1004 .case-studies-grid {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 15px;
}
.page-id-1004 .case-studies-item img {
	width: 482px;
}
.slide-content h2{font-size: 20px !important;}













}
