﻿sr7-module[data-alias="bojue-home-slider-v1"] {
	display: block;
	position: relative;
	min-height: 680px;
	overflow: hidden;
	background: #20252b;
}

#logo a.brand.logofont {
	display: block;
	width: 128px;
	height: 52px;
	overflow: hidden;
	background: url("../img/earl-door-logo.jpg") center center / contain no-repeat;
	color: transparent !important;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
}

.shop_icon,
.cart-ic,
.widget_shopping_cart,
.widget_shopping_cart_content,
.bojue_disabled_retail_link,
.bojue_disabled_retail_anchor,
.bojue_disabled_retail_widget,
.bojue_disabled_retail_widget_content {
	display: none !important;
}

sr7-module[data-alias="bojue-home-slider-v1"] sr7-content,
sr7-module[data-alias="bojue-home-slider-v1"] sr7-slide {
	display: block;
	position: absolute;
	inset: 0;
	visibility: visible !important;
	opacity: 1 !important;
}

sr7-module[data-alias="bojue-home-slider-v1"] sr7-slide:not(:first-child) {
	display: none;
}

sr7-module[data-alias="bojue-home-slider-v1"] sr7-bg {
	display: block !important;
	position: absolute;
	inset: 0;
	visibility: visible !important;
	opacity: 1 !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

sr7-module[data-alias="bojue-home-slider-v1"] sr7-bg::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(9, 12, 16, 0.72) 0%, rgba(9, 12, 16, 0.50) 38%, rgba(9, 12, 16, 0.12) 74%);
}

sr7-module[data-alias="bojue-home-slider-v1"] sr7-txt,
sr7-module[data-alias="bojue-home-slider-v1"] p.sr7-layer {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: absolute !important;
	z-index: 5;
	left: calc((100% - 1180px) / 2);
	max-width: 680px;
	color: #fff;
	letter-spacing: 0;
}

sr7-module[data-alias="bojue-home-slider-v1"] sr7-txt[id$="-2"] {
	top: 176px;
	color: #d5ac63;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	text-transform: uppercase;
}

sr7-module[data-alias="bojue-home-slider-v1"] sr7-txt[id$="-1"] {
	top: 224px;
	font-size: 60px;
	line-height: 1.08;
	font-weight: 600;
	white-space: pre-line;
}

sr7-module[data-alias="bojue-home-slider-v1"] p.sr7-layer {
	top: 414px;
	margin: 0;
	font-size: 18px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.86);
}

sr7-module[data-alias="bojue-home-slider-v1"] sr7-txt[id$="-5"] {
	top: 522px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 46px;
	height: 46px !important;
	min-height: 46px;
	width: 156px;
	padding: 0 28px;
	border-radius: 45px;
	background: #d5ac63;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

@media (max-width: 1240px) {
	sr7-module[data-alias="bojue-home-slider-v1"] sr7-txt,
	sr7-module[data-alias="bojue-home-slider-v1"] p.sr7-layer {
		left: 64px;
	}
}

.bojue-about-factory-img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.bojue-series-section {
	position: relative;
	overflow: hidden;
	background: #fff;
	border-top: 1px solid #f2eee6;
	border-bottom: 1px solid #f2eee6;
}

.bojue-series-section::before {
	display: none;
}

.bojue-series-section .vc_row {
	position: relative;
	z-index: 1;
}

.bojue-series-inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 86px 0 92px;
	color: #1f252b;
}

.bojue-series-copy {
	max-width: 760px;
	margin: 0 auto 44px;
	text-align: center;
}

.bojue-series-copy span {
	display: block;
	margin-bottom: 10px;
	color: #9a7738;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.bojue-series-copy h2 {
	margin: 0 0 16px;
	color: #1f252b;
	font-size: 36px;
	line-height: 1.18;
	font-weight: 600;
}

.bojue-series-copy i {
	display: block;
	width: 62px;
	height: 3px;
	margin: 0 auto 18px;
	background: #d5ac63;
}

.bojue-series-copy p {
	margin: 0;
	color: #4d5861;
	font-size: 16px;
	line-height: 1.7;
}

.bojue-series-carousel-wrap {
	position: relative;
}

.bojue-series-carousel {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 56px) / 3);
	gap: 28px;
	overflow-x: auto;
	padding: 4px 2px 26px;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.bojue-series-carousel::-webkit-scrollbar {
	display: none;
}

.bojue-series-card,
.bojue-series-card:nth-child(1),
.bojue-series-card:nth-child(2) {
	position: relative;
	display: flex;
	grid-column: auto;
	min-height: 440px;
	overflow: hidden;
	border-radius: 6px;
	background: #f6f4ef;
	box-shadow: 0 22px 48px rgba(31, 37, 43, 0.13);
	scroll-snap-align: start;
}

.bojue-series-card img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 440px;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.35s ease;
}

.bojue-series-card::after {
	position: absolute;
	inset: auto 0 0;
	height: 45%;
	content: "";
	background: linear-gradient(180deg, rgba(31, 37, 43, 0), rgba(31, 37, 43, 0.86));
}

.bojue-series-card strong,
.bojue-series-card > span {
	position: absolute;
	right: 24px;
	left: 24px;
	z-index: 1;
	color: #fff;
}

.bojue-series-card strong {
	bottom: 70px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
}

.bojue-series-card > span {
	bottom: 26px;
	max-width: 310px;
	font-size: 14px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.86);
}

.bojue-series-card:hover img {
	transform: scale(1.035);
}

.bojue-series-nav {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(213, 172, 99, 0.5);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.94);
	color: #9a7738;
	box-shadow: 0 14px 34px rgba(31, 37, 43, 0.16);
	transform: translateY(-50%);
	cursor: pointer;
}

.bojue-series-nav::before {
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid currentColor;
	border-left: 2px solid currentColor;
	content: "";
}

.bojue-series-nav--prev {
	left: -24px;
}

.bojue-series-nav--prev::before {
	transform: rotate(-45deg);
}

.bojue-series-nav--next {
	right: -24px;
}

.bojue-series-nav--next::before {
	transform: rotate(135deg);
}

.bojue-series-action {
	margin-top: 26px;
	text-align: center;
}

.bojue-series-action a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 30px;
	border: 2px solid #d5ac63;
	border-radius: 46px;
	background: #d5ac63;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 14px 32px rgba(213, 172, 99, 0.26);
}
.bojue-process-section {
	padding: 92px 0 96px;
	background: #fff;
}

.bojue-process-head {
	max-width: 720px;
	margin: 0 auto 58px;
	text-align: center;
}

.bojue-process-head h2 {
	margin: 0 0 12px;
	color: #1f252b;
	font-size: 28px;
	line-height: 1.25;
	font-weight: 500;
}

.bojue-process-head p {
	margin: 0;
	color: #333;
	font-size: 18px;
	line-height: 1.55;
}

.bojue-process-head i {
	display: block;
	width: 62px;
	height: 3px;
	margin: 22px auto 0;
	background: #d5ac63;
}

.bojue-process-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
	max-width: 1120px;
	margin: 0 auto;
}

.bojue-process-item {
	text-align: center;
}

.bojue-process-media {
	position: relative;
	min-height: 330px;
	margin-bottom: 26px;
}

.bojue-process-media img {
	display: block;
	width: calc(100% - 40px);
	height: 310px;
	margin: 30px auto 0;
	object-fit: cover;
	border-radius: 5px;
	box-shadow: 0 18px 42px rgba(31, 40, 47, 0.14);
}

.bojue-process-media span {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 40px;
	border-radius: 0 18px 18px 0;
	background: #d5ac63;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.bojue-process-media em {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	padding: 12px 0;
	border-radius: 5px;
	background: #41484e;
	color: #fff;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	writing-mode: vertical-rl;
}

.bojue-process-item h3 {
	margin: 0 0 12px;
	color: #1f252b;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 500;
}

.bojue-process-item p {
	max-width: 250px;
	margin: 0 auto;
	color: #333;
	font-size: 16px;
	line-height: 1.55;
}

.bojue-capability-section {
	position: relative;
	overflow: hidden;
	background: #2f363c;
}

.bojue-capability-section::before {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(31, 40, 47, 0.94), rgba(31, 40, 47, 0.78)), url("../img/factory-production-line-01.png") center center / cover no-repeat;
}

.bojue-capability-section .vc_row {
	position: relative;
	z-index: 1;
}

.bojue-capability-inner {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 62px;
	align-items: center;
	max-width: 1120px;
	margin: 0 auto;
	padding: 96px 0;
	color: #fff;
}

.bojue-capability-copy span {
	display: block;
	margin-bottom: 12px;
	color: #f2f2f2;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.bojue-capability-copy h2 {
	margin: 0 0 14px;
	color: #fff;
	font-size: 36px;
	line-height: 1.18;
	font-weight: 600;
}

.bojue-capability-copy i {
	display: block;
	width: 62px;
	height: 3px;
	margin: 0 0 22px;
	background: #d5ac63;
}

.bojue-capability-copy h3 {
	margin: 0 0 16px;
	color: #fff;
	font-size: 21px;
	line-height: 1.35;
	font-weight: 500;
}

.bojue-capability-copy p {
	margin: 0 0 34px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 16px;
	line-height: 1.75;
}

.bojue-capability-copy a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 28px;
	border: 2px solid #fff;
	border-radius: 46px;
	background: #d5ac63;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}

.bojue-capability-visual {
	position: relative;
	padding: 0 0 44px 44px;
}

.bojue-capability-visual img {
	display: block;
	width: 100%;
	height: 430px;
	object-fit: cover;
	border-radius: 5px;
	box-shadow: 0 24px 56px rgba(0, 0, 0, 0.32);
}

.bojue-capability-card {
	position: absolute;
	right: 34px;
	bottom: 0;
	left: 0;
	padding: 24px 28px;
	border-left: 4px solid #d5ac63;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.25);
}

.bojue-capability-card strong,
.bojue-capability-card span {
	display: block;
}

.bojue-capability-card strong {
	margin-bottom: 8px;
	color: #1f252b;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
}

.bojue-capability-card span {
	color: #333;
	font-size: 15px;
	line-height: 1.6;
}

.bojue-video-visual {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 24px 56px rgba(0, 0, 0, 0.32);
}

.bojue-video-visual img {
	display: block;
	width: 100%;
	height: 430px;
	object-fit: cover;
}

.bojue-video-visual video {
	display: block;
	width: 100%;
	height: 430px;
	object-fit: cover;
	background: #1f252b;
}

.bojue-video-visual::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, rgba(31, 40, 47, 0.08), rgba(31, 40, 47, 0.45));
}

.bojue-video-visual:has(video)::after {
	display: none;
}

.bojue-video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 86px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: rgba(213, 172, 99, 0.88);
	transform: translate(-50%, -50%);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
}

.bojue-video-play span {
	display: block;
	width: 0;
	height: 0;
	margin-left: 7px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 23px solid #fff;
}

.bojue-video-note {
	position: absolute;
	right: 28px;
	bottom: 24px;
	left: 28px;
	z-index: 2;
	padding: 18px 22px;
	border-left: 4px solid #d5ac63;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.94);
}

.bojue-video-note strong,
.bojue-video-note span {
	display: block;
}

.bojue-video-note strong {
	margin-bottom: 4px;
	color: #1f252b;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
}

.bojue-video-note span {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}

.bojue-project-showcase-section {
	padding: 90px 0 96px;
	background: #fff;
	border-top: 1px solid #f2f2f2;
}

.bojue-project-showcase-inner {
	max-width: 1120px;
	margin: 0 auto;
}

.bojue-project-showcase-head {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 64px;
	align-items: end;
	margin-bottom: 28px;
}

.bojue-project-showcase-head span,
.bojue-project-side > span {
	display: block;
	margin-bottom: 10px;
	color: #d5ac63;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.bojue-project-showcase-head h2 {
	margin: 0;
	color: #1f252b;
	font-size: 34px;
	line-height: 1.22;
	font-weight: 600;
}

.bojue-project-showcase-head p {
	margin: 0;
	color: #333;
	font-size: 16px;
	line-height: 1.7;
}

.bojue-project-layout-row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.bojue-project-layout-row > .vc_container {
	max-width: 1120px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}

.bojue-project-tabs .vc_tta-tabs-container {
	margin-bottom: 28px !important;
}

.bojue-project-side-column {
	padding-top: 98px;
}

.bojue-project-tabs .vc_tta-tab > a {
	border: 0 !important;
	border-radius: 40px !important;
	background: #fff !important;
	box-shadow: 0 12px 30px rgba(31, 40, 47, 0.10);
	color: #1f252b !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.bojue-project-tabs .vc_tta-tab.vc_active > a {
	background: #41484e !important;
	color: #fff !important;
}

.bojue-project-tabs .vc_tta-panel-body {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.bojue-project-panel {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	background: #1f252b;
	box-shadow: 0 18px 48px rgba(31, 40, 47, 0.14);
}

.bojue-project-panel img {
	display: block;
	width: 100%;
	height: 455px;
	object-fit: cover;
}

.bojue-project-panel > div {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 58px 32px 28px;
	background: linear-gradient(180deg, rgba(31, 40, 47, 0), rgba(31, 40, 47, 0.90));
	color: #fff;
}

.bojue-project-panel h3 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 22px;
	line-height: 1.25;
	font-weight: 600;
}

.bojue-project-panel p {
	max-width: 620px;
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 15px;
	line-height: 1.6;
}

.bojue-project-side {
	padding: 34px 32px 36px;
	border-radius: 5px;
	background: #f7f7f7;
	border-left: 4px solid #d5ac63;
}

.bojue-project-side h3 {
	margin: 0 0 16px;
	color: #1f252b;
	font-size: 24px;
	line-height: 1.32;
	font-weight: 600;
}

.bojue-project-side p {
	margin: 0 0 28px;
	color: #333;
	font-size: 16px;
	line-height: 1.68;
}

.bojue-project-side a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 30px;
	border: 2px solid #fff;
	border-radius: 46px;
	background: #d5ac63;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 14px 32px rgba(31, 40, 47, 0.16);
}

.bojue-strength-section {
	position: relative;
	overflow: hidden;
	background: #2f363c;
}

.bojue-strength-section::before {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(31, 40, 47, 0.94), rgba(31, 40, 47, 0.82)), url("../img/factory-production-line-01.png") center center / cover no-repeat;
}

.bojue-strength-section .vc_row {
	position: relative;
	z-index: 1;
}

.bojue-strength-inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 92px 0 102px;
	color: #fff;
}

.bojue-strength-copy {
	max-width: 760px;
	margin: 0 auto 48px;
	text-align: center;
}

.bojue-strength-copy span {
	display: block;
	margin-bottom: 12px;
	color: #f2f2f2;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.bojue-strength-copy h2 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 36px;
	line-height: 1.22;
	font-weight: 600;
}

.bojue-strength-copy i {
	display: block;
	width: 62px;
	height: 3px;
	margin: 0 auto 22px;
	background: #d5ac63;
}

.bojue-strength-copy p {
	margin: 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 16px;
	line-height: 1.75;
}

.bojue-strength-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.bojue-strength-card {
	padding: 34px 28px 36px;
	background: rgba(65, 72, 78, 0.94);
	text-align: center;
}

.bojue-strength-card:nth-child(2) {
	background: rgba(57, 64, 70, 0.96);
}

.bojue-strength-card strong {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 74px;
	margin-bottom: 14px;
	border: 3px solid rgba(255, 255, 255, 0.88);
	color: #fff;
	font-size: 42px;
	line-height: 1;
	font-weight: 600;
}

.bojue-strength-card span {
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 600;
}

.bojue-inquiry-section {
	background: #f7f7f7;
}

.bojue-inquiry-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
	gap: 58px;
	align-items: center;
	max-width: 1120px;
	margin: 0 auto;
	padding: 86px 0 92px;
}

.bojue-inquiry-copy span {
	display: block;
	margin-bottom: 12px;
	color: #d5ac63;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.bojue-inquiry-copy h2 {
	margin: 0 0 18px;
	color: #1f252b;
	font-size: 34px;
	line-height: 1.22;
	font-weight: 600;
}

.bojue-inquiry-copy i {
	display: block;
	width: 62px;
	height: 3px;
	margin: 0 0 22px;
	background: #d5ac63;
}

.bojue-inquiry-copy p {
	margin: 0 0 30px;
	color: #333;
	font-size: 16px;
	line-height: 1.75;
}

.bojue-inquiry-copy a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 30px;
	border: 2px solid #fff;
	border-radius: 46px;
	background: #d5ac63;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 14px 32px rgba(31, 40, 47, 0.16);
}

.bojue-inquiry-list {
	display: grid;
	gap: 16px;
}

.bojue-inquiry-list div {
	padding: 24px 26px;
	border-left: 4px solid #d5ac63;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(31, 40, 47, 0.08);
}

.bojue-inquiry-list strong,
.bojue-inquiry-list span {
	display: block;
}

.bojue-inquiry-list strong {
	margin-bottom: 8px;
	color: #1f252b;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
}

.bojue-inquiry-list span {
	color: #333;
	font-size: 15px;
	line-height: 1.6;
}

.bojue-export-strip-section {
	position: relative;
	overflow: hidden;
	background: #2f363c;
}

.bojue-export-strip-section::before {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(31, 40, 47, 0.92), rgba(31, 40, 47, 0.76)), url("../img/factory-door-assembly-01.png") center center / cover no-repeat;
}

.bojue-export-strip-section .vc_row {
	position: relative;
	z-index: 1;
}

.bojue-export-strip-inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 68px 0 76px;
}

.bojue-export-strip-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 28px;
}

.bojue-export-strip-head span {
	display: block;
	color: #d5ac63;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.bojue-export-strip-head strong {
	display: block;
	max-width: 620px;
	color: #fff;
	font-size: 24px;
	line-height: 1.35;
	font-weight: 600;
	text-align: right;
}

.bojue-export-strip-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	background: rgba(255, 255, 255, 0.18);
	box-shadow: 0 22px 54px rgba(0, 0, 0, 0.24);
}

.bojue-export-strip-grid div {
	min-height: 178px;
	padding: 26px 24px 28px;
	background: rgba(255, 255, 255, 0.94);
}

.bojue-export-strip-grid b,
.bojue-export-strip-grid strong,
.bojue-export-strip-grid span {
	display: block;
}

.bojue-export-strip-grid b {
	margin-bottom: 18px;
	color: #d5ac63;
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
}

.bojue-export-strip-grid strong {
	margin-bottom: 10px;
	color: #1f252b;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
}

.bojue-export-strip-grid span {
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}

.bojue-project-consult-section {
	position: relative;
	overflow: hidden;
	background: #2f363c;
}

.bojue-project-consult-section::before {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(31, 40, 47, 0.94), rgba(31, 40, 47, 0.76)), url("../img/factory-door-assembly-01.png") center center / cover no-repeat;
}

.bojue-project-consult-section .vc_row {
	position: relative;
	z-index: 1;
}

.bojue-project-consult-inner {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 62px;
	align-items: center;
	max-width: 1120px;
	margin: 0 auto;
	padding: 92px 0 98px;
	color: #fff;
}

.bojue-project-consult-copy span {
	display: block;
	margin-bottom: 12px;
	color: #d5ac63;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.bojue-project-consult-copy h2 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 36px;
	line-height: 1.22;
	font-weight: 600;
}

.bojue-project-consult-copy i {
	display: block;
	width: 62px;
	height: 3px;
	margin: 0 0 22px;
	background: #d5ac63;
}

.bojue-project-consult-copy p {
	margin: 0 0 32px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 16px;
	line-height: 1.75;
}

.bojue-project-consult-copy a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 30px;
	border: 2px solid #fff;
	border-radius: 46px;
	background: #d5ac63;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}

.bojue-project-consult-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.bojue-project-consult-grid div {
	min-height: 190px;
	padding: 24px 24px 26px;
	border-left: 4px solid #d5ac63;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.bojue-project-consult-grid b,
.bojue-project-consult-grid strong,
.bojue-project-consult-grid span {
	display: block;
}

.bojue-project-consult-grid b {
	margin-bottom: 14px;
	color: #d5ac63;
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
}

.bojue-project-consult-grid strong {
	margin-bottom: 10px;
	color: #1f252b;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
}

.bojue-project-consult-grid span {
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}

.bojue-products-hero {
	position: relative;
	overflow: hidden;
	background: #2f363c;
}

.page-id-4349 .entry-header {
	display: none;
}

body:has(.bojue-products-hero) #content,
body:has(.bojue-product-detail-hero) #content,
body:has(.bojue-contact-hero) #content,
body:has(.bojue-about-hero) #content,
body:has(.bojue-projects-hero) #content,
.bojue-b2b-page #content {
	width: 100%;
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

body:has(.bojue-products-hero) #content > .row,
body:has(.bojue-product-detail-hero) #content > .row,
body:has(.bojue-contact-hero) #content > .row,
body:has(.bojue-about-hero) #content > .row,
body:has(.bojue-projects-hero) #content > .row,
.bojue-b2b-page #content > .row {
	margin-right: 0;
	margin-left: 0;
}

body:has(.bojue-products-hero) #content .main,
body:has(.bojue-product-detail-hero) #content .main,
body:has(.bojue-contact-hero) #content .main,
body:has(.bojue-about-hero) #content .main,
body:has(.bojue-projects-hero) #content .main,
.bojue-b2b-page #content .main {
	float: none;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

body:has(.bojue-products-hero) .entry-header,
body:has(.bojue-product-detail-hero) .entry-header,
body:has(.bojue-contact-hero) .entry-header,
body:has(.bojue-about-hero) .entry-header,
body:has(.bojue-projects-hero) .entry-header,
.bojue-b2b-page .entry-header {
	display: none;
}

.bojue-products-hero::before {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(31, 40, 47, 0.42), rgba(31, 40, 47, 0.20)), url("../img/factory-exterior-office-02.png") center center / cover no-repeat;
}

.bojue-products-hero .vc_row {
	position: relative;
	z-index: 1;
}

.bojue-products-hero-inner {
	max-width: 820px;
	margin: 0 auto;
	padding: 96px 0 104px;
	color: #fff;
	text-align: center;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.32);
}

.bojue-products-hero-inner span,
.bojue-products-section-head span,
.bojue-products-support-copy span,
.bojue-products-cta-inner span {
	display: block;
	margin-bottom: 12px;
	color: #d5ac63;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.bojue-products-hero-inner h1 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 42px;
	line-height: 1.18;
	font-weight: 600;
}

.bojue-products-hero-inner i {
	display: block;
	width: 62px;
	height: 3px;
	margin: 0 auto 22px;
	background: #d5ac63;
}

.bojue-products-hero-inner p {
	max-width: 720px;
	margin: 0 auto 34px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 17px;
	line-height: 1.75;
}

.bojue-products-hero-inner a,
.bojue-products-cta-inner a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 30px;
	border: 2px solid #fff;
	border-radius: 46px;
	background: #d5ac63;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}

.bojue-products-series-section {
	background: #fff;
}

.bojue-products-series-inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 88px 0 96px;
}

.bojue-products-section-head {
	max-width: 720px;
	margin: 0 auto 46px;
	text-align: center;
}

.bojue-products-section-head h2 {
	margin: 0 0 14px;
	color: #1f252b;
	font-size: 34px;
	line-height: 1.22;
	font-weight: 600;
}

.bojue-products-section-head p {
	margin: 0;
	color: #333;
	font-size: 16px;
	line-height: 1.7;
}

.bojue-products-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 24px;
}

.bojue-products-card {
	position: relative;
	grid-column: span 2;
	min-height: 365px;
	overflow: hidden;
	border-radius: 5px;
	background: #1f252b;
	box-shadow: 0 18px 46px rgba(31, 40, 47, 0.14);
}

.bojue-products-card:nth-child(1) {
	grid-column: 1 / span 3;
}

.bojue-products-card:nth-child(2) {
	grid-column: 4 / span 3;
}

.bojue-products-card-media {
	display: block;
}

.bojue-products-card img {
	display: block;
	width: 100%;
	height: 365px;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.bojue-products-card::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, rgba(31, 40, 47, 0.05), rgba(31, 40, 47, 0.90));
}

.bojue-products-card div {
	position: absolute;
	right: 26px;
	bottom: 24px;
	left: 26px;
	z-index: 1;
	color: #fff;
}

.bojue-products-card strong,
.bojue-products-card span,
.bojue-products-card em {
	display: block;
}

.bojue-products-card strong {
	margin-bottom: 10px;
	color: #fff;
	font-size: 22px;
	line-height: 1.25;
	font-weight: 600;
}

.bojue-products-card span {
	max-width: 420px;
	margin-bottom: 16px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 15px;
	line-height: 1.6;
}

.bojue-products-card-action {
	display: inline-flex !important;
	align-items: center;
	color: #d5ac63;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.bojue-products-card em {
	color: #d5ac63;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}

.bojue-products-card:hover img {
	transform: scale(1.045);
}

.bojue-products-support-section {
	position: relative;
	overflow: hidden;
	background: #2f363c;
}

.bojue-products-support-section::before {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(31, 40, 47, 0.94), rgba(31, 40, 47, 0.80)), url("../img/factory-door-panel-prep-01.png") center center / cover no-repeat;
}

.bojue-products-support-section .vc_row {
	position: relative;
	z-index: 1;
}

.bojue-products-support-inner {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 60px;
	align-items: center;
	max-width: 1120px;
	margin: 0 auto;
	padding: 88px 0 96px;
	color: #fff;
}

.bojue-products-support-copy h2 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 34px;
	line-height: 1.22;
	font-weight: 600;
}

.bojue-products-support-copy p {
	margin: 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 16px;
	line-height: 1.75;
}

.bojue-products-support-list {
	display: grid;
	gap: 16px;
}

.bojue-products-support-list div {
	padding: 24px 26px;
	border-left: 4px solid #d5ac63;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.bojue-products-support-list b,
.bojue-products-support-list strong,
.bojue-products-support-list span {
	display: block;
}

.bojue-products-support-list b {
	margin-bottom: 10px;
	color: #d5ac63;
	font-size: 13px;
	font-weight: 700;
}

.bojue-products-support-list strong {
	margin-bottom: 8px;
	color: #1f252b;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
}

.bojue-products-support-list span {
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}

.bojue-products-cta-section {
	background: #f7f7f7;
}

.bojue-products-cta-inner {
	max-width: 760px;
	margin: 0 auto;
	padding: 74px 0 82px;
	text-align: center;
}

.bojue-products-cta-inner h2 {
	margin: 0 0 14px;
	color: #1f252b;
	font-size: 32px;
	line-height: 1.25;
	font-weight: 600;
}

.bojue-products-cta-inner p {
	margin: 0 auto 30px;
	color: #333;
	font-size: 16px;
	line-height: 1.75;
}

.bojue-product-detail-hero {
	position: relative;
	overflow: hidden;
	background: #2f363c;
}

.bojue-product-detail-hero::before {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(31, 40, 47, 0.42), rgba(31, 40, 47, 0.20)), url("../img/factory-exterior-office-02.png") center center / cover no-repeat;
}

.bojue-product-detail-hero .vc_row {
	position: relative;
	z-index: 1;
}

.bojue-product-detail-hero-inner {
	max-width: 840px;
	margin: 0 auto;
	padding: 96px 0 104px;
	color: #fff;
	text-align: center;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.32);
}

.bojue-product-detail-hero-inner span,
.bojue-product-detail-section-head span {
	display: block;
	margin-bottom: 12px;
	color: #d5ac63;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.bojue-product-detail-hero-inner h1 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 42px;
	line-height: 1.18;
	font-weight: 600;
}

.bojue-product-detail-hero-inner i {
	display: block;
	width: 62px;
	height: 3px;
	margin: 0 auto 22px;
	background: #d5ac63;
}

.bojue-product-detail-hero-inner p {
	max-width: 740px;
	margin: 0 auto 32px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 17px;
	line-height: 1.75;
}

.bojue-product-detail-hero-inner a,
.bojue-product-detail-cta-inner a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 30px;
	border: 2px solid #fff;
	border-radius: 46px;
	background: #d5ac63;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}

.bojue-product-detail-section {
	background: #fff;
}

.bojue-product-detail-section-inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 88px 0 96px;
}

.bojue-product-detail-section-head {
	max-width: 760px;
	margin: 0 auto 42px;
	text-align: center;
}

.bojue-product-detail-section-head h2 {
	margin: 0 0 14px;
	color: #1f252b;
	font-size: 34px;
	line-height: 1.22;
	font-weight: 600;
}

.bojue-product-detail-section-head p {
	margin: 0;
	color: #333;
	font-size: 16px;
	line-height: 1.7;
}

.bojue-product-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.bojue-product-detail-card {
	overflow: hidden;
	border-radius: 5px;
	background: #1f252b;
	box-shadow: 0 18px 46px rgba(31, 40, 47, 0.14);
}

.bojue-product-detail-card img {
	display: block;
	width: 100%;
	height: 360px;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.bojue-product-detail-card:hover img {
	transform: scale(1.045);
}

.bojue-product-detail-copy {
	padding: 24px 24px 26px;
	background: #fff;
}

.bojue-product-detail-copy strong {
	display: block;
	margin-bottom: 10px;
	color: #1f252b;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 600;
}

.bojue-product-detail-copy span {
	display: block;
	color: #333;
	font-size: 15px;
	line-height: 1.7;
}

.bojue-product-detail-side-section {
	background: #f7f7f7;
}

.bojue-product-detail-side-inner {
	display: grid;
	grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
	gap: 58px;
	align-items: center;
	max-width: 1120px;
	margin: 0 auto;
	padding: 88px 0 96px;
}

.bojue-product-detail-side-copy span {
	display: block;
	margin-bottom: 12px;
	color: #d5ac63;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.bojue-product-detail-side-copy h2 {
	margin: 0 0 18px;
	color: #1f252b;
	font-size: 34px;
	line-height: 1.22;
	font-weight: 600;
}

.bojue-product-detail-side-copy p {
	margin: 0 0 24px;
	color: #333;
	font-size: 16px;
	line-height: 1.75;
}

.bojue-product-detail-list {
	display: grid;
	gap: 16px;
}

.bojue-product-detail-list div {
	padding: 22px 24px;
	border-left: 4px solid #d5ac63;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(31, 40, 47, 0.08);
}

.bojue-product-detail-list b,
.bojue-product-detail-list strong,
.bojue-product-detail-list span {
	display: block;
}

.bojue-product-detail-list b {
	margin-bottom: 10px;
	color: #d5ac63;
	font-size: 13px;
	font-weight: 700;
}

.bojue-product-detail-list strong {
	margin-bottom: 8px;
	color: #1f252b;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
}

.bojue-product-detail-list span {
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}

.bojue-product-detail-cta-section {
	position: relative;
	overflow: hidden;
	background: #2f363c;
}

.bojue-product-detail-cta-section::before {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(31, 40, 47, 0.94), rgba(31, 40, 47, 0.80)), url("../img/factory-door-panel-prep-01.png") center center / cover no-repeat;
}

.bojue-product-detail-cta-section .vc_row {
	position: relative;
	z-index: 1;
}

.bojue-product-detail-cta-inner {
	max-width: 820px;
	margin: 0 auto;
	padding: 78px 0 86px;
	color: #fff;
	text-align: center;
}

.bojue-product-detail-cta-inner h2 {
	margin: 0 0 14px;
	color: #fff;
	font-size: 32px;
	line-height: 1.25;
	font-weight: 600;
}

.bojue-product-detail-cta-inner p {
	margin: 0 auto 30px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 16px;
	line-height: 1.75;
}

.bojue-series-products-section {
	background: #fff;
}

.bojue-series-products-inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 0 96px;
}

.bojue-series-tabs {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	border: 1px solid #dfe4ea;
	margin: 0 0 42px;
	overflow: hidden;
	background: #fff;
}

.bojue-series-tabs a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 70px;
	padding: 12px 16px;
	border-right: 1px solid #dfe4ea;
	color: #1f252b;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 600;
	text-align: center;
}

.bojue-series-tabs a:last-child {
	border-right: 0;
}

.bojue-series-tabs a.is-active {
	background: #d5ac63;
	color: #fff;
}

.bojue-series-product-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.bojue-series-products-section .bojue-series-product-card {
	display: grid !important;
	grid-template-columns: 250px minmax(0, 1fr) !important;
	align-items: center;
	min-height: 255px;
	background: #f7f8fa;
	border: 1px solid #eceff3;
	box-shadow: 0 12px 32px rgba(31, 40, 47, 0.08);
}

.bojue-series-products-section .bojue-series-product-card > p:empty {
	display: none !important;
}

.bojue-series-products-section .bojue-series-product-card__image {
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 28px 0 28px 28px;
}

.bojue-series-products-section .bojue-series-product-card__image img {
	display: block !important;
	width: 210px !important;
	height: 210px !important;
	max-width: 210px !important;
	min-height: 0 !important;
	object-fit: contain !important;
	background: #fff;
}

.bojue-series-products-section .bojue-series-product-card__body {
	padding: 28px 30px;
}

.bojue-series-product-card__body h3 {
	margin: 0 0 12px;
	color: #1f252b;
	font-size: 22px;
	line-height: 1.25;
	font-weight: 600;
}

.bojue-series-product-card__body p {
	margin: 0 0 18px;
	color: #333;
	font-size: 15px;
	line-height: 1.7;
}

.bojue-series-product-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.bojue-series-product-card__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 18px;
	border: 1px solid #d5ac63;
	background: #d5ac63;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.bojue-series-product-card__actions a:last-child {
	background: #fff;
	color: #d5ac63;
}

.bojue-series-empty {
	grid-column: 1 / -1;
	padding: 42px 46px;
	border-left: 4px solid #d5ac63;
	background: #f7f8fa;
	box-shadow: 0 12px 32px rgba(31, 40, 47, 0.08);
}

.bojue-series-empty__label {
	display: inline-block;
	margin-bottom: 12px;
	color: #d5ac63;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.bojue-series-empty strong,
.bojue-series-empty span {
	display: block;
}

.bojue-series-empty strong {
	margin-bottom: 10px;
	color: #1f252b;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 600;
}

.bojue-series-empty span {
	max-width: 720px;
	margin-bottom: 22px;
	color: #333;
	font-size: 15px;
	line-height: 1.7;
}

.bojue-series-empty a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 20px;
	background: #d5ac63;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.bojue-single-product-page {
	background: #fff;
}

body.single-product #header,
body.single-product #header + hr {
	display: none !important;
}

.bojue-single-product-page .price,
.bojue-single-product-page .cart,
.bojue-single-product-page .stock,
.bojue-single-product-page .product_meta,
.bojue-single-product-page .woocommerce-tabs,
.bojue-single-product-page .related,
.bojue-single-product-page .upsells {
	display: none !important;
}

.bojue-single-overview {
	background: #fff;
}

.bojue-single-overview__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.78fr);
	gap: 0;
	align-items: stretch;
	max-width: 1180px;
	margin: 0 auto;
	padding: 56px 22px 58px;
	background: #f6f8fa;
	border: 1px solid #e3e8ee;
}

.bojue-single-gallery {
	display: flex;
	flex-direction: column;
	gap: 18px;
	align-items: center;
	justify-content: center;
	padding: 28px 34px 34px;
	border: 1px solid #dfe5ec;
	background: #fff;
}

.bojue-single-gallery.has-single-image {
	min-height: 640px;
	padding: 28px 34px;
}

.bojue-single-gallery__main {
	margin: 0;
	overflow: hidden;
	width: min(100%, 560px);
	aspect-ratio: 1 / 1;
	border: 1px solid #dfe5ec;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

.bojue-single-gallery img {
	display: block;
	width: 100%;
	height: 100%;
}

.bojue-single-gallery__main img {
	object-fit: contain;
	object-position: center;
	background: #fff;
}

.bojue-single-gallery__thumbs {
	display: grid;
	grid-template-columns: repeat(4, 72px);
	gap: 12px;
	justify-content: center;
}

.bojue-single-gallery__thumbs button {
	display: block;
	width: 72px;
	height: 72px;
	padding: 0;
	border: 2px solid #dfe5ec;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.bojue-single-gallery__thumbs button.is-active,
.bojue-single-gallery__thumbs button:hover {
	border-color: #d5ac63;
	box-shadow: 0 8px 18px rgba(31, 40, 47, 0.12);
}

.bojue-single-gallery__thumbs img {
	object-fit: cover;
}

.bojue-single-summary {
	padding: 42px 34px 36px;
	border: 1px solid #dfe5ec;
	border-left: 0;
	border-radius: 0;
	background: #fff;
	box-shadow: 0 18px 46px rgba(31, 40, 47, 0.06);
}

.bojue-single-summary span {
	display: block;
	margin-bottom: 14px;
	color: #d5ac63;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.bojue-single-summary h1 {
	margin: 0 0 18px;
	color: #1f252b;
	font-size: 34px;
	line-height: 1.18;
	font-weight: 600;
}

.bojue-single-summary i {
	display: block;
	width: 64px;
	height: 3px;
	margin: 0 0 24px;
	background: #d5ac63;
}

.bojue-single-summary__specs {
	margin: 0 0 24px;
	border: 1px solid #e1e5ea;
	background: #f7f9fb;
}

.bojue-single-summary__specs div {
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 14px 18px;
	border-bottom: 1px solid #e1e5ea;
}

.bojue-single-summary__specs div:last-child {
	border-bottom: 0;
}

.bojue-single-summary__specs b,
.bojue-single-summary__specs em {
	display: block;
	font-style: normal;
	font-size: 13px;
	line-height: 1.45;
}

.bojue-single-summary__specs b {
	color: #566371;
	font-weight: 700;
}

.bojue-single-summary__specs em {
	color: #1f252b;
	font-weight: 700;
}

.bojue-single-summary p {
	margin: 0 0 30px;
	color: #333;
	font-size: 15px;
	line-height: 1.72;
}

.bojue-single-summary__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.bojue-single-summary__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 26px;
	border: 2px solid #d5ac63;
	border-radius: 0;
	background: #d5ac63;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.bojue-single-summary__actions a:last-child {
	background: #fff;
	color: #1f252b;
}

.bojue-single-summary__note {
	margin-top: 14px;
	padding: 14px 16px;
	border-left: 4px solid #d5ac63;
	background: #f0f3f6;
	color: #566371;
	font-size: 13px;
	line-height: 1.65;
}

.bojue-single-hero {
	position: relative;
	overflow: hidden;
	background: #2f363c;
}

.bojue-single-hero::before {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(31, 40, 47, 0.42), rgba(31, 40, 47, 0.20)), url("../img/factory-exterior-office-02.png") center center / cover no-repeat;
}

.bojue-single-hero__inner {
	position: relative;
	z-index: 1;
	display: block;
	max-width: 840px;
	margin: 0 auto;
	padding: 96px 0 104px;
	color: #fff;
	text-align: center;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.32);
}

.bojue-single-hero__media {
	display: none;
}

.bojue-single-hero__media img {
	display: block;
	width: 100%;
	height: 430px;
	object-fit: contain;
	background: #fff;
}

.bojue-single-hero__copy span,
.bojue-single-section-head span,
.bojue-single-process__copy span,
.bojue-single-cta__inner span {
	display: block;
	margin-bottom: 12px;
	color: #d5ac63;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.bojue-single-hero__copy h1 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 42px;
	line-height: 1.18;
	font-weight: 600;
}

.bojue-single-hero__copy i {
	display: block;
	width: 62px;
	height: 3px;
	margin: 0 auto 22px;
	background: #d5ac63;
}

.bojue-single-hero__copy p {
	margin: 0 auto 30px;
	max-width: 740px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 16px;
	line-height: 1.75;
}

.bojue-single-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}

.bojue-single-hero__actions a,
.bojue-single-cta__inner a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 28px;
	border: 2px solid #fff;
	border-radius: 46px;
	background: #d5ac63;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}

.bojue-single-hero__actions a:last-child {
	background: transparent;
}

.bojue-single-info {
	background: #fff;
}

.bojue-single-info__inner,
.bojue-single-process__inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 24px 0 86px;
}

.bojue-single-section-head {
	max-width: 760px;
	margin: 0 auto 44px;
	text-align: center;
}

.bojue-single-section-head h2,
.bojue-single-process__copy h2,
.bojue-single-cta__inner h2 {
	margin: 0 0 14px;
	color: #1f252b;
	font-size: 34px;
	line-height: 1.22;
	font-weight: 600;
}

.bojue-single-section-head p,
.bojue-single-process__copy p {
	margin: 0;
	color: #333;
	font-size: 16px;
	line-height: 1.75;
}

.bojue-single-info__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 58px;
}

.bojue-single-description {
	max-width: 920px;
	margin: 0 auto 42px;
	color: #333;
	font-size: 16px;
	line-height: 1.75;
	text-align: left;
}

.bojue-single-description h2,
.bojue-single-spec-table h2 {
	position: relative;
	padding-left: 16px;
}

.bojue-single-description h2::before,
.bojue-single-spec-table h2::before {
	position: absolute;
	left: 0;
	top: 4px;
	width: 4px;
	height: 24px;
	content: "";
	background: #d5ac63;
}

.bojue-single-description h2,
.bojue-single-description h3 {
	margin: 30px 0 12px;
	color: #1f252b;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 600;
}

.bojue-single-description p,
.bojue-single-description ul {
	margin: 0 0 16px;
}

.bojue-single-description ul {
	padding-left: 20px;
}

.bojue-single-spec-table {
	max-width: 920px;
	margin: 0 auto;
}

.bojue-single-spec-table h2 {
	margin: 0 0 22px;
	color: #1f252b;
	font-size: 28px;
	line-height: 1.24;
	font-weight: 600;
}

.bojue-single-spec-table table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #dfe5ec;
	background: #fff;
}

.bojue-single-spec-table th,
.bojue-single-spec-table td {
	padding: 14px 18px;
	border-bottom: 1px solid #dfe5ec;
	color: #1f252b;
	font-size: 14px;
	line-height: 1.55;
	text-align: left;
	vertical-align: top;
}

.bojue-single-spec-table th {
	width: 32%;
	background: #f7f9fb;
	color: #1f252b;
	font-weight: 800;
	text-transform: uppercase;
}

.bojue-single-spec-table tr:last-child th,
.bojue-single-spec-table tr:last-child td {
	border-bottom: 0;
}

.bojue-single-info__grid div,
.bojue-single-process__list div {
	position: relative;
	overflow: hidden;
	padding: 26px 22px 24px;
	border-top: 4px solid #d5ac63;
	border-left: 1px solid #dfe5ec;
	border-right: 1px solid #dfe5ec;
	border-bottom: 1px solid #dfe5ec;
	border-radius: 0;
	background: #f8fafc;
	box-shadow: none;
}

.bojue-single-info__grid div::after {
	position: absolute;
	right: -22px;
	top: -30px;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	content: "";
	background: rgba(213, 172, 99, 0.13);
}

.bojue-single-info__grid b,
.bojue-single-info__grid strong,
.bojue-single-info__grid span,
.bojue-single-process__list strong,
.bojue-single-process__list span {
	display: block;
}

.bojue-single-info__grid b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: #d5ac63;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

.bojue-single-info__grid strong,
.bojue-single-process__list strong {
	margin-bottom: 9px;
	color: #1f252b;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
}

.bojue-single-info__grid span,
.bojue-single-process__list span {
	color: #333;
	font-size: 14px;
	line-height: 1.65;
}

.bojue-single-process {
	position: relative;
	overflow: hidden;
	background: #f7f7f7;
}

.bojue-single-process__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 58px;
	align-items: center;
}

.bojue-single-process__list {
	display: grid;
	gap: 16px;
}

.bojue-single-cta {
	position: relative;
	overflow: hidden;
	background: #2f363c;
}

.bojue-single-cta::before {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(31, 40, 47, 0.94), rgba(31, 40, 47, 0.78)), url("../img/factory-door-panel-prep-01.png") center center / cover no-repeat;
}

.bojue-single-cta__inner {
	position: relative;
	z-index: 1;
	max-width: 820px;
	margin: 0 auto;
	padding: 78px 0 86px;
	color: #fff;
	text-align: center;
}

.bojue-single-cta__inner h2 {
	color: #fff;
}

.bojue-single-cta__inner p {
	margin: 0 auto 30px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 16px;
	line-height: 1.75;
}

.bojue-contact-hero {
	position: relative;
	overflow: hidden;
	background: #2f363c;
}

.bojue-contact-map-hero {
	background: #fff;
}

.bojue-b2b-page #content {
	margin-top: 0;
	padding-top: 0;
}

.bojue-b2b-page #content > .row,
.bojue-b2b-page #content .main,
.bojue-contact-map-hero,
.bojue-contact-map-hero .vc_row,
.bojue-contact-map-hero .vc_container,
.bojue-contact-map-hero .vc_column_container,
.bojue-contact-map-hero .vc_column-inner,
.bojue-contact-map-hero .wpb_wrapper,
.bojue-contact-map-hero .wpb_text_column,
.bojue-contact-map-hero .wpb_content_element {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.bojue-contact-map-hero .vc_container,
.bojue-contact-map-hero .vc_column_container,
.bojue-contact-map-hero .vc_column-inner,
.bojue-contact-map-hero .wpb_wrapper {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.bojue-contact-map-hero__inner {
	width: 100%;
	margin: 0 auto;
	background: #eef1f4;
}

.bojue-contact-map-hero iframe {
	width: 100%;
	max-width: none !important;
	min-height: 450px;
}

.bojue-contact-form-section {
	background: #f7f7f7;
}

.bojue-contact-form__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.62fr) minmax(340px, 0.38fr);
	gap: 52px;
	align-items: stretch;
	max-width: 1180px;
	margin: 0 auto;
	padding: 42px 22px 86px;
}

.bojue-contact-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-bottom: 20px;
	color: #777;
	font-size: 12px;
	line-height: 1.4;
}

.bojue-contact-breadcrumb a {
	color: #555;
}

.bojue-contact-breadcrumb strong {
	color: #1f252b;
	font-weight: 500;
}

.bojue-contact-eyebrow,
.bojue-contact-side h2 {
	display: block;
	margin-bottom: 18px;
	color: #d5ac63;
	font-size: 26px;
	line-height: 1.1;
	font-weight: 800;
	text-transform: uppercase;
}

.bojue-contact-form__main {
	padding: 36px 44px 40px;
	border-left: 4px solid #d5ac63;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(31, 40, 47, 0.10);
}

.bojue-contact-form__main h1 {
	margin: 0 0 18px;
	color: #1f252b;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 600;
}

.bojue-contact-form__intro {
	margin: 0 0 22px;
	color: #333;
	font-size: 14px;
	line-height: 1.8;
}

.bojue-contact-form {
	display: grid;
	gap: 16px;
}

.bojue-contact-form__hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.bojue-contact-form__status {
	margin: 0 0 22px;
	padding: 14px 18px;
	border-left: 4px solid #d5ac63;
	background: #f0f3f6;
	color: #1f252b;
	font-size: 14px;
	line-height: 1.55;
}

.bojue-contact-form__status.is-error {
	border-left-color: #b84a4a;
	background: #fff4f4;
}

.bojue-contact-form label {
	display: block;
	margin: 0;
	color: #1f252b;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 700;
}

.bojue-contact-form em {
	color: #d54a4a;
	font-style: normal;
}

.bojue-contact-form input,
.bojue-contact-form textarea {
	display: block;
	width: 100%;
	margin-top: 10px;
	border: 1px solid #dedede;
	border-radius: 0;
	background: #fff;
	color: #1f252b;
	font-size: 15px;
	line-height: 1.5;
	box-shadow: none;
}

.bojue-contact-form input {
	height: 40px;
	padding: 8px 12px;
}

.bojue-contact-form textarea {
	min-height: 156px;
	padding: 14px 14px;
	resize: vertical;
}

.bojue-contact-form input:focus,
.bojue-contact-form textarea:focus {
	outline: none;
	border-color: #d5ac63;
}

.bojue-contact-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 210px;
	min-height: 46px;
	margin-top: 4px;
	border: 0;
	border-radius: 46px;
	background: #d5ac63;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	box-shadow: 0 14px 32px rgba(31, 40, 47, 0.14);
}

.bojue-contact-side {
	align-self: stretch;
	padding: 42px 38px 44px;
	border-radius: 5px;
	background: #2f363c;
	color: #fff;
	box-shadow: 0 18px 46px rgba(31, 40, 47, 0.16);
}

.bojue-contact-side h2 {
	margin-bottom: 26px;
	padding-bottom: 26px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	color: #fff;
	font-size: 18px;
	line-height: 1.25;
}

.bojue-contact-side p {
	margin: 0 0 30px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 15px;
	line-height: 1.75;
}

.bojue-contact-side div {
	margin-bottom: 26px;
}

.bojue-contact-side strong,
.bojue-contact-side span,
.bojue-contact-side a {
	display: block;
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	line-height: 1.7;
}

.bojue-contact-side strong {
	margin-bottom: 6px;
	color: #d5ac63;
	font-weight: 700;
	text-transform: uppercase;
}

.bojue-contact-side a:hover {
	color: #d5ac63;
}

.bojue-contact-hero::before {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(31, 40, 47, 0.42), rgba(31, 40, 47, 0.20)), url("../img/factory-exterior-office-02.png") center center / cover no-repeat;
}

.bojue-contact-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 840px;
	margin: 0 auto;
	padding: 96px 0 104px;
	color: #fff;
	text-align: center;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.32);
}

.bojue-contact-hero__inner span,
.bojue-contact-main__copy > span,
.bojue-contact-card > span,
.bojue-contact-support__head span,
.bojue-contact-map__inner span {
	display: block;
	margin-bottom: 12px;
	color: #d5ac63;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.bojue-contact-hero__inner h1 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 42px;
	line-height: 1.18;
	font-weight: 600;
}

.bojue-contact-hero__inner i {
	display: block;
	width: 62px;
	height: 3px;
	margin: 0 auto 22px;
	background: #d5ac63;
}

.bojue-contact-hero__inner p {
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.88);
	font-size: 17px;
	line-height: 1.75;
}

.bojue-contact-main {
	background: #fff;
}

.bojue-contact-main__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 380px;
	gap: 54px;
	align-items: start;
	max-width: 1120px;
	margin: 0 auto;
	padding: 88px 0 96px;
}

.bojue-contact-main__copy h2,
.bojue-contact-support__head h2,
.bojue-contact-map__inner h2 {
	margin: 0 0 16px;
	color: #1f252b;
	font-size: 34px;
	line-height: 1.22;
	font-weight: 600;
}

.bojue-contact-main__copy p,
.bojue-contact-support__head p,
.bojue-contact-map__inner p {
	margin: 0;
	color: #333;
	font-size: 16px;
	line-height: 1.75;
}

.bojue-contact-checklist {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 32px;
}

.bojue-contact-checklist div,
.bojue-contact-support__grid div {
	padding: 24px 24px 26px;
	border-left: 4px solid #d5ac63;
	border-radius: 5px;
	background: #f7f8fa;
	box-shadow: 0 12px 32px rgba(31, 40, 47, 0.08);
}

.bojue-contact-checklist b,
.bojue-contact-checklist strong,
.bojue-contact-checklist span,
.bojue-contact-support__grid strong,
.bojue-contact-support__grid span {
	display: block;
}

.bojue-contact-checklist b {
	margin-bottom: 12px;
	color: #d5ac63;
	font-size: 13px;
	font-weight: 700;
}

.bojue-contact-checklist strong,
.bojue-contact-support__grid strong {
	margin-bottom: 9px;
	color: #1f252b;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
}

.bojue-contact-checklist span,
.bojue-contact-support__grid span {
	color: #333;
	font-size: 14px;
	line-height: 1.65;
}

.bojue-contact-card {
	padding: 34px 32px 36px;
	border-radius: 5px;
	background: #2f363c;
	color: #fff;
	box-shadow: 0 22px 54px rgba(31, 40, 47, 0.20);
}

.bojue-contact-card h3 {
	margin: 0 0 24px;
	color: #fff;
	font-size: 26px;
	line-height: 1.25;
	font-weight: 600;
}

.bojue-contact-card div {
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.bojue-contact-card strong,
.bojue-contact-card a,
.bojue-contact-card p {
	display: block;
}

.bojue-contact-card strong {
	margin-bottom: 6px;
	color: #d5ac63;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.bojue-contact-card a,
.bojue-contact-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	line-height: 1.6;
}

.bojue-contact-card__button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	margin-top: 24px;
	border: 2px solid #fff;
	border-radius: 46px;
	background: #d5ac63;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.bojue-contact-support {
	background: #f7f7f7;
}

.bojue-contact-support__inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 86px 0 94px;
}

.bojue-contact-support__head {
	max-width: 760px;
	margin: 0 auto 42px;
	text-align: center;
}

.bojue-contact-support__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.bojue-contact-map {
	background: #fff;
}

.bojue-contact-map__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 54px;
	align-items: center;
	max-width: 1120px;
	margin: 0 auto;
	padding: 86px 0 94px;
}

.bojue-contact-map__placeholder {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 260px;
	padding: 36px;
	border-radius: 5px;
	background: linear-gradient(90deg, rgba(31, 40, 47, 0.92), rgba(31, 40, 47, 0.78)), url("../img/factory-exterior-office-02.png") center center / cover no-repeat;
	color: #fff;
	box-shadow: 0 18px 46px rgba(31, 40, 47, 0.14);
}

.bojue-contact-map__placeholder strong {
	display: block;
	margin-bottom: 10px;
	color: #fff;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 600;
}

.bojue-contact-map__placeholder span {
	display: block;
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 15px;
	line-height: 1.65;
	text-transform: none;
}

.bojue-about-hero,
.bojue-projects-hero {
	position: relative;
	overflow: hidden;
	background: #2f363c;
}

.bojue-about-hero::before,
.bojue-projects-hero::before {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(31, 40, 47, 0.42), rgba(31, 40, 47, 0.20)), url("../img/factory-exterior-office-02.png") center center / cover no-repeat;
}

.bojue-projects-hero::before {
	background: linear-gradient(90deg, rgba(31, 40, 47, 0.42), rgba(31, 40, 47, 0.20)), url("../img/project-modern-villa-entrance-wide-01.png") center center / cover no-repeat;
}

.bojue-about-hero__inner,
.bojue-projects-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 840px;
	margin: 0 auto;
	padding: 96px 0 104px;
	color: #fff;
	text-align: center;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.32);
}

.bojue-about-hero__inner span,
.bojue-about-factory__copy > span,
.bojue-about-range__head span,
.bojue-about-process__copy span,
.bojue-about-qc__copy span,
.bojue-about-cta__inner span,
.bojue-projects-hero__inner span,
.bojue-projects-categories__head span,
.bojue-projects-gallery__head span,
.bojue-projects-support__copy span,
.bojue-projects-cta__inner span {
	display: block;
	margin-bottom: 12px;
	color: #d5ac63;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.bojue-about-hero__inner h1,
.bojue-projects-hero__inner h1 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 42px;
	line-height: 1.18;
	font-weight: 600;
}

.bojue-about-hero__inner i,
.bojue-about-factory__copy i,
.bojue-about-process__copy i,
.bojue-about-qc__copy i,
.bojue-projects-hero__inner i,
.bojue-projects-support__copy i,
.bojue-projects-cta__inner i {
	display: block;
	width: 62px;
	height: 3px;
	margin: 0 auto 22px;
	background: #d5ac63;
}

.bojue-about-hero__inner p,
.bojue-projects-hero__inner p,
.bojue-about-factory__copy p,
.bojue-about-range__head p,
.bojue-about-process__copy p,
.bojue-about-qc__copy p,
.bojue-projects-categories__head p,
.bojue-projects-gallery__head p,
.bojue-projects-support__copy p,
.bojue-projects-cta__inner p {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 16px;
	line-height: 1.75;
}

.bojue-about-hero__inner a,
.bojue-about-cta__inner a,
.bojue-projects-hero__inner a,
.bojue-projects-cta__inner a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	margin-top: 30px;
	padding: 0 28px;
	border: 2px solid #fff;
	border-radius: 46px;
	background: #d5ac63;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}

.bojue-about-factory,
.bojue-about-process {
	background: #fff;
}

.bojue-about-factory__inner,
.bojue-about-process__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
	gap: 56px;
	align-items: center;
	max-width: 1120px;
	margin: 0 auto;
	padding: 90px 0 96px;
}

.bojue-about-factory__copy h2,
.bojue-about-range__head h2,
.bojue-about-process__copy h2,
.bojue-about-qc__copy h2,
.bojue-about-cta__inner h2,
.bojue-projects-categories__head h2,
.bojue-projects-gallery__head h2,
.bojue-projects-support__copy h2,
.bojue-projects-cta__inner h2 {
	margin: 0 0 16px;
	color: #1f252b;
	font-size: 34px;
	line-height: 1.22;
	font-weight: 600;
}

.bojue-about-factory__copy p,
.bojue-about-range__head p,
.bojue-about-process__copy p,
.bojue-about-qc__copy p,
.bojue-projects-categories__head p,
.bojue-projects-gallery__head p,
.bojue-projects-support__copy p,
.bojue-projects-cta__inner p {
	color: #333;
}

.bojue-about-factory__list,
.bojue-about-process__steps,
.bojue-about-qc__list,
.bojue-projects-categories__grid,
.bojue-projects-support__list {
	display: grid;
	gap: 16px;
	margin-top: 30px;
}

.bojue-about-factory__list {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bojue-about-process__steps,
.bojue-about-qc__list,
.bojue-projects-support__list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bojue-about-factory__list div,
.bojue-about-process__steps div,
.bojue-about-qc__list div,
.bojue-projects-categories__grid div,
.bojue-projects-support__list div {
	padding: 24px 24px 26px;
	border-left: 4px solid #d5ac63;
	border-radius: 5px;
	background: #f7f8fa;
	box-shadow: 0 12px 32px rgba(31, 40, 47, 0.08);
}

.bojue-about-factory__list b,
.bojue-about-process__steps b,
.bojue-about-qc__list strong,
.bojue-projects-support__list b {
	display: block;
	margin-bottom: 10px;
	color: #d5ac63;
	font-size: 13px;
	font-weight: 700;
}

.bojue-about-factory__list strong,
.bojue-about-process__steps strong,
.bojue-about-qc__list strong,
.bojue-projects-categories__grid strong,
.bojue-projects-support__list strong {
	display: block;
	margin-bottom: 9px;
	color: #1f252b;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
}

.bojue-about-factory__list span,
.bojue-about-process__steps span,
.bojue-about-qc__list span,
.bojue-projects-categories__grid span,
.bojue-projects-support__list span {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 1.65;
}

.bojue-about-factory__visual {
	position: relative;
	padding: 0 0 44px 44px;
}

.bojue-about-factory__visual img,
.bojue-about-qc__visual img {
	display: block;
	width: 100%;
	height: 430px;
	object-fit: cover;
	border-radius: 5px;
	box-shadow: 0 24px 56px rgba(0, 0, 0, 0.32);
}

.bojue-about-factory__card,
.bojue-about-qc__tag {
	position: absolute;
	left: 0;
	right: 34px;
	bottom: 0;
	padding: 22px 26px;
	border-left: 4px solid #d5ac63;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.25);
}

.bojue-about-factory__card strong,
.bojue-about-qc__tag {
	color: #1f252b;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 600;
}

.bojue-about-factory__card span {
	display: block;
	margin-top: 8px;
	color: #333;
	font-size: 15px;
	line-height: 1.6;
}

.bojue-about-range,
.bojue-projects-categories,
.bojue-projects-gallery {
	background: #f7f7f7;
}

.bojue-about-range__inner,
.bojue-projects-categories__inner,
.bojue-projects-gallery__inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 86px 0 94px;
}

.bojue-about-range__head,
.bojue-projects-categories__head,
.bojue-projects-gallery__head {
	max-width: 760px;
	margin: 0 auto 38px;
	text-align: center;
}

.bojue-about-range__grid,
.bojue-projects-gallery__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.bojue-about-range__grid div {
	padding: 28px 24px 30px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(31, 40, 47, 0.08);
}

.bojue-about-range__grid strong {
	display: block;
	margin-bottom: 10px;
	color: #1f252b;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
}

.bojue-about-range__grid span {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 1.65;
}

.bojue-about-qc {
	background: #fff;
}

.bojue-about-qc__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
	gap: 56px;
	align-items: center;
	max-width: 1120px;
	margin: 0 auto;
	padding: 90px 0 96px;
}

.bojue-about-qc__visual {
	position: relative;
}

.bojue-about-qc__tag {
	top: auto;
	right: 34px;
	bottom: 28px;
	left: auto;
	max-width: 320px;
	padding: 18px 22px;
	background: rgba(255, 255, 255, 0.94);
}

.bojue-about-qc__list {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bojue-about-cta,
.bojue-projects-cta {
	position: relative;
	overflow: hidden;
	background: #2f363c;
}

.bojue-about-cta::before,
.bojue-projects-cta::before {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(31, 40, 47, 0.94), rgba(31, 40, 47, 0.76)), url("../img/factory-door-assembly-01.png") center center / cover no-repeat;
}

.bojue-projects-cta::before {
	background: linear-gradient(90deg, rgba(31, 40, 47, 0.94), rgba(31, 40, 47, 0.76)), url("../img/project-copper-villa-entrance-evening-01.png") center center / cover no-repeat;
}

.bojue-about-cta__inner,
.bojue-projects-cta__inner {
	position: relative;
	z-index: 1;
	max-width: 820px;
	margin: 0 auto;
	padding: 78px 0 86px;
	color: #fff;
	text-align: center;
}

.bojue-projects-categories__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bojue-projects-gallery__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bojue-projects-gallery__item {
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(31, 40, 47, 0.08);
}

.bojue-projects-gallery__item img {
	display: block;
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.bojue-projects-gallery__item strong,
.bojue-projects-gallery__item span {
	display: block;
	padding: 0 18px;
}

.bojue-projects-gallery__item strong {
	margin: 16px 0 8px;
	color: #1f252b;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
}

.bojue-projects-gallery__item span {
	padding-bottom: 20px;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}

@media (max-width: 760px) {
	.bojue-about-hero__inner,
	.bojue-projects-hero__inner,
	.bojue-about-factory__inner,
	.bojue-about-process__inner,
	.bojue-about-qc__inner,
	.bojue-about-range__inner,
	.bojue-projects-categories__inner,
	.bojue-projects-gallery__inner,
	.bojue-about-cta__inner,
	.bojue-projects-cta__inner {
		padding-right: 22px;
		padding-left: 22px;
	}

	.bojue-about-hero__inner,
	.bojue-projects-hero__inner {
		padding-top: 74px;
		padding-bottom: 82px;
	}

	.bojue-about-hero__inner h1,
	.bojue-projects-hero__inner h1,
	.bojue-about-factory__copy h2,
	.bojue-about-range__head h2,
	.bojue-about-process__copy h2,
	.bojue-about-qc__copy h2,
	.bojue-about-cta__inner h2,
	.bojue-projects-categories__head h2,
	.bojue-projects-gallery__head h2,
	.bojue-projects-support__copy h2,
	.bojue-projects-cta__inner h2 {
		font-size: 30px;
	}

	.bojue-about-factory__inner,
	.bojue-about-process__inner,
	.bojue-about-qc__inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.bojue-about-factory__visual {
		padding: 0 0 34px;
	}

	.bojue-about-factory__visual img,
	.bojue-about-qc__visual img {
		height: 320px;
	}

	.bojue-about-factory__list,
	.bojue-about-process__steps,
	.bojue-about-qc__list,
	.bojue-projects-categories__grid,
	.bojue-projects-gallery__grid,
	.bojue-projects-support__list,
	.bojue-about-range__grid {
		grid-template-columns: 1fr;
	}

	.bojue-about-factory__card,
	.bojue-about-qc__tag {
		right: 18px;
		left: 18px;
		max-width: none;
	}

	.bojue-projects-gallery__item img {
		height: 280px;
	}
}

@media (max-width: 760px) {
	.bojue-product-detail-hero-inner,
	.bojue-product-detail-section-inner,
	.bojue-product-detail-side-inner,
	.bojue-product-detail-cta-inner {
		padding-right: 22px;
		padding-left: 22px;
	}

	.bojue-product-detail-hero-inner {
		padding-top: 64px;
		padding-bottom: 70px;
	}

	.bojue-product-detail-hero-inner h1 {
		font-size: 34px;
	}

	.bojue-product-detail-section-inner,
	.bojue-product-detail-side-inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.bojue-product-detail-section-head h2,
	.bojue-product-detail-side-copy h2 {
		font-size: 30px;
	}

	.bojue-product-detail-grid {
		grid-template-columns: 1fr;
	}

	.bojue-product-detail-card img {
		height: 320px;
	}

	.bojue-series-tabs {
		grid-template-columns: 1fr;
	}

	.bojue-series-tabs a {
		min-height: 52px;
		border-right: 0;
		border-bottom: 1px solid #dfe4ea;
	}

	.bojue-series-product-list {
		grid-template-columns: 1fr;
	}

	.bojue-series-products-section .bojue-series-product-card {
		grid-template-columns: 1fr !important;
	}

	.bojue-series-products-section .bojue-series-product-card__image {
		padding: 22px 22px 0;
	}

	.bojue-series-products-section .bojue-series-product-card__image img {
		width: 100% !important;
		max-width: 100% !important;
		height: 260px !important;
	}

	.bojue-series-products-section .bojue-series-product-card__body {
		padding: 22px;
	}

	.bojue-single-hero__inner,
	.bojue-single-overview__inner,
	.bojue-single-info__inner,
	.bojue-single-process__inner,
	.bojue-single-cta__inner {
		padding-right: 22px;
		padding-left: 22px;
	}

	.bojue-single-overview__inner {
		grid-template-columns: 1fr;
		gap: 0;
		padding-top: 44px;
		padding-bottom: 52px;
		border-right: 0;
		border-left: 0;
	}

	.bojue-single-gallery {
		padding: 24px;
	}

	.bojue-single-gallery.has-single-image {
		min-height: 380px;
		padding: 22px;
	}

	.bojue-single-gallery__main {
		width: min(100%, 340px);
	}

	.bojue-single-gallery__thumbs {
		grid-template-columns: repeat(4, minmax(0, 56px));
		gap: 9px;
	}

	.bojue-single-gallery__thumbs button {
		width: 56px;
		height: 56px;
	}

	.bojue-single-summary {
		border-left: 1px solid #dfe5ec;
		padding: 30px 24px 34px;
	}

	.bojue-single-summary h1 {
		font-size: 32px;
	}

	.bojue-single-summary__specs div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.bojue-single-hero__inner {
		padding-top: 64px;
		padding-bottom: 70px;
	}

	.bojue-single-hero__copy h1 {
		font-size: 34px;
	}

	.bojue-single-info__grid {
		grid-template-columns: 1fr;
	}

	.bojue-single-section-head h2,
	.bojue-single-spec-table h2,
	.bojue-single-process__copy h2,
	.bojue-single-cta__inner h2 {
		font-size: 30px;
	}

	.bojue-single-spec-table th,
	.bojue-single-spec-table td {
		display: block;
		width: 100%;
	}

	.bojue-single-spec-table th {
		border-bottom: 0;
		padding-bottom: 4px;
	}

	.bojue-single-spec-table td {
		padding-top: 4px;
	}

	.bojue-contact-hero__inner,
	.bojue-contact-form__inner,
	.bojue-contact-main__inner,
	.bojue-contact-support__inner,
	.bojue-contact-map__inner {
		padding-right: 22px;
		padding-left: 22px;
	}

	.bojue-contact-map-hero iframe {
		min-height: 330px;
	}

	.bojue-contact-form__inner {
		grid-template-columns: 1fr;
		gap: 38px;
		padding-top: 28px;
		padding-bottom: 66px;
	}

	.bojue-contact-form__main,
	.bojue-contact-side {
		padding: 30px 24px 32px;
	}

	.bojue-contact-eyebrow,
	.bojue-contact-form__main h1 {
		font-size: 28px;
	}

	.bojue-contact-side {
		padding-top: 30px;
	}

	.bojue-contact-form button {
		width: 100%;
	}

	.bojue-contact-hero__inner {
		padding-top: 64px;
		padding-bottom: 70px;
	}

	.bojue-contact-hero__inner h1 {
		font-size: 34px;
	}

	.bojue-contact-main__inner,
	.bojue-contact-map__inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.bojue-contact-checklist,
	.bojue-contact-support__grid {
		grid-template-columns: 1fr;
	}

	.bojue-contact-main__copy h2,
	.bojue-contact-support__head h2,
	.bojue-contact-map__inner h2 {
		font-size: 30px;
	}

	.bojue-contact-card {
		padding: 30px 24px 32px;
	}

	.bojue-contact-map__placeholder {
		min-height: 230px;
		padding: 28px 24px;
	}
}

@media (max-width: 760px) {
	sr7-module[data-alias="bojue-home-slider-v1"] {
		min-height: 620px;
	}

	sr7-module[data-alias="bojue-home-slider-v1"] sr7-txt,
	sr7-module[data-alias="bojue-home-slider-v1"] p.sr7-layer {
		left: 24px;
		right: 24px;
		max-width: none;
	}

	sr7-module[data-alias="bojue-home-slider-v1"] sr7-txt[id$="-2"] {
		top: 120px;
	}

	sr7-module[data-alias="bojue-home-slider-v1"] sr7-txt[id$="-1"] {
		top: 164px;
		font-size: 40px;
		line-height: 1.13;
	}

	sr7-module[data-alias="bojue-home-slider-v1"] p.sr7-layer {
		top: 330px;
		font-size: 16px;
	}

	sr7-module[data-alias="bojue-home-slider-v1"] sr7-txt[id$="-5"] {
		top: 460px;
	}

	#logo a.brand.logofont {
		width: 116px;
		height: 48px;
	}

	.bojue-capability-inner {
		grid-template-columns: 1fr;
		gap: 38px;
		padding: 68px 22px 72px;
	}

	.bojue-capability-copy h2 {
		font-size: 31px;
	}

	.bojue-capability-visual {
		padding: 0 0 34px;
	}

	.bojue-capability-visual img {
		height: 320px;
	}

	.bojue-capability-card {
		right: 18px;
		left: 18px;
		padding: 20px;
	}

	.bojue-video-visual img {
		height: 320px;
	}

	.bojue-video-visual video {
		height: 320px;
	}

	.bojue-video-play {
		width: 72px;
		height: 72px;
	}

	.bojue-video-note {
		right: 18px;
		bottom: 18px;
		left: 18px;
		padding: 16px 18px;
	}

	.bojue-project-showcase-section {
		padding: 64px 22px 70px;
	}

	.bojue-project-showcase-head,
	.bojue-project-layout-row {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.bojue-project-showcase-head h2 {
		font-size: 30px;
	}

	.bojue-project-panel img {
		height: 340px;
	}

	.bojue-project-panel > div {
		padding: 70px 22px 22px;
	}

	.bojue-project-side {
		padding: 28px 24px 30px;
	}

	.bojue-strength-inner {
		padding: 68px 22px 76px;
	}

	.bojue-strength-copy h2 {
		font-size: 30px;
	}

	.bojue-strength-grid {
		grid-template-columns: 1fr;
	}

	.bojue-inquiry-inner {
		grid-template-columns: 1fr;
		gap: 32px;
		padding: 64px 22px 70px;
	}

	.bojue-inquiry-copy h2 {
		font-size: 30px;
	}

	.bojue-export-strip-inner {
		padding: 48px 22px 56px;
	}

	.bojue-export-strip-head {
		display: block;
		margin-bottom: 24px;
	}

	.bojue-export-strip-head strong {
		margin-top: 10px;
		font-size: 22px;
		text-align: left;
	}

	.bojue-export-strip-grid {
		grid-template-columns: 1fr;
	}

	.bojue-export-strip-grid div {
		min-height: 0;
	}

	.bojue-project-consult-inner {
		grid-template-columns: 1fr;
		gap: 34px;
		padding: 68px 22px 76px;
	}

	.bojue-project-consult-copy h2 {
		font-size: 30px;
	}

	.bojue-project-consult-grid {
		grid-template-columns: 1fr;
	}

	.bojue-project-consult-grid div {
		min-height: 0;
	}

	.bojue-products-hero-inner,
	.bojue-products-series-inner,
	.bojue-products-support-inner,
	.bojue-products-cta-inner {
		padding-right: 22px;
		padding-left: 22px;
	}

	.bojue-products-hero-inner {
		padding-top: 64px;
		padding-bottom: 70px;
	}

	.bojue-products-hero-inner h1 {
		font-size: 34px;
	}

	.bojue-products-grid,
	.bojue-products-support-inner {
		grid-template-columns: 1fr;
	}

	.bojue-products-card,
	.bojue-products-card:nth-child(1),
	.bojue-products-card:nth-child(2) {
		grid-column: auto;
		min-height: 320px;
	}

	.bojue-products-card img {
		height: 320px;
	}
}

@media (max-width: 760px) {
	.bojue-series-section {
		padding: 58px 0 64px;
	}

	.bojue-series-inner {
		padding: 0 18px;
	}

	.bojue-series-copy {
		max-width: 340px;
		margin-bottom: 26px;
	}

	.bojue-series-copy h2 {
		font-size: 27px;
		line-height: 1.18;
	}

	.bojue-series-copy p {
		font-size: 14px;
		line-height: 1.65;
	}

	.bojue-series-carousel {
		grid-auto-columns: 100%;
		gap: 16px;
		max-width: 360px;
		margin: 0 auto;
		padding-bottom: 18px;
	}

	.bojue-series-nav {
		width: 38px;
		height: 38px;
	}

	.bojue-series-nav--prev {
		left: 4px;
	}

	.bojue-series-nav--next {
		right: 4px;
	}

	.bojue-series-card,
	.bojue-series-card:nth-child(1),
	.bojue-series-card:nth-child(2),
	.bojue-series-card:last-child {
		grid-column: auto;
		min-height: 390px;
		aspect-ratio: auto;
	}

	.bojue-series-card img {
		min-height: 390px;
		height: 100%;
	}

	.bojue-series-card strong {
		right: 18px;
		bottom: 66px;
		left: 18px;
		font-size: 21px;
		line-height: 1.16;
	}

	.bojue-series-card > span {
		right: 18px;
		bottom: 22px;
		left: 18px;
		font-size: 13px;
		line-height: 1.4;
	}

	.bojue-series-action {
		margin-top: 28px;
	}

	.bojue-process-section {
		padding: 62px 18px 70px;
	}

	.bojue-process-head {
		margin-bottom: 32px;
	}

	.bojue-process-head h2 {
		font-size: 27px;
	}

	.bojue-process-head p {
		font-size: 15px;
		line-height: 1.6;
	}

	.bojue-process-grid {
		grid-template-columns: 1fr;
		gap: 24px;
		max-width: 360px;
	}

	.bojue-process-item {
		display: block;
		padding: 0 0 24px;
		border: 1px solid rgba(31, 40, 47, 0.08);
		border-radius: 5px;
		background: #fff;
		box-shadow: 0 16px 34px rgba(31, 40, 47, 0.08);
		text-align: left;
		overflow: hidden;
	}

	.bojue-process-media {
		min-height: 0;
		margin: 0 0 22px;
	}

	.bojue-process-media img {
		width: 100%;
		height: 235px;
		margin: 0;
		border-radius: 0;
	}

	.bojue-process-media span {
		top: 16px;
		left: 16px;
		width: 42px;
		height: 38px;
		border-radius: 0 18px 18px 0;
		font-size: 16px;
	}

	.bojue-process-media em {
		right: 16px;
		bottom: 16px;
		left: 16px;
		top: auto;
		width: auto;
		max-width: max-content;
		min-height: 30px;
		padding: 0 12px;
		font-size: 11px;
		line-height: 1.1;
		writing-mode: horizontal-tb;
	}

	.bojue-process-item h3 {
		margin: 0 22px 10px;
		font-size: 22px;
		line-height: 1.3;
		font-weight: 500;
	}

	.bojue-process-item p {
		max-width: none;
		margin: 0 22px;
		font-size: 15px;
		line-height: 1.62;
	}
}


