/**
 * NIBE LANDING
 */

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root {
	--nibe-main: #103c79;/*#0076a8;*/
	--nibe-main-light: #a8cfed;
	--nibe-green: #73b16c;
	--nibe-green-dark: #005A31;
	--nibe-green-light: #bdd6a6;
	--nibe-accent: #A81A1A;
	--nibe-text: #000;
	--nibe-muted: #666;
	--nibe-border: #dce7ec;
	--nibe-bg: #f4f8fa;
}

.nibe-rubik-heading .uvc-main-heading * {
	font-family: "Rubik", sans-serif !important;
	font-optical-sizing: auto !important;
}

/**
 * BUTTONS
 */

.nibe-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 11px;
	line-height: 1.2 !important;
	font-weight: 750;
	transition:
		transform 0.22s ease,
		box-shadow 0.22s ease,
		color 0.22s ease,
		background-color 0.22s ease,
		border-color 0.22s ease;
}

.nibe-button:hover {
	transform: translateY(-2px);
}

.nibe-button svg {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
}

.nibe-button.nibe-button-light,
.nibe-button.nibe-button-light:hover {
	color: var(--nibe-green-dark) !important;
}

.nibe-button-outline-light,
.nibe-button-outline-light:hover {
	color: #fff !important;
}

.nibe-button-shadow {
	box-shadow: 0 12px 28px rgba(0, 118, 168, 0.25) !important;
}

.nibe-button-shadow:hover {
	box-shadow: 0 16px 34px rgba(0, 79, 115, 0.3) !important;
}

/**
 * HERO BLOCK
 */

.nibe-campaign-hero {
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
	min-height: 740px;
	color: #fff;
	background:
		radial-gradient(circle at 76% 20%, rgba(104, 179, 46, 0.35), transparent 29%),
		radial-gradient(circle at 15% 85%, rgba(104, 179, 46, 0.20), transparent 35%),
		linear-gradient(125deg, var(--nibe-green-dark) 0%, var(--nibe-green-dark) 52%, var(--nibe-green) 100%);
	overflow: hidden;
}

.nibe-campaign-hero:before {
	position: absolute;
	inset: 0;
	content: "";
	opacity: 0.22;
	background-image:
		linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
	background-size: 54px 54px;
}


.nibe-campaign-hero:after {
	display: block !important;
	position: absolute;
	right: -180px;
	bottom: -330px;
	width: 560px;
	height: 560px;
	content: "";
	border: 120px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
}

.nibe-hero-copy {
	padding-right: 70px;
}

.nibe-hero-logo .vc_single_image-wrapper {
	padding: 28px;
	background-color: #fff;
}

.nibe-hero-logo img {
	width: 125px;
}

.nibe-hero-title .uvc-main-heading h1 {
	max-width: 760px;
	margin: 0 0 25px !important;
	color: #fff !important;
	font-size: clamp(40px, 6vw, 72px) !important;
	line-height: .99 !important;
	font-weight: 600 !important;
}

.nibe-hero-title .uvc-main-heading h1 em {
	color: var(--nibe-green-light) !important;
	font-style: normal;
}

.nibe-hero-title .uvc-sub-heading {
	max-width: 680px;
	margin: 0 0 34px !important;
	color: rgba(255,255,255,.83) !important;
	font-size: clamp(18px, 1.8vw, 22px) !important;
	line-height: 1.65 !important;
}

.nibe-hero-buttons > .vc_column-inner > .wpb_wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.nibe-hero-product-image {
	padding: 40px;
	border: 1px solid rgba(255,255,255,.23);
	border-radius: 40px;
	background: linear-gradient(145deg, rgba(255,255,255,.2), rgba(255,255,255,.06));
	box-shadow: 0 38px 90px rgba(0,37,58,.3);
	backdrop-filter: blur(15px);
}

.nibe-hero-product-image img {
	max-height: 450px;
	object-fit: contain;
	filter: drop-shadow(0 28px 30px rgba(0,37,58,.22));
}

.nibe-floating-card {
	position: absolute;
	z-index: 3;
	min-width: 180px;
	padding: 14px 17px;
	border-radius: 16px;
	color: var(--nibe-text);
	background: rgba(255,255,255,.95);
	box-shadow: 0 20px 45px rgba(0,48,70,.22);
}

.nibe-floating-card .text-icon {
	background: var(--nibe-green) !important;	
}

.nibe-floating-card .text-icon * {
	color: #fff !important;
}

.nibe-floating-card .dt-text-title {
	margin-bottom: 2px !important;
	color: var(--nibe-text) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

.nibe-floating-card .dt-text-desc {
	color: var(--nibe-muted) !important;
	font-size: 12px !important;
	line-height: 1.4 !important;
}

.nibe-floating-card-top {
	top: 35px;
	right: -20px;
}

.nibe-floating-card-bottom {
	bottom: 35px;
	left: -25px;
}

/**
 * EVENTS BLOCK
 */

.nibe-event-section {
	background: var(--nibe-bg);
	overflow: visible !important; 
	z-index: 3;
}

.nibe-event-card {
	top: -34px !important;
	margin: 0;
	padding: 22px 12px;
	border: 1px solid rgba(0,118,168,.12);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 20px 55px rgba(13, 55, 75, 0.11);
	z-index: 5;
}

.nibe-event-card .text-icon {
	background: linear-gradient(135deg, var(--nibe-green), var(--nibe-green-dark)) !important;	
}

.nibe-event-card .text-icon * {
	color: #fff !important;
}

.nibe-event-card .dt-text-title {
	margin-bottom: 5px !important;
	color: var(--nibe-text) !important;
	font-size: 18px !important;
	font-weight: 700 !important;
}

.nibe-event-card .dt-text-desc {
	color: var(--nibe-muted) !important;
	font-size: 15px !important;
	line-height: 1.55 !important;
}

.nibe-event-dates ul {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nibe-event-dates ul li {
	padding: 8px 12px;
	border-radius: 999px;
	color: var(--nibe-green-dark);
	background: var(--nibe-green-light);
	border: 1px solid var(--nibe-green);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

/**
 * SECTIONS
 */

.nibe-benefits-section,
.nibe-products-section {
	padding-top: 95px;
	padding-bottom: 95px;
	background: var(--nibe-bg);
}

/**
 * BENEFITS
 */

.nibe-benefits-section {
	padding-top: 60px !important;
	padding-bottom: 30px !important;
}

.nibe-section-heading {
	margin: 0 auto 54px !important;
	max-width: 760px;
	text-align: center;
}

.nibe-section-heading .uvc-main-heading h2 {
	margin: 0 auto 18px !important;
	color: var(--nibe-text) !important;
	font-size: clamp(30px, 4vw, 50px) !important;
	font-weight: 600;
	line-height: 1.08 !important;
}

.nibe-section-heading .uvc-sub-heading {
	color: var(--nibe-muted) !important;
	font-size: 18px !important;
	line-height: 1.7 !important;
}

.nibe-eyebrow .uvc-main-heading > div {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 16px !important;
	color: var(--nibe-main) !important;
	font-size: 13px !important;
	font-weight: 750;
	line-height: 1.3 !important;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.nibe-eyebrow .uvc-main-heading > div:before {
	display: inline-block;
	width: 30px;
	height: 2px;
	content: "";
	background: currentColor;
}

.nibe-benefits-grid > .vc_column_container > .vc_column-inner > .wpb_wrapper {
	display: flex;
	height: 100%;
}

.nibe-benefit-card {
	width: 100%;
	height: calc(100% - 56px);
	padding: 28px;
	border: 1px solid var(--nibe-border);
	border-radius: 22px;
	background: #fff;
	transition: .25s ease;
}

.nibe-benefit-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 38px rgba(13,55,75,.09);
}

.nibe-benefit-card .text-icon {
	background: var(--nibe-main-light) !important;	
}

.nibe-benefit-card .text-icon * {
	color: var(--nibe-main) !important;
}

.nibe-benefit-card .dt-text-title {
	margin-bottom: 9px !important;
	color: var(--nibe-text) !important;
	font-size: 19px !important;
	line-height: 1.3 !important;
}

.nibe-benefit-card .dt-text-desc {
	color: var(--nibe-muted) !important;
	font-size: 14px !important;
	line-height: 1.65 !important;
}

/**
 * PRODUCTS
 */

.nibe-product-card {
	overflow: hidden;
	margin-bottom: 35px !important;
	border: 1px solid var(--nibe-border);
	border-radius: 32px;
	background: #fff;
	box-shadow: 0 15px 45px rgba(13,55,75,.07);
	transition: .25s ease;
}

.nibe-product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 28px 70px rgba(13,55,75,.16);
}

.nibe-product-media {
	position: relative;
	min-height: 520px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px;
	background: radial-gradient(circle at 50% 40%, #fff 0, #eef8fb 45%, #dceff5 100%);
	overflow: hidden;
}

.nibe-product-media:before {
	position: absolute;
	right: -85px;
	bottom: -85px;
	width: 270px;
	height: 270px;
	content: "";
	border: 42px solid rgba(0, 118, 168, 0.07);
	border-radius: 50%;
}

.nibe-product-image img {
	max-height: 400px;
	object-fit: contain;
	filter: drop-shadow(0 25px 26px rgba(13,55,75,.18));
}

.nibe-product-logo img {
	width: auto !important;
	max-height: 70px;
}

.nibe-product-badge {
	position: absolute;
	z-index: 2;
	top: 25px;
	left: 25px;
	padding: 9px 13px;
	border-radius: 999px;
	color: #fff;
	background: var(--nibe-green);
	box-shadow: 0 8px 20px rgba(74, 140, 32, 0.23);
	font-size: 12px;
	font-weight: 750;
	line-height: 1;
	text-transform: uppercase;
}

.nibe-product-content {
	padding: 55px !important;
}

.nibe-product-type {
	margin-bottom: 12px !important;
	color: var(--nibe-main) !important;
	font-size: 13px !important;
	font-weight: 750;
	line-height: 1.3 !important;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.nibe-product-title h3 {
	margin: 0 0 14px !important;
	color: var(--nibe-text) !important;
	font-size: clamp(29px, 3vw, 41px) !important;
	font-weight: 600;
	line-height: 1.13 !important;
}

.nibe-product-subtitle {
	margin: 0 0 18px !important;
	color: var(--nibe-green) !important;
	font-size: 16px !important;
	font-weight: 750;
	line-height: 1.4 !important;
	text-transform: uppercase;
}

.nibe-product-description {
	margin: 0 0 24px !important;
	color: var(--nibe-muted) !important;
	font-size: 16px !important;
	line-height: 1.75 !important;
}

.nibe-feature-list {
	margin: 0 0 29px !important;
}

.nibe-feature-list ul {
	display: grid;
	gap: 11px;
	margin: 0;
	padding: 0;
	list-style: none !important;
}

.nibe-feature-list li {
	position: relative;
	min-height: 22px;
	margin: 0 !important;
	padding-left: 31px;
	color: var(--nibe-text);
	font-size: 14px !important;
	line-height: 1.55 !important;
}

.nibe-feature-list li:before {
	position: absolute;
	top: 1px;
	left: 0;
	width: 21px;
	height: 21px;
	display: flex;
	content: "\f00c";
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--nibe-green-dark);
	background: var(--nibe-green-light);
	font-family: "Font Awesome 6 Free";
	font-size: 12px;
	font-weight: 900;
	line-height: 21px;
}

.nibe-product-meta {
	margin: 0 0 29px !important;
}

.nibe-product-meta ul {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 0;
	padding: 0;
}

.nibe-product-meta ul li {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 11px;
	border: 1px solid var(--nibe-border);
	border-radius: 999px;
	color: var(--nibe-text);
	background: #f9fbfc;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
}

.nibe-product-meta ul li:first-child {
	padding: 7px 25px 7px 11px;
	border: 0;
	border-radius: 0;
	color: #fff;
	background: #00a651;
	clip-path: polygon(
		0 0,
		calc(100% - 15px) 0,
		100% 50%,
		calc(100% - 15px) 100%,
		0 100%
	);
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0.2px;
}

.nibe-product-price .uvc-main-heading {
	margin-bottom: 5px !important;
	color: var(--nibe-muted) !important;
	font-size: 11px !important;
	line-height: 1.3 !important;
	font-weight: 750;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.nibe-product-price .uvc-sub-heading {
	display: flex;
	align-items: flex-start;
	color: var(--nibe-accent) !important;
	font-size: clamp(38px, 4vw, 51px) !important;
	font-weight: 750 !important;
	line-height: 1;
}

.nibe-product-price .uvc-sub-heading em {
	display: inline-block;
	margin: -5px 0 0 5px;
	font-size: 19px;
	font-style: normal;
	font-weight: 750;
	line-height: 1;
	vertical-align: super;
}

.nibe-product-price .nibe-price-note {
	margin-top: 7px !important;
	color: var(--nibe-muted) !important;
	font-size: 12px !important;
}

.nibe-product-buttons > .vc_column-inner > .wpb_wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}

/**
 * SOLAR BLOCK
 */

.nibe-solar-section {
	padding-top: 90px;
	padding-bottom: 90px;
	background-image: url(../images/ks_block_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
}

.nibe-solar-title .uvc-main-heading h2 {
	margin: 0 0 20px !important;
	color: #fff !important;
	font-size: clamp(38px, 4.4vw, 60px) !important;
	font-weight: 600;
	line-height: 1.08 !important;
}

.nibe-solar-title .uvc-sub-heading {
	max-width: 700px;
	margin: 0 0 27px !important;
	color: rgba(255, 255, 255, 0.8) !important;
	font-size: 17px !important;
	line-height: 1.75 !important;
}

.nibe-solar-title .uvc-sub-heading strong {
	color: #fff !important;
}

.nibe-solar-price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 17px;
	margin-bottom: 30px;
}

.nibe-solar-price .uvc-heading-spacer {
	flex: 0 0 100%;
}

.nibe-solar-price .uvc-main-heading {
	display: block;
	color: rgba(255, 255, 255, 0.66) !important;
	font-size: 12px !important;
	font-weight: 750;
	line-height: 1.4 !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.nibe-solar-price .uvc-sub-heading {
	display: block;
	margin: 0 !important;
	color: #fff !important;
	font-size: clamp(42px, 5vw, 62px) !important;
	font-weight: 750 !important;
	line-height: 1 !important;
}

.nibe-solar-content {
	padding-right: 70px;
}

.nibe-solar-content .nibe-eyebrow .uvc-main-heading > div {
	color: #f8dc70 !important;
}

.nibe-solar-buttons > .vc_column-inner > .wpb_wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.nibe-solar-buttons .nibe-button.nibe-button-light,
.nibe-solar-buttons.nibe-button.nibe-button-light:hover {
	color: #c1001f !important;
}

.nibe-solar-image {
	padding: 20px !important;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 30px;
	background: rgba(255,255,255,.1);
	box-shadow: 0 35px 75px rgba(0, 40, 51, 0.25);
	backdrop-filter: blur(12px);
	z-index: 1;
}

.nibe-solar-image img {
	border-radius: 20px;
}

/**
 * CONTACT
 */

.nibe-contact-section {
	padding-top: 90px;
	padding-bottom: 90px;
	background: #fff;
}

.nibe-contact-card {
	padding: 52px 58px;
	border-radius: 30px;
	background:
		linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,0) 42%),
		radial-gradient(circle at 80% 18%, var(--nibe-green-light), rgba(115,177,108,.55) 22%, transparent 50%),
		radial-gradient(circle at 15% 90%, rgba(255,255,255,.08), transparent 42%),
		linear-gradient(135deg, color-mix(in srgb, var(--nibe-green-dark) 65%, #6a726d) 0%, var(--nibe-green-dark) 58%, color-mix(in srgb, var(--nibe-green-dark) 92%, black) 100%);
	box-shadow: 0 35px 80px rgba(0,90,49,.22), 0 12px 30px rgba(0,0,0,.18), inset 0 1px rgba(255,255,255,.16), inset 0 -18px 30px rgba(0,0,0,.16);
}

.nibe-contact-card:after {
	display: block !important;
	position: absolute;
	right: -110px;
	bottom: -60px;
	width: 220px;
	height: 220px;
	content: "";
	border: 35px solid rgba(255, 255, 255, 0.07);
	border-radius: 50%;
}

.nibe-contact-card .uvc-main-heading h2 {
	margin: 0 0 12px !important;
	color: #fff !important;
	font-size: clamp(30px, 4vw, 46px) !important;
	font-weight: 600;
	line-height: 1.13 !important;
}

.nibe-contact-card .uvc-sub-heading {
	max-width: 700px;
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	line-height: 1.65;
}

.nibe-contact-button .nibe-button {
	text-align: left;
}

@media only screen and (max-width: 1100px) {

	.nibe-event-dates ul {
		flex-direction: column;
		align-items: flex-end;
	}

}

@media only screen and (max-width: 991px) {

	.nibe-benefits-grid {
		row-gap: 30px;
	}

	.nibe-product-price {
		width: 100%;
		text-align: center !important;
	}
	
	.nibe-product-price .uvc-main-heading {
		text-align: center !important;
	}
	
	.nibe-product-price .uvc-sub-heading {
		justify-content: center !important;
	}

	.nibe-product-buttons {
		width: 100%;
	}

	.nibe-product-buttons > .vc_column-inner > .wpb_wrapper {
		justify-content: center;
	}

}

@media (max-width: 900px) {

	.nibe-campaign-hero {
		padding-top: 70px;
		padding-bottom: 95px;
		min-height: auto;
	}

	.nibe-hero-copy {
		padding-right: 0;
		width: 100%;
	}

	.nibe-hero-visual {
		padding-top: 62px;
		padding-bottom: 50px;
		width: 100%;
	}

	.nibe-hero-visual img {
		width: auto;
		max-height: 70vh;
	}

	.nibe-product-card-reverse {
		display: flex;
		flex-direction: column-reverse;
	}

	.nibe-product-media {
		width: 100%;
		min-height: 400px;
	}

	.nibe-product-content {
		padding: 38px !important;
		width: 100%;
	}

	.nibe-product-price {
		width: 41.66666667%;
		text-align: left !important;
	}

	.nibe-product-price .uvc-main-heading {
		text-align: left !important;
	}
	
	.nibe-product-price .uvc-sub-heading {
		justify-content: flex-start !important;
	}

	.nibe-product-buttons {
		width: 58.33333333%;
	}

	.nibe-product-buttons > .vc_column-inner > .wpb_wrapper {
		justify-content: flex-end;
	}

	.nibe-solar-content {
		margin-bottom: 42px !important;
		padding-right: 0;
		width: 100%;
	}

	.nibe-solar-image {
		width: 100%;
	}

	.nibe-solar-image img {
		width: auto;
		max-height: 70vh;
	}

	.nibe-contact-card {
		background:
			linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,0) 42%),
			radial-gradient(circle at 88% 78%, var(--nibe-green-light), rgba(115,177,108,.55) 22%, transparent 50%),
			radial-gradient(circle at 15% 90%, rgba(255,255,255,.08), transparent 42%),
			linear-gradient(135deg, color-mix(in srgb, var(--nibe-green-dark) 65%, #6a726d) 0%, var(--nibe-green-dark) 58%, color-mix(in srgb, var(--nibe-green-dark) 92%, black) 100%);
	}

	.nibe-contact-content {
		margin-bottom: 38px !important;
		width: 100%;
	}

	.nibe-contact-button {
		width: 100%;
	}

}

@media (max-width: 767px) {

	.nibe-hero-title .uvc-main-heading h1 {
		font-size: 40px !important;
	}

	.nibe-hero-title .uvc-sub-heading {
		font-size: 17px;
	}

	.nibe-hero-visual > .vc_column-inner > .wpb_wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}

	.nibe-floating-card {
		flex: 1 1 calc(50% - 40px);
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
	}

	.nibe-event-section {
		margin-top: -25px;
	}

	.nibe-event-card {
		padding: 22px 7px;
	}

	.nibe-event-dates ul {
		margin-top: 22px;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}

	.nibe-benefits-section,
	.nibe-products-section,
	.nibe-solar-section,
	.nibe-contact-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.nibe-product-card {
		border-radius: 24px;
	}

	.nibe-product-media {
		min-height: 320px;
		padding: 35px 20px;
	}

	.nibe-product-image img {
		max-height: 270px;
	}

	.nibe-product-content {
		padding: 30px 23px !important;
	}

	.nibe-contact-card {
		padding: 35px 25px;
		border-radius: 24px;
	}

}

@media (max-width: 460px) {

	.nibe-hero-logo .vc_single_image-wrapper {
		padding: 23px;
	}

	.nibe-hero-logo img {
		width: 100px;
	}

	.nibe-hero-title .uvc-main-heading h1 {
		font-size: 36px !important;
	}

	.nibe-product-logo img {
		max-height: 40px;
	}

	.nibe-product-price {
		width: 100%;
		text-align: center !important;
	}
	
	.nibe-product-price .uvc-main-heading {
		text-align: center !important;
	}
	
	.nibe-product-price .uvc-sub-heading {
		justify-content: center !important;
	}

	.nibe-product-buttons {
		width: 100%;
	}

	.nibe-product-buttons > .vc_column-inner > .wpb_wrapper {
		justify-content: center;
	}

}
