/*
Theme Name: VoltEdge Sparkrite
Theme URI: https://www.sparkriteelectrical.com.au/
Description: Sparkrite Electrical child theme for VoltEdge. Adds a native header/footer so the demo layout works without Elementor Pro Theme Builder.
Author: Sparkrite Electrical
Template: voltedge
Version: 1.6.6
Text Domain: voltedge-sparkrite
*/

:root {
	--sr-yellow: #fff200;
	--sr-yellow-dark: #e6db00;
	--sr-red: var(--sr-yellow);
	--sr-ink: #111111;
	--sr-paper: #f3f5f2;
	--sr-cream: #f3ede3;
	--sr-white: #ffffff;
	--e-global-color-vamtam_accent_1: var(--sr-yellow);
	--e-global-color-primary: var(--sr-yellow);
	--vamtam-accent-color-1: var(--sr-yellow);
}

html,
body,
body.sr-child,
.elementor {
	--e-global-color-vamtam_accent_1: var(--sr-yellow) !important;
	--e-global-color-primary: var(--sr-yellow) !important;
	--vamtam-accent-color-1: var(--sr-yellow) !important;
}

.sr-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: var(--sr-white);
	box-shadow: 0 1px 0 rgba(25, 25, 25, 0.08);
}

.sr-topbar {
	background: var(--sr-ink);
	color: var(--sr-white);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.sr-topbar__inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 8px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.sr-topbar__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--sr-white);
	text-decoration: none;
	white-space: nowrap;
}

.sr-topbar__loc:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--sr-yellow);
	box-shadow: 0 0 0 3px rgba(255, 242, 0, 0.2);
}

.sr-topbar__phone {
	font-weight: 800;
	letter-spacing: 0.02em;
}

.sr-topbar__phone:hover {
	color: var(--sr-yellow);
}

.sr-header__bar {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 88px;
	padding: 10px 24px;
	max-width: 1440px;
	margin: 0 auto;
}

.sr-header__logo img {
	display: block;
	height: 58px;
	width: auto;
	max-width: 220px;
}

.sr-header__nav {
	display: flex;
	align-items: center;
	gap: 28px;
	flex: 1;
	justify-content: flex-end;
}

.sr-header__menu,
.sr-header__menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sr-header__menu {
	display: flex;
	align-items: center;
	gap: 0;
	flex-wrap: nowrap;
}

.sr-header__menu > li {
	position: relative;
}

.sr-header__menu a {
	display: block;
	padding: 10px 10px;
	color: var(--sr-ink);
	text-decoration: none;
	font-size: 14px;
	white-space: nowrap;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.sr-header__menu a:hover,
.sr-header__menu .current-menu-item > a,
.sr-header__menu .current-menu-ancestor > a {
	color: var(--sr-ink);
	box-shadow: inset 0 -2px 0 var(--sr-yellow);
}

.sr-header__menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 240px;
	background: var(--sr-white);
	box-shadow: 0 12px 32px rgba(25, 25, 25, 0.12);
	padding: 8px 0;
	z-index: 20;
}

.sr-header__menu .sub-menu > li {
	position: relative;
}

.sr-header__menu .sub-menu .sub-menu {
	top: 0;
	left: 100%;
}

.sr-header__menu li:hover > .sub-menu,
.sr-header__menu li:focus-within > .sub-menu {
	display: block;
}

.sr-header__menu .sub-menu .menu-item-has-children > a {
	padding-right: 28px;
}

.sr-header__cta {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
}

.sr-header__phone {
	color: var(--sr-ink);
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	white-space: nowrap;
}

@media (min-width: 1201px) {
	.sr-header__phone {
		display: none;
	}
}

.sr-header__phone:hover {
	color: var(--sr-ink);
	box-shadow: inset 0 -2px 0 var(--sr-yellow);
}

.sr-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--sr-yellow);
	color: var(--sr-ink) !important;
	text-decoration: none;
	padding: 12px 20px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
	border: 0;
	cursor: pointer;
	letter-spacing: 0.02em;
}

.sr-btn:hover {
	background: var(--sr-ink);
	color: var(--sr-yellow) !important;
	opacity: 1;
}

.sr-btn--ghost {
	background: transparent;
	color: var(--sr-white) !important;
	border: 1px solid rgba(255, 255, 255, 0.35);
}

.sr-btn--ghost:hover {
	background: var(--sr-white);
	color: var(--sr-ink) !important;
	opacity: 1;
	border-color: var(--sr-white);
}

.sr-header__toggle {
	display: none;
	background: none;
	border: 0;
	width: 42px;
	height: 42px;
	padding: 0;
	cursor: pointer;
}

.sr-header__toggle span,
.sr-header__toggle span:before,
.sr-header__toggle span:after {
	display: block;
	width: 22px;
	height: 2px;
	background: var(--sr-ink);
	position: relative;
}

.sr-header__toggle span:before,
.sr-header__toggle span:after {
	content: "";
	position: absolute;
	left: 0;
}

.sr-header__toggle span:before { top: -7px; }
.sr-header__toggle span:after { top: 7px; }

.sr-footer {
	background: var(--sr-ink);
	color: var(--sr-white);
	padding: 0 40px 28px;
	margin-top: 0;
	border-top: 4px solid var(--sr-yellow);
}

.sr-footer a {
	color: var(--sr-white);
	text-decoration: none;
}

.sr-footer a:hover {
	color: var(--sr-yellow);
}

.sr-footer__cta {
	max-width: 1240px;
	margin: 0 auto;
	padding: 56px 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sr-footer__eyebrow {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--sr-yellow);
}

.sr-footer__cta h2 {
	font-family: "Bebas Neue", Impact, sans-serif;
	font-weight: 400;
	font-size: clamp(32px, 4vw, 52px);
	line-height: 0.95;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin: 0 0 12px;
	max-width: 640px;
}

.sr-footer__cta-copy p:last-child {
	margin: 0;
	max-width: 540px;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.78);
}

.sr-footer__cta-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-self: center;
	gap: 12px;
	flex-shrink: 0;
}

.sr-footer__cta-actions .sr-btn {
	min-height: 48px;
	height: 48px;
	padding: 0 20px;
	font-size: 14px;
	border-radius: 6px;
}

.sr-footer__grid {
	max-width: 1240px;
	margin: 0 auto;
	padding: 48px 0 8px;
	display: grid;
	grid-template-columns: 1.4fr 0.9fr 0.9fr 1.2fr;
	gap: 40px;
}

.sr-footer__logo {
	display: inline-flex;
	align-items: center;
	background: var(--sr-white);
	padding: 10px 14px;
	border-radius: 8px;
	margin-bottom: 18px;
}

.sr-footer__logo img {
	display: block;
	height: 44px;
	width: auto;
	max-width: 180px;
}

.sr-footer__brand p {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.78);
}

.sr-footer__hours {
	color: rgba(255, 255, 255, 0.9) !important;
}

.sr-footer__hours strong {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.sr-footer__licences {
	font-size: 12px !important;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.55) !important;
}

.sr-footer h3 {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin: 8px 0 18px;
	color: var(--sr-yellow);
}

.sr-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sr-footer li {
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 1.45;
}

.sr-footer__contact span {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
	margin-bottom: 2px;
}

.sr-footer__contact a {
	font-weight: 600;
}

.sr-footer__bottom {
	max-width: 1240px;
	margin: 28px auto 0;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.62);
}

.sr-footer__bottom p {
	margin: 0;
}

.sr-footer__bottom span {
	margin: 0 8px;
	opacity: 0.5;
}

.sr-quote {
	background: var(--sr-paper);
	padding: 48px 24px;
}

.sr-quote__inner {
	max-width: 720px;
	margin: 0 auto;
}

.sr-quote h3 {
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 36px;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.sr-quote form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 20px;
}

.sr-quote input,
.sr-quote textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #dedede;
	border-radius: 4px;
	font: inherit;
	background: var(--sr-white);
}

.sr-quote textarea,
.sr-quote .sr-quote__full {
	grid-column: 1 / -1;
}

.sr-quote .sr-notice {
	grid-column: 1 / -1;
	padding: 12px 14px;
	background: #e8f5e9;
}

.sr-quote .sr-notice--error {
	background: #fdecea;
	color: #8a1f11;
}

/* HFE / Elementor header — match VoltEdge sticky bar */
#masthead {
	position: sticky;
	top: 0;
	z-index: 10000;
	background: var(--sr-white);
	min-height: 80px;
}
#masthead .e-con,
#masthead .e-con-boxed,
#masthead .e-con-inner {
	flex-wrap: nowrap !important;
}
#masthead .hfe-nav-menu,
#masthead ul.hfe-nav-menu {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
#masthead .hfe-nav-menu > .menu-item {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
}
#masthead .hfe-sub-menu {
	white-space: normal;
}
#masthead .bhf-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}
#masthead .elementor-widget-image img,
#masthead .hfe-site-logo img {
	max-height: 44px;
	width: auto;
}
#masthead .hfe-nav-menu,
#masthead .hfe-nav-menu a,
.elementor-widget-navigation-menu .hfe-nav-menu a {
	font-family: "Pathway Extreme", Helvetica, sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: var(--sr-ink);
	text-decoration: none;
}
#masthead .hfe-nav-menu a:hover,
#masthead .hfe-nav-menu .current-menu-item > a {
	color: var(--sr-ink);
	box-shadow: inset 0 -2px 0 var(--sr-yellow);
}
#masthead .elementor-button,
.elementor-widget-button:not(.elementor-widget__width-initial) .elementor-button {
	background: var(--sr-yellow) !important;
	color: var(--sr-ink) !important;
	border-color: var(--sr-yellow) !important;
	box-shadow: none !important;
}
#masthead .elementor-button:hover,
.elementor-widget-button:not(.elementor-widget__width-initial) .elementor-button:hover {
	background: var(--sr-ink) !important;
	color: var(--sr-yellow) !important;
	border-color: var(--sr-ink) !important;
}
.footer-wrapper #colophon {
	margin: 0;
}

.sr-inner-hero--simple {
	margin-bottom: 0;
	background-color: #f3ede3 !important;
}
.sr-inner-hero--simple h1,
.sr-inner-hero--simple .elementor-heading-title {
	font-family: "Bebas Neue", Impact, sans-serif !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	color: #191919 !important;
	line-height: 0.9;
}
.sr-inner-hero--service {
	margin-bottom: 0;
	background-color: #f3f5f2 !important;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}
.sr-inner-hero--service.elementor-invisible,
.sr-inner-hero--service .elementor-invisible,
.sr-inner-hero--service .animated {
	animation: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}
.sr-inner-hero--service h1,
.sr-inner-hero--service h1.elementor-heading-title {
	font-family: "Bebas Neue", Impact, sans-serif !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	color: #191919 !important;
	line-height: 0.92 !important;
	font-size: clamp(36px, 7vw, 84px) !important;
	word-break: normal;
	overflow-wrap: anywhere;
	max-width: 100%;
}
.sr-inner-hero--service .elementor-widget-text-editor {
	color: #191919;
	font-size: 16px;
	line-height: 1.6;
	max-width: 100%;
}
.sr-inner-hero--service .elementor-widget-text-editor p,
.sr-inner-body p,
.sr-inner-body li {
	overflow-wrap: anywhere;
}
.sr-featured {
	overflow: hidden;
	border-radius: 12px;
	min-height: 360px !important;
	height: 360px !important;
	background-size: cover !important;
	background-position: center center !important;
	background-color: #1a1a1a !important;
	box-shadow: none !important;
	align-self: stretch !important;
}
.sr-featured img {
	display: none;
}
.sr-contact-card {
	background: #191919 !important;
	color: #fff !important;
	border-radius: 12px !important;
}
.sr-contact-card .elementor-heading-title,
.sr-contact-card h2,
.sr-contact-card h5,
.sr-contact-card h6,
.sr-contact-card p,
.sr-contact-card a {
	color: #fff !important;
}
.sr-schedule-card {
	background: #fff !important;
	border-radius: 12px;
	box-shadow: 0 12px 40px rgba(25, 25, 25, 0.08);
}
.sr-inner-hero--service .e-con:has(> .elementor-widget-button.elementor-widget__width-initial),
.sr-services-nav {
	flex-direction: column !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	gap: 8px !important;
	width: 100% !important;
}
.sr-inner-hero--service .e-con:has(> .elementor-widget-button.elementor-widget__width-initial) > .elementor-widget-button,
.sr-services-nav > .elementor-widget-button {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}
.sr-inner-hero--service .e-con:has(> .elementor-widget-button.elementor-widget__width-initial) > .elementor-hidden-desktop,
.sr-services-nav > .elementor-hidden-desktop {
	display: none !important;
}
.sr-inner-hero--service .elementor-widget-button.elementor-widget__width-initial .elementor-button,
.sr-services-nav .elementor-button {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	width: 100% !important;
	min-height: 54px !important;
	padding: 14px 20px !important;
	background: #ffffff !important;
	color: #191919 !important;
	border: 1px solid #e4dfd8 !important;
	border-radius: 8px !important;
	box-shadow: 0 1px 2px rgba(25, 25, 25, 0.04) !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	letter-spacing: 0.01em !important;
	line-height: 1.25 !important;
	text-align: left !important;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.sr-inner-hero--service .elementor-widget-button.elementor-widget__width-initial .elementor-button-content-wrapper,
.sr-services-nav .elementor-button-content-wrapper,
.sr-inner-hero--service .elementor-widget-button.elementor-widget__width-initial .elementor-button-text,
.sr-services-nav .elementor-button-text {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	width: 100% !important;
	gap: 12px;
}
.sr-inner-hero--service .elementor-widget-button.elementor-widget__width-initial .elementor-button-text::after,
.sr-services-nav .elementor-button-text::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	margin-left: auto;
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	transform: rotate(45deg);
	flex-shrink: 0;
}
.sr-inner-hero--service .elementor-widget-button.elementor-widget__width-initial .elementor-button:hover,
.sr-services-nav .elementor-button:hover {
	background: #191919 !important;
	color: #fff !important;
	border-color: #191919 !important;
	box-shadow: none !important;
}
.sr-inner-hero--service .elementor-widget-button.elementor-widget__width-initial.sr-svc-btn--current .elementor-button,
.sr-svc-btn--current .elementor-button {
	background: var(--sr-yellow) !important;
	color: var(--sr-ink) !important;
	border-color: var(--sr-yellow) !important;
	box-shadow: 0 8px 18px rgba(17, 17, 17, 0.12) !important;
}
.sr-inner-hero--service .elementor-widget-button.elementor-widget__width-initial.sr-svc-btn--current .elementor-button:hover,
.sr-svc-btn--current .elementor-button:hover {
	background: var(--sr-ink) !important;
	color: var(--sr-yellow) !important;
	border-color: var(--sr-ink) !important;
}
.sr-services-heading {
	margin-bottom: 4px !important;
}
.sr-services-heading .elementor-heading-title,
.sr-services-heading .elementor-heading-title a {
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
	color: #191919 !important;
	text-decoration: none !important;
}
.sr-inner-hero--service .sr-quote {
	background: transparent;
	padding: 0;
}
.sr-inner-hero--service .sr-quote__inner {
	max-width: none;
	margin: 0;
}
.sr-inner-hero--service .sr-quote h3 {
	display: none;
}
.sr-inner-hero--service .sr-quote p {
	display: none;
}
.sr-hero-eyebrow .elementor-heading-title,
.sr-hero-eyebrow .elementor-heading-title a {
	display: inline-block;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
	color: var(--sr-ink) !important;
	background: var(--sr-yellow);
	padding: 6px 12px;
	text-decoration: none !important;
}
.sr-about-cta {
	background: transparent;
	color: #111;
	padding: 0;
	margin: 0;
	max-width: 360px;
}
.sr-about-cta p {
	margin: 0 0 8px;
	color: #111 !important;
	font-family: Roboto, Arial, sans-serif !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	font-weight: 400 !important;
}
.sr-about-cta p:last-child {
	margin-bottom: 0;
}
.sr-about-cta__title {
	font-size: 21px !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	margin-bottom: 10px !important;
}
.sr-about-cta__phone a {
	color: #234064 !important;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
}
.sr-about-cta__phone a:hover {
	text-decoration: underline;
}
.sr-inner-body {
	width: 100%;
}
.sr-inner-body.elementor-invisible,
.sr-inner-body .elementor-invisible {
	visibility: visible !important;
	opacity: 1 !important;
}
.sr-inner-body h2 {
	color: #191919 !important;
	margin: 28px 0 12px;
}
.sr-inner-body ul,
.sr-inner-body ol {
	padding-left: 1.25em;
	margin: 0 0 1.2em;
	color: #191919;
}
.sr-inner-body li {
	margin: 0 0 0.45em;
}
.sr-service-cards {
	width: 100%;
}
.sr-service-card {
	min-width: 240px;
	text-decoration: none;
	color: inherit;
	background: var(--sr-white);
}
.sr-service-card img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
	border-radius: 8px;
}
.sr-service-card h3,
.sr-service-card .elementor-heading-title {
	margin: 0;
	padding: 4px 4px 12px;
	color: #191919 !important;
	opacity: 1 !important;
	visibility: visible !important;
	font-size: 20px !important;
	line-height: 1.2 !important;
}
.sr-contact-card .elementor-button,
.sr-contact-card a.elementor-button-link {
	background: var(--sr-yellow) !important;
	color: var(--sr-ink) !important;
	border: 0 !important;
}
.sr-contact-card .elementor-button:hover,
.sr-contact-card a.elementor-button-link:hover {
	background: var(--sr-white) !important;
	color: var(--sr-ink) !important;
}
.elementor-widget-loop-grid,
.elementor-widget-loop-carousel,
.elementor-widget-nested-carousel,
.elementor-widget-sbi-widget,
.elementor-widget-theme-post-title,
.elementor-widget-theme-post-excerpt,
.elementor-widget-theme-post-content,
.elementor-widget-theme-post-featured-image {
	display: none;
}

.elementor-widget-image img[src=""],
.elementor-widget-image img:not([src]) {
	display: none;
}

.fixed-header-box .logo-wrapper .normal-logo,
.main-header .text-logo {
	max-height: 52px;
}

body.error-php .fixed-header-box {
	display: none;
}

.sr-about-hero {
	min-height: 340px !important;
}
.sr-about-hero .elementor-heading-title,
.sr-about-hero h1 {
	color: #fff !important;
	text-transform: none !important;
	font-family: Roboto, Arial, sans-serif !important;
	font-weight: 700 !important;
	text-align: center !important;
	text-shadow: 0 0 2px #000;
	font-size: 40px !important;
	line-height: 60px !important;
	max-width: 920px;
	margin: 0 auto;
}
.sr-about-story {
	background: #fff;
}
.sr-about-story h2,
.sr-about-story .elementor-heading-title {
	color: #000 !important;
	text-transform: none !important;
	font-family: Roboto, Arial, sans-serif !important;
	font-size: 36px !important;
	font-weight: 700 !important;
	line-height: 54px !important;
	margin: 0 0 16px !important;
}
.sr-about-story .elementor-widget-text-editor,
.sr-about-story .elementor-widget-text-editor p {
	color: #000 !important;
	font-family: Roboto, Arial, sans-serif !important;
	font-size: 16px !important;
	line-height: 24px !important;
}
.sr-about-photos-stage {
	position: relative;
	width: 100%;
	min-height: 560px;
	height: 100%;
}
.sr-about-photos-main,
.sr-about-photos-inset,
.sr-about-fill {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.sr-about-photos-main {
	position: absolute;
	top: 12px;
	right: 0;
	width: 83%;
	height: 86%;
}
.sr-about-photos-inset {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 47%;
	z-index: 2;
}
.sr-about-logos {
	background: #fff;
}
.sr-about-logo img,
.sr-about-logo .elementor-widget-image img {
	max-height: 100px;
	width: auto !important;
	max-width: 70%;
	object-fit: contain;
	margin: 0 auto;
	display: block;
}
.sr-about-fill {
	position: relative;
	overflow: hidden;
	min-height: 367px;
	height: 100%;
	width: 100%;
}
.sr-about-fill > img,
.sr-about-band-panel-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.sr-about-cta {
	position: relative;
	z-index: 1;
}
.sr-about-band-panel-inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 48px 40px 48px 28px;
	box-sizing: border-box;
}
.sr-about-band {
	--widgets-spacing: 0px !important;
	--padding-top: 0px;
	--padding-right: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
}
.sr-about-band-photo,
.sr-about-band-panel {
	position: relative;
	overflow: hidden;
	--padding-top: 0px;
	--padding-right: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
}
.sr-about-band-photo .elementor-widget-html,
.sr-about-band-panel .elementor-widget-html {
	position: absolute;
	inset: 0;
}

@media (min-width: 768px) {
	.sr-about-story.e-flex,
	.sr-about-story > .e-con-inner {
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: stretch !important;
	}
	.sr-about-copy,
	.sr-about-photos {
		width: 50% !important;
		max-width: 50% !important;
		flex: 0 0 50% !important;
	}
	.sr-about-logos.e-flex,
	.sr-about-logos > .e-con-inner {
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
	}
	.sr-about-band.e-flex,
	.sr-about-band > .e-con-inner {
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: stretch !important;
		gap: 0 !important;
	}
	.sr-about-band-photo {
		width: 67% !important;
		max-width: 67% !important;
		flex: 0 0 67% !important;
	}
	.sr-about-band-panel {
		width: 33% !important;
		max-width: 33% !important;
		flex: 0 0 33% !important;
	}
}

@media (max-width: 767px) {
	.sr-about-hero .elementor-heading-title,
	.sr-about-hero h1 {
		font-size: 28px !important;
		line-height: 1.4 !important;
		text-align: left !important;
	}
	.sr-about-story h2,
	.sr-about-story .elementor-heading-title {
		font-size: 28px !important;
		line-height: 1.35 !important;
	}
	.sr-about-photos-stage {
		min-height: 380px;
		margin-top: 12px;
	}
	.sr-about-band.e-flex,
	.sr-about-band > .e-con-inner {
		flex-direction: column !important;
	}
	.sr-about-band-photo,
	.sr-about-band-panel {
		width: 100% !important;
		max-width: 100% !important;
		flex-basis: 100% !important;
	}
	.sr-about-fill {
		min-height: 240px;
	}
}

@media (max-width: 1024px) {
	.sr-inner-hero--service {
		flex-direction: column !important;
	}
	.sr-featured img {
		height: 240px;
	}
}

@media (max-width: 1200px) {
	.sr-topbar__inner { padding: 8px 16px; }
	.sr-header__toggle { display: inline-flex; align-items: center; justify-content: center; }
	.sr-header__nav {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: var(--sr-white);
		flex-direction: column;
		align-items: stretch;
		padding: 12px 20px 24px;
		box-shadow: 0 16px 24px rgba(0,0,0,0.08);
	}
	.sr-header.is-open .sr-header__nav { display: flex; }
	.sr-header__menu { flex-direction: column; align-items: stretch; }
	.sr-header__menu .sub-menu {
		position: static;
		display: block;
		box-shadow: none;
		padding-left: 14px;
	}
	.sr-header__cta { margin-top: 12px; }
	.sr-footer__cta {
		flex-direction: column;
		align-items: flex-start;
		padding: 40px 0 32px;
	}
	.sr-footer__grid { grid-template-columns: 1fr 1fr; }
	.sr-quote form { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
	.sr-topbar__hours { display: none; }
	.sr-header__bar { padding: 10px 16px; min-height: 64px; }
	.sr-header__logo img { height: 48px; }
	.sr-footer__grid { grid-template-columns: 1fr; }
	.sr-footer { padding: 0 20px 20px; }
}

.sr-trustindex,
.sr-trustindex .elementor-widget-container,
.sr-trustindex .ti-widget {
	width: 100%;
	max-width: 100%;
}
.sr-trustindex .ti-widget {
	margin: 0;
	opacity: 1 !important;
	height: auto !important;
	overflow: visible !important;
}

body.home .elementor-invisible {
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	animation: none !important;
}

body.home .sr-home-services {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	width: 100%;
	margin-top: 28px;
}

body.home .sr-home-service {
	display: flex;
	flex-direction: column;
	background: #fff;
	color: var(--sr-ink);
	text-decoration: none;
	overflow: hidden;
	border-radius: 12px;
	min-height: 420px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.home .sr-home-service:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
	color: var(--sr-ink);
}

body.home .sr-home-service img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

body.home .sr-home-service__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 22px 22px 26px;
	flex: 1;
}

body.home .sr-home-service h3 {
	margin: 0;
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 28px;
	letter-spacing: 0.03em;
	line-height: 1;
	text-transform: uppercase;
}

body.home .sr-home-service p {
	margin: 0;
	color: #444;
	font-size: 15px;
	line-height: 1.45;
	flex: 1;
}

body.home .sr-home-service__more {
	display: inline-flex;
	align-self: flex-start;
	margin-top: 8px;
	background: var(--sr-yellow);
	color: var(--sr-ink);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 8px 12px;
	border-radius: 4px;
}

body.home .elementor-element-70d242f {
	padding-top: 72px !important;
	padding-bottom: 80px !important;
}

/* Dark-band headings only — do not force white on the consultation white card. */
body.home .elementor-element-70d242f .elementor-heading-title,
body.home .elementor-element-7eafaa7 .elementor-heading-title,
body.home .elementor-element-1e11528 .elementor-heading-title {
	color: #fff !important;
}

/* White "Need Advice" card: ink text so it is readable. */
body.home .elementor-element-aa36ca9 .elementor-element-726ea4d .elementor-heading-title,
body.home .elementor-element-aa36ca9 .elementor-element-68e2f5d .elementor-heading-title,
body.home .elementor-element-4f70004 .elementor-heading-title,
body.home .elementor-element-726ea4d .elementor-heading-title {
	color: var(--sr-ink) !important;
}

/* After-hours photo band: yellow eyebrow + white headline on dark panel. */
body.home .elementor-element-67090da .elementor-element-122a025 .elementor-heading-title,
body.home .elementor-element-5c54d1d .elementor-heading-title {
	color: #fff !important;
}

body.home .elementor-element-c44aece .elementor-heading-title,
body.home .elementor-element-8a660bf .elementor-heading-title,
body.home .elementor-element-c2f1981 .elementor-heading-title,
body.home .elementor-element-c6c2cd7 .elementor-heading-title {
	color: var(--sr-yellow) !important;
}

body.home .elementor-element-7d44cbc,
body.home .elementor-element-7d44cbc .elementor-heading-title,
body.home .elementor-element-7d44cbc .elementor-widget-text-editor,
body.home .elementor-element-7d44cbc p,
body.home .elementor-element-208992c .elementor-heading-title,
body.home .elementor-element-8e38089 .elementor-heading-title,
body.home .elementor-element-6a62f92,
body.home .elementor-element-6a62f92 p {
	color: var(--sr-ink) !important;
}

body.home .elementor-element-c44aece {
	min-height: 24px;
}

body.home .elementor-element-3cd9cc4 {
	background: #111 !important;
}

body.home .elementor-element-3cd9cc4 .elementor-heading-title,
body.home .elementor-element-3cd9cc4 .elementor-widget-text-editor,
body.home .elementor-element-3cd9cc4 .elementor-rating {
	color: #fff !important;
}

body.home .elementor-element-432ec92 svg,
body.home .elementor-element-f594fb1 svg,
body.home .elementor-element-432ec92 i,
body.home .elementor-element-f594fb1 i {
	fill: var(--sr-yellow) !important;
	color: var(--sr-yellow) !important;
}

body.home .elementor-element-e5034c7,
body.home .elementor-element-dc24a2a,
body.home .elementor-element-a75f6ea,
body.home .elementor-element-14aab86 {
	background: #111 !important;
}

body.home .elementor-element-e5034c7 .elementor-heading-title,
body.home .elementor-element-dc24a2a .elementor-heading-title,
body.home .elementor-element-a75f6ea .elementor-heading-title,
body.home .elementor-element-14aab86 .elementor-heading-title {
	color: var(--sr-yellow) !important;
	font-family: "Bebas Neue", Impact, sans-serif !important;
}

body.home .elementor-element-bcdbef5,
body.home .elementor-element-67077ee,
body.home .elementor-element-b20771a,
body.home .elementor-element-6f4037d {
	background: #1c1c1c !important;
}

body.home .elementor-element-bcdbef5 .elementor-heading-title,
body.home .elementor-element-67077ee .elementor-heading-title,
body.home .elementor-element-b20771a .elementor-heading-title,
body.home .elementor-element-6f4037d .elementor-heading-title,
body.home .elementor-element-bcdbef5 p,
body.home .elementor-element-67077ee p,
body.home .elementor-element-b20771a p,
body.home .elementor-element-6f4037d p {
	color: #fff !important;
}

@media (max-width: 900px) {
	body.home .sr-home-services {
		grid-template-columns: 1fr;
	}
	body.home .sr-home-service {
		min-height: 0;
	}
}

/* Hero Trusted-by blur cards: light text on dark gradient. */
body.home .blur-background .elementor-heading-title,
body.home .blur-background .elementor-rating,
body.home .blur-background .elementor-widget-text-editor,
body.home .blur-background a,
body.home .blur-background p {
	color: #fff !important;
}
body.home .blur-background .elementor-rating svg,
body.home .blur-background .elementor-rating i {
	fill: var(--sr-yellow) !important;
	color: var(--sr-yellow) !important;
}

/* See Us in Action — professional image gallery band. */
body.home .sr-action-band.elementor-element-7eafaa7,
body.home .elementor-element-7eafaa7 {
	padding-top: 72px !important;
	padding-bottom: 80px !important;
}
body.home .elementor-element-7eafaa7 .elementor-heading-title {
	text-align: center !important;
}
body.home .sr-action-gallery {
	width: 100%;
	max-width: 1140px;
	margin: 28px auto 0;
}
body.home .sr-action-gallery__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}
body.home .sr-action-gallery__card {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 14px;
	min-height: 220px;
	background: #1a1a1a;
	text-decoration: none;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
body.home .sr-action-gallery__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 48px rgba(0, 0, 0, 0.45);
}
body.home .sr-action-gallery__card img {
	display: block !important;
	width: 100% !important;
	height: 220px !important;
	object-fit: cover !important;
}
body.home .sr-action-gallery__label {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 14px 16px;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.78));
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
body.home .sr-action-gallery__cta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-top: 28px;
}
body.home .sr-action-gallery__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	padding: 14px 22px;
	border-radius: 6px;
	background: var(--sr-yellow);
	color: var(--sr-ink) !important;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-transform: uppercase;
}
body.home .sr-action-gallery__btn:hover {
	background: #fff;
	color: var(--sr-ink) !important;
}
body.home .sr-action-gallery__btn--ghost {
	background: transparent;
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.45);
}
body.home .sr-action-gallery__btn--ghost:hover {
	background: var(--sr-yellow);
	color: var(--sr-ink) !important;
	border-color: var(--sr-yellow);
}
body.home .elementor-element-3cd9cc4 {
	min-height: 520px !important;
	padding-bottom: 48px !important;
}
@media (max-width: 900px) {
	body.home .sr-action-gallery__grid {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 560px) {
	body.home .sr-action-gallery__grid {
		grid-template-columns: 1fr;
	}
}

/* Hide leftover VoltEdge demo service pills if still rendered. */
.sr-inner-hero--service .elementor-widget-button.elementor-hidden-desktop,
.sr-inner-hero--service .elementor-widget-button.elementor-hidden-tablet,
.sr-inner-hero--service .elementor-widget-button.elementor-hidden-mobile {
	display: none !important;
}

/* Stronger inner-page professional polish. */
.sr-inner-hero--service {
	padding-top: 28px !important;
	padding-bottom: 36px !important;
}
.sr-inner-hero--service > .e-con:first-child {
	gap: 14px !important;
	justify-content: flex-start !important;
}
.sr-inner-hero--service h1,
.sr-inner-hero--service h1.elementor-heading-title {
	color: var(--sr-ink) !important;
	margin: 0 0 8px !important;
}
.sr-inner-hero--service .elementor-widget-text-editor {
	margin: 0 !important;
	max-width: 36rem;
}
.sr-hero-actions {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	margin: 8px 0 4px !important;
	width: 100% !important;
}
.sr-hero-actions .elementor-widget-button {
	width: auto !important;
	margin: 0 !important;
}
.sr-hero-actions .elementor-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 48px !important;
	padding: 12px 20px !important;
	background: var(--sr-yellow) !important;
	color: var(--sr-ink) !important;
	border: 0 !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	letter-spacing: 0.02em !important;
	text-transform: none !important;
	line-height: 1.2 !important;
}
.sr-hero-actions .elementor-button:hover {
	background: var(--sr-ink) !important;
	color: var(--sr-yellow) !important;
}
.sr-hero-actions .sr-hero-actions__phone .elementor-button {
	background: var(--sr-ink) !important;
	color: #fff !important;
}
.sr-hero-actions .sr-hero-actions__phone .elementor-button:hover {
	background: var(--sr-yellow) !important;
	color: var(--sr-ink) !important;
}
.sr-hero-actions .elementor-button-text::after {
	display: none !important;
}
.sr-inner-body {
	max-width: 760px;
}
.sr-inner-body h2,
.sr-inner-body h3 {
	font-family: "Bebas Neue", Impact, sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: 0.02em;
	line-height: 1;
	text-transform: uppercase;
	color: var(--sr-ink) !important;
}
.sr-service-cards {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 20px !important;
	margin: 28px 0 8px !important;
}
.sr-service-card {
	background: #fff !important;
	border: 1px solid rgba(17, 17, 17, 0.08) !important;
	box-shadow: 0 14px 36px rgba(17, 17, 17, 0.08) !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sr-service-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 20px 44px rgba(17, 17, 17, 0.14) !important;
}
.sr-service-card img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.sr-svc-btn .elementor-button {
	background: #f4f4f4 !important;
	color: var(--sr-ink) !important;
	border: 0 !important;
	justify-content: flex-start !important;
	border-radius: 8px !important;
	font-weight: 700 !important;
}
.sr-svc-btn--current .elementor-button,
.sr-svc-btn.sr-svc-btn--current .elementor-button {
	background: var(--sr-yellow) !important;
	color: var(--sr-ink) !important;
}
.sr-schedule-card {
	border: 1px solid rgba(17, 17, 17, 0.08);
}
.sr-contact-card .elementor-button {
	background: var(--sr-yellow) !important;
	color: var(--sr-ink) !important;
}

@media (max-width: 767px) {
	.sr-featured {
		height: 240px !important;
		min-height: 240px !important;
		margin-bottom: 20px;
	}
	.sr-inner-hero--service {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
	.sr-service-card {
		width: 100% !important;
		max-width: 100% !important;
		flex-basis: 100% !important;
	}
}

/* ===== FAQ pages — professional accordion layout ===== */
.sr-faq-page .sr-inner-body,
body.page-slug-faqs .sr-inner-body {
	max-width: 880px;
}

.sr-faq-page .sr-inner-body > .elementor-widget-text-editor:first-child {
	margin: 0 0 28px;
}
.sr-faq-page .sr-inner-body > .elementor-widget-text-editor:first-child p {
	margin: 0;
	max-width: 42rem;
	font-size: 17px;
	line-height: 1.65;
	color: #333;
}

.sr-faq-hub {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 0 0 40px;
}
.sr-faq-hub__card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 26px 24px 22px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid rgba(17, 17, 17, 0.1);
	border-top: 4px solid var(--sr-yellow);
	box-shadow: 0 14px 32px rgba(17, 17, 17, 0.06);
	text-decoration: none;
	color: var(--sr-ink);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sr-faq-hub__card:hover {
	transform: translateY(-3px);
	box-shadow: 0 20px 40px rgba(17, 17, 17, 0.1);
	color: var(--sr-ink);
}
.sr-faq-hub__eyebrow {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #666;
}
.sr-faq-hub__title {
	margin: 0;
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 30px;
	letter-spacing: 0.03em;
	line-height: 0.95;
	text-transform: uppercase;
}
.sr-faq-hub__desc {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #555;
}
.sr-faq-hub__more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	align-self: flex-start;
	margin-top: 8px;
	padding: 8px 12px;
	border-radius: 3px;
	background: var(--sr-yellow);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--sr-ink);
}
.sr-faq-hub__more::after {
	content: "→";
	font-weight: 700;
}

.sr-faq-page .sr-inner-body > .elementor-widget-heading {
	margin: 8px 0 18px;
}
.sr-faq-page .sr-inner-body > .elementor-widget-heading .elementor-heading-title {
	position: relative;
	display: inline-block;
	margin: 0;
	padding-bottom: 10px;
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: clamp(28px, 4vw, 36px);
	letter-spacing: 0.03em;
	line-height: 1;
	text-transform: uppercase;
}
.sr-faq-page .sr-inner-body > .elementor-widget-heading .elementor-heading-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 48px;
	height: 4px;
	background: var(--sr-yellow);
}

.sr-faq-accordion.elementor-widget-n-accordion,
.sr-faq-accordion,
body.home .sr-home-faq .elementor-widget-n-accordion {
	width: 100%;
	margin: 0 0 44px;
}
.sr-faq-accordion .e-n-accordion,
body.home .sr-home-faq .e-n-accordion {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.sr-faq-accordion .e-n-accordion-item,
body.home .sr-home-faq .e-n-accordion-item {
	background: #fff !important;
	border: 1px solid rgba(17, 17, 17, 0.1) !important;
	border-radius: 4px !important;
	overflow: hidden;
	box-shadow: 0 8px 22px rgba(17, 17, 17, 0.045);
}
.sr-faq-accordion .e-n-accordion-item-title,
body.home .sr-home-faq .e-n-accordion-item-title {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	min-height: 64px;
	padding: 18px 18px 18px 20px !important;
	background: #fff !important;
	color: var(--sr-ink) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	text-align: left;
	cursor: pointer;
	border: 0 !important;
}
.sr-faq-accordion .e-n-accordion-item-title-header,
.sr-faq-accordion .e-n-accordion-item-title-text,
body.home .sr-home-faq .e-n-accordion-item-title-header,
body.home .sr-home-faq .e-n-accordion-item-title-text {
	flex: 1 1 auto;
	min-width: 0;
	white-space: normal !important;
	overflow: visible !important;
	text-overflow: clip !important;
}
.sr-faq-accordion .e-n-accordion-item-title:hover,
body.home .sr-home-faq .e-n-accordion-item-title:hover {
	background: #fafafa !important;
}
.sr-faq-accordion .e-n-accordion-item[open] > .e-n-accordion-item-title,
.sr-faq-accordion .e-n-accordion-item.e-n-accordion-item-active > .e-n-accordion-item-title,
body.home .sr-home-faq .e-n-accordion-item[open] > .e-n-accordion-item-title,
body.home .sr-home-faq .e-n-accordion-item.e-n-accordion-item-active > .e-n-accordion-item-title {
	background: #111 !important;
	color: #fff !important;
}

/* Replace broken theme icon font with a clear + / − control */
.sr-faq-accordion .e-n-accordion-item-title-icon,
body.home .sr-home-faq .e-n-accordion-item-title-icon {
	position: relative;
	flex: 0 0 36px;
	width: 36px !important;
	height: 36px !important;
	min-width: 36px;
	margin: 0 !important;
	border-radius: 50%;
	background: var(--sr-yellow) !important;
	box-shadow: none !important;
}
.sr-faq-accordion .e-n-accordion-item-title-icon .e-opened,
.sr-faq-accordion .e-n-accordion-item-title-icon .e-closed,
.sr-faq-accordion .e-n-accordion-item-title-icon i,
.sr-faq-accordion .e-n-accordion-item-title-icon svg,
body.home .sr-home-faq .e-n-accordion-item-title-icon .e-opened,
body.home .sr-home-faq .e-n-accordion-item-title-icon .e-closed,
body.home .sr-home-faq .e-n-accordion-item-title-icon i,
body.home .sr-home-faq .e-n-accordion-item-title-icon svg {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	opacity: 0 !important;
	font-size: 0 !important;
}
.sr-faq-accordion .e-n-accordion-item-title-icon::before,
.sr-faq-accordion .e-n-accordion-item-title-icon::after,
body.home .sr-home-faq .e-n-accordion-item-title-icon::before,
body.home .sr-home-faq .e-n-accordion-item-title-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: var(--sr-ink);
	transform: translate(-50%, -50%);
}
.sr-faq-accordion .e-n-accordion-item-title-icon::before,
body.home .sr-home-faq .e-n-accordion-item-title-icon::before {
	width: 14px;
	height: 2px;
}
.sr-faq-accordion .e-n-accordion-item-title-icon::after,
body.home .sr-home-faq .e-n-accordion-item-title-icon::after {
	width: 2px;
	height: 14px;
}
.sr-faq-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon,
.sr-faq-accordion .e-n-accordion-item.e-n-accordion-item-active .e-n-accordion-item-title-icon,
body.home .sr-home-faq .e-n-accordion-item[open] .e-n-accordion-item-title-icon,
body.home .sr-home-faq .e-n-accordion-item.e-n-accordion-item-active .e-n-accordion-item-title-icon {
	background: var(--sr-yellow) !important;
}
.sr-faq-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon::after,
.sr-faq-accordion .e-n-accordion-item.e-n-accordion-item-active .e-n-accordion-item-title-icon::after,
body.home .sr-home-faq .e-n-accordion-item[open] .e-n-accordion-item-title-icon::after,
body.home .sr-home-faq .e-n-accordion-item.e-n-accordion-item-active .e-n-accordion-item-title-icon::after {
	display: none;
}

.sr-faq-accordion .e-n-accordion-item > .e-con,
.sr-faq-accordion .e-n-accordion-item .e-n-accordion-item-content,
.sr-faq-accordion .e-n-accordion-item .elementor-widget-text-editor,
body.home .sr-home-faq .e-n-accordion-item > .e-con,
body.home .sr-home-faq .e-n-accordion-item .e-n-accordion-item-content,
body.home .sr-home-faq .e-n-accordion-item .elementor-widget-text-editor {
	background: #fff !important;
	color: #333 !important;
}
.sr-faq-accordion .e-n-accordion-item .elementor-widget-text-editor,
body.home .sr-home-faq .e-n-accordion-item .elementor-widget-text-editor {
	padding: 6px 22px 22px !important;
}
.sr-faq-accordion .e-n-accordion-item .elementor-widget-text-editor p,
.sr-faq-accordion .e-n-accordion-item .elementor-widget-text-editor li,
body.home .sr-home-faq .e-n-accordion-item .elementor-widget-text-editor p,
body.home .sr-home-faq .e-n-accordion-item .elementor-widget-text-editor li {
	color: #444 !important;
	font-size: 15px;
	line-height: 1.65;
}
.sr-faq-accordion .e-n-accordion-item .elementor-widget-text-editor a,
body.home .sr-home-faq .e-n-accordion-item .elementor-widget-text-editor a {
	color: var(--sr-ink);
	box-shadow: inset 0 -2px 0 var(--sr-yellow);
	text-decoration: none;
	font-weight: 700;
}

/* Homepage FAQ promo card — simplify notch demo styling */
body.home .sr-home-faq {
	padding-top: 48px !important;
	padding-bottom: 48px !important;
	background: #fff !important;
}
body.home .sr-home-faq .elementor-heading-title {
	color: var(--sr-ink) !important;
}
body.home .sr-home-faq .elementor-widget-text-editor,
body.home .sr-home-faq .elementor-widget-text-editor p,
body.home .sr-home-faq .elementor-widget-text-editor a {
	color: #444 !important;
}
body.home .sr-home-faq .sr-home-faq-promo,
body.home .elementor-element-6929b75 {
	width: 100% !important;
	max-width: 280px !important;
	margin-top: 24px !important;
}
body.home .elementor-element-b3b05f6 {
	display: none !important; /* yellow dog-ear accent */
}
body.home .elementor-element-87ab671 {
	min-height: 0 !important;
	padding: 22px 20px !important;
	border-radius: 4px !important;
	background: #f7f4ef !important;
	border: 1px solid rgba(17, 17, 17, 0.08) !important;
	border-top: 4px solid var(--sr-yellow) !important;
	box-shadow: 0 12px 28px rgba(17, 17, 17, 0.06) !important;
	clip-path: none !important;
	-webkit-clip-path: none !important;
}
body.home .elementor-element-95af852 {
	display: none !important; /* broken theme icon */
}
body.home .elementor-element-677d685 .elementor-heading-title {
	display: inline-block !important;
	margin: 0 0 14px !important;
	padding: 8px 12px !important;
	background: var(--sr-ink) !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	letter-spacing: 0.04em !important;
	text-transform: uppercase !important;
	line-height: 1.2 !important;
}
body.home .elementor-element-4d70bbc {
	margin-top: 0 !important;
}
body.home .elementor-element-bf516fc .elementor-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 44px !important;
	padding: 10px 16px !important;
	background: var(--sr-yellow) !important;
	color: var(--sr-ink) !important;
	border: 0 !important;
	border-radius: 3px !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	letter-spacing: 0.04em !important;
	text-transform: uppercase !important;
}
body.home .elementor-element-bf516fc .elementor-button:hover {
	background: var(--sr-ink) !important;
	color: var(--sr-yellow) !important;
}

@media (max-width: 700px) {
	.sr-faq-hub {
		grid-template-columns: 1fr;
	}
	.sr-faq-hub__card {
		padding: 22px 20px 18px;
	}
	.sr-faq-accordion .e-n-accordion-item-title,
	body.home .sr-home-faq .e-n-accordion-item-title {
		font-size: 15px !important;
		padding: 16px !important;
		gap: 12px;
	}
	.sr-faq-accordion .e-n-accordion-item-title-icon,
	body.home .sr-home-faq .e-n-accordion-item-title-icon {
		flex-basis: 32px;
		width: 32px !important;
		height: 32px !important;
		min-width: 32px;
	}
	body.home .elementor-element-6929b75 {
		max-width: 100% !important;
	}
	.sr-hero-actions .elementor-button {
		width: 100%;
	}
}

/* ===== Contact Us page ===== */
.sr-contact-page .sr-inner-body {
	max-width: 760px;
}

.sr-contact-page .sr-schedule-card {
	display: none !important;
}

/* Hide the whole sidebar schedule block (heading + form) */
.sr-contact-page .e-con:has(> .sr-schedule-card) {
	display: none !important;
}

.sr-contact-details {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 0 0 28px;
}

.sr-contact-details__item {
	padding: 22px 20px;
	background: #fff;
	border: 1px solid rgba(17, 17, 17, 0.1);
	border-top: 4px solid var(--sr-yellow);
	border-radius: 4px;
	box-shadow: 0 14px 32px rgba(17, 17, 17, 0.06);
}

.sr-contact-details__label {
	display: block;
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #666;
}

.sr-contact-details__value {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--sr-ink);
}

.sr-contact-details__value a {
	color: var(--sr-ink);
	text-decoration: none;
}

.sr-contact-details__value a:hover {
	color: var(--sr-ink);
	text-decoration: underline;
}

.sr-contact-page .sr-contact-note {
	margin: 0 0 32px;
	max-width: 42rem;
	font-size: 16px;
	line-height: 1.65;
	color: #444;
}

.sr-contact-page .sr-quote--contact {
	background: #fff;
	padding: 28px 26px 30px;
	border: 1px solid rgba(17, 17, 17, 0.1);
	border-radius: 4px;
	box-shadow: 0 14px 32px rgba(17, 17, 17, 0.06);
}

.sr-contact-page .sr-quote--contact .sr-quote__inner {
	max-width: none;
	margin: 0;
}

.sr-contact-page .sr-quote--contact h3 {
	display: block;
	margin: 0 0 8px;
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 34px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--sr-ink);
}

.sr-contact-page .sr-quote--contact > .sr-quote__inner > p {
	display: block;
	margin: 0 0 4px;
	color: #555;
	font-size: 15px;
	line-height: 1.55;
}

.sr-contact-page .sr-quote--contact .sr-btn {
	appearance: none;
	border: 0;
	background: var(--sr-yellow);
	color: var(--sr-ink);
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 14px 18px;
	cursor: pointer;
	border-radius: 3px;
}

.sr-contact-page .sr-quote--contact .sr-btn:hover {
	background: var(--sr-yellow-dark);
}

@media (max-width: 900px) {
	.sr-contact-details {
		grid-template-columns: 1fr;
	}
	.sr-contact-page .sr-quote--contact {
		padding: 22px 18px 24px;
	}
}

/* ===== Payment Plans page ===== */
.sr-payment-page .sr-inner-body {
	max-width: 880px;
}

.sr-payment-page .sr-inner-body > .elementor-widget-text-editor:first-child {
	margin: 0 0 28px;
}

.sr-payment-page .sr-inner-body > .elementor-widget-text-editor:first-child p {
	margin: 0 0 1em;
	max-width: 46rem;
	font-size: 17px;
	line-height: 1.65;
	color: #333;
}

.sr-payment-page .sr-inner-body > .elementor-widget-text-editor:first-child p:last-child {
	margin-bottom: 0;
}

.sr-payment-page .sr-inner-body > .elementor-widget-heading {
	margin: 8px 0 18px;
}

.sr-payment-page .sr-inner-body > .elementor-widget-heading .elementor-heading-title {
	position: relative;
	display: inline-block;
	margin: 0;
	padding-bottom: 10px;
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: clamp(28px, 4vw, 36px);
	letter-spacing: 0.03em;
	line-height: 1;
	text-transform: uppercase;
	color: var(--sr-ink) !important;
}

.sr-payment-page .sr-inner-body > .elementor-widget-heading .elementor-heading-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 48px;
	height: 3px;
	background: var(--sr-yellow);
}

.sr-pay-benefits,
.sr-pay-hub {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 0 0 36px;
}

.sr-pay-benefits__item,
.sr-pay-hub__card,
.sr-pay-details__item,
.sr-pay-licences__item {
	padding: 22px 20px;
	background: #fff;
	border: 1px solid rgba(17, 17, 17, 0.1);
	border-top: 4px solid var(--sr-yellow);
	border-radius: 4px;
	box-shadow: 0 14px 32px rgba(17, 17, 17, 0.06);
}

.sr-pay-hub__card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 26px 24px 22px;
	text-decoration: none;
	color: var(--sr-ink);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sr-pay-hub__card:hover {
	transform: translateY(-3px);
	box-shadow: 0 20px 40px rgba(17, 17, 17, 0.1);
	color: var(--sr-ink);
}

.sr-pay-benefits__label,
.sr-pay-hub__eyebrow,
.sr-pay-details__label,
.sr-pay-licences__label {
	display: block;
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #666;
}

.sr-pay-benefits__title,
.sr-pay-hub__title {
	margin: 0 0 8px;
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 28px;
	letter-spacing: 0.03em;
	line-height: 0.95;
	text-transform: uppercase;
	color: var(--sr-ink);
}

.sr-pay-benefits__desc,
.sr-pay-hub__desc {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #555;
}

.sr-pay-hub__more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	align-self: flex-start;
	margin-top: 8px;
	padding: 8px 12px;
	border-radius: 3px;
	background: var(--sr-yellow);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--sr-ink);
}

.sr-pay-hub__more::after {
	content: "→";
	font-weight: 700;
}

.sr-pay-details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 0 0 28px;
}

.sr-pay-licences {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 0 0 28px;
}

.sr-pay-details__value,
.sr-pay-licences__value {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--sr-ink);
}

.sr-pay-details__value a {
	color: var(--sr-ink);
	text-decoration: none;
}

.sr-pay-details__value a:hover {
	text-decoration: underline;
}

.sr-payment-page .sr-pay-cta-note {
	margin: 0 0 1em;
	max-width: 46rem;
	font-size: 16px;
	line-height: 1.65;
	color: #444;
}

@media (max-width: 900px) {
	.sr-pay-benefits,
	.sr-pay-hub,
	.sr-pay-details,
	.sr-pay-licences {
		grid-template-columns: 1fr;
	}
}
