/*! Blue Note Pros — Certifications widget styles (ported from html/Blue Note/assets/css/style.css .certifications) */

/* --- Break the widget out of any Elementor container width / padding / gap
       so the ported layout renders exactly like the reference <section>. --- */
.elementor-widget-bnp-certifications {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.elementor-widget-bnp-certifications .elementor-widget-container {
	max-width: none;
	padding: 0;
	margin: 0;
}

.bnp-certifications {
	padding: 60px 0 100px;
	background: #ffffff;
	background-image: none;
	width: 100%;
	position: relative;
	z-index: 1;
}

.bnp-certifications__container {
	max-width: 1296px;
	margin: 0 auto;
	padding: 0 var(--bnp-container-pad);
}

.bnp-certifications__visual {
	position: relative;
	min-height: 720px;
}

.bnp-certifications__circle {
	position: absolute;
	z-index: 1;
}

.bnp-certifications__circle img {
	display: block;
	width: 100%;
	height: 100%;
}

.bnp-certifications__circle--1 {
	width: 340px;
	height: 231px;
	left: 13%;
	top: 38px;
}

.bnp-certifications__circle--1 img,
.bnp-certifications__circle--2 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bnp-certifications__circle--2 {
    width: 440px;
    height: 270px;
    right: 27%;
    top: 430px;
}

.bnp-certifications__content-card {
	position: relative;
	z-index: 2;
	margin-left: auto;
	width: 65%;
	background: #052444;
	border-radius: 10px;
	padding: 60px 48px 50px 121px;
	color: #ffffff;
	box-sizing: content-box;
}

.bnp-certifications__eyebrow {
	margin: 0 0 38px;
	font-family: var(--bnp-font-config);
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.03em;
	color: #ffffff;
}

.bnp-certifications__content-card h2 {
	font-family: var(--bnp-font-bungee);
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #00a1ba;
	text-shadow: 2px 0 0 #006171;
	-webkit-text-stroke: 1px #006171;
	margin: 0 0 15px;
	max-width: 682px;
}

.bnp-certifications__body p {
	font-family: var(--bnp-font-roboto);
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 22px;
}

.bnp-certifications__body p:last-child {
	margin-bottom: 0;
}

.bnp-certifications__logo-card {
    position: absolute;
    z-index: 3;
    left: 20px;
    top: 36%;
    width: 42%;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 8px 8px 16px 0 #00000040;
    padding: 70px 50px;
    box-sizing: content-box;
}

.bnp-certifications__logo-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 70px;
	column-gap: 80px;
	align-items: center;
}

/* .certifications .logo */
.bnp-certifications__logo {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #052444;
	font-family: 'Inter', var(--bnp-font-roboto), sans-serif;
}

.bnp-certifications__logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* .certifications .logo-certainteed */
.bnp-certifications__logo--certainteed {
	font-weight: 700;
	font-size: 14px;
	letter-spacing: -0.01em;
	color: #000000;
}

/* .certifications .logo-bbb */
.bnp-certifications__logo--bbb {
	flex-direction: column;
	align-items: flex-start;
	gap: 1px;
}

/* .certifications .logo-licensed */
.bnp-certifications__logo--licensed {
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}

/* .certifications .logo-lslbc */
.bnp-certifications__logo--lslbc {
	flex-direction: column;
	align-items: flex-start;
	gap: 3px;
}

.bnp-certifications__logo--lslbc img {
	max-width: 146px;
}

.bnp-certifications__visual::after {
	content: "";
	display: block;
	height: 90px;
}

/* ------------------------------------------------------------------
   Responsive — ported section-wise from html/Blue Note/assets/css/responsive.css
   (.bbb-rating / SVG-logo micro-rules omitted — this widget uses image logos.)
   ------------------------------------------------------------------ */
@media (max-width: 1199px) {
	.bnp-certifications {
		padding: 48px 0 70px;
	}
	.bnp-certifications__content-card {
		width: 56%;
		padding: 44px 36px 40px 60px;
	}
	.bnp-certifications__eyebrow {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 28px;
	}
	.bnp-certifications__content-card h2 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 12px;
		max-width: 100%;
	}
	.bnp-certifications__body p {
		font-size: 15px;
		line-height: 23px;
		margin-bottom: 18px;
	}
.bnp-certifications__logo-card {
    left: 66px;
    width: 41%;
    padding: 44px 32px;
}
	.bnp-certifications__logo-grid {
		row-gap: 44px;
		column-gap: 36px;
	}
.bnp-certifications__circle--1 {
    width: 260px;
    height: 177px;
    top: 94px;
    left: 290px;
}
	.bnp-certifications__circle--2 {
    width: 340px;
    height: 208px;
    top: 410px;
}
}

@media (max-width: 991px) {
	.bnp-certifications {
		padding: 36px 0 50px;
	}
	.bnp-certifications__visual {
		display: flex;
		flex-direction: column;
		gap: 28px;
		min-height: 0;
	}
	.bnp-certifications__circle {
		display: none;
	}
	.bnp-certifications__content-card {
		position: relative;
		left: auto;
		top: auto;
		right: auto;
		margin: 0;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding: 36px 28px;
		order: 1;
	}
	.bnp-certifications__eyebrow {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 18px;
	}
	.bnp-certifications__content-card h2 {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 14px;
	}
	.bnp-certifications__body p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 16px;
	}
	.bnp-certifications__logo-card {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		max-width: 520px;
		margin: 0 auto;
		padding: 32px 24px;
		order: 2;
	}
	.bnp-certifications__logo-grid {
		row-gap: 28px;
		column-gap: 24px;
	}
	.bnp-certifications__visual::after {
		display: none;
	}
}

@media (max-width: 767px) {
	.bnp-certifications {
		padding: 40px 0 40px;
	}
	.bnp-certifications__visual {
		gap: 20px;
	}
	.bnp-certifications__content-card {
		padding: 28px 20px;
	}
	.bnp-certifications__eyebrow {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 14px;
	}
	.bnp-certifications__content-card h2 {
		font-size: 22px;
		line-height: 28px;
		letter-spacing: 0.02em;
		-webkit-text-stroke: 0.7px #006171;
		margin-bottom: 12px;
	}
	.bnp-certifications__body p {
		font-size: 13.5px;
		line-height: 20px;
		margin-bottom: 14px;
	}
	.bnp-certifications__logo-card {
		padding: 24px 18px;
	}
	.bnp-certifications__logo-grid {
		row-gap: 20px;
		column-gap: 16px;
	}
	.bnp-certifications__logo--certainteed {
		font-size: 13px;
	}
}

@media (max-width: 420px) {
	.bnp-certifications {
		padding: 32px 0 32px;
	}
	.bnp-certifications__content-card {
		padding: 22px 16px;
	}
	.bnp-certifications__content-card h2 {
		font-size: 19px;
		line-height: 25px;
	}
	.bnp-certifications__body p {
		font-size: 13px;
		line-height: 19px;
	}
	.bnp-certifications__logo-card {
		padding: 20px 14px;
	}
	.bnp-certifications__logo-grid {
		row-gap: 16px;
		column-gap: 12px;
	}
}
