/**
 * Sonny Horizon — brand theme (tropical horizon look)
 * KAYISE IT : Siyabonga Mshimane
 */

:root {
	--sh-navy: #1a2b4e;
	--sh-olive: #8ca53d;
	--sh-lime: #a2c037;
	--sh-sky: #00a0dc;
	--sh-ocean: #0072bc;
	--sh-sky-light: #7ec8e8;
	--sh-cream: #fdfcf8;
	--sh-white: #ffffff;
	--sh-divider: #e8e6e0;
	--sh-text-body: #4a5568;
	--sh-teal: var(--sh-sky);
	--sh-green: var(--sh-lime);
	--sh-light: #f7f5ef;

	--sh-font-display: "Playfair Display", Georgia, "Times New Roman", serif;
	--sh-font-ui: "Montserrat", sans-serif;
	--sh-font-body: "Open Sans", sans-serif;

	--bs-primary: var(--sh-navy);
	--bs-primary-rgb: 26, 43, 78;
	--bs-info: var(--sh-sky);
	--bs-info-rgb: 0, 160, 220;
	--bs-warning: var(--sh-lime);
	--bs-warning-rgb: 162, 192, 55;
	--bs-success: var(--sh-lime);
	--bs-body-font-family: var(--sh-font-body);
	--bs-font-sans-serif: var(--sh-font-body);
	--bs-body-bg: var(--sh-cream);
	--bs-link-color: var(--sh-navy);
	--bs-link-hover-color: var(--sh-olive);
}

body {
	font-family: var(--sh-font-body);
	color: var(--sh-text-body);
	background: var(--sh-cream);
	min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
	font-family: var(--sh-font-display);
	color: var(--sh-navy);
}

.navbar-brand,
.btn,
.section-label,
#masthead .nav-links a {
	font-family: var(--sh-font-ui);
}

/* Brand utilities */
.text-sh-navy { color: var(--sh-navy) !important; }
.text-sh-teal { color: var(--sh-sky) !important; }
.text-sh-olive { color: var(--sh-olive) !important; }
.text-sh-gold { color: var(--sh-lime) !important; }
.text-sh-green { color: var(--sh-lime) !important; }
.bg-sh-cream { background-color: var(--sh-cream) !important; }
.bg-sh-light { background-color: var(--sh-light) !important; }
.bg-sh-section {
	background: var(--sh-cream);
}
.bg-sh-gold { background-color: var(--sh-lime) !important; }

.letter-spacing { letter-spacing: 0.12em; }

.divider {
	width: 56px;
	height: 4px;
	background: var(--sh-olive);
	border-radius: 2px;
}

.section-label {
	display: inline-block;
	font-family: var(--sh-font-ui);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--sh-olive);
	margin-bottom: 10px;
}

/* Buttons */
.btn-sh-gold,
.btn-sh-navy,
.btn-sh-lime {
	font-family: var(--sh-font-ui);
	font-weight: 700;
	border-radius: 30px;
}

.btn-sh-lime {
	--bs-btn-color: var(--sh-navy);
	--bs-btn-bg: var(--sh-lime);
	--bs-btn-border-color: var(--sh-lime);
	--bs-btn-hover-color: var(--sh-white);
	--bs-btn-hover-bg: var(--sh-navy);
	--bs-btn-hover-border-color: var(--sh-navy);
	box-shadow: 0 4px 20px rgba(162, 192, 55, 0.35);
}

.btn-sh-lime:hover,
.btn-sh-lime:focus {
	transform: translateY(-2px);
	box-shadow: 0 8px 28px rgba(162, 192, 55, 0.45);
}

.btn-sh-gold {
	--bs-btn-color: var(--sh-navy);
	--bs-btn-bg: var(--sh-lime);
	--bs-btn-border-color: var(--sh-lime);
	--bs-btn-hover-color: var(--sh-white);
	--bs-btn-hover-bg: var(--sh-navy);
	--bs-btn-hover-border-color: var(--sh-navy);
	box-shadow: 0 4px 20px rgba(162, 192, 55, 0.35);
}

.btn-sh-gold:hover,
.btn-sh-gold:focus {
	transform: translateY(-2px);
	box-shadow: 0 8px 28px rgba(162, 192, 55, 0.45);
}

.btn-sh-navy {
	--bs-btn-color: var(--sh-white);
	--bs-btn-bg: var(--sh-navy);
	--bs-btn-border-color: var(--sh-navy);
	--bs-btn-hover-color: var(--sh-white);
	--bs-btn-hover-bg: var(--sh-ocean);
	--bs-btn-hover-border-color: var(--sh-ocean);
}

.btn-outline-sh-navy {
	--bs-btn-color: var(--sh-navy);
	--bs-btn-border-color: var(--sh-navy);
	--bs-btn-hover-bg: var(--sh-navy);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-border-color: var(--sh-navy);
	font-weight: 600;
}

.btn-outline-sh-olive {
	--bs-btn-color: var(--sh-olive);
	--bs-btn-border-color: var(--sh-olive);
	--bs-btn-hover-bg: var(--sh-olive);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-border-color: var(--sh-olive);
	font-weight: 600;
}

.btn-outline-sh-lime {
	--bs-btn-color: var(--sh-lime);
	--bs-btn-border-color: var(--sh-lime);
	--bs-btn-hover-bg: var(--sh-lime);
	--bs-btn-hover-color: var(--sh-navy);
	--bs-btn-hover-border-color: var(--sh-lime);
	font-weight: 600;
}

/* Navbar */
#masthead .navbar {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: var(--sh-white);
	box-shadow: 0 2px 12px rgba(26, 43, 78, 0.08);
	padding: 0 40px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	height: 84px;
}

#masthead .brand {
	display: flex;
	align-items: center;
	gap: 10px;
}

#masthead .brand-logo-img {
	height: 70px;
	width: auto;
	max-height: none;
}

#masthead .brand-text h1 {
	font-family: var(--sh-font-ui);
	font-size: 1.15rem;
	color: var(--sh-navy);
	line-height: 1.1;
	margin: 0;
	font-weight: 700;
}

#masthead .brand-text p {
	font-size: 0.68rem;
	color: var(--sh-olive);
	font-style: italic;
	margin: 0;
}

#masthead .brand-slogan {
	color: var(--sh-navy);
	font-family: var(--sh-font-display);
	font-style: italic;
	font-weight: 400;
}

#masthead .nav-links {
	display: flex;
	gap: 4px;
	align-items: center;
}

#masthead .nav-links a {
	padding: 8px 14px;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--sh-navy);
	border-radius: 4px;
	transition: 0.2s;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

#masthead .nav-links a:hover,
#masthead .nav-links a.active {
	background: var(--sh-navy);
	color: var(--sh-white);
}

#masthead .nav-links a.nav-btn {
	background: var(--sh-lime) !important;
	color: var(--sh-navy) !important;
	border-radius: 20px !important;
	padding: 8px 20px !important;
	box-shadow: 0 4px 16px rgba(162, 192, 55, 0.35);
}

#masthead .nav-links a.nav-btn:hover {
	background: var(--sh-navy) !important;
	color: var(--sh-white) !important;
	box-shadow: 0 4px 16px rgba(26, 43, 78, 0.2);
}

#masthead .nav-links .nav-item {
	position: relative;
	display: flex;
	align-items: center;
}

#masthead .nav-links .nav-item > a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

#masthead .nav-links .has-dropdown > a::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: 2px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	opacity: 0.75;
	transition: transform 0.2s;
}

#masthead .nav-links .has-dropdown:hover > a::after,
#masthead .nav-links .has-dropdown:focus-within > a::after {
	transform: rotate(180deg);
}

#masthead .nav-links .nav-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 240px;
	margin: 0;
	padding: 8px 0;
	list-style: none;
	background: var(--sh-white);
	border-radius: 8px;
	box-shadow: 0 10px 32px rgba(26, 43, 78, 0.14);
	border: 1px solid rgba(26, 43, 78, 0.08);
	z-index: 1001;
	flex-direction: column;
}

#masthead .nav-links .nav-dropdown::before {
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	height: 10px;
}

#masthead .nav-links .has-dropdown:hover .nav-dropdown,
#masthead .nav-links .has-dropdown:focus-within .nav-dropdown {
	display: flex;
}

#masthead .nav-links .nav-dropdown li {
	margin: 0;
}

#masthead .nav-links .nav-dropdown a {
	display: block;
	padding: 10px 18px;
	font-size: 0.78rem;
	text-transform: none;
	letter-spacing: 0.02em;
	border-radius: 0;
	white-space: nowrap;
}

#masthead .nav-links .nav-dropdown a:hover,
#masthead .nav-links .nav-dropdown a.active {
	background: rgba(26, 43, 78, 0.06);
	color: var(--sh-navy);
}

#masthead .hamburger {
	display: none;
	flex-direction: column;
	gap: 5px;
	cursor: pointer;
	border: none;
	background: transparent;
	padding: 0;
}

#masthead .hamburger span {
	display: block;
	width: 26px;
	height: 3px;
	background: var(--sh-navy);
	border-radius: 2px;
}

/* Photo hero + asymmetric top divider */
.hero-photo {
	position: relative;
	z-index: 1;
	line-height: 0;
	overflow: hidden;
}

.hero-photo__img {
	width: 100%;
	height: min(72vh, 640px);
	object-fit: cover;
	display: block;
}

.hero-divider {
	position: relative;
	z-index: 2;
	margin-top: clamp(-120px, -10vw, -72px);
	line-height: 0;
	pointer-events: none;
}

.hero-divider__svg {
	display: block;
	width: 100%;
	height: clamp(88px, 11vw, 148px);
}

/* Hero copy block (image reference layout) */
.hero-intro {
	position: relative;
	z-index: 2;
	background: var(--sh-cream);
	margin-top: -1px;
	padding: 24px 20px 56px;
	text-align: center;
}

.hero-intro__inner {
	max-width: 720px;
	margin: 0 auto;
}

.hero-lead {
	font-family: var(--sh-font-display);
	font-size: clamp(1.2rem, 3vw, 1.65rem);
	font-style: italic;
	color: var(--sh-olive);
	margin-bottom: 0.35rem;
}

.hero-display {
	font-family: var(--sh-font-display);
	font-size: clamp(2.8rem, 8vw, 4.5rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.06em;
	color: var(--sh-navy);
	margin-bottom: 1rem;
}

.hero-sub {
	font-family: var(--sh-font-display);
	font-size: clamp(1rem, 2.2vw, 1.15rem);
	color: var(--sh-olive);
	margin-bottom: 2rem;
	line-height: 1.6;
}

.hero-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-bottom: 2.5rem;
}

/* Three-icon service row */
.service-icons {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0;
	max-width: 640px;
	margin: 0 auto;
}

.service-icons__item {
	flex: 1 1 140px;
	max-width: 180px;
	padding: 12px 16px;
	text-align: center;
	text-decoration: none;
	color: inherit;
	transition: transform 0.2s ease;
}

.service-icons__item:hover {
	transform: translateY(-3px);
	color: inherit;
}

.service-icons__icon {
	width: 52px;
	height: 52px;
	margin: 0 auto 12px;
	color: var(--sh-olive);
}

.service-icons__icon svg {
	width: 100%;
	height: 100%;
	display: block;
	fill: currentColor;
}

.service-icons__label {
	font-family: var(--sh-font-ui);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--sh-navy);
}

.service-icons__divider {
	width: 1px;
	height: 72px;
	background: var(--sh-divider);
	align-self: center;
	flex-shrink: 0;
}

/* Legacy hero classes (Elementor / inner pages) */
.hero {
	background: linear-gradient(180deg, var(--sh-ocean) 0%, var(--sh-sky) 100%);
}

.page-hero {
	position: relative;
	background: linear-gradient(180deg, var(--sh-ocean) 0%, var(--sh-sky) 70%, var(--sh-sky-light) 100%);
	color: var(--sh-white);
	overflow: hidden;
}

.page-hero .section-label {
	color: rgba(255, 255, 255, 0.9);
	border-color: rgba(255, 255, 255, 0.35) !important;
}

.page-hero h1,
.page-hero .display-5 {
	color: var(--sh-white);
	font-family: var(--sh-font-display);
}

.page-hero .lead {
	color: rgba(255, 255, 255, 0.88);
}

.page-hero::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 48px;
	background: var(--sh-cream);
	clip-path: ellipse(75% 100% at 50% 100%);
}

.sh-cta-strip {
	background: var(--sh-cream);
	border-top: 1px solid var(--sh-divider);
	border-bottom: 1px solid var(--sh-divider);
	padding: 28px 0;
}

.sh-cta-strip__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px 32px;
}

.sh-cta-strip__copy h2 {
	font-family: var(--sh-font-display);
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	color: var(--sh-navy);
	margin: 0 0 6px;
}

.sh-cta-strip__copy p {
	margin: 0;
	color: var(--sh-olive);
	font-size: 0.95rem;
}

.sh-cta-strip__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.sh-cta-strip--buttons-only .sh-cta-strip__inner {
	justify-content: center;
}

.sh-cta-strip--buttons-only .sh-cta-strip__actions {
	justify-content: center;
	width: 100%;
}

.sh-related-row .row {
	align-items: stretch;
}

.sh-service-card--all {
	border-color: rgba(162, 192, 55, 0.35);
}

.sh-service-card--all:hover {
	border-color: var(--sh-lime);
}

.site-footer {
	background: linear-gradient(180deg, var(--sh-ocean) 0%, var(--sh-navy) 100%);
	margin-top: 0;
}

.site-footer .footer-brand {
	display: inline-block;
}

.site-footer .brand-logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	background: #ffffff;
	border-radius: 14px;
	padding: 14px 18px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.site-footer .footer-brand-logo {
	height: 88px;
	width: auto;
	max-width: min(100%, 260px);
	display: block;
}

@media (max-width: 767.98px) {
	.site-footer .brand-logo-link {
		padding: 12px 14px;
	}

	.site-footer .footer-brand-logo {
		height: 72px;
		max-width: min(100%, 220px);
	}
}

.site-footer .text-sh-gold,
.site-footer .footer-motto {
	color: var(--sh-lime) !important;
}

.site-footer .menu a,
.site-footer #footer-menu a {
	color: rgba(255, 255, 255, 0.76);
	text-decoration: none;
}

.site-footer .menu a:hover,
.site-footer #footer-menu a:hover {
	color: var(--sh-lime);
}

/* Cards */
.service-card {
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	border: 1px solid var(--sh-divider) !important;
	background: var(--sh-white);
}

.service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 0.5rem 1.5rem rgba(26, 43, 78, 0.1) !important;
	border-color: rgba(118, 147, 60, 0.35) !important;
}

.service-card .text-sh-teal {
	color: var(--sh-olive) !important;
}

.overview-card,
.value-card {
	background: var(--sh-white);
	border: 1px solid var(--sh-divider);
}

/* Content */
.entry-content.service-page h2,
.entry-content.service-page h3 {
	color: var(--sh-navy);
}

.entry-content a {
	color: var(--sh-ocean);
}

.entry-content a:hover {
	color: var(--sh-navy);
}

/* About page */
.about-banner {
	position: relative;
	line-height: 0;
	overflow: hidden;
	height: min(42vh, 380px);
	min-height: min(42vh, 380px);
}

.elementor .about-banner__img,
.about-banner__img,
.about-banner .sh-hero-parallax-wrap img {
	width: 100%;
	height: min(42vh, 380px) !important;
	max-height: min(42vh, 380px) !important;
	object-fit: cover;
	display: block;
}

.about-banner__scrim {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(26, 43, 78, 0.12) 0%, rgba(26, 43, 78, 0.58) 100%);
	pointer-events: none;
}

.about-banner__content {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 24px 20px;
	color: var(--sh-white);
	line-height: normal;
}

.about-banner__content h1 {
	font-size: clamp(1.75rem, 4.5vw, 2.6rem);
	color: var(--sh-white);
	margin-bottom: 10px;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
}

.about-banner__lead {
	max-width: 640px;
	font-size: clamp(0.95rem, 1.8vw, 1.05rem);
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.92);
	margin-bottom: 16px;
}

.about-banner .hero-btns {
	line-height: normal;
}

.about-banner .btn-outline-light {
	--bs-btn-color: #fff;
	--bs-btn-border-color: rgba(255, 255, 255, 0.85);
	--bs-btn-hover-bg: rgba(255, 255, 255, 0.15);
	--bs-btn-hover-border-color: #fff;
	--bs-btn-hover-color: #fff;
}

.about-story-img {
	border-radius: 14px;
	object-fit: cover;
	aspect-ratio: 4 / 3;
	box-shadow: 0 10px 28px rgba(26, 43, 78, 0.12);
	border: 1px solid var(--sh-divider);
}

.about-package-card {
	display: block;
	background: var(--sh-white);
	border: 1px solid var(--sh-divider);
	border-radius: 14px;
	overflow: hidden;
	height: 100%;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.about-package-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 30px rgba(26, 43, 78, 0.1);
	border-color: rgba(118, 147, 60, 0.35);
}

.about-package-card__img {
	width: 100%;
	height: 200px;
	max-height: 200px;
	object-fit: cover;
	object-position: center;
	display: block;
}

.about-package-card__body {
	padding: 22px 20px 24px;
	line-height: normal;
}

/* Services hub + single service */
.sh-service-banner {
	position: relative;
	line-height: 0;
	overflow: hidden;
	height: min(42vh, 380px);
	min-height: min(42vh, 380px);
}

.elementor .sh-service-banner__img,
.sh-service-banner__img,
.sh-service-banner .sh-hero-parallax-wrap img {
	width: 100%;
	height: min(42vh, 380px) !important;
	max-height: min(42vh, 380px) !important;
	object-fit: cover;
	display: block;
}

.sh-service-banner__scrim {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(26, 43, 78, 0.15) 0%, rgba(26, 43, 78, 0.62) 100%);
	pointer-events: none;
}

.sh-service-banner__content {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 24px 20px;
	color: var(--sh-white);
	line-height: normal;
}

.sh-service-banner__content h1 {
	font-size: clamp(1.75rem, 4.5vw, 2.6rem);
	color: var(--sh-white);
	margin-bottom: 12px;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
}

.sh-service-banner__content .section-label {
	color: rgba(255, 255, 255, 0.92);
}

.sh-service-banner__lead {
	max-width: 640px;
	font-size: clamp(0.95rem, 1.8vw, 1.05rem);
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.92);
	margin-bottom: 16px;
}

.sh-service-banner .btn-outline-light {
	--bs-btn-color: #fff;
	--bs-btn-border-color: rgba(255, 255, 255, 0.85);
	--bs-btn-hover-bg: rgba(255, 255, 255, 0.15);
	--bs-btn-hover-border-color: #fff;
	--bs-btn-hover-color: #fff;
}

/* Service pages — compact home-style overlay hero */
.sh-service-hero .sh-banner__media,
.sh-service-hero .sh-banner__media--static {
	position: relative;
	overflow: hidden;
}

.elementor .sh-service-hero .sh-banner__media img,
.sh-service-hero .sh-banner__media img {
	width: 100%;
	height: min(42vh, 380px) !important;
	max-height: min(42vh, 380px) !important;
	object-fit: cover;
	display: block;
}

.sh-service-hero .sh-banner__scrim {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(
		180deg,
		rgba(26, 43, 78, 0.15) 0%,
		rgba(26, 43, 78, 0.45) 55%,
		rgba(26, 43, 78, 0.55) 100%
	);
	pointer-events: none;
}

.sh-service-hero .sh-banner__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	padding: 24px 20px 40px;
	text-align: center;
	justify-content: center;
}

.sh-service-hero .sh-banner__overlay-inner {
	align-self: center;
	max-width: 720px;
	color: var(--sh-white);
	line-height: 1.4;
}

.sh-service-hero .hero-lead,
.sh-service-hero .section-label {
	color: var(--sh-lime) !important;
}

.sh-service-hero .hero-display,
.sh-service-hero .sh-banner__headline {
	color: var(--sh-lime) !important;
	text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
	font-size: clamp(2rem, 6vw, 3.4rem);
}

.sh-service-hero .hero-sub {
	color: rgba(255, 255, 255, 0.95) !important;
}

.sh-service-hero .btn-outline-sh-lime {
	border-color: var(--sh-lime);
	color: var(--sh-lime);
}

.sh-service-hero .btn-outline-sh-lime:hover {
	background: var(--sh-lime);
	color: var(--sh-navy);
	border-color: var(--sh-lime);
}

/* Accommodation (and any hero without a photo) */
.sh-service-hero--no-image .sh-banner__media,
.sh-service-hero--no-image .sh-banner__media--static {
	min-height: min(42vh, 380px);
	background: linear-gradient(145deg, #152238 0%, var(--sh-navy, #1a2b4e) 55%, #243a5c 100%);
}

.sh-service-hero--no-image .sh-banner__scrim {
	background: linear-gradient(
		180deg,
		rgba(26, 43, 78, 0.1) 0%,
		rgba(26, 43, 78, 0.25) 100%
	);
}

.sh-service-hero--no-image .sh-banner__media img {
	display: none !important;
}

.sh-service-card {
	display: block;
	background: var(--sh-white);
	border: 1px solid var(--sh-divider);
	border-radius: 14px;
	overflow: hidden;
	height: 100%;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.sh-service-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 30px rgba(26, 43, 78, 0.1);
	border-color: rgba(118, 147, 60, 0.35);
}

.sh-service-card__img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	display: block;
}

.sh-service-card__body {
	padding: 22px 20px 24px;
	line-height: normal;
}

.sh-service-panel {
	background: var(--sh-white);
	border: 1px solid var(--sh-divider);
	border-radius: 14px;
	padding: 32px 28px;
	box-shadow: 0 8px 24px rgba(26, 43, 78, 0.06);
}

.sh-service-panel h2,
.sh-service-panel h3 {
	color: var(--sh-navy);
	margin-top: 1.5rem;
}

.sh-service-panel h2:first-child,
.sh-service-panel h3:first-child {
	margin-top: 0;
}

.sh-service-layout-wrap,
.elementor-element.e-con:has(.sh-service-layout) {
	background: var(--sh-white) !important;
}

.sh-service-quote-card,
.sh-service-sidebar {
	background: var(--sh-white);
	border: 1px solid var(--sh-divider);
	border-radius: 14px;
	box-shadow: 0 10px 32px rgba(26, 43, 78, 0.1);
	position: sticky;
	top: 96px;
}

.sh-service-quote-card .card-body,
.sh-service-sidebar .card-body {
	padding: 28px 24px;
}

.sh-service-layout .row {
	align-items: flex-start;
}

@media (min-width: 992px) {
	.sh-service-layout .col-lg-8,
	.sh-service-layout .col-lg-4 {
		display: block;
	}
}

@media (max-width: 768px) {
	.sh-cta-strip__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.sh-cta-strip--buttons-only .sh-cta-strip__inner {
		align-items: center;
	}

	.sh-cta-strip__actions {
		width: 100%;
	}

	.sh-cta-strip--buttons-only .sh-cta-strip__actions {
		justify-content: center;
	}

	.sh-cta-strip__actions .btn {
		flex: 1 1 auto;
	}

	.about-banner {
		height: min(38vh, 320px);
		min-height: min(38vh, 320px);
	}

	.elementor .about-banner__img,
	.about-banner__img,
	.about-banner .sh-hero-parallax-wrap img {
		height: min(38vh, 320px) !important;
		max-height: min(38vh, 320px) !important;
	}

	.about-package-card__img {
		height: 190px;
	}

	.sh-service-banner {
		height: min(38vh, 320px);
		min-height: min(38vh, 320px);
	}

	.elementor .sh-service-banner__img,
	.sh-service-banner__img,
	.sh-service-banner .sh-hero-parallax-wrap img {
		height: min(38vh, 320px) !important;
		max-height: min(38vh, 320px) !important;
	}

	.sh-service-card__img {
		height: 190px;
	}

	.sh-service-panel {
		padding: 24px 20px;
	}

	.sh-service-sidebar {
		position: static;
	}

	#masthead .navbar {
		padding: 0 16px;
		height: 68px;
	}

	#masthead .brand-logo-img {
		height: 48px;
	}

	#masthead .brand-text h1 {
		font-size: 1rem;
	}

	#masthead .brand-text p {
		font-size: 0.6rem;
	}

	#masthead .nav-links {
		display: none;
		flex-direction: column;
		position: absolute;
		top: 68px;
		left: 0;
		right: 0;
		background: var(--sh-white);
		padding: 16px;
		box-shadow: 0 8px 24px rgba(26, 43, 78, 0.12);
		z-index: 999;
	}

	#masthead .nav-links.open {
		display: flex;
	}

	#masthead .nav-links .nav-item {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}

	#masthead .nav-links .has-dropdown > a::after {
		margin-left: auto;
	}

	#masthead .nav-links .nav-dropdown {
		position: static;
		display: none;
		min-width: 0;
		width: 100%;
		padding: 0 0 8px;
		margin: 0;
		box-shadow: none;
		border: none;
		background: transparent;
	}

	#masthead .nav-links .has-dropdown.is-open .nav-dropdown {
		display: flex;
	}

	#masthead .nav-links .nav-dropdown a {
		padding: 8px 14px 8px 28px;
		font-size: 0.85rem;
		border-radius: 6px;
	}

	#masthead .nav-links a {
		padding: 10px 14px;
		font-size: 0.9rem;
		border-radius: 6px;
	}

	#masthead .hamburger {
		display: flex;
	}

	.hero-photo__img {
		height: min(55vh, 420px);
	}

	.service-icons__divider {
		display: none;
	}

	.service-icons__item {
		flex: 1 1 100%;
		max-width: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.service-card,
	.service-icons__item {
		transition: none;
	}
}
