/* ==========================================================================
   Fuse School cards – shared diagonal image shape (cards 1–6)
   ========================================================================== */

.fs-card-1,
.fs-card-2,
.fs-card-3,
.fs-card-4,
.fs-card-5,
.fs-card-6 {
	position: relative !important;
	overflow: hidden;
	isolation: isolate;
}

.fs-card-1::before,
.fs-card-2::before,
.fs-card-3::before,
.fs-card-4::before,
.fs-card-5::before,
.fs-card-6::before {
	content: "";
	position: absolute;
	top: auto;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 48%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 0;
	clip-path: polygon(
		100% 0%,
		100% 100%,
		18% 100%,
		40% 30%,
		41.9% 24.3%,
		44.0% 19.2%,
		46.2% 14.7%,
		48.5% 10.8%,
		51.0% 7.5%,
		53.5% 4.8%,
		56.2% 2.7%,
		59.0% 1.2%,
		61.9% 0.3%,
		65% 0%
	);
	z-index: 0;
	pointer-events: none;
}

.fs-card-1::before {
	background-image: url('https://fuse.club/wp-content/uploads/2025/11/card-image-1-scaled.jpg');
}

.fs-card-2::before {
	background-image: url('https://fuse.club/wp-content/uploads/2025/11/card-image-2-scaled.jpg');
}

.fs-card-3::before {
	background-image: url('https://fuse.club/wp-content/uploads/2025/11/fs-card-item-2-scaled.jpg');
}

.fs-card-4::before {
	background-image: url('https://fuse.club/wp-content/uploads/2025/11/fs-card-item-6.png');
	background-position: bottom;
}

.fs-card-5::before {
	background-image: url('https://fuse.club/wp-content/uploads/2025/11/fs-card-item-5.png');
}

.fs-card-6::before {
	background-image: url('https://fuse.club/wp-content/uploads/2025/11/card-image-6-scaled.jpg');
}

.fs-card-1 > .elementor-widget,
.fs-card-1 > .elementor-element,
.fs-card-2 > .elementor-widget,
.fs-card-2 > .elementor-element,
.fs-card-3 > .elementor-widget,
.fs-card-3 > .elementor-element,
.fs-card-4 > .elementor-widget,
.fs-card-4 > .elementor-element,
.fs-card-5 > .elementor-widget,
.fs-card-5 > .elementor-element,
.fs-card-6 > .elementor-widget,
.fs-card-6 > .elementor-element {
	position: relative;
	z-index: 10;
}

/* Card 7 – Fuse School RUS */
.fs-card-7 {
	position: relative !important;
	overflow: hidden;
	isolation: isolate;
}

.fs-card-7::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: auto;
	top: auto;
	width: 50%;
	height: 48%;
	background-image: url('https://fuse.club/wp-content/uploads/2025/11/fs-card-item-6.png');
	background-size: cover;
	background-position: bottom right;
	background-repeat: no-repeat;
	clip-path: polygon(
		100% 0%,
		100% 100%,
		18% 100%,
		40% 30%,
		41.9% 24.3%,
		44.0% 19.2%,
		46.2% 14.7%,
		48.5% 10.8%,
		51.0% 7.5%,
		53.5% 4.8%,
		56.2% 2.7%,
		59.0% 1.2%,
		61.9% 0.3%,
		65% 0%
	);
	z-index: 0;
	pointer-events: none;
}

.fs-card-7 > .elementor-widget,
.fs-card-7 > .elementor-element,
.fs-card-7 > .e-con {
	position: relative;
	z-index: 10;
}

@media (max-width: 1024px) {
	.fs-card-7::before {
		width: 55%;
	}
}

@media (max-width: 767px) {
	.fs-card-7::before {
		display: none;
	}
}
