/**
 * ----------------------------------------------------------------------------------------
 * CUSTOM STYLING FOR CTA COMPONENT
 * ----------------------------------------------------------------------------------------
 */

.cta {
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.cta .mbr-overlay {
    opacity: 0.3; 
    background-color: rgb(255, 255, 255);
}
.cta .mbr-iconfont {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 5rem;
	color: #a148ff;
	margin-bottom: 2rem;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
	border-radius: 50%;
	width: 115px;
	height: 115px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	overflow: visible;
}
.cta .row {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
	backdrop-filter: blur(3.5px);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	padding: 5rem 3rem;
	margin: 0;
	overflow: visible;
	position: relative;
	justify-content: center;
}
@media (max-width: 767px) {
	.cta .row {
		padding: 3rem 1rem;
	}
}
.cta .row:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.3;
	height: 100%;
	width: 100%;
	border: 2px solid white;
	border-radius: 30px;
	pointer-events: none;
}
.cta .card-wrapper {
	overflow: visible;
}
.cta .card-text {
	color: #263d5a;
}
.cta .card-title,
.cta .iconfont-wrapper {
	color: #263d5a;
}
.cta .mbr-section-subtitle {
	color: #263d5a;
}
.cta .mbr-section-title {
	color: #263d5a;
}
@media (max-width: 992px) {
	.cta .card-wrapper {
		margin-bottom: 2rem;
	}
}
.cta .card-link {
	color: #263d5a;
}
