div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}
.sap-services-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px;

	border-radius: 10px;
	padding: 18px 8px;
}

.sap-service-card {
	flex: 1 1 calc(25% - 18px); /* 4 per row by default */
	min-width: 280px; /* Shrink gracefully */
	background: #fff;
	color: #222;
	border-right: 1px solid #e0e0e0;
	padding: 28px 18px;
	border-radius: 8px;
	box-shadow: 3px 5px 12px 3px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s, box-shadow 0.3s;
	text-align: center;
}

/* Remove border on last card of each row */
.sap-service-card:nth-child(4n) {
	border-right: none;
}

.sap-service-card:hover, .sap-service-card.active {
	background: linear-gradient(131deg, #3260C5 41%, #fff 100%);
	color: #fff;
	transform: scale(1.05);
	box-shadow: 0 4px 15px rgba(0,0,0,0.12);
}

.sap-service-card h4 {
	margin-bottom: 16px;
	font-size: 1.2rem;
	font-weight: 600;
	color: #174b97;
}

.sap-service-card a {
	color: #174b97;
	font-weight: 500;
	text-decoration: underline;
	font-size: 1rem;
	transition: color 0.3s;
}

.sap-service-card:hover a, .sap-service-card.active a {
	color: #fff;
}

/* Tablet: 2 per row */
@media (max-width: 1024px) {
	.sap-service-card {
		flex: 1 1 calc(50% - 12px);
		padding: 20px 12px;
	}
}

/* Mobile: 1 per row */
@media (max-width: 768px) {
	.sap-service-card {
		flex: 1 1 100%;
		border-right: none;
		border-bottom: 1px solid #e0e0e0;
		padding: 16px;
	}
	.sap-service-card:last-child {
		border-bottom: none;
	}


}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}
.first-row:before {
    display: flex !important;
}
.new-class{
	height: 85px!important;
	width: 190px!important;
}


.services-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px; /* spacing between columns */
}

.service-col {
	flex: 1 1 calc(20% - 20px); /* 5 columns per row on desktop */
	max-width: calc(20% - 20px);
	min-width: 200px;
}

/* 📱 Mobile view: stack items (1 column per row) */
@media (max-width: 991px) {
	.service-col {
		flex: 1 1 calc(50% - 20px);
		max-width: 0;
	}
}

/* ✅ For mobile (max 576px) – stack 1 column */
@media (max-width: 576px) {
	.service-col {
		flex: 1 1 100%;
		max-width: 100%;
	}
}

.services-wrap.text-center.wow.fadeInUp
{
	padding: 0;
	line-height: 25px;
}


