/*
 * Have Det Godt Elementor presentation layer.
 * Content remains editable as native Elementor sections and widgets.
 */

.hdg-elementor-page,
.elementor-page .site-main {
	overflow: clip;
}

.hdg-elementor-page > .elementor,
.elementor-page .site-main > .elementor {
	width: 100%;
}

.hdg-el-section,
.hdg-el-page-hero,
.hdg-el-legal-hero,
.hdg-el-home-hero,
.hdg-el-trust,
.hdg-el-cards-row,
.hdg-el-process {
	padding: 94px 0;
}

.hdg-el-section > .elementor-container,
.hdg-el-page-hero > .elementor-container,
.hdg-el-legal-hero > .elementor-container,
.hdg-el-home-hero > .elementor-container,
.hdg-el-trust > .elementor-container,
.hdg-el-cards-row > .elementor-container,
.hdg-el-process > .elementor-container {
	width: min(1180px, calc(100% - 48px));
	max-width: 1180px;
	margin-inline: auto;
}

.hdg-el-dark {
	color: var(--ks-white);
	background: var(--ks-navy);
}

.hdg-el-silver {
	background: var(--ks-silver);
}

.hdg-el-gallery-section {
	background:
		radial-gradient(circle at 92% 7%, rgba(76, 175, 80, 0.1), transparent 28%),
		linear-gradient(180deg, #f7faf8, #fff);
}

.hdg-el-gallery-section .hdg-el-eyebrow,
.hdg-el-gallery-section .hdg-el-section-title,
.hdg-el-gallery-section .hdg-el-lead {
	max-width: 790px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.hdg-el-gallery-section .hdg-el-gallery-grid {
	max-width: none;
	margin-top: 44px;
}

.hdg-el-home-hero {
	position: relative;
	min-height: 680px;
	padding: 130px 0 110px;
	color: var(--ks-white);
	background:
		linear-gradient(90deg, rgba(8, 31, 53, 0.05) 0%, rgba(8, 31, 53, 0.1) 32%, rgba(13, 49, 78, 0.72) 62%, rgba(8, 31, 53, 0.97) 100%),
		linear-gradient(180deg, rgba(8, 31, 53, 0.04), rgba(8, 31, 53, 0.18)),
		url("../images/banner-personlig-haveservice.webp") 68% 35% / cover no-repeat;
}

.hdg-el-home-hero > .elementor-container {
	min-height: 440px;
	align-items: center;
	justify-content: flex-end;
}

.hdg-el-home-hero .elementor-column {
	max-width: 610px;
	margin-left: auto;
}

.hdg-el-page-hero,
.hdg-el-legal-hero {
	padding: 102px 0;
	background:
		radial-gradient(circle at 85% 10%, rgba(76, 175, 80, 0.18), transparent 34%),
		var(--ks-navy);
}

.hdg-el-legal-hero {
	padding-block: 82px;
}

.hdg-el-about-hero {
	padding-block: 92px;
}

.hdg-el-eyebrow {
	margin-bottom: 13px;
}

.hdg-el-eyebrow .elementor-heading-title {
	color: var(--ks-green-dark);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.hdg-el-light,
.hdg-el-light .elementor-heading-title,
.hdg-el-light .elementor-widget-container,
.hdg-el-light p,
.hdg-el-light li {
	color: var(--ks-white);
}

.hdg-el-hero-title {
	max-width: 840px;
	margin-bottom: 20px;
}

.hdg-el-hero-title .elementor-heading-title {
	color: inherit;
	font-size: clamp(2.75rem, 6vw, 5.2rem);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.hdg-el-page-hero .hdg-el-hero-title .elementor-heading-title,
.hdg-el-about-hero .hdg-el-hero-title .elementor-heading-title,
.hdg-el-legal-hero .hdg-el-hero-title .elementor-heading-title {
	font-size: clamp(2.45rem, 5vw, 4.35rem);
}

.hdg-el-hero-text {
	max-width: 720px;
	margin-bottom: 23px;
}

.hdg-el-hero-text p {
	margin: 0;
	font-size: clamp(1.05rem, 1.6vw, 1.25rem);
	line-height: 1.75;
}

.hdg-el-section-title {
	margin-bottom: 18px;
}

.hdg-el-section-title .elementor-heading-title {
	color: var(--ks-navy);
	font-size: clamp(2rem, 4vw, 3.35rem);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.08;
}

.hdg-el-dark .hdg-el-section-title .elementor-heading-title {
	color: var(--ks-white);
}

.hdg-el-lead,
.hdg-el-card-text {
	color: var(--ks-muted);
	font-size: 1rem;
	line-height: 1.75;
}

.hdg-el-lead {
	max-width: 760px;
	font-size: 1.08rem;
}

.hdg-el-lead p:last-child,
.hdg-el-card-text p:last-child,
.hdg-el-hero-text p:last-child {
	margin-bottom: 0;
}

.hdg-el-section-heading {
	padding-bottom: 42px;
	text-align: center;
}

.hdg-el-section-heading > .elementor-container {
	max-width: 900px;
}

.hdg-el-action {
	display: inline-block;
	width: auto !important;
	margin: 8px 10px 8px 0;
}

.hdg-el-action .elementor-button {
	min-width: 158px;
	padding: 15px 23px;
	border: 2px solid transparent;
	border-radius: 9px;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.2;
	box-shadow: none;
	transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.hdg-el-action .elementor-button:hover {
	transform: translateY(-2px);
}

.hdg-el-button-green .elementor-button {
	color: #fff;
	background: var(--ks-green);
	box-shadow: 0 10px 26px rgba(76, 175, 80, 0.24);
}

.hdg-el-button-green .elementor-button:hover {
	background: var(--ks-green-dark);
}

.hdg-el-button-light .elementor-button {
	color: var(--ks-navy);
	background: #fff;
}

.hdg-el-button-outline .elementor-button {
	color: var(--ks-navy);
	border-color: var(--ks-border);
	background: transparent;
}

.hdg-el-button-outline-light .elementor-button {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.58);
	background: rgba(255, 255, 255, 0.06);
}

.hdg-el-checks {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 28px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
	font-size: 0.9rem;
	font-weight: 700;
}

.hdg-el-checks li::first-letter {
	color: var(--ks-green);
}

.hdg-el-trust {
	padding: 27px 0;
	color: #fff;
	background: var(--ks-navy-dark);
}

.hdg-el-trust-item > .elementor-widget-wrap {
	align-items: center;
	padding: 12px 20px !important;
	border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.hdg-el-trust-item:last-child > .elementor-widget-wrap {
	border-right: 0;
}

.hdg-el-trust-number {
	width: auto !important;
	margin-right: 13px;
}

.hdg-el-trust-number .elementor-heading-title {
	color: var(--ks-green);
	font-size: 1rem;
	font-weight: 800;
}

.hdg-el-trust-item .elementor-widget-text-editor {
	width: auto;
}

.hdg-el-trust-item p {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.87rem;
	font-weight: 700;
}

.hdg-el-cards-row {
	padding: 0 0 26px;
}

.hdg-el-cards-row + .hdg-el-cards-row {
	padding-bottom: 94px;
}

.hdg-el-card > .elementor-widget-wrap,
.hdg-el-value-card > .elementor-widget-wrap {
	height: 100%;
	align-content: flex-start;
	padding: 32px !important;
	border: 1px solid var(--ks-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 40px rgba(13, 41, 68, 0.07);
}

.hdg-el-card-icon .elementor-heading-title {
	color: var(--ks-green);
	font-size: 1.7rem;
	line-height: 1;
}

.hdg-el-card-title {
	margin: 9px 0 8px;
}

.hdg-el-card-title .elementor-heading-title {
	color: var(--ks-navy);
	font-size: 1.17rem;
	font-weight: 800;
	line-height: 1.3;
}

.hdg-el-image-card > .elementor-widget-wrap {
	height: 100%;
	align-content: flex-start;
	overflow: hidden;
	padding: 0 0 27px !important;
	border: 1px solid var(--ks-border);
	border-radius: 19px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(13, 41, 68, 0.08);
}

.hdg-el-image-card .hdg-el-card-title,
.hdg-el-image-card .hdg-el-card-text {
	padding-inline: 27px;
}

.hdg-el-card-image img {
	width: 100%;
	height: 235px;
	object-fit: cover;
}

.hdg-el-split > .elementor-container {
	align-items: center;
}

.hdg-el-price-feature {
	background:
		radial-gradient(circle at 92% 10%, rgba(76, 175, 80, 0.12), transparent 28%),
		#fff;
}

.hdg-el-price-feature > .elementor-container {
	align-items: center;
}

.hdg-el-price-media > .elementor-widget-wrap {
	position: relative;
}

.hdg-el-price-image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: var(--ks-radius);
	box-shadow: var(--ks-shadow);
}

.hdg-el-price-star {
	position: absolute !important;
	top: 26px;
	right: -30px;
	z-index: 2;
	width: clamp(76px, 8vw, 104px) !important;
}

.hdg-el-price-star .elementor-heading-title {
	display: grid;
	aspect-ratio: 1;
	place-items: center;
	color: #fff;
	background: var(--ks-green);
	border: 8px solid #fff;
	border-radius: 50%;
	box-shadow: 0 16px 38px rgba(13, 41, 68, 0.2);
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1;
	transform: rotate(-8deg);
}

.hdg-el-price-content > .elementor-widget-wrap {
	padding-left: clamp(24px, 5vw, 72px) !important;
}

.hdg-el-price-title .elementor-heading-title {
	font-size: clamp(2.35rem, 4.7vw, 4.5rem);
}

.hdg-el-price-old p {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: baseline;
	margin: 4px 0 10px;
	font-size: 1.05rem;
	font-weight: 700;
}

.hdg-el-price-old del {
	color: #7a8792;
	text-decoration-color: #b24b43;
	text-decoration-thickness: 3px;
}

.hdg-el-price-text {
	max-width: 590px;
	color: var(--ks-muted);
}

.hdg-el-dark.hdg-el-section-heading {
	padding-bottom: 35px;
}

.hdg-el-process {
	padding-top: 0;
	padding-bottom: 96px;
}

.hdg-el-process-card > .elementor-widget-wrap {
	height: 100%;
	align-content: flex-start;
	padding: 30px !important;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.055);
}

.hdg-el-process-number .elementor-heading-title {
	color: var(--ks-green);
	font-size: 2rem;
	font-weight: 800;
}

.hdg-el-process-card .hdg-el-card-title .elementor-heading-title {
	color: #fff;
}

.hdg-el-process-card .hdg-el-card-text {
	color: rgba(255, 255, 255, 0.76);
}

.hdg-el-cta {
	padding-block: 76px;
	text-align: center;
	background:
		linear-gradient(135deg, rgba(22, 58, 95, 0.38), rgba(22, 58, 95, 0)),
		var(--ks-green-dark);
}

.hdg-el-cta > .elementor-container {
	max-width: 940px;
}

.hdg-el-cta .hdg-el-lead {
	margin-inline: auto;
}

.hdg-el-about-image img {
	width: 100%;
	min-height: 440px;
	object-fit: cover;
	border-radius: 20px;
	box-shadow: 0 24px 70px rgba(7, 25, 41, 0.26);
}

.hdg-el-value-number .elementor-heading-title {
	color: var(--ks-green);
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.hdg-el-rate-card > .elementor-widget-wrap {
	padding: 34px !important;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.09);
	box-shadow: 0 24px 58px rgba(7, 25, 41, 0.22);
}

.hdg-el-rate-label .elementor-heading-title {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hdg-el-rate-price .elementor-heading-title {
	margin-top: 7px;
	color: #fff;
	font-size: clamp(1.65rem, 3vw, 2.55rem);
	font-weight: 800;
	line-height: 1.12;
}

.hdg-el-rate-card p {
	margin: 7px 0 0;
	color: rgba(255, 255, 255, 0.72);
}

.hdg-el-calculator > .elementor-container,
.hdg-el-quote > .elementor-container {
	max-width: 1060px;
}

.hdg-el-form-card > .elementor-widget-wrap,
.hdg-el-contact-card > .elementor-widget-wrap {
	height: 100%;
	align-content: flex-start;
	padding: 38px !important;
	border: 1px solid var(--ks-border);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(13, 41, 68, 0.08);
}

.hdg-el-info-card {
	margin-bottom: 12px;
	padding: 18px 20px;
	color: var(--ks-body);
	border: 1px solid var(--ks-border);
	border-radius: 12px;
	background: var(--ks-silver);
}

.hdg-el-info-card .elementor-widget-container {
	padding: 0;
	border: 0;
	background: transparent;
}

.hdg-el-info-card p {
	margin: 0;
	color: var(--ks-body);
	line-height: 1.6;
}

.hdg-el-info-card strong {
	color: var(--ks-muted);
	font-size: 0.74rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hdg-el-info-card a {
	color: var(--ks-navy);
	font-size: 1.03rem;
	font-weight: 800;
}

.hdg-el-phone-card {
	color: #fff;
	background:
		radial-gradient(circle at 92% 8%, rgba(76, 175, 80, 0.32), transparent 30%),
		linear-gradient(135deg, var(--ks-navy-dark), var(--ks-navy));
	border: 0;
	box-shadow: 0 18px 44px rgba(13, 41, 68, 0.18);
}

.hdg-el-phone-card .elementor-widget-container {
	color: inherit;
	background: transparent;
}

.hdg-el-phone-card p {
	color: #fff;
}

.hdg-el-phone-card strong {
	color: rgba(255, 255, 255, 0.7);
}

.hdg-el-phone-card a,
.hdg-el-phone-card a:hover,
.hdg-el-phone-card a:focus-visible {
	color: #fff;
	font-size: clamp(1.8rem, 4vw, 2.65rem);
	line-height: 1.25;
}

.hdg-el-phone-card small {
	color: rgba(255, 255, 255, 0.72);
	font-weight: 700;
}

.hdg-el-response-note {
	color: var(--ks-green-dark);
	font-size: 0.87rem;
	font-weight: 700;
}

.hdg-el-thank-you {
	display: flex;
	min-height: 70vh;
	align-items: center;
	background:
		radial-gradient(circle at 85% 12%, rgba(76, 175, 80, 0.16), transparent 28%),
		linear-gradient(180deg, var(--ks-silver), #fff);
}

.hdg-el-thank-you > .elementor-container {
	max-width: 790px;
}

.hdg-el-thank-you .elementor-column > .elementor-widget-wrap {
	justify-content: center;
	padding: clamp(38px, 7vw, 78px) !important;
	text-align: center;
	background: #fff;
	border: 1px solid var(--ks-border);
	border-radius: var(--ks-radius);
	box-shadow: var(--ks-shadow);
}

.hdg-el-thank-you-check {
	max-width: 92px;
	margin: 0 auto 28px;
}

.hdg-el-thank-you-check .elementor-heading-title {
	display: grid;
	aspect-ratio: 1;
	place-items: center;
	color: #fff;
	background: var(--ks-green);
	border: 8px solid #e6f5e7;
	border-radius: 50%;
	box-shadow: 0 16px 38px rgba(52, 141, 58, 0.2);
	font-size: 2.6rem;
	font-weight: 800;
}

.hdg-el-thank-you-title .elementor-heading-title {
	color: var(--ks-navy-dark);
	font-size: clamp(2.45rem, 5vw, 4.7rem);
	line-height: 1.12;
}

.hdg-el-thank-you-text {
	max-width: 580px;
	margin-inline: auto;
	color: var(--ks-muted);
	font-size: clamp(1.05rem, 2vw, 1.22rem);
}

.hdg-el-thank-you .hdg-el-action {
	margin-right: 0;
}

.hdg-el-quote-steps {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.hdg-el-quote-steps li {
	display: flex;
	align-items: center;
	gap: 9px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.9rem;
	font-weight: 700;
}

.hdg-el-quote-steps span {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: var(--ks-green);
}

.hdg-el-prose > .elementor-container {
	max-width: 920px;
}

.hdg-el-legal-copy {
	color: var(--ks-text);
	font-size: 1rem;
	line-height: 1.8;
}

.hdg-el-legal-copy h2 {
	margin: 2.1em 0 0.45em;
	color: var(--ks-navy);
	font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.hdg-el-legal-copy h2:first-child {
	margin-top: 0;
}

.hdg-el-legal-copy ul {
	padding-left: 1.35em;
}

html[lang="da-DK"] .hdg-lang-en,
html[lang="en-GB"] .hdg-lang-da {
	display: none !important;
}

@media (max-width: 880px) {
	.hdg-el-section,
	.hdg-el-page-hero,
	.hdg-el-legal-hero,
	.hdg-el-home-hero {
		padding-block: 74px;
	}

	.hdg-el-home-hero {
		min-height: 620px;
		background:
			linear-gradient(90deg, rgba(8, 31, 53, 0.42), rgba(8, 31, 53, 0.93)),
			linear-gradient(180deg, rgba(8, 31, 53, 0.12), rgba(8, 31, 53, 0.34)),
			url("../images/banner-personlig-haveservice.webp") 68% 35% / cover no-repeat;
	}

	.hdg-el-home-hero .elementor-column {
		width: 100%;
		max-width: 610px;
	}

	.hdg-el-section > .elementor-container,
	.hdg-el-page-hero > .elementor-container,
	.hdg-el-legal-hero > .elementor-container,
	.hdg-el-home-hero > .elementor-container,
	.hdg-el-cards-row > .elementor-container,
	.hdg-el-process > .elementor-container {
		width: min(100% - 32px, 760px);
	}

	.hdg-el-cards-row > .elementor-container,
	.hdg-el-process > .elementor-container,
	.hdg-el-contact > .elementor-container,
	.hdg-el-price-feature > .elementor-container,
	.hdg-el-about-hero > .elementor-container,
	.hdg-el-page-hero > .elementor-container {
		flex-wrap: wrap;
	}

	.hdg-el-cards-row .elementor-column,
	.hdg-el-process .elementor-column,
	.hdg-el-contact .elementor-column,
	.hdg-el-price-feature .elementor-column,
	.hdg-el-about-hero .elementor-column,
	.hdg-el-page-hero .elementor-column {
		width: 100%;
	}

	.hdg-el-price-content > .elementor-widget-wrap {
		padding: 38px 0 0 !important;
	}

	.hdg-el-price-star {
		right: 20px;
	}

	.hdg-el-trust > .elementor-container {
		flex-wrap: wrap;
	}

	.hdg-el-trust .elementor-column {
		width: 50%;
	}

	.hdg-el-trust-item > .elementor-widget-wrap {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	}

	.hdg-el-cards-row {
		padding-bottom: 0;
	}

	.hdg-el-cards-row + .hdg-el-cards-row {
		padding-bottom: 70px;
	}

	.hdg-el-card > .elementor-widget-wrap,
	.hdg-el-image-card > .elementor-widget-wrap,
	.hdg-el-process-card > .elementor-widget-wrap {
		margin-bottom: 18px;
	}
}

@media (max-width: 620px) {
	.hdg-el-section,
	.hdg-el-page-hero,
	.hdg-el-legal-hero,
	.hdg-el-home-hero {
		padding-block: 60px;
	}

	.hdg-el-hero-title .elementor-heading-title {
		font-size: clamp(2.35rem, 13vw, 3.45rem);
	}

	.hdg-el-section-title .elementor-heading-title {
		font-size: clamp(1.85rem, 9vw, 2.55rem);
	}

	.hdg-el-action {
		display: block;
		width: 100% !important;
		margin-right: 0;
	}

	.hdg-el-action .elementor-button {
		width: 100%;
	}

	.hdg-el-checks,
	.hdg-el-quote-steps {
		display: grid;
	}

	.hdg-el-trust .elementor-column {
		width: 100%;
	}

	.hdg-el-form-card > .elementor-widget-wrap,
	.hdg-el-contact-card > .elementor-widget-wrap,
	.hdg-el-card > .elementor-widget-wrap {
		padding: 26px !important;
	}

	.hdg-el-price-star {
		top: 14px;
		right: 14px;
		width: 72px !important;
	}

	.hdg-el-price-star .elementor-heading-title {
		border-width: 6px;
	}
}

/* Full-viewport one-page hero with content and contrast anchored left. */
.hdg-el-home-hero {
	display: flex;
	min-height: calc(100svh - var(--hdg-hero-offset, 119px));
	align-items: center;
	padding: clamp(58px, 8vh, 92px) 0;
	background:
		linear-gradient(90deg, rgba(8, 31, 53, 0.94) 0%, rgba(8, 31, 53, 0.76) 42%, rgba(8, 31, 53, 0.26) 68%, rgba(8, 31, 53, 0.04) 100%),
		linear-gradient(180deg, rgba(8, 31, 53, 0.06), rgba(8, 31, 53, 0.18)),
		url("../images/banner-personlig-haveservice.webp") 68% 35% / cover no-repeat;
}

.hdg-el-home-hero > .elementor-container {
	min-height: 0;
	justify-content: flex-start;
}

.hdg-el-home-hero .elementor-column {
	max-width: 610px;
	margin-right: auto;
	margin-left: 0;
}

@media (max-width: 880px) {
	.hdg-el-home-hero {
		min-height: calc(100svh - var(--hdg-hero-offset, 119px));
		padding-block: clamp(52px, 8vh, 74px);
		background:
			linear-gradient(90deg, rgba(8, 31, 53, 0.93) 0%, rgba(8, 31, 53, 0.78) 52%, rgba(8, 31, 53, 0.34) 100%),
			url("../images/banner-personlig-haveservice.webp") 68% 35% / cover no-repeat;
	}
}

@media (max-width: 620px) {
	.hdg-el-home-hero {
		min-height: calc(100svh - var(--hdg-hero-offset, 76px));
		padding-block: 44px;
		background:
			linear-gradient(90deg, rgba(8, 31, 53, 0.94) 0%, rgba(8, 31, 53, 0.82) 60%, rgba(8, 31, 53, 0.48) 100%),
			url("../images/banner-personlig-haveservice.webp") 68% 35% / cover no-repeat;
	}
}

.hdg-el-services-heading {
	padding-top: 76px;
	padding-bottom: 30px;
}

.hdg-el-feature-row {
	padding: 8px 0 96px;
}

.hdg-el-feature-row > .elementor-container {
	align-items: stretch;
	gap: clamp(28px, 3vw, 40px);
}

.hdg-el-feature-row .hdg-el-feature-card {
	flex: 1 1 0;
	width: auto;
	min-width: 0;
}

.hdg-el-feature-card > .elementor-widget-wrap {
	padding: 29px !important;
	border-radius: 14px;
	box-shadow: 0 10px 32px rgba(13, 41, 68, 0.06);
}

.hdg-el-flat-icon .elementor-heading-title {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	color: var(--ks-green-dark);
	background: #eaf6eb;
	border-radius: 12px;
	font-size: 1.45rem;
}

.hdg-el-about-onepage > .elementor-container {
	align-items: center;
}

.hdg-el-about-copy-column > .elementor-widget-wrap {
	padding-right: clamp(18px, 5vw, 70px) !important;
}

.hdg-el-about-copy p + p {
	margin-top: 15px;
}

.hdg-el-agreement-card > .elementor-widget-wrap {
	height: 100%;
	align-content: center;
	padding: clamp(30px, 4vw, 43px) !important;
	color: rgba(255, 255, 255, 0.82);
	background: linear-gradient(145deg, var(--ks-navy-dark), var(--ks-navy));
	border-radius: 18px;
	box-shadow: 0 18px 46px rgba(13, 41, 68, 0.15);
}

.hdg-el-agreement-title .elementor-heading-title {
	color: #fff;
	font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.hdg-el-agreement-text,
.hdg-el-agreement-text p,
.hdg-el-agreement-text li {
	color: rgba(255, 255, 255, 0.82);
}

.hdg-el-agreement-text ul {
	display: grid;
	gap: 7px;
	margin: 19px 0;
	padding-left: 1.25rem;
}

.hdg-el-contact {
	padding-block: 78px;
}

.hdg-el-contact > .elementor-container {
	align-items: stretch;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--ks-border);
	border-radius: 20px;
	box-shadow: 0 18px 48px rgba(13, 41, 68, 0.08);
}

.hdg-el-contact .hdg-el-form-card > .elementor-widget-wrap,
.hdg-el-contact .hdg-el-contact-card > .elementor-widget-wrap {
	height: 100%;
	padding: clamp(30px, 4vw, 46px) !important;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.hdg-el-contact .hdg-el-contact-card > .elementor-widget-wrap {
	border-left: 1px solid var(--ks-border);
}

.hdg-el-form-widget .hdg-contact-card {
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.hdg-el-contact-info-title .elementor-heading-title {
	font-size: clamp(1.65rem, 3vw, 2.35rem);
}

@media (max-width: 880px) {
	.hdg-el-feature-row > .elementor-container,
	.hdg-el-about-onepage > .elementor-container {
		flex-wrap: wrap;
	}

	.hdg-el-feature-row .elementor-column,
	.hdg-el-about-onepage .elementor-column {
		width: 100%;
	}

	.hdg-el-feature-card > .elementor-widget-wrap {
		margin-bottom: 0;
	}

	.hdg-el-feature-row > .elementor-container {
		gap: 24px;
	}

	.hdg-el-feature-row .hdg-el-feature-card {
		flex: 0 0 100%;
	}

	.hdg-el-about-copy-column > .elementor-widget-wrap {
		padding: 0 0 34px !important;
	}

	.hdg-el-contact .hdg-el-contact-card > .elementor-widget-wrap {
		border-top: 1px solid var(--ks-border);
		border-left: 0;
	}
}

@media (max-width: 620px) {
	.hdg-el-services-heading {
		padding-top: 58px;
		padding-bottom: 24px;
	}

	.hdg-el-feature-row {
		padding-top: 4px;
		padding-bottom: 66px;
	}

	.hdg-el-feature-row > .elementor-container {
		gap: 20px;
	}

	.hdg-el-contact {
		padding-block: 58px;
	}

	.hdg-el-contact .hdg-el-form-card > .elementor-widget-wrap,
	.hdg-el-contact .hdg-el-contact-card > .elementor-widget-wrap {
		padding: 24px 20px !important;
	}
}

/* Photographic service cards and project comparisons. */
.hdg-el-feature-card > .elementor-widget-wrap {
	position: relative;
	padding: 0 0 29px !important;
	overflow: hidden;
}

.hdg-el-feature-image {
	margin-bottom: 0 !important;
}

.hdg-el-feature-image .elementor-widget-container {
	aspect-ratio: 4 / 2.75;
	overflow: hidden;
}

.hdg-el-feature-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hdg-el-feature-card:nth-child(2) .hdg-el-feature-image img {
	object-position: center 72%;
}

.hdg-el-feature-label {
	position: absolute !important;
	z-index: 2;
	top: 13px;
	left: 13px;
	width: auto !important;
}

.hdg-el-feature-label .elementor-heading-title {
	padding: 7px 11px;
	color: #fff;
	background: rgba(13, 41, 68, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 999px;
	box-shadow: 0 7px 18px rgba(13, 41, 68, 0.2);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.hdg-el-feature-number {
	position: relative;
	z-index: 2;
	width: 47px !important;
	margin: -24px 24px 12px auto;
}

.hdg-el-feature-number .elementor-heading-title {
	display: grid;
	width: 47px;
	height: 47px;
	place-items: center;
	color: #fff;
	background: var(--ks-green);
	border: 5px solid #fff;
	border-radius: 50%;
	font-size: 0.68rem;
	font-weight: 800;
}

.hdg-el-feature-card .hdg-el-card-title,
.hdg-el-feature-card .hdg-el-card-text {
	padding-right: 29px;
	padding-left: 29px;
}

.hdg-el-feature-card .hdg-el-card-text {
	margin-bottom: 0;
}

.hdg-el-gallery-heading {
	padding-top: 78px;
	padding-bottom: 30px;
	text-align: center;
	background:
		radial-gradient(circle at 92% 7%, rgba(76, 175, 80, 0.1), transparent 28%),
		linear-gradient(180deg, #f7faf8, #fff);
}

.hdg-el-gallery-heading > .elementor-container {
	max-width: 900px;
}

.hdg-el-gallery-row {
	padding-bottom: 82px;
	background: #fff;
}

.hdg-el-comparisons,
.hdg-el-comparisons .elementor-widget-container {
	width: 100%;
}

.hdg-el-owner-image {
	margin-bottom: 0 !important;
}

.hdg-el-owner-image .elementor-widget-container {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border: 1px solid var(--ks-border);
	border-radius: 16px 16px 0 0;
}

.hdg-el-owner-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 42%;
}

.hdg-el-owner-intro {
	margin-bottom: 28px;
	padding: 18px 20px 20px;
	background: var(--ks-silver);
	border: 1px solid var(--ks-border);
	border-top: 0;
	border-radius: 0 0 16px 16px;
}

.hdg-el-owner-intro .elementor-widget-container {
	padding: 0;
	background: transparent;
	border: 0;
}

.hdg-el-owner-intro p {
	margin: 0;
	color: var(--ks-muted);
	font-size: 0.9rem;
	line-height: 1.55;
}

.hdg-el-owner-intro strong {
	color: var(--ks-navy-dark);
	font-size: 1.05rem;
}

@media (max-width: 620px) {
	.hdg-el-gallery-heading {
		padding-top: 58px;
		padding-bottom: 24px;
	}

	.hdg-el-gallery-row {
		padding-bottom: 58px;
	}
}
