/* Septic Tank Service in Ocala — site design */

:root {
	--so-ink: #14231c;
	--so-ink-soft: #334940;
	--so-forest: #0f6b4f;
	--so-forest-deep: #0a4d39;
	--so-mint: #1b8f6d;
	--so-sage: #eef5f1;
	--so-mist: #f7faf8;
	--so-amber: #e08900;
	--so-amber-deep: #c27400;
	--so-white: #ffffff;
	--so-line: rgba(20, 35, 28, 0.12);
	--so-shadow: 0 14px 32px rgba(10, 55, 40, 0.1);
	--so-radius: 16px;
	--so-radius-sm: 12px;
	--so-max: 1180px;
	--so-font: "Manrope", system-ui, sans-serif;
	--so-display: "Sora", "Manrope", system-ui, sans-serif;
}

.septic-ocala {
	font-family: var(--so-font);
	color: var(--so-ink);
	background: var(--so-mist);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.septic-ocala h1,
.septic-ocala h2,
.septic-ocala h3,
.septic-ocala h4,
.septic-ocala .entry-title {
	font-family: var(--so-display);
	letter-spacing: -0.02em;
	color: var(--so-ink);
}

/* ========== Top bar (address + phone) ========== */
.septic-ocala .site-top-header-wrap .site-header-row-container-inner,
.septic-ocala #masthead .site-top-header-wrap {
	background: #0a2f24 !important;
}

.septic-ocala .site-top-header-inner-wrap {
	min-height: 46px !important;
	align-items: center !important;
}

.septic-ocala .site-top-header-wrap .header-html,
.septic-ocala .site-top-header-wrap .header-html *,
.septic-ocala .so-topbar-address {
	color: #ffffff !important;
	font-size: 0.88rem;
	font-weight: 600;
	margin: 0;
	line-height: 1.3;
}

.septic-ocala .so-topbar-info {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	flex-wrap: wrap;
}

.septic-ocala .so-topbar-item {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.septic-ocala .so-topbar-divider {
	color: rgba(255, 255, 255, 0.4) !important;
	margin: 0 0.2rem;
}

.septic-ocala .so-topbar-hours {
	color: #ffd700 !important;
	font-weight: 700 !important;
}

.septic-ocala .so-topbar-hours strong {
	color: #ffd700 !important;
}


.septic-ocala .site-top-header-wrap .header-button-wrap .button,
.septic-ocala .site-top-header-wrap .header-button,
.septic-ocala .site-top-header-wrap a.button {
	background: #e08900 !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 999px !important;
	padding: 0.35rem 0.9rem !important;
	font-size: 0.88rem !important;
	font-weight: 700 !important;
	box-shadow: none !important;
	white-space: nowrap;
}

.septic-ocala .site-top-header-wrap .header-button-wrap .button:hover,
.septic-ocala .site-top-header-wrap a.button:hover {
	background: #c27400 !important;
	color: #ffffff !important;
}

/* ========== Exact Screenshot Vector SVG Top Bar (Address -> Phone -> Email) ========== */
.septic-ocala #masthead .site-top-header-wrap,
.septic-ocala .site-top-header-wrap .site-header-row-container-inner {
	background-color: #053725 !important;
	min-height: auto !important;
	padding: 10px 14px !important;
}

.septic-ocala .site-top-header-inner-wrap {
	justify-content: center !important;
	align-items: center !important;
	min-height: auto !important;
}

.septic-ocala .so-topbar-exact {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	text-align: center;
	width: 100%;
}

.septic-ocala .so-topbar-line {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: 0.88rem;
	font-weight: 500;
	color: #ffffff !important;
	line-height: 1.35;
}

.septic-ocala .so-topbar-line span,
.septic-ocala .so-topbar-line a {
	color: #ffffff !important;
	text-decoration: none !important;
	font-weight: 500;
}

.septic-ocala .so-topbar-line a:hover {
	color: #ffd700 !important;
	text-decoration: underline !important;
}

.septic-ocala .so-svg-ico {
	width: 15px;
	height: 15px;
	stroke: #ffffff !important;
	color: #ffffff !important;
	display: inline-block;
	vertical-align: middle;
	flex-shrink: 0;
}

@media (min-width: 769px) {
	.septic-ocala .so-topbar-exact {
		flex-direction: row;
		gap: 2.25rem;
	}
}









.septic-ocala .site-top-header-wrap .site-header-main-section-left,
.septic-ocala .site-top-header-wrap .site-header-section-left {
	justify-content: flex-start !important;
}

.septic-ocala .site-top-header-wrap .site-header-main-section-right,
.septic-ocala .site-top-header-wrap .site-header-section-right {
	justify-content: flex-end !important;
}

@media (max-width: 767px) {
	.septic-ocala .site-top-header-inner-wrap {
		min-height: 40px !important;
		gap: 0.35rem;
	}

	.septic-ocala .site-top-header-wrap .header-html *,
	.septic-ocala .so-topbar-address {
		font-size: 0.78rem;
	}

	.septic-ocala .site-top-header-wrap a.button {
		font-size: 0.78rem !important;
		padding: 0.28rem 0.7rem !important;
	}
}

/* ========== Header / Logo ========== */
.septic-ocala .site-header-wrap {
	background: #ffffff;
	border-bottom: 1px solid var(--so-line);
	box-shadow: 0 4px 16px rgba(10, 55, 40, 0.05);
}

.septic-ocala .site-main-header-inner-wrap {
	min-height: 110px !important;
	align-items: center !important;
}

/* Logo left, menu truly centered */
.septic-ocala .site-header-row-has-sides.site-header-row-center-column,
.septic-ocala .site-header-row-has-sides.site-header-row-has-center {
	display: grid !important;
	grid-template-columns: minmax(160px, 1fr) auto minmax(160px, 1fr);
	align-items: center;
	gap: 1rem;
}

.septic-ocala .site-header-main-section-left {
	justify-content: flex-start !important;
}

.septic-ocala .site-header-main-section-center,
.septic-ocala .site-header-section-center {
	justify-content: center !important;
	display: flex !important;
}

.septic-ocala .site-header-main-section-right {
	justify-content: flex-end !important;
}

.septic-ocala .site-header-main-section-center .header-navigation,
.septic-ocala .site-header-section-center .header-navigation {
	width: auto;
	display: flex;
	justify-content: center;
}

.septic-ocala .site-header-main-section-center .primary-menu-container > ul.menu,
.septic-ocala .site-header-section-center .primary-menu-container > ul.menu,
.septic-ocala #primary-menu {
	justify-content: center !important;
	flex-wrap: wrap;
	gap: 0.1rem;
}

.septic-ocala .header-navigation .header-menu-container ul.menu > li > a {
	font-weight: 600;
	font-size: 0.98rem;
	color: var(--so-ink);
	white-space: nowrap;
	padding-left: 0.7em !important;
	padding-right: 0.7em !important;
}

.septic-ocala .header-navigation .header-menu-container ul.menu > li > a:hover {
	color: var(--so-forest);
}

/* Logo only — hide site title text */
.septic-ocala .site-branding .site-title-wrap,
.septic-ocala .site-branding .site-title,
.septic-ocala .site-branding .site-description,
.septic-ocala .mobile-site-branding .site-title-wrap,
.septic-ocala .mobile-site-branding .site-title,
.septic-ocala .mobile-site-branding .site-description {
	display: none !important;
}

.septic-ocala .site-branding a.brand,
.septic-ocala .mobile-site-branding a.brand {
	display: inline-flex;
	align-items: center;
}

/* Bigger logo */
.septic-ocala .custom-logo,
.septic-ocala .site-branding a.brand img,
.septic-ocala .mobile-site-branding a.brand img,
.septic-ocala .site-branding a.brand img.custom-logo,
.septic-ocala .site-branding a.brand img.svg-logo-image,
.septic-ocala #masthead .custom-logo {
	display: block !important;
	max-height: 92px !important;
	width: auto !important;
	max-width: 320px !important;
	height: auto !important;
	object-fit: contain;
}

@media (max-width: 1024px) {
	.septic-ocala .site-main-header-inner-wrap {
		min-height: 88px !important;
	}

	.septic-ocala .custom-logo,
	.septic-ocala .site-branding a.brand img,
	.septic-ocala .mobile-site-branding a.brand img,
	.septic-ocala #masthead .custom-logo {
		max-height: 72px !important;
		max-width: 240px !important;
	}
}

@media (max-width: 767px) {
	.septic-ocala .site-main-header-inner-wrap {
		min-height: 72px !important;
	}

	.septic-ocala .custom-logo,
	.septic-ocala .site-branding a.brand img,
	.septic-ocala .mobile-site-branding a.brand img,
	.septic-ocala #masthead .custom-logo {
		max-height: 56px !important;
		max-width: 180px !important;
	}

	.septic-ocala .site-header-row-has-sides.site-header-row-center-column,
	.septic-ocala .site-header-row-has-sides.site-header-row-has-center {
		display: flex !important;
		grid-template-columns: none;
	}
}

.septic-ocala .site-main {
	padding-top: 0;
}

.septic-ocala .entry-hero.entry-hero-page,
.septic-ocala .entry-hero .entry-header {
	display: none !important;
}

.septic-ocala .content-area {
	margin-top: 0;
}

.septic-ocala .entry-content-wrap {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.septic-ocala.page-template-default .content-container,
.septic-ocala.page .content-container,
.septic-ocala .content-bg.wide-content-wrap,
.septic-ocala .entry-content-wrap {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

/* ========== Layout helpers — centered ========== */
.so-wrap {
	width: min(100% - 2.5rem, var(--so-max));
	margin-inline: auto;
	text-align: center;
}

.so-section {
	padding: 4.75rem 0;
	position: relative;
}

.so-section--alt {
	background: var(--so-sage);
}

.so-section--dark {
	background: linear-gradient(160deg, #0b3d2e 0%, #0f5a42 55%, #0c4735 100%);
	color: #ffffff;
}

.so-section--dark h2,
.so-section--dark h3,
.so-section--dark p,
.so-section--dark .so-lead,
.so-section--dark .so-card__body h3,
.so-section--dark .so-card__body p {
	color: #ffffff;
}

.so-kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--so-forest);
	margin: 0 auto 0.85rem;
}

.so-section--dark .so-kicker {
	color: #f0c674;
}

.so-section h2 {
	font-size: clamp(1.7rem, 2.4vw, 2.45rem);
	line-height: 1.2;
	margin: 0 auto 0.85rem;
	max-width: 28ch;
	color: var(--so-ink);
	text-align: center;
}

.so-nowrap {
	white-space: nowrap;
}

.so-ba-title {
	max-width: none !important;
	white-space: nowrap;
}

@media (max-width: 680px) {
	.so-ba-title {
		white-space: normal;
		font-size: clamp(1.45rem, 6.2vw, 1.9rem) !important;
	}

	.so-ba-title .so-nowrap {
		white-space: nowrap;
		display: inline-block;
	}
}

.so-section--dark h2 {
	color: #ffffff;
}

.so-lead {
	font-size: 1.06rem;
	line-height: 1.7;
	color: var(--so-ink-soft);
	max-width: 62ch;
	margin: 0 auto 2rem;
	text-align: center;
}

.so-section--dark .so-lead {
	color: rgba(255, 255, 255, 0.92);
}

.so-grid {
	display: grid;
	gap: 1.25rem;
	text-align: left;
}

.so-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.so-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.so-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

@media (max-width: 980px) {
	.so-grid-3,
	.so-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
	.so-grid-2,
	.so-grid-3,
	.so-grid-4 { grid-template-columns: 1fr; }
	.so-section { padding: 3.25rem 0; }
}

/* ========== Cards ========== */
.so-card {
	background: var(--so-white);
	border: 1px solid var(--so-line);
	border-radius: var(--so-radius);
	overflow: hidden;
	box-shadow: var(--so-shadow);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	text-align: left;
}

.so-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 40px rgba(10, 55, 40, 0.14);
}

.so-card__media {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #dfeae4;
}

.so-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.so-card__body {
	padding: 1.35rem 1.4rem 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	flex: 1;
}

.so-card__body h3 {
	font-size: 1.15rem;
	margin: 0;
	line-height: 1.3;
	color: var(--so-ink);
}

.so-card__body p {
	margin: 0;
	color: var(--so-ink-soft);
	line-height: 1.6;
	font-size: 0.98rem;
}

.so-card__link {
	margin-top: auto;
	padding-top: 0.75rem;
	font-weight: 700;
	color: var(--so-forest);
	text-decoration: none;
}

.so-card__link:hover {
	color: var(--so-amber-deep);
}

.so-card--plain .so-card__body {
	padding: 1.5rem;
	text-align: center;
	align-items: center;
}

.so-card--plain .so-icon {
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 999px;
	display: grid;
	place-items: center;
	background: var(--so-sage);
	color: var(--so-forest);
	font-weight: 800;
	margin-bottom: 0.35rem;
}

.so-section--dark .so-card--plain {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.18);
	box-shadow: none;
}

.so-section--dark .so-card--plain .so-card__body h3,
.so-section--dark .so-card--plain .so-card__body p {
	color: #ffffff;
}

.so-section--dark .so-card--plain .so-icon {
	background: rgba(255, 255, 255, 0.15);
	color: #f0c674;
}

/* ========== Buttons ========== */
.so-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	padding: 0.9rem 1.35rem;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.95rem;
	text-decoration: none;
	border: 2px solid transparent;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.so-btn--primary {
	background: var(--so-amber);
	color: #ffffff;
}

.so-btn--primary:hover {
	background: var(--so-amber-deep);
	color: #ffffff;
}

.so-btn--ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.85);
	color: #ffffff;
}

.so-btn--ghost:hover {
	background: #ffffff;
	color: var(--so-forest-deep);
}

.so-btn--outline {
	background: transparent;
	border-color: var(--so-forest);
	color: var(--so-forest);
}

.so-btn--outline:hover {
	background: var(--so-forest);
	color: #ffffff;
}

.so-btn-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

/* Trust strip under hero */
.so-trust {
	background: #0a2f24;
	padding: 1.15rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.so-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	text-align: center;
	color: #fff;
}

.so-trust__item {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	padding: 0.35rem 0.5rem;
}

.so-trust__item strong {
	font-family: var(--so-display);
	font-size: 1rem;
	color: #f0c674;
	letter-spacing: 0.02em;
}

.so-trust__item span {
	font-size: 0.88rem;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.35;
}

@media (max-width: 900px) {
	.so-trust__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.85rem;
	}
}

@media (max-width: 480px) {
	.so-trust__grid {
		grid-template-columns: 1fr;
	}
}

/* ========== Hero ========== */
.so-hero {
	position: relative;
	min-height: min(82vh, 720px);
	display: grid;
	align-items: center;
	overflow: hidden;
	isolation: isolate;
}

.so-hero__bg {
	position: absolute;
	inset: 0;
	z-index: -2;
}

.so-hero__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	filter: none;
	transform: none;
}

/* Hero auto-slider */
.so-hero__slides {
	position: absolute;
	inset: 0;
	z-index: -2;
}

.so-hero__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.85s ease;
	pointer-events: none;
}

.so-hero__slide.is-active {
	opacity: 1;
	z-index: 1;
}

.so-hero__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.so-hero__dots {
	position: absolute;
	left: 50%;
	bottom: 1.35rem;
	transform: translateX(-50%);
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
}

.so-hero__dot {
	width: 11px;
	height: 11px;
	padding: 0;
	border: 2px solid rgba(255, 255, 255, 0.85);
	border-radius: 999px;
	background: transparent;
	cursor: pointer;
	transition: background 0.25s ease, transform 0.25s ease, width 0.25s ease;
}

.so-hero__dot.is-active {
	background: #f0c674;
	border-color: #f0c674;
	width: 28px;
}

.so-hero__dot:hover {
	background: rgba(255, 255, 255, 0.45);
}

/* Lighter overlay so photo stays clear, text still readable */
.so-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(
			105deg,
			rgba(8, 28, 22, 0.72) 0%,
			rgba(8, 28, 22, 0.52) 42%,
			rgba(8, 28, 22, 0.28) 100%
		);
}

.so-hero__content {
	width: min(100% - 2.5rem, var(--so-max));
	margin: 0 auto;
	padding: 6.5rem 0 4.75rem;
	text-align: center;
	position: relative;
	z-index: 2;
}

.so-hero .so-kicker {
	color: #f0c674 !important;
}

/* Before & After gallery */
.so-section--ba .so-ba-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.1rem;
	margin-top: 0.5rem;
	text-align: left;
}

.so-ba-card {
	margin: 0;
	border-radius: var(--so-radius);
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--so-line);
	box-shadow: var(--so-shadow);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.so-ba-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 40px rgba(10, 55, 40, 0.14);
}

.so-ba-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
	flex: 0 0 auto;
}

.so-ba-card figcaption {
	padding: 0.55rem 0.75rem 0.65rem;
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--so-ink);
	text-align: center;
	line-height: 1.3;
	min-height: 2.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.so-ba-card:nth-child(4),
.so-ba-card:nth-child(5) {
	grid-column: span 1;
}

@media (max-width: 900px) {
	.so-section--ba .so-ba-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.so-section--ba .so-ba-grid {
		grid-template-columns: 1fr;
	}

	.so-hero__dots {
		bottom: 1rem;
	}
}

/* Force readable white text — overrides global h1 green */
.so-hero h1,
.so-hero .so-hero__brand,
.septic-ocala .so-hero h1,
.septic-ocala .so-hero .so-hero__brand {
	font-family: var(--so-display);
	font-size: clamp(2.35rem, 5vw, 4rem);
	font-weight: 700;
	line-height: 1.08;
	margin: 0 auto 1rem;
	max-width: 16ch;
	color: #ffffff !important;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
	text-wrap: balance;
}

.so-hero__text,
.septic-ocala .so-hero .so-hero__text {
	font-size: clamp(1.02rem, 1.35vw, 1.15rem);
	line-height: 1.7;
	max-width: 58ch;
	margin: 0 auto;
	color: #f4f7f5 !important;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
}

.so-hero__meta,
.septic-ocala .so-hero .so-hero__meta {
	margin: 1.25rem auto 0;
	max-width: 48ch;
	font-size: 0.95rem;
	color: #ffe8b8 !important;
	border-left: none;
	border-top: 2px solid rgba(240, 198, 116, 0.7);
	padding: 0.85rem 0 0;
}

/* ========== FAQ ========== */
.so-faq {
	max-width: 820px;
	margin: 0 auto;
	text-align: left;
}

.so-faq details {
	background: var(--so-white);
	border: 1px solid var(--so-line);
	border-radius: var(--so-radius-sm);
	padding: 1rem 1.15rem;
	margin-bottom: 0.75rem;
	box-shadow: 0 8px 20px rgba(10, 55, 40, 0.05);
}

.so-faq summary {
	cursor: pointer;
	font-weight: 700;
	font-family: var(--so-display);
	color: var(--so-ink);
	list-style: none;
}

.so-faq summary::-webkit-details-marker { display: none; }

.so-faq summary::after {
	content: "+";
	float: right;
	color: var(--so-forest);
	font-weight: 700;
}

.so-faq details[open] summary::after { content: "–"; }

.so-faq details p {
	margin: 0.85rem 0 0;
	color: var(--so-ink-soft);
	line-height: 1.65;
}

/* ========== Cities ========== */
.so-cities {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.65rem;
}

.so-cities a {
	display: inline-flex;
	padding: 0.55rem 0.95rem;
	border-radius: 999px;
	background: var(--so-white);
	border: 1px solid var(--so-line);
	color: var(--so-ink);
	text-decoration: none;
	font-weight: 600;
	font-size: 0.92rem;
	transition: background 0.25s ease, color 0.25s ease;
}

.so-cities a:hover {
	background: var(--so-forest);
	color: #ffffff;
}

.so-section--dark .so-cities a {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.22);
	color: #ffffff;
}

.so-section--dark .so-cities a:hover {
	background: var(--so-amber);
	border-color: var(--so-amber);
	color: #ffffff;
}

/* ========== Signs ========== */
.so-sign {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.9rem;
	align-items: start;
	text-align: left;
}

.so-sign__num {
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 999px;
	background: var(--so-forest);
	color: #ffffff;
	display: grid;
	place-items: center;
	font-weight: 800;
	font-size: 0.9rem;
}

/* ========== Inner page hero ========== */
.so-page-hero {
	padding: 4.5rem 0 3rem;
	background: linear-gradient(135deg, #0c4735 0%, #0f6b4f 100%);
	color: #ffffff;
	margin-bottom: 0;
	text-align: center;
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

.so-page-hero--img {
	min-height: min(62vh, 560px);
	display: grid;
	align-items: end;
	padding: 0;
	background: #06281f;
}

.so-page-hero__bg {
	position: absolute;
	inset: 0;
	z-index: -2;
}

.so-page-hero__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.so-page-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(120deg, rgba(6, 35, 28, 0.88) 12%, rgba(6, 35, 28, 0.55) 55%, rgba(6, 35, 28, 0.4) 100%),
		linear-gradient(to top, rgba(6, 35, 28, 0.78), transparent 50%);
}

.so-page-hero__content,
.so-page-hero .so-wrap {
	text-align: center;
	position: relative;
	z-index: 1;
}

.so-page-hero--img .so-page-hero__content {
	width: min(100% - 2.5rem, var(--so-max));
	margin: 0 auto;
	padding: 5.5rem 0 3.5rem;
}

.so-page-hero h1,
.septic-ocala .so-page-hero h1 {
	color: #ffffff !important;
	font-size: clamp(2rem, 3.5vw, 3rem);
	margin: 0 auto 0.75rem;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.so-page-hero p,
.septic-ocala .so-page-hero p {
	margin: 0 auto;
	max-width: 60ch;
	color: rgba(255, 255, 255, 0.92) !important;
	line-height: 1.65;
}

.so-page-hero .so-kicker {
	color: #f0c674 !important;
}

.so-page-hero .so-btn-row {
	justify-content: center;
}

/* ========== Gallery ========== */
.so-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	text-align: left;
}

.so-gallery figure {
	margin: 0;
	border-radius: var(--so-radius);
	overflow: hidden;
	box-shadow: var(--so-shadow);
	background: #fff;
}

.so-gallery img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
}

.so-gallery figcaption {
	padding: 0.85rem 1rem 1rem;
	font-weight: 600;
	font-size: 0.95rem;
	color: var(--so-ink);
	text-align: center;
}

@media (max-width: 900px) {
	.so-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
	.so-gallery { grid-template-columns: 1fr; }
}

/* ========== Footer ========== */
.septic-ocala .site-footer,
.septic-ocala .site-middle-footer-wrap .site-footer-row-container-inner {
	background: #0a2f24 !important;
	color: rgba(255, 255, 255, 0.9);
}

.septic-ocala .site-middle-footer-inner-wrap {
	padding-top: 48px !important;
	padding-bottom: 48px !important;
	grid-column-gap: 40px !important;
	grid-row-gap: 40px !important;
	align-items: start !important;
}

.septic-ocala .site-middle-footer-inner-wrap .site-footer-section {
	display: flex;
	flex-direction: column;
	gap: 0;
	min-width: 0;
}

.septic-ocala .site-middle-footer-inner-wrap .widget {
	margin-bottom: 0 !important;
}

.septic-ocala .site-footer .widget-title,
.septic-ocala .site-footer h2,
.septic-ocala .site-footer h3 {
	color: #ffffff !important;
	font-family: var(--so-display);
	font-size: 1.15rem !important;
	margin: 0 0 1rem !important;
	line-height: 1.3;
}

.septic-ocala .site-footer,
.septic-ocala .site-footer p,
.septic-ocala .site-footer .textwidget {
	color: rgba(255, 255, 255, 0.88);
}

.septic-ocala .site-footer .textwidget p {
	margin: 0 0 0.75rem;
}

.septic-ocala .site-footer .textwidget p:last-child {
	margin-bottom: 0;
}

.septic-ocala .site-footer a {
	color: #d7f3e6;
}

.septic-ocala .site-footer a:hover {
	color: #ffffff;
}

.septic-ocala .site-footer .menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.65rem;
}

.septic-ocala .site-footer .menu a {
	text-decoration: none;
	font-weight: 600;
}

.septic-ocala .footer-social-wrap .widget-title,
.septic-ocala .footer-social-wrap .footer-social-title,
.septic-ocala .footer-social .widget-title,
.septic-ocala .footer-social-inner > .widget-title,
.septic-ocala .footer-social-wrap > .widget-title {
	display: block !important;
	color: #ffffff !important;
	font-family: var(--so-display);
	font-size: 1.15rem;
	font-weight: 700;
	margin: 0 0 1rem !important;
}

.septic-ocala .footer-social-wrap a,
.septic-ocala .social-section a {
	color: #ffffff !important;
}

.septic-ocala .footer-social-inner-wrap {
	gap: 0.65rem !important;
}

.septic-ocala .footer-social-inner-wrap .social-button {
	background: rgba(255, 255, 255, 0.14) !important;
	border-radius: 999px !important;
}

/* Copyright bar: black bg, white text */
.septic-ocala .site-bottom-footer-wrap,
.septic-ocala .site-bottom-footer-wrap .site-footer-row-container-inner {
	background: #000000 !important;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.septic-ocala .site-bottom-footer-inner-wrap {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.septic-ocala .site-bottom-footer-wrap .footer-html,
.septic-ocala .site-bottom-footer-wrap .footer-html-inner,
.septic-ocala .site-bottom-footer-wrap .footer-html-inner p,
.septic-ocala .site-bottom-footer-wrap .site-info,
.septic-ocala .site-bottom-footer-wrap a {
	color: #ffffff !important;
	text-align: center;
}

@media (max-width: 1024px) {
	.septic-ocala .site-middle-footer-inner-wrap {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
		grid-column-gap: 28px !important;
		grid-row-gap: 28px !important;
	}
}

@media (max-width: 767px) {
	.septic-ocala .site-middle-footer-inner-wrap {
		padding-top: 36px !important;
		padding-bottom: 36px !important;
		grid-column-gap: 24px !important;
		grid-row-gap: 28px !important;
	}

	.septic-ocala .site-middle-footer-inner-wrap .site-footer-section {
		text-align: center;
		align-items: center;
	}

	.septic-ocala .site-footer .menu {
		justify-items: center;
	}

	.septic-ocala .footer-social-inner-wrap {
		justify-content: center;
	}
}

/* ========== Responsive polish ========== */
img,
video,
iframe {
	max-width: 100%;
	height: auto;
}

.so-hero {
	min-height: min(88vh, 760px);
}

.so-hero__content {
	padding: 7rem 0 4.5rem;
}

.so-btn-row {
	justify-content: center;
}

@media (max-width: 980px) {
	.so-section {
		padding: 3.75rem 0;
	}

	.so-hero {
		min-height: min(72vh, 620px);
	}

	.so-hero__content {
		padding: 5.5rem 0 3.25rem;
	}

	.so-page-hero--img {
		min-height: min(52vh, 460px);
	}

	.so-page-hero--img .so-page-hero__content {
		padding: 4.5rem 0 3rem;
	}

	.so-wrap {
		width: min(100% - 2rem, var(--so-max));
	}
}

@media (max-width: 680px) {
	.so-section {
		padding: 3rem 0;
	}

	.so-hero {
		min-height: 70vh;
		align-items: center;
	}

	.so-hero__content {
		padding: 5rem 0 2.75rem;
	}

	.so-hero__brand {
		font-size: clamp(1.85rem, 8vw, 2.6rem);
		max-width: 100%;
	}

	.so-hero__text,
	.so-lead {
		font-size: 1rem;
	}

	.so-btn {
		width: 100%;
		max-width: 320px;
	}

	.so-btn-row {
		flex-direction: column;
		align-items: center;
	}

	.so-page-hero--img {
		min-height: 58vh;
	}

	.so-page-hero--img .so-page-hero__content {
		padding: 4rem 0 2.5rem;
	}

	.so-cities {
		justify-content: center;
	}

	.so-faq summary {
		font-size: 0.98rem;
		padding-right: 1.5rem;
	}
}

/* ========== Final mobile safety ========== */
html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body.septic-ocala {
	overflow-x: hidden;
}

.septic-ocala .entry-content,
.septic-ocala .content-area {
	overflow-x: clip;
}

@media (max-width: 680px) {
	.so-grid-2,
	.so-grid-3 {
		grid-template-columns: 1fr;
	}

	.so-page-hero h1,
	.septic-ocala .so-page-hero h1 {
		font-size: clamp(1.75rem, 7vw, 2.35rem);
	}

	.so-card__media img {
		width: 100%;
		height: auto;
		display: block;
	}
}

@media (prefers-reduced-motion: reduce) {
	.so-hero__slide,
	.so-btn,
	.so-card {
		transition: none !important;
	}
}

/* ========== Gutenberg block compatibility ========== */
.wp-block-cover.so-page-hero,
.wp-block-cover.so-page-hero--img {
	min-height: min(52vh, 520px);
	color: #fff;
}

.wp-block-cover.so-page-hero .wp-block-cover__inner-container,
.wp-block-cover.so-page-hero--img .wp-block-cover__inner-container {
	width: 100%;
}

.wp-block-cover.so-page-hero .so-wrap,
.wp-block-cover.so-page-hero--img .so-wrap {
	text-align: center;
}

.wp-block-columns.so-grid-2,
.wp-block-columns.so-grid-3 {
	gap: 1.25rem;
}

.wp-block-column .so-card,
.wp-block-column .wp-block-image.so-card__media {
	height: 100%;
}

ul.wp-block-list.so-cities {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	justify-content: center;
}

ul.wp-block-list.so-cities a {
	display: inline-block;
	padding: 0.55rem 1rem;
	border-radius: 999px;
	background: rgba(12, 71, 53, 0.08);
	color: #0c4735;
	text-decoration: none;
	font-weight: 600;
}

.septic-ocala .wp-block-details {
	border: 1px solid rgba(12, 71, 53, 0.12);
	border-radius: 12px;
	padding: 0.85rem 1rem;
	margin-bottom: 0.75rem;
	background: #fff;
}

.septic-ocala .wp-block-button__link.so-btn {
	border-radius: 999px;
	text-decoration: none;
}

.so-hero-extra-slides {
	display: none;
}

.septic-ocala.blog .entry-content-wrap,
.septic-ocala.archive .entry-content-wrap {
	max-width: var(--so-max);
	margin-inline: auto;
}

/* ========== Footer Styling - White Text & Links ========== */
.septic-ocala #site-footer,
.septic-ocala .site-footer-wrap,
.septic-ocala .site-bottom-footer-wrap,
.septic-ocala .site-middle-footer-wrap,
.septic-ocala .site-top-footer-wrap {
	background-color: #0a2f24 !important;
	color: #ffffff !important;
}

.septic-ocala #site-footer a,
.septic-ocala .site-footer-wrap a,
.septic-ocala .site-footer .footer-menu-container ul.menu li a,
.septic-ocala .site-footer .widget a,
.septic-ocala .site-footer-row-container-inner a {
	color: #ffffff !important;
	text-decoration: none;
	font-weight: 500;
}

.septic-ocala #site-footer a:hover,
.septic-ocala .site-footer-wrap a:hover,
.septic-ocala .site-footer .footer-menu-container ul.menu li a:hover,
.septic-ocala .site-footer .widget a:hover {
	color: #e08900 !important;
	text-decoration: underline;
}

.septic-ocala #site-footer p,
.septic-ocala #site-footer span,
.septic-ocala #site-footer div,
.septic-ocala #site-footer h1,
.septic-ocala #site-footer h2,
.septic-ocala #site-footer h3,
.septic-ocala #site-footer h4,
.septic-ocala #site-footer .widget-title,
.septic-ocala #site-footer .widgettitle,
.septic-ocala .footer-widget-area .widget-title,
.septic-ocala .footer-widget-area h2,
.septic-ocala .footer-widget-area h3 {
	display: block !important;
	visibility: visible !important;
	color: #ffffff !important;
	font-size: 1.15rem !important;
	font-weight: 700 !important;
	margin-bottom: 0.75rem !important;
	text-transform: none !important;
}

/* ========== Full-Width Distinct Section Backgrounds ========== */
.septic-ocala .so-section {
	padding: 5rem 0;
	position: relative;
	background-color: #eaf4ee !important; /* Distinct Soft Fresh Mint background for sections like About Us */
	border-top: 1px solid rgba(15, 107, 79, 0.08);
	border-bottom: 1px solid rgba(15, 107, 79, 0.08);
}

.septic-ocala .so-section--white {
	background-color: #ffffff !important;
	border-top: 1px solid rgba(15, 107, 79, 0.06);
	border-bottom: 1px solid rgba(15, 107, 79, 0.06);
}

.septic-ocala .so-section--alt {
	background-color: #f4f8f5 !important;
	border-top: 1px solid rgba(15, 107, 79, 0.08);
	border-bottom: 1px solid rgba(15, 107, 79, 0.08);
}

.septic-ocala .so-section--ba {
	background-color: #e2f0e7 !important;
	border-top: 1px solid rgba(15, 107, 79, 0.1);
	border-bottom: 1px solid rgba(15, 107, 79, 0.1);
}

.septic-ocala .so-section--dark {
	background-color: #09382b !important;
	color: #ffffff !important;
}

.septic-ocala .so-section--dark h1,
.septic-ocala .so-section--dark h2,
.septic-ocala .so-section--dark h3,
.septic-ocala .so-section--dark p,
.septic-ocala .so-section--dark .so-lead {
	color: #ffffff !important;
}

.septic-ocala .so-section--dark .so-kicker {
	background: rgba(255, 255, 255, 0.15) !important;
	color: #a3f3d3 !important;
}

.septic-ocala .so-kicker {
	display: inline-block;
	font-size: 0.82rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #0f6b4f;
	background: #ffffff;
	border: 1px solid rgba(15, 107, 79, 0.2);
	padding: 0.35rem 0.9rem;
	border-radius: 999px;
	margin-bottom: 0.85rem;
	box-shadow: 0 2px 6px rgba(15, 107, 79, 0.08);
}

/* Hero Section Kicker Badge Contrast Fix */
.septic-ocala .so-page-hero .so-kicker,
.septic-ocala .so-page-hero__content .so-kicker {
	background: #ffd700 !important;
	color: #062b20 !important;
	border: none !important;
	font-weight: 900 !important;
	font-size: 0.85rem !important;
	padding: 0.35rem 1rem !important;
	border-radius: 999px !important;
	box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4) !important;
	display: inline-block !important;
	text-transform: uppercase !important;
	letter-spacing: 0.08em !important;
}


.septic-ocala .so-card {
	background: #ffffff;
	border-radius: 16px;
	border: 1px solid rgba(15, 107, 79, 0.12);
	box-shadow: 0 10px 30px rgba(10, 55, 40, 0.07);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	overflow: hidden;
}

.septic-ocala .so-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(10, 55, 40, 0.14);
}

.septic-ocala .so-card--plain {
	border-left: 4px solid #0f6b4f;
}

.septic-ocala .so-cta-banner {
	margin: 3.5rem 0;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
}

.septic-ocala .so-cta-banner .so-kicker {
	background: #ffd700 !important;
	color: #062b20 !important;
	font-weight: 900 !important;
	border: none !important;
	box-shadow: 0 4px 14px rgba(255, 215, 0, 0.4) !important;
}

.septic-ocala .so-cta-banner h2 {
	color: #ffffff !important;
}

.septic-ocala .so-cta-banner .so-btn--primary {
	background: #ff9800 !important;
	color: #ffffff !important;
	box-shadow: 0 8px 22px rgba(255, 152, 0, 0.4) !important;
}

.septic-ocala .so-cta-banner .so-btn--primary:hover {
	background: #e68a00 !important;
	color: #ffffff !important;
}

.septic-ocala .so-cta-banner .so-btn--ghost {
	background: #ffffff !important;
	color: #062b20 !important;
	border: none !important;
	box-shadow: 0 8px 22px rgba(255, 255, 255, 0.25) !important;
}

.septic-ocala .so-cta-banner .so-btn--ghost:hover {
	background: #e8f4ee !important;
	color: #062b20 !important;
}

/* ========== Location Section & 2-Card Layout ========== */
.septic-ocala .so-location-section {
	padding: 4.5rem 0;
}

.septic-ocala .so-location-card--map iframe {
	width: 100% !important;
	height: 100% !important;
	min-height: 420px;
	border: 0;
	border-radius: 20px;
	display: block;
}

.septic-ocala .so-location-item {
	transition: transform 0.2s ease;
}

.septic-ocala .so-location-item:hover .so-location-icon {
	transform: scale(1.08);
}

@media (max-width: 768px) {
	.septic-ocala .so-location-grid {
		grid-template-columns: 1fr !important;
	}
	.septic-ocala .so-location-card--map iframe {
		min-height: 320px !important;
	}
}






