/*
 * services-team.css
 * "The Team" section (Services page) — background photo + gradient
 * Rewritten 2026-08-19 to use el_class="c-stats-hero" set directly on
 * the shortcode, instead of an auto-generated .vc_custom_XXXX class
 * (which breaks on duplication to another page/module instance).
 */
/*
.c-stats-hero {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
	background-color: #FFFFFF;
	background-image: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 40%), url('/wp-content/uploads/2026/08/business-team-having-informal-meeting-around-table-scaled.webp');
	background-size: 50% 100%, 50% 100%;
	background-position: right center, right center;
	background-repeat: no-repeat, no-repeat;
}
*/
.c-stats-hero {
	padding: 60px 0;
	background-color: var(--color-white);
	background-image: url('/wp-content/uploads/2026/08/Rectangle-23827.webp');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
}
@media (max-width: 1200px) {
	.c-stats-hero {
		background-image: none !important;
	}
}
