.stiFeedback {
	font-family: sans-serif;
	font-weight: lighter;
	height: auto;
	width: 100%;
}

.stiFeedback .stiFeedback-container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	text-align: center;
}

.stiFeedback .stiFeedback-container .stiFeedback-grd-card {
	box-shadow: var(--box_shadow);
	width: calc(33% - 90px);
	display: inline-block;
	vertical-align: top;
	margin: 13px 30px 13px 0;
	padding: 0;
	height: auto;
	min-height: 250px;
}

@media (max-width: 1024px) {
	.stiFeedback .stiFeedback-container .stiFeedback-grd-card {
		width: calc(49% - 90px);
	}
}
@media (max-width: 768px) {
	.stiFeedback .stiFeedback-container .stiFeedback-grd-card {
		width: calc(100% - 90px);
	}
}

.crew-star-rating {
	display: flex;
	flex-direction: row-reverse;
	font-size: 2.2em;
	justify-content: start;
	padding: 0 0;
	text-align: left;
	width: 100%;
	margin-top: 0;
	margin-bottom: 15px;
}
.crew-star-rating label {
	color: #fc0;
	cursor: default;
}

.crew-name {
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3;
}
.crew-date {
	color: #AAA;
	margin: 0 0 10px 0;
	font-size: .9em;
}
.crew-message {
	color: white;
	font-size: 1.1em;
}

.stiFeedback-grd-card {
	padding: 0 !important;
	margin-bottom: 0px !important;
	background-color: rgba(255, 255, 255, 0);
	font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
}

.et_pb_testimonial {
	padding: 30px 30px;
	text-align: left;
	/*background-image: url(https://simpletechinnovations.com/wp-content/uploads/2024/07/it-services-testibg-1.jpg);*/
	/*background-color: rgba(255, 255, 255, 0);*/
	background: #111;
}

.stiFeedback-grd-card .et_pb_testimonial:before {
	padding: 20px;
	border-radius: 0;
	top: 0;
	right: 0;
	left: auto;
	color: #FFFFFF;
	background-color: #026698;
	font-family: FontAwesome !important;
	font-weight: 900 !important;
	content: "\f10e" !important;
	font-size: 32px;
	position: absolute;
}

.et_pb_testimonial_0.et_pb_testimonial:after,
.et_pb_testimonial_1.et_pb_testimonial:after,
.et_pb_testimonial_2.et_pb_testimonial:after,
.et_pb_testimonial_3.et_pb_testimonial:after,
.stiFeedback-grd-cart .et-pb-testimonial:after {
	content: '';
	clip-path: polygon(8% 0, 0 100%, 86% 0);
	background: #0C1023;
	width: 100px;
	height: 75px;
	position: absolute;
	bottom: -73px;
	visibility: visible;
}

.stiFeedback-container .slick-track {
	display: flex;
	gap: 30px;
}

/* Minor stability tweak */
.stiFeedback-container .slick-slide {
	height: auto;
}

.stiFeedback-container {
	margin-bottom: 0 !important;
}

.slick-dots li button:before {
	font-size: 15px;
	opacity: 1;
	color: #666;
}
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button .slick-dot-icon {
	opacity: 1;
	color: #026698;
}
.slick-dots li button:focus .slick-dot-icon:before {
	color: #026698;
}


@media only screen and (max-width: 767px) {
	.stiFeedback-container .slick-track {
		gap: 20px;
	}
}

@media only screen and (max-width: 380px) {
	.stiFeedback-container .et_pb_blurb_content {
		justify-content: end !important;
	}
	.stiFeedback-grd-card .et_pb_testimonial:before {
		font-size: 16px;
	}
	.crew-star-rating {
		font-size: 1.6em;
	}

	.stiFeedback .stiFeedback-container .stiFeedback-grd-card {
		width: calc(100%);
	}
	.et_pb_testimonial_0.et_pb_testimonial:after,
	.et_pb_testimonial_1.et_pb_testimonial:after,
	.et_pb_testimonial_2.et_pb_testimonial:after,
	.et_pb_testimonial_3.et_pb_testimonial:after,
	.stiFeedback-grd-cart .et-pb-testimonial:after {
		visibility: hidden !important;
	}
}