/* ==================== Anti Glare Glass Page ==================== */

: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;
}

.anti-glare-glass-page {
	width: 100%;
	background: #ffffff;
	color: var(--gel-text);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.anti-glare-glass-page a {
	text-decoration: none;
}

.ag-container {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 15px;
}

/* ==================== Tempered Glass Hero ==================== */

.ag-hero {

	position: relative;

	min-height: 560px;

	display: flex;

	align-items: center;

	overflow: hidden;

	background-size: cover;

	background-position: right center;

	background-repeat: no-repeat;

}


/* Hero Gradient Overlay */

.ag-hero-overlay {

	position: absolute;

	inset: 0;

	z-index: 1;


	background:
		linear-gradient(
			90deg,
			rgba(8, 28, 32, 0.55) 0%,
			rgba(8, 28, 32, 0.38) 30%,
			rgba(8, 28, 32, 0.15) 55%,
			rgba(8, 28, 32, 0.03) 75%,
			rgba(8, 28, 32, 0) 100%
		);

}

/* Hero Container */

.ag-hero .ag-container {

	position: relative;

	z-index: 2;

	width: 100%;

}



/* Hero Content */

.ag-hero-content {

	max-width: 720px;

	color: #ffffff;

}



/* Small Label */

.ag-hero-content span {

	display: block;

	margin-bottom: 16px;

	color: #70d1c6;

	font-size: 12px;

	font-weight: 800;

	letter-spacing: 2.2px;

	text-transform: uppercase;

	font-family:
		"Inter",
		"Segoe UI",
		"Helvetica Neue",
		Arial,
		sans-serif;

}



/* Main Title */

.ag-hero-content 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;

}



/* Description */

.ag-hero-content p {

	max-width: 640px;

	margin: 0;

	color: rgba(255,255,255,0.88);

	font-size: 18px;

	line-height: 1.78;

	font-weight: 400;

	font-family:
		"Inter",
		"Segoe UI",
		"Helvetica Neue",
		Arial,
		sans-serif;

}

/* ==================== Responsive ==================== */


@media (max-width:991px){


	.ag-hero {

		min-height:520px;

		background-position:center center;

	}


	.ag-hero-overlay {

		background:
			linear-gradient(
				90deg,
				rgba(8,28,32,0.78),
				rgba(8,28,32,0.35)
			);

	}


	.ag-hero-content h1 {

		font-size:42px;

	}


	.ag-hero-content p {

		font-size:16px;

	}

}



@media (max-width:575px){


	.ag-hero {

		min-height:460px;

	}


	.ag-hero-content h1 {

		font-size:32px;

	}


	.ag-hero-content p {

		font-size:15px;

		line-height:1.65;

	}

}


/* ==================== /Tempered Glass Hero ==================== */

/* ==================== Advantages Of Tempered Glass ==================== */

.tg-advantages {
	padding: 78px 0 88px;
	background: #ffffff;
	color: #102629;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.tg-container {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.tg-section-head {
	margin-bottom: 38px;
}

.tg-section-head-center {
	text-align: center;
}

.tg-section-head span {
	display: block;
	margin-bottom: 10px;
	color: #28978a;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2.2px;
	text-transform: uppercase;
}

.tg-section-head h2 {
	margin: 0;
	color: #102629;
	font-size: 40px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1.1px;
}

.tg-advantages-row {
	display: grid;
	grid-template-columns: 0.98fr 1.02fr;
	gap: 54px;
	align-items: stretch;
}

.tg-advantages-image {
	position: relative;
	overflow: hidden;
	border-radius: 28px;
	background: #e8efee;
	box-shadow: 0 22px 58px rgba(16, 38, 41, 0.1);
	min-height: 540px;
}

.tg-advantages-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.08));
	pointer-events: none;
}

.tg-advantages-image img {
	width: 100%;
	height: 100%;
	min-height: 540px;
	display: block;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.6s ease;
}

.tg-advantages-image:hover img {
	transform: scale(1.035);
}

.tg-advantages-content {
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.tg-advantage-list {
	display: grid;
	gap: 14px;
}

.tg-advantage-item {
	position: relative;
	padding-left: 22px;
}

.tg-advantage-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #28978a;
	box-shadow: 0 0 0 5px rgba(40, 151, 138, 0.12);
}

.tg-advantage-item h3 {
	margin: 0 0 4px;
	color: #102629;
	font-size: 16px;
	line-height: 1.34;
	font-weight: 760;
}

.tg-advantage-item p {
	margin: 0;
	color: #425154;
	font-size: 14.5px;
	line-height: 1.66;
}

.tg-advantages-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 48px;
	margin-top: 28px;
	padding: 0 34px;
	border-radius: 999px;
	background: #28978a;
	border: 1px solid #28978a;
	color: #ffffff;
	font-size: 15px;
	font-weight: 760;
	text-decoration: none;
	box-shadow: 0 14px 32px rgba(40, 151, 138, 0.24);
	transition: all 0.25s ease;
}

.tg-advantages-btn:hover {
	background: #1f766d;
	border-color: #1f766d;
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(40, 151, 138, 0.32);
}

/* Advantages Of Tempered Glass Responsive */

@media (max-width: 991px) {
	.tg-advantages {
		padding: 68px 0 78px;
	}

	.tg-section-head {
		margin-bottom: 34px;
	}

	.tg-section-head h2 {
		font-size: 34px;
	}

	.tg-advantages-row {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.tg-advantages-image {
		min-height: auto;
	}

	.tg-advantages-image img {
		height: 400px;
		min-height: 400px;
	}

	.tg-advantages-content {
		justify-content: flex-start;
	}
}

@media (max-width: 575px) {
	.tg-advantages {
		padding: 56px 0 66px;
	}

	.tg-section-head {
		margin-bottom: 30px;
	}

	.tg-section-head h2 {
		font-size: 29px;
		letter-spacing: -0.6px;
	}

	.tg-advantages-image {
		border-radius: 22px;
	}

	.tg-advantages-image img {
		height: 300px;
		min-height: 300px;
	}

	.tg-advantage-list {
		gap: 13px;
	}

	.tg-advantage-item p {
		font-size: 14.5px;
	}

	.tg-advantages-btn {
		width: 100%;
	}
}

/* ==================== /Advantages Of Tempered Glass ==================== */

/* ==================== Custom Tempered Glass Solutions ==================== */

.tg-types {
	padding: 92px 0 104px;
	background: #f6f8f8;
	color: #102629;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.tg-types-head {
	display: grid;
	grid-template-columns: 0.92fr 1.08fr;
	gap: 56px;
	align-items: end;
	margin-bottom: 44px;
	padding-bottom: 32px;
	border-bottom: 1px solid #e4ebea;
}

.tg-types-head span {
	display: block;
	margin-bottom: 12px;
	color: #28978a;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2.2px;
	text-transform: uppercase;
}

.tg-types-head h2 {
	margin: 0;
	color: #102629;
	font-size: 42px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1.1px;
}

.tg-types-head p {
	max-width: 680px;
	margin: 0;
	color: #657477;
	font-size: 16px;
	line-height: 1.78;
}

.tg-types-layout {
	display: grid;
	grid-template-columns: 0.96fr 1.04fr;
	gap: 34px;
	align-items: stretch;
}

/* Featured Card */

.tg-type-feature {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	min-height: 100%;
	background: #ffffff;
	border: 1px solid #e4ebea;
	box-shadow: 0 22px 58px rgba(16, 38, 41, 0.08);
	transition: all 0.28s ease;
}

.tg-type-feature:hover {
	transform: translateY(-5px);
	box-shadow: 0 28px 68px rgba(16, 38, 41, 0.12);
}

.tg-type-feature-image {
	position: relative;
	width: 100%;
	height: 390px;
	overflow: hidden;
	background: #e8efee;
}

.tg-type-feature-image::after {
	display: none;
	content: none;
}

.tg-type-feature-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.65s ease;
}

.tg-type-feature:hover .tg-type-feature-image img {
	transform: scale(1.045);
}

.tg-type-feature-content {
	position: static;
	padding: 34px 36px 38px;
	color: #102629;
	background: #ffffff;
}

.tg-type-feature-content span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	margin-bottom: 16px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(40, 151, 138, 0.1);
	color: #28978a;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.tg-type-feature-content h3 {
	margin: 0 0 14px;
	color: #102629;
	font-size: 30px;
	line-height: 1.22;
	font-weight: 760;
	letter-spacing: -0.7px;
}

.tg-type-feature-content p {
	max-width: 560px;
	margin: 0;
	color: #425154;
	font-size: 15.5px;
	line-height: 1.78;
}

/* Side Cards */

.tg-type-side-list {
	display: grid;
	gap: 22px;
}

.tg-type-side-card {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 26px;
	align-items: center;
	min-height: 192px;
	padding: 20px;
	background: #ffffff;
	border: 1px solid #e4ebea;
	box-shadow: 0 18px 46px rgba(16, 38, 41, 0.07);
	transition: all 0.28s ease;
}

.tg-type-side-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 26px 62px rgba(16, 38, 41, 0.12);
}

.tg-type-side-image {
	position: relative;
	overflow: hidden;
	height: 152px;
	background: #e8efee;
}

.tg-type-side-image::after {
	display: none;
	content: none;
}

.tg-type-side-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.55s ease;
}

.tg-type-side-card:hover .tg-type-side-image img {
	transform: scale(1.045);
}

.tg-type-side-content span {
	display: block;
	margin-bottom: 9px;
	color: #28978a;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.tg-type-side-content h3 {
	margin: 0 0 10px;
	color: #102629;
	font-size: 21px;
	line-height: 1.3;
	font-weight: 760;
	letter-spacing: -0.4px;
}

.tg-type-side-content p {
	margin: 0;
	color: #425154;
	font-size: 15px;
	line-height: 1.68;
}

/* Custom Tempered Glass Solutions Responsive */

@media (max-width: 1199px) {
	.tg-types-layout {
		grid-template-columns: 1fr;
	}

	.tg-type-feature-image {
		height: 420px;
	}

	.tg-type-side-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.tg-type-side-card {
		grid-template-columns: 1fr;
		gap: 0;
		min-height: auto;
		padding: 0;
		overflow: hidden;
	}

	.tg-type-side-image {
		height: 210px;
	}

	.tg-type-side-content {
		padding: 24px 24px 28px;
	}
}

@media (max-width: 991px) {
	.tg-types {
		padding: 74px 0 84px;
	}

	.tg-types-head {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-bottom: 36px;
		padding-bottom: 28px;
	}

	.tg-types-head h2 {
		font-size: 34px;
	}

	.tg-type-side-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575px) {
	.tg-types {
		padding: 58px 0 68px;
	}

	.tg-types-head h2 {
		font-size: 29px;
		letter-spacing: -0.6px;
	}

	.tg-types-head p {
		font-size: 15px;
	}

	.tg-type-feature-image {
		height: 260px;
	}

	.tg-type-feature-content {
		padding: 28px 24px 32px;
	}

	.tg-type-feature-content h3 {
		font-size: 25px;
	}

	.tg-type-feature-content p {
		font-size: 14.5px;
	}

	.tg-type-side-image {
		height: 210px;
	}

	.tg-type-side-content h3 {
		font-size: 19px;
	}

	.tg-type-side-content p {
		font-size: 14.5px;
	}
}

/* ==================== /Custom Tempered Glass Solutions ==================== */

/* ==================== Technical Data Of Tempered Glass ==================== */

.tg-technical-data {
	padding: 92px 0 104px;
	background: #ffffff;
	color: #102629;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.tg-technical-head {
	display: grid;
	grid-template-columns: 0.92fr 1.08fr;
	gap: 56px;
	align-items: end;
	margin-bottom: 42px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e4ebea;
}

.tg-technical-head span {
	display: block;
	margin-bottom: 12px;
	color: #28978a;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2.2px;
	text-transform: uppercase;
}

.tg-technical-head h2 {
	margin: 0;
	color: #102629;
	font-size: 42px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1.1px;
}

.tg-technical-head p {
	max-width: 680px;
	margin: 0;
	color: #657477;
	font-size: 16px;
	line-height: 1.78;
}

.tg-technical-layout {
	display: grid;
	grid-template-columns: 1.16fr 0.84fr;
	gap: 34px;
	align-items: stretch;
}

.tg-technical-table-wrap {
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #e4ebea;
	box-shadow: 0 22px 58px rgba(16, 38, 41, 0.08);
}

.tg-technical-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.tg-technical-table th {
	padding: 20px 22px;
	background: #102629;
	color: #ffffff;
	font-size: 13px;
	line-height: 1.35;
	font-weight: 800;
	letter-spacing: 1.2px;
	text-align: left;
	text-transform: uppercase;
}

.tg-technical-table th:nth-child(1) {
	width: 28%;
}

.tg-technical-table th:nth-child(2) {
	width: 30%;
}

.tg-technical-table th:nth-child(3) {
	width: 42%;
}

.tg-technical-table td {
	padding: 18px 22px;
	border-bottom: 1px solid #e4ebea;
	color: #425154;
	font-size: 15px;
	line-height: 1.55;
	vertical-align: top;
}

.tg-technical-table tbody tr:last-child td {
	border-bottom: none;
}

.tg-technical-table tbody tr:nth-child(even) {
	background: #f6f8f8;
}

.tg-technical-table td:first-child {
	color: #102629;
	font-weight: 700;
}

.tg-technical-table td:nth-child(2) {
	color: #2c3d40;
	font-weight: 560;
}

.tg-technical-media {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.tg-technical-image {
	position: relative;
	flex: 1;
	min-height: 430px;
	overflow: hidden;
	background: #e8efee;
	box-shadow: 0 22px 58px rgba(16, 38, 41, 0.08);
}

.tg-technical-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), rgba(0, 0, 0, 0.08));
	pointer-events: none;
}

.tg-technical-image img {
	width: 100%;
	height: 100%;
	min-height: 430px;
	display: block;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.6s ease;
}

.tg-technical-image:hover img {
	transform: scale(1.035);
}

.tg-technical-note {
	padding: 28px 30px 30px;
	background: #f6f8f8;
	border-left: 5px solid #28978a;
	box-shadow: 0 18px 46px rgba(16, 38, 41, 0.06);
}

.tg-technical-note h3 {
	margin: 0 0 12px;
	color: #102629;
	font-size: 21px;
	line-height: 1.32;
	font-weight: 760;
	letter-spacing: -0.4px;
}

.tg-technical-note p {
	margin: 0;
	color: #425154;
	font-size: 15px;
	line-height: 1.72;
}

/* Technical Data Of Tempered Glass Responsive */

@media (max-width: 1199px) {
	.tg-technical-layout {
		grid-template-columns: 1fr;
	}

	.tg-technical-media {
		display: grid;
		grid-template-columns: 1fr 0.72fr;
		align-items: stretch;
	}

	.tg-technical-image {
		min-height: 360px;
	}

	.tg-technical-image img {
		min-height: 360px;
	}
}

@media (max-width: 991px) {
	.tg-technical-data {
		padding: 74px 0 84px;
	}

	.tg-technical-head {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-bottom: 36px;
		padding-bottom: 28px;
	}

	.tg-technical-head h2 {
		font-size: 34px;
	}

	.tg-technical-media {
		grid-template-columns: 1fr;
	}

	.tg-technical-table-wrap {
		overflow-x: auto;

	}

	.tg-technical-table {
		min-width: 760px;
	}
}

@media (max-width: 575px) {
	.tg-technical-data {
		padding: 58px 0 68px;
	}

	.tg-technical-head h2 {
		font-size: 29px;
		letter-spacing: -0.6px;
	}

	.tg-technical-table th,
	.tg-technical-table td {
		padding: 15px 16px;
		font-size: 14px;
	}

	.tg-technical-image {
		min-height: 300px;
	}

	.tg-technical-image img {
		min-height: 300px;
	}

	.tg-technical-note {
		padding: 24px 22px 26px;
	}
}

/* ==================== /Technical Data Of Tempered Glass ==================== */

/* ==================== Applications ==================== */

.ag-usecases {
	padding: 98px 0 108px;
	background: #f6f8f8;
	color: var(--gel-text);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.ag-usecases-head {
	max-width: 820px;
	margin: 0 auto 58px;
	text-align: center;
}

.ag-usecases-head span {
	display: block;
	margin-bottom: 14px;
	color: var(--gel-main);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2.2px;
	text-transform: uppercase;
}

.ag-usecases-head h2 {
	margin: 0;
	color: var(--gel-ink);
	font-size: 42px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1.2px;
}

.ag-usecases-head p {
	max-width: 660px;
	margin: 18px auto 0;
	color: var(--gel-muted);
	font-size: 16px;
	line-height: 1.78;
}

.ag-usecases-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 26px;
}

.ag-usecase-card {
	overflow: hidden;
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 18px 46px rgba(16, 38, 41, 0.08);
	transition: all 0.28s ease;
}

.ag-usecase-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 28px 68px rgba(16, 38, 41, 0.13);
}

.ag-usecase-image {
	position: relative;
	overflow: hidden;
	background: #e8efee;
}

.ag-usecase-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;
}

.ag-usecase-image img {
	width: 100%;
	height: 245px;
	object-fit: cover;
	display: block;
	transition: transform 0.55s ease;
}

.ag-usecase-card:hover .ag-usecase-image img {
	transform: scale(1.045);
}

.ag-usecase-content {
	padding: 28px 26px 32px;
}

.ag-usecase-content h3 {
	margin: 0 0 12px;
	color: var(--gel-ink);
	font-size: 20px;
	line-height: 1.28;
	font-weight: 760;
}

.ag-usecase-content p {
	margin: 0;
	color: var(--gel-muted);
	font-size: 15px;
	line-height: 1.72;
}

/* Responsive */
@media (max-width: 1199px) {
	.ag-usecases-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.ag-usecases {
		padding: 78px 0 88px;
	}

	.ag-usecases-head {
		margin-bottom: 44px;
	}

	.ag-usecases-head h2 {
		font-size: 34px;
	}

	.ag-usecase-image img {
		height: 260px;
	}
}

@media (max-width: 575px) {
	.ag-usecases {
		padding: 62px 0 72px;
	}

	.ag-usecases-head h2 {
		font-size: 29px;
		letter-spacing: -0.6px;
	}

	.ag-usecases-head p {
		font-size: 15px;
	}

	.ag-usecases-grid {
		grid-template-columns: 1fr;
	}

	.ag-usecase-card {
		border-radius: 22px;
	}

	.ag-usecase-image img {
		height: 240px;
	}

	.ag-usecase-content h3 {
		font-size: 19px;
	}
}

/* ==================== Different Glass Processes To Meet Your Needs ==================== */

.ag-processes {
	padding: 104px 0 116px;
	background: #ffffff;
	color: var(--gel-text);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.ag-processes-head {
	max-width: 980px;
	margin: 0 auto 48px;
	text-align: center;
}

.ag-processes-head span {
	display: block;
	margin-bottom: 14px;
	color: var(--gel-main);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2.2px;
	text-transform: uppercase;
}

.ag-processes-head h2 {
	margin: 0;
	color: var(--gel-ink);
	font-size: 42px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1.2px;
}

.ag-processes-head p {
	max-width: 940px;
	margin: 18px auto 0;
	color: var(--gel-muted);
	font-size: 16px;
	line-height: 1.78;
}

.ag-process-tabs input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

/* ==================== Process Tab Navigation - Original Style ==================== */

.ag-process-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 0 auto 56px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--gel-line);
}

.ag-process-nav label {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	border-radius: 999px;
	color: #9aa5a7;
	font-size: 14px;
	font-weight: 760;
	cursor: pointer;
	transition: all 0.25s ease;
}

.ag-process-nav label:hover {
	color: var(--gel-ink);
	background: rgba(40, 151, 138, 0.08);
}

#ag-tab-materials:checked ~ .ag-process-nav label[for="ag-tab-materials"],
#ag-tab-shape:checked ~ .ag-process-nav label[for="ag-tab-shape"],
#ag-tab-edges:checked ~ .ag-process-nav label[for="ag-tab-edges"],
#ag-tab-printing:checked ~ .ag-process-nav label[for="ag-tab-printing"],
#ag-tab-finish:checked ~ .ag-process-nav label[for="ag-tab-finish"] {
	background: var(--gel-main);
	color: #ffffff;
	box-shadow: 0 12px 28px rgba(40, 151, 138, 0.22);
}

/* ==================== Process Panels ==================== */

.ag-process-panel {
	display: none;
}

#ag-tab-materials:checked ~ .ag-process-panels .ag-panel-materials,
#ag-tab-shape:checked ~ .ag-process-panels .ag-panel-shape,
#ag-tab-edges:checked ~ .ag-process-panels .ag-panel-edges,
#ag-tab-printing:checked ~ .ag-process-panels .ag-panel-printing,
#ag-tab-finish:checked ~ .ag-process-panels .ag-panel-finish {
	display: block;
}

/* ==================== Process Grid ==================== */

.ag-process-grid {
	display: grid;
	gap: 28px;
}

.ag-process-grid-four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ag-process-grid-three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 1060px;
	margin: 0 auto;
}

/* ==================== Process Card - Original Style ==================== */

.ag-process-card {
	overflow: hidden;
	border-radius: 26px;
	background: #ffffff;
	box-shadow: 0 18px 46px rgba(16, 38, 41, 0.08);
	transition: all 0.28s ease;
}

.ag-process-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 28px 68px rgba(16, 38, 41, 0.13);
}

.ag-process-image {
	position: relative;
	overflow: hidden;
	background: #e8efee;
}

.ag-process-image::after {
	display: none;
}

.ag-process-image img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	display: block;
	transition: transform 0.55s ease;
}

.ag-process-card:hover .ag-process-image img {
	transform: scale(1.045);
}

.ag-process-card-body {
	padding: 28px 24px 32px;
	text-align: center;
}

.ag-process-card-body h3 {
	margin: 0 0 12px;
	color: var(--gel-ink);
	font-size: 20px;
	line-height: 1.28;
	font-weight: 760;
	letter-spacing: -0.3px;
}

.ag-process-card-body p {
	margin: 0;
	color: var(--gel-muted);
	font-size: 14px;
	line-height: 1.72;
}

/* ==================== Responsive ==================== */

@media (max-width: 1199px) {

	.ag-process-grid-four {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ag-process-grid-three {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ag-process-nav {
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 18px;
	}

	.ag-process-nav label {
		flex: 0 0 auto;
	}

}

@media (max-width: 991px) {

	.ag-processes {
		padding: 78px 0 88px;
	}

	.ag-processes-head {
		margin-bottom: 40px;
	}

	.ag-processes-head h2 {
		font-size: 34px;
	}

	.ag-process-grid-four,
	.ag-process-grid-three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}

@media (max-width: 575px) {

	.ag-processes {
		padding: 62px 0 72px;
	}

	.ag-processes-head h2 {
		font-size: 29px;
		letter-spacing: -0.6px;
	}

	.ag-processes-head p {
		font-size: 15px;
	}

	.ag-process-nav {
		gap: 8px;
		margin-bottom: 38px;
	}

	.ag-process-nav label {
		min-height: 40px;
		padding: 0 18px;
		font-size: 13px;
	}

	.ag-process-grid-four,
	.ag-process-grid-three {
		grid-template-columns: 1fr;
	}

	.ag-process-card {
		border-radius: 22px;
	}

	.ag-process-image img {
		height: 230px;
	}

	.ag-process-card-body {
		padding: 24px 22px 28px;
	}

}

/* ==================== /Different Glass Processes To Meet Your Needs ==================== */

/* Quick Quote And Trusted Reasons */

.ag-quote-trust {
	padding: 104px 0 116px;
	background: #f6f8f8;
	color: var(--gel-text);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.ag-quote-trust-inner {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 70px;
	align-items: stretch;
}

/* Quick Quote Form */

.ag-quote-box {
	position: relative;
	padding: 58px 54px 60px;
	background: #ffffff;
	color: var(--gel-text);
	border: 1px solid var(--gel-line);
	box-shadow: 0 24px 60px rgba(16, 38, 41, 0.08);
	overflow: hidden;
}

.ag-quote-box::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 100%;
	background: var(--gel-main);
}

.ag-quote-head {
	position: relative;
	z-index: 2;
	margin-bottom: 32px;
}

.ag-quote-head span,
.ag-trust-head span {
	display: block;
	margin-bottom: 14px;
	color: var(--gel-main);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2.2px;
	text-transform: uppercase;
}

.ag-quote-head h2 {
	margin: 0;
	color: var(--gel-ink);
	font-size: 40px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1.1px;
}

.ag-quote-head p {
	max-width: 520px;
	margin: 18px 0 0;
	color: var(--gel-muted);
	font-size: 15px;
	line-height: 1.78;
}

.ag-quote-form {
	position: relative;
	z-index: 2;
}

.ag-form-row {
	margin-bottom: 14px;
}

.ag-form-row input,
.ag-form-row textarea {
	width: 100%;
	border: 1px solid var(--gel-line);
	border-radius: 0;
	background: #f6f8f8;
	color: var(--gel-ink);
	font-size: 15px;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	outline: none;
	transition: all 0.22s ease;
	box-sizing: border-box;
}

.ag-form-row input {
	height: 50px;
	padding: 0 18px;
}

.ag-form-row textarea {
	height: 138px;
	padding: 16px 18px;
	resize: vertical;
}

.ag-form-row input::placeholder,
.ag-form-row textarea::placeholder {
	color: #7b898b;
}

.ag-form-row input:focus,
.ag-form-row textarea:focus {
	border-color: rgba(40, 151, 138, 0.72);
	background: #ffffff;
	box-shadow: 0 0 0 3px rgba(40, 151, 138, 0.12);
}

.ag-quote-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	margin-top: 8px;
	border: 1px solid var(--gel-main);
	border-radius: 999px;
	background: var(--gel-main);
	color: #ffffff;
	font-size: 15px;
	font-weight: 760;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 14px 32px rgba(40, 151, 138, 0.24);
	transition: all 0.25s ease;
}

.ag-quote-submit:hover {
	background: var(--gel-main-dark);
	border-color: var(--gel-main-dark);
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(40, 151, 138, 0.3);
}

/* Trusted Reasons */

.ag-trust-box {
	padding: 10px 0;
}

.ag-trust-head {
	max-width: 720px;
	margin-bottom: 36px;
}

.ag-trust-head h2 {
	margin: 0;
	color: var(--gel-ink);
	font-size: 42px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1.2px;
}

.ag-trust-head p {
	margin: 20px 0 0;
	color: #425154;
	font-size: 16px;
	line-height: 1.82;
}

.ag-trust-list {
	display: grid;
	gap: 28px;
}

.ag-trust-item {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 22px;
	align-items: start;
	padding-bottom: 28px;
	border-bottom: 1px solid var(--gel-line);
}

.ag-trust-item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.ag-trust-icon {
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	background: rgba(40, 151, 138, 0.11);
	color: var(--gel-main);
	font-size: 25px;
}

.ag-trust-item h3 {
	margin: 0 0 12px;
	color: var(--gel-ink);
	font-size: 23px;
	line-height: 1.25;
	font-weight: 760;
	letter-spacing: -0.4px;
}

.ag-trust-item p {
	margin: 0;
	color: #425154;
	font-size: 16px;
	line-height: 1.78;
}

/* Quick Quote And Trusted Reasons Responsive */

@media (max-width: 991px) {
	.ag-quote-trust {
		padding: 78px 0 88px;
	}

	.ag-quote-trust-inner {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.ag-quote-box {
		padding: 48px 42px 52px;
	}

	.ag-quote-head h2,
	.ag-trust-head h2 {
		font-size: 34px;
	}

	.ag-trust-box {
		padding: 0;
	}
}

@media (max-width: 575px) {
	.ag-quote-trust {
		padding: 62px 0 72px;
	}

	.ag-quote-box {
		padding: 40px 26px 44px;
	}

	.ag-quote-head h2,
	.ag-trust-head h2 {
		font-size: 29px;
		letter-spacing: -0.6px;
	}

	.ag-quote-head p,
	.ag-trust-head p,
	.ag-trust-item p {
		font-size: 15px;
	}

	.ag-form-row input {
		height: 48px;
	}

	.ag-form-row textarea {
		height: 130px;
	}

	.ag-trust-item {
		grid-template-columns: 48px 1fr;
		gap: 16px;
	}

	.ag-trust-icon {
		width: 48px;
		height: 48px;
		border-radius: 15px;
		font-size: 22px;
	}

	.ag-trust-item h3 {
		font-size: 20px;
	}
}

/* FAQ */

.ag-faq {
	padding: 96px 0 104px;
	background: #ffffff;
	color: var(--gel-text);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.ag-faq-head {
	max-width: 760px;
	margin: 0 auto 46px;
	text-align: center;
}

.ag-faq-head span {
	display: block;
	margin-bottom: 14px;
	color: var(--gel-main);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2.2px;
	text-transform: uppercase;
}

.ag-faq-head h2 {
	position: relative;
	margin: 0;
	padding-bottom: 22px;
	color: var(--gel-ink);
	font-size: 42px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1.2px;
}

.ag-faq-head h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 48px;
	height: 3px;
	border-radius: 999px;
	background: var(--gel-main);
	transform: translateX(-50%);
}

.ag-faq-list {
	max-width: 980px;
	margin: 0 auto;
	border-top: 1px solid var(--gel-line);
}

.ag-faq-item {
	border-bottom: 1px solid var(--gel-line);
	background: #ffffff;
	transition: all 0.25s ease;
}

.ag-faq-item[open] {
	background: #f6f8f8;
}

.ag-faq-item summary {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 68px;
	padding: 0 64px 0 28px;
	color: var(--gel-ink);
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
	outline: none;
}

.ag-faq-item summary::-webkit-details-marker {
	display: none;
}

.ag-faq-item summary::before,
.ag-faq-item summary::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	width: 16px;
	height: 2px;
	border-radius: 999px;
	background: var(--gel-main);
	transition: all 0.25s ease;
}

.ag-faq-item summary::after {
	transform: rotate(90deg);
}

.ag-faq-item[open] summary::after {
	transform: rotate(0deg);
	opacity: 0;
}

.ag-faq-answer {
	padding: 0 28px 28px;
}

.ag-faq-answer p {
	max-width: 820px;
	margin: 0;
	color: #425154;
	font-size: 16px;
	line-height: 1.82;
}

/* FAQ Responsive */

@media (max-width: 991px) {
	.ag-faq {
		padding: 78px 0 88px;
	}

	.ag-faq-head h2 {
		font-size: 34px;
	}
}

@media (max-width: 575px) {
	.ag-faq {
		padding: 62px 0 72px;
	}

	.ag-faq-head {
		margin-bottom: 36px;
	}

	.ag-faq-head h2 {
		font-size: 29px;
		letter-spacing: -0.6px;
	}

	.ag-faq-item summary {
		min-height: 62px;
		padding: 0 52px 0 20px;
		font-size: 16px;
	}

	.ag-faq-item summary::before,
	.ag-faq-item summary::after {
		right: 22px;
		width: 14px;
	}

	.ag-faq-answer {
		padding: 0 20px 24px;
	}

	.ag-faq-answer p {
		font-size: 15px;
	}
}

/* ==================== 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 ==================== */