html {
	scroll-behavior: smooth;
}

body.home-v1 {
	overflow-x: hidden;
}

.latest--project {
	background: #1d2b36;
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
	position: sticky;
	top: var(--header-h, 0px);
	z-index: 50;
}

.simplefilter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 13px 12px;
}

.simplefilter li {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 4px;
	cursor: pointer;
	margin: 0;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.simplefilter li.active,
.simplefilter li:hover {
	background: #f4a51c;
	border-color: #f4a51c;
}

.simplefilter a {
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	padding: 10px 12px;
}

.sidebar-sticky-wrap {
	position: sticky;
	top: var(--sticky-offset, 130px);
}

.sidebar-toggle-btn {
	align-items: center;
	background: #f4a51c;
	border: 0;
	border-radius: 4px;
	color: #ffffff;
	display: none;
	font-weight: 700;
	justify-content: space-between;
	margin-bottom: 12px;
	padding: 13px 15px;
	width: 100%;
}

.stb-icon {
	font-size: 19px;
	margin-right: 8px;
}

.material-tree-widget {
	background: #ffffff;
	border: 1px solid #e6e9ef;
	border-radius: 6px;
	box-shadow: 0 12px 28px rgba(24, 38, 52, 0.08);
	margin-bottom: 28px;
	overflow: hidden;
}

.widget-title-bar {
	background: #243746;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	padding: 15px 18px;
}

.material-tree,
.material-tree ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.material-tree {
	max-height: calc(100vh - var(--sticky-offset, 130px) - 40px);
	overflow: auto;
	padding: 10px;
}

.mt-node,
.mt-leaf {
	align-items: center;
	border-radius: 4px;
	color: #263846;
	display: flex;
	font-size: 13px;
	font-weight: 600;
	justify-content: space-between;
	line-height: 1.35;
	margin: 2px 0;
	padding: 10px 11px;
}

.mt-node {
	background: #f5f7fa;
	cursor: pointer;
}

.mt-leaf {
	color: #394b5a;
	text-decoration: none;
}

.mt-leaf:hover,
.mt-active {
	background: #f4a51c;
	color: #ffffff;
}

.mt-caret,
.chev {
	border-color: currentColor;
	border-style: solid;
	border-width: 0 2px 2px 0;
	display: inline-block;
	height: 8px;
	margin-left: 8px;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
	width: 8px;
}

.mt-open > .mt-node .mt-caret {
	transform: rotate(-135deg);
}

.mt-panel {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.22s ease;
}

.mt-open > .mt-panel {
	grid-template-rows: 1fr;
}

.mt-panel-inner {
	overflow: hidden;
}

.mt-children {
	border-left: 1px solid #e7ebf0;
	margin-left: 11px !important;
	padding-left: 10px !important;
}

.wa-cta {
	align-items: center;
	background: #f6fbf8;
	border: 1px solid #cfe8d7;
	border-radius: 6px;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	padding: 26px;
}

.wa-cta h3 {
	color: #1d2b36;
	font-size: 22px;
	margin: 0 0 7px;
}

.wa-cta p {
	margin: 0;
}

.wa-cta-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.wa-btn,
.wa-inline {
	align-items: center;
	background: #22a55a;
	border: 1px solid #22a55a;
	border-radius: 4px;
	color: #ffffff;
	display: inline-flex;
	font-weight: 700;
	gap: 8px;
	padding: 11px 15px;
	text-decoration: none;
	white-space: nowrap;
}

.wa-btn:hover,
.wa-inline:hover {
	background: #168c47;
	border-color: #168c47;
	color: #ffffff;
}

.wa-btn-outline {
	background: #ffffff;
	color: #1d2b36;
}

.wa-float {
	align-items: center;
	background: #22a55a;
	border-radius: 50%;
	bottom: 22px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
	color: #ffffff;
	display: flex;
	font-size: 25px;
	height: 54px;
	justify-content: center;
	position: fixed;
	right: 22px;
	width: 54px;
	z-index: 100;
}

.service-details {
	color: #3d4852;
}

.grade-hero-img {
	border-radius: 6px;
	margin-bottom: 28px;
	overflow: hidden;
}

.grade-hero-img img {
	display: block;
	height: auto;
	width: 100%;
}

.grade-section {
	background: #ffffff;
	border: 1px solid #edf0f4;
	border-radius: 6px;
	margin-bottom: 24px;
	padding: 26px;
	scroll-margin-top: var(--sticky-offset, 150px);
}

.grade-section h2 {
	color: #1d2b36;
	font-size: 25px;
	line-height: 1.25;
	margin: 0 0 15px;
}

.grade-section p {
	line-height: 1.8;
}

.spec-chip-list,
.feature-list {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}

.spec-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.spec-chip-list li {
	background: #f4f7fa;
	border: 1px solid #e4e9ef;
	border-radius: 4px;
	color: #263846;
	font-weight: 600;
	padding: 9px 12px;
}

.feature-list li {
	border-bottom: 1px solid #edf0f4;
	line-height: 1.55;
	padding: 10px 0 10px 25px;
	position: relative;
}

.feature-list li:before {
	color: #f7f6f4;
	content: "\2713";
	font-weight: 700;
	left: 0;
	position: absolute;
	/* top: 10px; */
}

.feature-list-2col {
	column-gap: 28px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.table-scroll {
	overflow-x: auto;
	width: 100%;
}

.table-scroll table {
	margin-bottom: 0;
	min-width: 560px;
}

.table-scroll th {
	background: #243746;
	color: #ffffff;
	white-space: nowrap;
}

.reveal-block {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.45s ease, transform 0.45s ease;
}

.reveal-block.in-view {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 991px) {
	.latest--project {
		position: static;
	}

	.sidebar-sticky-wrap {
		position: static;
	}

	.sidebar-toggle-btn {
		display: flex;
	}

	.material-tree-widget {
		display: none;
	}

	.material-tree-widget.mt-mobile-open {
		display: block;
	}

	.material-tree {
		max-height: 70vh;
	}

	.sidebar-col {
		margin-bottom: 26px;
	}
}

@media (max-width: 767px) {
	.service-details-page.pt-100 {
		padding-top: 55px;
	}

	.service-details-page.pb-100 {
		padding-bottom: 55px;
	}

	.simplefilter {
		justify-content: flex-start;
		overflow-x: auto;
		padding: 10px;
		flex-wrap: nowrap;
	}

	.simplefilter li {
		flex: 0 0 auto;
	}

	.simplefilter a {
		font-size: 12px;
		padding: 9px 10px;
	}

	.grade-section {
		padding: 20px 16px;
	}

	.grade-section h2 {
		font-size: 21px;
	}

	.feature-list-2col {
		grid-template-columns: 1fr;
	}

	.wa-cta {
		align-items: flex-start;
		flex-direction: column;
		padding: 20px 16px;
	}

	.wa-btn,
	.wa-inline {
		justify-content: center;
		white-space: normal;
		width: 100%;
	}

	.wa-cta-btns {
		width: 100%;
	}
}
