/**
 * Social Gaming Canada — “Why Players Choose” fidelity pass.
 * Loaded after the How section and scoped to .sgc-page .sgc-why.
 */

.sgc-page .sgc-why {
	position: relative;
	padding: 0 0 65px;
	background: url('../images/section3_bg.webp') center top / cover no-repeat;
	overflow: hidden;
}

.sgc-page .sgc-why > .e-con-inner,
.sgc-page .sgc-why > .sgc-inner,
.sgc-page .sgc-why .sgc-inner {
	width: min(1170px, calc(100% - 40px));
	max-width: 1170px;
	margin-inline: auto;
	padding: 0;
	position: relative;
	align-items: center;
}

.sgc-page .sgc-why .sgc-section-title .elementor-heading-title {
	margin: 0;
	color: #fff;
	font-size: 60px;
	font-weight: 900;
	line-height: 62px;
	letter-spacing: 0;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .7), 0 0 10px rgba(255, 0, 0, .35), 0 0 11px rgba(255, 0, 0, .2);
}

.sgc-page .sgc-why .sgc-premium {
	display: flex;
	width: 100%;
	max-width: none;
	min-height: 430px;
	margin: 60px 0 0;
	padding: 90px 60px 95px;
	position: relative;
	align-items: flex-start;
	justify-content: center;
	border: 3px solid #6c1c10;
	border-radius: 20px;
	background: url('../images/choose_box_bg.webp') center / cover no-repeat;
	box-shadow: 0 50px 75px 10px rgba(216, 31, 5, .3);
	text-align: left;
	overflow: visible;
}

.sgc-page .sgc-why .sgc-premium-icon,
.sgc-page .sgc-why .sgc-premium-title,
.sgc-page .sgc-why .sgc-premium-copy {
	width: 45%;
	max-width: 470px;
	margin-right: auto;
	align-self: flex-start;
	text-align: left;
}

.sgc-page .sgc-why .sgc-premium-icon img {
	display: block;
	width: 68px;
	height: auto;
}

.sgc-page .sgc-why .sgc-premium-title .elementor-heading-title {
	margin: 15px 0 0;
	color: #fff;
	font-size: 46px;
	font-weight: 900;
	line-height: 50px;
	letter-spacing: 0;
	text-align: left;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .7), 0 0 20px rgba(255, 0, 0, .35), 0 0 20px rgba(255, 0, 0, .2);
}

.sgc-page .sgc-why .sgc-premium-copy {
	margin-top: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: .3px;
}

.sgc-page .sgc-why .sgc-premium-copy p {
	margin: 0;
}

.sgc-page .sgc-why .sgc-premium-float {
	position: absolute !important;
	bottom: auto;
	z-index: 3;
	pointer-events: none;
}

.sgc-page .sgc-why .sgc-premium-float img {
	display: block;
	width: 100%;
}

.sgc-page .sgc-why .sgc-premium-float-left {
	left: 40%;
	right: auto;
	top: -8%;
	bottom: auto;
	width: 146px !important;
	animation: sgcWhyFloat 3s ease-in-out infinite 1.5s;
}

.sgc-page .sgc-why .sgc-premium-float-right {
	left: auto;
	right: -7%;
	top: 31%;
	bottom: auto;
	width: 177px !important;
	animation: sgcWhyFloat 3s ease-in-out infinite 1.5s;
}

@keyframes sgcWhyFloat {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(10px); }
}

.sgc-page .sgc-why .sgc-benefits {
	display: flex;
	width: 100%;
	margin: 30px auto 0;
	padding: 0;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	gap: 0;
}

.sgc-page .sgc-why .sgc-benefit {
	width: 33.333%;
	padding: 0 30px;
	position: relative;
	text-align: center;
}

.sgc-page .sgc-why .sgc-benefit::after {
	content: '';
	position: absolute;
	top: 60px;
	right: 0;
	bottom: 0;
	width: 1px;
	background: rgba(242, 21, 21, .6);
}

.sgc-page .sgc-why .sgc-benefit:last-child::after {
	display: none;
}

.sgc-page .sgc-why .sgc-benefit .elementor-image-box-wrapper {
	display: block;
	text-align: center;
}

.sgc-page .sgc-why .sgc-benefit figure {
	display: block;
	width: 74px !important;
	margin: 0 auto 10px !important;
}

.sgc-page .sgc-why .sgc-benefit img {
	display: block;
	width: 74px;
	height: 74px;
	margin: 0 auto;
	object-fit: contain;
}

.sgc-page .sgc-why .sgc-benefit .elementor-image-box-title {
	margin: 0;
	color: #fff;
	font-size: 36px;
	font-weight: 900;
	line-height: 38px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .7), 0 0 20px rgba(255, 0, 0, .35), 0 0 20px rgba(255, 0, 0, .2);
}

.sgc-page .sgc-why .sgc-benefit .elementor-image-box-description {
	margin-top: 15px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
}

.sgc-page .sgc-why .sgc-cta {
	width: min(400px, 100%);
	margin: 45px auto 0;
	align-items: center;
}

.sgc-page .sgc-why .sgc-cta-button-row,
.sgc-page .sgc-why .sgc-cta-note {
	width: 100% !important;
}

@media (max-width: 1023px) {
	.sgc-page .sgc-why .sgc-section-title .elementor-heading-title {
		font-size: 38px;
		line-height: 44px;
	}

	.sgc-page .sgc-why .sgc-premium {
		min-height: 0;
		padding: 50px 30px 55px;
	}

	.sgc-page .sgc-why .sgc-premium-icon,
	.sgc-page .sgc-why .sgc-premium-title,
	.sgc-page .sgc-why .sgc-premium-copy {
		width: 55%;
	}

	.sgc-page .sgc-why .sgc-premium-title .elementor-heading-title {
		font-size: 36px;
		line-height: 42px;
	}

	.sgc-page .sgc-why .sgc-premium-copy {
		font-size: 18px;
		line-height: 26px;
	}

	.sgc-page .sgc-why .sgc-premium-float-left {
		width: 95px !important;
	}

	.sgc-page .sgc-why .sgc-premium-float-right {
		width: 115px !important;
	}

	.sgc-page .sgc-why .sgc-benefit {
		padding: 0 10px;
	}

	.sgc-page .sgc-why .sgc-benefit .elementor-image-box-title {
		font-size: 24px;
		line-height: 30px;
	}

	.sgc-page .sgc-why .sgc-benefit .elementor-image-box-description {
		font-size: 16px;
		line-height: 22px;
	}
}

@media (max-width: 767px) {
	.sgc-page .sgc-why {
		padding: 28px 0 35px;
	}

	.sgc-page .sgc-why > .e-con-inner,
	.sgc-page .sgc-why > .sgc-inner,
	.sgc-page .sgc-why .sgc-inner {
		width: calc(100% - 28px);
	}

	.sgc-page .sgc-why .sgc-section-title .elementor-heading-title {
		font-size: 30px;
		line-height: 36px;
	}

	.sgc-page .sgc-why .sgc-premium {
		margin-top: 45px;
		padding: 20px 15px 180px;
		border-radius: 15px;
		background-image: url('../images/choose_box_bg_m.webp');
		background-position: center bottom;
	}

	.sgc-page .sgc-why .sgc-premium-icon,
	.sgc-page .sgc-why .sgc-premium-title,
	.sgc-page .sgc-why .sgc-premium-copy {
		width: 100%;
		max-width: none;
	}

	.sgc-page .sgc-why .sgc-premium-icon img {
		width: 58px;
	}

	.sgc-page .sgc-why .sgc-premium-title .elementor-heading-title {
		font-size: 26px;
		line-height: 32px;
	}

	.sgc-page .sgc-why .sgc-premium-copy {
		margin-top: 15px;
		font-size: 16px;
		line-height: 24px;
	}

	.sgc-page .sgc-why .sgc-premium-float-left {
		left: auto;
		right: 10%;
		top: -25px;
		width: 60px !important;
	}

	.sgc-page .sgc-why .sgc-premium-float-right {
		right: -3%;
		top: 58%;
		width: 75px !important;
	}

	.sgc-page .sgc-why .sgc-benefits {
		margin-top: 5px;
		flex-direction: column;
	}

	.sgc-page .sgc-why .sgc-benefit {
		width: 100%;
		padding: 25px 10px;
	}

	.sgc-page .sgc-why .sgc-benefit::after {
		display: none;
	}

	.sgc-page .sgc-why .sgc-benefit:last-child {
		padding-bottom: 10px;
	}

	.sgc-page .sgc-why .sgc-benefit .elementor-image-box-title {
		font-size: 26px;
		line-height: 32px;
	}

	.sgc-page .sgc-why .sgc-benefit .elementor-image-box-description {
		font-size: 16px;
		line-height: 24px;
	}

	.sgc-page .sgc-why .sgc-cta {
		width: min(330px, 100%);
		margin-top: 20px;
	}
}
