/*=====================================
OPM Developer LLC — brand & UX overrides
======================================*/

:root {
	/* Sampled from logo.svg — olive green + warm black */
	--opm-primary: #607040;
	--opm-primary-dark: #485830;
	--opm-primary-light: #789050;
	--opm-olive: #687840;
	--opm-black: #1a1814;
	--opm-gray: #f4f5f0;
	--opm-cream: #f0f4e8;
	--opm-radius: 8px;
	--opm-nav-height: 60px;
	--opm-nav-glow: rgba(96, 112, 64, 0.45);
	/* Spacing scale */
	--opm-space-xs: 0.5rem;
	--opm-space-sm: 1rem;
	--opm-space-md: 1.5rem;
	--opm-space-lg: 2.5rem;
	--opm-space-xl: 4rem;
	--opm-space-2xl: 5.5rem;
	/* Typography */
	--opm-text-base: 1.0625rem;
	--opm-text-sm: 0.9375rem;
	--opm-text-lead: 1.1875rem;
	--opm-line-height: 1.75;
	--opm-line-height-tight: 1.3;
	--opm-text-color: #3a3a3a;
	--opm-heading-color: #1a1814;
	--opm-measure: 42rem;
}

body {
	font-family: 'Source Sans 3', 'Roboto', sans-serif;
	font-size: var(--opm-text-base);
	line-height: var(--opm-line-height);
	color: var(--opm-text-color);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-bottom: 58px;
}

h1, h2, h3, h4, h5, h6,
.mt-tilte,
.sep-line-one {
	font-family: 'Montserrat', 'Poppins', sans-serif;
	color: var(--opm-heading-color);
	line-height: var(--opm-line-height-tight);
}

.page-content h1 {
	font-size: clamp(1.75rem, 3.5vw, 2.375rem);
	font-weight: 700;
	margin-bottom: 0.75em;
}

.page-content h2 {
	font-size: clamp(1.5rem, 2.8vw, 2rem);
	font-weight: 600;
	margin-bottom: 0.75em;
}

.page-content h3,
.page-content .h3 {
	font-size: clamp(1.25rem, 2.2vw, 1.5rem);
	font-weight: 600;
	margin-bottom: 0.65em;
}

.page-content h4,
.page-content .h4,
.page-content .h5 {
	font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
	font-weight: 600;
	margin-bottom: 0.6em;
}

.page-content p {
	margin-bottom: 1.25em;
}

.page-content p:last-child,
.page-content .m-b0 {
	margin-bottom: 0 !important;
}

.page-content a:not(.site-button):not(.site-button-secondry):not(.site-button-link):not(.opm-nav-drawer-cta):not(.opm-nav-drawer-phone) {
	color: var(--opm-primary-dark);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.page-content a:not(.site-button):not(.site-button-secondry):not(.site-button-link):hover {
	color: var(--opm-primary);
}

.page-content .mt-breadcrumb a,
.page-content .text-white a,
.page-content .call-us-section a,
.page-content .contact-one-inner-right a {
	color: inherit;
	text-decoration: none;
}

.page-content .call-us-section a.text-white {
	color: #fff !important;
}

.page-content .text-uppercase.sep-line-one {
	text-transform: none;
	letter-spacing: 0.01em;
}

.page-content .section-head {
	margin-bottom: var(--opm-space-lg);
}

.page-content .section-head .opm-lead,
.page-content .section-head p {
	margin-top: var(--opm-space-sm);
	max-width: var(--opm-measure);
}

.page-content .section-head.text-center .opm-lead {
	margin-left: auto;
	margin-right: auto;
}

.page-content .section-full.p-t80,
.page-content .section-full.p-tb80 {
	padding-top: var(--opm-space-2xl) !important;
}

.page-content .section-full.p-b80,
.page-content .section-full.p-tb80 {
	padding-bottom: var(--opm-space-2xl) !important;
}

.page-content .section-full.p-t60 {
	padding-top: var(--opm-space-xl) !important;
}

.page-content .section-full.p-b60 {
	padding-bottom: var(--opm-space-xl) !important;
}

.page-content .section-full.p-b50 {
	padding-bottom: var(--opm-space-lg) !important;
}

.page-content .section-full.p-b40 {
	padding-bottom: var(--opm-space-lg) !important;
}

.page-content .opm-intro-strip {
	padding-top: var(--opm-space-xl) !important;
	padding-bottom: var(--opm-space-lg) !important;
}

.page-content .m-b30 {
	margin-bottom: var(--opm-space-md) !important;
}

.page-content .m-b50 {
	margin-bottom: var(--opm-space-lg) !important;
}

.page-content .m-t15 {
	margin-top: var(--opm-space-sm) !important;
}

.page-content .m-t20 {
	margin-top: var(--opm-space-sm) !important;
}

.page-content .row > [class*="col-"] {
	margin-bottom: var(--opm-space-md);
}

.page-content .icon-content p,
.page-content .m-about-containt p,
.page-content .half-block-content p {
	max-width: var(--opm-measure);
}

.page-content .list-angle-right {
	margin-bottom: 1.25em;
}

.page-content .list-angle-right li {
	margin-bottom: 0.65em;
	padding: 0.35em 0.5em 0.35em 1.75em !important;
	line-height: var(--opm-line-height);
	position: relative;
}

.page-content .list-angle-right li::before {
	color: var(--opm-primary) !important;
	left: 0 !important;
	top: 0.5em !important;
	font-size: 14px;
}

.page-content .site-button,
.page-content .site-button-secondry {
	padding: 0.85em 1.75em !important;
	font-size: 0.9375rem !important;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.4;
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.page-content .site-button-link {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
}

@media (max-width: 991px) {
	.container {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.page-content .section-full.p-t80,
	.page-content .section-full.p-t60,
	.page-content .section-full.p-tb80 {
		padding-top: var(--opm-space-xl) !important;
	}

	.page-content .section-full.p-b80,
	.page-content .section-full.p-b60,
	.page-content .section-full.p-b50,
	.page-content .section-full.p-b40,
	.page-content .section-full.p-tb80 {
		padding-bottom: var(--opm-space-xl) !important;
	}

	.page-content .section-head {
		margin-bottom: var(--opm-space-md);
	}
}

@media (max-width: 575px) {
	body {
		font-size: 1rem;
	}

	.container {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

/* Brand color overrides — logo olive green (#607040) + warm black (#1a1814) */
.site-text-primary,
.site-text-primary:hover,
a.site-text-primary:hover {
	color: var(--opm-primary) !important;
}

.site-bg-primary,
.site-button,
.btn-effect.site-button,
.progress-bar.site-bg-primary,
.sep-line-one:after,
.sep-line-one:before,
.mt-separator:before,
.mt-separator:after {
	background-color: var(--opm-primary) !important;
}

.site-button:active,
.site-button:focus,
.active > .site-button {
	background-color: var(--opm-primary) !important;
	border-color: var(--opm-primary) !important;
}

.site-button-secondry,
.site-button-secondry.btn-effect {
	background-color: var(--opm-black) !important;
	border-color: var(--opm-black) !important;
	color: #fff !important;
}

.site-button-secondry:hover,
.site-button-secondry:focus,
.site-button:hover,
.site-button:focus {
	background-color: var(--opm-primary-dark) !important;
	border-color: var(--opm-primary-dark) !important;
	color: #fff !important;
}

.site-button-link,
.site-button-link:hover,
.arrow-animation {
	color: var(--opm-primary) !important;
}

.nav-bg-secondry,
.bg-secondry,
.site-bg-dark {
	background-color: var(--opm-black) !important;
}

.about-right-v2.site-bg-primary {
	background-color: var(--opm-primary) !important;
	color: #fff !important;
}

.about-right-v2.site-bg-primary h3,
.about-right-v2.site-bg-primary p,
.about-right-v2.site-bg-primary strong {
	color: #fff !important;
}

.about-right-v2.site-bg-primary a:not(.site-button):not(.site-button-secondry) {
	color: #fff !important;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.about-right-v2.site-bg-primary a:not(.site-button):not(.site-button-secondry):hover {
	color: var(--opm-cream) !important;
}

.about-right-v2 .opm-about-phone {
	margin-bottom: 0;
	opacity: 0.95;
}

.about-right-v2 .opm-about-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 1.25rem;
}

.about-right-v2 .opm-about-actions .site-button,
.about-right-v2 .opm-about-actions .site-button-secondry {
	margin: 0 !important;
	letter-spacing: 0.04em !important;
	text-transform: uppercase;
	font-size: 13px !important;
	padding: 0.75em 1.25em !important;
	display: inline-flex !important;
	align-items: center;
	white-space: nowrap;
}

.opm-btn-compact.btn-effect:before,
.opm-btn-compact.btn-effect:after {
	display: none;
}

.opm-btn-compact.btn-effect {
	letter-spacing: 0.04em !important;
}

.about-home.owl-carousal .owl-dots .owl-dot.active span,
.about-home.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot.active span {
	background: var(--opm-primary) !important;
}

.mt-icon-box-wraper.left .icon-md,
.mt-icon-box-wraper .icon-md i {
	color: var(--opm-primary) !important;
}

.opm-topbar {
	border-bottom-color: var(--opm-cream);
}

/* ---- OPM site header & navigation (Bootstrap-independent) ---- */
.opm-site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	transition: box-shadow 0.35s ease;
}

body.opm-nav-open .opm-site-header {
	z-index: 10050;
}

.opm-site-header.opm-header-scrolled {
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.18);
}

.opm-strip {
	background: var(--opm-black);
	color: #ccc;
	font-size: 13px;
	padding: 8px 0;
}

.opm-strip-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.opm-strip-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
}

.opm-strip-list a {
	color: #fff;
	text-decoration: none;
}

.opm-strip-list a:hover {
	color: var(--opm-primary-light);
}

.opm-strip-cta {
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}

.opm-topbar {
	background: #fff;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 0;
}

.opm-topbar-grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: nowrap;
}

.opm-logo img {
	display: block;
	height: 88px;
	width: auto;
	max-width: 320px;
	object-fit: contain;
}

@media (min-width: 1200px) {
	.opm-logo img {
		height: 96px;
		max-width: 360px;
	}
}

.opm-topbar-meta {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 20px;
	flex: 1;
	justify-content: center;
	min-width: 0;
}

.opm-topbar-meta li {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.opm-meta-icon {
	color: var(--opm-primary);
	font-size: 20px;
	line-height: 1;
	flex-shrink: 0;
}

.opm-meta-text {
	font-size: 14px;
	line-height: 1.4;
	color: #555;
	white-space: nowrap;
}

.opm-meta-text strong {
	display: inline;
	font-size: inherit;
	font-weight: 600;
	text-transform: none;
	color: var(--opm-black);
}

.opm-meta-text strong a {
	color: inherit;
	text-decoration: none;
}

.opm-meta-text strong a:hover {
	color: var(--opm-primary);
}

.opm-meta-text > span:not(.opm-meta-sep) {
	display: inline;
	font-size: inherit;
	color: inherit;
}

.opm-meta-sep {
	display: inline;
	margin: 0 0.4em;
	color: #bbb;
}

.opm-topbar-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.opm-topbar-call {
	padding: 10px 16px !important;
	font-size: 13px !important;
	white-space: nowrap;
}

.opm-topbar-cta {
	white-space: nowrap;
	padding: 10px 16px !important;
	font-size: 13px !important;
	flex-shrink: 0;
}

.opm-strip-call {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 14px;
	border-radius: 999px;
	background: var(--opm-primary);
	color: #fff !important;
	font-weight: 700;
	text-decoration: none;
}

.opm-strip-call:hover {
	background: var(--opm-primary-light);
	color: #fff !important;
}

/* Call Now buttons — high-conversion phone CTAs */
.opm-call-now {
	box-shadow: 0 4px 16px rgba(96, 112, 64, 0.35);
}

.opm-call-now i {
	margin-right: 0.4em;
}

.opm-call-number {
	font-size: clamp(1.75rem, 4vw, 2.25rem) !important;
	text-decoration: none !important;
	display: inline-block;
}

.opm-call-number:hover {
	color: var(--opm-primary-light) !important;
}

.opm-call-sub {
	opacity: 0.9;
	font-size: 1.0625rem;
}

/* Nav bar — Call Now on the right */
.opm-navbar-inner {
	justify-content: space-between;
}

.opm-nav-call-cta {
	display: none;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
	padding: 10px 18px;
	margin-left: 16px;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff !important;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--opm-primary-light), var(--opm-primary-dark));
	box-shadow: 0 4px 16px var(--opm-nav-glow);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	white-space: nowrap;
	position: relative;
	z-index: 5;
	line-height: 1.2;
}

.opm-nav-call-cta span {
	display: inline;
	white-space: nowrap;
}

.opm-nav-call-cta:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 22px var(--opm-nav-glow);
	color: #fff !important;
}

@media (min-width: 1200px) {
	.opm-nav-call-cta {
		display: inline-flex;
	}

	.opm-navbar-nav {
		flex: 1 1 auto;
		min-width: 0;
		max-width: calc(100% - 160px);
	}

	.opm-navbar-inner {
		justify-content: flex-start !important;
	}

	.opm-nav-call-cta {
		margin-left: auto;
	}
}

@media (min-width: 1400px) {
	.opm-navbar-nav {
		max-width: calc(100% - 180px);
	}
}

@media (max-width: 991px) {
	.opm-topbar-actions {
		display: none;
	}
}

/* Sticky bottom call bar — always visible */
.opm-call-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9998;
	background: linear-gradient(135deg, var(--opm-primary-dark), var(--opm-primary));
	box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
}

.opm-call-bar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
	min-height: 58px;
}

.opm-call-bar-msg {
	margin: 0;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.92);
	line-height: 1.4;
	flex: 1;
	min-width: 0;
}

.opm-call-bar-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
	padding: 10px 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: var(--opm-primary-dark) !important;
	background: #fff;
	border-radius: 999px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
	transition: transform 0.2s ease, background 0.2s ease;
}

.opm-call-bar-btn:hover {
	transform: scale(1.03);
	background: var(--opm-cream);
	color: var(--opm-black) !important;
}

@media (max-width: 767px) {
	.opm-call-bar-msg {
		display: none;
	}

	.opm-call-bar-inner {
		justify-content: center;
	}

	.opm-call-bar-btn {
		width: 100%;
		justify-content: center;
		font-size: 15px;
		padding: 12px 20px;
	}
}

.scroltop {
	bottom: 72px !important;
}

@media (max-width: 1199px) {
	.opm-meta-text {
		white-space: normal;
	}

	.opm-topbar-meta {
		gap: 6px 14px;
	}

	.opm-meta-text {
		font-size: 13px;
	}
}

@media (max-width: 991px) {
	.opm-topbar-meta,
	.opm-topbar-cta {
		display: none;
	}

	.opm-topbar-grid {
		flex-wrap: wrap;
		justify-content: center;
	}
}

.opm-navbar {
	background: linear-gradient(180deg, #222 0%, var(--opm-black) 100%);
	border-top: 3px solid var(--opm-primary);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	position: relative;
}

.opm-nav-backdrop {
	display: none;
}

body.opm-nav-open {
	overflow: hidden;
	touch-action: none;
}

body.opm-nav-open .opm-nav-backdrop {
	display: block;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(2px);
	z-index: 10040;
	cursor: pointer;
}

.opm-navbar-inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: var(--opm-nav-height);
	position: relative;
}

.opm-navbar-toggle {
	display: none;
	background: none;
	border: 0;
	padding: 12px;
	cursor: pointer;
	position: relative;
	z-index: 10060;
	-webkit-tap-highlight-color: transparent;
	min-width: 48px;
	min-height: 48px;
	flex-shrink: 0;
	color: #fff;
}

.opm-navbar-toggle .opm-bar {
	display: block;
	width: 26px;
	height: 3px;
	background: #fff;
	margin: 5px 0;
	border-radius: 1px;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.opm-navbar-nav {
	width: 100%;
	flex: 1 1 100%;
	min-width: 0;
}

.opm-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 0;
}

.opm-menu > li {
	position: relative;
	flex: 0 0 auto;
}

.opm-menu > li > a {
	display: flex;
	align-items: center;
	height: var(--opm-nav-height);
	padding: 0 18px;
	color: rgba(255, 255, 255, 0.88);
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.2;
	white-space: nowrap;
	position: relative;
	transition: color 0.25s ease, background 0.25s ease;
}

.opm-menu > li > a::before {
	content: '';
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--opm-primary-light), var(--opm-primary));
	border-radius: 3px 3px 0 0;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.opm-menu > li > a::after {
	content: '';
	position: absolute;
	inset: 8px 6px;
	border-radius: 6px;
	background: rgba(122, 132, 80, 0);
	transition: background 0.25s ease;
	z-index: -1;
}

.opm-menu > li > a:hover {
	color: #fff;
}

.opm-menu > li > a:hover::before,
.opm-menu > li.active > a::before {
	transform: scaleX(1);
}

.opm-menu > li > a:hover::after,
.opm-menu > li.active > a::after {
	background: rgba(96, 112, 64, 0.14);
}

.opm-menu > li.active > a {
	color: var(--opm-primary-light);
}

.opm-menu > li.has-submenu > a {
	gap: 6px;
}

.opm-submenu-caret {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	transition: transform 0.25s ease;
	flex-shrink: 0;
}

.opm-submenu {
	list-style: none;
	margin: 0;
	padding: 8px 0;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 240px;
	background: linear-gradient(180deg, #1a1a1a 0%, var(--opm-black) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-top: 3px solid var(--opm-primary);
	border-radius: 0 0 var(--opm-radius) var(--opm-radius);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
	z-index: 20;
}

.opm-submenu > li > a {
	display: block;
	height: auto;
	min-height: 0;
	padding: 11px 20px;
	font-size: 12px;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.86);
	white-space: nowrap;
}

.opm-submenu > li > a::before,
.opm-submenu > li > a::after {
	display: none;
}

.opm-submenu > li > a:hover,
.opm-submenu > li.active > a {
	color: var(--opm-primary-light);
	background: rgba(96, 112, 64, 0.16);
}

.opm-submenu-all > a {
	font-weight: 700;
	color: var(--opm-primary-light) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.opm-submenu-heading {
	padding: 10px 20px 4px;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
	pointer-events: none;
}

@media (min-width: 1200px) {
	.opm-menu > li.has-submenu:hover > .opm-submenu,
	.opm-menu > li.has-submenu:focus-within > .opm-submenu {
		display: block;
	}

	.opm-menu > li.has-submenu:hover .opm-submenu-caret,
	.opm-menu > li.has-submenu:focus-within .opm-submenu-caret {
		transform: rotate(180deg);
	}
}

.opm-nav-drawer-foot {
	display: none;
}

@media (max-width: 1199px) {
	.opm-topbar-meta,
	.opm-topbar-cta {
		display: none;
	}

	.opm-topbar-grid {
		justify-content: center;
	}

	.opm-logo img {
		height: 76px;
		max-width: 280px;
	}

	.opm-navbar-inner {
		justify-content: flex-end;
		min-height: 56px;
		gap: 12px;
	}

	.opm-topbar-actions {
		display: flex;
		width: 100%;
		justify-content: center;
		gap: 8px;
		padding-bottom: 4px;
	}

	.opm-topbar-call,
	.opm-topbar-cta {
		display: inline-flex !important;
		flex: 1;
		justify-content: center;
		padding: 10px 12px !important;
		font-size: 12px !important;
		max-width: 180px;
	}

	.opm-navbar-toggle {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		gap: 10px;
		margin-left: auto;
		padding: 10px 16px;
		border: 2px solid rgba(255, 255, 255, 0.35);
		border-radius: 8px;
		background: rgba(0, 0, 0, 0.2);
		flex-direction: row;
		order: 2;
	}

	.opm-navbar-nav {
		position: fixed;
		top: 0;
		left: 0;
		width: min(320px, 90vw);
		height: 100dvh;
		max-height: 100vh;
		background: linear-gradient(180deg, #fff 0%, #f8f9f6 100%);
		box-shadow: 8px 0 40px rgba(0, 0, 0, 0.25);
		transform: translateX(-110%);
		transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
		z-index: 10050;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding: 64px 0 24px;
		display: flex;
		flex-direction: column;
		pointer-events: auto;
		flex: 0 0 auto !important;
		max-width: none !important;
	}

	body.opm-nav-open .opm-navbar-nav {
		transform: translateX(0);
	}

	.opm-menu {
		flex-direction: column;
		align-items: stretch;
		flex: 1;
	}

	.opm-menu > li > a {
		height: auto;
		min-height: 48px;
		color: var(--opm-black);
		font-size: 15px;
		padding: 14px 24px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.06);
		letter-spacing: 0.06em;
		text-transform: uppercase;
		position: relative;
		z-index: 1;
		pointer-events: auto;
		-webkit-tap-highlight-color: rgba(96, 112, 64, 0.12);
	}

	.opm-menu > li > a::before {
		left: 0;
		right: auto;
		width: 4px;
		height: 100%;
		bottom: 0;
		border-radius: 0;
		transform: scaleY(0);
		transform-origin: center top;
	}

	.opm-menu > li > a::after {
		display: none;
	}

	.opm-menu > li > a:hover,
	.opm-menu > li.active > a {
		color: var(--opm-primary);
		background: rgba(96, 112, 64, 0.08);
		padding-left: 28px;
	}

	.opm-menu > li > a:hover::before,
	.opm-menu > li.active > a::before {
		transform: scaleY(1);
	}

	.opm-menu > li.has-submenu > .opm-submenu {
		display: none;
		position: static;
		min-width: 0;
		background: rgba(96, 112, 64, 0.06);
		border: 0;
		border-radius: 0;
		box-shadow: none;
		padding: 0;
	}

	.opm-menu > li.has-submenu.opm-submenu-open > .opm-submenu {
		display: block;
	}

	.opm-menu > li.has-submenu.opm-submenu-open .opm-submenu-caret {
		transform: rotate(180deg);
	}

	.opm-submenu > li > a {
		color: var(--opm-black);
		font-size: 14px;
		padding: 12px 24px 12px 36px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
		letter-spacing: 0.05em;
	}

	.opm-submenu > li > a:hover,
	.opm-submenu > li.active > a {
		color: var(--opm-primary);
		background: rgba(96, 112, 64, 0.1);
		padding-left: 40px;
	}

	.opm-submenu-heading {
		padding: 14px 24px 4px 36px;
		font-size: 11px;
		color: rgba(0, 0, 0, 0.45);
	}

	.opm-submenu-all > a {
		color: var(--opm-primary) !important;
		font-weight: 700;
	}

	.opm-nav-drawer-foot {
		display: flex;
		flex-direction: column;
		gap: 12px;
		padding: 20px 24px 0;
		margin-top: auto;
		border-top: 1px solid rgba(0, 0, 0, 0.08);
	}

	.opm-nav-drawer-phone {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		padding: 14px;
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 15px;
		color: var(--opm-black);
		text-decoration: none;
		border: 1px solid #ddd;
		border-radius: var(--opm-radius);
		background: #fff;
	}

	.opm-nav-drawer-phone i {
		color: var(--opm-primary);
	}

	.opm-nav-drawer-cta {
		display: block;
		text-align: center;
		padding: 14px;
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		font-size: 13px;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff !important;
		border-radius: var(--opm-radius);
		background: linear-gradient(135deg, var(--opm-primary-light), var(--opm-primary-dark));
		box-shadow: 0 4px 16px var(--opm-nav-glow);
	}

	body.opm-nav-open .opm-navbar-toggle .opm-bar:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}

	body.opm-nav-open .opm-navbar-toggle .opm-bar:nth-child(2) {
		opacity: 0;
	}

	body.opm-nav-open .opm-navbar-toggle .opm-bar:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.opm-menu > li > a {
		padding: 0 14px;
		font-size: 12px;
		letter-spacing: 0.06em;
	}
}

@media (min-width: 1400px) {
	.opm-menu > li > a {
		padding: 0 22px;
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	.opm-logo img {
		height: 110px;
		max-width: 400px;
	}
}

@media (min-width: 1200px) {
	.opm-navbar-toggle {
		display: none !important;
	}

	.opm-navbar-nav {
		position: static !important;
		transform: none !important;
		width: 100% !important;
		height: auto !important;
		padding: 0 !important;
		box-shadow: none !important;
		overflow: visible !important;
		background: transparent !important;
		flex: 1 1 100% !important;
	}

	.opm-navbar-inner {
		justify-content: flex-start !important;
	}

	.opm-menu {
		flex-wrap: nowrap;
	}

	.opm-topbar-meta,
	.opm-topbar-cta {
		display: inline-block !important;
	}

	.opm-topbar-grid {
		justify-content: space-between !important;
	}
}

.logo-footer img {
	max-height: 96px;
	width: auto;
}

/* Hero slider — prevent overlapping caption lines */
.rev_slider .opm-slide-title,
.rev_slider .opm-slide-title div {
	line-height: 1.25 !important;
	white-space: normal !important;
	letter-spacing: 0.02em;
}

.rev_slider .opm-slide-text {
	line-height: 1.55 !important;
	white-space: normal !important;
}

@media (max-width: 778px) {
	#welcome_wrapper.rev_slider_wrapper,
	#welcome_wrapper .rev_slider {
		min-height: 480px !important;
	}

	.rev_slider .tparrows {
		display: none !important;
	}

	.rev_slider .tp-parallax-wrap:has(.opm-slide-title),
	.rev_slider .tp-parallax-wrap:has(.opm-slide-text),
	.rev_slider .tp-parallax-wrap:has(.opm-slide-btns) {
		transform: none !important;
	}

	.rev_slider .opm-slide-title,
	.rev_slider .opm-slide-text {
		width: calc(100vw - 32px) !important;
		max-width: calc(100vw - 32px) !important;
		box-sizing: border-box;
		overflow: visible !important;
		word-wrap: break-word;
		overflow-wrap: anywhere;
		hyphens: auto;
		padding-right: 12px;
	}

	.rev_slider .opm-slide-title div {
		word-break: break-word;
	}

	.rev_slider .opm-slide-btns {
		width: calc(100vw - 32px) !important;
		max-width: calc(100vw - 32px) !important;
		box-sizing: border-box;
	}

	.rev_slider .tp-bullets {
		bottom: 10px !important;
		right: 12px !important;
	}
}

.rev_slider .opm-slide-btns .site-button,
.rev_slider .opm-slide-btns .site-button-secondry,
.rev_slider .tp-caption .site-button,
.rev_slider .tp-caption .site-button-secondry {
	display: inline-block;
	margin: 0 10px 10px 0;
	vertical-align: top;
}

/* Service highlight cards — fix text bleed between columns */
.page-content .slider-half-part {
	margin-top: 0 !important;
	padding-top: var(--opm-space-lg);
	position: relative;
	z-index: 1;
}

.page-content .opm-intro-strip {
	position: relative;
	z-index: 2;
	background: #fff;
}

.page-content .half-blocks {
	overflow: hidden;
	border-radius: var(--opm-radius);
}

.page-content .half-blocks .mt-icon-box-wraper {
	position: relative;
	overflow: hidden;
	border-radius: var(--opm-radius);
}

.page-content .half-blocks .half-block-content {
	overflow: hidden;
	z-index: 2;
}

.page-content .half-blocks .half-block-content .mt-tilte,
.page-content .icon-count-2 .mt-tilte {
	word-spacing: normal !important;
	white-space: normal;
	line-height: 1.35 !important;
}

.page-content .icon-count-2 span.icon-count-number {
	font-size: 5rem;
	line-height: 1;
	right: 16px;
	top: 16px;
	pointer-events: none;
}

/* Inner page banner */
.page-content > .mt-bnr-inr.inner-page-banner {
	background-image: none !important;
	background: linear-gradient(135deg, var(--opm-black) 0%, var(--opm-primary-dark) 100%) !important;
}

.page-content > .mt-bnr-inr.inner-page-banner .overlay-main {
	opacity: 0.1;
}

.page-content .mt-bnr-inr-entry {
	padding: var(--opm-space-xl) 0;
}

.page-content .inner-page-banner .banner-title-name h2 {
	font-size: clamp(1.25rem, 2.5vw, 1.75rem);
	line-height: 1.45;
	font-weight: 600;
	max-width: 52rem;
	margin-bottom: var(--opm-space-sm);
}

.page-content .inner-page-banner .mt-breadcrumb {
	margin-top: var(--opm-space-sm);
	font-size: var(--opm-text-sm);
	line-height: 1.6;
}

.page-content .inner-page-padding {
	padding-left: 0;
	padding-right: 0;
}

/* Typography helpers */
.opm-tagline-lg {
	font-family: 'Montserrat', sans-serif;
	font-size: var(--opm-text-lead);
	font-weight: 600;
	color: var(--opm-primary);
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-bottom: var(--opm-space-sm);
}

.opm-lead {
	font-size: var(--opm-text-lead);
	line-height: var(--opm-line-height);
	color: #4a4a4a;
	max-width: var(--opm-measure);
}

.max-w800 {
	max-width: 800px;
}

.center-block {
	margin-left: auto;
	margin-right: auto;
}

.radius-sm {
	border-radius: var(--opm-radius);
	overflow: hidden;
}

/* Service cards */
.opm-service-card {
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.opm-service-card .p-a30,
.opm-svc-box .p-a30 {
	padding: var(--opm-space-md) !important;
}

.half-block-content.icon-count-2 {
	padding: var(--opm-space-lg) var(--opm-space-md) !important;
}

.half-block-content .icon-content p,
.opm-svc-box .icon-content p {
	line-height: var(--opm-line-height);
	margin-bottom: var(--opm-space-sm);
}

.opm-value-card {
	padding: var(--opm-space-lg) var(--opm-space-md) !important;
}

.opm-value-card p {
	line-height: var(--opm-line-height);
}

.opm-service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 40px rgba(96, 112, 64, 0.18);
}

.opm-service-card-img {
	height: 220px;
	background-size: cover;
	background-position: center;
}

.opm-svc-box {
	transition: background 0.25s ease;
}

.opm-svc-box:hover {
	background: var(--opm-gray);
}

/* Value cards */
.opm-value-card {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.opm-value-icon {
	font-size: 2.5rem;
	display: block;
}

.opm-about-image {
	border-radius: var(--opm-radius);
}

/* FAQ accordion */
.opm-faq-section {
	background: var(--opm-gray) !important;
}

.opm-accordion .panel {
	border: none;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	border-radius: var(--opm-radius) !important;
	margin-bottom: var(--opm-space-sm);
	overflow: hidden;
}

.opm-accordion .panel-heading {
	background: #fff;
	border: none;
	padding: 0;
}

.opm-accordion .panel-title a {
	display: block;
	padding: 1.25rem 1.5rem;
	font-weight: 600;
	color: var(--opm-black);
	text-decoration: none;
	font-size: 1.0625rem;
	line-height: 1.5;
}

.opm-accordion .panel-title a:hover,
.opm-accordion .panel-title a:focus {
	color: var(--opm-primary);
}

.opm-accordion .panel-body {
	border-top: 1px solid #eee;
	padding: 1.25rem 1.5rem;
	background: #fff;
	font-size: var(--opm-text-base);
	line-height: var(--opm-line-height);
}

/* Contact form */
.opm-google-form-embed {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: var(--opm-radius);
	overflow: hidden;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.opm-google-form-embed iframe {
	display: block;
	width: 100%;
	min-height: 720px;
	border: 0;
	background: #fff;
}

@media (max-width: 767px) {
	.opm-google-form-embed iframe {
		min-height: 860px;
	}
}

.opm-contact-form .form-group {
	margin-bottom: var(--opm-space-sm);
}

.opm-contact-form .form-control {
	border-radius: var(--opm-radius);
	border: 1px solid #ddd;
	padding: 0.85rem 1rem;
	min-height: 48px;
	font-size: var(--opm-text-base);
	line-height: 1.5;
}

.opm-contact-form textarea.form-control {
	min-height: 9rem;
	padding-top: 0.85rem;
	resize: vertical;
}

.opm-contact-form select.form-control {
	padding-right: 2rem;
}

.opm-contact-form .form-control:focus {
	border-color: var(--opm-primary);
	box-shadow: 0 0 0 3px rgba(96, 112, 64, 0.18);
}

/* Footer service areas */
.service-areas-footer {
	font-size: var(--opm-text-sm);
	line-height: var(--opm-line-height);
	color: rgba(255, 255, 255, 0.8);
}

.footer-light .service-areas-footer {
	color: #555;
}

.opm-footer .footer-top {
	padding-top: var(--opm-space-xl);
	padding-bottom: var(--opm-space-lg);
}

.opm-footer .widget {
	margin-bottom: var(--opm-space-md);
}

.opm-footer .widget-title {
	margin-bottom: var(--opm-space-sm);
	font-size: 1.125rem;
	line-height: 1.4;
}

.opm-footer .widget_about p {
	line-height: var(--opm-line-height);
	max-width: 28rem;
	margin-bottom: 0;
}

.opm-footer .widget_address li,
.opm-footer .widget_services li {
	margin-bottom: 0.65em;
	line-height: 1.65;
}

.opm-footer .footer-bottom {
	padding-top: var(--opm-space-md);
	padding-bottom: var(--opm-space-md);
}

.opm-footer .copyrights-text {
	line-height: 1.6;
	font-size: var(--opm-text-sm);
}

/* Call-to-action band */
.page-content .call-us-section h2 {
	margin-bottom: var(--opm-space-sm);
	line-height: 1.35;
}

.page-content .call-us-section p {
	margin-bottom: var(--opm-space-sm);
	line-height: var(--opm-line-height);
}

.page-content .call-us-section .site-button {
	margin-top: var(--opm-space-xs);
}

.page-content .about-home-right.about-right-v2 {
	padding: var(--opm-space-lg) !important;
	line-height: var(--opm-line-height);
	color: #fff !important;
}

.page-content .about-home-right.about-right-v2 p {
	margin-bottom: 1em;
	color: #fff !important;
}

.page-content .contact-one-inner-right {
	padding: var(--opm-space-lg);
}

.page-content .contact-one-inner-right .mt-icon-box-wraper {
	margin-bottom: var(--opm-space-md) !important;
}

.page-content .contact-one-inner-right .icon-content p {
	margin-bottom: 0;
	line-height: 1.6;
}

/* Slider text readability */
.opm-slide-title,
.opm-slide-text {
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

/* Hide unused search */
#search {
	display: none !important;
}

/* ---- Mobile UX improvements ---- */
@media (max-width: 1199px) {
	.opm-topbar {
		padding: 8px 0;
	}

	.opm-topbar-grid {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}

	.opm-logo {
		text-align: center;
	}

	.opm-toggle-label {
		display: inline-block;
		margin-left: 2px;
		font-family: 'Montserrat', sans-serif;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		color: #fff;
		vertical-align: middle;
	}

	body.opm-nav-open .opm-toggle-label {
		font-size: 0;
	}

	body.opm-nav-open .opm-toggle-label::after {
		content: 'Close';
		font-size: 13px;
	}

	.page-content .section-full.p-t80,
	.page-content .section-full.p-t60,
	.page-content .section-full.p-tb80 {
		padding-top: 3rem !important;
	}

	.page-content .section-full.p-b80,
	.page-content .section-full.p-b60,
	.page-content .section-full.p-tb80 {
		padding-bottom: 3rem !important;
	}

	.rev_slider .opm-slide-title {
		font-size: 24px !important;
		line-height: 1.2 !important;
	}

	.rev_slider .opm-slide-text {
		font-size: 14px !important;
		line-height: 1.45 !important;
	}

	.rev_slider .opm-slide-btns .site-button,
	.rev_slider .opm-slide-btns .site-button-secondry,
	.rev_slider .tp-caption .site-button,
	.rev_slider .tp-caption .site-button-secondry {
		display: block !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 0 10px 0 !important;
		text-align: center;
		padding: 12px 16px !important;
		font-size: 13px !important;
		float: none !important;
		clear: both !important;
		position: relative !important;
	}

	.rev_slider .opm-slide-btns .site-button-secondry {
		margin-bottom: 8px !important;
	}

	.rev_slider .opm-slide-btns .btn-effect {
		margin-left: 0 !important;
		margin-bottom: 10px !important;
	}

	.rev_slider .opm-slide-btns .btn-effect:before,
	.rev_slider .opm-slide-btns .btn-effect:after {
		display: none !important;
	}

	.page-content .opm-intro-strip {
		padding-top: 2rem !important;
		padding-bottom: 1.5rem !important;
	}

	.opm-call-bar-inner {
		padding: 8px 0;
	}

	body.opm-nav-open .opm-call-bar {
		display: none;
	}

	.page-wraper {
		overflow-x: hidden;
	}
}

@media (max-width: 575px) {
	.opm-logo img {
		height: 64px;
		max-width: 240px;
	}

	.opm-topbar-call,
	.opm-topbar-cta {
		font-size: 11px !important;
		padding: 9px 10px !important;
	}
}
