/* Body */
.body {
		max-width: 100vw;
		overflow-x: hidden;
}

/* Container */
@media (min-width: 1440px) {
		.container {
				max-width: 1440px !important;
		}
}

/* Header */
@media (min-width: 992px) {
		#header .header-nav-main nav > ul > li > a {
				font-weight: 500;
				font-size: 16px;
				padding-left: 1.3rem !important;
				padding-right: 1.3rem !important;
		}
}

@media (max-width: 1280px) {
		#header .header-nav-main nav > ul > li > a {
				padding-left: 1rem !important;
				padding-right: 1rem !important;
		}
}

/* Font Size */
.custom-font-size-1 {
		font-size: clamp(28px, 4px + 0.05 * 100vw, 64px);
		line-height: 1.1;
}

/* Hero Section - Ensure it's one continuous block */
#home {
		display: block;
		position: relative;
		min-height: 100vh;
}

/* Hero */
.custom-hero-bg {
		position: absolute;
		width: 100vw;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		transition: opacity 300ms;
}

.custom-hero-bg svg {
		width: 100vw;
		height: 100%;
}

.custom-hero-bg.loaded {
		opacity: 1;
}

.custom-stop-color-1 {
		stop-color: #a8ff78;
}

.custom-hero-font-1 {
		font-size: clamp(28px, 0px + 0.0583333333 * 100vw, 110px);
		line-height: 1.1;
}

.custom-hero-font-2 {
		font-size: clamp(18px, 0px + 0.0583333333 * 100vw, 70px);
		line-height: 1.1;
}

.custom-hero-heading {
		position: absolute;
		width: 100%;
		bottom: 0;
		text-align: center;
		-webkit-mask-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
		mask-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 991px) {
		.custom-hero-heading {
				bottom: 80px;
		}
}

.custom-hero-heading strong {
		text-transform: uppercase;
		font-size: 13cqw;
		line-height: 13cqw;
}

/* Page Header */
.page-header .custom-hero-bg {
		height: 500px;
}

.page-header .custom-hero-bg svg {
		height: 500px;
}

@keyframes arrowMove {
		0% {
				margin-top: 0;
		}
		50% {
				margin-top: -30px;
		}
		100% {
				margin-top: 0;
		}
}

/* Elements */
.custom-el-1 {
		opacity: 0.1;
		align-items: center;
		display: flex;
		justify-content: center;
		flex-direction: column;
		animation: arrowMove 3000ms linear;
		animation-iteration-count: infinite;
}

.custom-el-1 img {
		margin-bottom: -100px;
}

.custom-el-pos-1 {
		top: 55%;
		left: -60px;
}

.custom-el-2 {
		opacity: 0.1;
		align-items: center;
		display: flex;
		justify-content: center;
		flex-direction: column;
		animation: arrowMove 3000ms linear;
		animation-iteration-count: infinite;
}

.custom-el-2 img {
		margin-bottom: -47px;
}

.custom-el-pos-2 {
		top: 80%;
		right: -30px;
}

.custom-el-3 {
		width: 100%;
		height: 100%;
		max-width: 220px;
		max-height: 220px;
		min-height: 220px;
		position: relative;
		overflow: hidden;
}

.custom-el-3 .custom-el-3-img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
}

.custom-el-3 .custom-el-3-img img {
		transition: transform 2s;
		will-change: transform;
}

.custom-el-3-pos-1 {
		top: 30%;
		z-index: 1;
}

.custom-el-3-pos-2 {
		top: -30%;
}

.custom-el-4-pos {
		margin-top: -15px;
}

.custom-el-pos-5 {
		left: -60px;
		top: 35%;
}

/* Custom Marquee */
.custom-marquee-1 .js-marquee-wrapper,
.custom-marquee-1 .js-marquee,
.custom-marquee-1 .js-marquee > span {
		display: flex;
}

/* Custom Avatar */
.custom-avatar-1 {
		width: 70px;
		height: 70px;
		position: relative;
}

.custom-avatar-1-info {
		position: absolute;
		top: -30px;
		text-align: center;
		font-size: 12px;
		white-space: nowrap;
		letter-spacing: -0.5px;
		font-weight: 600;
		margin-left: -15px;
		opacity: 0.5;
}

.custom-avatar-1-info .animated-icon {
		transform: rotate(120deg);
		float: left;
		margin-right: 5px;
}

/* Custom Popover */
.custom-popover-1 {
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: -1px;
}

/* Custom Btn */
.custom-btn-1 {
		width: 200px;
		height: 200px;
		line-height: 190px;
		border-radius: 100%;
		white-space: nowrap;
}

/* Custom Grid */
.custom-grid-1 {
		margin-top: -70px;
		position: relative;
}

.custom-grid-1 .container {
		margin: 0 auto;
}

.custom-grid-1 .container .row {
		margin: 0;
}

.custom-grid-1 .container .row > * {
		padding: 0;
		background-color: var(--light);
		min-height: 220px;
		align-items: center;
		overflow: hidden;
}

@media (max-width: 991px) {
		.custom-grid-1 .container .row > * {
				border: 1px solid var(--grey-100);
		}
}

@media (min-width: 992px) {
		.custom-grid-1 .container .row > *:nth-child(1),
		.custom-grid-1 .container .row > *:nth-child(3),
		.custom-grid-1 .container .row > *:nth-child(6),
		.custom-grid-1 .container .row > *:nth-child(8) {
				background-color: var(--grey-100);
		}
}

.custom-grid-1 .custom-grid-1-item {
		position: relative;
}

.custom-grid-1 .custom-grid-1-item .custom-grid-1-img {
		transition: opacity 300ms;
		opacity: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
}

.custom-grid-1 .custom-grid-1-item .custom-grid-1-img img {
		transition: transform 2s;
		will-change: transform;
		transform: scale(0.75);
}

.custom-grid-1 .custom-grid-1-item .custom-grid-1-img:after {
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		position: absolute;
		opacity: 0.7;
		background-color: var(--dark);
}

.custom-grid-1 .custom-grid-1-item .custom-grid-1-text {
		position: relative;
		z-index: 1;
}

.custom-grid-1 .custom-grid-1-item:hover .custom-grid-1-img {
		opacity: 1;
}

.custom-grid-1 .custom-grid-1-item:hover .custom-grid-1-img img {
		transform: scale(1);
}

.custom-grid-1 .custom-grid-1-item:hover h3 {
		color: var(--light) !important;
}

/* Custom Projects */
@media (max-width: 991px) {
		.custom-projects-1 .border-end {
				border: 0 !important;
		}
}

/* Custom Border Radius */
.custom-border-radius-1 {
		border-radius: 0 100px 0 100px;
}

.custom-border-radius-2 {
		border-radius: 100px 0 0 0;
}

.custom-border-radius-3 {
		border-radius: 100px 100px 100px 0;
}

.custom-border-radius-4 {
		border-radius: 200px 10px 10px 10px;
}

.custom-border-radius-5 {
		border-radius: 0 0 100px 0;
}

/* Custom Section */
.custom-section-1 {
		margin-top: -70px;
		padding-top: 70px;
}

/* Custom Carousel */
@media (min-width: 1200px) {
		.custom-carousel-1 > .owl-carousel {
				width: calc( 100vw - ( ( 100vw - 1400px ) / 2 ));
		}
}

/* Custom Content */
.custom-page-content {
		margin-top: -70px;
}

/* Custom Padding */
.custom-padding-top-1 {
		padding-top: 70px;
}

.custom-padding-bottom-1 {
		padding-bottom: 70px;
}

/* Problem Section - Black Overlay for Text Readability */
#problem {
		position: relative;
}

#problem:before {
		content: "";
		display: block;
		background: rgba(0, 0, 0, 0.5);
		bottom: 0;
		height: 100%;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 1;
}

#problem .scrollable-parallax-wrapper {
		position: relative;
		z-index: 2;
}

/* Footer */
#footer {
		margin-top: -70px;
}

/* Limited Monthly Builds Section - Enhanced Design */
#solution {
	position: relative;
}

.limited-builds-content {
	opacity: 1 !important;
	visibility: visible !important;
}

.limited-builds-content > * {
	opacity: 1 !important;
	visibility: visible !important;
}

#solution::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: 
		radial-gradient(circle at 20% 30%, rgba(168, 255, 120, 0.05) 0%, transparent 50%),
		radial-gradient(circle at 80% 70%, rgba(168, 255, 120, 0.05) 0%, transparent 50%);
	pointer-events: none;
	z-index: 0;
}

#solution .container {
	position: relative;
	z-index: 1;
}

.limited-builds-counter {
	display: inline-block;
	margin: 0 auto;
}

.counter-number-wrapper {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
	backdrop-filter: blur(10px);
	border: 2px solid rgba(168, 255, 120, 0.3);
	border-radius: 24px;
	padding: 50px 70px;
	box-shadow: 
		0 20px 60px rgba(0, 0, 0, 0.4),
		0 0 0 1px rgba(255, 255, 255, 0.1) inset,
		0 8px 32px rgba(168, 255, 120, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	overflow: hidden;
	animation: urgency-pulse 2s ease-in-out infinite;
}

@keyframes urgency-pulse {
	0%, 100% {
		border-color: rgba(168, 255, 120, 0.3);
		box-shadow: 
			0 20px 60px rgba(0, 0, 0, 0.4),
			0 0 0 1px rgba(255, 255, 255, 0.1) inset,
			0 8px 32px rgba(168, 255, 120, 0.2);
	}
	50% {
		border-color: rgba(168, 255, 120, 0.5);
		box-shadow: 
			0 20px 60px rgba(0, 0, 0, 0.4),
			0 0 0 1px rgba(255, 255, 255, 0.1) inset,
			0 8px 40px rgba(168, 255, 120, 0.4);
	}
}

.counter-number-wrapper::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(168, 255, 120, 0.1) 0%, transparent 70%);
	animation: pulse-glow 4s ease-in-out infinite;
	pointer-events: none;
}

@keyframes pulse-glow {
	0%, 100% {
		opacity: 0.3;
		transform: scale(1);
	}
	50% {
		opacity: 0.6;
		transform: scale(1.1);
	}
}

.counter-number {
	font-size: 140px;
	line-height: 1;
	font-weight: 800;
	background: linear-gradient(135deg, #ffffff 0%, rgba(168, 255, 120, 0.9) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-shadow: 0 0 50px rgba(168, 255, 120, 0.4);
	position: relative;
	z-index: 1;
	letter-spacing: -6px;
}

.counter-label {
	position: relative;
	z-index: 1;
	letter-spacing: 0.5px;
	font-weight: 500;
}

@media (max-width: 991px) {
	.counter-number {
		font-size: 100px;
	}
	
	.counter-number-wrapper {
		padding: 40px 50px;
	}
}

@media (max-width: 575px) {
	.counter-number {
		font-size: 80px;
		letter-spacing: -3px;
	}
	
	.counter-number-wrapper {
		padding: 30px 40px;
		border-radius: 20px;
	}
	
	.counter-label {
		font-size: 14px;
	}
}

/* Claim Your Spot Button Hover Effect */
#solution .btn-primary {
	background-color: #a8ff78;
	border: 2px solid #a8ff78;
	color: #000;
	transition: all 0.3s ease;
}

#solution .btn-primary:hover {
	background-color: #000;
	border-color: #a8ff78;
	color: #a8ff78;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(168, 255, 120, 0.3);
}

/* Examples Section - Subtle Background Pattern */
#examples {
	position: relative;
	overflow: hidden;
	background-color: #ffffff !important;
	background-image: 
		repeating-linear-gradient(
			45deg,
			transparent,
			transparent 2px,
			rgba(0, 0, 0, 0.015) 2px,
			rgba(0, 0, 0, 0.015) 4px
		);
	background-size: 40px 40px;
}

#examples .container {
	position: relative;
	z-index: 1;
}

/* Request Form Section - Combined with Process */
#request-form {
	scroll-margin-top: 80px;
}

#request-form .dn-service-box {
	margin-bottom: 0;
}

/* Process Timeline - Redesigned */
.process-timeline {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 800px;
	margin: 0 auto;
}

.process-item {
	flex: 1;
	min-width: 180px;
	max-width: 220px;
}

.process-item-content {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	text-align: left;
}

.process-step-badge {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: linear-gradient(135deg, #a8ff78 0%, #8cd95f 100%);
	color: #000;
	font-size: 20px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: 0 4px 12px rgba(168, 255, 120, 0.3);
}

.process-item-text {
	flex: 1;
}

.process-item-text h4 {
	font-size: 20px;
	letter-spacing: 0.3px;
	margin: 0;
}

.process-connector {
	width: 40px;
	height: 2px;
	background: linear-gradient(to right, #a8ff78, rgba(168, 255, 120, 0.3));
	flex-shrink: 0;
	position: relative;
}

.process-connector::after {
	content: '→';
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-50%);
	color: #a8ff78;
	font-size: 18px;
	font-weight: bold;
}

@media (max-width: 991px) {
	.process-timeline {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 15px;
		justify-content: space-between;
	}
	
	.process-item {
		flex: 1 1 calc(33.333% - 15px);
		min-width: 140px;
		max-width: none;
	}
	
	.process-item-content {
		flex-direction: column;
		text-align: center;
		align-items: center;
		gap: 12px;
	}
	
	.process-connector {
		display: none;
	}
}

@media (max-width: 767px) {
	.process-timeline {
		flex-direction: row;
		gap: 10px;
	}
	
	.process-item {
		flex: 1 1 calc(33.333% - 10px);
		min-width: 100px;
	}
	
	.process-step-badge {
		width: 32px;
		height: 32px;
		font-size: 16px;
	}
	
	.process-item-text h4 {
		font-size: 16px;
	}
	
	.process-item-text p {
		font-size: 12px;
	}
}

@media (max-width: 575px) {
	.process-item-content {
		gap: 12px;
	}
	
	.process-step-badge {
		width: 36px;
		height: 36px;
		font-size: 18px;
	}
	
	.process-item-text h4 {
		font-size: 18px;
	}
}

#request-form .form-control {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 12px 16px;
	font-size: 16px;
	transition: all 0.3s ease;
}

#request-form .form-control:focus {
	border-color: #a8ff78;
	box-shadow: 0 0 0 3px rgba(168, 255, 120, 0.1);
	outline: none;
}

#request-form .form-label {
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#request-form .bg-white {
	border-radius: 16px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

/* Smooth scroll behavior */
html {
	scroll-behavior: smooth;
}
