/* What We Deviver section start */
.what-we-deliver {
	padding: 50px 0;
}


.deliver-card-sec {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px;
}


.inner-deliver-card-sec {
	background-color: #fff;
	border-radius: 10px;
	padding: 24px;
	box-shadow: -5px 5px 0 rgb(0 150 163), -5px 6px 0 rgb(0 150 163), -5px 16px 10px rgba(0, 0, 0, 0.15);
	border: 1px #a3dcea solid;
	margin-bottom: 10px;
	max-width: 400px;
}

/* What We Deviver section end */


/* end to end cloud section start*/

.img-card-sec {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
}

.inner-img-card-sec {
	/* min-height: 430px; */
	border: 1px solid #0096a3;
	padding: 10px;
	border-radius: 10px;
	max-width: 400px;
}


.inner-img-card-sec img {
	border-radius: 10px;
}

/* end to end cloud section end*/


/* CIS solution section strat */
.cis-card-sec {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.cis-inner-card-sec {
	padding: 40px;
	background-color: #e2f3f6;
}


.cis-card-sec .card1 {
	border-right: 1px solid #ed5814;
	border-bottom: 1px solid #ed5814;
}

.cis-card-sec .card2 {
	border-bottom: 1px solid #ed5814;
}

.cis-card-sec .card3 {
	border-right: 1px solid #ed5814;
}


/* CIS solution section end*/


/* Our CIS Transformation Framework  start*/

.cis-transformation-sec {
	background: url(/cloud-infrastructure-services/img/stroke-bg.webp) no-repeat center center;
}

.step-img-card {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.inner-step-card {
	padding: 10px;
	box-shadow: 0 6.4px 14.4px 0 rgb(0 0 0 / 13%), 0 1.2px 3.6px 0 rgb(0 0 0 / 11%);
	background-color: rgb(255, 255, 255);
	border-radius: 5px;
	min-height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.stepper-head {
	background: linear-gradient(90deg, rgba(19, 127, 167, 1) 13%, rgba(7, 145, 165, 1) 82%, rgba(4, 149, 164, 1) 100%);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}


.stepper-content {
	background: linear-gradient(30deg, hsla(243, 50%, 46%, 1) 1%, hsla(196, 81%, 36%, 1) 99%);
	min-height: 100px;
	place-content: center;
	padding: 10px;
}
.core-list p {
    font-size: 26px;
    margin-bottom: 15px;
	line-height: 1.2em;
}
.case-box ul{
	padding: unset;
}
.equal-div {
	display: flex;
}

.equal-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* Our CIS Transformation Framework  end*/


/* Case-study CSS */
.snowflake-quote-banner {
	background: url(/transportation/img/strip-bg.webp) no-repeat center center;
	background-size: cover;
	padding: 25px 20px;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 38px;
}


.img-content-section-list {
	min-height: 400px;
	background-color: #edfafc;
}

.img-content-section img {
	min-height: 400px;

}

.img-content-section {
	text-align: right;
}


.case-study-underline {
	width: 80%;
	height: 2px;
	background-color: #a5a5a5;
	margin: 0 auto 15px auto;
}


.partner-logo-heroshot {
	right: 0;
	bottom: 0;
}


/* Flexible Engagement Models strat */
.cloud-card {
	display: flex;
	align-items: center;
	background: #ffffff;
	border: 2px solid #4fc3cf;
	border-radius: 16px;
	overflow: hidden;
}

/* Icon section */
.icon-box {
	background: #0097a7;
	padding: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-box img {
	width: 48px;
	height: auto;
}

/* Text section */
.text-box {
	padding: 10px;
}

.text-box h3 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	line-height: 1.3;
	margin: 0px;
}
.bg-grey {
	background: #ecf5f4;
}
/* Flexible Engagement Models end */


@media(max-width:991px) {

	.img-card-sec {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}
	.deliver-card-sec {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}
	.equal-div {
		flex-direction: column;
	}
	.step-img-card {
		grid-template-columns: repeat(2, 1fr);
	}

	.img-content-section-list {
		background-color: transparent;
		min-height: auto;
	}

	.img-content-section {
		text-align: center;
		padding-left: 0;
	}

	.img-content-section img {
		min-height: auto;
	}

}


@media (max-width: 600px) {
	.cloud-card {
		flex-direction: row;
	}

	.icon-box {
		padding: 16px;
	}

	.icon-box img {
		width: 40px;
	}

	.text-box h3 {
		font-size: 16px;
	}
}


@media(max-width:576px) {

	.step-img-card,
	.img-card-sec {
		grid-template-columns: repeat(1, 1fr);
	}

	.cis-card-sec {
		grid-template-columns: repeat(1, 1fr);

	}

	.cis-card-sec .card1,
	.cis-card-sec .card2,
	.cis-card-sec .card3,
	.cis-card-sec .card4 {
		border: unset;
	}

	.cis-card-sec .cis-inner-card-sec {
		box-shadow: 0px 1px 0px 0px rgb(239 90 22);
		margin-bottom: 10px;
		padding: 20px;
	}

}

@media (max-width: 400px) {
	.cloud-card {
		flex-direction: column;
		text-align: center;
	}

	.icon-box {
		width: 100%;
	}

	.text-box {
		padding: 16px;
	}
}
@media (max-width: 1050px) {
	.partner-logo-heroshot{
		display: none;
	}
}