@media (max-width: 768px) {
	.ev-ecosystem-row {
		display: grid !important;
		grid-template-columns: 1fr 1px 1fr;
		gap: 24px 5px !important;
		flex-direction: unset !important;
		align-items: start;
	}

	.ev-ecosystem-item {
		align-items: center !important;
		text-align: center !important;
		padding: 16px 12px !important;
		border: none !important;
		width: 100% !important;
		min-width: auto !important;
	}

	.ev-ecosystem-divider {
		display: block !important;
		width: 1px !important;
		background: #DADCDF !important;
		align-self: stretch !important;
	}

	.ev-ecosystem-divider:nth-child(4n) {
		display: none !important;
	}
}


@media only screen and (max-width: 766px) {
	.entry-content h3 {
		text-align: center !important;
	}

	.stat-item.stat-icon1 {
		margin-bottom: -22px;
	}

	.ev-erp-section {

		padding: 30px 20px !important;
	}

	.ev-erp-section-title {
		font-size: 35px !important;
	}

	.ev-erp-heading-wrap {

		padding: 15px 0 0 0 !important;
	}


}


@media (max-width: 768px) {

	.ev-ecosystem-item {
		align-items: center !important;
		text-align: center !important;
		padding: 0 0 24px 0 !important;
	}

	.ev-ecosystem-item h3 {
		text-align: center;
	}

	.ev-ecosystem-item p {
		text-align: center;
	}

	.ev-erp-card {
		text-align: center;
	}

	.ev-erp-card-header {
		justify-content: center;
	}

	.ev-erp-desc-left,
	.ev-erp-desc-right {
		text-align: center;
	}

	.ev-erp-subtitle-left,
	.ev-erp-subtitle-right {
		text-align: center;
	}

	.ev-redefine-heading {
		text-align: center;
	}

	.ev-redefine-list {
		text-align: left;
	}

	.stat-item {
		text-align: center !important;
	}

	.stat-image-wrap {
		justify-content: center;
	}

	.ev-ecosystem-heading {
		text-align: center;
	}

	.ev-ecosystem-item {
		width: 100% !important;
		min-width: 100% !important;
	}

	.ev-erp-section-title {
		font-size: 40px;
	}

	h3.thirdparticon {
		text-align: center !important;
	}
}


.ev-ecosystem-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	width: 150px;
	min-width: 150px;
	padding: 0 15px;
}


.erp-icon-align {
	margin-bottom: -30px;
}

.ev-erp-banner {
	background-image: url('https://cdn.evoketechnologies.com/wp-content/uploads/2026/06/drive-operational.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px 60px;
}

.ev-erp-container {
	display: flex;
	align-items: center;
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto;
}

.ev-erp-left {
	flex: 0 0 35%;
	margin-top: -2px;
}

.ev-erp-left h2 {
	color: #ffffff;
	font-size: 32px;
	font-weight: 500;
	line-height: 45px;
	margin: 0;
	letter-spacing: -1px;
	font-family: 'Inter';
}

.ev-erp-divider {
	width: 2px;
	height: 140px;
	background-color: #FFFFFF80;
	flex-shrink: 0;
}

.ev-erp-right {
	flex: 1;
}

.ev-erp-right p {
	color: #ffffff;
	font-size: 20px;
	line-height: 1.6;
	margin: 0 0 12px 0;
}

.ev-erp-highlight {
	color: #FFD400 !important;
	font-weight: 700;
}

.ev-ecosystem-item--empty {
	visibility: hidden;
}


.ev-ecosystem-row--centered {
	justify-content: center;
	margin-top: 30px;
}

.ev-ecosystem-row--centered .ev-ecosystem-item {
	max-width: 150px;
}

.ev-erp-heading-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

.ev-erp-section-title {
	font-size: 48px;
	font-weight: 500;
	color: #ffffff;
	margin: 0;
	line-height: 60px;
	letter-spacing: -1px;
}


.ev-redefine-section {
	width: 100%;
	background: #ffffff;
	padding: 60px 20px;
}

.ev-redefine-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	gap: 0px;
}

/* Left */
.ev-redefine-left {
	flex: 0 0 40%;
	max-width: 40%;
	padding-right: 0px;
}

.ev-redefine-heading {
	font-family: Barlow, sans-serif;
	font-size: 42px;
	font-weight: 500;
	color: #03114E;
	margin: 0;
	line-height: 120%;
}

.ev-redefine-divider {
	width: 1px;
	background: #00000040;
	align-self: stretch;
	flex-shrink: 0;
}

.ev-redefine-right {
	flex: 0 0 60%;
	max-width: 60%;
	padding-left: 25px;
}

.ev-redefine-list {
	list-style: disc;
	padding-left: 20px;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.ev-redefine-list li {
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #03114E;
	line-height: 26px;
}

/* Mobile */
@media (max-width: 768px) {
	.erp-icon-align {
		margin-bottom: -40px;
	}


	.ev-redefine-container {
		flex-direction: column;
		gap: 30px;
	}

	.ev-redefine-left {
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
		padding-bottom: 30px;
		border-bottom: 1px solid #E5E7EB;
	}

	.ev-redefine-divider {
		display: none;
	}

	.ev-redefine-right {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
	}

	.ev-redefine-heading {
		font-size: 28px;
	}

	.ev-redefine-list li {
		font-size: 14px;
	}

	.ev-erp-banner {
		padding: 0px 20px;
	}

	.ev-erp-divider {
		display: none;
	}

}


@media (max-width: 768px) {

	/* Card bottom border box */
	.ev-erp-card-bottom {
		padding: 16px;
	}

	/* Icons grid — 2 columns */
	.ev-erp-icons-row {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		gap: 20px !important;
		margin-bottom: 0;
	}

	/* Each icon item */
	.ev-erp-icon-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 8px;
		padding: 0 !important;
		border-right: none !important;
		min-width: auto !important;
		flex: none !important;
	}

	.ev-erp-icon-item img {
		width: 36px;
		height: 36px;
	}

	.ev-erp-icon-item span {
		font-size: 12px;
		line-height: 16px;
	}

	/* Last item in 5-icon row — center it */
	.ev-erp-icons-row .ev-erp-icon-item:last-child:nth-child(odd) {
		grid-column: 1 / -1;
		max-width: 120px;
		margin: 0 auto;
	}

	/* Cards stack vertically */
	.ev-erp-container {
		flex-direction: column;
	}

	.ev-erp-card {
		flex: 0 0 100%;
	}

	.ev-erp-card-bottom .ev-erp-bottom-title-right {
		text-align: center;
	}

	.ev-erp-card-bottom .ev-erp-bottom-title-left {
		text-align: center;
	}

}


.erp-core-title1 {
	padding-bottom: 2rem;
}


.powered-title {
	padding-bottom: 1rem;
}

.proven-title {
	padding-bottom: 3rem;
}

.stats-grid {
	padding-bottom: 1rem;
}

.ev-ecosystem-section {
	width: 100%;
	background: #ffffff;
	padding: 60px 20px;
}

.ev-ecosystem-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
}

/* Heading */
.ev-ecosystem-heading {
	font-size: 48px;
	font-weight: 500;
	color: #03114E;
	text-align: center;
	margin: 0;
	line-height: 60px;
	letter-spacing: -1px;

}

/* Row */
.ev-ecosystem-row {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	gap: 0px;
}


.ev-ecosystem-item:last-child {
	padding-right: 0;
}

/* Icon */
.ev-ecosystem-icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ev-ecosystem-icon img {
	width: 48px;
	height: 48px;
	object-fit: contain;
}

/* Title */
.ev-ecosystem-item h3 {
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	color: #03114E;
	margin: 0;
	line-height: 20px;
}

/* Description */
.ev-ecosystem-item p {
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	color: #03114E;
	line-height: 24px;
	margin: 0;

}

/* Vertical Divider */
.ev-ecosystem-divider {
	width: 1px;
	min-width: 1px;
	background: #DADCDF;
	flex-shrink: 0;
	align-self: stretch;
}

/* Mobile */
@media (max-width: 768px) {
	.ev-ecosystem-row {
		flex-direction: column;
		gap: 24px;
	}

	.ev-ecosystem-item {
		padding: 0 0 24px 0 !important;
		border-bottom: 1px solid #E5E7EB;
		border-right: none !important;
	}

	.ev-ecosystem-item:last-child {
		border-bottom: none;
		padding-bottom: 0 !important;
	}

	.ev-ecosystem-divider {
		display: none;
	}

	.ev-ecosystem-heading {
		font-size: 34px;
	}
}


.stat-label-des {
	font-size: 20px;
	font-weight: 600;
	color: #0B215E;
	line-height: 140%;

}

/* Bottom section border */
.ev-erp-card-bottom {
	border: 1px solid #E5E7EB;
	border-radius: 12px;
	padding: 20px;
}

.erp-core-title h2 {
	font-size: 48px;
	font-weight: 500;
	line-height: 60px;
	letter-spacing: -1px;
	color: #03114E;

}

/* Icons row with dividers */
.ev-erp-icons-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0px;
	margin-bottom: 0px;
	flex-wrap: nowrap;
}

/* Each icon item with right border as divider */
.ev-erp-icon-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 8px;
	flex: 1;
	padding: 0 12px;
	border-right: 1px solid #E5E7EB;
}

/* Remove border from last item */
.ev-erp-icon-item:last-child {
	border-right: none;
}

.ev-erp-icon-item img {
	width: 36px;
	height: 36px;
	object-fit: contain;
}

.ev-erp-icon-item span {
	font-family: Inter;
	font-size: 13px;
	color: #03114E;
	line-height: 16px;
	font-weight: 600;
}

.microsoft-card.microsoft-365 p {
	margin-bottom: 0px !important;
}

.ev-erp-section {
	width: 100%;
	background: linear-gradient(180deg, #03114E 0%, #17157A 55.83%);
	padding: 60px 20px;
}

.ev-erp-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	gap: 29px;
	align-items: stretch;
	padding-top: 50px;
	padding-bottom: 50px;
}

/* Card */
.ev-erp-card {
	flex: 1;
	background: #ffffff;
	border-radius: 20px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

/* Badge */
.ev-erp-badge {
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #7c3aed;
	display: block;
	text-align: right;
	margin-bottom: 16px;
	line-height: 24px;
}

.badge-left {
	color: #03114E;
}

.badge-right {
	color: #68005F;
}

/* Card Header */
.ev-erp-card-header {
	display: flex;
	gap: 16px;
	margin-bottom: 16px;
}

.ev-erp-card-header .ev-erp-icon {
	width: 52px;
	height: 52px;
	flex-shrink: 0;
}

.ev-erp-card-header .ev-erp-icon img {
	width: 52px;
	height: 52px;
	object-fit: contain;
}

/* Left Card Title */
.ev-erp-title-left {
	font-family: Inter;
	font-size: 30px;
	font-weight: 700;
	color: #03114E;
	margin: 0 0 4px 0;
	line-height: 36px;
}

/* Right Card Title */
.ev-erp-title-right {
	font-family: Inter;
	font-size: 30px;
	font-weight: 700;
	color: #68005F;
	margin: 0 0 4px 0;
	line-height: 36px;
}

/* Left Subtitle */
.ev-erp-subtitle-left {
	font-family: Inter;
	font-size: 14px;
	color: #03114E;
	margin: 0;
	font-weight: 500;
	line-height: 20px;
}

/* Right Subtitle */
.ev-erp-subtitle-right {
	font-family: Inter;
	font-size: 14px;
	color: #03114E;
	margin: 0;
	font-weight: 500;
	line-height: 20px;
}

/* Left Description */
.ev-erp-desc-left {
	font-family: Inter;
	font-size: 14px;
	color: #03114E;
	line-height: 21px;
	font-weight: 400;
	margin: 0 0 20px 0;
}

/* Right Description */
.ev-erp-desc-right {
	font-family: Inter;
	font-size: 14px;
	color: #03114E;
	line-height: 21px;
	font-weight: 400;
	margin: 0 0 20px 0;
}

/* Dashboard Image */
.ev-erp-image {
	width: 100%;
	text-align: center;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 8px;
	margin-top: 25px;
}

.ev-erp-image img {
	display: block;
	margin: 0 auto;
	width: 350px !important;
	height: auto !important;
	object-fit: cover;
}

.ev-erp-card-bottom .ev-erp-bottom-title-left {
	font-family: Inter;
	font-size: 18px;
	font-weight: 600;
	color: #03114E !important;
	margin: 0 0 20px 0;
	line-height: 20px;
}

.ev-erp-card-bottom .ev-erp-bottom-title-right {
	font-family: Inter, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #68005F !important;
	margin: 0 0 20px 0;
	line-height: 20px;
}

/* Icons Row */
.ev-erp-icons-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0px;
	margin-bottom: 24px;
	flex-wrap: wrap;
}

.ev-erp-icon-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 8px;
	flex: 1;
	min-width: 60px;
}

.ev-erp-icon-item img {
	width: 36px;
	height: 36px;
	object-fit: contain;
}

.ev-erp-icon-item span {
	font-family: Inter;
	font-size: 13px;
	color: #03114E;
	line-height: 16px;
	font-weight: 600;
}

/* Footer */
.ev-erp-card-footer {
	background: #F1F6FD;
	border-radius: 8px;
	padding: 16px 28px;
	text-align: center;
}


.ev-erp-card-footer.ev-erp-card-footer--purple {
	background: #F8F3FF;
}

/* Left Footer Text */
.ev-erp-footer-left {
	font-family: Inter;
	font-size: 14px;
	color: #03114E;
	margin: 0;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 0em !important;
}

/* Right Footer Text */
.ev-erp-footer-right {
	font-family: Inter;
	font-size: 14px;
	color: #68005F;
	font-weight: 500;
	margin: 0;
	line-height: 20px;
	margin-bottom: 0em !important;
}

/* Mobile */
@media (max-width: 768px) {
	.ev-erp-container {
		flex-direction: column;
	}

	.ev-erp-card {
		flex: 0 0 100%;
	}
}