/*! Blue Note Pros — Contact CTA widget styles (new section, no HTML/CSS in reference index.html) */
.bnp-contact-cta {
	position: relative;
	overflow: hidden;
	text-align: center;
	color: var(--bnp-white);
	font-family: var(--bnp-font-roboto);
	padding: 80px 0 80px;
}

.bnp-contact-cta__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.bnp-contact-cta__bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bnp-contact-cta__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(5,36,68,0.92) 0%, rgba(5,36,68,0.8) 45%, rgba(0,124,148,0.55) 100%);
}

.bnp-contact-cta__inner {
	position: relative;
	z-index: 2;
	max-width: 700px;
	margin: 0 auto;
	padding-inline: var(--bnp-container-pad);
}

.bnp-contact-cta .bnp-eyebrow {
	margin: 0 0 12px;
	font-family: var(--bnp-font-config);
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0.03em;
	color: var(--bnp-light-blue);
}

.bnp-contact-cta .bnp-section-heading {
	margin: 0 0 20px;
	font-family: var(--bnp-font-bungee);
	font-weight: 400;
	font-size: 40px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--bnp-white);
}

.bnp-contact-cta .bnp-description {
	margin: 0 0 32px;
	font-size: 16px;
	line-height: 24px;
	color: rgba(255,255,255,0.9);
}

.bnp-contact-cta .bnp-form-preview {
	text-align: left;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 24px;
	margin-bottom: 24px;
}

/* --- Embedded Elementor Form (when a form template / shortcode is set) --- */
.bnp-contact-cta .bnp-contact-cta__form {
	text-align: left;
	max-width: 720px;
	margin: 0 auto;
}

.bnp-contact-cta .bnp-contact-cta__form .elementor-form .elementor-form-fields-wrapper {
	margin-bottom: 0;
}

.bnp-contact-cta .bnp-contact-cta__form .elementor-field-group > label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 600;
	color: var(--bnp-white);
}

.bnp-contact-cta .bnp-contact-cta__form .elementor-field-group .elementor-field,
.bnp-contact-cta .bnp-contact-cta__form .elementor-field-group .elementor-field-textual,
.bnp-contact-cta .bnp-contact-cta__form .elementor-field-group select.elementor-field-textual {
	display: block;
	width: 100%;
	height: 44px;
	min-height: 0 !important;
	padding: 0 16px;
	border-radius: 6px;
	border: none;
	background: var(--bnp-white);
	color: #6f7375;
	font-family: var(--bnp-font-roboto);
	font-size: 14px;
	line-height: 44px;
	box-sizing: border-box;
}

.bnp-contact-cta .bnp-contact-cta__form .elementor-field-group textarea.elementor-field {
	height: auto;
	line-height: 1.5;
	padding: 12px 16px;
}

.bnp-contact-cta .bnp-contact-cta__form .elementor-field-type-submit {
	justify-content: center;
	margin-top: 8px;
}

.bnp-contact-cta .bnp-contact-cta__form .elementor-field-type-submit .elementor-button {
	display: inline-flex;
	font-family: var(--bnp-font-roboto);
	align-items: center;
	gap: 8px;
	padding: 12px 20px;
	border: 1px solid var(--bnp-cyan);
	border-radius: 8px;
	background: transparent;
	color: var(--bnp-white);
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.25s ease;
}

.bnp-contact-cta .bnp-contact-cta__form .elementor-field-type-submit .elementor-button:hover {
	background: var(--bnp-cyan);
}

.bnp-contact-cta .bnp-field label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 600;
	color: var(--bnp-white);
}

.bnp-contact-cta .bnp-field .bnp-field-control {
	display: block;
	width: 100%;
	height: 44px;
	padding: 0 16px;
	border-radius: 6px;
	border: none;
	background: var(--bnp-white);
	color: #6f7375;
	font-family: var(--bnp-font-roboto);
	font-size: 14px;
	line-height: 44px;
	box-sizing: border-box;
}

.bnp-contact-cta .bnp-field select.bnp-field-control {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23052444' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 16px;
}

.bnp-contact-cta .bnp-form-submit {
	text-align: center;
}

.bnp-contact-cta .bnp-cta-btn {
	display: inline-flex;
	font-family: var(--bnp-font-roboto);
	align-items: center;
	gap: 8px;
	padding: 12px 20px;
	border: 1px solid var(--bnp-cyan);
	border-radius: 8px;
	background: transparent;
	color: var(--bnp-white);
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.25s ease;
}

.bnp-contact-cta .bnp-cta-btn:hover {
	background: var(--bnp-cyan);
}

.bnp-contact-cta .bnp-cta-btn img {
	width: 8px;
	height: 10px;
	filter: brightness(0) invert(1);
}

.bnp-contact-cta .bnp-colors-lines {
	position: relative;
	z-index: 2;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-top: 40px;
	display: none;
}

.bnp-contact-cta .bnp-colors-lines div {
	width: 100%;
	height: 8px;
}

.bnp-contact-cta .bnp-colors-lines .bnp-pink { background: #ED2085; }
.bnp-contact-cta .bnp-colors-lines .bnp-orange { background: #F7941D; }
.bnp-contact-cta .bnp-colors-lines .bnp-green { background: #72BF44; }

.bnp-contact-cta::before {
    content: "";
    background-image: url(../../images/cta-lines.svg);
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 2;
	background-color: #FFFFFF;
}

@media (max-width: 767px) {
	.bnp-contact-cta .bnp-section-heading {
		font-size: 28px;
	}
	.bnp-contact-cta .bnp-form-preview {
		grid-template-columns: 1fr;
	}
}
