	.jairaj-navbar{
	 width:100%;
	 display: flex;
	 justify-content:flex-start;
	 align-items: center;
	 height: 87px;
	 background-color: white;
	 border-bottom : 0.5px solid #E6E9EB;
	 padding-left:30px;
	 position: relative;
	}

	.jairaj-img-logo{
		height:52.5px;
		width: 250px;
		background: url('https://www.jairajgroup.com/wp-content/uploads/2025/04/logo-1.png');
		background-size: contain;
		background-repeat: no-repeat;
		flex-shrink: 0;
	}

	.jairaj-inner-navbar-container{
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap:100px;
	}
	.jairaj-nav-links{
		display: flex;
		align-items: center;
		justify-content: flex-start;
		height:100%;

	}

	.jairaj-nav-links a{
		font-size: 14px;
		font-weight: 700;
		line-height: 1.3em;
		letter-spacing: 2px;
		color:black ;
		cursor:pointer;
		padding: 34px 1vw 34px 1vw;
	}

	.jairaj-nav-links a:hover{
		color: #3A4299;
	}

	.sidebar-link-btn{
		position: absolute;
		right:0;
		top:0;
		height:100%;
		width: 82px;
		background-color: #3A4299;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.phunq{
		color: white;
    font-size: 40px;
    font-weight: 700 !important;
	}

	@media(max-width : 1124px){
		.jairaj-nav-links{
			display: none;
		}
	}
        :root{

--color-primary: #2274A6;
--color-primary-hover: #1B5A85;
--color-primary-light: rgba(34, 116, 166, 0.05);
--color-primary-medium: rgba(34, 116, 166, 0.1);
--color-primary-dark: #1A5C8A;
--color-secondary: #3AA655;
--color-secondary-hover: #2E8544;
--color-secondary-light: rgba(58, 166, 85, 0.05);
--color-secondary-medium: rgba(58, 166, 85, 0.1);
--color-secondary-dark: #2D7B40;
--color-success: #3AA655;
--color-error: #DC3545;
--color-warning: #FFC107;
--color-info: #2274A6;
--color-text-primary: #0D0D0D;
--color-text-secondary: #666666;
--color-text-tertiary: #898989;
--color-text-muted: #959BA4;
--color-text-inverse: #FFFFFF;
--color-text-brand: #2274A6;
--hero-gradient-start: rgba(34, 116, 166, 0.5);

  /* Neutral Colors */
  --color-neutral-white: #FFFFFF;
  --color-neutral-black: #0D0D0D;
  --gray-100: #F8F9FB;
  --gray-200: #E5E5E5;
  --gray-300: #D4D4D4;
  --gray-400: #A3A3A3;
  --gray-500: #737373;
  --gray-600: #525252;
  --gray-700: #404040;
  --color-neutral-900: #262a2e;
  --color-neutral-800: #4d545c;
  --color-neutral-700: #535a61;
  --color-neutral-500: #878b94;
  --color-neutral-400: #959ba4;
  --color-neutral-200: #cfd1d4;
  --color-neutral-100: #e1e3e8;
  --color-neutral-50: #f1f2f3;
  --color-neutral-25: #f7f8f9;
  --background-primary: #FFFFFF;
  --background-secondary: #F8F9FB;
  --border-light: #E5E5E5;



  /* Typography */
  --font-size-xs: 10px;
  --font-size-sm: 11px;
  --font-size-base: 12px;
  --font-size-md: 13px;
  --font-size-lg: 14px;
  --font-size-xl: 16px;
  --font-size-2xl: 18px;
  --font-size-3xl: 22px;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;


   /* Spacing */
  --spacing-4: 4px;
  --spacing-8: 8px;
  --spacing-10: 10px;
  --spacing-12: 12px;
  --spacing-16: 16px;
  --spacing-20: 20px;
  --spacing-24: 24px;
  --spacing-32: 32px;
  --spacing-36: 36px;
  --spacing-40: 40px;
  --spacing-48: 48px;
  --spacing-56: 56px;
  --spacing-80: 80px;
  --spacing-100: 100px;


  /* Border Radius */
  --radius-none: 0;
  --radius-4: 4px;
  --radius-8: 8px;
  --radius-10: 10px;
  --radius-12: 12px;
  --radius-16: 16px;
  --radius-20: 20px;
  --radius-24: 24px;
  --radius-32: 32px;
  --radius-half: 50%;
  --radius-full: 100%;


  /* Transitions */
  --transition-fast: 0.15s;
  --transition-base: 0.3s;
  --transition-slow: 0.5s;
  --transition-slower: 0.8s;


  /* Breakpoints */
  --breakpoint-mobile: 640px;
  --breakpoint-tablet: 768px;
  --breakpoint-desktop: 991px;


  /* Shadows */
  --shadow-sm: 0px 1px 2px 0px rgba(10, 13, 20, 0.03);
  --shadow-base: 0px 2px 4px 0px rgba(10, 10, 10, 0.08);
  --shadow-md: 0 4px 6px -1px rgba(10, 10, 10, 0.1), 0 2px 4px -1px rgba(10, 10, 10, 0.06);
  --shadow-lg: 0 10px 40px rgba(10, 10, 10, 0.12);
  --shadow-xl: 0 20px 40px rgba(10, 10, 10, 0.15);
  --shadow-2xl: 0 25px 50px rgba(10, 10, 10, 0.18);
  --shadow-brand: 0 4px 12px rgba(74, 95, 199, 0.25);
  --shadow-brand-lg: 0 10px 30px rgba(209, 31, 47, 0.3);
  --shadow-glow: 0 0 20px rgba(209, 31, 47, 0.8);


  /* Navigation */
  --nav-height: 78px;
  --nav-height-scrolled: 68px;
  --nav-padding: 20px 60px;
  --nav-background: rgba(255, 255, 255, 0.85);
  --nav-background-scrolled: rgba(255, 255, 255, 0.76);
  --nav-backdrop-filter: blur(10px);
  --nav-backdrop-filter-scrolled: blur(10px);
  --nav-scrolled-margin: 32px;
  --nav-scrolled-margin-sm: 16px;
  --nav-scrolled-top: 20px;
  --nav-scrolled-border-radius: 16px;


  --font-inter: Manrope, -apple-system, Roboto, Helvetica, sans-serif;
  --font-urbanist: Manrope, -apple-system, Roboto, Helvetica, sans-serif;

}
        .cb{
            height : 100% !important;
        }
        .cd {
        	font-weight: 400 !important;
        }

    	.a{
      	color: #FFF !important;
      }
.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: black;
	border: none;
	cursor: pointer;
	transition: background-color 0.2s ease;
	font: 500 16px var(--font-inter);
}

.ak:hover {
	background-color: color-mix(in srgb, black 88%, white 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: black;
	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: black;
	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;
    text-decoration: underline;
}

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

.cc {
	justify-content: center;
	align-items: center;
	/* border-radius: var(--radius-10); */
	border: 1px solid black;
	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: black;
	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 black;
	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: black;
}

.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: black;
}

@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: black;
}

.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;
	}
}

.header-products{
    max-height: 80vh;
    overflow: scroll;
}
.header-product-link {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s ease;
}
.header-product-link:hover {
    background-color: #f5f5f5;
}
.header-category-item.active {
    background-color: #e3f2fd;
    font-weight: 600;
}
/* Enhanced logo styles for bigger size */
.header-logo {
    height: 60px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    transition: all 0.3s ease;
}
.header-logo-container {
    display: flex;
    align-items: center;
    padding: 5px 0;
}
/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    .header-logo {
        height: 50px;
        max-width: 180px;
    }
}
@media (max-width: 480px) {
    .header-logo {
        height: 45px;
        max-width: 160px;
    }
}

    * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	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;
	height: 100vh;
	margin: 0;
	font-family: var(--font-inter);
}

a {
	text-decoration: none;
}

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

/* Page Container */
.page-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.homepage-wrapper {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

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

/* sticky bar */
.sticky-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: white;
	z-index: 2000;
	padding: 20px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 16px 32px -12px rgba(88, 92, 95, 0.10);
	transition: transform 0.3s ease;
	border-bottom: 1px solid var(--color-neutral-100);
}

@media (max-width: 470px) {
	.sticky-bar {
		padding: 20px 16px;
		padding-top: 16px;
	}
}

.hidden {
	transform: translateY(-100%);
}

.show {
	transform: translateY(0);
}

.sticky-content {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

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

.logo-header {
	aspect-ratio: 1;
	width: 56px;
	height: 56px;
	border: 1px solid var(--Colors-Neutral-200);
	border-radius: 5.6px;
}

.header-title {
	font-size: 20px;
	font-family: Urbanist;
	font-weight: 500;
}

.header-price {
	font-family: Urbanist;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.4;
	margin-top: 4px;
}

@media (max-width: 600px) {
	.primary-button.mobile-button {
		width: 100%;
		min-height: 25px;
		border-radius: 8px;
		margin: 8px 0px;
		padding: 8px 16px;
		font-size: 16px;
		font-family: Inter;
	}

	.sticky-bar {
		min-height: 120px;
		padding: 10px 16px;
	}

	.header-title {
		font-size: 16px;
		width: 100%;
		font-weight: 500;
	}

	.header-price {
		font-size: 16px;
		font-weight: 700;
	}

	.sticky-content {
		display: inline;
	}

	.logo-content {
		width: 100%;
	}
}

/* Hero Section */
.hero-section {
	justify-content: center;
	align-items: center;
	background-color: #ffffff00;
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: column;
	overflow: hidden;
	padding: 100px;
	gap: 56px;
}

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

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

.hero-content {
	max-width: 1240px;
	align-items: flex-start;
	position: relative;
	display: flex;
	width: 100%;
	gap: 100px;
	justify-content: space-between;
}

@media (max-width: 1171px) {
	.hero-content {
		max-width: 100%;
		flex-direction: column-reverse;
		gap: 40px;
	}
}

@media (max-width: 600px) {
	.hero-content {
		flex-direction: column;
	}
}

/* Breadcrumb */
.bread-crumb-hero-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	max-width: 1240px;
}

/* Make breadcrumb wrap and scale nicely */
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	padding-bottom: 56px;
	letter-spacing: -0.08px;
	width: 100%;
	font: 400 14px/1 Inter, -apple-system, Roboto, Helvetica, sans-serif;
	word-break: break-word;
}

@media (max-width: 800px) {
	.breadcrumb {
		padding-bottom: 48px;
	}
}

@media (max-width: 470px) {
	.breadcrumb {
		padding-bottom: 36px;
	}
}

/* Prevent arrows from breaking layout */
.breadcrumb-arrow {
	width: 12px;
	height: 12px;
	flex-shrink: 0;
}

/* Make sure breadcrumb text wraps nicely */
.breadcrumb-item,
.breadcrumb-current {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Product Showcase */
.product-showcase {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	flex: 1 1 50%;
	min-width: 0;
}

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

.product-images {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1000px;
	border-radius: 24px;
	box-shadow: 0px 20px 40px -8px rgba(88, 92, 95, 0.2);
	overflow: hidden;
	background-color: var(--color-neutral-white);
}

.product-image-main {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 24px;
	border: 3px solid var(--color-neutral-white);
	aspect-ratio: 1;
	cursor: zoom-in;
	box-shadow: 0px 20px 40px -8px rgba(88, 92, 95, 0.20);
}

.zoom-container {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 24px;
	overflow: hidden;
	aspect-ratio: 1;
}

.zoom-lens {
	position: absolute;
	border: 2px solid #B1B1B1;
	background-color: rgba(255, 255, 255, 0.2);
	width: 100px;
	height: 100px;
	pointer-events: none;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	visibility: hidden;
	backdrop-filter: blur(2px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
	pointer-events: none;
}

@media (max-width: 1171px) {
	.zoom-container-wrapper {
		display: none;
	}

	.product-image-main {
		cursor: default;
	}
}

.zoom-result {
	position: absolute;
	top: 15%;
	left: 105%;
	width: 400px;
	height: 400px;
	display: none;
	z-index: 10 !important;
	/* this ensures it's above all elements */
	background-repeat: no-repeat;
	background-size: 1200px 1200px;
	/* adjust scale as needed */
	border: 1px solid #909090;
	background-color: white;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	border-radius: 12px;
}

@media (max-width: 1171px) {

	.zoom-lens,
	.zoom-result {
		display: none !important;
	}
}

.product-thumbnails {
	display: flex;
	margin-top: 20px;
	width: 100%;
	align-items: start;
	gap: 20px;
	overflow: hidden;
	justify-content: start;
	overflow: hidden;
	max-width: 580px;
	overflow-x: auto;
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;
	/* IE 10+ */
}

@media (max-width: 470px) {
	.product-thumbnails {
		margin-top: 0px;
		margin-bottom: 20px;
	}
}

@media (max-width: 1171px) {
	.product-thumbnails {
		max-width: 100%;
	}
}

.thumbnail-placeholder {
	border-radius: 8px;
	border: 1px solid #cfd1d4;
	background-color: var(--color-neutral-white);
	display: flex;
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	overflow: hidden;
	/* important */
}

.thumbnail-placeholder.active {
	border: 2px solid var(--color-primary);
}

.thumbnail-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* use 'cover' instead of 'stretch' */
	border-radius: 0;
	/* let container handle rounding */
	display: block;
}

/* Product Information */
.product-info {
	align-items: stretch;
	align-self: stretch;
	z-index: 0;
	display: flex;
	flex-direction: column;
	font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
	justify-content: start;
	flex: 1;
	flex: 1 1 50%;
	min-width: 0;
	gap: 20px;
	margin: auto 0;
}

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

@media (max-width: 470px) {
	.product-info {
		gap: 24px
	}
}

.product-details {
	width: 100%;
	gap: 24px;
}

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

/* Certifications */
.certifications {
	align-self: start;
	display: flex;
	align-items: stretch;
	gap: 12px;
	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) {
	.certifications {
		max-width: 100%;
		flex-wrap: wrap;
	}
}

.certification-badge {
	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: 10px;
	border: 1px solid #E1E3E8;
	background-color: #F7F8F9;
}

.certification-badge img {
	width: 28px;
	height: 28px;
	object-fit: contain;
	display: block;
}

@media (max-width: 500px) {
	.certification-badge img {
		width: 20px;
		height: 20px;
	}
}

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

/* Main Heading */
.main-heading {
	width: 100%;
	color: #111827;
	margin-top: 16px;
	font-family: Urbanist;
	line-height: 120%;
	font-weight: 600;
	font-size: 56px;
}

@media (max-width: 991px) {
	.main-heading {
		max-width: 100%;
		line-height: 54px;
	}
}

@media (max-width: 500px) {
	.main-heading {
		font-size: 36px;
	}
}

/* Features List */
.features-list {
	justify-content: center;
	align-items: start;
	display: flex;
	margin-top: 16px;
	width: 100%;
	flex-direction: column;
	font-size: 16px;
	color: #0d0d0d;
	font-weight: 300;
	letter-spacing: -0.1px;
}

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

.feature-item {
	display: flex;
	min-width: 240px;
	align-items: center;
	gap: 6px;
	justify-content: start;
	margin-bottom: 16px;
}

.feature-item:first-child {
	margin-bottom: 16px;
}

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

.feature-text {
	color: #0d0d0d;
	align-self: stretch;
	flex: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	margin: auto 0;
}

/* Pricing Section */
.pricing-section {
	align-items: stretch;
	border-radius: 10px;
	border: 1px solid #cfd1d4;
	background-color: var(--color-neutral-white);
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: start;
	padding: 16px 20px;
}

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

.price-info {
	align-self: start;
	display: flex;
	min-width: 240px;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
}

.price-label {
	color: #6a7077;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.08px;
}

.price-value {
	color: #0d0d0d;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.12px;
	margin-top: 8px;
}

.shipping-info {
	margin-top: 16px;
	width: 100%;
	font-size: 14px;
	color: #92400e;
	font-weight: 300;
	letter-spacing: -0.08px;
	line-height: 1;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.certified {
	background-color: #F3F4F6;
	color: black;
	padding: 6px 12px;
	width: fit-content;
	border-radius: 6px;
}

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

.info-badges {
	display: flex;
	width: 100%;
	align-items: start;
	gap: 8px;
	justify-content: start;
	flex-wrap: wrap;
}

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

.info-badge {
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	display: flex;
	background-color: #fef3c7;
	padding: 6px 12px;
}

.badge-text {
	color: #92400e;
	align-self: stretch;
	margin: auto 0;
}

/* Action Buttons */
.action-buttons {
	align-items: center;
	align-self: start;
	display: flex;
	margin-top: 24px;
	flex-direction: row;
	gap: 12px;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: -0.1px;
	justify-content: start;
}

@media (max-width: 470px) {
	.action-buttons {
		margin-top: 0px;
	}
}


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

@media (max-width: 480px) {
	.action-buttons {
		flex-direction: column;
		width: 100%;
	}
}

.primary-button {
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	background-color: var(--color-primary);
	align-self: stretch;
	display: flex;
	min-height: 52px;
	gap: 4px;
	color: var(--color-neutral-white);
	padding: 16px 24px;
	margin: auto 0;
	border: none;
	cursor: pointer;
	font-size: 16px;
}

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

.secondary-button {
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	border: 1px solid var(--color-primary);
	align-self: stretch;
	display: flex;
	min-height: 52px;
	gap: 8px;
	color: var(--color-neutral-900);
	padding: 16px 16px 16px 20px;
	margin: auto 0;
	background: transparent;
	cursor: pointer;
	font-size: 16px;
}

.button-text {
	color: var(--color-neutral-900);
	align-self: stretch;
	margin: auto 0;
}

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

/* Company Trust Section */
.trusted-companies {
	max-width: 1240px;
	align-items: stretch;
	z-index: 0;
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: start;
	gap: var(--spacing-16);
}

.trusted-title {
	color: var(--color-neutral-500);
	letter-spacing: -0.1px;
	align-self: center;
	font: 400 16px var(--font-inter);
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: -0.1px;
}

@media (max-width: 470px) {
	.trusted-title {
		font-size: 14px;
	}
}

/* Trusted Companies Auto-Scroll Styles */
.trusted-companies {
	width: 100%;
}

.company-logos-scroll-wrapper {
	width: 100vw;
	overflow: visible;
	margin-top: 16px;
	display: flex;
	justify-content: center;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.company-logos {
	display: flex;
	align-items: center;
	gap: 100px;
	animation: scroll-logos 25s linear infinite;
	width: max-content;
	will-change: transform;
}

.company-logo {
	max-height: 48px;
	flex-shrink: 0;
}

.company-logo-wrapper {
	padding: 4px 12px;
	flex-shrink: 0;
	display: inline-block;
}

@media (max-width: 768px) {
	.company-logo-wrapper {
		width: 91px;
		height: 24px;
	}
}

@keyframes scroll-logos {
	0% {
		transform: translateX(10%);
	}

	100% {
		transform: translateX(-60%);
	}
}

/* Technical Specifications Section */
.technical-specs {
	width: 100%;
	overflow: hidden;
}

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

.specs-container {
	align-items: center;
	display: flex;
	width: 100%;
	flex-direction: column;
	overflow: hidden;
	justify-content: start;
	padding: 100px;
	background-color: #111827;
}

.specs-header {
	width: 100%;
	max-width: 1240px;
}

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

.specs-title {
	max-width: 800px;
	color: var(--color-neutral-white);
	font: 600 48px/1.2 Urbanist, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
	.specs-title {
		max-width: 100%;
		font-size: 40px;
	}
}

@media (max-width: 500px) {
	.specs-title {
		font-size: 36px;
	}
}

.title-highlight {
	color: var(--color-primary);
	font-family: Urbanist;
}

.specs-description {
	max-width: 800px;
	color: rgba(255, 255, 255, 0.80);
	letter-spacing: -0.11px;
	margin-top: 20px;
	font: 400 18px/29px Inter, -apple-system, Roboto, Helvetica, sans-serif;
}

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

/* Specifications Table */
.specs-table {
	max-width: 1240px;
	border-radius: 16px;
	border: 1.25px solid #374151;
	box-shadow: 0px 2px 4px 0px rgba(27, 28, 29, 0.04);
	margin-top: 56px;
	width: 100%;
	overflow: hidden;
	color: var(--color-neutral-white);
	background-color: var(--color-neutral-white);
	font: 16px Inter, -apple-system, Roboto, Helvetica, sans-serif;
}

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

.table-row {
	display: flex;
	width: 100%;
	align-items: center;
	background-color: rgba(31, 41, 55, 1);
}

.header-row {
	background-color: #374151;
}

.table-row:not(:last-child) {
	border-bottom: 1px solid #374151;
}

.table-parameter {
	flex: 0 0 50%;
	font-weight: 500;
	font-size: 16px;
	padding: 16px 24px;
	color: var(--color-neutral-white);
	display: flex;
	align-items: center;
}

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

.table-specification {
	flex: 0 0 50%;
	font-weight: 400;
	font-size: 16px;
	padding: 16px 24px;
	color: var(--color-neutral-white);
	display: flex;
	align-items: center;
	gap: 8px;
}

@media (max-width: 991px) {
	.table-specification {
		/* flex: none; */
		width: 100%;
		padding: 12px 20px;
	}
}

.flag-emoji {
	color: var(--color-neutral-white);
	align-self: stretch;
	margin: auto 0;
}

.country-name {
	color: var(--color-neutral-white);
	align-self: stretch;
	margin: auto 0;
}

/* Download Button */
.download-button {
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	border: 1px solid var(--color-neutral-white);
	display: flex;
	margin-top: 56px;
	min-height: 52px;
	gap: 8px;
	color: var(--color-neutral-white);
	letter-spacing: -0.1px;
	padding: 16px 20px 16px 16px;
	font: 500 16px Inter, -apple-system, Roboto, Helvetica, sans-serif;
	background: transparent;
	cursor: pointer;
}

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

.download-text {
	color: var(--color-neutral-white);
	align-self: stretch;
	margin: auto 0;
}

/* Product Benefits Section */
.product-benefits {
	align-items: center;
	border-bottom: 1px solid #e1e3e8;
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: column;
	overflow: hidden;
	justify-content: start;
	padding: 100px;
}

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

.benefits-content {
	z-index: 0;
	width: 100%;
	max-width: 1240px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

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

.benefits-header {
	width: 100%;
	max-width: 1240px;
}

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

.benefits-title {
	max-width: 800px;
	color: #0d0d0d;
	font: 600 44px/1.2 Urbanist, -apple-system, Roboto, Helvetica, sans-serif;
}

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

@media (max-width: 500px) {
	.benefits-title {
		font-size: 36px;
	}
}

.benefits-description {
	max-width: 800px;
	color: #6a7077;
	letter-spacing: -0.11px;
	margin-top: 20px;
	font: 300 18px/29px Inter, -apple-system, Roboto, Helvetica, sans-serif;
	line-height: 1.6;
}

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

/* Benefits Grid */
.benefits-grid {
	margin-top: 40px;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	align-items: stretch;
}

@media (max-width: 800px) {
	.benefits-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 580px) {
	.benefits-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

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

.benefits-row {
	display: flex;
	width: 100%;
	align-items: stretch;
	gap: 24px;
	justify-content: start;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.benefits-row:last-child {
	margin-bottom: 0;
}

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

.benefit-card {
	border-radius: 16px;
	border: 1px solid #cfd1d4;
	box-shadow: 0px 2px 4px 0px rgba(27, 28, 29, 0.04);
	min-width: 240px;
	flex: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	background-color: var(--color-neutral-white);
	padding: 20px;
	max-width: 400px;
}

.benefit-card i {
	font-size: 32px;
	color: var(--color-primary);
}

.benefit-icon {
	aspect-ratio: 1;
	object-fit: contain;
	object-position: center;
	width: 32px;
}

.benefit-content {
	display: flex;
	margin-top: 16px;
	width: 100%;
	align-items: start;
	gap: 24px;
	color: #0d0d0d;
	justify-content: start;
	font: 500 20px/1.2 Urbanist, -apple-system, Roboto, Helvetica, sans-serif;
}

.benefit-title {
	color: #0d0d0d;
	align-self: stretch;
	margin: auto 0;
	font-weight: 550;
}

.benefit-description {
	color: #535a61;
	letter-spacing: -0.1px;
	margin-top: 16px;
	font: 400 16px/24px Inter, -apple-system, Roboto, Helvetica, sans-serif;
}

/* Request Quote Button */
.request-quote-button {
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	background-color: var(--color-primary);
	z-index: 0;
	display: flex;
	margin-top: 56px;
	min-height: 52px;
	gap: 4px;
	color: var(--color-neutral-white);
	letter-spacing: -0.1px;
	padding: 16px 24px;
	font: 500 16px Inter, -apple-system, Roboto, Helvetica, sans-serif;
	border: none;
	cursor: pointer;
}

@media (max-width: 991px) {
	.request-quote-button {
		margin-top: 40px;
		padding: 0 20px;
	}
}

/* Email Subscription */
.email-subscription {
	max-width: 1280px;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	border: 1px solid #cfd1d4;
	box-shadow: 0px 2px 4px 0px rgba(27, 28, 29, 0.04);
	z-index: 0;
	display: flex;
	margin-top: 56px;
	width: 100%;
	gap: 40px 100px;
	overflow: hidden;
	flex-wrap: wrap;
	background-color: #f7f8f9;
	padding: 20px;
}

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

@media (max-width: 1240px) {
	.email-subscription {
		flex-direction: column;
		gap: 20px;
	}
}

.subscription-content {
	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) {
	.subscription-content {
		max-width: 100%;
	}
}

.subscription-title {
	color: #0d0d0d;
	font: 600 26px/1.2 Urbanist, -apple-system, Roboto, Helvetica, sans-serif;
}

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

.subscription-description {
	color: var(--color-neutral-900);
	letter-spacing: -0.1px;
	opacity: 0.8;
	margin-top: 12px;
	font: 400 16px Inter, -apple-system, Roboto, Helvetica, sans-serif;
}

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

.subscription-form {
	align-self: stretch;
	display: flex;
	min-width: 240px;
	flex-direction: column;
	align-items: stretch;
	letter-spacing: -0.08px;
	justify-content: center;
	flex: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	max-width: 360px;
	margin: auto 0;
	font: 14px/1 Inter, -apple-system, Roboto, Helvetica, sans-serif;
}

.email-input {
	width: 100%;
	color: #959ba4;
	font-weight: 400;
}

.email-field {
	align-items: center;
	border-radius: 8px;
	border: 1px solid #e1e3e8;
	box-shadow: 0px 1px 2px 0px rgba(10, 13, 20, 0.03);
	display: flex;
	width: 100%;
	gap: 8px;
	overflow: hidden;
	justify-content: start;
	background-color: var(--color-neutral-white);
	padding: 10px 10px 10px 12px;
	color: #959ba4;
	font-size: 14px;
	border: 1px solid #e1e3e8;
}

.catalogue-button {
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	background-color: var(--color-primary);
	display: flex;
	margin-top: 12px;
	width: 100%;
	gap: 8px;
	color: var(--color-neutral-white);
	font-weight: 500;
	padding: 10px 16px;
	border: none;
	cursor: pointer;
}

@media screen and (max-width: 1240px) {
	.subscription-form {
		flex-direction: row;
		width: 100%;
		max-width: none;
	}

	.catalogue-button {
		margin-top: 0px;
		margin-left: 12px;
		max-width: 250px;
	}

	.email-input {
		width: 100%;
	}

}

@media screen and (max-width: 600px) {
	.subscription-form {
		flex-direction: column;
	}

	.catalogue-button {
		margin-top: 12px;
		margin-left: 0px;
		max-width: 100%;
	}
}

/* Manufacturing Process Section */
.manufacturing-process {
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #e1e3e8;
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: column;
	overflow: hidden;
	padding: 100px;
}

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

.process-content {
	max-width: 1240px;
	justify-content: center;
	align-items: center;
	z-index: 0;
	display: flex;
	width: 100%;
	flex-direction: column;
	text-align: center;
	gap: 20px;
}

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

.process-title {
	max-width: 800px;
	color: #0d0d0d;
	width: 800px;
	font: 600 44px/53px Urbanist, -apple-system, Roboto, Helvetica, sans-serif;
}

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

@media (max-width: 470px) {
	.process-title {
		font-size: 36px;
		line-height: 1.2;
	}
}

.process-description {
	max-width: 800px;
	color: #4d545c;
	width: 800px;
	font: 400 18px/29px Inter, -apple-system, Roboto, Helvetica, sans-serif;
}

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

@media (max-width: 991px) {
	.process-description {
		font-size: 16px;
	}
}

/* Process Steps */
.process-steps {
	max-width: 1240px;
	border-radius: 20px;
	border: 1.25px solid #cfd1d4;
	box-shadow: 0px 16px 32px -12px rgba(88, 92, 95, 0.1);
	z-index: 0;
	margin-top: 56px;
	width: 100%;
	font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
	color: #0d0d0d;
	background-color: var(--color-neutral-white);
	padding: 32px;
}

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

.steps-timeline {
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
	gap: 16px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	letter-spacing: -0.08px;
	line-height: 1;
	justify-content: space-between;
}

@media (max-width: 1080px) {
	.process-steps {
		padding: 24px;
		border-radius: 20px;
		background: var(--color-neutral-white);
		box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

	.steps-timeline {
		display: none;
		/* Hide top timeline for mobile */
	}

	.detail-text,
	.detail-image {
		width: 100%;
		max-width: 100%;
	}

	.detail-title {
		font-size: 22px;
		line-height: 1.4;
		font-family: Urbanist;
	}

	.step-footer button {
		border: 1px solid #d0d0d0;
		border-radius: 999px;
		padding: 10px 16px;
		background: white;
		font-weight: 400;
		cursor: pointer;
		transition: background 0.2s ease;
		display: flex;
		align-items: center;
		gap: 4px;
	}

	.step-footer button:hover {
		background: #f2f2f2;
	}
}

@media (max-width: 471px) {
	.process-steps {
		padding: 16px;
		border-radius: 20px;
		background: var(--color-neutral-white);
		box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
		display: flex;
		flex-direction: column;
		gap: 24px;
	}
}

.step-footer {
	display: none;
}

.connector {
	flex-grow: 1;
	height: 1px;
	background-color: #d9d9d9;
}

.step-label-mobile {
	display: none;
}

@media (max-width: 1080px) {
	.step-footer {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 24px;
	}

	.step-label-mobile {
		display: inline-block;
		background: #1E2A78;
		color: white;
		font-size: 13px;
		font-weight: 400;
		padding: 6px 14px;
		border-radius: 20px;
		width: fit-content;
	}
}

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

.timeline-line {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #cfd1d4;
	z-index: 0;
	pointer-events: none;
}

.step-item {
	justify-content: center;
	align-items: center;
	border-radius: 32px;
	border: 1px solid #cfd1d4;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	background-color: var(--color-neutral-white);
	align-self: stretch;
	z-index: 0;
	display: flex;
	gap: 8px;
	overflow: hidden;
	white-space: nowrap;
	margin: auto 0;
	padding: 8px 16px;
	color: #0d0d0d;
	cursor: pointer;
}

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

.step-item.active {
	background: linear-gradient(0deg,
			rgba(0, 0, 0, 0.12) 0%,
			rgba(0, 0, 0, 0.12) 100%),
		var(--color-primary);
	color: var(--color-neutral-white);
}

/* Step Details */
.step-details {
	margin-top: 32px;
	width: 100%;
}

@media (max-width: 1080px) {
	.step-details {
		max-width: 100%;
		margin-top: 0px;
	}
}

.detail-content {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	gap: 40px 56px;
	justify-content: center;
}

@media (max-width: 1080px) {
	.detail-content {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 991px) {
	.detail-content {
		max-width: 100%;
		gap: 16px;
	}
}

.detail-text {
	align-self: stretch;
	min-width: 240px;
	flex: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	margin: auto 0;
}

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

.detail-title {
	color: #0d0d0d;
	letter-spacing: -0.17px;
	font: 600 28px/1.6 Urbanist, -apple-system, Roboto, Helvetica, sans-serif;
}

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

.detail-description {
	color: #4d545c;
	font-size: 18px;
	font-weight: 300;
	line-height: 29px;
	letter-spacing: -0.11px;
	margin-top: 16px;
}

@media (max-width: 991px) {
	.detail-description {
		max-width: 100%;
		font-size: 14px;
		line-height: 20px;
	}
}

.detail-features {
	align-self: start;
	display: flex;
	margin-top: 16px;
	flex-direction: column;
	align-items: stretch;
	font-size: 16px;
	font-weight: 200;
	letter-spacing: -0.1px;
	justify-content: center;
}

.feature-point {
	align-self: start;
	display: flex;
	min-width: 240px;
	align-items: center;
	gap: 6px;
	justify-content: start;
	margin-bottom: 12px;
}

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

.feature-point-icon {
	color: var(--color-primary);
}

.feature-point-text {
	color: #0d0d0d;
	align-self: stretch;
	flex: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	margin: auto 0;
}

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

.detail-image-wrapper {
	position: relative;
	width: 100%;
	max-width: 560px;
}

@media (max-width: 1200px) {
	.detail-image-wrapper {
		max-width: 100%;
		width: 520px;
	}
}

@media (max-width: 1080px) {
	.detail-image-wrapper {
		max-width: 100%;
		width: 100%;
	}
}

.image-controls {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	padding: 0 12px;
	pointer-events: none;
	overflow: hidden;
}

@media (max-width: 1080px) {
	.image-controls {
		display: none;
	}
}

/* Important for Image Carousel Function */
.control-button {
	background-color: black;
	border-radius: 999px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	padding: 8px;
	cursor: pointer;
	pointer-events: all;
	transition: background 0.2s ease;
}

.control-button:hover {
	background-color: #f2f2f2;
}

.icon-size-btn {
	font-size: 20px;
}

.detail-image {
	width: 100%;
	max-width: 560px;
	height: auto;
	aspect-ratio: 1.78;
	object-fit: cover;
	/* changed from contain */
	border-radius: 16px;
	align-self: flex-start;
	/* changed from stretch */
}

@media (max-width: 1200px) {
	.detail-image {
		max-width: 100%;
		width: 520px;
	}
}

@media (max-width: 1080px) {
	.detail-image {
		max-width: 100%;
		width: 100%;
	}
}

/* Product Portfolio Section */
.product-portfolio {
	align-items: center;
	border-bottom: 1px solid #cfd1d4;
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: column;
	overflow: hidden;
	justify-content: start;
	padding: 100px 100px 100px 100px;
}

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

.portfolio-content {
	z-index: 0;
	display: flex;
	width: 100%;
	max-width: 1240px;
	flex-direction: column;
	align-items: stretch;
	text-align: center;
	justify-content: center;
}

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

.portfolio-header {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

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

.portfolio-title {
	max-width: 800px;
	color: #0d0d0d;
	font: 600 44px/1.2 Urbanist;
}

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

@media (max-width: 470px) {
	.portfolio-title {
		font-size: 36px;
	}
}

.portfolio-description {
	max-width: 800px;
	color: #4d545c;
	letter-spacing: -0.11px;
	margin-top: 20px;
	font: 400 18px/29px Inter, -apple-system, Roboto, Helvetica, sans-serif;
}

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

@media (max-width: 471px) {
	.portfolio-description {
		font-size: 16px;
	}
}

/* Portfolio Grid */
.portfolio-grid {
	z-index: 0;
	display: flex;
	margin-top: 56px;
	width: 100%;
	max-width: 1240px;
	align-items: stretch;
	gap: 24px;
	justify-content: start;
	flex-wrap: wrap;
}

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

.portfolio-item {
	display: flex;
	min-width: 240px;
	align-items: stretch;
	justify-content: start;
	flex: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	max-width: calc(33.333% - 16px);
}

@media (max-width: 863px) {
	.portfolio-item {
		max-width: 100%;
		/* max-width: 500px; */
	}
}

.portfolio-card {
	border-radius: 20px;
	border: 1.25px solid #cfd1d4;
	box-shadow: 0px 2px 4px 0px rgba(27, 28, 29, 0.04);
	min-width: 240px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: var(--color-neutral-white);
	padding: 24px;
	display: flex;
	flex-direction: column;
}

.card-content {
	width: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

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

.card-title {
	color: rgba(13, 13, 13, 1);
	font: 500 28px/1.2 Urbanist, -apple-system, Roboto, Helvetica, sans-serif;
	margin-bottom: 16px;
}

.card-description {
	color: #4d545c;
	letter-spacing: -0.1px;
	font: 400 16px/24px Inter, -apple-system, Roboto, Helvetica, sans-serif;
	flex: 1;
}

.card-image-section {
	margin-top: 24px;
	width: 100%;
	color: var(--color-primary);
	letter-spacing: -0.1px;
	font: 400 16px Inter, -apple-system, Roboto, Helvetica, sans-serif;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}

@media (max-width: 991px) {
	.card-image-section {
		margin-top: 20px;
	}
}

.card-image {
	aspect-ratio: 2;
	object-fit: cover;
	object-position: center;
	width: 100%;
	border-radius: 12px;
	margin-bottom: 20px;
}

.learn-more-button {
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	border: 1px solid var(--color-primary-medium);
	background-color: var(--color-primary-light);
	display: flex;
	min-height: 42px;
	width: 100%;
	gap: 4px;
	padding: 10px 24px;
	color: var(--color-primary);
	letter-spacing: -0.1px;
	font: 400 16px Inter, -apple-system, Roboto, Helvetica, sans-serif;
	cursor: pointer;
	transition: all 0.2s ease;
	text-decoration: none
}

.learn-more-button:hover {
	background-color: var(--color-primary-medium);
	border-color: var(--color-primary-dark);
}

@media (max-width: 991px) {
	.learn-more-button {
		padding: 0 20px;
	}
}

/* Expert Consultation */
.expert-consultation {
	max-width: 1280px;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	border: 1px solid #cfd1d4;
	box-shadow: 0px 2px 4px 0px rgba(27, 28, 29, 0.04);
	z-index: 0;
	display: flex;
	margin-top: 56px;
	width: 100%;
	gap: 40px 100px;
	overflow: hidden;
	background-color: var(--color-neutral-white);
	padding: 20px;
}

@media (max-width: 991px) {
	.expert-consultation {
		max-width: 100%;
		margin-top: 40px;
		gap: 16px;
	}
}

@media (max-width: 780px) {
	.expert-consultation {
		flex-wrap: wrap;
	}
}

.consultation-content {
	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) {
	.consultation-content {
		max-width: 100%;
	}
}

.consultation-title {
	color: #0d0d0d;
	font: 600 26px/1.2 Urbanist, -apple-system, Roboto, Helvetica, sans-serif;
}

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

.consultation-description {
	color: var(--color-neutral-900);
	letter-spacing: -0.1px;
	opacity: 0.8;
	margin-top: 12px;
	font: 400 16px Inter, -apple-system, Roboto, Helvetica, sans-serif;
}

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

.expert-button {
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	background-color: var(--color-primary);
	align-self: stretch;
	display: flex;
	min-height: 44px;
	gap: 8px;
	color: var(--color-neutral-white);
	letter-spacing: -0.1px;
	padding: 12px 16px;
	margin: auto 0;
	font: 400 16px Inter, -apple-system, Roboto, Helvetica, sans-serif;
	border: none;
	cursor: pointer;
	width: 100%;
	max-width: 200px;
}

@media (max-width: 500px) {
	.expert-button {
		width: 100%;
		max-width: 100%;
	}
}

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

.expert-text {
	color: var(--color-neutral-white);
	align-self: stretch;
	margin: auto 0;
}

/* Resources Section */
.resources-section {
	align-items: center;
	border-bottom: 1px solid #cfd1d4;
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: column;
	overflow: hidden;
	justify-content: start;
	padding: 100px;
}

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

.resources-content {
	z-index: 0;
	display: flex;
	width: 100%;
	max-width: 1240px;
	flex-direction: column;
	align-items: stretch;
	text-align: center;
	justify-content: center;
}

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

.resources-header {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

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

.resources-title {
	max-width: 800px;
	color: #0d0d0d;
	font: 600 44px/1.2 Urbanist, -apple-system, Roboto, Helvetica, sans-serif;
}

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

@media (max-width: 500px) {
	.resources-title {
		font-size: 36px;
	}
}

.resources-description {
	max-width: 800px;
	color: #4d545c;
	letter-spacing: -0.11px;
	margin-top: 20px;
	font: 400 18px/29px Inter, -apple-system, Roboto, Helvetica, sans-serif;
}

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

/* Downloads List */
.downloads-list {
	max-width: 1240px;
	border-radius: 10px;
	border: 1px solid #cfd1d4;
	box-shadow: 0px 2px 4px 0px rgba(27, 28, 29, 0.04);
	z-index: 0;
	margin-top: 56px;
	width: 100%;
	overflow: hidden;
	letter-spacing: -0.1px;
	background-color: var(--color-neutral-white);
	padding: 20px;
	font: 16px Inter, -apple-system, Roboto, Helvetica, sans-serif;
}

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

.download-item {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 12px;
	justify-content: start;
	flex-wrap: wrap;
	margin-bottom: 16px;
}

@media (max-width: 500px) {
	.download-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		padding-bottom: 16px;
		border-bottom: 1px solid #cfd1d4;
	}

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

.download-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

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

.download-title {
	color: #0d0d0d;
	font-weight: 500;
	opacity: 0.8;
	align-self: stretch;
	flex: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	margin: auto 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.096px;
}

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

.download-action {
	align-self: stretch;
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--color-primary);
	font-weight: 500;
	justify-content: left;
	margin: auto 0;
	cursor: pointer;
}

.download-label {
	opacity: 0.8;
	align-self: stretch;
	margin: auto 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.096px;
}

/* Contact Section */
.contact-section {
	align-items: center;
	display: flex;
	width: 100%;
	gap: 40px 120px;
	overflow: hidden;
	justify-content: center;
	padding: 100px;
}

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

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

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

@media (max-width: 471px) {
	.contact-container {
		padding: 24px;
	}
}

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

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

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

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

.contact-info-content {
	width: 100%;
}

.contact-title {
	color: var(--color-neutral-white);
	font: 600 44px/53px Urbanist;
}

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

.contact-description {
	color: rgba(255, 255, 255, 0.80);
	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) {
	.contact-description {
		max-width: 100%;
		font-size: 16px;
	}
}

.contact-details {
	margin-top: 40px;
	width: 100%;
	color: var(--color-neutral-white);
	letter-spacing: -0.08px;
	font: 300 14px/20px Inter, -apple-system, Roboto, Helvetica, sans-serif;
}

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

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

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

.contact-text-2 {
	margin-top: 12px;
}

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

.contact-form {
	border-radius: 24px;
	align-self: stretch;
	min-width: 240px;
	letter-spacing: -0.08px;
	flex: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	padding: 32px;
	background-color: #f7f8f9;
	margin: auto 0;
	font: 500 14px Inter, -apple-system, Roboto, Helvetica, sans-serif;
	width: 100%;
	max-width: none;
}

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

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

.form-fields {
	margin-top: 16px;
	width: 100%;
	font-weight: 400;
	line-height: 1.5;
}

.input-field {
	width: 100%;
	color: #959ba4;
	margin-bottom: 12px;
}

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

.input-wrapper {
	width: 100%;
}

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

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

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

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

.input-placeholder {
	color: #959ba4;
	align-self: stretch;
	margin: auto 0;
	gap: 8px;
}

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

.phone-input {
	display: flex;
	align-items: center;
	background-color: var(--color-neutral-white);
	border: 1px solid #E1E3E8;
	border-radius: 8px;
	box-shadow: 0px 1px 2px 0px rgba(10, 13, 20, 0.03);
	overflow: hidden;
	/* margin-top: 12px; */
	width: 100%;
	white-space: nowrap;
}

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

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

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

.country-code {
	display: flex;
	align-items: center;
	padding: 10px;
	gap: 8px;
	color: #0D0D0D;
	align-self: stretch;
	justify-content: start;
	margin: auto 0;
}

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

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

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

.country-code-text {
	color: #0D0D0D;
	align-self: stretch;
	margin: auto 0;
}

.country-dropdown {
	width: 16px;
	height: 16px;
}

.phone-number {
	align-items: center;
	border-color: rgba(225, 227, 232, 1);
	border-left-width: 1px;
	align-self: stretch;
	display: flex;
	min-width: 240px;
	gap: 8px;
	color: #959ba4;
	justify-content: start;
	flex: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	border-left: 1px solid #e1e3e8;
	margin: auto 0;
	padding: 10px;
}

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

.phone-placeholder {
	color: #959ba4;
	align-self: stretch;
	margin: auto 0;
	flex: 1;
	min-width: 240px;
	border-left: 1px solid #E1E3E8;
	padding: 10px;
	gap: 8px;
}

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

.submit-text {
	color: var(--color-neutral-white);
	align-self: stretch;
	margin: auto 0;
}

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

.form-submit-button:hover {
	background-color: #000000;
}

.mobile-only {
	display: none;
}

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

	.mobile-only {
		display: contents;
	}
}

/* Footer Spacer */
.footer-spacer {
	background: linear-gradient(180deg, var(--color-neutral-white) 0%, #dfe4ff 100%),
		#f1f2f3;
	width: 100%;
	min-height: 100px;
}

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

.hero-controls {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 40px);
	left: 20px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	pointer-events: none;
}

@media (max-width: 991px) {
	.hero-controls {
		width: calc(100% - 40px);
		left: 20px;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
	}
}

/* Important for Image Carousel Function */
.control-button {
	background-color: var(--color-neutral-white);
	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;
}

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

.icon-size {
	font-size: large;
}

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

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

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

.cta-content {
	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) {
	.cta-content {
		max-width: 100%;
	}
}

.cta-title {
	color: #000000;
	font: 500 26px/1.2 Urbanist, -apple-system, Roboto, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.2;
}

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

.cta-description {
	color: var(--color-neutral-900);
	letter-spacing: -0.1px;
	opacity: 0.8;
	margin-top: 12px;
	font: 400 16px Inter, -apple-system, Roboto, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

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

.cta-button {
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	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: #fff1f2;
	margin: auto 0;
	font: 400 16px Inter, -apple-system, Roboto, Helvetica, sans-serif;
	cursor: pointer;
}

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

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

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

.cta-text {
	color: var(--color-neutral-white);
	align-self: stretch;
	margin: auto 0;
}

.section-heading {
	justify-content: center;
	align-items: start;
	display: flex;
	flex-direction: column;
	min-width: 240px;
	width: 651px;
	gap: 16px;
}

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

.section-title {
	font: 600 44px/53px Urbanist, -apple-system, Roboto, Helvetica, sans-serif;
	font-size: 44px;
	font-weight: 500;
	line-height: 1.2;
	color: #0d0d0d;
}

@media (max-width: 500px) {
	.section-title {
		font-size: 36px;
	}
}

.section-description {
	color: #4D545C;
	font: 300 18px Inter, -apple-system, Roboto, Helvetica, sans-serif;
	line-height: 1.6;
	font-weight: 300;
	font-size: 18px;
}

.industries-section {
	align-items: center;
	border-bottom: 1px solid var(--color-neutral-100);
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: column;
	overflow: visible;
	justify-content: start;
	padding: var(--spacing-100) 0px;
}

.industries-content {
	align-self: center;
	z-index: 0;
	width: 100%;
	gap: var(--spacing-56);
	overflow: visible;
}

.industries-text {
	align-self: stretch;
	min-width: 240px;
	flex: 1;
	margin: auto 0;
}

.section-header-large {
	align-items: center;
	display: flex;
	width: 100%;
	gap: var(--spacing-16);
	color: #0d0d0d;
	justify-content: start;
	font: 700 44px/53px var(--font-vert);
}

.industries-heading {
	max-width: 800px;
	align-self: stretch;
	flex: 1 0 0;
	margin: auto 0;
	font-size: 44px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	font-family: var(--font-urbanist);
}

.industries-heading-accent {
	color: var(--color-primary);
}

.industries-description {
	display: flex;
	margin-top: 20px;
	width: 100%;
	flex-direction: column;
	align-items: stretch;
	color: var(--color-neutral-800);
	justify-content: center;
	font: 400 18px/29px var(--font-inter);
}

.industries-subtitle {
	max-width: 640px;
	align-self: stretch;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	color: var(--color-neutral-800);
}

.industries-icons {
	align-self: stretch;
	display: flex;
	align-items: start;
	gap: 24px;
	justify-content: start;
	margin: auto 0;
}

.industries-arrow-icon {
	display: flex;
	width: 68px;
	height: 68px;
	padding: 22px;
	justify-content: center;
	align-items: center;
	border: 1px solid #CFD1D4;
	border-radius: 80px;
	background: var(--color-neutral-white);
	box-shadow: 0px 2px 4px 0px rgba(27, 28, 29, 0.04);
	cursor: pointer;
	transition: all 0.2s ease;
}

.industries-arrow-icon:hover {
	background-color: #f8f9fa;
	border-color: #9ca3af;
	transform: translateY(-1px);
	box-shadow: 0px 4px 8px 0px rgba(27, 28, 29, 0.08);
}

.industries-arrow-icon:active {
	transform: translateY(0);
	box-shadow: 0px 2px 4px 0px rgba(27, 28, 29, 0.04);
}

.industry-showcase {
	display: flex;
	flex-direction: column;
	row-gap: 5rem;
	justify-content: center;
	padding: var(--spacing-56) 0px 0px 0px;
	width: 100%;
	overflow: visible;
}

.industries-list {
	display: flex;
	gap: 1.25rem;
	scroll-snap-type: x mandatory;
	width: max-content;
	padding-left: 520px;
	padding-right: 20px;
}

/* if max-width is greater than 1480px then padding-left is 100px else 0px */
@media (min-width: 1480px) {
	.industries-list {
		padding-left: 520px;
	}
}

.industry-card {
	position: relative;
	flex-shrink: 0;
	width: 420px;
	height: 420px;
	/* border-radius: 1.5rem; */
	overflow: hidden;
	background-color: #000;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	scroll-snap-align: start;
}

.industry-card img {
	aspect-ratio: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 32px 24px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
}

.text-content {
	min-height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 0.5rem;
}

.text-content h3 {
	color: var(--color-neutral-white);
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.5rem;
}

.text-content p {
	color: var(--color-neutral-white);
	font-size: 0.875rem;
	line-height: 1.25rem;
	opacity: 0.9;
}

.industries-container {
	display: flex;
	flex-direction: column;
	gap: 56px;
}

.industries-header {
	font-family: var(--font-urbanist);
	display: flex;
	align-items: center;
	gap: 20px;
	align-items: center;
	justify-content: center;
	max-width: 1240px;
	margin: 0 auto;
	width: 100%;
}

.section-description {
	flex: 1;
	min-width: 240px;
	font-size: 18px;
	font-weight: 400;
	line-height: 29px;
	color: #4D545C;
}

.industries-grid {
	display: flex;
	align-items: start;
	gap: 16px;
	min-height: 520px;
}

.industry-image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 520px;
	z-index: 0;
}

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

.industry-overlay {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 424px;
	z-index: 0;
}

.industry-content {
	position: relative;
	z-index: 1;
	color: var(--color-neutral-white);
}

.industry-text {
	max-width: 350px;
}

.industry-title {
	font-family: Urbanist, -apple-system, Roboto, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.2;
	color: var(--color-neutral-white);
}

.industry-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.1px;
	color: var(--color-neutral-white);
	opacity: 0.8;
	margin-top: 12px;
}

.scroll-container {
	width: 100%;
	overflow-x: auto;
	padding: 0px;
	scrollbar-width: none;
	-ms-overflow-style: none;
	display: flex;
	justify-content: center;
}

.scroll-container::-webkit-scrollbar {
	display: none;
}

@media (max-width: 1080px) {
	.industries-header {
		flex-direction: column;
		padding: var(--spacing-80) 48px;
		font-family: Urbanist;
		font-size: 36px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
	}

	.industries-heading,
	.industries-heading-accent {
		font-size: 36px !important;
		line-height: 120%;
	}

	.industries-section {
		max-width: 100%;
		padding: 0px;
	}

	.industries-list {
		padding-left: 900px;
		padding-bottom: 100px;
	}

	.industry-card {
		width: 400px;
		height: 400px;
	}

	.industries-arrow-icon {
		display: flex;
		width: 48px;
		height: 48px;
		padding: 15.529px;
		justify-content: center;
		align-items: center;
		border-radius: 56.471px;
		border: 0.706px solid #CFD1D4;
		background: var(--color-neutral-white);
		box-shadow: 0px 1.412px 2.824px 0px rgba(27, 28, 29, 0.04);
	}

	.industry-showcase {
		padding: 0px;
	}
}

@media (max-width:768px) {
	.industry-card {
		width: 340px;
		height: 340px;
	}

	.industries-list {
		gap: 1rem;
		padding-left: 700px;
	}

	.overlay {
		padding: 24px 32px;
	}

	.industry-card {
		width: 320px;
		height: 320px;
	}
}

@media (max-width: 480px) {
	.industries-header {
		padding-bottom: var(--spacing-56);
		padding-left: 16px;
		padding-right: 16px;
	}

	.industries-list {
		gap: 0.75rem;
		padding-left: 980px;
		padding-bottom: 48px;
	}

	.overlay {
		padding: 20px 24px;
	}

	.text-content h3 {
		font-size: 0.9rem;
		line-height: 1.125rem;
	}

	.industries-header {
		padding-bottom: var(--spacing-56);
		padding-left: 16px;
		padding-right: 16px;
	}

	.text-content p {
		font-size: 0.75rem;
		line-height: 1rem;
	}

	.section-subtitle {
		font-size: 16px;
	}
}

/* Testimonials Section */
.testimonials-section {
	align-items: center;
	border-bottom: 1px solid #e1e3e8;
	background-color: rgba(255, 255, 255, 0.05);
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: column;
	overflow: hidden;
	justify-content: start;
	padding: 100px 0;
}

.testimonials-content {
	align-self: center;
	z-index: 0;
	width: 100%;
	overflow: hidden;
}

.section-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.testimonials-title {
	max-width: 800px;
	color: #0d0d0d;
	flex: 1;
	margin: auto 0;
	font: 600 44px Urbanist, -apple-system, Roboto, Helvetica, sans-serif;
	line-height: 1.2;
}

@media (max-width: 500px) {
	.testimonials-title {
		font-size: 36px;
	}
}

.testimonials-description {
	max-width: 800px;
	color: #4D545C;
	flex: 1;
	text-align: center;
	font: 400 18px Inter, -apple-system, Roboto, Helvetica, sans-serif;
	line-height: 1.6;
}

.testimonials-container {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	overflow: hidden;
	margin-top: 56px;
}

.testimonials-grid {
	display: flex;
	align-items: stretch;
	gap: 24px;
	justify-content: start;
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 100%;
}

.testimonials-slider {
	display: flex;
	gap: 24px;
	animation: scroll-testimonials 20s linear infinite;
	width: fit-content;
	will-change: transform;
}

@keyframes scroll-testimonials {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

.testimonials-slider:hover {
	animation-play-state: paused;
}

.testimonials-container:hover .testimonials-slider {
	animation-play-state: paused;
}

.testimonial-card {
	border-radius: 24px;
	border: 1.5px solid #e1e3e8;
	box-shadow: 0px 2px 4px 0px rgba(27, 28, 29, 0.04);
	align-self: start;
	min-width: 420px;
	width: 420px;
	flex-shrink: 0;
	background-color: #f7f8f9;
	padding: 32px;
	overflow: visible !important;
	height: 405px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 500px) {
	.testimonial-card {
		width: 100px;
		min-width: 280px;
		height: 100%;
	}
}

.testimonial-content {
	width: 100%;
}

.quote-icon {
	aspect-ratio: 1.29;
	object-fit: contain;
	object-position: center;
	width: 31px;
}

.quote-icon-alt {
	background-color: var(--color-primary);
	display: flex;
	min-height: 24px;
	width: 31px;
}

.testimonial-text {
	justify-content: center;
	align-items: stretch;
	display: flex;
	margin-top: 32px;
	width: 100%;
	flex-direction: column;
	gap: 16px;
}

.testimonial-headline {
	color: #0d0d0d;
	font: 600 24px/29px Inter, -apple-system, Roboto, Helvetica, sans-serif;
}

.testimonial-description {
	color: #535a61;
	letter-spacing: -0.1px;
	font: 400 16px/24px Inter, -apple-system, Roboto, Helvetica, sans-serif;
}

.testimonial-footer {
	display: flex;
	margin-top: 40px;
	width: 100%;
	align-items: center;
	gap: 40px 52px;
	font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
	justify-content: space-between;
}

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

.client-avatar {
	border-radius: 800px;
	align-self: stretch;
	display: flex;
	width: 48px;
	flex-shrink: 0;
	height: 48px;
	background-color: var(--color-primary);
	margin: auto 0;
	align-items: center;
	justify-content: center;
	color: var(--color-neutral-white);
	font-weight: 600;
	font-size: 18px;
	font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
}

.client-details {
	align-self: stretch;
	display: flex;
	align-items: start;
	gap: 10px;
	justify-content: start;
	width: 120px;
	margin: auto 0;
}

.client-name-container {
	justify-content: center;
	align-items: stretch;
	display: flex;
	width: 120px;
	flex-direction: column;
	gap: 4px;
}

.client-name {
	color: #0d0d0d;
	font-size: 16px;
	font-weight: 500;
}

.client-title {
	color: #535a61;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	margin-top: 4px;
}

/* Responsive styles for testimonials */
@media (max-width: 1080px) {
	.testimonials-title {
		text-align: center;
	}
}

@media (max-width: 1080px) {
	.testimonials-section {
		max-width: 100%;
	}

	.testimonials-title,
	.testimonials-content,
	.testimonials-grid {
		max-width: 100%;
	}

	.testimonials-container {
		max-width: 100%;
		margin-top: 40px;
	}

	.testimonials-slider {
		animation-duration: 35s;
	}

	.testimonial-card {
		padding: 20px 20px;
	}

	.testimonial-footer {
		margin-top: 40px;
	}
}

/* FAQ Section */
.faq-section {
	align-items: center;
	border-bottom: 1px solid #e1e3e8;
	display: flex;
	width: 100%;
	flex-direction: column;
	overflow: hidden;
	justify-content: start;
	padding: 100px;
}

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

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

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

.faq-content::-webkit-scrollbar {
	height: 6px;
}

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

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

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

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

.faq-list {
	width: 100%;
}

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

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

.faq-item:first-child {
	margin-top: 0;
}

.faq-item-expanded {
	background-color: #f7f8f9;
}

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

.faq-question {
	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) {
	.faq-question {
		max-width: 100%;
	}
}

.question-text {
	color: #000;
	letter-spacing: -0.1px;
	align-self: stretch;
	margin: auto 0;
	font: 400 16px Inter, -apple-system, Roboto, Helvetica, sans-serif;
}

.question-content {
	align-self: stretch;
	min-width: 240px;
	color: #000;
	letter-spacing: -0.1px;
	margin: auto 0;
	font: 400 16px Inter, -apple-system, Roboto, Helvetica, sans-serif;
}

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

.question-toggle {
	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);
	margin: auto 0;
	padding: 3px;
	color: var(--color-neutral-white);
}

.faq-item:not(.faq-item-expanded) .question-toggle {
	background-color: #f1f2f3;
	color: #000;
}

.toggle-icon {
	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);
}

.faq-item-expanded .toggle-icon {
	transform: rotate(180deg);
}

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

.faq-item-expanded .faq-answer-wrapper {
	max-height: 200px;
	/* This will be overridden by JavaScript */
}

.faq-answer {
	color: #535a61;
	letter-spacing: -0.1px;
	margin-top: 16px;
	font: 300 16px/1.5 Urbanist, -apple-system, Roboto, Helvetica, sans-serif;
}

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

/* Responsive padding adjustments */
@media (max-width: 1200px) {

	.hero-section,
	.products-section,
	.faq-section,
	.related-products-section,
	.why-choose-section,
	.contact-section,
	.testimonials-section,
	.resources-section,
	.product-portfolio,
	.product-benefits,
	.manufacturing-process,
	.specs-container {
		padding: 80px;
	}

	.industries-container {
		padding: 80px;
	}

	.testimonials-section {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-width: 1080px) {

	.hero-section,
	.products-section,
	.faq-section,
	.related-products-section,
	.why-choose-section,
	.contact-section,
	.testimonials-section,
	.resources-section,
	.product-portfolio,
	.product-benefits,
	.manufacturing-process,
	.specs-container {
		padding: 80px 48px;
	}

	.trusted-companies {
		margin-top: 40px;
	}

	.industries-container {
		padding: 80px 48px;
	}

	.testimonials-section {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-width: 991px) {
	.industries-container {
		padding: 80px 48px;
		padding-bottom: 0px;
	}
}

@media (max-width: 500px) {

	.hero-section,
	.products-section,
	.faq-section,
	.related-products-section,
	.why-choose-section,
	.contact-section,
	.testimonials-section,
	.resources-section,
	.product-portfolio,
	.product-benefits,
	.manufacturing-process,
	.section-header,
	.specs-container {
		padding: 48px 16px;
	}

	.industries-container {
		padding: 48px 16px;
		padding-bottom: 0px;
	}

	.testimonials-section {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-width: 500px) {
	.industries-grid-wrapper {
		padding-bottom: 48px;
	}
}

@media (max-width: 1200px) {
	.industries-grid-wrapper {
		padding-bottom: 80px;
	}
}

/* Modal Styles */
.modal-overlay {
	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;
}

.modal-overlay.active {
	opacity: 1;
	visibility: visible;
}

.modal-container {
	background: white;
	border-radius: 16px;
	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;
}

.modal-overlay.active .modal-container {
	transform: scale(1);
}

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

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


.modal-close {
	background: none;
	border: none;
	cursor: pointer;
	padding: 6px;
	border: 1px solid #E5E7EB;
	border-radius: 8px;
	color: #6B7280;
	background-color: var(--color-neutral-white);
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

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

.modal-form {
	display: flex;
	flex-direction: column;
}

.form-button {
	padding: 11px 24px;
	background-color: #F9FAFB;
	border-top: 1px solid #E5E7EB;
	margin-top: 20px;
	display: flex;
	justify-content: end;
}

.form-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-top: 20px;
	padding-left: 24px;
	padding-right: 24px;
}

.form-field2 {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-top: 12px;
	padding-left: 24px;
	padding-right: 24px;
}

.form-label {
	font-size: 14px;
	font-weight: 300;
	color: #374151;
}

.optional {
	color: #9ca3af;
	font-weight: 300;
}

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

.modal-input:focus {
	outline: none;
	border-color: var(--color-primary);
	box-shadow: 0 0 0 3px var(--color-primary-medium);
}

.modal-input::placeholder {
	color: #9ca3af;
}

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

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

.modal-input2::placeholder {
	color: #9ca3af;
}

.modal-input3 {
	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;
}

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

.modal-input3::placeholder {
	color: #9ca3af;
}

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

.modal-submit-btn:hover {
	background-color: var(--color-primary);
	transform: translateY(-1px);
}

.modal-submit-btn:active {
	transform: translateY(0);
}

.material-count {
	color: #9CA3AF;
	font-size: 14px;
	font-weight: 300;
}

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

	.modal-header {
		padding: 20px 20px 0 20px;
	}

	.modal-title {
		font-size: 18px;
	}
}

/* Modal 2 Styles */
.modal-overlay2 {
	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;
}

.modal-overlay2.active {
	opacity: 1;
	visibility: visible;
}

.modal-overlay2.active .modal-container {
	transform: scale(1);
}

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

	.modal-overlay2 .modal-header {
		padding: 20px 20px 0 20px;
	}

	.modal-overlay2 .modal-title {
		font-size: 18px;
	}
}

.testimonials-grid,
.testimonials-slider,
.testimonials-container,
.testimonials-content,
.industries-list,
.industry-showcase,
.industries-content,
.industries-section {
	overflow: visible !important;
}

.form-fields ::selection,
.form-input ::selection,
.text-input ::selection {
	background: var(--color-primary);
	color: var(--color-neutral-white);
}

    @media (max-width: 991px) {
	.homepage-wrapper {
		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;
}

.desktop-layout {
	overflow: hidden;
}

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

.hero-content {
	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;
}

.hero-image-container {
	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) {
	.hero-image-container {
		max-width: 100%;
	}
}

.hero-image-wrapper {
	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) {
	.hero-image-wrapper {
		max-width: 100%;
		padding: 100px 0;
		aspect-ratio: 1.5;
		min-height: auto;
		/* Remove min-height constraint to allow aspect-ratio to work */
	}
}

.hero-main-image {
	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;
}

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

.hero-controls {
	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) {
	.hero-controls {
		position: absolute;
		bottom: 15px;
		left: 20px;
		right: 20px;
		justify-content: center;
		margin-bottom: 0;
	}
}

.control-button {
	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;
}

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

.hero-text-content {
	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) {
	.hero-text-content {
		max-width: 100%;
	}
}

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

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

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

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

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

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

.hero-main-content {
	margin-top: 24px;
	width: 100%;
}

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

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

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

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

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

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

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

.hero-actions {
	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) {
	.hero-actions {
		flex-wrap: wrap;
	}
}

.primary-button {
	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);
}

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

.primary-button-2 {
	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);
}

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

.primary-button-3 {
	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;
}

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

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

.secondary-button {
	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);
}

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

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

.breadcrumb {
	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) {
	.breadcrumb {
		padding: 12px 20px;
	}
}

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

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

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

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

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

/* Products Section */
.products-section {
	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);
}

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

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

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

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

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

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

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

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

.title-highlight {
	color: var(--color-primary);
}

.products-actions {
	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) {
	.products-actions {
		flex-direction: row;
		gap: var(--spacing-12);
		width: 100%;
		flex-wrap: wrap;
	}

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

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

	.action-button-2 {
		width: 100% !important;
		min-width: 100%;
	}
}

.action-button {
	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;
}

.action-button-2 {
	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;
}

.action-button-2:hover {
	background-color: var(--color-neutral-25);
}

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

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

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

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

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

.product-card {
	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;
}

.product-card-2 {
	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) {
	.product-card-2 {
		width: 100%;
		max-width: 400px;
	}
}

.product-card-large {
	/* border-radius: var(--radius-24); */
	border: 1.5px solid var(--color-neutral-100);
}

.product-card-extended {
	align-self: stretch;
}

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

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

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

.product-image-container {
	border-radius: var(--radius-16);
	overflow: hidden;
}

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

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

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

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

.product-content-extended {
	flex: 1;
}

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

.product-title-multiline {
	line-height: 1.5;
}

.product-features {
	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;
}

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

.feature-chip:first-child {
	margin-top: 0;
}

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

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

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

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

.product-button-secondary {
	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;
    text-decoration: underline;
}

.product-button-secondary:hover {
	background-color: var(--color-neutral-25);
}

.product-button-primary {
	justify-content: center;
	align-items: center;
	/* border-radius: var(--radius-10); */
	border: 1px solid black;
	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;
}

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

.button-text-primary {
	color: black;
	align-self: stretch;
	margin: auto 0;
	font-weight: 100;
	font-size: 16px;
}

/* Pagination */
.pagination-container {
	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) {
	.pagination-container {
		max-width: 100%;
	}
}

.pagination-content {
	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) {
	.pagination-content {
		max-width: 100%;
	}
}

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

.pagination-buttons {
	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;
}

.pagination-step {
	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;
}

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

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

.pagination-number {
	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;
}

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

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

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

.page-number {
	color: #6b7280;
}

.pagination-active .page-number {
	color: var(--color-primary);
}

.pagination-separator {
	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 */
/* .product-card { display: block; } */
.product-card.hidden {
	display: none;
}

.pagination-number.disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}

.pagination-step.disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}

/* FAQ Section */
.faq-section {
	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) { .faq-section { max-width: 100%; padding: 0 20px; } } */
.faq-container {
	width: 100%;
	max-width: 1280px;
}

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

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

.faq-content::-webkit-scrollbar {
	height: 6px;
}

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

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

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

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

.faq-list {
	width: 100%;
}

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

.faq-item {
	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;
}

.faq-item:first-child {
	margin-top: 0;
}

.faq-item-expanded {
	background-color: var(--color-neutral-25);
}

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

.faq-question {
	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) {
	.faq-question {
		max-width: 100%;
	}
}

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

.question-content {
	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) {
	.question-content {
		max-width: 100%;
	}
}

.question-toggle {
	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;
}

.faq-item:not(.faq-item-expanded) .question-toggle {
	background-color: var(--color-neutral-50);
}

.toggle-icon {
	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);
}

.faq-item-expanded .toggle-icon {
	transform: rotate(180deg);
}

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

.faq-item-expanded .faq-answer-wrapper {
	max-height: 200px;
	/* This will be overridden by JavaScript */
}

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

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

.cta-card {
	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) {
	.cta-card {
		max-width: 100%;
		margin-top: 40px;
	}
}

.cta-card-2 {
	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) {
	.cta-card-2 {
		max-width: 100%;
		margin-top: 40px;
	}
}

.cta-content {
	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) {
	.cta-content {
		max-width: 100%;
	}
}

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

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

.cta-description {
	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) {
	.cta-description {
		max-width: 100%;
		font-size: 16px;
	}
}

.cta-button {
	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;
}

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

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



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





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

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




/* Related Products Section */
.related-products-section {
	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) {
	.related-products-section {
		max-width: 100%;
		padding: 0 20px;
	}
}

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

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

.related-products-grid {
	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) {
	.related-products-grid {
		max-width: 100%;
	}
}

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

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

	.related-products-row .product-card-2 {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
	}
}

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

	.related-products-row .product-card-2 {
		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 */
.related-products-row .product-card-2 {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 0;
	height: auto;
}

.related-products-row .product-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.related-products-row .product-features {
	flex: 1;
}

/* Why Choose Us Section */
.why-choose-section {
	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);
}

.why-choose-section-content {
	max-width: 1280px;
	width: 100%;
	gap: var(--spacing-56);
}

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

.features-grid {
	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) {
	.features-grid {
		max-width: 100%;
	}
}

.feature-card {
	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;
}

.feature-content {
	width: 100%;
}

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

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

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

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

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

.awards-grid {
	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) {
	.awards-grid {
		max-width: 100%;
		padding: 0 20px;
	}

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

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

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

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

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

.award-special {
	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 */
.contact-section {
	align-items: center;
	display: flex;
	width: 100%;
	gap: var(--spacing-40) 120px;
	overflow: hidden;
	justify-content: center;
	padding: 100px;
}

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

.contact-container {
	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) {
	.contact-container {
		max-width: 100%;
		gap: var(--spacing-40) 60px;
		padding: 40px 32px;
	}
}

.contact-content {
	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) {
	.contact-content {
		max-width: 100%;
	}
}

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

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

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

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

.contact-description {
	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) {
	.contact-description {
		max-width: 100%;
		font-size: 16px;
	}
}

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

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

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

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

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

.contact-form {
	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) {
	.contact-form {
		max-width: 100%;
		min-width: auto;
		width: 100%;
		padding: 24px;
	}
}

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

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

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

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

.form-input {
	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;
}

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

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

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

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

.form-input-phone {
	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) {
	.form-input-phone {
		white-space: initial;
	}
}

.country-code {
	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) {
	.country-code {
		white-space: initial;
	}
}

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

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

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

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

.phone-number {
	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) {
	.phone-number {
		white-space: initial;
	}
}

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

.submit-button {
	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;
}

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

.mobile-only {
	display: none;
}

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

	.mobile-only {
		display: contents;
	}
}

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

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

.contact-form {
	width: 100%;
	max-width: none;
}

.country-code-text {
	color: var(--color-neutral-black);
}

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

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

.phone-input {
	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;
}

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

.country-code-content {
	display: flex;
	align-items: center;
	gap: 2px;
}

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

.country-code-text {
	color: var(--color-neutral-black);
}

.country-dropdown {
	width: 16px;
	height: 16px;
}

.form-submit-button {
	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;
}

.form-submit-button:hover {
	background-color: #000000;
}

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

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

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

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

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

.nav-button {
	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;
}

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

.dropdown-icon {
	width: 16px;
	height: 16px;
}

.contact-cta-button {
	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 */
.hamburger-menu {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 10px;
	z-index: 1001;
}

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

/* Mobile Menu */
.mobile-menu {
	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;
}

.mobile-menu .nav-button,
.mobile-menu .contact-cta-button {
	width: 100%;
	justify-content: flex-start;
}

/* Mobile Menu Active State */
.mobile-menu.active {
	display: flex;
}

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

.hamburger-menu.active .hamburger-line:nth-child(2) {
	opacity: 0;
}

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

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

	.nav-content {
		display: none;
	}

	.hamburger-menu {
		display: block;
	}

	/* .hero-section { padding: 100px 20px; } */
	.hero-title {
		font-size: 36px;
		line-height: 1.5;
	}

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

	.hero-image-container {
		width: 100%;
	}

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

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

	.stats-section {
		padding: 0 20px 80px;
	}

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

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

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

	.features-grid,
	.products-grid,
	.certifications-grid,
	.testimonials-grid,
	.infrastructure-content {
		flex-direction: column;
		gap: var(--spacing-24);
	}

	.feature-card,
	.product-card,
	.certification-card {
		width: 100%;
	}

	.contact-section {
		padding: 60px 20px;
	}

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

	.contact-form {
		width: 100%;
		max-width: none;
	}

	.footer-content {
		padding: 60px 20px;
	}

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

	.footer-links-section {
		flex-direction: column;
		gap: var(--spacing-32);
	}

	.footer-column {
		width: 100%;
	}

	.footer-contact-section {
		width: 100%;
		border-left: none;
		padding-left: 0;
	}

	.footer-bottom {
		padding: 20px;
	}

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

	.footer-bottom-links {
		justify-content: center;
		gap: var(--spacing-24);
	}
}

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

.products-sidebar {
	width: 320px;
	min-width: 220px;
}

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

	.products-main-flex {
		flex-direction: column;
		gap: 0;
	}

	.products-main-content {
		width: 100%;
	}
}

.sidebar-filters {
	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;
}

.sidebar-filters-header {
	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);
}

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

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

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

.toggle-arrow {
	transition: transform 0.2s;
}

.filter-content {
	margin-top: 8px;
}

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

/* Double Range Slider Styles */
.range-slider-container {
	width: 100%;
	margin: 10px 0;
}

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

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

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

.range-min::-webkit-slider-thumb,
.range-max::-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;
}

.range-min::-moz-range-thumb,
.range-max::-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);
}

.range-min::-webkit-slider-track,
.range-max::-webkit-slider-track {
	background: transparent;
	border: none;
}

.range-min::-moz-range-track,
.range-max::-moz-range-track {
	background: transparent;
	border: none;
}

.range-min {
	z-index: 1;
}

.range-max {
	z-index: 2;
}

/* Active range track */
.range-slider::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;
}

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

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

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

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

	.range-min::-webkit-slider-thumb,
	.range-max::-webkit-slider-thumb {
		width: 24px;
		height: 24px;
	}

	.range-min::-moz-range-thumb,
	.range-max::-moz-range-thumb {
		width: 24px;
		height: 24px;
	}

	.range-values {
		margin: 8px 0;
	}

	.range-min-value,
	.range-max-value {
		padding: 6px 10px;
		font-size: 13px;
	}
}

.funnel-icon {
	width: 20px;
	height: 20px;
}

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

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

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

.apply-filters-btn {
	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);
}

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

.sidebar-cta {
	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;
}

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

.sidebar-cta-accent {
	color: var(--color-primary);
}

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

.sidebar-cta-btn {
	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);
}

.sidebar-cta-btn-icon {
	display: flex;
	align-items: center;
	margin-right: 4px;
}

.products-main-content {
	flex: 1;
}

/* Mobile Bottom Sheet for Filters */
.mobile-bottom-sheet {
	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;
}

.mobile-bottom-sheet.active {
	transform: translateY(0);
}

.mobile-bottom-sheet-overlay {
	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;
}

.mobile-bottom-sheet-overlay.active {
	opacity: 1;
	visibility: visible;
}

.mobile-bottom-sheet-header {
	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;
}

.mobile-bottom-sheet-title {
	font-size: 18px;
	font-weight: 600;
	color: #222;
}

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

.mobile-bottom-sheet-close:hover {
	background-color: #f5f5f5;
}

.mobile-bottom-sheet-close svg {
	width: 20px;
	height: 20px;
	color: #666;
}

.mobile-bottom-sheet-content {
	max-height: calc(80vh - 70px);
	overflow-y: auto;
}

.mobile-bottom-sheet-content::-webkit-scrollbar {
	width: 4px;
}

.mobile-bottom-sheet-content::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 2px;
}

.mobile-bottom-sheet-content::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 2px;
}

.mobile-bottom-sheet-content::-webkit-scrollbar-thumb:hover {
	background: #a8a8a8;
}

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

.mobile-bottom-sheet .sidebar-filters-header {
	border-radius: var(--radius-12) 12px 0 0;
}

.mobile-bottom-sheet .apply-filters-btn-container {
	border: none;
}

.mobile-bottom-sheet .sidebar-cta {
	box-shadow: none;
	border: 1px solid var(--color-neutral-100);
	border-radius: var(--radius-12);
}

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

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

@media (min-width: 992px) {

	.mobile-bottom-sheet,
	.mobile-bottom-sheet-overlay {
		display: none;
	}
}

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

.icon-size {
	font-size: large;
}

.icon-size-2 {
	font-size: 48px;
}

/* Modal Styles */
.modal-overlay {
	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;
}

.modal-overlay.active {
	opacity: 1;
	visibility: visible;
}

.modal-overlay2 {
	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;
}

.modal-overlay2.active {
	opacity: 1;
	visibility: visible;
}

.modal-container {
	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;
}

.modal-overlay.active .modal-container {
	transform: scale(1);
}

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

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

.modal-close {
	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;
}

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

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

.modal-form {
	display: flex;
	flex-direction: column;
}

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

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

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

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

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

.modal-input {
	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;
}

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

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

.modal-submit-btn {
	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);
}

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

.modal-submit-btn:active {
	transform: translateY(0);
}

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

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

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

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

.modal-input3 {
	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;
}

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

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

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

	.modal-header {
		padding: 20px 20px 0 20px;
	}

	.modal-title {
		font-size: 18px;
	}
}

.clear-filters-link.disabled {
	color: #aaa !important;
	pointer-events: none !important;
	opacity: 0.5;
	/* text-decoration: none; */
}

/* Certifications */
.certifications {
	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) {
	.certifications {
		max-width: 100%;
		flex-wrap: wrap;
	}
}

.certification-badge {
	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;
}

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

.certification-image {
	max-height: 24px;
}

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

@media (max-width: 1200px) {

	.hero-section,
	.products-section,
	.faq-section,
	.related-products-section,
	.why-choose-section,
	.contact-section {
		padding: 80px;
	}
}

@media (max-width: 1080px) {

	.hero-section,
	.products-section,
	.faq-section,
	.related-products-section,
	.why-choose-section,
	.contact-section {
		padding: 80px 48px;
	}
}

@media (max-width: 500px) {

	.hero-section,
	.products-section,
	.faq-section,
	.related-products-section,
	.why-choose-section,
	.contact-section {
		padding: 48px 16px;
	}

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

	.hero-main-image {
		aspect-ratio: 1.5;
	}
}

	.footer-jairaj{
		background-color: black;
		display: flex;
		flex-direction: column;
		padding:100px 0px 0px 0px;
		gap:60px;
	}

	.commitment-text{
		color: white;
		font-size: 50px;
		font-weight: bold;
		line-height: 1.2em;
	}
	.commitment-container{
		display: flex;
		justify-content: space-between;
	}
	.subscribe-message-footer{
		color:white;
		font-weight: 700;
		font-size: 16px;
		letter-spacing: normal;
		margin-bottom: 4px;
	}
	.subscribe-input-footer{
		border: 1px solid #E6E9EB;
		display: flex;
		width: 428px;
	}
	.subscribe-input-footer input{
		width:100%;
		background-color: transparent;
		padding: 16px;
		color:white;
	}
	.subscribe-input-footer div{
		font-size: 14px;
		font-weight: 700;
		color:white;
		letter-spacing: 2px;
		padding: 16px 24px 16px 24px;
	}

	.footer-contact-links-container{
		border : 1px solid #E6E9EB4D;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

	.footer-contact-links{
		padding:60px;
		color:white;
		font-size: 18px;
		font-weight: 700;
		line-height: 21.6px;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 21.6px;
		display: flex;
		flex-direction: column;
		gap:16px;
		align-items: flex-start;
		text-transform: uppercase;
	}

	.phl{
		margin-left: 8px;
	}

	.footer-contact-links span{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 18.2px;
	}

	.footer-contact-links:nth-child(1),
    .footer-contact-links:nth-child(2) {
	border-right: 1px solid #E6E9EB4D;
    }

	.footer-numbers{
		font-size: 24px;
		margin-bottom: 8px;
		align-self: center;
	}

	.footer-nav-links-container{
		display: flex;
		justify-content: space-between;
		margin-bottom: 90px;
	}

	.footer-nav-links-header-text{
		font-size: 18px;
		font-weight: 700;
		color:white;
		line-height: 21.6px;
		letter-spacing: normal;
		margin-bottom: 20px;
	}

	.footer-sub-nav-links-text{
		font-size: 14px;
		color:#E6E9EB;
		font-weight: 400;
		line-height: 19.6px;
		margin-bottom: 16px;
	}

	.bottom-strip-footer{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		    padding: 40px 60px 70px 60px;
			border : 1px solid #E6E9EB4D;
	}
	.commitment-container,
	.footer-nav-links-container{
		padding-left: 80px;
		padding-right: 80px;
	}


	.footer-contact-links-container{
		margin-left: 80px;
		margin-right: 80px;
	}

	.strip-links span{
		color:white;
		font-size: 14px;
		font-weight: 400;
		line-height: 19.6px;
		margin-right: 12px;
	}

	.phlinked{
		color:white;
		font-size: 24px;
	}