/* Landing Glazing Template Styles */

/* ── Page-level resets ──────────────────────────────────── */
.landing-glazing-page .statictop,
.landing-glazing-page .navbar.navbar-default.navbar-fixed-top,
.landing-glazing-page #nav-responsive, .landing-glazing-page .footer-wrapper {
	display: none !important;
}
html {
	scroll-behavior: smooth;
}
body.landing-glazing-page p:empty {
	display: none;
}.banner-logo
.landing-glazing-page .contentmargintop > .wrapper {
	max-width: 100%;
	padding: 0px;
}
.landing-glazing-page .contentmargintop {
	margin-top: 0px;
}

/* ── Utility ────────────────────────────────────────────── */
.mb-0 {
	margin-bottom: 0 !important;
}
.ff-pn {
	font-family: "poppins", sans-serif !important;
}

h2{
	font-size: 2.6em !important;
	margin: 0px 0px 15px;
	line-height: 40px !important;
}

p{
	font-size: 20px !important;
}

/* ════════════════════════════════════════════════════════ */
/*  SECTION 1 · BANNER                                     */
/* ════════════════════════════════════════════════════════ */
.landing-banner {
	position: relative;
	padding: 200px 0px 100px 0px;
}
/* Gradient overlay — always present regardless of the background image */
.landing-banner::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(30, 58, 138, 0.60) 0%, rgba(229, 28, 120, 0.55) 100%);
	z-index: 0;
	pointer-events: none;
}
/* Keep all inner content above the overlay */
.landing-banner > * {
	position: relative;
	z-index: 1;
}
.landing-banner .banner-img {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
	object-position: top center;
}
.banner-img.mobile {
	display: none;
}
.banner-logo {
    display: flex;
    gap: 90px;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 100px;
    align-items: flex-start;
}
.banner-logo img {
	max-height: 80px;
	width: auto;
	height: auto;
}
.landing-banner h1 {
	padding-bottom: 20px;
	color: #fff;
	max-width: 800px;
	font-weight: 600;
	text-align: left;
}
.landing-banner p,
.landing-banner ul li {
	color: #fff;
}

/* CTA button */
.banner-cta {
	display: inline-block;
	margin-top: 30px;
	padding: 14px 36px;
	border: 2px solid #ffffff;
	border-radius: 8px;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 0.02em;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.banner-cta:hover,
.banner-cta:focus {
	background-color: #ffffff;
	color: #000000 !important;
	border-color: #ffffff;
	text-decoration: none;
}

/* ════════════════════════════════════════════════════════ */
/*  SECTION 2 · STAY IN THE LOOP                           */
/* ════════════════════════════════════════════════════════ */
.stay-sec {
	padding: 100px 0px 80px 0px;
	background: #E51C78;
}
.stay-sec h2,
.stay-sec p {
	color: #fff;
}

/* ════════════════════════════════════════════════════════ */
/*  SECTION 3 · KEY POINTS                                 */
/* ════════════════════════════════════════════════════════ */
.keypoints-sec {
	padding: 100px 0px 80px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.keypoints-sec h2 {
	color: #fff !important;
	/* padding-bottom: 30px; */
	max-width: 820px;
}
.keypoints-sec p,
.keypoints-sec .kp-intro,
.keypoints-sec .kp-outro {
	color: #fff;
}
.kp-intro {
	margin-bottom: 20px;
	font-size: 18px;
}
.kp-outro {
	margin-top: 30px;
	font-size: 18px;
}

/* Key points list */
.keypoints-list {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}
.keypoints-list li {
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 14px;
	display: flex;
	align-items: baseline;
	gap: 0;
}
.key-term {
	font-size: 1.45em;
	font-weight: 700;
	line-height: 1.2;
	flex-shrink: 0;
}
.key-desc {
	font-size: 1em;
}

/* ════════════════════════════════════════════════════════ */
/*  SECTION 4 · STATEMENT BANNER                           */
/* ════════════════════════════════════════════════════════ */
.partner-sec {
	padding: 100px 0px 80px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 25%;
}
.partner-sec h2,
.partner-sec p {
	color: #fff !important;
}
.partner-sec p {
	max-width: 870px;
}

/* ════════════════════════════════════════════════════════ */
/*  SECTION 5 · CONTACT FORM                               */
/* ════════════════════════════════════════════════════════ */
.lets-sec {
	padding: 100px 0px 80px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: -15px;
}
.lets-sec h2,
.lets-sec p,
.lets-sec .lets-subheading {
	color: #fff !important;
}
.lets-subheading {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 0;
}
.lets-sec .common-left {
	width: 40%;
	padding-right: 50px;
}
.lets-sec .form-col {
	width: 60%;
}

/* ── Common layout ──────────────────────────────────────── */
.common-wrap {
	display: flex;
}
.common-left {
	width: 50%;
	padding-right: 100px;
}
.common-left ul {
	padding: 0px;
	list-style: none;
	margin: 0px;
}
.common-left ul li a {
	color: #fff !important;
	text-decoration: none;
	font-size: 20px;
	line-height: 30px;
}
.form-col {
	width: 50%;
}

/* ── Form styles ────────────────────────────────────────── */
.form-col .wpcf7 .privacy a {
	color: #fff !important;
	text-decoration: underline;
	font-size: 20px;
}
.form-col .wpcf7 .privacy {
	display: flex;
	column-gap: 20px;
	text-align: left;
}
.form-col .privacy .wpcf7-form-control-wrap {
	margin-top: 3px;
}
.form-col .formbox p.privacy input {
	width: 15px;
	height: 15px;
	border-radius: 4px;
}
.form-col .formbox .grid span input,
.form-col .submitbox input,
.form-col .formbox .textarea span textarea {
	border: 2px solid #FFFFFF;
	background-color: transparent;
	border-radius: 8px;
	height: 34px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	text-transform: none;
	width: 100%;
}
.form-col .formbox .textarea span textarea {
    height: 100px !important;
    width: 100% !important;
    text-align: left;
    resize: none;
}
.form-col .formbox .grid span input::placeholder,
.form-col .formbox .textarea span textarea::placeholder {
	color: #fff;
	opacity: 1;
}
.form-col .submitbox input:hover {
	color: #051023;
	background: #fff !important;
}
.form-col .formbox .grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 0px;
	column-gap: 25px;
}
.form-col .submitbox p {
	text-align: left;
}
.lets-sec .wpcf7-submit {
	background: transparent !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 20px !important;
    color: white;
    border-radius: 10px;
    font-weight: 300;
}
.form-col .wpcf7 form.invalid .wpcf7-response-output,
.form-col .wpcf7 form.unaccepted .wpcf7-response-output,
.form-col .wpcf7 form.payment-required .wpcf7-response-output {
	color: #fff;
}
.form-col .formbox .wpcf7-not-valid-tip {
	color: #000;
}
.lets-sec .form-col .formbox .wpcf7-not-valid-tip {
	color: #dc3232;
}
.form-col .wpcf7 .submitbox .ajax-loader,
.form-col .wpcf7 .submitbox .wpcf7-spinner {
	right: 0px;
	left: auto;
}
.wpcf7 .privacy .wpcf7-list-item .wpcf7-list-item-label {
    display: none;
}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=number], .wpcf7 input[type=file], .wpcf7 textarea {
	padding:15px;
}

/* ── Responsive: tablet ─────────────────────────────────── */
@media only screen and (max-width: 959px) {
	.banner-logo {
		padding-bottom: 40px;
	}
	.landing-banner {
		padding: 100px 0px 100px 0px;
	}
	.common-left {
		padding-right: 40px;
	}
	.form-col .formbox .grid {
		column-gap: 20px;
	}
	.common-left ul li a {
		font-size: 18px;
		line-height: 28px;
	}
	.lets-sec .common-left {
		padding-right: 35px;
	}
}

/* ── Responsive: mobile ─────────────────────────────────── */
@media only screen and (max-width: 767px) {
	/* Banner */
	.landing-banner {
		padding: 40px 0px 80px 0px;
	}
	.landing-banner h1 {
		padding-bottom: 20px;
	}
	.banner-logo img {
		width: 120px;
		height: auto;
	}
	.banner-logo {
		gap: 40px;
		padding-bottom: 40px;
	}
	.banner-img.mobile {
		display: block;
	}
	.banner-img.desktop {
		display: none;
	}
	.banner-cta {
		display: block;
		text-align: center;
		margin-top: 24px;
	}

	/* Key points */
	.keypoints-list li {
		display: block;
	}
	.key-term {
		display: block;
		margin-bottom: 2px;
	}

	/* Common layout stacks */
	.common-wrap {
		flex-wrap: wrap;
	}
	.common-left {
		padding-right: 0px;
		width: 100%;
		text-align: left;
		margin-bottom: 10px;
	}
	.form-col {
		width: 100%;
	}

	/* Contact section */
	.lets-sec .common-left {
		padding-right: 0px;
		width: 100%;
		margin-bottom: 35px;
	}
	.lets-sec .form-col {
		width: 100%;
	}

	/* Statement banner */
	.partner-sec .wrapper {
		text-align: left;
	}

	/* Form layout */
	.form-col .formbox .grid {
		column-gap: 0px;
		grid-template-columns: repeat(1, 1fr);
	}
	.form-col .submitbox p {
		text-align: center;
	}
	.wpcf7-form-control-wrap {
		display: flex;
	}
	.form-col .privacy .wpcf7-form-control-wrap {
		margin-top: 0px;
		display: inline-block;
		position: relative;
		top: 3px;
		margin-right: 7px;
	}
	.form-col .wpcf7 .privacy {
		display: block;
		text-align: center;
	}
	.form-col .formbox .textarea span textarea {
		text-align: left;
	}
	.form-col .wpcf7-form-control-wrap {
		display: block;
	}
	.wpcf7 .privacy .wpcf7-not-valid-tip {
		bottom: 21px;
		width: 134px;
	}
	.form-col .formbox .wpcf7-not-valid-tip {
		text-align: left;
	}
}
