#promote-sec .vc_row {
	margin: 0;
}

.container.promote-background {
	display: flex;
	position: relative;
	padding-top: clamp(3.125rem, 1.7857rem + 3.5714vw, 5rem);
	padding-bottom: 50px;
}

.img-col {
	width: 45%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content-col {
	width: 55%;
	margin-left: 8%;
}


.container.promote-background::before,
.container.promote-background::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	height: 100%;
	width: 100vw;
}

.container.promote-background::before {
	background-image: url('https://statewideforklifts.com.au/wp-content/uploads/2026/09/promote-banner-background.jpg');
	background-position: center;
	background-size: cover;
	z-index: -2;
}

.container.promote-background::after {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
	z-index: -2;

}

.background-shape {
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	height: 85%;
	width: 100vw;
	z-index: -1;
}

.background-shape:before {
	content: "";
	position: absolute;
	background: linear-gradient(to bottom,
		rgba(0, 0, 0, 1) 70%,
		rgba(0, 0, 0, 0));
	clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
	z-index: -2;
	right: 0;
	width: 62vw;
	height: 95%;
}


.background-shape::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 62vw;
	height: 95%;

	background: linear-gradient(to bottom,
		rgba(225, 27, 35, 1) 70%,
		rgba(225, 27, 35, 0));

	clip-path: polygon(12% 0,
		17% 0,
		5% 100%,
		0% 100%);

	z-index: -1;
}

.content-col h2.product-name {
	color: white;
	font-size: clamp(1.375rem, 1.243rem + 0.5634vw, 1.75rem);
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.product-name span {
	display: block;
	font-size: clamp(2.25rem, 1.7218rem + 2.2535vw, 3.75rem);
	line-height: 0.9;
	font-weight: 900;
	font-style: italic;
	font-family: 'CircularStd-Bold';


}


.promote-price {
	font-size: clamp(2.25rem, 1.7218rem + 2.2535vw, 3.75rem);
	color: white;
	font-weight: 900;
	line-height: 0.9;
	font-style: italic;
	position: relative;
	padding: 15px 50px;
	width: fit-content;
	transform: rotate(-2deg);
	margin: 20px 0;
	font-family: 'CircularStd-Bold';
}

.promote-price::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-image: url('https://statewideforklifts.com.au/wp-content/uploads/2026/09/price-background.png');
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.product-promote-price{
	font-size: clamp(2.25rem, 1.7218rem + 2.2535vw, 3.75rem);
	color: white;
	font-weight: 900;
	line-height: 0.9;
	font-style: italic;
	position: relative;
	padding: 20px;
	width: fit-content;
	font-family: 'CircularStd-Bold';
}
.product-promote-price .gst{
	font-size: 20px;
}
.product-promote-price::before{
	content: '';
	z-index: -1;
	position: absolute;
	top: -10px;
	left: -15px;
	height: calc(100% + 20px);
	background-image: url('https://statewideforklifts.com.au/wp-content/uploads/2026/09/price-background.png');
	width: calc(100% + 50px);
	background-size: cover;
	background-repeat: no-repeat;
}

.saved-price {
	font-size: clamp(1.375rem, 1.243rem + 0.5634vw, 1.75rem);
	display: flex;
	line-height: 1.3;
	color: #FFD800;
	font-weight: 900;
	font-family: 'CircularStd-Bold';
}
.price-counter{
	margin-left: 5px;
}
.promote-price span {
	font-size: 20px;
	font-weight: 600;
	color: white;

}

.promote-price span.promote-price-label {
	display: block;
	text-transform: uppercase;
	font-style: normal;
}

.promote-text {
	gap: 5px;
	display: flex;
	color: #1a3763;
	width: fit-content;
	padding: 5px 30px;
	font-weight: 900;
	font-family: 'CircularStd-Bold';
	position: relative;
	margin: 30px 0;
	align-items: center;
	font-size: 20px;
}

.promote-text::before {
	content: '';
	background: #FFD800;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transform: skew(-10deg);
}

.promote-text svg {
	width: 26px;
	height: 26px;
	fill: #1a3763;
}

.promote-button {
	font-family: 'CircularStd-Bold';
	text-align: center;
	padding: 20px 65px;
	display: inline-block;
	width: auto;
	text-decoration: none !important;
	color: #fff !important;
	border: 2px solid #fff;
	border-radius: 35px;
	font-size: 26px;
	transition: all 0.2s;
	background-color: transparent;
}

.promote-button:hover {
	background-color: white;
	color: #de100e !important
}

@media(max-width: 991px) {
	.img-col {
		width: 50%;
	}

	.content-col {
		width: 50%;
		margin-left: 2%;
	}
}

@media(max-width: 767px) {
	.container.promote-background {
		flex-direction: column;
		gap: 20px;
	}

	.img-col,
	.content-col {
		width: 100%;
		margin: 0;
		padding: 0 10px;
	}

	.img-col img {
		max-width: min(400px, 90%);
	}

	.background-shape {
		display: none;
	}

	.content-col {
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.promote-price {
		margin: 0;
	}

	.promote-text {
		margin: 15px 0;

	}
}
}