body {
	font-family: 'Mukta Mahee', sans-serif;
	background-color: #E9E9E7;
}

.grecaptcha-badge {
	visibility: hidden;
}

.text-stroke {
	-webkit-text-stroke: 2px #B8E880;
	color: transparent;
}

.video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 16px;
}

.video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#scroll-to-top {
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index: 9999;
	width: 44px;
	height: 44px;
	background: #B8E880;
	color: #0A004A;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0;
	transition: opacity .3s;
	font-size: 18px;
}

#scroll-to-top.visible {
	opacity: 1;
}

.partner-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
}

.partner-row+.partner-row {
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.partner-cell {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 10px;
}

.partner-cell img {
	max-height: 60px;
	width: auto;
	filter: brightness(0) invert(1);
	opacity: .85;
}

.hero-btn {
	background: #B8E880;
	color: #0A004A;
	border-radius: 15px;
	padding: 10px 56px;
	font-weight: 700;
	font-size: 1rem;
	border: none;
	cursor: pointer;
	transition: opacity .2s;
}

.hero-btn:hover {
	opacity: .88;
}

.service-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 2px solid #0A004A;
	color: #0A004A;
	padding: 8px 24px;
	border-radius: 9999px;
	font-weight: 600;
	text-decoration: none;
	transition: all .2s;
}

.service-btn:hover {
	background: #0A004A;
	color: #fff;
}

.footer-btn {
	background: #0A004A;
	color: #fff;
	border-radius: 15px;
	padding: 10px 28px;
	font-weight: 700;
	font-size: .95rem;
	border: none;
	cursor: pointer;
	white-space: nowrap;
	transition: opacity .2s;
}

.footer-btn:hover {
	opacity: .85;
}
