.bic-card,
.bic-card * {
	box-sizing: border-box;
}

.bic-card {
	display: flex;
	width: 100%;
	min-height: 372px;
	overflow: hidden;
	border-radius: 23px;
	color: #292d33;
	font-family: inherit;
}

.bic-price-panel {
	display: flex;
	flex: 0 0 33%;
	flex-direction: column;
	justify-content: space-between;
	min-width: 0;
	padding: 30px 32px 22px;
	background: transparent linear-gradient(180deg, #f4d63b 0%, #ebb029 100%) 0 0 no-repeat padding-box;
	color: #272d36;
	text-align: center;
}

.bic-price-main {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
}

.bic-price-label {
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
}

.bic-price {
	color: #333;
	font-family: "Urbanist", sans-serif;
	font-size: 60px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 72px;
	text-align: center;
	text-shadow: 3px 4px 6px #00000029;
	text-transform: uppercase;
	white-space: nowrap;
}

.bic-offer-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	margin-top: 32px;
	padding: 12px 20px;
	border-radius: 15px;
	background: #fff;
	color: #333;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.bic-offer-button:hover,
.bic-offer-button:focus-visible {
	background: #292d33;
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}

.bic-offer-button:focus-visible {
	outline: 2px solid currentcolor;
	outline-offset: 3px;
}

.bic-price-subtitle {
	margin-top: 24px;
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
	line-height: 1.3;
}

.bic-details {
	display: grid;
	flex: 1 1 67%;
	grid-template-columns: 1fr 1fr;
	min-width: 0;
	background: #fff;
}

.bic-list-column {
	min-width: 0;
	padding: 22px 0;
}

.bic-excluded {
	display: flex;
	flex-direction: column;
	border-left: 1px dashed #d8d8d8;
}

.bic-list-heading {
	margin: 0 0 18px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.bic-included .bic-list-heading {
	color: #229849;
}

.bic-excluded .bic-list-heading {
	color: #ee171f;
}

.bic-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bic-list-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	padding: 0;
	color: #292d33;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.25;
}

.bic-list-text {
	flex: 1;
	min-width: 0;
}

.bic-important {
	margin-top: auto;
	padding-top: 36px;
	color: #292d33;
	font-size: 13px;
	font-style: italic;
	line-height: 1.25;
}

.bic-important-label {
	margin-right: 3px;
	color: #ee171f;
	font-weight: 700;
}

.bic-marker,
.bic-note-marker {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.bic-marker-check {
	background: #229849;
}

.bic-marker-cross {
	background: #ee171f;
	font-size: 15px;
}

.bic-note {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 18px;
	padding: 12px 13px;
	border: 1px solid #f6b621;
	border-radius: 9px;
	background: #fff9ed;
	font-size: 13px;
	line-height: 1.3;
}

.bic-note-marker {
	width: 22px;
	height: 22px;
	background: #f6b621;
	font-family: Georgia, serif;
	font-size: 15px;
	font-weight: 700;
}

@media (max-width: 1024px) {
	.bic-card {
		flex-direction: column;
	}

	.bic-price-panel {
		flex-basis: auto !important;
		min-height: 280px;
	}

	.bic-price {
		font-size: 60px;
		line-height: 72px;
	}
}

@media (max-width: 767px) {
	.bic-details {
		display: block;
	}

	.bic-price-panel {
		min-height: 250px;
	}

	.bic-excluded {
		border-top: 1px dashed #d8d8d8;
		border-left: 0;
	}

	.bic-list-column {
		padding: 24px 20px;
	}

	.bic-price {
		font-size: 44px;
		line-height: 1.2;
	}
}

/* Installation process widget. */
.bip-process,
.bip-process * {
	box-sizing: border-box;
}

.bip-process {
	width: 100%;
	padding: 13px 0 24px 0;
	padding-right: 0 !important;
	background: #f6f6f8;
	color: #303036;
	font-family: inherit;
}

.bip-inner {
	width: 100%;
	max-width: 990px;
	margin: 0 auto 0 0;
}

.bip-heading {
	position: relative;
	margin: 0 0 44px;
	padding: 0 0 10px;
	color: #343438;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
}

.bip-heading::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 81px;
	height: 3px;
	border-radius: 2px;
	background: #ffb727;
	content: "";
}

.bip-steps {
	display: flex;
	align-items: stretch;
	gap: 12px;
}

.bip-step {
	position: relative;
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-width: 0;
	min-height: 218px;
	padding: 32px 18px 18px;
	border-radius: 18px;
	background: #fff;
	text-align: center;
}

.bip-number {
	position: absolute;
	top: -15px;
	left: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	transform: translateX(-50%);
	border-radius: 50%;
	background: #ffb727;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
}

.bip-icon {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 94px;
	height: 94px;
	margin: 1px auto 9px;
	border: 1px solid #32343a;
	border-radius: 50%;
}

.bip-icon img {
	display: block;
	width: auto;
	height: auto;
	max-width: 82%;
	max-height: 82%;
	object-fit: contain;
}

.bip-step-title {
	margin: 0 0 4px;
	color: #303036;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.25;
}

.bip-step-description {
	margin: 0;
	color: #303036;
	font-size: 10.5px;
	font-weight: 400;
	line-height: 1.28;
}

.bip-arrow {
	position: relative;
	display: flex;
	flex: 0 0 14px;
	align-items: center;
	justify-content: center;
}

.bip-arrow::before {
	display: block;
	width: 12px;
	height: 12px;
	transform: rotate(-45deg);
	border-right: 2px solid #b9b9bd;
	border-bottom: 2px solid #b9b9bd;
	content: "";
}

@media (max-width: 1024px) {
	.bip-steps {
		flex-wrap: wrap;
		gap: 28px 20px;
	}

	.bip-step {
		flex: 1 1 calc(50% - 10px);
	}

	.bip-arrow {
		display: none;
	}
}

@media (max-width: 767px) {
	.bip-process {
		padding: 24px 16px 24px 0;
	}

	.bip-heading {
		margin-bottom: 42px;
		font-size: 18px;
	}

	.bip-step {
		flex-basis: 100%;
	}
}

/* Montage reference gallery widget. */
.bmg-section,
.bmg-section * {
	box-sizing: border-box;
}

.bmg-section {
	width: 100%;
	padding: 27px 0 24px 0;
	padding-right: 0 !important;
	background: #f6f6f8;
	color: #343438;
	font-family: inherit;
}

.bmg-inner {
	width: 100%;
	max-width: 958px;
	margin: 0 auto 0 0;
}

.bmg-heading {
	position: relative;
	margin: 0 0 22px;
	padding: 0 0 10px;
	color: #343438;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
}

.bmg-heading::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 81px;
	height: 3px;
	border-radius: 2px;
	background: #ffb727;
	content: "";
}

.bmg-gallery {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 27px;
}

.bmg-item {
	display: block;
	width: 100%;
	aspect-ratio: 0.83 / 1;
	overflow: hidden;
	border-radius: 15px;
	background: #e7e7e9;
}

.bmg-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform 250ms ease;
}

a.bmg-item:hover img,
a.bmg-item:focus-visible img {
	transform: scale(1.025);
}

a.bmg-item:focus-visible {
	outline: 3px solid #ffb727;
	outline-offset: 3px;
}

@media (max-width: 1024px) {
	.bmg-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.bmg-section {
		padding: 24px 16px 24px 0;
	}

	.bmg-heading {
		font-size: 18px;
	}

	.bmg-gallery {
		grid-template-columns: 1fr;
	}
}

/* Consultation contact form widget. */
.bcf-section,
.bcf-section * {
	box-sizing: border-box;
}

.bcf-section {
	width: 100%;
	padding: 12px 0 14px 0;
	background: #f6f6f8;
	color: #303036;
	font-family: inherit;
}

.bcf-inner {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto 0 0;
}

.bcf-heading {
	position: relative;
	margin: 0 0 24px;
	padding: 0 0 12px;
	color: #343438;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
}

.bcf-heading::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 98px;
	height: 3px;
	border-radius: 2px;
	background: #ffb727;
	content: "";
}

.bcf-card {
	display: flex;
	min-height: 390px;
	overflow: hidden;
	border-radius: 18px;
	background: #fff;
	box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.16);
}

.bcf-info {
	display: flex;
	flex: 0 0 350px;
	flex-direction: column;
	padding: 40px 36px 38px;
	background: #001b34;
	color: #fff;
}

.bcf-top-icon {
	margin-bottom: 19px;
	color: #ffb727;
	font-size: 40px;
	line-height: 1;
}

.bcf-top-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.bcf-info-heading {
	margin: 0 0 22px;
	color: inherit;
	font-size: 29px;
	font-weight: 700;
	line-height: 1.18;
}

.bcf-info-description {
	margin: 0 0 25px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25;
}

.bcf-details {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: auto;
}

.bcf-detail {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
}

.bcf-detail-icon {
	display: inline-flex;
	flex: 0 0 24px;
	align-items: center;
	justify-content: center;
	font-size: 21px;
}

.bcf-detail-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.bcf-detail a {
	color: inherit;
	text-decoration: none;
}

.bcf-detail a:hover,
.bcf-detail a:focus-visible {
	text-decoration: underline;
}

.bcf-form-panel {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	padding: 22px 44px 12px 40px;
	background: #fff;
}

.bcf-form-wrap {
	flex: 1 1 auto;
	color: #303036;
	font-size: 14px;
	line-height: 1.25;
}

.bcf-form-wrap .wpcf7,
.bcf-form-wrap .wpcf7-form {
	width: 100%;
}

.bcf-form-wrap .wpcf7-form,
.bcf-form-wrap .bcf-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 11px 20px;
}

/*
 * Some CF7 forms wrap all fields in one div. Turnstile is injected beside that
 * wrapper, so the wrapper must not become a single grid column of its own.
 */
.bcf-form-wrap .wpcf7-form > div:not(.cf-turnstile):not(.cf-turnstile-failed-text):not(.wpcf7-response-output):not([class*="turnstile"]),
.bcf-form-wrap .wpcf7-form > section:not([class*="turnstile"]) {
	display: contents;
}

.bcf-form-wrap .wpcf7-form p,
.bcf-form-wrap .bcf-fields > p,
.bcf-form-wrap .bcf-fields > label {
	min-width: 0;
	margin: 0;
}

.bcf-form-wrap .wpcf7-form p:has(textarea),
.bcf-form-wrap .wpcf7-form p:has(input[type="submit"]),
.bcf-form-wrap .wpcf7-form p:has(button[type="submit"]),
.bcf-form-wrap .bcf-field-wide,
.bcf-form-wrap .wpcf7-response-output,
.bcf-form-wrap .wpcf7-spinner {
	grid-column: 1 / -1;
}

.bcf-form-wrap .wpcf7-form p:has(textarea) {
	order: 20;
}

.bcf-form-wrap .wpcf7-form > .cf-turnstile,
.bcf-form-wrap .wpcf7-form .cf-turnstile,
.bcf-form-wrap .wpcf7-form > [class*="turnstile"]:not(.cf-turnstile-br),
.bcf-form-wrap .wpcf7-form p:has(.cf-turnstile) {
	grid-column: 1 / -1;
	order: 30;
	justify-self: center;
	margin: 0 auto !important;
}

.bcf-form-wrap .wpcf7-form .cf-turnstile-br {
	display: none;
}

.bcf-form-wrap .wpcf7-form p:has(input[type="submit"]),
.bcf-form-wrap .wpcf7-form p:has(button[type="submit"]) {
	order: 40;
}

.bcf-form-wrap .wpcf7-form .wpcf7-response-output {
	order: 50;
}

.bcf-form-wrap label {
	display: block;
	color: #303036;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.25;
}

.bcf-form-wrap .wpcf7-form-control-wrap {
	display: block;
	margin-top: 4px;
}

.bcf-form-wrap input:not([type="submit"]),
.bcf-form-wrap textarea,
.bcf-form-wrap select {
	display: block;
	width: 100%;
	height: 35px;
	min-height: 35px;
	margin: 0;
	padding: 7px 11px;
	border: 1px solid #e4e4e7;
	border-radius: 10px;
	background: #fff;
	box-shadow: none;
	color: #303036;
	font: inherit;
	outline: none;
}

.bcf-form-wrap textarea {
	height: 106px;
	min-height: 106px;
	resize: vertical;
}

.bcf-form-wrap input:not([type="submit"]):focus,
.bcf-form-wrap textarea:focus,
.bcf-form-wrap select:focus {
	border-color: #ffb727;
	box-shadow: 0 0 0 2px rgba(255, 183, 39, 0.2);
}

.bcf-form-wrap input[type="submit"],
.bcf-form-wrap button[type="submit"] {
	width: 100%;
	min-height: 47px;
	margin: 7px 0 0;
	padding: 10px 48px 10px 20px;
	border: 0;
	border-radius: 9px;
	background-color: #ffb727;
	background-image: url("../images/send.svg");
	background-repeat: no-repeat;
	background-position: calc(50% + 92px) center;
	background-size: 22px 22px;
	box-shadow: none;
	color: #242a31;
	font-family: inherit;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	transition: filter 180ms ease, transform 180ms ease;
}

.bcf-form-wrap input[type="submit"]:hover,
.bcf-form-wrap input[type="submit"]:focus-visible,
.bcf-form-wrap button[type="submit"]:hover,
.bcf-form-wrap button[type="submit"]:focus-visible {
	filter: brightness(0.96);
	transform: translateY(-1px);
}

.bcf-form-wrap .wpcf7-not-valid-tip {
	margin-top: 3px;
	font-size: 12px;
}

.bcf-form-wrap .wpcf7-response-output {
	margin: 0;
	padding: 8px 12px;
	font-size: 13px;
}

.bcf-form-wrap .wpcf7-spinner {
	margin: 4px auto 0;
}

.bcf-assurance {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 11px;
	font-size: 17px;
	line-height: 1.3;
}

.bcf-assurance-icon {
	display: inline-flex;
	flex: 0 0 23px;
	align-items: center;
	justify-content: center;
	color: #ffb727;
	font-size: 20px;
}

.bcf-assurance-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.bcf-form-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 280px;
	padding: 20px;
	border: 1px dashed #c6c6ca;
	border-radius: 10px;
	text-align: center;
}

@media (max-width: 1024px) {
	.bcf-card {
		flex-direction: column;
	}

	.bcf-info {
		flex-basis: auto !important;
	}
}

@media (max-width: 767px) {
	.bcf-section {
		padding: 24px 16px 24px 0;
	}

	.bcf-heading {
		font-size: 21px;
	}

	.bcf-info,
	.bcf-form-panel {
		padding: 30px 22px;
	}

	.bcf-form-wrap .wpcf7-form,
	.bcf-form-wrap .bcf-fields {
		grid-template-columns: 1fr;
	}

	.bcf-form-wrap .wpcf7-form p,
	.bcf-form-wrap .bcf-fields > p,
	.bcf-form-wrap .bcf-fields > label {
		grid-column: 1;
	}

	.bcf-assurance {
		align-items: flex-start;
		font-size: 14px;
	}
}

/* Reusable section title widget. */
.bst-title-wrap,
.bst-title-wrap * {
	box-sizing: border-box;
}

.bst-title-wrap {
	display: block;
	width: 100%;
	padding: 0;
	font-family: inherit;
	text-align: left;
}

.bst-title {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #343438;
	font-family: "Urbanist", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25;
}

.bst-underline {
	display: inline-block;
	width: 98px;
	height: 3px;
	margin-top: 10px;
	border-radius: 2px;
	background: #ffb727;
}

/* Reusable consultation call button widget. */
.bcb-wrap,
.bcb-wrap * {
	box-sizing: border-box;
}

.bcb-wrap {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}

.bcb-button {
	display: inline-flex;
	width: 600px;
	max-width: 100%;
	min-height: 58px;
	align-items: center;
	justify-content: center;
	gap: 11px;
	margin: 0;
	padding: 10px 26px;
	border: 0;
	border-radius: 18px;
	background: #e9e9ed;
	color: #101014;
	font-family: "Urbanist", sans-serif;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.bcb-button:hover,
.bcb-button:focus-visible {
	background: #ffb727;
	color: #101014;
	text-decoration: none;
}

.bcb-button:focus-visible {
	outline: 3px solid rgba(255, 183, 39, 0.4);
	outline-offset: 3px;
}

.bcb-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	color: #101014;
	font-size: 32px;
	line-height: 1;
}

.bcb-icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.bcb-text {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	gap: 0.28em;
}

.bcb-label {
	font-size: 20px;
	font-weight: 500;
}

.bcb-number {
	font-size: 20px;
	font-weight: 700;
}

@media (max-width: 1024px) {
	.bcb-button {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.bcb-button {
		padding-right: 18px;
		padding-left: 18px;
	}

	.bcb-icon {
		font-size: 27px;
	}

	.bcb-label,
	.bcb-number {
		font-size: 17px;
	}
}

/* Keep every plugin component full-width on mobile, including saved older instances. */
@media (max-width: 767px) {
	.elementor-widget-boiler-installation-card,
	.elementor-widget-installation-process,
	.elementor-widget-montage-reference-gallery,
	.elementor-widget-consultation-contact,
	.elementor-widget-boiler-section-title,
	.elementor-widget-consultation-call-button,
	.elementor-widget-boiler-installation-card > .elementor-widget-container,
	.elementor-widget-installation-process > .elementor-widget-container,
	.elementor-widget-montage-reference-gallery > .elementor-widget-container,
	.elementor-widget-consultation-contact > .elementor-widget-container,
	.elementor-widget-boiler-section-title > .elementor-widget-container,
	.elementor-widget-consultation-call-button > .elementor-widget-container {
		width: 100% !important;
		max-width: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.bic-card,
	.bip-process,
	.bip-inner,
	.bip-steps,
	.bip-step,
	.bmg-section,
	.bmg-inner,
	.bmg-gallery,
	.bmg-item,
	.bcf-section,
	.bcf-inner,
	.bcf-card,
	.bst-title-wrap,
	.bcb-wrap,
	.bcb-button {
		width: 100% !important;
		max-width: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.bip-process,
	.bmg-section,
	.bcf-section {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.bip-inner,
	.bmg-inner,
	.bcf-inner {
		max-width: none !important;
	}
}
