
/*
Theme Name: SMA Support Services
Author: Uplevel Digital Services
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
	margin: 0;
	-webkit-font-smoothing: auto;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background-color: transparent;
}

a:active, a:hover {
	outline: 0;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 2.5rem;
}

hr {
	box-sizing: content-box;
	height: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 600;
	margin-top: 24px;
	margin-bottom: 15px;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}

h1 {
	font-size: 50px;
	padding-bottom: 10px;
}

h2 {
	font-size: 40px;
	padding-bottom: .3em;
	line-height: 1.25;
}

h3 {
	font-size: 33px;
	line-height: 1.25;
}

h4 {
	font-size: 25px;
	line-height: 1.25;
}

h5 {
	font-size: 18px;
	line-height: 1.3;
}

p {
	margin-bottom: 1.5em;
}

p:last-child {
	margin-bottom: 0;
}

h1.entry-title {
	font-size: 1.31rem;
	border-bottom: 1px solid #eaecef;
}

h2.entry-title {
	border-bottom: 1px solid #eaecef;
}

h3.widget-title {
	font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
	background: #fff;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
	margin-bottom: 0;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
	padding: .74rem 1rem;
	z-index: 999;
}

.navbar-brand>a {
	color: rgba(0, 0, 0, .9);
	font-size: 1.1rem;
	outline: medium none;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}

.navbar-brand>a:visited, .navbar-brand>a:hover {
	text-decoration: none;
}

#page-sub-header {
	position: relative;
	padding-top: 5rem;
	padding-bottom: 0;
	text-align: center;
	font-size: 1.25rem;
	background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
	line-height: 1.6;
	font-size: 4rem;
	color: #563e7c;
	margin: 0 0 1rem;
	border: 0;
	padding: 0;
}

#page-sub-header p {
	margin-bottom: 0;
	line-height: 1.4;
	font-size: 1.25rem;
	font-weight: 300;
}

body:not(.theme-preset-active) #page-sub-header p {
	color: #212529;
}

a.page-scroller {
	color: #333;
	font-size: 2.6rem;
	display: inline-block;
	margin-top: 2rem;
}

@media screen and (min-width: 768px) {
	body:not(.theme-preset-active) #page-sub-header h1 {
		font-size: 3.75rem;
	}
	
	body:not(.theme-preset-active) #page-sub-header {
		font-size: 1.25rem;
	}
	
	.page-template-template-va-vs-call-center .tab-desk-hide {
		display: none !important;
	}
}

@media screen and (min-width: 992px) {
	#page-sub-header p {
		max-width: 43rem;
		margin: 0 auto;
	}
	
	.page-template-template-va-vs-call-center .va-vs-section-cta h2 {
		padding-bottom: 27px;
	}
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
	padding-left: 0;
	padding-right: 0;
}

.navbar-brand {
	height: auto;
}

.navbar-toggle .icon-bar {
	background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
	border-top: .3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
	position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
	display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
	border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
	float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
	display: block;
}

.dropdown-item {
	line-height: 1.2;
	padding-bottom: .313rem;
	padding-top: .313rem;
}

.dropdown-menu {
	min-width: 12.5rem;
}

.dropdown .open .dropdown-menu {
	display: block;
	left: 12.25em;
	top: 0;
}

.dropdown-menu .dropdown-item {
	white-space: normal;
	background: transparent;
	line-height: 1.6;
}

.dropdown-menu .dropdown-item:hover {
	background: transparent;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.dropdown-menu li>.dropdown-menu {
		right: -9.875rem;
		top: 1.375rem;
	}
}

@media screen and (max-width: 991px) {
	.navbar-nav .dropdown-menu {
		border: medium none;
		margin-left: 1.25rem;
		padding: 0;
	}
	
	.dropdown-menu li a {
		padding: 0;
	}
	
	#masthead .navbar-nav>li>a {
		padding-bottom: .625rem;
		padding-top: .313rem;
	}
	
	.navbar-light .navbar-toggler {
		border: medium none;
		outline: none;
	}
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.comment-content.card-block {
	padding: 20px;
}

.navigation.post-navigation {
	padding-top: 1.875rem;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a {
	border: 1px solid #ddd;
	border-radius: .938rem;
	display: inline-block;
	padding: .313rem .875rem;
	text-decoration: none;
}

.post-navigation .nav-next a::after {
	content: " →";
}

.post-navigation .nav-previous a::before {
	content: "←";
}

.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
	background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	height: auto;
	left: .313rem;
	line-height: normal;
	padding: .938rem 1.438rem .875rem;
	text-decoration: none;
	top: .313rem;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a img.alignright {
	float: right;
	margin: .313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
	margin: .313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
	float: left;
	margin: .313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption.alignnone {
	margin: .313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
	margin: .313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
	margin: .313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	font-size: .875rem;
}

.widget select {
	max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
	display: none;
}

.nav>li>a:focus, .nav>li>a:hover {
	background-color: #eee;
	text-decoration: none;
}

.half-rule {
	width: 6rem;
	margin: 2.5rem 0;
}

.widget_categories .nav-link {
	display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
	padding-bottom: 3.75rem;
	padding-top: 4.125rem;
}

.sticky .entry-title::before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-size: 1.563rem;
	left: -2.5rem;
	position: absolute;
	top: .375rem;
	font-weight: 900;
}

.sticky .entry-title {
	position: relative;
}

.single .byline, .group-blog .byline {
	display: inline;
}

.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content, .blank-page-with-container .entry-content {
	margin-top: 0;
}

.post.hentry {
	margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
	color: #9a9a9a;
}

.entry-title>a {
	color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-body .pull-left {
	padding-right: .625rem;
}

.comment-list .comment {
	display: block;
}

.comment-list {
	padding-left: 0;
}

.comments-title {
	font-size: 1.125rem;
}

.comment-list .pingback {
	border-top: 1px solid rgba(0, 0, 0, .125);
	padding: .563rem 0;
}

.comment-list .pingback:first-child {
	border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	background: #f1f1f1 none repeat scroll 0 0;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: .313rem .313rem 0;
	text-align: center;
}

.wp-caption img[class*="wp-image-"] {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text {
	font-size: .688rem;
	line-height: 1.063rem;
	margin: 0;
	padding: .625rem;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item .gallery-columns-2 {
	max-width: 50%;
}

.gallery-item .gallery-columns-3 {
	max-width: 33.33333%;
}

.gallery-item .gallery-columns-4 {
	max-width: 25%;
}

.gallery-item .gallery-columns-5 {
	max-width: 20%;
}

.gallery-item .gallery-columns-6 {
	max-width: 16.66667%;
}

.gallery-item .gallery-columns-7 {
	max-width: 14.28571%;
}

.gallery-item .gallery-columns-8 {
	max-width: 12.5%;
}

.gallery-item .gallery-columns-9 {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
	width: 8.313rem !important;
}

.variations_form .variations .value>select {
	margin-bottom: .625rem;
}

.woocommerce-MyAccount-content .col-1, .woocommerce-MyAccount-content .col-2 {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.top-callout {
	background-color: #fff;
	color: #00234c;
	font-weight: 600;
	border-bottom: 1px solid #eee;
	padding: .5rem 0;
}

.top-callout a.btn {
	background-color: #f45d01;
	color: #fff;
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

footer#colophon {
	font-size: 85%;
}

@media screen and (max-width: 767px) {
	#masthead .navbar-nav>li>a {
		padding-bottom: .938rem;
		padding-top: .938rem;
	}
}

/* Home MetaSlider for SMA */
.metaslider .flexslider .slides>li>a {
	z-index: 2;
	position: relative;
}

.metaslider .flexslider .slides>li>a img {
	z-index: 2;
	position: relative;
}

.metaslider .flexslider .caption-wrap {
	height: 100% !important;
	opacity: 1;
	width: 100%;
	background: transparent;
	background-color: rgba(20, 30, 45, .35) !important;
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	color: white;
	margin: 0;
	display: block;
	width: 100%;
	line-height: 1.4em;
}

.metaslider .flexslider .caption-wrap .caption {
	padding: 30px;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	max-width: 900px;
	width: 90%;
	text-align: center;
}

.metaslider .flexslider .caption-wrap .caption p {
	margin: 0 0 15px;
}

.metaslider .flexslider .caption-wrap .caption a {
	color: #fff;
	text-decoration: none;
}

.metaslider .flexslider .caption-wrap .caption a:hover, .metaslider.ms-theme-databold .flexslider .caption-wrap .caption a:focus {
	color: #f39c12;
	background: #fff;
}

.metaslider .flexslider .flex-direction-nav li a {
	background-color: #016fb9;
	background-position: center;
	width: 60px;
	height: 36px;
	background-image: none;
	top: calc(50% + 20px);
	transform: translateY(-50%);
}

.metaslider .flexslider .flex-direction-nav li a.nitro-lazy {
	background-image: none !important;
}

.metaslider .flexslider .flex-direction-nav li a:after {
	background-color: #fff;
	mask-repeat: no-repeat;
	mask-size: 12px auto;
	content: "";
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	mask-position: center;
}

.metaslider .flexslider .flex-direction-nav li a.flex-prev {
	left: 0;
}

.metaslider .flexslider .flex-direction-nav li a.flex-prev:after {
	mask-image: url("https://www.smasupport.us/wp-content/themes/sma/images/left.svg");
	mask-position: center center;
}

.metaslider .flexslider .flex-direction-nav li a.flex-next {
	right: 0;
}

.metaslider .flexslider .flex-direction-nav li a.flex-next:after {
	mask-image: url("https://www.smasupport.us/wp-content/themes/sma/images/right.svg");
}

.metaslider .flexslider .flex-control-paging li a {
	font-size: 0;
	text-indent: 99999px;
	overflow: hidden;
}

.metaslider .flexslider .flex-control-nav {
	bottom: 20px;
}

.metaslider .flexslider .flex-control-nav li a {
	width: 16px;
	height: 16px;
	border-radius: 0;
	background: #f39c12;
	opacity: .7;
	border: 1px solid #fff;
}

.metaslider .flexslider .flex-control-nav li a:hover, .metaslider .flexslider .flex-control-nav li a:focus {
	background: #f39c12;
	opacity: 1;
}

.metaslider .flexslider .flex-control-nav li a.flex-active {
	background: #fff;
	border: 1px solid #f39c12;
}

.metaslider .flexslider .flex-pauseplay a {
	bottom: 12px;
	left: 20px;
}

.metaslider.has-onhover-arrows .flex-direction-nav li {
	opacity: 0;
}

.metaslider.has-onhover-arrows:hover .flex-direction-nav li {
	opacity: 1;
}

.metaslider.has-onhover-arrows:hover .flex-direction-nav a {
	opacity: 1;
}

.metaslider .flexslider .flex-direction-nav li a {
	width: 30px;
	height: 30px;
	border: 0;
	margin: -20px 0 0;
	box-shadow: none !important;
	display: block;
	background-color: transparent;
	background-image: url("https://www.smasupport.us/wp-content/themes/sma/bg_direction_nav.png");
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: opacity .25s ease-in-out;
	transition: all .3s ease;
}

.metaslider .flexslider .flex-direction-nav li a.nitro-lazy {
	background-image: none !important;
}

.flexslider img {
	height: 430px !important;
	object-fit: cover;
	margin-top: 100px !important;
}

.flexslider .caption-wrap .caption {
	background: transparent !important;
	max-width: 80% !important;
	width: 100% !important;
	color: #fff !important;
	box-shadow: none !important;
}

.flexslider .caption-wrap h2.slider-heading-text {
	font-size: 70px;
	color: #fff;
}

.flexslider .caption-wrap p.slider-subheading {
	font-size: 28px;
	line-height: 1.4;
}

#metaslider-id-1231 .flexslider .caption-wrap a.slider-btn {
	background: #fff;
	color: #005eb8 !important;
	font-weight: 700;
	padding: 18px 30px;
	line-height: 22px;
	font-size: 14px;
	border-radius: 0;
	position: relative;
	z-index: 9;
	display: inline-block;
	text-transform: uppercase;
	border: none;
	letter-spacing: 2px;
}

#metaslider-id-1231 .flexslider .caption-wrap a.slider-btn:hover {
	color: #fff;
	opacity: .9;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.metaslider .flexslider {
	margin-bottom: 0px !important;
}

@media (max-width: 991px) {
	.flexslider img {
		height: 430px !important;
		object-fit: cover;
		margin-top: 0px !important;
	}
	
	.metaslider .flexslider .caption-wrap .caption {
		padding: 30px;
		top: 50%;
	}
}

@media (max-width: 768px) {
	.flexslider .caption-wrap h2.slider-heading-text {
		font-size: 38px;
	}
	
	.metaslider .flexslider .caption-wrap .caption {
		margin-top: 0px;
	}
	
	.metaslider .flexslider .flex-control-nav li a {
		width: 16px;
		height: 16px;
	}
}

/* Home 2026 for SMA */
.page-template-template-home-page .testimonial-slider-hero {
	background: linear-gradient(135deg, #f8713e 0%, #ff8c5a 100%);
}

.home-main-services {
	text-align: center;
	padding: 10px 0px 50px 0px;
}

.home-main-services h1 {
	text-align: center;
	font-size: 48px;
}

.home-main-services h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: .1em;
	color: #fff;
	margin-bottom: 20px;
}

/* =========================================================
   TOP RIBBON — NON-HOME PAGES ONLY
   ========================================================= */

/* Change ribbon background on all pages EXCEPT home */
body:not(.home) .desktop-topbar-orange {
	background: #f3f4f6 !important;
}

/* Change text color for non-home pages */
body:not(.home) .desktop-topbar-orange #right-header a {
	color: #1a1a2e !important;
	font-weight: 600;
}

/* =========================================================
   SOCIAL ICONS — NON-HOME PAGES ONLY
   ========================================================= */
body:not(.home) #menu-right-header li.social-linkedin > a, body:not(.home) #menu-right-header li.social-facebook > a, body:not(.home) #menu-right-header li.social-twitter > a, body:not(.home) #menu-right-header li.social-instagram > a {
	background: rgba(26, 26, 46, .08) !important;
	border: 1px solid rgba(26, 26, 46, .15) !important;
	color: #1a1a2e !important;
	width: 34px;
	height: 34px;
	border-radius: 50% !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

/* Icon color on non-home */
body:not(.home) #menu-right-header li.social-linkedin > a::before, body:not(.home) #menu-right-header li.social-facebook > a::before, body:not(.home) #menu-right-header li.social-twitter > a::before, body:not(.home) #menu-right-header li.social-instagram > a::before {
	color: #1a1a2e !important;
}

/* Hover effect (non-home) */
body:not(.home) .desktop-topbar-orange #right-header li a:hover {
	background: rgba(243, 156, 18, .18) !important;
	border-color: rgba(243, 156, 18, .45) !important;
}

body:not(.home) #menu-right-header li.social-linkedin > a:hover::before, body:not(.home) #menu-right-header li.social-facebook > a:hover::before, body:not(.home) #menu-right-header li.social-twitter > a:hover::before, body:not(.home) #menu-right-header li.social-instagram > a:hover::before {
	color: #f39c12 !important;
}

/* Phone styling on non-home */
body:not(.home) .desktop-topbar-orange #right-header li:last-child a {
	background: rgba(26, 26, 46, .08) !important;
	border: 1px solid rgba(26, 26, 46, .15) !important;
	border-radius: 999px !important;
	padding: 6px 12px !important;
}

/* Hero Section */

/* Desktop: enforce minimum height */
#homeheronew .line-break.line-break--styled {
	min-height: 485px;
}

/* Mobile: remove min-height for responsiveness */
@media (max-width: 991px) {
	#homeheronew .line-break.line-break--styled {
		min-height: auto;
	}
}

#homeheronew {
	padding: 40px 0 20px 0;
	min-height: 600px;
	color: #fff;
	background: #f3f4f6;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#homeheronew .homehero-inner {
	padding: 0 0 50px 0;
}

#homeheronew h1 {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	color: #1d2939;
}

#homeheronew h3 span {
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
	background-clip: border-box;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 800;
}

#homeheronew p {
	color: #1d2939;
}

#homeheronew .homehero-content-left {
	padding-right: 20px;
	color: #fff;
}

#homeheronew h1, #inner-hero h1 {
	font-size: 48px;
	margin: 0 auto 10px;
	max-width: 75%;
}

#homeheronew .btn {
	font-size: 18px;
}

/* Mobile Adjustments for Hero New */
@media (max-width: 991px) {
	#homeheronew {
		padding: 100px 0 70px 0;
	}
	
	#homeheronew .homehero-inner {
		padding: 50px 0 40px 0;
	}
	
	#homeheronew h1 {
		font-size: 2rem;
	}
	
	#homeheronew .homehero-content-left {
		text-align: center;
		padding-right: 0;
		margin-bottom: 40px;
	}
	
	#homeheronew .homehero-btns {
		justify-content: center;
	}
}

.orange-line {
	width: 100px;
	background-color: #f8703d;
	height: 3px;
	display: block;
	margin: 0px auto 10px auto;
	margin-right: auto;
	margin-left: auto;
}

.line-break p {
	margin-bottom: 5px;
	font-size: 22px;
}

.line-break--styled {
	max-width: 820px;
	margin: 0 auto;
	padding: 28px 26px;
	border-left: 6px solid #1d2939;
	background: linear-gradient(180deg, #fff 0%, #fbfbff 100%);
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
	transition: all var(--transition-medium) ease;
}

/* Base paragraph styling (keeps your font size intent) */
.line-break--styled p {
	margin: 0;
	font-size: 1.15rem;
	line-height: 1.35;
	color: #111827 !important;
}

/* “If…” lines as a readable checklist */
.line-break--styled .lp-item {
	position: relative;
	padding: 10px 0 10px 38px;
	border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.line-break--styled .lp-item:last-of-type {
	border-bottom: none;
}

.line-break--styled .lp-item::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 10px;
	width: 26px;
	height: 26px;
	border-radius: 999px;
	display: grid;
	place-items: center;
	background: #f39c12;
	color: #fff;
	font-weight: 700;
}

/* Make the “solution” line pop */
.line-break--styled .lp-solution {
	margin-top: 16px;
	padding: 14px 16px;
	border-radius: 12px;
	background: #fff;
	font-weight: 800;
	border: 2px solid #f39c12;
}

/* Slightly smaller body copy for hierarchy */
.line-break--styled .lp-body {
	margin-top: 14px;
	font-size: 1.15rem;
	/* visual hierarchy only; content unchanged */
	color: #333;
}

.line-break--styled:hover {
	transform: translateY(-3px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
}

/* -----------------------------
   Responsive tweaks
------------------------------ */

/* Tablets and down */
@media (max-width: 768px) {
	.line-break--styled {
		max-width: 100%;
		padding: 22px 18px;
		border-left-width: 5px;
		border-radius: 12px;
	}
	
	.line-break--styled p {
		font-size: 20px;
		line-height: 1.4;
	}
	
	.line-break--styled .lp-item {
		padding-left: 34px;
	}
	
	.line-break--styled .lp-item::before {
		top: 10px;
		width: 24px;
		height: 24px;
	}
	
	.line-break--styled .lp-body {
		font-size: 18px;
	}
}

/* Phones */
@media (max-width: 480px) {
	.line-break--styled {
		padding: 18px 14px;
		border-left-width: 4px;
		box-shadow: 0 8px 22px rgba(0, 0, 0, .06);
	}
	
	.line-break--styled p {
		font-size: 18px;
		line-height: 1.45;
	}
	
	.line-break--styled .lp-item {
		padding: 9px 0 9px 32px;
	}
	
	.line-break--styled .lp-item::before {
		top: 9px;
		width: 22px;
		height: 22px;
		font-size: 14px;
	}
	
	.line-break--styled .lp-solution {
		margin-top: 14px;
		padding: 12px 12px;
	}
	
	.line-break--styled .lp-body {
		margin-top: 12px;
		font-size: 17px;
	}
}

/* Very small phones */
@media (max-width: 360px) {
	.line-break--styled p {
		font-size: 17px;
	}
	
	.line-break--styled .lp-item {
		padding-left: 30px;
	}
}

/* Section */
.svc-grid {
	padding: 36px 16px;
	background: #fff;
	padding-bottom: 80px;
}

.svc-grid__inner {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
	align-items: start;
}

/* Card */
.svc-card {
	text-align: center;
	padding: 8px 10px;
}

.svc-card__icon {
	height: 72px;
	/* keeps icons aligned */
	display: grid;
	place-items: center;
	margin: 0 auto 14px;
	/* When you swap in real <img>, remove the background below if you want */
	border-radius: 14px;
}

.svc-card__icon img {
	width: 80px;
}

.svc-card__title {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 800;
	color: #111;
	line-height: 1.2;
}

.svc-card__text {
	margin: 0 0 16px;
	font-size: 1.15rem;
	line-height: 1.45;
	color: #222;
}

/* Button */
.svc-card__btn {
	display: inline-block;
	padding: 10px 16px;
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.15rem;
	box-shadow: 0 4px 0 rgba(0, 0, 0, .15);
	transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
	border-radius: 50px;
}

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

.svc-card__btn:active {
	transform: translateY(0);
	box-shadow: 0 3px 0 rgba(0, 0, 0, .15);
}

/* Responsive */
@media (max-width: 992px) {
	.svc-grid__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px;
	}
}

@media (max-width: 520px) {
	.svc-grid {
		padding: 28px 14px;
	}
	
	.svc-grid__inner {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	
	.svc-card__icon {
		height: 64px;
		margin-bottom: 12px;
	}
	
	.svc-card__title {
		font-size: 19px;
	}
	
	.svc-card__text {
		font-size: 1.15rem;
	}
}

.contractor-va-services {
	padding-top: 80px;
	padding-left: 20px;
	padding-right: 20px;
}

.contractor-va-services p {
	text-align: center;
	font-size: 1.15rem;
	line-height: 1.7;
}

.contractor-va-services h2 {
	text-align: center;
	font-weight: 700;
}

.va-assistants {
	background: #f3f4f6;
	padding-top: 80px;
}

.va-assistants p {
	text-align: center;
	font-size: 1.15rem;
	line-height: 1.7;
}

.va-assistants h2 {
	text-align: center;
	font-weight: 700;
}

.fo-bo-section {
	background: #f3f4f6;
	padding: 80px 20px;
}

.fo-bo-container {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}

/* Card container */
.flip-card {
	perspective: 1200px;
	height: 380px;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform .7s ease;
	transform-style: preserve-3d;
}

/* Hover flip */
.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

/* Shared sides */
.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 18px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
	backface-visibility: hidden;
	background: #fff;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Front */
.flip-card-front h2 {
	font-size: 28px;
	margin: 0;
	font-weight: 800;
	color: #111827;
}

.subtitle {
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	margin: 8px 0 18px;
	color: #111827;
}

.flip-card-front p {
	font-size: 16px;
	line-height: 1.6;
	color: #1f2937;
	margin-bottom: 30px;
}

/* Learn more indicator */
.learn-more {
	margin-top: auto;
	font-weight: 700;
	color: #f39c12;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: gap .3s ease;
}

.flip-card:hover .learn-more {
	gap: 12px;
}

.arrow {
	transition: transform .3s ease;
}

.flip-card:hover .arrow {
	transform: translateX(6px);
}

/* Back */
.flip-card-back {
	transform: rotateY(180deg);
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
	color: #fff;
	justify-content: center;
}

.flip-card-back ul {
	margin: 0;
	padding-left: 20px;
	line-height: 1.8;
	font-size: 16px;
}

.flip-card-back li {
	margin-bottom: 6px;
}

.flip-card-front img {
	width: 60px;
	margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 992px) {
	.fo-bo-container {
		grid-template-columns: 1fr;
	}
	
	.flip-card {
		height: 360px;
	}
}

/* Section */
.va-vs-section {
	background: #fff;
	padding: 90px 20px;
	padding-bottom: 30px;
}

.va-vs-container {
	max-width: 1000px;
	/* tighter container */
	margin: 0 auto;
}

/* Title */
.va-vs-title {
	text-align: center;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 70px;
}

/* Grid Layout */
.va-vs-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	/* reduced gap */
	position: relative;
	align-items: start;
}

/* Center Divider */
.va-vs-grid::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background: #e5e7eb;
	transform: translateX(-50%);
}

/* Columns */
.va-vs-column {
	padding: 0 20px;
	/* reduced padding */
	display: flex;
	flex-direction: column;
}

/* Headings */
.va-vs-heading {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 25px;
	display: inline-block;
	padding-bottom: 8px;
	border-bottom: 3px solid #d1d5db;
}

.va-vs-heading.highlight {
	border-bottom: 3px solid #f39c12;
}

/* Lists */
.va-vs-list {
	max-width: 420px;
	/* prevents stretched feel */
	margin: 0;
	padding-left: 22px;
	font-size: 18px;
	line-height: 1.9;
}

/* Bring right bullets inward */
.va-vs-column:last-child .va-vs-list {
	margin-right: auto;
}

.va-vs-list li {
	margin-bottom: 10px;
	color: #1f2937;
}

/* Optional subtle contrast */
.va-vs-list.positive li {
	font-weight: 700;
}

/* Responsive */
@media (max-width: 992px) {
	.va-vs-title {
		font-size: 34px;
		margin-bottom: 50px;
	}
	
	.va-vs-list {
		font-size: 17px;
	}
}

@media (max-width: 768px) {
	.va-vs-grid {
		grid-template-columns: 1fr;
		gap: 50px;
	}
	
	.va-vs-grid::before {
		display: none;
	}
	
	.va-vs-column {
		padding: 0;
	}
	
	.va-vs-list {
		max-width: 100%;
	}
	
	.va-vs-column:first-child .va-vs-list, .va-vs-column:last-child .va-vs-list {
		margin: 0;
	}
	
	.va-vs-title {
		font-size: 28px;
	}
}

/* Desktop (unchanged) */
.why-sma {
	background: #fff;
	padding: 90px 20px;
}

.why-sma__container {
	max-width: 1150px;
	margin: 0 auto;
	text-align: center;
}

/* Top Text */
.why-sma__kicker {
	font-size: 1.15rem;
	letter-spacing: .08em;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 12px;
	color: #111827;
}

.why-sma__title {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 18px;
}

.why-sma__intro {
	max-width: 900px;
	margin: 0 auto 26px;
	font-size: 1.15rem;
	line-height: 1.7;
	color: #334155;
}

.why-sma__subintro {
	margin-bottom: 40px;
	font-weight: 600;
	color: #111827;
	font-size: 1.15rem;
}

/* Table */
.why-sma__tableWrap {
	overflow: hidden;
}

.why-sma__table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	text-align: left;
	margin-bottom: 0px;
}

/* Wrap gets the shadow + rounded corners */
.why-sma__tableWrap {
	overflow: hidden;
	border-radius: 16px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, .2);
}

/* Ensure table respects radius */
.why-sma__table {
	border-radius: 16px;
	overflow: hidden;
}

/* Header */
.why-sma__table thead th {
	padding: 28px 18px 22px;
	font-size: 19px;
	font-weight: 800;
	text-align: center;
	vertical-align: bottom;
	border-bottom: 2px solid #e5e7eb;
	background: #fff;
}

.why-sma__table thead th:first-child {
	width: 220px;
}

.why-sma__icon {
	height: 60px;
	display: grid;
	place-items: center;
	margin-bottom: 12px;
}

.why-sma__icon img {
	width: 60px;
	height: auto;
}

/* Row label column */
.row-label {
	font-weight: 900;
	font-size: 15px;
	padding: 22px 18px;
	vertical-align: top;
}

/* Cells */
.why-sma__table td {
	padding: 22px 18px;
	font-size: 15px;
	line-height: 1.6;
	vertical-align: top;
}

/* Rows */
.problem-row {
	background: #2b3748;
	color: #fff;
}

.solution-row {
	background: #ea6a3a;
	color: #fff;
}

/* Dividers */
.why-sma__table td, .why-sma__table th {
	border-right: 1px solid #e5e7eb;
}

.why-sma__table td:last-child, .why-sma__table th:last-child {
	border-right: none;
}

/* -----------------------------
   Mobile: stack per column
   Goal header -> Problem cell -> Solution cell
   (matches each problem with its solution)
------------------------------ */
@media (max-width: 768px) {
	.why-sma {
		padding: 70px 16px;
	}
	
	.why-sma__title {
		font-size: 28px;
	}
	
	/* Hide entire table structure and rebuild per "column" using grid */
	.why-sma__table {
		display: block;
		border: none;
	}
	
	/* Hide thead entirely (we'll show headers per column as cards) */
	.why-sma__table thead {
		display: none;
	}
	
	/* Hide row labels on mobile */
	.why-sma__table td.row-label, .why-sma__table th:first-child {
		display: none;
	}
	
	/* Convert tbody into a grid with 3 stacks (one per goal) */
	.why-sma__table tbody {
		display: grid;
		grid-template-columns: 1fr;
		gap: 18px;
	}
	
	/* Each “stack” is created from the original columns.
     We’ll use :nth-child selectors to pull correct cells together visually. */
	
	/* Make each row a grid so we can position each cell */
	.why-sma__table tbody tr {
		display: grid;
		grid-template-columns: 1fr;
	}
	
	/* Reset row backgrounds (we’ll style cells) */
	.problem-row, .solution-row {
		background: transparent;
		color: inherit;
	}
	
	/* Base cell style */
	.why-sma__table tbody td {
		display: none;
		/* hide all by default; we’ll selectively show */
		border: none;
		padding: 0;
	}
	
	/* --- Build 3 “cards” by showing matching column cells --- */
	
	/* Card wrapper (we’ll use pseudo wrappers via the first row’s cells) */
	.why-sma__table tbody::before {
		content: "";
		display: none;
	}
}

/* -----------------------------
   ✅ Correct solution with minimal HTML change
   Add this BEFORE your table inside .why-sma__tableWrap:
   (three mobile “card headers” that match the columns)
------------------------------ */

/* Hide mobile cards on desktop */
.why-sma__mobileCards {
	display: none;
}

@media (max-width: 768px) {
	.why-sma__tableWrap {
		overflow: visible;
	}
	
	/* Show mobile cards */
	.why-sma__mobileCards {
		display: grid;
		grid-template-columns: 1fr;
		gap: 18px;
		text-align: left;
	}
	
	.why-sma__mobileCard {
		border: 1px solid #e5e7eb;
		border-radius: 14px;
		overflow: hidden;
		background: #fff;
	}
	
	.why-sma__mobileHeader {
		padding: 18px 16px;
		border-bottom: 1px solid #e5e7eb;
		font-weight: 900;
		text-align: left;
	}
	
	.why-sma__mobileHeader .why-sma__icon {
		height: 52px;
		margin: 0 0 10px 0;
		place-items: start;
	}
	
	.why-sma__mobileHeader .why-sma__icon img {
		width: 52px;
	}
	
	.why-sma__mobileProblem, .why-sma__mobileSolution {
		padding: 14px 16px;
		color: #fff;
	}
	
	.why-sma__mobileProblem {
		background: #2b3748;
	}
	
	.why-sma__mobileSolution {
		background: #ea6a3a;
	}
	
	.why-sma__mobileProblem::before {
		content: "Your Problem";
		display: block;
		font-weight: 900;
		font-size: 13px;
		margin-bottom: 6px;
		opacity: .95;
	}
	
	.why-sma__mobileSolution::before {
		content: "SMA Support’s Solution";
		display: block;
		font-weight: 900;
		font-size: 13px;
		margin-bottom: 6px;
		opacity: .95;
	}
	
	/* Hide the actual table on mobile (since mobileCards replaces it) */
	.why-sma__table {
		display: none;
	}
}

/* Very small phones */
@media (max-width: 480px) {
	.why-sma {
		padding: 60px 14px;
	}
	
	.why-sma__title {
		font-size: 24px;
		line-height: 1.15;
	}
	
	.why-sma__intro {
		font-size: 15px;
		line-height: 1.65;
	}
	
	.why-sma__mobileHeader {
		padding: 16px 14px;
	}
	
	.why-sma__mobileProblem, .why-sma__mobileSolution {
		padding: 12px 14px;
		font-size: 14.5px;
	}
}

/* Section */
.get-started {
	background: #f3f4f6;
	padding: 80px 20px;
}

.get-started__container {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.get-started__title {
	margin: 0 0 10px;
	font-size: 44px;
	font-weight: 700;
}

.get-started__subtitle {
	margin: 0 0 44px;
	font-size: 1.25rem;
	line-height: 1.6;
}

/* ✅ IMPORTANT: 7 columns because you have 7 children in .steps */
.steps {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 46px minmax(0, 1fr) 46px minmax(0, 1fr) 46px minmax(0, 1fr);
	align-items: start;
	gap: 0;
}

/* Step */
.step {
	padding: 6px 14px 0;
	text-align: center;
	min-width: 0;
}

.step__icon {
	height: 72px;
	display: grid;
	place-items: center;
	margin: 0 auto 14px;
	font-weight: 800;
	color: #111827;
}

.step__title {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.15;
	font-weight: 900;
	color: #111827;
	min-height: 45px;
	overflow-wrap: anywhere;
	word-break: break-word;
	hyphens: auto;
}

.step__text {
	margin: 0 auto 16px;
	max-width: 260px;
	font-size: 1.15rem;
	line-height: 1.55;
	color: #111827;
	min-height: 120px;
}

/* Button */
.step__btn {
	display: inline-block;
	padding: 10px 16px;
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.15rem;
	box-shadow: 0 4px 0 rgba(0, 0, 0, .15);
	transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
	border-radius: 50px;
}

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

/* ✅ Arrow between steps (looks like >) */
.step-arrow {
	display: grid;
	place-items: center;
	align-self: center;
	margin-top: 118px;
	/* aligns around title area; adjust if needed */
	width: 46px;
	height: 46px;
}

/* Single chevron using borders (never an X) */
.step-arrow::before {
	content: "";
	width: 12px;
	height: 12px;
	border-top: 4px solid #9ca3af;
	border-right: 4px solid #9ca3af;
	transform: rotate(45deg);
	/* makes > */
	border-radius: 1px;
}

/* =========================
   Responsive
   ========================= */
@media (max-width: 1100px) {
	.steps {
		grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr) 38px minmax(0, 1fr) 38px minmax(0, 1fr);
	}
	
	.step-arrow {
		width: 38px;
		height: 38px;
		margin-top: 112px;
	}
	
	.step-arrow::before {
		width: 11px;
		height: 11px;
		border-top-width: 4px;
		border-right-width: 4px;
	}
}

/* Tablet: keep 4 across but tighter */
@media (max-width: 992px) {
	.get-started__title {
		font-size: 34px;
	}
	
	.get-started__subtitle {
		margin-bottom: 34px;
		font-size: 16px;
	}
	
	.step {
		padding: 6px 10px 0;
	}
	
	.step__title {
		font-size: 18px;
		min-height: 0px;
	}
	
	.step__text {
		font-size: 14.8px;
		max-width: 230px;
		min-height: 0px;
	}
	
	.step-arrow {
		margin-top: 106px;
	}
}

/* Mobile: stack steps; arrows rotate to point DOWN */
@media (max-width: 768px) {
	.get-started {
		padding: 65px 16px;
	}
	
	.get-started__title {
		font-size: 28px;
	}
	
	.get-started__subtitle {
		margin-bottom: 28px;
		font-size: 15.5px;
	}
	
	.steps {
		grid-template-columns: 1fr;
		/* stack */
		row-gap: 12px;
	}
	
	.step-arrow {
		margin: 0;
		width: 100%;
		height: 28px;
	}
	
	.step-arrow::before {
		transform: rotate(135deg);
	}
}

@media (max-width: 480px) {
	.get-started {
		padding: 60px 14px;
	}
	
	.get-started__title {
		font-size: 24px;
	}
	
	.step__text {
		font-size: 14.5px;
	}
}

.step-sep {
	display: flex;
	align-items: center;
	justify-content: center;
	/* control size here */
	width: 46px;
	height: 46px;
	align-self: start;
	padding-top: 34px;
}

/* Create solid triangle */
.step-sep::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 14px solid #343a3f;
}

@media (max-width: 768px) {
	.step-sep {
		padding-top: 0;
		margin: 12px auto;
		/* centers horizontally */
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	
	.step-sep::before {
		border-left: none;
		border-top: 14px solid #343a3f;
		border-right: 9px solid transparent;
		border-left: 9px solid transparent;
		border-bottom: none;
	}
}

.step__icon img {
	width: 80px;
}

/* =========================
   Contractors We Serve
   ========================= */
.contractors-serve {
	background: #fff;
	padding: 80px 20px;
}

.contractors-serve__container {
	max-width: 1150px;
	margin: 0 auto;
	text-align: center;
}

/* Title */
.contractors-serve__title {
	margin: 0 0 14px;
	font-size: 42px;
	font-weight: 700;
}

/* Subtitle */
.contractors-serve__subtitle {
	margin: 0 auto 50px;
	font-size: 1.25rem;
	line-height: 1.6;
}

/* Logo area */
.contractors-serve__logos {
	margin-top: 10px;
	min-height: 120px;
	/* keeps spacing even before logos load */
	display: flex;
	align-items: center;
	justify-content: center;
}

/* =========================
   Responsive
   ========================= */
@media (max-width: 992px) {
	.contractors-serve__title {
		font-size: 34px;
	}
	
	.contractors-serve__subtitle {
		font-size: 16px;
		margin-bottom: 40px;
	}
}

@media (max-width: 768px) {
	.contractors-serve {
		padding: 70px 16px;
	}
	
	.contractors-serve__title {
		font-size: 28px;
	}
	
	.contractors-serve__subtitle {
		font-size: 15.5px;
		margin-bottom: 30px;
	}
	
	.contractors-serve__logos {
		min-height: 90px;
	}
}

@media (max-width: 480px) {
	.contractors-serve {
		padding: 60px 14px;
	}
	
	.contractors-serve__title {
		font-size: 24px;
	}
	
	.contractors-serve__subtitle {
		font-size: 15px;
	}
}

/* =========================
   Testimonials Section
   ========================= */
.testimonials-section {
	background: linear-gradient(135deg, #f8713e 0%, #ff8c5a 100%);
	padding: 100px 20px;
	color: #fff;
}

.testimonials-section__container {
	max-width: 1150px;
	margin: 0 auto;
	text-align: center;
}

/* Title */
.testimonials-section__title {
	margin: 0 0 60px;
	font-size: 42px;
	font-weight: 700;
	color: #fff;
}

/* Shortcode area */
.testimonials-section__content {
	margin-top: 10px;
}

/* =========================
   Responsive
   ========================= */
@media (max-width: 992px) {
	.testimonials-section__title {
		font-size: 34px;
		margin-bottom: 50px;
	}
}

@media (max-width: 768px) {
	.testimonials-section {
		padding: 80px 16px;
	}
	
	.testimonials-section__title {
		font-size: 28px;
		margin-bottom: 40px;
	}
}

@media (max-width: 480px) {
	.testimonials-section {
		padding: 70px 14px;
	}
	
	.testimonials-section__title {
		font-size: 24px;
	}
}

#sp-testimonial-free-wrapper-1351 .sp-testimonial-free-section .testimonial-nav-arrow {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

#sp-testimonial-free-wrapper-1351 .sp-testimonial-free-section .testimonial-nav-arrow:hover {
	background: #1a1a2e;
	border: 1px solid #fff;
	color: #fff;
}

#wpls-logo-showcase-slider-1 .wpls-fix-box, #wpls-logo-showcase-slider-1 .wpls-fix-box img.wp-post-image {
	max-height: 200px;
}

.wpls-logo-showcase .wpls-logo-cnt.slick-slide {
	margin: 0 20px;
}

.wpls-logo-showcase .slick-dots {
	display: none !important;
}

.hero-support {
	font-size: 22px;
	line-height: 1.45;
	color: #1f2937;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}

.hero-support strong {
	font-weight: 800;
}

.hero-support em {
	font-style: italic;
}

.no-wrap {
	white-space: nowrap;
}

/* subtle “marker” highlight behind the final phrase */
.no-wrap strong {
	position: relative;
	display: inline-block;
}

.no-wrap strong::after {
	content: "";
	position: absolute;
	left: -6px;
	right: -6px;
	bottom: .15em;
	height: .55em;
	background: rgba(248, 113, 62, .22);
	border-radius: 10px;
	z-index: -1;
}

.nav-dark-btn a {
	background-color: var(--secondary);
	color: #fff !important;
	padding: 10px 20px;
	border-radius: 5px;
}

.nav-dark-btn a:hover {
	background-color: #0d131b;
}

header#masthead {
	padding-top: 0px !important;
	padding-left: 0px;
	padding-right: 0px;
}

/* Base Social Style */
#right-header ul li a {
	position: relative;
	text-decoration: none;
}

#homehero {
	padding: 160px 0 90px 0 !important;
}

@media (max-width: 991px) {
	#homehero {
		padding: 100px 0 70px 0 !important;
	}
}

/* Hide text visually */
#right-header ul li.social-linkedin a, #right-header ul li.social-twitter a, #right-header ul li.social-facebook a {
	font-size: 0;
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, .15);
	border-radius: 50%;
	margin-right: 10px;
}

/* Add Icons Using FontAwesome */
.social-linkedin a::before {
	content: "";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 14px;
}

.social-twitter a::before {
	content: "";
	/* X icon */
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
	font-size: 14px;
}

.social-facebook a::before {
	content: "";
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
	font-size: 14px;
}

/* Hover */
#right-header ul li a:hover {
	background: #fff;
	color: #1e2a3a;
}

/* Turn the LinkedIn menu item into an icon button */
#menu-right-header li.social-linkedin>a {
	font-size: 0;
	/* hides the word "LinkedIn" */
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, .15);
	text-decoration: none;
}

/* Insert the Font Awesome LinkedIn icon */
#menu-right-header li.social-linkedin>a::before {
	content: "";
	/* LinkedIn */
	font-family: "Font Awesome 6 Brands";
	/* IMPORTANT */
	font-weight: 400;
	font-size: 14px;
}

/* Hover */
#menu-right-header li.social-linkedin>a:hover {
	background: #fff;
	color: #1e2a3a;
}

/* Instagram base button style */
#menu-right-header li.social-instagram>a {
	font-size: 0;
	/* hide text */
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, .15);
	text-decoration: none;
	margin-right: 10px;
}

/* Instagram icon */
#menu-right-header li.social-instagram>a::before {
	content: "";
	/* Instagram */
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
	font-size: 14px;
}

/* Hover effect */
#menu-right-header li.social-instagram>a:hover {
	background: #fff;
	color: #1e2a3a;
}

#menu-item-1281 > a {
	color: #fff !important;
}

.navbar-light .navbar-toggler {
	margin-right: 5px;
}

#masthead {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	z-index: 9999 !important;
	background-color: #f3f4f6 !important;
	box-shadow: 0 2px 15px rgba(0, 0, 0, .08) !important;
}

/* Nav links always dark */
#masthead .nav-link, #masthead .dropdown-toggle, #masthead #right-header a {
	color: #1a1a2e;
}

#masthead .brand-color {
	content: url("https://cdn-ileicod.nitrocdn.com/nLKlsLabiulTGvuJovEgporLMugwwIFa/assets/images/optimized/rev-dbc4570/www.smasupport.us/wp-content/uploads/2026/03/sma-logo-resized.png");
	max-width: 350px;
	padding-top: 5px;
}

@media (max-width: 768px) {
	#masthead .brand-color {
		transition: opacity .3s ease;
		max-width: 100%;
	}
	
	#masthead.brand-color {
		content: url("https://www.smasupport.us/wp-content/uploads/2026/02/sma-logo-resized.png");
	}
}

@media (max-width: 992px) {
	#mobile-main-nav {
		background-color: #1b2738;
		padding: 15px;
		border-radius: 12px;
		margin-top: 15px;
	}
	
	/* Optional: make menu links white */
	#mobile-main-nav .nav-link {
		color: #fff !important;
	}
	
	/* Optional: dropdown items */
	#mobile-main-nav .dropdown-item {
		color: #fff !important;
	}
}

/* ===============================
   ORANGE TOP BAR
================================= */
.desktop-topbar-orange {
	background: linear-gradient(135deg, #f8713e 0%, #ff8c5a 100%);
	padding: 8px 0;
}

.desktop-topbar-orange #right-header a {
	color: #fff !important;
	font-size: 14px;
}

.desktop-topbar-orange #right-header ul {
	margin: 0;
}

.desktop-topbar-orange #right-header li {
	margin-left: 20px;
}

/* Make social icons white circles */
.desktop-topbar-orange #right-header li a {
	background: rgba(255, 255, 255, .15);
	border-radius: 50px;
	padding: 6px 10px;
}

/* Hover */
.desktop-topbar-orange #right-header li a:hover {
	background: #fff;
	color: #f47b20 !important;
}

/* ===============================
   TOP BAR EXPANDING SEARCH
================================= */
.topbar-search {
	display: flex;
	justify-content: flex-end;
}

.topbar-search-form {
	display: flex;
	align-items: center;
}

/* Collapsed state */
.topbar-search-input {
	width: 0;
	opacity: 0;
	visibility: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	height: 34px;
	border-radius: 4px 0 0 4px;
	transition: width .25s ease, opacity .15s ease;
	background: #fff;
	color: #111;
}

/* Search button */
.topbar-search-btn {
	height: 34px;
	width: 38px;
	border: 0;
	border-radius: 4px;
	background: rgba(255, 255, 255, .18);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.topbar-search-btn:hover {
	background: rgba(255, 255, 255, .3);
}

/* Open state */
.topbar-search.is-open .topbar-search-input {
	width: 240px;
	opacity: 1;
	visibility: visible;
	padding: 0 10px;
	border: 1px solid rgba(0, 0, 0, .15);
}

.topbar-search.is-open .topbar-search-btn {
	border-radius: 0 4px 4px 0;
	background: #1a1a2e;
}

/* =========================================================
   FULL FOOTER STYLING
   ========================================================= */
.site-footer-clean {
	background: linear-gradient(135deg, #f8713e 0%, #ff8c5a 100%);
	color: #fff;
	padding: 70px 0 50px;
	border-top: none;
}

/* Make everything inside footer white by default */
.site-footer-clean, .site-footer-clean * {
	color: #fff;
}

/* =========================================================
   COLUMN LAYOUT
   ========================================================= */
.site-footer-clean .footer-main {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

/* =========================================================
   HEADINGS
   ========================================================= */
.site-footer-clean .footer-title {
	font-weight: 700;
	font-size: 1.3rem;
	margin: 0 0 20px 0;
	line-height: 1.2;
}

.site-footer-clean .footer-subtitle {
	font-weight: 700;
	font-size: 1.1rem;
	margin: 25px 0 10px 0;
}

/* =========================================================
   ADDRESS BLOCK
   ========================================================= */
.site-footer-clean .footer-address {
	font-size: 16px;
	line-height: 1.5;
}

.site-footer-clean .footer-address__row {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.site-footer-clean .footer-pipe {
	font-weight: 900;
	opacity: .85;
	line-height: 1;
	margin-top: 6px;
}

/* =========================================================
   POPULAR LINKS
   ========================================================= */
.site-footer-clean .footer-links {
	list-style: none;
	/* No bullets */
	padding-left: 0;
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
}

.site-footer-clean .footer-links li {
	margin-bottom: 12px;
	margin-left: 0px !important;
}

.site-footer-clean .footer-links a {
	text-decoration: none;
	transition: opacity .2s ease;
}

.site-footer-clean .footer-links a:hover {
	opacity: .85;
	text-decoration: underline;
}

/* =========================================================
   SOCIAL ICONS
   ========================================================= */
.site-footer-clean .footer-social-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
}

.site-footer-clean .footer-social {
	display: flex;
	gap: 24px;
}

.site-footer-clean .footer-social a {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, .7);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	transition: all .2s ease;
}

.site-footer-clean .footer-social a:hover {
	border-color: #fff;
	transform: translateY(-2px);
}

/* =========================================================
   BOTTOM CENTER AREA
   ========================================================= */
.site-footer-clean .footer-bottom-center {
	text-align: center;
	margin-top: 45px;
}

.site-footer-clean .footer-copyright {
	font-size: 16px;
	margin-bottom: 12px;
	opacity: .95;
}

/* =========================================================
   LEGAL LINKS (Terms | Privacy | AI Training Page)
   ========================================================= */
.site-footer-clean .footer-legal-links {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	font-size: 1rem;
}

.site-footer-clean .footer-legal-links a {
	text-decoration: none;
	transition: opacity .2s ease;
}

/* Divider styling */
.site-footer-clean .footer-divider {
	opacity: .8;
}

/* Hover */
.site-footer-clean .footer-legal-links a:hover {
	color: #1d2939 !important;
	text-decoration: underline;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 991px) {
	.site-footer-clean {
		padding: 50px 0 40px;
	}
	
	.site-footer-clean .footer-social-wrap {
		justify-content: flex-start;
		margin-top: 25px;
	}
	
	.site-footer-clean .footer-address, .site-footer-clean .footer-links {
		font-size: 1.1rem;
	}
	
	.page-template-template-va-vs-call-center .c-c-info-wrap {
		flex-wrap: wrap;
	}
	
	.page-template-template-va-vs-call-center .c-c-info-content, .page-template-template-va-vs-call-center .c-c-info-image {
		width: 100% !important;
		text-align: center;
	}
}

.site-footer-clean .footer-main {
	display: flex;
	justify-content: space-evenly;
}

/* Footer link hover color */
.site-footer-clean a:hover, .site-footer-clean .footer-links a:hover, .site-footer-clean .footer-legal-links a:hover, .site-footer-clean .footer-address a:hover, .site-footer-clean .footer-social a:hover {
	color: #1d2939 !important;
	text-decoration: none;
}

/* Footer Logo */
.site-footer-clean .footer-logo {
	margin-bottom: 18px;
}

.site-footer-clean .footer-logo img {
	max-width: 230px;
	/* Adjust size if needed */
	height: auto;
	display: block;
}

/* virtual-assistants-vs-call-centers page css  */
.comparission-table-sec {
	background: white;
	padding: 60px 20px;
}

.comparission-table-sec .compare-table {
	width: 100%;
	min-width: 430px;
}

.comparission-table-sec .table-wrapper {
	max-width: 900px;
	margin: auto;
}

.comparission-table-sec .table-wrapper h2 {
	font-weight: 700;
}

.comparission-table-sec .compare-table th, .comparission-table-sec .compare-table td {
	border: 2px solid #e5e7eb;
	padding: 12px;
	vertical-align: middle;
}

.comparission-table-sec .compare-table th {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: normal;
	background: linear-gradient(135deg, #f8713e 0%, #ff8c5a 100%);
	color: #fff;
}

.comparission-table-sec .compare-table td {
	font-size: 18px;
}

.comparission-table-sec .compare-table td:first-child {
	width: 55%;
	font-weight: 600;
}

.comparission-table-sec .check {
	text-align: center;
	position: relative;
}

.comparission-table-sec .check.yes::before {
	content: "✓";
	color: #e26b2c;
	font-size: 20px;
	border: 1px solid #e26b2c;
	padding: 2px 6px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
}

.comparission-table-sec .check.no {
	position: relative;
}

.comparission-table-sec .check.no::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #1d2939;
	border-radius: 50%;
	position: relative;
}

.comparission-table-sec .check.no::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	left: 50%;
	width: 30px;
	height: 1px;
	background: #1d2939;
	transform: translate(-50%, -50%) rotate(137deg);
}

.comparission-table-sec .table-scroll {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

/* graphic section */
.workflow-graphic-sec {
	padding: 80px 20px;
	background: #f3f3f3;
}

.workflow-graphic-sec .workflow {
	max-width: 510px;
	margin: auto;
	position: relative;
}

.workflow-graphic-sec .side-label {
	position: absolute;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-weight: 700;
	color: #0c1a2b;
}

.workflow-graphic-sec .side-label.left {
	left: -40px;
	top: 50%;
	transform: translate(-50%, -50%) rotate(180deg);
	letter-spacing: normal;
	font-size: 20px;
	height: 100%;
	max-height: 355px;
}

.workflow-graphic-sec .side-label.right {
	right: -35px;
	transform: none;
	writing-mode: vertical-rl;
	top: 0;
	min-height: 150px;
	height: 100%;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: normal;
}

.workflow-graphic-sec .timeline {
	position: relative;
	/* padding-left:30px;
  padding-bottom: 0px; */
	padding: 0px 0px 0px 30px;
}

.workflow-graphic-sec .timeline-text {
	position: absolute;
	left: -140px;
	width: 120px;
	top: 20px;
	text-align: right;
}

.workflow-graphic-sec .timeline-text p {
	font-style: italic;
	color: #0c1a2b;
	font-size: 15px;
}

.workflow-graphic-sec .timeline-outer {
	padding-left: 110px;
	border-left: 2px solid #f26b3f;
	border-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 0px;
}

.workflow-graphic-sec .timeline-outer:before {
	content: "";
	height: 2px;
	width: 100%;
	max-width: 120px;
	background-color: #f26b3f;
	position: absolute;
	left: 0;
	top: 0px;
}

.workflow-graphic-sec .timeline-outer:after {
	content: "";
	height: 2px;
	width: 100%;
	max-width: 120px;
	background-color: #f26b3f;
	position: absolute;
	left: 0;
	bottom: 0px;
}

.workflow-graphic-sec .timeline .step:last-child {
	margin-bottom: 0px;
}

.workflow-graphic-sec .timeline::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 10%;
	bottom: 0;
	width: 2px;
	background: #f26b3f;
	height: 77%;
}

.workflow-graphic-sec .step:first-child .timeline-text {
	top: 49px;
}

.workflow-graphic-sec .step {
	position: relative;
	margin-bottom: 50px;
	padding-right: 60px;
}

.workflow-graphic-sec .dot {
	position: absolute;
	left: -15px;
	top: 29px;
	width: 12px;
	height: 12px;
	background: #f26b3f;
	border-radius: 50%;
}

.workflow-graphic-sec .card-new {}

.workflow-graphic-sec .card-new h3 {
	margin: 0 0 10px;
	color: #f26b3f;
	font-size: 16px;
	border: 2px solid #f26b3f;
	border-radius: 12px;
	padding: 18px 12px;
	font-weight: 700;
}

.workflow-graphic-sec .step:first-child {
	border-right: 2px solid #f26b3f;
	padding-top: 30px;
	padding-bottom: 8px;
	margin-top: -35px;
}

.workflow-graphic-sec .card-new p {
	margin: 0;
	color: #333;
	font-size: 14px;
	text-align: left;
}

.workflow-graphic-sec .step:first-child:before {
	content: "";
	height: 2px;
	width: 100%;
	max-width: 120px;
	background-color: #f26b3f;
	position: absolute;
	right: 0;
	top: 0px;
}

.workflow-graphic-sec .step:first-child:after {
	content: "";
	height: 2px;
	width: 100%;
	max-width: 120px;
	background-color: #f26b3f;
	position: absolute;
	right: 0;
	bottom: 0px;
}

.workflow-graphic-sec .step:first-child span.dot {
	top: 55px;
}

.workflow-graphic-sec.home-graphic {
	background-color: #fff;
}

@media (max-width:767px) {
	.page-template-template-va-vs-call-center .section-call-center-info {
		padding: 40px 0 !important;
	}
	
	.page-template-template-va-vs-call-center .section-virtual-assitant {
		padding: 40px 20px !important;
	}
	
	.page-template-template-va-vs-call-center .va-vs-section-cta {
		padding: 40px 0px !important;
	}
	
	.page-template-template-va-vs-call-center .c-c-info-wrap {
		gap: 25px !important;
	}
	
	.page-template-template-va-vs-call-center .sma-va-btn {
		padding: 20px !important;
	}
	
	.comparission-table-sec .table-wrapper h2 {
		font-size: 32px;
	}
	
	.comparission-table-sec {
		padding: 40px 0px;
	}
	
	.comparission-table-sec .compare-table th {
		font-size: 16px;
	}
	
	.comparission-table-sec .compare-table td {
		font-size: 15px;
	}
	
	.workflow-graphic-sec .timeline::before {
		top: 7%;
		height: 79%;
	}
	
	.workflow-graphic-sec {
		/* padding-left: 50px;
    padding-right: 50px; */
		padding: 50px 50px;
	}
	
	.workflow-graphic-sec .timeline-outer {
		padding-left: 60px;
		padding-bottom: 20px;
	}
	
	.workflow-graphic-sec .step {
		padding-right: 45px;
	}
	
	.workflow-graphic-sec .card-new h3 {
		font-size: 14px;
		padding: 10px 10px;
	}
	
	.workflow-graphic-sec .side-label.left {
		left: -20px;
	}
	
	.workflow-graphic-sec .timeline-text p {
		font-size: 13px;
	}
	
	.workflow-graphic-sec .step:first-child .timeline-text {
		top: 40px;
	}
	
	.workflow-graphic-sec .step:first-child span.dot {
		top: 44px;
	}
	
	.workflow-graphic-sec .timeline-text {
		position: absolute;
		left: -82px;
		width: 60px;
		top: 24px;
		text-align: right;
	}
	
	.workflow-graphic-sec .side-label.right {
		right: -35px;
		font-size: 18px;
		font-weight: 700;
		letter-spacing: normal;
	}
	
	.workflow-graphic-sec .timeline-outer:before, .workflow-graphic-sec .timeline-outer:after {
		max-width: 90px;
	}
	
	.workflow-graphic-sec .timeline {
		padding-bottom: 0px;
	}
	
	.workflow-graphic-sec .side-label.left {
		font-size: 18px;
		max-height: 325px;
	}
	
	.page-template-template-va-vs-call-center .small-mob-hide {
		display: none !important;
	}
}

@media (max-width: 387px) {
	.workflow-graphic-sec .timeline::before {
		top: 6%;
		height: 78%;
	}
}

@media (max-width:370px) {
	.workflow-graphic-sec .timeline::before {
		top: 6.5%;
		height: 78%;
	}
}

@media (max-width:350px) {
	.workflow-graphic-sec .timeline::before {
		height: 78%;
	}
}

@media (max-width:1920px) and (min-width:1366px) {
	.workflow-graphic-sec .step {
		margin-bottom: 20px;
	}
}

/* Hover effect for workflow boxes */
.workflow-graphic-sec .card-new h3 {
	transition: all .3s ease;
}

.workflow-graphic-sec .card-new:hover h3 {
	background-color: #ea6a3a;
	color: #fff;
	cursor: pointer;
}

.workflow-graphic-sec .card-new {
	transition: all .3s ease;
}

/* new section css */
.page-template-template-va-vs-call-center .section-call-center-info {
	padding: 80px 0;
	text-align: center;
}

.page-template-template-va-vs-call-center .c-c-info-wrap {
	display: flex;
	gap: 48px;
	align-items: center;
	justify-content: space-between;
	text-align: left;
}

.page-template-template-va-vs-call-center .c-c-info-content, .page-template-template-va-vs-call-center .c-c-info-image {
	width: 50%;
}

.page-template-template-va-vs-call-center .section-virtual-assitant {
	padding: 60px 20px;
}

.page-template-template-va-vs-call-center .section-virtual-assitant p {
	margin-bottom: 0;
}

.page-template-template-va-vs-call-center .section-call-center-va .call-center-va-icon {
	background-color: #f4672c;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-template-template-va-vs-call-center .va-vs-section-cta {
	background-color: #f3f3f3;
}

.page-template-template-va-vs-call-center .va-vs-section-cta .sma-va-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.support-box {
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
	padding: 36px 42px;
	border-radius: 24px;
	max-width: 520px;
	width: 100%;
}

.support-box ul {
	margin: 0;
	padding-left: 24px;
}

.support-box li {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 10px;
}

.support-box li:last-child {
	margin-bottom: 0;
}

.support-box li::marker {
	color: #fff;
}

.support-box-orange {
	background: linear-gradient(135deg, #f8713e 0%, #ff8c5a 100%);
}

.page-template-template-va-vs-call-center p {
	font-size: 19px;
}

.page-template-template-va-vs-call-center #inner-hero {
	background-size: cover;
	background-position: top right;
	padding: 150px 0 10px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
	.page-template-template-va-vs-call-center .whychoose-vidthumb2 {
		position: inherit;
	}
	
	.page-template-template-va-vs-call-center .whychoose-vidthumb3 {
		margin-left: 0px;
	}
}

/* =========================
   Profit Leakage Audit Page
   ========================= */
.page-template-profit-leakage-audit #inner-hero {
	background-size: cover;
	background-position: top right;
	padding: 150px 0 10px;
}

.profit-leakage-hero {
	background-size: cover;
	background-position: center;
	padding: 110px 0 90px;
	position: relative;
}

.profit-leakage-hero h1 {
	color: #212529;
	font-size: 52px;
	line-height: 1.1;
	font-weight: 700;
	margin-bottom: 18px;
}

.profit-leakage-hero .hero-subhead {
	color: #212529;
	font-size: 22px;
	line-height: 1.45;
	max-width: 820px;
	margin: 0 auto;
	opacity: 1;
}

.pla-intro-section, .pla-after-audit-section, .pla-why-section {
	padding: 80px 0;
}

.pla-overview-section {
	padding: 40px 0;
}

.pla-help-section, .pla-final-cta {
	padding: 90px 0;
	background-size: cover;
	background-position: center;
}

.pla-intro-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: start;
}

.pla-intro-content p {
	font-size: 18px;
	line-height: 1.8;
	color: #303030;
	margin-bottom: 22px;
}

.pla-form-card {
	background: #fff;
	border-radius: 24px;
	padding: 38px 32px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
	border: 1px solid rgba(0, 0, 0, .06);
	position: sticky;
	top: 30px;
}

.pla-form-card h2 {
	font-size: 34px;
	line-height: 1.2;
	font-weight: 700;
	color: #13294b;
	text-align: center;
}

.pla-form-placeholder {
	min-height: 360px;
	border-radius: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #f8fbff;
}

.pla-form-placeholder p {
	margin: 6px 0;
	color: #546274;
	font-size: 16px;
	line-height: 1.6;
}

.pla-section-heading h2, .pla-after-audit-section h2, .pla-final-cta h2 {
	font-size: 42px;
	line-height: 1.15;
	font-weight: 700;
	color: #13294b;
	margin-bottom: 20px;
}

.pla-section-intro, .pla-overview-intro p, .pla-help-copy p, .pla-after-audit-section p, .pla-final-cta p {
	font-size: 18px;
	line-height: 1.8;
	color: #303030;
}

.pla-overview-intro {
	max-width: 1320px;
	margin: 0 auto 38px;
	text-align: center;
}

.pla-audit-items {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-top: 26px;
}

.pla-audit-card, .pla-benefit-card, .pla-issue-box {
	background: #fff;
	border-radius: 22px;
	padding: 28px 26px;
	box-shadow: 0 14px 35px rgba(0, 0, 0, .06);
	height: 100%;
}

.pla-audit-icon, .pla-benefit-icon {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #f58220;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 18px;
}

.pla-audit-card h3, .pla-benefit-card h3, .pla-issue-box h3 {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
	color: #13294b;
	margin-bottom: 14px;
}

.pla-audit-card p, .pla-benefit-card p, .pla-issue-box p {
	font-size: 17px;
	line-height: 1.75;
	color: #303030;
	margin-bottom: 0;
}

.pla-help-section {
	position: relative;
}

.pla-help-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, .9);
}

.pla-help-section .container {
	position: relative;
	z-index: 2;
}

.pla-issues-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	margin: 36px 0 34px;
}

.pla-issue-box {
	min-width: 0;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.pla-issue-box h3, .pla-issue-box p {
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.pla-help-copy {
	text-align: center;
	margin: 0 auto;
}

.pla-process-card {
	background: linear-gradient(180deg, #13294b 0%, #1b3d6b 100%);
	border-radius: 24px;
	padding: 34px 28px;
	box-shadow: 0 18px 45px rgba(19, 41, 75, .2);
	margin-top: 28px;
}

.pla-process-step {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 16px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.pla-process-step:last-child {
	border-bottom: 0;
}

.pla-process-num {
	width: 54px;
	height: 54px;
	min-width: 54px;
	border-radius: 50%;
	background: #f58220;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.pla-process-step p {
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
}

.pla-benefits-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 34px;
}

.pla-image-row {
	margin-top: 42px;
}

.pla-image-frame {
	width: 100%;
	min-height: 320px;
}

.pla-image-frame-left {
	margin-bottom: 30px;
}

.pla-final-cta {
	background: #f3f3f3;
}

.pla-final-cta .btn.sma-va-btn {
	margin-top: 10px;
}

/* Buttons */
.btn.sma-va-btn, .pla-final-cta .btn {
	background: #f58220;
	border-color: #f58220;
	color: #fff;
	padding: 16px 28px;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	transition: all .25s ease;
}

.btn.sma-va-btn:hover, .pla-final-cta .btn:hover {
	background: #dd6f13;
	border-color: #dd6f13;
	color: #fff;
	text-decoration: none;
}

/* Only shrink the image in the "After the Audit" section */
.pla-after-audit-section .pla-image-frame-left {
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
}

.pla-after-audit-section .pla-image-frame-left img {
	width: 100%;
	height: auto;
}

.pla-issue-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 18px;
}

.pla-issue-icon img {
	width: 48px;
	height: 48px;
	object-fit: contain;
}

/* Responsive */
@media (max-width: 1199px) {
	.pla-intro-grid, .pla-audit-items, .pla-issues-grid, .pla-benefits-grid {
		grid-template-columns: 1fr;
	}
	
	.pla-form-card {
		position: static;
	}
	
	.profit-leakage-hero h1 {
		font-size: 42px;
	}
	
	.pla-section-heading h2, .pla-after-audit-section h2, .pla-final-cta h2 {
		font-size: 34px;
	}
	
	.pla-image-frame-left {
		margin-bottom: 35px;
	}
}

@media (max-width: 767px) {
	.profit-leakage-hero {
		padding: 80px 0 65px;
	}
	
	.profit-leakage-hero h1 {
		font-size: 34px;
	}
	
	.profit-leakage-hero .hero-subhead {
		font-size: 18px;
	}
	
	.pla-intro-section, .pla-overview-section, .pla-after-audit-section, .pla-why-section, .pla-help-section, .pla-final-cta {
		padding: 60px 0;
	}
	
	.pla-form-card, .pla-audit-card, .pla-benefit-card, .pla-issue-box, .pla-process-card, .pla-image-frame {
		padding: 24px 20px;
	}
	
	.pla-audit-card h3, .pla-benefit-card h3, .pla-issue-box h3 {
		font-size: 22px;
	}
	
	.pla-image-frame {
		min-height: 240px;
	}
}

@media (min-width: 1200px) and (max-width: 1500px) {
	.page-template-profit-leakage-audit .whychoose-vidthumb2 {
		position: inherit;
	}
	
	.page-template-profit-leakage-audit .whychoose-vidthumb3 {
		margin-left: 0px;
	}
}

.quote-box {
	background: linear-gradient(135deg, #f8713e 0%, #ff8c5a 100%);
	padding: 50px 40px;
	border-radius: 10px;
	max-width: 900px;
	margin: 40px auto;
}

.quote-text {
	color: #fff;
	font-size: 22px;
	font-style: italic;
	line-height: 1.6;
	margin: 0;
}

.quote-author {
	display: block;
	text-align: right;
	margin-top: 15px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
}

.proline-video-wrapper {
	max-width: 700px;
	margin: 0 auto;
}

.proline-video-wrapper iframe {
	width: 100%;
	aspect-ratio: 16/9;
	height: auto;
	border-radius: 10px;
}

.highlight-box {
	background: #fff;
	padding: 30px 25px;
	border-radius: 10px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
	max-width: 900px;
	margin: 30px auto;
}

.highlight-box p {
	color: #333;
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 15px;
}

.page-id-1332 #inner-hero {
	max-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

@media (max-width: 768px) {
	page-id-1312 #inner-hero {
		max-height: 60px;
		/* smaller on mobile */
		background-position: center top;
	}
}
