.solutions-list li {
	display: flex;
	align-items: center;
	padding: 15px;
}

.solutions-list li .solutions-icon img {
	width: 50px;
	height: 50px;
}

.solutions-list li .solutions-icon {
	margin-right: 20px;
	margin-bottom: 10px;
}


.color-purple {
	color: #301082;
}


.gps-tracking-content-img {
	text-align: right;
}


.partner-logo-heroshot {
	right: 0;
	bottom: 0;
}

.ai-summary-block p {
	background-color: #dfe9f11c;
	border-left: 4px solid #009AA6;
	padding: 20px !important;
	text-align: left !important;
}


.snowflake-quote-banner {
	background: url(/solutions/sap/img/strip-bg.webp) no-repeat center center;
	background-size: cover;
	padding: 25px 20px;
	text-align: center;
	color: white;
	font-family: Arial, sans-serif;
}


.drawline-3:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background: #5ebdc6;
	left: -2%;
}


/* Case-study CSS */
.itsm-quote-banner {
	background: url(/itsm/img/background-theme.webp) no-repeat center center;
	background-size: cover;
	padding: 25px 20px;
	text-align: center;
	color: white;
	font-family: Arial, sans-serif;
}

.study-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.highlight-orange {
	font-weight: 800;
}

.study-box {
	background: #fff;
	border: 2px solid #00A5B5;
	border-radius: 6px;
	padding: 20px;
	flex: 1 1 calc(50% - 40px);
	max-width: 500px;
	min-width: 280px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.case-title {
	color: #1991a3;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.case-heading {
	color: #C0471B;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.4;
}

.case-description {
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 15px;
	text-align: left;
}

.case-description b {
	color: #007A8D;
}

.case-study-underline {
	width: 80%;
	height: 2px;
	background-color: #a5a5a5;
	margin: 0 auto 15px auto;
}

.logo-wrapper {
	margin-top: auto;
}

.brand-logo {
	max-height: 50px;
	width: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.it-leader-sec {
	background-color: #edfafc;
}


.drawline-3:after {
	background: transparent;
}


/* Case-study CSS End */


/* end to end cloud section start*/
.development-solution {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}


/* end to end cloud section end*/


@media(max-width:1700px) {
	.hide-section {
		display: none;
	}
}


@media(max-width:991px) {

	.development-solution {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}

	.it-leaderimg-sec {
		text-align: center;
		padding: 0 15px;
	}

	.it-leader-sec {
		background-color: #ffffff;
	}


	.img-content-section img {
		min-height: auto;
	}

	.img-content-section {
		text-align: center;
		padding: 0;
	}

}


@media(max-width:768px) {
	.it-leaderimg-sec img {
		padding: 0 15px;
	}

	.gps-tracking-content-img,
	.gps-tracking-content {
		text-align: center;
	}

}