/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/* Smooth scrolling for anchor links */
html {
	scroll-behavior: smooth;
}

/* Offset for anchor links to account for fixed header */
#free-estimate {
	scroll-margin-top: 60px;
}

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

/* Hide "Home" heading on homepage and remove spacing */
.home main .wp-block-heading:first-child,
.home main h1:first-child {
	display: none !important;
}

.home main.wp-block-group {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/* Hide only the first content section on homepage (not reviews or other sections) */
.home main > .wp-block-group.alignfull.has-global-padding.is-layout-constrained:first-child {
	display: none !important;
}

/* Remove all gaps before Why EuroDrive section on homepage */
.home main {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.home .wp-site-blocks {
	padding-top: 0 !important;
}

.home .wp-site-blocks > * + * {
	margin-block-start: 0 !important;
}

/* Remove gaps on single posts */
.single .wp-site-blocks {
	padding-top: 0 !important;
}

.single .wp-site-blocks > * + * {
	margin-block-start: 0 !important;
}

.single main {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.single .eurodrive-car-hero {
	margin-top: 0 !important;
}

/* Category archive pages - add top spacing for hero section */
.archive .car-catalog-hero,
.category .car-catalog-hero,
body.archive .car-catalog-hero,
body.category .car-catalog-hero,
.wp-site-blocks .car-catalog-hero,
.wp-site-blocks > .car-catalog-hero {
	margin-top: 0 !important;
	margin-block-start: 0 !important;
	padding-top: 60px !important;
	padding-bottom: 25px !important;
}

/* Bottom row with counter and explore button */
.catalog-bottom-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
	gap: 15px;
}

.catalog-bottom-row .catalog-stats {
	margin-top: 0;
}

.catalog-bottom-row .catalog-hero-right {
	flex-shrink: 0;
}

.catalog-stats .stat-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #333;
	font-size: 1rem;
	padding: 8px 16px;
	border-radius: 8px;
	background: #ffffff !important;
	-webkit-box-shadow: 0 0 20px 5px rgba(231, 76, 60, 0.8), 0 0 40px 10px rgba(231, 76, 60, 0.5) !important;
	-moz-box-shadow: 0 0 20px 5px rgba(231, 76, 60, 0.8), 0 0 40px 10px rgba(231, 76, 60, 0.5) !important;
	box-shadow: 0 0 20px 5px rgba(231, 76, 60, 0.8), 0 0 40px 10px rgba(231, 76, 60, 0.5) !important;
}

.catalog-stats .stat-number {
	color: #e74c3c !important;
	font-size: 1.1rem;
	font-weight: 700;
	text-shadow: 0 0 10px rgba(231, 76, 60, 0.5);
}

.catalog-stats .stat-label {
	font-weight: 500;
	letter-spacing: 0.3px;
	color: #333;
}

@media (max-width: 768px) {
	.archive .car-catalog-hero,
	.category .car-catalog-hero,
	body.archive .car-catalog-hero,
	body.category .car-catalog-hero,
	.wp-site-blocks .car-catalog-hero,
	.wp-site-blocks > .car-catalog-hero {
		margin-top: 0 !important;
		margin-block-start: 0 !important;
		padding: 50px 20px 20px 20px !important;
	}

	.catalog-hero-content {
		flex-direction: column;
		gap: 15px;
	}

	.catalog-hero-left {
		width: 100%;
	}

	.catalog-bottom-row {
		margin-top: 12px;
		gap: 10px;
	}

	.catalog-stats .stat-number {
		font-size: 1rem;
	}

	.catalog-stats .stat-label {
		font-size: 0.95rem;
	}

	.explore-brands-btn {
		padding: 8px 12px !important;
		font-size: 0.75rem !important;
		gap: 6px !important;
	}

	.explore-brands-btn svg {
		width: 14px !important;
		height: 14px !important;
	}

	.explore-brands-btn .dropdown-arrow {
		width: 12px !important;
		height: 12px !important;
	}
}

/* Global fix: Remove gap after header template part on all pages */
.wp-site-blocks {
	gap: 0 !important;
}

.wp-site-blocks > * {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.wp-site-blocks > header + *,
.wp-site-blocks > .wp-block-template-part + *,
.wp-site-blocks > .wp-block-group:first-of-type {
	margin-block-start: 0 !important;
	margin-top: 0 !important;
}

.wp-site-blocks > header,
.wp-site-blocks > .wp-block-template-part:first-child {
	margin-block-end: 0 !important;
	margin-bottom: 0 !important;
}

/* Remove gap on alignfull blocks */
.wp-block-group.alignfull {
	margin-top: 0 !important;
	margin-block-start: 0 !important;
}

/* Ensure main content has no top spacing */
main.eurodrive-car-hero,
main.wp-block-group.eurodrive-car-hero,
.eurodrive-car-hero {
	margin-top: 0 !important;
	margin-block-start: 0 !important;
	padding-top: 50px !important;
}

/* EuroDrive UAE - Header Styling */
body {
	padding-top: 50px;
}

@media (max-width: 768px) {
	body {
		padding-top: 45px;
	}
}

@media (max-width: 480px) {
	body {
		padding-top: 40px;
	}
}

.wp-site-blocks {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.eurodrive-header {
	background: #ffffff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid #e5e5e5;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	width: 100%;
	transition: box-shadow 0.3s ease;
}

.eurodrive-header-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	flex-wrap: nowrap !important;
}

/* Logo Section */
.eurodrive-logo-section {
	display: flex !important;
	align-items: center !important;
	gap: 15px;
}

.eurodrive-site-title {
	color: #333333 !important;
	margin: 0 !important;
	font-size: 1.5rem !important;
	font-weight: 700 !important;
}

/* Desktop Contact Section */
.eurodrive-contact-desktop {
	display: flex !important;
	align-items: center !important;
	gap: 20px;
}

.eurodrive-phone {
	margin: 0 !important;
	color: #e74c3c !important;
	font-size: 1.25rem !important;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
	font-weight: 900 !important;
	letter-spacing: -0.5px !important;
}

/* Button Styling */
.eurodrive-buttons-group {
	display: flex !important;
	gap: 10px;
	margin: 0 !important;
}

.eurodrive-whatsapp-btn .wp-block-button__link {
	background: linear-gradient(135deg, #25d366 0%, #128c7e 100%) !important;
	color: white !important;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	font-weight: 900;
	letter-spacing: -0.5px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 10px rgba(37, 211, 102, 0.3);
	border: none !important;
}

.eurodrive-whatsapp-btn .wp-block-button__link:hover {
	background: linear-gradient(135deg, #128c7e 0%, #075e54 100%) !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}

.eurodrive-inquiry-btn .wp-block-button__link {
	background: #e74c3c !important;
	color: white !important;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	font-weight: 900;
	letter-spacing: -0.5px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 10px rgba(231, 76, 60, 0.3);
	border: none !important;
}

.eurodrive-inquiry-btn .wp-block-button__link:hover {
	background: #c0392b !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(231, 76, 60, 0.4);
}

/* Burger Menu Button */
.eurodrive-burger-menu {
	display: block;
}

.eurodrive-mobile-burger {
	display: none;
}

.eurodrive-menu-toggle,
.eurodrive-mobile-menu-toggle {
	background: transparent;
	border: 1px solid #333333;
	border-radius: 8px;
	cursor: pointer;
	padding: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	transition: all 0.3s ease;
	outline: none;
}

.eurodrive-menu-toggle:hover,
.eurodrive-mobile-menu-toggle:hover {
	border-color: #e74c3c;
	background-color: rgba(231, 76, 60, 0.1);
}

.eurodrive-menu-toggle:focus,
.eurodrive-mobile-menu-toggle:focus {
	outline: none;
}

.burger-line {
	width: 20px;
	height: 2px;
	background-color: #e74c3c;
	margin: 3px 0;
	transition: all 0.3s ease;
	border-radius: 2px;
}

.eurodrive-menu-toggle:hover .burger-line,
.eurodrive-mobile-menu-toggle:hover .burger-line {
	background-color: #e74c3c;
}

/* Burger to X Animation */
.eurodrive-menu-toggle.active .burger-line:nth-child(1),
.eurodrive-mobile-menu-toggle.active .burger-line:nth-child(1) {
	transform: rotate(45deg) translate(6px, 6px);
}

.eurodrive-menu-toggle.active .burger-line:nth-child(2),
.eurodrive-mobile-menu-toggle.active .burger-line:nth-child(2) {
	opacity: 0;
}

.eurodrive-menu-toggle.active .burger-line:nth-child(3),
.eurodrive-mobile-menu-toggle.active .burger-line:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Menu */
.eurodrive-mobile-menu {
	position: fixed;
	top: 60px;
	right: -100%;
	width: 100%;
	height: calc(100vh - 60px);
	z-index: 9998;
	transition: right 0.3s ease;
	padding-top: 0;
	margin-top: 0;
	box-sizing: border-box;
}

.eurodrive-mobile-menu.active {
	right: 0;
	margin-top: 0;
	padding-top: 0;
	top: 60px;
}

.mobile-menu-overlay {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: calc(100vh - 60px);
	background: rgba(0, 0, 0, 0.5);
	z-index: 9997;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.eurodrive-mobile-menu.active .mobile-menu-overlay {
	opacity: 1;
	pointer-events: auto;
}

.mobile-menu-content {
	position: absolute;
	top: 0;
	right: 0;
	width: 450px;
	height: 100%;
	background: white;
	z-index: 9998;
	overflow-y: auto;
	box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}

.mobile-menu-nav {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding-top: 40px;
}

.mobile-menu-nav a {
	color: #333333;
	text-decoration: none;
	padding: 12px 40px 12px 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	position: relative;
	text-align: right;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.mobile-menu-nav a:hover {
	color: #e74c3c;
	background-color: rgba(231, 76, 60, 0.05);
	padding-right: 45px;
}

.mobile-menu-nav a:last-child {
	border-bottom: none;
}

.mobile-menu-nav a::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: #e74c3c;
	transform: scaleY(0);
	transition: transform 0.3s ease;
}

.mobile-menu-nav a:hover::before {
	transform: scaleY(1);
}

/* Mobile Menu Footer */
.mobile-menu-footer {
	position: absolute;
	bottom: 30px;
	right: 20px;
	left: 20px;
}

.mobile-contact-details {
	text-align: right;
	font-size: 13px;
	color: #333;
	line-height: 1.6;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	margin-bottom: 6px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.contact-item.hours {
	margin-bottom: 10px;
	font-weight: 500;
}

.contact-icon {
	margin-left: 8px;
	font-size: 14px;
	width: 16px;
	flex-shrink: 0;
	order: 2;
}

.contact-text {
	color: #333333;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.4;
	order: 1;
}

.contact-text:hover {
	color: #e74c3c;
	text-decoration: none;
}

.contact-item a.contact-text {
	color: #333333;
	text-decoration: none;
}

.contact-item a.contact-text:hover {
	color: #e74c3c;
}

/* EuroDrive UAE Footer Styling */
.wp-block-group.has-background {
	border-top: 1px solid #e0e0e0;
}

.wp-block-group.has-background .wp-block-group.alignwide {
	padding-top: var(--wp--preset--spacing--40);
	padding-bottom: var(--wp--preset--spacing--30);
}

.wp-block-columns ul li {
	list-style: none;
	margin-bottom: 2px;
	font-size: calc(1rem - 3px);
}

.wp-block-columns ul li a {
	transition: color 0.3s ease;
}

.wp-block-columns ul li a:hover {
	color: #e74c3c !important;
	text-decoration: none;
}

.wp-block-columns h3 {
	font-size: calc(1.2rem - 3px) !important;
}

.wp-block-separator {
	opacity: 0.3;
	margin: 0;
}

/* Footer Manufacturers Grid - Always two columns side-by-side */
/* Footer Columns Consistent Spacing */
.wp-block-group.alignwide .wp-block-columns .wp-block-column h3 {
	margin-bottom: 15px !important;
	margin-top: 0;
}

.footer-list,
.footer-manufacturers-col ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.footer-list li,
.footer-manufacturers-col ul li {
	margin: 0 0 8px 0 !important;
	padding: 0 !important;
	line-height: 1.5 !important;
	font-size: 0.85rem !important;
}

.footer-list li:last-child,
.footer-manufacturers-col ul li:last-child {
	margin-bottom: 0 !important;
}

.footer-list li a,
.footer-manufacturers-col ul li a {
	text-decoration: none !important;
	color: #666 !important;
	transition: color 0.3s ease;
}

.footer-list li a:hover,
.footer-manufacturers-col ul li a:hover {
	color: #e74c3c !important;
}

.footer-manufacturers-grid {
	display: flex;
	gap: 10px;
	margin-top: 0;
}

.footer-manufacturers-col {
	flex: 1;
	min-width: 0;
}


/* Footer responsive design */
@media (max-width: 768px) {
	.wp-block-columns {
		flex-direction: column;
	}

	.wp-block-column {
		margin-bottom: var(--wp--preset--spacing--40);
	}

	/* Consistent footer column spacing on mobile */
	.wp-block-group.alignwide .wp-block-columns .wp-block-column h3 {
		margin-bottom: 12px !important;
		font-size: 1.1rem;
	}

	.footer-list,
	.footer-manufacturers-grid {
		margin-top: 0 !important;
	}

	/* Center footer logo on mobile */
	.wp-block-group.alignwide > .wp-block-columns > .wp-block-column:first-child {
		text-align: center !important;
		display: flex !important;
		justify-content: center !important;
	}

	.wp-block-group.alignwide > .wp-block-columns > .wp-block-column:first-child > div {
		display: inline-block !important;
	}

	/* Footer columns - Services and Company side by side on mobile */
	.wp-block-group.alignwide > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 20px !important;
	}

	/* Manufacturers takes full width */
	.wp-block-group.alignwide > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns > .wp-block-column:first-child {
		grid-column: 1 / -1 !important;
	}

	/* About takes full width */
	.wp-block-group.alignwide > .wp-block-columns > .wp-block-column:last-child > .wp-block-columns > .wp-block-column:last-child {
		grid-column: 1 / -1 !important;
	}
}

/* Responsive Design */
@media (max-width: 768px) {
	/* Show desktop container on mobile too */
	.eurodrive-contact-desktop {
		display: flex !important;
		gap: 6px !important;
		align-items: center !important;
	}

	/* Hide phone number on mobile */
	.eurodrive-phone {
		display: none !important;
	}

	/* Show buttons group on mobile with compact styling */
	.eurodrive-buttons-group {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		gap: 6px !important;
		margin: 0 !important;
		align-items: center !important;
	}

	/* Hide inquiry button on mobile, show only WhatsApp */
	.eurodrive-inquiry-btn {
		display: none !important;
	}

	/* Make WhatsApp button compact - icon only */
	.eurodrive-whatsapp-btn {
		margin: 0 !important;
		flex-shrink: 0 !important;
	}

	.eurodrive-whatsapp-btn .wp-block-button__link {
		padding: 10px 16px !important;
		min-width: auto !important;
		min-height: 44px !important;
		width: auto !important;
		height: 44px !important;
		border-radius: 22px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		box-sizing: border-box !important;
		gap: 8px !important;
		font-size: 14px !important;
		line-height: 1 !important;
	}

	/* Hide inline SVG on mobile */
	.eurodrive-whatsapp-btn .wp-block-button__link svg {
		display: none !important;
	}

	.eurodrive-whatsapp-btn .wp-block-button__link::before {
		content: "";
		display: inline-block;
		width: 22px;
		height: 22px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}


	/* Hide desktop burger menu */
	.eurodrive-burger-menu {
		display: none !important;
	}

	/* Show mobile burger menu */
	.eurodrive-mobile-burger {
		display: flex !important;
		align-items: center !important;
	}

	.mobile-menu-content {
		width: 420px;
		top: 0;
		height: 100%;
	}

	.eurodrive-header-container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 480px) {
	.eurodrive-site-title {
		font-size: 1.2rem !important;
	}
	
	.mobile-menu-content {
		width: 378px;
		top: 0;
		height: 100%;
	}
	
	.site-logo img {
		max-width: 100px;
	}
}

/* Reviews Section Styling */
.eurodrive-review-card {
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	height: 100%;
}

.eurodrive-review-card:hover {
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
	transform: translateY(-5px);
}

/* Dynamic Google Reviews Styling */
.eurodrive-google-reviews {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

@media (min-width: 768px) {
	.eurodrive-google-reviews {
		grid-template-columns: repeat(3, 1fr);
	}
}

.eurodrive-google-reviews .eurodrive-review-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 30px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
}

.eurodrive-google-reviews .eurodrive-review-card:hover {
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
	transform: translateY(-5px);
}

.eurodrive-google-reviews .review-stars {
	font-size: 1.2rem;
	margin-bottom: 15px;
	color: #ffc107;
}

.eurodrive-google-reviews .review-stars .star-full {
	color: #ffc107;
}

.eurodrive-google-reviews .review-stars .star-half {
	color: #ffc107;
	opacity: 0.6;
}

.eurodrive-google-reviews .review-stars .star-empty {
	color: #e0e0e0;
}

.eurodrive-google-reviews .review-text {
	font-size: 1rem;
	line-height: 1.6;
	color: #555555;
	margin-bottom: 20px;
	flex-grow: 1;
}

.eurodrive-google-reviews .review-author {
	font-size: 1rem;
	font-weight: 600;
	color: #333333;
	margin-bottom: 5px;
}

.eurodrive-google-reviews .review-date {
	font-size: 0.9rem;
	color: #999999;
}

.eurodrive-reviews-error {
	text-align: center;
	padding: 20px;
	color: #999;
	font-style: italic;
}

/* ========================================
   Reviews Section V2 - Premium Light Design
   ======================================== */

.eurodrive-reviews-section-v2 {
	background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 50%, #f0f2f5 100%);
	position: relative;
	overflow: hidden;
	padding: 80px 0;
}

.eurodrive-reviews-section-v2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:
		radial-gradient(circle at 20% 30%, rgba(231, 76, 60, 0.05) 0%, transparent 40%),
		radial-gradient(circle at 80% 70%, rgba(231, 76, 60, 0.03) 0%, transparent 40%);
	pointer-events: none;
}

.reviews-section-header {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
}

.reviews-section-header .section-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(231, 76, 60, 0.1);
	border: 1px solid rgba(231, 76, 60, 0.2);
	padding: 8px 20px;
	border-radius: 30px;
	margin-bottom: 20px;
	color: #e74c3c;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.reviews-section-header .section-title {
	font-size: 2.8rem;
	font-weight: 700;
	color: #333333;
	margin: 0 0 15px 0;
	line-height: 1.2;
}

.reviews-section-header .section-subtitle {
	font-size: 1.1rem;
	color: #666666;
	margin: 0;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

/* Google Rating Summary */
.google-rating-summary {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
	flex-wrap: wrap;
}

.rating-score {
	display: flex;
	align-items: center;
	gap: 12px;
}

.rating-number {
	font-size: 3rem;
	font-weight: 700;
	color: #333333;
	line-height: 1;
}

.rating-details {
	text-align: left;
}

.rating-stars-display {
	color: #ffc107;
	font-size: 1.2rem;
	letter-spacing: 2px;
}

.rating-count {
	font-size: 0.85rem;
	color: #888888;
	margin-top: 4px;
}

.google-logo-badge {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #ffffff;
	padding: 10px 20px;
	border-radius: 8px;
	border: 1px solid #e0e0e0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.google-logo-badge span {
	color: #333333;
	font-weight: 600;
	font-size: 1rem;
}

/* Reviews Container */
.eurodrive-reviews-container {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Reviews Grid */
.eurodrive-reviews-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}

@media (min-width: 768px) {
	.eurodrive-reviews-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* Review Card V2 */
.eurodrive-review-card-v2 {
	background: #ffffff;
	border: 1px solid #e8e8e8;
	border-radius: 20px;
	padding: 30px;
	position: relative;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	overflow: hidden;
}

.eurodrive-review-card-v2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #e74c3c 0%, #ff6b5b 50%, #e74c3c 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.eurodrive-review-card-v2:hover {
	transform: translateY(-10px);
	border-color: rgba(231, 76, 60, 0.3);
	box-shadow:
		0 20px 40px rgba(0, 0, 0, 0.12),
		0 0 40px rgba(231, 76, 60, 0.08);
}

.eurodrive-review-card-v2:hover::before {
	opacity: 1;
}

/* Quote Icon */
.review-quote-icon {
	position: absolute;
	top: 20px;
	right: 20px;
	color: rgba(231, 76, 60, 0.15);
	transition: all 0.3s ease;
}

.eurodrive-review-card-v2:hover .review-quote-icon {
	color: rgba(231, 76, 60, 0.3);
	transform: scale(1.1);
}

/* Review Content */
.review-content {
	flex-grow: 1;
}

.review-rating-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.review-stars-v2 {
	font-size: 1.1rem;
	letter-spacing: 2px;
}

.review-stars-v2 .star-full {
	color: #ffc107;
	text-shadow: 0 0 8px rgba(255, 193, 7, 0.2);
}

.review-stars-v2 .star-half {
	color: #ffc107;
	opacity: 0.6;
}

.review-stars-v2 .star-empty {
	color: #e0e0e0;
}

.google-badge {
	display: flex;
	align-items: center;
	gap: 6px;
	background: #f5f5f5;
	padding: 5px 10px;
	border-radius: 20px;
	font-size: 0.75rem;
	color: #666666;
}

.review-text-v2 {
	font-size: 1rem;
	line-height: 1.7;
	color: #555555;
	margin: 0 0 25px 0;
	font-style: italic;
	min-height: 80px;
}

/* Author Section */
.review-author-section {
	display: flex;
	align-items: center;
	gap: 15px;
	padding-top: 20px;
	border-top: 1px solid #f0f0f0;
	margin-top: auto;
}

.author-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.author-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.author-initials {
	font-size: 1.1rem;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
}

.author-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.author-name {
	font-size: 1rem;
	font-weight: 600;
	color: #333333;
}

.review-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.verified-badge {
	font-size: 0.75rem;
	color: #2ecc71;
	font-weight: 500;
}

.review-date-v2 {
	font-size: 0.75rem;
	color: #999999;
}

/* Write Review CTA */
.write-review-cta {
	text-align: center;
	margin-top: 50px;
}

.write-review-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: transparent;
	border: 2px solid #333333;
	color: #333333;
	padding: 15px 35px;
	border-radius: 50px;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
}

.write-review-btn:hover {
	background: #e74c3c;
	border-color: #e74c3c;
	color: #ffffff;
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(231, 76, 60, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.eurodrive-reviews-section-v2 {
		padding: 60px 0;
	}

	.reviews-section-header .section-title {
		font-size: 2rem;
	}

	.google-rating-summary {
		flex-direction: column;
		gap: 15px;
	}

	.rating-number {
		font-size: 2.5rem;
	}

	.eurodrive-review-card-v2 {
		padding: 25px;
	}
}

/* ========================================
   Affiliated Companies Section Styling
   ======================================== */

.eurodrive-affiliated-section {
	background: #ffffff;
	position: relative;
	overflow: hidden;
}

.eurodrive-affiliated-section > *,
.eurodrive-affiliated-section .wp-block-group {
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.eurodrive-affiliated-section .alignwide {
	max-width: 100% !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

/* Marquee Container */
.eurodrive-affiliated-marquee {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 20px 0;
	margin: 0;
}

/* Marquee Track */
.affiliated-marquee-track {
	display: flex;
	gap: 40px;
	animation: scroll-left 40s linear infinite;
	width: max-content;
}

/* Pause animation on hover */
.eurodrive-affiliated-marquee:hover .affiliated-marquee-track {
	animation-play-state: paused;
}

/* Scrolling Animation */
@keyframes scroll-left {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

.affiliated-company-card {
	background: transparent;
	border: none;
	padding: 20px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100px;
	min-width: 180px;
	flex-shrink: 0;
	transition: all 0.3s ease;
}

.affiliated-company-card:hover {
	transform: scale(1.05);
}

.affiliated-logo {
	max-width: 100%;
	max-height: 60px;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: grayscale(100%);
	opacity: 0.7;
	transition: all 0.3s ease;
}

.affiliated-company-card:hover .affiliated-logo {
	filter: grayscale(0%);
	opacity: 1;
}

.affiliated-name-placeholder {
	width: 100%;
	text-align: center;
}

.affiliated-name-placeholder span {
	font-size: 0.9rem;
	font-weight: 600;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1.4;
	display: block;
}

.affiliated-admin-notice {
	background: #f8f9fa;
	border: 2px solid #e74c3c;
	border-radius: 8px;
	padding: 20px;
	margin-top: 30px;
	text-align: center;
}

/* Responsive Marquee */
@media (max-width: 768px) {
	.affiliated-marquee-track {
		animation-duration: 30s;
		gap: 30px;
	}

	.affiliated-company-card {
		padding: 15px 20px;
		min-height: 80px;
		min-width: 150px;
	}

	.affiliated-logo {
		max-height: 50px;
	}

	.affiliated-name-placeholder span {
		font-size: 0.8rem;
	}
}

@media (max-width: 480px) {
	.affiliated-marquee-track {
		animation-duration: 25s;
		gap: 20px;
	}

	.affiliated-company-card {
		padding: 12px 15px;
		min-height: 70px;
		min-width: 120px;
	}

	.affiliated-logo {
		max-height: 40px;
	}

	.affiliated-name-placeholder span {
		font-size: 0.75rem;
	}
}

/* ========================================
   Manufacturers Section Styling
   ======================================== */

.eurodrive-manufacturers-section {
	background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
	position: relative;
	overflow: hidden;
}

.eurodrive-manufacturers-section > *,
.eurodrive-manufacturers-section .wp-block-group {
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.eurodrive-manufacturers-section .alignwide {
	max-width: 100% !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.eurodrive-manufacturers-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #e74c3c 0%, #ff8500 100%);
}

.eurodrive-manufacturers-section::after {
	content: '';
	position: absolute;
	top: -50%;
	right: -10%;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(231, 76, 60, 0.08) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none;
}

.eurodrive-manufacturers-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 0;
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

/* Limit to 14 items (2 rows × 7 columns) */
.eurodrive-manufacturers-grid .manufacturer-card:nth-child(n+15) {
	display: none;
}

.manufacturer-card {
	position: relative;
	background: rgba(255, 255, 255, 0.08);
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	overflow: hidden;
	aspect-ratio: 1 / 1;
	backdrop-filter: blur(10px);
}

.manufacturer-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(231, 76, 60, 0.1) 0%, rgba(255, 133, 0, 0.1) 100%);
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: 0;
}

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

.manufacturer-card:hover {
	transform: translateY(-8px) scale(1.05);
	border-color: #e74c3c;
	box-shadow: 0 10px 30px rgba(231, 76, 60, 0.3);
	background: rgba(255, 255, 255, 0.12);
}

.manufacturer-logo-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	position: relative;
	z-index: 1;
}

.manufacturer-logo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(1.2) contrast(1.1);
	opacity: 0.95;
	transition: all 0.3s ease;
}

.manufacturer-card:hover .manufacturer-logo {
	filter: brightness(1.3) contrast(1.2);
	opacity: 1;
	transform: scale(1.1);
}

.manufacturer-name-fallback {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.manufacturer-name-fallback span {
	font-size: 1rem;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

.manufacturer-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	padding: 12px 10px 10px;
	transform: translateY(100%);
	transition: transform 0.3s ease;
	z-index: 2;
	text-align: center;
}

.manufacturer-card:hover .manufacturer-overlay {
	transform: translateY(0);
}

.manufacturer-name {
	display: block;
	font-size: 0.9rem;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 2px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.manufacturer-count {
	display: block;
	font-size: 0.75rem;
	color: #ffc107;
	font-weight: 500;
}

.manufacturers-placeholder {
	grid-column: 1 / -1;
	padding: 40px 20px;
	text-align: center;
}

.manufacturers-admin-notice {
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid #ffc107;
	border-radius: 8px;
	padding: 20px;
	margin-top: 30px;
	color: #ffffff;
}

/* Responsive Grid Layouts */
@media (max-width: 1200px) {
	.eurodrive-manufacturers-grid {
		grid-template-columns: repeat(5, 1fr);
		gap: 0;
	}
}

@media (max-width: 900px) {
	.eurodrive-manufacturers-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 0;
	}

	.manufacturer-card {
		padding: 0;
		border-radius: 0;
	}

	.manufacturer-name {
		font-size: 0.85rem;
	}

	.manufacturer-count {
		font-size: 0.7rem;
	}
}

@media (max-width: 600px) {
	.eurodrive-manufacturers-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 0;
	}

	.manufacturer-card {
		padding: 0;
		border-radius: 0;
	}

	.manufacturer-logo-wrapper {
		padding: 0;
	}

	.manufacturer-name {
		font-size: 0.75rem;
	}

	.manufacturer-count {
		font-size: 0.65rem;
	}

	.manufacturer-name-fallback span {
		font-size: 0.85rem;
	}
}

@media (max-width: 400px) {
	.eurodrive-manufacturers-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 0;
	}

	.manufacturer-card {
		padding: 0;
		border-radius: 0;
	}
}

/* ========================================
   FAQs Section Styling
   ======================================== */

.eurodrive-faqs-section {
	background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
	position: relative;
}

.eurodrive-faqs-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #e74c3c 0%, #ff8500 100%);
}

.eurodrive-faqs-accordion {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	column-gap: 30px;
	align-items: start;
	grid-auto-rows: auto;
}

.faq-item {
	margin-bottom: 0;
	border: none;
	border-left: 4px solid #e0e0e0;
	border-radius: 0;
	overflow: hidden;
	transition: all 0.3s ease;
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-item:hover {
	border-left-color: #e74c3c;
	box-shadow: 0 4px 15px rgba(231, 76, 60, 0.12);
	transform: translateX(5px);
}

.faq-item.active {
	border-left-color: #e74c3c;
	box-shadow: 0 4px 20px rgba(231, 76, 60, 0.18);
	background: linear-gradient(135deg, #ffffff 0%, #fff5f3 100%);
}

.faq-question {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 22px 25px;
	background: transparent;
	border: none;
	cursor: pointer;
	text-align: left;
	transition: all 0.3s ease;
	position: relative;
}

.faq-question::before {
	content: '';
	position: absolute;
	left: 0;
	top: 22px;
	width: 0;
	height: 20px;
	background: #e74c3c;
	transition: width 0.3s ease;
}

.faq-item.active .faq-question::before {
	width: 4px;
}

.faq-question:hover {
	background: rgba(231, 76, 60, 0.02);
}

.faq-item.active .faq-question {
	background: transparent;
	border-bottom: 1px solid rgba(231, 76, 60, 0.1);
	padding-bottom: 18px;
}

.faq-question-text {
	font-size: 1.05rem;
	font-weight: 600;
	color: #333333;
	line-height: 1.5;
	padding-right: 20px;
	flex: 1;
	letter-spacing: -0.01em;
}

.faq-item.active .faq-question-text {
	color: #e74c3c;
}

.faq-icon {
	font-size: 1.5rem;
	font-weight: 400;
	color: #e74c3c;
	min-width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #e74c3c;
	border-radius: 50%;
	transition: all 0.3s ease;
	flex-shrink: 0;
	background: #ffffff;
}

.faq-item:hover .faq-icon {
	background: #e74c3c;
	color: #ffffff;
	transform: scale(1.1);
}

.faq-item.active .faq-icon {
	transform: rotate(45deg);
	background: #e74c3c;
	color: #ffffff;
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, padding 0.3s ease;
	background: rgba(231, 76, 60, 0.02);
}

.faq-item.active .faq-answer {
	border-top: 1px solid rgba(231, 76, 60, 0.1);
}

.faq-answer p {
	padding: 18px 25px 22px 25px;
	margin: 0;
	color: #555555;
	font-size: 0.98rem;
	line-height: 1.8;
	border-left: 3px solid #e74c3c;
	background: linear-gradient(90deg, rgba(231, 76, 60, 0.03) 0%, transparent 100%);
}

/* Mobile Responsive for FAQs */
@media (max-width: 1024px) {
	.eurodrive-faqs-accordion {
		grid-template-columns: 1fr;
		gap: 18px;
		max-width: 800px;
	}

	.faq-item {
		margin-bottom: 0;
	}
}

@media (max-width: 768px) {
	.eurodrive-faqs-accordion {
		padding: 0 15px;
		gap: 15px;
	}

	.faq-question {
		padding: 18px 20px;
	}

	.faq-question::before {
		top: 18px;
	}

	.faq-item.active .faq-question {
		padding-bottom: 15px;
	}

	.faq-question-text {
		font-size: 0.98rem;
		padding-right: 15px;
	}

	.faq-icon {
		font-size: 1.3rem;
		min-width: 28px;
		height: 28px;
	}

	.faq-answer p {
		padding: 15px 20px 18px 20px;
		font-size: 0.92rem;
	}
}

/* ========================================
   Inquiry Video Section Styling
   ======================================== */

.eurodrive-inquiry-video-section {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.eurodrive-video-inquiry-container {
	position: relative;
	width: 100%;
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Video Background */
.eurodrive-video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.eurodrive-background-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.eurodrive-video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(26, 26, 26, 0.9) 0%, rgba(45, 45, 45, 0.85) 100%);
	z-index: 2;
}

/* Video Controls - Hidden */
.eurodrive-video-controls {
	display: none !important;
}

.video-control-btn {
	display: none !important;
}

.video-control-btn:hover {
	background: rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.8);
	transform: scale(1.1);
}

/* Content Overlay */
.eurodrive-inquiry-content {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 20px;
}

.inquiry-content-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

/* Left Side: Text Section */
.inquiry-text-section {
	color: #ffffff;
}

.inquiry-heading {
	font-size: 3rem;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 15px 0;
	line-height: 1.2;
}

.inquiry-subheading {
	font-size: 1.3rem;
	color: #ffc107;
	font-weight: 600;
	margin: 0 0 20px 0;
}

.inquiry-description {
	font-size: 1.1rem;
	color: #e0e0e0;
	line-height: 1.6;
	margin: 0 0 30px 0;
}

.inquiry-contact-info {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.contact-info-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 1rem;
}

.contact-info-item .contact-icon {
	font-size: 1.2rem;
	order: 0 !important;
	margin-left: 0 !important;
	margin-right: 8px;
}

.contact-icon {
	font-size: 1.2rem;
}

.contact-link {
	color: #ffffff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.contact-link:hover {
	color: #ffc107;
}

.contact-text {
	color: #e0e0e0;
}

/* Right Side: Form Section */
.inquiry-form-section {
	width: 100%;
}

.inquiry-form-card {
	background: rgba(255, 255, 255, 0.98);
	border-radius: 15px;
	padding: 40px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(10px);
}

.form-title {
	font-size: 1.8rem;
	font-weight: 700;
	color: #333333;
	margin: 0 0 25px 0;
	text-align: center;
}

.eurodrive-inquiry-form {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

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

.form-label {
	font-size: 0.95rem;
	font-weight: 600;
	color: #333333;
}

.form-input,
.form-textarea {
	width: 100%;
	padding: 12px 16px;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	font-size: 1rem;
	font-family: inherit;
	transition: all 0.3s ease;
	background: #ffffff;
	box-sizing: border-box;
	max-width: 100%;
}

.form-input:focus,
.form-textarea:focus {
	outline: none;
	border-color: #e74c3c;
	box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

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

.form-submit-btn {
	background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
	color: #ffffff;
	border: none;
	border-radius: 8px;
	padding: 15px 30px;
	font-size: 1.1rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 10px;
}

.form-submit-btn:hover {
	background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
	transform: translateY(-2px);
	box-shadow: 0 5px 20px rgba(231, 76, 60, 0.4);
}

.form-submit-btn:active {
	transform: translateY(0);
}

.form-submit-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
}

.btn-icon {
	font-size: 1.2rem;
	transition: transform 0.3s ease;
}

.form-submit-btn:hover .btn-icon {
	transform: translateX(5px);
}

.form-status-message {
	display: none;
	margin-top: 15px;
	padding: 12px;
	border-radius: 8px;
	text-align: center;
	font-weight: 500;
}

.success-message {
	background: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
	padding: 12px;
	border-radius: 8px;
}

.error-message {
	background: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
	padding: 12px;
	border-radius: 8px;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
	.inquiry-content-wrapper {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.inquiry-text-section {
		text-align: center;
	}

	.inquiry-contact-info {
		align-items: flex-start;
	}

	.contact-info-item {
		flex-direction: row !important;
		text-align: left;
	}

	.contact-info-item .contact-icon {
		order: -1 !important;
		margin-right: 8px;
		margin-left: 0;
	}

	/* Hide video controls */
	.eurodrive-video-controls {
		display: none !important;
	}

	.inquiry-heading {
		font-size: 2.5rem;
	}
}

@media (max-width: 768px) {
	.eurodrive-video-inquiry-container {
		min-height: 500px;
	}

	.eurodrive-inquiry-content {
		padding: 40px 15px;
	}

	.inquiry-heading {
		font-size: 2rem;
	}

	.inquiry-subheading {
		font-size: 1.1rem;
	}

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

	.inquiry-form-card {
		padding: 25px 15px;
		max-width: 100%;
		overflow: hidden;
	}

	.form-title {
		font-size: 1.5rem;
	}

	.eurodrive-inquiry-form {
		width: 100%;
		max-width: 100%;
	}

	.form-group {
		width: 100%;
		max-width: 100%;
	}

	.form-input,
	.form-textarea {
		font-size: 0.95rem;
		padding: 10px 12px;
	}

	.video-control-btn {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}

	/* Hide video controls on mobile */
	.eurodrive-video-controls {
		display: none !important;
	}

	/* Fix contact icon position */
	.contact-info-item {
		flex-direction: row !important;
	}

	.contact-info-item .contact-icon {
		order: -1 !important;
		margin-right: 8px;
		margin-left: 0 !important;
	}
}

/* Pre-Footer Section - Equal Column Widths */
.wp-block-group.alignfull > .wp-block-columns {
	display: flex !important;
	flex-wrap: nowrap !important;
}

.wp-block-group.alignfull > .wp-block-columns > .wp-block-column {
	flex: 1 1 50% !important;
	max-width: 50% !important;
	width: 50% !important;
	box-sizing: border-box !important;
}

/* Pre-Footer Section - Balanced Line Heights and Spacing */
.wp-block-group.alignfull .wp-block-columns .wp-block-column h2,
.wp-block-group.alignfull .wp-block-columns .wp-block-column h3 {
	line-height: 1.4 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.wp-block-group.alignfull .wp-block-columns .wp-block-column p {
	line-height: 1.6 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.wp-block-group.alignfull .wp-block-columns .wp-block-spacer {
	margin: 0 !important;
	height: 12px !important;
	min-height: 12px !important;
}

/* Specific adjustments for left column (estimate section) - Increased line heights */
.wp-block-group.alignfull .wp-block-columns .wp-block-column[style*="#1a1a1a"] h2,
.wp-block-group.alignfull .wp-block-columns .wp-block-column[style*="#1a1a1a"] h3 {
	line-height: 1.5 !important;
}

.wp-block-group.alignfull .wp-block-columns .wp-block-column[style*="#1a1a1a"] p {
	line-height: 1.8 !important;
}

.wp-block-group.alignfull .wp-block-columns .wp-block-column[style*="#1a1a1a"] .wp-block-spacer {
	height: 15px !important;
	min-height: 15px !important;
}

/* Reduce top/bottom padding to make section more compact */
.wp-block-group.alignfull .wp-block-columns .wp-block-column[style*="#1a1a1a"] {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

/* Pre-footer estimate button - match post title font style */
.wp-block-group.alignfull .wp-block-columns .wp-block-column[style*="#1a1a1a"] .wp-block-button__link {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
	font-weight: 900 !important;
	letter-spacing: -0.5px !important;
}

/* Pre-footer Location Bar - Horizontal Layout */
.prefooter-location-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 25px;
	background: #2d2d2d;
	gap: 20px;
}

.location-info {
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
	min-width: 0;
}

.location-heading {
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0;
}

.location-details {
	display: flex;
	align-items: center;
	gap: 10px;
}

.location-icon {
	font-size: 1.2rem;
}

.location-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.location-name {
	color: #e74c3c;
	font-size: 0.95rem;
	font-weight: 600;
}

.location-address {
	color: #cccccc;
	font-size: 0.85rem;
}

.location-actions {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-shrink: 0;
}

.get-directions-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 20px;
	background: transparent;
	border: 2px solid #e74c3c;
	border-radius: 30px;
	color: #ffffff;
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 600;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.get-directions-btn:hover {
	background: #e74c3c;
	color: #ffffff;
	transform: translateY(-2px);
}

.get-directions-btn svg {
	stroke: currentColor;
}

.get-in-touch-btn {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	padding: 12px 24px;
	background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
	border-radius: 30px;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

.get-in-touch-btn:hover {
	background: linear-gradient(135deg, #ff6b5b 0%, #e74c3c 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
	color: #ffffff;
}

.get-in-touch-btn .btn-text-wrapper {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.get-in-touch-btn .btn-main {
	font-size: 1rem;
	font-weight: 800;
}

.get-in-touch-btn .btn-sub {
	font-size: 0.75rem;
	font-weight: 300;
	opacity: 0.85;
}

.get-in-touch-btn .btn-arrow {
	animation: arrowBounce 1.5s ease-in-out infinite;
}

.get-in-touch-btn:hover .btn-arrow {
	animation: none;
	transform: translateX(5px);
}

/* Mobile responsive for pre-footer section */
@media (max-width: 768px) {
	/* Allow columns to stack on mobile */
	.wp-block-group.alignfull > .wp-block-columns {
		flex-wrap: wrap !important;
		flex-direction: column !important;
	}

	.wp-block-group.alignfull > .wp-block-columns > .wp-block-column {
		flex: 1 1 100% !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	/* Reduce map height on mobile */
	.wp-block-column[style*="#2d2d2d"] > div[style*="height: 300px"] {
		height: 200px !important;
	}

	.wp-block-column[style*="#2d2d2d"] iframe {
		height: 200px !important;
	}

	.prefooter-location-bar {
		flex-direction: column;
		text-align: center;
		padding: 15px 20px;
		gap: 12px;
	}

	.location-info {
		align-items: center;
	}

	.location-details {
		flex-direction: row;
		align-items: flex-start;
		justify-content: center;
	}

	.location-icon {
		display: inline;
		margin-right: 5px;
	}

	.location-text {
		display: inline;
		text-align: left;
	}

	.location-text .location-name {
		display: block;
	}

	.location-text .location-address {
		display: inline;
	}

	.location-heading {
		font-size: 1rem;
	}

	.location-actions {
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
		gap: 10px;
	}

	.get-directions-btn {
		padding: 10px 16px;
		font-size: 0.85rem;
	}

	.get-in-touch-btn {
		padding: 10px 18px;
		gap: 10px;
	}

	.get-in-touch-btn .btn-main {
		font-size: 0.9rem;
	}

	.get-in-touch-btn .btn-sub {
		font-size: 0.7rem;
	}
}

.wp-block-group.alignfull .wp-block-columns .wp-block-column[style*="#2d2d2d"] .wp-block-group {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

/* Small gap between heading elements */
.wp-block-group.alignfull .wp-block-columns .wp-block-column h2 + h3 {
	margin-top: 2px !important;
}

/* ========================================
   Why EuroDrive Section V2 - Dark Premium Design
   Inspired by ssrautobody.com
   ======================================== */

.eurodrive-why-section-v2 {
	position: relative;
	width: 100%;
	min-height: auto;
	overflow: hidden;
	font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	margin-top: -120px;
	padding-top: 30px;
}

/* Gradient Background */
.why-gradient-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 50%, #141414 100%);
	transition: background 0.1s ease-out;
}

/* Content Container */
.why-content-container {
	position: relative;
	z-index: 3;
	max-width: 1600px;
	margin: 0 auto;
	padding: 50px 60px;
}

/* Two Column Layout */
.why-columns {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 60px;
	align-items: center;
}

/* Left Column */
.why-left-column {
	color: #ffffff;
}

/* Top Badge */
.why-top-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(231, 76, 60, 0.15);
	border: 1px solid rgba(231, 76, 60, 0.4);
	padding: 10px 20px;
	border-radius: 50px;
	margin-bottom: 25px;
	animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.3); }
	50% { box-shadow: 0 0 20px 5px rgba(231, 76, 60, 0.15); }
}

.badge-icon {
	font-size: 1.1rem;
}

.badge-text {
	font-size: 0.85rem;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.why-accent-line {
	width: 60px;
	height: 4px;
	background: linear-gradient(90deg, #e74c3c 0%, #ff6b5b 100%);
	margin-bottom: 25px;
	border-radius: 2px;
}

.why-main-title {
	font-size: 3.2rem;
	font-weight: 800;
	color: #ffffff;
	margin: 0 0 15px 0;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

/* New Professional Title V2 */
.why-main-title-v2 {
	font-size: 1rem;
	margin: 0 0 20px 0;
	line-height: 1.1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.why-main-title-v2 .title-line-1 {
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	text-shadow: 0 2px 15px rgba(231, 76, 60, 0.6), 0 4px 25px rgba(231, 76, 60, 0.4);
	display: flex;
	align-items: center;
	gap: 12px;
}

.why-main-title-v2 .title-line-1 .uae-flag {
	font-size: 2.2rem;
	filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
	animation: flagWave 2s ease-in-out infinite;
}

@keyframes flagWave {
	0%, 100% { transform: rotate(-2deg); }
	50% { transform: rotate(2deg); }
}

@keyframes shimmerText {
	0% { background-position: 200% center; }
	100% { background-position: -200% center; }
}

.why-main-title-v2 .title-highlight {
	font-size: 7rem;
	font-weight: 900;
	background: linear-gradient(135deg, #e74c3c 0%, #ff6b5b 30%, #ffffff 50%, #ff6b5b 70%, #e74c3c 100%);
	background-size: 300% 300%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	line-height: 1;
	display: inline-block;
	text-shadow: none;
	filter: drop-shadow(0 4px 30px rgba(231, 76, 60, 0.6));
	animation: gradientFlow 4s ease-in-out infinite, titlePulse 2s ease-in-out infinite;
}

@keyframes gradientFlow {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

@keyframes titlePulse {
	0%, 100% {
		filter: drop-shadow(0 4px 30px rgba(231, 76, 60, 0.5));
		transform: scale(1);
	}
	50% {
		filter: drop-shadow(0 6px 40px rgba(231, 76, 60, 0.7));
		transform: scale(1.02);
	}
}

.why-main-title-v2 .title-line-2 {
	font-size: 3.2rem;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-text-fill-color: #ffffff;
	text-shadow: 0 2px 15px rgba(231, 76, 60, 0.5), 0 4px 20px rgba(231, 76, 60, 0.3);
}

.why-subtitle {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.7);
	margin: 0 0 40px 0;
	font-weight: 400;
	letter-spacing: 0.5px;
	padding-left: 3px;
}

/* Features */
/* Compact Features with Tags */
.why-features-compact {
	margin-bottom: 25px;
}

.feature-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 15px;
}

.feature-tag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	background: rgba(231, 76, 60, 0.15);
	border: 1px solid rgba(231, 76, 60, 0.4);
	border-radius: 20px;
	color: #ffffff;
	font-size: 0.95rem;
	font-weight: 600;
}

.feature-tag svg {
	color: #e74c3c;
}

.feature-description {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.7;
	margin: 0;
}

/* Legacy styles - kept for compatibility */
.why-features {
	display: flex;
	flex-direction: column;
	gap: 28px;
	margin-bottom: 45px;
}

.why-feature-item {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	padding: 20px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	transition: all 0.3s ease;
}

.why-feature-item:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(231, 76, 60, 0.3);
	transform: translateX(8px);
}

.feature-icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

.feature-icon svg {
	width: 24px;
	height: 24px;
}

.feature-content h3 {
	font-size: 1.2rem;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 8px 0;
}

.feature-content p {
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.65);
	margin: 0;
	line-height: 1.6;
}

/* CTA Button */
.why-cta-wrapper {
	margin-top: 10px;
}

.why-cta-button {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	padding: 16px 32px;
	background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
	color: #ffffff;
	text-decoration: none;
	border-radius: 50px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 20px rgba(231, 76, 60, 0.4);
}

.why-cta-button:hover {
	background: linear-gradient(135deg, #ff6b5b 0%, #e74c3c 100%);
	transform: translateY(-3px);
	box-shadow: 0 8px 30px rgba(231, 76, 60, 0.5);
	color: #ffffff;
}

.cta-text-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
}

.cta-main-text {
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.cta-sub-text {
	font-size: 0.8rem;
	font-weight: 300;
	opacity: 0.85;
	letter-spacing: 0.01em;
}

.why-cta-button .cta-arrow {
	transition: transform 0.3s ease;
	animation: arrowBounce 1.5s ease-in-out infinite;
}

@keyframes arrowBounce {
	0%, 100% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(6px);
	}
}

.why-cta-button:hover .cta-arrow {
	animation: none;
	transform: translateX(8px);
}

/* Right Column */
.why-right-column {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

/* Video Player */
.why-video-player {
	position: relative;
}

.video-player-wrapper {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
	border: 2px solid rgba(255, 255, 255, 0.1);
}

.featured-video {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.video-controls-overlay {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 10;
}

.video-sound-btn {
	width: 44px;
	height: 44px;
	background: rgba(0, 0, 0, 0.6);
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #ffffff;
}

.video-sound-btn:hover {
	background: rgba(231, 76, 60, 0.8);
	border-color: #e74c3c;
	transform: scale(1.1);
}


/* Reviews Card */
.why-reviews-card {
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 18px;
	transition: all 0.3s ease;
}

.why-reviews-card:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.15);
}

.reviews-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

.google-icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	background: #ffffff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.google-icon svg {
	width: 22px;
	height: 22px;
}

.reviews-title-wrap h4 {
	font-size: 1rem;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 3px 0;
}

.stars-rating {
	display: flex;
	align-items: center;
	gap: 6px;
}

.stars-rating .stars {
	color: #ffc107;
	font-size: 0.95rem;
	letter-spacing: 1px;
}

.stars-rating .rating-text {
	font-size: 0.9rem;
	font-weight: 700;
	color: #ffffff;
}

.reviews-stats {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 14px;
}

.stat-item {
	text-align: center;
	flex: 1;
}

.stat-number {
	display: block;
	font-size: 1.2rem;
	font-weight: 800;
	color: #e74c3c;
	margin-bottom: 2px;
}

.stat-label {
	display: block;
	font-size: 0.7rem;
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.stat-divider {
	width: 1px;
	height: 30px;
	background: rgba(255, 255, 255, 0.15);
}

.reviews-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 18px;
	background: transparent;
	border: 2px solid #e74c3c;
	border-radius: 8px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.85rem;
	transition: all 0.3s ease;
}

.reviews-cta:hover {
	background: #e74c3c;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 5px 20px rgba(231, 76, 60, 0.3);
}

.reviews-cta svg {
	transition: transform 0.3s ease;
}

.reviews-cta:hover svg {
	transform: translate(3px, -3px);
}

/* Responsive Design */
@media (max-width: 1024px) {
	.why-columns {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}

	/* Flatten column structure for mobile reordering */
	.why-left-column,
	.why-right-column {
		display: contents;
	}

	/* Mobile element order:
	   1. Title
	   2. Subtitle
	   3. Video Player
	   4. CTA Button
	   5. Features
	   6. Google Reviews */
	.why-main-title-v2 {
		order: 1;
	}

	.why-subtitle {
		order: 2;
	}

	.why-video-player {
		order: 3;
	}

	.why-cta-wrapper {
		order: 4;
		margin-top: 5px;
	}

	.why-features,
	.why-features-compact {
		order: 5;
		margin-top: 10px;
	}

	.why-reviews-card {
		order: 6;
		margin-top: 10px;
	}

	.why-content-container {
		padding: 30px 20px;
	}

	.why-main-title {
		font-size: 2.5rem;
	}

	.why-main-title-v2 .title-line-1 {
		font-size: 1.8rem;
	}

	.why-main-title-v2 .title-highlight {
		font-size: 4rem;
	}

	.why-main-title-v2 .title-line-2 {
		font-size: 2.2rem;
	}

}

@media (max-width: 768px) {
	.why-content-container {
		padding: 35px 15px;
	}

	/* Left-aligned heading like desktop */
	.why-main-title-v2 {
		width: 100%;
		text-align: left;
		align-items: flex-start;
	}

	.why-main-title-v2 .title-line-1 {
		font-size: 1.8rem;
		justify-content: flex-start;
	}

	.why-main-title-v2 .title-highlight {
		font-size: 4.5rem;
	}

	.why-main-title-v2 .title-line-2 {
		font-size: 2.1rem;
	}

	/* Video player with spacing */
	.why-video-player {
		width: 100%;
	}

	.video-player-wrapper {
		border-radius: 12px;
	}

	.featured-video {
		border-radius: 12px;
	}

	.why-main-title {
		font-size: 2rem;
	}

	.why-top-badge {
		padding: 8px 16px;
	}

	.badge-text {
		font-size: 0.75rem;
	}

	.why-feature-item {
		padding: 15px;
		gap: 14px;
	}

	.feature-icon {
		width: 42px;
		height: 42px;
	}

	.feature-content h3 {
		font-size: 1.05rem;
	}

	.feature-content p {
		font-size: 0.9rem;
	}

	.why-cta-button {
		padding: 14px 30px;
		gap: 16px;
		width: 90%;
		max-width: 400px;
		justify-content: space-between;
		box-sizing: border-box;
	}

	.cta-main-text {
		font-size: 1rem;
	}

	.cta-sub-text {
		font-size: 0.7rem;
	}

	.why-cta-wrapper {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.why-reviews-card {
		padding: 22px;
		width: 100%;
	}

	.reviews-stats {
		gap: 10px;
	}

	.stat-number {
		font-size: 1.3rem;
	}
}

@media (max-width: 480px) {
	.why-content-container {
		padding: 25px 15px;
	}

	.why-columns {
		gap: 12px;
	}

	.why-main-title {
		font-size: 1.75rem;
	}

	/* Left-aligned heading for small screens */
	.why-main-title-v2 .title-line-1 {
		font-size: 1.5rem;
		letter-spacing: 1px;
		gap: 8px;
	}

	.why-main-title-v2 .title-line-1 .uae-flag {
		font-size: 1.6rem;
	}

	.why-main-title-v2 .title-highlight {
		font-size: 4rem;
	}

	.why-main-title-v2 .title-line-2 {
		font-size: 1.7rem;
	}

	/* Video with spacing on small screens */
	.why-video-player {
		width: 100%;
	}

	.why-top-badge {
		padding: 6px 14px;
		margin-bottom: 10px;
	}

	.badge-text {
		font-size: 0.7rem;
		letter-spacing: 1px;
	}

	.badge-icon {
		font-size: 0.9rem;
	}

	.why-subtitle {
		font-size: 0.85rem;
		margin-bottom: 10px;
		padding: 0;
	}

	.why-features-compact {
		margin-bottom: 10px;
		margin-top: 5px;
	}

	.feature-tags {
		justify-content: flex-start;
	}

	.feature-tag {
		font-size: 0.8rem;
		padding: 6px 12px;
	}

	.feature-description {
		font-size: 0.9rem;
	}

	.why-cta-wrapper {
		padding: 0;
		margin-top: 0;
		display: flex;
		justify-content: center;
	}

	.why-reviews-card {
		margin-top: 8px;
	}

	.why-reviews-card {
		padding: 18px;
	}

	.stat-number {
		font-size: 1.15rem;
	}

	.stat-label {
		font-size: 0.7rem;
	}
}

/* ==========================================================================
   EURODRIVE POST & PAGE STYLES
   ========================================================================== */

/* Post Hero Section */
.eurodrive-post-hero,
.eurodrive-page-hero {
	background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
	position: relative;
}

.eurodrive-post-hero::before,
.eurodrive-page-hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, rgba(231, 76, 60, 0.1) 0%, transparent 50%, rgba(231, 76, 60, 0.05) 100%);
	pointer-events: none;
}

/* Post Title */
.eurodrive-post-title {
	color: #ffffff !important;
	font-size: 2.8rem !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	margin-bottom: 20px !important;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Hide date on pages */
.eurodrive-page-content-wrapper .wp-block-post-date,
.eurodrive-page-content-wrapper time,
.page .wp-block-post-date,
.page .entry-date,
.page .posted-on {
	display: none !important;
}

/* Page Title */
.eurodrive-page-title {
	color: #1a1a1a !important;
	font-size: 4rem !important;
	font-weight: 800 !important;
	line-height: 1.1 !important;
	margin-top: 0 !important;
	margin-bottom: 30px !important;
	text-align: left !important;
	padding-bottom: 15px;
	border-bottom: 3px solid #e74c3c;
}

/* Page-specific spacing (applies only to pages, not posts, landing pages, or homepage) */
body.page:not(.home):not(.front-page) .eurodrive-page-content-wrapper {
	padding-top: 40px !important;
}

@media (max-width: 768px) {
	body.page:not(.home):not(.front-page) .eurodrive-page-content-wrapper {
		padding-top: 30px !important;
	}
}

@media (max-width: 480px) {
	body.page:not(.home):not(.front-page) .eurodrive-page-content-wrapper {
		padding-top: 25px !important;
	}
}

/* Post Category */
.eurodrive-post-category {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 15px;
}

.eurodrive-post-category a {
	background: #e74c3c;
	color: #ffffff !important;
	padding: 6px 16px;
	border-radius: 20px;
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.eurodrive-post-category a:hover {
	background: #c0392b;
	transform: translateY(-2px);
}

/* Post Meta */
.eurodrive-post-meta {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.95rem;
}

.eurodrive-post-meta a {
	color: rgba(255, 255, 255, 0.9) !important;
	text-decoration: none;
}

.eurodrive-meta-separator {
	color: rgba(255, 255, 255, 0.5);
	margin: 0 !important;
}

/* Post/Page Content Wrapper */
.eurodrive-post-content-wrapper,
.eurodrive-page-content-wrapper {
	background: #ffffff;
}

/* Featured Image */
.eurodrive-featured-image img,
.eurodrive-page-featured-image img {
	border-radius: 12px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

/* Post Content */
.eurodrive-post-content,
.eurodrive-page-content {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #333333;
}

.eurodrive-post-content p,
.eurodrive-page-content p {
	margin-bottom: 1.5em;
}

.eurodrive-post-content h2,
.eurodrive-page-content h2 {
	font-size: 1.8rem;
	font-weight: 700;
	color: #1a1a1a;
	margin-top: 2em;
	margin-bottom: 0.8em;
	padding-bottom: 10px;
	border-bottom: 2px solid #e74c3c;
}

.eurodrive-post-content h3,
.eurodrive-page-content h3 {
	font-size: 1.4rem;
	font-weight: 600;
	color: #2d2d2d;
	margin-top: 1.5em;
	margin-bottom: 0.6em;
}

.eurodrive-post-content ul,
.eurodrive-page-content ul,
.eurodrive-post-content ol,
.eurodrive-page-content ol {
	margin-bottom: 1.5em;
	padding-left: 1.5em;
}

.eurodrive-post-content li,
.eurodrive-page-content li {
	margin-bottom: 0.5em;
}

.eurodrive-post-content a,
.eurodrive-page-content a {
	color: #e74c3c;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-color 0.3s ease;
}

.eurodrive-post-content a:hover,
.eurodrive-page-content a:hover {
	border-bottom-color: #e74c3c;
}

/* Post Tags */
.eurodrive-post-tags {
	border-top: 1px solid #eee;
}

.eurodrive-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.eurodrive-tags a {
	background: #f5f5f5;
	color: #666666 !important;
	padding: 8px 16px;
	border-radius: 6px;
	font-size: 0.85rem;
	text-decoration: none;
	transition: all 0.3s ease;
}

.eurodrive-tags a:hover {
	background: #e74c3c;
	color: #ffffff !important;
}

/* CTA Section */
.eurodrive-post-cta,
.eurodrive-page-cta {
	background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
}

.eurodrive-cta-title {
	color: #ffffff !important;
	font-size: 2rem !important;
	font-weight: 700 !important;
	margin-bottom: 15px !important;
}

.eurodrive-cta-text {
	color: rgba(255, 255, 255, 0.8) !important;
	font-size: 1.1rem !important;
	margin-bottom: 25px !important;
}

.eurodrive-cta-button .wp-block-button__link {
	background: #e74c3c !important;
	color: #ffffff !important;
	padding: 15px 35px !important;
	border-radius: 30px !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all 0.3s ease !important;
	box-shadow: 0 4px 15px rgba(231, 76, 60, 0.4);
}

.eurodrive-cta-button .wp-block-button__link:hover {
	background: #c0392b !important;
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(231, 76, 60, 0.5);
}

/* Responsive Styles for Posts/Pages */
@media (max-width: 768px) {
	.eurodrive-post-title {
		font-size: 2rem !important;
	}

	.eurodrive-page-title {
		font-size: 2.8rem !important;
		margin-bottom: 15px !important;
		padding-bottom: 10px;
	}

	.eurodrive-post-hero {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.eurodrive-post-content,
	.eurodrive-page-content {
		font-size: 1rem;
	}

	.eurodrive-page-content-wrapper {
		padding-left: var(--wp--preset--spacing--30) !important;
		padding-right: var(--wp--preset--spacing--30) !important;
	}
}

@media (max-width: 480px) {
	.eurodrive-post-title {
		font-size: 1.7rem !important;
	}

	.eurodrive-page-title {
		font-size: 2.2rem !important;
		margin-bottom: 12px !important;
		padding-bottom: 8px;
	}

	.eurodrive-post-hero {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.eurodrive-post-meta {
		flex-direction: column;
		gap: 5px !important;
	}

	.eurodrive-meta-separator {
		display: none;
	}

	.eurodrive-page-content-wrapper {
		padding-left: var(--wp--preset--spacing--20) !important;
		padding-right: var(--wp--preset--spacing--20) !important;
	}
}

/* ==========================================================================
   EURODRIVE CAR LISTING STYLES
   ========================================================================== */

.eurodrive-car-listing {
	background: #f5f6f8;
	padding: 30px 0 60px;
}

.car-listing-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 30px;
}

/* Car Header */
.car-header {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 30px;
}

.car-category-badge {
	display: flex;
	gap: 8px;
}

.car-category-badge a {
	background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
	color: #ffffff !important;
	padding: 8px 20px;
	border-radius: 25px;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

.car-title {
	font-size: 3rem !important;
	font-weight: 800 !important;
	color: #1a1a1a !important;
	margin: 0 !important;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.car-subtitle {
	font-size: 1.2rem;
	color: #666666;
	margin: 0;
	font-weight: 500;
}

/* Main Grid Layout */
.car-main-grid {
	display: grid;
	grid-template-columns: 1fr 400px;
	gap: 30px;
	align-items: start;
}

/* Car Media */
.car-media-wrapper {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
	background: #ffffff;
}

.car-media-wrapper img,
.car-featured-image {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

/* Car Description */
.car-description {
	background: #ffffff;
	border-radius: 20px;
	padding: 35px;
	margin-top: 25px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.section-heading {
	font-size: 1.5rem !important;
	font-weight: 700 !important;
	color: #1a1a1a !important;
	margin: 0 0 20px 0 !important;
	padding-bottom: 15px;
	border-bottom: 3px solid #e74c3c;
	display: inline-block;
}

.car-content {
	font-size: 1.05rem;
	line-height: 1.8;
	color: #444444;
}

.car-content p {
	margin-bottom: 1.2em;
}

/* Pricing Card */
.car-pricing-card {
	background: #ffffff;
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
	border: 2px solid transparent;
	transition: border-color 0.3s ease;
}

.car-pricing-card:hover {
	border-color: rgba(231, 76, 60, 0.2);
}

.pricing-card-title {
	font-size: 1.4rem !important;
	font-weight: 700 !important;
	color: #1a1a1a !important;
	margin: 0 0 25px 0 !important;
	text-align: center;
}

.pricing-tiers {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.pricing-tier {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 22px;
	background: #f8f9fa;
	border-radius: 14px;
	position: relative;
	transition: all 0.3s ease;
}

.pricing-tier:hover {
	transform: translateX(5px);
}

.pricing-tier.featured {
	background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
	padding-top: 30px;
	margin-top: 10px;
}

.tier-badge {
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
	color: #ffffff;
	font-size: 0.7rem;
	font-weight: 700;
	padding: 5px 15px;
	border-radius: 15px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: 0 4px 10px rgba(231, 76, 60, 0.3);
}

.tier-label {
	font-size: 1rem;
	font-weight: 600;
	color: #555555;
}

.pricing-tier.featured .tier-label {
	color: rgba(255, 255, 255, 0.85);
}

.tier-price {
	font-size: 1.5rem;
	font-weight: 800;
	color: #e74c3c;
}

.pricing-tier.featured .tier-price {
	color: #ffffff;
	font-size: 1.6rem;
}

.tier-note {
	font-size: 0.8rem;
	color: #999999;
}

.pricing-tier.featured .tier-note {
	color: rgba(255, 255, 255, 0.6);
}

/* Inquiry Buttons */
.car-inquiry-buttons {
	margin-top: 25px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.car-book-btn {
	display: block;
	text-align: center;
	background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
	color: #ffffff !important;
	padding: 18px 30px;
	border-radius: 50px;
	font-size: 1.1rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	box-shadow: 0 8px 25px rgba(231, 76, 60, 0.35);
}

.car-book-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 35px rgba(231, 76, 60, 0.45);
}

/* WhatsApp Button */
.car-whatsapp-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
	color: #ffffff !important;
	padding: 16px 25px;
	border-radius: 50px;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
}

.car-whatsapp-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
}

/* Specifications Card */
.car-specs-card {
	background: #ffffff;
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
}

.specs-card-title {
	font-size: 1.4rem !important;
	font-weight: 700 !important;
	color: #1a1a1a !important;
	margin: 0 0 25px 0 !important;
	text-align: center;
}

.specs-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.spec-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 18px 12px;
	background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
	border-radius: 14px;
	border: 1px solid #eee;
	transition: all 0.3s ease;
}

.spec-item:hover {
	border-color: #e74c3c;
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.spec-item.full-width {
	grid-column: span 3;
}

.spec-icon {
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.spec-label {
	font-size: 0.7rem;
	color: #888888;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	margin-bottom: 5px;
	font-weight: 600;
}

.spec-value {
	font-size: 1rem;
	font-weight: 700;
	color: #1a1a1a;
}

/* Features Card */
.car-features-card {
	background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.features-card-title {
	font-size: 1.4rem !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	margin: 0 0 25px 0 !important;
	text-align: center;
}

.features-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.feature-item {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.9);
	padding: 12px 15px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 10px;
	transition: all 0.3s ease;
}

.feature-item:hover {
	background: rgba(255, 255, 255, 0.1);
	transform: translateX(5px);
}

.feature-check {
	color: #27ae60;
	font-weight: 700;
	font-size: 1.2rem;
	background: rgba(39, 174, 96, 0.15);
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

/* Car Listing Responsive */
@media (max-width: 1024px) {
	.car-main-grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.car-details-column {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.car-pricing-card {
		grid-column: span 2;
	}

	.car-title {
		font-size: 2.4rem !important;
	}
}

@media (max-width: 768px) {
	.car-listing-container {
		padding: 0 20px;
	}

	.car-details-column {
		grid-template-columns: 1fr;
	}

	.car-pricing-card {
		grid-column: span 1;
	}

	.car-title {
		font-size: 2rem !important;
	}

	.car-subtitle {
		font-size: 1rem;
	}

	.pricing-tier {
		flex-wrap: wrap;
		gap: 8px;
		padding: 15px 18px;
	}

	.tier-price {
		font-size: 1.3rem;
	}

	.specs-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}

	.spec-item {
		padding: 14px 10px;
	}

	.spec-item.full-width {
		grid-column: span 3;
	}
}

@media (max-width: 480px) {
	.car-listing-container {
		padding: 0 15px;
	}

	.eurodrive-car-listing {
		padding-top: 20px;
	}

	.car-title {
		font-size: 1.6rem !important;
	}

	.specs-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.spec-item.full-width {
		grid-column: span 2;
	}

	.car-pricing-card,
	.car-specs-card,
	.car-features-card,
	.car-description {
		padding: 22px;
		border-radius: 16px;
	}

	.car-book-btn,
	.car-whatsapp-btn {
		padding: 15px 20px;
		font-size: 0.95rem;
	}
}

/* ============================================
   EuroDrive UAE - Car Hero Section (New Design)
   ============================================ */

.eurodrive-car-hero {
	background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}

/* Hero Header - Title & Tag */
.car-hero-header {
	text-align: left;
	position: relative;
	padding: 15px 20px;
	max-width: 1400px;
	margin: 0 auto;
}

.car-category-tag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(231, 76, 60, 0.15);
	border: 1px solid rgba(231, 76, 60, 0.4);
	color: #ffffff !important;
	padding: 10px 18px;
	border-radius: 50px;
	font-size: 0.95rem;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 18px;
}

.car-category-tag::before {
	content: '';
	width: 14px;
	height: 14px;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23e74c3c' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'/%3E%3Cpolyline points='22 4 12 14.01 9 11.01'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}

.car-category-tag a {
	color: #ffffff !important;
	text-decoration: none;
}

.car-hero-title {
	color: #ffffff !important;
	font-size: 4.5rem !important;
	font-weight: 900 !important;
	text-transform: none;
	letter-spacing: -2px;
	margin: 0 !important;
	line-height: 1.1;
	text-shadow:
		0 0 60px rgba(231, 76, 60, 0.6),
		0 0 120px rgba(231, 76, 60, 0.3),
		0 0 180px rgba(231, 76, 60, 0.15),
		0 6px 30px rgba(0, 0, 0, 0.6);
	position: relative;
	padding-bottom: 28px;
}

.car-hero-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 140px;
	height: 5px;
	background: linear-gradient(90deg, #e74c3c 0%, #c0392b 50%, transparent 100%);
	border-radius: 3px;
	box-shadow: 0 0 20px rgba(231, 76, 60, 0.5);
}

/* Action Buttons Row */
.car-action-buttons {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 30px;
}

.car-action-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 14px 24px;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.3s ease;
	border: none;
}

.car-action-btn .btn-icon {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
}

.car-action-btn .btn-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
}

.car-action-btn .btn-main {
	font-size: 1rem;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2;
}

.car-action-btn .btn-sub {
	font-size: 0.75rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.2;
}

.car-action-btn .btn-arrow {
	flex-shrink: 0;
	margin-left: 8px;
	transition: transform 0.3s ease;
	animation: arrowBounce 1.5s ease-in-out infinite;
}

@keyframes arrowBounce {
	0%, 100% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(5px);
	}
}

.car-action-btn.whatsapp-btn {
	background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
	color: #ffffff !important;
}

.car-action-btn.whatsapp-btn:hover {
	background: linear-gradient(135deg, #128C7E 0%, #075E54 100%);
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
}

.car-action-btn.whatsapp-btn:hover .btn-arrow {
	animation: none;
	transform: translateX(8px);
}

.car-action-btn.call-btn {
	background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
	color: #ffffff !important;
}

.car-action-btn.call-btn:hover {
	background: linear-gradient(135deg, #c0392b 0%, #962d22 100%);
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(231, 76, 60, 0.4);
}

.car-action-btn.call-btn:hover .btn-arrow {
	animation: none;
	transform: translateX(8px);
}

/* Google Reviews Badge */
.car-reviews-actions {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 25px;
}

.google-reviews-badge {
	background: rgba(255, 255, 255, 0.98);
	border-radius: 16px;
	padding: 16px 24px;
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
}

.review-badge-content {
	display: flex;
	align-items: center;
	gap: 16px;
}

.google-logo-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.google-logo-icon svg {
	width: 28px;
	height: 28px;
}

.review-rating-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.rating-score-row {
	display: flex;
	align-items: center;
	gap: 10px;
}

.rating-score-row .rating-number {
	font-size: 1.8rem;
	font-weight: 800;
	color: #1a1a1a;
	line-height: 1;
}

.rating-stars {
	display: flex;
	gap: 2px;
}

.rating-stars .star {
	color: #ffc107;
	font-size: 1.1rem;
}

.review-count {
	font-size: 0.8rem;
	color: #666;
	font-weight: 500;
}

.review-link {
	background: #1a1a1a;
	color: #ffffff !important;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 0.85rem;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
}

.review-link:hover {
	background: #e74c3c;
	transform: scale(1.05);
}

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

/* Three Column Layout */
.car-details-three-col {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
	align-items: start;
}

/* Professional Specifications Card */
.specs-professional {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 24px;
	padding: 25px;
	backdrop-filter: blur(15px);
}

.specs-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.specs-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
	border-radius: 12px;
	color: #ffffff;
}

.specs-title-pro {
	color: #ffffff;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	font-size: 1.4rem;
	font-weight: 900;
	margin: 0;
	text-transform: none;
	letter-spacing: -0.5px;
	text-shadow: 0 0 15px rgba(231, 76, 60, 0.3);
}

.specs-grid-pro {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.spec-card {
	display: flex;
	align-items: center;
	gap: 12px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 12px;
	padding: 14px 12px;
	transition: all 0.3s ease;
}

.spec-card:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(231, 76, 60, 0.3);
	transform: translateY(-2px);
}

.spec-card.full-width {
	grid-column: span 2;
}

.spec-icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	color: rgba(255, 255, 255, 0.7);
	flex-shrink: 0;
	transition: all 0.3s ease;
}

.spec-card:hover .spec-icon-wrapper {
	background: rgba(231, 76, 60, 0.2);
	color: #e74c3c;
}

.spec-icon-wrapper.fuel {
	background: rgba(46, 204, 113, 0.15);
	color: #2ecc71;
}

.spec-card:hover .spec-icon-wrapper.fuel {
	background: rgba(46, 204, 113, 0.25);
}

.spec-details {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.spec-label-pro {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.7rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.spec-value-pro {
	color: #ffffff;
	font-size: 0.95rem;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Video Column */
.car-video-column {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/* Pricing Column (Right Side) */
.car-pricing-column {
	display: flex;
	flex-direction: column;
}

.vertical-video-wrapper {
	width: 100%;
	max-width: 100%;
}

.car-video-container {
	position: relative;
	width: 100%;
	aspect-ratio: 9/14;
	border-radius: 20px;
	overflow: visible;
	background: #000;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
	border: 2px solid rgba(255, 255, 255, 0.1);
}

.car-video-container video,
.car-video-container img,
.car-video-container .video-play-overlay,
.car-video-container .video-placeholder-empty {
	border-radius: 20px;
	overflow: hidden;
}

.car-video-thumbnail {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-play-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.4);
	gap: 15px;
}

.play-button {
	width: 80px;
	height: 80px;
	background: rgba(231, 76, 60, 0.9);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 8px 30px rgba(231, 76, 60, 0.4);
}

.play-button:hover {
	transform: scale(1.1);
	background: #e74c3c;
}

.play-button svg {
	margin-left: 5px;
}

.video-coming-soon {
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.video-placeholder-empty {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
}

.video-placeholder-empty span {
	color: #666;
	font-size: 0.9rem;
}

/* Video Overlay Info Boxes - Floating Card Design */
.video-overlay-info {
	position: absolute;
	background: linear-gradient(135deg, rgba(20, 20, 20, 0.95) 0%, rgba(30, 30, 30, 0.9) 100%);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-radius: 14px;
	padding: 14px 18px;
	z-index: 10;
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow:
		0 8px 32px rgba(0, 0, 0, 0.4),
		0 4px 16px rgba(0, 0, 0, 0.3),
		0 2px 8px rgba(0, 0, 0, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	transform: translateZ(0);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-overlay-info:hover {
	transform: translateY(-2px) translateZ(0);
	box-shadow:
		0 12px 40px rgba(0, 0, 0, 0.5),
		0 6px 20px rgba(0, 0, 0, 0.35),
		0 3px 10px rgba(0, 0, 0, 0.25),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.video-overlay-info.top-left {
	top: -22px;
	left: -28px;
	padding: 10px 16px;
	border-radius: 12px;
	background: linear-gradient(135deg, #1a1a1a 0%, #242424 100%);
	box-shadow:
		0 0 20px rgba(231, 76, 60, 0.4),
		0 0 40px rgba(231, 76, 60, 0.2),
		0 10px 35px rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(231, 76, 60, 0.3);
}

.video-overlay-info.top-left:hover {
	transform: translateY(-4px) translateZ(0);
	box-shadow:
		0 0 25px rgba(231, 76, 60, 0.6),
		0 0 50px rgba(231, 76, 60, 0.3),
		0 14px 45px rgba(0, 0, 0, 0.5);
	border-color: rgba(231, 76, 60, 0.5);
}

/* Price Tag Swing Animation */
@keyframes priceSwing {
	0%, 100% {
		transform: rotate(-3deg);
	}
	50% {
		transform: rotate(3deg);
	}
}

@keyframes priceGlow {
	0%, 100% {
		box-shadow:
			0 3px 15px rgba(0, 0, 0, 0.2),
			0 0 0 0 rgba(255, 255, 255, 0.7);
	}
	50% {
		box-shadow:
			0 5px 20px rgba(0, 0, 0, 0.25),
			0 0 25px 5px rgba(255, 255, 255, 0.6);
	}
}

/* Professional Price Tag Style */
.video-overlay-info.bottom-right {
	top: 55px;
	right: 15px;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0;
	border-radius: 4px;
	background: #ffffff;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
	border: none;
	overflow: visible;
	transform-origin: top center;
	animation: priceSwing 3s ease-in-out infinite, priceGlow 2s ease-in-out infinite;
	min-width: 80px;
}

/* Hanging hole effect */
.video-overlay-info.bottom-right::before {
	content: '';
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	background: linear-gradient(135deg, #444 0%, #222 100%);
	border-radius: 50%;
	border: 2px solid #ffffff;
	box-shadow:
		inset 0 1px 2px rgba(0, 0, 0, 0.5),
		0 1px 3px rgba(0, 0, 0, 0.3);
}

/* String/ribbon effect */
.video-overlay-info.bottom-right::after {
	content: '';
	position: absolute;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 15px;
	background: linear-gradient(to bottom, transparent, #888);
}

.video-overlay-info.bottom-right:hover {
	animation-play-state: paused;
	transform: rotate(0deg) translateY(-2px);
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

.video-overlay-info.bottom-right .overlay-rate-label {
	background: #e74c3c;
	color: #ffffff;
	padding: 7px 12px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	text-align: center;
	border-radius: 4px 4px 0 0;
}

.video-overlay-info.bottom-right .overlay-rate-price {
	background: #ffffff;
	color: #1a1a1a;
	padding: 8px 12px;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: -0.5px;
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.overlay-car-name {
	color: #ffffff;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: -1px;
	text-shadow: 0 0 10px rgba(231, 76, 60, 0.5);
	line-height: 1.1;
}

.overlay-rate-label {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.6rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.overlay-rate-price {
	color: #e74c3c;
	font-size: 1.1rem;
	font-weight: 800;
	letter-spacing: 0.5px;
	text-shadow: 0 0 20px rgba(231, 76, 60, 0.4);
}

/* Video Player Styles */
.car-vertical-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-controls {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.video-mute-btn {
	display: none !important;
}

.video-mute-btn:hover {
	background: rgba(231, 76, 60, 0.8);
	border-color: #e74c3c;
	transform: scale(1.1);
}

/* Horizontal Inquiry Form */
.car-inquiry-form-horizontal {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 20px;
	padding: 30px 40px;
	backdrop-filter: blur(15px);
}

.inquiry-header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 25px;
}

.inquiry-title {
	color: #ffffff;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	font-size: 1.4rem;
	font-weight: 900;
	margin: 0;
	text-transform: none;
	letter-spacing: -0.5px;
	text-shadow: 0 0 15px rgba(231, 76, 60, 0.3);
}

.inquiry-subtitle {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.95rem;
	margin: 0;
}

.inquiry-subtitle strong {
	color: #e74c3c;
}

.inquiry-form-row {
	display: flex;
	gap: 15px;
	align-items: center;
	flex-wrap: wrap;
}

.inquiry-field {
	flex: 1;
	min-width: 180px;
}

.inquiry-field input,
.inquiry-field select {
	width: 100%;
	padding: 16px 20px;
	background: rgba(255, 255, 255, 0.08);
	border: 2px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	color: #ffffff;
	font-size: 0.95rem;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.inquiry-field input::placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.inquiry-field input:focus,
.inquiry-field select:focus {
	outline: none;
	border-color: #e74c3c;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 0 0 4px rgba(231, 76, 60, 0.15);
}

.inquiry-field select {
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 15px center;
}

.inquiry-field select option {
	background: #2d2d2d;
	color: #ffffff;
}

.inquiry-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 35px;
	background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
	color: #ffffff;
	border: none;
	border-radius: 50px;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 8px 30px rgba(231, 76, 60, 0.4);
	white-space: nowrap;
}

.inquiry-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 40px rgba(231, 76, 60, 0.5);
}

.inquiry-btn svg {
	flex-shrink: 0;
}

.inquiry-btn .spin {
	animation: spin 1s linear infinite;
}

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

/* Form Messages */
.form-message {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 15px 20px;
	border-radius: 12px;
	margin-top: 15px;
	font-weight: 500;
}

.form-message.success-message {
	background: rgba(39, 174, 96, 0.15);
	border: 1px solid rgba(39, 174, 96, 0.3);
	color: #27ae60;
}

.form-message.error-message {
	background: rgba(231, 76, 60, 0.15);
	border: 1px solid rgba(231, 76, 60, 0.3);
	color: #e74c3c;
}

.form-message .message-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	font-weight: 700;
	flex-shrink: 0;
}

.success-message .message-icon {
	background: #27ae60;
	color: #fff;
}

.error-message .message-icon {
	background: #e74c3c;
	color: #fff;
}

/* Professional Pricing Section */
.pricing-professional {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 24px;
	padding: 30px;
	backdrop-filter: blur(15px);
}

.pricing-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
	border-radius: 12px;
	color: #ffffff;
}

.pricing-title-pro {
	color: #ffffff;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	font-size: 1.4rem;
	font-weight: 900;
	margin: 0;
	text-transform: none;
	letter-spacing: -0.5px;
	text-shadow: 0 0 15px rgba(231, 76, 60, 0.3);
}

.pricing-tiers-pro {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pricing-tier-card {
	display: flex;
	align-items: center;
	gap: 15px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	padding: 18px 20px;
	position: relative;
	transition: all 0.3s ease;
}

.pricing-tier-card:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.15);
	transform: translateX(5px);
}

.pricing-tier-card.featured {
	background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
	border-color: transparent;
	padding-top: 25px;
	margin-top: 10px;
}

.pricing-tier-card.featured:hover {
	transform: translateX(5px) scale(1.02);
	box-shadow: 0 10px 35px rgba(231, 76, 60, 0.4);
}

.featured-badge {
	position: absolute;
	top: -10px;
	left: 20px;
	background: #ffc107;
	color: #1a1a1a;
	font-size: 0.65rem;
	font-weight: 700;
	padding: 5px 12px;
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.tier-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	color: rgba(255, 255, 255, 0.7);
	flex-shrink: 0;
}

.pricing-tier-card.featured .tier-icon {
	background: rgba(255, 255, 255, 0.2);
	color: #ffffff;
}

.tier-content {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tier-label-pro {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.95rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.pricing-tier-card.featured .tier-label-pro {
	color: rgba(255, 255, 255, 0.95);
}

.tier-price-pro {
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 800;
	text-align: right;
}

.tier-price-pro .currency {
	font-size: 0.85rem;
	font-weight: 600;
	opacity: 0.8;
	margin-right: 3px;
}

.tier-price-pro.contact {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.6);
}

.pricing-footer {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pricing-note-pro {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.8rem;
	text-align: center;
	margin: 0;
}

/* Description Section */
.car-description-section {
	background: #f5f6f8;
}

.car-description-section .description-heading {
	text-align: center;
	margin-bottom: 30px !important;
}

/* Responsive Design for New Layout */
@media (max-width: 1200px) {
	.inquiry-form-row {
		flex-wrap: wrap;
	}

	.inquiry-field {
		min-width: 200px;
	}
}

@media (max-width: 1024px) {
	.car-details-three-col {
		grid-template-columns: 1fr 1fr;
		gap: 25px;
	}

	.car-video-column {
		grid-column: span 2;
		order: -1;
	}

	.car-pricing-column {
		grid-column: span 2;
	}

	.car-details-three-col {
		gap: 12px;
	}

	.car-hero-title {
		font-size: 2.8rem !important;
		margin-left: 0 !important;
	}

	.car-hero-title::after {
		width: 80px;
		height: 3px;
	}

	.pricing-professional {
		max-width: 100%;
	}

	.google-reviews-badge {
		padding: 6px 15px 6px 10px;
	}

	.review-badge-content {
		gap: 10px;
	}

	.rating-score-row .rating-number {
		font-size: 1.2rem;
	}

	.review-link {
		padding: 6px 12px;
		font-size: 0.7rem;
	}

	.inquiry-header {
		flex-direction: column;
		text-align: center;
	}

	.inquiry-form-row {
		justify-content: center;
	}

	.inquiry-btn {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.eurodrive-car-hero {
		padding-top: 0 !important;
		padding-bottom: 25px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.eurodrive-car-hero > .wp-block-group {
		padding: 0 !important;
		margin: 0 !important;
	}

	.car-hero-header {
		text-align: left;
		margin-bottom: 10px !important;
		padding: 5px 15px !important;
	}

	.car-description-section {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.car-details-grid {
		margin-top: 25px !important;
	}

	.car-details-three-col {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.car-video-column,
	.car-pricing-column {
		grid-column: span 1;
	}

	.car-video-column {
		padding: 25px 35px;
	}

	.car-inquiry-section {
		margin-top: 20px !important;
	}

	.car-hero-title {
		font-size: 3rem !important;
		letter-spacing: -1px;
		padding-bottom: 12px;
		margin-left: 0 !important;
	}

	.car-hero-title::after {
		width: 100px;
		height: 4px;
		bottom: 0;
	}

	.car-action-buttons {
		gap: 10px;
	}

	.car-action-btn {
		padding: 12px 18px;
		gap: 10px;
	}

	.car-action-btn .btn-icon {
		width: 24px;
		height: 24px;
	}

	.car-action-btn .btn-main {
		font-size: 0.9rem;
	}

	.car-action-btn .btn-sub {
		font-size: 0.7rem;
	}

	.car-action-btn .btn-arrow {
		width: 18px;
		height: 18px;
	}

	.car-category-tag {
		padding: 8px 14px;
		font-size: 0.85rem;
		margin-left: 15px;
	}

	.car-category-tag::before {
		width: 12px;
		height: 12px;
	}

	.car-inquiry-form-horizontal {
		padding: 18px 15px;
	}

	.car-reviews-actions {
		flex-direction: column;
		align-items: center !important;
		justify-content: center !important;
		gap: 10px;
		width: 100%;
		margin-top: 0 !important;
	}

	.google-reviews-badge {
		width: auto;
		max-width: calc(100% - 30px);
		border-radius: 16px;
		padding: 10px 12px;
	}

	.action-buttons-row {
		display: flex;
		flex-direction: row;
		gap: 10px;
		justify-content: center;
		width: 100%;
		margin-top: 12px !important;
	}

	.action-buttons-row .car-action-btn {
		flex: 1;
		padding: 12px 16px;
		border-radius: 50px;
		justify-content: center;
		align-items: center;
	}

	.action-buttons-row .car-action-btn .btn-icon {
		width: 22px;
		height: 22px;
	}

	.action-buttons-row .car-action-btn .btn-text {
		display: flex;
		flex-direction: column;
		gap: 1px;
	}

	.action-buttons-row .car-action-btn .btn-main {
		font-size: 0.85rem;
	}

	.action-buttons-row .car-action-btn .btn-sub {
		font-size: 0.6rem;
	}

	.action-buttons-row .car-action-btn .btn-arrow {
		width: 16px;
		height: 16px;
		margin-left: 4px;
	}

	.review-badge-content {
		width: 100%;
		justify-content: space-between;
	}

	.inquiry-field {
		flex: 1 1 100%;
		min-width: 100%;
	}

	.inquiry-btn {
		margin-top: 10px;
	}

	.pricing-professional {
		max-width: 100%;
	}

	.tier-price-pro {
		font-size: 1.2rem;
	}
}

@media (max-width: 480px) {
	.eurodrive-car-hero {
		padding-top: 0 !important;
		padding-bottom: 20px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.car-hero-header {
		margin-bottom: 8px !important;
		padding: 3px 15px !important;
	}

	.car-description-section {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	.car-details-grid {
		margin-top: 18px !important;
	}

	.car-details-three-col {
		gap: 12px;
	}

	.car-video-column {
		padding: 22px 28px;
	}

	.car-inquiry-section {
		margin-top: 15px !important;
	}

	.car-inquiry-form-horizontal {
		padding: 15px 12px;
	}

	.car-reviews-actions {
		gap: 8px;
	}

	.car-hero-title {
		font-size: 2.2rem !important;
		letter-spacing: -1px;
		padding-bottom: 10px;
		margin-left: 0 !important;
		text-shadow:
			0 0 40px rgba(231, 76, 60, 0.5),
			0 0 80px rgba(231, 76, 60, 0.25),
			0 4px 20px rgba(0, 0, 0, 0.5);
	}

	.car-hero-title::after {
		width: 80px;
		height: 4px;
		bottom: 0;
		left: 0;
	}

	.car-category-tag {
		font-size: 0.8rem;
		padding: 6px 12px;
		margin-left: 0;
	}

	.car-category-tag::before {
		width: 10px;
		height: 10px;
	}

	.car-action-btn {
		padding: 10px 14px;
		gap: 8px;
	}

	.car-action-btn .btn-icon {
		width: 20px;
		height: 20px;
	}

	.car-action-btn .btn-main {
		font-size: 0.85rem;
	}

	.car-action-btn .btn-sub {
		font-size: 0.65rem;
	}

	.car-action-btn .btn-arrow {
		width: 16px;
		height: 16px;
		margin-left: 4px;
	}

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

	.google-reviews-badge {
		max-width: 100%;
		padding: 12px 16px;
	}

	.google-logo-icon {
		width: 40px;
		height: 40px;
	}

	.google-logo-icon svg {
		width: 22px;
		height: 22px;
	}

	.rating-score-row .rating-number {
		font-size: 1.4rem;
	}

	.rating-stars .star {
		font-size: 0.9rem;
	}

	.review-count {
		font-size: 0.7rem;
	}

	.review-link {
		padding: 8px 14px;
		font-size: 0.75rem;
	}

	.inquiry-field input,
	.inquiry-field select {
		padding: 14px 16px;
	}

	.inquiry-btn {
		padding: 14px 25px;
		font-size: 0.9rem;
	}

	.pricing-tier-card {
		padding: 15px;
	}

	.tier-icon {
		width: 35px;
		height: 35px;
	}

	.tier-price-pro {
		font-size: 1.1rem;
	}

	/* Specs responsive */
	.specs-professional {
		padding: 15px 12px;
	}

	.specs-grid-pro {
		grid-template-columns: repeat(2, 1fr);
		gap: 6px;
	}

	.spec-card.full-width {
		grid-column: span 2;
	}

	.spec-card {
		padding: 8px;
		gap: 8px;
		border-radius: 8px;
	}

	.spec-icon-wrapper {
		width: 28px;
		height: 28px;
		border-radius: 6px;
	}

	.spec-icon-wrapper svg {
		width: 14px;
		height: 14px;
	}

	.spec-label-pro {
		font-size: 0.55rem;
	}

	.spec-value-pro {
		font-size: 0.75rem;
	}

	.specs-header {
		flex-direction: row;
		gap: 8px;
		margin-bottom: 12px;
	}

	.specs-icon {
		width: 28px;
		height: 28px;
	}

	.specs-icon svg {
		width: 16px;
		height: 16px;
	}

	.specs-title-pro {
		font-size: 1rem;
	}
}

/* ===================================
   CAR CATALOG / CATEGORY ARCHIVE PAGE
   =================================== */

/* Hero Section */
.car-catalog-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    padding: 50px 20px 35px 20px;
    margin-top: 50px !important;
    text-align: left;
    position: relative;
    overflow: visible;
}

.car-catalog-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(231, 76, 60, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.catalog-hero-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    text-align: left;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.catalog-hero-left {
    flex: 1;
}

.catalog-hero-right {
    flex-shrink: 0;
    padding-top: 10px;
}

/* Explore Brands Dropdown */
.explore-brands-dropdown {
    position: relative;
}

.explore-brands-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.explore-brands-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(231, 76, 60, 0.5);
}

.explore-brands-btn .dropdown-arrow {
    transition: transform 0.3s ease;
}

.explore-brands-dropdown:hover .explore-brands-btn .dropdown-arrow,
.explore-brands-dropdown.active .explore-brands-btn .dropdown-arrow {
    transform: rotate(180deg);
}

.explore-brands-list {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 8px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    min-width: 220px;
    max-height: 300px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 9999;
}

.explore-brands-dropdown:hover .explore-brands-list,
.explore-brands-dropdown.active .explore-brands-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.explore-brands-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
}

.explore-brands-list a:last-child {
    border-bottom: none;
}

.explore-brands-list a:hover {
    background: #f8f8f8;
    color: #e74c3c;
}

.explore-brands-list a.active {
    background: rgba(231, 76, 60, 0.1);
    color: #e74c3c;
}

.explore-brands-list .brand-count {
    margin-left: auto;
    background: #f0f0f0;
    color: #666;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 0.75rem;
}

.catalog-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(231, 76, 60, 0.15);
    border: 1px solid rgba(231, 76, 60, 0.4);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.catalog-breadcrumb::before {
    content: '';
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23e74c3c' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'/%3E%3Cpolyline points='22 4 12 14.01 9 11.01'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.catalog-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.catalog-breadcrumb a:hover {
    color: #e74c3c;
}

.catalog-breadcrumb .breadcrumb-separator {
    color: #999;
}

.catalog-breadcrumb .current {
    color: #ffffff;
}

.catalog-title {
    color: #ffffff;
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: -2px;
    margin: 0;
    line-height: 1.1;
    text-shadow:
        0 0 60px rgba(231, 76, 60, 0.6),
        0 0 120px rgba(231, 76, 60, 0.3),
        0 6px 30px rgba(0, 0, 0, 0.6);
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 15px;
}

.catalog-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #e74c3c 0%, #c0392b 50%, transparent 100%);
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(231, 76, 60, 0.5);
}

.catalog-description {
    color: #b0b0b0;
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0 0 25px 0;
}

.catalog-stats {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.catalog-stats .stat-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.98);
    padding: 8px 14px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.catalog-stats .stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(231, 76, 60, 0.1);
    border-radius: 8px;
    color: #e74c3c;
}

.catalog-stats .stat-icon svg {
    width: 18px;
    height: 18px;
}

.catalog-stats .stat-number {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
}

.catalog-stats .stat-label {
    font-size: 0.8rem;
    color: #666;
    font-weight: 500;
}

/* Car Catalog Section */
.car-catalog-section {
    background: #f5f6f8;
    padding: 50px 20px 80px;
}

.car-catalog-container {
    max-width: 1400px;
    margin: 0 auto;
}

/* Car Grid */
.car-catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
}

/* Car Card - Professional Design */
.car-catalog-card {
    background: linear-gradient(145deg, #1e1e1e 0%, #2a2a2a 50%, #1e1e1e 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.car-catalog-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35), 0 0 30px rgba(231, 76, 60, 0.15);
    border-color: rgba(231, 76, 60, 0.3);
}

.car-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Card Media (Video/Image) */
.car-card-media {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: linear-gradient(135deg, #0d0d0d 0%, #1a1a1a 100%);
}

.car-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.car-card-media .car-card-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.car-catalog-card:hover .car-card-media img,
.car-catalog-card:hover .car-card-media .car-card-video {
    transform: scale(1.05);
}

.car-card-media .no-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
    color: #666;
}

.car-type-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.4);
}

/* Card Content */
.car-card-content {
    padding: 22px;
    background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, rgba(20, 20, 20, 0.5) 100%);
}

.car-card-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 15px 0;
    line-height: 1.3;
    letter-spacing: -0.3px;
}

/* Card Specs */
.car-card-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.car-card-specs .spec-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 7px 12px;
    border-radius: 20px;
    backdrop-filter: blur(5px);
}

.car-card-specs .spec-item svg {
    color: #e74c3c;
    width: 13px;
    height: 13px;
}

/* Card Pricing */
.car-card-pricing {
    display: flex;
    align-items: stretch;
    gap: 8px;
    margin-bottom: 18px;
}

.car-card-pricing .price-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 12px 8px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.car-card-pricing .price-item:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
    border-color: rgba(255, 255, 255, 0.15);
}

.car-card-pricing .price-item.daily {
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.2) 0%, rgba(231, 76, 60, 0.08) 100%);
    border-color: rgba(231, 76, 60, 0.3);
}

.car-card-pricing .price-label {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: 600;
}

.car-card-pricing .price-amount {
    font-size: 0.9rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
}

.car-card-pricing .price-item.daily .price-amount {
    color: #e74c3c;
    text-shadow: 0 0 20px rgba(231, 76, 60, 0.3);
}

/* Card Actions */
.car-card-actions {
    margin-top: 5px;
}

.view-details-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #fff;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

.car-catalog-card:hover .view-details-btn {
    background: linear-gradient(135deg, #ff5a4a 0%, #e74c3c 100%);
    box-shadow: 0 6px 25px rgba(231, 76, 60, 0.45);
    transform: translateY(-2px);
}

.view-details-btn svg {
    transition: transform 0.3s ease;
}

.car-catalog-card:hover .view-details-btn svg {
    transform: translateX(5px);
}

/* No Cars Found */
.no-cars-found {
    text-align: center;
    padding: 80px 20px;
    color: #666;
}

.no-cars-found svg {
    color: #ddd;
    margin-bottom: 20px;
}

.no-cars-found h3 {
    font-size: 1.5rem;
    color: #333;
    margin: 0 0 10px 0;
}

.no-cars-found p {
    color: #888;
    margin: 0 0 25px 0;
}

.back-home-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e74c3c;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.back-home-btn:hover {
    background: #c0392b;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .catalog-title {
        font-size: 3rem;
        letter-spacing: -1px;
        padding-bottom: 12px;
    }

    .catalog-title::after {
        width: 100px;
        height: 4px;
    }

    .catalog-breadcrumb {
        padding: 8px 14px;
        font-size: 0.85rem;
    }

    .catalog-breadcrumb::before {
        width: 12px;
        height: 12px;
    }

    .catalog-stats .stat-number {
        font-size: 1.1rem;
    }

    .catalog-stats .stat-icon {
        width: 28px;
        height: 28px;
    }

    .car-catalog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .car-card-media {
        height: 280px;
    }

    .catalog-hero-content {
        padding: 0 !important;
        flex-direction: column;
        gap: 15px;
    }

    .catalog-hero-right {
        padding-top: 0;
    }

    .explore-brands-btn {
        padding: 10px 16px;
        font-size: 0.85rem;
    }

    .car-catalog-section {
        padding: 30px 15px 60px;
    }
}

@media (max-width: 480px) {
    .catalog-title {
        font-size: 2.2rem;
        letter-spacing: -1px;
        padding-bottom: 10px;
        text-shadow:
            0 0 40px rgba(231, 76, 60, 0.5),
            0 0 80px rgba(231, 76, 60, 0.25),
            0 4px 20px rgba(0, 0, 0, 0.5);
    }

    .catalog-title::after {
        width: 80px;
        height: 4px;
    }

    .catalog-breadcrumb {
        font-size: 0.8rem;
        padding: 6px 12px;
    }

    .catalog-breadcrumb::before {
        width: 10px;
        height: 10px;
    }

    .catalog-stats .stat-item {
        padding: 6px 12px;
        gap: 8px;
    }

    .catalog-stats .stat-number {
        font-size: 1rem;
    }

    .catalog-stats .stat-icon {
        width: 26px;
        height: 26px;
    }

    .catalog-stats .stat-label {
        font-size: 0.7rem;
    }

    .car-card-pricing {
        gap: 5px;
    }

    .car-card-pricing .price-item {
        padding: 10px 6px;
    }

    .car-card-pricing .price-label {
        font-size: 0.6rem;
        letter-spacing: 0.5px;
    }

    .car-card-pricing .price-amount {
        font-size: 0.8rem;
    }

    .car-card-specs .spec-item {
        padding: 5px 10px;
        font-size: 0.7rem;
    }

    .view-details-btn {
        padding: 12px 20px;
        font-size: 0.85rem;
    }
}
