/* ==================== Custom 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;
}

.custom-glass-page {
	width: 100%;
	background: #ffffff;
	color: var(--gel-text);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.custom-glass-page a {
	text-decoration: none;
}

.custom-glass-container {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 15px;
}

/* ==================== Custom Glass Manufacturer Intro ==================== */

.custom-glass-manufacturer-intro {
	padding: 92px 0 102px;
	background: #ffffff;
	color: var(--gel-text);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.custom-glass-manufacturer-row {
	display: grid;
	grid-template-columns: 0.42fr 0.58fr;
	gap: 72px;
	align-items: start;
	padding-top: 8px;
}

.custom-glass-manufacturer-heading {
	position: relative;
	padding-top: 6px;
}

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

.custom-glass-manufacturer-heading h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 48px;
	height: 3px;
	border-radius: 999px;
	background: var(--gel-main);
}

.custom-glass-manufacturer-copy {
	max-width: 720px;
}

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

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

.custom-glass-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) {
	.custom-glass-manufacturer-intro {
		padding: 76px 0 86px;
	}

	.custom-glass-manufacturer-row {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.custom-glass-manufacturer-heading h2 {
		font-size: 34px;
	}
}

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

	.custom-glass-manufacturer-heading h2 {
		font-size: 29px;
		letter-spacing: -0.6px;
	}

	.custom-glass-manufacturer-copy p {
		font-size: 15px;
	}

	.custom-glass-manufacturer-btn {
		width: 100%;
	}
}

/* ==================== Custom Glass Advantages ==================== */

.custom-glass-advantages {
	padding: 98px 0 108px;
	background: #f6f8f8;
	color: var(--gel-text);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

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

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

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

.custom-glass-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%);
}

.custom-glass-advantages-body {
	display: grid;
	grid-template-columns: 1.03fr 0.97fr;
	gap: 64px;
	align-items: center;
}

.custom-glass-advantages-image {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	background: #e8efee;
	box-shadow: 0 26px 66px rgba(16, 38, 41, 0.12);
}

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

.custom-glass-advantages-image:hover img {
	transform: scale(1.04);
}

.custom-glass-advantages-content {
	padding-top: 4px;
}

.custom-glass-advantage-item {
	position: relative;
	padding-left: 24px;
	margin-bottom: 24px;
}

.custom-glass-advantage-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--gel-main);
}

.custom-glass-advantage-item h3 {
	display: inline;
	margin: 0;
	color: var(--gel-ink);
	font-size: 16px;
	line-height: 1.78;
	font-weight: 800;
}

.custom-glass-advantage-item p {
	display: inline;
	margin: 0;
	color: #425154;
	font-size: 16px;
	line-height: 1.78;
	font-weight: 400;
}

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

.custom-glass-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) {
	.custom-glass-advantages {
		padding: 78px 0 88px;
	}

	.custom-glass-advantages-head {
		margin-bottom: 44px;
	}

	.custom-glass-advantages-head h2 {
		font-size: 34px;
	}

	.custom-glass-advantages-body {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.custom-glass-advantages-image img {
		height: 390px;
	}
}

@media (max-width: 575px) {
	.custom-glass-advantages {
		padding: 62px 0 72px;
	}

	.custom-glass-advantages-head h2 {
		font-size: 29px;
		letter-spacing: -0.6px;
	}

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

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

	.custom-glass-advantage-item p,
	.custom-glass-advantage-item h3 {
		font-size: 15px;
	}

	.custom-glass-advantages-btn {
		width: 100%;
	}
}

/* ==================== Custom Glass Technical Data ==================== */

.custom-glass-technical {
	padding: 90px 0 96px;
	background: #ffffff;
	color: var(--gel-text);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.custom-glass-technical-head {
	max-width: 820px;
	margin: 0 auto 48px;
	text-align: center;
}

.custom-glass-technical-head span {
	display: block;
	margin-bottom: 12px;
	color: var(--gel-main);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2.2px;
	text-transform: uppercase;
}

.custom-glass-technical-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;
}

.custom-glass-technical-head h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 48px;
	height: 3px;
	background: var(--gel-main);
	transform: translateX(-50%);
}


/* ==================== Technical Body ==================== */

.custom-glass-technical-body {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 56px;
	align-items: center;
}


/* ==================== Technical Content ==================== */

.custom-glass-technical-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.custom-glass-technical-item {
	position: relative;
	padding: 0 0 16px 22px;
	margin-bottom: 16px;
	border-bottom: 1px solid var(--gel-line);
}

.custom-glass-technical-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.custom-glass-technical-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--gel-main);
}

.custom-glass-technical-item h3 {
	margin: 0 0 7px;
	color: var(--gel-ink);
	font-size: 16px;
	line-height: 1.4;
	font-weight: 800;
}

.custom-glass-technical-item p {
	margin: 0;
	color: #425154;
	font-size: 15.5px;
	line-height: 1.7;
	font-weight: 400;
}


/* ==================== Technical Image ==================== */

.custom-glass-technical-image {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 520px;
	min-height: 0;
	border-radius: 28px;
	background: #f4f7f7;
}

.custom-glass-technical-image img {
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	display: block;
	transition: transform 0.45s ease;
}

.custom-glass-technical-image:hover img {
	transform: scale(1.02);
}

.custom-glass-technical-image::after {
	display: none;
}


/* ==================== Tablet ==================== */

@media (max-width: 991px) {

	.custom-glass-technical {
		padding: 76px 0 84px;
	}

	.custom-glass-technical-head {
		margin-bottom: 40px;
	}

	.custom-glass-technical-head h2 {
		font-size: 34px;
	}

	.custom-glass-technical-body {
		display: flex;
		flex-direction: column;
		gap: 36px;
	}

	.custom-glass-technical-image {
		order: 1;
		width: 100%;
		height: 390px;
		min-height: 0;
		border-radius: 26px;
	}

	.custom-glass-technical-content {
		order: 2;
		width: 100%;
	}

	.custom-glass-technical-image img {
		width: 100%;
		height: 100%;
		min-height: 0;
		object-fit: cover;
		display: block;
	}

}


/* ==================== Mobile ==================== */

@media (max-width: 575px) {

	.custom-glass-technical {
		padding: 56px 0 64px;
	}

	.custom-glass-technical-head {
		margin-bottom: 28px;
	}

	.custom-glass-technical-head span {
		margin-bottom: 10px;
		font-size: 10px;
		letter-spacing: 1.6px;
	}

	.custom-glass-technical-head h2 {
		font-size: 26px;
		line-height: 1.22;
		letter-spacing: -0.5px;
	}

	.custom-glass-technical-body {
		gap: 26px;
	}

	.custom-glass-technical-image {
		height: 240px;
		border-radius: 18px;
	}

	.custom-glass-technical-image img {
		height: 100%;
		object-fit: cover;
	}

	.custom-glass-technical-item {
		padding: 0 0 15px 19px;
		margin-bottom: 15px;
	}

	.custom-glass-technical-item h3,
	.custom-glass-technical-item p {
		font-size: 15px;
	}

	.custom-glass-technical-item h3 {
		margin-bottom: 6px;
	}

	.custom-glass-technical-item p {
		line-height: 1.65;
	}

}

/* ==================== /Custom Glass Technical Data ==================== */