.narit-page {
	background: #e5f3f6;
	color: #17375e;
	font-family: "Heebo", sans-serif;
	overflow-x: hidden;
}

.narit-page .navbar {
	background: linear-gradient(90deg, #000000, #3533cd) !important;
}

.narit-page .narit-container {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.narit-page .narit-hero-section,
.narit-page .narit-technical-section,
.narit-page .narit-closing-section {
	background: linear-gradient(90deg, #000000, #3533cd);
	color: #ffffff;
}

.narit-page .narit-hero-section {
	padding: 88px 0;
}

.narit-page .narit-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
	gap: 36px;
	align-items: stretch;
}

.narit-page .narit-hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 520px;
}

.narit-page .narit-kicker {
	margin: 0 0 16px;
	color: #ff800f;
	font-family: "Lexend", sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-transform: uppercase;
}

.narit-page h1,
.narit-page h2,
.narit-page h3 {
	font-family: "Lexend", sans-serif;
}

.narit-page h1 {
	max-width: 760px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(2.2rem, 8vw, 75px);
	font-weight: 700;
	line-height: 1.02;
}

.narit-page .narit-lead {
	max-width: 700px;
	margin: 28px 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 1.18rem;
	line-height: 1.7;
}

.narit-page .narit-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.narit-page .narit-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	border: 2px solid #5271ff;
	border-radius: 16px;
	background: #5271ff;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}

.narit-page .narit-btn:hover {
	background: #b2bdff;
	border-color: #ffffff;
	color: #3f4b85;
}

.narit-page .narit-btn-outline {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.7);
}

.narit-page .narit-section {
	padding: 76px 0;
}

.narit-page .narit-light-section {
	background: #e5f3f6;
}

.narit-page .narit-section-heading {
	max-width: 760px;
	margin-bottom: 34px;
}

.narit-page .narit-section-heading h2,
.narit-page .narit-story-section h2,
.narit-page .narit-closing-section h2 {
	margin: 0;
	color: #17375e;
	font-size: clamp(2rem, 4vw, 3.3rem);
	font-weight: 700;
	line-height: 1.15;
}

.narit-page .narit-section-heading p,
.narit-page .narit-story-section p,
.narit-page .narit-card p,
.narit-page .narit-callout p,
.narit-page .narit-closing-section p {
	color: #7e8182;
	font-size: 1.08rem;
	line-height: 1.7;
}

.narit-page .narit-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.narit-page .narit-card,
.narit-page .narit-callout {
	height: 100%;
	padding: 22px;
	border: 1px solid rgba(11, 57, 125, 0.12);
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(11, 58, 117, 0.08);
}

.narit-page .narit-card h3,
.narit-page .narit-callout h3 {
	margin: 18px 0 10px;
	color: #0b397d;
	font-size: 1.25rem;
	font-weight: 700;
}

.narit-page .narit-card {
	display: flex;
	flex-direction: column;
}

.narit-page .narit-card .narit-btn {
	margin-top: auto;
	align-self: center;
}

.narit-page .narit-image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 240px;
	padding: 0;
	border: none;
	border-radius: 18px;
	background: transparent;
	color: #0b397d;
	font-weight: 700;
	overflow: hidden;
	text-align: center;
}

.narit-page .narit-image-placeholder picture {
	border-radius: inherit;
	overflow: hidden;
}

.narit-page .narit-image-placeholder img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: inherit;
}

.narit-page .narit-hero-image {
	min-height: 300px;
}

.narit-page .narit-story-section {
	background: #ffffff;
}

.narit-page .narit-story-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 34px;
	align-items: start;
}

.narit-page .narit-story-section p + p {
	margin-top: 18px;
}

.narit-page .narit-callout {
	background: #0b397d;
}

.narit-page .narit-callout h3,
.narit-page .narit-callout p {
	color: #ffffff;
}

.narit-page .narit-technical-section h2,
.narit-page .narit-closing-section h2 {
	color: #ffffff;
}

.narit-page .narit-technical-list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.narit-page .narit-technical-list li {
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	background: rgba(82, 113, 255, 0.24);
	color: rgba(255, 255, 255, 0.9);
	font-weight: 600;
	line-height: 1.5;
}

.narit-page .narit-showcase-grid {
	display: grid;
	grid-template-columns: 1.25fr 0.75fr;
	gap: 24px;
	min-height: 520px;
}

.narit-page .narit-showcase-large {
	min-height: 520px;
}

.narit-page .narit-showcase-stack {
	display: grid;
	gap: 24px;
}

.narit-page .narit-closing-section {
	padding: 76px 0;
	text-align: center;
}

.narit-page .narit-closing-section p {
	max-width: 860px;
	margin: 20px auto 0;
	color: rgba(255, 255, 255, 0.84);
}

@media (max-width: 991.98px) {
	.narit-page .narit-hero-grid,
	.narit-page .narit-story-grid,
	.narit-page .narit-showcase-grid {
		grid-template-columns: 1fr;
	}

	.narit-page .narit-card-grid,
	.narit-page .narit-technical-list {
		grid-template-columns: 1fr;
	}

	.narit-page .narit-hero-copy,
	.narit-page .narit-hero-image,
	.narit-page .narit-showcase-large {
		min-height: 360px;
	}
}

.narit-side-stack {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 130px;
}

@media (max-width: 991.98px) {
	.narit-page .pad1 {
		padding: 4px 12px;
	}

	.narit-page .pad1 .colnew1 {
		display: none;
	}

	.narit-page .navbar-nav {
		padding-bottom: 12px;
	}

	.narit-page .narit-section,
	.narit-page .narit-closing-section {
		padding: 44px 0;
	}

	.narit-page .narit-hero-section {
		padding: 48px 0;
	}

	.narit-side-stack {
		margin-top: 0;
	}

	.narit-page .mega-menu {
		width: 100%;
		padding: 10px 0;
		box-shadow: none;
		border: none;
	}

	.narit-page .mega-menu .row {
		flex-direction: column;
	}

	.narit-page .mega-menu .col-md-4 {
		width: 100%;
		padding: 6px 12px;
	}

	.narit-page .mega-menu h6 {
		font-size: 0.85rem;
		margin-top: 8px;
	}

	.narit-page .mega-menu p.p1 {
		display: none; /* hide the descriptions, just show the links */
	}
}
