/**
 * CRC Promotions visual match — crcsecurity.com/promotions.html
 * Scoped to .elementor-10 (post 10 only). Header/footer templates excluded.
 */

body.crc-promotions-match .content-area {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

body.crc-promotions-match .site-container,
body.crc-promotions-match .content-wrap {
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.elementor-10 img.crc-full-img,
.elementor-10 .elementor-widget-image img {
	max-width: 100%;
	height: auto;
}

/* --- Hero (Muse u6392: slide-one.jpg ~226px) --- */
.elementor-10 .elementor-element-pro_hero {
	min-height: 226px !important;
	height: 226px !important;
	position: relative;
	background-image: url("/wp-content/uploads/images/slide-one.jpg") !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	padding: 0 !important;
	overflow: hidden;
}

.elementor-10 .elementor-element-pro_hero:not(.elementor-motion-effects-element-type-background),
.elementor-10 .elementor-element-pro_hero > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("/wp-content/uploads/images/slide-one.jpg") !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.elementor-10 .elementor-element-pro_hero > .elementor-container {
	min-height: 226px !important;
	height: 226px !important;
	align-items: center !important;
	justify-content: center !important;
	max-width: 1140px !important;
}

.elementor-10 .elementor-element-pro_hero .elementor-background-overlay {
	display: none !important;
	opacity: 0 !important;
}

.elementor-10 .elementor-element-pro_hero_col {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
}

/* Muse u6354-4 title pill */
.elementor-10 .crc-pro-hero-title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 16px;
}

.elementor-10 .crc-pro-hero-title span {
	display: inline-block;
	width: 373px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	background-color: rgba(0, 0, 0, 0.5);
}

/* --- Cards section --- */
.elementor-10 .elementor-element-pro_cards {
	background: transparent !important;
	background-color: transparent !important;
	padding: 48px 0 60px !important;
}

.elementor-10 .elementor-element-pro_cards > .elementor-container {
	max-width: 1140px !important;
	align-items: center !important;
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 14px !important;
}

.elementor-10 .elementor-element-pro_cam_left,
.elementor-10 .elementor-element-pro_cam_right,
.elementor-10 .elementor-element-pro_cards_center {
	background: transparent !important;
}

.elementor-10 .elementor-element-pro_cam_left,
.elementor-10 .elementor-element-pro_cam_right {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.elementor-10 .elementor-element-pro_cam_left_img img,
.elementor-10 .elementor-element-pro_cam_right_img img {
	width: 134px !important;
	max-width: 100% !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
}

.elementor-10 .elementor-element-pro_cam_right_img img {
	width: 138px !important;
}

/* Three equal-height promo cards */
.elementor-10 .crc-pro-cards {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 16px;
	width: 100%;
}

.elementor-10 .crc-pro-card {
	flex: 1 1 0;
	position: relative;
	isolation: isolate;
	min-height: 258px;
	padding: 22px 18px 24px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	background: transparent;
}

/* Muse shadow panels #000 @ 0.44 + cyan glow */
.elementor-10 .crc-pro-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: #000000;
	opacity: 0.44;
	box-shadow: 0 0 8px rgba(0, 176, 216, 0.5);
	pointer-events: none;
	z-index: 0;
}

.elementor-10 .crc-pro-card > * {
	position: relative;
	z-index: 1;
}

.elementor-10 .crc-pro-title {
	margin: 0;
	color: #ffff00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 29px;
}

.elementor-10 .crc-pro-sub {
	margin: 0 0 18px;
	color: #ffff00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.35;
}

.elementor-10 .crc-pro-body {
	margin: 0 0 20px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.55;
	font-weight: 400;
	max-width: 175px;
}

.elementor-10 .crc-pro-btn {
	display: inline-block;
	margin-top: auto;
	background: #d10303;
	border: 1px solid #d10303;
	color: #ffffff !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	padding: 12px 18px;
	text-decoration: none !important;
	text-align: center;
	transition: background 0.25s ease, border-color 0.25s ease;
}

.elementor-10 .crc-pro-btn:hover {
	background: #be1e2d;
	border-color: #be1e2d;
	color: #ffffff !important;
}

/* --- Responsive (layout only — desktop Muse design unchanged above 1024px) --- */
html.crc-promotions-page,
body.crc-promotions-match {
	overflow-x: hidden !important;
}

.elementor-10 {
	overflow-x: clip;
	width: 100%;
}

@media (max-width: 1024px) {
	.elementor-10 > .e-con.e-parent,
	.elementor-10 > .elementor-section.elementor-top-section {
		padding-left: 15px !important;
		padding-right: 15px !important;
		box-sizing: border-box;
	}

	.elementor-10 > .e-con.e-parent > .e-con-inner,
	.elementor-10 > .elementor-section.elementor-top-section > .elementor-container {
		max-width: 100% !important;
		width: 100% !important;
		box-sizing: border-box;
	}

	/* Hero: fluid height, keep same visual treatment */
	.elementor-10 .elementor-element-pro_hero {
		height: auto !important;
		min-height: 180px !important;
	}

	.elementor-10 .elementor-element-pro_hero > .elementor-container {
		height: auto !important;
		min-height: 180px !important;
		max-width: 100% !important;
	}

	/* Cameras + cards row → stack */
	.elementor-10 .elementor-element-pro_cards {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.elementor-10 .elementor-element-pro_cards > .elementor-container {
		flex-wrap: wrap !important;
		max-width: 100% !important;
		gap: 20px !important;
	}

	.elementor-10 .elementor-element-pro_cam_left,
	.elementor-10 .elementor-element-pro_cam_right,
	.elementor-10 .elementor-element-pro_cards_center {
		flex: 0 0 100% !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	/* Three promo cards → stack (desktop nowrap preserved above 1024) */
	.elementor-10 .crc-pro-cards {
		flex-wrap: wrap !important;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 16px !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.elementor-10 .crc-pro-card {
		flex: 0 0 auto !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.elementor-10 .crc-pro-body {
		max-width: 100% !important;
	}

	.elementor-10 .elementor-element-pro_cam_left_img img,
	.elementor-10 .elementor-element-pro_cam_right_img img {
		width: auto !important;
		max-width: min(138px, 100%) !important;
		height: auto !important;
	}

	.elementor-10 img {
		max-width: 100% !important;
		height: auto !important;
	}
}

@media (max-width: 767px) {
	.elementor-10 > .e-con.e-parent,
	.elementor-10 > .elementor-section.elementor-top-section {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	.elementor-10 .elementor-element-pro_hero {
		min-height: 160px !important;
	}

	.elementor-10 .elementor-element-pro_hero > .elementor-container {
		min-height: 160px !important;
	}

	.elementor-10 .elementor-element-pro_cards {
		padding-top: 32px !important;
		padding-bottom: 40px !important;
	}

	.elementor-10 .crc-pro-hero-title {
		padding: 0 12px;
	}
}

@media (max-width: 480px) {
	.elementor-10 > .e-con.e-parent,
	.elementor-10 > .elementor-section.elementor-top-section {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}
