body {
	background-color: #181818 !important;

}

.panel-space {
	padding: 90px 0 !important;
}

.fa-solid::before {
	font-family: 'Font Awesome 6 Free';
}

.theam-color {
	color: #FAB226 !important;
}

.line-30 {

	line-height: 30px;

}

.heading-title {
	font-size: 43px;
	line-height: 60px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 35px;
}

.sub-title {
	font-size: 30px;
	margin-bottom: 0;
	color: #ffffff8c;
}


.text-color-white {
	color: #d1d1d1 !important;
	font-weight: 300;
}


.hero-section {
	background: #0d0d0d;
	min-height: 90vh;
	padding: 130px 0 80px;
	position: relative;
	overflow: hidden;
}

.hero-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
	background-size: 80px 80px;
	pointer-events: none;
}

.hero-content {
	position: relative;
	z-index: 2;
}

.hero-content h1 {
	color: #fff;
	font-size: 64px;
	line-height: 1.15;
	font-weight: 700;
	margin-bottom: 30px;
}

.hero-content h1 span {
	color: #fbb61a;
}

.hero-content p {
	color: #d8d8d8;
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 40px;
}

.hero-content p strong {
	color: #fff;
	font-weight: 600;
}

.hero-btn {
	display: inline-block;
	background: #fbb61a;
	color: #000;
	padding: 16px 34px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	transition: .3s;
	margin-bottom: 80px;
}

.hero-btn:hover {
	background: #fff;
	color: #000;
}

.brand-logos {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	flex-wrap: wrap;
}

.brand-logos img {
	max-height: 40px;
	opacity: .8;
	transition: .3s;
}

.brand-logos img:hover {
	opacity: 1;
	transform: scale(1.05);
}


.logo-marquee {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.logo-track {
	display: flex;
	align-items: center;
	gap: 80px;
	width: max-content;
	animation: marquee 60s linear infinite;
}

.logo-track img {
	height: 70px;
	width: auto;
	transition: .3s;
}

.logo-track img:hover {
	opacity: 1;
	transform: scale(1.08);
}

/* animation */
@keyframes marquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

.video-testimonial:hover .video-play-btn {
	opacity: 0;
}




.growth-wrapper {
	position: relative;
	/* min-height: 700px; */
	overflow: hidden;
}

.growth-bg {
	width: 100%;
	height: 700px;
	object-fit: cover;
	display: block;
}



.feature-text {
	flex: 1;
}

.feature-text img {
	width: 22px;
	margin-bottom: 15px;
}

.feature-text h4 {
	font-size: 18px;
	line-height: 1.25;
	font-weight: 700;
	color: #000;
	margin: 0;
}

.feature-img {
	width: 120px;
	flex-shrink: 0;
}

.feature-img img {
	width: 100%;
	height: 120px;
	object-fit: cover;
	border-radius: 12px;
}

.feature-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	background: #fff;
	backdrop-filter: blur(12px);
	padding: 18px;
	border-radius: 28px;
	height: 100%;
}

/* LEFT CONTENT */
.feature-text {
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 192px;
}

.feature-text img {
	width: 55px;
	margin-bottom: 18px;
}

.feature-text h4 {
	font-size: 24px;
	line-height: 1.25;
	font-weight: 600;
	color: #000;
	margin: 0;
}

/* RIGHT IMAGE */
.feature-img {
	width: 55%;
	overflow: hidden;
	border-radius: 18px;
}

.feature-img img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 18px;
	display: block;
}

.feature-car-panel {
	padding: 10px;
	background-color: #ffffff78;
	border-radius: 28px;
}

.feature-cards {
	margin-top: -150px;
}

/* this is new section */
.digital-commerce-section {
	overflow: hidden;
}

.digital-commerce-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 90px;
}

/* LEFT */
.digital-content-area {
	width: 58%;
}

.digital-breadcrumb {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	padding: 12px 20px;
	border-radius: 12px;
	font-size: 14px;
	color: #0000007A;
	margin-bottom: 40px;
}

.digital-breadcrumb span {
	color: #FAB226;
	font-weight: 500;
}



.digital-content-area h2 span {
	color: #FAB226;
}


/* RIGHT */
.digital-stats-area {
	width: 42%;
	display: flex;
	flex-direction: column;
	gap: 25px;
	padding-top: 85px;
}

.digital-stat-card {
	display: flex;
	align-items: flex-start;
	gap: 35px;
}

.digital-stat-icon {
	width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.digital-stat-icon i {
	font-size: 50px;
	color: #FFFFFF99 !important;
}

.digital-stat-content h3 {
	font-size: 40px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 600;
}

.digital-stat-content p {
	font-size: 20px;
	line-height: 1.6;
	color: #D1D1D1;
	max-width: 360px;
}






.digital-content-area p {
	line-height: 30px;
}



/* Everything Your Online Store Needs to Grow */

.online-store-section {
	background-color: #074390;
}

.custom-store-card {
	background: #FBAD18;
	border-radius: 18px;
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
}


.card-content {
	padding: 30px 18px 0;
	min-height: 180px;
}

.card-content h3 {
	font-size: 24px;
	color: #000;
	margin-bottom: 12px;
	line-height: 1.3;
}

.card-content p {
	color: #000;
	line-height: 24px;
	margin: 0;
	font-size: 16px;
}

.card-top-shape {
	height: 273px;
}

.manage-mr-rt {
	margin-right: -420px;
}


.owl-next:before {
	content: "\f061" !important;
	font-family: 'FontAwesome';
}

.owl-prev:before {
	content: "\f060" !important;
	font-family: 'FontAwesome';
}

.owl-theme .owl-controls .owl-nav div {
	width: 40px !important;
	height: 40px !important;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.owl-nav {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-top: 40px;
}

.online-store-slider .owl-nav {
	position: absolute;
	top: -140px;
	right: 390px;
}


.ps-card {
	padding: 40px;
	border-radius: 20px;
	height: 100%;
	transition: .3s;
}

.dark-card {
	background: #1f1f1f;
}

.border-card {
	background: #212121;
	border: 1px solid #FAB226;
}

.ps-card h3 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 25px;
	line-height: 1.2;
}

.ps-card p {
	color: #F5F5F7;
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
}

/* hover */
.ps-card:hover {
	transform: translateY(-6px);
}




.strategy-card {
	background: #1F1F1F;
	border-radius: 20px;
	padding: 28px 15px 15px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all .3s ease;
}

.strategy-card:hover {
	background: #FAB226;
}

/* icon */
.strategy-icon {
	padding-left: 12px;
}

.strategy-icon img {
	width: 42px;
	height: auto;
}

/* white box */
.strategy-content {
	background: #fff;
	border-radius: 16px;
	padding: 28px 22px;
	min-height: 246px;
}

.strategy-content h3 {
	font-size: 22px;
	line-height: 1.35;
	color: #053D86;
	margin-bottom: 16px;
}

.strategy-content p {
	font-size: 14px;
	line-height: 1.6;
	color: #000;
	margin: 0;
}

.strategy-icon {
	padding-left: 12px;
	margin-bottom: 70px;
}

.e-commerce-plateform {
	background-color: #1d1d1d;
}



.platform-card {
	background: #f5f5f5;
	border-radius: 20px;
	padding: 35px;
	min-height: 270px;
	transition: all .35s ease;
	height: 100%;
}

.platform-icon {
	width: 58px;
	margin-bottom: 50px;
}

.platform-card h3 {
	font-size: 30px;
	margin-bottom: 20px;
	transition: .3s;
}

.platform-card p {
	font-size: 18px;
	line-height: 1.7;
	margin: 0;
	transition: .3s;
	color: #000;
}

.platform-card p a {
	color: #000;
}



/* hover */
.platform-card:hover {
	background: #FBAD18;
	transform: translateY(-6px);
}

.shopify-color {
	color: #5E8E3E;
}

.platform-card:hover h3,
.platform-card:hover p {
	color: #000;
}





.case-study-card {
	background-color: #222222;
	padding: 30px;
	color: #fff;
}

.case-study-card h2 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 35px;
	color: #fff;
}

.case-item {
	margin-bottom: 35px;
}

.case-title {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 18px;
}

.case-title img {
	width: 30px;
}

.case-title h4 {
	font-size: 20px;
	margin: 0;
	color: #fff;
}

.case-item p {
	color: #d8d8d8;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
}

.case-item ul {
	padding-left: 28px;
	margin: 0;
}

.case-item ul li {
	color: #d8d8d8;
	font-size: 16px;
	line-height: 1.9;
	margin-bottom: 5px;
	list-style: disc;
}

.real-bussiness-groth {
	background-color: #000;
	padding: 20px;
}

.development-pro .workflow-cnt {
	max-width: 100%;
	font-size: 16px;
}


/* AI-Powered Features Built Into Every eCommerce Solution css of this section  */

.ai-feature-card {
	background: #2F2F2F;
	border-radius: 18px;
	padding: 28px;
	height: 100%;
	min-height: 380px;
	transition: 0.3s ease;
	border: 1px solid #FFFFFF1A;
	transition: 0.4s ease;
}


.ai-feature-card:hover {
	background: #FBAD18;
	transform: translateY(-5px);
}

.ai-feature-card:hover .feature-line {
	background: #000;
}

.ai-feature-card:hover h3 {
	color: #000;
	text-decoration: underline;
}

.ai-feature-card:hover p,
.ai-feature-card:hover .feature-number {
	color: #000;
}

.ai-feature-card:hover {
	transform: translateY(-5px);
	border-color: rgba(255, 255, 255, 0.15);
}

/* NUMBER */

.feature-number {
	display: block;
	font-size: 20px;
	color: #CFCFCF;
	margin-bottom: 28px;
	font-weight: 400;
}

/* TITLE */

.ai-feature-card h3 {
	font-size: 32px;
	line-height: 1.35;
	color: #fff;
	margin-bottom: 28px;
}

/* LINE */

.feature-line {
	width: 180px;
	height: 1px;
	background: rgba(255, 255, 255, 0.25);
	margin-bottom: 28px;
}

/* TEXT */

.ai-feature-card p {
	font-size: 18px;
	line-height: 1.7;
	color: #D0D0D0;
	margin: 0;
}




/* Ready to Build an Intelligent eCommerce Platform? */


.smart-commerce-banner {
	background: #000;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}

.smart-commerce-content {
	max-width: 580px;
}

.smart-commerce-content p {
	font-size: 18px;

}





/* Technologies Powering Our eCommerce Solutions */

.tech-stack-wrapper {
	background: #fff;
	border-radius: 30px;
	padding: 70px 60px;
}

.tech-category h2 {
	font-size: 26px;
	color: #000;
	text-align: center;
	margin-bottom: 25px;
}

.tech-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.tech-item {
	text-align: center;
}

.tech-icon {
	width: 80px;
	height: 80px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 18px;
	background: #fff;
	transition: 0.3s ease;
	border: 1px solid #0000004D;
}

.tech-icon img {
	max-width: 55px;
	max-height: 55px;
	object-fit: contain;
}

.tech-item h3 {
	font-size: 18px;
	line-height: 1.4;
	color: #000;
	margin: 0;
}

.tech-item:hover .tech-icon {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}






/* Industries we serve */


.business-card {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	background: #000;
	padding: 10px;
}

.business-image {
	width: 100%;
	height: 400px;
	position: relative;
}

.business-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 20px;
}

/* OVERLAY */

.business-overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 65%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0));
}

/* CONTENT */

.business-content {
	position: absolute;
	left: 40px;
	bottom: 40px;
	z-index: 2;
	max-width: 85%;
}

.business-content h3 {
	font-size: 26px;
	line-height: 1.1;
	color: #fff;
	margin-bottom: 15px;
}

.business-content p {
	font-size: 16px;
	line-height: 27px;
	font-weight: 300;
	color: #E2E2E2;
	margin: 0;
}


/* testimonial section css */


.testimonial-section .video-testimonial {
	height: 500px;
	border-radius: 20px;
	background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.testimonial-section .video-testimonial:hover {
	transform: translateY(-5px);
}

.testimonial-section .testimonial-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.9) 100%);
	padding: 25px;
}

.testimonial-section .brand-logo {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.testimonial-section .btn-play {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 5px;
	transition: all 0.3s;
	background-color: transparent;
}

.testimonial-section .btn-play:hover {
	transform: scale(1.1);
}


.video-modal-wrapper .modal-content {
	background-color: #000;
	border: none;
	border-radius: 10px;
	overflow: hidden;
}

.video-modal-wrapper .modal-body {
	position: relative;
	padding: 0;
	background: black;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 400px;
}

.video-modal-wrapper .video-close-btn {
	position: absolute;
	top: -40px;
	right: 0;
	color: white;
	opacity: 1;
	z-index: 1050;
	font-size: 30px;
	text-shadow: none;
}

.video-modal-wrapper .video-close-btn:hover {
	color: #dc3545;
}

.video-modal-wrapper .modal-dialog {
	max-width: 800px !important;
}

.text-content small {
	color: #D1D1D1;
	font-size: 18px;
}

.video-play-btn {
	transition: opacity 0.25s ease;
}

.video-play-btn {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.video-play-btn img {
	width: 64px;
	height: 64px;
}

.text-content h5 {
	font-size: 28px;
	margin-bottom: 3px !important;
}

.play-btn-wrapper {
	width: 70px;
}

.testimonial-section .brand-logo {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.brand-logo {
	width: 80px;
	height: 40px;
	display: flex;
	align-items: center;
}

.brand-logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.text-content h5 {
	font-size: 28px;
	margin-bottom: 3px !important;
}

.text-content small {
	color: #D1D1D1;
	font-size: 18px;
}

.hover-video-player {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: none;
	z-index: 1;
}

.hover-video:hover .hover-video-player {
	display: block;
}

.video-sound-toggle {
	position: absolute;
	bottom: 15px;
	right: 15px;
	background: #ffffff;
	border: none;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 5;
	box-shadow: 0 4px 10px #fbad18;
}

.video-testimonial:hover .video-sound-toggle {
	display: flex;
}


/* testimonial section css End */




/* Frequently asked questions */

.custom-faq-section {
	background: #000;
	padding: 80px 0;
}

.custom-faq {
	border: none;
}

.custom-faq .accordion-item {
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 0;
	padding: 0;
}

.custom-faq .accordion-button {
	background: transparent;
	box-shadow: none;
	border: none;
	padding: 34px 70px 34px 0;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 500;
	color: #F2F2F2;
	position: relative;
}

.custom-faq .accordion-button:not(.collapsed) {
	background: transparent;
	color: #fff;
	box-shadow: none;
}

/* REMOVE DEFAULT ICON */

.custom-faq .accordion-button::after {
	display: none;
}

/* CUSTOM ICON */

.custom-faq .accordion-button::before {
	content: "+";
	position: absolute;
	right: 0;
	top: 30px;
	width: 34px;
	height: 34px;
	border: 2px solid #FAB226;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 500;
	color: #FAB226;
	transition: 0.3s ease;
}

.custom-faq .accordion-button:not(.collapsed)::before {
	content: "-";
	border-color: #FA2626;
	color: #FA2626;
	display: flex;
	align-items: center;
	padding-bottom: 3px;
}

/* BODY */

.custom-faq .accordion-body {
	padding: 0 0 34px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	color: #CFCFCF;
	max-width: 95%;
}


.launch-content {
	text-align: center;
	padding: 115px 20px;
	position: relative;
	z-index: 2;
	background-repeat: no-repeat;
	background-size: cover;
}

.launch-tag {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	margin-bottom: 7px;
}

.launch-content h2 {
	font-size: 42px;
	line-height: 1.25;
	color: #000;
	margin-bottom: 14px;
}

.launch-content p {
	font-size: 20px;
	line-height: 36px;
	color: #000;
	max-width: 610px;
	margin: 0 auto 45px;
}

/* BUTTONS */

.launch-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	flex-wrap: wrap;
}

.launch-btn {
	padding: 15px 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.4s ease;
}

/* WHITE BUTTON */

.primary-btn {
	background: #fff;
	color: #000;
}

.primary-btn:hover {
	background: #000;
	color: #fff;
	transform: translateY(-4px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
}

/* BORDER BUTTON */

.secondary-btn {
	border: 2px solid rgba(0, 0, 0, 0.35);
	color: #000;
	background: transparent;
}

.secondary-btn:hover {
	background: #000;
	color: #fff;
	border-color: #000;
	transform: translateY(-4px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
}

button:focus:not(:focus-visible) {
	outline: 0 !important;
	box-shadow: none !important;
}

.number-count::before {
	background-color: #FAB226 !important;
}

.mobile-case-card {
	background-color: #1e1e1e;
	padding: 15px;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
	margin-top: 10px;
	width: 100%;
}

.mobile-case-image {
	margin-bottom: 20px;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile-case-image img {
	width: 100%;
	height: auto;
	display: block;
}

.owl-item {
	opacity: 0;
	transition: opacity .8s ease;
}

.owl-item.active {
	opacity: 1;
}

.mobile-case-image {
	overflow: hidden;
	width: 100%;
	height: 350px;
}

.mobile-case-image img {
	width: 100%;
	display: block;
	opacity: 0;
	height: 100%;
	object-fit: cover;
	transform: translateY(-30px);
}

/* Active slide image animation */
.owl-item.active .mobile-case-image img {
	animation: imageReveal .8s ease forwards;
}

@keyframes imageReveal {
	from {
		opacity: 0;
		transform: translateY(-30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.mobile-case-title {
	font-size: 26px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 20px;
	letter-spacing: -0.5px;
}

.mobile-case-tabs-container {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 24px;
	width: 100%;
}

.mobile-case-tabs {
	display: flex;
	justify-content: space-between;
	width: 100%;
	gap: 5px;
}

.mobile-tab-btn {
	background: transparent;
	border: none;
	outline: none;
	padding: 10px 12px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 6px;
	position: relative;
	cursor: pointer;
	transition: all 0.25s ease;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
}

.mobile-tab-btn.active {
	color: #ffffff;
	border-bottom-color: #ffffff;
}

.mobile-tab-content-wrapper {
	min-height: 120px;
}

.mobile-tab-content {
	display: none;
	animation: fadeInTab 0.3s ease forwards;
}

.mobile-tab-content.active {
	display: block;
}

.mobile-tab-content h3 {
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 12px;
}

.mobile-tab-content p {
	font-size: 15px;
	line-height: 1.6;
	color: #d1d1d1;
	margin-bottom: 0;
}

.mobile-impact-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.mobile-impact-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 15px;
	line-height: 1.5;
	color: #d1d1d1;
}

.mobile-impact-list li i {
	color: #FAB226;
	font-size: 16px;
	margin-top: 3px;
}

.mobile-case-nav {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 24px;
}

.mobile-nav-btn {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: #111111;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.25s ease;
}

.mobile-nav-btn:hover,
.mobile-nav-btn:active {
	border-color: #FAB226;
	color: #FAB226;
	background: #1e1e1e;
}

@keyframes fadeInTab {
	from {
		opacity: 0;
		transform: translateY(5px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.bottom-footer {
	background-color: #fafafa;
}

.wps-breadcrumb-bar .simple-breadcrumb a,
.wps-breadcrumb-bar .simple-breadcrumb .separator {
	color: #fff !important;
}



.online-store-slider .owl-stage {
    display: flex;
}

.online-store-slider .owl-item {
    height: auto;
}


.online-store-slider .owl-stage-outer{
    overflow:hidden;
}

.online-store-slider .owl-stage{
    display:flex;
}

.online-store-slider .owl-item{
    display:flex;
    height:auto;
}

/* media quary */

@media(max-width:1200px) {


	.digital-stat-content h3 {
		font-size: 46px;
	}



	.hero-content h1 {
		font-size: 50px;
	}

	.growth-bg {
		height: 400px;
	}

	.feature-img {
		width: 100%;
	}

	.feature-card {
		display: block;
	}

	.feature-text {
		width: 100%;
		margin-bottom: 30px;
		min-height: auto;
	}

	.feature-text h4 {
		font-size: 20px;
	}

	.feature-img {
		width: 100%;
	}

	.feature-img img {
		height: 140px;
	}

	.growth-wrapper {
		min-height: auto;
	}

	.heading-title {
		font-size: 35px;
		line-height: 52px;
	}

	.digital-commerce-wrapper {
		gap: 20px;
	}

	.digital-stat-content h3 {
		font-size: 35px;
	}

	.digital-stat-content p {
		font-size: 18px;
		max-width: 100%;
	}

	.digital-stat-icon i {
		font-size: 35px;
		color: #FFFFFF99 !important;
	}

	.digital-stat-card {
		gap: 8px;
	}

	.online-store-slider .owl-nav {
		right: 440px;
	}

	.customer-online {
		padding-bottom: 0;
	}

	.strategy-content h3 {
		font-size: 20px;
	}

	.strategy-content {
		padding: 21px 15px;
	}

	.real-business-img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.workflow-list .w-75 {
		width: 100% !important;
	}

	.development-pro .workflow-cnt {
		font-size: 16px;
	}

	.tech-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
	}

	.tech-icon {
		width: 65px;
		height: 65px;
	}

	.tech-icon img {
		max-width: 40px;
		max-height: 40px;
	}

	.tech-item h3 {
		font-size: 14px;
	}

	.launch-content h2 {
		font-size: 30px;
	}

	.launch-content {
		padding: 30px 20px;
		background-position: right;
	}

	.launch-btn {
		padding: 11px 34px;
	}
}




@media(max-width:992px) {
	.custom-faq .accordion-button {
		font-size: 18px;
		padding: 28px 60px 28px 0;
	}

	.custom-faq .accordion-body {
		font-size: 16px;
		line-height: 1.7;
	}

	.launch-content {
		padding: 70px 20px;
	}

	.launch-content h2 {
		font-size: 30px;
	}

	.launch-content p {
		font-size: 20px;
		margin: 0 auto 28px;
		line-height: 26px;
	}

	.digital-commerce-wrapper {
		flex-direction: column;
	}

	.digital-content-area,
	.digital-stats-area {
		width: 100%;
	}

	.digital-stats-area {
		padding-top: 10px;
	}

	.ps-card {
		padding: 30px;
	}

	.ps-card h3 {
		font-size: 25px;
	}

	.ps-card p {
		font-size: 18px;
	}

	.ai-feature-card {
		min-height: auto;
	}

	.ai-feature-card h3 {
		font-size: 28px;
	}

	.smart-commerce-bg {
		padding: 50px 40px;
		min-height: 400px;
		background-position: right center;
	}

	.smart-commerce-content h2 {
		font-size: 30px;
	}

	.business-card {
		height: auto;
	}


	.business-content h2 {
		font-size: 56px;
	}

	.business-content p {
		font-size: 20px;
	}

	.hero-section {
		padding: 100px 0 60px;
	}

	.hero-content h1 {
		font-size: 42px;
	}

	.hero-content p {
		font-size: 16px;
	}

	.brand-logos {
		gap: 25px;
		justify-content: center;
	}

	.digital-stat-icon {
		width: 65px;
		justify-content: start;
	}

	.digital-stat-content p {
		margin-bottom: 0;
	}

	.online-store-section .w-50 {
		width: 70% !important;
	}

	.heading-title {
		font-size: 30px;
		line-height: 45px;
	}

	.online-store-slider .owl-nav {
		right: 410px;
	}

	.ps-card p {
		font-size: 16px;
		line-height: 1.6;
	}

	.strategy-content {
		min-height: 154px;
	}

	.w-75 {
		width: 100% !important;
	}

	.w-50 {
		width: 100% !important;
	}

	.platform-card {
		padding: 20px;
	}

	.platform-card p {
		font-size: 16px;
		line-height: 1.6;
	}

	.platform-icon {
		width: 58px;
		margin-bottom: 20px;
	}

	.platform-card h3 {
		font-size: 22px;
		margin-bottom: 14px;
	}

	.smart-commerce-content {
		max-width: 390px;
	}

	.smart-commerce-bg {
		padding: 0;
		min-height: auto;
	}

	.testimonial-section .video-testimonial {
		height: 420px;
	}

	.launch-content {
		padding: 40px 20px;
	}

	.panel-space {
		padding: 50px 0 !important;
	}



	.ps-card {
		padding: 20px;
	}

	.feature-text h4 {
		font-size: 18px;
	}
}

@media(max-width:767px) {
	.custom-faq-section {
		padding: 60px 0;
	}

	.custom-faq .accordion-button {
		font-size: 18px;
		line-height: 1.6;
		padding: 24px 50px 24px 0;
	}

	.custom-faq .accordion-button::before {
		width: 28px;
		height: 28px;
		font-size: 20px;
		top: 24px;
	}

	.custom-faq .accordion-body {
		font-size: 16px;
		line-height: 1.8;
		max-width: 100%;
	}


	.launch-content {
		padding: 55px 15px;
		background-position: left;
	}

	.launch-tag {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.launch-content h2 {
		font-size: 22px;
		line-height: 1.4;
	}

	.launch-content p {
		font-size: 17px;
		line-height: 1.8;
		margin-bottom: 35px;
	}

	.launch-buttons {
		flex-direction: column;
		gap: 15px;
	}

	.launch-btn {
		width: 100%;
		font-size: 16px;
		padding: 15px 34px;
	}



	.digital-content-area p {
		font-size: 17px;
		line-height: 1.8;
	}

	.digital-stat-card {
		gap: 20px;
	}

	.digital-stat-icon {
		width: 55px;
		justify-content: center;
	}

	.digital-stat-icon i {
		font-size: 40px;
	}

	.digital-stat-content h3 {
		font-size: 25px;
	}

	.digital-stat-content p {
		font-size: 16px;
	}

	.digital-stat-icon i {
		font-size: 30px;
	}

	.ps-card {
		padding: 25px;
		border-radius: 15px;
	}

	.ps-card h3 {
		font-size: 18px;
	}

	.ps-card p {
		font-size: 14px;
		line-height: 1.6;
	}

	.platform-card {
		padding: 25px;
		min-height: auto;
	}

	.platform-card h3 {
		font-size: 28px;
	}

	.platform-card p {
		font-size: 16px;
	}

	.ai-feature-section {
		padding: 60px 0;
	}

	.ai-feature-card {
		padding: 22px;
	}

	.feature-number {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.ai-feature-card h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.feature-line {
		width: 140px;
		margin-bottom: 20px;
	}

	.ai-feature-card p {
		font-size: 16px;
	}


	.smart-commerce-banner {
		padding: 33px 0;
		background-position: left;
	}

	.smart-commerce-bg {
		padding: 0 10px;
		min-height: 100%;
	}

	.smart-commerce-content h2 {
		font-size: 25px;
	}

	.smart-commerce-content p {
		font-size: 16px;
		line-height: 1.8;
	}

	.smart-commerce-btn {
		width: 100%;
	}


	.tech-stack-section {
		padding: 60px 0;
	}

	.tech-stack-wrapper {
		padding: 40px 20px;
		border-radius: 20px;
	}

	.tech-category h2 {
		font-size: 20px;
		margin-bottom: 16px;
	}

	.tech-grid {
		gap: 15px;
		grid-template-columns: repeat(4, 1fr);
	}

	.tech-icon {
		width: 60px;
		height: 60px;
	}

	.tech-icon img {
		max-width: 40px;
		max-height: 40px;
	}

	.tech-item h3 {
		font-size: 13px;
	}


	.business-card {
		height: 550px;
		border-radius: 25px;
	}

	.business-content {
		left: 25px;
		bottom: 25px;
		max-width: 90%;
	}

	.business-content h2 {
		font-size: 38px;
		margin-bottom: 15px;
	}

	.business-content p {
		font-size: 16px;
		line-height: 1.7;
	}

	.logo-track {
		gap: 25px;
		animation-duration: 12s;
	}

	.logo-track img {
		height: 28px;
	}

	.hero-content h1 {
		font-size: 30px;
	}

	.hero-btn {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}

	.shopi-mt {
		padding-left: 0;
	}

	.feature-cards {
		margin-top: 40px;
	}

	.growth-bg {
		height: auto;
	}

	.feature-card {
		display: flex;
	}

	.feature-img,
	.feature-text {
		width: 50%;
		min-height: 173px;
		margin-bottom: 0;
	}

	.feature-text h4 {
		font-size: 20px;
	}

	.feature-img img {
		height: 190px;
	}

	.feature-text img {
		width: 42px;
		margin-bottom: 38px;
	}

	.online-store-section .w-50 {
		width: 100% !important;
	}

	.online-store-slider .owl-nav {
		display: none !important;
	}

	.manage-mr-rt {
		margin-right: 0;
	}

	.card-content h3 {
		font-size: 20px;
	}

	.sub-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.heading-title {
		font-size: 25px;
		line-height: 35px;
	}

	.case-study-card {
		padding: 20px;
	}

	.case-study-card h2 {
		font-size: 20px;
	}

	.case-title h4 {
		font-size: 16px;
	}

	.case-title img {
		width: 25px;
	}

	.case-item p,
	.case-item ul li {
		font-size: 14px;
		line-height: 24px;
	}

	.workflow-list {
		font-size: 20px;
	}

	.development-pro .workflow-cnt {
		font-size: 14px;
	}

	.w-50 {
		width: 100% !important;
	}

	.hero-section {
		padding: 40px 0 50px;
		min-height: 100%;
	}

	.logo-marquee {
		margin-top: 30px;
	}

	.mobile-testimonial-section .video-testimonial {
		height: 230px !important;
	}

	.mobile-testimonial-section .text-content h5 {
		font-size: 13px !important;
		margin-bottom: 0 !important;
	}

	.mobile-testimonial-section .text-content small {
		font-size: 10px !important;
	}

	.mobile-testimonial-section .brand-logo {
		width: 80px;
		height: 20px;
	}

	.mobile-testimonial-section .owl-nav {
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.strategy-icon {
		padding-left: 12px;
		margin-bottom: 20px;
	}

	.logo-track {
		animation: marquee 30s linear infinite;
	}
}
#navigation-grid>div>ul>li>a, #navigation-grid>ul>li>a {
    text-decoration: none;
}

.cms-link {
    margin-bottom: 15px;
    padding: 0;
}

.cms-link li a, .bottom-cmslinkbox a {
    text-decoration: none;
}

