<style>
    	.a{
      	color: #FFF !important;
      }
    </style>
<style>.b{position:relative;display:inline-block}.c:hover+.d,.d:hover{opacity:1;visibility:visible;transform:translateY(0)}.d{position:absolute;top:100%;left:0;min-width:280px;background:#fff;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.1);border:1px solid #e5e7eb;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;margin-top:8px}.e{padding:16px 0}.f{display:block;padding:12px 24px;color:#374151;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease;border-left:3px solid transparent}.f:hover{background-color:#f9fafb;color:#1f2937;border-left-color:#3b82f6;transform:translateX(4px)}.f:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.f:last-child{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.b:hover .c .g{transform:rotate(180deg)}.c .g{transition:transform .3s ease}.h{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:1rem 0}.i{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 2rem}.j{height:40px}.k{display:flex;align-items:center;gap:2rem}.l{color:#374151;text-decoration:none;font-weight:500;transition:color .2s ease}.l:hover{color:#3b82f6}.m{background:#3b82f6;color:#fff;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:500;transition:background-color .2s ease}.m:hover{background:#2563eb}.g{display:inline-block;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid currentColor;margin-left:.5rem}.n{display:none}.o{display:none}@media (max-width:768px){.k{display:none}.n{display:block;cursor:pointer}.p{width:25px;height:3px;background:#374151;margin:3px 0;transition:.3s}}@media (max-width: 991px) {
	.q {
		max-width: 100%;
	}
}

/* Reset and Base Styles */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: var(--font-inter);
	line-height: 1.5;
	color: var(--color-neutral-900);
	background-image: linear-gradient(rgba(255, 255, 255, 0.6),
			rgba(255, 255, 255, 0.6)),
		url("https://cdn.gushwork.ai/noise.png");
	background-repeat: repeat;
	background-size: auto;
	background-position: center;
}

.r {
	overflow: hidden;
}

/* Hero Section */
.s {
	position: relative;
	width: 100%;
	overflow: hidden;
	/* margin-top: 50px; */
	padding-top: 200px;
	padding: 100px;
	border-bottom: 1px solid var(--color-neutral-100);
}

.t {
	z-index: 0;
	display: flex;
	width: 100%;
	max-width: 1280px;
	align-items: center;
	gap: var(--spacing-40) 50px;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}

.u {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	flex: 1 1 0%;
	margin: auto 0;
	min-width: 0;
}

@media (max-width: 991px) {
	.u {
		max-width: 100%;
	}
}

.v {
	display: flex;
	flex-direction: column;
	border-radius: var(--radius-16);
	position: relative;
	min-height: 383px;
	width: 100%;
	overflow: hidden;
	align-items: stretch;
	flex: 1;
	justify-content: center;
	padding: 167px 20px;
	aspect-ratio: 1.5;
}

@media (max-width: 991px) {
	.v {
		max-width: 100%;
		padding: 100px 0;
		aspect-ratio: 1.5;
		min-height: auto;
		/* Remove min-height constraint to allow aspect-ratio to work */
	}
}

.w {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	display: none;
	/* Hide all images by default */
	aspect-ratio: 1.5;
}

.w[data-slide="0"] {
	display: block;
	/* Show first image by default */
	aspect-ratio: 1.5;
}

.x {
	position: relative;
	display: flex;
	margin-bottom: -33px;
	align-items: stretch;
	gap: var(--spacing-20);
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.x {
		position: absolute;
		bottom: 15px;
		left: 20px;
		right: 20px;
		justify-content: center;
		margin-bottom: 0;
	}
}

.y {
	background-color: #fff;
	padding: 10px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
	border: 1px solid #e9ecef;
}

.y:disabled,
.y[style*="pointer-events: none"] {
	opacity: 0.5;
	cursor: not-allowed;
	background-color: #f8f9fa;
	border: 1px solid #e9ecef;
}

.z {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: start;
	flex: 1 1 0%;
	margin: auto 0;
	min-width: 0;
}

@media (max-width: 991px) {
	.z {
		max-width: 100%;
	}
}

.aa {
	align-self: start;
	display: flex;
	align-items: start;
	gap: var(--spacing-16);
	text-align: center;
	justify-content: start;
}

@media (max-width: 991px) {
	.aa {
		max-width: 100%;
	}
}

.ab {
	display: flex;
	align-items: center;
	gap: -2px;
	justify-content: start;
}

.ac {
	align-self: stretch;
	width: 91px;
	margin: auto 0;
}

.ad {
	font-size: 10px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}

.ae {
	font-size: 8px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0.17px;
	margin-top: 4px;
}

.af {
	margin-top: 24px;
	width: 100%;
}

@media (max-width: 991px) {
	.af {
		max-width: 100%;
	}
}

.ag {
	color: #111827;
	font: 700 48px/1.2 var(--font-urbanist);
}

@media (max-width: 991px) {
	.ag {
		max-width: 100%;
		font-size: 36px;
	}
}

.ah {
	margin-top: 16px;
	width: 100%;
	color: #4b5563;
	letter-spacing: -0.11px;
	font: 400 18px/29px var(--font-inter);
}

@media (max-width: 991px) {
	.ah {
		max-width: 100%;
	}
}

.ai {
	color: #4b5563;
	font-weight: 300;
}

@media (max-width: 991px) {
	.ai {
		max-width: 100%;
		font-size: 16px;
	}
}

.aj {
	display: flex;
	margin-top: 24px;
	width: 100%;
	align-items: start;
	gap: var(--spacing-12);
	letter-spacing: -0.1px;
	justify-content: start;
	flex-wrap: nowrap;
	font: 500 16px var(--font-inter);
}

@media (max-width: 1435px) {
	.aj {
		flex-wrap: wrap;
	}
}

.ak {
	justify-content: center;
	align-items: center;
	border-radius: var(--radius-10);
	display: flex;
	min-width: auto;
	/* Remove fixed min-width */
	width: 100%;
	min-height: 44px;
	gap: var(--spacing-4);
	color: #fff;
	padding: 12px 16px;
	background-color: var(--color-primary);
	border: none;
	cursor: pointer;
	transition: background-color 0.2s ease;
	font: 500 16px var(--font-inter);
}

.ak:hover {
	background-color: color-mix(in srgb, var(--color-primary) 88%, black 12%);
}

.al {
	justify-content: center;
	align-items: center;
	border-radius: var(--radius-10);
	display: flex;
	min-height: 44px;
	width: 100%;
	gap: var(--spacing-4);
	color: #fff;
	padding: 12px 16px;
	background-color: var(--color-primary);
	border: none;
	cursor: pointer;
	transition: background-color 0.2s ease;
	font: 500 16px var(--font-inter);
}

.al:hover {
	background-color: color-mix(in srgb, var(--color-primary) 88%, black 12%);
}

.am {
	justify-content: center;
	align-items: center;
	border-radius: var(--radius-10);
	display: flex;
	min-width: auto;
	/* Remove fixed min-width */
	min-height: 44px;
	gap: var(--spacing-4);
	color: #fff;
	padding: 12px 16px;
	background-color: var(--color-primary);
	border: none;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.am:hover {
	background-color: color-mix(in srgb, var(--color-primary) 88%, black 12%);
}

@media (max-width: 991px) {
	.ak {
		width: 100%;
	}
}

.an {
	justify-content: center;
	align-items: center;
	border-radius: var(--radius-10);
	border: 1px solid var(--color-neutral-200);
	display: flex;
	min-width: 230px;
	width: 100%;
	min-height: 44px;
	gap: var(--spacing-8);
	color: var(--color-neutral-900);
	flex: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	padding: 12px 12px 12px 16px;
	background-color: #fff;
	cursor: pointer;
	transition: background-color 0.2s ease;
	font: 500 16px var(--font-inter);
}

.ao {
	color: inherit;
	align-self: stretch;
	margin: auto 0;
	font-weight: 0;
	font-size: 16px;
}

.ap {
	aspect-ratio: 1;
	object-fit: contain;
	object-position: center;
	width: 16px;
	align-self: stretch;
	flex-shrink: 0;
	margin: auto 0;
}

.aq {
	display: flex;
	width: 100%;
	align-items: center;
	gap: var(--spacing-8);
	letter-spacing: -0.08px;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 12px 60px;
	font: 400 14px/1 var(--font-inter);
	border-top: 1px solid var(--color-neutral-100);
}

@media (max-width: 991px) {
	.aq {
		padding: 12px 20px;
	}
}

.ar {
	color: var(--color-neutral-800);
	align-self: stretch;
	margin: auto 0;
}

.as {
	aspect-ratio: 1;
	object-fit: contain;
	object-position: center;
	width: 12px;
	align-self: stretch;
	flex-shrink: 0;
	margin: auto 0;
}

.at {
	color: var(--color-neutral-black);
	align-self: stretch;
	margin: auto 0;
}

.au {
	color: #111827;
	font: 600 20px/1.2 var(--font-inter);
	margin-left: auto;
}

@media (max-width: 991px) {
	.au {
		font-size: 18px;
		margin-left: 0;
		margin-top: 8px;
		width: 100%;
	}
}

/* Products Section */
.av {
	justify-content: center;
	align-items: center;
	display: flex;
	width: 100%;
	flex-direction: column;
	overflow: hidden;
	padding: 100px;
	background-color: color-mix(in srgb,
			var(--color-neutral-25) 60%,
			transparent);
	border-bottom: 1px solid var(--color-neutral-100);
}

.aw {
	width: 100%;
	max-width: 1280px;
}

@media (max-width: 991px) {
	.aw {
		max-width: 100%;
	}
}

.ax {
	display: flex;
	width: 100%;
	align-items: center;
	gap: var(--spacing-40) 100px;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media (max-width: 991px) {
	.ax {
		max-width: 100%;
		/* flex-wrap: wrap; */
	}
}

.ay {
	color: #111827;
	align-self: stretch;
	margin: auto 0;
	font: 550 38px/1.2 var(--font-urbanist);
}

@media (max-width: 991px) {
	.ay {
		max-width: 100%;
		font-size: 36px;
	}
}

.az {
	color: #111827;
	align-self: stretch;
	margin: auto 0;
	font: 550 38px/1.2 var(--font-urbanist);
	max-width: 500px;
}

@media (max-width: 991px) {
	.az {
		max-width: 100%;
		font-size: 36px;
	}
}

.ba {
	color: var(--color-primary);
}

.bb {
	align-self: stretch;
	display: flex;
	min-width: 240px;
	align-items: start;
	gap: var(--spacing-12);
	color: var(--color-neutral-900);
	letter-spacing: -0.11px;
	justify-content: center;
	margin: auto 0;
	font: 500 18px/1.6 var(--font-inter);
}

@media (max-width: 991px) {
	.bb {
		flex-direction: row;
		gap: var(--spacing-12);
		width: 100%;
		flex-wrap: wrap;
	}

	.bc {
		width: auto;
		flex: 1;
		min-width: 0;
	}
}

@media (max-width: 500px) {
	.bb {
		flex-direction: column;
	}

	.bd {
		width: 100% !important;
		min-width: 100%;
	}
}

.bc {
	justify-content: center;
	align-items: center;
	border-radius: var(--radius-10);
	border: 1px solid var(--color-neutral-200);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	display: flex;
	min-height: 44px;
	gap: var(--spacing-8);
	padding: 2px 16px 2px 12px;
	background-color: #fff;
	cursor: pointer;
}

.bd {
	justify-content: center;
	align-items: center;
	border-radius: var(--radius-10);
	border: 1px solid var(--color-neutral-200);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	display: flex;
	min-height: 44px;
	gap: var(--spacing-8);
	padding: 2px 16px 2px 12px;
	background-color: #fff;
	cursor: pointer;
	width: auto;
	flex: 1;
	min-width: 0;
	transition: background-color 0.2s ease;
	font-size: 16px;
}

.bd:hover {
	background-color: var(--color-neutral-25);
}

.be {
	aspect-ratio: 1;
	object-fit: contain;
	object-position: center;
	width: 20px;
	align-self: stretch;
	flex-shrink: 0;
	margin: auto 0;
}

.bf {
	color: var(--color-neutral-900);
	align-self: stretch;
	margin: auto 0;
	font-size: 16px;
}

.bg {
	aspect-ratio: 1;
	object-fit: contain;
	object-position: center;
	width: 20px;
	align-self: stretch;
	flex-shrink: 0;
	margin: auto 0;
}

.bh {
	margin-top: 40px;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
	align-items: stretch;
}

@media (max-width: 800px) {
	.bh {
		max-width: 100%;
		display: grid;
		grid-template-columns: 1fr;
		gap: var(--spacing-24);
		align-items: stretch;
	}
}

.bi {
	border-radius: var(--radius-16);
	border: 1.25px solid var(--color-neutral-100);
	box-shadow: 0px 2px 4px 0px rgba(27, 28, 29, 0.04);
	font-family: var(--font-inter);
	background-color: #fff;
	padding: 20px;
	width: 100%;
	height: 100%;
	min-width: 300px;
	/* max-width: 468px; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.bj {
	border-radius: var(--radius-16);
	border: 1.25px solid var(--color-neutral-100);
	box-shadow: 0px 2px 4px 0px rgba(27, 28, 29, 0.04);
	font-family: var(--font-inter);
	background-color: #fff;
	padding: 20px;
	width: 400px;
	max-width: 400px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

@media (max-width: 991px) {
	.bj {
		width: 100%;
		max-width: 400px;
	}
}

.bk {
	border-radius: var(--radius-24);
	border: 1.5px solid var(--color-neutral-100);
}

.bl {
	align-self: stretch;
}

.bm {
	aspect-ratio: 1.5;
	object-fit: contain;
	object-position: center;
	border-radius: var(--radius-16);
	max-width: 408px;
}

.bn {
	aspect-ratio: 1.5;
	border-radius: var(--radius-16);
	width: 100%;
	overflow: hidden;
}

.bn img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.bo {
	border-radius: var(--radius-16);
	overflow: hidden;
}

.bp {
	display: flex;
	flex-direction: column;
	border-radius: var(--radius-16);
	position: relative;
	aspect-ratio: 1.5;
	width: 100%;
	overflow: hidden;
}

.bq {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 1.5;
}

.br {
	margin-top: 20px;
	max-width: 100%;
	width: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.bs {
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.bt {
	flex: 1;
}

.bu {
	color: var(--color-neutral-black);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.48px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bv {
	line-height: 1.5;
}

.bw {
	display: flex;
	margin-top: 12px;
	width: 100%;
	flex-direction: column;
	align-items: start;
	font-size: 16px;
	color: var(--color-neutral-900);
	font-weight: 300;
	letter-spacing: -0.1px;
	justify-content: start;
	flex: 1;
}

.bx {
	align-items: flex-start;
	display: flex;
	gap: var(--spacing-4);
	justify-content: end;
	margin-top: 12px;
}

.bx:first-child {
	margin-top: 0;
}

.by {
	aspect-ratio: 1;
	object-fit: contain;
	object-position: center;
	width: 12px;
	align-self: stretch;
	flex-shrink: 0;
	margin: auto 0;
}

.bz {
	color: var(--color-neutral-900);
	font-weight: 300;
	opacity: 0.8;
	align-self: stretch;
	margin: auto 0;
}

@media (max-width: 991px) {
	.bz {
		font-size: 14px;
	}
}

.ca {
	display: flex;
	margin-top: 20px;
	width: 100%;
	align-items: start;
	gap: var(--spacing-12);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.1px;
}

.cb {
	justify-content: center;
	align-items: center;
	border-radius: var(--radius-10);
	border: 1px solid var(--color-neutral-200);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	display: flex;
	min-height: 44px;
	gap: var(--spacing-8);
	color: var(--color-neutral-900);
	flex: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	padding: 12px 12px 12px 16px;
	background-color: #fff;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.cb:hover {
	background-color: var(--color-neutral-25);
}

.cc {
	justify-content: center;
	align-items: center;
	border-radius: var(--radius-10);
	border: 1px solid var(--color-primary);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	display: flex;
	min-height: 44px;
	gap: var(--spacing-4);
	flex: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	padding: 12px 16px;
	background-color: var(--color-primary-light);
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.cc:hover {
	background-color: var(--color-primary-medium);
}

.cd {
	color: var(--color-primary);
	align-self: stretch;
	margin: auto 0;
	font-weight: 100;
	font-size: 16px;
}

/* Pagination */
.ce {
	border-radius: var(--radius-10);
	border: 1px solid var(--color-neutral-100);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	margin-top: 40px;
	width: 100%;
	background-color: #fff;
}

@media (max-width: 991px) {
	.ce {
		max-width: 100%;
	}
}

.cf {
	display: flex;
	width: 100%;
	align-items: center;
	gap: var(--spacing-40) 100px;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 12px 24px;
}

@media (max-width: 991px) {
	.cf {
		max-width: 100%;
	}
}

.cg {
	color: #374151;
	align-self: stretch;
	margin: auto 0;
	font: 500 16px var(--font-inter);
}

.ch {
	align-items: center;
	border-radius: 6px;
	border: 1px solid var(--color-neutral-100);
	align-self: stretch;
	display: flex;
	gap: 1px;
	overflow: hidden;
	justify-content: start;
	margin: auto 0;
}

.ci {
	justify-content: center;
	align-items: center;
	border-radius: 6px 0px 0px 6px;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	width: 40px;
	background-color: #fff;
	margin: auto 0;
	padding: 9px;
	border: none;
	cursor: pointer;
}

.cj {
	aspect-ratio: 1;
	object-fit: contain;
	object-position: center;
	width: 20px;
}

.ci:hover {
	background-color: var(--color-primary-medium);
}

.ck {
	justify-content: center;
	align-items: center;
	align-self: stretch;
	display: flex;
	min-height: 36px;
	flex-direction: column;
	white-space: nowrap;
	text-align: center;
	width: 40px;
	background-color: #fff;
	margin: auto 0;
	padding: 8px 16px 8px 17px;
	font: 500 14px/1 var(--font-inter);
	border: none;
	cursor: pointer;
}

.cl {
	border: 1px solid var(--color-primary);
	color: var(--color-primary-light);
	background-color: var(--color-primary-light);
}

.ck:hover {
	background-color: var(--color-primary-medium);
}

@media (max-width: 991px) {
	.ck {
		white-space: initial;
	}
}

.cm {
	color: #6b7280;
}

.cl .cm {
	color: var(--color-primary);
}

.cn {
	align-self: stretch;
	width: 1px;
	flex-shrink: 0;
	height: 38px;
	background-color: var(--color-neutral-100);
	margin: auto 0;
	border: 1px solid var(--color-neutral-100);
}

/* Pagination functionality */
/* .bi { display: block; } */
.bi.co {
	display: none;
}

.ck.cp {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}

.ci.cp {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}

/* FAQ Section */
.cq {
	align-items: center;
	border-bottom: 1px solid var(--color-neutral-100);
	display: flex;
	width: 100%;
	flex-direction: column;
	overflow: hidden;
	justify-content: start;
	padding: 100px;
}

/* @media (max-width: 991px) { .cq { max-width: 100%; padding: 0 20px; } } */
.cr {
	width: 100%;
	max-width: 1280px;
}

@media (max-width: 991px) {
	.cr {
		max-width: 100%;
	}
}

.cs {
	margin-top: 56px;
	width: 100%;
	overflow-x: auto;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

.cs::-webkit-scrollbar {
	height: 6px;
}

.cs::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 3px;
}

.cs::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 3px;
}

.cs::-webkit-scrollbar-thumb:hover {
	background: #a8a8a8;
}

@media (max-width: 991px) {
	.cs {
		max-width: 100%;
		margin-top: 40px;
	}
}

.ct {
	width: 100%;
}

@media (max-width: 991px) {
	.ct {
		max-width: 100%;
	}
}

.cu {
	border-radius: var(--radius-12);
	border: 1px solid var(--color-neutral-100);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding: 20px;
	margin-top: 16px;
}

.cu:first-child {
	margin-top: 0;
}

.cv {
	background-color: var(--color-neutral-25);
}

@media (max-width: 991px) {
	.cu {
		max-width: 100%;
	}
}

.cw {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

@media (max-width: 991px) {
	.cw {
		max-width: 100%;
	}
}

.cx {
	color: #000;
	letter-spacing: -0.1px;
	align-self: stretch;
	margin: auto 0;
	font: 400 16px var(--font-urbanist);
	line-height: 1.5;
}

.cy {
	align-self: stretch;
	min-width: 240px;
	color: #000;
	letter-spacing: -0.1px;
	margin: auto 0;
	font: 400 16px var(--font-urbanist);
}

@media (max-width: 991px) {
	.cy {
		max-width: 100%;
	}
}

.cz {
	align-items: center;
	border-radius: 37.5px;
	align-self: stretch;
	display: flex;
	gap: 3px;
	justify-content: start;
	width: 24px;
	height: 24px;
	background-color: var(--color-primary-medium);
	margin: auto 0;
	padding: 3px;
}

.cu:not(.cv) .cz {
	background-color: var(--color-neutral-50);
}

.da {
	aspect-ratio: 1;
	object-fit: contain;
	object-position: center;
	width: 18px;
	align-self: stretch;
	margin: auto 0;
	transition: transform 0.3s ease-in-out;
	transform: rotate(0deg);
}

.cv .da {
	transform: rotate(180deg);
}

.db {
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
	max-height: 0;
}

.cv .db {
	max-height: 200px;
	/* This will be overridden by JavaScript */
}

.dc {
	color: var(--color-neutral-700);
	letter-spacing: -0.1px;
	margin-top: 16px;
	font: 400 16px/1.5 var(--font-inter);
}

@media (max-width: 991px) {
	.dc {
		max-width: 100%;
		font-size: 16px;
	}
}

.dd {
	max-width: 1280px;
	justify-content: space-between;
	align-items: center;
	border-radius: var(--radius-10);
	border: 1px solid var(--color-neutral-200);
	box-shadow: 0px 2px 4px 0px rgba(27, 28, 29, 0.04);
	display: flex;
	margin-top: 56px;
	width: 100%;
	gap: var(--spacing-24) 100px;
	overflow: hidden;
	flex-wrap: wrap;
	background-color: var(--color-neutral-25);
	padding: 20px;
}

@media (max-width: 991px) {
	.dd {
		max-width: 100%;
		margin-top: 40px;
	}
}

.de {
	max-width: 1280px;
	justify-content: space-between;
	align-items: center;
	border-radius: var(--radius-10);
	border: 1px solid var(--color-neutral-200);
	box-shadow: 0px 2px 4px 0px rgba(27, 28, 29, 0.04);
	display: flex;
	margin-top: 56px;
	width: 100%;
	gap: var(--spacing-24) 100px;
	overflow: hidden;
	flex-wrap: wrap;
	background-color: #ffffff;
	padding: 20px;
}

@media (max-width: 991px) {
	.de {
		max-width: 100%;
		margin-top: 40px;
	}
}

.df {
	align-self: stretch;
	display: flex;
	min-width: 240px;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	width: 651px;
	margin: auto 0;
}

@media (max-width: 991px) {
	.df {
		max-width: 100%;
	}
}

.dg {
	color: var(--color-neutral-black);
	font: 550 26px/1.2 var(--font-urbanist);
}

@media (max-width: 991px) {
	.dg {
		max-width: 100%;
	}
}

.dh {
	color: var(--color-neutral-900);
	letter-spacing: -0.1px;
	opacity: 0.8;
	margin-top: 12px;
	font: 400 16px var(--font-inter);
}

@media (max-width: 991px) {
	.dh {
		max-width: 100%;
		font-size: 16px;
	}
}

.di {
	justify-content: center;
	align-items: center;
	border-radius: var(--radius-10);
	border: 1px solid #fda4af;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	align-self: stretch;
	display: flex;
	min-height: 44px;
	gap: 6px;
	color: var(--color-primary);
	letter-spacing: -0.1px;
	padding: 12px 16px 12px 12px;
	background-color: var(--color-primary-medium);
	margin: auto 0;
	font: 500 16px var(--font-inter);
	cursor: pointer;
}

.dj {
	aspect-ratio: 1;
	object-fit: contain;
	object-position: center;
	width: 20px;
	align-self: stretch;
	flex-shrink: 0;
	margin: auto 0;
}

.dk {
	color: #ffffff;
	align-self: stretch;
	margin: auto 0;
	font: 500 14px var(--font-inter);
}

/* Industries Section */
.dl {
	align-items: center;
	display: flex;
	width: 100%;
	flex-direction: column;
	overflow: hidden;
	justify-content: start;
	padding: 100px;
	background-color: color-mix(in srgb,
			var(--color-neutral-25) 60%,
			transparent);
	border-bottom: 1px solid var(--color-neutral-100);
}

/* @media (max-width: 991px) { .dl { max-width: 100%; padding: 0 20px; } } */
.dm {
	max-width: 1280px;
	width: 100%;
	gap: var(--spacing-56);
}

@media (max-width: 991px) {
	.dm {
		max-width: 100%;
	}
}

.dn {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	color: var(--color-neutral-black);
	font: 700 44px/53px var(--font-urbanist);
}

.do {
	justify-content: start;
	align-items: start;
	display: flex;
	min-width: 240px;
	width: 651px;
	gap: var(--spacing-16);
}

@media (max-width: 991px) {
	.do {
		max-width: 100%;
	}
}

.dp {
	display: flex;
	align-items: center;
	gap: var(--spacing-20);
	flex-wrap: wrap;
}

.dq {
	justify-content: flex-start;
	align-items: center;
	display: flex;
	margin-top: 56px;
	width: 100%;
	gap: var(--spacing-16);
	/* padding: 0 20px; */
	position: relative;
}

.dr {
	display: flex;
	gap: var(--spacing-16);
	transition: transform 0.3s ease;
	transform: translateX(0px);
	flex-shrink: 0;
}

@media (max-width: 991px) {
	.dq {
		max-width: 100%;
		margin-top: 20px;
	}

	.dn {
		flex-direction: column;
		gap: var(--spacing-20);
		align-items: flex-start;
	}

	.dp {
		align-self: flex-start;
	}

	.ds {
		min-width: 320px;
		width: 320px;
	}
}

.ds {
	border-radius: var(--radius-32);
	align-self: stretch;
	position: relative;
	min-width: 420px;
	min-height: 420px;
	max-height: 420px;
	overflow: hidden;
	color: #fff;
	width: 420px;
	background-color: #fff;
	margin: auto 0;
	padding: 349px 24px 32px;
}

.ds::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60%;
	background: linear-gradient(to top,
			rgba(0, 0, 0, 0.8) 0%,
			rgba(0, 0, 0, 0.4) 50%,
			transparent 100%);
	z-index: 1;
	pointer-events: none;
}

@media (max-width: 991px) {
	.ds {
		min-width: 320px;
		min-height: 320px;
		max-height: 320px;
		width: 100%;
		max-width: 320px;
		padding: 220px 16px 20px;
	}
}

.dt {
	position: absolute;
	z-index: 0;
	display: flex;
	min-height: 420px;
	max-width: 100%;
	width: 420px;
	right: 0px;
	bottom: 0px;
	height: 420px;
}

.du {
	position: absolute;
	z-index: 1;
	display: flex;
	max-width: 100%;
	width: 100%;
	flex-direction: column;
	left: 0px;
	bottom: 0px;
	height: 100%;
	padding: 0;
	aspect-ratio: 1;
}

@media (max-width: 991px) {
	.du {
		padding: 0;
	}
}

.dv {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 1;
}

.dw {
	z-index: 2;
	width: 100%;
	position: relative;
	bottom: 90px;
}

@media (max-width: 991px) {
	.dw {
		bottom: 60px;
	}
}

.dx {
	max-width: 100%;
	width: 400px;
}

.dy {
	color: #fff;
	font: 600 26px/1.2 var(--font-urbanist);
}

.dz {
	color: #fff;
	letter-spacing: -0.1px;
	opacity: 0.8;
	margin-top: 12px;
	font: 400 16px/24px var(--font-inter);
}

@media (max-width: 991px) {
	.dz {
		font-size: 14px;
		line-height: 1.5;
	}
}

/* Related Products Section */
.ea {
	align-items: center;
	display: flex;
	width: 100%;
	flex-direction: column;
	overflow: hidden;
	justify-content: start;
	border-bottom: 1px solid var(--color-neutral-100);
	padding: 100px;
}

@media (max-width: 991px) {
	.ea {
		max-width: 100%;
		padding: 0 20px;
	}
}

.eb {
	width: 100%;
	max-width: 1280px;
	color: #111827;
	font: 700 48px/1.2 var(--font-urbanist);
}

@media (max-width: 991px) {
	.eb {
		max-width: 100%;
		font-size: 36px;
	}
}

.ec {
	display: flex;
	margin-top: 36px;
	width: 100%;
	max-width: 1280px;
	/* flex-direction: column; */
	align-items: stretch;
	font-family: var(--font-inter);
	justify-content: center;
}

@media (max-width: 991px) {
	.ec {
		max-width: 100%;
	}
}

.ed {
	align-items: stretch;
	display: flex;
	width: 100%;
	gap: var(--spacing-24);
	justify-content: start;
	flex-wrap: wrap;
}

@media (max-width: 800px) {
	.ed {
		max-width: 100%;
		flex-direction: column;
	}

	.ed .bj {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
	}
}

@media (max-width: 1014px) and (min-width: 801px) {
	.ed {
		flex-wrap: wrap;
	}

	.ed .bj {
		flex: 0 0 calc(50% - 12px) !important;
		max-width: calc(50% - 12px) !important;
		min-width: calc(50% - 12px) !important;
	}
}

/* Ensure equal height for related product cards */
.ed .bj {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 0;
	height: auto;
}

.ed .br {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ed .bw {
	flex: 1;
}

/* Why Choose Us Section */
.ee {
	align-items: stretch;
	display: flex;
	width: 100%;
	overflow: hidden;
	justify-content: center;
	padding: 60px 80px;
	background-color: color-mix(in srgb,
			var(--color-neutral-25) 60%,
			transparent);
	border-bottom: 1px solid var(--color-neutral-100);
}

.ef {
	max-width: 1280px;
	width: 100%;
	gap: var(--spacing-56);
}

@media (max-width: 991px) {
	.ee {
		max-width: 100%;
		padding: 20px 20px;
	}
}

.eg {
	align-items: stretch;
	display: flex;
	margin-top: 40px;
	width: 100%;
	gap: var(--spacing-16);
	justify-content: center;
	flex-wrap: wrap;
	justify-content: start;
}

@media (max-width: 991px) {
	.eg {
		max-width: 100%;
	}
}

.eh {
	align-items: stretch;
	border-radius: var(--radius-24);
	border: 1.5px solid var(--color-neutral-100);
	display: flex;
	min-width: 240px;
	/* min-height: 350px; */
	/* max-width: 403px; */
	flex-direction: column;
	justify-content: start;
	flex: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	background-color: #fff;
	padding: 24px;
}

.ei {
	width: 100%;
}

.ej {
	aspect-ratio: 1;
	object-fit: contain;
	object-position: center;
	width: 48px;
}

.ek {
	justify-content: center;
	align-items: stretch;
	display: flex;
	margin-top: 24px;
	width: 100%;
	flex-direction: column;
	gap: var(--spacing-16);
}

.el {
	color: #111827;
	font: 600 26px/31px var(--font-urbanist);
}

.em {
	color: var(--color-neutral-800);
	letter-spacing: -0.1px;
	margin-top: 16px;
	font: 400 16px/24px var(--font-inter);
}

@media (max-width: 991px) {
	.em {
		font-size: 16px;
		line-height: 1.5;
	}
}

.en {
	align-self: center;
	display: flex;
	margin-top: 40px;
	width: 100%;
	max-width: 1280px;
	align-items: start;
	gap: 22px;
	font-family: var(--font-inter);
	color: rgba(0, 0, 0, 1);
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
}

@media (max-width: 991px) {
	.en {
		max-width: 100%;
		padding: 0 20px;
	}

	.eo {
		flex-direction: column;
		gap: var(--spacing-20);
	}

	.ep {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: var(--spacing-16);
	}

	.eq {
		grid-column: 1 / -1;
		justify-self: center;
	}
}

.eo {
	display: flex;
	min-width: 240px;
	align-items: start;
	gap: var(--spacing-16);
	line-height: 1.5;
	justify-content: start;
}

.ep {
	display: flex;
	min-width: 240px;
	align-items: start;
	gap: var(--spacing-16);
	justify-content: start;
}

.eq {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.21px;
	line-height: 1.5;
	justify-content: center;
}

/* Contact Section */
.er {
	align-items: center;
	display: flex;
	width: 100%;
	gap: var(--spacing-40) 120px;
	overflow: hidden;
	justify-content: center;
	padding: 100px;
}

@media (max-width: 991px) {
	.er {
		max-width: 100%;
		padding: 0 20px;
	}
}

.es {
	align-self: stretch;
	display: flex;
	min-width: 240px;
	width: 100%;
	max-width: 1280px;
	align-items: center;
	gap: var(--spacing-40) 120px;
	justify-content: start;
	padding: 56px;
	border-radius: var(--radius-32);
	flex-wrap: wrap;
	flex: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	margin: auto 0;
	background-color: var(--color-primary);
}

@media (max-width: 991px) {
	.es {
		max-width: 100%;
		gap: var(--spacing-40) 60px;
		padding: 40px 32px;
	}
}

.et {
	align-self: stretch;
	display: flex;
	min-width: 240px;
	width: 100%;
	max-width: 1280px;
	align-items: center;
	gap: var(--spacing-40) 120px;
	justify-content: start;
	flex-wrap: wrap;
	flex: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	margin: auto 0;
}

@media (max-width: 991px) {
	.et {
		max-width: 100%;
	}
}

.eu {
	align-self: stretch;
	min-width: 340px;
	width: 50%;
	margin: auto 0;
}

@media (max-width: 991px) {
	.eu {
		max-width: 100%;
		min-width: auto;
		width: 100%;
	}
}

.ev {
	color: #fff;
	font: 700 44px/53px var(--font-urbanist);
}

@media (max-width: 991px) {
	.ev {
		max-width: 100%;
		font-size: 36px;
	}
}

.ew {
	color: rgba(255, 255, 255, 0.8);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: -0.096px;
	margin-top: 16px;
}

@media (max-width: 991px) {
	.ew {
		max-width: 100%;
		font-size: 16px;
	}
}

.ex {
	margin-top: 40px;
	width: 100%;
	color: #ffffff;
	letter-spacing: -0.08px;
	font: 400 14px/20px var(--font-inter);
}

@media (max-width: 991px) {
	.ex {
		max-width: 100%;
		font-size: 13px;
		line-height: 18px;
	}
}

.ey {
	min-height: 1px;
	width: 100%;
	background-color: rgb(255, 255, 255, 0.2);
}

@media (max-width: 991px) {
	.ey {
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	.ez {
		max-width: 100%;
	}
}

.fa {
	border-radius: var(--radius-24);
	align-self: stretch;
	min-width: 240px;
	letter-spacing: -0.08px;
	flex: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	padding: 32px;
	background-color: var(--color-neutral-25);
	margin: auto 0;
	font: 500 14px var(--font-inter);
}

@media (max-width: 991px) {
	.fa {
		max-width: 100%;
		min-width: auto;
		width: 100%;
		padding: 24px;
	}
}

.fb {
	color: var(--color-neutral-900);
	font-size: 16px;
	letter-spacing: -0.1px;
}

.fc {
	margin-top: 16px;
	width: 100%;
	font-weight: 300;
	line-height: 1.5;
}

.fd {
	width: 100%;
	color: var(--color-neutral-400);
	margin-bottom: 12px;
}

.fd:first-child {
	margin-bottom: 12px;
}

.fe {
	align-items: center;
	border-radius: var(--radius-8);
	border: 1px solid var(--color-neutral-100);
	box-shadow: 0px 1px 2px 0px rgba(10, 13, 20, 0.03);
	display: flex;
	width: 100%;
	gap: var(--spacing-8);
	overflow: hidden;
	justify-content: start;
	background-color: #fff;
	padding: 10px 10px 10px 12px;
}

.ff {
	align-self: stretch;
	display: flex;
	align-items: center;
	gap: var(--spacing-8);
	justify-content: start;
	margin: auto 0;
}

.fg {
	color: var(--color-neutral-400);
	align-self: stretch;
	margin: auto 0;
}

.fh {
	width: 100%;
	white-space: nowrap;
}

@media (max-width: 991px) {
	.fh {
		white-space: initial;
	}
}

.fi {
	align-items: center;
	border-radius: var(--radius-8);
	border: 1px solid var(--color-neutral-100);
	box-shadow: 0px 1px 2px 0px rgba(10, 13, 20, 0.03);
	display: flex;
	width: 100%;
	overflow: hidden;
	justify-content: start;
	background-color: #fff;
}

@media (max-width: 991px) {
	.fi {
		white-space: initial;
	}
}

.fj {
	align-self: stretch;
	display: flex;
	align-items: center;
	gap: var(--spacing-8);
	color: var(--color-neutral-black);
	justify-content: start;
	margin: auto 0;
	padding: 10px;
}

@media (max-width: 991px) {
	.fj {
		white-space: initial;
	}
}

.fk {
	align-self: stretch;
	display: flex;
	align-items: center;
	gap: 2px;
	justify-content: start;
	margin: auto 0;
}

@media (max-width: 991px) {
	.fk {
		white-space: initial;
	}
}

.fl {
	color: var(--color-neutral-black);
	align-self: stretch;
	margin: auto 0;
}

.fm {
	aspect-ratio: 1;
	object-fit: contain;
	object-position: center;
	width: 16px;
	align-self: stretch;
	flex-shrink: 0;
	margin: auto 0;
}

.fn {
	align-items: center;
	border-color: var(--color-neutral-100);
	border-left-width: 1px;
	align-self: stretch;
	display: flex;
	min-width: 240px;
	gap: var(--spacing-8);
	color: var(--color-neutral-400);
	justify-content: start;
	flex: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	border-left: 1px solid var(--color-neutral-100);
	margin: auto 0;
	padding: 10px;
}

@media (max-width: 991px) {
	.fn {
		white-space: initial;
	}
}

.fo {
	color: var(--color-neutral-400);
	align-self: stretch;
	margin: auto 0;
}

.fp {
	justify-content: center;
	align-items: center;
	border-radius: var(--radius-10);
	display: flex;
	margin-top: 16px;
	min-height: 44px;
	width: 100%;
	gap: var(--spacing-4);
	color: #fff;
	line-height: 1.5;
	padding: 12px 16px;
	background-color: var(--color-neutral-900);
	border: none;
	cursor: pointer;
}

.fq {
	color: #fff;
	align-self: stretch;
	margin: auto 0;
}

.fr {
	display: none;
}

@media screen and (max-width: 991px) {
	.fs {
		display: none;
	}

	.fr {
		display: contents;
	}
}

.ft {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid var(--color-neutral-100);
	border-radius: var(--radius-8);
	font-size: 14px;
	background-color: #fff;
}

.ft::placeholder {
	color: var(--color-neutral-400);
}

.fa {
	width: 100%;
	max-width: none;
}

.fu {
	color: var(--color-neutral-black);
}

.fg {
	color: var(--color-neutral-400);
	gap: var(--spacing-8);
}

.fv {
	margin-top: 12px;
	width: 100%;
	white-space: nowrap;
}

.fh {
	display: flex;
	align-items: center;
	background-color: #fff;
	border: 1px solid var(--color-neutral-100);
	border-radius: var(--radius-8);
	box-shadow: 0px 1px 2px 0px rgba(10, 13, 20, 0.03);
	overflow: hidden;
}

.fj {
	display: flex;
	align-items: center;
	padding: 10px;
	gap: var(--spacing-8);
	color: var(--color-neutral-black);
}

.fw {
	display: flex;
	align-items: center;
	gap: 2px;
}

.fo {
	flex: 1;
	min-width: 240px;
	color: var(--color-neutral-400);
	border-left: 1px solid var(--color-neutral-100);
	padding: 10px;
	gap: var(--spacing-8);
}

.fu {
	color: var(--color-neutral-black);
}

.fx {
	width: 16px;
	height: 16px;
}

.fy {
	background-color: var(--color-neutral-900);
	color: #fff;
	border: none;
	border-radius: var(--radius-10);
	margin-top: 16px;
	min-height: 44px;
	width: 100%;
	gap: var(--spacing-4);
	line-height: 1.5;
	padding: 12px 16px;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.fy:hover {
	background-color: #000000;
}

/* Navigation Styles */
.fz {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background-color: #fff;
	border-bottom: 1px solid var(--color-neutral-100);
}

.ga {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 60px;
	margin: 0 0;
	gap: var(--spacing-40);
	position: relative;
}

.gb {
	width: 134px;
	height: auto;
	aspect-ratio: 3.34;
	object-fit: contain;
}

.gc {
	display: flex;
	align-items: center;
	gap: var(--spacing-24);
}

.gd {
	display: flex;
	align-items: center;
	gap: var(--spacing-12);
}

.ge {
	background: none;
	border: none;
	padding: 12px 16px;
	border-radius: var(--radius-10);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.08px;
	color: var(--color-neutral-900);
	cursor: pointer;
	min-height: 44px;
}

.gf {
	align-items: center;
	gap: var(--spacing-8);
}

.gg {
	width: 16px;
	height: 16px;
}

.gh {
	background-color: #d11f2f;
	color: #fff;
	border: none;
	padding: 12px 16px;
	border-radius: var(--radius-10);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.08px;
	cursor: pointer;
	min-height: 44px;
}

/* Hamburger Menu */
.gi {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 10px;
	z-index: 1001;
}

.gj {
	display: block;
	width: 24px;
	height: 2px;
	margin: 5px 0;
	background-color: var(--color-neutral-900);
	transition: transform 0.3s ease-in-out;
}

/* Mobile Menu */
.gk {
	display: none;
	position: fixed;
	top: 84px;
	left: 0;
	right: 0;
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	flex-direction: column;
	gap: var(--spacing-16);
	z-index: 1000;
}

.gk .ge,
.gk .gh {
	width: 100%;
	justify-content: flex-start;
}

/* Mobile Menu Active State */
.gk.active {
	display: flex;
}

.gi.active .gj:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}

.gi.active .gj:nth-child(2) {
	opacity: 0;
}

.gi.active .gj:nth-child(3) {
	transform: rotate(-45deg) translate(7px, -7px);
}

@media (max-width: 991px) {
	.ga {
		padding: 20px;
	}

	.gc {
		display: none;
	}

	.gi {
		display: block;
	}

	/* .s { padding: 100px 20px; } */
	.ag {
		font-size: 36px;
		line-height: 1.5;
	}

	.t {
		flex-direction: column-reverse;
		gap: var(--spacing-40);
	}

	.u {
		width: 100%;
	}

	.gl {
		position: static;
		transform: none;
		margin-top: 40px;
		gap: var(--spacing-40);
		flex-wrap: wrap;
		justify-content: center;
	}

	.gm {
		flex: 0 0 calc(50% - 20px);
		text-align: center;
	}

	.gn {
		padding: 0 20px 80px;
	}

	.go {
		padding: 20px;
		flex-direction: column;
		gap: var(--spacing-20);
	}

	.gp {
		width: 100%;
		text-align: center;
	}

	.ay {
		font-size: 36px;
		line-height: 1.5;
	}

	.eg,
	.bh,
	.gq,
	.gr,
	.gs {
		flex-direction: column;
		gap: var(--spacing-24);
	}

	.eh,
	.bi,
	.gt {
		width: 100%;
	}

	.er {
		padding: 60px 20px;
	}

	.es {
		flex-direction: column;
		gap: var(--spacing-40);
	}

	.fa {
		width: 100%;
		max-width: none;
	}

	.gu {
		padding: 60px 20px;
	}

	.gv {
		flex-direction: column;
		gap: var(--spacing-40);
	}

	.gw {
		flex-direction: column;
		gap: var(--spacing-32);
	}

	.gx {
		width: 100%;
	}

	.gy {
		width: 100%;
		border-left: none;
		padding-left: 0;
	}

	.gz {
		padding: 20px;
	}

	.ha {
		flex-direction: column;
		gap: var(--spacing-20);
		text-align: center;
	}

	.hb {
		justify-content: center;
		gap: var(--spacing-24);
	}
}

/* Sidebar and Filters Layout */
.hc {
	display: flex;
	gap: 48px;
	align-items: flex-start;
}

.hd {
	width: 320px;
	min-width: 220px;
}

@media (max-width: 991px) {
	.hd {
		display: none;
	}

	.hc {
		flex-direction: column;
		gap: 0;
	}

	.he {
		width: 100%;
	}
}

.hf {
	background: #fff;
	border-radius: var(--radius-12);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	/* padding: 20px 18px 18px 18px; */
	margin-bottom: 24px;
}

.hg {
	display: flex;
	justify-content: space-between;
	font-family: var(--font-inter);
	font-style: normal;
	line-height: 28px;
	align-items: center;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	border-radius: var(--radius-12) 12px 0 0;
	padding: 16px 20px;
	border: 1px solid rgba(225, 227, 232, 1);
	background-color: rgba(247, 248, 249, 1);
}

.hh {
	font-size: 18px;
	color: #6a7077;
	text-decoration: underline;
}

.hi {
	padding: 16px 20px;
	border: 1px solid rgba(225, 227, 232, 1);
	border-top: none;
	max-height: 500px;
	overflow-y: auto;
}

.hj {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-weight: 400;
	font-size: 16px;
	color: rgb(0, 0, 0);
}

.hk {
	transition: transform 0.2s;
}

.hl {
	margin-top: 8px;
}

.hm {
	width: 100%;
	height: 4px;
	accent-color: var(--color-primary);
}

/* Double Range Slider Styles */
.hn {
	width: 100%;
	margin: 10px 0;
}

.ho {
	position: relative;
	width: 100%;
	height: 6px;
	background: var(--color-neutral-100);
	border-radius: 3px;
	margin: 20px 0 10px 0;
}

.ho::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: var(--color-neutral-100);
	border-radius: 3px;
}

.hp,
.hq {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 6px;
	background: transparent;
	pointer-events: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}

.hp::-webkit-slider-thumb,
.hq::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 16px;
	height: 16px;
	border: 1px solid var(--color-neutral-100);
	background: #ffffff;
	border-radius: 50%;
	cursor: pointer;
	pointer-events: auto;
}

.hp::-moz-range-thumb,
.hq::-moz-range-thumb {
	width: 20px;
	height: 20px;
	background: var(--color-primary);
	border-radius: 50%;
	cursor: pointer;
	pointer-events: auto;
	border: 2px solid #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.hp::-webkit-slider-track,
.hq::-webkit-slider-track {
	background: transparent;
	border: none;
}

.hp::-moz-range-track,
.hq::-moz-range-track {
	background: transparent;
	border: none;
}

.hp {
	z-index: 1;
}

.hq {
	z-index: 2;
}

/* Active range track */
.ho::after {
	content: "";
	position: absolute;
	top: 0;
	left: var(--min-percent, 0%);
	right: calc(100% - var(--max-percent, 100%));
	height: 100%;
	background: var(--color-primary);
	border-radius: 3px;
	pointer-events: none;
	transition: left 0.1s ease, right 0.1s ease;
}

.hr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
	font-size: 14px;
	font-weight: 400;
	color: var(--color-neutral-900);
}

.hs,
.ht {
	padding: 8px 8px;
	min-width: 40px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	color: #000000;
}

.hu {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: #888;
	margin-top: 8px;
}

/* Mobile responsive styles for range slider */
@media (max-width: 991px) {
	.ho {
		margin: 15px 0 8px 0;
	}

	.hp::-webkit-slider-thumb,
	.hq::-webkit-slider-thumb {
		width: 24px;
		height: 24px;
	}

	.hp::-moz-range-thumb,
	.hq::-moz-range-thumb {
		width: 24px;
		height: 24px;
	}

	.hr {
		margin: 8px 0;
	}

	.hs,
	.ht {
		padding: 6px 10px;
		font-size: 13px;
	}
}

.hv {
	width: 20px;
	height: 20px;
}

.hu {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: #888;
}

.hw {
	display: flex;
	flex-direction: column;
	gap: var(--spacing-16);
	margin-top: 6px;
	font-size: 16px;
	font-weight: 500;
	color: #374151;
}

.hx {
	margin-right: 8px;
	accent-color: var(--color-primary);
	border-radius: var(--radius-10);
}

.hy {
	width: 100%;
	background: #ffffff;
	color: #fff;
	border: 1px solid rgba(225, 227, 232, 1);
	border-radius: 6px;
	padding: 10px 0;
	font-size: 15px;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--spacing-8);
}

.hz {
	padding: 16px 20px;
	border: 1px solid rgba(225, 227, 232, 1);
	border-top: none;
	border-radius: 0 0 12px 12px;
}

.ia {
	background: #fff;
	border-radius: var(--radius-12);
	border: 1px solid rgba(225, 227, 232, 1);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	padding: 20px 18px 18px 18px;
}

.ib {
	font-size: 22px;
	font-style: normal;
	font-family: var(--font-urbanist);
	font-weight: 500;
	color: #222;
	margin-bottom: 12px;
}

.ic {
	color: var(--color-primary);
}

.id {
	font-size: 16px;
	font-style: normal;
	font-family: var(--font-inter);
	font-weight: 400;
	color: var(--color-neutral-900);
	margin-bottom: 14px;
}

.ie {
	width: 100%;
	background: var(--color-primary);
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 10px 0;
	font-size: 15px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--spacing-8);
}

.if {
	display: flex;
	align-items: center;
	margin-right: 4px;
}

.he {
	flex: 1;
}

/* Mobile Bottom Sheet for Filters */
.ig {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 20px 20px 0 0;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
	transform: translateY(100%);
	transition: transform 0.3s ease-in-out;
	z-index: 1000;
	max-height: 80vh;
	overflow: hidden;
}

.ig.active {
	transform: translateY(0);
}

.ih {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	z-index: 999;
}

.ih.active {
	opacity: 1;
	visibility: visible;
}

.ii {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 20px 16px 20px;
	border-bottom: 1px solid var(--color-neutral-100);
	background: #fff;
	border-radius: 20px 20px 0 0;
}

.ij {
	font-size: 18px;
	font-weight: 600;
	color: #222;
}

.ik {
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s;
}

.ik:hover {
	background-color: #f5f5f5;
}

.ik svg {
	width: 20px;
	height: 20px;
	color: #666;
}

.il {
	max-height: calc(80vh - 70px);
	overflow-y: auto;
}

.il::-webkit-scrollbar {
	width: 4px;
}

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

.il::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 2px;
}

.il::-webkit-scrollbar-thumb:hover {
	background: #a8a8a8;
}

/* Mobile bottom sheet specific filter styles */
.ig .hf {
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 20px;
}

.ig .hg {
	border-radius: var(--radius-12) 12px 0 0;
}

.ig .hz {
	border: none;
}

.ig .ia {
	box-shadow: none;
	border: 1px solid var(--color-neutral-100);
	border-radius: var(--radius-12);
}

/* Prevent body scroll when bottom sheet is open */
body.im {
	overflow: hidden;
}

@media (max-width: 991px) {
	.ig {
		display: block;
	}
}

@media (min-width: 992px) {

	.ig,
	.ih {
		display: none;
	}
}

.in {
	font-size: 16px;
	padding-top: 4px;
	color: var(--color-primary);
}

.io {
	font-size: large;
}

.ip {
	font-size: 48px;
}

/* Modal Styles */
.iq {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(15px);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.iq.active {
	opacity: 1;
	visibility: visible;
}

.ir {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(15px);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.ir.active {
	opacity: 1;
	visibility: visible;
}

.is {
	background: white;
	border-radius: var(--radius-16);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
		0 10px 10px -5px rgba(0, 0, 0, 0.04);
	max-width: 550px;
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	transform: scale(0.9);
	transition: transform 0.3s ease;
}

.iq.active .is {
	transform: scale(1);
}

.it {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 24px;
	border-bottom: 1px solid #e5e7eb;
	background-color: #f9fafb;
}

.iu {
	font-size: 20px;
	font-weight: 500;
	color: #1f2937;
	margin: 0;
}

.iv {
	background: none;
	border: none;
	cursor: pointer;
	padding: 6px;
	border: 1px solid #e5e7eb;
	border-radius: var(--radius-8);
	color: #6b7280;
	background-color: #ffffff;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.iv:hover {
	background-color: #f3f4f6;
	color: #374151;
}

.iw {
	color: #6b7280;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 24px;
}

.ix {
	display: flex;
	flex-direction: column;
}

.iy {
	padding: 11px 24px;
	background-color: #f9fafb;
	border-top: 1px solid #e5e7eb;
	margin-top: 20px;
	display: flex;
	justify-content: end;
}

.iz {
	display: flex;
	flex-direction: column;
	gap: var(--spacing-8);
	padding-top: 20px;
	padding-left: 24px;
	padding-right: 24px;
}

.ja {
	display: flex;
	flex-direction: column;
	gap: var(--spacing-8);
	padding-top: 20px;
	padding-left: 24px;
	padding-right: 24px;
}

.jb {
	font-size: 14px;
	font-weight: 500;
	color: #374151;
}

.jc {
	color: #9ca3af;
	font-weight: 400;
}

.jd {
	padding: 12px 16px;
	border: 1px solid var(--color-neutral-100);
	border-radius: var(--radius-8);
	font-size: 14px;
	transition: all 0.2s ease;
	background-color: white;
}

.jd:focus {
	outline: none;
	border-color: var(--color-primary);
	box-shadow: 0 0 0 3px rgba(225, 29, 72, 0.1);
}

.jd::placeholder {
	color: var(--color-neutral-400);
}

.je {
	background-color: var(--color-primary);
	color: white;
	border: none;
	border-radius: var(--radius-8);
	padding: 14px 24px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--spacing-8);
}

.je:hover {
	background-color: #be123c;
	transform: translateY(-1px);
}

.je:active {
	transform: translateY(0);
}

.jf {
	color: #9ca3af;
	font-size: 14px;
	font-weight: 400;
}

.jg {
	padding: 12px 16px;
	font-size: 14px;
	transition: all 0.2s ease;
	background-color: white;
	max-width: 90px;
	border: 0px;
}

.jg:focus {
	outline: none;
	border-color: none;
	box-shadow: none;
}

.jg::placeholder {
	color: var(--color-neutral-400);
}

.jh {
	padding: 12px 16px;
	font-size: 14px;
	transition: all 0.2s ease;
	background-color: white;
	width: 100%;
	margin-left: 10px;
	border-left: 1px solid var(--color-primary-medium);
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
}

.jh:focus {
	outline: none;
	border-color: none;
	box-shadow: none;
}

.jh::placeholder {
	color: var(--color-neutral-400);
}

/* Mobile responsive styles for modal */
@media (max-width: 768px) {
	.is {
		width: 95%;
		margin: 20px;
	}

	.it {
		padding: 20px 20px 0 20px;
	}

	.iu {
		font-size: 18px;
	}
}

.hh.ji {
	color: #aaa !important;
	pointer-events: none !important;
	opacity: 0.5;
	/* text-decoration: none; */
}

/* Certifications */
.jj {
	align-self: start;
	display: flex;
	align-items: stretch;
	gap: var(--spacing-12);
	font-size: 14px;
	color: #4b5563;
	font-weight: 400;
	letter-spacing: -0.08px;
	line-height: 1;
	justify-content: start;
	flex-wrap: wrap;
}

@media (max-width: 991px) {
	.jj {
		max-width: 100%;
		flex-wrap: wrap;
	}
}

.jk {
	display: flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 6px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	display: flex;
	gap: var(--spacing-10);
	border: 1px solid var(--color-neutral-100);
	background-color: var(--color-neutral-25);
	max-height: 36px;
}

.jl {
	aspect-ratio: 1.5;
	object-fit: contain;
	object-position: center;
	width: 30px;
	align-self: stretch;
	flex-shrink: 0;
	margin: auto 0;
}

.jm {
	max-height: 24px;
}

.jn {
	color: #4b5563;
	align-self: stretch;
	margin: auto 0;
}

@media (max-width: 1200px) {

	.s,
	.av,
	.cq,
	.dl,
	.ea,
	.ee,
	.er {
		padding: 80px;
	}
}

@media (max-width: 1080px) {

	.s,
	.av,
	.cq,
	.dl,
	.ea,
	.ee,
	.er {
		padding: 80px 48px;
	}
}

@media (max-width: 500px) {

	.s,
	.av,
	.cq,
	.dl,
	.ea,
	.ee,
	.er {
		padding: 48px 16px;
	}

	.v {
		aspect-ratio: 1.5;
		min-height: auto;
		padding: 60px 0;
		/* Reduce padding for smaller screens */
	}

	.w {
		aspect-ratio: 1.5;
	}
}</style>