.ai-summary-block p {
	background-color: #dfe9f11c;
	border-left: 4px solid #009AA6;
	padding: 20px !important;
	text-align: left !important;
}

/* ======================================================================================= */
.pos-kitchen-delivery-integrations-challanges{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.pos-kitchen-delivery-integrations, h3 {
	font-size: 20px;
	line-height: 26px;
}
.pos-kitchen-delivery-integrations-inner-card{
	background-color: #f0f0f0;
    border-radius: 6px;
    padding: 24px;
    box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    flex: 1 1 calc(50% - 40px);
    max-width: 400px;
    min-width: 250px;
}

.pos-kitchen-delivery-integrations-inner-card hr {
    width: 100%;
    border: 1px solid #C0471B;
    margin: 12px auto;
}



.pos-kitchen-delivery-integrations-quote-banner {
    background: url(/restaurant-app-software-development/img/strip-bg.webp) no-repeat center center;
    background-size: cover;
    padding: 25px 20px;
    text-align: center;
    color: white;
    font-family: Arial, sans-serif;
}


.stepper-content p{
	line-height: 30px;
}

.case-studies{
	flex-wrap: nowrap;
}

.ai-driven-image img{
	border-radius: 4px;
}

.case-study-bottom{
	display: flex;
	align-items: center;
}

.e-commerce-img{
	text-align: right;
}



.loyalty-features{
    min-height: 450px;
	border: 2px solid #0097a4;
	display: flex;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}


.loyalty-features-img img{
	min-height: 450px;
		border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.features-list{
	display: flex;
	align-items: center;
}

.equal-div {
    border: 2px solid #0097a4;
    border-radius: 10px;
}

.bg-grey ul strong {
    border-bottom: 2px solid #0097a4;
    display: inline-block;
    padding-bottom: 6px;
}

/* What We Deviver section start */
.what-we-deliver {
	background-color: #edeeee;
	padding: 50px 0;
}


.deliver-card-sec {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}


.inner-deliver-card-sec {
	background-color: #fff;
	border-radius: 10px;
	padding: 24px;
	text-align: center;
	box-shadow: -5px 5px 0px rgb(0 150 163);
	transition: transform 0.3s ease;
	border: 1px #a3dcea solid;
	margin-bottom: 10px;
	flex: 1 1 calc(50% - 40px);
	max-width: 380px;
	min-width: 280px;
}

/* 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;
}


/* Case-study CSS */
.admin-quote-banner {
	/* background: #222; */
	background-size: cover;
	padding: 25px 20px;
	text-align: center;
	color: white;
	font-family: Arial, sans-serif;
}


.img-content-section-list {
	min-height: 400px;
}
.bg-light-teal{
	background-color: #edfafc;
}
.img-content-section img {
	min-height: 400px;

}

.img-content-section {
	text-align: right;
}


.case-study-underline {
	width: 100%;
	height: 2px;
	background-color: #a5a5a5;
	margin: 0 auto 15px auto;
}


.partner-logo-heroshot {
	right: 0;
	bottom: 0;
}

/* Use CSS Grid for an automatically responsive layout */


.features-grid-admin {
    display: grid;
    /* Auto-fit creates columns based on available space, stacking on small screens */
       grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px; /* Space between the items */
}

.feature-dashboard {
    display: flex;
    align-items: center;
    gap: 20px;
}
.case-box {
    max-width: 550px;
    flex: 1 1 550px;
}
.feature-icon {
    width: 80px;
    height: 80px;
    background-color: #ffffff; 
     border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.feature-icon .icon {
    width: 100%;
    height: 100%;
    stroke: #333; /* Color for the SVG icons */
}
.feature-dashboard .feature-icon {
    border: 2px solid #0097a4;
    border-radius: 10px;
}
.feature-dashboard p {
    font-size: 16px;
    color: #555;
    margin: 0;
}

@media(min-width: 1400px) {
		.features-grid-admin {
		display: grid;
		/* Auto-fit creates columns based on available space, stacking on small screens */
		grid-template-columns: 1fr 1fr;
		gap: 30px; /* Space between the items */
	}
}

@media only screen and (max-width: 1400px) and (min-width: 1200px)  {
	.features-grid-admin {
    gap: 10px;
}
.feature-icon{
    width: 60px;
    height: 60px;
}

	}

@media (max-width: 1700px){
	.brake-none{
		display: none;
	}
}

@media (max-width: 1400px) {
.equal-image img.img-responsive.display-inline.margin-top-30.margin-bottom-30.margin-left-70 {
    margin-left: 20px !important;
}

@media(max-width:1200px){

	.e-commerce-img{
		text-align: center;
	}
		 .pill-container2::after, .pill-container::after{
	width: 91%;
 }
 .partner-logo-heroshot {
	display: none;
}
}

}
@media (max-width: 500px) {
    .admin-features-container {
        padding: 30px 20px;
    }
}


@media(max-width:991px) {

.case-studies{
	flex-wrap: wrap;
}

	.ai-driven-image{
		text-align: center;
	}
	.loyalty-features{
		min-height: auto;
		border: none;
	}

	.ai-driven-image img{
		margin-bottom: 30px;
	}

	.img-card-sec {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}

	.loyalty-features-img img{
		min-height: auto;
	}

.features-list{
	margin-left: 20px;
}
.loyalty-features,
.loyalty-features-img img{
	border-radius: 8px;
}

	.loyalty-features-img{
		text-align: center;
		margin-top: 20px;
	}

	.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 (min-width: 600px) and (max-width:1367px) {
	.pos-kitchen-delivery-integrations-challanges{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 599px) {
	.pos-kitchen-delivery-integrations-challanges{
		grid-template-columns: repeat(1, 1fr);
	}
}


@media (max-width: 600px) {

	.icon-box {
		padding: 16px;
	}

	.icon-box img {
		width: 40px;
	}

	.text-box h3 {
		font-size: 16px;
	}

	.ride-feature-item img{
	width: 100%;
}
}


@media(max-width:576px) {

	.pos-kitchen-delivery-integrations-inner-card{
	max-width: 100%;

 }

	.features-grid-admin {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}

.case-study-bottom{
	flex-wrap: wrap;
}


}


@media (max-width: 480px) {
		 .pill-container2::after, .pill-container::after{
	width: 91%;
 }
 
}

@media (max-width: 400px) {

	.icon-box {
		width: 100%;
	}

	.text-box {
		padding: 16px;
	}
}