/* ==================== GelivableGlass Home ==================== */

:root {
--gel-main: #28978a;
--gel-main-dark: #1f766d;
--gel-ink: #102629;
--gel-text: #2c3d40;
--gel-muted: #657477;
--gel-soft: #f6f8f8;
--gel-line: #e4ebea;
--gel-white: #ffffff;
}

.gel-home {
background: #ffffff;
color: var(--gel-text);
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.gel-home a {
text-decoration: none;
}

/* Home Banner */

.home-hero {
	position: relative;
	min-height: 660px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: #102629;
}

.home-hero-bg {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
}

.home-hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(90deg, rgba(8, 28, 32, 0.68) 0%, rgba(8, 28, 32, 0.45) 42%, rgba(8, 28, 32, 0.12) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.12));
}

.home-hero .container {
	position: relative;
	z-index: 3;
}

.home-hero-content {
	max-width: 720px;
	color: #ffffff;
}

.home-hero h1 {
	margin: 0 0 24px;
	color: #ffffff;
	font-size: 56px;
	line-height: 1.1;
	font-weight: 760;
	letter-spacing: -1.4px;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.home-hero p {
	max-width: 640px;
	margin: 0 0 34px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 18px;
	line-height: 1.78;
	font-weight: 400;
}

.home-btn,
.home-btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 32px;
	border-radius: 999px;
	background: var(--gel-main);
	border: 1px solid var(--gel-main);
	color: #ffffff;
	font-size: 15px;
	font-weight: 760;
	transition: all 0.25s ease;
	box-shadow: 0 14px 32px rgba(40, 151, 138, 0.26);
}

.home-btn:hover,
.home-btn-primary:hover {
	background: var(--gel-main-dark);
	border-color: var(--gel-main-dark);
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(40, 151, 138, 0.32);
}

/* Home Banner Responsive */

@media (max-width: 991px) {
	.home-hero {
		min-height: 560px;
	}

	.home-hero h1 {
		font-size: 42px;
	}
}

@media (max-width: 575px) {
	.home-hero {
		min-height: 500px;
	}

	.home-hero h1 {
		font-size: 34px;
		letter-spacing: -0.6px;
	}

	.home-hero p {
		font-size: 16px;
	}

	.home-btn,
	.home-btn-primary {
		width: 100%;
	}
}

/* ==================== Industrial Service ==================== */

.industrial-service {
	padding: 72px 0 82px;
	background: #f6f8f8;
	color: #102629;
	overflow: hidden;
}

.industrial-service .container {
	max-width: 1220px;
}

.industrial-service-head {
	max-width: 820px;
	margin: 0 0 28px;
}

.industrial-service-head span {
	display: block;
	margin-bottom: 12px;
	color: #28978a;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.industrial-service-head h2 {
	margin: 0;
	color: #102629;
	font-size: 40px;
	line-height: 1.12;
	font-weight: 760;
	letter-spacing: -1.1px;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.industrial-service-body {
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	gap: 56px;
	align-items: center;
}

.industrial-service-image {
	position: relative;
	overflow: hidden;
	border-radius: 28px;
	background: #e8efee;
	box-shadow: 0 22px 54px rgba(16, 38, 41, 0.11);
}

.industrial-service-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(40, 151, 138, 0.14), rgba(255, 255, 255, 0) 42%),
		linear-gradient(180deg, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.08) 100%);
	pointer-events: none;
}

.industrial-service-image img {
	width: 100%;
	height: 430px;
	object-fit: cover;
	object-position: center center;
	display: block;
	transition: transform 0.6s ease;
}

.industrial-service-image:hover img {
	transform: scale(1.035);
}

.industrial-service-content {
	max-width: 540px;
}

.industrial-service-content p {
	margin: 0 0 18px;
	color: #425154;
	font-size: 16px;
	line-height: 1.78;
	font-weight: 400;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.industrial-service-content .industrial-lead {
	color: #425154;
	font-size: 16px;
	line-height: 1.48;
	font-weight: 400;
}

.industrial-service-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 24px 0 26px;
}

.industrial-service-tags span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	background: #ffffff;
	color: #263638;
	font-size: 13px;
	font-weight: 560;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	box-shadow: 0 7px 18px rgba(16, 38, 41, 0.055);
	transition: all 0.25s ease;
}

.industrial-service-tags span:hover {
	background: rgba(40, 151, 138, 0.12);
	color: #102629;
	transform: translateY(-2px);
}

.industrial-service-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	margin-top: 4px;
	padding: 0 34px;
	border-radius: 999px;
	background: #28978a;
	color: #ffffff;
	font-size: 15px;
	font-weight: 760;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	text-decoration: none;
	transition: all 0.25s ease;
	box-shadow: 0 14px 32px rgba(40, 151, 138, 0.24);
}

.industrial-service-btn:hover {
	background: #1f766d;
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(40, 151, 138, 0.32);
}

@media (max-width: 991px) {
	.industrial-service {
		padding: 62px 0 72px;
	}

	.industrial-service-head {
		margin-bottom: 28px;
	}

	.industrial-service-head h2 {
		font-size: 34px;
	}

	.industrial-service-body {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.industrial-service-content {
		max-width: 100%;
	}

	.industrial-service-image img {
		height: 360px;
	}
}

@media (max-width: 575px) {
	.industrial-service {
		padding: 50px 0 60px;
	}

	.industrial-service-head {
		margin-bottom: 24px;
	}

	.industrial-service-head h2 {
		font-size: 29px;
		letter-spacing: -0.6px;
	}

	.industrial-service-image {
		border-radius: 22px;
	}

	.industrial-service-image img {
		height: 280px;
	}

	.industrial-service-content .industrial-lead {
		font-size: 17px;
		line-height: 1.52;
	}

	.industrial-service-content p {
		font-size: 15px;
	}

	.industrial-service-tags {
		gap: 8px;
		margin: 22px 0 24px;
	}

	.industrial-service-tags span {
		min-height: 32px;
		padding: 0 13px;
		font-size: 12.5px;
	}

	.industrial-service-btn {
		width: 100%;
	}
}

/* ==================== /Industrial Service ==================== */

/* ==================== Responsive ==================== */

@media (max-width: 991px) {
.home-hero {
min-height: 560px;
}

.home-hero h1 {
	font-size: 42px;
}

.home-service {
	padding: 76px 0 86px;
}

.home-section-title,
.home-service-heading {
	margin-bottom: 42px;
}

.home-section-title h2,
.home-service-heading h2 {
	font-size: 32px;
}

.home-service-inner {
	grid-template-columns: 1fr;
	gap: 38px;
}

.home-service-image img {
	height: 380px;
}

}

@media (max-width: 575px) {
.home-hero {
min-height: 500px;
}

.home-hero h1 {
	font-size: 34px;
	letter-spacing: -0.6px;
}

.home-hero p {
	font-size: 16px;
}

.home-service {
	padding: 60px 0 68px;
}

.home-section-title h2,
.home-service-heading h2 {
	font-size: 28px;
	letter-spacing: -0.5px;
}

.home-service-image {
	border-radius: 22px;
}

.home-service-image img {
	height: 260px;
}

.home-service-list {
	grid-template-columns: 1fr;
	gap: 0;
	margin: 24px 0 28px;
}

.home-service-content p {
	font-size: 15px;
}

.home-service-btn {
	width: 100%;
	padding: 0 24px;
}

}

/* ==================== /Responsive ==================== */

/* ==================== Fabrication Expert ==================== */

.fabrication-expert {
	padding: 104px 0 112px;
	background: #ffffff;
}

.fabrication-expert-head {
	max-width: 880px;
	margin: 0 auto 58px;
	text-align: center;
}

.fabrication-expert-head span {
	display: block;
	margin-bottom: 14px;
	color: #28978a;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.fabrication-expert-head h2 {
	margin: 0;
	color: #102629;
	font-size: 40px;
	line-height: 1.18;
	font-weight: 760;
	letter-spacing: -1px;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.fabrication-expert-inner {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 70px;
	align-items: center;
	max-width: 1220px;
	margin: 0 auto;
}

.fabrication-expert-content {
	max-width: 560px;
}

.fabrication-expert-content p {
	margin: 0 0 18px;
	color: #405154;
	font-size: 16px;
	line-height: 1.86;
	font-weight: 400;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.fabrication-expert-content p:first-child {
	color: #1d3336;
	font-size: 17px;
	font-weight: 520;
}

.fabrication-expert-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	margin-top: 12px;
	padding: 0 34px;
	background: #28978a;
	border-radius: 999px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 760;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	text-decoration: none;
	box-shadow: 0 14px 32px rgba(40, 151, 138, 0.24);
	transition: all 0.25s ease;
}

.fabrication-expert-btn:hover {
	background: #1f766d;
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(40, 151, 138, 0.3);
}

.fabrication-expert-video {
	width: 100%;
	position: relative;
}

.fabrication-video-box {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	display: block;
	overflow: hidden;
	border-radius: 30px;
	background: #e8efee;
	box-shadow: 0 30px 76px rgba(16, 38, 41, 0.14);
}

.fabrication-video-box iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

/* Fabrication Expert Responsive */

@media (max-width: 991px) {
	.fabrication-expert {
		padding: 76px 0 86px;
	}

	.fabrication-expert-head {
		margin-bottom: 42px;
	}

	.fabrication-expert-head h2 {
		font-size: 32px;
	}

	.fabrication-expert-inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.fabrication-expert-content {
		max-width: 100%;
	}

	.fabrication-video-box {
		border-radius: 26px;
	}
}

@media (max-width: 575px) {
	.fabrication-expert {
		padding: 60px 0 68px;
	}

	.fabrication-expert-head h2 {
		font-size: 28px;
		letter-spacing: -0.6px;
	}

	.fabrication-expert-content p {
		font-size: 15px;
		line-height: 1.76;
	}

	.fabrication-expert-btn {
		width: 100%;
	}

	.fabrication-video-box {
		border-radius: 22px;
	}
}

/* ==================== /Fabrication Expert ==================== */

/* ==================== Glass Materials ==================== */

.glass-materials {
padding: 104px 0 112px;
background: #f5f7f7;
}

.glass-materials-head {
display: grid;
grid-template-columns: 1fr 0.78fr;
gap: 60px;
align-items: end;
max-width: 1220px;
margin: 0 auto 54px;
}

.glass-materials-head span {
display: block;
margin-bottom: 14px;
color: #28978a;
font-size: 12px;
font-weight: 800;
letter-spacing: 2px;
text-transform: uppercase;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.glass-materials-head h2 {
margin: 0;
color: #102629;
font-size: 40px;
line-height: 1.18;
font-weight: 760;
letter-spacing: -1px;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.glass-materials-head p {
margin: 0;
color: #657477;
font-size: 16px;
line-height: 1.78;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.glass-materials-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 26px;
max-width: 1220px;
margin: 0 auto;
}

.glass-material-item {
display: block;
overflow: hidden;
border-radius: 28px;
background: #ffffff;
color: inherit;
box-shadow: 0 24px 60px rgba(16, 38, 41, 0.1);
transition: all 0.3s ease;
}

.glass-material-item:hover {
color: inherit;
text-decoration: none;
transform: translateY(-8px);
box-shadow: 0 30px 76px rgba(16, 38, 41, 0.15);
}

.glass-material-image {
position: relative;
overflow: hidden;
background: #e9efee;
}

.glass-material-image::after {
content: "";
position: absolute;
inset: 0;
background:
linear-gradient(135deg, rgba(40, 151, 138, 0.14), rgba(255,255,255,0) 45%),
linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.12));
pointer-events: none;
}

.glass-material-image img {
width: 100%;
height: 270px;
object-fit: cover;
display: block;
transition: transform 0.55s ease;
}

.glass-material-item:hover .glass-material-image img {
transform: scale(1.045);
}

.glass-material-content {
padding: 28px 28px 30px;
}

.glass-material-content span {
display: block;
margin-bottom: 14px;
color: #28978a;
font-size: 13px;
font-weight: 800;
letter-spacing: 1px;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.glass-material-content h3 {
margin: 0 0 10px;
color: #102629;
font-size: 22px;
line-height: 1.25;
font-weight: 760;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.glass-material-content p {
margin: 0;
color: #657477;
font-size: 15px;
line-height: 1.72;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.glass-materials-action {
text-align: center;
margin-top: 48px;
}

.glass-materials-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
padding: 0 34px;
border-radius: 999px;
background: #28978a;
color: #ffffff;
font-size: 15px;
font-weight: 760;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
text-decoration: none;
box-shadow: 0 14px 32px rgba(40, 151, 138, 0.24);
transition: all 0.25s ease;
}

.glass-materials-btn:hover {
background: #1f766d;
color: #ffffff;
text-decoration: none;
transform: translateY(-2px);
box-shadow: 0 18px 40px rgba(40, 151, 138, 0.3);
}

@media (max-width: 991px) {
.glass-materials {
padding: 76px 0 86px;
}

```
.glass-materials-head {
	grid-template-columns: 1fr;
	gap: 18px;
	margin-bottom: 42px;
}

.glass-materials-head h2 {
	font-size: 32px;
}

.glass-materials-grid {
	grid-template-columns: 1fr;
	gap: 24px;
}

.glass-material-image img {
	height: 320px;
}
```

}

@media (max-width: 575px) {
.glass-materials {
padding: 60px 0 68px;
}

```
.glass-materials-head h2 {
	font-size: 28px;
}

.glass-material-item {
	border-radius: 22px;
}

.glass-material-image img {
	height: 240px;
}

.glass-materials-btn {
	width: 100%;
}
```

}

/* ==================== /Glass Materials ==================== */

/* ==================== Custom Glass Service ==================== */

.custom-service {
padding: 106px 0 116px;
background: #ffffff;
}

.custom-service-head {
display: grid;
grid-template-columns: 1fr 0.82fr;
gap: 64px;
align-items: end;
max-width: 1220px;
margin: 0 auto 58px;
}

.custom-service-head span {
display: block;
margin-bottom: 14px;
color: #28978a;
font-size: 12px;
font-weight: 800;
letter-spacing: 2px;
text-transform: uppercase;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.custom-service-head h2 {
margin: 0;
color: #102629;
font-size: 40px;
line-height: 1.18;
font-weight: 760;
letter-spacing: -1px;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.custom-service-head p {
margin: 0;
color: #657477;
font-size: 16px;
line-height: 1.78;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.custom-service-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 28px;
max-width: 1220px;
margin: 0 auto;
}

.custom-service-item {
overflow: hidden;
border-radius: 28px;
background: #f6f8f8;
box-shadow: 0 18px 46px rgba(16, 38, 41, 0.08);
transition: all 0.3s ease;
}

.custom-service-item:hover {
transform: translateY(-7px);
background: #ffffff;
box-shadow: 0 28px 68px rgba(16, 38, 41, 0.13);
}

.custom-service-image {
position: relative;
overflow: hidden;
background: #e8efee;
}

.custom-service-image::after {
content: "";
position: absolute;
inset: 0;
background:
linear-gradient(135deg, rgba(40, 151, 138, 0.12), rgba(255,255,255,0) 45%),
linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.12));
pointer-events: none;
}

.custom-service-image img {
width: 100%;
height: 245px;
object-fit: cover;
display: block;
transition: transform 0.55s ease;
}

.custom-service-item:hover .custom-service-image img {
transform: scale(1.045);
}

.custom-service-content {
padding: 26px 26px 30px;
}

.custom-service-content span {
display: block;
margin-bottom: 13px;
color: #28978a;
font-size: 13px;
font-weight: 800;
letter-spacing: 1px;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.custom-service-content h3 {
margin: 0 0 10px;
color: #102629;
font-size: 20px;
line-height: 1.28;
font-weight: 760;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.custom-service-content p {
margin: 0;
color: #657477;
font-size: 15px;
line-height: 1.72;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.custom-service-action {
text-align: center;
margin-top: 52px;
}

.custom-service-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
padding: 0 34px;
border-radius: 999px;
background: #28978a;
color: #ffffff;
font-size: 15px;
font-weight: 760;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
text-decoration: none;
box-shadow: 0 14px 32px rgba(40, 151, 138, 0.24);
transition: all 0.25s ease;
}

.custom-service-btn:hover {
background: #1f766d;
color: #ffffff;
text-decoration: none;
transform: translateY(-2px);
box-shadow: 0 18px 40px rgba(40, 151, 138, 0.3);
}

@media (max-width: 991px) {
.custom-service {
padding: 76px 0 86px;
}

```
.custom-service-head {
	grid-template-columns: 1fr;
	gap: 18px;
	margin-bottom: 42px;
}

.custom-service-head h2 {
	font-size: 32px;
}

.custom-service-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}
```

}

@media (max-width: 575px) {
.custom-service {
padding: 60px 0 68px;
}

```
.custom-service-head h2 {
	font-size: 28px;
}

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

.custom-service-item {
	border-radius: 22px;
}

.custom-service-image img {
	height: 230px;
}

.custom-service-btn {
	width: 100%;
}

}

/* ==================== /Custom Glass Service ==================== */

/* ==================== Custom Process Service ==================== */

.process-service {
padding: 106px 0 116px;
background: #f6f8f8;
}

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

.process-service-head span {
display: block;
margin-bottom: 14px;
color: #28978a;
font-size: 12px;
font-weight: 800;
letter-spacing: 2px;
text-transform: uppercase;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.process-service-head h2 {
margin: 0;
color: #102629;
font-size: 40px;
line-height: 1.18;
font-weight: 760;
letter-spacing: -1px;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.process-service-head p {
max-width: 680px;
margin: 18px auto 0;
color: #657477;
font-size: 16px;
line-height: 1.78;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

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

.process-card {
position: relative;
overflow: hidden;
border-radius: 24px;
background: #ffffff;
box-shadow: 0 18px 42px rgba(16, 38, 41, 0.08);
transition: all 0.28s ease;
}

.process-card:hover {
transform: translateY(-6px);
box-shadow: 0 28px 64px rgba(16, 38, 41, 0.13);
}

.process-card-image {
position: relative;
overflow: hidden;
background: #e8efee;
}

.process-card-image::after {
content: "";
position: absolute;
inset: 0;
background:
linear-gradient(135deg, rgba(40, 151, 138, 0.13), rgba(255, 255, 255, 0) 46%),
linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
pointer-events: none;
}

.process-card-image img {
width: 100%;
height: 190px;
object-fit: cover;
display: block;
transition: transform 0.5s ease;
}

.process-card:hover .process-card-image img {
transform: scale(1.045);
}

.process-card-body {
padding: 24px 22px 26px;
}

.process-card-body h3 {
	margin: 0 0 11px;
	padding-left: 0;
	color: #102629;
	font-size: 18px;
	line-height: 1.28;
	font-weight: 760;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.process-card-body p {
margin: 0;
color: #657477;
font-size: 14px;
line-height: 1.68;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.process-service-action {
text-align: center;
margin-top: 52px;
}

.process-service-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
padding: 0 34px;
border-radius: 999px;
background: #28978a;
color: #ffffff;
font-size: 15px;
font-weight: 760;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
text-decoration: none;
box-shadow: 0 14px 32px rgba(40, 151, 138, 0.24);
transition: all 0.25s ease;
}

.process-service-btn:hover {
background: #1f766d;
color: #ffffff;
text-decoration: none;
transform: translateY(-2px);
box-shadow: 0 18px 40px rgba(40, 151, 138, 0.3);
}

@media (max-width: 1199px) {
.process-service-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}

@media (max-width: 991px) {
.process-service {
padding: 76px 0 86px;
}

```
.process-service-head {
	margin-bottom: 42px;
}

.process-service-head h2 {
	font-size: 32px;
}

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

}

@media (max-width: 575px) {
.process-service {
padding: 60px 0 68px;
}

```
.process-service-head h2 {
	font-size: 28px;
}

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

.process-card {
	border-radius: 22px;
}

.process-card-image img {
	height: 220px;
}

.process-service-btn {
	width: 100%;
}

}

/* ==================== /Custom Process Service ==================== */

/* ==================== Custom Glass Products ==================== */

.custom-products {
padding: 106px 0 116px;
background: #ffffff;
}

.custom-products-head {
max-width: 820px;
margin: 0 auto 58px;
text-align: center;
}

.custom-products-head span {
display: block;
margin-bottom: 14px;
color: #28978a;
font-size: 12px;
font-weight: 800;
letter-spacing: 2px;
text-transform: uppercase;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.custom-products-head h2 {
margin: 0;
color: #102629;
font-size: 40px;
line-height: 1.18;
font-weight: 760;
letter-spacing: -1px;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.custom-products-head p {
max-width: 680px;
margin: 18px auto 0;
color: #657477;
font-size: 16px;
line-height: 1.78;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.custom-products-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 34px 32px;
max-width: 1180px;
margin: 0 auto;
}

.custom-product-card {
display: block;
color: inherit;
text-align: center;
text-decoration: none;
transition: all 0.28s ease;
}

.custom-product-card:hover {
color: inherit;
text-decoration: none;
transform: translateY(-6px);
}

.custom-product-image {
position: relative;
overflow: hidden;
border-radius: 26px;
background: #f3f6f6;
box-shadow: 0 20px 48px rgba(16, 38, 41, 0.08);
transition: all 0.28s ease;
}

.custom-product-card:hover .custom-product-image {
box-shadow: 0 28px 68px rgba(16, 38, 41, 0.13);
}

.custom-product-image::after {
content: "";
position: absolute;
inset: 0;
background:
linear-gradient(135deg, rgba(40, 151, 138, 0.1), rgba(255, 255, 255, 0) 45%),
linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.06));
pointer-events: none;
}

.custom-product-image img {
width: 100%;
height: 300px;
object-fit: cover;
display: block;
transition: transform 0.55s ease;
}

.custom-product-card:hover .custom-product-image img {
transform: scale(1.045);
}

.custom-product-content {
max-width: 320px;
margin: 22px auto 0;
}

.custom-product-content h3 {
margin: 0 0 9px;
color: #102629;
font-size: 19px;
line-height: 1.28;
font-weight: 760;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.custom-product-content p {
margin: 0;
color: #657477;
font-size: 14px;
line-height: 1.68;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.custom-products-action {
text-align: center;
margin-top: 56px;
}

.custom-products-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
padding: 0 34px;
border-radius: 999px;
background: #28978a;
color: #ffffff;
font-size: 15px;
font-weight: 760;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
text-decoration: none;
box-shadow: 0 14px 32px rgba(40, 151, 138, 0.24);
transition: all 0.25s ease;
}

.custom-products-btn:hover {
background: #1f766d;
color: #ffffff;
text-decoration: none;
transform: translateY(-2px);
box-shadow: 0 18px 40px rgba(40, 151, 138, 0.3);
}

@media (max-width: 991px) {
.custom-products {
padding: 76px 0 86px;
}

.custom-products-head {
	margin-bottom: 42px;
}

.custom-products-head h2 {
	font-size: 32px;
}

.custom-products-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px 24px;
}

.custom-product-image img {
	height: 280px;
}

}

@media (max-width: 575px) {
.custom-products {
padding: 60px 0 68px;
}

.custom-products-head h2 {
	font-size: 28px;
}

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

.custom-product-image {
	border-radius: 22px;
}

.custom-product-image img {
	height: 260px;
}

.custom-products-btn {
	width: 100%;
}

}

/* ==================== /Custom Glass Products ==================== */

/* ==================== Design To Delivery ==================== */

.delivery-process {
padding: 104px 0 112px;
background: #f6f8f8;
}

.delivery-process-head {
display: grid;
grid-template-columns: 0.9fr 1.1fr;
gap: 64px;
align-items: end;
max-width: 1220px;
margin: 0 auto 56px;
}

.delivery-process-head span {
display: block;
margin-bottom: 14px;
color: #28978a;
font-size: 12px;
font-weight: 800;
letter-spacing: 2px;
text-transform: uppercase;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.delivery-process-head h2 {
margin: 0;
color: #102629;
font-size: 40px;
line-height: 1.18;
font-weight: 760;
letter-spacing: -1px;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.delivery-process-head p {
margin: 0;
color: #657477;
font-size: 16px;
line-height: 1.78;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.delivery-process-grid {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 18px;
max-width: 1240px;
margin: 0 auto;
}

.delivery-process-item {
overflow: hidden;
border-radius: 22px;
background: #ffffff;
box-shadow: 0 16px 38px rgba(16, 38, 41, 0.07);
transition: all 0.28s ease;
}

.delivery-process-item:hover {
transform: translateY(-6px);
box-shadow: 0 26px 60px rgba(16, 38, 41, 0.12);
}

.delivery-process-item img {
width: 100%;
height: 138px;
object-fit: cover;
display: block;
transition: transform 0.5s ease;
}

.delivery-process-item:hover img {
transform: scale(1.045);
}

.delivery-process-item div {
padding: 20px 18px 22px;
}

.delivery-process-item h3 {
margin: 0 0 9px;
color: #102629;
font-size: 17px;
line-height: 1.28;
font-weight: 760;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.delivery-process-item p {
margin: 0;
color: #657477;
font-size: 14px;
line-height: 1.62;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.delivery-process-action {
text-align: center;
margin-top: 52px;
}

.delivery-process-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
padding: 0 34px;
border-radius: 999px;
background: #28978a;
color: #ffffff;
font-size: 15px;
font-weight: 760;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
text-decoration: none;
box-shadow: 0 14px 32px rgba(40, 151, 138, 0.24);
transition: all 0.25s ease;
}

.delivery-process-btn:hover {
background: #1f766d;
color: #ffffff;
text-decoration: none;
transform: translateY(-2px);
box-shadow: 0 18px 40px rgba(40, 151, 138, 0.3);
}

@media (max-width: 1199px) {
.delivery-process-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}

@media (max-width: 991px) {
.delivery-process {
padding: 76px 0 86px;
}

```
.delivery-process-head {
	grid-template-columns: 1fr;
	gap: 18px;
	margin-bottom: 42px;
}

.delivery-process-head h2 {
	font-size: 32px;
}

.delivery-process-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

}

@media (max-width: 575px) {
.delivery-process {
padding: 60px 0 68px;
}

.delivery-process-head h2 {
	font-size: 28px;
}

.delivery-process-grid {
	grid-template-columns: 1fr;
}

.delivery-process-item {
	border-radius: 20px;
}

.delivery-process-item img {
	height: 220px;
}

.delivery-process-btn {
	width: 100%;
}

}

/* ==================== /Design To Delivery ==================== */

/* ==================== Why Choose Us ==================== */

.why-choose {
position: relative;
padding: 108px 0 118px;
background: linear-gradient(180deg, #ffffff 0%, #f6f8f8 100%);
color: #102629;
overflow: hidden;
}

.why-choose-inner {
display: grid;
grid-template-columns: 0.78fr 1.22fr;
gap: 72px;
align-items: start;
max-width: 1240px;
margin: 0 auto;
}

.why-choose-intro {
position: sticky;
top: 140px;
}

.why-choose-intro span {
display: block;
margin-bottom: 16px;
color: #28978a;
font-size: 12px;
font-weight: 800;
letter-spacing: 2px;
text-transform: uppercase;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.why-choose-intro h2 {
margin: 0;
color: #102629;
font-size: 44px;
line-height: 1.12;
font-weight: 760;
letter-spacing: -1.2px;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.why-choose-intro p {
margin: 22px 0 0;
color: #657477;
font-size: 16px;
line-height: 1.82;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.why-choose-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
margin-top: 32px;
padding: 0 34px;
border-radius: 999px;
background: #28978a;
color: #ffffff;
font-size: 15px;
font-weight: 760;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
text-decoration: none;
box-shadow: 0 14px 32px rgba(40, 151, 138, 0.24);
transition: all 0.25s ease;
}

.why-choose-btn:hover {
background: #1f766d;
color: #ffffff;
text-decoration: none;
transform: translateY(-2px);
box-shadow: 0 18px 40px rgba(40, 151, 138, 0.3);
}

.why-choose-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 22px;
}

.why-choose-item {
padding: 30px 26px 32px;
border-radius: 26px;
background: #ffffff;
box-shadow: 0 18px 42px rgba(16, 38, 41, 0.08);
transition: all 0.28s ease;
}

.why-choose-item:hover {
transform: translateY(-6px);
box-shadow: 0 28px 64px rgba(16, 38, 41, 0.13);
}

.why-choose-icon {
width: 54px;
height: 54px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 22px;
border-radius: 18px;
background: rgba(40, 151, 138, 0.12);
color: #28978a;
font-size: 24px;
}

.why-choose-item h3 {
margin: 0 0 12px;
color: #102629;
font-size: 19px;
line-height: 1.28;
font-weight: 760;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.why-choose-item p {
margin: 0;
color: #657477;
font-size: 14px;
line-height: 1.72;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

@media (max-width: 1199px) {
.why-choose-inner {
grid-template-columns: 1fr;
gap: 46px;
}

```
.why-choose-intro {
	position: static;
	max-width: 760px;
}
```

}

@media (max-width: 991px) {
.why-choose {
padding: 78px 0 88px;
}

```
.why-choose-intro h2 {
	font-size: 34px;
}

.why-choose-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

}

@media (max-width: 575px) {
.why-choose {
padding: 62px 0 72px;
}

```
.why-choose-intro h2 {
	font-size: 29px;
}

.why-choose-grid {
	grid-template-columns: 1fr;
}

.why-choose-item {
	border-radius: 22px;
}

.why-choose-btn {
	width: 100%;
}

}

/* ==================== /Why Choose Us ==================== */

/* ==================== Fabrication Carousel ==================== */

.fabrication-carousel-section {
padding: 104px 0 112px;
background: #ffffff;
}

.fabrication-carousel-head {
max-width: 820px;
margin: 0 auto 56px;
text-align: center;
}

.fabrication-carousel-head span {
display: block;
margin-bottom: 14px;
color: #28978a;
font-size: 12px;
font-weight: 800;
letter-spacing: 2px;
text-transform: uppercase;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.fabrication-carousel-head h2 {
margin: 0;
color: #102629;
font-size: 40px;
line-height: 1.18;
font-weight: 760;
letter-spacing: -1px;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.fabrication-carousel-head p {
max-width: 680px;
margin: 18px auto 0;
color: #657477;
font-size: 16px;
line-height: 1.78;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.fabrication-carousel-wrap {
position: relative;
max-width: 1220px;
margin: 0 auto;
padding: 0 56px;
}

.fabrication-swiper {
overflow: hidden;
}

.fabrication-slide {
position: relative;
display: block;
overflow: hidden;
border-radius: 26px;
background: #e8efee;
color: #ffffff;
text-decoration: none;
box-shadow: 0 22px 54px rgba(16, 38, 41, 0.11);
transition: all 0.28s ease;
}

.fabrication-slide:hover {
color: #ffffff;
text-decoration: none;
transform: translateY(-6px);
box-shadow: 0 30px 72px rgba(16, 38, 41, 0.16);
}

.fabrication-slide::after {
content: "";
position: absolute;
inset: 0;
background:
linear-gradient(135deg, rgba(40, 151, 138, 0.12), rgba(255, 255, 255, 0) 46%),
linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.48) 100%);
z-index: 2;
pointer-events: none;
}

.fabrication-slide img {
width: 100%;
height: 260px;
object-fit: cover;
display: block;
transition: transform 0.55s ease;
}

.fabrication-slide:hover img {
transform: scale(1.05);
}

.fabrication-slide-title {
position: absolute;
left: 22px;
right: 22px;
bottom: 22px;
z-index: 3;
color: #ffffff;
font-size: 18px;
line-height: 1.28;
font-weight: 760;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
text-shadow: 0 2px 14px rgba(0, 0, 0, 0.24);
}

.fabrication-swiper-prev,
.fabrication-swiper-next {
position: absolute;
top: 50%;
z-index: 5;
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: #ffffff;
color: #102629;
font-size: 26px;
box-shadow: 0 14px 34px rgba(16, 38, 41, 0.14);
cursor: pointer;
transform: translateY(-50%);
transition: all 0.25s ease;
}

.fabrication-swiper-prev {
left: 0;
}

.fabrication-swiper-next {
right: 0;
}

.fabrication-swiper-prev:hover,
.fabrication-swiper-next:hover {
background: #28978a;
color: #ffffff;
box-shadow: 0 18px 42px rgba(40, 151, 138, 0.24);
}

@media (max-width: 991px) {
.fabrication-carousel-section {
padding: 76px 0 86px;
}

```
.fabrication-carousel-head {
	margin-bottom: 42px;
}

.fabrication-carousel-head h2 {
	font-size: 32px;
}

.fabrication-carousel-wrap {
	padding: 0 48px;
}

.fabrication-slide img {
	height: 240px;
}
```

}

@media (max-width: 575px) {
.fabrication-carousel-section {
padding: 60px 0 68px;
}

```
.fabrication-carousel-head h2 {
	font-size: 28px;
}

.fabrication-carousel-wrap {
	padding: 0 0 58px;
}

.fabrication-slide {
	border-radius: 22px;
}

.fabrication-slide img {
	height: 250px;
}

.fabrication-swiper-prev,
.fabrication-swiper-next {
	top: auto;
	bottom: 0;
	transform: none;
}

.fabrication-swiper-prev {
	left: calc(50% - 52px);
}

.fabrication-swiper-next {
	right: calc(50% - 52px);
}

}

/* ==================== /Fabrication Carousel ==================== */

/* ==================== Applications Showcase ==================== */

.applications-showcase {
	padding: 106px 0 116px;
	background: #ffffff;
}

.applications-showcase-head {
	max-width: 820px;
	margin: 0 auto 58px;
	text-align: center;
}

.applications-showcase-head span {
	display: block;
	margin-bottom: 14px;
	color: #28978a;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.applications-showcase-head h2 {
	margin: 0;
	color: #102629;
	font-size: 40px;
	line-height: 1.18;
	font-weight: 760;
	letter-spacing: -1px;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.applications-showcase-head p {
	max-width: 760px;
	margin: 18px auto 0;
	color: #657477;
	font-size: 16px;
	line-height: 1.78;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.applications-showcase-main {
	display: grid;
	grid-template-columns: 1.04fr 0.96fr;
	gap: 58px;
	align-items: center;
	max-width: 1220px;
	margin: 0 auto;
}

.applications-showcase-image {
	position: relative;
	overflow: hidden;
	border-radius: 28px;
	background: #e8efee;
	box-shadow: 0 30px 76px rgba(16, 38, 41, 0.13);
}

.applications-showcase-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(40, 151, 138, 0.14), rgba(255, 255, 255, 0) 46%),
		linear-gradient(180deg, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.22) 100%);
	pointer-events: none;
}

.applications-showcase-image img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: center center;
	display: block;
	transform: scale(1.01);
	transition: transform 0.55s ease;
}

.applications-showcase-image:hover img {
	transform: scale(1.04);
}

.applications-showcase-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.applications-showcase-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 96px;
	padding: 20px 18px 20px 24px;
	border: 1px solid #e4ebea;
	border-radius: 14px;
	background: #f7fafa;
	color: #102629;
	text-decoration: none;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(16, 38, 41, 0.035);
	transition: all 0.25s ease;
}

.applications-showcase-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 18px;
	bottom: 18px;
	width: 4px;
	background: #28978a;
	border-radius: 0 999px 999px 0;
	transition: all 0.25s ease;
}

.applications-showcase-item:hover {
	background: #ffffff;
	border-color: rgba(40, 151, 138, 0.34);
	color: #102629;
	text-decoration: none;
	transform: translateY(-4px);
	box-shadow: 0 22px 52px rgba(16, 38, 41, 0.1);
}

.applications-showcase-item:hover::before {
	top: 0;
	bottom: 0;
	width: 5px;
}

.applications-showcase-text {
	position: relative;
	z-index: 2;
	min-width: 0;
}

.applications-showcase-text h3 {
	margin: 0 0 7px;
	color: #102629;
	font-size: 16px;
	line-height: 1.28;
	font-weight: 760;
	letter-spacing: -0.25px;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.applications-showcase-text p {
	margin: 0;
	color: #657477;
	font-size: 13px;
	line-height: 1.45;
	font-weight: 500;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.applications-showcase-item i {
	position: relative;
	z-index: 2;
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #ffffff;
	color: #28978a;
	font-size: 16px;
	box-shadow: 0 8px 18px rgba(16, 38, 41, 0.06);
	transition: all 0.25s ease;
}

.applications-showcase-item:hover i {
	background: #28978a;
	color: #ffffff;
	transform: translateX(2px);
}

/* Applications Showcase Responsive */

@media (max-width: 991px) {
	.applications-showcase {
		padding: 76px 0 86px;
	}

	.applications-showcase-head {
		margin-bottom: 42px;
	}

	.applications-showcase-head h2 {
		font-size: 32px;
	}

	.applications-showcase-main {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.applications-showcase-image img {
		height: 380px;
	}

	.applications-showcase-list {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 575px) {
	.applications-showcase {
		padding: 60px 0 68px;
	}

	.applications-showcase-head h2 {
		font-size: 28px;
		letter-spacing: -0.6px;
	}

	.applications-showcase-head p {
		font-size: 15px;
		line-height: 1.7;
	}

	.applications-showcase-image {
		border-radius: 22px;
	}

	.applications-showcase-image img {
		height: 260px;
	}

	.applications-showcase-list {
		grid-template-columns: 1fr;
	}

	.applications-showcase-item {
		min-height: 84px;
		padding: 18px 16px 18px 22px;
		border-radius: 12px;
	}

	.applications-showcase-text h3 {
		font-size: 15.5px;
	}

	.applications-showcase-text p {
		font-size: 13px;
	}
}

/* ==================== /Applications Showcase ==================== */

/* ==================== Customer Testimonials ==================== */

.testimonials-section {
padding: 104px 0 112px;
background: #f6f8f8;
}

.testimonials-head {
max-width: 760px;
margin: 0 auto 54px;
text-align: center;
}

.testimonials-head span {
display: block;
margin-bottom: 14px;
color: #28978a;
font-size: 12px;
font-weight: 800;
letter-spacing: 2px;
text-transform: uppercase;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.testimonials-head h2 {
margin: 0;
color: #102629;
font-size: 40px;
line-height: 1.18;
font-weight: 760;
letter-spacing: -1px;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.testimonials-head p {
max-width: 620px;
margin: 18px auto 0;
color: #657477;
font-size: 16px;
line-height: 1.78;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.testimonials-carousel {
position: relative;
max-width: 900px;
margin: 0 auto;
}

.testimonials-swiper {
overflow: hidden;
}

.testimonial-card {
position: relative;
min-height: 260px;
padding: 50px 58px 46px;
border-radius: 30px;
background: #ffffff;
text-align: center;
box-shadow: 0 24px 60px rgba(16, 38, 41, 0.1);
}

.testimonial-mark {
position: absolute;
left: 50%;
top: 22px;
color: rgba(40, 151, 138, 0.12);
font-size: 88px;
line-height: 1;
font-weight: 800;
font-family: Georgia, "Times New Roman", serif;
transform: translateX(-50%);
pointer-events: none;
}

.testimonial-card p {
position: relative;
z-index: 2;
max-width: 720px;
margin: 0 auto;
color: #243638;
font-size: 20px;
line-height: 1.72;
font-weight: 500;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.testimonial-author {
position: relative;
z-index: 2;
margin-top: 30px;
padding-top: 22px;
}

.testimonial-author::before {
content: "";
position: absolute;
left: 50%;
top: 0;
width: 44px;
height: 3px;
border-radius: 999px;
background: #28978a;
transform: translateX(-50%);
}

.testimonial-author strong {
display: block;
color: #102629;
font-size: 16px;
font-weight: 760;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.testimonial-author span {
display: block;
margin-top: 5px;
color: #657477;
font-size: 14px;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.testimonials-pagination {
position: static;
margin-top: 28px;
text-align: center;
}

.testimonials-pagination .swiper-pagination-bullet {
width: 9px;
height: 9px;
margin: 0 5px;
background: rgba(16, 38, 41, 0.22);
opacity: 1;
}

.testimonials-pagination .swiper-pagination-bullet-active {
background: #28978a;
}

.testimonials-controls {
display: flex;
align-items: center;
justify-content: center;
gap: 14px;
margin-top: 24px;
}

.testimonials-prev,
.testimonials-next {
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: #ffffff;
color: #102629;
font-size: 26px;
box-shadow: 0 14px 34px rgba(16, 38, 41, 0.12);
cursor: pointer;
transition: all 0.25s ease;
}

.testimonials-prev:hover,
.testimonials-next:hover {
background: #28978a;
color: #ffffff;
box-shadow: 0 18px 42px rgba(40, 151, 138, 0.24);
}

@media (max-width: 991px) {
.testimonials-section {
padding: 76px 0 86px;
}

```
.testimonials-head {
	margin-bottom: 42px;
}

.testimonials-head h2 {
	font-size: 32px;
}

.testimonial-card {
	padding: 44px 38px 40px;
}

.testimonial-card p {
	font-size: 18px;
}

}

@media (max-width: 575px) {
.testimonials-section {
padding: 60px 0 68px;
}
	
.testimonials-head h2 {
	font-size: 28px;
}

.testimonial-card {
	min-height: auto;
	padding: 40px 26px 34px;
	border-radius: 24px;
}

.testimonial-card p {
	font-size: 16px;
}

.testimonial-mark {
	font-size: 72px;
	top: 18px;
}

}

/* ==================== /Customer Testimonials ==================== */

/* ==================== Design With Us ==================== */

.design-with-us {
padding: 104px 0 112px;
background: #ffffff;
}

.design-with-us-inner {
display: grid;
grid-template-columns: 0.96fr 1.04fr;
gap: 72px;
align-items: center;
max-width: 1220px;
margin: 0 auto;
}

.design-with-us-content span {
display: block;
margin-bottom: 14px;
color: #28978a;
font-size: 12px;
font-weight: 800;
letter-spacing: 2px;
text-transform: uppercase;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.design-with-us-content h2 {
margin: 0;
color: #102629;
font-size: 42px;
line-height: 1.14;
font-weight: 760;
letter-spacing: -1.1px;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.design-with-us-content p {
max-width: 620px;
margin: 22px 0 0;
color: #657477;
font-size: 16px;
line-height: 1.82;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.design-with-us-actions {
display: flex;
flex-wrap: wrap;
gap: 14px;
margin-top: 34px;
}

.design-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 160px;
min-height: 50px;
padding: 0 32px;
border-radius: 999px;
font-size: 15px;
font-weight: 760;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
text-decoration: none;
transition: all 0.25s ease;
}

.design-btn-primary {
background: #28978a;
color: #ffffff;
box-shadow: 0 14px 32px rgba(40, 151, 138, 0.24);
}

.design-btn-primary:hover {
background: #1f766d;
color: #ffffff;
text-decoration: none;
transform: translateY(-2px);
box-shadow: 0 18px 40px rgba(40, 151, 138, 0.3);
}

.design-btn-outline {
background: #ffffff;
color: #102629;
box-shadow: inset 0 0 0 1px rgba(16, 38, 41, 0.18);
}

.design-btn-outline:hover {
background: #102629;
color: #ffffff;
text-decoration: none;
transform: translateY(-2px);
box-shadow: 0 18px 40px rgba(16, 38, 41, 0.16);
}

.design-with-us-image {
position: relative;
overflow: hidden;
border-radius: 32px;
background: #e8efee;
box-shadow: 0 30px 76px rgba(16, 38, 41, 0.13);
}

.design-with-us-image::after {
content: "";
position: absolute;
inset: 0;
background:
linear-gradient(135deg, rgba(40, 151, 138, 0.14), rgba(255, 255, 255, 0) 48%),
linear-gradient(180deg, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.12) 100%);
pointer-events: none;
}

.design-with-us-image img {
width: 100%;
height: 430px;
object-fit: cover;
display: block;
transform: scale(1.01);
transition: transform 0.55s ease;
}

.design-with-us-image:hover img {
transform: scale(1.04);
}

@media (max-width: 991px) {
.design-with-us {
padding: 76px 0 86px;
}

```
.design-with-us-inner {
	grid-template-columns: 1fr;
	gap: 40px;
}

.design-with-us-content h2 {
	font-size: 32px;
}

.design-with-us-image img {
	height: 360px;
}

}

@media (max-width: 575px) {
.design-with-us {
padding: 60px 0 68px;
}

.design-with-us-content h2 {
	font-size: 28px;
}

.design-with-us-actions {
	flex-direction: column;
}

.design-btn {
	width: 100%;
}

.design-with-us-image {
	border-radius: 22px;
}

.design-with-us-image img {
	height: 260px;
}

}

/* ==================== /Design With Us ==================== */

/* ==================== Latest Blog ==================== */

.latest-blog {
padding: 106px 0 116px;
background: #f6f8f8;
}

.latest-blog-head {
display: grid;
grid-template-columns: 0.95fr 1.05fr;
gap: 64px;
align-items: end;
max-width: 1220px;
margin: 0 auto 56px;
}

.latest-blog-head span {
display: block;
margin-bottom: 14px;
color: #28978a;
font-size: 12px;
font-weight: 800;
letter-spacing: 2px;
text-transform: uppercase;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.latest-blog-head h2 {
margin: 0;
color: #102629;
font-size: 40px;
line-height: 1.18;
font-weight: 760;
letter-spacing: -1px;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.latest-blog-desc {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 28px;
}

.latest-blog-desc p {
margin: 0;
color: #657477;
font-size: 16px;
line-height: 1.78;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.latest-blog-btn {
display: inline-flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
min-height: 48px;
padding: 0 30px;
border-radius: 999px;
background: #28978a;
color: #ffffff;
font-size: 15px;
font-weight: 760;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
text-decoration: none;
box-shadow: 0 14px 32px rgba(40, 151, 138, 0.22);
transition: all 0.25s ease;
}

.latest-blog-btn:hover {
background: #1f766d;
color: #ffffff;
text-decoration: none;
transform: translateY(-2px);
box-shadow: 0 18px 40px rgba(40, 151, 138, 0.3);
}

.latest-blog-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 28px;
max-width: 1220px;
margin: 0 auto;
}

.latest-blog-card {
display: block;
overflow: hidden;
border-radius: 28px;
background: #ffffff;
color: inherit;
text-decoration: none;
box-shadow: 0 18px 46px rgba(16, 38, 41, 0.08);
transition: all 0.28s ease;
}

.latest-blog-card:hover {
color: inherit;
text-decoration: none;
transform: translateY(-7px);
box-shadow: 0 28px 68px rgba(16, 38, 41, 0.13);
}

.latest-blog-image {
position: relative;
overflow: hidden;
background: #e8efee;
}

.latest-blog-image::after {
content: "";
position: absolute;
inset: 0;
background:
linear-gradient(135deg, rgba(40, 151, 138, 0.12), rgba(255, 255, 255, 0) 46%),
linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
pointer-events: none;
}

.latest-blog-image img {
width: 100%;
height: 240px;
object-fit: cover;
display: block;
transition: transform 0.55s ease;
}

.latest-blog-card:hover .latest-blog-image img {
transform: scale(1.045);
}

.latest-blog-content {
padding: 28px 28px 32px;
}

.latest-blog-date {
margin-bottom: 12px;
color: #28978a;
font-size: 13px;
font-weight: 760;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.latest-blog-content h3 {
margin: 0 0 12px;
color: #102629;
font-size: 21px;
line-height: 1.3;
font-weight: 760;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.latest-blog-content p {
margin: 0 0 18px;
color: #657477;
font-size: 15px;
line-height: 1.72;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.latest-blog-more {
color: #28978a;
font-size: 14px;
font-weight: 800;
font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

@media (max-width: 991px) {
.latest-blog {
padding: 76px 0 86px;
}

.latest-blog-head {
	grid-template-columns: 1fr;
	gap: 22px;
	margin-bottom: 42px;
}

.latest-blog-head h2 {
	font-size: 32px;
}

.latest-blog-desc {
	display: block;
}

.latest-blog-btn {
	margin-top: 24px;
}

.latest-blog-grid {
	grid-template-columns: 1fr;
	gap: 24px;
}

.latest-blog-image img {
	height: 280px;
}

}

@media (max-width: 575px) {
.latest-blog {
padding: 60px 0 68px;
}

.latest-blog-head h2 {
	font-size: 28px;
}

.latest-blog-card {
	border-radius: 22px;
}

.latest-blog-image img {
	height: 230px;
}

.latest-blog-btn {
	width: 100%;
}

}

/* ==================== /Latest Blog ==================== */

/* ==================== Final CTA ==================== */

.final-cta {
	padding: 96px 0 104px;
	background: #ffffff;
}

.final-cta-inner {
	display: grid;
	grid-template-columns: 1fr 380px;
	gap: 64px;
	align-items: stretch;
	max-width: 1220px;
	margin: 0 auto;
	background: #ffffff;
	border: 1px solid #dfe7e6;
	box-shadow: 0 18px 48px rgba(16, 38, 41, 0.06);
}

.final-cta-content {
	padding: 58px 0 58px 58px;
}

.final-cta-content span {
	display: block;
	margin-bottom: 14px;
	color: #28978a;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.final-cta-content h2 {
	max-width: 620px;
	margin: 0;
	color: #102629;
	font-size: 42px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1px;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.final-cta-content p {
	max-width: 720px;
	margin: 22px 0 0;
	color: #425154;
	font-size: 16px;
	line-height: 1.82;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.final-cta-specs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	max-width: 720px;
	margin-top: 36px;
	border: 1px solid #dfe7e6;
	background: #f8faf9;
}

.final-cta-spec {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 66px;
	padding: 0 20px;
	border-right: 1px solid #dfe7e6;
}

.final-cta-spec:last-child {
	border-right: none;
}

.final-cta-spec strong {
	color: #28978a;
	font-size: 13px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: 1px;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.final-cta-spec span {
	margin: 0;
	color: #102629;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.final-cta-panel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 46px 38px;
	background: #f6f8f8;
	border-left: 1px solid #dfe7e6;
}

.final-cta-panel-head {
	padding-bottom: 22px;
	border-bottom: 1px solid #dfe7e6;
}

.final-cta-panel-head span {
	display: block;
	margin-bottom: 10px;
	color: #28978a;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.final-cta-panel-head h3 {
	margin: 0;
	color: #102629;
	font-size: 26px;
	line-height: 1.25;
	font-weight: 760;
	letter-spacing: -0.5px;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.final-cta-panel p {
	margin: 22px 0 0;
	color: #425154;
	font-size: 15px;
	line-height: 1.72;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.final-cta-actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin-top: 30px;
}

.final-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 30px;
	border-radius: 0;
	font-size: 15px;
	font-weight: 760;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	text-decoration: none;
	transition: all 0.22s ease;
}

.final-cta-btn-primary {
	background: #28978a;
	color: #ffffff;
	border: 1px solid #28978a;
}

.final-cta-btn-primary:hover {
	background: #1f766d;
	border-color: #1f766d;
	color: #ffffff;
	text-decoration: none;
}

.final-cta-btn-light {
	background: #ffffff;
	color: #102629;
	border: 1px solid #cfdad8;
}

.final-cta-btn-light:hover {
	background: #eef4f3;
	border-color: #bdcfcc;
	color: #102629;
	text-decoration: none;
}

/* Final CTA Responsive */

@media (max-width: 991px) {
	.final-cta {
		padding: 76px 0 86px;
	}

	.final-cta-inner {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.final-cta-content {
		padding: 50px 42px;
	}

	.final-cta-content h2 {
		font-size: 32px;
	}

	.final-cta-panel {
		border-left: none;
		border-top: 1px solid #dfe7e6;
		padding: 40px 42px;
	}

	.final-cta-specs {
		grid-template-columns: 1fr;
	}

	.final-cta-spec {
		border-right: none;
		border-bottom: 1px solid #dfe7e6;
	}

	.final-cta-spec:last-child {
		border-bottom: none;
	}
}

@media (max-width: 575px) {
	.final-cta {
		padding: 60px 0 68px;
	}

	.final-cta-content {
		padding: 40px 26px;
	}

	.final-cta-content h2 {
		font-size: 28px;
		letter-spacing: -0.6px;
	}

	.final-cta-content p {
		font-size: 15px;
		line-height: 1.72;
	}

	.final-cta-panel {
		padding: 34px 26px;
	}

	.final-cta-panel-head h3 {
		font-size: 23px;
	}

	.final-cta-btn {
		width: 100%;
	}
}

/* ==================== /Final CTA ==================== */

/* ==================== Lite YouTube Embed ==================== */

.home-youtube-lite {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 320px;
	overflow: hidden;
	background: #102629;
}

.home-youtube-btn {
	position: relative;

	width: 100%;
	height: 100%;
	min-height: 320px;

	display: block;

	padding: 0;
	margin: 0;

	border: none;
	background: transparent;

	cursor: pointer;
	overflow: hidden;
}

.home-youtube-btn img {
	width: 100%;
	height: 100%;
	min-height: 320px;

	display: block;

	object-fit: cover;

	transition: transform 0.45s ease;
}

.home-youtube-btn:hover img {
	transform: scale(1.04);
}

.home-youtube-btn::after {
	content: "";

	position: absolute;
	inset: 0;
	z-index: 1;

	background: rgba(8, 28, 32, 0.38);
}

.home-youtube-play {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;

	width: 68px;
	height: 68px;

	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 50%;

	background: #28978a;
	color: #ffffff;

	font-size: 24px;

	transform: translate(-50%, -50%);

	box-shadow: 0 18px 42px rgba(40, 151, 138, 0.35);

	transition: all 0.25s ease;
}

.home-youtube-play i {
	margin-left: 4px;
}

.home-youtube-btn:hover .home-youtube-play {
	background: #1f766d;
	transform: translate(-50%, -50%) scale(1.06);
}

.home-youtube-lite iframe {
	width: 100%;
	height: 100%;
	min-height: 320px;

	display: block;

	border: none;
}

@media (max-width: 575px) {

	.home-youtube-lite,
	.home-youtube-btn,
	.home-youtube-btn img,
	.home-youtube-lite iframe {
		min-height: 230px;
	}

	.home-youtube-play {
		width: 56px;
		height: 56px;

		font-size: 20px;
	}

}

/* ==================== /Lite YouTube Embed ==================== */