﻿h1:focus {
    outline: none;
}

.hideme {
	display: none;
}

/*
.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

*/

:root {
	--primary-color: #2563eb;
	--primary-dark: #1d4ed8;
	--secondary-color: #06b6d4;
	--accent-color: #8b5cf6;
	--success-color: #059669;
	--warning-color: #d97706;
	--gradient-primary: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
	--gradient-hero: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	--gradient-accent: linear-gradient(135deg, var(--accent-color), var(--primary-color));
}

body {
	font-family: 'Inter', sans-serif;
	line-height: 1.6;
}

/* Navigation */
.navbar-custom {
	background: rgba(255, 255, 255, 0.95) !important;
	backdrop-filter: blur(10px);
	border-bottom: 1px solid #e5e7eb;
	transition: all 0.3s ease;
}

.navbar-brand {
	font-weight: 700;
	font-size: 1.5rem;
}

.highlight {
	color: var(--primary-color);
}

.nav-link {
	font-weight: 500;
	transition: color 0.3s ease;
}

	.nav-link:hover {
		color: var(--primary-color) !important;
	}

.btn-nav-cta {
	background: var(--gradient-primary);
	border: none;
	font-weight: 600;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

	.btn-nav-cta:hover {
		transform: translateY(-2px);
		box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
	}

/* Hero Section */
.hero {
	/*	background: var(--gradient-hero);*/
	background-image: url('hero-bg.svg');
	background-size: cover;
	background-position: center;
	height: 100vh;
	min-height: calc(max(1200px - 70vw, 620px));
	display: flex;
	align-items: center;
	color: white;
	text-align: center;
	color: white;
	padding: 120px 0 80px;
	overflow: hidden;
	position: relative;
	/*	min-height: 70vh;*/
}

.hero-title {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 1.5rem;
}

.gradient-text {
	background: linear-gradient(135deg, #fbbf24, #f59e0b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.hero-subtitle {
	font-size: 1.25rem;
	opacity: 0.9;
	margin-bottom: 2rem;
}

.stat-card {
	text-align: center;
	padding: 1rem;
}

.stat-number {
	display: block;
	font-size: 2rem;
	font-weight: 700;
	color: #fbbf24;
}

.stat-label {
	font-size: 0.9rem;
	opacity: 0.8;
}

.btn-primary-custom {
	background: white;
	color: var(--primary-color);
	border: none;
	padding: 1rem 2rem;
	font-weight: 600;
	transition: all 0.3s ease;
}

	.btn-primary-custom:hover {
		transform: translateY(-2px);
		box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
	}

.btn-secondary-custom {
	background: transparent;
	color: white;
	border: 2px solid white;
	padding: 1rem 2rem;
	font-weight: 600;
	transition: all 0.3s ease;
}

	.btn-secondary-custom:hover {
		background: white;
		color: var(--primary-color);
	}

/* Service Cards */
.service-card {
	transition: all 0.3s ease;
	height: 100%;
	border: none;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

	.service-card:hover {
		transform: translateY(-5px);
		box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
	}

	.service-card.featured {
		border: 2px solid var(--primary-color);
		background: linear-gradient(135deg, #fafbff, #f0f7ff);
	}

.service-icon {
	width: 60px;
	height: 60px;
	background: var(--gradient-primary);
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.5rem;
}

	.service-icon i {
		font-size: 1.5rem;
		color: white;
	}

.feature-tag {
	background: #f1f5f9;
	color: var(--primary-color);
	padding: 0.25rem 0.75rem;
	border-radius: 1rem;
	font-size: 0.85rem;
	font-weight: 500;
	margin: 0.25rem;
}

.service-cta {
	color: var(--primary-color);
	text-decoration: none;
	font-weight: 600;
	transition: color 0.3s ease;
}

	.service-cta:hover {
		color: var(--primary-dark);
	}

	.service-cta::after {
		content: ' →';
		transition: transform 0.3s ease;
	}

	.service-cta:hover::after {
		transform: translateX(4px);
	}

/* About Section */
.about-image {
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
}

	.about-image img {
		width: 100%;
		height: auto;
		border-radius: 1rem;
		box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	}

.about-image-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(139, 92, 246, 0.1));
	border-radius: 1rem;
}

.tech-tag {
	background: var(--gradient-primary);
	color: white;
	padding: 0.5rem 1rem;
	border-radius: 1.5rem;
	font-size: 0.9rem;
	font-weight: 500;
	margin: 0.25rem;
	display: inline-block;
}

/* Timeline */
.timeline {
	position: relative;
}

	.timeline::before {
		content: '';
		position: absolute;
		left: 50px;
		top: 0;
		bottom: 0;
		width: 3px;
		background: var(--gradient-primary);
	}

.timeline-item {
	display: flex;
	margin-bottom: 3rem;
	position: relative;
}

.timeline-year {
	flex-shrink: 0;
	width: 100px;
	height: 100px;
	background: var(--gradient-primary);
	color: white;
	text-align: center;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 1.1rem;
	box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
	position: relative;
	z-index: 1;
}

.timeline-content {
	flex: 1;
	background: white;
	padding: 2rem;
	border-radius: 1rem;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	margin-left: 2rem;
	border: 1px solid #e5e7eb;
}

.impact-metric {
	background: var(--success-color);
	color: white;
	padding: 0.25rem 0.75rem;
	border-radius: 1rem;
	font-size: 0.85rem;
	font-weight: 600;
	margin: 0.25rem;
	display: inline-block;
}

/* Contact Section */
.contact-bg {
	background: linear-gradient(135deg, #0f172a, #1e293b);
	color: white;
}

.contact-method {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
}

	.contact-method i {
		width: 50px;
		height: 50px;
		background: var(--gradient-primary);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.2rem;
		margin-right: 1rem;
	}

	.contact-method a {
		color: #06b6d4;
		text-decoration: none;
		transition: color 0.3s ease;
	}

		.contact-method a:hover {
			color: #0891b2;
		}

.contact-form {
	background: rgba(255, 255, 255, 0.05);
	padding: 2.5rem;
	border-radius: 1rem;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.form-control-custom {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: white;
}

	.form-control-custom:focus {
		background: rgba(255, 255, 255, 0.1);
		border-color: var(--primary-color);
		color: white;
		box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.25);
	}

	.form-control-custom::placeholder {
		color: rgba(255, 255, 255, 0.6);
	}

.form-label-custom {
	color: #e5e7eb;
	font-weight: 500;
}

/* Footer */
.footer-bg {
	background: #1f2937;
	color: white;
}

.footer-link {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.3s ease;
}

	.footer-link:hover {
		color: var(--secondary-color);
	}

/* Responsive adjustments */
@media (max-width: 768px) {
	.hero-title {
		font-size: 2.5rem;
	}

	.timeline::before {
		left: 25px;
	}

	.timeline-year {
		width: 50px;
		height: 50px;
		font-size: 0.9rem;
	}

	.timeline-content {
		margin-left: 1rem;
	}
}

@media (max-width: 576px) {
	.hero-title {
		font-size: 2rem;
	}

	.hero {
		padding: 100px 0 60px;
	}
}

/* Scroll progress indicator */
.scroll-progress {
	position: fixed;
	top: 0;
	left: 0;
	width: 0%;
	height: 3px;
	background: var(--gradient-primary);
	z-index: 9999;
	transition: width 0.1s ease;
}

/* Smooth scrolling */
html {
	scroll-behavior: smooth;
}