@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

.card.ChelseaMarket {
	font-size: 2rem;

}

.card-separator {
	font-size: 3rem;
}

.mb-6 {
	margin-bottom: 6rem;
}

.mt-6 {
	margin-top: 6rem;
}


.iconSize {
	font-size: 1.75rem;
}





.littleBitLarger {
	font-size: 1.25em;
}

.easyAs123 {
	font-family: 'Chelsea Market', cursive;
	font-size: 3rem;
}

.ml-2em {
	margin-left: 2em;
}

.ChelseaMarket {
	font-family: 'Chelsea Market', cursive;
	word-wrap: normal;
}

.slogan-display {
	font-size: 3.0rem !important;
	line-height: 1.1;
}

.sl-slogan-card,
.sl-slogan-card .card-body {
	border-radius: 0;
}

.hero-section {
	padding: 4rem 2rem;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.hero-headline {
	font-weight: 800;
	line-height: 1.2;
	color: #212529;
}

.hero-image-wrapper {
	position: relative;
	display: inline-block;
}

.hero-image-main {
	max-height: 250px;
	filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.1));
	transition: transform 0.3s ease;
}

.hero-image-main:hover {
	transform: scale(1.05);
}

.hero-badge {
	position: absolute;
	bottom: -20px;
	right: -20px;
	background: white;
	padding: 1rem 1.5rem;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	border: 1px solid #eee;
	z-index: 2;
}

.badge-title {
	font-family: 'Chelsea Market', cursive;
	font-size: 0.9rem;
	color: #ae0000;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.badge-steps {
	font-family: 'Chelsea Market', cursive;
	font-size: 1.5rem;
	margin-top: 0.25rem;
}

@media (max-width: 992px) {
	.hero-section {
		padding: 2rem 1rem;
	}

	.hero-headline {
		font-size: 2.5rem;
		margin-bottom: 2rem;
	}

	.hero-badge {
		position: static;
		margin-top: 1rem;
		display: inline-block;
	}

	.smallOnTablet {
		font-size: 1rem;
	}
}

.card.step-card {
	font-size: 1.3rem !important;
	/* Force reduction to override inherited styles */
	max-width: 165px;
	margin: 0 auto;
}

.card.step-card .card-header {
	padding: 0.5rem;
	font-size: 1.3rem !important;
}

.card.step-card .card-body {
	padding: 0.5rem;
	font-size: 1.5rem !important;
}

/* Hero Section Refinement */
.hero-main-title {
	font-weight: 800;
	font-size: 3.25rem;
	line-height: 1.15;
	color: #212529;
}

.hero-intro {
	color: #6c757d;
	line-height: 1.5;
}

.hero-product-image {
	filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.08));
	transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hero-product-image:hover {
	transform: scale(1.03);
}

.workflow-section {
	padding: 2rem;
	background: white;
}

.workflow-container {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 900px;
	margin: 0 auto;
}

.workflow-step {
	position: relative;
	flex: 1;
	text-align: center;
	z-index: 2;
}

.step-node {
	width: 60px;
	height: 60px;
	background: #ae0000;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-family: 'Chelsea Market', cursive;
	margin: 0 auto 1.5rem;
	box-shadow: 0 4px 10px rgba(174, 0, 0, 0.3);
}

.step-label {
	font-family: 'Chelsea Market', cursive;
	font-size: 1.2rem;
	color: #212529;
}

.workflow-line {
	position: absolute;
	top: 30px;
	left: 10%;
	right: 10%;
	height: 2px;
	background: #eee;
	z-index: 1;
}

.supportive-band {
	background: #fdfdfd;
	padding: 2rem;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

@media (max-width: 768px) {
	.workflow-container {
		flex-direction: column;
		align-items: center;
	}

	.workflow-line {
		display: none;
	}

	.workflow-step {
		margin-bottom: 3rem;
	}

	.hero-main-title {
		font-size: 2.5rem;
	}
}

.sl-section-vertical {
	border-left: 1px solid rgba(0, 0, 0, .125) !important;
	border-right: 1px solid rgba(0, 0, 0, .125) !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	border-radius: 0;
}

.sl-section-side-borders {
	border-left: 1px solid rgba(0, 0, 0, .125) !important;
	border-right: 1px solid rgba(0, 0, 0, .125) !important;
	border-radius: 0;
}

.sl-section-gap-vertical {
	height: 1.5rem;
	border-left: 1px solid rgba(0, 0, 0, .125);
	border-right: 1px solid rgba(0, 0, 0, .125);
	border-top: 0;
	border-bottom: 0;
	border-radius: 0;
}

.sl-section-gap-plain {
	height: 1.5rem;
	border: 0;
}

.sl-value-prop-banner {
	position: relative;
	background: #fffdfb;
	color: #1f2023;
	border: 1px solid #e4d8d1;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0 10px 24px rgba(35, 23, 22, 0.08);
}

.sl-value-prop-banner::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 8px;
	background: linear-gradient(90deg, #a90d17 0%, #d04e4a 65%, #e38e72 100%);
}

.sl-value-prop-banner::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 8px;
	background: linear-gradient(270deg, #a90d17 0%, #d04e4a 65%, #e38e72 100%);
}

.sl-value-prop-inner {
	padding: 1.35rem 1.25rem;
	text-align: center;
}

.sl-value-prop-eyebrow {
	margin: 0 0 0.45rem;
	font-size: clamp(1.06rem, 2vw, 1.28rem);
	font-weight: 900;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #a90d17;
	text-shadow: 0.2px 0 0 #a90d17;
}

.sl-value-prop-title {
	margin: 0;
	font-size: clamp(1.05rem, 2vw, 1.4rem);
	line-height: 1.35;
	font-weight: 700;
	color: #1f2023;
}

@media (max-width: 768px) {
	.sl-value-prop-inner {
		padding: 1.1rem 0.85rem;
	}

	.sl-value-prop-eyebrow {
		font-size: 1.02rem;
		letter-spacing: 0.04em;
		text-shadow: none;
	}

	.sl-value-prop-title {
		font-size: 1rem;
		line-height: 1.4;
	}
}

.advantage-card {
	background: white;
	padding: 2.5rem 1.5rem;
	border-radius: 16px;
	height: 100%;
	transition: all 0.3s ease;
	border: 1px solid #eee;
}

.advantage-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	border-color: #ae000033;
}

.advantage-icon {
	font-size: 2.5rem;
	color: #ae0000;
	margin-bottom: 1.5rem;
	display: block;
}

.industry-card {
	padding: 1.5rem 1rem;
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.industry-card:hover {
	transform: translateY(-3px);
}

.industry-icon {
	width: 48px;
	height: 48px;
	object-fit: contain;
	margin-bottom: 1.25rem;
}

.what-we-print img {
	width: 250px;
	max-width: 100%;
	height: 250px;
	object-fit: contain;
	display: block;
	margin: 0 auto 1rem;
}

.what-we-print .col-lg-4,
.what-we-print .col-md-6 {
	display: flex;
	justify-content: center;
}

.what-we-print .no-decoration {
	text-align: center;
	width: 100%;
	max-width: 280px;
}

.industry-name {
	font-weight: 500;
	font-size: 1rem;
	color: #212529;
	line-height: 1.3;
}

.sl-who-we-serve {
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0;
	border-bottom: 0;
	border-radius: 0;
}

.advantage-title {
	font-weight: 700;
	font-size: 1.25rem;
	margin-bottom: 1rem;
	color: #212529;
}

.advantage-text {
	color: #6c757d;
	font-size: 0.95rem;
	line-height: 1.6;
}

/* --- Brand New Rebuilt Hero Section Styles --- */
.sl-hero {
	padding: 5rem 0 4rem;
	background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 70%, #f7f7f7 100%);
	border-left: 1px solid rgba(0, 0, 0, .125);
	border-right: 1px solid rgba(0, 0, 0, .125);
	border-top: 0;
	border-bottom: 0;
	border-radius: 0;
	position: relative;
	overflow: hidden;
	min-height: 480px;
	display: flex;
	align-items: center;
}

.sl-hero-img-container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 55%;
	z-index: 1;
	overflow: hidden;
}

.sl-hero-bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
	mask-image: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
	-webkit-mask-image: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
}

.sl-hero-title {
	margin: 0 0 1.5rem;
	line-height: 1.15;
}

.sl-line-one {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: clamp(1.6rem, 3.5vw, 2.5rem) !important;
	font-weight: 700 !important;
	color: #b30000 !important;
	margin-bottom: 0.5rem;
}

.sl-line-two {
	display: block;
	font-size: clamp(2.06rem, 4.5vw, 3.56rem) !important;
	font-weight: 900 !important;
	color: #000000 !important;
	letter-spacing: -0.01em;
}

.sl-hero-subtext {
	font-family: "Montserrat", sans-serif;
	font-size: clamp(1.1rem, 2.2vw, 1.35rem);
	line-height: 1.6;
	color: #222222;
	font-weight: 500;
	max-width: 600px;
	margin: 0;
}

@media (min-width: 992px) {
	.sl-hero {
		min-height: 380px;
		padding: 3rem 0;
	}
	.sl-hero-bg-img {
		object-position: left bottom;
	}
	.sl-line-one {
		font-size: 2.8rem !important;
	}
	.sl-line-two {
		font-size: 3.56rem !important;
	}
	.sl-hero-subtext {
		font-size: 1.6rem;
		max-width: 720px;
	}
	.sl-hero-text {
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	.sl-hero {
		padding: 3rem 0;
		min-height: auto;
		text-align: center;
	}
	.sl-hero-img-container {
		width: 100%;
		opacity: 0.12;
	}
	.sl-hero-bg-img {
		mask-image: none;
		-webkit-mask-image: none;
		object-position: center;
	}
	.sl-hero-subtext {
		margin: 0 auto;
	}
}

