/* ==================== 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;
}

/* ==================== Anti Glare 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;

	}

}


/* ==================== /Anti Glare Hero ==================== */

/* ==================== Responsive ==================== */


@media (max-width:991px){

	.ag-hero {

		min-height:520px;

		background-position:center center;

	}


	.ag-hero-content {

		max-width:620px;

		padding:28px 32px;

	}


	.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 {

		padding:24px;

		border-radius:14px;

	}


	.ag-hero-content h1 {

		font-size:32px;

	}


	.ag-hero-content p {

		font-size:15px;

		line-height:1.65;

	}

}


/* ==================== /Anti Glare Hero ==================== */

/* ==================== 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.45)
			);
	}


	.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;
	}

}


/* ==================== /Anti Glare Hero ==================== */
/* ==================== Anti Glare Manufacturer Intro ==================== */

.ag-manufacturer-intro {
	padding: 92px 0 102px;
	background: #ffffff;
	color: var(--gel-text);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.ag-manufacturer-row {
	display: grid;
	grid-template-columns: 0.42fr 0.58fr;
	gap: 72px;
	align-items: start;
	padding-top: 8px;
}

.ag-manufacturer-heading {
	position: relative;
	padding-top: 6px;
}

.ag-manufacturer-heading h2 {
	position: relative;
	margin: 0;
	padding-bottom: 26px;
	color: var(--gel-ink);
	font-size: 42px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1.2px;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.ag-manufacturer-heading h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 48px;
	height: 3px;
	border-radius: 999px;
	background: var(--gel-main);
}

.ag-manufacturer-copy {
	max-width: 720px;
}

.ag-manufacturer-copy p {
	margin: 0;
	color: #425154;
	font-size: 16px;
	line-height: 1.88;
	font-weight: 400;
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.ag-manufacturer-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 172px;
	min-height: 50px;
	margin-top: 36px;
	padding: 0 34px;
	border-radius: 999px;
	background: var(--gel-main);
	border: 1px solid var(--gel-main);
	color: #ffffff;
	font-size: 15px;
	font-weight: 760;
	text-decoration: none;
	box-shadow: 0 14px 32px rgba(40, 151, 138, 0.22);
	transition: all 0.25s ease;
}

.ag-manufacturer-btn: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.3);
}

/* Responsive */
@media (max-width: 991px) {
	.ag-manufacturer-intro {
		padding: 76px 0 86px;
	}

	.ag-manufacturer-row {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.ag-manufacturer-heading h2 {
		font-size: 34px;
	}
}

@media (max-width: 575px) {
	.ag-manufacturer-intro {
		padding: 60px 0 68px;
	}

	.ag-manufacturer-heading h2 {
		font-size: 29px;
		letter-spacing: -0.6px;
	}

	.ag-manufacturer-copy p {
		font-size: 15px;
	}

	.ag-manufacturer-btn {
		width: 100%;
	}
}

/* ==================== Anti Glare Advantages ==================== */

.ag-advantages {
	padding: 98px 0 108px;
	background: #f6f8f8;
	color: var(--gel-text);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.ag-advantages-head {
	max-width: 820px;
	margin: 0 auto 58px;
	text-align: center;
}

.ag-advantages-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-advantages-head h2 {
	position: relative;
	margin: 0;
	padding-bottom: 24px;
	color: var(--gel-ink);
	font-size: 42px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1.2px;
}

.ag-advantages-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-advantages-body {
	display: grid;
	grid-template-columns: 1.03fr 0.97fr;
	gap: 64px;
	align-items: center;
}

.ag-advantages-image {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	background: #e8efee;
	box-shadow: 0 26px 66px rgba(16, 38, 41, 0.12);
}

.ag-advantages-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), rgba(0, 0, 0, 0.1));
	pointer-events: none;
}

.ag-advantages-image img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	display: block;
	transition: transform 0.55s ease;
}

.ag-advantages-image:hover img {
	transform: scale(1.04);
}

.ag-advantages-content {
	padding-top: 4px;
}

.ag-advantage-item {
	position: relative;
	padding-left: 24px;
	margin-bottom: 24px;
}

.ag-advantage-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--gel-main);
}

.ag-advantage-item h3 {
	display: inline;
	margin: 0;
	color: var(--gel-ink);
	font-size: 16px;
	line-height: 1.78;
	font-weight: 800;
}

.ag-advantage-item p {
	display: inline;
	margin: 0;
	color: #425154;
	font-size: 16px;
	line-height: 1.78;
	font-weight: 400;
}

.ag-advantages-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 172px;
	min-height: 50px;
	margin-top: 10px;
	padding: 0 34px;
	border-radius: 999px;
	background: var(--gel-main);
	border: 1px solid var(--gel-main);
	color: #ffffff;
	font-size: 15px;
	font-weight: 760;
	text-decoration: none;
	box-shadow: 0 14px 32px rgba(40, 151, 138, 0.22);
	transition: all 0.25s ease;
}

.ag-advantages-btn: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.3);
}

/* Responsive */
@media (max-width: 991px) {
	.ag-advantages {
		padding: 78px 0 88px;
	}

	.ag-advantages-head {
		margin-bottom: 44px;
	}

	.ag-advantages-head h2 {
		font-size: 34px;
	}

	.ag-advantages-body {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.ag-advantages-image img {
		height: 390px;
	}
}

@media (max-width: 575px) {
	.ag-advantages {
		padding: 62px 0 72px;
	}

	.ag-advantages-head h2 {
		font-size: 29px;
		letter-spacing: -0.6px;
	}

	.ag-advantages-image {
		border-radius: 22px;
	}

	.ag-advantages-image img {
		height: 260px;
	}

	.ag-advantage-item p,
	.ag-advantage-item h3 {
		font-size: 15px;
	}

	.ag-advantages-btn {
		width: 100%;
	}
}

/* ==================== Anti Glare Technical Data ==================== */

.ag-technical {

	padding: 98px 0 108px;

	background: #ffffff;

	color: var(--gel-text);

	font-family:
		"Inter",
		"Segoe UI",
		"Helvetica Neue",
		Arial,
		sans-serif;

}



/* ==================== Technical Header ==================== */

.ag-technical-head {

	max-width: 820px;

	margin: 0 auto 58px;

	text-align:center;

}


.ag-technical-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-technical-head h2 {

	position:relative;

	margin:0;

	padding-bottom:24px;

	color:var(--gel-ink);

	font-size:42px;

	line-height:1.14;

	font-weight:760;

	letter-spacing:-1.2px;

}


.ag-technical-head h2::after {

	content:"";

	position:absolute;

	left:50%;

	bottom:0;

	width:48px;

	height:3px;

	background:var(--gel-main);

	transform:translateX(-50%);

}



/* ==================== Technical Main Layout ==================== */

.ag-technical-body {

	display:grid;

	grid-template-columns:0.95fr 1.05fr;

	gap:70px;

	align-items:stretch;

}



/* ==================== Technical Text ==================== */

.ag-technical-content {

	display:flex;

	flex-direction:column;

	justify-content:center;

}


.ag-technical-item {

	position:relative;

	padding:0 0 24px 24px;

	margin-bottom:24px;

	border-bottom:1px solid var(--gel-line);

}


.ag-technical-item:last-child {

	margin-bottom:0;

	padding-bottom:0;

	border-bottom:none;

}


.ag-technical-item::before {

	content:"";

	position:absolute;

	left:0;

	top:9px;

	width:8px;

	height:8px;

	border-radius:50%;

	background:var(--gel-main);

}


.ag-technical-item h3 {

	margin:0 0 12px;

	color:var(--gel-ink);

	font-size:16px;

	line-height:1.45;

	font-weight:800;

}


.ag-technical-item p {

	margin:0;

	color:#425154;

	font-size:16px;

	line-height:1.82;

	font-weight:400;

}



/* ==================== Technical Image ==================== */

.ag-technical-image {

	position:relative;

	overflow:hidden;

	height:100%;

	min-height:620px;

	border-radius:28px;

	background:#f4f7f7;

}


.ag-technical-image img {

	width:100%;

	height:100%;

	min-height:620px;

	object-fit:cover;

	display:block;

	transition:transform .45s ease;

}


.ag-technical-image:hover img {

	transform:scale(1.02);

}



/* Remove Overlay */

.ag-technical-image::after {

	display:none;

}



/* ==================== Responsive ==================== */

@media(max-width:991px){


	.ag-technical {

		padding:78px 0 88px;

	}


	.ag-technical-head {

		margin-bottom:44px;

	}


	.ag-technical-head h2 {

		font-size:34px;

	}


	.ag-technical-body {

		grid-template-columns:1fr;

		gap:42px;

	}


	.ag-technical-image {

		min-height:auto;

	}


	.ag-technical-image img {

		height:auto;

		min-height:0;

	}

}



@media(max-width:575px){


	.ag-technical {

		padding:62px 0 72px;

	}


	.ag-technical-head h2 {

		font-size:29px;

	}


	.ag-technical-item h3,
	.ag-technical-item p {

		font-size:15px;

	}


	.ag-technical-image {

		border-radius:22px;

	}

}


/* ==================== /Anti Glare Technical Data ==================== */

/* ==================== Anti Glare 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;
}

.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-manufacturing:checked ~ .ag-process-nav label[for="ag-tab-manufacturing"],
#ag-tab-printing:checked ~ .ag-process-nav label[for="ag-tab-printing"],
#ag-tab-coating:checked ~ .ag-process-nav label[for="ag-tab-coating"],
#ag-tab-edges:checked ~ .ag-process-nav label[for="ag-tab-edges"],
#ag-tab-adhesive:checked ~ .ag-process-nav label[for="ag-tab-adhesive"] {
	background: var(--gel-main);
	color: #ffffff;
	box-shadow: 0 12px 28px rgba(40, 151, 138, 0.22);
}

.ag-process-panel {
	display: none;
}

#ag-tab-materials:checked ~ .ag-process-panels .ag-panel-materials,
#ag-tab-manufacturing:checked ~ .ag-process-panels .ag-panel-manufacturing,
#ag-tab-printing:checked ~ .ag-process-panels .ag-panel-printing,
#ag-tab-coating:checked ~ .ag-process-panels .ag-panel-coating,
#ag-tab-edges:checked ~ .ag-process-panels .ag-panel-edges,
#ag-tab-adhesive:checked ~ .ag-process-panels .ag-panel-adhesive {
	display: block;
}

.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;
}

.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;
}

/* ==================== Adhesive Layout ==================== */

.ag-adhesive-layout {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 72px;
	align-items: center;
	max-width: 1160px;
	margin: 0 auto;
}

/* ==================== Adhesive Image Only ==================== */

.ag-adhesive-image {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	background: #f4f7f7;
	box-shadow: 0 26px 66px rgba(16, 38, 41, 0.1);
}

.ag-adhesive-image::after {
	display: none;
}

.ag-adhesive-image img {
	width: 100%;
	height: 520px;
	object-fit: cover;
	display: block;
	padding: 0;
	background: transparent;
}

.ag-adhesive-content {
	max-width: 620px;
}

.ag-adhesive-content h3 {
	margin: 0 0 18px;
	color: var(--gel-ink);
	font-size: 34px;
	line-height: 1.18;
	font-weight: 760;
	letter-spacing: -0.8px;
}

.ag-adhesive-content p {
	margin: 0 0 18px;
	color: #425154;
	font-size: 16px;
	line-height: 1.78;
}

.ag-adhesive-group {
	margin-top: 26px;
}

.ag-adhesive-group h4 {
	position: relative;
	margin: 0 0 12px;
	padding-left: 18px;
	color: var(--gel-ink);
	font-size: 18px;
	line-height: 1.35;
	font-weight: 760;
}

.ag-adhesive-group h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--gel-main);
}

.ag-adhesive-group ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ag-adhesive-group li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
	color: #425154;
	font-size: 15px;
	line-height: 1.7;
}

.ag-adhesive-group li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(40, 151, 138, 0.65);
}

.ag-process-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	margin-top: 28px;
	padding: 0 34px;
	border-radius: 999px;
	background: var(--gel-main);
	border: 1px solid var(--gel-main);
	color: #ffffff;
	font-size: 15px;
	font-weight: 760;
	text-decoration: none;
	box-shadow: 0 14px 32px rgba(40, 151, 138, 0.22);
	transition: all 0.25s ease;
}

.ag-process-btn: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.3);
}

/* ==================== Different Glass Processes 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));
	}

	.ag-adhesive-layout {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.ag-adhesive-image img {
		height: 390px;
		padding: 0;
	}

	.ag-adhesive-content {
		max-width: 100%;
	}

	.ag-adhesive-content h3 {
		font-size: 30px;
	}

}

@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;
	}

	.ag-adhesive-image {
		border-radius: 22px;
	}

	.ag-adhesive-image img {
		height: 280px;
		padding: 0;
	}

	.ag-adhesive-content h3 {
		font-size: 27px;
	}

	.ag-adhesive-content p,
	.ag-adhesive-group li {
		font-size: 15px;
	}

	.ag-process-btn {
		width: 100%;
	}

}

/* ==================== /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 ==================== */