* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
	--burgundy: #8B1538;
	--dark-burgundy: #6B0F2A;
	--gold: #D4AF37;
	--light-gold: #F4E7B1;
	--black: #1A1A1A;
	--white: #FFFFFF;
	--off-white: #FAFAFA;
	--gray: #4A4A4A;
	--light-gray: #E8E8E8;
}

body {
	font-family: 'Playfair Display', serif;
	background-color: var(--white);
	color: var(--black);
	line-height: 1.6;
	overflow-x: hidden;
	font-weight: 400;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Header */
header {
	background: linear-gradient(135deg, var(--burgundy) 0%, var(--dark-burgundy) 100%);
	color: var(--white);
	padding: 2rem 0;
	position: relative;
	overflow: hidden;
}

header::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
	animation: float 20s ease-in-out infinite;
}

@keyframes float {

	0%,
	100% {
		transform: translateY(0px) rotate(0deg);
	}

	50% {
		transform: translateY(-20px) rotate(180deg);
	}
}

.header-content {
	position: relative;
	z-index: 2;
	text-align: center;
}

.logo {
	margin-bottom: 1rem;
}

.logo-symbol {
	width: 80px;
	height: 80px;
	margin: 0 auto 1rem;
	background: var(--gold);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3);
}

.scales {
	font-size: 2rem;
	color: var(--burgundy);
	font-weight: bold;
}

.scales::before {
	content: '⚖';
}

.firm-name {
	font-family: 'Playfair Display', serif;
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	letter-spacing: 2px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.firm-subtitle {
	font-size: 1.2rem;
	color: var(--light-gold);
	font-weight: 300;
	letter-spacing: 1px;
}

.website-url {
	font-size: 1.1rem;
	color: var(--gold);
	margin-top: 1rem;
	font-weight: 500;
}

/* Navigation */
nav {
	background: var(--white);
	padding: 1rem 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	position: sticky;
	top: 0;
	z-index: 1000;
}

.nav-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.hamburger {
	display: none;
	flex-direction: column;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1001;
	padding: 5px;
	border-radius: 5px;
	transition: background-color 0.3s ease;
}

.hamburger:hover {
	background-color: rgba(212, 175, 55, 0.1);
}

.hamburger span {
	width: 25px;
	height: 3px;
	background: var(--burgundy);
	margin: 3px 0;
	transition: 0.3s;
	border-radius: 2px;
	/* position: absolute; */
}

.hamburger.active span:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active span:nth-child(2) {
	opacity: 0;
}

.hamburger.active span:nth-child(3) {
	transform: rotate(45deg) translate(-5px, -6px);
}

.nav-links {
	display: flex;
	list-style: none;
	gap: 2rem;
	align-items: center;
}

.nav-links a {
	color: var(--gray);
	text-decoration: none;
	font-weight: 500;
	transition: color 0.3s ease;
	position: relative;
	font-size: 1.1rem;
	margin-top: 0px;
	font-family: 'Playfair Display', serif;
}

.nav-links a:hover {
	color: var(--burgundy);
}

.nav-links a.active {
	color: var(--burgundy);
}

.nav-links a::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--gold);
	transition: width 0.3s ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
	width: 100%;
}

/* Mobile Navigation */
@media (max-width: 768px) {
	.hamburger {
		display: flex;
		background: transparent !important;
	}

	.nav-links {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100vh;
		background: var(--white);
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 2rem;
		transition: right 0.3s ease;
		box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
	}

	.nav-links.active {
		right: 0;
	}

	.nav-links a {
		font-size: 1.5rem;
		padding: 1rem 0;
	}

	.li-flag {
		margin-left: 0;
		margin-top: 0;
		margin: left;
		margin-left: 0 !important;
	}
}

/* Hero Section */
.hero {
	background: linear-gradient(135deg, var(--off-white) 0%, var(--white) 100%);
	padding: 4rem 0;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #e8e8e8;
}

.hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23E8E8E8" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
	opacity: 0.3;
}

.hero-content {
	position: relative;
	z-index: 2;
}

.attorney-name {
	font-family: 'Playfair Display', serif;
	font-size: 2.5rem;
	color: var(--burgundy);
	margin-bottom: 1rem;
	font-weight: 600;
}

.attorney-title {
	font-size: 1.3rem;
	color: var(--gray);
	margin-bottom: 2rem;
	font-weight: 300;
}

.specialties {
	font-size: 1.2rem;
	color: var(--black);
	font-weight: 400;
	margin-bottom: 2rem;
}

.attorney-images {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}

.attorney-images img {
	max-width: 45%;
	height: auto;
	max-height: fit-content;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Golden Visa Section */
.golden-visa {
	padding: 4rem 0;
	background: linear-gradient(135deg, var(--white) 0%, var(--off-white) 100%);
	position: relative;
	overflow: hidden;
}

.golden-visa::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 30% 70%, rgba(212, 175, 55, 0.08) 0%, transparent 50%),
				radial-gradient(circle at 70% 30%, rgba(139, 21, 56, 0.05) 0%, transparent 50%);
	pointer-events: none;
}

.golden-visa-content {
	position: relative;
	z-index: 2;
}

.golden-visa-intro {
	text-align: center;
	margin-bottom: 3rem;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.golden-visa-text {
	font-size: 1.3rem;
	color: var(--gray);
	line-height: 1.8;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
}

.golden-visa-benefits {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
	margin: 3rem 0;
}

.benefit-item {
	background: var(--white);
	padding: 2.5rem 2rem;
	border-radius: 16px;
	text-align: center;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border: 1px solid rgba(212, 175, 55, 0.1);
	position: relative;
	overflow: hidden;
}

.benefit-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--gold), var(--light-gold));
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

.benefit-item:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 40px rgba(139, 21, 56, 0.12);
	border-color: rgba(212, 175, 55, 0.3);
}

.benefit-item:hover::before {
	transform: scaleX(1);
}

.benefit-icon {
	font-size: 2.5rem;
	margin-bottom: 1.5rem;
	display: inline-block;
	padding: 0.8rem;
	background: rgba(212, 175, 55, 0.1);
	border-radius: 12px;
	transition: all 0.3s ease;
}

.benefit-item:hover .benefit-icon {
	background: rgba(212, 175, 55, 0.2);
	transform: scale(1.1);
}

.benefit-item h3 {
	font-family: 'Playfair Display', serif;
	font-size: 1.4rem;
	color: var(--burgundy);
	margin-bottom: 1rem;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.benefit-item p {
	color: var(--gray);
	line-height: 1.7;
	font-family: 'Playfair Display', serif;
	font-size: 1.1rem;
	font-weight: 400;
	margin: 0;
}

.golden-visa-cta {
	text-align: center;
	margin-top: 3rem;
}

/* Golden Visa Mobile Responsive */
@media (max-width: 768px) {
	.golden-visa {
		padding: 3rem 0;
	}

	.golden-visa-benefits {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		margin: 2rem 0;
	}

	.benefit-item {
		padding: 2rem 1.5rem;
	}

	.benefit-icon {
		font-size: 2rem;
		padding: 0.6rem;
	}

	.benefit-item h3 {
		font-size: 1.2rem;
	}

	.benefit-item p {
		font-size: 1rem;
	}

	.golden-visa-text {
		font-size: 1.1rem;
	}
}

/* Process Section */
.process {
	padding: 4rem 0;
	background: linear-gradient(135deg, var(--off-white) 0%, var(--white) 100%);
	position: relative;
	overflow: hidden;
}

.process::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 20% 80%, rgba(212, 175, 55, 0.05) 0%, transparent 50%),
				radial-gradient(circle at 80% 20%, rgba(139, 21, 56, 0.05) 0%, transparent 50%);
	pointer-events: none;
}

.process-intro {
	text-align: center;
	font-size: 1.3rem;
	color: var(--gray);
	margin-bottom: 3rem;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	line-height: 1.6;
}

/* Force 4 columns layout */
.process-timeline {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr) !important;
	gap: 1.5rem !important;
}

.process-timeline {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
	margin-top: 3rem;
	position: relative;
}

.process-step {
	position: relative;
	z-index: 2;
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUp 0.8s ease forwards;
}

.process-step:nth-child(1) { animation-delay: 0.2s; }
.process-step:nth-child(2) { animation-delay: 0.4s; }
.process-step:nth-child(3) { animation-delay: 0.6s; }
.process-step:nth-child(4) { animation-delay: 0.8s; }

@keyframes fadeInUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.step-number {
	position: absolute;
	top: -10px;
	left: 20px;
	width: 40px;
	height: 40px;
	background: linear-gradient(135deg, var(--gold), var(--light-gold));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: var(--burgundy);
	font-size: 1.2rem;
	box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
	z-index: 3;
	transition: all 0.3s ease;
}

.step-content {
	background: var(--white);
	padding: 2.5rem 2rem 2rem;
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border: 1px solid rgba(212, 175, 55, 0.1);
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.step-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--gold), var(--light-gold));
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

.step-content:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 40px rgba(139, 21, 56, 0.12);
	border-color: rgba(212, 175, 55, 0.3);
}

.step-content:hover::before {
	transform: scaleX(1);
}

.step-content:hover .step-number {
	transform: scale(1.1);
	box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

.step-icon {
	font-size: 2.5rem;
	margin-bottom: 1.5rem;
	display: inline-block;
	padding: 0.8rem;
	background: rgba(212, 175, 55, 0.1);
	border-radius: 12px;
	transition: all 0.3s ease;
}

.step-content:hover .step-icon {
	background: rgba(212, 175, 55, 0.2);
	transform: scale(1.1);
}

.step-title {
	font-family: 'Playfair Display', serif;
	font-size: 1.4rem;
	color: var(--burgundy);
	margin-bottom: 1rem;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.step-description {
	color: var(--gray);
	line-height: 1.7;
	font-family: 'Playfair Display', serif;
	font-size: 1.1rem;
	font-weight: 400;
	margin-bottom: 1.5rem;
}

.step-arrow {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 1.5rem;
	color: var(--gold);
	font-weight: bold;
	transition: all 0.3s ease;
}

.step-content:hover .step-arrow {
	transform: translateX(5px);
	color: var(--burgundy);
}

.process-step:last-child .step-arrow {
	display: none;
}

/* About Section */
.about {
	padding: 4rem 0;
	background: linear-gradient(135deg, var(--off-white) 0%, var(--white) 100%);
}

.about-content {
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
}

.about-text {
	font-size: 1.2rem;
	color: var(--gray);
	line-height: 1.8;
	margin-bottom: 2rem;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
}

.cta-button {
	display: inline-block;
	background: linear-gradient(135deg, var(--burgundy) 0%, var(--dark-burgundy) 100%);
	color: var(--white);
	padding: 1rem 2rem;
	text-decoration: none;
	border-radius: 50px;
	font-weight: 600;
	font-size: 1.1rem;
	transition: all 0.3s ease;
	box-shadow: 0 5px 15px rgba(139, 21, 56, 0.3);
}

.cta-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(139, 21, 56, 0.4);
}

/* Footer */
footer {
	background: var(--black);
	color: var(--white);
	padding: 3rem 0 1rem;
}

.footer-content {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
	margin-bottom: 2rem;
}

.footer-section h3 {
	font-family: 'Playfair Display', serif;
	font-size: 1.5rem;
	color: var(--gold);
	margin-bottom: 1rem;
	font-weight: 600;
}

.footer-section p,
.footer-section a {
	color: var(--light-gray);
	text-decoration: none;
	line-height: 1.8;
	transition: color 0.3s ease;
}

.footer-section a:hover {
	color: var(--gold);
}

.contact-info {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.contact-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.contact-icon {
	color: var(--gold);
	font-size: 1.1rem;
}

.image-logo {
	width: 90px;
	height: auto;
	border-radius: 50%;
}

.footer-bottom {
	text-align: center;
	padding-top: 2rem;
	border-top: 1px solid var(--gray);
	color: var(--light-gray);
}

/* About Page Styles */
.about-hero {
	background: linear-gradient(135deg, var(--off-white) 0%, var(--white) 100%);
	padding: 3rem 0;
	text-align: center;
	border-bottom: 1px solid var(--light-gray);
}

.page-title {
	font-family: 'Playfair Display', serif;
	font-size: 2.8rem;
	color: var(--burgundy);
	margin-bottom: 1rem;
	font-weight: 600;
}

.hero-subtitle {
	font-size: 1.4rem;
	color: var(--gray);
	font-weight: 400;
}

.about-content {
	padding: 4rem 0;
}

.about-layout {
	max-width: 1200px;
	margin: 0 auto;
}

.about-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: start;
	margin-bottom: 5rem;
}

.about-section.reverse {
	grid-template-columns: 1fr 1fr;
}

.about-section.reverse .about-image {
	order: 2;
}

.about-section.reverse .about-text {
	order: 1;
	text-align: right;
	margin-top: -40px;
}

.about-image {
	position: relative;
}

.profile-image {
	width: 80%;
	max-width: 600px;
	height: 400px;
	object-fit: cover;
	border-radius: 16px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.profile-image:hover {
	transform: scale(1.02);
}

.about-text {
	padding: 2rem;
	max-width: 900px;
	margin: 0 auto;
	text-align: left;
	margin-top: -40px;
}

.about-text.right {
	text-align: right;
}

.section-heading {
	font-family: 'Playfair Display', serif;
	font-size: 2rem;
	color: var(--burgundy);
	margin-bottom: 1.5rem;
	font-weight: 600;
}

.section-heading.centered {
	text-align: center;
	margin-bottom: 2rem;
}

.about-text p {
	color: var(--gray);
	line-height: 1.8;
	margin-bottom: 1.5rem;
	font-size: 1.1rem;
}

.credentials,
.specialties {
	margin-top: 2rem;
}

.credentials h3,
.specialties h3 {
	font-family: 'Playfair Display', serif;
	color: var(--burgundy);
	font-size: 1.3rem;
	margin-bottom: 1rem;
	font-weight: 600;
}

.credentials ul,
.specialties ul {
	list-style: none;
	padding: 0;
}

.credentials li,
.specialties li {
	color: var(--gray);
	padding: 0.5rem 0;
	border-bottom: 1px solid var(--light-gray);
	position: relative;
	padding-left: 1.5rem;
}

.credentials li:before,
.specialties li:before {
	content: '•';
	color: var(--gold);
	position: absolute;
	left: 0;
	font-weight: bold;
}

.credentials li:last-child,
.specialties li:last-child {
	border-bottom: none;
}

/* Philosophy Section */
.philosophy-section {
	background: linear-gradient(135deg, var(--off-white) 0%, var(--white) 100%);
	padding: 3rem 2rem;
	border-radius: 16px;
	margin: 3rem 0;
	text-align: center;
}

.philosophy-content {
	max-width: 700px;
	margin: 0 auto;
}

.philosophy-text {
	font-size: 1.3rem;
	color: var(--gray);
	line-height: 1.8;
	font-style: italic;
	margin-bottom: 1.5rem;
}

.philosophy-author {
	font-family: 'Playfair Display', serif;
	color: var(--burgundy);
	font-size: 1.1rem;
	font-weight: 600;
}

/* CTA Section */
.cta-section {
	background: linear-gradient(135deg, var(--burgundy) 0%, var(--dark-burgundy) 100%);
	padding: 4rem 0;
	text-align: center;
	color: var(--white);
}

.cta-content {
	max-width: 600px;
	margin: 0 auto;
}

.cta-title {
	font-family: 'Playfair Display', serif;
	font-size: 2.2rem;
	margin-bottom: 1.5rem;
	font-weight: 600;
}

.cta-text {
	font-size: 1.1rem;
	line-height: 1.8;
	margin-bottom: 2rem;
	color: var(--light-gold);
}

.nav-links a.active {
	color: var(--gold);
}

.nav-links a.active::after {
	width: 80%;
}

/* Services Section */
.services {
	padding: 4rem 0;
	background: var(--white);
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 2.5rem;
	margin-top: 3rem;
}

.service-card {
	background: var(--white);
	padding: 2.5rem 2rem;
	border-radius: 16px;
	text-align: center;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border: 1px solid rgba(212, 175, 55, 0.1);
	position: relative;
	overflow: hidden;
}

.service-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--gold), var(--light-gold));
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

.service-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 40px rgba(139, 21, 56, 0.12);
	border-color: rgba(212, 175, 55, 0.3);
}

.service-card:hover::before {
	transform: scaleX(1);
}

.service-icon {
	font-size: 2.5rem;
	color: var(--gold);
	margin-bottom: 1.5rem;
	display: inline-block;
	padding: 0.8rem;
	background: rgba(212, 175, 55, 0.1);
	border-radius: 12px;
	transition: all 0.3s ease;
}

.service-card:hover .service-icon {
	background: rgba(212, 175, 55, 0.2);
	transform: scale(1.1);
}

.service-title {
	font-family: 'Playfair Display', serif;
	font-size: 1.4rem;
	color: var(--burgundy);
	margin-bottom: 1rem;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.service-description {
	color: var(--gray);
	line-height: 1.7;
	font-family: 'Playfair Display', serif;
	font-size: 1.1rem;
	font-weight: 400;
	margin-bottom: 0;
}

/* Services Section Responsive Styles */
@media (max-width: 768px) {
	.services-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.service-card {
		padding: 2rem 1.5rem;
	}

	.service-icon {
		font-size: 2rem;
		padding: 0.6rem;
	}

	.service-title {
		font-size: 1.2rem;
	}

	.service-description {
		font-size: 1rem;
	}
}

/* Contact Page Styles */

/* Responsive Design */
@media (max-width: 768px) {
	.firm-name {
		font-size: 2rem;
	}

	.attorney-name {
		font-size: 2rem;
	}

	.nav-links {
		flex-direction: column;
		gap: 1rem;
	}

	.nav-links a {
		font-size: 1.1rem;
	}

	.services-grid {
		grid-template-columns: 1fr;
	}

	.about-section {
		grid-template-columns: 1fr;
		gap: 2rem;
		margin-bottom: 3rem;
	}

	.about-section.reverse .about-image {
		order: 1;
	}

	.about-section.reverse .about-text {
		order: 2;
	}

	.page-title {
		font-size: 2.2rem;
	}

	.profile-image {
		height: 300px;
	}

	.philosophy-text {
		font-size: 1.1rem;
	}

	.process-timeline {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.step-content {
		padding: 2rem 1.5rem 1.5rem;
	}

	.step-number {
		left: 15px;
		width: 35px;
		height: 35px;
		font-size: 1.1rem;
	}

	.process-intro {
		font-size: 1.2rem;
	}

	.step-title {
		font-size: 1.2rem;
	}

	.step-description {
		font-size: 1rem;
	}
}

/* Override for mobile - ensure vertical layout */
@media (max-width: 768px) {
	.process-timeline {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 2rem !important;
	}
}

/* Mobile Process Timeline - Single Column */
@media (max-width: 768px) {
	.process-timeline {
		grid-template-columns: 1fr !important;
		gap: 2rem !important;
	}
	
	.process-step {
		width: 100%;
		max-width: none;
	}
	
	.step-content {
		padding: 2rem 1.5rem 1.5rem;
		text-align: center;
	}
	
	.step-number {
		left: 50%;
		transform: translateX(-50%);
		top: -15px;
	}
	
	.step-arrow {
		display: none;
	}
}

/* Extra small screens */
@media (max-width: 480px) {
	.process-timeline {
		gap: 1.5rem !important;
	}
	
	.step-content {
		padding: 1.5rem 1rem 1rem;
	}
	
	.step-number {
		width: 35px;
		height: 35px;
		font-size: 1.1rem;
	}
	
	.step-title {
		font-size: 1.2rem;
	}
	
	.step-description {
		font-size: 0.95rem;
	}
}

.li-flag {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 0.3em;
	margin-top: 0px;
}

.a-flag {
	display: flex;
	align-items: center;
	gap: 0.3em;
	margin-top: -10px;
}

.span-flag {
	display: inline-block;
	width: 22px;
	height: 16px;
	vertical-align: top;
	margin-top: -7px;
	position: relative;
}

.section-title {
	text-align: center;
	font-family: 'Playfair Display', serif;
	font-size: 2.5rem;
	color: var(--burgundy);
	margin-bottom: 3rem;
	font-weight: 600;
}

/* Contact Page Styles */
.contact-content {
	padding: 4rem 0;
	background: var(--white);
}

/* Contact Layout - Desktop First */
.contact-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	max-width: 1200px;
	margin: 0 auto;
}

.contact-info-section {
	padding: 2rem;
}

.contact-intro {
	font-size: 1.1rem;
	color: var(--gray);
	line-height: 1.8;
	margin-bottom: 3rem;
}

.contact-details {
	display: grid;
	gap: 2rem;
}

.contact-card {
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
	padding: 1.5rem;
	background: var(--off-white);
	border-radius: 12px;
	transition: all 0.3s ease;
	border: 1px solid rgba(212, 175, 55, 0.1);
}

.contact-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(139, 21, 56, 0.1);
	border-color: rgba(212, 175, 55, 0.3);
}

.contact-card .contact-icon {
	font-size: 2rem;
	color: var(--gold);
	background: rgba(212, 175, 55, 0.1);
	padding: 0.8rem;
	border-radius: 0;
	min-width: 60px;
	text-align: center;
}

.contact-card .contact-text h3 {
	font-family: 'Playfair Display', serif;
	color: var(--burgundy);
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
	font-weight: 600;
}

.contact-card .contact-text p {
	color: var(--gray);
	margin-bottom: 0.3rem;
	line-height: 1.6;
}

.contact-card .contact-text a {
	color: var(--burgundy);
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact-card .contact-text a:hover {
	color: var(--gold);
}

/* Contact Form Styles */
.contact-form-section {
	padding: 2rem;
	background: linear-gradient(135deg, var(--off-white) 0%, var(--white) 100%);
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.contact-form {
	display: grid;
	gap: 1.5rem;
}

.form-group {
	display: flex;
	flex-direction: column;
}

.form-group label {
	font-family: 'Playfair Display', serif;
	color: var(--burgundy);
	font-weight: 600;
	margin-bottom: 0.5rem;
	font-size: 1rem;
}

.form-group input,
.form-group select,
.form-group textarea {
	padding: 0.8rem 1rem;
	border: 2px solid var(--light-gray);
	border-radius: 8px;
	font-family: 'Playfair Display', serif;
	font-size: 1rem;
	transition: all 0.3s ease;
	background: var(--white);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
	outline: none;
	border-color: var(--gold);
	box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.form-group textarea {
	resize: vertical;
	min-height: 120px;
}

.checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 0.8rem;
	cursor: pointer;
	font-size: 0.9rem;
	color: var(--gray);
	line-height: 1.6;
}

.checkbox-label input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--gold);
}

.checkbox-label a {
	color: var(--burgundy);
	text-decoration: none;
}

.checkbox-label a:hover {
	color: var(--gold);
}

.submit-btn {
	background: linear-gradient(135deg, var(--burgundy) 0%, var(--dark-burgundy) 100%);
	color: var(--white);
	padding: 1rem 2rem;
	border: none;
	border-radius: 50px;
	font-family: 'Playfair Display', serif;
	font-size: 1.1rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 5px 15px rgba(139, 21, 56, 0.3);
}

.submit-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(139, 21, 56, 0.4);
}

/* Loading state for submit button */
.submit-btn:disabled {
	opacity: 0.7;
	cursor: not-allowed;
	transform: none;
}

.submit-btn:disabled:hover {
	transform: none;
	box-shadow: 0 5px 15px rgba(139, 21, 56, 0.3);
}

/* Thank You Page Styles */
.thank-you-hero {
	background: linear-gradient(135deg, var(--off-white) 0%, var(--white) 100%);
	padding: 4rem 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.thank-you-hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
	pointer-events: none;
}

.thank-you-content {
	position: relative;
	z-index: 2;
}

.success-animation {
	margin-bottom: 2rem;
}

.checkmark-circle {
	width: 100px;
	height: 100px;
	margin: 0 auto 2rem;
	background: linear-gradient(135deg, var(--gold), var(--light-gold));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 30px rgba(212, 175, 55, 0.4);
	opacity: 0;
	transform: scale(0);
}

.checkmark {
	font-size: 3rem;
	color: var(--burgundy);
	font-weight: bold;
	opacity: 0;
}

.thank-you-title {
	font-family: 'Playfair Display', serif;
	font-size: 2.8rem;
	color: var(--burgundy);
	margin-bottom: 1rem;
	font-weight: 600;
}

.thank-you-subtitle {
	font-size: 1.4rem;
	color: var(--gray);
	font-weight: 400;
	margin-bottom: 2rem;
}

/* Thank You Main Content */
.thank-you-main {
	padding: 4rem 0;
	background: var(--white);
}

.thank-you-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	max-width: 1200px;
	margin: 0 auto;
}

.thank-you-message {
	padding: 2rem;
}

.next-steps {
	display: grid;
	gap: 2rem;
	margin-top: 2rem;
}

.step-item {
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
	padding: 1.5rem;
	background: var(--off-white);
	border-radius: 12px;
	transition: all 0.3s ease;
	border: 1px solid rgba(212, 175, 55, 0.1);
}

.step-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(139, 21, 56, 0.1);
	border-color: rgba(212, 175, 55, 0.3);
}

.step-icon {
	font-size: 2rem;
	min-width: 50px;
	text-align: center;
}

.step-content h3 {
	font-family: 'Playfair Display', serif;
	color: var(--burgundy);
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
	font-weight: 600;
}

.step-content p {
	color: var(--gray);
	line-height: 1.6;
	margin: 0;
}

/* Contact Summary */
.contact-summary {
	padding: 2rem;
	background: linear-gradient(135deg, var(--off-white) 0%, var(--white) 100%);
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.contact-info-box {
	display: grid;
	gap: 1.5rem;
	margin-top: 2rem;
}

.contact-detail {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 1rem;
	background: var(--white);
	border-radius: 8px;
	border: 1px solid rgba(212, 175, 55, 0.1);
}

.contact-detail .contact-icon {
	font-size: 1.5rem;
	min-width: 40px;
	text-align: center;
}

.contact-detail h4 {
	font-family: 'Playfair Display', serif;
	color: var(--burgundy);
	font-size: 1rem;
	margin-bottom: 0.5rem;
	font-weight: 600;
}

.contact-detail p {
	color: var(--gray);
	margin: 0;
	line-height: 1.5;
}

.contact-detail a {
	color: var(--burgundy);
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact-detail a:hover {
	color: var(--gold);
}

.urgent-note {
	margin-top: 2rem;
	padding: 1.5rem;
	background: linear-gradient(135deg, var(--burgundy) 0%, var(--dark-burgundy) 100%);
	border-radius: 12px;
	color: var(--white);
	text-align: center;
}

.urgent-note h4 {
	font-family: 'Playfair Display', serif;
	color: var(--gold);
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
	font-weight: 600;
}

.urgent-note p {
	margin: 0;
	line-height: 1.6;
}

.urgent-note a {
	color: var(--light-gold);
	text-decoration: none;
	font-weight: 600;
}

.urgent-note a:hover {
	color: var(--white);
}

/* Thank You Navigation */
.thank-you-navigation {
	padding: 4rem 0;
	background: linear-gradient(135deg, var(--off-white) 0%, var(--white) 100%);
}

.navigation-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
	margin-top: 2rem;
}

.nav-card {
	background: var(--white);
	padding: 2rem;
	border-radius: 16px;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border: 1px solid rgba(212, 175, 55, 0.1);
	position: relative;
	overflow: hidden;
}

.nav-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--gold), var(--light-gold));
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

.nav-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 40px rgba(139, 21, 56, 0.12);
	border-color: rgba(212, 175, 55, 0.3);
}

.nav-card:hover::before {
	transform: scaleX(1);
}

.nav-icon {
	font-size: 2.5rem;
	margin-bottom: 1rem;
	display: inline-block;
}

.nav-card h3 {
	font-family: 'Playfair Display', serif;
	color: var(--burgundy);
	font-size: 1.4rem;
	margin-bottom: 1rem;
	font-weight: 600;
}

.nav-card p {
	color: var(--gray);
	line-height: 1.6;
	margin: 0;
}

/* Map Section */
.map-section {
	padding: 4rem 0;
	background: linear-gradient(135deg, var(--off-white) 0%, var(--white) 100%);
}

.map-container {
	margin-top: 2rem;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
	width: 100%;
	height: 400px;
	border: none;
}

/* Privacy Consent Styling */
.privacy-consent-group {
	margin: 0rem 0;
	padding: 1.5rem;
	background: var(--off-white);
	border-radius: 12px;
	border: 1px solid rgba(212, 175, 55, 0.2);
}

.privacy-checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	cursor: pointer;
	font-size: 1rem;
	color: var(--gray);
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

.privacy-checkbox-label input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.custom-checkbox {
	position: relative;
	width: 22px;
	height: 22px;
	background: var(--white);
	border: 2px solid var(--light-gray);
	border-radius: 4px;
	transition: all 0.3s ease;
	flex-shrink: 0;
	margin-top: 2px;
}

.custom-checkbox::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 2px;
	width: 6px;
	height: 12px;
	border: solid var(--white);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
	transition: opacity 0.2s ease;
}

.privacy-checkbox-label input[type="checkbox"]:checked + .custom-checkbox {
	background: var(--gold);
	border-color: var(--gold);
	box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.privacy-checkbox-label input[type="checkbox"]:checked + .custom-checkbox::after {
	opacity: 1;
}

.privacy-checkbox-label:hover .custom-checkbox {
	border-color: var(--gold);
	box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

.privacy-checkbox-label input[type="checkbox"]:focus + .custom-checkbox {
	border-color: var(--gold);
	box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2);
}

.consent-text {
	color: var(--gray);
	line-height: 1.6;
}

.consent-text a {
	color: var(--burgundy);
	text-decoration: none;
	font-weight: 500;
	transition: color 0.3s ease;
}

.consent-text a:hover {
	color: var(--gold);
	text-decoration: underline;
}

/* Contact Page Mobile Layout - Override for proper stacking */
@media (max-width: 768px) {
	.contact-layout {
		display: flex !important;
		flex-direction: column !important;
		grid-template-columns: none !important;
		gap: 2rem !important;
	}
	
	.contact-info-section {
		order: 1 !important;
		width: 100% !important;
		padding: 1rem !important;
	}
	
	.contact-form-section {
		order: 2 !important;
		width: 100% !important;
		padding: 1.5rem !important;
	}
}

/* About Section Mobile Styles */
@media (max-width: 768px) {
	.about-section {
		display: block;
	}
	.about-image,
	.about-text,
	.about-text.right {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		text-align: left;
		order: unset;
	}
	.about-image {
		margin-bottom: 2rem;
	}
	.profile-image {
		width: 100%;
		max-width: 100%;
		height: auto;
		border-radius: 12px;
	}
}