@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-family: "Poppins", sans-serif;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 73px 0 0;
	overflow-x: hidden;
}

a:active {
	outline: none;
	border: none;
}

a:focus {
	-moz-outline-style: none;
	outline: none;
}

input[type="file"]::-webkit-file-upload-button {
	cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
	cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
	cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
	cursor: pointer;
}

input[type="file"] {
	cursor: pointer;
}

select {
	cursor: pointer;
}

body select::-ms-expand {
	display: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner,
a::-moz-focus-inner,
button,
a {
	border: 0;
	outline: none;
}

*::-moz-selection {
	color: #fff;
	background: #000;
}

*::-webkit-selection {
	color: #fff;
	background: #000;
}

*::-webkit-input-placeholder {
	color: #333333;
	opacity: 1;
}

*:-moz-placeholder {
	color: #333333;
	opacity: 1;
}

*::-moz-placeholder {
	color: #333333;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: #333333;
	opacity: 1;
}

a,
a:hover,
a:active,
a:focus,
button {
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

*::after,
*::before,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

body p {
	color: #757575;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 160%;
	padding: 0;
}

body p:empty {
	display: none;
	line-height: 0;
}

body p strong {
	font-weight: bold;
}

body a {
	color: #161616;
}

body .clearfix,
body .clear {
	clear: both;
	line-height: 100%;
}

body .clearfix {
	height: auto;
}

* {
	outline: none !important;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
	clear: both;
	display: block;
	content: "";
}

div input,
div select,
div textarea,
div button {
	font-family: "Poppins", sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-family: "Poppins", sans-serif;
	line-height: normal;
	margin: 0 0 15px;
}

img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: block;
	object-fit: cover;
}

.hidden {
	display: none !important;
}

.container:after {
	content: "";
	display: block;
	clear: both;
}

body .container {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

body .container-xl {
	max-width: 1400px;
}

body .container .container {
	width: 100%;
	max-width: 100%;
}

html.no-scroll body,
html.no-scroll {
	overflow: hidden;
	height: 100%;
}

.section-gapping {
	padding-top: 80px;
	padding-bottom: 80px;
}

.bottom-gapping {
	padding-bottom: 80px;
}

.top-gapping {
	padding-top: 80px;
}

/***************************/

.nav-blur {
	backdrop-filter: blur(12px);
	background: #ffffff;
	border-radius: 0;
	margin: 0;
	position: fixed;

	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	width: 100% !important;
}

.nav-container {
	padding: 8px 32px;
	min-height: calc(32px + 16px);
	display: flex;
	align-items: center;
}

.nav-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	width: 100%;
}

.logo-container {
	display: flex;
	align-items: center;
	gap: 12px;
	height: 100%;
}

.logo-bg {
	background: #dc2626;
	color: #ffffff;
	width: 32px;
	height: calc(32px + 8px);
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

.logo-bg span {
	color: #ffffff;
	font-weight: bold;
	font-size: inherit;
	line-height: 1;
}

.logo-image {
	height: 57px;
	border-radius: 6px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-image img {
	height: 57px;
	width: auto;
	image-rendering: auto;
}

.logo-container a {
	text-decoration: none;
	display: flex;
	align-items: center;
}

.desktop-nav {
	display: flex;
	flex: 1;
	justify-content: flex-start;
	gap: 24px;
	margin-left: 30px;
}

.dropdown {
	position: relative;
	white-space: nowrap;
}

.nav-item {
	color: #161616;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.01em;
	transition: all 0.2s ease;
	text-decoration: none;
	display: flex;
	align-items: center;
	padding: 8px 10px;
	min-width: fit-content;
	height: 32px;
}

.nav-item:hover {
	color: #374151;
	border-bottom: 1.5px solid #c22e35;
}

.dropdown:hover .nav-item {
	color: #374151;
	border-bottom: 1.5px solid #c22e35;
}

.dropdown-arrow::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 6px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg) translateY(-1px);
	transition: transform 0.2s ease;
	vertical-align: baseline;
}

.dropdown:hover .dropdown-arrow::after {
	transform: rotate(225deg) translateY(-1px);
}

.dropdown-menu {
	background: #fffcfc;
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 8px;
	width: 192px;
	border-radius: 8px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease;
}

.dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
}

.dropdown-item {
	display: block;
	padding: 8px 16px;
	font-size: 16px;
	color: #374151;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.dropdown-item:hover {
	background: #f3f4f6;
	color: #111827;
}

/* Mega Menu Styles */
.mega-dropdown-menu {
	background: #fffcfc;
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
	position: fixed;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease;
	z-index: 1000;
	width: 95%;
	max-width: 1654px;
	padding: 50px 70px 0;
	display: flex;
	flex-direction: column;
	border-radius: 12px;
	margin-top: 8px;
}

.dropdown.has-mega-menu:hover .mega-dropdown-menu {
	opacity: 1;
	visibility: visible;
}

.dropdown:not(.has-mega-menu):hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
}

.mega-menu-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	height: 100%;
}

.mega-menu-column {
	display: flex;
	flex-direction: column;
}

.mega-menu-category {
	margin-bottom: 24px;
}

.mega-menu-category h3 {
	font-size: 18px;
	font-weight: 600;
	color: #161616;
	margin-bottom: 12px;
	padding-bottom: 8px;
	position: relative;
}

.mega-menu-category ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mega-menu-category li {
	margin-bottom: 8px;
}

.mega-menu-category a {
	color: #161616;
	text-decoration: none;
	font-size: 16px;
	transition: color 0.2s ease;
	display: block;
	padding: 4px 0;
}

.mega-menu-category a:hover {
	color: #dc2626;
}

.nav-mega-cta-container {
	border-radius: 12px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 280px;
}

.nav-mega-cta-image {
	width: 100%;
	height: auto;
	max-height: 492px;
	object-fit: cover;
	border-radius: 8px;
}

.nav-mega-cta-bottom-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 160px;
	border-radius: 16px;
	background: rgba(22, 22, 22, 0.75);
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 20px;
	color: white;
	text-align: left;
}

.nav-mega-cta-overlay-title {
	font-size: 18px;
	font-weight: 500;
	color: white;
	line-height: 1.2;
	margin-bottom: 0;
	width: 100%;
}

.nav-mega-cta-overlay-subtitle {
	font-size: 12px;
	font-weight: 400;
	color: white;
	opacity: 1;
	line-height: 18px;
	margin-bottom: 0;
	flex: 1;
	padding-right: 10px;
	width: auto;
	white-space: normal;
}

.nav-mega-cta-bottom-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
}

.nav-mega-cta-download-btn {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	padding: 12px;
	color: white;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	backdrop-filter: blur(8px);
	margin-top: 0;
	width: 48px;
	height: 48px;
	flex-shrink: 0;
}

.nav-mega-cta-download-btn:hover {
	background: rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.5);
	transform: translateY(-2px);
	color: white;
}

.nav-mega-cta-download-icon {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-mega-cta-download-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.nav-mega-cta-download-icon svg {
	width: 16px;
	height: 16px;
}

.mega-menu-footer {
	background: #f1f0ed;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	font-size: 18px;
	font-weight: 500;
	color: #161616;
	letter-spacing: 0.05em;
	margin: 0 -70px;
	border-radius: 16px;
	gap: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
}

.mega-menu-footer:hover {
	background: #e5e4e1;
	color: #dc2626;
	transform: translateY(-1px);
}

.mega-menu-footer-icon {
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}

.mega-menu-footer:hover .mega-menu-footer-icon {
	transform: scale(1.1);
}

.mega-menu-footer-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.right-actions {
	display: flex;
	align-items: center;
	gap: 16px;
}

.contact-badge {
	background: none;
	border: none;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #161616;
	font-size: 18px;
	font-weight: 500;
	transition: all 0.3s ease;
	cursor: pointer;
	text-decoration: none;
	height: 32px;
}

.contact-badge:hover {
	color: #374151;
}

.contact-arrow-icon {
	background: #b33c3b;
	width: 14px;
	height: 14px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.contact-badge:hover .contact-arrow-icon {
	background: #9a2f2e;
	transform: translateX(2px) translateY(-2px);
}

.search-icon {
	transition: all 0.3s ease;
	color: #161616;
	background: none;
	border: none;
	padding: 8px;
	cursor: pointer;
	border-radius: 4px;
	height: 32px;
	width: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-icon svg {
	width: 16px;
	height: 16px;
}

.search-icon:hover {
	transform: scale(1.1);
	color: #dc2626;
}

.mobile-menu-toggle {
	background: none;
	border: none;
	color: #161616;
	padding: 8px;
	cursor: pointer;
	display: none;
	height: 32px;
	width: 32px;
	align-items: center;
	justify-content: center;
}

.mobile-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fffcfc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-top: none;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	display: none;
	padding: 16px;
}

.mobile-menu-content {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.mobile-menu-item {
	width: 100%;
	text-align: left;
	color: #161616;
	background: none;
	border: none;
	padding: 12px 0;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: color 0.2s ease;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu-item:last-child {
	border-bottom: none;
}

.mobile-menu-item:hover {
	color: #374151;
}

.mobile-submenu {
	margin-left: 0;
	margin-top: 8px;
	padding-left: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	border-left: 2px solid rgba(0, 0, 0, 0.2);
}

.mobile-submenu-item {
	color: #6b7280;
	text-decoration: none;
	padding: 8px 0;
	font-size: 14px;
	transition: color 0.2s ease;
}

.mobile-submenu-item:hover {
	color: #161616;
}

/* Mobile Equipment Menu Styles */
.mobile-equipment-submenu {
	max-height: 400px;
	overflow-y: auto;
}

.mobile-collection-group {
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-collection-group:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.mobile-collection-title {
	color: #161616;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	display: block;
	padding: 8px 0;
	margin-bottom: 4px;
	transition: color 0.2s ease;
}

.mobile-collection-title:hover {
	color: #dc2626;
}

.mobile-product-item {
	color: #6b7280;
	font-size: 14px;
	font-weight: 400;
	padding: 4px 0 4px 16px;
	margin-bottom: 4px;
}

.mobile-view-all {
	color: #dc2626;
	font-size: 14px;
	font-weight: 500;
	padding: 6px 0 6px 16px;
	margin-top: 4px;
}

.mobile-view-all:hover {
	color: #b91c1c;
}

.mobile-contact-badge {
	background: none;
	border: none;
	padding: 16px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	color: #161616;
	font-size: 16px;
	font-weight: 500;
	margin-top: 16px;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s ease;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.mobile-contact-badge:hover {
	color: #374151;
}

.mobile-contact-badge .contact-arrow-icon {
	width: 18px;
	height: 18px;
}

/* Hero Banner Styles */
.hero-banner-section {
	min-height: 100vh;
	display: flex;
	align-items: center;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}

.hero-banner-video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
}

.hero-banner-video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%);
	z-index: -1;
}

.hero-banner-container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 128px 32px 0;
	width: 90%;
}

.hero-banner-content {
	max-width: 1000px;
}

.hero-banner-title {
	color: #ffffff;
	font-weight: 500;
	line-height: 60px;
	letter-spacing: -0.02em;
	font-size: 40px;
	margin-bottom: 24px;
}

.hero-banner-subtitle {
	margin-bottom: 32px;
	max-width: 600px;
}

.hero-banner-subtitle-line {
	color: #ffffff;
	line-height: 30px;
	margin: 0 0 8px;
}

.hero-banner-subtitle-line:last-child {
	margin-bottom: 0;
}

.hero-banner-cta-button {
	background-color: #c22e35;
	color: white;
	border: 1px solid #c22e35;
	transition: all 0.7s cubic-bezier(0.83, 0, 0.17, 1);
	width: 200px;
	border-radius: 4px;
	font-weight: 600;
	font-size: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	padding: 0;
	z-index: 1;
	height: 50px;
}

.hero-banner-cta-button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: white;
	transition: width 0.7s cubic-bezier(0.83, 0, 0.17, 1);
	z-index: -1;
}

.hero-banner-cta-button:hover::before {
	width: 100%;
}

.hero-banner-cta-button:hover {
	color: #161616;
	box-shadow: 0 6px 20px rgba(220, 38, 38, 0.4);
	transform: translateY(-2px);
}

.hero-banner-cta-button .hero-banner-cta-icon {
	width: 15px;
	height: 15px;
}

.hero-banner-cta-icon {
	transition: transform 0.3s ease;
}

.hero-banner-cta-button:hover .hero-banner-cta-icon {
	transform: translateX(4px);
}

/* Default background if no video is set */
.hero-banner-section.hero-banner-default-bg {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
}

@keyframes hero-banner-fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hero-banner-content > * {
	animation: hero-banner-fadeInUp 0.8s ease-out forwards;
}

.hero-banner-title {
	animation-delay: 0.2s;
}

.hero-banner-subtitle {
	animation-delay: 0.4s;
}

.hero-banner-cta-button {
	animation-delay: 0.6s;
}

/* Exhibition Series Styles */
.exhibition-series-section {
	padding: 30px 0;
	background-color: #ffffff;
}

.exhibition-series-header {
	text-align: center;
}

.exhibition-series-description {
	color: rgba(22, 22, 22, 0.5);
	font-size: 18px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0px;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	display: block;
	width: 100%;
}

.exhibition-series-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 40px;
	justify-content: center;
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto;
}

.exhibition-series-card {
	background: #f1efee;
	border-radius: 8px;
	padding: 0;
	text-align: center;
	transition: all 0.3s ease;
	border: 1px solid #e0e0e0;
	position: relative;
	overflow: visible;
	height: 400px;
	display: flex;
	flex-direction: column;
}

.exhibition-series-image {
	margin-bottom: 20px;
	height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	flex-shrink: 0;
}

.exhibition-series-image-link {
	display: flex;
	width: 100%;
	height: 100%;
	text-decoration: none;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.exhibition-series-image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.exhibition-series-card:hover .exhibition-series-image img {
	transform: scale(1.05);
}

.exhibition-series-card:hover .exhibition-series-image-link img {
	transform: scale(1.05);
}

.exhibition-series-placeholder-image {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f8f8f8;
	border-radius: 8px;
	transition: transform 0.3s ease;
}

.exhibition-series-card:hover .exhibition-series-placeholder-image {
	transform: scale(1.05);
}

.exhibition-series-content {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.exhibition-series-card-title {
	font-size: 24px;
	font-weight: 600;
	color: #333333;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.3;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration-color: transparent;
	text-underline-offset: 4px;
	transition: text-decoration-color 0.3s ease;
}

.exhibition-series-card-title-link {
	text-decoration: none;
	display: block;
}

.exhibition-series-card:hover .exhibition-series-card-title {
	text-decoration: underline #c22e35 3px;
}

.exhibition-series-card-description {
	font-size: 14px;
	color: rgba(22, 22, 22, 0.5);
	line-height: 1.5;
	text-align: center;
	height: 54px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	flex-shrink: 0;
	width: 290px;
	margin: 0 auto;
}

.exhibition-series-action {
	flex-shrink: 0;
	padding-bottom: 5px;
}

.exhibition-series-learn-more-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 12px 24px;
	background: transparent;
	border: 2px solid #cccccc;
	color: #666666;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition:
		color 0.3s ease,
		transform 0.3s ease;
	border-radius: 4px;
}

.exhibition-series-learn-more-btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #333333;
	transition: left 0.3s ease;
	z-index: -1;
}

.exhibition-series-btn-arrow {
	width: 12px;
	height: 12px;
	flex-shrink: 0;
	transition: transform 0.3s ease;
}

.exhibition-series-learn-more-btn:hover::after {
	left: 0;
}

.exhibition-series-learn-more-btn:hover {
	color: #ffffff;
	transform: translateY(-2px);
}

.exhibition-series-learn-more-btn:hover .exhibition-series-btn-arrow {
	transform: translateX(3px);
}

.exhibition-series-empty-state {
	text-align: center;
	padding: 80px 20px;
	color: #666;
}

.exhibition-series-empty-icon {
	margin-bottom: 24px;
}

.exhibition-series-empty-title {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 12px;
	color: #333;
}

.exhibition-series-empty-description {
	font-size: 16px;
	margin: 0;
	color: #666;
}

/* Sustainable Manufacturing Styles */
.sustainable-manufacturing-section {
	padding: 30px 0;
	background-color: #f1f0ee;
	overflow-x: hidden;
}

.sustainable-manufacturing-container,
.feature-highlights-container {
	max-width: 1625px;
	margin: 0 auto;
	padding: 0 15px;
}

.sustainable-manufacturing-certifications-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
}

.sustainable-manufacturing-certification-item {
	text-align: center;
	padding: 15px;
}

.sustainable-manufacturing-certification-icon {
	width: 70px;
	height: 70px;
	margin: 0 auto 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #c22e35;
	border-radius: 50%;
	padding: 15px;
}

.sustainable-manufacturing-certification-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sustainable-manufacturing-placeholder-icon {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sustainable-manufacturing-certification-title {
	font-size: 18px;
	font-weight: 500;
	color: #161616;
	margin: 0 0 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.sustainable-manufacturing-certification-subtitle {
	font-weight: 500;
	color: #161616;
	margin: 0;
	line-height: 1.4;
}

.sustainable-manufacturing-statistics-carousel {
	position: relative;
	width: 100%;
}

.sustainable-manufacturing-carousel-container {
	position: relative;
	display: flex;
	align-items: center;
	gap: 20px;
	max-width: 100%;
	justify-content: center;
}

.sustainable-manufacturing-carousel-wrapper {
	flex: 1;
	overflow: hidden;
	border-radius: 12px;
	min-width: 0;
	width: 100%;
	max-width: 1400px;
}

.sustainable-manufacturing-carousel-track {
	display: grid;
	width: 100%;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.sustainable-manufacturing-statistic-item {
	width: 100%;
	background-color: white;
	border-radius: 8px;
	overflow: hidden;
}

.sustainable-manufacturing-statistic-image {
	width: 100%;
	height: 360px;
	border-radius: 8px;
	overflow: hidden;
	background: #f8f8f8;
}

.sustainable-manufacturing-statistic-image img {
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease;
	object-fit: cover;
}

.sustainable-manufacturing-statistic-item:hover .sustainable-manufacturing-statistic-image img {
	transform: scale(1.05);
}

.sustainable-manufacturing-placeholder-image {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sustainable-manufacturing-statistic-content {
	text-align: center;
	padding: 20px 0;
}

.sustainable-manufacturing-statistic-number {
	font-size: 34px;
	font-weight: 500;
	color: #161616;
	margin: 0 0 10px;
	line-height: 1;
}

.sustainable-manufacturing-statistic-label {
	font-size: 22px;
	font-weight: 500;
	color: #161616;
	margin: 0 0 10px;
	letter-spacing: 1px;
}

.sustainable-manufacturing-statistic-description {
	font-size: 14px;
	font-weight: 400;
	color: rgba(22, 22, 22, 0.5);
	line-height: 1.5;
	margin: 0;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.sustainable-manufacturing-statistic-button {
	margin-top: 15px;
	text-align: center;
}

.sustainable-manufacturing-carousel-btn {
	width: 50px;
	height: 50px;
	border: 1px solid #000000;
	background: transparent;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #000000;
	flex-shrink: 0;
}

.sustainable-manufacturing-carousel-btn:hover {
	background: #f5f5f5;
	color: #333333;
	transform: scale(1.1);
}

.sustainable-manufacturing-carousel-indicators {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 30px;
}

.sustainable-manufacturing-indicator {
	width: 8px;
	height: 8px;
	min-width: 8px;
	min-height: 8px;
	border-radius: 50%;
	border: none;
	background: #cccccc;
	cursor: pointer;
	transition: background-color 0.3s ease;
	flex-shrink: 0;
}

.sustainable-manufacturing-indicator.active {
	background: #121212;
}

.industrial-manufacturing-section-template {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.industrial-manufacturing-section-template .industrial-manufacturing-video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
}

.industrial-manufacturing-section-template .industrial-manufacturing-background-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	z-index: -1;
}

.industrial-manufacturing-section-template .industrial-manufacturing-background-overlay.has-image {
	background-image: url("../images/WHERE-TRUST-IS-MANUFACTURED_2048x.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.industrial-manufacturing-section-template .industrial-manufacturing-background-overlay::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%);
	z-index: 1;
}

.industrial-manufacturing-section-template .industrial-manufacturing-container {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	z-index: 2;
}

.industrial-manufacturing-section-template .industrial-manufacturing-content-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	padding-right: 60px;
	position: absolute;
	top: 60%;
	right: 0;
	transform: translateY(-50%);
	width: auto;
	max-width: 500px;
}

.industrial-manufacturing-section-template .industrial-manufacturing-text-content {
	color: white;
	text-align: left;
}

.industrial-manufacturing-section-template .industrial-manufacturing-main-title {
	font-size: 40px;
	font-weight: 500;
	line-height: 60px;
	color: #fff;
	margin: 0 0 60px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	max-width: 500px;
}

.industrial-manufacturing-section-template .industrial-manufacturing-feature-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.industrial-manufacturing-section-template .industrial-manufacturing-icon {
	font-size: 2.5rem;
	margin-top: 5px;
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}

.industrial-manufacturing-section-template .industrial-manufacturing-description-image {
	object-fit: cover;
	border-radius: 8px;
	margin-top: 5px;
}

.industrial-manufacturing-section-template .industrial-manufacturing-text-block {
	flex: 1;
	text-align: right;
}

.industrial-manufacturing-section-template .industrial-manufacturing-description {
	line-height: 1.6;
	color: #ffffff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	margin: 0;
}

/* Liquid Code Generator Styles */
.liquid-generator-section {
	background-color: #f1f0ed;
	margin: 0;
	padding: 0;
}

.liquid-generator-section .liquid-code-generator-module-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	padding: 30px 0;
}

.liquid-generator-section .liquid-code-generator-module-card {
	flex: 1;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	animation: liquidCodeGeneratorSlideUp 0.6s ease-out;
	animation-fill-mode: both;
}

.liquid-generator-section .liquid-code-generator-module-card:nth-child(1) {
	animation-delay: 0ms;
}

.liquid-generator-section .liquid-code-generator-module-card:nth-child(2) {
	animation-delay: 100ms;
}

.liquid-generator-section .liquid-code-generator-module-card:nth-child(3) {
	animation-delay: 200ms;
}

.liquid-generator-section .liquid-code-generator-module-card:nth-child(4) {
	animation-delay: 300ms;
}

.liquid-generator-section .liquid-code-generator-module-image {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	margin-bottom: 16px;
	width: 100%;
	height: 340px;
}

.liquid-generator-section .liquid-code-generator-module-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.liquid-generator-section .liquid-code-generator-module-image:hover img {
	transform: scale(1.1);
}

.liquid-generator-section .liquid-code-generator-module-content {
	padding: 0 8px;
}

.liquid-generator-section .liquid-code-generator-module-title {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 500;
	color: #161616;
	margin: 12px 0;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	height: 32px;
	overflow: hidden;
	text-align: left;
}

.liquid-generator-section .liquid-code-generator-module-icon {
	color: #4b5563;
	font-size: 18px;
}

.liquid-generator-section .liquid-code-generator-module-description {
	line-height: 1.625;
	font-size: 14px;
	font-weight: 400;
	color: rgba(22, 22, 22, 0.5);
	display: flex;
	align-items: flex-start;
	overflow: hidden;
	text-align: left;
}

@keyframes liquidCodeGeneratorSlideUp {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Contact Hero Styles */
.contact-hero-section {
	position: relative;
	width: 100%;
	height: 969px;
	overflow: hidden;
	background-color: #1b1b1b;
}

.contact-hero-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.contact-hero-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	border-radius: 16px;
	overflow: hidden;
	z-index: 1;
}

.background-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: none;
	border-radius: 16px;
}

.background-placeholder {
	width: 100%;
	height: 100%;
	background-color: #1b1b1b;
	border-radius: 16px;
}

.background-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.contact-hero-content {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	padding-bottom: 130px;
}

.contact-hero-content .container {
	max-width: 1750px;
	padding: 0 48px;
}

.content-wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 100px;
}

.text-content {
	flex: 1;
	max-width: 800px;
}

.contact-heading,
.our-journey__title,
.factory-numbers__title,
.brand-custom-colors-title {
	font-size: 48px;
	font-weight: 500;
	color: #ffffff;
	margin: 0 0 20px;
	line-height: 1.2;
}

.contact-heading {
	text-transform: uppercase;
	letter-spacing: 2px;
}

.brand-custom-colors-title {
	color: #161616;
	margin: 0 0 30px;
	max-width: 556px;
}

.our-journey__title,
.quality-control-header {
	color: #161616;
}

.factory-numbers__title {
	text-align: center;
	margin-bottom: 90px;
	letter-spacing: 0.5px;
}

.contact-description {
	color: #ffffff;
	line-height: 30px;
	margin: 0;
	max-width: 500px;
}

.button-content {
	flex-shrink: 0;
	display: flex;
	gap: 20px;
	align-items: center;
}

.contact-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 28px;
	background-color: #c22e35;
	color: white;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #c22e35;
	border-radius: 4px;
	transition: all 0.7s cubic-bezier(0.83, 0, 0.17, 1);
	cursor: pointer;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.contact-button::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #ffffff;
	transition: all 0.7s cubic-bezier(0.83, 0, 0.17, 1);
	z-index: -1;
}

.contact-button:hover {
	color: #161616;
}

.contact-button:hover::before {
	left: 0;
}

.catalog-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 28px;
	background-color: #ffffff;
	color: #161616;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 0px solid transparent;
	border-radius: 4px;
	transition: all 0.7s cubic-bezier(0.83, 0, 0.17, 1);
	cursor: pointer;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.catalog-button::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #313131;
	transition: all 0.7s cubic-bezier(0.83, 0, 0.17, 1);
	z-index: -1;
}

.catalog-icon {
	flex-shrink: 0;
	width: 19px;
	height: 17px;
	border-bottom: 2px solid #c12e35;
	transition: all 0.7s cubic-bezier(0.83, 0, 0.17, 1);
	position: relative;
	z-index: 2;
}

.cta-icon-wrapper {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 8px;
	flex-shrink: 0;
}

.cta-icon {
	flex-shrink: 0;
	width: 12px;
	height: 8px;
	transition: all 0.3s ease;
	position: relative;
	z-index: 2;
	object-fit: contain;
}

.cta-icon-normal,
.cta-icon-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 8px;
	transition:
		opacity 0.3s ease,
		transform 0.3s ease;
}

.cta-icon-normal {
	opacity: 1;
	transform: translateX(0);
}

.cta-icon-hover {
	opacity: 0;
	transform: translateX(2px);
}

.contact-button:hover .cta-icon-normal {
	opacity: 0;
	transform: translateX(2px);
}

.contact-button:hover .cta-icon-hover {
	opacity: 1;
	transform: translateX(2px);
}

.contact-button:hover .cta-icon:not(.cta-icon-normal):not(.cta-icon-hover) {
	transform: translateX(2px);
}

.catalog-button:hover {
	color: white;
}

.catalog-button:hover::before {
	left: 0;
}

.catalog-button:hover .catalog-icon {
	border-bottom-color: white;
	transform: translateY(2px);
}

.resources-mega-grid {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 228px;
	height: 100%;
	margin-bottom: 64px;
}

.resources-cards-container {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.resources-menu-column {
	display: flex;
	flex-direction: column;
}

.resources-menu-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.resources-menu-item {
	color: #161616;
	font-size: 28px;
	font-weight: 600;
	text-decoration: none;
	padding: 8px 0;
	transition: color 0.2s ease;
	border-bottom: none;
}

.resources-menu-item:hover {
	color: #dc2626;
}

.resources-content-column {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	flex: 1;
}

.resources-blog-card {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	border-radius: 16px;
	position: relative;
	width: 100%;
	height: 394px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	text-decoration: none;
	display: block;
	transition: transform 0.2s ease;
}

.resources-blog-card:hover {
	transform: translateY(-2px);
}

/* Ensure cards have minimum width in all breakpoints */

.resources-blog-tag {
	width: 80px;
	height: 28px;
	border-radius: 0px 40px 40px 0px;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
	background: rgba(172, 13, 46, 1);
	color: white;
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	top: 16px;
	left: 0px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.resources-blog-images {
	display: none;
}

.resources-blog-image {
	display: none;
}

.resources-blog-content {
	position: absolute;
	bottom: 0;
	left: 0;

	min-height: 120px;
	max-height: 200px;
	border-radius: 0px 0px 16px 16px;
	background: rgba(22, 22, 22, 0.75);
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow-y: auto;
	width: 100%;
}

.resources-blog-title {
	font-size: 18px;
	font-weight: 600;
	color: white;
	margin-bottom: 8px;
	line-height: 1.3;
	width: 100%;
	max-width: 414px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.resources-blog-description {
	font-size: 14px;
	color: white;
	line-height: 1.4;
	margin: 0;
	width: 100%;
	max-width: 414px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.resources-blog-arrow {
	position: absolute;
	bottom: 16px;
	right: 16px;
	background: rgba(255, 255, 255, 0.5);
	border: none;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
	color: #374151;
	pointer-events: none;
}

.resources-blog-card:hover .resources-blog-arrow {
	background: rgba(255, 255, 255, 0.7);
	transform: translateX(2px);
}

.resources-story-column {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	flex: 1;
}

.resources-story-card {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	border-radius: 16px;
	position: relative;
	width: 498px;
	height: 394px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	text-decoration: none;
	display: block;
	transition: transform 0.2s ease;
}

.resources-story-card:hover {
	transform: translateY(-2px);
}

.resources-story-tag {
	width: 120px;
	height: 28px;
	border-radius: 0px 40px 40px 0px;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
	background: rgba(172, 13, 46, 1);
	color: white;
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	top: 16px;
	left: 0px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.resources-story-logo {
	display: none;
}

.resources-logo-image {
	display: none;
}

.resources-story-content {
	position: absolute;
	bottom: 0;
	left: 0;

	min-height: 120px;
	border-radius: 0px 0px 16px 16px;
	background: rgba(22, 22, 22, 0.75);
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
}

.resources-story-text {
	font-size: 14px;
	color: white;
	line-height: 1.4;
	margin: 0;
	width: 100%;
	max-width: 415px;
	white-space: normal;
}

/* Custom scrollbar for content overflow */
.resources-blog-content::-webkit-scrollbar,
.resources-story-content::-webkit-scrollbar {
	width: 4px;
}

.resources-blog-content::-webkit-scrollbar-track,
.resources-story-content::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 2px;
}

.resources-blog-content::-webkit-scrollbar-thumb,
.resources-story-content::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.3);
	border-radius: 2px;
}

.resources-blog-content::-webkit-scrollbar-thumb:hover,
.resources-story-content::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, 0.5);
}

.resources-story-arrow {
	position: absolute;
	bottom: 16px;
	right: 16px;
	background: rgba(255, 255, 255, 0.5);
	border: none;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
	color: #374151;
	pointer-events: none;
	z-index: 3;
}

.resources-story-card:hover .resources-story-arrow {
	background: rgba(255, 255, 255, 0.7);
	transform: translateX(2px);
}

.about-mega-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	height: 100%;
	margin-bottom: 70px;
}

.about-card-column {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.about-card {
	background-size: cover;
	background-position: center;
	border-radius: 16px;
	position: relative;
	width: 100%;
	height: 377px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: transform 0.2s ease;
}

.about-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	background-size: cover;
	background-position: center;
	transition: transform 0.3s ease;
	z-index: 1;
}

.about-card:hover::before {
	transform: scale(1.05);
}

.about-card-title {
	font-size: 28px;
	font-weight: 600;
	color: #161616;
	margin: 0 0 47px;
	line-height: 1.2;
}

.about-card-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-radius: 0px 0px 16px 16px;
	padding: 24px 85px 24px 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 2;
}

.about-card-description {
	color: white;
	line-height: 1.4;
	white-space: normal;
	flex: 1;
}

.about-card-arrow {
	position: absolute;
	bottom: 24px;
	right: 24px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	backdrop-filter: blur(8px);
	color: white;
	text-decoration: none;
}

.about-card-arrow:hover {
	background: rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.5);
	transform: translateX(2px);
	color: white;
}

/* Equipment Mega Menu Specific Styles */

.equipment-mega-grid {
	margin-bottom: 32px;
}

.equipment-menu-category h3 {
	font-size: 10px;
}

.equipment-menu-category h3 a {
	font-size: 22px;
}

.sustainable-manufacturing-header {
	text-align: center;
	margin-bottom: 20px;
}

.feature-highlights-section {
	background-color: #ffffff;
}

.feature-highlights-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 30px;
	justify-items: center;
	position: relative;
}

.feature-card {
	position: relative;
	max-width: 220px;
	text-align: left;
	padding: 15px;
}

.feature-card:not(:last-child)::after {
	content: "";
	position: absolute;
	right: -20px;
	top: 30%;
	height: 60%;
	width: 1px;
	background-color: #e0e0e0;
}

.feature-card-icon-wrapper {
	position: relative;
	margin-bottom: 25px;
	display: block;
}

.feature-card-icon {
	width: 42px;
	height: 42px;
	background-color: rgba(194, 46, 53, 0.15);
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.feature-card-icon-inner,
.feature-card-placeholder-icon-inner {
	position: absolute;
	width: auto;
	max-width: none;
	left: 50%;
	top: 50%;
	transform: translate(0%, -50%);
	z-index: 2;
	object-fit: contain;
}
.feature-card-title {
	font-size: 18px;
	font-weight: 550;
	color: #161616;
	margin: 0 0 10px;
	text-transform: capitalize;
}

.feature-card-desc {
	font-size: 14px;
	color: #161616;
	line-height: 1.5;
	margin: 0;
}

.main-title {
	font-size: 40px;
	font-weight: 500;
	color: #161616;
	margin: 0 0 20px;
	line-height: 1.2;
}

.subtitle {
	font-size: 14px;
	font-weight: 400;
	color: rgba(22, 22, 22, 0.5);
	margin: 0;
	line-height: 1.5;
	margin: 0 auto;
}

.sustainable-manufacturing-description {
	color: rgba(22, 22, 22, 0.5);
	line-height: 1.6;
	max-width: 940px;
	margin: 0 auto;
}

.testimonial-carousel-section {
	max-width: 100%;
	margin: 10px auto;
	padding: 0 10px;
	overflow: hidden;
	--card-gap: 12px;
}

.testimonial-carousel-container {
	overflow: hidden;
	width: 100%;
}

.testimonial-carousel-cards {
	display: flex;
	transition: transform 0.6s cubic-bezier(0.25, 1, 0.3, 1);
	will-change: transform;
}

.testimonial-card {
	flex: 0 0 calc(20% - var(--card-gap));
	margin: 0 calc(var(--card-gap) / 2);
	border-radius: 8px;
	overflow: hidden;
}

.testimonial-card__image-box {
	width: 100%;
	aspect-ratio: 1 / 1;
}

.testimonial-card__image-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.testimonial-carousel-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-top: 5px;
	min-height: 20px;
}

.testimonial-nav-tracks {
	display: flex;
	gap: 8px;
}

.testimonial-nav-track {
	width: 20px;
	height: 4px;
	background-color: #e0e0e0;
	cursor: pointer;
	border-radius: 2px;
	transition: all 0.3s ease;
	display: none;
}

.testimonial-nav-track.active {
	width: 40px;
	background-color: #c22e35;
}

.testimonial-nav-arrow--left,
.testimonial-nav-arrow--right {
	font-size: 20px;
	cursor: pointer;
	user-select: none;
	color: #333;
	padding: 0 10px;
}

.contact-cards-section {
	background-color: #1b1b1b;
	padding: 60px 0;
}

.contact-cards-container {
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 1800px;
	padding: 0 120px;
	gap: 30px;
	width: 100%;
}

.contact-card {
	background-color: #ffffff;
	width: 100%;
	min-height: 280px;
	height: auto;
	padding: 38px 22px 22px 22px;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	text-align: left;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.contact-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.contact-card-title {
	font-size: 36px;
	font-weight: 600;
	color: #c22e35;
	margin: 0 0 16px;
	line-height: 1.3;
}

.contact-card-description {
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 1.5;
	margin: 0 0 20px;
	flex: 1;
}

.footer-navigation {
	background-color: #1b1b1b;
	color: #ffffff;
	padding: 60px 0 40px;
}

.liquid-generator-section .liquid-code-generator-container,
.manufacturing-accordion__container,
.brand-custom-colors-container,
.aftersales-support-container,
.exhibition-series-container,
.pilates-process-container,
.certifications-container,
.pilates-wheels-container,
.dual-content__container,
.footer-legal-container,
.blog-stories-container,
.ms-stability-container,
.breadcrumb-container,
.footer-containe,
.wcs-container,
.wwo-container,
.wcs-container,
.wt-container,
.uc-container,
.pdt-container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 15px;
}

.footer-container {
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 15px;
	margin: 0 auto;
}

.footer-brand {
	flex: 1;
	min-width: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.footer-nav-columns {
	flex: 2;
	min-width: 400px;
	display: flex;
	justify-content: center;
}

.footer-brand {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
	text-align: center;
}

.footer-logo {
	max-width: 315px;
	width: 315px;
	height: 102px;
	object-fit: contain;
	image-rendering: auto;
}

.footer-brand-text {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	color: #ffffff;
}

.social-links {
	display: flex;
	gap: 12px;
}

.social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	color: #ffffff;
	transition: color 0.3s ease;
}

.social-link:hover {
	color: #c22e35;
}

.logo-bottom-icons {
	display: flex;
	gap: 12px;
	align-items: center;
}

.logo-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	transition: opacity 0.3s ease;
}

.logo-icon:hover {
	opacity: 0.8;
}

.logo-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.newsletter-subscription {
	width: 380px;
	max-width: 380px;
}

.newsletter-form {
	display: flex;
	gap: 0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: none;
	border: 2px solid #333333;
	background-color: #ffffff;
	width: 380px;
	height: 60px;
}

.newsletter-input {
	flex: 1;
	padding: 0 12px;
	border: none;
	font-size: 14px;
	color: rgba(22, 22, 22, 0.5);
	background-color: #ffffff;
	outline: none;
	height: 100%;
	display: flex;
	align-items: center;
}

.newsletter-input::placeholder {
	color: rgba(22, 22, 22, 0.5);
	font-size: 14px;
	font-weight: 400;
}

.newsletter-button {
	background-color: white;
	color: #161616;
	border: 1px solid #c22e35;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 0.7s cubic-bezier(0.83, 0, 0.17, 1);
	white-space: nowrap;
	border-radius: 8px;
	margin: 4px;
	width: 168px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.newsletter-button::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #c22e35;
	transition: all 0.7s cubic-bezier(0.83, 0, 0.17, 1);
	z-index: -1;
}

.newsletter-button:hover {
	color: white;
}

.newsletter-button:hover::before {
	left: 0;
}

.footer-nav-columns {
	margin-top: 24px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px;
	align-items: start;
	justify-content: center;
}

.footer-column {
	display: flex;
	flex-direction: column;
	text-align: left;
}

.footer-column-title,
.footer-column-title-oem {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 25px;
	color: #ffffff;
	text-transform: uppercase;
}

.footer-column-title-oem {
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-column-title-oem:hover {
	color: #c22e35;
}

.footer-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer-nav-item {
	margin: 0;
}

.footer-nav-link {
	color: #cccccc;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.5;
	transition: color 0.3s ease;
}

.footer-nav-link:hover {
	color: #c22e35;
}

.footer-nav-link-resources {
	color: #ffffff !important;
	font-weight: 600 !important;
}

.footer-nav-link-resources:hover {
	color: #c22e35 !important;
}

.footer-legal {
	background-color: #1b1b1b;
	padding: 20px 0;
}

.legal-links {
	display: flex;
	gap: 30px;
	justify-content: center;
	align-items: center;
}

.legal-link {
	color: #cccccc;
	text-decoration: none;
	font-size: 14px;
	transition: color 0.3s ease;
	position: relative;
}

.legal-link:hover {
	color: #ffffff;
}

.legal-link:not(:last-child)::after {
	content: "|";
	position: absolute;
	right: -15px;
	color: #666666;
	font-weight: normal;
}

.breadcrumb-navigation-section {
	padding: 16px 0;
	background-color: #ffffff;
}

.breadcrumb-nav {
	width: 100%;
}

.breadcrumb-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 13px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.breadcrumb-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	line-height: 1.4;
}

.breadcrumb-link {
	color: rgba(22, 22, 22, 0.5);
	text-decoration: none;
	transition: color 0.3s ease;
	display: flex;
	align-items: center;
	font-weight: 400;
}

.breadcrumb-link:hover {
	color: #333333;
}

.breadcrumb-text {
	color: rgba(22, 22, 22, 0.5);
	font-weight: 400;
}

.breadcrumb-current-text {
	color: #161616;
	font-weight: 500;
}

.breadcrumb-home-icon {
	width: 16px;
	height: 16px;
	display: block;
	color: #5a3030;
}

.breadcrumb-home-icon-image {
	object-fit: contain;
	object-position: center;
}

.breadcrumb-separator {
	display: flex;
	align-items: center;
	color: #cccccc;
}

.breadcrumb-separator-icon {
	width: 8px;
	height: 12px;
	display: block;
	color: #cccccc;
}

.prf-pilates-reformer-section {
	padding: 0 0 40px;
	background-color: #fff;
}

.prf-container {
	max-width: 1750px;
	margin: 0 auto;
	padding: 0 15px;
}

.prf-product-layout {
	display: grid;
	grid-template-columns: 1fr 400px;
	gap: 60px;
	align-items: start;
}

.prf-product-images {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.prf-main-image {
	border-radius: 8px;
	overflow: hidden;
	background: #f1efee;
	padding: 20px;
	width: 100%;
	max-width: 1234px;
	height: 702px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.prf-main-product-image {
	width: 100%;
	max-width: 1139px;
	max-height: 527px;
	object-fit: contain;
}

.prf-thumbnail-images {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 12px;
	width: 100%;
	max-width: 1234px;
	justify-content: flex-start;
}

.prf-thumbnail-item {
	border: 1px solid rgba(22, 22, 22, 0.25);
	border-radius: 8px;
	overflow: hidden;
	background: white;
	padding: 0;
	cursor: pointer;
	transition: transform 0.3s ease;
	aspect-ratio: 190/156;
	display: flex;
	align-items: center;
	justify-content: center;
}

.prf-thumbnail-item:hover {
	transform: scale(1.05);
}

.prf-thumbnail-item.prf-active {
	border: 1px solid rgba(194, 46, 53, 1);
	box-shadow: 0 2px 8px rgba(194, 46, 53, 0.3);
}

.prf-thumbnail-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.prf-product-info {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.prf-product-header {
	text-align: left;
}

.prf-product-title {
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	margin: 0 0 10px;
	line-height: 1.2;
}

.prf-model-info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

.prf-model-number {
	border: 1px solid #16161680;
	padding: 4px 12px;
	border-radius: 4px;
	font-size: 14px;
	color: #16161680;
	background: transparent;
}

.prf-customization-section {
	text-align: left;
}

.prf-customization-title {
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	margin: 0 0 15px;
}

.prf-customization-description {
	color: #16161680;
	line-height: 1.6;
	margin: 0 0 20px;
	font-size: 14px;
}

.prf-quote-button {
	display: inline-block;
	background: white;
	color: #161616;
	border: 1px solid #c22e35;
	padding: 12px 24px;
	text-decoration: none;
	border-radius: 4px;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.7s cubic-bezier(0.83, 0, 0.17, 1);
}

.prf-quote-button::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #c22e35;
	transition: all 0.7s cubic-bezier(0.83, 0, 0.17, 1);
	z-index: -1;
}

.prf-quote-button:hover {
	color: white;
}

.prf-quote-button:hover::before {
	left: 0;
}

.prf-quote-button::after {
	content: ">";
	margin-left: 8px;
	position: relative;
	z-index: 2;
}

.prf-color-selection {
	text-align: left;
	margin-top: 40px;
}

.prf-color-title {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin: 0 0 20px;
	padding-bottom: 8px;
	border-bottom: 2px solid #d32f2f;
	display: inline-block;
}

.prf-color-options::-webkit-scrollbar {
	width: 4px;
}

.prf-color-options::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 2px;
}

.prf-color-options::-webkit-scrollbar-thumb {
	background: #c22e35;
	border-radius: 2px;
}

.prf-color-options::-webkit-scrollbar-thumb:hover {
	background: #a52020;
}

.prf-color-option {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
}

.prf-color-swatch[style="rgba(0,0,0,0)"],
.prf-color-swatch[style="transparent"],
.prf-color-option[data-color-hex="#CCCCCC"] .prf-color-swatch {
	border: 1px solid #ddd;
	background-image:
		linear-gradient(45deg, #f0f0f0 25%, transparent 25%), linear-gradient(-45deg, #f0f0f0 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f0f0f0 75%),
		linear-gradient(-45deg, transparent 75%, #f0f0f0 75%);
	background-size: 6px 6px;
	background-position:
		0 0,
		0 3px,
		3px -3px,
		-3px 0px;
}

.prf-color-name {
	font-size: 11.8px;
	font-weight: 500;
	color: #161616;
	text-align: center;
	line-height: 1.3;
	max-width: 100px;
	transition: all 0.2s ease;
}

.prf-color-option:hover .prf-color-swatch {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.prf-color-option.prf-selected .prf-color-swatch {
	transform: scale(1.1);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	border-color: #d32f2f;
}

.prf-color-checkmark {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.prf-color-checkmark svg {
	width: 20px;
	height: 20px;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.prf-color-options {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
	gap: 16px;
	margin: 0 -5px;
}

.prf-color-swatch {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid transparent;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.pdt-section {
	padding: 40px 0;
	background-color: #f1f0ee;
}

.pdt-tabs-navigation {
	display: flex;
	justify-content: space-around;
	border-top: 0.5px solid rgba(22, 22, 22, 0.5);
	border-bottom: 0.5px solid rgba(22, 22, 22, 0.5);
	margin-bottom: 40px;
	gap: 60px;
	width: 100%;
}

.pdt-tab-button {
	background: none;
	border: none;
	padding: 32px 0;
	font-size: 28px;
	color: rgba(22, 22, 22, 0.5);
	cursor: pointer;
	position: relative;
	transition: color 0.3s ease;
	border-bottom: 2px solid transparent;
	margin-right: 0;
	font-weight: 500;
	flex: none;
	text-align: center;
	white-space: nowrap;
}

.pdt-tab-button:hover {
	color: #161616;
}

.pdt-tab-button.pdt-active {
	color: #161616;
	border-bottom-color: #d32f2f;
	font-weight: 500;
}

.pdt-tabs-content {
	min-height: 400px;
	padding-top: 40px;
}

.pdt-tab-content {
	display: none;
	animation: pdtFadeIn 0.3s ease-in-out;
}

.pdt-tab-content.pdt-active {
	display: block;
}

@keyframes pdtFadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.pdt-model-section {
	margin-bottom: 40px;
}

.pdt-model-title {
	font-size: 18px;
	font-weight: 600;
	color: #161616;
	margin: 0;
}

.pdt-specifications-table {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.pdt-spec-row {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 89px;
	padding: 16px 0;
	border-bottom: 1px solid #f0f0f0;
	align-items: flex-start;
}

.pdt-spec-row:last-child {
	border-bottom: none;
}

.pdt-spec-label {
	font-size: 18px;
	color: rgba(22, 22, 22, 0.5);
	font-weight: 300;
	line-height: 1.5;
}

.pdt-spec-value {
	font-size: 18px;
	color: rgba(22, 22, 22, 0.5);
	font-weight: 300;
	line-height: 1.5;
}

/* Description */
.aftersales-support-description,
.pdt-description-content,
.pdt-warranty-content {
	font-size: 18px;
	color: rgba(22, 22, 22, 0.5);
	line-height: 1.6;
	max-width: 800px;
}

.pdt-description-content p,
.pdt-warranty-content p {
	margin: 0 0 16px;
}

.pdt-description-content p {
	font-size: 18px;
}

.pdt-description-content p:last-child,
.pdt-warranty-content p:last-child {
	margin-bottom: 0;
}

.brand-custom-colors-section {
	padding: 30px 0 10px;
	background-color: #fff;
}

.brand-custom-colors-layout {
	display: grid;
	grid-template-columns: 526px 1fr;
	gap: 130px;
	align-items: center;
	min-height: 500px;
}

.brand-custom-colors-text {
	width: 100%;
	padding-right: 0;
}

.brand-custom-colors-description {
	color: rgba(22, 22, 22, 0.5);
	font-weight: 400;
	line-height: 1.6;
	margin: 0 0 124px;
	text-align: justify;
	text-justify: inter-word;
}

.brand-custom-colors-cta {
	margin-top: 40px;
}

.brand-custom-colors-cta-text {
	font-size: 18px;
	color: #161616;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 12px;
}

.brand-custom-colors-underline {
	width: 80px;
	height: 2px;
	background-color: #c22e35;
	margin-top: 10px;
}

.brand-custom-colors-cta-text {
	position: relative;
	display: block;
}

.brand-custom-colors-cta-text::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: var(--last-line-width, 100%);
	height: 2px;
	background-color: #c22e35;
	display: block;
	transition: width 0.3s ease;
}

.brand-custom-colors-cta-text:not(.js-calculated)::after {
	width: 80%;
}

.brand-custom-colors-visual {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 35px;
}

.ms-stability-section {
	padding: 50px 0 120px;
	background-color: #fff;
}

.ms-section-header,
.proof-of-quality-header,
.pilates-process-header,
.pilates-wheels-header,
.certifications-header,
.blog-stories-header,
.why-choose-header,
.wt-section-header,
.collection-header,
.uc-header {
	text-align: center;
	margin-bottom: 60px;
}

.ms-materials-layout {
	display: grid;
	gap: 25px;
	grid-template-columns: repeat(3, 1fr);
	justify-content: start;
	max-width: 1520px;
	margin: 0 auto;
}

.ms-brand-logo-container {
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
}

.ms-materials-layout img {
	width: 100%;
	height: 100%;
}

.ms-product-images-area {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 25px;
}

.ms-product-image-container {
	border-radius: 12px;
	overflow: hidden;
	background-color: #f8f8f8;
}

.ms-content-area {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 40px;
}

.ms-main-description {
	color: rgba(22, 22, 22, 0.5);
	line-height: 32px;
	text-align: justify;
}

.ms-cta-text {
	font-size: 18px;
	color: #161616;
	font-weight: 600;
	line-height: 36px;
	margin: 0;
	position: relative;
	padding-bottom: 10px;
}

.ms-cta-text::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: var(--last-line-width, 85%);
	height: 2px;
	background-color: #b33c3b;
	display: block;
	transition: width 0.3s ease;
}

.ms-cta-text:not(.js-calculated)::after {
	width: 85%;
}

.metafield-rich_text_field ul {
	padding-left: 20px;
}

.product-collection-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
}

.collection-header {
	text-align: left;
}

.collection-description {
	max-width: 900px;
}

.description-paragraph {
	font-size: 18px;
	color: #666666;
	line-height: 1.6;
	margin: 0 0 20px;
}

.description-paragraph:last-child {
	margin-bottom: 0;
}

.products-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.product-card {
	display: flex;
	flex-direction: column;
	background-color: transparent;
	transition: transform 0.3s ease;
	justify-self: center;
	width: 100%;
}

.product-card:hover {
	transform: translateY(-5px);
}

.product-image-wrapper {
	width: 100%;
	height: 396px;
	background-color: #f1efee;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-image-link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	cursor: pointer;
}

.product-image {
	transition: transform 0.3s ease;
}

.product-card:hover .product-image {
	transform: scale(1.05);
}

.product-card:hover .product-image-link img {
	transform: scale(1.05);
}

.product-image-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f1efee;
	transition: transform 0.3s ease;
}

.product-card:hover .product-image-placeholder {
	transform: scale(1.05);
}

.product-info {
	text-align: left;
}

.product-title {
	font-size: 24px;
	font-weight: 500;
	color: #161616;
	margin: 0 0 12px;
	line-height: 1.3;
}

.product-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

.product-title a:hover {
	color: #c22e35;
}

.product-model {
	display: flex;
	align-items: center;
}

.model-number {
	font-size: 12px;
	font-weight: 400;
	color: rgba(22, 22, 22, 0.5);
	border: 1px solid #cccccc;
	padding: 4px 12px;
	border-radius: 4px;
	background-color: transparent;
}

.hero-banner {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 16px;
	width: 100%;
}

.hero-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hero-bg-image {
	width: 100%;
	height: 100%;
	object-position: center;
}

.hero-bg-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #8b7355 0%, #a0926b 50%, #8b7355 100%);
}

/* .hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2;
} */

.hero-content {
	position: relative;
	z-index: 3;
	width: 100%;
	text-align: center;
	color: white;
}

.contact-hero-content .container,
.news-detail-section .container {
	max-width: 1300px;
}

.hero-text {
	max-width: 1080px;
	margin: 0 auto;
}

.hero-title {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 28px;
	color: white;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-description {
	font-size: 14px;
	margin-bottom: 2.5rem;
	color: white;
	opacity: 0.95;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-cta {
	margin-top: 2rem;
}

.btn {
	display: inline-block;
	padding: 15px 30px;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 4px;
	cursor: pointer;
	border: none;
}

.btn-primary {
	background-color: #c22e35;
	border: 1px solid #c22e35;
	color: white;
	transition: all 0.5s ease;
}

.btn-primary:hover {
	background-color: white;
	color: #c22e35;
	transform: translateY(-2px);
}

.our-journey {
	background-color: #f1f0ed;
	padding: 40px 0 80px;
	position: relative;
}

.our-journey__container {
	max-width: 1690px;
	margin: 0 auto;
	padding: 0 15px;
}

.our-journey__main-title,
.our-journey__title,
.quality-control-header {
	text-align: center;
	margin-bottom: 80px;
}

.our-journey__timeline {
	position: relative;
	padding: 0;
}

.our-journey__timeline::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: #ddd;
	transform: translateX(-50%);
	z-index: 1;
}

.our-journey__item {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
}

.our-journey__item:nth-child(odd) {
	flex-direction: row;
}

.our-journey__item:nth-child(even) {
	flex-direction: row-reverse;
}

.our-journey__content {
	background: white;
	border-radius: 25px;
	padding: 25px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 30px;
	width: 100%;
	max-width: calc(100% - 54%);
	height: auto;
	min-height: 400px;
}

.our-journey__item:nth-child(odd) .our-journey__content {
	margin-right: calc(50% - 390px);
	flex-direction: row;
}

.our-journey__item:nth-child(even) .our-journey__content {
	margin-left: calc(50% - 390px);
	flex-direction: row-reverse;
}

.our-journey__image {
	width: 360px;
	height: 360px;
	border-radius: 20px;
	overflow: hidden;
	flex-shrink: 0;
}

.our-journey__text {
	flex: 1;
}

.our-journey__item:nth-child(odd) .our-journey__text {
	text-align: right;
}

.our-journey__item:nth-child(even) .our-journey__text {
	text-align: left;
}

.our-journey__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.our-journey__year {
	font-size: 60px;
	font-weight: 500;
	color: #c22e35;
	margin-bottom: 15px;
	line-height: 1;
}

.our-journey__subtitle {
	font-size: 24px;
	font-weight: 500;
	color: #161616;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 1.2;
}

.our-journey__description {
	font-size: 14px;
	font-weight: 400;
	color: rgba(22, 22, 22, 0.5);
	line-height: 28px;
}

.our-journey__dot {
	position: absolute;
	left: 50%;
	top: 25px;
	transform: translateX(-50%);
	width: 20px;
	height: 20px;
	background-color: #c22e35 !important;
	border-radius: 50%;
	z-index: 1 !important;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.product-collection-section {
	padding-bottom: 60px;
}

.our-journey__timeline .our-journey__item:last-child {
	margin-bottom: 0;
}

.factory-numbers {
	background-color: #1b1b1b;
	padding: 40px 0 80px;
	position: relative;
}

.factory-numbers__container {
	max-width: 1740px;
	margin: 0 auto;
	padding: 0 20px;
}

.factory-numbers__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.factory-numbers__item {
	text-align: center;
	position: relative;
}

.factory-numbers__number {
	font-size: 65px;
	font-weight: 300;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}

.factory-numbers__number .counter {
	display: inline;
}

.factory-numbers__unit {
	font-size: 72px;
	color: #c22e35;
	font-weight: 300;
	vertical-align: top;
	line-height: 1;
}

.factory-numbers__label {
	font-size: 24px;
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 1.4;
}

.dual-content,
.quality-control-section,
.wcs-warranty-contact-section,
.wcs-warranty-contact-section,
.proof-of-quality-section,
.manufacturing-accordion,
.contact-info-section,
.commitment-section {
	background-color: #f1f0ee;
}

.dual-content__row {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 50px;
}

.dual-content__row:last-child {
	margin-bottom: 0;
}

.dual-content__row--reverse {
	flex-direction: row-reverse;
}

.dual-content__content {
	flex: none;
	max-width: 450px;
}

.dual-content__image {
	border-radius: 20px;
	overflow: hidden;
}

.dual-content__image img {
	height: 560px;
}

.dual-content__title,
.commitment-heading {
	font-size: 37px;
	font-weight: 500;
	color: #161616;
	line-height: 1.2;
	margin-bottom: 30px;
}

.commitment-heading {
	margin-bottom: 0 !important;
}

.dual-content__description,
.commitment-paragraph {
	font-size: 14px;
	color: rgba(22, 22, 22, 0.5);
	line-height: 32px;
}

.dual-content__description {
	margin-bottom: 40px;
}

.dual-content__button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background-color: #ffffff;
	color: #161616;
	padding: 15px 30px;
	border-radius: 5px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: color 0.7s cubic-bezier(0.83, 0, 0.17, 1);
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.dual-content__button::after {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #c22e35;
	transition: left 0.7s cubic-bezier(0.83, 0, 0.17, 1);
	z-index: -1;
}

.dual-content__button:hover {
	color: #ffffff;
}

.dual-content__button:hover::after {
	left: 0;
}

.dual-content__button::before {
	content: ">";
	font-weight: bold;
	font-size: 18px;
}

.manufacturing-accordion__grid {
	display: flex;
	gap: 20px;
	height: 500px;
}

.manufacturing-accordion__item {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	flex: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.manufacturing-accordion__item:hover,
.manufacturing-accordion__item.active {
	flex: 2.5;
}

.manufacturing-accordion__content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 40px 30px;
	color: white;
	transition: all 0.6s ease;
}

.manufacturing-accordion__vertical-title {
	position: absolute;
	bottom: 30px;
	left: 46px;
	transform: rotate(-90deg);
	transform-origin: left bottom;
	font-size: 22px;
	font-weight: 600;
	color: white;
	white-space: nowrap;
	transition: all 0.6s ease;
	opacity: 1;
	letter-spacing: 2px;
}

.manufacturing-accordion__horizontal-title {
	font-size: 36px;
	font-weight: 600;
	color: white;
	margin-bottom: 25px;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.6s ease 0.2s;
}

.manufacturing-accordion__description {
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.6s ease 0.3s;
}

.manufacturing-accordion__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.manufacturing-accordion__list-item {
	position: relative;
	padding-left: 20px;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.9);
}

.manufacturing-accordion__list-item::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #ff4444;
	font-weight: bold;
	font-size: 16px;
}

.manufacturing-accordion__item:hover .manufacturing-accordion__vertical-title,
.manufacturing-accordion__item.active .manufacturing-accordion__vertical-title {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(-90deg) scale(0.8);
}

.manufacturing-accordion__item:hover .manufacturing-accordion__horizontal-title,
.manufacturing-accordion__item.active .manufacturing-accordion__horizontal-title,
.manufacturing-accordion__item.active .manufacturing-accordion__description {
	opacity: 1;
	transform: translateY(0);
}

.manufacturing-accordion__item:hover .manufacturing-accordion__description,
.manufacturing-accordion__item.active .manufacturing-accordion__description {
	opacity: 1;
	transform: translateY(0);
}

.commitment-section {
	background-color: #f1f0ed;
}

.commitment-container,
.quality-control-container {
	max-width: 1655px;
	margin: 0 auto;
	padding: 0 15px;
	width: 90%;
}

.commitment-content {
	display: grid;
	grid-template-columns: 498px 1fr;
	gap: 74px;
	align-items: center;
}

.commitment-text {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.commitment-image {
	display: flex;
	justify-content: center;
	align-items: center;
}

.commitment-img {
	height: 800px;
	border-radius: 12px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	object-fit: cover;
}

.quality-control-section {
	background-color: #ffffff;
}

.quality-control-steps {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 80px;
}

.quality-step {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	position: relative;
}

.quality-step:not(:last-child)::after {
	content: "";
	position: absolute;
	right: calc(-80px / 2);
	top: 60px;
	width: 0.5px;
	height: calc(100% - 60px);
	background-color: rgba(22, 22, 22, 0.25);
}

.step-number {
	font-size: 24px;
	font-weight: 700;
	color: #c22e35;
	margin-bottom: 20px;
	letter-spacing: 0px;
	position: relative;
	z-index: 2;
}

.step-number::before {
	content: "";
	position: absolute;
	left: -18px;
	top: 35%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: rgba(194, 46, 53, 0.15);
	border-radius: 50%;
	z-index: -1;
}

.step-content {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.step-title {
	font-size: 28px;
	font-weight: 500;
	color: #161616;
	margin: 0;
	line-height: 1.3;
}

.step-description {
	font-size: 14px;
	font-weight: 400;
	color: rgba(22, 22, 22, 0.5);
	line-height: 1.5;
	margin: 0;
}

.shopify-policy__container {
	padding-top: 140px;
	padding-bottom: 80px;
}

.shopify-policy__title .main-title {
	text-align: center;
}

.shopify-policy__body h2,
.shopify-policy__body h3,
.shopify-policy__body h4,
.shopify-policy__body h5,
.shopify-policy__body h6 {
	font-weight: 600;
	margin: 15px 0;
}

.shopify-policy__body ul {
	padding-left: 20px;
	margin: 10px 0;
}

.shopify-policy__body ul li:not(:last-child) {
	margin-bottom: 5px;
}

.shopify-policy__body ul li {
	color: #757575;
}

.btn {
	display: inline-block;
	padding: 15px 30px;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 4px;
	cursor: pointer;
	border: none;
}

.btn-primary {
	background-color: #c22e35;
	border: 1px solid #c22e35;
	color: white;
	transition: all 0.5s ease;
}

.btn-primary:hover {
	background-color: white;
	color: #c22e35;
	transform: translateY(-2px);
}

.wcs-warranty-info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	width: 100%;
	align-items: start;
}

.wcs-section-title {
	font-size: 36px;
	font-weight: 400;
	color: rgba(22, 22, 22, 0.5);
	margin: 0 0 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.wcs-warranty-item {
	margin-bottom: 40px;
	border-left: 3px solid #c22e35;
	padding-left: 16px;
}

.wcs-warranty-item:last-child {
	margin-bottom: 0;
}

.wcs-warranty-header {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 12px;
}

.wcs-warranty-subtitle {
	font-size: 18px;
	font-weight: 600;
	color: #161616;
	margin: 0;
}

.wcs-warranty-description {
	font-size: 18px;
	font-weight: 400;
	color: rgba(22, 22, 22, 0.5);
	line-height: 1.5;
	margin: 0;
}

.wcs-support-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.wcs-support-item {
	display: flex;
	align-items: center;
	gap: 16px;
}

.wcs-support-icon {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wcs-support-icon-image {
	width: 16px;
	height: 16px;
	object-fit: contain;
}

.wcs-support-text {
	font-size: 16px;
	color: #666666;
	line-height: 1.5;
}

.proof-of-quality-section {
	background: #ffffff;
	position: relative;
}

.proof-of-quality-section::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 400px;
	background: #c22e35;
	z-index: 1;
}

.proof-of-quality-container {
	position: relative;
	z-index: 2;
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 15px;
}

.proof-of-quality-subtitle {
	font-size: 14px;
	color: rgba(22, 22, 22, 0.5);
	margin: 0 auto;
	max-width: 800px;
	line-height: 1.6;
}

.proof-of-quality-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	align-items: start;
}

.quality-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.quality-card {
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	height: 558px;
	padding: 35px 40px;
	position: relative;
}

.quality-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.certificate-display {
	position: relative;
	background: #ffffff;
	padding: 0;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.download-icon {
	position: absolute;
	bottom: 40px;
	right: 56px;
	width: 32px;
	height: 32px;
	background: none;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #161616;
	cursor: pointer;
	opacity: 1 !important;
	visibility: visible !important;
	border-bottom: 2px solid #c12e35;
	z-index: 10;
}

.download-icon svg {
	width: 24px;
	height: 24px;
}

.download-icon-image {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.quality-info {
	padding: 0;
	color: #161616;
	text-align: left;
	margin-top: 27px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	z-index: 3;
}

.quality-cert-title {
	height: 48px;
	border-radius: 30px;
	border: 1px solid #ffffff;
	background: transparent;
	font-size: 28px;
	font-weight: 500;
	color: #ffffff;
	margin: 0 0 18px;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 20px;
	white-space: nowrap;
	align-self: flex-start;
}

.quality-description {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	margin: 0;
	line-height: 1.5;
	text-align: left;
	max-width: 320px;
	padding-left: 17px;
}

.proof-of-quality-title-xsp {
	font-size: 40px;
	font-weight: 500;
	color: #161616;
	margin: 0 0 24px;
	line-height: 1.2;
}

.quality-carousel-xsp {
	overflow: hidden;
}

.quality-track-xsp {
	display: flex;
	gap: 30px;
	width: max-content;
	animation: scroll-xsp 30s linear infinite;
}

.quality-track-xsp:hover {
	animation-play-state: paused;
}

.quality-item-xsp {
	flex: 0 0 auto;
}

.quality-card-xsp {
	width: 400px;
	height: 558px;
	background: #fff;
	overflow: hidden;
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	padding: 30px;
	transition: all 0.3s ease;
}

.quality-card-xsp:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.certificate-display-xsp {
	position: relative;
	background: #ffffff;
	padding: 0;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.certificate-image-xsp {
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.quality-cert-title-xsp {
	font-size: 22px;
	margin-top: 20px;
	color: #c22e35;
}

.quality-description-xsp {
	font-size: 14px;
	opacity: 0.7;
}

@keyframes scroll-xsp {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.onst-registration-form .title {
	margin: 0;
	text-align: center;
	font-size: 26px;
	font-weight: 400;
}

.onst-registration-form .onst-registration-form-container {
	width: 100%;
	max-width: 700px;
	margin: auto;
}

.onst-registration-form .subtitle {
	text-align: center;
	padding-top: 5px;
}

.onst-login-form-container-box {
	position: relative;
	width: 100%;
	padding-top: 30px;
}

.onst-login-form-container-box .onst-register-form-fields {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding-bottom: 20px;
}

.onst-login-form-container-box .onst-register-form-fields .onst-field.onst-size-half {
	width: 100%;
	max-width: calc(50% - 10px);
}

.onst-field label {
	display: block;
	text-align: left;
	line-height: 1.2em;
	padding-bottom: 8px;
}

form .onst-field input,
form .onst-field select,
form .onst-field textarea {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #a3a3a3;
	border-radius: 12px;
	min-height: 46px;
	font-size: 13px;
	font-family: "Poppins", sans-serif;
}

.surecust-phone-input-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
}

.onst-login-form-container-box .onst-register-form-fields .onst-field {
	position: relative;
	width: 100%;
	order: 1;
}

.onst-login-form-container-box form .onst-field .onst-field-title {
	text-align: left;
	margin: 0;
	font-size: 18px;
	padding: 0;
	margin-bottom: -10px;
	font-weight: normal;
}

.final-step.step-active {
	text-align: center;
}

.final-step.step-active .btn {
	box-shadow: none;
	background-color: #c22e35;
	border-color: #c22e35;
	color: #ffffff;
	border-radius: 12px;
	padding: 12px 25px;
	font-size: 16px;
}

form .onst-field input[type="radio"],
form .onst-field input[type="checkbox"] {
	margin: 0;
	width: auto;
	margin-right: 9px;
	display: inline-block;
	line-height: 1em;
	height: auto;
	min-height: fit-content;
	-webkit-appearance: auto;
	-moz-appearance: inherit;
	position: relative;
	appearance: auto;
}

.what-we-offer-section {
	background-color: #ffffff;
}

.wwo-content {
	display: flex;
	gap: 60px;
	align-items: flex-start;
	justify-content: space-between;
}

.wwo-left {
	width: 323px;
	margin-top: 90px;
	flex: none;
}

.wwo-description {
	font-size: 16px;
	line-height: 32px;
	color: rgba(22, 22, 22, 0.5);
	margin-bottom: 40px;
}
.wwo-btn {
	display: flex;
	width: 220px;
	height: 40px;
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s ease;
	cursor: pointer;
	border: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wwo-btn-consultation {
	background-color: transparent;
	color: #161616;
	border: 1px solid #c22e35;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 500;
	width: 280px;
	height: 40px;
	padding: 12px 4px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: color 0.7s cubic-bezier(0.83, 0, 0.17, 1);
}

.wwo-btn-consultation::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #c22e35;
	transition: left 0.7s cubic-bezier(0.83, 0, 0.17, 1);
	z-index: -1;
}

.wwo-btn-consultation:hover::before {
	left: 0;
}

.wwo-btn-consultation:hover {
	color: white;
	transform: translateY(-2px);
}

.wwo-btn-arrow {
	font-size: 16px;
	font-weight: 600;
	color: inherit;
	transition: color 0.7s cubic-bezier(0.83, 0, 0.17, 1);
}

.wwo-btn-icon {
	width: 12px;
	height: 8px;
	object-fit: contain;
}

.wwo-cards {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
}

.wwo-card {
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	background: #f5f5f5;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 520px;
	transition: all 0.3s ease;
}

.wwo-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.wwo-card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.wwo-card-image-placeholder {
	width: 100%;
	height: 100%;
}

.wwo-manufacturing-bg {
	background: url("../images/photo-1.png") center/cover;
}

.wwo-solutions-bg {
	background: url("../images/photo-2.png") center/cover;
}

.wwo-card-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.95);
	padding: 24px;
	border-radius: 16px;
	margin: 16px;
	box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.15);
	width: calc(100% - 32px);
	height: 96px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	overflow: hidden;
}

.wwo-card:hover .wwo-card-content {
	height: 408px;
	margin-top: 96px;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 32px 16px;
}

.wwo-card-title {
	font-size: 28px;
	font-weight: 600;
	color: #161616;
	margin: 0;
	line-height: 1.3;
	text-align: center;
	transition: all 0.3s ease;
	z-index: 1;
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wwo-card:hover .wwo-card-title {
	text-align: left;
	margin: 54px 0 24px;
	width: auto;
	height: auto;
	display: block;
}

.wwo-card-expanded-content {
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.4s ease 0.1s;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

.wwo-card:hover .wwo-card-expanded-content {
	opacity: 1;
	transform: translateY(0);
	position: static;
	pointer-events: auto;
}

.wwo-card-features {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.wwo-feature-item {
	font-size: 18px;
	font-weight: 400;
	color: rgba(22, 22, 22, 0.5);
	margin-bottom: 28px;
	position: relative;
	padding-left: 24px;
	transform: translateX(-10px);
	opacity: 0;
	transition: all 0.3s ease;
}

.wwo-card:hover .wwo-feature-item {
	transform: translateX(0);
	opacity: 1;
}

.wwo-card:hover .wwo-feature-item:nth-child(1) {
	transition-delay: 0.2s;
}
.wwo-card:hover .wwo-feature-item:nth-child(2) {
	transition-delay: 0.3s;
}
.wwo-card:hover .wwo-feature-item:nth-child(3) {
	transition-delay: 0.4s;
}
.wwo-card:hover .wwo-feature-item:nth-child(4) {
	transition-delay: 0.5s;
}
.wwo-card:hover .wwo-feature-item:nth-child(5) {
	transition-delay: 0.6s;
}
.wwo-card:hover .wwo-feature-item:nth-child(6) {
	transition-delay: 0.7s;
}

.wwo-feature-item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background-color: #c22e35;
	border-radius: 50%;
}

.wwo-feature-item:last-child {
	margin-bottom: 0;
}

.wt-section-subtitle {
	font-size: 14px;
	font-weight: 400;
	color: rgba(22, 22, 22, 0.5);
	margin: 0;
	line-height: 1.5;
	margin: 0 auto;
}

.wt-wood-types-grid {
	display: grid;
	gap: 32px;
	grid-template-columns: 1fr 1fr;
}

.wt-wood-type-title {
	font-size: 22px;
	font-weight: 500;
	color: #161616;
	margin: 0 0 56px;
	line-height: 1.3;
	text-align: left;
	border-radius: 0px 40px 40px 0px;
	background: rgba(194, 46, 53, 0.1);
	padding: 12px 24px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	max-width: 390px;
	height: 44px;
}

.wt-wood-type-image {
	height: 380px;
	border-radius: 16px;
	overflow: hidden;
	background-color: #f1f0ed;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wt-wood-image {
	height: 232px;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 8px;
}

.wt-maple-bg {
	background-color: #f0f0f0;
}

.wt-walnut-bg {
	background-color: #e8e8e8;
}

.uc-content {
	display: flex;
	gap: 30px;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

.uc-equipment-display {
	background-color: #f1f0ed;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 100%;
	flex: 1;
	height: 526px;
}

.uc-equipment-image {
	object-position: center;
	border-radius: 16px;
	transition: opacity 0.3s ease;
	width: 100%;
	height: 100%;
}

.uc-equipment-image-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.uc-color-selection {
	display: flex;
	flex-direction: column;
	flex: none;
	width: 100%;
	max-width: 460px;
}

.uc-colors-header {
	margin-bottom: 26px;
}

.uc-colors-title {
	display: inline;
	font-size: 24px;
	font-weight: 500;
	color: #161616;
	margin: 0;
	border-bottom: 1px solid rgba(194, 46, 53, 1);
	padding-bottom: 8px;
	line-height: 48px;
}

.uc-color-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
	height: auto;
	padding: 10px 5px;
	margin: 0 -5px 20px 0;
}

.uc-color-grid::-webkit-scrollbar {
	width: 4px;
}

.uc-color-grid::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 2px;
}

.uc-color-grid::-webkit-scrollbar-thumb {
	background: #c22e35;
	border-radius: 2px;
}

.uc-color-grid::-webkit-scrollbar-thumb:hover {
	background: #a52020;
}

.uc-color-grid {
	scrollbar-color: #c22e35 #f1f1f1;
}

.uc-color-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
}

.uc-color-option {
	width: 70px;
	height: 70px;
	border-radius: 12px;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid transparent;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.uc-color-option[style*="rgba(0,0,0,0)"],
.uc-color-option[style*="transparent"],
.uc-color-option[data-color-hex="#CCCCCC"] {
	border: 1px solid #ddd;
	background-image:
		linear-gradient(45deg, #f0f0f0 25%, transparent 25%), linear-gradient(-45deg, #f0f0f0 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f0f0f0 75%),
		linear-gradient(-45deg, transparent 75%, #f0f0f0 75%);
	background-size: 6px 6px;
	background-position:
		0 0,
		0 3px,
		3px -3px,
		-3px 0px;
}

.uc-color-option[data-color-hex="#CCCCCC"]:after {
	content: "默认";
	font-size: 11px;
	color: #666;
	text-align: center;
	line-height: 1.2;
}

.uc-color-label {
	font-size: 13px;
	font-weight: 500;
	color: #161616;
	text-align: center;
	line-height: 1.3;
	max-width: 100px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	transition: all 0.2s ease;
}

.uc-color-item:hover .uc-color-option {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.uc-color-option.uc-selected {
	transform: scale(1.1);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	border-color: #c22e35;
}

.uc-color-checkmark {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.uc-color-checkmark svg {
	width: 20px;
	height: 20px;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.uc-swatch-cta {
	text-align: left;
	margin: 0 auto;
}

.uc-btn {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s ease;
	cursor: pointer;
	border: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.uc-btn-swatch {
	background-color: #c22e35;
	color: white;
	width: 210px;
	height: 40px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 16px;
	gap: 8px;
}

.uc-btn-icon {
	width: 12px;
	height: 8px;
	flex-shrink: 0;
}

.uc-btn-text {
	flex: 1;
	text-align: left;
}

.uc-btn-swatch:hover {
	background-color: #a02329;
	transform: translateY(-2px);
}

.pilates-process-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	justify-content: center;
	align-items: start;
}

.pilates-process-card {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	transition: all 0.3s ease;
	width: 100%;
	height: 287px;
}

.pilates-process-card:hover {
	transform: translateY(-4px);
}

.pilates-process-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.pilates-process-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.pilates-process-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 24px 0px 20px 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	z-index: 2;
	color: white;
}

.pilates-process-step-title {
	font-size: 24px;
	font-weight: 600;
	color: white;
	margin: 0 0 12px;
	line-height: 1.3;
}

.pilates-process-step-description {
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.9);
	margin: 0px;
	line-height: 1.5;
	width: auto;
	max-width: calc(100% - 80px);
}

.pilates-process-step-number {
	position: absolute;
	bottom: 24px;
	right: 24px;
	width: 48px;
	height: 48px;
	background-color: white;
	color: #c22e35;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	font-weight: 500;
	z-index: 3;
}

.pilates-process-card-1 {
	grid-column: 1;
	grid-row: 1;
}

.pilates-process-card-2 {
	grid-column: 1;
	grid-row: 2;
}

.pilates-process-card-3 {
	grid-column: 2;
	grid-row: 1 / 3;
	height: 600px;
}

.pilates-process-card-4 {
	grid-column: 3;
	grid-row: 1;
}

.pilates-process-card-5 {
	grid-column: 3;
	grid-row: 2;
}

.pilates-process-card-3 .pilates-process-step-title {
	font-size: 32px;
	margin-bottom: 16px;
}

.pilates-process-card-3 .pilates-process-step-description {
	font-size: 16px;
	line-height: 1.6;
	margin: 0px;
	width: auto;
	max-width: calc(100% - 80px);
}

.pilates-process-card-3 .pilates-process-step-number {
	width: 48px;
	height: 48px;
	font-size: 36px;
	bottom: 32px;
	right: 32px;
}

.why-choose-section {
	width: 100%;
	background-color: #f1f0ed;
	display: flex;
	align-items: center;
	justify-content: center;
}

.why-choose-container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.why-choose-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	width: 100%;
	height: 60%;
	gap: 0px;
	padding: 0 25px;
}

.why-choose-item {
	background-color: #f1f0ed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px 40px;
	position: relative;
	border: none;
}

.why-choose-item-1,
.why-choose-item-3 {
	align-items: flex-start;
	text-align: left;
}

.why-choose-item-2,
.why-choose-item-4 {
	text-align: left;
}

.why-choose-item-1,
.why-choose-item-2 {
	border-bottom: 0.5px solid rgba(22, 22, 22, 0.5);
	border-top: 0.5px solid rgba(22, 22, 22, 0.5);
}

.why-choose-item.why-choose-item-3 {
	border-right: 0.5px solid rgba(22, 22, 22, 0.5);
	padding-left: 122px;
}

.pilates-wheels-options {
	display: grid;
	gap: 32px;
	grid-template-columns: 1fr 1fr;
}

.pilates-wheels-option {
	width: 100%;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
}

.pilates-wheels-option:hover {
	transform: translateY(-4px) scale(1.02);
}

.pilates-wheels-option:hover .pilates-wheels-selected {
	transform: translateY(-8px) scale(1.02);
}

.pilates-wheels-image-container {
	position: relative;
	width: 100%;
	max-width: 700px;
	height: 380px;
	background-color: #f1f0ed;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 24px;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.pilates-wheels-label {
	position: absolute;
	top: 50px;
	left: 0px;
	background: rgba(255, 255, 255, 1);
	color: #161616;
	font-size: 28px;
	font-weight: 500;
	padding: 12px 20px;
	border-radius: 0px 40px 40px 0px;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
	height: 44px;
	display: flex;
	align-items: center;
	z-index: 2;
	transition: all 0.3s ease;
}

.pilates-wheels-description {
	position: absolute;
	top: 258px;
	left: 17px;
	width: 261px;
	z-index: 2;
	display: flex;
	align-items: center;
}

.pilates-wheels-description p {
	color: rgba(22, 22, 22, 0.7);
	line-height: 1.5;
}

.pilates-wheels-equipment-image {
	margin: 0;
}

.why-choose-number {
	font-size: 98px;
	font-weight: 400;
	color: #161616;
	margin: 0 0 24px;
	letter-spacing: 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.blog-stories-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 80px;
	justify-content: center;
}

.story-card {
	width: 100%;
	height: 422px;
	background-color: #f8f8f8;
	border-radius: 32px;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	transition: all 0.3s ease;
	box-sizing: border-box;
	overflow: hidden;
}

.story-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.story-content {
	height: 128px;
	border-radius: 32px;
	background: rgba(22, 22, 22, 0.75);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 32px;
	margin: 0;
	box-sizing: border-box;
}

.story-title {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	margin: 0;
}

.story-excerpt {
	display: none;
}

.story-arrow-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	transition: all 0.3s ease;
	flex-shrink: 0;
}

.story-arrow-button:hover {
	background: rgba(255, 255, 255, 0.8);
	transform: scale(1.05);
}

.story-arrow-icon {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.story-arrow-button svg {
	width: 24px;
	height: 24px;
	color: #161616;
}

.certifications-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	align-items: stretch;
}

.certification-card {
	box-sizing: border-box;
	border: 1px solid rgba(22, 22, 22, 0.25);
	border-radius: 16px;
	box-shadow: 2px 2px 4px 0px rgba(22, 22, 22, 0.15);
	background: rgba(255, 255, 255, 1);
	padding: 40px 32px;
	text-align: left;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.certification-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
	border-color: rgba(194, 46, 53, 0.2);
}

.certification-icon {
	width: 70px;
	height: 70px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	flex-shrink: 0;
	align-self: center;
}

.cert-icon-image {
	width: 70px;
	height: 70px;
	object-fit: contain;
	border-radius: 50%;
}

.cert-icon-placeholder {
	width: 120px;
	height: 120px;
	background: linear-gradient(135deg, #c22e35 0%, #a02329 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
}

.certification-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: left;
}

.certification-name {
	color: rgba(22, 22, 22, 1);
	font-size: 28px;
	font-weight: 500;
	line-height: 36px;
	letter-spacing: 0px;
	text-align: center;
	margin: 0 0 16px;
}

.certification-description {
	color: rgba(22, 22, 22, 0.5);
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
	margin: 0;
	flex: 1;
}

.quality-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.download-icon {
	position: absolute;
	bottom: 40px;
	right: 56px;
	width: 32px;
	height: 32px;
	background: none;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #161616;
	cursor: pointer;
	opacity: 1 !important;
	visibility: visible !important;
	border-bottom: 2px solid #c12e35;
	z-index: 10;
}

.download-icon svg {
	width: 24px;
	height: 24px;
}

.download-icon-image {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.faq-section {
	background-color: #f1f0ed;
	padding-top: 150px;
}

.faq-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.faq-category {
	margin-bottom: 36px;
}

.faq-category:not(:first-child) {
	margin-top: 36px;
}

.faq-category-title {
	position: relative;
	font-size: 36px;
	font-weight: 500;
	color: #161616;
	margin-bottom: 32px;
	line-height: 1.2;
}

.faq-category-title::first-letter {
	position: relative;
	z-index: 2;
}

.faq-category-title::before {
	content: "";
	position: absolute;
	left: -15px;
	top: -8px;
	width: 40px;
	height: 40px;
	background-color: rgba(194, 46, 53, 0.15);
	border-radius: 50%;
	z-index: 1;
}

.faq-item {
	margin-bottom: 24px;
	background: transparent;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
}

.faq-question {
	font-size: 16px;
	font-weight: 400;
	color: #161616;
	margin-bottom: 8px;
	line-height: 1.5;
}

.faq-answer {
	font-size: 16px;
	color: #161616;
	line-height: 1.5;
	margin: 0 0 32px;
	font-weight: 400;
}

.contact-message {
	text-align: left;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}

.contact-message p {
	font-size: 20px;
	font-weight: 600;
	color: #161616;
	margin: 0;
}

.aftersales-support-banner {
	background-color: #f1f0ed;
	padding: 200px 0 50px;
}

.aftersales-support-content {
	text-align: left;
}

.card__inner .full-unstyled-link .card__media {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.card__inner .card__media img {
	transition: all 0.5s ease 0s;
}

.card__inner .full-unstyled-link:hover .card__media img {
	scale: 1.03;
}

.blog-articles .full-unstyled-link {
	text-align: center;
}

.news-section .full-unstyled-link .card__content .card__heading {
	font-size: 24px;
	font-weight: normal;
}

.news-section .full-unstyled-link:hover .card__content .card__heading {
	text-decoration: underline;
}

.article-date {
	font-size: 10px;
	letter-spacing: 0.13rem;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.news-section .card__content .article-card__excerpt {
	max-width: 770px;
	margin: 0 auto;
	width: 100%;
}

.card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article-template .card__media {
	margin-bottom: 35px;
}

.article-template .article-content {
	margin: 15px auto 0;
	width: 100%;
	max-width: 725px;
}

.article-content .main-title {
	font-weight: normal;
}

.share-button__button {
	font-size: 14px;
	display: flex;
	color: #000;
	background: transparent;
	border: none;
	padding: 0;
	gap: 5px;
	cursor: pointer;
	margin: 40px 0 30px;
}

.share-button__button .svg-wrapper,
.article-template__link .svg-wrapper {
	flex-shrink: 0;
	width: 13px;
	height: 13px;
}

.article-content p {
	margin-bottom: 5px;
	color: rgb(18 18 18 / 75%);
	font-size: 15px;
	letter-spacing: 0.06rem;
}

.article-content ul,
.article-content ol {
	margin-left: 20px;
	color: rgb(18 18 18 / 75%);
	margin-top: 10px;
	margin-bottom: 10px;
}

.article-content li {
	margin-bottom: 5px;
}

.article-content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid rgba(18, 18, 18, 0.02);
	margin: 20px 0;
}
.article-template__link {
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.article-template__link .svg-wrapper {
	display: flex;
	margin-right: 5px;
	transform: rotate(180deg);
	width: 20px;
	height: 20px;
	transition: all 0.5s ease 0s;
}

.article-template__link:hover .svg-wrapper {
	margin-right: 10px;
}

.contact-info-container {
	max-width: 1654px;
	margin: 0 auto;
	padding: 0 15px;
}

/* Call Us */
.contact-call-section {
	padding-bottom: 60px;
	border-top: 1px solid rgba(22, 22, 22, 0.25);
	padding-top: 60px;
}

.contact-call-content {
	display: flex;
	align-items: flex-start;
	gap: 350px;
}

.contact-title {
	font-family: "Poppins", sans-serif;
	font-size: 36px;
	font-weight: 400;
	color: #161616;
	margin: 0;
	line-height: 1.2;
	flex-shrink: 0;
}

.contact-call-details {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.contact-company-info {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.contact-phone,
.contact-hours {
	display: flex;
	align-items: center;
	gap: 8px;
}

.contact-phone-icon,
.contact-hours-icon {
	width: 16px;
	height: 16px;
	color: rgba(22, 22, 22, 0.5);
	flex-shrink: 0;
}

.contact-phone-number {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #161616;
	line-height: 1.5;
}

.contact-hours-text {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: rgba(22, 22, 22, 0.5);
	line-height: 1.5;
}

.contact-call-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #c22e35;
	color: white;
	padding: 12px 24px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 4px;
	transition: all 0.3s ease;
	align-self: flex-start;
}

.contact-call-button:hover {
	background-color: #a02329;
	transform: translateY(-2px);
}

.contact-divider {
	width: 100%;
	height: 1px;
	background-color: rgba(22, 22, 22, 0.15);
	margin: 0;
}

/* Find Us */
.contact-find-section {
	padding-top: 60px;
	border-top: 1px solid rgba(22, 22, 22, 0.25);
}

.contact-find-content {
	display: flex;
	align-items: flex-start;
	gap: 350px;
}

.contact-find-details {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.contact-location-info {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.contact-headquarters-label {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #161616;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
}

.contact-address {
	width: 100%;
	max-width: 600px;
}

.contact-location-details {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 8px;
}

.contact-location-phone,
.contact-email,
.contact-location-hours {
	display: flex;
	align-items: center;
	gap: 8px;
	transition: color 0.3s ease;
}

.contact-email-link {
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: 000;
}
.contact-location-phone-icon,
.contact-email-icon,
.contact-location-hours-icon {
	width: 16px;
	height: 16px;
	color: rgba(22, 22, 22, 0.5);
	flex-shrink: 0;
}

.contact-location-phone-number,
.contact-email-address {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #161616;
	line-height: 1.5;
	transition: color 0.3s ease;
}
.contact-email-address:hover {
	color: #c22e35;
}

.contact-location-hours-text {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: rgba(22, 22, 22, 0.5);
	line-height: 1.5;
}

.contact-find-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #c22e35;
	color: white;
	padding: 12px 24px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 4px;
	transition: all 0.3s ease;
	align-self: flex-start;
}

.contact-find-button:hover {
	background-color: #a02329;
	transform: translateY(-2px);
}
