@charset "UTF-8";
/*
Theme Name: نام پوسته
Theme URI: https://www.arshiaalavi.ir
Author: 
Author URI: https://www.arshiaalavi.ir
Description: یک پوسته اختصاصی
Requires at least: WordPress 6.3.2
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

/*
Theme Name: mvni rasuli
Theme URI: https://yourdomain.com/
Author: Your Name
Description: قالب دارک مدرن و مینیمال برای سایت موزیک
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

:root {
	--color-bg: #18181b;
	--color-bg-secondary: #23232a;
	--color-text: #f4f4f5;
	--color-accent: #00e0d3;
	--color-border: #27272a;
	--font-main: 'Inter', sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	background: var(--color-bg);
	color: var(--color-text);
	font-family: var(--font-main);
	margin: 0;
	padding: 0;
	min-height: 100vh;
	transition: background 0.3s, color 0.3s;
}

a {
	color: var(--color-accent);
	text-decoration: none;
	transition: color 0.2s;
}

a:hover {
	color: #fff;
}

header {
	background: var(--color-bg-secondary);
	border-bottom: 1px solid var(--color-border);
	padding: 1.5rem 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-title {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: var(--color-accent);
}

main {
	padding: 2rem;
	max-width: 900px;
	margin: 0 auto;
}

footer {
	background: var(--color-bg-secondary);
	border-top: 1px solid var(--color-border);
	text-align: center;
	padding: 1rem 0;
	color: #888;
	font-size: 0.95rem;
}

.icon {
	font-size: 1.5rem;
	vertical-align: middle;
	margin-right: 0.5rem;
}

/* انیمیشن ساده برای ورود عناصر */
.fade-in {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeInUp 0.8s cubic-bezier(.4,2,.6,1) forwards;
}

@keyframes fadeInUp {
	to {
		opacity: 1;
		transform: none;
	}
}:root {
	 --mvni-accent: #b3c6d4;
	 --mvni-accent-dark: #222b3a;
	 --mvni-bg-dark: #181a1f;
	 --mvni-bg-light: #f5f6fa;
	 --mvni-text-main: #eaeaea;
	 --mvni-text-sub: #b0b8c1;
	 --mvni-border: #23272f;
 }
html, body {
	width: 100vw;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	box-sizing: border-box;
	background: var(--mvni-bg-dark);
	font-family: 'Vazirmatn', 'Inter', 'Segoe UI', Arial, sans-serif;
	direction: ltr;
}
.mvni-hero {
	min-height: 100vh;
	width: 100vw;
	max-width: 100vw;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: var(--hero-bg) center center/cover no-repeat;
	color: var(--mvni-text-main);
	box-sizing: border-box;
}
.mvni-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(24,26,31,0.96) 70%, rgba(179,198,212,0.10) 100%);
	z-index: 1;
	pointer-events: none;
}
.mvni-hero-particles {
	position: absolute;
	inset: 0;
	width: 100vw;
	height: 100vh;
	z-index: 2;
	pointer-events: none;
	display: block;
}
.mvni-hero-content {
	position: relative;
	z-index: 3;
	max-width: 600px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2.2rem 1.2rem 2.2rem 1.2rem;
	box-sizing: border-box;
	background: none;
	border-radius: 0;
	box-shadow: none;
}
.mvni-hero-title-main {
	font-size: 2.7rem;
	font-weight: bold;
	letter-spacing: 1.5px;
	display: block;
	background: linear-gradient(90deg, #eaeaea 60%, var(--mvni-accent) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	word-break: break-word;
}
.mvni-hero-title-sub {
	font-size: 1.1rem;
	color: var(--mvni-text-sub);
	margin-top: 0.5rem;
	display: block;
	letter-spacing: 1px;
	font-weight: 500;
	word-break: break-word;
}
.mvni-hero-desc {
	margin: 1.7rem 0 2.2rem 0;
	font-size: 1.05rem;
	color: #b3b8c5;
	font-weight: 400;
	line-height: 1.7;
	word-break: break-word;
}
.mvni-hero-player {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	margin-bottom: 1.5rem;
	margin-top: 0.5rem;
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
}
.mvni-player-btn {
	background: var(--mvni-accent);
	border: none;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--mvni-accent-dark);
	font-size: 1.3rem;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
	flex-shrink: 0;
}
.mvni-player-btn:hover {
	background: #fff;
	color: var(--mvni-accent-dark);
}
.mvni-player-title {
	color: var(--mvni-text-sub);
	font-size: 0.98rem;
	font-weight: 500;
	margin-right: 0.5rem;
	white-space: nowrap;
}
#mvni-player-progress {
	width: 90px;
	accent-color: var(--mvni-accent);
	background: transparent;
	min-width: 60px;
	max-width: 120px;
}
.mvni-hero-actions {
	display: flex;
	gap: 1.2rem;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 0.5rem;
	width: 100%;
}
.mvni-hero-actions-center {
	justify-content: center;
}
.mvni-btn {
	background: var(--mvni-accent);
	color: var(--mvni-accent-dark);
	padding: 0.8rem 2.2rem;
	border-radius: 24px;
	font-weight: 600;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.18s;
	box-shadow: 0 2px 8px 0 rgba(179,198,212,0.08);
	border: none;
	font-size: 1.08rem;
	position: relative;
	overflow: hidden;
	margin-top: 0.5rem;
	cursor: pointer;
	white-space: nowrap;
}
.mvni-btn-outline {
	background: transparent;
	border: 1.5px solid var(--mvni-accent);
	color: var(--mvni-accent);
}
.mvni-btn-buy i, .mvni-btn-outline i {
	font-size: 1.3rem;
}
.mvni-btn:hover, .mvni-btn-outline:hover {
	background: #fff;
	color: var(--mvni-accent-dark);
	box-shadow: 0 4px 16px 0 rgba(179,198,212,0.18);
	transform: translateY(-2px) scale(1.04);
}
.mvni-hero-bg-icon {
	position: absolute;
	right: 5%;
	bottom: 10%;
	font-size: 8rem;
	color: var(--mvni-accent);
	opacity: 0.08;
	z-index: 2;
	pointer-events: none;
	user-select: none;
	filter: blur(0.5px);
	transition: transform 0.3s cubic-bezier(.4,2,.6,1);
}
.mvni-hero-bottom {
	position: absolute;
	bottom: 2.2rem;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	z-index: 4;
	padding: 0 1.5rem;
	box-sizing: border-box;
}
.mvni-hero-socials {
	display: flex;
	gap: 1rem;
	align-items: center;
}
.mvni-hero-socials a {
	color: var(--mvni-text-sub);
	font-size: 1.5rem;
	transition: color 0.2s, transform 0.2s, box-shadow 0.2s;
	position: relative;
	border-radius: 50%;
	padding: 0.1rem;
}
.mvni-hero-socials a:hover {
	color: var(--mvni-accent);
	transform: scale(1.13) rotate(-6deg);
	box-shadow: 0 0 8px 0 var(--mvni-accent);
}
.mvni-hero-scroll {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
}
.mvni-scroll-indicator {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.2rem;
	position: relative;
	padding: 0.4rem 0.8rem;
	border-radius: 12px;
	box-shadow: none;
	background: none;
	overflow: visible;
}
.mvni-scroll-mouse {
	width: 24px;
	height: 38px;
	border: 2px solid var(--mvni-accent);
	border-radius: 12px;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 0.1rem;
	background: none;
}
.mvni-scroll-wheel {
	width: 3px;
	height: 8px;
	background: var(--mvni-accent);
	border-radius: 2px;
	position: absolute;
	top: 7px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.9;
}
.mvni-scroll-text {
	font-size: 0.93rem;
	color: var(--mvni-text-sub);
	opacity: 0.7;
	letter-spacing: 2px;
	font-weight: 500;
	margin-top: 0.1rem;
}
.mvni-scroll-wave {
	position: absolute;
	left: 50%; bottom: -7px;
	width: 28px; height: 8px;
	transform: translateX(-50%);
	background: radial-gradient(ellipse at center, var(--mvni-accent) 0%, transparent 80%);
	opacity: 0.13;
	border-radius: 50%;
	filter: blur(1px);
	animation: mvni-wave 2.2s infinite linear;
}
@keyframes mvni-wave {
	0% { opacity: 0.13; transform: translateX(-50%) scaleX(1);}
	50% { opacity: 0.22; transform: translateX(-50%) scaleX(1.2);}
	100% { opacity: 0.13; transform: translateX(-50%) scaleX(1);}
}
.mvni-hero-location {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--mvni-text-sub);
	font-size: 1rem;
	opacity: 0.93;
	background: rgba(179,198,212,0.08);
	padding: 0.4rem 1rem;
	border-radius: 16px;
	box-shadow: none;
	transition: background 0.2s, color 0.2s;
	position: relative;
	overflow: visible;
	font-weight: 500;
}
.mvni-hero-location:hover {
	background: var(--mvni-accent);
	color: var(--mvni-accent-dark);
}
.mvni-location-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mvni-location-icon i {
	color: var(--mvni-accent);
	font-size: 1.2rem;
	z-index: 2;
	filter: none;
	transition: color 0.2s;
}
.mvni-hero-location:hover .mvni-location-icon i {
	color: #fff;
}
.mvni-location-pulse {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 16px;
	background: rgba(179,198,212,0.13);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	pointer-events: none;
	animation: mvni-pulse 2s infinite;
}
@keyframes mvni-pulse {
	0% { transform: translate(-50%, -50%) scale(0.8); opacity: 0.7; }
	70% { transform: translate(-50%, -50%) scale(1.4); opacity: 0; }
	100% { transform: translate(-50%, -50%) scale(0.8); opacity: 0; }
}
/* Services Section Base Styles */
.services {
	--primary: #3b82f6;
	--primary-light: rgba(59, 130, 246, 0.1);
	--text-primary: #ffffff;
	--text-secondary: rgba(255, 255, 255, 0.7);
	--card-bg: rgba(255, 255, 255, 0.03);
	--card-border: rgba(255, 255, 255, 0.05);
	--transition: cubic-bezier(0.4, 0, 0.2, 1);

	position: relative;
	background-color: #18181b;
	padding: 6rem 0;
	overflow: hidden;
	font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

/* Container */
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
	position: relative;
	z-index: 2;
}

/* Decorative Elements */
.services__decorative {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
}

.services__decorative-sphere {
	position: absolute;
	width: 600px;
	height: 600px;
	background: radial-gradient(
			circle,
			rgba(59, 130, 246, 0.05) 0%,
			rgba(59, 130, 246, 0.02) 50%,
			transparent 70%
	);
	border-radius: 50%;
	top: -300px;
	right: -300px;
	filter: blur(60px);
	animation: sphereFloat 20s ease-in-out infinite;
}

.services__decorative-grid {
	position: absolute;
	inset: 0;
	background-image:
			linear-gradient(rgba(59, 130, 246, 0.03) 1px, transparent 1px),
			linear-gradient(90deg, rgba(59, 130, 246, 0.03) 1px, transparent 1px);
	background-size: 40px 40px;
	opacity: 0.4;
}

.services__particles {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(
			circle at center,
			rgba(59, 130, 246, 0.1) 1px,
			transparent 1px
	);
	background-size: 60px 60px;
	opacity: 0.3;
}

/* Section Header */
.services__header {
	text-align: center;
	margin-bottom: 4rem;
}

.services__header-decoration {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.services__header-line {
	width: 50px;
	height: 1px;
	background: var(--primary);
	opacity: 0.5;
}

.services__header-dot {
	width: 6px;
	height: 6px;
	background: var(--primary);
	border-radius: 50%;
}

.services__overline {
	display: block;
	font-size: 0.875rem;
	color: var(--primary);
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-bottom: 1rem;
}

.services__title {
	font-size: 2.5rem;
	color: var(--text-primary);
	margin-bottom: 1rem;
	font-weight: 700;
	line-height: 1.2;
}

.services__subtitle {
	font-size: 1.125rem;
	color: var(--text-secondary);
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
}

/* Services Grid */
.services__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
	margin-bottom: 4rem;
}

/* Service Card */
.services__card {
	position: relative;
	background: var(--card-bg);
	border: 1px solid var(--card-border);
	border-radius: 20px;
	padding: 2rem;
	transition: transform 0.3s var(--transition),
	box-shadow 0.3s var(--transition);
	backdrop-filter: blur(10px);
}

.services__card:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.services__card-icon {
	width: 56px;
	height: 56px;
	background: var(--primary-light);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.5rem;
	transition: transform 0.3s var(--transition);
}

.services__card:hover .services__card-icon {
	transform: translateY(-5px);
}

.services__card-icon i {
	font-size: 1.5rem;
	color: var(--primary);
}

.services__card-title {
	font-size: 1.25rem;
	color: var(--text-primary);
	margin-bottom: 1rem;
	font-weight: 600;
}

.services__card-description {
	color: var(--text-secondary);
	margin-bottom: 1.5rem;
	line-height: 1.6;
}

/* Features List */
.services__card-features {
	list-style: none;
	padding: 0;
	margin: 0;
}

.feature-item {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
	color: var(--text-secondary);
	font-size: 0.95rem;
}

.feature-item i {
	color: var(--primary);
	font-size: 1.25rem;
}

/* Progress Bar */
.services__card-progress {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	overflow: hidden;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.services__card:hover .services__card-progress::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, var(--primary), transparent);
	animation: progressSlide 2s var(--transition) infinite;
}

/* CTA Section */
.services__cta {
	text-align: center;
	background: var(--card-bg);
	border-radius: 20px;
	padding: 3rem 2rem;
	border: 1px solid var(--card-border);
}

.services__cta-text {
	font-size: 1.5rem;
	color: var(--text-primary);
	margin-bottom: 1.5rem;
	font-weight: 600;
}

.services__cta-button {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	padding: 1rem 2rem;
	background: var(--primary);
	color: #ffffff;
	border-radius: 12px;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s var(--transition);
}

.services__cta-button:hover {
	background: #2563eb;
	transform: translateY(-2px);
}

/* Animations */
@keyframes sphereFloat {
	0%, 100% { transform: translate(0, 0); }
	50% { transform: translate(-30px, 30px); }
}

@keyframes progressSlide {
	0% { transform: translateX(-100%); }
	50% { transform: translateX(100%); }
	100% { transform: translateX(-100%); }
}

/* Reveal Animations */
.reveal-fade {
	opacity: 0;
	transition: opacity 0.8s var(--transition);
}

.reveal-slide-up {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.8s var(--transition);
}

.is-revealed {
	opacity: 1;
	transform: translateY(0);
}

/* RTL Support */
[dir="rtl"] .feature-item {
	flex-direction: row-reverse;
}

/* Responsive Design */
@media (max-width: 1200px) {
	.services__title {
		font-size: 2.25rem;
	}
}

@media (max-width: 768px) {
	.services {
		padding: 4rem 0;
	}

	.services__grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.services__title {
		font-size: 2rem;
	}

	.services__card {
		padding: 1.5rem;
	}

	.services__cta {
		padding: 2rem 1.5rem;
	}
}

@media (max-width: 576px) {
	.container {
		padding: 0 1.25rem;
	}

	.services__title {
		font-size: 1.75rem;
	}

	.services__subtitle {
		font-size: 1rem;
	}

	.services__cta-button {
		width: 100%;
		justify-content: center;
	}
}

/* Dark Mode Enhancement */
@media (prefers-color-scheme: dark) {
	.services__card {
		background: rgba(255, 255, 255, 0.02);
	}
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
	.services * {
		animation: none !important;
		transition: none !important;
	}
}
/* Process Section Base Styles */
.process {
	--primary: #3b82f6;
	--primary-light: rgba(59, 130, 246, 0.1);
	--primary-dark: #2563eb;
	--text-primary: #ffffff;
	--text-secondary: rgba(255, 255, 255, 0.7);
	--card-bg: rgba(255, 255, 255, 0.03);
	--card-border: rgba(255, 255, 255, 0.05);
	--timeline-width: 3px;
	--marker-size: 48px;
	--icon-size: 20px;
	--transition: cubic-bezier(0.4, 0, 0.2, 1);

	position: relative;
	background-color: #18181b;
	padding: 6rem 0;
	overflow: hidden;
	font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

/* Container */
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
	position: relative;
	z-index: 2;
}

/* Decorative Elements */
.process__decorative {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
}

.process__decorative-sphere {
	position: absolute;
	width: 600px;
	height: 600px;
	background: radial-gradient(
			circle,
			rgba(59, 130, 246, 0.05) 0%,
			rgba(59, 130, 246, 0.02) 50%,
			transparent 70%
	);
	border-radius: 50%;
	top: -300px;
	right: -300px;
	filter: blur(60px);
	animation: sphereFloat 20s ease-in-out infinite;
}

.process__decorative-grid {
	position: absolute;
	inset: 0;
	background-image:
			linear-gradient(rgba(59, 130, 246, 0.03) 1px, transparent 1px),
			linear-gradient(90deg, rgba(59, 130, 246, 0.03) 1px, transparent 1px);
	background-size: 40px 40px;
	opacity: 0.4;
}

.process__decorative-particles {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(
			circle at center,
			rgba(59, 130, 246, 0.1) 1px,
			transparent 1px
	);
	background-size: 60px 60px;
	opacity: 0.3;
	animation: particlesFloat 20s linear infinite;
}

/* Section Header */
.process__header {
	text-align: center;
	margin-bottom: 6rem;
}

.process__header-decoration {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.process__header-line {
	width: 50px;
	height: 1px;
	background: var(--primary);
	opacity: 0.5;
}

.process__header-dot {
	width: 6px;
	height: 6px;
	background: var(--primary);
	border-radius: 50%;
	animation: pulse 2s infinite;
}

.process__overline {
	display: block;
	font-size: 0.875rem;
	color: var(--primary);
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-bottom: 1rem;
}

.process__title {
	font-size: 2.5rem;
	color: var(--text-primary);
	margin-bottom: 1rem;
	font-weight: 700;
	line-height: 1.2;
}

.process__subtitle {
	font-size: 1.125rem;
	color: var(--text-secondary);
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
}

/* Timeline Styles */
.process__timeline {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	padding: 3rem 0;
}

.timeline__progress {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: var(--timeline-width);
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
}

.timeline__progress-bar {
	position: absolute;
	width: 100%;
	background: var(--primary);
	top: 0;
	transform-origin: top;
	transition: transform 0.3s var(--transition);
}

/* Timeline Steps */
.timeline__step {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	margin-bottom: 4rem;
}

.step__marker {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.step__icon {
	width: var(--marker-size);
	height: var(--marker-size);
	background: var(--primary-light);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s var(--transition);
}

.step__icon i {
	font-size: var(--icon-size);
	color: var(--primary);
	transition: all 0.3s var(--transition);
}

.step__pulse {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: var(--primary);
	opacity: 0;
	transform: scale(1);
	animation: pulse 2s infinite;
}

/* Step Content */
.step__content {
	background: var(--card-bg);
	border: 1px solid var(--card-border);
	border-radius: 16px;
	padding: 2rem;
	backdrop-filter: blur(10px);
	transition: all 0.3s var(--transition);
}

.timeline__step:nth-child(odd) .step__content {
	grid-column: 2;
}

.step__info {
	margin-bottom: 1.5rem;
}

.step__number {
	font-size: 0.875rem;
	color: var(--primary);
	display: block;
	margin-bottom: 0.5rem;
}

.step__title {
	font-size: 1.5rem;
	color: var(--text-primary);
	margin-bottom: 0.75rem;
}

.step__description {
	color: var(--text-secondary);
	line-height: 1.6;
}

/* Step Details */
.step__details {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 1.5rem;
	margin-top: 1.5rem;
}

.step__duration {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--text-secondary);
	font-size: 0.875rem;
	margin-bottom: 1rem;
}

.step__list {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem 0;
}

.step__list li {
	color: var(--text-secondary);
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.step__list li::before {
	content: "•";
	color: var(--primary);
}

.step__tags {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.tag {
	background: var(--primary-light);
	color: var(--primary);
	padding: 0.25rem 0.75rem;
	border-radius: 100px;
	font-size: 0.75rem;
}

/* Features Section */
.process__features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	margin-top: 6rem;
}

.feature__card {
	background: var(--card-bg);
	border: 1px solid var(--card-border);
	border-radius: 16px;
	padding: 2rem;
	text-align: center;
	transition: all 0.3s var(--transition);
}

.feature__card:hover {
	transform: translateY(-5px);
	border-color: var(--primary);
}

.feature__icon {
	width: 56px;
	height: 56px;
	background: var(--primary-light);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.5rem auto;
}

.feature__icon i {
	font-size: 24px;
	color: var(--primary);
}

.feature__title {
	color: var(--text-primary);
	font-size: 1.25rem;
	margin-bottom: 1rem;
}

.feature__text {
	color: var(--text-secondary);
	font-size: 0.95rem;
	line-height: 1.6;
}

/* CTA Section */
.process__cta {
	background: var(--card-bg);
	border: 1px solid var(--card-border);
	border-radius: 20px;
	padding: 3rem;
	text-align: center;
	margin-top: 6rem;
}

.cta__title {
	color: var(--text-primary);
	font-size: 2rem;
	margin-bottom: 1rem;
}

.cta__text {
	color: var(--text-secondary);
	margin-bottom: 2rem;
}

.cta__button {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	background: var(--primary);
	color: white;
	padding: 1rem 2rem;
	border-radius: 12px;
	text-decoration: none;
	transition: all 0.3s var(--transition);
}

.cta__button:hover {
	background: var(--primary-dark);
	transform: translateY(-2px);
}

/* Animations */
@keyframes pulse {
	0% { transform: scale(1); opacity: 0.5; }
	100% { transform: scale(1.5); opacity: 0; }
}

@keyframes sphereFloat {
	0%, 100% { transform: translate(0, 0); }
	50% { transform: translate(-30px, 30px); }
}

@keyframes particlesFloat {
	0% { transform: translateY(0); }
	100% { transform: translateY(-60px); }
}

/* Responsive Design */
@media (max-width: 1024px) {
	.process__title {
		font-size: 2.25rem;
	}

	.process__features {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.process {
		padding: 4rem 0;
	}

	.timeline__step {
		grid-template-columns: 1fr;
	}

	.step__marker {
		left: 0;
		transform: none;
	}

	.timeline__progress {
		left: 24px;
	}

	.step__content {
		margin-left: 48px;
	}

	.timeline__step:nth-child(odd) .step__content {
		grid-column: 1;
	}

	.process__features {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.process__title {
		font-size: 1.75rem;
	}

	.step__content {
		padding: 1.5rem;
	}

	.process__cta {
		padding: 2rem 1.5rem;
	}
}

/* Dark Mode Enhancement */
@media (prefers-color-scheme: dark) {
	.process__decorative-sphere {
		opacity: 0.7;
	}
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
	.process * {
		animation: none !important;
		transition: none !important;
	}
}
/* Modern Collaboration Form Styles */
.collaboration-form {
	padding: 140px 0;
	background-color: #18181b;
	color: #ffffff;
	position: relative;
	overflow: hidden;
}

.collaboration-form::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle at 0% 0%, rgba(59, 130, 246, 0.08) 0%, transparent 50%),
	radial-gradient(circle at 100% 100%, rgba(59, 130, 246, 0.08) 0%, transparent 50%);
	pointer-events: none;
}

.collaboration-form .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
	position: relative;
}

/* Enhanced Header Styles */
.form-header {
	text-align: center;
	margin-bottom: 80px;
	position: relative;
}

.form-header::after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 4px;
	background: linear-gradient(90deg, #3b82f6, #60a5fa);
	border-radius: 2px;
}

.section-subtitle {
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #3b82f6;
	margin-bottom: 20px;
	display: block;
	font-weight: 500;
}

.section-title {
	font-size: 3.8rem;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.1;
	background: linear-gradient(135deg, #ffffff 0%, #93c5fd 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.section-description {
	font-size: 1.2rem;
	color: #94a3b8;
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
}

/* Enhanced Form Styles */
.collab-form {
	max-width: 900px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.02);
	padding: 48px;
	border-radius: 24px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(59, 130, 246, 0.1);
	box-shadow: 0 0 40px rgba(59, 130, 246, 0.05);
}

.form-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	margin-bottom: 48px;
}

.form-group {
	position: relative;
}

.form-group.full-width {
	grid-column: 1 / -1;
}

.input-wrapper {
	position: relative;
}

/* Modern Label Styles */
.input-wrapper label {
	display: block;
	margin-bottom: 10px;
	font-size: 0.95rem;
	color: #94a3b8;
	font-weight: 500;
	transition: color 0.3s ease;
}

.input-wrapper:focus-within label {
	color: #3b82f6;
}

/* Enhanced Input Styles */
.input-wrapper input,
.input-wrapper textarea,
.input-wrapper select {
	width: 100%;
	padding: 18px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(59, 130, 246, 0.2);
	border-radius: 12px;
	color: #ffffff;
	font-size: 1rem;
	transition: all 0.3s ease;
}

.input-wrapper input:hover,
.input-wrapper textarea:hover,
.input-wrapper select:hover {
	background: rgba(59, 130, 246, 0.05);
}

.input-wrapper input:focus,
.input-wrapper textarea:focus,
.input-wrapper select:focus {
	outline: none;
	border-color: #3b82f6;
	background: rgba(59, 130, 246, 0.08);
	box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15);
}

.input-wrapper textarea {
	height: 180px;
	resize: vertical;
	line-height: 1.6;
}

/* Modern Select Styles */
.custom-select {
	position: relative;
}

.custom-select select {
	appearance: none;
	padding-right: 48px;
	cursor: pointer;
}

.custom-select i {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	color: #3b82f6;
	pointer-events: none;
	font-size: 1.2rem;
	transition: transform 0.3s ease;
}

.custom-select:hover i {
	transform: translateY(-50%) translateY(-2px);
}

/* Enhanced Submit Button Styles */
.form-submit {
	text-align: center;
}

.submit-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 18px 56px;
	background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
	color: #ffffff;
	border: none;
	border-radius: 12px;
	font-size: 1.1rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.submit-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.submit-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
}

.submit-btn:hover::before {
	opacity: 1;
}

.submit-btn span {
	position: relative;
	z-index: 1;
}

.submit-btn i {
	margin-left: 10px;
	font-size: 1.2rem;
	transition: transform 0.3s ease;
	position: relative;
	z-index: 1;
}

.submit-btn:hover i {
	transform: translateX(4px);
}

/* Modern Success Message Styles */
.success-message {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(24, 24, 27, 0.95);
	backdrop-filter: blur(10px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 32px;
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s ease;
}

.success-message.active {
	opacity: 1;
	pointer-events: all;
}

.success-message i {
	font-size: 4rem;
	color: #3b82f6;
	margin-bottom: 24px;
}

.success-message h3 {
	font-size: 2rem;
	margin-bottom: 16px;
	background: linear-gradient(135deg, #ffffff 0%, #93c5fd 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.success-message p {
	font-size: 1.1rem;
	color: #94a3b8;
	max-width: 400px;
}

/* Form Validation Styles */
.input-wrapper input:invalid,
.input-wrapper textarea:invalid,
.input-wrapper select:invalid {
	border-color: rgba(239, 68, 68, 0.4);
}

.input-wrapper input:invalid:focus,
.input-wrapper textarea:invalid:focus,
.input-wrapper select:invalid:focus {
	border-color: rgb(239, 68, 68);
	box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.15);
}

/* Loading State */
.submitting .submit-btn {
	pointer-events: none;
	opacity: 0.7;
}

.submitting .submit-btn i {
	animation: spin 1s linear infinite;
}

@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

/* Enhanced Responsive Styles */
@media (max-width: 1024px) {
	.collaboration-form {
		padding: 100px 0;
	}

	.section-title {
		font-size: 3.2rem;
	}

	.collab-form {
		padding: 40px;
	}
}

@media (max-width: 768px) {
	.collaboration-form {
		padding: 80px 0;
	}

	.section-title {
		font-size: 2.8rem;
	}

	.form-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.collab-form {
		padding: 32px;
	}

	.submit-btn {
		width: 100%;
		padding: 16px 32px;
	}
}

@media (max-width: 480px) {
	.section-title {
		font-size: 2.2rem;
	}

	.section-description {
		font-size: 1rem;
	}

	.collaboration-form .container {
		padding: 0 16px;
	}

	.collab-form {
		padding: 24px;
	}

	.form-grid {
		gap: 24px;
	}
}

/* Modern Hover Effects */
.input-wrapper input:not(:placeholder-shown),
.input-wrapper textarea:not(:placeholder-shown),
.input-wrapper select.selected {
	border-color: rgba(59, 130, 246, 0.4);
}

/* Floating Label Animation */
.input-wrapper {
	position: relative;
}

.input-wrapper label {
	transform-origin: left top;
	transition: all 0.3s ease;
}

.input-wrapper input:focus + label,
.input-wrapper textarea:focus + label,
.input-wrapper select:focus + label,
.input-wrapper input:not(:placeholder-shown) + label,
.input-wrapper textarea:not(:placeholder-shown) + label,
.input-wrapper select.selected + label {
	transform: translateY(-24px) scale(0.85);
	color: #3b82f6;
}

/* Focus Ring Animation */
@keyframes focusRing {
	0% {
		box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.4);
	}
	100% {
		box-shadow: 0 0 0 4px rgba(59, 130, 246, 0);
	}
}

.input-wrapper input:focus,
.input-wrapper textarea:focus,
.input-wrapper select:focus {
	animation: focusRing 0.6s ease-out;
}
/* Responsive Styles for Collaboration Form */

/* Large Desktops (1400px and up) */
@media screen and (min-width: 1400px) {
	.collaboration-form .container {
		max-width: 1320px;
	}

	.collab-form {
		max-width: 1000px;
		padding: 60px;
	}

	.section-title {
		font-size: 4.2rem;
	}

	.form-grid {
		gap: 48px;
	}
}

/* Standard Desktops (1200px to 1399px) */
@media screen and (max-width: 1399px) {
	.collaboration-form .container {
		max-width: 1140px;
	}

	.section-title {
		font-size: 3.8rem;
	}

	.collab-form {
		max-width: 900px;
		padding: 48px;
	}
}

/* Small Desktops and Laptops (992px to 1199px) */
@media screen and (max-width: 1199px) {
	.collaboration-form {
		padding: 120px 0;
	}

	.collaboration-form .container {
		max-width: 960px;
	}

	.section-title {
		font-size: 3.4rem;
	}

	.section-description {
		font-size: 1.1rem;
	}

	.form-grid {
		gap: 36px;
	}

	.collab-form {
		padding: 40px;
	}
}

/* Tablets (768px to 991px) */
@media screen and (max-width: 991px) {
	.collaboration-form {
		padding: 100px 0;
	}

	.collaboration-form .container {
		max-width: 720px;
	}

	.section-title {
		font-size: 3rem;
	}

	.form-header {
		margin-bottom: 60px;
	}

	.form-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.input-wrapper input,
	.input-wrapper textarea,
	.input-wrapper select {
		padding: 16px;
	}

	.submit-btn {
		padding: 16px 48px;
	}
}

/* Large Mobile Devices (576px to 767px) */
@media screen and (max-width: 767px) {
	.collaboration-form {
		padding: 80px 0;
	}

	.collaboration-form .container {
		max-width: 540px;
		padding: 0 20px;
	}

	.section-title {
		font-size: 2.6rem;
	}

	.section-subtitle {
		font-size: 0.9rem;
		letter-spacing: 2px;
	}

	.section-description {
		font-size: 1rem;
	}

	.collab-form {
		padding: 32px 24px;
	}

	.form-grid {
		gap: 24px;
	}

	.form-group.full-width {
		margin-bottom: 0;
	}

	.submit-btn {
		width: 100%;
		padding: 16px 32px;
	}
}

/* Mobile Devices (575px and down) */
@media screen and (max-width: 575px) {
	.collaboration-form {
		padding: 60px 0;
	}

	.collaboration-form .container {
		padding: 0 16px;
	}

	.section-title {
		font-size: 2.2rem;
	}

	.section-subtitle {
		font-size: 0.8rem;
		margin-bottom: 16px;
	}

	.section-description {
		font-size: 0.95rem;
	}

	.form-header {
		margin-bottom: 40px;
	}

	.form-header::after {
		width: 40px;
		bottom: -20px;
	}

	.collab-form {
		padding: 24px 16px;
	}

	.input-wrapper label {
		font-size: 0.9rem;
		margin-bottom: 8px;
	}

	.input-wrapper input,
	.input-wrapper textarea,
	.input-wrapper select {
		padding: 14px;
		font-size: 0.95rem;
	}

	.custom-select i {
		right: 14px;
		font-size: 1.1rem;
	}

	.submit-btn {
		padding: 14px 28px;
		font-size: 1rem;
	}

	.submit-btn i {
		font-size: 1.1rem;
	}

	.success-message {
		padding: 24px 16px;
	}

	.success-message i {
		font-size: 3rem;
		margin-bottom: 16px;
	}

	.success-message h3 {
		font-size: 1.8rem;
	}

	.success-message p {
		font-size: 1rem;
	}
}

/* Extra Small Devices (400px and down) */
@media screen and (max-width: 400px) {
	.collaboration-form {
		padding: 50px 0;
	}

	.section-title {
		font-size: 2rem;
	}

	.collab-form {
		padding: 20px 12px;
	}

	.form-grid {
		gap: 20px;
	}

	.input-wrapper input,
	.input-wrapper textarea,
	.input-wrapper select {
		padding: 12px;
		font-size: 0.9rem;
	}

	.submit-btn {
		padding: 12px 24px;
		font-size: 0.95rem;
	}
}

/* Height-based Media Queries */
@media screen and (max-height: 800px) {
	.collaboration-form {
		padding: 60px 0;
	}

	.form-header {
		margin-bottom: 40px;
	}

	.form-grid {
		gap: 24px;
	}
}

/* Landscape Mode for Mobile Devices */
@media screen and (max-height: 500px) and (orientation: landscape) {
	.collaboration-form {
		padding: 40px 0;
	}

	.section-title {
		font-size: 2.4rem;
	}

	.form-header {
		margin-bottom: 30px;
	}

	.form-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.form-group.full-width {
		grid-column: span 2;
	}
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
	.collaboration-form {
		background-color: #18181b;
	}

	.input-wrapper input,
	.input-wrapper textarea,
	.input-wrapper select {
		background: rgba(255, 255, 255, 0.03);
	}

	.success-message {
		background: rgba(24, 24, 27, 0.95);
	}
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
	.input-wrapper input,
	.input-wrapper textarea,
	.input-wrapper select {
		border-width: 2px;
	}

	.submit-btn {
		border: 2px solid #ffffff;
	}
}

/* Reduced Motion Preferences */
@media (prefers-reduced-motion: reduce) {
	.collaboration-form * {
		animation: none !important;
		transition: none !important;
	}
}/* Modern Select and Options Styles */
.custom-select {
	position: relative;
}

/* Base Select Styles */
.custom-select select {
	appearance: none;
	width: 100%;
	padding: 18px;
	padding-right: 48px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(59, 130, 246, 0.2);
	border-radius: 12px;
	color: #ffffff;
	font-size: 1rem;
	cursor: pointer;
	transition: all 0.3s ease;
}

/* Custom Dropdown Icon */
.custom-select::after {
	content: '\ea4e'; /* Remix Icon arrow code */
	font-family: 'remixicon';
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	color: #3b82f6;
	font-size: 1.2rem;
	pointer-events: none;
	transition: transform 0.3s ease;
}

.custom-select:hover::after {
	transform: translateY(-50%) translateY(-2px);
}

/* Custom Options Styling */
.custom-select select option {
	background-color: #1e1e24;
	color: #ffffff;
	padding: 16px;
	font-size: 1rem;
	border-radius: 8px;
	cursor: pointer;
}

/* Styling for Webkit Browsers (Chrome, Safari, etc.) */
.custom-select select::-webkit-listbox {
	background-color: #1e1e24;
	border: 1px solid rgba(59, 130, 246, 0.2);
	border-radius: 12px;
	padding: 8px;
}

.custom-select select::-webkit-listbox option {
	padding: 16px;
	margin: 4px 0;
	border-radius: 8px;
	transition: all 0.2s ease;
}

/* Option Hover State */
.custom-select select option:hover,
.custom-select select option:focus,
.custom-select select option:checked {
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(96, 165, 250, 0.1) 100%);
	color: #3b82f6;
}

/* Selected Option Style */
.custom-select select option:checked {
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(96, 165, 250, 0.2) 100%);
	color: #3b82f6;
	font-weight: 500;
}

/* Custom Select Open State */
.custom-select select:focus {
	outline: none;
	border-color: #3b82f6;
	background: rgba(59, 130, 246, 0.08);
	box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15);
}

/* Firefox Specific Styles */
@-moz-document url-prefix() {
	.custom-select select {
		color: #ffffff;
		background-color: #1e1e24;
	}

	.custom-select select option {
		background-color: #1e1e24;
		color: #ffffff;
		padding: 16px;
	}
}

/* Modern Scrollbar for Select Dropdown */
.custom-select select::-webkit-scrollbar {
	width: 8px;
}

.custom-select select::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 4px;
}

.custom-select select::-webkit-scrollbar-thumb {
	background: rgba(59, 130, 246, 0.3);
	border-radius: 4px;
	transition: all 0.3s ease;
}

.custom-select select::-webkit-scrollbar-thumb:hover {
	background: rgba(59, 130, 246, 0.5);
}

/* Enhanced Mobile Styles for Select */
@media screen and (max-width: 768px) {
	.custom-select select {
		padding: 16px;
		padding-right: 40px;
		font-size: 0.95rem;
	}

	.custom-select::after {
		right: 16px;
		font-size: 1.1rem;
	}

	.custom-select select option {
		padding: 14px;
		font-size: 0.95rem;
	}
}

/* Touch Device Optimization */
@media (hover: none) {
	.custom-select select {
		padding: 18px;
	}

	.custom-select select option {
		padding: 18px;
	}
}

/* Dark Mode Enhancement */
@media (prefers-color-scheme: dark) {
	.custom-select select {
		background: rgba(255, 255, 255, 0.03);
	}

	.custom-select select option {
		background-color: #1e1e24;
	}

	.custom-select select:focus {
		background: rgba(59, 130, 246, 0.08);
	}
}
/* Footer Styles */
.site-footer {
	background-color: #18181b;
	padding: 60px 0;
	position: relative;
	overflow: hidden;
}

/* Container */
.footer-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

/* Logo Styles */
.footer-logo {
	position: relative;
}

.logo-text {
	font-family: 'Monument Extended', sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
}

/* Animated gradient background for logo */
@keyframes gradientFlow {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.footer-logo::after {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	background: linear-gradient(45deg, rgba(59, 130, 246, 0.1), rgba(96, 165, 250, 0.1));
	filter: blur(20px);
	border-radius: 20px;
	z-index: -1;
	animation: gradientFlow 8s ease infinite;
}

/* Social Links */
.social-links {
	display: flex;
	gap: 24px;
	margin: 20px 0;
}

.social-link {
	color: #ffffff;
	font-size: 24px;
	transition: all 0.3s ease;
	position: relative;
}

.social-link::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #3b82f6;
	bottom: -4px;
	left: 0;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.3s ease;
}

.social-link:hover {
	color: #3b82f6;
}

.social-link:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

/* Copyright Text */
.copyright {
	color: #94a3b8;
	font-size: 0.9rem;
	text-align: center;
}

.copyright p {
	margin: 0;
}

/* Hover Effects */
.social-link:hover {
	transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
	.site-footer {
		padding: 40px 0;
	}

	.footer-container {
		gap: 30px;
	}

	.logo-text {
		font-size: 20px;
		letter-spacing: 3px;
	}

	.social-links {
		gap: 20px;
	}

	.social-link {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.site-footer {
		padding: 30px 0;
	}

	.footer-container {
		gap: 24px;
	}

	.logo-text {
		font-size: 18px;
		letter-spacing: 2px;
	}

	.social-links {
		gap: 16px;
	}

	.social-link {
		font-size: 18px;
	}

	.copyright {
		font-size: 0.8rem;
	}
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
	.site-footer {
		background-color: #18181b;
	}

	.social-link {
		color: #ffffff;
	}

	.copyright {
		color: #94a3b8;
	}
}

/* Optional: Add subtle animation on page load */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.footer-logo,
.social-links,
.copyright {
	animation: fadeInUp 0.6s ease forwards;
}

.social-links {
	animation-delay: 0.2s;
}

.copyright {
	animation-delay: 0.4s;
}::-webkit-scrollbar {
	 width: 12px;
	 background-color: #18181b;
 }

::-webkit-scrollbar-track {
	background-color: rgba(59, 130, 246, 0.05);
	border-radius: 6px;
}

::-webkit-scrollbar-thumb {
	background: linear-gradient(
			180deg,
			rgba(59, 130, 246, 0.3) 0%,
			rgba(96, 165, 250, 0.3) 100%
	);
	border-radius: 6px;
	border: 3px solid #18181b;
	transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
	background: linear-gradient(
			180deg,
			rgba(59, 130, 246, 0.5) 0%,
			rgba(96, 165, 250, 0.5) 100%
	);
}

/* استایل اسکرول‌بار برای Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: rgba(59, 130, 246, 0.3) rgba(59, 130, 246, 0.05);
}

/* تنظیمات اضافی برای بهبود رندر */
html {
	scroll-behavior: smooth;
	background-color: #18181b;
}

/* اضافه کردن یک transition نرم برای اسکرول */
.smooth-scroll {
	scroll-behavior: smooth;
}

/* بهینه‌سازی برای دستگاه‌های لمسی */
@media (hover: none) {
	::-webkit-scrollbar {
		width: 6px;
	}

	::-webkit-scrollbar-thumb {
		border-width: 2px;
	}
}

/* تنظیمات برای حالت landscape موبایل */
@media screen and (orientation: landscape) and (max-height: 500px) {
	::-webkit-scrollbar {
		width: 8px;
	}
}

/* استایل برای اسکرول افقی (اگر نیاز باشد) */
::-webkit-scrollbar:horizontal {
	height: 12px;
}

::-webkit-scrollbar-thumb:horizontal {
	border-radius: 6px;
	border: 3px solid #18181b;
}

/* Progress Bar برای نمایش میزان اسکرول */
.scroll-progress {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(
			90deg,
			rgba(59, 130, 246, 0.3) var(--scroll),
			transparent 0
	);
	z-index: 1000;
}
.site-loader {
	position: fixed;
	inset: 0;
	background: #18181b;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loader-content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4rem;
}

.letter-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
}

.letter {
	display: inline-block;
	font-family: 'Monument Extended', sans-serif;
	font-size: 3rem;
	font-weight: 800;
	color: #3b82f6;
	opacity: 0;
	transform: translateY(-100vh);
	position: relative;
	text-shadow: 0 0 20px rgba(59, 130, 246, 0.5);
}

.letter.space {
	width: 1rem;
}

/* انیمیشن ورود حروف */
@keyframes letterEntry {
	0% {
		opacity: 0;
		transform: translateY(-100vh);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* انیمیشن چرخش دایره‌ای */
@keyframes circularMotion {
	0% {
		transform: rotate(0deg) translateX(0) translateY(0);
	}
	50% {
		transform: rotate(180deg) translateX(100px);
	}
	100% {
		transform: rotate(360deg) translateX(0) translateY(0);
	}
}

/* انیمیشن انتقال به هدر */
@keyframes moveToHeader {
	0% {
		transform: translate(0, 0) scale(1);
	}
	100% {
		transform: translate(var(--final-x), var(--final-y)) scale(0.5);
		opacity: 1;
	}
}

.letter-container.circular-phase .letter {
	animation: circularMotion 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.letter-container.header-phase .letter {
	animation: moveToHeader 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* پروگرس بار */
.loader-progress {
	position: relative;
	width: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.progress-bar {
	width: 100%;
	height: 4px;
	background: rgba(59, 130, 246, 0.2);
	border-radius: 2px;
	overflow: hidden;
}

.progress-fill {
	height: 100%;
	width: 0%;
	background: #3b82f6;
	transition: width 0.3s ease;
	box-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
}

.progress-text {
	font-family: 'Monument Extended', sans-serif;
	font-size: 1rem;
	color: #3b82f6;
	font-weight: 500;
}/* Base Styles */
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: 80px;
	background: transparent;
	transition: all 0.3s ease;
}

.header--scrolled {
	background: rgba(24, 24, 27, 0.95);
	backdrop-filter: blur(10px);
}

/* Neon Line */
.header__line {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(
			90deg,
			transparent,
			rgba(59, 130, 246, 0.3),
			transparent
	);
	opacity: 0;
	animation: neonPulse 3s ease-in-out infinite;
}

@keyframes neonPulse {
	0%, 100% { opacity: 0; }
	50% { opacity: 1; }
}

/* Container */
.header__container {
	max-width: 1800px;
	height: 100%;
	margin: 0 auto;
	padding: 0 4rem;
	display:contents;
}

/* Logo */
.header__brand {
	flex: 1;
	max-width: 300px;
}

.header__logo {
	text-decoration: none;
	display: flex;
	align-items: center;
}

.header__logo-wrapper {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.header__logo-text {
	font-family: 'Monument Extended', sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.1em;
	transition: color 0.3s ease;
}

.header__logo-dot {
	width: 5px;
	height: 5px;
	background: #3b82f6;
	border-radius: 50%;
	position: relative;
}

.header__logo-dot::after {
	content: '';
	position: absolute;
	inset: -4px;
	border-radius: 50%;
	background: rgba(59, 130, 246, 0.3);
	animation: dotPulse 2s ease-in-out infinite;
}

@keyframes dotPulse {
	0%, 100% { transform: scale(1); opacity: 0.3; }
	50% { transform: scale(1.8); opacity: 0; }
}

/* Navigation */
.header__nav {
	flex: 2;
	display: flex;
	justify-content: center;
}

.header__nav-list {
	display: flex;
	gap: 3.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
	align-items: center;
}

.header__nav-item {
	position: relative;
}

.header__nav-link {
	position: relative;
	text-decoration: none;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	padding: 0.5rem 0;
	display: flex;
	align-items: center;
	transition: color 0.3s ease;
}

.header__nav-text {
	position: relative;
}

.header__nav-text::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background: #3b82f6;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.3s ease;
}

.header__nav-link:hover {
	color: #3b82f6;
}

.header__nav-link:hover .header__nav-text::after {
	transform: scaleX(1);
	transform-origin: left;
}

/* Social Links */
.header__social {
	flex: 1;
	max-width: 300px;
	display: flex;
	justify-content: flex-end;
}

.header__social-list {
	display: flex;
	gap: 2rem;
	align-items: center;
}

.header__social-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #fff;
	transition: all 0.3s ease;
}

.header__social-icon {
	width: 20px;
	height: 20px;
	fill: currentColor;
	transition: transform 0.3s ease;
}

.header__social-link::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(59, 130, 246, 0.1);
	border-radius: 50%;
	transform: scale(0);
	transition: transform 0.3s ease;
}

.header__social-link:hover {
	color: #3b82f6;
}

.header__social-link:hover::before {
	transform: scale(1);
}

.header__social-link:hover .header__social-icon {
	transform: translateY(-2px);
}

/* Mobile Menu Button */
.header__menu-toggle {
	display: none;
	background: none;
	border: none;
	padding: 0.5rem;
	cursor: pointer;
}

.header__menu-line {
	display: block;
	width: 24px;
	height: 2px;
	background: #fff;
	margin: 5px 0;
	transition: all 0.3s ease;
}
@media screen and (min-width: 1600px) {
	.header {
		height: 90px;
	}

	.header__container {
		padding: 0 4rem;
		max-width: 1800px;
	}

	.header__logo-text {
		font-size: 1.4rem;
	}

	.header__nav-list {
		gap: 4rem;
	}

	.header__nav-link {
		font-size: 1.1rem;
	}

	.header__social-icon {
		width: 22px;
		height: 22px;
	}
}

@media screen and (max-width: 1599px) {
	.header__container {
		padding: 0 3rem;
	}

	.header__nav-list {
		gap: 3rem;
	}

	.header__logo-text {
		font-size: 1.25rem;
	}
}

@media screen and (max-width: 1199px) {
	.header__container {
		padding: 0 2rem;
	}

	.header__nav-list {
		gap: 2.5rem;
	}

	.header__logo-text {
		font-size: 1.2rem;
	}

	.header__social-link {
		width: 35px;
		height: 35px;
	}
}

@media screen and (max-width: 991px) {
	.header {
		position: relative;
		height: 70px;
		background: #18181b; /* تم دارک */
		border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	}

	.header__container {
		padding: 0 1.5rem;
	}

	.header__logo-text {
		font-size: 1.1rem;
	}

	.header__nav {
		position: fixed;
		top: 70px;
		left: 0;
		width: 100%;
		height: calc(100vh - 70px);
		background: #18181b; /* تم دارک */
		transform: translateX(-100%);
		transition: transform 0.3s ease-in-out;
		padding: 2rem 0;
		overflow-y: auto;
		border-top: 1px solid rgba(255, 255, 255, 0.05);
	}

	.header__nav--active {
		transform: translateX(0);
	}

	.header__nav-list {
		flex-direction: column;
		gap: 2rem;
		padding: 1rem 1.5rem;
	}

	.header__nav-item {
		width: 100%;
	}

	.header__nav-link {
		font-size: 1.1rem;
		padding: 0.8rem 0;
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.header__social {
		display: none;
	}

	.header__menu-toggle {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 30px;
		height: 30px;
		background: transparent;
		border: none;
		cursor: pointer;
		padding: 0;
	}

	.header__menu-line {
		width: 24px;
		height: 2px;
		background: #fff;
		margin: 3px 0;
		transition: 0.3s ease;
	}

	.header__menu-toggle--active .header__menu-line:nth-child(1) {
		transform: rotate(45deg) translate(5px, 5px);
	}

	.header__menu-toggle--active .header__menu-line:nth-child(2) {
		opacity: 0;
	}

	.header__menu-toggle--active .header__menu-line:nth-child(3) {
		transform: rotate(-45deg) translate(5px, -5px);
	}
}

@media screen and (max-width: 767px) {
	.header {
		height: 60px;
	}

	.header__container {
		padding: 0 1rem;
	}

	.header__logo-text {
		font-size: 1rem;
	}

	.header__nav {
		top: 60px;
		height: calc(100vh - 60px);
	}

	.header__nav-list {
		padding: 1rem;
		gap: 1.5rem;
	}

	.header__nav-link {
		font-size: 1rem;
		padding: 0.7rem 0;
	}

	.header__menu-toggle {
		width: 28px;
		height: 28px;
	}

	.header__menu-line {
		width: 22px;
	}
}

@media screen and (max-width: 575px) {
	.header__container {
		padding: 0 0.8rem;
	}

	.header__logo-text {
		font-size: 0.95rem;
	}

	.header__nav-list {
		padding: 0.8rem;
		gap: 1.2rem;
	}

	.header__nav-link {
		font-size: 0.95rem;
	}
}

/* Landscape Mode */
@media screen and (max-height: 500px) and (orientation: landscape) {
	.header {
		height: 50px;
	}

	.header__nav {
		top: 50px;
		height: calc(100vh - 50px);
		padding: 1rem 0;
	}

	.header__nav-list {
		gap: 1rem;
	}

	.header__nav-link {
		padding: 0.5rem 0;
	}
}

/* Dark Mode Enhancements */
.header {
	--header-bg: #18181b;
	--header-border: rgba(255, 255, 255, 0.05);
	--header-nav-bg: rgba(24, 24, 27, 0.98);
}

@media (prefers-reduced-motion: reduce) {
	.header,
	.header__nav,
	.header__nav-link,
	.header__menu-line {
		transition: none;
	}
}

/* Hover Effects */
@media (hover: hover) {
	.header__nav-link:hover {
		color: #3b82f6;
	}

	.header__nav-link:hover .header__nav-text::after {
		transform: scaleX(1);
	}

	.header__menu-toggle:hover .header__menu-line {
		background: #3b82f6;
	}
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
	.header {
		border-bottom: 2px solid #fff;
	}

	.header__nav-link {
		text-decoration: underline;
	}
}

@media (max-width: 480px) {
	.header__container {
		padding: 0 1rem;
	}

	.header__logo-text {
		font-size: 1rem;
	}

	.header__nav-link {
		font-size: 1.1rem;
	}
}
/* Base Styles */
.mvni-hero {
	min-height: 100vh;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: var(--hero-bg) center center/cover no-repeat;
	color: var(--mvni-text-main);
	box-sizing: border-box;
	padding: 6rem 0; /* پدینگ بالا و پایین برای فضای بیشتر */
}

/* Responsive Styles */
@media screen and (min-width: 1600px) {
	.mvni-hero {
		padding: 7rem 0;
	}

	.mvni-hero-content {
		max-width: 900px;
		margin-bottom: 5rem; /* فاصله از bottom bar */
	}

	.mvni-hero-title-main {
		font-size: 4rem;
	}

	.mvni-hero-title-sub {
		font-size: 1.4rem;
		margin-top: 1rem;
	}

	.mvni-hero-desc {
		font-size: 1.25rem;
		margin: 2rem 0 2.5rem;
	}

	.mvni-hero-bottom {
		bottom: 4rem;
		padding: 0 4rem;
	}
}

@media screen and (max-width: 1599px) and (min-width: 1200px) {
	.mvni-hero {
		padding: 6rem 0;
	}

	.mvni-hero-content {
		max-width: 700px;
		margin-bottom: 4rem;
	}

	.mvni-hero-title-main {
		font-size: 3.2rem;
	}

	.mvni-hero-bottom {
		bottom: 3.5rem;
		padding: 0 3rem;
	}
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
	.mvni-hero {
		padding: 5rem 0;
	}

	.mvni-hero-content {
		max-width: 600px;
		margin-bottom: 3.5rem;
	}

	.mvni-hero-title-main {
		font-size: 2.8rem;
	}

	.mvni-hero-bottom {
		bottom: 3rem;
		padding: 0 2.5rem;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.mvni-hero {
		padding: 4rem 0;
	}

	.mvni-hero-content {
		max-width: 500px;
		margin-bottom: 4rem;
	}

	.mvni-hero-title-main {
		font-size: 2.4rem;
	}

	.mvni-hero-bottom {
		bottom: 2.5rem;
		padding: 0 2rem;
	}
}

@media screen and (max-width: 767px) {
	.mvni-hero {
		padding: 4rem 0 2rem;
		min-height: 100vh;
		height: auto;
		display: flex;
		flex-direction: column;
	}

	.mvni-hero-content {
		width: 100%;
		max-width: 100%;
		padding: 0 1.5rem;
		margin-bottom: 4rem; /* فاصله زیاد از bottom bar */
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.mvni-hero-title-main {
		font-size: 2.2rem;
	}

	.mvni-hero-desc {
		margin: 1.5rem 0 2rem;
	}

	.mvni-hero-bottom {
		position: relative;
		bottom: auto;
		padding: 2rem 1.5rem;
		flex-direction: column;
		align-items: center;
		gap: 2rem;
		background: none;
	}

	.mvni-hero-socials {
		order: 2;
	}

	.mvni-hero-scroll {
		order: 1;
	}

	.mvni-hero-location {
		order: 3;
	}
}

@media screen and (max-width: 575px) {
	.mvni-hero {
		padding: 3.5rem 0 2rem;
	}

	.mvni-hero-content {
		padding: 0 1.2rem;
		margin-bottom: 3.5rem;
	}

	.mvni-hero-title-main {
		font-size: 1.8rem;
	}

	.mvni-hero-title-sub {
		font-size: 0.9rem;
	}

	.mvni-hero-desc {
		font-size: 0.9rem;
		line-height: 1.6;
	}

	.mvni-hero-actions {
		flex-direction: column;
		gap: 1rem;
	}

	.mvni-btn {
		width: 100%;
	}

	.mvni-hero-bottom {
		padding: 1.5rem 1.2rem;
		gap: 1.8rem;
	}
}

@media screen and (max-width: 320px) {
	.mvni-hero {
		padding: 3rem 0 1.5rem;
	}

	.mvni-hero-content {
		margin-bottom: 3rem;
	}

	.mvni-hero-title-main {
		font-size: 1.6rem;
	}

	.mvni-hero-bottom {
		padding: 1.2rem;
		gap: 1.5rem;
	}
}

/* Landscape Mode */
@media screen and (max-height: 500px) and (orientation: landscape) {
	.mvni-hero {
		padding: 3rem 0;
		height: auto;
		min-height: 120vh;
	}

	.mvni-hero-content {
		margin: 2rem 0;
	}

	.mvni-hero-bottom {
		position: relative;
		bottom: auto;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 1.5rem;
		margin-top: 2rem;
	}

	.mvni-hero-scroll {
		display: none;
	}

	.mvni-hero-socials,
	.mvni-hero-location {
		order: unset;
	}
}
.about-luxury {
	background: #18181b;
	padding: 8rem 0;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.about-luxury::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle at 30% 50%, rgba(59, 130, 246, 0.08), transparent 50%);
	pointer-events: none;
}

.about-luxury__container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 5rem;
	align-items: center;
}

/* Image Section */
.about-luxury__image-section {
	position: relative;
}

.about-luxury__image-wrapper {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	aspect-ratio: 4/5;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.about-luxury__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.02);
	transition: transform 0.7s ease;
}

.about-luxury__image-wrapper:hover .about-luxury__image {
	transform: scale(1.05);
}

.about-luxury__image-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
			180deg,
			transparent 0%,
			rgba(24, 24, 27, 0.3) 50%,
			rgba(24, 24, 27, 0.8) 100%
	);
}

.about-luxury__image-accent {
	position: absolute;
	top: -10%;
	right: -10%;
	width: 80%;
	height: 80%;
	background: radial-gradient(circle, rgba(59, 130, 246, 0.15), transparent 70%);
	filter: blur(40px);
	z-index: -1;
}

.about-luxury__experience {
	position: absolute;
	bottom: -2rem;
	right: -2rem;
	width: 140px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-luxury__experience-content {
	position: relative;
	z-index: 2;
	text-align: center;
}

.about-luxury__experience-number {
	font-size: 3rem;
	font-weight: 700;
	color: #3b82f6;
	line-height: 1;
	display: block;
}

.about-luxury__experience-text {
	font-size: 0.9rem;
	color: #fff;
	margin-top: 0.3rem;
	display: block;
}

.about-luxury__experience-circle {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: #3b82f6;
	stroke-width: 1;
	stroke-dasharray: 10 4;
	animation: rotate 15s linear infinite;
}

/* Content Section */
.about-luxury__content {
	padding-right: 2rem;
}

.about-luxury__subtitle {
	color: #3b82f6;
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: block;
	margin-bottom: 1rem;
}

.about-luxury__title {
	font-size: 3.2rem;
	font-weight: 700;
	background: linear-gradient(90deg, #fff, #3b82f6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 2rem;
	line-height: 1.2;
}

.about-luxury__desc {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #e5e7eb;
	margin-bottom: 3rem;
}

/* Stats Grid */
.about-luxury__stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	margin-bottom: 4rem;
}

.about-luxury__stat {
	text-align: center;
	padding: 1.5rem;
	background: rgba(59, 130, 246, 0.03);
	border-radius: 20px;
	backdrop-filter: blur(10px);
	transition: transform 0.3s ease;
}

.about-luxury__stat:hover {
	transform: translateY(-5px);
}

.about-luxury__stat-value {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 0.5rem;
}

.about-luxury__stat-number {
	font-size: 2.8rem;
	font-weight: 700;
	color: #3b82f6;
	line-height: 1;
}

.about-luxury__stat-plus {
	font-size: 1.4rem;
	color: #3b82f6;
	font-weight: 700;
	margin-left: 2px;
}

.about-luxury__stat-label {
	font-size: 0.9rem;
	color: #e5e7eb;
	line-height: 1.4;
}

/* Skills Section */
.about-luxury__skills {
	background: rgba(59, 130, 246, 0.03);
	border-radius: 25px;
	padding: 2.5rem;
	backdrop-filter: blur(10px);
}

.about-luxury__skills-title {
	font-size: 1.5rem;
	color: #fff;
	margin-bottom: 2.5rem;
}

.about-luxury__skills-list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.about-luxury__skill-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
}

.about-luxury__skill-info {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.about-luxury__skill-info i {
	color: #3b82f6;
	font-size: 1.3rem;
}

.about-luxury__skill-percentage {
	color: #3b82f6;
	font-weight: 600;
}

.about-luxury__skill-bar {
	height: 8px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 4px;
	overflow: hidden;
}

.about-luxury__skill-progress {
	height: 100%;
	background: linear-gradient(90deg, #3b82f6, #60a5fa);
	border-radius: 4px;
	position: relative;
	transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-luxury__skill-glow {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	animation: glow 2s infinite;
}

@keyframes rotate {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@keyframes glow {
	0% { transform: translateX(-100%); }
	100% { transform: translateX(400%); }
}

/* Responsive Styles */
@media screen and (max-width: 1200px) {
	.about-luxury__container {
		grid-template-columns: 1fr;
		gap: 4rem;
	}

	.about-luxury__image-section {
		max-width: 500px;
		margin: 0 auto;
	}

	.about-luxury__content {
		padding-right: 0;
	}
}

@media screen and (max-width: 768px) {
	.about-luxury {
		padding: 5rem 0;
	}

	.about-luxury__title {
		font-size: 2.5rem;
	}

	.about-luxury__stats {
		grid-template-columns: repeat(2, 1fr);
	}

	.about-luxury__experience {
		width: 120px;
		height: 120px;
	}

	.about-luxury__experience-number {
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 576px) {
	.about-luxury__stats {
		grid-template-columns: 1fr;
	}

	.about-luxury__skills {
		padding: 1.5rem;
	}

	.about-luxury__title {
		font-size: 2rem;
	}

	.about-luxury__experience {
		right: -1rem;
		bottom: -1rem;
		width: 100px;
		height: 100px;
	}
}