body {
	font-family: 'Manrope', sans-serif;
}

header#main-header {
	z-index: 999;
}

.sticky-nav {
	transition: all 0.3s ease;
}

	.sticky-nav.scrolled {
		background-color: rgba(255, 255, 255, 0.95);
		box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.05);
		border-bottom: 1px solid rgba(0,0,0,0.05);
	}

#main-header nav a.group.active {
	color: #00aeef;
}

	#main-header nav a.group.active span.absolute {
		width: 100%;
	}

.home_page {
	.hero-split

{
	background: linear-gradient(90deg, #ffffff 50%, #f3f4f6 50%);
}

.text-gradient {
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(135deg, #F2911B, #00AEEF);
}

.text-gradient-bold {
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(90deg, #00AEEF, #2563eb, #F2911B);
}

.text-gradient-hero {
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(to right, #00AEEF, #3b82f6, #F2911B);
}

.card-hover {
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

	.card-hover:hover {
		transform: translateY(-8px) scale(1.01);
		box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	}

		.card-hover:hover .progress-underline {
			width: 100%;
		}

		.card-hover:hover .icon-glow {
			filter: drop-shadow(0 0 8px rgba(0, 174, 239, 0.5));
			transform: scale(1.1);
		}

.reveal {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.8s ease-out;
}

	.reveal.active {
		opacity: 1;
		transform: translateY(0);
	}

.project-slider::-webkit-scrollbar {
	height: 0px;
	background: transparent;
}

.parallax-bg {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.testimonial-slider {
	scroll-behavior: smooth;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

	.testimonial-slider::-webkit-scrollbar {
		display: none;
	}

.lifecycle-line-container {
	position: absolute;
	top: 2.5rem;
	left: 10%;
	width: 80%;
	height: 2px;
	background: #f1f5f9;
	z-index: 0;
}

.lifecycle-line-fill {
	height: 100%;
	background: linear-gradient(90deg, #00AEEF, #F2911B);
	width: 0%;
	transition: width 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.active .lifecycle-line-fill {
	width: 100%;
}

.reveal.active .lifecycle-step-icon {
	animation: glowPulse 2s infinite;
	animation-delay: var(--delay);
}

.form-watermark {
	position: absolute;
	bottom: -20px;
	right: -20px;
	opacity: 0.05;
	transform: rotate(-15deg);
	pointer-events: none;
	z-index: 0;
}

.reveal .tilt-card {
	transition: transform 0.5s ease;
	transform-style: preserve-3d;
}

	.reveal .tilt-card:hover {
		transform: perspective(1000px) rotateX(2deg) rotateY(2deg);
	}

.shimmer-btn {
	background: linear-gradient(90deg, #F2911B 0%, #ffad42 50%, #F2911B 100%);
	background-size: 200% 100%;
	/* animation: shimmer 2.5s infinite linear; */
}

.fade-slide-text {
	animation: fadeInUp 0.5s ease-out forwards;
}

.mesh-gradient {
	background-color: hsla(0, 0%, 100%, 1);
	background-image: radial-gradient(at 80% 0%, hsla(205, 91%, 90%, 1) 0px, transparent 50%), radial-gradient(at 0% 50%, hsla(38, 91%, 95%, 1) 0px, transparent 50%), radial-gradient(at 80% 50%, hsla(205, 91%, 96%, 1) 0px, transparent 50%), radial-gradient(at 0% 100%, hsla(205, 91%, 98%, 1) 0px, transparent 50%), radial-gradient(at 80% 100%, hsla(240, 91%, 98%, 1) 0px, transparent 50%), radial-gradient(at 0% 0%, hsla(205, 91%, 95%, 1) 0px, transparent 50%);
}

.tech-grid-bg {
	background-size: 40px 40px;
	background-image: linear-gradient(to right, rgba(15, 23, 42, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(15, 23, 42, 0.05) 1px, transparent 1px);
	mask-image: radial-gradient(circle at center, black 40%, transparent 80%);
}

}

@media (max-width: 1024px) {
	.home_page .hero-split {
		background: #ffffff;
	}
}

.shimmer-effect::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.4) 50%, transparent 100%);
	transform: skewX(-20deg) translateX(-150%);
	animation: shimmer1 3s infinite;
}
/* -----02 About ----- */
.about_page {
	.grid-bg-light

{
	background-image: linear-gradient(to right, rgba(0,0,0,0.03) 1px, transparent 1px), linear-gradient(to bottom, rgba(0,0,0,0.03) 1px, transparent 1px);
	background-size: 40px 40px;
}

.card-3d {
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform-style: preserve-3d;
}

	.card-3d:hover {
		transform: translateY(-10px) scale(1.02);
		box-shadow: 0 20px 40px -5px rgba(0,0,0,0.1), 0 10px 20px -5px rgba(0,0,0,0.05);
	}

.team-card-overlay {
	background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0) 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.team-card:hover .team-card-overlay {
	opacity: 1;
}

.team-info {
	transform: translateY(20px);
	opacity: 0;
	transition: all 0.3s ease;
}

.team-card:hover .team-info {
	transform: translateY(0);
	opacity: 1;
}

.timeline-line {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #e2e8f0;
	transform: translateX(-50%);
}

.timeline-progress {
	position: absolute;
	left: 50%;
	top: 0;
	width: 2px;
	background: linear-gradient(to bottom, #13a4ec, #F2911B);
	transform: translateX(-50%);
	height: 0%;
	transition: height 1s ease-out;
}

.timeline-container:hover .timeline-progress {
	height: 100%;
	transition: height 2s ease-in-out;
}

.timeline-dot {
	transition: all 0.3s ease;
}

.timeline-item:hover .timeline-dot {
	transform: scale(1.3);
	background-color: #F2911B;
	border-color: #F2911B;
}

}

/* -----03 services ----- */
.service_page {
	.browser-bar

{
	background: #f1f5f9;
	border-bottom: 1px solid #e2e8f0;
	border-top-left-radius: 0.75rem;
	border-top-right-radius: 0.75rem;
	padding: 10px 16px;
	display: flex;
	gap: 8px;
	align-items: center;
}

.browser-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.code-bg {
	background-image: radial-gradient(#cbd5e1 1px, transparent 1px);
	background-size: 24px 24px;
}

.grid-bg {
	background-image: linear-gradient(to right, #f1f5f9 1px, transparent 1px), linear-gradient(to bottom, #f1f5f9 1px, transparent 1px);
	background-size: 40px 40px;
}

.grid-bg-dark {
	background-image: linear-gradient(to right, rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,0.05) 1px, transparent 1px);
	background-size: 40px 40px;
}

.tilt-card {
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

	.tilt-card:hover {
		transform: translateY(-8px) scale(1.02);
		box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
	}

.animate-stagger-1 {
	animation-delay: 100ms;
}

.animate-stagger-2 {
	animation-delay: 200ms;
}

.animate-stagger-3 {
	animation-delay: 300ms;
}

.animate-stagger-4 {
	animation-delay: 400ms;
}

.path-line {
	stroke-dasharray: 10;
	animation: dash 20s linear infinite;
}

@keyframes dash {
	to {
		stroke-dashoffset: -1000;
	}
}

.typewriter-text {
	overflow: hidden;
	border-right: .15em solid orange;
	white-space: nowrap;
	margin: 0 auto;
	letter-spacing: .15em;
	animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
}

.premium-card {
	perspective: 1000px;
	transform-style: preserve-3d;
	transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.3s ease;
}

	.premium-card:hover {
		transform: translateY(-20px) rotateX(5deg) rotateY(0deg);
		box-shadow: 0 30px 60px -10px rgba(59, 130, 246, 0.25), 0 0 0 1px rgba(59, 130, 246, 0.3);
		z-index: 10;
	}

		.premium-card:hover .card-icon {
			color: #F2911B !important;
			background-color: rgba(242, 145, 27, 0.1) !important;
		}

		.premium-card:hover .screenshot-img {
			transform: scale(1.1);
		}

.text-btn-underline {
	position: relative;
	display: inline-flex;
	align-items: center;
}

	.text-btn-underline::after {
		content: '';
		position: absolute;
		width: 0;
		height: 2px;
		bottom: -4px;
		left: 50%;
		background-color: currentColor;
		transition: width 0.3s ease-out, left 0.3s ease-out;
	}

	.text-btn-underline:hover::after,
	.group:hover .text-btn-underline::after {
		width: 100%;
		left: 0;
	}

	.text-btn-underline .link-icon {
		transition: transform 0.3s ease;
	}

	.text-btn-underline:hover .link-icon,
	.group:hover .text-btn-underline .link-icon {
		transform: translateX(5px);
	}

.glass-btn {
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: white;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

	.glass-btn:hover {
		background: rgba(255, 255, 255, 0.25);
		transform: scale(1.05);
		box-shadow: 0 0 25px rgba(59, 130, 246, 0.6);
	}

.solid-white-btn {
	background: white;
	color: #3b82f6;
	border: 1px solid white;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

	.solid-white-btn:hover {
		background: #f8fafc;
		transform: scale(1.05);
		box-shadow: 0 0 25px rgba(59, 130, 246, 0.6);
	}

.fill-transition-btn {
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
	z-index: 1;
}

	.fill-transition-btn::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 100%;
		background-color: #13a4ec;
		transition: width 0.3s ease;
		z-index: -1;
	}

	.fill-transition-btn:hover::before {
		width: 100%;
	}

	.fill-transition-btn:hover {
		transform: translateY(-4px);
		color: white !important;
		border-color: #13a4ec !important;
	}

.shimmer-btn {
	position: relative;
	overflow: hidden;
}

	.shimmer-btn::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
		background: linear-gradient(to right, transparent, rgba(255,255,255,0.4), transparent);
		transform: skewX(-20deg) translateX(-150%);
		transition: transform 0.5s;
	}

	.shimmer-btn:hover::after {
		transform: skewX(-20deg) translateX(250%);
		transition: transform 0.6s ease-in-out;
	}

}

@keyframes typing {
	from {
		width: 0
	}

	to {
		width: 100%
	}
}

@keyframes blink-caret {
	from, to {
		border-color: transparent
	}

	50% {
		border-color: orange;
	}
}

/* -----04 umb ----- */

.umbraco_page {
	font-family: Inter, sans-serif;
}

.umbraco_page {
	.browser-bar

{
	background: #f8fafc;
	border-bottom: 1px solid #e2e8f0;
	border-top-left-radius: 0.75rem;
	border-top-right-radius: 0.75rem;
	padding: 12px 16px;
	display: flex;
	gap: 8px;
	align-items: center;
}

.browser-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.grid-bg-light {
	background-image: linear-gradient(to right, #e2e8f0 1px, transparent 1px), linear-gradient(to bottom, #e2e8f0 1px, transparent 1px);
	background-size: 40px 40px;
}

.tilt-card {
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

	.tilt-card:hover {
		transform: translateY(-8px) scale(1.01);
		box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
	}

.animate-stagger-1 {
	animation-delay: 100ms;
}

.animate-stagger-2 {
	animation-delay: 200ms;
}

.animate-stagger-3 {
	animation-delay: 300ms;
}

.animate-stagger-4 {
	animation-delay: 400ms;
}

.btn-scale-glow {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

	.btn-scale-glow:hover {
		transform: scale(1.05);
		box-shadow: 0 0 20px rgba(19, 164, 236, 0.4);
	}

.text-btn-animated {
	position: relative;
	display: inline-flex;
	align-items: center;
}

	.text-btn-animated::after {
		content: '';
		position: absolute;
		width: 0;
		height: 2px;
		bottom: -4px;
		left: 50%;
		background-color: currentColor;
		transition: width 0.3s ease-out, left 0.3s ease-out;
	}

	.text-btn-animated:hover::after {
		width: 100%;
		left: 0;
	}

	.text-btn-animated .arrow-icon {
		transition: transform 0.3s ease;
	}

	.text-btn-animated:hover .arrow-icon {
		transform: translateX(5px);
	}

.bg-transition-btn {
	position: relative;
	overflow: hidden;
	background-color: transparent;
	z-index: 1;
	transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

	.bg-transition-btn::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #13a4ec;
		opacity: 0;
		z-index: -1;
		transition: opacity 0.3s ease;
	}

	.bg-transition-btn:hover::before {
		opacity: 1;
	}

	.bg-transition-btn:hover {
		color: white !important;
		transform: translateY(-2px);
		box-shadow: 0 10px 20px -5px rgba(19, 164, 236, 0.3);
	}

.ripple-btn {
	position: relative;
	overflow: hidden;
}

	.ripple-btn::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 0;
		height: 0;
		background: rgba(255, 255, 255, 0.3);
		border-radius: 50%;
		transform: translate(-50%, -50%);
		transition: width 0.6s ease-out, height 0.6s ease-out;
	}

	.ripple-btn:hover::after {
		width: 300%;
		height: 300%;
	}

.premium-card {
	perspective: 1000px;
	transform-style: preserve-3d;
	transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.3s ease;
}

	.premium-card:hover {
		transform: translateY(-10px);
		box-shadow: 0 20px 40px -5px rgba(19, 164, 236, 0.15);
		border-color: #13a4ec;
		z-index: 10;
	}

.check-icon-anim {
	stroke-dasharray: 20;
	stroke-dashoffset: 20;
	animation: drawCheck 0.5s forwards;
	animation-delay: 0.2s;
}

.scrolling-wrapper {
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

	.scrolling-wrapper::-webkit-scrollbar {
		display: none;
	}

.gradient-text {
	background: linear-gradient(135deg, #13a4ec 0%, #0b8ac7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

}

@keyframes drawCheck {
	to {
		stroke-dashoffset: 0;
	}
}

/* -----05 Sitef ----- */
.sitefinity_page {
	.browser-bar

{
	background: #f1f5f9;
	border-bottom: 1px solid #e2e8f0;
	border-top-left-radius: 0.75rem;
	border-top-right-radius: 0.75rem;
	padding: 10px 16px;
	display: flex;
	gap: 8px;
	align-items: center;
}

.browser-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.code-bg {
	background-image: radial-gradient(#cbd5e1 1px, transparent 1px);
	background-size: 24px 24px;
}

.grid-bg {
	background-image: linear-gradient(to right, #f1f5f9 1px, transparent 1px), linear-gradient(to bottom, #f1f5f9 1px, transparent 1px);
	background-size: 40px 40px;
}

.grid-bg-dark {
	background-image: linear-gradient(to right, rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,0.05) 1px, transparent 1px);
	background-size: 40px 40px;
}

.tilt-card {
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

	.tilt-card:hover {
		transform: translateY(-8px) scale(1.02);
		box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
	}

.animate-stagger-1 {
	animation-delay: 100ms;
}

.animate-stagger-2 {
	animation-delay: 200ms;
}

.animate-stagger-3 {
	animation-delay: 300ms;
}

.animate-stagger-4 {
	animation-delay: 400ms;
}

.premium-card {
	perspective: 1000px;
	transform-style: preserve-3d;
	transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.3s ease;
}

	.premium-card:hover {
		transform: translateY(-15px) rotateX(2deg);
		box-shadow: 0 30px 60px -10px rgba(59, 130, 246, 0.25), 0 0 0 1px rgba(19, 164, 236, 0.4);
		z-index: 10;
		border-color: rgba(19, 164, 236, 0.5);
	}

		.premium-card:hover .card-icon {
			color: #F2911B !important;
			background-color: rgba(242, 145, 27, 0.1) !important;
		}

		.premium-card:hover .screenshot-img {
			transform: scale(1.1);
		}

.text-btn-underline {
	position: relative;
	display: inline-flex;
	align-items: center;
}

	.text-btn-underline::after {
		content: '';
		position: absolute;
		width: 0;
		height: 2px;
		bottom: -4px;
		left: 50%;
		background-color: currentColor;
		transition: width 0.3s ease-out, left 0.3s ease-out;
	}

	.text-btn-underline:hover::after,
	.group:hover .text-btn-underline::after {
		width: 100%;
		left: 0;
	}

	.text-btn-underline .link-icon {
		transition: transform 0.3s ease;
	}

	.text-btn-underline:hover .link-icon,
	.group:hover .text-btn-underline .link-icon {
		transform: translateX(5px);
	}

.glass-btn {
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: white;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
}

	.glass-btn::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(rgba(255,255,255,0.2), transparent);
		opacity: 0;
		transition: opacity 0.3s ease;
	}

	.glass-btn:hover::after {
		opacity: 1;
	}

	.glass-btn:hover {
		background: rgba(255, 255, 255, 0.25);
		transform: scale(1.05);
		box-shadow: 0 0 25px rgba(59, 130, 246, 0.6);
	}

.solid-white-btn {
	background: white;
	color: #3b82f6;
	border: 1px solid white;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
	z-index: 1;
}

	.solid-white-btn::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 0%;
		height: 100%;
		background: rgba(59, 130, 246, 0.1);
		transition: width 0.4s ease;
		z-index: -1;
	}

	.solid-white-btn:hover::before {
		width: 100%;
	}

	.solid-white-btn:hover {
		transform: scale(1.05);
		box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
		color: #2563eb;
	}

.shimmer-btn {
	position: relative;
	overflow: hidden;
}

	.shimmer-btn::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
		background: linear-gradient(to right, transparent, rgba(255,255,255,0.4), transparent);
		transform: skewX(-20deg) translateX(-150%);
		transition: transform 0.5s;
	}

	.shimmer-btn:hover::after {
		transform: skewX(-20deg) translateX(250%);
		transition: transform 0.6s ease-in-out;
	}

.checkmark-list li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 0.75rem;
}

	.checkmark-list li::before {
		content: 'check_circle';
		font-family: 'Material Symbols Outlined';
		position: absolute;
		left: 0;
		top: 2px;
		color: #13a4ec;
		font-size: 1.25rem;
	}

.slider-wrapper {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 1.5s ease-in-out;
	animation: kenBurns 20s infinite alternate;
}

	.slide.active {
		opacity: 1;
	}

	.slide:nth-child(1) {
		animation: fade1 15s infinite;
		background-image: url('https://lh3.googleusercontent.com/aida-public/AB6AXuBV2SIi3uEWq1jWGXSA8Adh8YhNNTOUSssW8knfobW3xI88-sHp3flxgjIhmGq9hHr5A18dNlyXxJYo5o2nvsMP1c8mv_V6q7oZYVnZDiKHSwODMS5vqX3a4_uxh9wZSCxd4Gti17Nc1fy49M-pq2hcikWj2AGUoczePhj-K7z4mYFlAjfrgKvQkahJXaEdtGi1iv0YcVqhfQQQRBM91O1M-L_MWVatKRcG2fSjH-eR7_-b08JJNEKWG9sV_38KqBIFbQnvCc8nRYO7');
	}

	.slide:nth-child(2) {
		animation: fade2 15s infinite;
		background-image: url('https://lh3.googleusercontent.com/aida-public/AB6AXuDbvBw1JsfXOqo9OixglyUG9ozeLYS8z1_HAuvwpu9TUACMhi6fQ7FYT6FeKhnEutYGP8kBa6BK05g7xneW2Us5_aaiPglbeh_XkzPviVpkl3nzb5uON2InNR25GysxXOt_u6aaRJG1_79wybmDP0KPqYyCqAg9AsSH2-IkztxNaWya3T6ltkLLOn2d6GJGDLpd_cwJBQOBrLpyQ0ns4GvgMXp1SNo0nUiyMmVm-IhywFjk2tsX90AC37nKwvTk539nVb5_I0xwSJA5');
	}

	.slide:nth-child(3) {
		animation: fade3 15s infinite;
		background-image: url('https://lh3.googleusercontent.com/aida-public/AB6AXuArn_EaG8uCYs-r7FQJ-2FaSOcpTIEPSyQOcbk4_cKKweZ-smSFbuVof1WSOMQ2AhWMmxNwXi3FT7w-a3h7izSEM0_OE4rOQxyDVgHBA0Ft8Z_kvwz7YUPkEH4LKjRIP6ZfwI8zuqFB146FUXfPMfd2og-6PqMngmrJrE7Ln3ueqS8h9Ci6FSKO0nnfgH6YB7CT6GaktQmpApd8XesfWDQX_M6TiopYepaxczjYQEA6BeT3MgYXfzezvuz13aL8UYvh2wxJsi1Y9M_P');
	}

.scroll-reveal {
	opacity: 0;
	transform: translateY(30px);
	animation: revealScroll ease-out forwards;
	animation-timeline: view();
	animation-range: entry 10% cover 30%;
}

}

@keyframes fade1 {
	0% {
		opacity: 0;
		z-index: 1;
	}

	10% {
		opacity: 1;
		z-index: 2;
	}

	33% {
		opacity: 1;
		z-index: 2;
	}

	43% {
		opacity: 0;
		z-index: 1;
	}

	100% {
		opacity: 0;
		z-index: 1;
	}
}

@keyframes fade2 {
	0% {
		opacity: 0;
		z-index: 1;
	}

	33% {
		opacity: 0;
		z-index: 1;
	}

	43% {
		opacity: 1;
		z-index: 2;
	}

	66% {
		opacity: 1;
		z-index: 2;
	}

	76% {
		opacity: 0;
		z-index: 1;
	}

	100% {
		opacity: 0;
		z-index: 1;
	}
}

@keyframes fade3 {
	0% {
		opacity: 0;
		z-index: 1;
	}

	66% {
		opacity: 0;
		z-index: 1;
	}

	76% {
		opacity: 1;
		z-index: 2;
	}

	90% {
		opacity: 1;
		z-index: 2;
	}

	100% {
		opacity: 0;
		z-index: 1;
	}
}

@keyframes revealScroll {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* -----06 Portf ----- */
.portfolio_page {
	.grid-bg-light

{
	background-image: linear-gradient(to right, rgba(0,0,0,0.03) 1px, transparent 1px), linear-gradient(to bottom, rgba(0,0,0,0.03) 1px, transparent 1px);
	background-size: 40px 40px;
}

.browser-mockup {
	border-top-left-radius: 0.75rem;
	border-top-right-radius: 0.75rem;
	background: #ffffff;
	box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	border: 1px solid #e2e8f0;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.browser-header {
	background: #f8fafc;
	border-bottom: 1px solid #e2e8f0;
	padding: 0.75rem 1rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.dot {
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
}

.dot-red {
	background-color: #ef4444;
}

.dot-yellow {
	background-color: #f59e0b;
}

.dot-green {
	background-color: #22c55e;
}

.project-card {
	perspective: 1000px;
}

.project-card-inner {
	transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	transform-style: preserve-3d;
	backface-visibility: hidden;
	position: relative;
}

.project-card:hover .project-card-inner {
	transform: translateY(-10px) rotateX(2deg);
	box-shadow: 0 25px 50px -12px rgba(19, 164, 236, 0.25);
}

.project-overlay {
	opacity: 0;
	background: linear-gradient(to top, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.4) 100%);
	transition: opacity 0.4s ease;
}

.project-card:hover .project-overlay {
	opacity: 1;
}

.tech-badge {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(0,0,0,0.05);
	backdrop-filter: blur(4px);
	padding: 4px 8px;
	border-radius: 6px;
	font-size: 0.7rem;
	font-weight: 600;
	color: #475569;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.animate-stagger-1 {
	animation-delay: 100ms;
}

.animate-stagger-2 {
	animation-delay: 200ms;
}

.animate-stagger-3 {
	animation-delay: 300ms;
}

.animate-stagger-4 {
	animation-delay: 400ms;
}

.filter-btn.active {
	background-color: #13a4ec;
	color: white;
	border-color: #13a4ec;
}

.sticky-bar {
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.hero-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 1.5s ease-in-out;
}

	.hero-slide.active {
		opacity: 1;
	}

	.hero-slide:nth-child(1) {
		animation: fadeCycle 12s infinite 0s;
	}

	.hero-slide:nth-child(2) {
		animation: fadeCycle 12s infinite 4s;
	}

	.hero-slide:nth-child(3) {
		animation: fadeCycle 12s infinite 8s;
	}

.text-reveal-mask {
	overflow: hidden;
	display: inline-block;
}

.text-reveal-content {
	display: inline-block;
	animation: textReveal 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
	transform: translateY(110%);
}

.expertise-card:hover .expertise-bg {
	transform: scale(1.1);
}

}

@keyframes fadeCycle {
	0% {
		opacity: 0;
		z-index: 1;
	}

	5% {
		opacity: 1;
		z-index: 2;
	}

	33% {
		opacity: 1;
		z-index: 2;
	}

	38% {
		opacity: 0;
		z-index: 1;
	}

	100% {
		opacity: 0;
		z-index: 1;
	}
}

/* -----07 Blog ----- */
.blog_page {
	.grid-bg-light

{
	background-image: linear-gradient(to right, rgba(0,0,0,0.03) 1px, transparent 1px), linear-gradient(to bottom, rgba(0,0,0,0.03) 1px, transparent 1px);
	background-size: 40px 40px;
}

.card-3d {
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform-style: preserve-3d;
}

	.card-3d:hover {
		transform: translateY(-10px) scale(1.02);
		box-shadow: 0 20px 40px -5px rgba(0,0,0,0.1), 0 10px 20px -5px rgba(0,0,0,0.05);
		border-color: rgba(19, 164, 236, 0.3);
	}

}

.link-arrow {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	font-weight: 700;
	transition: gap 0.2s ease;
}

	.link-arrow:hover {
		gap: 0.5rem;
		color: #0e7ab0;
	}

/* -----08 Get C----- */
.consultation_page .grid-bg-light {
	background-image: linear-gradient(to right, rgba(0,0,0,0.03) 1px, transparent 1px), linear-gradient(to bottom, rgba(0,0,0,0.03) 1px, transparent 1px);
	background-size: 40px 40px;
}

.form-input-animated:focus ~ label, .form-input-animated:not(:placeholder-shown) ~ label {
	transform: translateY(-7px) scale(0.85);
	transform-origin: left;
	color: #13a4ec;
	left: 2px;
}

.logo-grayscale {
	filter: grayscale(100%);
	opacity: 0.6;
	transition: all 0.3s ease;
}

	.logo-grayscale:hover {
		filter: grayscale(0%);
		opacity: 1;
		transform: scale(1.05);
	}
/* -----09 Case ----- */
.browser-mockup {
	border-top: 24px solid #f1f5f9;
	border-radius: 8px 8px 0 0;
	position: relative;
}

	.browser-mockup::before {
		content: '';
		position: absolute;
		top: -16px;
		left: 12px;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: #cbd5e1;
		box-shadow: 16px 0 0 #cbd5e1, 32px 0 0 #cbd5e1;
	}

.no-scrollbar::-webkit-scrollbar {
	display: none;
}

.no-scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.case_studie_page .grid-bg-light {
	background-image: linear-gradient(to right, rgba(0,0,0,0.03) 1px, transparent 1px), linear-gradient(to bottom, rgba(0,0,0,0.03) 1px, transparent 1px);
	background-size: 40px 40px;
}

/* -----10 Explore S S ----- */
.s_solution_page {
	.glass-effect

{
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(226, 232, 240, 0.8);
}

.lift-hover:hover {
	transform: translateY(-8px) scale(1.02);
	box-shadow: 0 20px 25px -5px rgba(19, 164, 236, 0.1);
	border-color: #13a4ec;
}

.gradient-text {
	background: linear-gradient(90deg, #13a4ec, #f6921e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.play-button-pulse {
	box-shadow: 0 0 0 0 rgba(19, 164, 236, 0.7);
	transition: all 0.3s ease-in-out;
}

	.play-button-pulse:hover {
		box-shadow: 0 0 0 15px rgba(19, 164, 236, 0);
	}

}

/* -----11 Explore U S ----- */
.u_solution_page .grid-bg-light {
	background-image: linear-gradient(to right, rgba(0,0,0,0.03) 1px, transparent 1px), linear-gradient(to bottom, rgba(0,0,0,0.03) 1px, transparent 1px);
	background-size: 40px 40px;
}

.perspective-container {
	perspective: 1000px;
}

.rotate-y-3d {
	transform: rotateY(-5deg) rotateX(5deg);
	transition: transform 0.5s ease;
}

	.rotate-y-3d:hover {
		transform: rotateY(0deg) rotateX(0deg);
	}

details summary::-webkit-details-marker {
	display: none;
}

/* -----11 Gallery ----- */
.gallery_page .grid-bg-light {
	background-image: linear-gradient(to right, rgba(0,0,0,0.03) 1px, transparent 1px), linear-gradient(to bottom, rgba(0,0,0,0.03) 1px, transparent 1px);
	background-size: 40px 40px;
}

.masonry-grid {
	column-count: 1;
	column-gap: 1.5rem;
}

.masonry-item {
	break-inside: avoid;
	margin-bottom: 1.5rem;
	transform: translateZ(0);
}

.overlay-gradient {
	background: linear-gradient(135deg, rgba(0, 174, 239, 0.9) 0%, rgba(242, 145, 27, 0.9) 100%);
}

@media (min-width: 640px) {
	.masonry-grid {
		column-count: 2;
	}
}

@media (min-width: 1024px) {
	.masonry-grid {
		column-count: 3;
	}
}

/* -----12 Tech Stack ----- */

.tech_stack_page {
	.glass-card

{
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(0, 0, 0, 0.05);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.glass-card:hover {
	transform: translateY(-10px) scale(1.02);
	border-color: rgba(19, 164, 236, 0.4);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shimmer-btn {
	position: relative;
	overflow: hidden;
}

	.shimmer-btn::after {
		content: "";
		position: absolute;
		top: -50%;
		left: -50%;
		width: 200%;
		height: 200%;
		background: linear-gradient( to bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.1) 60%, rgba(255, 255, 255, 0) 100% );
		transform: rotate(45deg);
		animation: shimmer 3s infinite;
	}

.gradient-text {
	background: linear-gradient(135deg, #13a4ec 0%, #f6921e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

}

@keyframes shimmer {
	0% {
		transform: translateX(-150%) rotate(45deg);
	}

	100% {
		transform: translateX(150%) rotate(45deg);
	}
}

@media (min-width: 1536px) {
	body .container {
		max-width: 1450px;
	}
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

.logo-marquee {
	display: flex;
	width: max-content;
	animation: scroll 30s linear infinite;
}

	.logo-marquee:hover {
		animation-play-state: paused;
	}

.logo-item {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0 3rem;
	opacity: 0.5;
	filter: grayscale(100%);
	transition: opacity 0.3s ease;
}

	.logo-item:hover {
		opacity: 1;
	}

.input-error {
	border-color: #ef4444 !important; /* red-500 */
	box-shadow: 0 0 0 1px #ef4444;
}

.error-message {
	display: none;
}

	.error-message.show {
		display: block;
	}
.invalid-feedback {
	color: #ef4444 !important;
}