
.img-align {
	text-align: right;
}


.intelligent-asset {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.ecommerce-inner-card img {
	max-width: 450px;
}


.casino-software {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}


.equal-image img {
	min-height: 400px;
}


.casino-technology-list {
	/* min-height: 520px; */
	min-height: 570px;
	display: flex;
	align-items: center;
}

.casino-technology-image img {
	min-height: 570px;
	object-fit: cover;
}

.quote-banner {
	background: url(/insuranceAI/img/strip-bg.webp) no-repeat center center;
	background-size: cover;
	padding: 25px 20px;
	text-align: center;
	color: white;
	font-family: Arial, sans-serif;
}


.quote-banner-text em {
	color: #000;
}


.drawline-orange {
	position: relative;
}

.drawline-orange:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background: #e4e4e4;
	left: 0%;
}


/* Case-study CSS */
.study-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.study-box {
	background: #fff;
	border: 2px solid #00A5B5;
	border-radius: 12px;
	padding: 30px;
	flex: 1 1 calc(50% - 40px);
	max-width: 680px;
	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;
}

/* Case-study CSS End */
.footer-banner {
	background-color: #ddf0f3;
	padding: 30px;
	text-align: center;
}

.teal-head {
	font-size: 50px;
	font-weight: bold;
}

.site-button.site-button-fixed {
	background: #ef5a16;
	color: #fff !important;
}

.study-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

.logo-wrapper {
	margin-top: auto;
	text-align: center;
	margin-top: 20px;
}

.case-study-underline {
	width: 80%;
	height: 2px;
	background-color: #a5a5a5;
	margin: 0 auto 15px auto;
}

.grey-box {
	background-color: #ecf5f4;
	width: 100%;
	height: 100%;
}

.grey-box h4 {
	font-weight: 500;
	line-height: 45px;
	font-size: 36px;
	padding: 50px 30px 30px 30px;
}

.grey-box p {
	padding: 0px 30px 0px 30px;
	font-size: 20px;
	color: #3a3939;
	line-height: 28px;
}

.bg-grey {
	background: #ecf5f4;
}

.equal-div {
	display: flex;
}


@media(max-width:1400px) {
	.hide-breake {
		display: none;
	}

}

@media(max-width:1200px) {

	.image-center {
		text-align: center;
	}


	.casino-technology-list {
		min-height: auto;
	}

	.bg-grey {
		background-color: transparent;
	}


	.casino-technology-image {
		text-align: center;
		margin-bottom: 10px;
	}
}


@media(max-width:991px) {

	.intelligent-asset {
		grid-template-columns: repeat(1, 1fr);
	}

    .ai-enabled{
        padding: 0;
    }

	.img-align {
		text-align: center;
	}

}

@media(max-width:576px) {


	.ecommerce-inner-card img {
		max-width: 100%;
	}


	.btn-center {
		text-align: center;
	}

}

@media(max-width:480px) {


	.drawline-orange:before {
		display: none;
	}
}


@media (max-width: 1600px) and (min-width: 1200px) {
	.teal-head {
		font-size: 36px;
		font-weight: bold;
	}
}

@media (min-width: 1300px) and (max-width: 1550px) {
	.testimonial-box {
		background: #fff;
		box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 8%);
		border-radius: 50px;
		max-width: 320px;
		flex: 1 1 320px;
	}
}

@media (max-width: 1400px) and (min-width: 1200px) {
	.equal-image-1 img {
		width: 100%;
		height: 65%;
		object-fit: cover;
	}
}

@media (max-width: 1100px) and (min-width: 992px) {
	.equal-div {
		width: 100% !important;
	}

	.bg-grey {
		background: #ecf5f4;
		width: 100%;
	}


}

@media (min-width: 0px) and (max-width: 1100px) {


	.equal-image {
		text-align: center;
	}

	.bg-grey {
		background-color: transparent;
	}


	.casino-technology-image img,
	.equal-image img {
		min-height: auto;
		margin-bottom: 20px;
	}


}

@media (max-width: 1100px) and (min-width: 320px) {
	.equal-div {
		flex-direction: column;
	}
}

@media (max-width: 768px) and (min-width: 320px) {
	.study-wrapper {
		display: grid;
		justify-content: center;
		gap: 30px;
	}
}