body {
	margin-top: 70px !important;
	overflow-x: hidden;
}

.animate .container-fluid.bg-dark.home-section {
	position: relative;
}

@media (max-width: 767px) {
	body {
		margin-top: 0px !important;
	}
	.row-mobile {
		position: relative;
	}
}

.homepage_v2.animate .home-signup-form-sub-heading {
	font-size: 14px;
	font-weight: 700;
	color: #084C61;
	background: #E5F6F1;
	padding: 6px 15px;
	border-bottom: 1px;
	letter-spacing: 1px;
	width: fit-content;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}	

.home-signup-form-sub-heading .fa {
  font-size: 14px;
  color: #F4B400;
}

.viewport {
	left: 50%;
    transform: translateX(-50%);
	position: absolute;
	width: 100%;
	bottom: 0px;
	z-index: 0;
	max-width: 1440px;
	height: 455px;
}

.viewport-gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 455px; /* ← match Rectangle 7135 height */

	background: linear-gradient(
	  to bottom,
	  rgba(8, 76, 97, 1) 15%,
	  rgba(8, 76, 97, 0.74) 58%,
	  rgba(8, 76, 97, 0.30) 100%
	);

	pointer-events: none;
	z-index: 1; /* ABOVE rows */
}

/* rows are manually stacked */
.row-animated, .row-animated-m {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	max-height: 250px;
}

.row-animated.one, .row-animated-m.one{
	height: 250px;
	clip-path: inset(150px 0 0 0);
	top: -75px;
	
}

.row-animated.two, .row-animated-m.two {
	height: 250px;
	top:  105px;
}

.row-animated.three, .row-animated-m.three {
	height: 250px;
	clip-path: inset(0px 0 80px 0);
	top: 285px;
}

.track {
	display: inline-flex;
	white-space: nowrap;
	will-change: transform;
	width: 100%;
}

.track img {
	display: block;
	max-width: none;
	height: auto;
}
@media (max-width: 992px) {
	.viewport {
		top: -290px;
		z-index: -1;
		position: relative;
	}
	.as-seen {
		margin-top: -275px;
	}
	.homepage_v2.animate .sub-heading-home-banner {
		line-height: 26px;
	}
	.homepage_v2.animate .home-signup-form-sub-heading {
		padding: 5px 15px;
		border-radius: 4px;
	}
	.homepage_v2 .home-join-now-link, .homepage_v2 .home-join-now-link:hover {
		padding: 12px 42px;
		width: auto;
	}
}