
.bpo-evaluation-worksheet {
	max-width: 1140px;
	margin: 0 auto;
	padding: 20px 0;
	padding-top: 60px;
	position: relative;
	z-index: 1;
}

/* Hero section styling similar to homepage */
.bpo-hero {
	background-color: #1d2939;
	color: #fff;
	padding: 80px 0 40px;
	margin-bottom: 40px;
	position: relative;
	background-image: url("https://cdn-ileicod.nitrocdn.com/nLKlsLabiulTGvuJovEgporLMugwwIFa/assets/images/optimized/rev-ba3da56/www.smasupport.us/wp-content/uploads/2024/02/bg-homehero-2.png");
	background-size: cover;
	background-position: center;
}

.bpo-hero.nitro-lazy {
	background-image: none !important;
}

.bpo-hero h1 {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.bpo-hero p {
	font-size: 1.2rem;
	max-width: 800px;
	margin: 0 auto 1.5rem;
}

.worksheet-intro {
	padding: 30px 0;
}

.intro-buttons {
	display: flex;
	justify-content: center;
	gap: 15px;
}

.btn-primary {
	background-color: #f8713e;
	border-color: #f8713e;
	padding: 10px 20px;
	font-weight: 600;
	color: #fff;
}

.btn-primary:hover {
	background-color: #cc5d35;
	border-color: #cc5d35;
}

.btn-secondary {
	background-color: #1d2939;
	border-color: #1d2939;
	padding: 10px 20px;
	font-weight: 600;
	color: #fff;
}

.btn-secondary:hover {
	background-color: #0d131b;
	border-color: #0d131b;
}

.btn-success {
	background-color: #28a745;
	border-color: #28a745;
	padding: 10px 20px;
	font-weight: 600;
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
	background-color: transparent;
}

.progress-container {
	margin: 30px 0;
}

.progress {
	height: 10px;
	border-radius: 5px;
}

.progress-bar {
	background-color: #f8713e;
}

.form-step {
	background-color: #f8f9fa;
	border-radius: 8px;
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	transition: all .3s ease;
}

.form-step:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
}

.form-step h3 {
	margin-bottom: 20px;
	color: #f8713e;
	font-weight: 600;
}

.form-navigation {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.dynamic-fields .form-group {
	position: relative;
	padding-right: 50px;
}

.remove-field {
	position: absolute;
	right: 0;
	top: 0;
	height: 38px;
}

.form-check {
	margin-top: 20px;
}

.is-invalid {
	border-color: #dc3545;
}

/* About SMA section styling */
.block {
	padding: 60px 0;
}

.section-heading {
	margin-bottom: 40px;
}

.section-heading h2 {
	color: #1d2939;
	font-weight: 700;
	margin-bottom: 15px;
}

.section-heading p {
	color: #6c757d;
	max-width: 800px;
	margin: 0 auto;
}

.txt-primary {
	color: #f8713e;
}

.feature-box {
	background-color: #fff;
	border-radius: 8px;
	padding: 25px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	height: 100%;
	transition: all .3s ease;
}

.feature-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
}

.feature-box .icon-wrapper {
	width: 60px;
	height: 60px;
	margin-bottom: 20px;
}

.feature-box .icon-wrapper img {
	width: 100%;
	height: auto;
}

.feature-box h4 {
	color: #f8713e;
	margin-bottom: 15px;
	font-weight: 600;
}

/* Video testimonial styling */
.video-testimonial-card {
	background-color: #fff;
	border-radius: 8px;
	padding: 25px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	transition: all .3s ease;
}

.video-testimonial-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
}

.video-thumbnail {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 15px;
}

.video-thumbnail img {
	width: 100%;
	border-radius: 8px;
	transition: transform .3s ease;
}

.video-thumbnail:hover img {
	transform: scale(1.05);
}

.play-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .3);
	border-radius: 8px;
	transition: background-color .3s ease;
}

.play-overlay:hover {
	background-color: rgba(0, 0, 0, .5);
}

.play-button {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #f8713e;
	border: none;
	color: white;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all .3s ease;
}

.play-button:hover {
	background-color: #cc5d35;
	transform: scale(1.1);
}

.video-info {
	text-align: center;
}

.video-info h4 {
	margin-bottom: 5px;
	font-weight: 600;
	color: #1d2939;
}

.video-description {
	color: #6c757d;
	font-style: italic;
}

/* Video modal styling */
.video-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	z-index: 1000;
	align-items: center;
	justify-content: center;
}

.video-modal.active {
	display: flex;
}

.video-modal-content {
	position: relative;
	width: 90%;
	max-width: 800px;
	background-color: #000;
	border-radius: 8px;
	overflow: hidden;
}

.close-modal {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background-color: #f8713e;
	border: none;
	border-radius: 50%;
	color: white;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 1001;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 aspect ratio */
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* Make sure the form is visible */
#bpoFormContainer.d-none {
	display: none;
}

#bpoFormContainer {
	display: block;
}

/* Fix for site header overlap */
.site-header {
	position: relative;
	z-index: 100;
}

/* Add space after header */
.site-content {
	padding-top: 30px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.bpo-hero {
		padding: 60px 0 30px;
	}
	
	.bpo-hero h1 {
		font-size: 2rem;
	}
	
	.form-step {
		padding: 20px;
	}
	
	.intro-buttons {
		flex-direction: column;
		gap: 10px;
	}
	
	.form-navigation {
		flex-direction: column;
		gap: 10px;
	}
	
	.form-navigation button {
		width: 100%;
	}
	
	.feature-box {
		margin-bottom: 20px;
	}
}

/* Statistics section styling */
.section-heading-center {
	text-align: center;
	margin-bottom: 3rem;
}

.section-heading-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(0deg, rgba(234, 81, 16, 1) 0%, rgba(255, 131, 80, 1) 100%);
}

.section-heading-icon img {
	width: 30px;
	height: auto;
}

.stat-card {
	background-color: #fff;
	border-radius: 8px;
	padding: 25px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	transition: all .3s ease;
	height: 100%;
}

.stat-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
}

.stat-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gradient-icon {
	font-size: 2rem;
	background: linear-gradient(0deg, rgba(234, 81, 16, 1) 0%, rgba(255, 131, 80, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gradient-text {
	font-size: 2.5rem;
	font-weight: 700;
	margin: 1rem 0;
	background: linear-gradient(0deg, rgba(234, 81, 16, 1) 0%, rgba(255, 131, 80, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.stat-label {
	color: #6c757d;
	font-size: 1.1rem;
	margin-bottom: 1rem;
}

.stat-progress .progress {
	height: 6px;
	border-radius: 3px;
	background-color: #e9ecef;
}

.stat-progress .progress-bar {
	background: linear-gradient(0deg, rgba(234, 81, 16, 1) 0%, rgba(255, 131, 80, 1) 100%);
}

/* Animation classes */
.animate-slide-up {
	opacity: 0;
	transform: translateY(30px);
	transition: all .6s ease;
}

.animate-slide-up.animated {
	opacity: 1;
	transform: translateY(0);
}

.stagger-animation > * {
	transition-delay: calc(var(--animation-order) * .1s);
}

/* Add this to your existing media queries */
@media (max-width: 768px) {
	.stat-card {
		margin-bottom: 30px;
	}
	
	.gradient-text {
		font-size: 2rem;
	}
}
