@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* ========================================
   MODERN SALES MOBIL CSS - FRESH START
   ======================================== */

/* ========================================
   CSS CUSTOM PROPERTIES (VARIABLES) - ENHANCED
   ======================================== */
:root {
	/* Brand Colors - Modern & Professional */
	--primary: #2563eb;
	--primary-dark: #1d4ed8;
	--primary-light: #3b82f6;
	--secondary: #64748b;
	--accent: #0ea5e9;

	/* Status Colors */
	--success: #10b981;
	--warning: #f59e0b;
	--danger: #ef4444;
	--info: #06b6d4;

	/* Additional Colors */
	--light-blue: #dbeafe;
	--dark-blue: #1e3a8a;

	/* Neutral Colors - Professional Palette */
	--white: #ffffff;
	--gray-50: #f8fafc;
	--gray-100: #f1f5f9;
	--gray-200: #e2e8f0;
	--gray-300: #cbd5e1;
	--gray-400: #94a3b8;
	--gray-500: #64748b;
	--gray-600: #475569;
	--gray-700: #334155;
	--gray-800: #1e293b;
	--gray-900: #0f172a;

	/* Typography - Modern Scale */
	--font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
	--font-size-xs: 0.75rem;
	--font-size-sm: 0.875rem;
	--font-size-base: 1rem;
	--font-size-lg: 1.125rem;
	--font-size-xl: 1.25rem;
	--font-size-2xl: 1.5rem;
	--font-size-3xl: 1.875rem;
	--font-size-4xl: 2.25rem;
	--font-size-5xl: 3rem;
	--font-size-6xl: 3.75rem;
	--font-size-7xl: 4.5rem;

	/* Spacing - 8pt Grid System */
	--space-1: 0.25rem;
	/* 4px */
	--space-2: 0.5rem;
	/* 8px */
	--space-3: 0.75rem;
	/* 12px */
	--space-4: 1rem;
	/* 16px */
	--space-5: 1.25rem;
	/* 20px */
	--space-6: 1.5rem;
	/* 24px */
	--space-8: 2rem;
	/* 32px */
	--space-10: 2.5rem;
	/* 40px */
	--space-12: 3rem;
	/* 48px */
	--space-16: 4rem;
	/* 64px */
	--space-20: 5rem;
	/* 80px */
	--space-24: 6rem;
	/* 96px */
	--space-32: 8rem;
	/* 128px */

	/* Border Radius */
	--radius-sm: 0.25rem;
	--radius: 0.5rem;
	--radius-md: 0.75rem;
	--radius-lg: 1rem;
	--radius-xl: 1.5rem;
	--radius-full: 9999px;

	/* Shadows - Premium & Modern */
	--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	--shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	--shadow-xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	--shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);

	/* Transitions - Smooth & Professional */
	--transition-fast: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
	--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	--transition-slow: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	--transition-bounce: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* ========================================
   RESET & BASE STYLES
   ======================================== */
* {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: var(--font-family);
	font-size: var(--font-size-base);
	line-height: 1.6;
	color: var(--gray-800);
	background-color: var(--white);
	margin: 0;
	padding: 0;
}

/* ========================================
   TYPOGRAPHY - MODERN
   ======================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 var(--space-4) 0;
	color: var(--gray-900);
	letter-spacing: -0.02em;
	text-decoration: none !important;
}

h1 {
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	font-weight: 600;
}

h2 {
	font-size: clamp(1.5rem, 3.5vw, 2rem);
	font-weight: 600;
}

h3 {
	font-size: clamp(1.25rem, 3vw, 1.5rem);
	font-weight: 600;
}

h4 {
	font-size: clamp(1.125rem, 2.5vw, 1.25rem);
	font-weight: 600;
}

h5 {
	font-size: clamp(1rem, 2vw, 1.125rem);
	font-weight: 600;
}

h6 {
	font-size: clamp(0.875rem, 1.5vw, 1rem);
	font-weight: 600;
}

	p {
		margin: 0 0 var(--space-4) 0;
		color: var(--gray-600);
		line-height: 1.7;
		font-size: var(--font-size-base);
		font-weight: 400;
		text-decoration: none !important;
	}

	/* Disable text selection - added to existing * selector */
	/* Allow text selection for input, textarea, and select elements */
	input,
	textarea,
	select,
	input[type="text"],
	input[type="email"],
	input[type="password"],
	input[type="number"],
	input[type="tel"],
	input[type="search"],
	input[type="url"] {
		-webkit-user-select: text !important;
		-moz-user-select: text !important;
		-ms-user-select: text !important;
		user-select: text !important;
	}

	/* Disable text selection highlight */
	::selection {
		background: transparent;
		color: inherit;
	}

	::-moz-selection {
		background: transparent;
		color: inherit;
	}

	/* Disable image dragging */
	img {
		-webkit-user-drag: none;
		-khtml-user-drag: none;
		-moz-user-drag: none;
		-o-user-drag: none;
		pointer-events: auto; /* Keep images clickable for links */
	}

a {
	color: var(--primary);
	text-decoration: none !important;
	transition: var(--transition);
}

a:hover {
	color: var(--primary-dark);
}

/* ========================================
   UTILITY CLASSES
   ======================================== */
.text-primary {
	color: var(--primary) !important;
}

.text-success {
	color: var(--success) !important;
}

.text-warning {
	color: var(--warning) !important;
}

.text-muted {
	color: var(--gray-500) !important;
}

.bg-primary {
	background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%) !important;
	color: var(--white) !important;
}

.bg-secondary {
	background-color: var(--secondary) !important;
}

.bg-light {
	background: linear-gradient(135deg, var(--gray-50) 0%, var(--gray-100) 100%) !important;
}

.bg-white {
	background-color: var(--white) !important;
}

.rounded-xl {
	border-radius: var(--radius-xl) !important;
}

.rounded-full {
	border-radius: var(--radius-full) !important;
}

.shadow-lg {
	box-shadow: var(--shadow-lg) !important;
}

.shadow-xl {
	box-shadow: var(--shadow-xl) !important;
}

/* ========================================
   BUTTONS - CONSISTENT MODERN DESIGN
   ======================================== */
.btn {
	display: inline-block !important;
	font-weight: 500 !important;
	line-height: 1.5 !important;
	color: #212529 !important;
	text-align: center !important;
	text-decoration: none !important;
	vertical-align: middle !important;
	cursor: pointer !important;
	user-select: none !important;
	background-color: transparent !important;
	border: 1px solid transparent !important;
	padding: 0.75rem 1rem !important;
	font-size: 1rem !important;
	border-radius: 0.5rem !important;
	transition: all 0.3s ease !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}

.btn:focus {
	outline: none;
	box-shadow: 0 0 0 3px var(--primary-rgba-30, rgba(37, 99, 235, 0.3));
}

.btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none !important;
}

.btn-sm {
	padding: 0.5rem 1rem !important;
	font-size: 0.875rem !important;
	border-radius: 0.5rem !important;
}


/* Button Variants - Modern Bootstrap Colors */
.btn-primary {
	color: #fff !important;
	background: linear-gradient(135deg,
			var(--primary-light) 0%,
			var(--primary-dark) 50%,
			var(--dark-blue) 100%) !important;
	border: none !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.btn-primary:hover {
	color: #fff !important;
	background: linear-gradient(135deg,
			var(--primary) 0%,
			var(--dark-blue) 50%,
			var(--dark-blue) 100%) !important;
	border: none !important;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
	transform: translateY(-2px) scale(1.02) !important;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
}

.btn-primary:focus {
	color: #fff !important;
	background: linear-gradient(135deg,
			var(--primary) 0%,
			var(--dark-blue) 50%,
			var(--dark-blue) 100%) !important;
	border: none !important;
	box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.2) !important;
}

/* Ensure btn-primary with icons display correctly */
.btn-primary,
.btn-primary-modern {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.5rem !important;
}

.btn-primary i {
	font-size: 1rem;
	transition: transform 0.3s ease;
}

.btn-primary:hover i {
	transform: scale(1.05);
}

.btn-secondary {
	color: #fff !important;
	background: linear-gradient(135deg,
			#6b7280 0%,
			#4b5563 50%,
			#374151 100%) !important;
	border: none !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.btn-secondary:hover {
	color: #fff !important;
	background: linear-gradient(135deg,
			#4b5563 0%,
			#374151 50%,
			#1f2937 100%) !important;
	border: none !important;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
	transform: translateY(-2px) scale(1.02) !important;
	box-shadow: 0 8px 25px rgba(107, 114, 128, 0.3) !important;
}

.btn-success {
	color: #fff !important;
	background: linear-gradient(135deg,
			#059669 0%,
			#10b981 50%,
			#34d399 100%) !important;
	border: none !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.btn-success:hover {
	color: #fff !important;
	background: linear-gradient(135deg,
			#047857 0%,
			#065f46 50%,
			#064e3b 100%) !important;
	border: none !important;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
	transform: translateY(-2px) scale(1.02) !important;
	box-shadow: 0 8px 25px rgba(5, 150, 105, 0.3) !important;
}

.btn-danger {
	color: #fff !important;
	background: linear-gradient(135deg,
			#ef4444 0%,
			#dc2626 50%,
			#b91c1c 100%) !important;
	border: none !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.btn-danger:hover {
	color: #fff !important;
	background: linear-gradient(135deg,
			#dc2626 0%,
			#b91c1c 50%,
			#991b1b 100%) !important;
	border: none !important;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
	transform: translateY(-2px) scale(1.02) !important;
	box-shadow: 0 8px 25px rgba(239, 68, 68, 0.3) !important;
}

.btn-warning {
	color: #000 !important;
	background: linear-gradient(135deg,
			#fbbf24 0%,
			#f59e0b 50%,
			#d97706 100%) !important;
	border: none !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.btn-warning:hover {
	color: #000 !important;
	background: linear-gradient(135deg,
			#f59e0b 0%,
			#d97706 50%,
			#b45309 100%) !important;
	border: none !important;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
	transform: translateY(-2px) scale(1.02) !important;
	box-shadow: 0 8px 25px rgba(251, 191, 36, 0.3) !important;
}

.btn-info {
	color: #000 !important;
	background: linear-gradient(135deg,
			#06b6d4 0%,
			#0891b2 50%,
			#0e7490 100%) !important;
	border: none !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.btn-info:hover {
	color: #000 !important;
	background: linear-gradient(135deg,
			#0891b2 0%,
			#0e7490 50%,
			#155e75 100%) !important;
	border: none !important;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
	transform: translateY(-2px) scale(1.02) !important;
	box-shadow: 0 8px 25px rgba(6, 182, 212, 0.3) !important;
}

.btn-light {
	color: #000 !important;
	background: linear-gradient(135deg,
			#f8fafc 0%,
			#e2e8f0 50%,
			#cbd5e1 100%) !important;
	border: none !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.btn-light:hover {
	color: #000 !important;
	background: linear-gradient(135deg,
			#e2e8f0 0%,
			#cbd5e1 50%,
			#94a3b8 100%) !important;
	border: none !important;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
	transform: translateY(-2px) scale(1.02) !important;
	box-shadow: 0 8px 25px rgba(248, 250, 252, 0.3) !important;
}

.btn-dark {
	color: #fff !important;
	background: linear-gradient(135deg,
			#374151 0%,
			#1f2937 50%,
			#111827 100%) !important;
	border: none !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.btn-dark:hover {
	color: #fff !important;
	background: linear-gradient(135deg,
			#1f2937 0%,
			#111827 50%,
			#0f172a 100%) !important;
	border: none !important;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
	transform: translateY(-2px) scale(1.02) !important;
	box-shadow: 0 8px 25px rgba(55, 65, 81, 0.3) !important;
}

.btn-outline-primary {
	color: var(--primary-light) !important;
	border: 2px solid var(--primary-light) !important;
	background: transparent !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.btn-outline-primary:hover {
	color: #fff !important;
	background: linear-gradient(135deg,
			var(--primary-light) 0%,
			var(--primary-dark) 50%,
			var(--dark-blue) 100%) !important;
	border: 2px solid var(--primary-light) !important;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
	transform: translateY(-2px) scale(1.02) !important;
	box-shadow: 0 8px 25px var(--primary-rgba-30, rgba(37, 99, 235, 0.3)) !important;
}

.btn-outline-primary:focus {
	color: #fff !important;
	background: linear-gradient(135deg,
			var(--primary-light) 0%,
			var(--primary-dark) 50%,
			var(--dark-blue) 100%) !important;
	border: 2px solid var(--primary-light) !important;
	box-shadow: 0 0 0 0.25rem var(--primary-rgba-50, rgba(37, 99, 235, 0.5)) !important;
}

.btn-whatsapp {
	color: #fff !important;
	background: linear-gradient(135deg,
			#25d366 0%,
			#1da851 50%,
			#16a34a 100%) !important;
	border: none !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.btn-whatsapp:hover {
	color: #fff !important;
	background: linear-gradient(135deg,
			#1da851 0%,
			#16a34a 50%,
			#15803d 100%) !important;
	border: none !important;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
	transform: translateY(-2px) scale(1.02) !important;
	box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3) !important;
}

.btn-whatsapp:focus {
	color: #fff !important;
	background: linear-gradient(135deg,
			#1da851 0%,
			#16a34a 50%,
			#15803d 100%) !important;
	border: none !important;
	box-shadow: 0 0 0 0.25rem rgba(37, 211, 102, 0.5) !important;
}


/* ========================================
   CARDS - ULTRA MODERN GLASSMORPHISM DESIGN
   ======================================== */

.card {
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 24px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg,
			#3b82f6 0%,
			#8b5cf6 25%,
			#06b6d4 50%,
			#10b981 75%,
			#3b82f6 100%);
	background-size: 200% 100%;
	animation: gradientShift 3s ease infinite;
}

.card-header {
	padding: 2rem 2rem 1rem;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}


.clearfix {
	clear: both;
	float: none;
}


/* ========================================
   CONTACT INFO BAR - ELEGANT DESIGN
   ======================================== */
.contact-info-bar {
	background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
	color: var(--white);
	padding: var(--space-3) 0;
	position: relative;
	overflow: hidden;
}

.contact-info-grid {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: var(--space-8);
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}

.contact-info-item {
	display: flex;
	align-items: center;
	gap: var(--space-2);
	padding: var(--space-2) var(--space-4);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: var(--radius-full);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.contact-info-item:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: translateY(-2px) scale(1.05);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	border-color: rgba(255, 255, 255, 0.3);
}

.contact-info-item i {
	font-size: var(--font-size-lg);
	color: var(--white);
	opacity: 0.9;
	transition: all 0.3s ease;
}

.contact-info-item:hover i {
	opacity: 1;
	transform: scale(1.1);
}

.contact-link {
	color: var(--white);
	text-decoration: none;
	font-size: var(--font-size-sm);
	font-weight: 500;
	transition: all 0.3s ease;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.contact-link:hover {
	color: var(--white);
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	transform: translateY(-1px);
}

/* Responsive Design */
@media (max-width: 991.98px) {
	.contact-info-grid {
		gap: var(--space-4);
	}

	.contact-info-item {
		padding: var(--space-2) var(--space-3);
		font-size: var(--font-size-xs);
	}

	.contact-link {
		font-size: var(--font-size-xs);
	}
}

@media (max-width: 767.98px) {
	.contact-info-grid {
		flex-direction: column;
		gap: var(--space-3);
	}

	.contact-info-item {
		width: 100%;
		max-width: 300px;
		justify-content: center;
	}
}

/* ========================================
   NAVBAR
   ======================================== */
.navbar {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(20px);
	border: none;
	border-bottom: 1px solid var(--primary-rgba-10, rgba(37, 99, 235, 0.1));
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: sticky;
	top: 0;
	z-index: 1000;
}

/* Fixed Navbar on Scroll */
.navbar.fixed-top {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1050;
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(25px);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(37, 99, 235, 0.15);
	transform: translateY(0);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar.fixed-top.scrolled {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(30px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(37, 99, 235, 0.2);
}

/* Navbar Hide/Show on Scroll */
.navbar.hide {
	transform: translateY(-100%);
}

.navbar.show {
	transform: translateY(0);
}

/* Body padding when navbar is fixed */
body.navbar-fixed {
	padding-top: 80px;
}

@media (max-width: 991.98px) {
	body.navbar-fixed {
		padding-top: 70px;
	}
}

.navbar-brand {
	font-size: var(--font-size-2xl);
	font-weight: 800;
	background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	transition: all 0.3s ease;
	text-decoration: none;
}

.navbar-brand:hover {
	transform: scale(1.05);
}

/* Modern Navbar Menu - Aligned Design */
.navbar-nav {
	gap: 0.5rem;
	align-items: center;
}

.navbar-nav .nav-item {
	position: relative;
}

.navbar-nav .nav-link {
	color: var(--gray-700);
	font-weight: 600;
	font-size: 0.9375rem;
	padding: 0.625rem 1rem;
	border-radius: 10px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.navbar-nav .nav-link::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 3px;
	background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
	border-radius: 2px 2px 0 0;
	transform: translateX(-50%);
	transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-nav .nav-link:hover {
	color: var(--primary);
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(37, 99, 235, 0.05) 100%);
	transform: translateY(-1px);
}

.navbar-nav .nav-link:hover::before {
	width: 80%;
}

/* Active Nav Link State */
.navbar-nav .nav-link.active,
.navbar-nav .nav-item.active > .nav-link {
	color: var(--primary) !important;
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.12) 0%, rgba(37, 99, 235, 0.08) 100%) !important;
	font-weight: 700;
	box-shadow: 0 2px 8px rgba(37, 99, 235, 0.15);
}

.navbar-nav .nav-link.active::before,
.navbar-nav .nav-item.active > .nav-link::before {
	width: 100% !important;
	background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
	height: 3px;
}

/* Dropdown Menu - Modern Styling */
.navbar-nav .dropdown-menu {
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(37, 99, 235, 0.1);
	border-radius: 12px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
	padding: 0.5rem;
	margin-top: 0.5rem;
	min-width: 220px;
}

.navbar-nav .dropdown-item {
	border-radius: 8px;
	padding: 0.625rem 1rem;
	margin-bottom: 0.25rem;
	color: var(--gray-700);
	font-weight: 500;
	font-size: 0.9375rem;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
}

.navbar-nav .dropdown-item i {
	font-size: 0.875rem;
	color: var(--primary);
	transition: transform 0.3s ease;
}

.navbar-nav .dropdown-item:hover {
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(37, 99, 235, 0.05) 100%);
	color: var(--primary);
	transform: translateX(4px);
}

.navbar-nav .dropdown-item:hover i {
	transform: translateX(2px);
}

.navbar-nav .dropdown-item.active {
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.15) 0%, rgba(37, 99, 235, 0.1) 100%);
	color: var(--primary);
	font-weight: 600;
}

/* Dropdown Toggle Button */
.navbar-nav .dropdown-toggle {
	position: relative;
}

.navbar-nav .dropdown-toggle::after {
	transition: transform 0.3s ease;
	margin-left: 0.5rem;
}

.navbar-nav .dropdown-toggle[aria-expanded="true"] {
	color: var(--primary) !important;
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.12) 0%, rgba(37, 99, 235, 0.08) 100%) !important;
}

.navbar-nav .dropdown-toggle[aria-expanded="true"]::after {
	transform: rotate(180deg);
}

.navbar-nav .dropdown-toggle[aria-expanded="true"]::before {
	width: 100% !important;
}

/* ========================================
   OFFCANVAS MOBILE MENU - ULTRA MODERN DESIGN
   ======================================== */
.offcanvas {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
	backdrop-filter: blur(30px);
	border: none;
	box-shadow: -10px 0 40px rgba(0, 0, 0, 0.15);
	width: 320px !important;
}

.offcanvas-header {
	background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
	color: var(--white);
	padding: 1.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	position: relative;
	overflow: hidden;
}

.offcanvas-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	opacity: 0.5;
}

.offcanvas-title {
	color: var(--white);
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	z-index: 1;
	display: inline-block;
}

.offcanvas-title:hover {
	color: var(--white);
	transform: scale(1.05);
}

.offcanvas-title img {
	filter: brightness(0) invert(1);
	transition: all 0.3s ease;
}

.offcanvas-title:hover img {
	transform: scale(1.05);
}

.btn-close {
	background: rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	padding: 0.5rem;
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-close:hover {
	background: rgba(255, 255, 255, 0.25);
	transform: scale(1.1) rotate(90deg);
	border-color: rgba(255, 255, 255, 0.3);
}

.offcanvas-body {
	padding: 1.5rem;
	background: transparent;
}

/* Mobile Contact Info - Modern Card */
.bg-gradient-light {
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(37, 99, 235, 0.05) 100%) !important;
	backdrop-filter: blur(20px);
	border: 1px solid rgba(37, 99, 235, 0.15);
	border-radius: 16px;
	padding: 1.25rem !important;
	box-shadow: 0 4px 20px rgba(37, 99, 235, 0.08);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bg-gradient-light:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(37, 99, 235, 0.12);
	border-color: rgba(37, 99, 235, 0.2);
}

.bg-gradient-light h6 {
	font-size: 0.875rem;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.bg-gradient-light a {
	color: var(--gray-700);
	font-size: 0.875rem;
	padding: 0.625rem;
	border-radius: 10px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bg-gradient-light a:hover {
	background: rgba(255, 255, 255, 0.6);
	color: var(--primary);
	transform: translateX(4px);
}

.bg-gradient-light a i {
	font-size: 1.125rem;
	width: 24px;
	text-align: center;
}

/* Mobile Navigation Links - Ultra Modern */
.mobile-nav ul {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 0;
	margin: 0;
}

.mobile-nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-link-mobile {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(248, 250, 252, 0.8) 100%);
	backdrop-filter: blur(15px);
	border: 1px solid rgba(37, 99, 235, 0.1);
	border-radius: 14px;
	color: var(--gray-700);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
	font-weight: 600;
	font-size: 0.9375rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.nav-link-mobile::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 100%;
	background: linear-gradient(180deg, var(--primary) 0%, var(--primary-dark) 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.nav-link-mobile:hover {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.95) 100%);
	color: var(--primary);
	transform: translateX(6px);
	border-color: rgba(37, 99, 235, 0.25);
	box-shadow: 0 6px 20px rgba(37, 99, 235, 0.15);
}

.nav-link-mobile:hover::after {
	opacity: 1;
}

.nav-link-mobile i {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	font-size: 1.125rem;
	width: 24px;
	min-width: 24px;
	text-align: center;
	flex-shrink: 0;
}

.nav-link-mobile:hover i {
	transform: scale(1.15) translateX(2px);
	color: var(--primary);
}

/* Submenu Links - Modern Nested Style */
.mobile-nav .collapse ul {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 0;
	margin: 0;
}

.mobile-nav .collapse ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.submenu-link {
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(37, 99, 235, 0.08);
	border-radius: 10px;
	color: var(--gray-600);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	font-size: 0.875rem;
	font-weight: 500;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.submenu-link:hover {
	background: rgba(255, 255, 255, 0.9);
	color: var(--primary);
	transform: translateX(4px);
	border-color: rgba(37, 99, 235, 0.2);
	box-shadow: 0 4px 12px rgba(37, 99, 235, 0.1);
}

.submenu-link i {
	transition: all 0.3s ease;
	font-size: 0.75rem;
	min-width: 16px;
	text-align: center;
	flex-shrink: 0;
}

.submenu-link:hover i {
	transform: scale(1.2);
	color: var(--primary);
}

/* Collapse Button with Chevron */
.nav-link-mobile button[data-bs-toggle="collapse"] {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(248, 250, 252, 0.8) 100%);
	backdrop-filter: blur(15px);
	border: 1px solid rgba(37, 99, 235, 0.1);
	border-radius: 14px;
	color: var(--gray-700);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	font-weight: 600;
	font-size: 0.9375rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.nav-link-mobile button[data-bs-toggle="collapse"]:hover {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.95) 100%);
	color: var(--primary);
	border-color: var(--primary-rgba-30, rgba(37, 99, 235, 0.25));
	box-shadow: 0 6px 20px var(--primary-rgba-15, rgba(37, 99, 235, 0.15));
}

.nav-link-mobile button[data-bs-toggle="collapse"] i:last-child {
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link-mobile button[data-bs-toggle="collapse"][aria-expanded="true"] i:last-child {
	transform: rotate(180deg);
}

/* Collapse Animation - Let Bootstrap handle it */

/* Mobile CTA Buttons - Modern Styling */
.offcanvas .border-top {
	border-color: var(--primary-rgba-15, rgba(37, 99, 235, 0.15)) !important;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
}

/* Modern Button Variants */
.btn-primary-modern {
	color: #fff !important;
	background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%) !important;
	border: none !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.5rem !important;
	position: relative !important;
	overflow: hidden !important;
}

.btn-primary-modern::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s ease;
}

.btn-primary-modern:hover {
	color: #fff !important;
	background: linear-gradient(135deg, var(--primary-dark) 0%, var(--dark-blue) 100%) !important;
	transform: translateY(-2px) scale(1.02) !important;
	box-shadow: 0 8px 25px var(--primary-rgba-30, rgba(37, 99, 235, 0.3)) !important;
}

.btn-primary-modern:hover::before {
	left: 100%;
}

.btn-primary-modern i {
	font-size: 1.125rem !important;
	transition: transform 0.3s ease !important;
}

.btn-primary-modern:hover i {
	transform: scale(1.1) !important;
}

.btn-outline-modern {
	color: var(--primary) !important;
	border: 2px solid var(--primary) !important;
	background: transparent !important;
	text-shadow: none !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.5rem !important;
	position: relative !important;
	overflow: hidden !important;
}

.btn-outline-modern::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
	transition: left 0.5s ease;
	z-index: -1;
}

.btn-outline-modern:hover {
	color: #fff !important;
	border-color: var(--primary) !important;
	transform: translateY(-2px) scale(1.02) !important;
	box-shadow: 0 8px 25px var(--primary-rgba-30, rgba(37, 99, 235, 0.3)) !important;
}

.btn-outline-modern:hover::before {
	left: 0;
}

.btn-outline-modern i {
	font-size: 1.125rem !important;
	transition: transform 0.3s ease !important;
}

.btn-outline-modern:hover i {
	transform: scale(1.1) !important;
}

.offcanvas .btn {
	width: 100% !important;
	margin-bottom: 0.75rem !important;
	border-radius: 14px !important;
	padding: 1rem 1.5rem !important;
	font-weight: 600 !important;
	font-size: 0.9375rem !important;
	letter-spacing: 0.5px !important;
	text-transform: none !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.5rem !important;
}

.offcanvas .btn:hover {
	transform: translateY(-2px) !important;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
}

.offcanvas .btn:last-child {
	margin-bottom: 0 !important;
}


/* ========================================
   VEHICLE CARD - ULTRA MODERN DESIGN
   ======================================== */
/* Vehicle Carousel for home page - direct owl-carousel */
.home-vehicle-carousel .owl-stage{
	margin: 20px 0; 
}

.vehicle-carousel .owl-carousel .owl-stage-outer {
	padding: 10px 0;
}

.vehicle-card {
	background: #ffffff;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
	border: 1px solid rgba(37, 99, 235, 0.1);
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.vehicle-card:hover {
	box-shadow:
		0 0px 20px rgba(37, 99, 235, 0.25),
		0 0 0 0px rgba(37, 99, 235, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-color: rgba(37, 99, 235, 0.1);
}

.vehicle-card:hover::before {
	opacity: 1;
}

.vehicle-card:hover::after {
	opacity: 1;
}

/* Image Container - Ultra Modern */
.vehicle-card .position-relative {
	position: relative;
	overflow: hidden;
	border-radius: 24px 24px 0 0;
	height: 240px;
	background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.vehicle-card a {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.vehicle-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	filter: brightness(1.05) contrast(1.1);
}

/* Stock Badge - Sold/Ready */
.vehicle-card .position-relative .badge {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 10;
	padding: 0.5rem 1rem;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-radius: 20px;
	backdrop-filter: blur(10px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	border: 2px solid rgba(255, 255, 255, 0.3);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.vehicle-card .position-relative .badge.bg-danger {
	background: linear-gradient(135deg, rgba(220, 38, 38, 0.95) 0%, rgba(185, 28, 28, 0.95) 100%) !important;
	color: #ffffff;
}

.vehicle-card .position-relative .badge.bg-success {
	background: linear-gradient(135deg, rgba(16, 185, 129, 0.95) 0%, rgba(5, 150, 105, 0.95) 100%) !important;
	color: #ffffff;
	padding-left: 1.75rem;
}

.vehicle-card:hover .position-relative .badge {
	transform: scale(1.05);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

/* Badge animation for Ready */
.vehicle-card .position-relative .badge.bg-success::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background: #ffffff;
	border-radius: 50%;
	animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
	0%, 100% {
		opacity: 1;
		transform: translateY(-50%) scale(1);
	}
	50% {
		opacity: 0.5;
		transform: translateY(-50%) scale(1.2);
	}
}

/* Vehicle Card Body & Footer Styling */
.vehicle-card .card-body {
	flex: 1;
	padding: 1rem;
	min-height: auto;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.vehicle-card .card-title {
	font-size: 1rem;
	font-weight: 700;
	margin: 0.5rem 0;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vehicle-card .card-footer {
	padding: 0.75rem 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.5rem;
	flex-wrap: wrap;
	border-top: 1px solid rgba(226, 232, 240, 0.3);
	margin-top: auto;
	flex-shrink: 0;
	background: linear-gradient(135deg, rgba(248, 250, 252, 0.9) 0%, rgba(241, 245, 249, 0.8) 100%);
}

/* Model-year styling - consistent across card-body and card-footer */
.vehicle-card .card-body .model-year,
.vehicle-card .card-footer .model-year {
	font-size: 0.75rem;
	gap: 0.375rem;
	flex: 1;
	min-width: fit-content;
	display: flex;
	align-items: center;
}

.vehicle-card .card-body .model-year.text-end,
.vehicle-card .card-footer .model-year.text-end {
	justify-content: flex-end;
	text-align: right;
}

.vehicle-card .card-body .model-year i,
.vehicle-card .card-footer .model-year i {
	font-size: 0.875rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.vehicle-card {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	
	.vehicle-card .position-relative {
		height: 200px;
		border-radius: 20px 20px 0 0;
	}
	
	.vehicle-card .card-body {
		padding: 0.875rem;
	}
	
	.vehicle-card .card-body .d-flex {
		gap: 0.5rem;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	
	.vehicle-card .card-body .model-year {
		font-size: 0.6875rem;
		gap: 0.375rem;
		flex: 1;
		min-width: fit-content;
		display: flex;
		align-items: center;
	}
	
	.vehicle-card .card-body .model-year.text-end {
		justify-content: flex-end;
		text-align: right;
	}
	
	.vehicle-card .card-body .model-year i {
		font-size: 0.8125rem;
	}
	
	.vehicle-card .card-title {
		font-size: 0.9375rem;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.vehicle-card .price-label {
		font-size: 0.625rem;
		margin-bottom: 0.375rem;
	}
	
	.vehicle-card .price-badge {
		font-size: 0.875rem;
	}
	
	.vehicle-card .card-footer {
		padding: 0.625rem 0.875rem;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		gap: 0.5rem;
	}
	
	.vehicle-card .card-footer .model-year {
		font-size: 0.6875rem;
		gap: 0.375rem;
		display: flex;
		align-items: center;
	}
	
	.vehicle-card .card-footer .model-year.text-end {
		justify-content: flex-end;
		text-align: right;
	}
	
	.vehicle-card .card-footer .model-year i {
		font-size: 0.8125rem;
	}
	
	.vehicle-card .position-relative .badge {
		top: 8px;
		right: 8px;
		padding: 0.375rem 0.75rem;
		font-size: 0.6875rem;
	}
	
	.vehicle-card .position-relative .badge.bg-success {
		padding-left: 1.5rem;
	}
	
	.vehicle-card .position-relative .badge.bg-success::before {
		width: 5px;
		height: 5px;
		left: 6px;
	}
	
	/* Ensure proper spacing in grid */
	.row.g-3 .col-6 .vehicle-card,
	.row.g-3 .col-lg-3 .vehicle-card {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 576px) {
	.vehicle-card {
		width: 100%;
		max-width: 100%;
	}
	
	.vehicle-card .position-relative {
		height: 180px;
	}
	
	.vehicle-card .card-body {
		padding: 0.75rem;
	}
	
	.vehicle-card .card-body .d-flex {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		gap: 0.5rem;
	}
	
	.vehicle-card .card-body .model-year {
		font-size: 0.625rem;
		gap: 0.25rem;
		flex: 1;
		min-width: fit-content;
		display: flex;
		align-items: center;
	}
	
	.vehicle-card .card-body .model-year.text-end {
		justify-content: flex-end;
		text-align: right;
	}
	
	.vehicle-card .card-body .model-year i {
		font-size: 0.75rem;
	}
	
	.vehicle-card .card-title {
		font-size: 0.875rem;
		-webkit-line-clamp: 2;
		line-clamp: 2;
	}
	
	.vehicle-card .price-badge {
		font-size: 0.8125rem;
	}
	
	.vehicle-card .card-footer {
		padding: 0.5rem 0.75rem;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		gap: 0.5rem;
	}
	
	.vehicle-card .card-footer .model-year {
		font-size: 0.6875rem;
		gap: 0.25rem;
		flex: 1;
		min-width: fit-content;
		display: flex;
		align-items: center;
	}
	
	.vehicle-card .card-footer .model-year.text-end {
		justify-content: flex-end;
		text-align: right;
	}
	
	.vehicle-card .card-footer .model-year i {
		font-size: 0.75rem;
	}
}

.price-label {
	font-size: 11px;
	color: var(--gray-500);
	margin-bottom: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
}

.price-label::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 30px;
	height: 2px;
	background: var(--primary);
	border-radius: 1px;
}

.price-badge {
	border-radius: 8px;
	font-weight: 600;
	font-size: 17px;
	display: inline-block;
	color: rgb(206, 9, 9);
}

/* Card Footer - Ultra Modern */
/* ========================================
   FOOTER - CLEAN MODERN DESIGN
   ======================================== */
.card-footer {
	padding: 24px 28px;
	background: linear-gradient(135deg,
			rgba(248, 250, 252, 0.9) 0%,
			rgba(241, 245, 249, 0.8) 100%);
	backdrop-filter: blur(20px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 3;
	border-top: 1px solid rgba(226, 232, 240, 0.3);
	border-radius: 0 0 24px 24px;
}

.card-footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg,
			transparent 0%,
			rgba(37, 99, 235, 0.3) 50%,
			transparent 100%);
}

.model-year {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--gray-600);
	font-size: 13px;
	font-weight: 600;
	position: relative;
}

.model-year i {
	color: var(--primary);
	font-size: 16px;
	transition: all 0.3s ease;
}

.vehicle-card:hover .model-year i {
	color: var(--secondary);
	transform: scale(1.1);
}

.action-buttons {
	display: flex;
	gap: 10px;
}

.action-btn {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid rgba(37, 99, 235, 0.2);
	background: linear-gradient(135deg,
			rgba(255, 255, 255, 0.9) 0%,
			rgba(248, 250, 252, 0.8) 100%);
	backdrop-filter: blur(10px);
	color: var(--gray-600);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
	font-size: 14px;
	box-shadow:
		0 4px 12px rgba(0, 0, 0, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.3);
	position: relative;
	overflow: hidden;
}

.action-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
	opacity: 0;
	transition: all 0.4s ease;
	border-radius: 50%;
}

.action-btn:hover {
	color: var(--white);
	border-color: var(--primary);
	transform: scale(1.15) translateY(-2px);
	box-shadow:
		0 8px 20px rgba(37, 99, 235, 0.3),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.action-btn:hover::before {
	opacity: 1;
}

.action-btn i {
	position: relative;
	z-index: 2;
	transition: all 0.3s ease;
}

.action-btn:hover i {
	transform: scale(1.1);
}

.action-btn.heart:hover {
	border-color: #e74c3c;
	box-shadow:
		0 8px 20px rgba(231, 76, 60, 0.3),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.action-btn.heart::before {
	background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}

/* Vehicle Navigation */
.vehicle-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	z-index: 10;
	padding: 0 var(--space-4);
}

/* ========================================
   UNIVERSAL OWL CAROUSEL NAVIGATION - UNIFIED STYLE
   ======================================== */
.vehicle-prev,
.vehicle-next,
.hero-prev,
.hero-next,
.testimoni-prev,
.testimoni-next,
.owl-prev,
.owl-next {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.95) 100%);
	backdrop-filter: blur(20px);
	border: 2px solid rgba(37, 99, 235, 0.2);
	color: var(--primary);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
	pointer-events: all;
	box-shadow: 0 8px 32px rgba(37, 99, 235, 0.15);
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.vehicle-prev::before,
.vehicle-next::before,
.hero-prev::before,
.hero-next::before,
.testimoni-prev::before,
.testimoni-next::before,
.owl-prev::before,
.owl-next::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
	opacity: 0;
	transition: all 0.4s ease;
	border-radius: 50%;
}

.vehicle-prev:hover::before,
.vehicle-next:hover::before,
.hero-prev:hover::before,
.hero-next:hover::before,
.testimoni-prev:hover::before,
.testimoni-next:hover::before,
.owl-prev:hover::before,
.owl-next:hover::before {
	opacity: 1;
}

.vehicle-prev i,
.vehicle-next i,
.hero-prev i,
.hero-next i,
.testimoni-prev i,
.testimoni-next i,
.owl-prev i,
.owl-next i {
	font-size: 1.25rem;
	font-weight: 700;
	position: relative;
	z-index: 2;
	transition: all 0.3s ease;
}

/* Universal hover - vehicle and owl only */
.vehicle-prev:hover,
.vehicle-next:hover,
.owl-prev:hover,
.owl-next:hover {
	color: var(--white);
	transform: translateY(-2px) scale(1.05);
	box-shadow: 0 12px 40px rgba(37, 99, 235, 0.4);
	border-color: var(--primary);
}

/* Hero and testimoni hover handled separately below */

/* Universal icon hover */
.vehicle-prev:hover i,
.vehicle-next:hover i,
.hero-nav .hero-prev:hover i,
.hero-nav .hero-next:hover i,
.testimoni-nav .testimoni-prev:hover i,
.testimoni-nav .testimoni-next:hover i,
.owl-prev:hover i,
.owl-next:hover i {
	transform: scale(1.1);
}

/* Universal active state - vehicle and owl only */
.vehicle-prev:active,
.vehicle-next:active,
.owl-prev:active,
.owl-next:active {
	transform: translateY(0) scale(0.95);
}

/* Hero and testimoni active handled separately below */

/* Specific positioning for different carousels */
.vehicle-prev {
	margin-left: -28px;
}

.vehicle-next {
	margin-right: -28px;
}

/* Hero navigation positioning - handled by .hero-nav */
.hero-nav .hero-prev {
	left: 18px;
}

.hero-nav .hero-next {
	right: 48px;
}

/* Testimoni navigation positioning - handled by .testimoni-nav */
.testimoni-nav .testimoni-prev {
	left: 2rem;
}

.testimoni-nav .testimoni-next {
	right: 2rem;
}

/* Disabled state */
.vehicle-prev.disabled,
.vehicle-next.disabled,
.hero-nav .hero-prev.disabled,
.hero-nav .hero-next.disabled,
.testimoni-nav .testimoni-prev.disabled,
.testimoni-nav .testimoni-next.disabled,
.owl-prev.disabled,
.owl-next.disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}

.vehicle-prev.disabled:hover,
.vehicle-next.disabled:hover,
.hero-nav .hero-prev.disabled:hover,
.hero-nav .hero-next.disabled:hover,
.testimoni-nav .testimoni-prev.disabled:hover,
.testimoni-nav .testimoni-next.disabled:hover,
.owl-prev.disabled:hover,
.owl-next.disabled:hover {
	transform: none;
	box-shadow: 0 8px 32px rgba(37, 99, 235, 0.15);
}

/* Vehicle Dots */
.vehicle-dots {
	display: flex;
	justify-content: center;
	gap: var(--space-2);
	margin-top: var(--space-4);
	z-index: 10;
}

.vehicle-dot {
	width: 12px;
	height: 12px;
	border-radius: var(--radius-full);
	background: rgba(37, 99, 235, 0.3);
	border: 1px solid rgba(37, 99, 235, 0.2);
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	pointer-events: all;
	user-select: none;
	position: relative;
	z-index: 11;
}

.vehicle-dot.active,
.vehicle-dot:hover {
	background: var(--primary);
	border-color: var(--primary);
	transform: scale(1.2);
	box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

/* Responsive Design */
@media (max-width: 991.98px) {
	.vehicle-nav {
		padding: 0 var(--space-2);
	}

	.vehicle-prev,
	.vehicle-next,
	.hero-prev,
	.hero-next,
	.testimoni-prev,
	.testimoni-next,
	.owl-prev,
	.owl-next {
		width: 48px;
		height: 48px;
	}

	.vehicle-prev i,
	.vehicle-next i,
	.hero-prev i,
	.hero-next i,
	.testimoni-prev i,
	.testimoni-next i,
	.owl-prev i,
	.owl-next i {
		font-size: 1.125rem;
	}

	.vehicle-prev {
		margin-left: -24px;
	}

	.vehicle-next {
		margin-right: -24px;
	}

	.hero-nav .hero-prev {
		left: 1rem;
	}

	.hero-nav .hero-next {
		right: 1rem;
	}

	.testimoni-nav .testimoni-prev {
		left: 1rem;
	}

	.testimoni-nav .testimoni-next {
		right: 1rem;
	}
}

@media (max-width: 767.98px) {
	.vehicle-nav {
		display: none;
	}

	.vehicle-dots {
		margin-top: var(--space-3);
	}

	.vehicle-card {
		border-radius: 20px;
	}

	.vehicle-card .position-relative {
		height: 200px;
		border-radius: 20px 20px 0 0;
	}

	.price-badge {
		font-size: 14px;
	}
	.card-footer {
		padding: 20px 24px;
		border-radius: 0 0 20px 20px;
	}

	.action-btn {
		width: 32px;
		height: 32px;
		font-size: 13px;
	}

	.model-year {
		font-size: 12px;
	}
}

.navbar-toggler {
	border: none;
	padding: var(--space-2);
	transition: all 0.3s ease;
}

.navbar-toggler:hover {
	background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
	transform: scale(1.05);
}

.navbar-toggler:focus {
	box-shadow: 0 0 0 0.25rem rgba(37, 99, 235, 0.15);
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%232563eb' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/* Mobile Menu */
@media (max-width: 991.98px) {
	.navbar-collapse {
		background: rgba(255, 255, 255, 0.98);
		backdrop-filter: blur(20px);
		border-radius: var(--radius-xl);
		margin-top: var(--space-4);
		padding: var(--space-4);
		box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
	}

	.navbar-nav .nav-link {
		margin: var(--space-1) 0;
		text-align: center;
	}
}

/* ========================================
   HERO SECTION - PREMIUM DESIGN
   ======================================== */
.hero {
	position: relative;
	min-height: 100vh;
	background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	overflow: hidden;
}

.hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.9) 0%, rgba(124, 58, 237, 0.9) 100%);
	z-index: 1;
}

.hero::after {
	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 1000 1000"><defs><radialGradient id="a" cx="50%" cy="50%"><stop offset="0%" stop-color="%23ffffff" stop-opacity="0.1"/><stop offset="100%" stop-color="%23ffffff" stop-opacity="0"/></radialGradient></defs><circle cx="200" cy="200" r="300" fill="url(%23a)"/><circle cx="800" cy="800" r="400" fill="url(%23a)"/></svg>');
	z-index: 2;
}


/* ========================================
   HERO SLIDER - OWL CAROUSEL - MODERN
   ======================================== */
.hero-slider {
	position: relative;
	overflow: hidden;
	background: #fafafa;
}

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


/* Custom Navigation */
.hero-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	z-index: 10;
	pointer-events: none;
}

/* Hero carousel specific - overrides for dark background */
.hero-nav .hero-prev,
.hero-nav .hero-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.15) 100%);
	border: 2px solid rgba(255, 255, 255, 0.3);
	color: #ffffff;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
	margin: 0;
}

.hero-nav .hero-prev::before,
.hero-nav .hero-next::before {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.hero-nav .hero-prev:hover,
.hero-nav .hero-next:hover {
	color: #ffffff;
	transform: translateY(-50%) scale(1.05);
	border-color: rgba(255, 255, 255, 0.4);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.hero-nav .hero-prev:active,
.hero-nav .hero-next:active {
	transform: translateY(-50%) scale(0.95);
}

/* Custom Dots */
.hero-dots {
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 0.5rem;
	z-index: 10;
}

.hero-dot {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.2);
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	backdrop-filter: blur(10px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	pointer-events: all;
	user-select: none;
	position: relative;
	z-index: 11;
}

.hero-dot.active {
	background: rgba(255, 255, 255, 0.9);
	transform: scale(1.3);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
	border-color: rgba(255, 255, 255, 0.4);
}

.hero-dot:hover {
	background: rgba(255, 255, 255, 0.6);
	transform: scale(1.1);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* ========================================
   SECTIONS - UNIFIED MODERN DESIGN
   ======================================== */
.section {
	padding: var(--space-24) 0;
	position: relative;
}

.section-header {
	text-align: center;
	margin-bottom: var(--space-16);
}

.section-title {
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	font-weight: 700;
	color: var(--gray-900);
	line-height: 1.2;
	margin-bottom: var(--space-6);
	background: linear-gradient(135deg, var(--gray-900) 0%, var(--primary) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.section-subtitle {
	font-size: var(--font-size-xl);
	color: var(--gray-600);
	line-height: 1.7;
	max-width: 800px;
	margin: 0 auto;
}


/* ========================================
   TESTIMONIALS (Legacy - for backward compatibility)
   ======================================== */
.testimonial {
	background: var(--white);
	border-radius: var(--radius-xl);
	padding: var(--space-8);
	box-shadow: var(--shadow);
	text-align: center;
	position: relative;
	margin: var(--space-4);
}

/* Legacy testimonial-avatar - only applies outside modern-card */
.testimonial:not(.testimonial-card-modern):not(.modern-card) .testimonial-avatar {
	width: 80px;
	height: 80px;
	border-radius: var(--radius-full);
	margin: 0 auto var(--space-4);
	border: 4px solid var(--primary-light);
	object-fit: cover;
}

/* Legacy testimonial-author - only applies outside modern-card */
.testimonial:not(.testimonial-card-modern):not(.modern-card) .testimonial-author {
	font-weight: 600;
	color: var(--gray-900);
	margin-bottom: var(--space-1);
}

/* ========================================
   TESTIMONIAL CAROUSEL - SAME AS HERO
   ======================================== */
.testimonial-carousel-wrapper {
	position: relative;
	overflow: hidden;
}

/* Modern Card alias for testimonial items - using testimonial-card-modern styles */
.testimonial-card.modern-card {
	background: #ffffff;
	border-radius: 24px;
	padding: 2rem;
	text-align: center;
	position: relative;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	border: 1px solid rgba(37, 99, 235, 0.08);
	height: 100%;
	display: flex;
	flex-direction: column;
}

.testimonial-card.modern-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 40px rgba(37, 99, 235, 0.15);
	border-color: rgba(37, 99, 235, 0.2);
}

/* Override legacy styles inside modern-card to prevent conflicts */
.testimonial-card.modern-card .testimonial-content {
	position: relative;
	z-index: 1;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.testimonial-card.modern-card .testimonial-content .rating {
	display: flex;
	justify-content: center;
	gap: 0.25rem;
	margin-bottom: 1rem;
}

.testimonial-card.modern-card .testimonial-content .rating i {
	color: #fbbf24;
	font-size: 1.1rem;
	text-shadow: 0 2px 4px rgba(251, 191, 36, 0.3);
	transition: all 0.3s ease;
}

.testimonial-card.modern-card:hover .testimonial-content .rating i {
	transform: scale(1.1);
	color: #f59e0b;
}

.testimonial-card.modern-card .testimonial-content p {
	font-size: 1rem;
	font-style: italic;
	color: var(--gray-700);
	margin-bottom: 1.5rem;
	line-height: 1.7;
	flex: 1;
}

.testimonial-card.modern-card .testimonial-content .testimonial-author {
	font-weight: 700;
	font-size: 1.125rem;
	color: var(--gray-900);
	margin-bottom: 0.25rem;
	background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

/* Custom Navigation - Same as Hero */
.testimoni-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	z-index: 10;
	pointer-events: none;
}

/* Testimoni carousel - positioning */
.testimoni-nav .testimoni-prev,
.testimoni-nav .testimoni-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}

.testimoni-nav .testimoni-prev:hover,
.testimoni-nav .testimoni-next:hover {
	transform: translateY(-50%) scale(1.05);
}

.testimoni-nav .testimoni-prev:active,
.testimoni-nav .testimoni-next:active {
	transform: translateY(-50%) scale(0.95);
}

/* Custom Dots - Same as Hero */
.testimoni-dots {
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 0.5rem;
	z-index: 10;
	pointer-events: none;
}

.testimoni-dot {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: rgba(37, 99, 235, 0.3);
	border: 1px solid rgba(37, 99, 235, 0.2);
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	backdrop-filter: blur(10px);
	box-shadow: 0 4px 16px rgba(37, 99, 235, 0.1);
	pointer-events: all;
	user-select: none;
	position: relative;
	z-index: 11;
}

.testimoni-dot.active {
	background: rgba(37, 99, 235, 0.9);
	transform: scale(1.3);
	box-shadow: 0 6px 20px rgba(37, 99, 235, 0.2);
	border-color: rgba(37, 99, 235, 0.4);
}

.testimoni-dot:hover {
	background: rgba(37, 99, 235, 0.6);
	transform: scale(1.1);
	box-shadow: 0 4px 16px rgba(37, 99, 235, 0.15);
}


/* ========================================
   MODERN TESTIMONIAL CARD (PAGE)
   ======================================== */
.testimonial-card-modern {
	background: #ffffff;
	border-radius: 24px; 
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-image-wrapper {
	height: 240px;
	margin: 0 auto;
	border-radius: 16px;
	overflow: hidden;
	border: 2px solid rgba(37, 99, 235, 0.1);
	box-shadow: 0 4px 16px rgba(37, 99, 235, 0.1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-avatar-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-card-modern:hover .testimonial-avatar-img,
.testimonial-card.modern-card:hover .testimonial-avatar-img {
	transform: scale(1.05);
}

.testimonial-card-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 18px;
}

.testimonial-card-body .rating {
	display: flex;
	justify-content: center;
	gap: 0.25rem; 
}

.testimonial-card-body .rating i {
	color: #fbbf24;
	font-size: 1.1rem;
	text-shadow: 0 2px 4px rgba(251, 191, 36, 0.3);
	transition: all 0.3s ease;
}

.testimonial-card-modern:hover .rating i,
.testimonial-card-modern:hover .testimonial-card-body .rating i,
.testimonial-card.modern-card:hover .testimonial-content .rating i {
	transform: scale(1.1);
	color: #f59e0b;
}

.testimonial-title-text {
	font-size: 1rem;
	line-height: 1.7;
	color: var(--gray-700);
	margin-bottom: 1rem;
	font-style: italic;
}
.testimonial-content-text {
	font-size: 1rem;
	line-height: 1.7;
	color: var(--gray-700);
	margin-bottom: 0; 
}

.testimonial-author-section {
	margin-top: auto;
	padding-top: 1rem;
	border-top: 1px solid rgba(37, 99, 235, 0.08);
}

.testimonial-author-name {
	font-weight: 700;
	font-size: 1.125rem;
	color: var(--gray-900);
	margin-bottom: 0.25rem;
	background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.testimonial-author-role {
	color: var(--gray-500);
	font-size: 0.875rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.testimonial-card-quote {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	opacity: 0.1;
	font-size: 4rem;
	color: var(--primary);
	line-height: 1;
	font-family: Georgia, serif;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-card-modern:hover .testimonial-card-quote,
.testimonial-card.modern-card:hover .testimonial-card-quote {
	opacity: 0.15;
	transform: scale(1.1);
}
 

/* ========================================
   MODERN MODELS SECTION
   ======================================== */
.bg-gradient-models {
	background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%) !important;
	position: relative;
	overflow: hidden;
}

.bg-gradient-models .container {
	position: relative;
	z-index: 2;
}

.section-badge {
	display: inline-block;
}

.section-badge .badge-text {
	background: var(--primary-rgba-10, rgba(37, 99, 235, 0.1));
	backdrop-filter: blur(20px);
	border: 1px solid var(--primary-rgba-20, rgba(37, 99, 235, 0.2));
	color: var(--primary);
	padding: 0.5rem 1.5rem;
	border-radius: 25px;
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: 0 4px 16px var(--primary-rgba-10, rgba(37, 99, 235, 0.1));
	animation: pulse 2s infinite;
}


/* ========================================
   MODERN CTA SECTION
   ======================================== */
.bg-gradient-primary {
	background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 50%, var(--dark-blue) 100%) !important;
	position: relative;
	overflow: hidden;
}

.bg-gradient-primary .container {
	position: relative;
	z-index: 2;
}

.cta-badge {
	display: inline-block;
}

.badge-text {
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: white;
	padding: 0.5rem 1.5rem;
	border-radius: 25px;
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	animation: pulse 2s infinite;
}


/* Modern Sales Card */
.sales-card-modern {
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(20px);
	border-radius: 24px;
	padding: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(37, 99, 235, 0.1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.sales-card-modern:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 72px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(37, 99, 235, 0.2);
}

.sales-card-modern:hover::before {
	opacity: 1;
}

.sales-card-header {
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(37, 211, 102, 0.08) 100%);
	padding: 1.25rem 1.5rem;
	border-bottom: 1px solid rgba(226, 232, 240, 0.5);
	position: relative;
	z-index: 2;
}

.sales-header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo-container .logo-img {
	max-height: 32px;
	width: auto;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.online-indicator {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	background: rgba(37, 211, 102, 0.15);
	padding: 4px 12px;
	border-radius: 20px;
	border: 1px solid rgba(37, 211, 102, 0.3);
}

.pulse-dot {
	width: 8px;
	height: 8px;
	background: #10b981;
	border-radius: 50%;
	animation: pulse 2s infinite;
}

.status-text {
	color: var(--gray-700);
	font-size: 0.8125rem;
	font-weight: 600;
}

.sales-card-body {
	padding: 2rem 1.5rem;
	position: relative;
	z-index: 2;
}

.sales-avatar-wrapper {
	margin-bottom: 1.5rem;
	position: relative;
}

.sales-avatar-modern {
	position: relative;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	display: inline-block;
}

.avatar-img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	border: 4px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), 0 0 0 4px rgba(37, 211, 102, 0.2);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(37, 211, 102, 0.1) 100%);
}

.avatar-badge {
	position: absolute;
	bottom: 4px;
	right: 4px;
	width: 32px;
	height: 32px;
	background: linear-gradient(135deg, #10b981 0%, #059669 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid white;
	box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
	z-index: 3;
}

.avatar-badge i {
	color: white;
	font-size: 0.875rem;
}

.sales-card-modern:hover .avatar-img {
	transform: scale(1.05);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2), 0 0 0 4px rgba(37, 211, 102, 0.3);
}

.sales-card-modern:hover .avatar-badge {
	transform: scale(1.1);
	box-shadow: 0 6px 20px rgba(16, 185, 129, 0.5);
}

.sales-info {
	margin-bottom: 1.5rem;
}

.sales-name-modern {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: var(--gray-900);
	line-height: 1.3;
}

.sales-position-modern {
	font-size: 0.9375rem;
	color: var(--gray-600);
	margin-bottom: 0;
	font-weight: 500;
}

.contact-buttons {
	display: flex;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.contact-btn {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	border: 2px solid transparent;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
	font-size: 1.125rem;
}

.contact-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	transition: left 0.5s;
}

.contact-btn:hover::before {
	left: 100%;
}

.contact-btn.phone-btn {
	background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
	color: white;
}

.contact-btn.whatsapp-btn {
	background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
	color: white;
}

.contact-btn.email-btn {
	background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
	color: white;
}

.contact-btn:hover {
	transform: translateY(-3px) scale(1.05);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.contact-btn.phone-btn:hover {
	background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
}

.contact-btn.whatsapp-btn:hover {
	background: linear-gradient(135deg, #128c7e 0%, #075e54 100%);
}

.contact-btn.email-btn:hover {
	background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

.contact-btn:active {
	transform: translateY(-1px) scale(1.02);
}

/* ========================================
   WHATSAPP CHATBOT - MODERN GLASSMORPHISM
   ======================================== */
.whatsapp-float {
	position: fixed !important;
	width: 60px;
	height: 60px;
	bottom: 20px !important;
	right: 20px !important;
	background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
	color: white;
	border-radius: 50%;
	text-align: center;
	font-size: 30px;
	box-shadow: 0 8px 32px rgba(37, 211, 102, 0.3);
	z-index: 1000;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(20px);
	border: 2px solid rgba(255, 255, 255, 0.2);
	overflow: visible;
}

.whatsapp-float:hover {
	transform: scale(1.1);
	box-shadow: 0 12px 40px rgba(37, 211, 102, 0.4);
	background: linear-gradient(135deg, #128c7e 0%, #25d366 100%);
}

.whatsapp-float i {
	transition: all 0.3s ease;
}

.whatsapp-float:hover i {
	transform: scale(1.1);
}

/* WhatsApp Chat Widget - Modern Chatbot Style */
.wa-chat-widget {
	position: fixed;
	bottom: 90px;
	right: 20px;
	width: 380px;
	max-width: calc(100vw - 40px);
	max-height: calc(100vh - 180px);
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(37, 211, 102, 0.2);
	border-radius: 24px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(37, 211, 102, 0.1);
	z-index: 999;
	transform: translateY(120px) scale(0.8);
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.wa-chat-widget.show {
	transform: translateY(0) scale(1);
	opacity: 1;
	visibility: visible;
}

.wa-chat-header {
	background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
	color: white;
	padding: 1.25rem 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wa-chat-header-info {
	display: flex;
	align-items: center;
	gap: 0.875rem;
	flex: 1;
}

.wa-avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	border: 2px solid rgba(255, 255, 255, 0.3);
}

.wa-header-text {
	flex: 1;
}

.wa-name {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	color: white!important;
	line-height: 1.2;
}

.wa-status {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.95);
	margin-top: 0.25rem;
	font-weight: 500;
}

.wa-status-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ffffff;
	display: inline-block;
	animation: pulse-white 2s infinite;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3), 0 0 0 4px rgba(255, 255, 255, 0.1);
	position: relative;
}

@keyframes pulse {
	0%, 100% {
		opacity: 1;
		transform: scale(1);
	}
	50% {
		opacity: 0.7;
		transform: scale(1.1);
	}
}

@keyframes pulse-white {
	0%, 100% {
		opacity: 1;
		transform: scale(1);
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5), 0 0 0 4px rgba(255, 255, 255, 0.2);
	}
	50% {
		opacity: 0.9;
		transform: scale(1.15);
		box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4), 0 0 0 6px rgba(255, 255, 255, 0.15);
	}
}

.wa-close-btn {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	border: none;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 1.125rem;
}

.wa-close-btn:hover {
	background: rgba(255, 255, 255, 0.3);
	transform: rotate(90deg);
}

.wa-chat-body {
	padding: 1.5rem;
	background: linear-gradient(180deg, #f0f9ff 0%, #ffffff 100%);
	overflow-y: auto;
	flex: 1;
	max-height: 500px;
}

/* Form Wrapper */
.wa-form-wrapper {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.wa-input-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.wa-label {
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--gray-700);
	margin: 0;
}

.wa-input {
	width: 100%;
	padding: 0.875rem 1rem;
	border: 2px solid rgba(37, 211, 102, 0.2);
	border-radius: 12px;
	background: white;
	backdrop-filter: blur(10px);
	font-size: 0.9375rem;
	transition: all 0.3s ease;
	color: var(--gray-900);
	font-family: inherit;
}

.wa-input:focus {
	outline: none;
	border-color: #25d366;
	background: white;
	box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.1);
}

.wa-input::placeholder {
	color: var(--gray-500);
	font-weight: 500;
}

.wa-input select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2325d366' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.75rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
}

.wa-input select:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23128c7e' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
}

.wa-send-btn {
	width: 100%;
	background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
	color: white;
	border: none;
	padding: 0.875rem 1.5rem;
	border-radius: 12px;
	font-weight: 700;
	font-size: 0.9375rem;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.wa-send-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
	background: linear-gradient(135deg, #128c7e 0%, #25d366 100%);
}

.wa-send-btn:active {
	transform: translateY(0);
}

/* Pulse Animation for Float Button */
.wa-pulse {
	position: absolute !important;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(37, 211, 102, 0.6);
	animation: ripple 2s infinite;
	top: 0;
	left: 0;
	z-index: -1;
	pointer-events: none;
}

@keyframes ripple {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(1.4);
		opacity: 0;
	}
}

.whatsapp-float.active i {
	transform: rotate(180deg);
}

/* Chat Animation */
@keyframes chatBounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-10px);
	}

	60% {
		transform: translateY(-5px);
	}
}

.whatsapp-float.animate {
	animation: chatBounce 1s ease-in-out;
}

/* Mobile Responsive */
@media (max-width: 576px) {
	.whatsapp-float {
		width: 56px !important;
		height: 56px !important;
		bottom: 80px !important;
		right: 15px !important;
		font-size: 28px;
	}

	.wa-chat-widget {
		bottom: 145px;
		right: 15px;
		left: 15px;
		width: auto;
		max-width: none;
		max-height: calc(100vh - 240px);
	}

	.wa-chat-body {
		padding: 1.25rem;
		max-height: 400px;
	}

	.wa-chat-header {
		padding: 1rem 1.25rem;
	}

	.wa-avatar {
		width: 40px;
		height: 40px;
		font-size: 1.25rem;
	}

	.wa-name {
		font-size: 0.9375rem;
	}

	.wa-menu-btn {
		padding: 0.75rem;
		font-size: 0.875rem;
	}

	.wa-menu-btn i {
		font-size: 1.125rem;
	}

	.wa-input {
		padding: 0.75rem;
		font-size: 0.875rem;
	}

	.wa-send-btn {
		padding: 0.75rem 1.25rem;
		font-size: 0.875rem;
	}
}


/* ========================================
   TEST DRIVE FORM - MODERN DESIGN
   ======================================== */
.test-drive-section {
	padding: 5rem 0;
	background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
	position: relative;
	overflow: hidden;
}

.test-drive-section::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 1000 1000"><defs><radialGradient id="a" cx="50%" cy="50%"><stop offset="0%" stop-color="%2337b9eb" stop-opacity="0.05"/><stop offset="100%" stop-color="%2337b9eb" stop-opacity="0"/></radialGradient></defs><circle cx="200" cy="200" r="300" fill="url(%23a)"/><circle cx="800" cy="800" r="400" fill="url(%23a)"/></svg>');
	z-index: 1;
}

.test-drive-header {
	text-align: center;
	margin-bottom: 3rem;
	position: relative;
	z-index: 2;
}

.test-drive-title {
	font-size: 2.5rem;
	font-weight: 800;
	background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 1rem;
}

.test-drive-subtitle {
	font-size: 1.1rem;
	color: #64748b;
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
}

.test-drive-icon {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1rem;
	color: white;
	font-size: 1.5rem;
}

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

.form-label {
	font-weight: 600;
	color: #374151;
	font-size: 0.95rem;
	margin-bottom: 0.25rem;
}

.input-wrapper,
.select-wrapper,
.textarea-wrapper {
	position: relative;
	display: block;
	width: 100%;
}

.input-icon,
.select-icon,
.textarea-icon {
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
	color: #6b7280;
	font-size: 1rem;
	z-index: 2;
	pointer-events: none;
}

/* Form controls with icons need extra left padding */
.input-wrapper .form-control,
.select-wrapper .form-select {
	padding-left: 2.5rem !important;
}

.textarea-wrapper .form-control {
	padding-left: 2.5rem !important;
	padding-top: 0.75rem !important;
}

/* Password toggle button - Complete Rework */
.password-wrapper {
	position: relative;
}

.password-wrapper .form-control {
	padding-right: 2.75rem !important;
}

.password-toggle {
	position: absolute;
	right: 0.875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
	height: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: transparent;
	cursor: pointer;
	padding: 0;
	margin: 0;
	z-index: 5;
	color: #6b7280;
	transition: color 0.2s ease;
	text-decoration: none;
	line-height: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
}

.password-toggle::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.password-toggle i {
	font-size: 1.125rem;
	line-height: 1;
	display: inline-block;
	color: inherit;
}

.password-toggle:hover {
	color: #3b82f6;
	background: transparent;
	text-decoration: none;
}

.password-toggle:focus {
	outline: none;
	box-shadow: none;
	background: transparent;
}

.password-toggle:active {
	background: transparent;
	transform: translateY(-50%) scale(0.95);
}

.password-toggle:focus-visible {
	outline: 2px solid #3b82f6;
	outline-offset: 2px;
	border-radius: 2px;
}

/* ========================================
   MODERN BOOTSTRAP FORM ELEMENTS
   ======================================== */

/* Reset and Modern Form Controls */
.form-control,
.form-select {
	padding: 0.75rem 1rem !important;
	font-size: 1rem !important;
	font-weight: 500 !important;
	line-height: 1.5 !important;
	color: #212529 !important;
	background-color: #fff !important;
	background-clip: padding-box !important;
	border: 2px solid #dee2e6 !important;
	border-radius: 0.5rem !important;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.form-control:focus,
.form-select:focus {
	color: #212529 !important;
	background-color: #fff !important;
	border-color: #86b7fe !important;
	outline: 0 !important;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

.form-control::placeholder {
	color: #6c757d !important;
	opacity: 1 !important;
}

/* Custom Select Styling */
.form-select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 6 7 7 7-7'/%3e%3c/svg%3e") !important;
	background-repeat: no-repeat !important;
	background-position: right 0.75rem center !important;
	background-size: 16px 12px !important;
	padding-right: 2.25rem !important;
}


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

.test-drive-btn {
	color: #fff !important;
	background-color: #198754 !important;
	border-color: #198754 !important;
	padding: 0.75rem 1rem !important;
	font-size: 1rem !important;
	font-weight: 500 !important;
	border-radius: 0.5rem !important;
	margin-top: 1rem !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.5rem !important;
}

.test-drive-btn:hover {
	color: #fff !important;
	background-color: #157347 !important;
	border-color: #146c43 !important;
}

.test-drive-btn:focus {
	color: #fff !important;
	background-color: #157347 !important;
	border-color: #146c43 !important;
	box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5) !important;
}


/* Responsive Test Drive Form */
@media (max-width: 768px) {
	.test-drive-section {
		padding: 3rem 0;
	}

	.test-drive-title {
		font-size: 2rem;
	}

	.test-drive-card-header {
		padding: 1.5rem 1.5rem 1rem;
	}

	.test-drive-card-body {
		padding: 1.5rem;
	}

	.test-drive-form {
		gap: 1.25rem;
	}

	.test-drive-icon {
		width: 50px;
		height: 50px;
		font-size: 1.25rem;
	}
}


/* Mobile Bottom Menu */
.mobile-menu {
	background: linear-gradient(135deg, var(--gray-900) 0%, var(--primary) 100%) !important;
	color: var(--white) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.mobile-menu-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--space-1);
	padding: var(--space-3);
	border-radius: var(--radius-lg);
	transition: all 0.3s ease;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8) !important;
}

.mobile-menu-item:hover {
	background: rgba(255, 255, 255, 0.1);
	color: var(--white) !important;
	transform: translateY(-2px);
}

.mobile-menu-icon {
	font-size: var(--font-size-xl);
	transition: all 0.3s ease;
}

.mobile-menu-item:hover .mobile-menu-icon {
	transform: scale(1.2);
	color: var(--primary-light) !important;
}

.mobile-menu-text {
	font-size: var(--font-size-xs);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Calculator Fixed Bottom */
.calculator {
	background: rgba(255, 255, 255, 0.95) !important;
	backdrop-filter: blur(20px);
	border-top: 1px solid var(--primary-rgba-10, rgba(37, 99, 235, 0.1)) !important;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
}


/* ========================================
   FAQ ACCORDION - MODERN DESIGN
   ======================================== */
.accordion-modern {
	border: none;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	background: var(--white);
}

.accordion-modern .accordion-item {
	border: none;
	border-bottom: 1px solid rgba(226, 232, 240, 0.6);
	background: var(--white);
}

.accordion-modern .accordion-item:last-child {
	border-bottom: none;
}

.accordion-modern .accordion-item:hover {
	background: linear-gradient(135deg, var(--primary-rgba-10, rgba(37, 99, 235, 0.02)) 0%, var(--primary-rgba-10, rgba(37, 99, 235, 0.01)) 100%);
}

.accordion-modern .accordion-button {
	background: transparent;
	border: none;
	padding: 1.5rem 1.75rem;
	font-size: 1.0625rem;
	font-weight: 600;
	color: var(--gray-900);
	border-radius: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	gap: 1rem;
	box-shadow: none;
}

.accordion-modern .accordion-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, var(--primary-rgba-10, rgba(37, 99, 235, 0.05)) 0%, var(--primary-rgba-10, rgba(37, 99, 235, 0.02)) 100%);
	opacity: 0;
	pointer-events: none;
}

.accordion-modern .accordion-button:hover::before {
	opacity: 1;
}

.accordion-modern .accordion-button:not(.collapsed) {
	color: var(--primary);
	background: linear-gradient(135deg, var(--primary-rgba-10, rgba(37, 99, 235, 0.05)) 0%, var(--primary-rgba-10, rgba(37, 99, 235, 0.02)) 100%);
	box-shadow: inset 0 0 0 1px var(--primary-rgba-10, rgba(37, 99, 235, 0.1));
}

.accordion-modern .accordion-button:not(.collapsed)::before {
	opacity: 0;
}

/* Dynamic color for accordion arrow - use CSS mask with primary color */
.accordion-modern .accordion-button:not(.collapsed)::after {
	background-color: var(--primary);
	-webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	background-image: none !important;
	transform: rotate(180deg);
}

.accordion-modern .accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2364748b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	width: 1.5rem;
	height: 1.5rem;
	background-size: 1.5rem;
	margin-left: auto;
	flex-shrink: 0;
}

.accordion-modern .accordion-button:focus {
	box-shadow: 0 0 0 3px var(--primary-rgba-15, rgba(37, 99, 235, 0.15));
	border-color: transparent;
	z-index: 1;
}

.accordion-modern .accordion-icon-wrapper {
	width: 40px;
	height: 40px;
	min-width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, var(--primary-rgba-10, rgba(37, 99, 235, 0.1)) 0%, var(--primary-rgba-10, rgba(37, 99, 235, 0.05)) 100%);
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.accordion-modern .accordion-icon-wrapper i {
	font-size: 1.25rem;
	color: var(--primary);
}

.accordion-modern .accordion-button:not(.collapsed) .accordion-icon-wrapper {
	background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
	box-shadow: 0 4px 12px var(--primary-rgba-30, rgba(37, 99, 235, 0.3));
}

.accordion-modern .accordion-button:not(.collapsed) .accordion-icon-wrapper i {
	color: white;
}

.accordion-modern .accordion-title-text {
	flex: 1;
	text-align: left;
	position: relative;
	z-index: 1;
	line-height: 1.5;
}

.accordion-modern .accordion-collapse {
	border: none;
}

.accordion-modern .accordion-body {
	padding: 0 1.75rem 1.75rem;
	background: transparent;
	border-top: none;
}

.accordion-modern .faq-answer {
	display: flex;
	gap: 1rem;
	padding-top: 0.5rem;
	align-items: flex-start;
}

.accordion-modern .faq-answer-icon {
	width: 32px;
	height: 32px;
	min-width: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(16, 185, 129, 0.08) 100%);
	border-radius: 8px;
	flex-shrink: 0;
	margin-top: 0.125rem;
}

.accordion-modern .faq-answer-icon i {
	font-size: 1rem;
	color: var(--success);
}

.accordion-modern .faq-answer-text {
	flex: 1;
	color: var(--gray-700);
	line-height: 1.8;
	font-size: 1rem;
	padding-top: 0;
}

.accordion-modern .accordion-body p {
	color: var(--gray-700);
	line-height: 1.7;
	margin: 0;
	font-size: var(--font-size-base);
}


.features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: var(--space-6);
}

.feature-item {
	display: flex;
	align-items: flex-start;
	gap: var(--space-4);
	padding: var(--space-6);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
	border-radius: var(--radius-lg);
}

.feature-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--primary), var(--secondary));
	opacity: 0;
	transition: var(--transition);
}

.feature-item:hover {
	transform: translateY(-8px) scale(1.02);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.feature-item:hover::before {
	opacity: 1;
}

.feature-icon-wrapper {
	width: 60px;
	height: 60px;
	background: var(--primary-rgba-50, rgba(37, 99, 235, 0.774));
	backdrop-filter: blur(20px);
	border: 1px solid var(--primary-rgba-30, rgba(37, 99, 235, 0.3));
	border-radius: var(--radius-xl);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 4px 16px var(--primary-rgba-20, rgba(37, 99, 235, 0.2));
}

.feature-item:hover .feature-icon-wrapper {
	background: var(--primary-rgba-30, rgba(37, 99, 235, 0.25));
	transform: scale(1.1);
	box-shadow: 0 8px 24px var(--primary-rgba-30, rgba(37, 99, 235, 0.3));
	border-color: var(--primary-rgba-50, rgba(37, 99, 235, 0.5));
}

.feature-icon-wrapper i {
	font-size: var(--font-size-2xl);
	color: white;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.feature-item:hover .feature-icon-wrapper i {
	color: var(--white);
}

.feature-content {
	flex: 1;
}


.feature-description {
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.6;
	margin: 0;
	font-size: var(--font-size-sm);
}

/* Section Padding - Consistent Spacing */
.section-padding {
	padding: var(--space-16) 0;
}

/* Background Variations - Additional Styling */
.bg-primary .text-muted {
	color: rgba(255, 255, 255, 0.8) !important;
}

.bg-primary .text-dark {
	color: var(--white) !important;
}

/* CTA Section with Primary Background */
.bg-primary .cta-content {
	background: rgba(255, 255, 255, 0.95) !important;
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.bg-primary .cta-content .text-dark {
	color: var(--gray-900) !important;
}

.bg-primary .cta-content .text-muted {
	color: var(--gray-600) !important;
}

.section-padding .section-header .section-title {
	background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: var(--space-6);
}

.section-padding .section-header .lead {
	color: var(--gray-600);
	font-size: var(--font-size-xl);
	font-weight: 400;
}

/* ========================================
   UNIFIED THEME CONSISTENCY
   ======================================== */

/* ========================================
   UNIFIED BORDER RADIUS - ALL ELEMENTS SAME
   ======================================== */

/* ALL CARDS - SAME BORDER RADIUS */
.card,
.feature-card,
.sales-card,
.card-premium,
.vehicle-card-premium,
.accordion-item,
.modal-content,
.dropdown-menu,
.alert,
.badge,
.input-group,
.nav-pills .nav-link,
.nav-tabs .nav-link {
	border-radius: 12px !important;
}

/* ALL BUTTONS - SAME BORDER RADIUS */
.btn,
.btn-primary,
.btn-outline-primary,
.btn-whatsapp,
.btn-primary-modern,
.btn-outline-modern,
.btn-success,
.btn-secondary,
.btn-light,
.btn-dark,
.btn-sm,
.btn-lg,
.navbar-toggler,
.pagination .page-link {
	border-radius: 8px;
}

/* ALL CARDS CONSISTENT STYLING */
.card,
.feature-card,
.sales-card,
.card-premium,
.vehicle-card-premium {
	background: white !important;
	border: none !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
	transition: all 0.3s ease !important;
	position: relative !important;
	overflow: hidden !important;
}

.card:hover,
.feature-card:hover,
.sales-card:hover,
.card-premium:hover,
.vehicle-card-premium:hover {
	transform: translateY(-4px) !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
}

/* ALL BUTTONS CONSISTENT STYLING */
.btn,
.btn-primary,
.btn-outline-primary,
.btn-whatsapp,
.btn-primary-modern,
.btn-outline-modern,
.btn-success,
.btn-secondary,
.btn-light,
.btn-dark {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	transition: all 0.3s ease !important;
	position: relative !important;
	overflow: hidden !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}


/* Ensure all sections have consistent backgrounds */
.section,
.section-padding,
.sales-intro-section {
	position: relative !important;
}

.section:not(.hero):not(.bg-light) {
	background: linear-gradient(135deg, var(--white) 0%, var(--gray-50) 100%) !important;
}

/* Ensure all headings have consistent styling */
h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.feature-title,
.vehicle-title {
	font-weight: 800 !important;
	line-height: 1.2 !important;
	color: var(--gray-900) !important;
}

.feature-title {
	background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

/* Ensure all text has consistent styling */
p,
.card-text,
.feature-text,
.vehicle-text {
	line-height: 1.7 !important;
	color: var(--gray-600) !important;
}

/* Ensure all icons have consistent styling */
i,
.icon,
.feature-icon,
.vehicle-icon {
	transition: all 0.3s ease !important;
}

/* Ensure all hover effects are consistent */
*:hover {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* ========================================
   RESPONSIVE DESIGN - MOBILE FIRST
   ======================================== */
@media (max-width: 1024px) {
	.hero {
		min-height: 80vh;
	}

	.hero h1 {
		font-size: clamp(1.75rem, 5vw, 2.5rem);
	}

	.hero p {
		font-size: clamp(1.125rem, 2.5vw, 1.25rem);
	}
}

@media (max-width: 768px) {
	.hero {
		min-height: 70vh;
		padding: var(--space-6) 0;
	}

	.hero-content {
		padding: var(--space-6);
	}

	.hero h1 {
		font-size: clamp(1.5rem, 6vw, 2rem);
		margin-bottom: var(--space-6);
	}

	.hero p {
		font-size: var(--font-size-lg);
		margin-bottom: var(--space-8);
	}

	.hero .btn {
		padding: var(--space-4) var(--space-8);
		font-size: var(--font-size-base);
		margin: var(--space-2);
	}

	/* Hero Slider Mobile */
	.hero-slide {
		min-height: 80vh;
	}

	.vehicle-prev,
	.vehicle-next,
	.hero-prev,
	.hero-next,
	.testimoni-prev,
	.testimoni-next,
	.owl-prev,
	.owl-next {
		width: 44px;
		height: 44px;
	}

	.vehicle-prev i,
	.vehicle-next i,
	.hero-prev i,
	.hero-next i,
	.testimoni-prev i,
	.testimoni-next i,
	.owl-prev i,
	.owl-next i {
		font-size: 1.125rem;
	}

	.hero-dots,
	.testimoni-dots {
		bottom: 1rem;
	}

	.hero-slide .hero-buttons {
		flex-direction: column;
		align-items: center;
	}

	.hero-slide .hero-buttons .btn {
		width: 100%;
		max-width: 300px;
	}

	.section,
	.section-padding {
		padding: var(--space-12) 0;
	}

	.section-title {
		font-size: var(--font-size-4xl);
	}

	.section-subtitle {
		font-size: var(--font-size-lg);
	}

	.feature-card {
		padding: var(--space-8);
	}

	.feature-icon {
		width: 80px;
		height: 80px;
		font-size: var(--font-size-3xl);
	}

	.mobile-menu {
		display: flex;
	}

	.footer {
		padding-bottom: 100px;
	}
}

@media (max-width: 576px) {
	.hero {
		min-height: 60vh;
	}

	.hero h1 {
		font-size: clamp(1.25rem, 6vw, 1.75rem);
	}

	.hero p {
		font-size: var(--font-size-base);
	}

	.hero .btn {
		width: 100%;
		max-width: 280px;
		padding: var(--space-4) var(--space-6);
	}

	/* Hero Slider Mobile Small */
	.hero-slide {
		min-height: 70vh;
	}

	/* Hide navigation on very small screens */
	.hero-prev,
	.hero-next,
	.testimoni-prev,
	.testimoni-next {
		display: none;
	}

	.vehicle-prev,
	.vehicle-next {
		display: none;
	}

	.section,
	.section-padding {
		padding: var(--space-8) 0;
	}

	.section-title {
		font-size: var(--font-size-3xl);
	}

	.section-subtitle {
		font-size: var(--font-size-base);
	}

	.feature-card {
		padding: var(--space-6);
	}

	.feature-icon {
		width: 70px;
		height: 70px;
		font-size: var(--font-size-2xl);
	}


	.testimonial {
		padding: var(--space-6);
		margin: var(--space-2);
	}

	.accordion-modern .accordion-button {
		padding: 1.25rem 1.5rem;
		font-size: 1rem;
		gap: 0.875rem;
	}

	.accordion-modern .accordion-icon-wrapper {
		width: 36px;
		height: 36px;
		min-width: 36px;
		border-radius: 8px;
	}

	.accordion-modern .accordion-icon-wrapper i {
		font-size: 1.125rem;
	}

	.accordion-modern .accordion-button::after {
		width: 1.25rem;
		height: 1.25rem;
		background-size: 1.25rem;
	}

	.accordion-modern .accordion-body {
		padding: 0 1.5rem 1.5rem;
	}

	.accordion-modern .faq-answer {
		gap: 0.875rem;
		padding-top: 0.375rem;
	}

	.accordion-modern .faq-answer-icon {
		width: 28px;
		height: 28px;
		min-width: 28px;
		border-radius: 6px;
	}

	.accordion-modern .faq-answer-icon i {
		font-size: 0.875rem;
	}

	.accordion-modern .faq-answer-text {
		font-size: 0.9375rem;
		line-height: 1.7;
	}


	.sales-card {
		padding: var(--space-6);
	}

	.sales-avatar {
		width: 120px;
		height: 120px;
	}

	.sales-name {
		font-size: var(--font-size-xl);
	}

	.sales-stats {
		gap: var(--space-6);
	}

	.stat-number {
		font-size: var(--font-size-xl);
	}

	.welcome-title {
		font-size: clamp(1.5rem, 5vw, 2rem);
	}

	.features-grid {
		grid-template-columns: 1fr;
		gap: var(--space-4);
	}

	.feature-item {
		padding: var(--space-4);
	}

	.feature-icon-wrapper {
		width: 50px;
		height: 50px;
	}

	.feature-icon-wrapper i {
		font-size: var(--font-size-xl);
	}

	.welcome-icon {
		width: 80px;
		height: 80px;
	}

	.welcome-icon i {
		font-size: var(--font-size-4xl);
	}

	.welcome-icon-ring {
		top: -12px;
		left: -12px;
		right: -12px;
		bottom: -12px;
	}

	/* Promo Cards Mobile */
	.promo-card {
		padding: 1.5rem;
	}

	.promo-icon {
		width: 60px;
		height: 60px;
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}

	.promo-title {
		font-size: 1.25rem;
	}

	.promo-description {
		font-size: 0.875rem;
	}

	.promo-badge {
		padding: 0.375rem 0.75rem;
		font-size: 0.75rem;
	}

	/* CTA Section Mobile */
	.cta-badge {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		text-align: center;
		margin: 0 auto 1rem;
		width: 100%;
	}

	.cta-badge .badge-text {
		display: inline-block;
		padding: 0.5rem 1rem;
		font-size: 0.75rem;
		margin: 0 auto;
	}

	.cta-content h2 {
		font-size: 1.75rem;
		text-align: center;
	}

	.cta-content p {
		text-align: center;
		font-size: 1rem;
	}

	.cta-features {
		margin-bottom: 1.5rem;
	}

	.feature-highlight {
		justify-content: center;
		margin-bottom: 0.5rem;
	}

	.cta-buttons {
		justify-content: center;
	}

	.btn-whatsapp-modern,
	.btn-outline-white {
		padding: 0.875rem 1.5rem;
		font-size: 0.875rem;
	}

	.sales-card-header {
		padding: 1rem 1.25rem;
	}

	.sales-header-content {
		flex-direction: column;
		gap: 1rem;
		align-items: center;
	}

	.logo-container .logo-img {
		max-height: 28px;
	}

	.sales-card-body {
		padding: 1.5rem 1.25rem;
	}

	.sales-avatar-modern {
		width: 100px;
		height: 100px;
	}

	.avatar-badge {
		width: 28px;
		height: 28px;
		border: 2px solid white;
	}

	.avatar-badge i {
		font-size: 0.75rem;
	}

	.sales-name-modern {
		font-size: 1.25rem;
	}

	.sales-position-modern {
		font-size: 0.875rem;
	}

	.contact-buttons {
		gap: 0.625rem;
		margin-top: 1.25rem;
	}

	.contact-btn {
		width: 44px;
		height: 44px;
		font-size: 1rem;
	}

	.sales-stats-modern {
		gap: 1.5rem;
	}

	.sales-stats-modern .stat-number {
		font-size: 1.25rem;
	}
}

/* ========================================
   ANIMATIONS
   ======================================== */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

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

@keyframes pulse {

	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}

	50% {
		opacity: 0.8;
		transform: scale(1.1);
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes shimmer {
	0% {
		background-position: -200px 0;
	}

	100% {
		background-position: calc(200px + 100%) 0;
	}
}

@keyframes float {

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

	50% {
		transform: translateY(-10px);
	}
}

@keyframes shimmer {
	0% {
		background-position: -200px 0;
	}

	100% {
		background-position: calc(200px + 100%) 0;
	}
}

@keyframes glow {

	0%,
	100% {
		box-shadow: 0 0 20px rgba(37, 99, 235, 0.3);
	}

	50% {
		box-shadow: 0 0 40px rgba(37, 99, 235, 0.6);
	}
}

@keyframes slideInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

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

@keyframes scaleIn {
	from {
		opacity: 0;
		transform: scale(0.9);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-30px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(30px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}


/* ========================================
   UTILITY CLASSES
   ======================================== */
.text-center {
	text-align: center !important;
}

.d-flex {
	display: flex !important;
}

.d-block {
	display: block !important;
}

.d-none {
	display: none !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.align-items-center {
	align-items: center !important;
}

.h-100 {
	height: 100% !important;
}

.mb-3 {
	margin-bottom: var(--space-3) !important;
}

.mb-4 {
	margin-bottom: var(--space-4) !important;
}

.mb-5 {
	margin-bottom: var(--space-5) !important;
}

.mt-5 {
	margin-top: var(--space-5) !important;
}

.p-3 {
	padding: var(--space-3) !important;
}


.btn-view-all {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.5rem !important;
	background: linear-gradient(135deg, var(--primary-rgba-10, rgba(37, 99, 235, 0.1)) 0%, var(--primary-rgba-10, rgba(37, 99, 235, 0.05)) 100%) !important;
	border: 2px solid var(--primary-rgba-20, rgba(37, 99, 235, 0.2)) !important;
	border-radius: 12px !important;
	color: var(--primary) !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.5px !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
	padding: 0.875rem 2rem !important;
	text-decoration: none !important;
	position: relative !important;
	overflow: hidden !important;
	box-shadow: 0 2px 8px var(--primary-rgba-10, rgba(37, 99, 235, 0.1)) !important;
	font-family: inherit !important;
	cursor: pointer !important;
	text-transform: none !important;
	vertical-align: middle !important;
	user-select: none !important;
}

/* Button-specific overrides */
button.btn-view-all,
a.btn-view-all {
	border: 2px solid var(--primary-rgba-20, rgba(37, 99, 235, 0.2)) !important;
	background: linear-gradient(135deg, var(--primary-rgba-10, rgba(37, 99, 235, 0.1)) 0%, var(--primary-rgba-10, rgba(37, 99, 235, 0.05)) 100%) !important;
}

button.btn-view-all:hover,
a.btn-view-all:hover {
	text-decoration: none !important;
	color: #fff !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 6px 20px var(--primary-rgba-30, rgba(37, 99, 235, 0.3)) !important;
}

button.btn-view-all:focus,
a.btn-view-all:focus {
	outline: none !important;
	box-shadow: 0 0 0 3px var(--primary-rgba-20, rgba(37, 99, 235, 0.2)), 0 2px 8px var(--primary-rgba-10, rgba(37, 99, 235, 0.1)) !important;
}

button.btn-view-all:active,
a.btn-view-all:active {
	transform: translateY(0) !important;
}

.btn-view-all::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
	transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: -1;
}

.btn-view-all:hover {
	border-color: var(--primary);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px var(--primary-rgba-30, rgba(37, 99, 235, 0.3));
}

.btn-view-all:hover::before {
	left: 0;
}

.btn-view-all i {
	font-size: 1.125rem;
	transition: transform 0.3s ease;
}

.btn-view-all:hover i {
	transform: translateX(4px);
}

/* ========================================
   MODERN FOOTER - CLEAN DESIGN
   ======================================== */
.modern-footer {
	background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
	color: #ffffff;
	padding: 4rem 0 1.5rem;
	position: relative;
	overflow: hidden;
}

.modern-footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent 0%, var(--primary) 25%, var(--primary-dark) 50%, var(--primary) 75%, transparent 100%);
	background-size: 200% 100%;
	animation: gradientShift 3s ease infinite;
}

.modern-footer::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Ccircle cx='50' cy='50' r='2'/%3E%3C/g%3E%3C/svg%3E");
	opacity: 0.5;
	pointer-events: none;
}

.footer-main {
	margin-bottom: 2.5rem;
	position: relative;
	z-index: 1;
}

.footer-section {
	margin-bottom: 2rem;
}

.footer-title {
	font-size: 1.125rem;
	font-weight: 700;
	color: #ffffff!important;
	margin-bottom: 1.25rem;
	position: relative;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.footer-title::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 50px;
	height: 3px;
	background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
	border-radius: 2px;
}

.footer-text {
	color: #fff!important;
	line-height: 1.8;
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 400;
}

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

.contact-item {
	display: flex;
	align-items: center;
	gap: 0.875rem;
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	padding: 0.625rem 0.875rem;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.contact-item:hover {
	color: #ffffff;
	background: var(--primary-rgba-15, rgba(37, 99, 235, 0.15));
	border-color: var(--primary-rgba-30, rgba(37, 99, 235, 0.3));
	transform: translateX(6px);
	box-shadow: 0 4px 12px var(--primary-rgba-20, rgba(37, 99, 235, 0.2));
}

.contact-item i {
	width: 20px;
	height: 20px;
	min-width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	color: var(--primary);
	transition: transform 0.3s ease;
}

.contact-item:hover i {
	color: #ffffff;
	transform: scale(1.1);
}

.social-media {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	position: relative;
	overflow: hidden;
}

.social-link::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	transition: left 0.5s ease;
}

.social-link:hover::before {
	left: 100%;
}

.social-link:hover {
	transform: translateY(-4px) scale(1.1);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
	border-color: transparent;
}

.social-link.facebook:hover {
	background: #1877f2;
	color: #ffffff;
}

.social-link.youtube:hover {
	background: #ff0000;
	color: #ffffff;
}

.social-link.instagram:hover {
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	color: #ffffff;
}

.social-link.twitter:hover {
	background: #1da1f2;
	color: #ffffff;
}

.social-link i {
	font-size: 1.25rem;
	color: rgba(255, 255, 255, 0.6);
	transition: all 0.3s ease;
	position: relative;
	z-index: 1;
}

.social-link:hover i {
	color: #ffffff;
	transform: scale(1.15);
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
	position: relative;
	z-index: 1;
}

.footer-copyright {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.3px;
}

.footer-powered {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.8125rem;
	font-weight: 400;
}

.footer-powered a {
	color: var(--primary);
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	padding: 0.25rem 0;
}

.footer-powered a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
	transition: width 0.3s ease;
}

.footer-powered a:hover {
	color: var(--primary-light);
}

.footer-powered a:hover::after {
	width: 100%;
}

/* Responsive Footer */
@media (max-width: 768px) {
	.modern-footer {
		padding: 2.5rem 0 1.25rem;
	}

	.footer-main {
		margin-bottom: 2rem;
	}

	.footer-section {
		margin-bottom: 1.75rem;
	}

	.footer-title {
		font-size: 1rem;
		margin-bottom: 1rem;
	}

	.footer-text {
		font-size: 0.875rem;
	}

	.contact-item {
		padding: 0.5rem 0.75rem;
		font-size: 0.875rem;
	}

	.footer-bottom {
		flex-direction: column;
		text-align: center;
		gap: 0.75rem;
		padding-top: 1.25rem;
	}

	.footer-copyright,
	.footer-powered {
		width: 100%;
	}

	.social-link {
		width: 40px;
		height: 40px;
	}

	.social-link i {
		font-size: 1.1rem;
	}
}

/* Action Button Favorited State */
.action-btn.favorited {
	background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
	color: #ffffff !important;
	transform: scale(1.1) !important;
}

.action-btn.favorited:hover {
	background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%) !important;
}

/* ========================================
   MODEL DETAIL PAGE - MODERN DESIGN
   ======================================== */

/* Header Section */
.model-detail-header {
	background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
	position: relative;
	overflow: hidden;
}

.model-detail-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233b82f6' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.header-card {
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 24px;
	padding: 2rem;
	position: relative;
	z-index: 2;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.sales-card {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 16px;
	border: 1px solid var(--primary-rgba-10, rgba(37, 99, 235, 0.1));
}

.sales-avatar {
	position: relative;
}

.sales-avatar img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid var(--primary-light);
}

.sales-avatar .online-indicator {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 16px;
	height: 16px;
	background: #05e198;
	border-radius: 50%;
	border: 2px solid white;
}

.sales-name {
	font-size: 1.1rem;
	font-weight: 700;
	color: #1e293b;
	margin-bottom: 0.25rem;
}

.sales-position {
	font-size: 0.9rem;
	color: #64748b;
	margin-bottom: 0.75rem;
}

.vehicle-title {
	font-size: 2.4rem;
	font-weight: 800;
	color: #1e293b;
	margin-bottom: 1rem;
	background: linear-gradient(135deg, #1e293b 0%, var(--primary-light) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.vehicle-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	align-items: center;
}

.meta-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: #64748b;
	font-size: 0.9rem;
}

.meta-item i {
	color: var(--primary-light);
	font-size: 1.1rem;
}

.share-btn {
	border: 2px solid var(--primary);
	padding: 0.5rem 1rem;
	border-radius: 12px;
	font-size: 0.9rem;
	font-weight: 600;
	background: transparent;
	color: var(--primary);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.share-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
	transition: left 0.4s ease;
	z-index: -1;
}

.share-btn:hover {
	color: #ffffff;
	background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
	border-color: var(--primary);
	transform: translateY(-2px) scale(1.02);
	box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3);
}

.share-btn:hover::before {
	left: 100%;
}

.share-btn i {
	font-size: 1rem;
	transition: transform 0.3s ease;
}

.share-btn:hover i {
	transform: scale(1.1) rotate(15deg);
}

.share-btn:active {
	transform: translateY(0) scale(0.98);
}

/* Model Info Card */
.model-info-card {
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 20px;
	padding: 1.5rem;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.model-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #1e293b;
	margin-bottom: 1rem;
}

/* Related Vehicles Section */
.related-vehicles {
	background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.related-vehicles .section-header {
	margin-bottom: 2rem;
}

.related-vehicles .section-title {
	font-size: 1.75rem;
	font-weight: 700;
	color: #1e293b;
	margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
	.model-detail-header {
		padding: 2rem 0;
	}

	.header-card {
		padding: 1.5rem;
	}

	.sales-card {
		flex-direction: column;
		text-align: center;
		gap: 1rem;
	}

	.vehicle-title {
		font-size: 2rem;
	}

	.vehicle-meta {
		justify-content: center;
		gap: 1rem;
	}

	.pricing-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}
}

/* ========================================
   CONTACT PAGE - OPERATING HOURS
   ======================================== */

/* Operating Hours */
.operating-hours {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.hour-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem 0;
	border-bottom: 1px solid rgba(226, 232, 240, 0.5);
}

.hour-item:last-child {
	border-bottom: none;
}

.day {
	font-weight: 500;
	color: #374151;
}

.time {
	font-weight: 600;
	color: #059669;
}

/* ========================================
   PRICELIST PAGE - MODERN DESIGN
   ======================================== */

/* Pricelist Section */

.pricelist-card {
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(20px);
	border: 1px solid rgba(226, 232, 240, 0.5);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.pricelist-header {
	background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
	padding: 2rem;
	border-bottom: 1px solid rgba(226, 232, 240, 0.5);
}

.pricelist-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #1e293b;
	margin: 0;
	display: flex;
	align-items: center;
}

.pricelist-actions {
	display: flex;
	justify-content: flex-end;
}

.search-wrapper {
	position: relative;
	width: 300px;
}

.search-icon {
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
	color: #6b7280;
	z-index: 2;
	pointer-events: none;
}

.search-wrapper .form-control {
	padding-left: 2.5rem;
	border-radius: 12px;
	border: 2px solid rgba(226, 232, 240, 0.5);
	background: rgba(255, 255, 255, 0.8);
	transition: all 0.3s ease;
}

.search-wrapper .form-control:focus {
	border-color: #10b981;
	box-shadow: 0 0 0 0.25rem rgba(16, 185, 129, 0.25);
	background: white;
}

/* Modern Table Styling */
.pricelist-body {
	padding: 0;
}

.modern-table {
	margin: 0;
	border: none;
	background: transparent;
}

.modern-table thead th {
	background: linear-gradient(135deg, #1e293b 0%, #374151 100%);
	color: white;
	border: none;
	padding: 1.25rem 1.5rem;
	font-weight: 600;
	font-size: 0.95rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	position: relative;
}

.modern-table thead th:first-child {
	border-top-left-radius: 0;
}

.modern-table thead th:last-child {
	border-top-right-radius: 0;
}

.modern-table thead th i {
	opacity: 0.8;
}

/* Table styling inside custom-card (Daftar Harga & Tipe) */
.custom-card .table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

.custom-card .table thead {
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(37, 99, 235, 0.05) 100%);
}

.custom-card .table thead th {
	padding: 1rem 1.5rem;
	border: none;
	border-bottom: 2px solid rgba(37, 99, 235, 0.15);
	font-weight: 700;
	font-size: 0.875rem;
	color: var(--gray-700);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	position: relative;
}

.custom-card .table thead th::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--primary);
}

.custom-card .table tbody td {
	padding: 1rem 1.5rem;
	border: none;
	border-bottom: 1px solid rgba(226, 232, 240, 0.5);
	vertical-align: middle;
	transition: all 0.2s ease;
}

.custom-card .table tbody tr {
	transition: all 0.3s ease;
}

.custom-card .table tbody tr:hover {
	background: linear-gradient(135deg, rgba(37, 99, 235, 0.03) 0%, rgba(37, 99, 235, 0.01) 100%);
	transform: translateX(4px);
}

.custom-card .table tbody tr:last-child td {
	border-bottom: none;
}

.custom-card .table tbody td.text-success {
	color: #059669 !important;
	font-size: 1rem;
	font-weight: 700;
}

.modern-table tbody td {
	padding: 1.25rem 1.5rem;
	border: none;
	border-bottom: 1px solid rgba(226, 232, 240, 0.3);
	vertical-align: middle;
	font-size: 0.95rem;
}

.modern-table tbody tr {
	transition: all 0.3s ease;
}

.modern-table tbody tr:hover {
	background: rgba(16, 185, 129, 0.05);
	transform: translateX(4px);
}

.modern-table tbody tr:last-child td {
	border-bottom: none;
}

.price-value {
	font-weight: 700;
	color: #059669;
	font-size: 1.1rem;
}

/* DataTable Custom Styling */
.dataTables_wrapper {
	font-family: inherit;
}

.dataTables_info {
	color: #64748b;
	font-size: 0.9rem;
	margin-top: 1rem;
}

.dataTables_paginate {
	margin-top: 1rem;
}

.dataTables_paginate .paginate_button {
	padding: 0.5rem 0.75rem;
	margin: 0 0.25rem;
	border: 1px solid rgba(226, 232, 240, 0.5);
	border-radius: 8px;
	background: white;
	color: #374151;
	text-decoration: none;
	transition: all 0.3s ease;
	font-size: 0.9rem;
}

.dataTables_paginate .paginate_button:hover {
	background: #10b981;
	border-color: #10b981;
	color: white;
	transform: translateY(-1px);
}

.dataTables_paginate .paginate_button.current {
	background: linear-gradient(135deg, #10b981 0%, #059669 100%);
	border-color: #059669;
	color: white;
	box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.dataTables_paginate .paginate_button.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.dataTables_paginate .paginate_button.disabled:hover {
	background: white;
	color: #374151;
	transform: none;
}

/* Loading and No Data States */
.loading-spinner {
	text-align: center;
	padding: 2rem;
	color: #10b981;
	font-size: 1.1rem;
}

.no-data {
	text-align: center;
	padding: 3rem 2rem;
	color: #64748b;
}

.no-data i {
	font-size: 3rem;
	margin-bottom: 1rem;
	opacity: 0.5;
}

/* Pricelist Footer */
.pricelist-footer {
	background: rgba(248, 250, 252, 0.8);
	padding: 1.5rem 2rem;
	border-top: 1px solid rgba(226, 232, 240, 0.5);
}

.table-info {
	display: flex;
	align-items: center;
}

.contact-cta .btn {
	background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
	border: none;
	padding: 0.5rem 1rem;
	border-radius: 8px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.contact-cta .btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}


/* DataTables Override Styling */
#dataTable_length,
#dataTable_filter,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
	display: none !important;
}

.modern-table.dataTable {
	border-collapse: separate !important;
	border-spacing: 0 !important;
}

.modern-table.dataTable thead th {
	border-bottom: none !important;
}

.modern-table.dataTable tbody td {
	border-top: none !important;
}

/* Loading overlay styling */
.dataTables_processing {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	transform: translate(-50%, -50%) !important;
	border: none !important;
	background: transparent !important;
	color: #10b981 !important;
	font-size: 1.1rem !important;
}

/* Loading spinner animation */
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.spin {
	animation: spin 1s linear infinite;
}

/* Responsive Design */
@media (max-width: 768px) {
	.pricelist-header {
		padding: 1.5rem;
	}

	.pricelist-title {
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}

	.pricelist-actions {
		justify-content: stretch;
	}

	.search-wrapper {
		width: 100%;
	}

	.modern-table {
		display: none;
	}

	.pricelist-footer {
		padding: 1rem 1.5rem;
	}

	.pricelist-footer .row>div {
		text-align: center;
		margin-bottom: 1rem;
	}

	.pricelist-footer .row>div:last-child {
		margin-bottom: 0;
	}

	.contact-cta {
		text-align: center !important;
	}
}

/* ========================================
   SIMULASI - CALCULATION RESULT CARD
   ======================================== */
.custom-card {
	background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
	border-radius: var(--radius-xl);
	box-shadow: var(--shadow-lg);
	padding: 1.5rem;
	border: 1px solid rgba(226, 232, 240, 0.8);
	position: relative;
	overflow: hidden;
	animation: slideInRight 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg,
			var(--primary-light) 0%,
			var(--primary) 12.5%,
			var(--accent) 25%,
			var(--primary-dark) 37.5%,
			var(--info) 50%,
			var(--success) 62.5%,
			var(--primary) 75%,
			var(--primary-light) 87.5%,
			var(--primary-light) 100%);
	background-size: 200% 100%;
	animation: gradientShift 3s ease infinite;
}

@keyframes slideInRight {
	from {
		opacity: 0;
		transform: translateX(20px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes gradientShift {

	0%,
	100% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}
}

/* Result Header - Specific for custom-card */
.custom-card .result-header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding-bottom: 1rem;
}

.custom-card .result-icon {
	width: 3rem;
	height: 3rem;
	border-radius: var(--radius-lg);
	background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary-dark) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px var(--primary-rgba-30, rgba(37, 99, 235, 0.3));
	flex-shrink: 0;
}

.custom-card .result-icon i {
	font-size: 1.25rem;
	color: var(--white);
}

.custom-card .result-title {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--gray-900);
	margin: 0;
	letter-spacing: -0.02em;
	flex: 1;
}

/* Result Body */
.custom-card .result-body {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

/* Result Item - Specific for custom-card */
.custom-card .result-item {
	justify-content: space-between;
	align-items: center;
	padding: 1rem 1.25rem;
	border-radius: var(--radius-lg);
	background: var(--white);
	border: 1px solid var(--gray-200);
	transition: var(--transition);
	position: relative;
	overflow: hidden;
}

.custom-card .result-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	background: var(--gray-300);
	transition: var(--transition);
}

.custom-card .result-item:hover {
	transform: translateY(-2px);
	box-shadow: var(--shadow-md);
	border-color: var(--gray-300);
}

.custom-card .result-item:hover::before {
	width: 5px;
}

/* Item Color Variants */
.custom-card .item-primary::before {
	background: linear-gradient(180deg, var(--primary-light) 0%, var(--primary-dark) 100%);
}

.custom-card .item-info::before {
	background: linear-gradient(180deg, #06b6d4 0%, #0891b2 100%);
}

.custom-card .item-warning::before {
	background: linear-gradient(180deg, #f59e0b 0%, #d97706 100%);
}

.custom-card .item-success::before {
	background: linear-gradient(180deg, #10b981 0%, #059669 100%);
}

.custom-card .item-highlight {
	background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
	border: 2px solid #f59e0b;
	padding: 1.25rem 1.5rem;
	margin-top: 0.25rem;
}

.custom-card .item-highlight::before {
	background: linear-gradient(180deg, #ef4444 0%, #dc2626 100%);
	width: 5px;
}

.custom-card .item-highlight:hover {
	transform: translateY(-3px) scale(1.02);
	box-shadow: 0 12px 24px rgba(239, 68, 68, 0.2);
}

/* Result Label Wrapper */
.custom-card .result-label-wrapper {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	flex: 1;
}

.custom-card .result-item-icon {
	font-size: 1.25rem;
	color: var(--gray-600);
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--radius);
	background: var(--gray-100);
	transition: var(--transition);
	flex-shrink: 0;
}

.custom-card .item-primary .result-item-icon {
	background: linear-gradient(135deg, var(--light-blue) 0%, var(--primary) 100%);
	color: var(--dark-blue);
}

.custom-card .item-info .result-item-icon {
	background: linear-gradient(135deg, #cffafe 0%, #a5f3fc 100%);
	color: #0891b2;
}

.custom-card .item-warning .result-item-icon {
	background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
	color: #d97706;
}

.custom-card .item-success .result-item-icon {
	background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
	color: #059669;
}

.custom-card .item-highlight .result-item-icon {
	background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
	color: #dc2626;
	font-size: 1.5rem;
}

.custom-card .result-label {
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--gray-700);
	letter-spacing: -0.01em;
}

/* Result Value */
.custom-card .result-value {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-align: right;
	min-width: fit-content;
}

.custom-card .value-primary {
	color: var(--dark-blue);
}

.custom-card .value-info {
	color: #0891b2;
}

.custom-card .value-warning {
	color: #d97706;
}

.custom-card .value-success {
	color: #059669;
}

.custom-card .value-highlight {
	font-size: 1.75rem;
	color: #dc2626;
	font-weight: 800;
	text-shadow: 0 2px 4px rgba(239, 68, 68, 0.1);
}

/* Result Divider */
.custom-card .result-divider {
	height: 1px;
	background: linear-gradient(90deg,
			transparent 0%,
			var(--gray-300) 20%,
			var(--gray-300) 80%,
			transparent 100%);
	margin: 0.5rem 0;
}

/* Responsive Design */
@media (max-width: 768px) {
	.custom-card {
		padding: 1.25rem;
		border-radius: var(--radius-lg);
	}

	.custom-card .result-icon {
		width: 2.75rem;
		height: 2.75rem;
	}

	.custom-card .result-icon i {
		font-size: 1.125rem;
	}

	.custom-card .result-title {
		font-size: 1.125rem;
	}

	.custom-card .result-item {
		padding: 0.875rem 1rem;
		flex-direction: column;
		align-items: flex-start;
		gap: 0.625rem;
	}

	.custom-card .result-label-wrapper {
		width: 100%;
	}

	.custom-card .result-value {
		width: 100%;
		text-align: left;
		font-size: 1.125rem;
	}

	.custom-card .value-highlight {
		font-size: 1.375rem;
	}

	.custom-card .item-highlight {
		padding: 1.125rem 1.25rem;
	}
}


/* ========================================
   NAVBAR CTA BUTTONS - DESKTOP MODERN STYLING
   ======================================== */
.navbar .btn-outline-modern,
.navbar .btn-primary-modern {
	padding: 0.625rem 1.25rem !important;
	font-size: 0.9375rem !important;
	font-weight: 600 !important;
	border-radius: 12px !important;
	white-space: nowrap !important;
	gap: 0.5rem !important;
	min-height: 42px !important;
	box-sizing: border-box !important;
	display: inline-flex !important;
	align-items: center !important;
	line-height: 1.5 !important;
}

.navbar .btn-outline-modern {
	border-width: 2px !important;
	padding: calc(0.625rem - 2px) calc(1.25rem - 2px) !important;
}

.navbar .btn-primary-modern {
	border: 2px solid transparent !important;
	box-shadow: 0 4px 12px var(--primary-rgba-20, rgba(37, 99, 235, 0.2)) !important;
}

.navbar .btn-outline-modern:hover,
.navbar .btn-primary-modern:hover {
	transform: translateY(-2px) scale(1.02) !important;
}

.navbar .btn-outline-modern:hover {
	box-shadow: 0 6px 20px var(--primary-rgba-30, rgba(37, 99, 235, 0.25)) !important;
}

.navbar .btn-primary-modern:hover {
	box-shadow: 0 8px 25px var(--primary-rgba-30, rgba(37, 99, 235, 0.35)) !important;
}

.navbar .btn-outline-modern i,
.navbar .btn-primary-modern i {
	font-size: 1rem !important;
	transition: transform 0.3s ease !important;
}

.navbar .btn-outline-modern:hover i,
.navbar .btn-primary-modern:hover i {
	transform: scale(1.1) !important;
}

/* ========================================
   SPECIFICATION ITEMS - ELEGANT DESIGN
   ======================================== */
.spec-item {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
	background: linear-gradient(135deg, rgba(248, 250, 252, 0.8) 0%, rgba(241, 245, 249, 0.6) 100%);
	border-radius: 16px;
	border: 1px solid var(--primary-rgba-10, rgba(37, 99, 235, 0.08));
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
}

.spec-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: linear-gradient(180deg, var(--primary) 0%, var(--primary-dark) 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.spec-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px var(--primary-rgba-10, rgba(37, 99, 235, 0.12));
	border-color: var(--primary-rgba-20, rgba(37, 99, 235, 0.2));
	background: linear-gradient(135deg, rgba(248, 250, 252, 0.95) 0%, rgba(241, 245, 249, 0.85) 100%);
}

.spec-item:hover::before {
	opacity: 1;
}

.spec-icon {
	width: 38px;
	height: 38px;
	min-width: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, var(--primary-rgba-10, rgba(37, 99, 235, 0.1)) 0%, var(--primary-rgba-15, rgba(37, 99, 235, 0.15)) 100%);
	border-radius: 14px;
	border: 1px solid var(--primary-rgba-15, rgba(37, 99, 235, 0.15));
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
}

.spec-item:hover .spec-icon {
	background: linear-gradient(135deg, var(--primary-rgba-15, rgba(37, 99, 235, 0.15)) 0%, var(--primary-rgba-20, rgba(37, 99, 235, 0.2)) 100%);
	border-color: var(--primary-rgba-30, rgba(37, 99, 235, 0.25));
	transform: scale(1.05);
}

.spec-icon i {
	font-size: 16px;
	color: var(--primary);
	transition: all 0.3s ease;
}

.spec-item:hover .spec-icon i {
	color: var(--primary-dark);
	transform: scale(1.1);
}

.spec-content {
	flex: 1;
	min-width: 0;
}

.spec-label {
	font-size: 10px;
	font-weight: 600;
	color: var(--gray-500);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: block;
	margin-bottom: 0px;
}

.spec-value {
	font-size: 1rem;
	font-weight: 700;
	color: var(--gray-900);
	line-height: 1.4;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.spec-item {
		padding: 0.875rem;
		gap: 0.75rem;
	}
	
	.spec-icon {
		width: 32px;
		height: 32px;
		min-width: 32px;
	}
	
	.spec-icon i {
		font-size: 14px;
	}
	
	.spec-label {
		font-size: 0.6875rem;
	}
	
	.spec-value {
		font-size: 0.9375rem;
	}
}

/* ========================================
   VEHICLE CAROUSEL - GALLERY WRAPPER (model-detail)
   ======================================== */
/* Vehicle Carousel Wrapper for gallery in model-detail */
.vehicle-carousel:not(.owl-carousel) {
	position: relative;
}

.gallery-image-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 1rem;
	background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.gallery-main-image {
	width: 100%;
	height: auto;
	min-height: 400px;
	object-fit: contain;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	border-radius: 1rem;
}

.gallery-image-wrapper:hover .gallery-main-image {
	transform: scale(1.05);
}

/* Main Gallery Carousel */
.gallery-main-carousel {
	position: relative;
	margin: 8px 0;
}

.gallery-main-carousel .gallery-item {
	position: relative;
}

/* Thumbnail Gallery Carousel */

.gallery-thumb-carousel .thumb-item {
	cursor: pointer;
	border: 2px solid transparent;
	border-radius: 0.5rem;
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0.6; 
}

.gallery-thumb-carousel .thumb-item:hover {
	opacity: 1;
	border-color: rgba(10, 133, 255, 0.3);
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(10, 133, 255, 0.2);
}

.gallery-thumb-carousel .thumb-item.active {
	opacity: 1;
	border-color: #0a85ff;
	box-shadow: 0 0 0 2px rgba(10, 133, 255, 0.2), 0 4px 12px rgba(10, 133, 255, 0.3); 
}

.gallery-thumb-carousel .thumb-item img {
	width: 100%;
	height: 80px;
	object-fit: cover;
	display: block;
	border-radius: 0.375rem;
}

/* Gallery Navigation */
.gallery-nav {
	margin: 1rem 0;
}

.gallery-prev,
.gallery-next {
	min-width: 40px;
}

/* Responsive adjustments for gallery */
@media (max-width: 768px) {
	.gallery-image-wrapper {
		min-height: auto;
	}
	
	.gallery-main-image {
		min-height: auto;
	}
	
	.gallery-thumb-carousel .thumb-item img {
		height: 60px;
	}
	
	.gallery-nav {
		margin: 0.75rem 0;
	}
}