.kwc-canvas-template {
	margin: 0;
	background: #f8f5fa;
}

.kwc-canvas-main {
	min-height: 100vh;
}

.elementor-section.kwc-nav-section {
	position: sticky;
	top: 0;
	z-index: 20;
	backdrop-filter: blur(12px);
}

.kwc-nav-section > .elementor-container,
.kwc-nav-section .elementor-widget-wrap {
	align-items: center;
	align-content: center;
}

.kwc-nav-logo-col > .elementor-element-populated,
.kwc-nav-links-col > .elementor-element-populated,
.kwc-nav-button-col > .elementor-element-populated {
	min-height: 58px;
}

.kwc-nav-menu-section {
	margin: 0 !important;
	width: 100%;
}

.kwc-nav-menu-section > .elementor-container {
	align-items: center;
	justify-content: center;
	gap: 18px;
	flex-wrap: nowrap;
}

.kwc-nav-menu-section .kwc-nav-item-col {
	position: relative;
	width: auto !important;
}

.kwc-nav-menu-section .kwc-nav-item-col > .elementor-element-populated {
	align-items: center;
	align-content: center;
	padding: 0 !important;
	border-radius: 6px;
	transition: background-color 140ms ease;
}

.kwc-nav-menu-section .kwc-nav-services-col .elementor-widget:not(:last-child) {
	margin-bottom: 0 !important;
}

.kwc-nav-menu-section .kwc-nav-item-col:hover > .elementor-element-populated,
.kwc-nav-menu-section .kwc-nav-item-col:focus-within > .elementor-element-populated {
	background: #f8f5fa;
}

.kwc-nav-link {
	margin-bottom: 0 !important;
}

.kwc-nav-link .elementor-heading-title,
.kwc-nav-link .elementor-heading-title a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 10px;
	border-radius: 6px;
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 140ms ease, color 140ms ease;
}

.kwc-nav-link .elementor-heading-title a:hover,
.kwc-nav-link .elementor-heading-title a:focus {
	color: inherit;
	background: #f8f5fa;
	text-decoration: none;
}

.kwc-nav-services-col:hover .kwc-nav-services-toggle .elementor-heading-title a,
.kwc-nav-services-col:focus-within .kwc-nav-services-toggle .elementor-heading-title a {
	background: #f8f5fa;
}

.kwc-nav-services-toggle .elementor-heading-title a::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 7px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
}

.kwc-nav-services-col {
	position: relative;
	z-index: 25;
}

.kwc-nav-services-col::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 12px;
}

.kwc-nav-services-col .kwc-nav-dropdown {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 60;
	min-width: 260px;
	margin: 0;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 10px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
	visibility: hidden;
}

.kwc-nav-services-col:hover .kwc-nav-dropdown,
.kwc-nav-services-col:focus-within .kwc-nav-dropdown {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
	visibility: visible;
}

.kwc-nav-dropdown .elementor-widget-container {
	padding: 12px;
	background: #ffffff !important;
	border: 1px solid #ddd6e8;
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(16, 25, 67, 0.14);
}

.kwc-nav-dropdown .elementor-icon-list-items {
	display: grid;
	gap: 4px;
}

.kwc-nav-dropdown .elementor-icon-list-icon {
	display: none;
}

.kwc-nav-dropdown .elementor-icon-list-item a {
	display: flex;
	width: 100%;
	padding: 9px 10px;
	border-radius: 6px;
	text-decoration: none;
	transition: background-color 140ms ease, color 140ms ease;
}

.kwc-nav-dropdown .elementor-icon-list-item {
	border-radius: 6px;
	transition: background-color 140ms ease;
}

.kwc-nav-dropdown .elementor-icon-list-item:hover,
.kwc-nav-dropdown .elementor-icon-list-item:focus-within {
	background: #f1edf7 !important;
}

.kwc-nav-dropdown .elementor-icon-list-item a:hover,
.kwc-nav-dropdown .elementor-icon-list-item a:focus {
	background: #f1edf7 !important;
	color: #0d1437;
}

.kwc-nav-links .elementor-icon-list-items,
.kwc-fast-strip-list .elementor-icon-list-items,
.kwc-area-list .elementor-icon-list-items {
	flex-wrap: wrap;
}

.kwc-nav-links .elementor-icon-list-icon,
.kwc-footer-links .elementor-icon-list-icon {
	display: none;
}

.kwc-nav-links .elementor-icon-list-text {
	font-weight: 800;
	text-transform: uppercase;
}

.kwc-logo-image {
	margin-bottom: 0;
}

.kwc-logo-image img {
	display: block;
	width: auto;
	max-height: 58px;
	object-fit: contain;
}

.kwc-reference-hero .elementor-container {
	justify-content: center;
}

.kwc-reference-hero .kwc-hero-copy-col > .elementor-element-populated {
	align-items: center;
	text-align: center;
}

.kwc-hero-badge .elementor-widget-container {
	display: inline-flex;
	justify-content: center;
	border: 1px solid rgba(214, 71, 143, 0.68);
	border-radius: 999px;
	padding: 10px 24px;
	background: rgba(214, 71, 143, 0.18);
}

.kwc-button-row-center > .elementor-container {
	justify-content: center;
	gap: 14px;
}

.kwc-button-row-center .kwc-button-row-col {
	width: auto !important;
}

.kwc-hero-cert-section > .elementor-container {
	justify-content: center;
	gap: 20px;
	max-width: 900px;
}

.kwc-hero-cert-section .kwc-hero-cert-col {
	width: calc(25% - 15px) !important;
	min-width: 170px;
}

.kwc-hero-review-section > .elementor-container {
	max-width: 470px;
}

.kwc-reference-hero .elementor-inner-section {
	margin-top: 20px !important;
}

.kwc-hero-image .elementor-widget-container,
.kwc-about-image .elementor-widget-container,
.kwc-card-image .elementor-widget-container,
.kwc-map-widget .elementor-widget-container {
	overflow: hidden;
}

.kwc-hero-image img,
.kwc-card-image img {
	width: 100%;
	object-fit: cover;
	display: block;
}

.kwc-hero-image img {
	aspect-ratio: 4 / 5;
}

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

.kwc-mascot-image .elementor-widget-container {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
}

.kwc-mascot-image img {
	box-sizing: border-box;
	object-fit: contain;
	padding: clamp(18px, 4vw, 36px);
}

.kwc-card-image img {
	aspect-ratio: 16 / 10;
}

.kwc-process-image img {
	aspect-ratio: 4 / 3;
}

.kwc-map-widget .elementor-widget-container {
	border: 1px solid #ddd6e8;
	border-radius: 8px;
	box-shadow: 0 16px 44px rgba(16, 25, 67, 0.08);
}

.kwc-area-map-col .elementor-widget-google_maps {
	width: 100%;
}

.kwc-map-widget iframe {
	display: block;
	height: 380px;
	filter: saturate(0.9) contrast(0.98);
}

.kwc-card-col > .elementor-element-populated {
	height: 100%;
}

.kwc-faq-accordion-widget .elementor-accordion {
	display: grid;
	gap: 14px;
}

.kwc-faq-accordion-widget .elementor-accordion-item {
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(16, 25, 67, 0.06);
}

.kwc-faq-accordion-widget .elementor-tab-title {
	border-radius: 8px;
}

.kwc-faq-accordion-widget .elementor-tab-title.elementor-active {
	border-radius: 8px 8px 0 0;
}

.kwc-footer-section a {
	color: inherit;
}

.kwc-pexels-credit a {
	color: rgba(255, 255, 255, 0.76);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.kwc-check-list-widget .elementor-icon-list-items {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.kwc-support-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.kwc-support-post-grid article {
	padding: 24px;
	background: #ffffff;
	border: 1px solid #dce4e2;
	border-radius: 8px;
	box-shadow: 0 12px 34px rgba(23, 33, 43, 0.06);
}

@media (max-width: 940px) {
	.kwc-nav-menu-section > .elementor-container {
		gap: 12px;
	}

	.kwc-hero-cert-section .kwc-hero-cert-col {
		width: calc(50% - 10px) !important;
		min-width: 0;
	}

	.kwc-hero-image img {
		aspect-ratio: 16 / 10;
	}

	.kwc-map-widget iframe {
		height: 320px;
	}

	.kwc-check-list-widget .elementor-icon-list-items,
	.kwc-support-post-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.kwc-nav-section .kwc-nav-links-col {
		display: none;
	}

	.kwc-nav-section .kwc-nav-logo-col {
		width: 58% !important;
	}

	.kwc-nav-section .kwc-nav-button-col {
		width: 42% !important;
	}

	.kwc-button-row-center > .elementor-container,
	.kwc-hero-cert-section > .elementor-container {
		gap: 12px;
	}

	.kwc-button-row-center .kwc-button-row-col {
		width: 100% !important;
	}

	.kwc-hero-cert-section .kwc-hero-cert-col {
		width: calc(50% - 6px) !important;
	}

	.kwc-hero-cert-col > .elementor-element-populated {
		padding: 16px 12px !important;
	}

	.kwc-hero-review-section {
		display: none;
	}

	.kwc-map-widget iframe {
		height: 280px;
	}
}
