/* Project-specific starter overrides for Stites Eye Care */

/* ==========================================================================
   Sitewide Tokens And Shared Basics
   ========================================================================== */

:root {
	--border-radius: 4px;
	--border-radius2x: 8px;
	--home-hero-header-offset: 133px;
}

.custom-button .btn-rounded {
	border-radius: var(--border-radius) !important;
}

.custom-hero-cta {
	font-size: 1.05rem;
	font-weight: 700;
}

h5 {
	letter-spacing: 0.015em;
	text-transform: none;
}

/* ==========================================================================
   Header And Topbar
   ========================================================================== */

.custom-logo-lockup {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
}

.custom-logo-image {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 86px;
}

.custom-header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 65px;
	min-width: 178px;
	padding: 0 1.75rem;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	white-space: normal;
	text-transform: none;
	letter-spacing: 0.01em;
}

.custom-topbar-item {
	font-size: 1rem;
	font-weight: 500;
}

.custom-topbar-link {
	font-size: 1rem;
	font-weight: 600;
}

.custom-mobile-header-cta-item {
	display: none;
}

@media (min-width: 992px) {
	#header .header-column:first-child,
	#header .header-logo {
		flex: 0 0 auto;
		flex-shrink: 0;
	}

	#header .header-column.justify-content-end {
		padding-left: 2.25rem;
	}

	#header .header-logo img.custom-logo-image {
		max-height: 86px;
	}

	#header .header-container {
		min-height: 86px;
	}

	#header .header-row {
		flex-wrap: nowrap;
		align-items: center;
	}

	#header .header-nav-main nav > ul {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}

	#header .header-nav-main nav > ul > li {
		flex: 0 0 auto;
	}

	#header .header-nav-main nav > ul > li > a {
		font-size: 1.05rem;
		font-weight: 700;
		letter-spacing: 0.015em;
		text-transform: none;
		white-space: nowrap;
	}

	#header .header-nav-main nav > ul > li:hover > a,
	#header .header-nav-main nav > ul > li.open:hover > a,
	#header .header-nav-main nav > ul > li.accessibility-open:hover > a {
		background-color: var(--primary) !important;
		color: var(--light) !important;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a,
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus-within > a {
		background-color: var(--primary) !important;
		color: var(--light) !important;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		min-width: 225px;
		padding-top: 0.35rem;
		padding-bottom: 0.35rem;
		background-color: var(--primary) !important;
		border-color: var(--primary) !important;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu .dropdown-menu {
		background-color: var(--primary) !important;
		border-color: var(--primary) !important;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 0.94em;
		line-height: 1.35;
		padding: 0.63rem 1.2rem;
		color: var(--light) !important;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
		right: 1.2rem;
		font-size: 0.65rem;
	}

	#header .header-nav-main nav > ul > li > a.active,
	#header .header-nav-main nav > ul > li.open > a,
	#header .header-nav-main nav > ul > li.accessibility-open > a {
		background: transparent;
		color: var(--grey-500);
	}

	#header .header-nav-features,
	#header .header-nav-feature {
		display: flex;
		align-items: center;
	}

	html.sticky-header-active #header .header-body {
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
	}

	html.sticky-header-active #header .header-nav-main nav > ul > li > a {
		padding-top: 0.9rem;
		padding-bottom: 0.9rem;
	}

	html.sticky-header-active #header .header-logo img.custom-logo-image {
		max-height: 72px;
	}
}

@media (max-width: 1460px) and (min-width: 992px) {
	#header .header-nav-main nav > ul > li.nav-hide-areas {
		display: none;
	}
}

@media (max-width: 1360px) and (min-width: 992px) {
	#header .header-nav-main nav > ul > li.nav-hide-reviews {
		display: none;
	}
}

@media (max-width: 1240px) and (min-width: 992px) {
	#header .header-nav-main nav > ul > li.nav-hide-contact {
		display: none;
	}
}

@media (max-width: 1140px) and (min-width: 992px) {
	#header .header-nav-main nav > ul > li.nav-hide-about {
		display: none;
	}
}

@media (max-width: 991px) {
	:root {
		--home-hero-header-offset: 114px;
	}

	#header .header-logo img.custom-logo-image {
		max-height: 67px;
	}

    #header .header-btn-collapse-nav {
		width: 56px;
		height: 56px;
		padding: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	#header .header-btn-collapse-nav i {
		font-size: 1.3rem !important;
	}

	#header .custom-header-cta {
		min-height: 52px;
		min-width: 150px;
		padding: 0 1.1rem;
		font-size: 0.95rem;
		line-height: 1.1;
	}

	#header .header-nav-main nav > ul > li > a,
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 1.2em;
	}
}

@media (max-width: 440px) {
	#header .header-nav-features {
		display: none !important;
	}

	#header .header-nav-main nav,
	#header .header-nav-main nav.collapse,
	#header .header-nav-main nav.collapsing,
	#header .header-nav-main nav.show,
	#header .header-nav-main nav.collapse.show {
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
	}

	#header .header-nav-main nav > ul {
		padding-bottom: 1.75rem;
	}

	#header .custom-mobile-header-cta-item {
		display: block;
		margin-top: 0.75rem;
		padding-top: 0.45rem;
		border-bottom: 0;
		text-align: center;
	}

	#header .custom-mobile-header-cta-link {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: auto;
		margin: 0 auto;
		min-height: 52px;
		padding: 0.95rem 1.5rem !important;
		border-radius: var(--border-radius) !important;
		font-size: 1rem !important;
		font-weight: 500;
		line-height: 1.2;
		text-align: center;
		white-space: normal;
		text-transform: none;
	}

	#header .custom-mobile-header-cta-link > * {
		white-space: nowrap;
	}

	#header .custom-mobile-header-cta-link > :nth-child(1) {
		max-width: 100%;
		text-align: center;
		top: 50%;
		left: 50%;
		margin: 0;
		transform: translate(-50%, -50%);
		position: absolute;
	}

	#header .custom-mobile-header-cta-link > :nth-child(2) {
		display: inline-block;
		transform: translateY(120%);
		opacity: 0;
	}
}

/* ==========================================================================
   Shared Home Section Background
   ========================================================================== */

.custom-stites-services-section {
	background-color: #a8cfee !important;
}

/* ==========================================================================
   Shared Porto Media Utilities
   ========================================================================== */

.custom-mask-img {
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-position: center;
	mask-position: center;
}

.custom-mask-img-4 {
	-webkit-mask-image: url("../img/demos/accounting-1/generic/mask-image-4.png");
	mask-image: url("../img/demos/accounting-1/generic/mask-image-4.png");
}

/* ==========================================================================
   Services Hub - Page Header
   ========================================================================== */
.custom-stites-page-header {
	max-height: 340px;
}


.custom-stites-page-header .custom-el-5 {
	position: absolute;
	width: 100%;
	height: 100%;
}

.custom-stites-page-header-container {
	min-height: 100% !important;
}

.custom-stites-page-header .custom-el-5 img {
	height: 100%;
	min-width: 1000px !important;
	min-height: 1000px !important;
}

.custom-stites-page-header .custom-pos-4 {
	right: -40%;
	top: -150%;
}

@media (max-width: 1251px) {
	.custom-stites-page-header .custom-pos-4 {
		right: -40%;
		top: -100%;
	}
}

@media (max-width: 991px) {
	.custom-stites-page-header .custom-pos-4 {
		right: -40%;
		top: -100%;
	}
}

@media (max-width: 756px) {
	.custom-stites-page-header .custom-pos-4 {
		right: -60%;
		top: -30%;
	}
}

.custom-stites-page-header .custom-pos-5 {
	top: -85%;
}

.custom-stites-page-header .custom-el-6 {
	position: relative;
	z-index: 1;
}

.custom-stites-page-header .custom-el-6 img {
	display: block;
}

@media (min-width: 992px) {
	.custom-stites-page-header .custom-el-6 {
		margin-bottom: -70px;
		margin-left: 7px;
	}
}


/* ==========================================================================
   Services Hub - Intro
   ========================================================================== */
/* Mask Image */
.custom-mask-img {
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-position: center;
            mask-position: center;
}

.custom-mask-img-1 {
    -webkit-mask-image: url(../../img/demos/accounting-1/generic/mask-image-1.png);
    mask-image: url(../../img/demos/accounting-1/generic/mask-image-1.png);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-position: center;
            mask-position: center;
}

.custom-mask-img-2 {
    -webkit-mask-image: url(../../img/demos/accounting-1/generic/mask-image-2.png);
    mask-image: url(../../img/demos/accounting-1/generic/mask-image-2.png);
}

.custom-mask-img-3 {
    -webkit-mask-image: url(../../img/demos/accounting-1/generic/mask-image-3.png);
    mask-image: url(../../img/demos/accounting-1/generic/mask-image-3.png);
}

.custom-mask-img-4 {
    -webkit-mask-image: url(../../img/demos/accounting-1/generic/mask-image-4.png);
    mask-image: url(../../img/demos/accounting-1/generic/mask-image-4.png);
}

/* Cascading Wrapper */
.custom-cascading-images-wrapper-1 {
    padding: 40% 0% 0 30%;
}

.custom-stites-process-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.custom-stites-process-list li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 1.25rem;
	margin-bottom: 1.75rem;
}

.custom-stites-process-list li:nth-child(1) {
	margin-left: 0;
}

.custom-stites-process-list li:nth-child(2) {
	margin-left: clamp(1rem, 8vw, 10rem);
}

.custom-stites-process-list li:nth-child(3) {
	margin-left: clamp(2rem, 16vw, 18rem);
}



.custom-stites-process-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	font-size: clamp(3.5rem, 4.5vw, 7rem);
	font-weight: 800;
	line-height: 0.9;
	color: var(--primary);
	letter-spacing: -0.06em;
	z-index: 1;
	margin-right: 10px;
}

.custom-stites-process-number::after {
	content: attr(data-number);
	position: absolute;
	top: 2vh;
	left: 1vw;
	color: rgba(18, 52, 64, 0.12);
	z-index: -1;
}

.custom-stites-process-copy {
	padding-top: 0.35rem;
	font-size: 1.08rem;
	line-height: 1.6;
	color: var(--dark);
	max-width: 28rem;
}

.custom-stites-services-intro-cta {
	width: min(100%, 48rem);
	white-space: normal;
	text-align: center;
}

.custom-stites-services-intro-cta span {
	white-space: normal;
	overflow-wrap: anywhere;
	line-height: 1.45;
}

.custom-stites-services-intro-cta > :nth-child(1) {
	display: none;
}

.custom-stites-services-intro-cta > :nth-child(2) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	max-width: 100%;
	transform: none;
	opacity: 1;
	position: static;
}

.custom-stites-services-intro-cta:hover > :nth-child(2) {
	transform: none;
	opacity: 1;
}

@media (max-width: 767px) {
	.custom-stites-process-list li,
	.custom-stites-process-list li:nth-child(1),
	.custom-stites-process-list li:nth-child(2),
	.custom-stites-process-list li:nth-child(3) {
		margin-left: 0;
	}

	.custom-stites-process-list li {
		gap: 0.75rem;
		align-items: flex-start;
	}

	.custom-stites-process-copy {
		font-size: 0.81rem;
		max-width: none;
	}

	.custom-stites-process-copy .text-5 {
		font-size: 1.5rem !important;
		line-height: 1.3;
	}

	.custom-stites-services-intro-cta {
		width: 100%;
		max-width: 100%;
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important;
	}
}

/* ==========================================================================
   Services Hub - Additional Services
   ========================================================================== */

.custom-stites-additional-services {
	background: #fff;
}

.custom-stites-additional-services-visual {
	position: relative;
	max-width: 34rem;
	margin: 0 auto;
}

.custom-stites-additional-services-visual-outer {
	position: relative;
	display: block;
	width: min(100%, 32rem);
	aspect-ratio: 1 / 1;
	margin: 4.25rem auto;
	border-radius: 50%;
	background-color: #fff;
	background-image: url("../img/services/stites-services-additional-services-1.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: visible;
}

.custom-stites-additional-services-visual-outer::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(255, 255, 255, 0.74);
	border: clamp(2.75rem, 5vw, 4.25rem) solid var(--primary);
	border-radius: 50%;
	box-sizing: border-box;
	z-index: 1;
}

.custom-stites-additional-services-visual-outer::after {
	content: "";
	position: absolute;
	inset: -1.25rem;
	border: 1px solid rgba(18, 52, 64, 0.12);
	border-radius: 50%;
	z-index: 0;
}

.custom-stites-additional-services-visual-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50%;
	aspect-ratio: 1 / 1;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.custom-stites-additional-services-visual-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.custom-stites-additional-services-callout {
	position: absolute;
	left: -0.9rem;
	bottom: 4rem;
	max-width: 15.75rem;
	z-index: 4;
}

.custom-stites-additional-services-callout-icon {
	width: 4.75rem;
	height: 4.75rem;
}

.custom-stites-additional-services-callout-icon i {
	font-size: 1.9rem;
}

.custom-stites-additional-services-links {
	gap: 0.85rem;
}

.custom-stites-additional-services-links .btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: calc(var(--border-radius2x) * 1.35);
	box-shadow: 0 18px 40px -30px rgba(18, 52, 64, 0.22);
	text-decoration: none !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.custom-stites-additional-services-links .btn:hover,
.custom-stites-additional-services-links .btn:focus {
	transform: translateY(-2px);
	box-shadow: 0 22px 46px -28px rgba(18, 52, 64, 0.28);
	background-color: #eaf3fb;
	text-decoration: none !important;
}

.custom-stites-additional-services-links .btn strong {
	text-decoration: none !important;
}

.custom-stites-additional-services-metrics p:first-child {
	letter-spacing: -0.04em;
}

.custom-stites-additional-services .left-lg-7 {
	left: 7px;
}

@media (max-width: 991px) {
	.custom-stites-additional-services-visual {
		max-width: 28rem;
	}

	.custom-stites-additional-services-visual-outer {
		margin: 3.5rem auto;
	}

	.custom-stites-additional-services-visual-outer::before {
		border-width: 3rem;
	}

	.custom-stites-additional-services-callout {
		left: -0.35rem;
		bottom: 3rem;
	}

	.custom-stites-additional-services .left-lg-7 {
		left: auto;
	}
}

@media (max-width: 767px) {
	.custom-stites-additional-services .custom-el-5-1 {
		border-width: 40px !important;
	}

	.custom-stites-additional-services .custom-el-5-2 {
		width: 70%;
	}

	.custom-stites-additional-services-visual {
		max-width: 22rem;
	}

	.custom-stites-additional-services-visual-outer::before {
		border-width: 2.25rem;
	}

	.custom-stites-additional-services-visual-outer::after {
		inset: -0.85rem;
	}

	.custom-stites-additional-services-visual-inner {
		width: 48%;
	}

	.custom-stites-additional-services-callout {
		position: relative;
		left: auto;
		bottom: auto;
		margin: -1.5rem auto 0;
		max-width: 18rem;
	}

	.custom-stites-additional-services-callout-icon {
		width: 4rem;
		height: 4rem;
	}

	.custom-stites-additional-services-callout-icon i {
		font-size: 1.55rem;
	}

	.custom-stites-additional-services-links .btn {
		padding-top: 1.15rem !important;
		padding-bottom: 1.15rem !important;
	}

	.custom-stites-additional-services .btn-swap-1 {
		display: table;
		margin-left: auto !important;
		margin-right: auto !important;
		left: auto !important;
	}
}

@media (max-width: 575px) {
	.custom-stites-additional-services-visual {
		max-width: 18.5rem;
	}

	.custom-stites-additional-services-visual-outer {
		margin: 2.25rem auto 0;
	}

	.custom-stites-additional-services-visual-outer::before {
		border-width: 1.65rem;
	}

	.custom-stites-additional-services-visual-outer::after {
		inset: -0.55rem;
	}

	.custom-stites-additional-services-links .btn strong {
		font-size: 1.15rem !important;
	}
}

/* ==========================================================================
   Home - Hero
   ========================================================================== */

.custom-home-hero-slide {
	overflow: hidden;
	position: relative;
}

.custom-home-hero-static {
	box-sizing: border-box;
	position: relative;
}

.custom-home-hero-panel {
	position: absolute;
	top: 0;
	right: 50px;
	bottom: 0;
	left: 50px;
	z-index: 0;
	overflow: hidden;
	border-radius: calc(var(--border-radius2x) * 2);
	background: var(--primary);
}

.custom-home-hero-panel::before {
  content: "";
  position: absolute;
  width: 110%;
  height: auto;
  inset: 0;
  z-index: 1;
  background-color: var(--secondary);
  -webkit-mask: url("../img/hero/stites-hero-waves.svg") no-repeat center center;
  mask: url("../img/hero/stites-hero-waves.svg") no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  opacity: 0.6;
  pointer-events: none;
}

.custom-home-hero-media {
	position: absolute;
	inset: 0;
	z-index: 2;
	overflow: hidden;
}

.custom-home-hero-image {
	position: absolute;
	transform: translateX(-50%);
	display: block;
	height: auto;
	object-fit: contain;
	object-position: center bottom;
}

.custom-home-hero-row {
	position: relative;
	z-index: 3;
}

.custom-home-hero-content {
	margin-left: 0;
	position: relative;
	z-index: 3;
}

.custom-home-hero-pretitle {
	letter-spacing: -0.02em;
	line-height: 1.2;
	text-transform: none;
}

.custom-home-hero-title {
	line-height: 1.02;
	letter-spacing: -0.045em;
	text-transform: none;
	white-space: normal;
}

.custom-home-hero-subtitle {
	letter-spacing: -0.01em;
}

@media (min-width: 1092px) {
	.custom-home-hero-static {
		height: auto;
		min-height: clamp(620px, 50vw, 760px);
		max-height: none;
	}

	.custom-home-hero-panel {
		right: clamp(18px, 2.2vw, 50px);
		left: clamp(18px, 2.2vw, 50px);
		border-radius: clamp(18px, 1.3vw, 28px);
	}

	.custom-home-hero-image {
		left: 67%;
		bottom: 0;
		width: clamp(760px, 65vw, 1100px);
		max-width: none;
	}

	.custom-home-hero-row {
		min-height: clamp(620px, 50vw, 760px);
		padding-top: clamp(3.5rem, 8vw, 10rem);
		padding-bottom: clamp(2rem, 2.5vw, 3rem);
		padding-left: clamp(1.5rem, 4vw, 4.5rem);
	}

	.custom-home-hero-content {
		max-width: clamp(28rem, 31vw, 36rem);
		padding: 0;
	}

	.custom-home-hero-pretitle {
		font-size: clamp(1rem, 0.8rem + 0.35vw, 1.35rem);
		line-height: 1.15;
	}

	.custom-home-hero-title {
		font-size: clamp(3.4rem, 2.3rem + 3vw, 6rem);
		line-height: 0.94;
		letter-spacing: clamp(-1px, -0.08vw, -3px);
		max-width: 8.5ch;
	}

	.custom-home-hero-subtitle {
		max-width: clamp(22rem, 26vw, 31rem);
		font-size: clamp(1.2rem, 0.95rem + 0.7vw, 1.85rem);
		line-height: 1.35;
	}
}

@media (min-width: 1092px) and (max-width: 1249px) {
	.custom-home-hero-content {
		max-width: 26rem;
	}

	.custom-home-hero-image {
		left: 60%;
		bottom: -25px;
		max-width: 80vw;
	}
}

@media (min-width: 1250px) and (max-width: 1399px) {
	.custom-home-hero-image {
		left: 62%;
		bottom: -35px;
	}
}

@media (min-width: 1400px) {
	.custom-home-hero-image {
		left: 64%;
		bottom: -50px;
	}
}

@media (min-width: 768px) and (max-width: 1091px) {
	.custom-home-hero-static {
		min-height: 760px;
	}

	.custom-home-hero-panel {
		left: 8px;
		right: 8px;
		border-radius: 0;
	}

	.custom-home-hero-panel::before {
		opacity: 0.2;
		background-size: cover;
	}

	.custom-home-hero-row {
		min-height: 760px;
		padding: 2.75rem 1.5rem 10rem;
	}

	.custom-home-hero-content {
		max-width: 40rem;
		padding: 0;
	}

	.custom-home-hero-pretitle {
		font-size: 1rem;
		margin-bottom: 1rem !important;
	}

	.custom-home-hero-title {
		font-size: clamp(3rem, 5vw, 4.1rem);
		line-height: 0.96;
		max-width: 10ch;
		margin-bottom: 1.25rem !important;
	}

	.custom-home-hero-subtitle {
		max-width: 34rem;
		font-size: clamp(1.2rem, 2vw, 1.55rem);
		line-height: 1.4;
	}

	.custom-home-hero-image {
		left: 50%;
		bottom: 0;
		width: min(88vw, 860px);
		max-width: none;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.custom-home-hero-slide .container {
		margin: 0 2vw 0 2vw !important;
	}

	.custom-home-hero-static {
		height: clamp(650px, 50vh, 800px);
	}

	.custom-home-hero-panel {
		left: 0;
		right: 0;
		border-radius: 0;
	}

	.custom-home-hero-panel::before {
		opacity: 0.18;
		background-size: cover;
	}

	.custom-home-hero-row {
		padding: 1.5rem 1.25rem 8.5rem;
	}

	.custom-home-hero-content {
		max-width: 100%;
		padding: 0;
	}

	.custom-home-hero-pretitle {
		font-size: 1rem;
		margin-bottom: 0.9rem !important;
	}

	.custom-home-hero-title {
		font-size: clamp(2.7rem, 6vh, 4rem);
		line-height: 0.98;
		max-width: 9ch;
		margin-bottom: 1rem !important;
	}

	.custom-home-hero-subtitle {
		max-width: 30rem;
		font-size: clamp(1.08rem, 2.6vw, 1.32rem);
		line-height: 1.42;
	}

	.custom-home-hero-image {
		left: 50%;
		bottom: 0;
		width: min(90vw, 700px);
		max-width: none;
	}
}

@media (max-width: 575px) {
	.custom-home-hero-static {
		min-height: 620px;
	}

	.custom-home-hero-panel {
		left: 0;
		right: 0;
		border-radius: 0;
	}

	.custom-home-hero-panel::before {
		opacity: 0.14;
		background-size: cover;
		background-position: center top;
	}

	.custom-home-hero-row {
		min-height: 620px;
		padding: 2rem 1rem 7rem;
	}

	.custom-home-hero-content {
		max-width: 100%;
		padding: 0;
	}

	.custom-home-hero-pretitle {
		font-size: 0.95rem;
		margin-bottom: 0.75rem !important;
	}

	.custom-home-hero-title {
		font-size: clamp(2.25rem, 9vw, 3.1rem);
		line-height: 0.98;
		max-width: 12ch;
		margin-bottom: 0.9rem !important;
	}

	.custom-home-hero-subtitle {
		max-width: 100%;
		font-size: clamp(1rem, 4.1vw, 1.2rem);
		line-height: 1.45;
	}

	.custom-home-hero-image {
		left: 50%;
		bottom: 0;
		width: min(102vw, 560px);
		max-width: none;
	}
}

/* ==========================================================================
   Home - Quicklinks Strip
   ========================================================================== */

.custom-quicklink-card {
	display: block;
	height: 100%;
	transition: transform 0.2s ease;
	transform-origin: center;
}

.custom-quicklink-card:hover {
	transform: scale(1.1);
	position: relative;
	z-index: 10;
}

.custom-quicklink-icon-wrap {
	margin-right: 1rem;
}

.custom-quicklink-icon {
	display: block;
	width: 2.5rem;
	height: 2.5rem;
}

.custom-quicklink-icon-image {
	display: block;
	width: 6.9rem;
	height: 6.9rem;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.custom-quicklink-content h4,
.custom-quicklink-content h5 {
	color: var(--light);
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0;
}

.custom-quicklink-content p {
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.35;
}

.custom-quicklink-content-center {
	position: relative;
	display: block;
	text-align: left;
}

.custom-quicklink-emergency-box {
	justify-content: center;
}

.custom-emergency-call-label {
	display: block;
	font-size: 1.875rem;
	line-height: 1.2;
	margin-bottom: 0;
	opacity: 1;
	text-align: left;
}

.custom-emergency-call-copy {
	position: absolute;
	top: 50%;
	transform: translateY(-170%);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 0 !important;
	color: rgba(255, 255, 255, 0.88);
	white-space: nowrap;
	text-align: left;
}

.section-custom-medical {
	position: relative;
	z-index: 3;
}

.section-custom-medical .medical-schedules {
	--ql-overlap: 78px;
	--ql-height: 150px;
	--ql-box-padding: 1.85rem;
	--ql-gap: 1rem;
	--ql-icon-size: 6.9rem;
	--ql-title-size: 1.875rem;
	--ql-note-size: 1rem;
	--ql-box2-pad-left: 4.25rem;
	--ql-box3-pad-left: 3rem;
	width: 100%;
	max-width: 100%;
	margin-top: calc(var(--ql-overlap) * -1);
	margin-bottom: calc(var(--ql-overlap) * 0.35);
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 4;
}

.medical-schedules .box-one,
.medical-schedules .box-two,
.medical-schedules .box-three,
.medical-schedules .box-four {
	height: auto;
	min-height: var(--ql-height);
}

.medical-schedules .box-one::after {
	top: 0;
	right: -40px;
	width: 40px;
	height: 100%;
	border: 0;
	background: #1565A8 !important;
	transform: none;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.medical-schedules .box-two,
.medical-schedules .box-three {
	padding: 0;
}

.medical-schedules .box-two .expanded-info,
.medical-schedules .box-three .expanded-info,
.medical-schedules .box-two:hover .expanded-info,
.medical-schedules .box-three:hover .expanded-info {
	display: none;
	opacity: 0;
}

.medical-schedules .box-two i,
.medical-schedules .box-three i {
	display: none;
}

.medical-schedules .box-two a,
.medical-schedules .box-three a {
	display: block;
	height: 100%;
}

.medical-schedules .feature-box {
	min-height: var(--ql-height);
	padding: var(--ql-box-padding) !important;
	gap: var(--ql-gap);
}

.medical-schedules .box-two .feature-box {
	padding-left: var(--ql-box2-pad-left) !important;
}

.medical-schedules .box-three .feature-box {
	padding-left: var(--ql-box3-pad-left) !important;
}

.section-custom-medical .custom-quicklink-icon-wrap {
	margin-right: 0;
	flex: 0 0 auto;
}

.section-custom-medical .custom-quicklink-icon-image {
	width: var(--ql-icon-size);
	height: var(--ql-icon-size);
}

.section-custom-medical .custom-quicklink-content h4,
.section-custom-medical .custom-quicklink-content h5,
.section-custom-medical .custom-emergency-call-label {
	font-size: var(--ql-title-size);
}

.section-custom-medical .custom-emergency-call-copy {
	font-size: var(--ql-note-size);
}

@media (min-width: 768px) {
	.section-custom-medical .medical-schedules {
		--ql-seam-fix: 1px;
	}

	.section-custom-medical .medical-schedules > [class*="col-"]:not(:first-child) {
		margin-left: calc(var(--ql-seam-fix) * -1);
	}

	.section-custom-medical .medical-schedules .box-one::after {
		right: calc(-40px + var(--ql-seam-fix));
	}
}

@media (min-width: 1200px) {
	.section-custom-medical .container {
		overflow: visible;
	}

	.section-custom-medical .medical-schedules {
		--ql-overlap: 78px;
		--ql-height: 150px;
		--ql-box-padding: 1.85rem;
		--ql-gap: 1rem;
		--ql-icon-size: 6.9rem;
		--ql-title-size: 1.875rem;
		--ql-note-size: 1rem;
		--ql-box2-pad-left: 4.25rem;
		--ql-box3-pad-left: 3rem;
		display: grid !important;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		width: min(calc(100vw - 2rem), calc(100% + 17.6rem));
		max-width: min(calc(100vw - 2rem), calc(100% + 17.6rem));
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}

	.section-custom-medical .medical-schedules > [class*="col-"] {
		flex: initial;
		width: auto;
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.section-custom-medical .medical-schedules {
		--ql-overlap: 64px;
		--ql-height: 128px;
		--ql-box-padding: 1.5rem;
		--ql-gap: 0.85rem;
		--ql-icon-size: 5rem;
		--ql-title-size: 1.55rem;
		--ql-note-size: 0.9rem;
		--ql-box2-pad-left: 3.5rem;
		--ql-box3-pad-left: 2.35rem;
		display: grid !important;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		width: min(calc(100vw - 1.5rem), calc(100% + 5rem));
		max-width: min(calc(100vw - 1.5rem), calc(100% + 5rem));
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}

	.section-custom-medical .medical-schedules > [class*="col-"] {
		flex: initial;
		width: auto;
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.section-custom-medical .container {
		overflow: visible;
	}

	.section-custom-medical .medical-schedules {
		--ql-overlap: 52px;
		--ql-height: 104px;
		--ql-box-padding: 0.375rem;
		--ql-gap: 0.25rem;
		--ql-icon-size: 3.45rem;
		--ql-title-size: 1.25rem;
		--ql-note-size: 0.72rem;
		--ql-box2-pad-left: 1.8rem;
		--ql-box3-pad-left: 1rem;
		display: grid !important;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		width: calc(100vw - 1rem);
		max-width: calc(100vw - 1rem);
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}

	.section-custom-medical .medical-schedules .box-one::after {
		display: block;
		z-index: 2;
	}

	.section-custom-medical .medical-schedules > [class*="col-"] {
		flex: initial;
		width: auto;
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.section-custom-medical .medical-schedules {
		--ql-overlap: 45px;
		--ql-height: 90px;
		--ql-box-padding: 1rem;
		--ql-mobile-left-pad: 1.35rem;
		--ql-gap: 0.8rem;
		--ql-icon-size: 4.8rem;
		--ql-title-size: 1.4rem;
		--ql-note-size: 0.9rem;
		--ql-box2-pad-left: 3rem;
		--ql-box3-pad-left: 2.1rem;
		display: flex;
		position: static;
		left: auto;
		transform: none;
	}

	.section-custom-medical .medical-schedules > [class*="col-"] {
		padding-left: 0;
		padding-right: 0;
	}

	.section-custom-medical .medical-schedules .feature-box {
		padding-left: var(--ql-mobile-left-pad) !important;
		padding-right: var(--ql-box-padding) !important;
	}

	.section-custom-medical .medical-schedules .box-two .feature-box,
	.section-custom-medical .medical-schedules .box-three .feature-box {
		padding-left: var(--ql-mobile-left-pad) !important;
	}

	.section-custom-medical .medical-schedules .custom-quicklink-emergency-box {
		justify-content: flex-start;
		padding-left: var(--ql-mobile-left-pad) !important;
	}

	.section-custom-medical .medical-schedules .custom-quicklink-icon-wrap {
		margin-right: 0.8rem;
	}
}

/* ==========================================================================
   Home - Services Carousel
   ========================================================================== */

.custom-stites-services-carousel .owl-stage {
	display: flex;
}

.custom-stites-services-carousel .owl-item {
	height: auto;
}

.custom-stites-services-carousel .owl-item > div {
	height: 100%;
}

.custom-stites-service-card,
.custom-stites-service-card-wrapper {
	display: block;
	height: 100%;
}

.custom-stites-service-card-wrapper {
	position: relative;
	min-height: 31rem;
	border-radius: calc(var(--border-radius2x) * 2);
}

.custom-stites-service-card-media {
	position: absolute;
	inset: 0;
	background-color: #8fb1cc;
	background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(0, 0, 0, 0.08));
}

.custom-stites-service-card-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(9, 29, 46, 0.08) 0%, rgba(9, 29, 46, 0.38) 100%);
}

.custom-stites-service-card-tone-1 {
	background-color: #8fb1cc;
}

.custom-stites-service-card-tone-2 {
	background-color: #91bfc0;
}

.custom-stites-service-card-tone-3 {
	background-color: #7ea2bf;
}

.custom-stites-service-card-tone-4 {
	background-color: #86a8bf;
}

.custom-stites-service-card-tone-5 {
	background-color: #7299ba;
}

.custom-stites-service-card-photo {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.custom-stites-service-card-icon {
	max-width: 60px;
	filter: brightness(0) invert(1);
}

.custom-stites-services-carousel .thumb-info-inner.text-start.ps-5 {
	padding-left: 1.5rem !important;
	transform: translateY(0.875rem);
}

.custom-stites-services-carousel .thumb-info.thumb-info-slow-image-zoom-hover:hover img {
	transform: scale(1.25, 1.25);
}

.custom-stites-services-carousel .overlay:before,
.custom-stites-services-carousel .thumb-info-wrapper:after {
	background-color: var(--secondary);
}

.custom-stites-services-carousel .thumb-info:hover .thumb-info-wrapper:after {
	opacity: 0.5;
}

.custom-stites-services-carousel .thumb-info-title.top-0 {
	z-index: 3;
	padding: 3rem 1.5rem 1.5rem !important;
}

.custom-stites-services-carousel .thumb-info-title.bottom-30 {
	z-index: 3;
	bottom: 0.875rem;
}

.custom-stites-services-carousel .thumb-info-inner h4 {
	line-height: 1.2;
	text-transform: none;
}

.custom-stites-services-carousel .thumb-info-swap-content-wrapper > .custom-stites-service-details {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.custom-stites-service-copy {
	max-width: 18rem;
	margin: 0 1.5rem;
	font-size: 1.37rem;
	line-height: 1.5;
}

.custom-stites-service-cta {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.55rem;
	width: auto;
	max-width: none;
	min-width: 0;
	margin: 1.25rem 0 0 1.25rem;
	padding: 0.65rem 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.95);
	background: transparent;
	color: var(--light);
	text-transform: none;
	font-weight: 700;
	white-space: nowrap;
	flex: 0 0 auto;
	line-height: 1.2;
}

.custom-stites-service-cta i {
	display: inline-block;
	flex: 0 0 auto;
	margin-left: 0;
	color: var(--light);
}

.custom-stites-service-cta:hover,
.custom-stites-service-cta:focus {
	background: rgba(255, 255, 255, 0.14);
	border-color: var(--light);
	color: var(--light);
}

.custom-stites-services-nav {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	z-index: 5;
	pointer-events: none;
	transform: translateY(-50%);
}

.custom-stites-services-nav-btn {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 46px;
	padding: 0;
	border: 0;
	border-radius: var(--border-radius2x);
	background: var(--primary);
	color: var(--light);
	box-shadow: 0 10px 30px rgba(15, 38, 59, 0.12);
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
	pointer-events: auto;
}

.custom-stites-services-nav-prev {
	left: 0.75rem;
}

.custom-stites-services-nav-next {
	right: 0.75rem;
}

.custom-stites-services-nav-btn:hover,
.custom-stites-services-nav-btn:focus {
	background: var(--secondary-200);
	color: var(--light);
	transform: translateY(-1px);
}

.custom-stites-services-nav-btn i {
	font-size: 0.95rem;
}

.custom-stites-services-carousel {
	padding: 0;
}

.custom-stites-services-carousel-shell {
	padding-right: 2.5rem;
	padding-left: 2.5rem;
}

@media (max-width: 1091px) {
	.custom-stites-service-card-wrapper,
	.custom-stites-service-card-media {
		min-height: 28rem;
	}

	.custom-stites-services-carousel .thumb-info-title.top-0 {
		padding: 3rem 1.5rem 1.5rem !important;
	}

	.custom-stites-service-copy {
		max-width: none;
	}

	.custom-stites-service-cta {
		margin-left: 1.5rem;
	}
}

@media (max-width: 767px) {
	.custom-stites-services-nav {
		position: static;
		display: flex;
		justify-content: center;
		gap: 0.65rem;
		transform: none;
		margin-bottom: 1rem;
	}

	.custom-stites-services-nav-btn {
		position: static;
	}

	.custom-stites-services-carousel .thumb-info-title.bottom-30 {
		bottom: 1rem;
	}

	.custom-stites-service-card-wrapper,
	.custom-stites-service-card-media {
		min-height: 25rem;
	}
}

/* ==========================================================================
   Services Hub - Service Link Rows
   ========================================================================== */

.custom-stites-service-link-grid {
	grid-template-columns: 1fr;
}

.custom-stites-service-link {
	position: relative;
	display: flex;
	align-items: center;
	gap: 1.75rem;
	padding: 0 1.35rem 0 0;
	max-height: 130px;
	border-radius: calc(var(--border-radius2x) * 2);
	background: #a8cfee;
	color: var(--dark);
	text-decoration: none;
	overflow: hidden;
	box-shadow: 0 22px 45px -28px rgba(18, 52, 64, 0.38);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.custom-stites-service-link:hover,
.custom-stites-service-link:focus {
	transform: translateY(-2px);
	box-shadow: 0 28px 48px -26px rgba(18, 52, 64, 0.45);
	background: #b2d5f1;
	color: var(--dark);
	text-decoration: none;
}

.custom-stites-service-link-media {
	position: relative;
	display: inline-block;
	flex: 0 0 310px;
	width: 310px;
	align-self: stretch;
	min-height: 130px;
	overflow: visible;
	margin: -18px 30px -18px -24px;
	z-index: 2;
}

.custom-stites-service-link-media::after {
	content: " ";
	position: absolute;
	top: 50%;
	left: -55px;
	width: 390px;
	height: 280px;
	transform: translateY(-50%);
	border-radius: 50%;
	border: 30px solid #fff;
	z-index: 2;
	pointer-events: none;
}

.custom-stites-service-link-media img {
	width: 100%;
	height: 100%;
	margin-left: 10px;
	object-fit: cover;
	object-position: center;
	display: block;
	position: relative;
	z-index: 1;
	border-radius: calc(var(--border-radius2x) * 2) 0 0 calc(var(--border-radius2x) * 2);
}

.custom-stites-service-link-title {
	display: block;
	flex: 1 1 auto;
	padding: 1.5vw 0;
	font-size: clamp(0.85rem, 1rem + 0.75vw, 2rem);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.035em;
	position: relative;
	z-index: 4;
	text-decoration: none;
	transition: text-decoration-color 0.2s ease, color 0.2s ease;
}

.custom-stites-service-link-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 2.6rem;
	height: 2.6rem;
	margin-right: 1.2rem;
	border-radius: 999px;
	background: var(--primary);
	color: var(--light);
	box-shadow: 0 14px 30px -16px rgba(18, 52, 64, 0.45);
	position: relative;
	z-index: 4;
	transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.custom-stites-service-link-arrow i {
	font-size: 1rem;
}

.custom-stites-service-link:hover .custom-stites-service-link-title,
.custom-stites-service-link:focus .custom-stites-service-link-title {
	text-decoration: none !important;
}

.custom-stites-service-link:hover,
.custom-stites-service-link:focus {
	text-decoration: none !important;
}

.custom-stites-service-link:hover .custom-stites-service-link-arrow,
.custom-stites-service-link:focus .custom-stites-service-link-arrow {
	transform: translateX(3px);
	background: var(--primary-200);
	box-shadow: 0 18px 32px -15px rgba(18, 52, 64, 0.52);
}

@media (min-width: 992px) {
	.custom-stites-service-link {
		gap: 1.45rem;
		padding-right: 1.05rem;
	}

	.custom-stites-service-link-media {
		margin: -18px 42px -18px -24px;
	}

	.custom-stites-service-link-media::after {
		left: -55px;
		width: 390px;
		height: 280px;
		border-width: 24px;
	}

	.custom-stites-service-link-title {
		padding: 1.6rem 0;
	}

	.custom-stites-service-link-arrow {
		width: 2.2rem;
		height: 2.2rem;
		margin-right: 0.85rem;
	}

	.custom-stites-service-link-arrow i {
		font-size: 0.9rem;
	}
}

@media (max-width: 991px) {
	.custom-stites-service-link {
		gap: 1rem;
		padding-right: 1rem;
	}

	.custom-stites-service-link-media {
		flex-basis: 250px;
		width: 250px;
		min-height: 110px;
		margin: -14px 48px -14px -18px;
	}

    .custom-stites-service-link-media::after {
        left: -40px;
        width: 310px;
        height: 270px;
        border-width: 22px;
    }

	.custom-stites-service-link-title {
		padding: 0.65rem 0;
		font-size: clamp(0.85rem, 0.95rem + 1.2vw, 1.3rem);
	}
}

@media (max-width: 767px) {
	.custom-stites-service-link {
		gap: 0.8rem;
		padding-right: 0.9rem;
	}

	.custom-stites-service-link-media {
		flex-basis: 180px;
		width: 180px;
		min-height: 88px;
		margin: -10px 36px -10px -14px;
	}

	.custom-stites-service-link-media::after {
        left: -38px;
        width: 240px;
        height: 230px;
        border-width: 22px;
	}

	.custom-stites-service-link-title {
		padding: 0.85rem 0;
		font-size: clamp(0.85rem, 0.88rem + 1.2vw, 1.45rem);
	}

	.custom-stites-service-link-arrow {
		width: 2.35rem;
		height: 2.35rem;
	}

	.custom-stites-service-link-arrow i {
		font-size: 0.78rem;
	}
}

@media (max-width: 575px) {
	.custom-stites-service-link {
		gap: 0.7rem;
		padding-right: 0.8rem;
	}

	.custom-stites-service-link-media {
		flex-basis: 140px;
		width: 140px;
		min-height: 76px;
		margin: -10px 28px -10px -14px;
	}

	.custom-stites-service-link-media::after {
		left: -16px;
        width: 172px;
        height: 220px;
        border-width: 18px;
	}

	.custom-stites-service-link-title {
		font-size: 1.15rem;
	}

	.custom-stites-service-link-arrow {
		width: 2.15rem;
		height: 2.15rem;
	}
}

/* ==========================================================================
   Home - More About / Eyewear
   ========================================================================== */

.custom-stites-more-about {
	background-color: #b5cfe3;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 70px;
}

.custom-stites-more-about .custom-list-icons li {
	line-height: 35px;
	padding-left: 52px;
}

.custom-stites-more-about .custom-list-icons li i {
	border-color: white !important;
	width: 40px;
	height: 40px;
	line-height: 33px;
	top: 0;
}

.custom-stites-more-about .custom-list-icons:first-child li {
	padding-right: 60px;
}

@media (max-width: 1091px) {
	.custom-stites-more-about {
		padding-top: 0;
		position: static;
		background-image: none !important;
		background-color: #b5cfe3;
		margin-bottom: 0;
		overflow: hidden;
	}

	.custom-stites-more-about > .container > .row > .col-lg-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.custom-stites-more-about .container {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.custom-stites-more-about > .container > .row {
		margin-left: 0;
		margin-right: 0;
	}

	.custom-stites-more-about > .container > .row > .col-cuttin-more-about {
		min-height: clamp(300px, 58vw, 600px);
		background-image: url("../img/hero/stites-more-about-glasses-background.jpeg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.custom-stites-more-about > .container > .row > .custom-stites-services-section {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
}

@media (min-width: 1092px) {
	.custom-stites-more-about {
		background-position: left center;
		background-repeat: no-repeat;
		background-size: auto 100%;
	}

	.custom-stites-more-about .col-cuttin-more-about:before {
		content: "";
		position: absolute;
		top: -35%;
		right: -90%;
		width: 100%;
		height: 100%;
		background: #a8cfee;
		z-index: 0;
		transform: rotate(75deg);
	}

	.custom-stites-more-about .col-cuttin-more-about:after {
		content: "";
		position: absolute;
		top: 35%;
		right: -90%;
		width: 100%;
		height: 100%;
		background: #a8cfee;
		z-index: 0;
		transform: rotate(-75deg);
	}
}

@media (min-width: 1092px) and (max-width: 1249px) {
	.custom-stites-more-about {
		background-size: auto 100%;
	}

	.custom-stites-services-section {
		padding-right: 80px;
	}

	.custom-stites-more-about .container {
		width: 100vw !important;
		max-width: 100vw !important;
		margin: 0;
	}

	.custom-stites-more-about .col-cuttin-more-about:before {
		right: -100%;
		top: -38%;
	}

	.custom-stites-more-about .col-cuttin-more-about:after {
		right: -100%;
		top: 38%;
	}
}

/* ==========================================================================
   Home - Client Stories / Reviews
   ========================================================================== */

.google-proof-rating {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.45rem;
	font-size: 1rem;
	line-height: 1.2;
}

.google-proof-brand {
	font-weight: 700;
	color: var(--dark);
}

.google-proof-stars {
	display: inline-flex;
	align-items: center;
	gap: 0.14rem;
}

.google-proof-star {
	width: 1.1rem;
	height: 1.1rem;
	fill: #fbbc04;
	flex: 0 0 auto;
}

.google-proof-score {
	font-weight: 700;
	color: var(--dark);
}

.google-proof-total {
	color: var(--dark);
	font-weight: 500;
}

.custom-stites-client-stories .custom-font-tertiary {
	font-family: "Playfair Display", serif;
}

.custom-stites-client-stories .gsap-text-wrapper {
	perspective: 100px;
}

.custom-stites-client-stories .custom-el-7 {
	position: absolute;
	top: -1rem;
	left: -1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	border-radius: 999px;
	font-size: 1.55rem;
	z-index: 3;
}

.custom-stites-client-stories .custom-stites-review-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	border-radius: 999px;
	font-size: 3.5rem;
	font-weight: 700;
	color: #fff;
}

.custom-stites-client-stories .custom-stites-review-avatar-1 {
	background-color: #8fa7c6;
}

.custom-stites-client-stories .custom-stites-review-avatar-2 {
	background-color: #b697b9;
}

.custom-stites-client-stories .custom-stites-review-avatar-3 {
	background-color: #9db5a2;
}

.custom-stites-client-stories .custom-stites-review-avatar-4 {
	background-color: #c4a08f;
}

.custom-stites-client-stories .custom-stites-review-avatar-5 {
	background-color: #9aa5ba;
}

.custom-stites-client-stories .custom-stites-review-avatar-6 {
	background-color: #b6a0c4;
}

.custom-stites-client-stories .custom-stites-review-avatar-7 {
	background-color: #bfa784;
}

.custom-stites-client-stories .custom-stites-review-avatar-8 {
	background-color: #98a2bf;
}

.custom-stites-client-stories .custom-stites-review-meta {
	display: block;
	margin-top: 0.35rem;
}

.custom-stites-client-stories .custom-owl-carousel-1 .owl-prev,
.custom-stites-client-stories .custom-owl-carousel-1 .owl-next {
	background-color: #fff !important;
	color: var(--dark) !important;
	box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.custom-stites-client-stories .custom-owl-carousel-1 .owl-prev:before,
.custom-stites-client-stories .custom-owl-carousel-1 .owl-next:before {
	color: var(--dark) !important;
}

@media (max-width: 1091px) {
	.custom-stites-client-stories .custom-el-7 {
		top: -0.75rem;
		left: -0.75rem;
		width: 3rem;
		height: 3rem;
		font-size: 1.25rem;
	}

	.custom-stites-client-stories .custom-stites-review-avatar {
		width: 100px;
		height: 100px;
		font-size: 3.75rem;
        padding: 0px 5px 0px 5px;
	}
}

/* ==========================================================================
   Footer
   ========================================================================== */

#footer.custom-stites-footer {
	background-color: var(--primary);
	border: 0;
}

#footer.custom-stites-footer p,
#footer.custom-stites-footer a:not(.btn):not(.no-footer-css),
#footer.custom-stites-footer strong,
#footer.custom-stites-footer span,
#footer.custom-stites-footer li {
	color: var(--light);
}

#footer.custom-stites-footer h2,
#footer.custom-stites-footer h4 {
	color: var(--light);
}

#footer.custom-stites-footer .feature-box strong {
	color: var(--light) !important;
}

#footer.custom-stites-footer .feature-box a:not(.btn):not(.no-footer-css),
#footer.custom-stites-footer .feature-box a:not(.btn):not(.no-footer-css):hover {
	color: var(--light);
}

#footer.custom-stites-footer .svg-fill-color-primary svg path,
#footer.custom-stites-footer .svg-fill-color-primary svg rect,
#footer.custom-stites-footer .svg-fill-color-primary svg line,
#footer.custom-stites-footer .svg-fill-color-primary svg polyline,
#footer.custom-stites-footer .svg-fill-color-primary svg polygon,
#footer.custom-stites-footer .svg-fill-color-light svg path,
#footer.custom-stites-footer .svg-fill-color-light svg rect,
#footer.custom-stites-footer .svg-fill-color-light svg line,
#footer.custom-stites-footer .svg-fill-color-light svg polyline,
#footer.custom-stites-footer .svg-fill-color-light svg polygon,
#footer.custom-stites-footer .highlight-scribble-1 path {
	fill: var(--light) !important;
	stroke: var(--light) !important;
}

#footer.custom-stites-footer a.text-color-grey:hover,
#footer.custom-stites-footer a.text-color-hover-primary:hover {
	color: var(--light) !important;
}

#footer.custom-stites-footer .footer-copyright {
	background: transparent;
	border-top: 0;
}

/* ==========================================================================
   Layout / Container Overrides
   ========================================================================== */

@media (min-width: 992px) {
	.container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
		max-width: 1040px;
	}
}

@media (min-width: 1250px) {
	.container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
		max-width: 1190px;
	}
}

@media (min-width: 1400px) {
	.container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
		max-width: 1354px;
	}
}






.custom-stites-additional-services .custom-el-5 {
    height: 100%;
    aspect-ratio: 1 / 1;
    background: #FFF;
    border-radius: 100%;
    margin: 10%;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.custom-stites-additional-services .custom-el-5:before {
    content: ' ';
    display: block;
    width: 110%;
    height: 110%;
    position: absolute;
    top: 0;
    left: -6%;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    z-index: 1;
}

.custom-stites-additional-services .custom-el-5-1 {
    height: 100%;
    aspect-ratio: 1 / 1;
    opacity: 0.8;
    background-color: #FFF;
    border: 70px solid #000;
    border-radius: 100%;
    position: relative;
    z-index: 3;
}

.custom-stites-additional-services .custom-el-5-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.custom-stites-additional-services .custom-el-6 {
    width: 75px;
    height: 75px;
}

.custom-stites-additional-services-blurb {
	width: clamp(250px, 40vw, 360px);
	max-width: 40vw;
}

.custom-stites-additional-services .custom-pos-3 {
    bottom: 12%;
    left: -5%;
}

@media (max-width: 450px) {
	.custom-stites-additional-services-blurb {
		width: auto;
		min-width: 0;
		max-width: calc(100vw - 2rem);
		padding-left: 1rem !important;
		padding-right: 1rem !important;
		transform: translateY(10vh);
	}

	.custom-stites-additional-services-blurb .custom-el-6 {
		display: none;
	}

	.custom-stites-additional-services-blurb .custom-stites-additional-services-blurb-copy {
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		text-align: center !important;
	}

	.custom-stites-additional-services-blurb .d-flex.align-items-center {
		justify-content: center;
	}
}

@media (max-width: 460px) {
	.custom-stites-service-link-media {
		display: none;
	}

	.custom-stites-service-link-title {
		padding-top: 1.3rem;
		padding-bottom: 1.3rem;
		margin-left: 20px;
	}
}

.custom-cta-stack-btn {
	width: 100%;
	max-width: 250px;
	justify-content: center;
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
	text-align: center;
}

/* 
==========================================================================
   Service Single Template
   
========================================================================== */

.custom-stites-service-single-layout {
	align-items: flex-start;
}

.custom-stites-service-single-content-image {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center;
}

.custom-stites-service-single-callout,
.custom-stites-service-single-highlight-card {
	box-shadow: 0 20px 48px -34px rgba(18, 52, 64, 0.3);
}

.custom-stites-service-single-callout-icon,
.custom-stites-service-single-highlight-icon,
.custom-stites-service-single-sidebar-icon {
	width: 4rem;
	height: 4rem;
}

.custom-stites-service-single-highlight {
	background: linear-gradient(135deg, rgba(168, 207, 238, 0.35) 0%, rgba(231, 242, 250, 0.85) 100%);
}

.custom-stites-process-list.custom-stites-service-single-steps-list li {
	margin-left: var(--service-step-shift, 0);
	max-width: 80%;
	align-items: flex-start;
}

.custom-stites-service-single-steps-list .custom-stites-process-number {
	margin-top: -0.15rem;
}

.custom-stites-service-single-steps-list .custom-stites-process-copy {
	max-width: none;
	padding-top: 0.15rem;
}

.custom-stites-service-single-steps-list .custom-stites-process-copy strong {
	display: block;
	margin-right: 0 !important;
	line-height: 1.25;
}

.custom-stites-service-single-sidebar-links .btn {
	border: 1px solid rgba(18, 52, 64, 0.08);
}

.custom-stites-service-single-sidebar-link.active {
	background-color: #eaf3fb;
	box-shadow: 0 22px 46px -28px rgba(18, 52, 64, 0.28);
}

.custom-stites-service-single-sidebar-link.active strong {
	color: var(--primary) !important;
}

.custom-stites-service-single-sidebar-link.active span {
	background-color: var(--primary) !important;
}

.custom-stites-service-single-sidebar-link.active span i {
	color: #fff !important;
}

@media (min-width: 992px) {
	.custom-stites-service-single-sidebar[style*="position: fixed"] {
		top: 72px !important;
	}
}

.custom-stites-service-single-cta-shell {
	border-radius: clamp(25px, 3vw, 40px);
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.custom-stites-service-single-cta {
	position: relative;
}

.custom-stites-service-single-cta > .container {
	position: relative;
	z-index: 2;
}

.custom-stites-service-single-cta-bg {
	position: absolute;
	inset: -10% 0;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	transform: translate3d(0, 0, 0);
	z-index: 0;
}

.custom-stites-service-single-cta-min-height {
	min-height: 500px;
}

@media (max-width: 991px) {
	.custom-stites-process-list.custom-stites-service-single-steps-list li {
		max-width: 90%;
	}

	.custom-stites-service-single-cta-min-height {
		min-height: 420px;
	}
}

@media (max-width: 575px) {
	.custom-stites-service-single-callout-icon,
	.custom-stites-service-single-highlight-icon,
	.custom-stites-service-single-sidebar-icon {
		width: 3.35rem;
		height: 3.35rem;
	}

	.custom-stites-service-single-sidebar-links .btn strong {
		font-size: 1.05rem !important;
	}

	.custom-stites-service-single-cta-min-height {
		min-height: 360px;
	}
}

@media (max-width: 767px) {
	.custom-stites-process-list.custom-stites-service-single-steps-list li {
		margin-left: 0;
		max-width: 100%;
	}
}
