	/* Custom stylesheet for extracted styles */

	/* ── RESET TOP WHITESPACE ───────────────────────────────────── */
	html{background: #202429;}
	/* ── HEADER STYLES ──────────────────────────────────────────── */
	.header-contact-link {
		color: #ffffff;
	}

	/* Active nav item — use brand red instead of framework #ff0000 */
	.pi-section-white .pi-simple-menu > li.active > a,
	.pi-section-white .pi-simple-menu > li.active > a > span,
	.pi-section-white .pi-simple-menu > li:hover > a,
	.pi-section-white .pi-simple-menu > li:hover > a > span {
		color: #cb2c28 !important;
	}
	.pi-section-white .pi-simple-menu.pi-has-hover-border > li.active > a > span:before,
	.pi-section-white .pi-simple-menu.pi-has-hover-border > li:hover > a > span:before {
		border-color: #cb2c28 !important;
	}

	.nav-quote-link {
		padding: 0 8px 0 15px;
		display: block;
	}

	.nav-quote-btn {
		background: #cb2c28;
		color: #fff !important;
		padding: 9px 18px;
		border-radius: 4px;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 12px;
		letter-spacing: 0.5px;
		transition: background 0.2s;
		display: inline-block;
		line-height: 1.4;
		vertical-align: middle;
		white-space: nowrap;
		text-decoration: none !important;
	}

	.nav-quote-btn:hover {
		background: #a82220 !important;
		color: #fff !important;
	}

	/* ── FOOTER STYLES ──────────────────────────────────────────── */
	.bw-footer {
		background: #1b1f24;
		border-top: 3px solid #cb2c28;
	}
	.bw-footer-col-title {
		color: #ffffff;
		font-size: 18px;
		font-weight: 700;
		text-transform: uppercase;
		margin: 0 0 18px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(255,255,255,0.08);
	}

	/* Column 1 – CTA */
	.bw-footer-cta-tag {
		color: rgba(255,255,255,0.55);
		font-size: 14px;
		margin: 0 0 10px;
		line-height: 1.5;
	}
	.bw-footer-phone {
		display: block;
		font-size: 30px;
		font-weight: 700;
		color: #cb2c28;
		line-height: 1.15;
		margin-bottom: 6px;
		text-decoration: none;
	}
	.bw-footer-phone:hover { color: #e03330; text-decoration: none; }
	.bw-footer-hours-note {
		color: rgba(255,255,255,0.4);
		font-size: 14px;
		margin: 0 0 20px;
	}

	/* Column 2 – Quick Links */
	.bw-quick-links {
		list-style: none;
		margin: 0;
		padding: 0;
		columns: 2;
		column-gap: 12px;
	}
	.bw-quick-links li {
		margin-bottom: 9px;
		break-inside: avoid;
	}
	.bw-quick-links li a {
		color: rgba(255,255,255,0.55);
		font-size: 13px;
		text-decoration: none;
		display: flex;
		align-items: center;
		gap: 6px;
		transition: color 0.2s;
	}
	.bw-quick-links li a::before {
		content: '';
		display: inline-block;
		width: 5px;
		height: 5px;
		background: #cb2c28;
		border-radius: 50%;
		flex-shrink: 0;
	}
	.bw-quick-links li a:hover { color: #cb2c28; text-decoration: none; }

	/* Column 3 – Contact list */
	.bw-contact-list {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.bw-contact-list li {
		display: flex;
		align-items: flex-start;
		gap: 11px;
		margin-bottom: 13px;
		font-size: 14px;
		color: rgba(255,255,255,0.6);
		line-height: 1.55;
	}
	.bw-contact-list li .bw-icon {
		color: #cb2c28;
		font-size: 14px;
		flex-shrink: 0;
		width: 16px;
		text-align: center;
		margin-top: 2px;
	}
	.bw-contact-list li strong { color: rgba(255,255,255,0.85); font-weight: 600; }
	.bw-contact-list li a { color: rgba(255,255,255,0.6); text-decoration: none; }
	.bw-contact-list li a:hover { color: #cb2c28; }

	/* Copyright bar */
	.bw-copyright {
		background: #13171b;
		border-top: 1px solid rgba(255,255,255,0.06);
		padding: 13px 0;
		text-align: center;
		font-size: 12px;
		color: rgba(255,255,255,0.35);
	}
	.bw-copyright a { color: rgba(255,255,255,0.55); text-decoration: none; }
	.bw-copyright a:hover { color: #cb2c28; }

	@media (max-width: 767px) {
		.bw-footer-phone { font-size: 24px; }
		.bw-quick-links { columns: 1; }
	}

	.footer-fensa-logo-wrapper {
		margin-top: 15px;
	}
	.footer-fensa-link {
		display: inline-block;
		background: #fff;
		padding: 6px 12px;
		border-radius: 4px;
		transition: transform 0.2s;
	}
	.footer-fensa-link:hover {
		transform: scale(1.03);
	}
	.footer-fensa-img {
		height: 35px;
		width: auto;
		display: block;
	}
	.whatsapp-icon {
		color: #25D366;
	}
	.modal-close-btn {
		font-size: 24px;
		color: #000;
		opacity: 0.6;
		background: transparent;
		border: none;
		float: right;
	}

	/* ── ABOUT US STYLES ────────────────────────────────────────── */
	/* ── HERO ─────────────────────────────────────────────────── */
	.au-hero {
		position: relative;
		height: 500px;
		display: flex;
		align-items: center;
		overflow: hidden;
		background: #0f1317;
	}
	/* layered CSS background: dot grid + diagonal red slice */
	.au-hero::before {
		content: '';
		position: absolute;
		inset: 0;
		background:
			radial-gradient(circle, rgba(255,255,255,0.055) 1px, transparent 1px);
		background-size: 28px 28px;
		z-index: 0;
	}
	/* diagonal red accent panel on the right */
	.au-hero::after {
		content: '';
		position: absolute;
		top: 0; right: 0;
		width: 52%;
		height: 100%;
		background: linear-gradient(135deg, transparent 30%, rgba(203,44,40,0.18) 30%, rgba(150,20,18,0.32) 100%);
		z-index: 1;
	}
	/* large faint "BW" watermark */
	.au-hero-watermark {
		position: absolute;
		right: 6%;
		top: 50%;
		transform: translateY(-50%);
		font-size: 220px;
		font-weight: 900;
		color: rgba(203,44,40,0.07);
		line-height: 1;
		letter-spacing: -8px;
		text-transform: uppercase;
		user-select: none;
		z-index: 1;
		white-space: nowrap;
	}
	/* thin red vertical bar */
	.au-hero-redbar {
		position: absolute;
		left: 0; top: 0;
		width: 5px;
		height: 100%;
		background: #cb2c28;
		z-index: 2;
	}
	/* horizontal rule lines for depth */
	.au-hero-lines {
		position: absolute;
		inset: 0;
		z-index: 1;
		background:
			linear-gradient(180deg,
				transparent 24%,
				rgba(255,255,255,0.025) 24.2%,
				transparent 24.4%,
				transparent 49%,
				rgba(255,255,255,0.025) 49.2%,
				transparent 49.4%,
				transparent 74%,
				rgba(255,255,255,0.025) 74.2%,
				transparent 74.4%
			);
	}
	.au-hero-body {
		position: relative;
		z-index: 3;
		width: 100%;
	}
	.au-eyebrow {
		display: inline-block;
		font-size: 11px;
		font-weight: 700;
		letter-spacing: 3px;
		text-transform: uppercase;
		color: #f98f8c;
		background: rgba(203,44,40,0.18);
		border: 1px solid rgba(203,44,40,0.5);
		padding: 6px 14px;
		border-radius: 2px;
		margin-bottom: 16px;
	}
	.au-hero-body h1 {
		font-size: 52px;
		font-weight: 900;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 2px;
		line-height: 1.1;
		margin: 0 0 14px;
	}
	.au-hero-body h1 span { color: #cb2c28; }
	.au-hero-body p {
		color: rgba(255,255,255,0.72);
		font-size: 16px;
		max-width: 480px;
		line-height: 1.65;
		margin: 0 0 28px;
	}
	.au-btn-primary {
		display: inline-block;
		background: #cb2c28;
		color: #fff !important;
		padding: 14px 32px;
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		text-decoration: none !important;
		border-radius: 4px;
		transition: background 0.2s, transform 0.2s;
	}
	.au-btn-primary:hover { background: #a82220; transform: translateY(-2px); }


	/* ── STORY SECTION ────────────────────────────────────────── */
	.au-story {
		padding: 80px 0 70px;
		background: #fff;
	}
	.au-story-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 64px;
		align-items: center;
	}
	.au-story-text .au-section-eyebrow {
		display: block;
		font-size: 11px;
		font-weight: 700;
		letter-spacing: 3px;
		text-transform: uppercase;
		color: #cb2c28;
		margin-bottom: 10px;
	}
	.au-story-text h2 {
		font-size: 30px;
		font-weight: 900;
		color: #1b1f24;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		line-height: 1.2;
		margin: 0 0 6px;
	}
	.au-rule { width: 40px; height: 3px; background: #cb2c28; margin: 14px 0 22px; }
	.au-story-text p {
		color: #555;
		font-size: 15px;
		line-height: 1.78;
		margin-bottom: 16px;
	}
	.au-story-text p strong { color: #1b1f24; }
	.au-story-img {
		position: relative;
	}
	.au-story-img img {
		width: 100%;
		border-radius: 8px;
		display: block;
		box-shadow: 0 20px 50px rgba(0,0,0,0.12);
		position: relative;
		z-index: 1;
	}
	.au-story-img::before {
		content: '';
		position: absolute;
		top: -16px; right: -16px;
		width: 55%; height: 55%;
		border: 3px solid #cb2c28;
		border-radius: 8px;
		z-index: 0;
	}
	.au-story-img::after {
		content: 'Since 1998';
		position: absolute;
		bottom: 24px; left: -20px;
		z-index: 2;
		background: #cb2c28;
		color: #fff;
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding: 12px 20px;
		border-radius: 4px;
		box-shadow: 0 8px 24px rgba(203,44,40,0.35);
	}

	/* ── STATS STRIP ──────────────────────────────────────────── */
	.au-stats {
		background: #1b1f24;
		padding: 52px 0;
	}
	.au-stats-grid {
		display: grid;
		grid-template-columns: repeat(4,1fr);
		text-align: center;
	}
	.au-stat {
		padding: 10px 20px;
		border-right: 1px solid rgba(255,255,255,0.07);
	}
	.au-stat:last-child { border-right: none; }
	.au-stat-n {
		display: block;
		font-size: 38px;
		font-weight: 900;
		color: #cb2c28;
		line-height: 1;
		margin-bottom: 6px;
	}
	.au-stat-l {
		display: block;
		font-size: 11px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		color: rgba(255,255,255,0.45);
	}

	/* ── WHY US / FEATURES ────────────────────────────────────── */
	.au-features {
		padding: 80px 0;
		background: #f4f5f7;
	}
	.au-features-hd {
		text-align: center;
		margin-bottom: 50px;
	}
	.au-features-hd .au-section-eyebrow {
		display: block;
		font-size: 11px;
		font-weight: 700;
		letter-spacing: 3px;
		text-transform: uppercase;
		color: #cb2c28;
		margin-bottom: 8px;
	}
	.au-features-hd h2 {
		font-size: 28px;
		font-weight: 900;
		color: #1b1f24;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin: 0 0 12px;
	}
	.au-features-hd .au-rule { margin: 0 auto; }
	.au-features-grid {
		display: grid;
		grid-template-columns: repeat(4,1fr);
		gap: 20px;
	}
	.au-feat-card {
		background: #fff;
		border-radius: 8px;
		padding: 32px 24px 28px;
		text-align: center;
		box-shadow: 0 2px 14px rgba(0,0,0,0.06);
		transition: transform 0.25s, box-shadow 0.25s;
		border-top: 3px solid transparent;
	}
	.au-feat-card:hover {
		transform: translateY(-5px);
		box-shadow: 0 12px 36px rgba(0,0,0,0.1);
		border-top-color: #cb2c28;
	}
	.au-feat-icon {
		width: 64px; height: 64px;
		background: rgba(203,44,40,0.08);
		border: 2px solid rgba(203,44,40,0.18);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto 20px;
		transition: background 0.25s, border-color 0.25s;
	}
	.au-feat-card:hover .au-feat-icon {
		background: rgba(203,44,40,0.14);
		border-color: rgba(203,44,40,0.4);
	}
	.au-feat-icon svg { width: 28px; height: 28px; stroke: #cb2c28; }
	.au-feat-card h3 {
		font-size: 15px;
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #1b1f24;
		margin: 0 0 10px;
	}
	.au-feat-card p {
		font-size: 13.5px;
		color: #666;
		line-height: 1.65;
		margin: 0;
	}

	/* ── CERTIFICATIONS ───────────────────────────────────────── */
	.au-certs {
		background: #fff;
		padding: 64px 0;
		border-top: 1px solid #eee;
	}
	.au-certs-hd {
		text-align: center;
		margin-bottom: 40px;
	}
	.au-certs-hd h2 {
		font-size: 22px;
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #1b1f24;
		margin: 0 0 10px;
	}
	.au-certs-hd .au-rule { margin: 0 auto; }
	.au-certs-row {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 40px;
		flex-wrap: wrap;
	}
	.au-cert-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px;
		opacity: 0.7;
		transition: opacity 0.2s, transform 0.2s;
	}
	.au-cert-item:hover { opacity: 1; transform: scale(1.05); }
	.au-cert-item img {
		height: 60px;
		width: auto;
		object-fit: contain;
	}
	.au-cert-item span {
		font-size: 11px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		color: #999;
	}

	/* ── CTA BANNER ───────────────────────────────────────────── */
	.au-cta {
		background: linear-gradient(135deg, #cb2c28 0%, #8b1c1a 100%);
		padding: 80px 0;
		text-align: center;
		position: relative;
		overflow: hidden;
	}
	.au-cta::before {
		content: '';
		position: absolute;
		inset: 0;
		background: url('../img/hexagon.png') repeat;
		opacity: 0.05;
	}
	.au-cta-inner {
		position: relative;
		z-index: 2;
	}
	.au-cta-tag {
		display: inline-block;
		background: rgba(255,255,255,0.15);
		border: 1px solid rgba(255,255,255,0.3);
		color: #fff !important;
		font-size: 11px;
		font-weight: 700;
		letter-spacing: 3px;
		text-transform: uppercase;
		padding: 6px 16px;
		border-radius: 2px;
		margin-bottom: 20px;
	}
	.au-cta h2 {
		font-size: 36px !important;
		font-weight: 900 !important;
		text-transform: uppercase !important;
		letter-spacing: 2px !important;
		color: #fff !important;
		margin: 0 0 14px !important;
		line-height: 1.15 !important;
	}
	.au-cta .au-cta-sub {
		color: rgba(255,255,255,0.78) !important;
		font-size: 16px !important;
		margin: 0 0 36px !important;
		line-height: 1.6 !important;
		font-weight: 400 !important;
	}
	.au-cta-divider {
		width: 50px;
		height: 3px;
		background: rgba(255,255,255,0.4);
		margin: 0 auto 24px;
		border-radius: 2px;
	}
	.au-cta-btns {
		display: flex;
		gap: 16px;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
	}
	.au-btn-white {
		display: inline-block !important;
		background: #fff !important;
		color: #cb2c28 !important;
		padding: 16px 38px !important;
		font-size: 13px !important;
		font-weight: 800 !important;
		text-transform: uppercase !important;
		letter-spacing: 1.5px !important;
		text-decoration: none !important;
		border-radius: 4px !important;
		border: 2px solid #fff !important;
		box-shadow: 0 8px 24px rgba(0,0,0,0.25) !important;
		transition: background 0.2s, transform 0.2s !important;
		line-height: 1 !important;
	}
	.au-btn-white:hover {
		background: #f5f5f5 !important;
		color: #a82220 !important;
		transform: translateY(-3px) !important;
		text-decoration: none !important;
	}
	.au-btn-outline-white {
		display: inline-flex !important;
		align-items: center !important;
		gap: 9px !important;
		color: #fff !important;
		padding: 15px 32px !important;
		font-size: 13px !important;
		font-weight: 700 !important;
		text-transform: uppercase !important;
		letter-spacing: 1.5px !important;
		text-decoration: none !important;
		border: 2px solid rgba(255,255,255,0.55) !important;
		border-radius: 4px !important;
		background: transparent !important;
		transition: border-color 0.2s, background 0.2s, transform 0.2s !important;
		line-height: 1 !important;
	}
	.au-btn-outline-white:hover {
		border-color: #fff !important;
		background: rgba(255,255,255,0.12) !important;
		color: #fff !important;
		transform: translateY(-3px) !important;
		text-decoration: none !important;
	}
	.au-cta-note {
		margin-top: 22px;
		font-size: 12px;
		color: rgba(255,255,255,0.45) !important;
	}

	/* ── RESPONSIVE ───────────────────────────────────────────── */
	@media (max-width: 767px) {
		.au-hero { height: 360px; }
		.au-hero-body h1 { font-size: 32px; }
		.au-story-grid { grid-template-columns: 1fr; gap: 40px; }
		.au-story-img::before, .au-story-img::after { display: none; }
		.au-stats-grid { grid-template-columns: repeat(2,1fr); gap: 20px; }
		.au-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07); padding: 14px; }
		.au-features-grid { grid-template-columns: repeat(2,1fr); }
		.au-cta h2 { font-size: 22px; }
	}
	@media (max-width: 480px) {
		.au-features-grid { grid-template-columns: 1fr; }
	}

	/* ── GLOBAL REUSABLE UTILITIES & COMPONENTS ────────────────── */
	.aboutus-hero-bg {
		background-image: url(../img_external/gallery/Casement-Windows/a.jpg);
	}
	.pi-texture-dark-overlay {
		background: rgba(24, 28, 32, 0.8);
	}
	.pi-icon-circle-large {
		width: 74px;
		height: 74px;
		line-height: 74px;
	}
	.pi-hero-heading-large {
		font-size: 60px;
	}

	/* Reusable CTA Banner */
	.bw-cta-banner {
		background: linear-gradient(135deg,#cb2c28 0%,#7e1a18 100%);
		padding: 48px 20px;
		text-align: center;
		position: relative;
		overflow: hidden;
	}
	.bw-cta-banner-overlay {
		position: absolute;
		inset: 0;
		background: url('../img/hexagon.png') repeat;
		opacity: 0.05;
		pointer-events: none;
	}
	.bw-cta-banner-content {
		position: relative;
		z-index: 2;
		max-width: 700px;
		margin: 0 auto;
	}
	.bw-cta-banner-title {
		font-size: 26px;
		font-weight: 900;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 2px;
		line-height: 1.2;
		margin: 0 0 10px;
	}
	.bw-cta-banner-text {
		color: rgba(255,255,255,0.75);
		font-size: 14px;
		line-height: 1.6;
		margin: 0 0 24px;
	}
	.bw-cta-banner-buttons {
		display: flex;
		gap: 12px;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
	}
	.bw-cta-btn-white {
		display: inline-block;
		background: #fff;
		color: #cb2c28;
		font-size: 13px;
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		padding: 13px 32px;
		border-radius: 4px;
		text-decoration: none;
		box-shadow: 0 6px 20px rgba(0,0,0,0.2);
		transition: background 0.25s;
	}
	.bw-cta-btn-white:hover {
		background: #f5f5f5;
		text-decoration: none;
		color: #cb2c28;
	}
	.bw-cta-btn-outline {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		color: #fff;
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		padding: 12px 28px;
		border: 2px solid rgba(255,255,255,0.5);
		border-radius: 4px;
		text-decoration: none;
		transition: border-color 0.25s, background 0.25s;
	}
	.bw-cta-btn-outline:hover {
		border-color: #fff;
		background: rgba(255,255,255,0.1);
		text-decoration: none;
		color: #fff;
	}

	/* ── CONTACT STYLES ────────────────────────────────────────── */
	/* ── HERO ───────────────────────────────────────────────── */
	.ct-hero {
		position: relative;
		height: 52vh;
		min-height: 340px;
		background: url(../img_external/gallery/Casement-Windows/01.jpg) center/cover no-repeat;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		overflow: hidden;
	}
	.ct-hero::before {
		content: '';
		position: absolute;
		inset: 0;
		background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.7) 100%);
	}
	.ct-hero-inner {
		position: relative;
		z-index: 2;
		padding: 20px;
	}
	.ct-hero-tag {
		display: inline-block;
		background: #cb2c28;
		color: #fff;
		font-size: 11px;
		font-weight: 700;
		letter-spacing: 3px;
		text-transform: uppercase;
		padding: 5px 16px;
		border-radius: 2px;
		margin-bottom: 20px;
	}
	.ct-hero h1 {
		font-size: clamp(32px, 5vw, 58px);
		font-weight: 900;
		color: #fff;
		margin: 0 0 14px;
		line-height: 1.1;
		text-shadow: 0 2px 14px rgba(0,0,0,0.4);
		letter-spacing: -0.5px;
	}
	.ct-hero h1 span { color: #f87171; }
	.ct-hero p {
		color: rgba(255,255,255,0.78);
		font-size: 17px;
		margin: 0 auto;
		max-width: 500px;
	}

	/* ── MAIN BODY ──────────────────────────────────────────── */
	.ct-body {
		background: #f4f6f8;
		padding: 72px 0 80px;
	}
	.ct-container {
		max-width: 1140px;
		margin: 0 auto;
		padding: 0 28px;
	}
	.ct-grid {
		display: grid;
		grid-template-columns: 1fr 420px;
		gap: 40px;
		align-items: start;
	}
	@media (max-width: 900px) { .ct-grid { grid-template-columns: 1fr; } }

	/* ── FORM CARD ──────────────────────────────────────────── */
	.ct-form-card {
		background: #fff;
		border-radius: 10px;
		padding: 44px 40px;
		box-shadow: 0 4px 28px rgba(0,0,0,0.07);
	}
	@media (max-width: 540px) { .ct-form-card { padding: 28px 20px; } }
	.ct-card-eyebrow {
		font-size: 11px;
		font-weight: 700;
		letter-spacing: 3px;
		text-transform: uppercase;
		color: #cb2c28;
		margin-bottom: 8px;
		display: block;
	}
	.ct-form-card h2 {
		font-size: 26px;
		font-weight: 900;
		color: #1b1f24;
		margin: 0 0 28px;
		letter-spacing: -0.3px;
	}
	.ct-form-row {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 18px;
	}
	@media (max-width: 540px) { .ct-form-row { grid-template-columns: 1fr; } }
	.ct-field {
		margin-bottom: 18px;
	}
	.ct-field label {
		display: block;
		font-size: 13px;
		font-weight: 700;
		color: #1b1f24;
		margin-bottom: 6px;
		letter-spacing: 0.2px;
	}
	.ct-field label span { color: #cb2c28; }
	.ct-field input,
	.ct-field textarea {
		width: 100%;
		border: 1.5px solid #e0e4ea;
		border-radius: 6px;
		padding: 11px 14px;
		font-size: 14px;
		color: #1b1f24;
		background: #fafbfc;
		transition: border-color 0.2s, box-shadow 0.2s;
		box-sizing: border-box;
		font-family: inherit;
	}
	.ct-field input:focus,
	.ct-field textarea:focus {
		outline: none;
		border-color: #cb2c28;
		box-shadow: 0 0 0 3px rgba(203,44,40,0.1);
		background: #fff;
	}
	.ct-field input::placeholder,
	.ct-field textarea::placeholder { color: #aab0bb; }
	.ct-field textarea { resize: vertical; min-height: 130px; }
	.ct-submit {
		display: inline-flex;
		align-items: center;
		gap: 10px;
		background: #cb2c28;
		color: #fff;
		border: none;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
		padding: 14px 36px;
		border-radius: 6px;
		cursor: pointer;
		transition: background 0.25s, transform 0.2s;
		box-shadow: 0 4px 16px rgba(203,44,40,0.35);
		margin-top: 6px;
	}
	.ct-submit:hover { background: #a82220; transform: translateY(-2px); }
	.pi-error-container { margin-bottom: 12px; }

	/* captcha */
	.ct-captcha-wrap {
		display: flex;
		align-items: center;
		gap: 12px;
		margin-bottom: 10px;
	}
	.ct-captcha-wrap img {
		height: 46px;
		border: 1.5px solid #e0e4ea;
		border-radius: 6px;
		background: #fff;
		display: block;
	}
	.ct-captcha-refresh {
		background: #f4f6f8;
		border: 1.5px solid #e0e4ea;
		border-radius: 6px;
		width: 38px;
		height: 38px;
		cursor: pointer;
		font-size: 18px;
		color: #555;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: background 0.2s, color 0.2s;
		flex-shrink: 0;
	}
	.ct-captcha-refresh:hover { background: #cb2c28; color: #fff; border-color: #cb2c28; }
	.ct-captcha-error {
		color: #cb2c28;
		font-size: 12px;
		font-weight: 600;
		margin-top: 4px;
		display: none;
	}

	/* ── INFO SIDEBAR ───────────────────────────────────────── */
	.ct-info-stack { display: flex; flex-direction: column; gap: 16px; }
	.ct-info-card {
		background: #fff;
		border-radius: 10px;
		padding: 26px 28px;
		box-shadow: 0 4px 28px rgba(0,0,0,0.07);
		display: flex;
		gap: 18px;
		align-items: flex-start;
	}
	.ct-info-icon {
		width: 46px;
		height: 46px;
		background: #fef2f2;
		border-radius: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #cb2c28;
		font-size: 20px;
		flex-shrink: 0;
	}
	.ct-info-body strong {
		display: block;
		font-size: 13px;
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: 0.8px;
		color: #1b1f24;
		margin-bottom: 6px;
	}
	.ct-info-body p, .ct-info-body a {
		font-size: 14px;
		color: #555;
		line-height: 1.65;
		margin: 0;
		text-decoration: none;
	}
	.ct-info-body a:hover { color: #cb2c28; }
	.ct-info-body a { display: block; }

	/* ── MAP ────────────────────────────────────────────────── */
	.ct-map-wrap {
		position: relative;
	}
	.ct-map-wrap iframe {
		display: block;
		width: 100%;
		height: 420px;
		border: 0;
	}

	/* ── RIO FLUSH WINDOWS STYLES ───────────────────────────────── */
	/* ── HERO ─────────────────────────────────────────────── */
	.rfw-hero {
		position: relative;
		height: 500px;
		display: flex;
		align-items: center;
		overflow: hidden;
	}
	.rfw-hero-bg {
		position: absolute;
		inset: 0;
		width: 100%; height: 100%;
		object-fit: cover;
		object-position: center 35%;
	}
	.rfw-hero-overlay {
		position: absolute;
		inset: 0;
		background: linear-gradient(110deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.55) 55%, rgba(0,0,0,0.25) 100%);
	}
	.rfw-hero-body {
		position: relative;
		z-index: 2;
		width: 100%;
	}
	.rfw-eyebrow {
		display: inline-block;
		font-size: 11px;
		font-weight: 700;
		letter-spacing: 3px;
		text-transform: uppercase;
		color: #f98f8c;
		background: rgba(203,44,40,0.18);
		border: 1px solid rgba(203,44,40,0.5);
		padding: 6px 14px;
		border-radius: 2px;
		margin-bottom: 16px;
	}
	.rfw-hero-body h1 {
		font-size: 50px;
		font-weight: 900;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 2px;
		line-height: 1.1;
		margin: 0 0 14px;
	}
	.rfw-hero-body h1 span { color: #cb2c28; }
	.rfw-hero-body p {
		color: rgba(255,255,255,0.72);
		font-size: 16px;
		max-width: 500px;
		line-height: 1.65;
		margin: 0 0 28px;
	}
	.rfw-btn-primary {
		display: inline-block;
		background: #cb2c28;
		color: #fff !important;
		padding: 13px 30px;
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		text-decoration: none !important;
		border-radius: 4px;
		transition: background 0.2s, transform 0.2s;
		margin-right: 10px;
	}
	.rfw-btn-primary:hover { background: #a82220; transform: translateY(-2px); }
	.rfw-btn-outline {
		display: inline-block;
		background: transparent;
		color: #fff !important;
		padding: 12px 28px;
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		text-decoration: none !important;
		border-radius: 4px;
		border: 2px solid rgba(255,255,255,0.5);
		transition: border-color 0.2s, color 0.2s;
	}
	.rfw-btn-outline:hover { border-color: #fff; color: #fff !important; }

	/* ── BENEFITS STRIP ─────────────────────────────────── */
	.rfw-benefits {
		background: #1b1f24;
		padding: 36px 0;
		border-bottom: 1px solid rgba(255,255,255,0.05);
	}
	.rfw-benefits-grid {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 0;
	}
	.rfw-benefit-item {
		display: flex;
		align-items: center;
		gap: 14px;
		padding: 0 28px;
		border-right: 1px solid rgba(255,255,255,0.07);
	}
	.rfw-benefit-item:last-child { border-right: none; }
	.rfw-benefit-icon {
		width: 44px;
		height: 44px;
		background: rgba(203,44,40,0.12);
		border-radius: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}
	.rfw-benefit-icon svg { width: 22px; height: 22px; }
	.rfw-benefit-text strong {
		display: block;
		color: #fff;
		font-size: 14px;
		font-weight: 700;
		margin-bottom: 2px;
	}
	.rfw-benefit-text span {
		color: rgba(255,255,255,0.45);
		font-size: 12px;
	}

	/* ── ABOUT SECTION ───────────────────────────────────── */
	.rfw-about {
		padding: 80px 0;
		background: #fff;
	}
	.rfw-about-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 60px;
		align-items: center;
	}
	.rfw-section-label {
		font-size: 11px;
		font-weight: 700;
		letter-spacing: 3px;
		text-transform: uppercase;
		color: #cb2c28;
		margin-bottom: 10px;
	}
	.rfw-about h2 {
		font-size: 36px;
		font-weight: 900;
		color: #1b1f24;
		text-transform: uppercase;
		letter-spacing: 1px;
		line-height: 1.2;
		margin: 0 0 18px;
	}
	.rfw-about h2 span { color: #cb2c28; }
	.rfw-about p {
		color: #555;
		font-size: 15px;
		line-height: 1.75;
		margin-bottom: 16px;
	}
	.rfw-checklist {
		list-style: none;
		margin: 20px 0 28px;
		padding: 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px 16px;
	}
	.rfw-checklist li {
		display: flex;
		align-items: flex-start;
		gap: 9px;
		font-size: 14px;
		color: #333;
		font-weight: 600;
	}
	.rfw-checklist li::before {
		content: '';
		width: 18px;
		height: 18px;
		background: #cb2c28;
		border-radius: 50%;
		flex-shrink: 0;
		margin-top: 1px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%23fff' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		background-size: 12px;
		background-repeat: no-repeat;
		background-position: center;
	}
	.rfw-photo-wrap {
		position: relative;
	}
	.rfw-photo-wrap img {
		width: 100%;
		border-radius: 4px;
		display: block;
		object-fit: cover;
		height: 440px;
	}
	.rfw-photo-wrap::before {
		content: '';
		position: absolute;
		top: -14px;
		right: -14px;
		bottom: 14px;
		left: 14px;
		border: 3px solid #cb2c28;
		border-radius: 4px;
		z-index: 0;
	}
	.rfw-photo-wrap img { position: relative; z-index: 1; }
	.rfw-badge {
		position: absolute;
		bottom: -16px;
		left: -16px;
		z-index: 2;
		background: #cb2c28;
		color: #fff;
		padding: 14px 18px;
		border-radius: 4px;
		text-align: center;
		font-weight: 900;
		line-height: 1.15;
	}
	.rfw-badge .num { font-size: 28px; display: block; }
	.rfw-badge .lbl { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; opacity: 0.85; }

	/* ── SPECS STRIP ─────────────────────────────────────── */
	.rfw-specs {
		background: #0f1317;
		padding: 40px 0;
	}
	.rfw-specs-grid {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 0;
		text-align: center;
	}
	.rfw-spec-item {
		padding: 10px 20px;
		border-right: 1px solid rgba(255,255,255,0.07);
	}
	.rfw-spec-item:last-child { border-right: none; }
	.rfw-spec-val {
		font-size: 34px;
		font-weight: 900;
		color: #cb2c28;
		line-height: 1;
		margin-bottom: 6px;
	}
	.rfw-spec-key {
		font-size: 12px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		color: rgba(255,255,255,0.5);
	}

	/* ── FEATURES SECTION ───────────────────────────────── */
	.rfw-features {
		padding: 80px 0;
		background: #f5f6f8;
	}
	.rfw-features h2 {
		font-size: 32px;
		font-weight: 900;
		color: #1b1f24;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin: 0 0 10px;
		text-align: center;
	}
	.rfw-features-subtitle {
		text-align: center;
		color: #777;
		font-size: 15px;
		margin: 0 0 48px;
	}
	.rfw-features-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}
	.rfw-feature-card {
		background: #fff;
		border-radius: 6px;
		padding: 30px 26px;
		border-top: 3px solid transparent;
		transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
		box-shadow: 0 2px 8px rgba(0,0,0,0.06);
	}
	.rfw-feature-card:hover {
		border-top-color: #cb2c28;
		box-shadow: 0 8px 24px rgba(0,0,0,0.1);
		transform: translateY(-4px);
	}
	.rfw-feature-card-icon {
		width: 48px;
		height: 48px;
		background: #fdf1f1;
		border-radius: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 16px;
	}
	.rfw-feature-card-icon svg { width: 24px; height: 24px; }
	.rfw-feature-card h4 {
		font-size: 16px;
		font-weight: 800;
		color: #1b1f24;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		margin: 0 0 10px;
	}
	.rfw-feature-card p {
		font-size: 14px;
		color: #666;
		line-height: 1.65;
		margin: 0;
	}

	/* ── CTA ────────────────────────────────────────────── */
	.rfw-cta {
		padding: 60px 20px;
		background: linear-gradient(135deg, #cb2c28 0%, #7e1a18 100%);
		text-align: center;
		position: relative;
		overflow: hidden;
	}
	.rfw-cta::before {
		content: '';
		position: absolute;
		inset: 0;
		background: url('../img/hexagon.png') repeat;
		opacity: 0.05;
		pointer-events: none;
	}
	.rfw-cta-inner { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; }
	.rfw-cta h2 {
		font-size: 28px;
		font-weight: 900;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin: 0 0 10px;
	}
	.rfw-cta p {
		color: rgba(255,255,255,0.75);
		font-size: 15px;
		margin: 0 0 28px;
		line-height: 1.6;
	}
	.rfw-cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
	.rfw-cta-btn-white {
		display: inline-block;
		background: #fff;
		color: #cb2c28 !important;
		padding: 13px 30px;
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1px;
		border-radius: 4px;
		text-decoration: none !important;
		transition: background 0.2s, transform 0.2s;
	}
	.rfw-cta-btn-white:hover { background: #f0f0f0; transform: translateY(-2px); }
	.rfw-cta-btn-ghost {
		display: inline-block;
		background: transparent;
		color: #fff !important;
		padding: 12px 28px;
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1px;
		border-radius: 4px;
		border: 2px solid rgba(255,255,255,0.5);
		text-decoration: none !important;
		transition: border-color 0.2s;
	}
	.rfw-cta-btn-ghost:hover { border-color: #fff; }

	/* ── RESPONSIVE ─────────────────────────────────────── */
	@media (max-width: 991px) {
		.rfw-benefits-grid { grid-template-columns: repeat(2, 1fr); }
		.rfw-benefit-item:nth-child(2) { border-right: none; }
		.rfw-benefit-item:nth-child(3),
		.rfw-benefit-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 20px; margin-top: 20px; }
		.rfw-about-grid { grid-template-columns: 1fr; }
		.rfw-photo-wrap { display: none; }
		.rfw-specs-grid { grid-template-columns: repeat(2, 1fr); }
		.rfw-spec-item:nth-child(2) { border-right: none; }
		.rfw-spec-item:nth-child(3), .rfw-spec-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 20px; margin-top: 20px; }
		.rfw-features-grid { grid-template-columns: 1fr 1fr; }
	}
	@media (max-width: 600px) {
		.rfw-hero-body h1 { font-size: 32px; }
		.rfw-checklist { grid-template-columns: 1fr; }
		.rfw-features-grid { grid-template-columns: 1fr; }
		.rfw-benefits-grid { grid-template-columns: 1fr; }
		.rfw-benefit-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07); padding-bottom: 18px; margin-bottom: 4px; }
	}

	/* ── ADDITIONAL HELPER CLASSES ─────────────────────────────── */
	.rio-flush-hero-bg {
		background-image: url(../img_external/gallery/Rehau/REHAURioFlush.jpg);
	}
	.text-center-mb-8 {
		text-align: center;
		margin-bottom: 8px;
	}
	.gallery-section-heading {
		text-align: center;
		font-size: 28px;
		font-weight: 900;
		color: #1b1f24;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin: 0 0 30px;
	}

	/* ── INDEX.PHP STYLES ───────────────────────────────────────── */
	/* ── HERO SLIDER ──────────────────────────────────────────── */
	.bw-slider {
		position: relative;
		width: 100%;
		min-height: 500px;
		overflow: hidden;
		background: #0d1117;
	}
	.bw-slide {
		position: absolute;
		inset: 0;
		background-size: cover;
		background-position: center;
		opacity: 0;
		transition: opacity 1s ease;
		pointer-events: none;
	}
	.bw-slide.active {
		opacity: 1;
		pointer-events: auto;
	}
	.bw-slide-overlay {
		position: absolute;
		inset: 0;
		background: linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.6) 100%);
	}
	.bw-slide-content {
		position: absolute;
		inset: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 20px;
		z-index: 2;
	}
	.bw-slide-tag {
		display: inline-block;
		background: #cb2c28;
		color: #fff;
		font-size: 11px;
		font-weight: 700;
		letter-spacing: 3px;
		text-transform: uppercase;
		padding: 5px 14px;
		border-radius: 2px;
		margin-bottom: 20px;
		opacity: 0;
		transform: translateY(16px);
		transition: opacity 0.6s 0.2s ease, transform 0.6s 0.2s ease;
	}
	.bw-slide-title {
		font-size: clamp(32px, 6vw, 72px);
		font-weight: 900;
		color: #fff;
		line-height: 1.1;
		margin: 0 0 16px;
		text-shadow: 0 2px 12px rgba(0,0,0,0.4);
		opacity: 0;
		transform: translateY(20px);
		transition: opacity 0.6s 0.35s ease, transform 0.6s 0.35s ease;
	}
	.bw-slide-sub {
		font-size: 17px;
		color: rgba(255,255,255,0.82);
		margin: 0 0 32px;
		max-width: 520px;
		line-height: 1.65;
		opacity: 0;
		transform: translateY(20px);
		transition: opacity 0.6s 0.5s ease, transform 0.6s 0.5s ease;
	}
	.bw-slide-btn {
		display: inline-block;
		background: #cb2c28;
		color: #fff !important;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
		padding: 14px 36px;
		border-radius: 3px;
		text-decoration: none;
		transition: background 0.25s, transform 0.2s;
		box-shadow: 0 4px 18px rgba(0,0,0,0.35);
		opacity: 0;
		transform: translateY(20px);
		transition: opacity 0.6s 0.65s ease, transform 0.6s 0.65s ease, background 0.25s;
	}
	.bw-slide-btn:hover {
		background: #a82220;
		transform: translateY(-2px) !important;
		color: #fff !important;
		text-decoration: none;
	}
	.bw-slide.active .bw-slide-tag,
	.bw-slide.active .bw-slide-title,
	.bw-slide.active .bw-slide-sub,
	.bw-slide.active .bw-slide-btn {
		opacity: 1;
		transform: translateY(0);
	}

	/* arrows */
	.bw-slider-arrow {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
		width: 50px;
		height: 50px;
		background: rgba(255,255,255,0.15);
		border: 2px solid rgba(255,255,255,0.35);
		border-radius: 50%;
		color: #fff;
		font-size: 22px;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: background 0.25s, border-color 0.25s;
		line-height: 1;
	}
	.bw-slider-arrow:hover {
		background: #cb2c28;
		border-color: #cb2c28;
	}
	.bw-slider-prev { left: 24px; }
	.bw-slider-next { right: 24px; }

	/* dots */
	.bw-slider-dots {
		position: absolute;
		bottom: 28px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 10;
		display: flex;
		gap: 10px;
	}
	.bw-slider-dot {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: rgba(255,255,255,0.4);
		border: none;
		cursor: pointer;
		transition: background 0.25s, transform 0.25s;
		padding: 0;
	}
	.bw-slider-dot.active {
		background: #cb2c28;
		transform: scale(1.3);
	}

	/* progress bar */
	.bw-slider-progress {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 3px;
		background: #cb2c28;
		width: 0%;
		z-index: 10;
		transition: width linear;
	}

	@media (max-width: 767px) {
		.bw-slider-arrow { width: 38px; height: 38px; font-size: 16px; }
		.bw-slider-prev  { left: 12px; }
		.bw-slider-next  { right: 12px; }
	}

	/* Texture overlays */
	.texture-wave           { background: url(../img/wave.png) repeat; }
	.texture-hexagon        { background: url(../img/hexagon.png) repeat; }
	.texture-grey           { background-color: #f4f6f6; }
	.overlay-dark           { background: rgba(25, 31, 36, 0.6); }
	.overlay-wood-dark      { background: rgba(51, 34, 28, 0.6); }

	/* Section backgrounds */
	.conservatory-parallax-bg { background-image: url(../img_external/gallery/boat.jpg); }
	.testimonial-parallax-bg  { background-image: url(../img/bg/wood-dark.jpg); }

	/* Testimonial 2-column card slider */
	.testimonial-grid {
		display: flex;
		gap: 16px;
		align-items: stretch;
	}
	.testimonial-card {
		flex: 1;
		background: rgba(255, 255, 255, 0.08);
		border: 1px solid rgba(255, 255, 255, 0.14);
		border-left: 3px solid rgba(255, 255, 255, 0.4);
		border-radius: 6px;
		padding: 16px 18px 14px;
		text-align: left;
		display: flex;
		flex-direction: column;
		gap: 8px;
	}
	.testimonial-card-top {
		display: flex;
		align-items: flex-start;
		gap: 10px;
	}
	.testimonial-card-quote {
		font-size: 36px;
		line-height: 1;
		color: rgba(255, 255, 255, 0.25);
		font-family: Georgia, serif;
		flex-shrink: 0;
		margin-top: -2px;
	}
	.testimonial-card blockquote {
		flex: 1;
		margin: 0;
		padding: 0;
		border: none;
		color: rgba(255, 255, 255, 0.85);
		font-size: 13px;
		line-height: 1.65;
		font-style: italic;
	}
	.testimonial-card-footer {
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		padding-top: 8px;
		margin-top: 2px;
	}
	.testimonial-card-name {
		color: #fff;
		font-weight: 700;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 0.8px;
		display: block;
	}
	.testimonial-card-location {
		color: rgba(255, 255, 255, 0.45);
		font-size: 11px;
		display: block;
		margin-top: 1px;
	}
	.testimonial-card-stars {
		color: #f5c518;
		letter-spacing: 2px;
		font-size: 11px;
		flex-shrink: 0;
	}
	@media (max-width: 767px) {
		.testimonial-grid { flex-direction: column; }
	}

	/* Partners logo slider */
	.partners-track-wrapper {
		overflow: hidden;
		padding: 10px 0;
	}
	.partners-track {
		display: flex;
		width: max-content;
		animation: scroll-partners 22s linear infinite;
	}
	.partners-track:hover {
		animation-play-state: paused;
	}
	.partners-track .partner-logo {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 10px;
		min-width: 140px;
		background: #fff;
	margin: 0 10px;
	border-radius: 10px;
	}
	.partners-track .partner-logo img {
		max-height: 120px;
		width: auto;
		opacity: 0.7;
		transition: filter 0.3s, opacity 0.3s;
	}
	.partners-track .partner-logo img:hover {
		opacity: 1;
	}
	@keyframes scroll-partners {
		0%   { transform: translateX(0); }
		100% { transform: translateX(-50%); }
	}

	/* ── PRODUCTS SECTION ────────────────────────────────────────── */
	.bw-prod {
		background: #fff url('../img/wave.png') repeat;
		padding: 72px 0 80px;
	}
	.bw-prod-hd {
		text-align: center;
		margin-bottom: 48px;
	}
	.bw-prod-hd .bw-eyebrow {
		display: inline-block;
		font-size: 11px;
		font-weight: 700;
		letter-spacing: 3px;
		text-transform: uppercase;
		color: #cb2c28;
		margin-bottom: 10px;
	}
	.bw-prod-hd h2 {
		font-size: 34px;
		font-weight: 800;
		color: #1b1f24;
		margin: 0 0 10px;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	.bw-prod-hd p {
		color: #888;
		font-size: 15px;
		margin: 0;
	}
	.bw-prod-hd .bw-rule {
		width: 44px;
		height: 3px;
		background: #cb2c28;
		margin: 12px auto 16px;
	}

	/* ── group label ── */
	.bw-prod-group-label {
		display: flex;
		align-items: center;
		gap: 14px;
		margin-bottom: 16px;
	}
	.bw-prod-group-label span {
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #1b1f24;
		white-space: nowrap;
	}
	.bw-prod-group-label::after {
		content: '';
		flex: 1;
		height: 1px;
		background: #e5e5e5;
	}

	/* ── photo grid ── */
	.bw-prod-grid {
		display: grid;
		gap: 10px;
		margin-bottom: 10px;
	}
	.bw-prod-grid-windows {
		grid-template-columns: repeat(4, 1fr);
	}
	.bw-prod-grid-doors {
		grid-template-columns: repeat(3, 1fr);
	}
	@media (max-width: 991px) {
		.bw-prod-grid-windows { grid-template-columns: repeat(3, 1fr); }
		.bw-prod-grid-doors   { grid-template-columns: repeat(3, 1fr); }
	}
	@media (max-width: 600px) {
		.bw-prod-grid-windows,
		.bw-prod-grid-doors   { grid-template-columns: repeat(2, 1fr); }
		.bw-prod-hd h2 { font-size: 24px; }
	}

	/* ── single tile ── */
	.bw-prod-tile {
		position: relative;
		height: 210px;
		overflow: hidden;
		border-radius: 6px;
		display: block;
		text-decoration: none;
	}
	.bw-prod-tile img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
		transition: transform 0.45s ease;
	}
	.bw-prod-tile:hover img {
		transform: scale(1.08);
	}
	/* default gradient overlay */
	.bw-prod-tile::before {
		content: '';
		position: absolute;
		inset: 0;
		background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.15) 55%, transparent 100%);
		z-index: 1;
		transition: background 0.3s;
	}
	/* red tint on hover */
	.bw-prod-tile:hover::before {
		background: linear-gradient(to top, rgba(160,25,22,0.82) 0%, rgba(203,44,40,0.35) 55%, transparent 100%);
	}
	/* tile label */
	.bw-prod-tile-label {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 2;
		padding: 14px 14px 14px;
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	.bw-prod-tile-label span {
		font-size: 13px;
		font-weight: 700;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		line-height: 1.25;
	}
	/* arrow icon – hidden by default, appears on hover */
	.bw-prod-tile-arrow {
		width: 30px;
		height: 30px;
		background: #cb2c28;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		opacity: 0;
		transform: translateX(6px);
		transition: opacity 0.25s, transform 0.25s;
	}
	.bw-prod-tile:hover .bw-prod-tile-arrow {
		opacity: 1;
		transform: translateX(0);
	}
	.bw-prod-tile-arrow svg {
		width: 13px;
		height: 13px;
		stroke: #fff;
	}

	/* ── WEATHER PROTECTION SECTION ──────────────────────────────── */
	.bw-weather {
		background: linear-gradient(135deg, #c0231f 0%, #e03530 45%, #c72b27 100%);
		position: relative;
		overflow: hidden;
		padding: 80px 0;
	}
	.bw-weather::before {
		content: '';
		position: absolute;
		inset: 0;
		background: url('../img/hexagon.png') repeat;
		opacity: 0.06;
	}
	.bw-weather-grid {
		display: grid;
		grid-template-columns: 1fr 420px;
		gap: 60px;
		align-items: center;
		position: relative;
		z-index: 1;
	}
	@media (max-width: 900px) {
		.bw-weather-grid { grid-template-columns: 1fr; }
		.bw-weather-visual { display: none; }
	}
	/* text side */
	.bw-weather-eyebrow {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		font-size: 11px;
		font-weight: 700;
		letter-spacing: 3px;
		text-transform: uppercase;
		color: rgba(255,255,255,0.7);
		margin-bottom: 16px;
	}
	.bw-weather-eyebrow::before {
		content: '';
		width: 28px; height: 2px;
		background: rgba(255,255,255,0.5);
	}
	.bw-weather-text h2 {
		font-size: 38px;
		font-weight: 900;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 2px;
		line-height: 1.1;
		margin: 0 0 18px;
	}
	.bw-weather-text > p {
		color: rgba(255,255,255,0.78);
		font-size: 15px;
		line-height: 1.75;
		margin-bottom: 32px;
		max-width: 520px;
	}
	/* feature rows */
	.bw-weather-feats {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 14px;
		margin-bottom: 40px;
	}
	@media (max-width: 600px) { .bw-weather-feats { grid-template-columns: 1fr; } }
	.bw-wf-item {
		display: flex;
		align-items: flex-start;
		gap: 12px;
		background: rgba(0,0,0,0.15);
		border: 1px solid rgba(255,255,255,0.1);
		border-radius: 6px;
		padding: 14px 16px;
	}
	.bw-wf-icon {
		width: 38px; height: 38px;
		background: rgba(255,255,255,0.12);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}
	.bw-wf-icon svg { width: 18px; height: 18px; stroke: #fff; }
	.bw-wf-item h4 {
		font-size: 13px;
		font-weight: 700;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 0.8px;
		margin: 0 0 4px;
	}
	.bw-wf-item p {
		font-size: 12px;
		color: rgba(255,255,255,0.6);
		margin: 0;
		line-height: 1.5;
	}
	/* CTAs */
	.bw-weather-ctas {
		display: flex;
		gap: 14px;
		flex-wrap: wrap;
		align-items: center;
	}
	.bw-wc-primary {
		display: inline-block;
		background: #fff;
		color: #cb2c28 !important;
		font-size: 13px;
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		padding: 15px 32px;
		border-radius: 4px;
		text-decoration: none !important;
		transition: background 0.2s, transform 0.2s;
		box-shadow: 0 6px 20px rgba(0,0,0,0.25);
	}
	.bw-wc-primary:hover { background: #f0f0f0; transform: translateY(-2px); }
	.bw-wc-ghost {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		color: #fff !important;
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		padding: 14px 26px;
		border: 2px solid rgba(255,255,255,0.45);
		border-radius: 4px;
		text-decoration: none !important;
		transition: border-color 0.2s, background 0.2s, transform 0.2s;
	}
	.bw-wc-ghost:hover { border-color: #fff; background: rgba(255,255,255,0.1); transform: translateY(-2px); }
	/* visual side */
	.bw-weather-visual {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	.bw-weather-visual img {
		width: 100%;
		max-width: 400px;
		filter: drop-shadow(0 20px 40px rgba(0,0,0,0.3));
		animation: bw-float 4s ease-in-out infinite;
	}
	@keyframes bw-float {
		0%, 100% { transform: translateY(0); }
		50%       { transform: translateY(-12px); }
	}

	/* ── REHAU SECTION ────────────────────────────────────────────── */
	.bw-rehau {
		background: #fff;
		padding: 80px 0 0;
	}
	/* top intro */
	.bw-rehau-intro {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 64px;
		align-items: center;
		padding-bottom: 70px;
	}
	@media (max-width: 767px) {
		.bw-rehau-intro { grid-template-columns: 1fr; gap: 36px; }
		.bw-rehau-specs { grid-template-columns: repeat(2,1fr) !important; }
		.bw-rehau-feats  { grid-template-columns: 1fr !important; }
	}
	.bw-rehau-text .bw-re-eyebrow {
		display: inline-block;
		font-size: 11px;
		font-weight: 700;
		letter-spacing: 3px;
		text-transform: uppercase;
		color: #cb2c28;
		margin-bottom: 10px;
	}
	.bw-rehau-text h2 {
		font-size: 30px;
		font-weight: 900;
		color: #1b1f24;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		line-height: 1.2;
		margin: 0 0 6px;
	}
	.bw-rehau-text h2 span { color: #cb2c28; }
	.bw-re-rule { width: 40px; height: 3px; background: #cb2c28; margin: 14px 0 20px; }
	.bw-rehau-text p {
		color: #555;
		font-size: 15px;
		line-height: 1.78;
		margin-bottom: 14px;
	}
	.bw-rehau-text p strong { color: #1b1f24; }
	.bw-re-checklist {
		list-style: none;
		margin: 20px 0 0;
		padding: 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px 20px;
	}
	.bw-re-checklist li {
		display: flex;
		align-items: flex-start;
		gap: 9px;
		font-size: 13.5px;
		color: #444;
		line-height: 1.45;
	}
	.bw-re-checklist li::before {
		content: '✓';
		color: #cb2c28;
		font-weight: 900;
		font-size: 13px;
		flex-shrink: 0;
		margin-top: 1px;
	}
	/* image side */
	.bw-rehau-visual {
		position: relative;
	}
	.bw-rehau-visual img {
		width: 100%;
		border-radius: 8px;
		display: block;
		box-shadow: 0 20px 52px rgba(0,0,0,0.13);
		position: relative;
		z-index: 1;
	}
	.bw-rehau-visual::after {
		content: '';
		position: absolute;
		bottom: -16px;
		left: -16px;
		width: 55%;
		height: 55%;
		border: 3px solid #cb2c28;
		border-radius: 8px;
		z-index: 0;
	}
	.bw-re-badge {
		position: absolute;
		top: 20px;
		right: -18px;
		z-index: 2;
		background: #cb2c28;
		color: #fff;
		padding: 14px 18px;
		border-radius: 6px;
		text-align: center;
		box-shadow: 0 8px 24px rgba(203,44,40,0.35);
	}
	.bw-re-badge strong {
		display: block;
		font-size: 26px;
		font-weight: 900;
		line-height: 1;
	}
	.bw-re-badge span {
		font-size: 10px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 1px;
		opacity: 0.85;
	}
	@media (max-width: 767px) { .bw-re-badge { display: none; } }

	/* features grid */
	.bw-rehau-feats {
		background: #f4f5f7;
		padding: 60px 0;
		border-top: 1px solid #eaeaea;
	}
	.bw-rehau-feats-grid {
		display: grid;
		grid-template-columns: repeat(4,1fr);
		gap: 2px;
	}
	@media (max-width: 991px) { .bw-rehau-feats-grid { grid-template-columns: repeat(2,1fr); } }
	.bw-re-feat {
		background: #fff;
		padding: 32px 24px;
		text-align: center;
		border-radius: 6px;
		transition: box-shadow 0.25s, transform 0.25s;
	}
	.bw-re-feat:hover {
		box-shadow: 0 8px 32px rgba(0,0,0,0.09);
		transform: translateY(-4px);
	}
	.bw-re-feat-icon {
		width: 58px;
		height: 58px;
		background: rgba(203,44,40,0.08);
		border: 2px solid rgba(203,44,40,0.2);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto 16px;
	}
	.bw-re-feat-icon svg { width: 26px; height: 26px; stroke: #cb2c28; }
	.bw-re-feat h4 {
		font-size: 14px;
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #1b1f24;
		margin: 0 0 8px;
	}
	.bw-re-feat p {
		font-size: 13px;
		color: #666;
		line-height: 1.6;
		margin: 0;
	}

	/* specs strip */
	.bw-rehau-specs-strip {
		background: #1b1f24;
		padding: 48px 0;
	}
	.bw-rehau-specs {
		display: grid;
		grid-template-columns: repeat(4,1fr);
		gap: 0;
		text-align: center;
	}
	.bw-re-spec {
		padding: 0 30px;
		border-right: 1px solid rgba(255,255,255,0.08);
	}
	.bw-re-spec:last-child { border-right: none; }
	.bw-re-spec-val {
		display: block;
		font-size: 36px;
		font-weight: 900;
		color: #cb2c28;
		line-height: 1;
		margin-bottom: 6px;
	}
	.bw-re-spec-lbl {
		display: block;
		font-size: 11px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		color: rgba(255,255,255,0.45);
		line-height: 1.4;
	}

	/* Helper utility classes */
	.mt-32 {
		margin-top: 32px;
	}
	.opacity-07 {
		opacity: 0.7;
	}

	/* ── INQUIRY FORM STYLES ────────────────────────────────────── */
	.inquiry-form-group {
		margin-bottom: 12px;
	}
	.inquiry-form-group-captcha {
		margin-bottom: 15px;
	}
	.inquiry-form-label {
		font-weight: 600;
		display: block;
		margin-bottom: 5px;
	}
	.inquiry-form-control {
		width: 100%;
		padding: 8px 12px;
		border: 1px solid #ccc;
		border-radius: 4px;
	}
	.inquiry-form-textarea {
		width: 100%;
		padding: 8px 12px;
		border: 1px solid #ccc;
		border-radius: 4px;
		resize: none;
	}
	.captcha-container {
		display: flex;
		align-items: center;
		gap: 10px;
		margin-bottom: 8px;
	}
	.captcha-image {
		border: 1px solid #ccc;
		border-radius: 4px;
		height: 40px;
		display: block;
	}
	.captcha-refresh-btn {
		padding: 5px 10px;
		height: 40px;
		display: inline-flex;
		align-items: center;
		gap: 4px;
		border: 1px solid #ccc;
		background: #fff;
		cursor: pointer;
		border-radius: 4px;
	}
	.captcha-refresh-btn i {
		margin: 0;
	}
	.inquiry-submit-container {
		margin-top: 15px;
	}
	.inquiry-submit-btn {
		background: #cb2c28;
		color: #fff;
		border: none;
		padding: 10px 20px;
		font-weight: 700;
		text-transform: uppercase;
		border-radius: 4px;
		transition: background 0.2s;
		cursor: pointer;
	}

	/* ── HANDLER MESSAGES ───────────────────────────────────────── */
	.handler-error-message {
		color: #cb2c28;
	}
	.handler-success-message {
		color: #4caf50;
		font-weight: 600;
	}

	/* ── INQUIRY PAGE ───────────────────────────────────────────── */
	.inquiry-iframe {
		border: 1px solid #ccc;
	}

	.bw-cta-overlay {
		background: url(../img/hexagon.png) repeat;
	}

	/* ── PRODUCT HERO HEIGHT OVERRIDES ─────────────────────────── */
	.cw-hero, .tt-hero, .fr-hero, .pt-hero, .fd-hero, .vs-hero, 
	.er-hero, .gw-hero, .ucw-hero, .tg-hero, .pd-hero, .pc-hero, .cv-hero,
	.aboutus-hero-bg, .rio-flush-hero-bg {
		height: 52vh !important;
		min-height: 340px !important;
	}

	.aboutus-hero-bg, .rio-flush-hero-bg {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 0 !important;
	}

	.aboutus-hero-bg > .pi-section, .rio-flush-hero-bg > .pi-section {
		padding: 0 !important;
		width: 100%;
	}


	/* ── RECENT PROJECTS GALLERY – UNIFORM IMAGE SIZE ──────────── */
	#isotope .pi-img-w {
		overflow: hidden;
		border-radius: 6px;
	}
	#isotope .pi-img-w img {
		height: 240px;
		width: 100%;
		object-fit: cover;
		display: block;
		transition: transform 0.4s ease;
	}
	#isotope .pi-img-w:hover img {
		transform: scale(1.06);
	}
	@media (max-width: 767px) {
		#isotope .pi-img-w img { height: 180px; }
	}

	/* ── COLOUR SWATCHES ───────────────────────────────────────── */
	.swatch-anthracite-grey { background: #2c2c2c; }
	.swatch-jet-black { background: #1a1a1a; }
	.swatch-pure-white { background: #ffffff; border: 1px solid #e0e0e0; }
	.swatch-cream { background: #d4c5a9; }
	.swatch-golden-oak { background: #7B3F00; background-image: repeating-linear-gradient(90deg, rgba(0,0,0,0.05) 0, rgba(0,0,0,0.05) 2px, transparent 2px, transparent 8px); }
	.swatch-dark-oak { background: #4a2c0a; background-image: repeating-linear-gradient(90deg, rgba(0,0,0,0.08) 0, rgba(0,0,0,0.08) 2px, transparent 2px, transparent 10px); }
	.swatch-chartwell-green { background: #2d4a3e; }
	.swatch-rosewood { background: #8b0000; }
	.swatch-slate-grey { background: #4a4a4a; }
	.swatch-irish-oak { background: #f5f0e8; border: 1px solid #e0e0e0; }











