/*
Theme Name: Elcab (a Sober Child Theme)
Theme URI: https://www.elcab.com/
Author: E. Sundermeijer
Author URI: https://www.sunteam.nl
Description: The Elcab theme which is based on Sober
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sober
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: sober
*/

/* Custom CSS */

/*
 * Ordinary text pages show their title without a breadcrumb. The homepage
 * keeps both hidden. WooCommerce archive pages have their own rules below.
 */
.page:not(.woocommerce-page) .breadcrumb,
.home .page-title {
	display: none !important;
}

.page:not(.home):not(.woocommerce-page) .page-title {
	display: block !important;
}

/*
 * Branded page headers: keep the photography clear and use the blue and red
 * from the Elcab logo for a compact title panel at the lower left.
 */
.page:not(.home):not(.woocommerce-page) .page-header,
.woocommerce-shop .page-header,
.tax-product_cat .page-header {
	padding-top: 275px;
	padding-bottom: 38px;
	text-align: left;
}

.page:not(.home):not(.woocommerce-page) .page-header .page-title,
.woocommerce-shop .page-header .page-title,
.tax-product_cat .page-header .page-title {
	display: inline-block !important;
	position: relative;
	max-width: calc(100% - 30px);
	margin: 0;
	padding: 14px 24px 15px 29px !important;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 5px 12px 12px 5px;
	background: linear-gradient(135deg, rgba(0, 99, 184, 0.80), rgba(0, 61, 126, 0.72));
	box-shadow: 0 12px 28px rgba(0, 65, 132, 0.24);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	color: #fff !important;
	font-family: "Poppins", sans-serif;
	font-size: clamp(32px, 3.5vw, 42px);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.1;
	text-shadow: 0 1px 2px rgba(0, 31, 72, 0.32);
}

.page:not(.home):not(.woocommerce-page) .page-header .page-title::before,
.woocommerce-shop .page-header .page-title::before,
.tax-product_cat .page-header .page-title::before {
	content: "";
	position: absolute;
	top: 9px;
	bottom: 9px;
	left: -4px;
	width: 8px;
	border-radius: 3px;
	background: #ed2724;
	box-shadow: 0 3px 10px rgba(160, 20, 18, 0.28);
	transform: skewX(-12deg);
}

/* Product overview and category headers */
.woocommerce-shop.page-title-hidden .page-header .page-title,
.tax-product_cat .page-header .page-title {
	display: inline-block !important;
}

.woocommerce-shop .page-header,
.tax-product_cat .page-header {
	position: relative;
	background-position: center;
}

.woocommerce-shop .page-header::before,
.tax-product_cat .page-header::before {
	display: none;
}

.woocommerce-shop .page-header .sober-container,
.tax-product_cat .page-header .sober-container {
	position: relative;
	z-index: 1;
}

.woocommerce-shop .page-header .page-title,
.tax-product_cat .page-header .page-title {
	font-size: clamp(34px, 3.7vw, 44px);
}

.woocommerce-shop .page-header .breadcrumb,
.tax-product_cat .page-header .breadcrumb {
	display: none !important;
}

/* Breadcrumb below the header image */
.elcab-product-breadcrumb {
	margin-top: 24px;
	padding: 0 0 18px;
	border-bottom: 1px solid #e7ebf0;
}

.elcab-product-breadcrumb .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin: 0;
	padding: 0;
	color: #73737c;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.6;
}

.elcab-product-breadcrumb .breadcrumb a {
	color: #1265ad;
}

.elcab-product-breadcrumb .breadcrumb i {
	margin: 0 2px;
	color: #a7adb5;
}

/* Category navigation and product grid */
.elcab-shop-layout {
	display: grid;
	grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
	gap: clamp(32px, 4vw, 56px);
	align-items: start;
	padding: 30px 0 80px;
}

.elcab-category-navigation {
	position: sticky;
	top: 120px;
	padding: 28px;
	border: 1px solid #e7ebf0;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(35, 35, 44, 0.07);
}

.elcab-category-navigation h2 {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.elcab-category-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.elcab-category-navigation li + li {
	border-top: 1px solid #f0f2f5;
}

.elcab-category-navigation a {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	padding: 10px 12px;
	margin: 0 -12px;
	border-radius: 8px;
	color: #50505a;
	font-size: 13px;
	line-height: 1.45;
	transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.elcab-category-navigation a:hover,
.elcab-category-navigation a:focus,
.elcab-category-navigation a.is-active {
	color: #1265ad;
	background: #eef6fd;
	transform: translateX(3px);
}

.elcab-category-navigation a.is-active {
	font-weight: 600;
}

.elcab-category-navigation small {
	flex: 0 0 auto;
	min-width: 26px;
	padding: 2px 7px;
	border-radius: 999px;
	background: #f0f2f5;
	color: #73737c;
	font-size: 10px;
	line-height: 1.6;
	text-align: center;
}

.elcab-category-navigation a.is-active small {
	background: #1265ad;
	color: #fff;
}

.elcab-shop-main {
	min-width: 0;
}

.woocommerce-shop .elcab-shop-main .shop-toolbar {
	display: none;
}

.tax-product_cat .elcab-shop-main .shop-toolbar .nav-filter,
.tax-product_cat .elcab-shop-main .shop-toolbar .product-size {
	display: none;
}

.tax-product_cat .elcab-shop-main .shop-toolbar .controls {
	width: 100%;
}

.tax-product_cat .elcab-shop-main .shop-toolbar {
	margin-top: 30px;
	padding-bottom: 18px;
}

.woocommerce-shop .elcab-shop-main ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
	margin: 0;
}

.woocommerce-shop .elcab-shop-main ul.products::before,
.woocommerce-shop .elcab-shop-main ul.products::after {
	display: none;
}

.woocommerce .elcab-shop-main ul.products li.product-category {
	padding: 0 !important;
	border: 1px solid #e7ebf0;
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(35, 35, 44, 0.06);
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.woocommerce-shop .elcab-shop-main ul.products li.product-category {
	float: none !important;
	clear: none !important;
	width: auto !important;
	margin: 0 !important;
}

.woocommerce .elcab-shop-main ul.products li.product-category:hover {
	border-color: #c9dced;
	box-shadow: 0 16px 36px rgba(35, 35, 44, 0.11);
	transform: translateY(-4px);
}

.woocommerce .elcab-shop-main ul.products li.product-category > a {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: #23232c;
}

.woocommerce .elcab-shop-main ul.products li.product-category img {
	display: block;
	width: 100% !important;
	height: 180px !important;
	margin: 0 !important;
	padding: 24px;
	object-fit: contain;
	background: #fff;
}

.woocommerce .elcab-shop-main ul.products li.product-category .woocommerce-loop-category__title {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	margin: 0 !important;
	padding: 17px 18px 19px;
	border-top: 1px solid #e7ebf0;
	background: #f4f6f8;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
}

.woocommerce .elcab-shop-main ul.products li.product-category mark.count {
	flex: 0 0 auto;
	padding: 3px 8px;
	border-radius: 999px;
	background: #eef6fd;
	color: #1265ad;
	font-size: 10px;
	font-weight: 600;
}

@media (max-width: 1199px) {
	.woocommerce-shop .elcab-shop-main ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.elcab-shop-layout {
		grid-template-columns: 1fr;
		padding-top: 42px;
	}

	.elcab-category-navigation {
		position: static;
	}

	.elcab-category-navigation ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 24px;
	}

	.elcab-category-navigation li + li {
		border-top: 0;
	}
}

@media (max-width: 600px) {
	.page:not(.home):not(.woocommerce-page) .page-header,
	.woocommerce-shop .page-header,
	.tax-product_cat .page-header {
		padding-top: 150px;
		padding-bottom: 24px;
	}

	.page:not(.home):not(.woocommerce-page) .page-header .page-title,
	.woocommerce-shop .page-header .page-title,
	.tax-product_cat .page-header .page-title {
		max-width: calc(100% - 20px);
		padding: 11px 17px 12px 23px !important;
		border-radius: 4px 9px 9px 4px;
		font-size: 28px;
	}

	.elcab-shop-layout {
		gap: 30px;
		padding: 30px 0 55px;
	}

	.elcab-category-navigation {
		padding: 22px;
	}

	.elcab-category-navigation ul,
	.woocommerce-shop .elcab-shop-main ul.products {
		grid-template-columns: 1fr;
	}

	.woocommerce .elcab-shop-main ul.products li.product-category img {
		height: 165px !important;
	}
}

/*
 * Product-category archives use the same calm card language as the main
 * product overview. Related products on product pages share this styling so
 * visitors do not encounter a different shop design halfway through.
 */
.tax-product_cat .elcab-shop-main ul.products,
.single-product .related ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
	margin: 0;
}

.tax-product_cat .elcab-shop-main ul.products::before,
.tax-product_cat .elcab-shop-main ul.products::after,
.single-product .related ul.products::before,
.single-product .related ul.products::after {
	display: none;
}

.tax-product_cat .elcab-shop-main ul.products li.product,
.single-product .related ul.products li.product {
	display: flex;
	float: none !important;
	clear: none !important;
	flex-direction: column;
	width: auto !important;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #e7ebf0;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(35, 35, 44, 0.06);
	overflow: hidden;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.tax-product_cat .elcab-shop-main ul.products li.product:hover,
.single-product .related ul.products li.product:hover {
	border-color: #c9dced;
	box-shadow: 0 16px 36px rgba(35, 35, 44, 0.11);
	transform: translateY(-4px);
}

.tax-product_cat .elcab-shop-main ul.products li.product .product-header,
.single-product .related ul.products li.product .product-header {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 190px;
	margin: 0;
	background: #fff;
	overflow: hidden;
}

.tax-product_cat .elcab-shop-main ul.products li.product .product-header > .woocommerce-LoopProduct-link,
.single-product .related ul.products li.product .product-header > .woocommerce-LoopProduct-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.tax-product_cat .elcab-shop-main ul.products li.product .product-header img,
.single-product .related ul.products li.product .product-header img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 24px;
	object-fit: contain;
	transition: transform 0.25s ease;
}

.tax-product_cat .elcab-shop-main ul.products li.product:hover .product-header img,
.single-product .related ul.products li.product:hover .product-header img {
	transform: scale(1.035);
}

.tax-product_cat .elcab-shop-main ul.products li.product .buttons,
.single-product .related ul.products li.product .buttons {
	display: none !important;
}

.tax-product_cat .elcab-shop-main ul.products li.product .woocommerce-loop-product__title,
.single-product .related ul.products li.product .woocommerce-loop-product__title {
	display: flex;
	flex: 1;
	align-items: center;
	margin: 0 !important;
	padding: 17px 18px 19px;
	border-top: 1px solid #e7ebf0;
	background: #f4f6f8;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
}

.tax-product_cat .elcab-shop-main ul.products li.product .woocommerce-loop-product__title a,
.single-product .related ul.products li.product .woocommerce-loop-product__title a {
	color: #23232c;
}

.tax-product_cat .elcab-shop-main ul.products li.product:hover .woocommerce-loop-product__title a,
.single-product .related ul.products li.product:hover .woocommerce-loop-product__title a {
	color: #1265ad;
}

/* Compact, card-based single-product presentation. */
.single-product.woocommerce div.product .product-summary {
	display: flex !important;
	flex-direction: column;
	gap: 18px;
	align-items: center;
	padding: 24px 0 34px;
}

.single-product.woocommerce div.product .product-summary div.images,
.single-product.woocommerce div.product .product-summary div.summary {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.single-product.woocommerce div.product .product-summary div.images {
	align-self: center;
	width: fit-content !important;
	max-width: 100%;
	min-width: 0;
	padding: clamp(18px, 2vw, 24px) !important;
	border: 1px solid #e7ebf0;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(35, 35, 44, 0.07);
	overflow: hidden;
}

.single-product.woocommerce div.product .woocommerce-product-gallery__wrapper,
.single-product.woocommerce div.product .woocommerce-product-gallery__slider,
.single-product.woocommerce div.product .woocommerce-product-gallery__image,
.single-product.woocommerce div.product .woocommerce-product-gallery__image > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto !important;
	max-width: 100%;
	height: auto !important;
	min-height: 0 !important;
}

.single-product.woocommerce div.product .woocommerce-product-gallery__image img {
	display: block;
	width: auto !important;
	max-width: min(100%, 330px);
	height: auto !important;
	max-height: 220px;
	margin: 0 auto !important;
	object-fit: contain;
}

.single-product.woocommerce div.product .product-summary div.summary {
	width: 100% !important;
	max-width: 960px;
	text-align: center;
}

.single-product.woocommerce div.product .summary .sticky-summary {
	position: static !important;
	top: auto !important;
}

.single-product.woocommerce div.product .product_title {
	max-width: 720px;
	margin: 0 auto 14px;
	color: #0d3156;
	font-size: clamp(24px, 2.5vw, 34px);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.16;
}

.single-product.woocommerce div.product .product_meta {
	display: inline-flex;
	justify-content: center;
	margin-top: 5px;
	padding: 10px 14px;
	border-radius: 8px;
	background: #eef6fd;
	color: #65717d;
	font-size: 12px;
}

.single-product.woocommerce div.product .product_meta a {
	color: #1265ad;
	font-weight: 600;
}

.single-product.woocommerce div.product .woocommerce-tabs {
	min-width: 0;
	max-width: 100%;
	margin: 0 0 80px;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 18px;
}

.single-product.woocommerce div.product .woocommerce-Tabs-panel {
	min-width: 0;
	max-width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent;
}

.single-product.woocommerce div.product .woocommerce-Tabs-panel > .container {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	margin: 0 !important;
	padding: clamp(26px, 4vw, 48px) !important;
	border: 1px solid #e3e8ed;
	border-radius: 16px;
	background: #f4f6f8;
	box-shadow: 0 14px 38px rgba(35, 35, 44, 0.07);
}

.single-product.woocommerce div.product .woocommerce-Tabs-panel > .container::after {
	display: table;
	clear: both;
	content: '';
}

.single-product.woocommerce div.product .woocommerce-Tabs-panel h4 {
	margin: 0 0 24px;
	color: #0d3156;
	font-size: clamp(21px, 2.4vw, 28px);
	font-weight: 600;
}

.single-product.woocommerce div.product .woocommerce-Tabs-panel .sheetbutton {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 17px;
	border: 1px solid #1265ad;
	border-radius: 8px;
	background: #1265ad;
	box-shadow: 0 8px 20px rgba(18, 101, 173, 0.2);
	color: #fff !important;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.3;
	text-align: center;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.single-product.woocommerce div.product .woocommerce-Tabs-panel .sheetbutton::before {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	content: '\2193';
}

.single-product.woocommerce div.product .woocommerce-Tabs-panel .sheetbutton br {
	display: none;
}

.single-product.woocommerce div.product .woocommerce-Tabs-panel .sheetbutton:hover,
.single-product.woocommerce div.product .woocommerce-Tabs-panel .sheetbutton:focus {
	border-color: #db2735;
	background: #db2735;
	box-shadow: 0 10px 24px rgba(219, 39, 53, 0.22);
	transform: translateY(-2px);
}

.single-product.woocommerce div.product .woocommerce-Tabs-panel table {
	box-sizing: border-box;
	width: 100% !important;
	max-width: 100%;
	height: auto !important;
	margin: 22px 0 !important;
	border: 1px solid #dde4ea;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 5px 16px rgba(35, 35, 44, 0.04);
	overflow: hidden;
}

.single-product.woocommerce div.product .woocommerce-Tabs-panel table td,
.single-product.woocommerce div.product .woocommerce-Tabs-panel table th {
	height: auto !important;
	padding: 10px 14px !important;
	border-color: #e4e9ee;
	color: #4f5d69;
	font-size: 13px;
	line-height: 1.55;
	vertical-align: top;
}

.single-product.woocommerce div.product .woocommerce-Tabs-panel table tr:nth-child(even) td {
	background: #fafbfd;
}

.single-product.woocommerce div.product .woocommerce-Tabs-panel img.alignnone {
	max-width: 190px;
	height: auto;
	margin: 4px 0 20px;
	padding: 14px;
	border: 1px solid #e1e6eb;
	border-radius: 10px;
	background: #fff;
}

@media (max-width: 1199px) {
	.tax-product_cat .elcab-shop-main ul.products,
	.single-product .related ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/*
 * Wide technical tables can exceed the description card well before the
 * theme reaches tablet width. Give them an internal scroll container on
 * smaller laptops, tablets and phones.
 */
@media (max-width: 1279px) {
	.single-product.woocommerce div.product .woocommerce-Tabs-panel > .container {
		max-width: 100% !important;
		overflow: hidden;
	}

	.single-product.woocommerce div.product .woocommerce-Tabs-panel table {
		display: block;
		box-sizing: border-box;
		width: 100% !important;
		max-width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-inline: contain;
		scrollbar-width: thin;
	}

	.single-product.woocommerce div.product .woocommerce-Tabs-panel table tbody {
		display: table;
		width: 100%;
		min-width: 640px;
		border-collapse: separate;
		border-spacing: 0;
	}

	.single-product.woocommerce div.product .woocommerce-Tabs-panel table td,
	.single-product.woocommerce div.product .woocommerce-Tabs-panel table th {
		padding: 9px 10px !important;
		font-size: 12px;
		white-space: normal;
		overflow-wrap: break-word;
	}

	.single-product.woocommerce div.product .woocommerce-Tabs-panel table::-webkit-scrollbar {
		height: 8px;
	}

	.single-product.woocommerce div.product .woocommerce-Tabs-panel table::-webkit-scrollbar-track {
		border-radius: 999px;
		background: #e6ebef;
	}

	.single-product.woocommerce div.product .woocommerce-Tabs-panel table::-webkit-scrollbar-thumb {
		border-radius: 999px;
		background: #9aa9b6;
	}
}

@media (max-width: 800px) {
	.single-product.woocommerce div.product .product-summary {
		gap: 20px;
		padding-top: 22px;
	}

	.single-product.woocommerce div.product .product-summary div.images {
		max-width: 100%;
		margin-right: auto !important;
		margin-left: auto !important;
	}
}

@media (max-width: 600px) {
	.tax-product_cat .elcab-shop-main ul.products,
	.single-product .related ul.products {
		grid-template-columns: 1fr;
	}

	.tax-product_cat .elcab-shop-main ul.products li.product .product-header,
	.single-product .related ul.products li.product .product-header {
		height: 175px;
	}

	.single-product.woocommerce div.product .product-summary div.images {
		padding: 18px !important;
		border-radius: 12px;
	}

	.single-product.woocommerce div.product .woocommerce-product-gallery__image img {
		max-height: 200px;
	}

	.single-product.woocommerce div.product .woocommerce-Tabs-panel > .container {
		max-width: 100% !important;
		padding: 24px 19px !important;
		border-radius: 12px;
		overflow: hidden;
	}

	.single-product.woocommerce div.product .woocommerce-Tabs-panel table {
		display: block;
		width: 100% !important;
		max-width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-inline: contain;
	}

	.single-product.woocommerce div.product .woocommerce-Tabs-panel table tbody {
		display: table;
		width: 100%;
		min-width: 600px;
		border-collapse: separate;
		border-spacing: 0;
	}

	.single-product.woocommerce div.product .woocommerce-Tabs-panel table td,
	.single-product.woocommerce div.product .woocommerce-Tabs-panel table th {
		white-space: normal;
		overflow-wrap: break-word;
	}

	.single-product.woocommerce div.product .woocommerce-Tabs-panel img,
	.single-product.woocommerce div.product .woocommerce-Tabs-panel img.alignnone {
		max-width: 100%;
		height: auto;
	}

	.single-product.woocommerce div.product .woocommerce-Tabs-panel .sheetbutton {
		width: 100%;
		max-width: 300px;
	}

	.single-product.woocommerce div.product .product_title {
		overflow-wrap: anywhere;
	}

	.single-product.woocommerce div.product .product_meta {
		flex-wrap: wrap;
		max-width: 100%;
		line-height: 1.5;
	}

	.single-product.woocommerce .product-toolbar {
		display: flex;
		gap: 12px;
		align-items: flex-start;
		justify-content: space-between;
	}

	.single-product.woocommerce .product-toolbar .breadcrumb {
		display: flex;
		flex: 1;
		flex-wrap: wrap;
		gap: 5px 7px;
		min-width: 0;
		max-width: 100%;
		margin: 0;
		overflow-wrap: anywhere;
		line-height: 1.6;
	}

	.single-product.woocommerce .product-toolbar .post-navigation {
		flex: 0 0 auto;
	}
}

/* Always-visible quote request in the desktop header. */
#site-navigation .elcab-quote-menu-item {
	display: none;
}

.header-icon .elcab-header-quote {
	margin-right: 22px;
	vertical-align: middle;
}

.header-icon .elcab-header-quote > a {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 15px;
	border-radius: 8px;
	background: #db2735;
	box-shadow: 0 7px 18px rgba(219, 39, 53, 0.2);
	color: #fff !important;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.02em;
	white-space: nowrap;
	transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.header-icon .elcab-header-quote > a:hover,
.header-icon .elcab-header-quote > a:focus {
	background: #1265ad;
	box-shadow: 0 9px 22px rgba(18, 101, 173, 0.24);
	transform: translateY(-2px);
}

.elcab-header-quote-arrow {
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	transition: transform 0.2s ease;
}

.header-icon .elcab-header-quote > a:hover .elcab-header-quote-arrow,
.header-icon .elcab-header-quote > a:focus .elcab-header-quote-arrow {
	transform: translateX(3px);
}

.mobile-nav .elcab-quote-menu-item {
	margin-top: 17px;
	padding-top: 18px;
	border-top: 1px solid rgba(13, 49, 86, 0.1);
}

.mobile-nav .elcab-quote-menu-item > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 17px;
	border-radius: 8px;
	background: #db2735;
	color: #fff !important;
	font-weight: 600;
}

.mobile-nav .elcab-quote-menu-item > a:hover,
.mobile-nav .elcab-quote-menu-item > a:focus {
	background: #1265ad;
	color: #fff !important;
}

/* Contact Form 7 */
#elcab-contact-form {
	scroll-margin-top: 135px;
}

.elcab-contact-form {
	position: relative;
	margin: 8px 0 32px;
	padding: clamp(26px, 4vw, 42px);
	border: 1px solid rgba(13, 49, 86, 0.11);
	border-radius: 14px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.96));
	box-shadow: 0 18px 45px rgba(13, 49, 86, 0.09);
}

.elcab-contact-form::before {
	position: absolute;
	top: 0;
	left: 34px;
	width: 64px;
	height: 3px;
	border-radius: 0 0 3px 3px;
	background: #db2735;
	content: '';
}

.elcab-contact-form h2 {
	margin: 0 0 27px;
	color: #0d3156;
	font-size: clamp(25px, 3vw, 34px);
	font-weight: 600;
	line-height: 1.2;
}

.elcab-contact-form p {
	margin: 0 0 18px;
}

.elcab-contact-form label {
	display: block;
	color: #173d62;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.elcab-contact-form .wpcf7-form-control-wrap {
	display: block;
	margin-top: 8px;
}

.elcab-contact-form input[type='text'],
.elcab-contact-form input[type='email'],
.elcab-contact-form input[type='tel'],
.elcab-contact-form select,
.elcab-contact-form textarea {
	width: 100%;
	margin: 0;
	border: 1px solid #cbd7e2;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.92);
	color: #17344f;
	font-size: 15px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.elcab-contact-form input[type='text'],
.elcab-contact-form input[type='email'],
.elcab-contact-form input[type='tel'],
.elcab-contact-form select {
	height: 48px;
	padding: 0 14px;
}

.elcab-contact-form textarea {
	min-height: 150px;
	padding: 13px 14px;
	resize: vertical;
}

.elcab-contact-form input:focus,
.elcab-contact-form select:focus,
.elcab-contact-form textarea:focus {
	outline: none;
	border-color: #3576ad;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(53, 118, 173, 0.13);
}

.elcab-contact-form input[type='submit'] {
	min-height: 48px;
	margin-top: 3px;
	padding: 0 24px;
	border: 0;
	border-radius: 8px;
	background: #0d3156;
	box-shadow: 0 8px 20px rgba(13, 49, 86, 0.16);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: none;
	transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.elcab-contact-form input[type='submit']:hover,
.elcab-contact-form input[type='submit']:focus {
	background: #174f80;
	box-shadow: 0 10px 24px rgba(13, 49, 86, 0.22);
	transform: translateY(-2px);
}

.elcab-contact-form .wpcf7-not-valid-tip {
	margin-top: 6px;
	color: #b51f2b;
	font-size: 12px;
	font-weight: 500;
}

.wpcf7 form .wpcf7-response-output {
	margin: 18px 0 0;
	padding: 12px 15px;
	border-width: 1px;
	border-radius: 8px;
	font-size: 13px;
}

/* Contact page: two compact information cards with the form below. */
.page-id-36 .entry-content > .wp-block-columns,
.page-id-38 .entry-content > .wp-block-columns {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px 32px;
	align-items: start;
}

.page-id-36 .entry-content > .wp-block-columns > .wp-block-column,
.page-id-38 .entry-content > .wp-block-columns > .wp-block-column {
	min-width: 0;
}

.page-id-36 .entry-content > .wp-block-columns > .wp-block-column:nth-child(-n + 2),
.page-id-38 .entry-content > .wp-block-columns > .wp-block-column:nth-child(-n + 2) {
	height: 100%;
	padding: 27px 30px;
	border: 1px solid rgba(13, 49, 86, 0.1);
	border-radius: 12px;
	background: #f7f9fc;
}

.page-id-36 .entry-content > .wp-block-columns > .wp-block-column:nth-child(-n + 2) p,
.page-id-38 .entry-content > .wp-block-columns > .wp-block-column:nth-child(-n + 2) p {
	margin-bottom: 11px;
	color: #52677b;
	font-size: 14px;
	line-height: 1.75;
}

.page-id-36 .entry-content > .wp-block-columns > .wp-block-column:nth-child(-n + 2) p:has(strong),
.page-id-38 .entry-content > .wp-block-columns > .wp-block-column:nth-child(-n + 2) p:has(strong) {
	margin: 0 0 4px;
	color: #0d3156;
	font-size: 13px;
	font-weight: 600;
}

.page-id-36 .entry-content > .wp-block-columns > .wp-block-column:nth-child(3),
.page-id-38 .entry-content > .wp-block-columns > .wp-block-column:nth-child(3) {
	grid-column: 1 / -1;
}

.page-id-36 .entry-content > .wp-block-columns > .wp-block-column:nth-child(3) > p:empty,
.page-id-38 .entry-content > .wp-block-columns > .wp-block-column:nth-child(3) > p:empty {
	display: none;
}

.page-id-36 .entry-content > .wp-block-columns .elcab-contact-form,
.page-id-38 .entry-content > .wp-block-columns .elcab-contact-form {
	margin-top: 4px;
}

@media (max-width: 600px) {
	.page-id-36 .entry-content > .wp-block-columns,
	.page-id-38 .entry-content > .wp-block-columns {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.page-id-36 .entry-content > .wp-block-columns > .wp-block-column:nth-child(3),
	.page-id-38 .entry-content > .wp-block-columns > .wp-block-column:nth-child(3) {
		grid-column: auto;
	}

	.page-id-36 .entry-content > .wp-block-columns > .wp-block-column:nth-child(-n + 2),
	.page-id-38 .entry-content > .wp-block-columns > .wp-block-column:nth-child(-n + 2) {
		padding: 23px 21px;
	}

	.elcab-contact-form {
		padding: 26px 20px;
		border-radius: 11px;
	}

	.elcab-contact-form::before {
		left: 20px;
	}

	.elcab-contact-form input[type='submit'] {
		width: 100%;
	}
}

/* Custom Elcab footer */
.site-footer {
	margin-top: 0;
	background: #0d3156;
}

/* Homepage introduction image */
.home .entry-content .wp-block-cover {
	min-height: 0 !important;
	aspect-ratio: 4 / 3 !important;
	border-radius: 14px;
	background-image: url('../../uploads/2026/07/Levering-bij-JDN-1024x768.jpg') !important;
	background-position: center !important;
	background-size: cover !important;
	box-shadow: 0 14px 38px rgba(35, 35, 44, 0.11);
	overflow: hidden;
}

.elcab-home-products-cta {
	display: flex;
	justify-content: center;
	margin: 42px 0 72px;
}

.elcab-home-products-button {
	display: inline-flex;
	gap: 14px;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	padding: 14px 22px;
	border: 1px solid #1265ad;
	border-radius: 9px;
	background: #1265ad;
	box-shadow: 0 10px 24px rgba(18, 101, 173, 0.22);
	color: #fff !important;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.elcab-home-products-button:hover,
.elcab-home-products-button:focus {
	border-color: #db2735;
	background: #db2735;
	box-shadow: 0 12px 28px rgba(219, 39, 53, 0.24);
	color: #fff !important;
	transform: translateY(-2px);
}

.elcab-home-products-arrow {
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	transition: transform 0.2s ease;
}

.elcab-home-products-button:hover .elcab-home-products-arrow,
.elcab-home-products-button:focus .elcab-home-products-arrow {
	transform: translateX(3px);
}

.elcab-footer-visual {
	position: relative;
	min-height: clamp(180px, 24vw, 310px);
	background-image:
		linear-gradient(180deg, rgba(10, 42, 73, 0.05) 0%, rgba(10, 42, 73, 0.18) 72%, rgba(13, 49, 86, 0.96) 100%),
		url('../../uploads/2020/03/iStock_000010201592Large.jpg');
	background-position: center 46%;
	background-size: cover;
}

.elcab-footer-main {
	position: relative;
	padding: 58px 0 0;
	background:
		radial-gradient(circle at 8% 0%, rgba(32, 117, 186, 0.2), transparent 32%),
		#0d3156;
	color: rgba(255, 255, 255, 0.78);
}

.elcab-footer-grid {
	display: grid;
	grid-template-columns: minmax(210px, 1.25fr) minmax(185px, 1fr) minmax(225px, 1.2fr) minmax(170px, 0.9fr);
	gap: clamp(32px, 4vw, 64px);
	padding-bottom: 52px;
}

.elcab-footer-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 176px;
	min-height: 78px;
	padding: 8px 14px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.elcab-footer-logo img {
	display: block;
	width: 150px;
	height: auto;
}

.elcab-footer-brand p {
	max-width: 230px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.7;
}

.elcab-footer-column h2 {
	position: relative;
	margin: 3px 0 22px;
	padding-bottom: 12px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.elcab-footer-column h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 34px;
	height: 2px;
	background: #db2735;
	content: '';
}

.elcab-footer-contact address {
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 13px;
	font-style: normal;
	line-height: 1.8;
}

.elcab-footer-contact address strong {
	color: #fff;
	font-weight: 600;
}

.elcab-footer-details ul,
.elcab-footer-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.elcab-footer-details li {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin-bottom: 14px;
}

.elcab-footer-details li span {
	color: rgba(255, 255, 255, 0.5);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.elcab-footer-details a,
.elcab-footer-details strong {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}

.elcab-footer-main a {
	transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.elcab-footer-main a:hover,
.elcab-footer-main a:focus {
	color: #fff;
}

.elcab-footer-navigation nav li + li {
	margin-top: 8px;
}

.elcab-footer-navigation nav a {
	position: relative;
	display: inline-block;
	padding-left: 14px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
}

.elcab-footer-navigation nav a::before {
	position: absolute;
	left: 0;
	color: #db2735;
	content: '›';
}

.elcab-footer-navigation nav a:hover,
.elcab-footer-navigation nav a:focus {
	transform: translateX(3px);
}

.elcab-footer-main .elcab-linkedin {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	margin-top: 22px;
	padding: 9px 12px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff !important;
	font-size: 11px;
	font-weight: 600;
}

.elcab-footer-main .elcab-linkedin:hover,
.elcab-footer-main .elcab-linkedin:focus {
	background: #1265ad;
	color: #fff !important;
	transform: translateY(-2px);
}

.elcab-footer-main .elcab-linkedin svg {
	width: 18px;
	height: 18px;
	fill: #fff;
}

.elcab-footer-bottom {
	display: flex;
	justify-content: space-between;
	padding: 20px 0 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.5);
	font-size: 11px;
	letter-spacing: 0.02em;
}

@media (max-width: 991px) {
	.elcab-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.elcab-footer-visual {
		min-height: 170px;
		background-position: center 45%;
	}

	.elcab-footer-main {
		padding-top: 42px;
	}

	.elcab-footer-grid {
		grid-template-columns: 1fr;
		gap: 34px;
		padding-bottom: 38px;
	}

	.elcab-footer-brand p {
		max-width: none;
	}

	.elcab-footer-bottom {
		flex-direction: column;
		gap: 7px;
	}
}
