/* custom kitchens page */
.custom-kitchens-page {
	color: #111;
	background: #fff;
}

.custom-kitchens-page .wpo-section-title {
	margin-bottom: 45px;
}

.custom-kitchens-page .wpo-section-title h2 {
	text-transform: none;
}

.custom-kitchens-hero {
	overflow: hidden;
	background-color: #f5f5f5;
}

.custom-kitchens-hero:before {
	display: none;
}

.custom-kitchens-eyebrow,
.custom-kitchens-intro__box span,
.custom-kitchens-cta__box span,
.custom-kitchens-aside span {
	display: inline-block;
	color: #111;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.custom-kitchens-hero .content {
	max-width: 930px;
}

.custom-kitchens-hero .content h1 {
	color: #000;
	font-weight: 400;
	line-height: 1.05;
	margin-bottom: 25px;
	text-transform: none;
}

.custom-kitchens-hero .content h1 span {
	display: inline-block;
	color: #000;
	font-size: 70px;
	font-weight: 400;
	line-height: 1.2;
}

.custom-kitchens-hero .content p {
	color: #111;
	max-width: 575px;
}

.custom-kitchens-hero .hero-btn {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px;
}

.custom-kitchens-hero .content .shop-btn {
	background: #000;
	color: #fff;
	border-color: #000;
}

.custom-kitchens-hero .content .shop-btn:hover {
	background: #333;
	border-color: #333;
}

.custom-kitchens-link {
	color: #111;
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #111;
}

.custom-kitchens-link:hover {
	color: #666;
	border-color: #666;
}

.custom-kitchens-hero .hero-right {
	position: relative;
	overflow: hidden;
	max-width: 1000px;
	right: 0;
	bottom: 0;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.16);
}

.custom-kitchens-hero .hero-right:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.24) 42%, rgba(0, 0, 0, 0.08) 100%);
	pointer-events: none;
}

.wpo-hero-static-s9.custom-kitchens-hero {
	padding: 155px 0;
	height: 100%;
}

@media (max-width: 767px) {
 .wpo-hero-static-s9.custom-kitchens-hero {
	padding: 100px 0;
	height: 100%;
	padding: 20px;
}
}

.custom-kitchens-hero .hero-right img {
	width: 100%;
	display: block;
}

.custom-kitchens-intro {
	margin-top: -55px;
	position: relative;
	z-index: 2;
}

.custom-kitchens-intro__box {
	margin: 0 auto;
	padding: 38px 45px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.1);
}

.custom-kitchens-intro__box p {
	font-size: 22px;
	line-height: 1.65;
	margin-bottom: 0;
}

.custom-kitchens-section--muted,
.custom-kitchens-steps {
	background: #f6f6f6;
}

.custom-kitchens-title {
	max-width: 980px;
	margin: 0 0 46px;
	text-align: left;
}

.custom-kitchens-title:before {
	display: none;
}

.custom-kitchens-title span {
	display: block;
	margin-bottom: 16px;
	color: #777;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0;
	text-transform: none;
}

.custom-kitchens-title h2 {
	max-width: 860px;
	margin: 0;
	color: #111;
	font-size: 48px;
	font-weight: 400;
	line-height: 1.14;
	letter-spacing: 0;
	text-transform: none;
}

.custom-kitchens-title h2:after {
	content: "";
	display: block;
	width: 52px;
	height: 1px;
	margin-top: 22px;
	background: #111;
}

.custom-kitchens-grid {
	display: grid;
	gap: 24px;
}

.custom-kitchens-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.custom-kitchens-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.custom-kitchens-grid--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.custom-kitchens-card,
.custom-kitchens-feature,
.custom-kitchens-aside {
	background: #fff;
	padding: 34px;
	border: 1px solid #e4e4e4;
	min-height: 100%;
}

.custom-kitchens-card {
	overflow: hidden;
	transition: all 0.25s ease;
}

.custom-kitchens-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.custom-kitchens-card--light {
	background: #fff;
}

.custom-kitchens-card__media {
	max-height: 0;
	margin: -34px -34px 0;
	overflow: hidden;
	opacity: 0;
	transform: translateY(-10px);
	transition: max-height 0.35s ease, margin-bottom 0.35s ease, opacity 0.25s ease, transform 0.35s ease;
}

.custom-kitchens-card__media img {
	width: 100%;
	height: 190px;
	display: block;
	object-fit: cover;
}

.custom-kitchens-card--preview:hover .custom-kitchens-card__media,
.custom-kitchens-card--preview:focus-within .custom-kitchens-card__media {
	max-height: 190px;
	opacity: 1;
	transform: translateY(0);
}

.custom-kitchens-card__number {
	display: block;
	color: #000;
	font-size: 38px;
	line-height: 1;
	margin-bottom: 22px;
}

.custom-kitchens-card h3,
.custom-kitchens-feature h3,
.custom-kitchens-steps__list h3 {
	font-size: 26px;
	line-height: 1.25;
	margin-bottom: 16px;
	text-transform: none;
	padding-top: 25px;
}

.custom-kitchens-card p,
.custom-kitchens-feature p,
.custom-kitchens-steps__list p,
.custom-kitchens-aside p,
.custom-kitchens-note {
	color: #555;
	font-size: 17px;
	line-height: 1.65;
	margin-bottom: 0;
}

.custom-kitchens-note {
	margin-top: 28px;
	max-width: 760px;
	font-weight: 500;
}

.custom-kitchens-split__wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 35px;
	align-items: stretch;
}

.custom-kitchens-stack {
	display: grid;
	gap: 22px;
}

.custom-kitchens-aside {
	background: #000;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 360px;
}

.custom-kitchens-aside p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 20px;
}

.custom-kitchens-aside span,
.custom-kitchens-cta__box span {
	color: #cfcfcf;
}

.custom-kitchens-aside--photo {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 0;
	border: 0;
	background: #111;
}

.custom-kitchens-aside--photo:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.78) 100%);
}

.custom-kitchens-aside--photo img {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.custom-kitchens-aside__content {
	position: relative;
	z-index: 2;
	padding: 34px;
}

.custom-kitchens-steps__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	counter-reset: kitchen-step;
}

.custom-kitchens-steps__list li {
	background: #fff;
	padding: 34px 28px;
	border-top: 4px solid #000;
	min-height: 235px;
}

.custom-kitchens-steps__list span {
	display: inline-block;
	color: #000;
	font-size: 32px;
	line-height: 1;
	margin-bottom: 24px;
}



.custom-kitchens-steps--timeline .container {
	position: relative;
	z-index: 1;
}

.custom-kitchens-steps__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 390px;
	gap: 34px;
	align-items: stretch;
	margin-bottom: 42px;
}

.custom-kitchens-steps__head .wpo-section-title {
	margin-bottom: 0;
	text-align: left;
}

.custom-kitchens-steps__head .wpo-section-title h2 {
	max-width: 760px;
}

.custom-kitchens-steps__summary {
	position: relative;
	padding: 28px 30px 30px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(17, 17, 17, 0.1);
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(35, 31, 24, 0.08);
	color: #111;
}

.custom-kitchens-steps__summary span {
	display: inline-block;
	color: #8b6f43;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	margin-bottom: 14px;
}

.custom-kitchens-steps__summary p {
	color: #4f4d49;
	font-size: 17px;
	line-height: 1.6;
	margin-bottom: 0;
}

.custom-kitchens-steps--timeline .custom-kitchens-steps__list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	max-width: none;
}

.custom-kitchens-steps--timeline .custom-kitchens-steps__list:before {
	content: "";
	position: absolute;
	left: 38px;
	right: 38px;
	top: 61px;
	display: block;
	height: 1px;
	background: linear-gradient(90deg, rgba(17, 17, 17, 0.18), rgba(139, 111, 67, 0.45), rgba(17, 17, 17, 0.18));
}

.custom-kitchens-steps--timeline .custom-kitchens-steps__list li {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 310px;
	padding: 30px 28px 32px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(17, 17, 17, 0.09);
	box-shadow: 0 16px 42px rgba(35, 31, 24, 0.07);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
	z-index: 1;
}



.custom-kitchens-steps--timeline .custom-kitchens-steps__list li:hover {
	transform: translateY(-8px);
	border-color: rgba(139, 111, 67, 0.26);
	box-shadow: 0 24px 55px rgba(35, 31, 24, 0.12);
}

.custom-kitchens-steps--timeline .custom-kitchens-steps__list span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	margin-bottom: 30px;
	background: #111;
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	line-height: 1;
	border: 6px solid #f7f4ef;
	border-radius: 50%;
	box-shadow: 0 12px 30px rgba(17, 17, 17, 0.16);
	z-index: 2;
}

.custom-kitchens-steps--timeline .custom-kitchens-steps__list small {
	display: inline-block;
	color: #8b6f43;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.custom-kitchens-steps--timeline .custom-kitchens-steps__list h3 {
	padding-top: 0;
	margin-bottom: 14px;
	font-size: 25px;
	line-height: 1.24;
}

.custom-kitchens-steps--timeline .custom-kitchens-steps__list p {
	max-width: none;
	font-size: 16px;
}

.custom-kitchens-cta {
	background: #000;
	padding: 85px 0;
}

.custom-kitchens-cta__box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}

.custom-kitchens-cta__box h2 {
	color: #fff;
	font-size: 52px;
	line-height: 1.15;
	max-width: 760px;
	margin-bottom: 18px;
	text-transform: none;
}

.custom-kitchens-cta__box p {
	color: rgba(255, 255, 255, 0.78);
	max-width: 720px;
	margin-bottom: 0;
	font-size: 19px;
	line-height: 1.65;
}

.custom-kitchens-cta--estimate {
	position: relative;
	overflow: hidden;
	background: #111;
}

.custom-kitchens-cta--estimate:before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 42%),
		linear-gradient(90deg, #111 0%, #171717 100%);
	pointer-events: none;
}

.custom-kitchens-cta--estimate .container {
	position: relative;
	z-index: 1;
}

.custom-kitchens-cta__box--estimate {
	align-items: stretch;
}

.custom-kitchens-cta__content {
	flex: 1 1 auto;
	padding-right: 30px;
}

.custom-kitchens-cta__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 34px 0 0;
	padding: 0;
	list-style: none;
}

.custom-kitchens-cta__list li {
	position: relative;
	min-height: 88px;
	padding: 18px 18px 18px 46px;
	color: rgba(255, 255, 255, 0.86);
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 16px;
	line-height: 1.45;
}

.custom-kitchens-cta__list li:before {
	content: "";
	position: absolute;
	top: 24px;
	left: 18px;
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	border-top: 0;
	border-left: 0;
	transform: rotate(45deg);
}

.custom-kitchens-cta__panel {
	flex: 0 0 360px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 22px;
	padding: 32px;
	background: #fff;
	color: #111;
}

.custom-kitchens-cta__panel .custom-kitchens-cta__panel-label {
	color: #777;
	font-size: 15px;
	margin-bottom: 0;
}

.custom-kitchens-cta__panel strong {
	display: block;
	color: #111;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.15;
}

.custom-kitchens-cta__panel p {
	color: #555;
	font-size: 17px;
	line-height: 1.6;
	margin-bottom: 0;
}

.custom-kitchens-cta__panel .theme-btn {
	align-self: flex-start;
	background: #111;
	color: #fff;
}

.custom-kitchens-order.wpo-contact-pg-section .wpo-contact-form-area {
	margin-bottom: 0;
}

.custom-kitchens-order .wpo-contact-title p {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.custom-kitchens-order .error-handling-messages {
	margin-top: 15px;
}

.custom-wardrobes-hero .hero-right:before {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.18) 44%, rgba(0, 0, 0, 0.04) 100%);
}

.custom-wardrobes-specs .custom-kitchens-card__number {
	font-size: 32px;
}

.custom-wardrobes-steps__list {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.custom-wardrobes-fill {
	background: #fff;
	border: 1px solid #e4e4e4;
	padding: 34px;
}

.custom-wardrobes-checklist {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.custom-wardrobes-checklist li {
	position: relative;
	color: #333;
	font-size: 18px;
	line-height: 1.5;
	padding-left: 28px;
}

.custom-wardrobes-checklist li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 12px;
	height: 12px;
	border: 2px solid #111;
	border-top: 0;
	border-left: 0;
	transform: rotate(45deg);
}

.custom-wardrobes-portfolio__lead {
	margin-top: -18px;
	margin-bottom: 32px;
}

.custom-wardrobes-portfolio {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.custom-wardrobes-project {
	position: relative;
	min-height: 430px;
	overflow: hidden;
	background: #111;
	color: #fff;
}

.custom-wardrobes-project img {
	width: 100%;
	height: 100%;
	min-height: 430px;
	display: block;
	object-fit: cover;
	opacity: 0.86;
	transform: scale(1.01);
	transition: transform 0.35s ease, opacity 0.35s ease;
}

.custom-wardrobes-project:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.custom-wardrobes-project:hover img {
	opacity: 1;
	transform: scale(1.05);
}

.custom-wardrobes-project__content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 30px;
}

.custom-wardrobes-project__content h3 {
	color: #fff;
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 12px;
	text-transform: none;
}

.custom-wardrobes-project__content p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
	line-height: 1.55;
	margin-bottom: 0;
}

.custom-wardrobes-project__content a {
	display: inline-flex;
	align-items: center;
	margin-top: 16px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.custom-wardrobes-project__content a:hover {
	color: #fff;
	border-color: #fff;
}

@media (max-width: 1199px) {
	.custom-kitchens-hero .content h1 {
		font-size: 78px;
	}

	.custom-kitchens-hero .content h1 span {
		font-size: 48px;
	}

	.custom-kitchens-hero .hero-right {
		max-width: 1000px;
	}

	.custom-kitchens-title h2 {
		font-size: 44px;
	}

	.custom-kitchens-grid--four,
	.custom-kitchens-steps__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.custom-kitchens-steps--timeline .custom-kitchens-steps__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.custom-wardrobes-steps__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.custom-kitchens-steps__head {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.custom-kitchens-steps__summary {
		max-width: 640px;
	}
}

@media (max-width: 991px) {
	.custom-kitchens-split__wrap {
		grid-template-columns: 1fr;
	}

	.custom-kitchens-hero .hero-right {
		display: none;
	}

	.custom-kitchens-grid--three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.custom-wardrobes-portfolio {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.custom-kitchens-cta__box {
		align-items: flex-start;
		flex-direction: column;
	}

	.custom-kitchens-cta__box h2 {
		font-size: 42px;
	}

	.custom-kitchens-cta__content {
		padding-right: 0;
	}

	.custom-kitchens-cta__panel {
		flex: 0 1 auto;
		width: 100%;
	}

	.custom-kitchens-title {
		margin-bottom: 38px;
	}

	.custom-kitchens-steps--timeline .custom-kitchens-steps__list li {
		min-height: 280px;
	}
}

@media (max-width: 767px) {
	.custom-kitchens-hero .content h1 {
		font-size: 56px;
		line-height: 1.05;
	}

	.custom-kitchens-hero .content h1 span {
		font-size: 32px;
	}

	.custom-kitchens-hero .content p,
	.custom-kitchens-intro__box p {
		font-size: 18px;
	}

	.custom-kitchens-intro {
		margin-top: 0;
	}

	.custom-kitchens-title {
		margin-bottom: 30px;
	}

	.custom-kitchens-title span {
		margin-bottom: 12px;
		font-size: 13px;
	}

	.custom-kitchens-title h2 {
		font-size: 32px;
		line-height: 1.14;
	}

	.custom-kitchens-title h2:after {
		margin-left: 0;
	}

	.custom-kitchens-intro__box,
	.custom-kitchens-card,
	.custom-kitchens-feature,
	.custom-kitchens-aside,
	.custom-wardrobes-fill,
	.custom-kitchens-steps__list li {
		padding: 26px;
	}

	.custom-kitchens-aside--photo {
		padding: 0;
		min-height: 320px;
	}

	.custom-kitchens-aside__content {
		padding: 26px;
	}

	.custom-kitchens-card__media {
		max-height: 180px;
		margin: -26px -26px 22px;
		opacity: 1;
		transform: none;
	}

	.custom-kitchens-card__media img {
		height: 180px;
	}

	.custom-kitchens-grid--four,
	.custom-kitchens-grid--three,
	.custom-kitchens-grid--two,
	.custom-wardrobes-portfolio,
	.custom-kitchens-steps__list {
		grid-template-columns: 1fr;
	}

	.custom-wardrobes-checklist {
		grid-template-columns: 1fr;
	}

	.custom-wardrobes-project,
	.custom-wardrobes-project img {
		min-height: 340px;
	}

	.custom-kitchens-steps__head {
		gap: 28px;
		margin-bottom: 34px;
	}

	.custom-kitchens-steps__summary {
		padding: 24px;
	}

	.custom-kitchens-steps--timeline .custom-kitchens-steps__list {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.custom-kitchens-steps--timeline .custom-kitchens-steps__list:before {
		display: none;
	}

	.custom-kitchens-steps--timeline .custom-kitchens-steps__list li {
		min-height: auto;
		padding: 26px;
	}

	.custom-kitchens-steps--timeline .custom-kitchens-steps__list span {
		width: 54px;
		height: 54px;
		margin-bottom: 22px;
	}

	.custom-kitchens-card h3,
	.custom-kitchens-feature h3,
	.custom-kitchens-steps__list h3 {
		font-size: 23px;
	}

	.custom-kitchens-steps--timeline .custom-kitchens-steps__list h3 {
		font-size: 24px;
	}

	.custom-kitchens-steps--timeline .custom-kitchens-steps__list p {
		font-size: 16px;
	}

	.custom-kitchens-cta {
		padding: 60px 0;
	}

	.custom-kitchens-cta__box h2 {
		font-size: 34px;
	}

	.custom-kitchens-cta__list {
		grid-template-columns: 1fr;
		margin-top: 26px;
	}

	.custom-kitchens-cta__list li {
		min-height: auto;
	}

	.custom-kitchens-cta__panel {
		padding: 26px;
	}

	.custom-kitchens-cta__panel strong {
		font-size: 28px;
	}

}

section.wpo-category-section img {
    width: 80px;
}

.image-wrap .row {
	row-gap: 40px;
}


.wpo-about-section .content h1 {
	color: #000;
	text-align: right;
	font-size: 128px;
	font-weight: 400;
	line-height: 1.05;
	margin-bottom: 34px;
}

.about-company-section {
	overflow: hidden;
}

.about-company-section .about-wrap {
	width: min(94%, 1560px);
}

.about-company-section .content {
	max-width: 760px;
	padding-bottom: 40px;
}

.about-company-section .content p {
	font-size: 19px;
	line-height: 1.7;
	max-width: 680px;
}

.about-company-section .content .about-btn {
	margin-top: 44px;
	margin-bottom: 36px;
}

.about-company-section .image-1 {
	right: 3vw;
	top: 56%;
	width: min(38vw, 610px);
	z-index: -2;
}

.about-company-section .image-2 {
	right: min(39vw, 650px);
	top: 62%;
	width: min(24vw, 380px);
	z-index: -1;
}

.about-company-section .image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.about-funfact .about-hero-stat span {
	color: #000;
	font-size: 120px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 4px;
}

.about-funfact .about-hero-stat .icon {
	line-height: 0;
	position: relative;
	bottom: -26px;
}

.about-service-section .service-card h3 {
	color: #000;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 18px;
}

.about-service-section .service-top,
.about-benefits-section .service-top {
	min-height: 640px;
}

.about-service-section .service-top .image img,
.about-benefits-section .service-top .image img {
	object-fit: cover;
}

.about-service-section .service-top .content,
.about-benefits-section .service-top .content {
	max-width: 760px;
	max-height: none;
	padding: 58px 64px;
	padding-bottom: 190px;
}

.about-service-section .service-top .content h2,
.about-benefits-section .service-top .content h2 {
	font-size: 56px;
	line-height: 1.12;
	margin-bottom: 22px;
}

.about-service-section .service-top .content p,
.about-benefits-section .service-top .content p {
	font-size: 18px;
	line-height: 1.65;
}

.about-service-section .service-wrap {
	margin-top: -130px;
	padding: 0 70px;
}

.about-service-section .service-card {
	min-height: 100%;
	padding: 34px;
}

.about-service-section .service-card p {
	font-size: 17px;
	line-height: 1.6;
}

.about-benefits-section {
	padding-top: 90px;
}

.about-benefits-section .service-top .content ul {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
	margin: 0 0 24px;
	padding-left: 22px;
}

.about-benefits-section .service-top .content li {
	margin-bottom: 8px;
}

.about-facts-section {
	padding: 78px 0 48px;
}

.about-facts-section .item .about-stat-value {
	color: #262626;
	display: block;
	font-size: 72px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 18px;
	letter-spacing: 0;
}

.about-facts-section .item .about-stat-value span {
	font-size: 72px;
}

.about-facts-section .item .about-stat-value .icon {
	font-size: 34px;
	position: relative;
	bottom: -8px;
}

.about-facts-section .item h3 {
	margin-top: 0;
	font-size: 20px;
	line-height: 1.3;
}

@media (max-width: 1399px) {
	.about-company-section .image-1 {
		right: -4vw;
		width: 42vw;
	}

	.about-company-section .image-2 {
		right: 34vw;
		width: 27vw;
	}

	.about-service-section .service-card h3 {
		font-size: 25px;
		line-height: 1.3;
	}

	.about-service-section .service-top .content,
	.about-benefits-section .service-top .content {
		max-width: 680px;
		padding-bottom: 170px;
	}

	.about-benefits-section .service-top .content ul {
		font-size: 18px;
	}
}

@media (max-width: 1199px) {
	.wpo-about-section .content h1 {
		text-align: left !important;
		font-size: 86px;
		line-height: 1.05;
		margin-bottom: 30px;
		margin-right: auto;
		display: block;
	}

	.about-company-section .content {
		max-width: 620px;
	}

	.about-company-section .image-1 {
		right: -13vw;
		width: 48vw;
	}

	.about-company-section .image-2 {
		right: 29vw;
		width: 31vw;
	}

	.about-service-section .service-wrap {
		margin-top: -95px;
		padding: 0 32px;
	}

	.about-facts-section .item .about-stat-value,
	.about-facts-section .item .about-stat-value span {
		font-size: 58px;
	}
}

@media (max-width: 991px) {
	.wpo-about-section .content h1 {
		font-size: 66px;
		line-height: 1.08;
		margin-bottom: 10px;
	}

	.about-company-section .content {
		max-width: none;
		padding-right: 20px;
	}

	.about-company-section .image {
		position: relative;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
		max-width: none;
		margin: 34px 20px 0;
	}

	.about-company-section .image-1,
	.about-company-section .image-2 {
		position: static !important;
		display: block !important;
		width: auto;
		transform: none;
	}

	.about-company-section .image img {
		height: 280px;
	}

	.about-funfact .about-hero-stat span {
		font-size: 82px;
		line-height: 1;
		letter-spacing: 2px;
	}

	.about-funfact .about-hero-stat .icon {
		bottom: -20px;
	}

	.about-service-section .service-top,
	.about-benefits-section .service-top {
		min-height: auto;
	}

	.about-service-section .service-top .content,
	.about-benefits-section .service-top .content {
		padding: 48px 28px;
		max-width: none;
	}

	.about-service-section .service-top .content h2,
	.about-benefits-section .service-top .content h2 {
		font-size: 42px;
	}

	.about-service-section .service-wrap {
		margin-top: 28px;
		padding: 0 20px;
	}
}

@media (max-width: 575px) {
	.wpo-about-section .content h1 {
		font-size: 44px;
		line-height: 1.1;
		margin-bottom: 10px;
	}

	.about-company-section .content p {
		font-size: 16px;
		line-height: 1.6;
	}

	.about-company-section .image {
		grid-template-columns: 1fr;
		margin-left: 10px;
		margin-right: 10px;
	}

	.about-company-section .image img {
		height: 230px;
	}

	.about-service-section .service-top .content h2,
	.about-benefits-section .service-top .content h2 {
		font-size: 34px;
	}

	.about-service-section .service-card {
		padding: 26px;
	}

	.about-facts-section .item .about-stat-value,
	.about-facts-section .item .about-stat-value span {
		font-size: 44px;
	}
}

.about-company-section {
	overflow: visible;
	padding-bottom: 90px !important;
}

.about-company-section .about-company-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
	gap: 56px;
	align-items: center;
}

.about-company-section .about-company-copy {
	max-width: 760px;
}

.about-company-section .about-company-copy h1 {
    color: #111;
    line-height: 1.04;
    margin-bottom: 32px;
    color: #000;
    font-family: "Onest", sans-serif;
    font-size: 40px;
    font-weight: 700;
}

.about-company-section .about-company-copy p {
	color: #232323;
	font-size: 18px;
	line-height: 1.72;
	max-width: 720px;
	margin-bottom: 18px;
}

.about-company-section .about-company-copy .about-btn {
	margin-top: 34px;
	margin-bottom: 0;
}

.about-company-media {
	position: relative;
}

.about-company-media img {
	width: 100%;
	aspect-ratio: 4 / 5;
	display: block;
	object-fit: cover;
	border-radius: 0;
	box-shadow: 0 22px 54px rgba(0, 0, 0, 0.14);
}

.about-company-facts {
	position: absolute;
	left: -36px;
	right: 36px;
	bottom: 28px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.about-company-fact {
	background: rgba(255, 255, 255, 0.94);
	padding: 22px 24px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}

.about-company-fact strong {
	display: block;
	color: #111;
	font-size: 48px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 8px;
}

.about-company-fact strong span {
	font-size: inherit;
	letter-spacing: 0;
}

.about-company-fact strong .icon {
	font-size: 24px;
	position: relative;
	bottom: -2px;
	margin-left: 2px;
}

.about-company-fact > span {
	display: block;
	color: #555;
	font-size: 15px;
	line-height: 1.35;
}

.about-service-section {
	background: #f6f6f6;
}

.about-service-section .about-service-head {
	align-items: center;
	margin-bottom: 36px;
}

.about-service-image img {
	width: 100%;
	aspect-ratio: 16 / 11;
	display: block;
	object-fit: cover;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
}



.about-service-copy h2 {
	color: #111;
	font-size: 56px;
	font-weight: 400;
	line-height: 1.12;
	margin-bottom: 24px;
}

.about-service-copy p {
	color: #333;
	font-size: 18px;
	line-height: 1.72;
	margin-bottom: 0;
}

.about-service-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.about-service-grid .service-card {
	min-height: 100%;
	margin-bottom: 0;
	padding: 32px;
	border: 1px solid #e2e2e2;
	background: #fff;
}

.about-service-grid .service-card .icon {
	margin-bottom: 18px;
}

.about-service-grid .service-card h3 {
	color: #111;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 14px;
}

.about-service-grid .service-card p {
	color: #565656;
	font-size: 16px;
	line-height: 1.6;
}

@media (max-width: 1199px) {
	.about-company-section .about-company-layout {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
		gap: 36px;
	}

	.about-company-section .about-company-copy h1,
	.about-service-copy h2 {
		font-size: 54px;
	}

	.about-company-facts {
		left: -20px;
		right: 20px;
	}
}

@media (max-width: 991px) {
	.about-company-section {
		padding-bottom: 70px !important;
	}

	.about-company-section .about-company-layout,
	.about-service-section .about-service-head {
		grid-template-columns: 1fr;
	}

	.about-company-section .about-company-copy {
		max-width: none;
	}

	.about-company-media img {
		aspect-ratio: 16 / 10;
	}

	.about-company-facts {
		position: static;
		margin-top: 14px;
	}

	.about-service-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575px) {
	.about-company-section .about-company-copy h1,
	.about-service-copy h2 {
		font-size: 38px;
	}

	.about-company-section .about-company-copy p,
	.about-service-copy p {
		font-size: 16px;
		line-height: 1.62;
	}

	.about-company-facts {
		grid-template-columns: 1fr;
	}

	.about-company-fact {
		padding: 18px 20px;
	}

	.about-company-fact strong {
		font-size: 38px;
	}

	.about-service-grid .service-card {
		padding: 24px;
	}
}


.wpo-upper-footer svg {
    width: 40px;
    height: 40px;
}

/* search page */
.search-section {
	position: relative;
	overflow: hidden;
	background: #fff;
}

.searchpage {
	position: relative;
	overflow: hidden;
	max-width: 760px;
	margin: 0 auto;
	background: transparent;
	border: 0;
	box-shadow: none;
	isolation: isolate;
}

.searchpage:before {
	display: none;
}

.searchpage .box_in {
	padding: 0;
}

.searchpage__main {
	text-align: center;
}

.searchpage__eyebrow {
	display: inline-block;
	color: #777;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0;
	margin-bottom: 14px;
}

.searchpage .title {
	color: #111;
	font-size: 48px;
	font-weight: 400;
	line-height: 1.12;
	margin-bottom: 16px;
	text-transform: none;
}

.searchpage__lead {
	max-width: 560px;
	margin: 0 auto 34px;
	color: #555;
	font-size: 18px;
	line-height: 1.62;
}

.searchtable table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

.searchtable td.search {
	padding: 0;
}

.search-form-inner {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 0 12px;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(17, 17, 17, 0.18);
	box-shadow: none;
	transition: border-color 0.25s ease;
}

.search-form-inner:focus-within {
	border-color: #111;
	box-shadow: none;
	transform: none;
}

.search-form-icon {
	position: relative;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	background: transparent;
	border: 0;
}

.search-form-icon:before {
	content: "";
	position: absolute;
	left: 3px;
	top: 3px;
	width: 15px;
	height: 15px;
	border: 1px solid #111;
	border-radius: 50%;
}

.search-form-icon:after {
	content: "";
	position: absolute;
	left: 17px;
	top: 18px;
	width: 10px;
	height: 1px;
	background: #111;
	transform: rotate(45deg);
	transform-origin: left center;
}

.searchtable input[type="text"],
.searchtable input[type="search"] {
	width: 100%;
	height: 48px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #111;
	font-size: 18px;
	line-height: 48px;
	outline: none;
	box-shadow: none;
}

.searchtable input[type="text"]:focus,
.searchtable input[type="search"]:focus {
	box-shadow: none;
}

.searchpage .bbcodes {
	flex: 0 0 auto;
	min-width: 102px;
	height: 48px;
	padding: 0 20px;
	border: 1px solid #111;
	background: #111;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.searchpage .bbcodes:hover,
.searchpage .bbcodes:focus {
	background: #333;
	border-color: #333;
	color: #fff;
}

.search_result_num {
	margin-top: 24px;
	padding: 0;
	background: transparent;
	border: 0;
	color: #555;
	font-size: 16px;
	line-height: 1.55;
	text-align: left;
}

@media (max-width: 991px) {
	.searchpage .box_in {
		padding: 46px 38px 50px;
	}
}

@media (max-width: 767px) {
	.searchpage .box_in {
		padding: 34px 22px 38px;
	}

	.searchpage .title {
		font-size: 38px;
		margin-bottom: 24px;
	}

	.search-form-inner {
		flex-direction: column;
		align-items: stretch;
		padding-bottom: 0;
		border-bottom: 0;
	}

	.search-form-icon {
		display: none;
	}

	.searchtable input[type="text"],
	.searchtable input[type="search"] {
		height: 54px;
		padding: 0 14px;
		background: transparent;
		border: 1px solid rgba(17, 17, 17, 0.18);
		font-size: 16px;
		line-height: 54px;
	}

	.searchpage .bbcodes {
		width: 100%;
		height: 54px;
		line-height: 54px;
	}
}