/*	
	Theme Name: Motors - Child Theme
	Theme URI: http://motors.stylemixthemes.com/
	Author: StylemixThemes
	Author URI: http://stylemixthemes.com/
	Description: Motors Child theme
	Version: 4.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blue, red, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: motors-child
    Template: motors

    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ==========================================================================
   NEO Van Rentals — Homepage visual polish (page 721 only)
   Source of truth: this file. Override only — no structure changes.
   ========================================================================== */

:root {
	/* NEO brand design tokens — promoted to :root (June 11) so sitewide
	   components (footer, brandbar) can resolve var(--neo-*) on EVERY page,
	   not only the homepage. Values unchanged. */
	--neo-accent: #c9a227;
	--neo-dark: #171717;
	--neo-dark-deep: #232628;
	--neo-header: #ffffff;
	--neo-surface: #ffffff;
	--neo-muted: #ffffff;
	--neo-text: #171717;
	--neo-text-soft: #6b7280;
	--neo-border: rgba(0, 0, 0, 0.08);
	--neo-radius-sm: 6px;
	--neo-radius-md: 10px;
	--neo-radius-lg: 12px;
	--neo-radius-pill: 999px;
	--neo-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06);
	--neo-shadow-md: 0 8px 30px rgba(0, 0, 0, 0.1);
	--neo-shadow-lg: 0 24px 48px rgba(0, 0, 0, 0.14);
	--neo-ease: cubic-bezier(0.25, 0.1, 0.25, 1);
	--neo-nav-size: 13px;
	--neo-nav-link-y: 12px;
	--neo-nav-link-x: 18px;
	--neo-nav-item-gap: 10px;
	--neo-nav-cta-gap: 28px;
	--neo-hero-min: clamp(520px, 72vh, 760px);

	/* NEO logo blue — fleet, services, CTAs */
	--neo-blue-1: #15294f;
	--neo-blue-2: #234b8f;
	--neo-blue-3: #2f5fb0;
	--neo-blue-tile: linear-gradient(135deg, #234b8f 0%, #15294f 100%);
	
	/* Typography overrides */
	--neo-font-heading: 'Montserrat', sans-serif;
	--neo-font-body: 'Open Sans', sans-serif;
}

/* ==========================================================================
   NEO Site Canvas — clean white sitewide (June 12)
   Replaces Motors / wpcfto default gray (#eee) page background everywhere.
   Dark hero, location band, footer, brandbar, and top bar stay as designed.
   ========================================================================== */

html body,
html body #wrapper,
html body #main {
	background-color: #ffffff !important;
	background: #ffffff !important;
}

/* Elementor page shells — white canvas (exclude image-backed title headers) */
html body #main .elementor-section.elementor-top-section:not(.elementor-element-9a0df26):not(.elementor-element-fcbc33e) {
	background-color: #ffffff !important;
}

html body .entry-header.small_title_box {
	/* Keep photo-backed page title bands — only reset flat fill underneath */
	background-color: transparent;
}

/* --------------------------------------------------------------------------
   Top bar
   -------------------------------------------------------------------------- */

body #top-bar {
	background: #000000 !important;
	border-bottom: 1px solid rgba(201, 162, 39, 0.35);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	padding: 9px 0;
}

body #top-bar .top-bar-info li,
body #top-bar .top-bar-info li a,
body #top-bar .header-top-bar-socs a,
body #top-bar .menu-login-register-button a,
body #top-bar .neo-topbar-dealer-link__a {
	font-family: var(--neo-font-heading) !important;
	font-size: 11px !important;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72) !important;
	transition: color 0.2s var(--neo-ease);
}

/* Gold icons in the top bar (phone, hours, login, socials) */
body #top-bar .top-bar-info li i,
body #top-bar .menu-login-register-button a i,
body #top-bar .header-top-bar-socs a i {
	color: var(--neo-accent) !important;
	margin-right: 6px;
	font-size: 12px;
}

body #top-bar .top-bar-info li a:hover,
body #top-bar .header-top-bar-socs a:hover,
body #top-bar .menu-login-register-button a:hover,
body #top-bar .neo-topbar-dealer-link__a:hover {
	color: var(--neo-accent) !important;
	opacity: 1;
}

body #top-bar .neo-topbar-actions {
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	margin: 2px 0 2px 16px;
	padding: 7px 16px;
	border: 1px solid rgba(201, 162, 39, 0.5);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body #top-bar .neo-topbar-actions .menu-login-register-button {
	float: none !important;
	margin: 0 !important;
}

body #top-bar .neo-topbar-actions .menu-login-register-button a {
	padding: 0 !important;
}

body #top-bar .neo-topbar-actions__divider {
	flex: 0 0 auto;
	width: 1px;
	height: 14px;
	margin: 0 16px;
	background: rgba(255, 255, 255, 0.28);
}

body #top-bar .neo-topbar-dealer-link {
	margin: 0 !important;
	float: none !important;
}

body #top-bar .neo-topbar-dealer-link__a {
	font-family: var(--neo-font-heading) !important;
	font-size: 11px !important;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.88) !important;
	text-decoration: none;
	transition: color 0.2s var(--neo-ease);
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

body #top-bar .neo-topbar-dealer-link__chev {
	color: var(--neo-accent) !important;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0;
}

body #top-bar .neo-topbar-dealer-link__a.is-active {
	color: var(--neo-accent) !important;
}

@media (max-width: 640px) {
	body #top-bar .neo-topbar-actions {
		margin-left: 8px;
		padding: 6px 10px;
	}

	body #top-bar .neo-topbar-actions__divider {
		margin: 0 10px;
	}

	body #top-bar .neo-topbar-dealer-link__a,
	body #top-bar .neo-topbar-actions .menu-login-register-button a {
		font-size: 10px !important;
		letter-spacing: 0.08em;
	}
}

/* --------------------------------------------------------------------------
   Main navigation
   -------------------------------------------------------------------------- */

#header .header-rental.header-main.header-listing,
body .header-rental.header-main.header-listing {
	/* Solid premium white — beats wpcfto-generate.css #header .header-main gray !important */
	background: #ffffff !important;
	background-color: #ffffff !important;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), 0 10px 28px rgba(0, 0, 0, 0.05) !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

body .header-rental .header-inner-content {
	padding-top: 12px;
	padding-bottom: 12px;
}

@media (min-width: 1025px) {
	body .header-rental .header-inner-content {
		padding-top: 14px;
		padding-bottom: 14px;
		padding-left: 0;
		padding-right: 0;
	}
}

/* Desktop menu list (real class on this site is .listing-menu).
   Scoped to desktop so we never override the theme's mobile display:none
   (which would force the inline menu to show on top of the hamburger). */
@media (min-width: 1025px) {
	body .listing-service-right .listing-menu {
		display: flex !important;
		align-items: center;
		flex-wrap: nowrap;
		gap: var(--neo-nav-item-gap);
	}
}

/* Beat Motors car_rental header borders — use gap instead of stacked pipe dividers */
#header .header-rental.header-listing .listing-service-right .listing-menu > li,
body .listing-service-right .listing-menu > li:not(.menu-item-724) {
	border: none !important;
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom: none !important;
	float: none !important;
	flex: 0 0 auto;
	padding: 0 !important;
	margin: 0 !important;
}

#header .header-rental.header-listing .listing-service-right .listing-menu > li.menu-item-724,
body .listing-service-right .listing-menu > li.menu-item-724 {
	border: none !important;
	float: none !important;
	flex: 0 0 auto;
	padding: 0 !important;
	margin: 0 0 0 var(--neo-nav-cta-gap) !important;
}

@media (min-width: 1025px) {
	body #wrapper #header .listing-service-right .listing-menu > li:not(.menu-item-724) {
		min-width: 0 !important;
		width: auto !important;
	}
}

body .listing-service-right .listing-menu > li > a {
	font-family: var(--neo-font-heading);
	font-size: var(--neo-nav-size);
	font-weight: 600;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	padding: var(--neo-nav-link-y) var(--neo-nav-link-x);
	color: var(--neo-text) !important;
	background: transparent !important;
	border-radius: 0;
	position: relative;
	transition: color 0.25s var(--neo-ease);
	white-space: nowrap;
	line-height: 1.25;
	display: inline-block;
}

/* Elegant gold underline that slides in from the centre */
body .listing-service-right .listing-menu > li > a::after {
	display: block;
	content: "";
	position: absolute;
	left: var(--neo-nav-link-x);
	right: var(--neo-nav-link-x);
	bottom: 4px;
	height: 2px;
	background: var(--neo-accent);
	border-radius: 2px;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.3s var(--neo-ease);
}

body .listing-service-right .listing-menu > li > a:hover {
	color: var(--neo-accent) !important;
	background: transparent !important;
	opacity: 1;
}

body .listing-service-right .listing-menu > li > a:hover::after,
body .listing-service-right .listing-menu > li.current-menu-item > a::after,
body .listing-service-right .listing-menu > li.current_page_item > a::after {
	transform: scaleX(1);
}

body .listing-service-right .listing-menu > li.current-menu-item > a,
body .listing-service-right .listing-menu > li.current_page_item > a {
	color: var(--neo-accent) !important;
	background: transparent !important;
	box-shadow: none;
	opacity: 1;
}

/* Kill the theme's grey hover/current highlight box on the list items
   (the gold underline is our only indicator) — CTA is excluded below.
   wpcfto-generate.css sets li:hover to gray !important — beat with #header scope. */
#header .header-rental.header-listing .listing-service-right .listing-menu > li:hover,
#header .header-rental.header-listing .listing-service-right .listing-menu > li.current-menu-item,
#header .header-rental.header-listing .listing-service-right .listing-menu > li.current_page_item,
body .listing-service-right .listing-menu > li:not(.menu-item-724),
body .listing-service-right .listing-menu > li:not(.menu-item-724):hover,
body .listing-service-right .listing-menu > li:not(.menu-item-724).current-menu-item,
body .listing-service-right .listing-menu > li:not(.menu-item-724).current_page_item,
body .listing-service-right .listing-menu > li:not(.menu-item-724) > a:hover,
body .listing-service-right .listing-menu > li:not(.menu-item-724) > a:focus {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

/* --------------------------------------------------------------------------
   "Contacts" promoted to a gold CTA button (desktop menu only)
   -------------------------------------------------------------------------- */

#header .header-rental.header-listing .listing-service-right .listing-menu > li.menu-item-724,
body .listing-service-right .listing-menu > li.menu-item-724 {
	flex-shrink: 0;
	min-width: 0 !important;
	width: auto !important;
}

/* Clear the theme's grey highlight on the CTA list item (keep the gold pill on the link) */
body .listing-service-right .listing-menu > li.menu-item-724,
body .listing-service-right .listing-menu > li.menu-item-724:hover,
body .listing-service-right .listing-menu > li.menu-item-724.current-menu-item,
body .listing-service-right .listing-menu > li.menu-item-724.current_page_item {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

body .listing-service-right .listing-menu > li.menu-item-724 > a {
	color: #1a1a1a !important;
	background: var(--neo-accent) !important;
	border-radius: var(--neo-radius-pill);
	padding: var(--neo-nav-link-y) 24px !important;
	margin-left: 0;
	box-shadow: 0 6px 16px rgba(201, 162, 39, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.25);
	transition: color 0.25s var(--neo-ease), background-color 0.25s var(--neo-ease),
		transform 0.25s var(--neo-ease), box-shadow 0.25s var(--neo-ease);
}

/* No underline on the CTA */
body .listing-service-right .listing-menu > li.menu-item-724 > a::after {
	display: none;
}

body .listing-service-right .listing-menu > li.menu-item-724 > a:hover {
	color: #1a1a1a !important;
	background: #d8b13a !important;
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(201, 162, 39, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* --------------------------------------------------------------------------
   Grouped nav dropdowns — About / Services / Sales (desktop)
   -------------------------------------------------------------------------- */

@media (min-width: 1025px) {
	#header .header-rental.header-main.header-listing,
	body .header-rental .header-inner-content,
	body .listing-service-right {
		overflow: visible !important;
	}

	body .listing-service-right .listing-menu > li.menu-item-has-children {
		position: relative;
	}

	/* Parent link — label + modern chevron badge */
	body .listing-service-right .listing-menu > li.menu-item-has-children > a {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		gap: 8px;
		padding: var(--neo-nav-link-y) var(--neo-nav-link-x) !important;
		border-radius: 10px;
		transition: color 0.25s var(--neo-ease), background-color 0.25s var(--neo-ease);
	}

	body .listing-service-right .listing-menu > li.menu-item-has-children > a::after {
		content: "▾";
		position: static;
		left: auto;
		right: auto;
		bottom: auto;
		top: auto;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 18px;
		width: 18px;
		height: 18px;
		margin: 0;
		padding: 0;
		border: none;
		border-radius: 999px;
		background-color: rgba(17, 24, 39, 0.07);
		font-size: 11px;
		line-height: 1;
		font-weight: 700;
		color: inherit;
		opacity: 0.9;
		transform: rotate(0deg);
		transition: transform 0.28s var(--neo-ease), background-color 0.25s var(--neo-ease), opacity 0.25s;
	}

	body.neo-nav-over-hero .listing-service-right .listing-menu > li.menu-item-has-children > a::after {
		background-color: rgba(255, 255, 255, 0.14);
	}

	body .listing-service-right .listing-menu > li.menu-item-has-children:hover > a,
	body .listing-service-right .listing-menu > li.menu-item-has-children:focus-within > a {
		background: rgba(17, 24, 39, 0.05) !important;
	}

	body.neo-nav-over-hero .listing-service-right .listing-menu > li.menu-item-has-children:hover > a,
	body.neo-nav-over-hero .listing-service-right .listing-menu > li.menu-item-has-children:focus-within > a {
		background: rgba(255, 255, 255, 0.1) !important;
	}

	body .listing-service-right .listing-menu > li.menu-item-has-children:hover > a::after,
	body .listing-service-right .listing-menu > li.menu-item-has-children:focus-within > a::after,
	body .listing-service-right .listing-menu > li.menu-item-has-children.current-menu-ancestor > a::after,
	body .listing-service-right .listing-menu > li.menu-item-has-children.current-menu-parent > a::after {
		transform: rotate(180deg);
		background-color: rgba(201, 162, 39, 0.18);
	}

	body.neo-nav-over-hero .listing-service-right .listing-menu > li.menu-item-has-children:hover > a::after,
	body.neo-nav-over-hero .listing-service-right .listing-menu > li.menu-item-has-children:focus-within > a::after {
		background-color: rgba(255, 255, 255, 0.22);
	}

	body .listing-service-right .listing-menu > li.menu-item-has-children.current-menu-ancestor > a,
	body .listing-service-right .listing-menu > li.menu-item-has-children.current-menu-parent > a {
		color: var(--neo-accent) !important;
	}

	/* Dropdown panel — left-aligned, card style */
	body .listing-service-right .listing-menu > li > ul.sub-menu {
		position: absolute;
		top: calc(100% + 8px);
		left: 0;
		right: auto;
		min-width: 232px;
		margin: 0;
		padding: 8px;
		list-style: none;
		background: #ffffff;
		border: 1px solid rgba(17, 24, 39, 0.07);
		border-radius: 12px;
		box-shadow:
			0 18px 44px rgba(15, 23, 42, 0.14),
			0 2px 8px rgba(15, 23, 42, 0.06);
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.22s var(--neo-ease), visibility 0.22s var(--neo-ease), transform 0.22s var(--neo-ease);
		transform: translateY(8px);
		z-index: 120;
	}

	body .listing-service-right .listing-menu > li > ul.sub-menu::before {
		content: "";
		position: absolute;
		top: 0;
		left: 16px;
		right: 16px;
		height: 3px;
		border-radius: 0 0 4px 4px;
		background: linear-gradient(90deg, var(--neo-accent) 0%, rgba(201, 162, 39, 0.35) 100%);
		opacity: 0.85;
	}

	body .listing-service-right .listing-menu > li:hover > ul.sub-menu,
	body .listing-service-right .listing-menu > li:focus-within > ul.sub-menu {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	body .listing-service-right .listing-menu .sub-menu > li {
		margin: 0 !important;
		padding: 0 !important;
		float: none !important;
		display: block !important;
		width: 100% !important;
		min-width: 0 !important;
	}

	body .listing-service-right .listing-menu .sub-menu > li + li {
		margin-top: 2px !important;
	}

	body .listing-service-right .listing-menu .sub-menu > li > a {
		display: block;
		padding: 11px 14px !important;
		font-size: 11.5px !important;
		font-weight: 600;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		color: #4b5563 !important;
		-webkit-text-fill-color: #4b5563 !important;
		text-shadow: none !important;
		background: transparent !important;
		white-space: nowrap;
		line-height: 1.35;
		border-radius: 8px;
		transition: color 0.2s var(--neo-ease), background-color 0.2s var(--neo-ease);
	}

	body .listing-service-right .listing-menu .sub-menu > li > a::after {
		display: none !important;
	}

	body .listing-service-right .listing-menu .sub-menu > li > a:hover,
	body .listing-service-right .listing-menu .sub-menu > li.current-menu-item > a,
	body .listing-service-right .listing-menu .sub-menu > li.current_page_item > a {
		color: var(--neo-accent) !important;
		-webkit-text-fill-color: var(--neo-accent) !important;
		background: rgba(201, 162, 39, 0.1) !important;
	}

	body .listing-service-right .listing-menu > li:not(.menu-item-724):not(.menu-item-has-children) > a {
		padding: var(--neo-nav-link-y) var(--neo-nav-link-x);
	}
}

/* Hero pages — grouped parent active state stays readable over photo */
@media (min-width: 901px) {
	body.neo-nav-over-hero .listing-service-right .listing-menu > li.menu-item-has-children.current-menu-ancestor > a,
	body.neo-nav-over-hero .listing-service-right .listing-menu > li.menu-item-has-children.current-menu-parent > a {
		color: var(--neo-accent) !important;
		-webkit-text-fill-color: var(--neo-accent) !important;
	}
}

/* Sales / vehicles-for-sale / Financing — solid white header needs dark nav text */
@media (min-width: 901px) {
	body.page-template-page-vehicles-for-sale #wrapper #header .listing-service-right .listing-menu > li:not(.menu-item-724) > a,
	body.page-template-page-vehicles-for-sale #wrapper #header .header-listing .listing-service-right .listing-menu > li:not(.menu-item-724) > a,
	body.page-template-page-vehicle-for-sale #wrapper #header .listing-service-right .listing-menu > li:not(.menu-item-724) > a,
	body.page-template-page-vehicle-for-sale #wrapper #header .header-listing .listing-service-right .listing-menu > li:not(.menu-item-724) > a,
	body.page-template-page-financing #wrapper #header .listing-service-right .listing-menu > li:not(.menu-item-724) > a,
	body.page-template-page-financing #wrapper #header .header-listing .listing-service-right .listing-menu > li:not(.menu-item-724) > a {
		color: #1a1a1a !important;
		-webkit-text-fill-color: #1a1a1a !important;
		text-shadow: none !important;
	}

	body.page-template-page-vehicles-for-sale #wrapper #header .listing-service-right .listing-menu > li:not(.menu-item-724) > a:hover,
	body.page-template-page-vehicles-for-sale #wrapper #header .header-listing .listing-service-right .listing-menu > li:not(.menu-item-724) > a:hover,
	body.page-template-page-vehicle-for-sale #wrapper #header .listing-service-right .listing-menu > li:not(.menu-item-724) > a:hover,
	body.page-template-page-vehicle-for-sale #wrapper #header .header-listing .listing-service-right .listing-menu > li:not(.menu-item-724) > a:hover,
	body.page-template-page-financing #wrapper #header .listing-service-right .listing-menu > li:not(.menu-item-724) > a:hover,
	body.page-template-page-financing #wrapper #header .header-listing .listing-service-right .listing-menu > li:not(.menu-item-724) > a:hover {
		color: var(--neo-accent) !important;
		-webkit-text-fill-color: var(--neo-accent) !important;
	}

	body.page-template-page-vehicles-for-sale #wrapper #header .listing-service-right .listing-menu > li:not(.menu-item-724).current-menu-item > a,
	body.page-template-page-vehicles-for-sale #wrapper #header .listing-service-right .listing-menu > li:not(.menu-item-724).current_page_item > a,
	body.page-template-page-vehicles-for-sale #wrapper #header .listing-service-right .listing-menu > li.menu-item-has-children.current-menu-ancestor > a,
	body.page-template-page-vehicles-for-sale #wrapper #header .listing-service-right .listing-menu > li.menu-item-has-children.current-menu-parent > a,
	body.page-template-page-vehicle-for-sale #wrapper #header .listing-service-right .listing-menu > li:not(.menu-item-724).current-menu-item > a,
	body.page-template-page-vehicle-for-sale #wrapper #header .listing-service-right .listing-menu > li:not(.menu-item-724).current_page_item > a,
	body.page-template-page-vehicle-for-sale #wrapper #header .listing-service-right .listing-menu > li.menu-item-has-children.current-menu-ancestor > a,
	body.page-template-page-vehicle-for-sale #wrapper #header .listing-service-right .listing-menu > li.menu-item-has-children.current-menu-parent > a,
	body.page-template-page-financing #wrapper #header .listing-service-right .listing-menu > li:not(.menu-item-724).current-menu-item > a,
	body.page-template-page-financing #wrapper #header .listing-service-right .listing-menu > li:not(.menu-item-724).current_page_item > a,
	body.page-template-page-financing #wrapper #header .listing-service-right .listing-menu > li.menu-item-has-children.current-menu-ancestor > a,
	body.page-template-page-financing #wrapper #header .listing-service-right .listing-menu > li.menu-item-has-children.current-menu-parent > a {
		color: #1a1a1a !important;
		-webkit-text-fill-color: #1a1a1a !important;
		font-weight: 700;
	}

	body.page-template-page-vehicles-for-sale .listing-service-right .listing-menu > li.menu-item-has-children > a::after,
	body.page-template-page-vehicle-for-sale .listing-service-right .listing-menu > li.menu-item-has-children > a::after,
	body.page-template-page-financing .listing-service-right .listing-menu > li.menu-item-has-children > a::after {
		background-color: rgba(17, 24, 39, 0.08);
		color: #1a1a1a;
	}
}

/* Injected nav item (functions.php) */
body .listing-service-right .listing-menu > li.neo-nav-insurance > a {
	letter-spacing: 0.05em;
}

/* Become a Dealer — black top bar (#top-bar), styled above with Login */

body .listing-menu-mobile > li.neo-nav-dealer-mobile {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body .listing-menu-mobile > li.neo-nav-dealer-mobile > a {
	display: block !important;
	padding: 15px 6px !important;
	font-family: var(--neo-font-heading) !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase !important;
	color: rgba(255, 255, 255, 0.92) !important;
	background: transparent !important;
}

body .listing-menu-mobile > li.neo-nav-dealer-mobile > a:hover,
body .listing-menu-mobile > li.neo-nav-dealer-mobile > a.is-active {
	color: var(--neo-accent) !important;
	padding-left: 10px !important;
}

/* Homepage hero — see-through nav over video (desktop; reverts to white when scrolled past hero) */
@media (min-width: 901px) {
	body.page-id-721.neo-nav-over-hero .elementor-element-9a0df26.neo-hero-video {
		margin-top: -107px;
	}

	body.page-id-405.neo-nav-over-hero .entry-header.small_title_box.neo-about-banner-video,
	body.page-id-405.neo-nav-over-hero .entry-header.small_title_box {
		margin-top: -107px;
	}

	body.page-id-834.neo-nav-over-hero .entry-header.small_title_box.neo-faq-banner-video,
	body.page-id-834.neo-nav-over-hero .entry-header.small_title_box {
		margin-top: -107px;
	}

	body.page-id-1274.neo-nav-over-hero .neo-insurance-banner {
		margin-top: -107px;
	}

	body.page-template-page-dealer.neo-nav-over-hero .neo-dealer-banner {
		margin-top: -107px;
	}

	body.page-id-297.neo-nav-over-hero .entry-header.small_title_box.neo-services-banner-image,
	body.page-id-297.neo-nav-over-hero .entry-header.small_title_box {
		margin-top: -107px;
	}

	body.page-id-721.neo-nav-over-hero #header .header-rental.header-main.header-listing,
	body.page-id-721.neo-nav-over-hero .header-rental.header-main.header-listing,
	body.page-id-405.neo-nav-over-hero #header .header-rental.header-main.header-listing,
	body.page-id-405.neo-nav-over-hero .header-rental.header-main.header-listing,
	body.page-id-834.neo-nav-over-hero #header .header-rental.header-main.header-listing,
	body.page-id-834.neo-nav-over-hero .header-rental.header-main.header-listing,
	body.page-id-1274.neo-nav-over-hero #header .header-rental.header-main.header-listing,
	body.page-id-1274.neo-nav-over-hero .header-rental.header-main.header-listing {
		background: rgba(0, 0, 0, 0.12) !important;
		background-color: rgba(0, 0, 0, 0.12) !important;
		-webkit-backdrop-filter: none !important;
		backdrop-filter: none !important;
		border-bottom: none !important;
		box-shadow: none !important;
	}

	body.page-template-page-dealer.neo-nav-over-hero #header .header-rental.header-main.header-listing,
	body.page-template-page-dealer.neo-nav-over-hero .header-rental.header-main.header-listing {
		background: rgba(0, 0, 0, 0.12) !important;
		background-color: rgba(0, 0, 0, 0.12) !important;
		-webkit-backdrop-filter: none !important;
		backdrop-filter: none !important;
		border-bottom: none !important;
		box-shadow: none !important;
	}

	/* Services — fully clear nav bar (no milky tint over the photo) */
	body.page-id-297.neo-nav-over-hero #header .header-rental.header-main.header-listing,
	body.page-id-297.neo-nav-over-hero .header-rental.header-main.header-listing {
		background: transparent !important;
		background-color: transparent !important;
		-webkit-backdrop-filter: none !important;
		backdrop-filter: none !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);
		box-shadow: none !important;
	}

	body.page-id-721.neo-nav-over-hero .listing-service-right .listing-menu > li:not(.menu-item-724) > a,
	body.page-id-721.neo-nav-over-hero #header .header-rental.header-listing .listing-service-right .listing-menu > li:not(.menu-item-724) > a,
	body.page-id-405.neo-nav-over-hero .listing-service-right .listing-menu > li:not(.menu-item-724) > a,
	body.page-id-405.neo-nav-over-hero #header .header-rental.header-listing .listing-service-right .listing-menu > li:not(.menu-item-724) > a,
	body.page-id-834.neo-nav-over-hero .listing-service-right .listing-menu > li:not(.menu-item-724) > a,
	body.page-id-834.neo-nav-over-hero #header .header-rental.header-listing .listing-service-right .listing-menu > li:not(.menu-item-724) > a,
	body.page-id-1274.neo-nav-over-hero .listing-service-right .listing-menu > li:not(.menu-item-724) > a,
	body.page-id-1274.neo-nav-over-hero #header .header-rental.header-listing .listing-service-right .listing-menu > li:not(.menu-item-724) > a,
	body.page-id-297.neo-nav-over-hero .listing-service-right .listing-menu > li:not(.menu-item-724) > a,
	body.page-id-297.neo-nav-over-hero #header .header-rental.header-listing .listing-service-right .listing-menu > li:not(.menu-item-724) > a {
		color: #ffffff !important;
		text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
	}

	body.page-id-721.neo-nav-over-hero .listing-service-right .listing-menu > li:not(.menu-item-724) > a:hover,
	body.page-id-721.neo-nav-over-hero #header .header-rental.header-listing .listing-service-right .listing-menu > li:not(.menu-item-724) > a:hover,
	body.page-id-405.neo-nav-over-hero .listing-service-right .listing-menu > li:not(.menu-item-724) > a:hover,
	body.page-id-405.neo-nav-over-hero #header .header-rental.header-listing .listing-service-right .listing-menu > li:not(.menu-item-724) > a:hover,
	body.page-id-834.neo-nav-over-hero .listing-service-right .listing-menu > li:not(.menu-item-724) > a:hover,
	body.page-id-834.neo-nav-over-hero #header .header-rental.header-listing .listing-service-right .listing-menu > li:not(.menu-item-724) > a:hover,
	body.page-id-1274.neo-nav-over-hero .listing-service-right .listing-menu > li:not(.menu-item-724) > a:hover,
	body.page-id-1274.neo-nav-over-hero #header .header-rental.header-listing .listing-service-right .listing-menu > li:not(.menu-item-724) > a:hover,
	body.page-id-297.neo-nav-over-hero .listing-service-right .listing-menu > li:not(.menu-item-724) > a:hover,
	body.page-id-297.neo-nav-over-hero #header .header-rental.header-listing .listing-service-right .listing-menu > li:not(.menu-item-724) > a:hover {
		color: var(--neo-accent) !important;
	}

	body.page-id-721.neo-nav-over-hero .listing-service-right .listing-menu > li:not(.menu-item-724).current-menu-item > a,
	body.page-id-721.neo-nav-over-hero .listing-service-right .listing-menu > li:not(.menu-item-724).current_page_item > a,
	body.page-id-721.neo-nav-over-hero #header .header-rental.header-listing .listing-service-right .listing-menu > li:not(.menu-item-724).current-menu-item > a,
	body.page-id-721.neo-nav-over-hero #header .header-rental.header-listing .listing-service-right .listing-menu > li:not(.menu-item-724).current_page_item > a,
	body.page-id-405.neo-nav-over-hero .listing-service-right .listing-menu > li:not(.menu-item-724).current-menu-item > a,
	body.page-id-405.neo-nav-over-hero .listing-service-right .listing-menu > li:not(.menu-item-724).current_page_item > a,
	body.page-id-405.neo-nav-over-hero #header .header-rental.header-listing .listing-service-right .listing-menu > li:not(.menu-item-724).current-menu-item > a,
	body.page-id-405.neo-nav-over-hero #header .header-rental.header-listing .listing-service-right .listing-menu > li:not(.menu-item-724).current_page_item > a,
	body.page-id-834.neo-nav-over-hero .listing-service-right .listing-menu > li:not(.menu-item-724).current-menu-item > a,
	body.page-id-834.neo-nav-over-hero .listing-service-right .listing-menu > li:not(.menu-item-724).current_page_item > a,
	body.page-id-834.neo-nav-over-hero #header .header-rental.header-listing .listing-service-right .listing-menu > li:not(.menu-item-724).current-menu-item > a,
	body.page-id-834.neo-nav-over-hero #header .header-rental.header-listing .listing-service-right .listing-menu > li:not(.menu-item-724).current_page_item > a,
	body.page-id-1274.neo-nav-over-hero .listing-service-right .listing-menu > li:not(.menu-item-724).current-menu-item > a,
	body.page-id-1274.neo-nav-over-hero .listing-service-right .listing-menu > li:not(.menu-item-724).current_page_item > a,
	body.page-id-1274.neo-nav-over-hero #header .header-rental.header-listing .listing-service-right .listing-menu > li:not(.menu-item-724).current-menu-item > a,
	body.page-id-1274.neo-nav-over-hero #header .header-rental.header-listing .listing-service-right .listing-menu > li:not(.menu-item-724).current_page_item > a,
	body.page-id-297.neo-nav-over-hero .listing-service-right .listing-menu > li:not(.menu-item-724).current-menu-item > a,
	body.page-id-297.neo-nav-over-hero .listing-service-right .listing-menu > li:not(.menu-item-724).current_page_item > a,
	body.page-id-297.neo-nav-over-hero #header .header-rental.header-listing .listing-service-right .listing-menu > li:not(.menu-item-724).current-menu-item > a,
	body.page-id-297.neo-nav-over-hero #header .header-rental.header-listing .listing-service-right .listing-menu > li:not(.menu-item-724).current_page_item > a {
		color: #ffffff !important;
	}
}

/* Hero overlay — Motors ::after + listing-header-bg stack on the bar; at thin
   tints the hero horizon reads as a sharp horizontal cut-through line. */
body.neo-nav-over-hero .header-rental.header-listing::after,
body.neo-nav-over-hero .header-rental.header-listing .listing-header-bg {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

/* Hero is pulled up with negative margin; without z-index the photo paints over
   the bottom of #top-bar and reads as a golden seam between the black bars. */
body.neo-nav-over-hero .neo-brandbar,
body.neo-nav-over-hero #top-bar {
	position: relative;
	z-index: 1060;
}

body.neo-nav-over-hero #top-bar {
	border-bottom: none;
	box-shadow: none;
}

body.neo-nav-over-hero #header {
	z-index: 1055;
}

/* Homepage + About — see-through header bar on mobile (≤900px) */
@media (max-width: 900px) {
	body.page-id-721.neo-nav-over-hero .elementor-element-9a0df26.neo-hero-video {
		margin-top: -90px;
	}

	body.page-id-405.neo-nav-over-hero .entry-header.small_title_box.neo-about-banner-video,
	body.page-id-405.neo-nav-over-hero .entry-header.small_title_box {
		margin-top: -90px;
	}

	body.page-id-834.neo-nav-over-hero .entry-header.small_title_box.neo-faq-banner-video,
	body.page-id-834.neo-nav-over-hero .entry-header.small_title_box {
		margin-top: -90px;
	}

	body.page-id-1274.neo-nav-over-hero .neo-insurance-banner {
		margin-top: -90px;
	}

	body.page-template-page-dealer.neo-nav-over-hero .neo-dealer-banner {
		margin-top: -90px;
	}

	body.page-id-297.neo-nav-over-hero .entry-header.small_title_box.neo-services-banner-image,
	body.page-id-297.neo-nav-over-hero .entry-header.small_title_box {
		margin-top: -90px;
	}

	body.page-id-721.neo-nav-over-hero #header .header-rental.header-main.header-listing,
	body.page-id-721.neo-nav-over-hero .header-rental.header-main.header-listing,
	body.page-id-405.neo-nav-over-hero #header .header-rental.header-main.header-listing,
	body.page-id-405.neo-nav-over-hero .header-rental.header-main.header-listing,
	body.page-id-834.neo-nav-over-hero #header .header-rental.header-main.header-listing,
	body.page-id-834.neo-nav-over-hero .header-rental.header-main.header-listing,
	body.page-id-1274.neo-nav-over-hero #header .header-rental.header-main.header-listing,
	body.page-id-1274.neo-nav-over-hero .header-rental.header-main.header-listing,
	body.page-template-page-dealer.neo-nav-over-hero #header .header-rental.header-main.header-listing,
	body.page-template-page-dealer.neo-nav-over-hero .header-rental.header-main.header-listing {
		background: rgba(0, 0, 0, 0.12) !important;
		background-color: rgba(0, 0, 0, 0.12) !important;
		-webkit-backdrop-filter: none !important;
		backdrop-filter: none !important;
		border-bottom: none !important;
		box-shadow: none !important;
	}

	body.page-id-297.neo-nav-over-hero #header .header-rental.header-main.header-listing,
	body.page-id-297.neo-nav-over-hero .header-rental.header-main.header-listing {
		background: transparent !important;
		background-color: transparent !important;
		-webkit-backdrop-filter: none !important;
		backdrop-filter: none !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);
		box-shadow: none !important;
	}

	body.page-id-721.neo-nav-over-hero .stm-menu-trigger span,
	body.page-id-405.neo-nav-over-hero .stm-menu-trigger span,
	body.page-id-834.neo-nav-over-hero .stm-menu-trigger span,
	body.page-id-297.neo-nav-over-hero .stm-menu-trigger span,
	body.page-id-1274.neo-nav-over-hero .stm-menu-trigger span,
	body.page-template-page-dealer.neo-nav-over-hero .stm-menu-trigger span {
		background-color: #ffffff !important;
	}
}

@media (min-width: 901px) {
	body .header-rental .header-inner-content {
		display: flex !important;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: nowrap;
		gap: 0;
		width: 100%;
	}

	body .listing-logo-main {
		flex: 0 0 auto;
		min-width: 0;
		max-width: none;
		margin-right: clamp(20px, 2.5vw, 40px) !important;
		margin-left: 0 !important;
		align-self: center;
		float: none !important;
		order: 1;
	}

	body .listing-service-right {
		flex: 1 1 auto;
		width: auto !important;
		min-width: 0;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin-left: auto;
		order: 2;
	}

	body .listing-service-right .listing-menu {
		display: flex !important;
		justify-content: flex-end;
		text-align: right !important;
		max-width: 100%;
		margin-left: auto;
	}
}

@media (min-width: 1281px) {
	:root {
		--neo-nav-link-x: 20px;
		--neo-nav-item-gap: 12px;
		--neo-nav-cta-gap: 32px;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	:root {
		--neo-nav-link-x: 14px;
		--neo-nav-item-gap: 8px;
		--neo-nav-cta-gap: 22px;
	}

	body .listing-service-right .listing-menu > li > a {
		padding: 10px var(--neo-nav-link-x);
		font-size: 11px;
		letter-spacing: 0.05em;
	}

	body .listing-service-right .listing-menu > li > a::after {
		left: var(--neo-nav-link-x);
		right: var(--neo-nav-link-x);
	}

	body .listing-service-right .listing-menu > li.menu-item-724 > a {
		padding: 10px 18px !important;
	}
}

/* --------------------------------------------------------------------------
   Mobile slide-in menu (.listing-menu-mobile) — matches dark + gold language
   -------------------------------------------------------------------------- */

body .listing-menu-mobile > li > a {
	font-family: var(--neo-font-heading) !important;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: color 0.2s var(--neo-ease), padding-left 0.2s var(--neo-ease);
}

body .listing-menu-mobile > li > a:hover,
body .listing-menu-mobile > li.current-menu-item > a,
body .listing-menu-mobile > li.current_page_item > a {
	color: var(--neo-accent) !important;
	padding-left: 6px;
}

/* Mobile drawer — fix top clip under brandbar/header + NEO polish (≤1024px) */
@media (max-width: 1024px) {
	body .stm-opened-menu-listing.opened {
		padding-top: calc(171px + env(safe-area-inset-top, 0px)) !important;
		background: #000000 !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch;
	}

	body .stm-opened-menu-listing.opened .listing-menu-mobile {
		padding: 8px 20px calc(28px + env(safe-area-inset-bottom, 0px)) !important;
		margin: 0 !important;
	}

	body .stm-opened-menu-listing.opened .listing-menu-mobile > li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		margin: 0 !important;
	}

	body .stm-opened-menu-listing.opened .listing-menu-mobile > li:last-child {
		border-bottom: none;
	}

	body .stm-opened-menu-listing.opened .listing-menu-mobile > li > a {
		display: block !important;
		padding: 15px 6px !important;
		color: rgba(255, 255, 255, 0.92) !important;
		font-family: var(--neo-font-heading) !important;
		font-size: 13px !important;
		font-weight: 600 !important;
		letter-spacing: 0.1em !important;
		text-transform: uppercase !important;
		background: transparent !important;
	}

	body .stm-opened-menu-listing.opened .listing-menu-mobile > li > a:hover,
	body .stm-opened-menu-listing.opened .listing-menu-mobile > li.current-menu-item > a,
	body .stm-opened-menu-listing.opened .listing-menu-mobile > li.current_page_item > a {
		color: var(--neo-accent) !important;
		padding-left: 10px !important;
	}

	body .stm-opened-menu-listing.opened .listing-menu-mobile > li.menu-item-724 {
		margin-top: 10px !important;
		padding-top: 6px !important;
		border-bottom: none !important;
	}

	body .stm-opened-menu-listing.opened .listing-menu-mobile > li.menu-item-724 > a {
		margin-left: 0 !important;
		padding: 14px 20px !important;
		text-align: center !important;
		color: #1a1a1a !important;
		background: var(--neo-accent) !important;
		border-radius: var(--neo-radius-pill) !important;
		box-shadow: 0 6px 16px rgba(201, 162, 39, 0.28) !important;
	}

	body .stm-opened-menu-listing.opened .listing-menu-mobile > li.menu-item-724 > a:hover {
		color: #1a1a1a !important;
		background: #d8b13a !important;
		padding-left: 20px !important;
	}

	/* Grouped nav — mobile accordion submenus */
	body .stm-opened-menu-listing.opened .listing-menu-mobile > li.menu-item-has-children > a {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		padding-right: 16px !important;
	}

	body .stm-opened-menu-listing.opened .listing-menu-mobile > li.menu-item-has-children > a .stm_frst_lvl_trigger {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		flex: 0 0 28px;
		width: 28px !important;
		height: 28px !important;
		margin: 0 !important;
		border-radius: 999px !important;
		background: rgba(255, 255, 255, 0.08) !important;
		border: 1px solid rgba(255, 255, 255, 0.14) !important;
	}

	body .stm-opened-menu-listing.opened .listing-menu-mobile > li.menu-item-has-children > a .stm_frst_lvl_trigger::before,
	body .stm-opened-menu-listing.opened .listing-menu-mobile > li.menu-item-has-children > a .stm_frst_lvl_trigger::after {
		background: rgba(255, 255, 255, 0.92) !important;
	}

	body .stm-opened-menu-listing.opened .listing-menu-mobile > li.menu-item-has-children > a .stm_frst_lvl_trigger.active {
		background: rgba(201, 162, 39, 0.22) !important;
		border-color: rgba(201, 162, 39, 0.45) !important;
	}

	body .stm-opened-menu-listing.opened .listing-menu-mobile ul.sub-menu {
		display: none;
		margin: 6px 0 4px !important;
		padding: 6px 8px 8px 12px !important;
		list-style: none;
		border-left: none !important;
		border-radius: 10px;
		background: rgba(255, 255, 255, 0.04);
	}

	body .stm-opened-menu-listing.opened .listing-menu-mobile ul.sub-menu > li {
		border-bottom: none !important;
	}

	body .stm-opened-menu-listing.opened .listing-menu-mobile ul.sub-menu > li > a {
		padding: 11px 10px !important;
		font-size: 12px !important;
		letter-spacing: 0.08em !important;
		color: rgba(255, 255, 255, 0.82) !important;
		border-radius: 8px;
	}

	body .stm-opened-menu-listing.opened .listing-menu-mobile ul.sub-menu > li > a:hover,
	body .stm-opened-menu-listing.opened .listing-menu-mobile ul.sub-menu > li.current-menu-item > a,
	body .stm-opened-menu-listing.opened .listing-menu-mobile ul.sub-menu > li.current_page_item > a {
		color: var(--neo-accent) !important;
		padding-left: 16px !important;
	}

	body .stm-opened-menu-listing.opened .listing-menu-mobile > li.menu-item-has-children.current-menu-ancestor > a,
	body .stm-opened-menu-listing.opened .listing-menu-mobile > li.menu-item-has-children.current-menu-parent > a {
		color: var(--neo-accent) !important;
	}

	/* Hamburger icon — white on homepage + About + Insurance hero, dark elsewhere when closed */
	body.page-id-721.neo-nav-over-hero .stm-menu-trigger span,
	body.page-id-405.neo-nav-over-hero .stm-menu-trigger span,
	body.page-id-834.neo-nav-over-hero .stm-menu-trigger span,
	body.page-id-297.neo-nav-over-hero .stm-menu-trigger span,
	body.page-id-1274.neo-nav-over-hero .stm-menu-trigger span,
	body.page-template-page-dealer.neo-nav-over-hero .stm-menu-trigger span {
		background-color: #ffffff !important;
	}
}

/* --------------------------------------------------------------------------
   Logo
   -------------------------------------------------------------------------- */

body .listing-logo-main {
	float: left !important;
	margin-left: 0 !important;
	margin-right: clamp(16px, 2vw, 32px) !important;
}

body .listing-logo-main .bloglogo img {
	max-height: 46px !important;
	max-width: 150px !important;
	width: auto !important;
	height: auto !important;
	transition: opacity 0.2s var(--neo-ease);
}

@media (min-width: 1025px) {
	body .listing-logo-main .bloglogo {
		display: block;
		line-height: 0;
	}
}

body .listing-logo-main .bloglogo:hover img {
	opacity: 0.75;
}

@media (max-width: 640px) {
	body .listing-logo-main .bloglogo img {
		max-height: 36px !important;
		max-width: 118px !important;
	}
}

body .listing-service-right .listing-menu {
	margin-top: 0;
}

body .stm-menu-trigger span {
	background-color: var(--neo-text) !important;
}

body .listing-right-actions .stm-phone-number a {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: var(--neo-text) !important;
	transition: color 0.2s var(--neo-ease);
}

body .listing-right-actions .stm-phone-number a:hover {
	color: var(--neo-accent) !important;
}

/* Top-bar login link carries the same gold-on-hover accent */
body #top-bar .menu-login-register-button a:hover {
	color: var(--neo-accent) !important;
}

/* --------------------------------------------------------------------------
   Hero shell
   -------------------------------------------------------------------------- */

.page-id-721 .elementor-element-9a0df26 {
	position: relative;
	min-height: var(--neo-hero-min) !important;
	padding-top: clamp(56px, 8vw, 88px) !important;
	padding-bottom: clamp(56px, 8vw, 88px) !important;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.page-id-721 .elementor-element-9a0df26 > .elementor-background-overlay {
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 0.42) 0%,
		rgba(0, 0, 0, 0.18) 42%,
		rgba(0, 0, 0, 0.14) 62%,
		rgba(0, 0, 0, 0.34) 100%
	) !important;
	opacity: 1 !important;
}

.page-id-721 .elementor-element-9a0df26 > .elementor-container {
	width: 100%;
}

/* --------------------------------------------------------------------------
   Hero overlay depth (cinematic, restrained)
   -------------------------------------------------------------------------- */

.page-id-721 .elementor-element-9a0df26::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(
		ellipse at 65% 45%,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.18) 100%
	);
	z-index: 0;
}

.page-id-721 .elementor-element-9a0df26 .elementor-widget-wrap {
	position: relative;
	z-index: 1;
}

/* Home hero — Getty neovid11 background video (June 2026) */
.page-id-721 .elementor-element-9a0df26.neo-hero-video {
	background-image: none !important;
	background-color: #15110d !important;
	min-height: clamp(560px, 85vh, 900px) !important;
	height: auto !important;
}

/* Vertically center the booking bar inside the tall hero */
.page-id-721 .elementor-element-9a0df26 .elementor-element-1086555 > .elementor-widget-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page-id-721 .elementor-element-9a0df26.neo-hero-video > .neo-hero-video__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
	min-height: 100%;
}

.page-id-721 .elementor-element-9a0df26.neo-hero-video > .neo-hero-video__media video {
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center center;
}

.page-id-721 .elementor-element-9a0df26.neo-hero-video > .elementor-container {
	position: relative;
	z-index: 2;
	min-height: inherit;
}

.page-id-721 .elementor-element-9a0df26.neo-hero-video > .elementor-background-overlay {
	z-index: 1;
}

.page-id-721 .elementor-element-9a0df26.neo-hero-video::before {
	z-index: 1;
}

/* Corporate purpose — bottom of hero video, above fleet section */
.page-id-721 .elementor-element-9a0df26.neo-hero-has-purpose > .neo-hero-purpose {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
	padding: clamp(48px, 8vw, 88px) clamp(20px, 5vw, 40px) clamp(36px, 5vw, 56px);
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.42) 38%,
		rgba(0, 0, 0, 0.72) 100%
	);
	pointer-events: none;
}

.page-id-721 .neo-hero-purpose__title {
	font-family: var(--neo-font-heading);
	font-size: clamp(22px, 3.2vw, 32px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0 14px;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
	pointer-events: none;
}

.page-id-721 .neo-hero-purpose__title::after {
	content: "";
	display: block;
	width: 64px;
	height: 2px;
	margin: 14px auto 0;
	background: linear-gradient(90deg, transparent, var(--neo-accent), transparent);
	border-radius: 2px;
}

.page-id-721 .neo-hero-purpose__text {
	font-family: var(--neo-font-body);
	font-size: clamp(14px, 1.6vw, 17px);
	font-weight: 400;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.92);
	max-width: min(680px, 92vw);
	margin: 0 0 22px;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
	pointer-events: none;
}

.page-id-721 .neo-hero-purpose__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 26px;
	font-family: var(--neo-font-heading);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff !important;
	background: transparent;
	border: 1.5px solid rgba(255, 255, 255, 0.72);
	border-radius: 999px;
	transition: color 0.25s var(--neo-ease), background 0.25s var(--neo-ease), border-color 0.25s var(--neo-ease), transform 0.25s var(--neo-ease);
	pointer-events: auto;
}

.page-id-721 .neo-hero-purpose__cta:hover {
	color: #1a1a1a !important;
	background: var(--neo-accent);
	border-color: var(--neo-accent);
	transform: translateY(-1px);
}

@media (max-width: 900px) {
	/* Stack booking bar then purpose — no absolute overlap on tall mobile form */
	.page-id-721 .elementor-element-9a0df26.neo-hero-has-purpose {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		justify-content: flex-start !important;
		min-height: max(620px, 100svh) !important;
		min-height: max(620px, 100dvh) !important;
		height: auto !important;
		/* hero top sits ~81px (brandbar); header ends ~171px → clear + gap */
		padding-top: calc(102px + env(safe-area-inset-top, 0px)) !important;
		padding-bottom: clamp(16px, 4vw, 24px) !important;
	}

	.page-id-721 .elementor-element-9a0df26.neo-hero-has-purpose.neo-hero-video,
	body.page-id-721 .elementor-element.elementor-element-9a0df26.neo-hero-has-purpose.neo-hero-video {
		min-height: max(620px, 100svh) !important;
		min-height: max(620px, 100dvh) !important;
		height: auto !important;
	}

	.page-id-721 .elementor-element-9a0df26.neo-hero-has-purpose > .elementor-container {
		flex: 0 0 auto;
		width: 100%;
		min-height: 0 !important;
	}

	.page-id-721 .elementor-element-9a0df26.neo-hero-has-purpose .elementor-element-1086555 > .elementor-widget-wrap {
		justify-content: flex-start !important;
	}

	.page-id-721 .elementor-element-9a0df26.neo-hero-has-purpose > .neo-hero-purpose {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		flex: 0 0 auto;
		width: calc(100% - 24px);
		margin: clamp(14px, 3.5vw, 22px) 12px 0;
		padding: clamp(18px, 4vw, 24px) 14px clamp(14px, 3vw, 18px);
		border-radius: var(--neo-radius-lg);
		background: linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.38) 0%,
			rgba(0, 0, 0, 0.68) 100%
		);
		box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
	}

	.page-id-721 .neo-hero-purpose__title {
		font-size: clamp(18px, 4.8vw, 22px);
		letter-spacing: 0.08em;
		margin-bottom: 10px;
	}

	.page-id-721 .neo-hero-purpose__title::after {
		margin-top: 10px;
	}

	.page-id-721 .neo-hero-purpose__text {
		font-size: 13px;
		line-height: 1.55;
		margin-bottom: 16px;
	}

	.page-id-721 .neo-hero-purpose__cta {
		padding: 10px 18px;
		font-size: 10px;
		letter-spacing: 0.12em;
	}
}

@media (max-width: 767px) {
	.page-id-721 .elementor-element-9a0df26.neo-hero-has-purpose > .neo-hero-purpose {
		padding: clamp(20px, 5vw, 28px) 14px clamp(16px, 4vw, 22px);
	}
}

/* --------------------------------------------------------------------------
   Search form — Turo-style horizontal bar (CSS-only, same plugin markup)

   Markup (cannot change):
     form
       └ .pickup-return
           ├ .row → location col (+ hidden drop-off col)
           └ .row → pick-up date col | drop-off date col
       └ .form-btn-wrap → submit

   Desktop: one white bar — Location | Pick up | Drop off | Search
   Mobile ≤900px: stacks vertically (same fields, same data)
   -------------------------------------------------------------------------- */

/* Hero inner section — form sits in a 50% column; empty sibling col freed for full-width bar */
.page-id-721 .elementor-element-19000bd .elementor-element-68e9167 {
	display: none !important;
}

.page-id-721 .elementor-element-19000bd .elementor-element-6ce09a7 {
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
}

.page-id-721 .elementor-element-e0f5964,
.page-id-721 .elementor-element-e0f5964 .elementor-widget-container,
.page-id-721 .elementor-element-e0f5964 .stm_rent_car_form_wrapper,
.page-id-721 .elementor-element-e0f5964 .stm_rent_car_form_wrapper.style_1 .stm_rent_car_form {
	width: 100% !important;
	max-width: 1080px;
}

.page-id-721 .elementor-element-e0f5964 {
	margin: 0 auto;
}

.page-id-721 .elementor-element-e0f5964 .stm_rent_car_form_wrapper.style_1 .stm_rent_car_form {
	background: rgba(0, 0, 0, 0.2) !important;
	border: 1px solid rgba(255, 255, 255, 0.36);
	border-radius: 999px;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.1),
		0 0 12px rgba(255, 255, 255, 0.12),
		0 0 24px rgba(255, 255, 255, 0.06),
		0 10px 28px rgba(0, 0, 0, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 !important;
	overflow: hidden;
	min-height: 84px;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

.page-id-721 .elementor-element-e0f5964 .stm_rent_car_form_wrapper.style_1 {
	background: transparent !important;
}

.page-id-721 .elementor-element-e0f5964 .stm_rent_car_form_wrapper.style_1 .stm_rent_car_form:after {
	display: none;
}

.page-id-721 .elementor-element-e0f5964 > .elementor-widget-container {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.page-id-721 .elementor-element-e0f5964 form {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	min-width: 0;
	min-height: 84px;
}

.page-id-721 .elementor-element-e0f5964 .pickup-return {
	display: flex;
	flex: 1 1 auto;
	flex-direction: row;
	align-items: center;
	min-width: 0;
	margin: 0;
}

/* Flatten Bootstrap rows so all visible cols sit in one horizontal row */
.page-id-721 .elementor-element-e0f5964 .pickup-return > .row {
	display: contents;
}

/* Segment columns — label + value centered as one block inside the pill */
.page-id-721 .elementor-element-e0f5964 .pickup-return > .row > .col-md-12 {
	flex: 1 1 0;
	min-width: 0;
	padding: 0 22px;
	border-right: 1px solid rgba(255, 255, 255, 0.14);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	gap: 6px;
	min-height: 84px;
	padding-top: 11px;
	padding-bottom: 3px;
	box-sizing: border-box;
}

.page-id-721 .elementor-element-e0f5964 .stm_rent_form_fields {
	margin: 0 !important;
	padding: 0 !important;
	display: contents;
}

.page-id-721 .elementor-element-e0f5964 .pickup-return > .row > .col-md-12 .stm_rent_form_fields {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.page-id-721 .elementor-element-e0f5964 h4.stm_form_title,
.page-id-721 .elementor-element-e0f5964 .stm_form_title {
	font-family: var(--neo-font-heading);
	font-size: 9px !important;
	font-weight: 600;
	line-height: 14px !important;
	height: 14px !important;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.62) !important;
	margin: 0 !important;
	padding: 0 !important;
	white-space: nowrap;
	overflow: visible;
	text-overflow: clip;
	flex: 0 0 auto;
}

.page-id-721 .elementor-element-e0f5964 .pickup-return > .row:first-child > .col-md-12:first-child {
	flex: 1.18 1 0;
	min-width: 240px;
}

.page-id-721 .elementor-element-e0f5964 .pickup-return > .row:last-child > .col-md-12 {
	flex: 1 1 0;
	min-width: 228px;
}

.page-id-721 .elementor-element-e0f5964 .stm_pickup_location {
	flex: 0 0 auto;
	position: relative;
	height: 40px;
	min-height: 40px;
	max-height: 40px;
}

.page-id-721 .elementor-element-e0f5964 .stm_rent_form_fields .elementor-container {
	flex: 0 0 auto;
	display: flex;
	flex-direction: row;
	gap: 0;
	align-items: center;
	min-width: 0;
	height: 40px;
	min-height: 40px;
	max-height: 40px;
	margin: 0 !important;
	padding: 0 !important;
}
.page-id-721 .elementor-element-e0f5964 .stm_date_input,
.page-id-721 .elementor-element-e0f5964 .stm_time_input {
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* Borderless inputs inside the glass bar */
.page-id-721 .elementor-element-e0f5964 .stm_pickup_location select,
.page-id-721 .elementor-element-e0f5964 .stm_date_input input,
.page-id-721 .elementor-element-e0f5964 .stm_time_input input,
.page-id-721 .elementor-element-e0f5964 input.flatpickr-input {
	font-family: var(--neo-font-body);
	width: 100%;
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #ffffff !important;
	height: 40px !important;
	min-height: 40px !important;
	max-height: 40px !important;
	padding: 0 !important;
	font-size: 15px;
	font-weight: 600;
	line-height: 40px !important;
	letter-spacing: 0.01em;
	box-shadow: none !important;
	transition: color 0.2s var(--neo-ease);
}

.page-id-721 .elementor-element-e0f5964 .stm_date_input input {
	padding-right: 26px !important;
	background-color: transparent !important;
}

.page-id-721 .elementor-element-e0f5964 .stm_time_input input {
	background-color: transparent !important;
}

.page-id-721 .elementor-element-e0f5964 .stm_pickup_location select:focus,
.page-id-721 .elementor-element-e0f5964 .stm_date_input input:focus,
.page-id-721 .elementor-element-e0f5964 .stm_time_input input:focus {
	outline: none;
	color: #ffffff !important;
}

/* Location — Select2 (plugin replaces native select) */
.page-id-721 .elementor-element-e0f5964 .stm_pickup_location i {
	display: none;
}

.page-id-721 .elementor-element-e0f5964 .stm_pickup_location .select2-container {
	width: 100% !important;
}

.page-id-721 .elementor-element-e0f5964 .stm_pickup_location .select2-container--default .select2-selection--single {
	border: none !important;
	background: transparent !important;
	background-color: transparent !important;
	height: 40px !important;
	min-height: 40px !important;
	border-radius: 0 !important;
	display: flex;
	align-items: center;
}

.page-id-721 .elementor-element-e0f5964 .stm_pickup_location .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0 20px 0 0 !important;
	line-height: 40px !important;
	height: 40px !important;
	font-family: var(--neo-font-body);
	font-size: 15px;
	font-weight: 600;
	color: #ffffff !important;
}

.page-id-721 .elementor-element-e0f5964 .stm_pickup_location .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
	right: 0;
	top: 0;
}

.page-id-721 .elementor-element-e0f5964 .stm_pickup_location .select2-container--default.select2-container--open .select2-selection--single,
.page-id-721 .elementor-element-e0f5964 .stm_pickup_location .select2-container--default.select2-container--focus .select2-selection--single {
	border: none !important;
	box-shadow: none !important;
}

.page-id-721 .elementor-element-e0f5964 .stm_date_time_input {
	width: auto !important;
	flex: 0 0 auto;
	min-width: 0;
	margin: 0 !important;
}

.page-id-721 .elementor-element-e0f5964 .stm_date_time_input:first-child {
	flex: 0 0 124px;
	width: 124px !important;
	border-right: 1px solid rgba(255, 255, 255, 0.16);
	padding-right: 12px;
	margin-right: 12px;
}

.page-id-721 .elementor-element-e0f5964 .stm_date_time_input:last-child {
	flex: 0 0 88px;
	width: 88px !important;
}

.page-id-721 .elementor-element-e0f5964 .stm_date_input {
	position: relative;
	min-width: 0;
}

.page-id-721 .elementor-element-e0f5964 .stm_date_input i,
.page-id-721 .elementor-element-e0f5964 .stm_date_input i.stm-icon-date {
	position: absolute !important;
	left: auto !important;
	right: 0 !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	font-size: 16px !important;
	color: #ffffff !important;
	opacity: 1 !important;
	pointer-events: none;
}

.page-id-721 .elementor-element-e0f5964 .stm_date_input i::before,
.page-id-721.stm-template-car_rental_elementor .elementor-element-e0f5964 .stm_date_input i.stm-icon-date {
	color: #ffffff !important;
	opacity: 1 !important;
}

.page-id-721 .elementor-element-e0f5964 .stm_time_input {
	min-width: 0;
}

.page-id-721 .elementor-element-e0f5964 .stm_pickup_location .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #ffffff transparent transparent transparent !important;
}

/* Search button — proportional cap inset (matches 40px value row rhythm) */
.page-id-721 .elementor-element-e0f5964 .form-btn-wrap {
	flex: 0 0 auto;
	width: auto;
	min-width: 0;
	margin: 0 !important;
	padding: 0 10px 0 12px;
	border-left: 1px solid rgba(255, 255, 255, 0.14);
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	box-sizing: border-box;
	min-height: 84px;
}

.page-id-721 .elementor-element-e0f5964 .form-btn-wrap button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: auto;
	min-width: 96px;
	height: 44px;
	min-height: 44px;
	max-height: 44px;
	margin: 0 !important;
	padding: 0 18px !important;
	border: none !important;
	border-radius: 999px !important;
	background: var(--neo-accent) !important;
	color: #1a1a1a !important;
	font-family: var(--neo-font-heading);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	white-space: nowrap;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
	transition: background-color 0.2s var(--neo-ease), transform 0.2s var(--neo-ease);
}

.page-id-721 .elementor-element-e0f5964 .form-btn-wrap button[type="submit"] i {
	font-size: 11px;
	color: #1a1a1a !important;
	transition: transform 0.2s var(--neo-ease);
}

.page-id-721 .elementor-element-e0f5964 .form-btn-wrap button[type="submit"]:hover {
	background: #d8b13a !important;
	transform: translateY(-1px);
}

.page-id-721 .elementor-element-e0f5964 .form-btn-wrap button[type="submit"]:hover i {
	transform: translateX(3px);
}

/* Beat skin-custom.css (loads after child theme) — keep inputs borderless on glass */
.page-id-721.stm-template-car_rental_elementor .elementor-element-e0f5964 .stm_rent_form_fields .stm_date_time_input input,
.page-id-721.stm-template-car_rental_elementor .elementor-element-e0f5964 .stm_rent_form_fields .stm_date_time_input .stm_date_input input,
.page-id-721.stm-template-car_rental_elementor .elementor-element-e0f5964 .stm_rent_form_fields .stm_date_time_input .stm_time_input input,
.page-id-721.stm-template-car_rental_elementor .elementor-element-e0f5964 input[type="text"].flatpickr-input {
	background: transparent !important;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
	color: #ffffff !important;
}

.page-id-721.stm-template-car_rental_elementor .elementor-element-e0f5964 .stm_pickup_location .select2-container--default .select2-selection--single {
	background: transparent !important;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

/* Tablet — keep horizontal bar, tighten segment padding */
@media (max-width: 1080px) and (min-width: 901px) {
	.page-id-721 .elementor-element-e0f5964 .pickup-return > .row > .col-md-12 {
		padding: 0 16px;
	}

	.page-id-721 .elementor-element-e0f5964 .pickup-return > .row:first-child > .col-md-12:first-child {
		min-width: 200px;
	}

	.page-id-721 .elementor-element-e0f5964 .pickup-return > .row:last-child > .col-md-12 {
		min-width: 196px;
	}

	.page-id-721 .elementor-element-e0f5964 .stm_date_time_input:first-child {
		flex: 0 0 112px;
		width: 112px !important;
	}

	.page-id-721 .elementor-element-e0f5964 .form-btn-wrap {
		padding: 13px 8px 13px 10px;
	}

	.page-id-721 .elementor-element-e0f5964 .form-btn-wrap button[type="submit"] {
		min-width: 92px;
		height: 42px;
		min-height: 42px;
		max-height: 42px;
		padding: 0 16px !important;
		font-size: 10px;
	}
}

/* Mobile — compact stack, kill Bootstrap row bleed, balanced insets */
@media (max-width: 900px) {
	.page-id-721 .elementor-element-e0f5964,
	.page-id-721 .elementor-element-e0f5964 .elementor-widget-container,
	.page-id-721 .elementor-element-e0f5964 .stm_rent_car_form_wrapper,
	.page-id-721 .elementor-element-e0f5964 .stm_rent_car_form_wrapper.style_1 .stm_rent_car_form {
		max-width: calc(100vw - 32px);
	}

	.page-id-721 .elementor-element-e0f5964 .stm_rent_car_form_wrapper.style_1 .stm_rent_car_form {
		background: transparent !important;
		border: none !important;
		box-shadow: none !important;
		border-radius: 0;
		min-height: 0;
		overflow: visible;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	.page-id-721 .elementor-element-e0f5964 form {
		flex-direction: column;
		min-height: 0 !important;
		gap: 8px;
	}

	.page-id-721 .elementor-element-e0f5964 .pickup-return {
		flex-direction: column;
		width: 100%;
		gap: 8px;
	}

	.page-id-721 .elementor-element-e0f5964 .pickup-return > .row {
		display: contents !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}

	.page-id-721 .elementor-element-e0f5964 .pickup-return > .row > .col-md-12 {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		justify-content: flex-start !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box;
		border-right: none;
		border-bottom: none;
		background: rgba(23, 23, 23, 0.62);
		border: 1px solid rgba(255, 255, 255, 0.38);
		border-radius: var(--neo-radius-lg);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
		-webkit-backdrop-filter: blur(16px) saturate(120%);
		backdrop-filter: blur(16px) saturate(120%);
		min-width: 0;
		height: auto !important;
		min-height: 46px !important;
		margin: 0 !important;
		padding: 5px 12px !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
		gap: 3px;
		overflow: visible;
	}

	/* One location row on mobile — drop-off duplicates pick-up */
	.page-id-721 .elementor-element-e0f5964 .pickup-return > .row:first-child > .col-md-12:nth-child(2) {
		display: none !important;
	}

	.page-id-721 .elementor-element-e0f5964 .stm_rent_form_fields {
		display: flex !important;
		flex-direction: column;
		gap: 4px;
		margin: 0 !important;
		padding: 0 !important;
		height: auto !important;
		min-height: 0 !important;
	}

	.page-id-721 .elementor-element-e0f5964 h4.stm_form_title,
	.page-id-721 .elementor-element-e0f5964 .stm_form_title {
		font-size: 8.5px !important;
		line-height: 12px !important;
		height: auto !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		letter-spacing: 0.14em;
		color: rgba(255, 255, 255, 0.72) !important;
		flex: 0 0 auto;
	}

	.page-id-721 .elementor-element-e0f5964 .pickup-return > .row:first-child > .col-md-12:nth-child(2) .stm_form_title {
		display: none !important;
	}

	/* Date rows — nudge values up inside fixed 54px bars */
	.page-id-721 .elementor-element-e0f5964 .pickup-return > .row > .col-md-12:has(.stm_date_input) {
		gap: 2px;
	}

	.page-id-721 .elementor-element-e0f5964 .pickup-return > .row > .col-md-12:has(.stm_date_input) .stm_rent_form_fields .elementor-container {
		transform: translateY(-3px);
	}

	/* Drop-off col carries inline margin-top:8px from plugin — cancel + match pick-up */
	.page-id-721 .elementor-element-e0f5964 .pickup-return > .row > .col-md-12:has(.stm_date_input):nth-child(2) .stm_rent_form_fields .elementor-container {
		transform: translateY(-11px);
	}

	.page-id-721 .elementor-element-e0f5964 .stm_rent_form_fields .elementor-container {
		justify-content: flex-start;
		flex-wrap: nowrap !important;
		gap: 8px;
		overflow: visible;
	}

	.page-id-721 .elementor-element-e0f5964 .stm_pickup_location,
	.page-id-721 .elementor-element-e0f5964 .stm_rent_form_fields .elementor-container {
		height: 26px;
		min-height: 26px;
		max-height: 26px;
	}

	.page-id-721 .elementor-element-e0f5964 .stm_pickup_location select,
	.page-id-721 .elementor-element-e0f5964 .stm_date_input input,
	.page-id-721 .elementor-element-e0f5964 .stm_time_input input,
	.page-id-721 .elementor-element-e0f5964 input.flatpickr-input,
	.page-id-721 .elementor-element-e0f5964 .stm_pickup_location .select2-container--default .select2-selection--single,
	.page-id-721 .elementor-element-e0f5964 .stm_pickup_location .select2-container--default .select2-selection--single .select2-selection__rendered {
		height: 26px !important;
		min-height: 26px !important;
		max-height: 26px !important;
		line-height: 26px !important;
		font-size: 12px !important;
		color: #ffffff !important;
		-webkit-text-fill-color: #ffffff !important;
		opacity: 1 !important;
	}

	.page-id-721 .elementor-element-e0f5964 .stm_date_input i,
	.page-id-721 .elementor-element-e0f5964 .stm_date_input i.stm-icon-date,
	.page-id-721 .elementor-element-e0f5964 .stm_date_input i::before,
	.page-id-721.stm-template-car_rental_elementor .elementor-element-e0f5964 .stm_date_input i.stm-icon-date {
		color: #c9a227 !important;
		opacity: 1 !important;
	}

	.page-id-721 .elementor-element-e0f5964 .stm_pickup_location .select2-container--default .select2-selection--single .select2-selection__arrow b {
		border: none !important;
		border-width: 0 !important;
		height: auto !important;
		width: auto !important;
		margin: 0 !important;
	}

	.page-id-721 .elementor-element-e0f5964 .stm_pickup_location .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
		color: #ffffff !important;
		opacity: 1 !important;
	}

	.page-id-721 .elementor-element-e0f5964 .stm_pickup_location .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 26px !important;
	}

	.page-id-721 .elementor-element-e0f5964 .stm_date_time_input:first-child,
	.page-id-721 .elementor-element-e0f5964 .stm_date_time_input:last-child {
		flex: 0 0 auto !important;
		width: auto !important;
		max-width: none;
	}

	.page-id-721 .elementor-element-e0f5964 .stm_date_time_input:first-child {
		border-right: 1px solid rgba(255, 255, 255, 0.4);
		padding-right: 10px;
		margin-right: 0;
	}

	.page-id-721 .elementor-element-e0f5964 .stm_time_input input {
		padding-left: 0 !important;
	}

	.page-id-721 .elementor-element-e0f5964 .form-btn-wrap {
		flex: 0 0 auto;
		min-width: 0;
		margin: 0 !important;
		margin-top: 0 !important;
		padding: 0 !important;
		min-height: 0 !important;
		border: none !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		-webkit-backdrop-filter: none !important;
		backdrop-filter: none !important;
		align-self: stretch;
	}

	.page-id-721 .elementor-element-e0f5964 .form-btn-wrap button[type="submit"] {
		width: 100%;
		min-width: 0;
		height: 32px;
		min-height: 32px;
		max-height: 32px;
		border-radius: 999px !important;
		font-size: 10px;
		color: #1a1a1a !important;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
	}
}

/* --------------------------------------------------------------------------
   Vehicle carousel
   -------------------------------------------------------------------------- */

/* Hide carousel until JS finishes Swiper sizing — prevents 4→5 card flash */
.page-id-721 #rc-carousel {
	opacity: 0;
	visibility: hidden;
	min-height: 320px;
}

.page-id-721 #rc-carousel.neo-carousel-ready {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.18s ease;
}

@media (min-width: 992px) {
	.page-id-721 #stm_image_carousel-rc:not(.swiper-initialized) .swiper-slide,
	.page-id-721 #stm_image_carousel-rc .swiper-slide {
		width: calc((100% - 104px) / 5) !important;
		max-width: calc((100% - 104px) / 5) !important;
	}
}

.page-id-721 #rc-carousel .swiper-slide .stm_image {
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
	overflow: hidden;
	padding-bottom: 22px;
	background: #16181c;
	text-align: center;
	transition: transform 0.35s var(--neo-ease), box-shadow 0.35s var(--neo-ease);
}

.page-id-721 #rc-carousel .swiper-slide .stm_image:hover {
	transform: translateY(-6px);
	box-shadow: 0 22px 44px rgba(0, 0, 0, 0.14);
}

/* Uniform image stage: every car (regardless of its native size) sits in the
   same fixed-height area, scaled to fit (no cropping) and centred. The source
   cut-outs have a white background, so a clean white stage lets each car float
   seamlessly instead of showing a visible white box inside a grey panel. */
.page-id-721 #rc-carousel .stm_image img {
	display: block;
	width: 100%;
	height: 168px;
	object-fit: contain;
	object-position: center;
	padding: 20px 24px 14px;
	border-radius: 16px 16px 0 0;
	background: #ffffff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	transition: transform 0.45s var(--neo-ease);
}

.page-id-721 #rc-carousel .swiper-slide .stm_image:hover img {
	transform: scale(1.05);
}

.page-id-721 #rc-carousel .car-name {
	flex: 1 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
}

.page-id-721 #rc-carousel .car-name h4 {
	font-family: var(--neo-font-heading);
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0.02em;
	margin: 18px 0 14px;
	text-align: center;
	line-height: 1.3;
}

.page-id-721 .rc-btn-dark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 26px !important;
	border-radius: 10px !important;
	background: var(--neo-accent) !important;
	color: #16181c !important;
	font-family: var(--neo-font-heading);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	box-shadow: 0 6px 18px rgba(201, 162, 39, 0.28);
	transition: background-color 0.2s var(--neo-ease), transform 0.2s var(--neo-ease), box-shadow 0.2s var(--neo-ease);
}

.page-id-721 .rc-btn-dark:hover,
.page-id-721 .rc-btn-dark:focus {
	background: #d9b441 !important;
	color: #16181c !important;
	transform: translateY(-1px);
	box-shadow: 0 12px 26px rgba(201, 162, 39, 0.38);
}

.page-id-721 #rc-carousel .stm-swiper-controls .stm-swiper-next,
.page-id-721 #rc-carousel .stm-swiper-controls .stm-swiper-prev {
	width: 40px;
	height: 40px;
	border: 1px solid #dde3e6;
	border-radius: 50%;
	background: var(--neo-surface);
	color: var(--neo-dark);
	transition: border-color 0.2s var(--neo-ease), color 0.2s var(--neo-ease), background-color 0.2s var(--neo-ease);
}

.page-id-721 #rc-carousel .stm-swiper-controls .stm-swiper-next:hover,
.page-id-721 #rc-carousel .stm-swiper-controls .stm-swiper-prev:hover {
	border-color: var(--neo-accent);
	color: var(--neo-dark);
	background: #fffdf5;
}

.page-id-721 #rc-carousel .swiper-pagination-bullet {
	opacity: 0.45;
	transition: opacity 0.2s var(--neo-ease), transform 0.2s var(--neo-ease);
}

.page-id-721 #rc-carousel .swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--neo-accent) !important;
	transform: scale(1.15);
}

/* --------------------------------------------------------------------------
   Vehicle showroom band
   The whole vehicle area (carousel + View All Fleet + Meet the Fleet) lives
   inside ONE full-width section (23e7ebd: stretched outer / boxed inner).
   Giving it a contained tinted band frames it as one intentional section so
   the cards stop floating in empty white. Content stays centred & readable.
   -------------------------------------------------------------------------- */

.page-id-721 .elementor-element-23e7ebd {
	background: #ffffff !important;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding-top: 60px !important;
	padding-bottom: 68px !important;
}

/* Let the boxed content breathe a touch wider so the cards fill more of the
   band and 3 fleet cards read as deliberate, not sparse. */
.page-id-721 .elementor-element-23e7ebd > .elementor-container {
	max-width: 100% !important;
	width: 100% !important;
	padding-left: 40px !important;
	padding-right: 40px !important;
}

/* Force the whole carousel chain (column → widget → swiper container) to span
   the full band width. Swiper sizes each card as containerWidth / slidesPerView,
   so a wider container is what actually makes the cards bigger. */
.page-id-721 .elementor-element-23e7ebd .elementor-element-f095f50,
.page-id-721 .elementor-element-23e7ebd .elementor-element-f095f50 > .elementor-widget-wrap,
.page-id-721 .elementor-element-67e344c,
.page-id-721 .elementor-element-67e344c > .elementor-widget-container,
.page-id-721 #rc-carousel,
.page-id-721 #rc-carousel > .elementor-widget-container,
.page-id-721 #stm_image_carousel-rc {
	width: 100% !important;
	max-width: 100% !important;
	flex: 1 1 100% !important;
}

/* On big screens give the cards a taller image stage so the wider cards stay
   well-proportioned (a short image in a wide card looks empty). */
@media (min-width: 1200px) {
	.page-id-721 #rc-carousel .stm_image img {
		height: 196px;
		padding: 22px 26px 12px;
	}
}

/* The white cards now sit on white — lift their edge so they still read as objects. */
.page-id-721 .elementor-element-23e7ebd .stm_product_grid_single.home_car_block .inner,
.page-id-721 .elementor-element-23e7ebd #rc-carousel .swiper-slide .stm_image {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

/* --------------------------------------------------------------------------
   Meet the Fleet grid
   -------------------------------------------------------------------------- */

.page-id-721 .elementor-element-31971c7 {
	padding-top: 28px;
	padding-bottom: 0;
}

.page-id-721 .elementor-element-31971c7 .stm_rental_archive_top h3 {
	position: relative;
	display: inline-block;
	font-family: var(--neo-font-heading);
	font-size: clamp(25px, 3vw, 30px);
	font-weight: 700;
	color: var(--neo-dark);
	letter-spacing: -0.02em;
	margin-top: 18px !important;
	padding-bottom: 14px;
}

/* Designed heading: short gold accent bar + subtle eyebrow above the title */
.page-id-721 .elementor-element-31971c7 .stm_rental_archive_top h3::before {
	content: "OUR VEHICLES";
	display: block;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.18em;
	color: var(--neo-accent);
}

.page-id-721 .elementor-element-31971c7 .stm_rental_archive_top h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 46px;
	height: 3px;
	border-radius: 2px;
	background: var(--neo-accent);
}

/* --------------------------------------------------------------------------
   Fleet filter bar — location (select2) + date range (flatpickr)
   Re-skinned to the NEO premium language: bold charcoal frames, gold/charcoal
   selection states, no off-brand blue.
   -------------------------------------------------------------------------- */

/* Field shells (date input + the visible select2 box) */
.page-id-721 .elementor-element-31971c7 .stm_date_input input,
.page-id-721 .elementor-element-31971c7 .select2-container--default .select2-selection--single {
	font-family: var(--neo-font-body) !important;
	border: 1.5px solid #16181c !important;
	border-radius: 12px !important;
	min-height: 50px !important;
	height: 50px !important;
	background: #ffffff !important;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
	transition: border-color 0.2s var(--neo-ease), box-shadow 0.2s var(--neo-ease);
}

.page-id-721 .elementor-element-31971c7 .stm_date_input input:focus,
.page-id-721 .elementor-element-31971c7 .select2-container--open .select2-selection--single {
	border-color: var(--neo-accent) !important;
	box-shadow: 0 6px 18px rgba(201, 162, 39, 0.18) !important;
	outline: none !important;
}

/* Make both fields fill their column so they are exactly the same size */
.page-id-721 .elementor-element-31971c7 .stm_pickup_location .select2-container,
.page-id-721 .elementor-element-31971c7 .stm_date_input,
.page-id-721 .elementor-element-31971c7 .stm_date_input input {
	width: 100% !important;
}

/* Vertically centre + style the select2 single value and caret */
.page-id-721 .elementor-element-31971c7 .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 48px !important;
	padding-left: 16px;
	font-weight: 600;
	color: #16181c;
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
}

.page-id-721 .elementor-element-31971c7 .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px !important;
	right: 10px;
}

/* The dropdown panel (appended to <body>, but body carries .page-id-721) */
.page-id-721 .select2-container--default .select2-dropdown {
	border: 1.5px solid #16181c !important;
	border-radius: 12px !important;
	overflow: hidden;
	box-shadow: 0 20px 46px rgba(0, 0, 0, 0.20);
	margin-top: 6px;
}

.page-id-721 .select2-container--default .select2-results__option {
	font-family: var(--neo-font-body);
	font-size: 14px;
	padding: 10px 16px;
	color: #2a2d33;
}

.page-id-721 .select2-container--default .select2-results__option--highlighted[aria-selected],
.page-id-721 .select2-container--default .select2-results__option--highlighted {
	background: #16181c !important;
	color: #ffffff !important;
}

.page-id-721 .select2-container--default .select2-results__option[aria-selected="true"] {
	background: #f3f1ec !important;
	color: #16181c !important;
	font-weight: 600;
}

.page-id-721 .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid rgba(0, 0, 0, 0.18) !important;
	border-radius: 8px !important;
	padding: 8px 10px;
}

/* ---- flatpickr calendar re-skin ---- */
.page-id-721 .flatpickr-calendar {
	border: 1.5px solid #16181c !important;
	border-radius: 14px !important;
	box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24) !important;
	overflow: hidden;
}

.page-id-721 .flatpickr-calendar.arrowTop::before,
.page-id-721 .flatpickr-calendar.arrowTop::after {
	border-bottom-color: #16181c !important;
}

.page-id-721 .flatpickr-months,
.page-id-721 .flatpickr-month,
.page-id-721 .flatpickr-current-month .flatpickr-monthDropdown-months {
	background: #16181c !important;
	color: #ffffff !important;
	fill: #ffffff !important;
}

.page-id-721 .flatpickr-current-month input.cur-year,
.page-id-721 .flatpickr-monthDropdown-months,
.page-id-721 .flatpickr-current-month {
	color: #ffffff !important;
}

.page-id-721 .flatpickr-months .flatpickr-prev-month svg,
.page-id-721 .flatpickr-months .flatpickr-next-month svg {
	fill: #ffffff !important;
}

.page-id-721 .flatpickr-months .flatpickr-prev-month:hover svg,
.page-id-721 .flatpickr-months .flatpickr-next-month:hover svg {
	fill: var(--neo-accent) !important;
}

.page-id-721 span.flatpickr-weekday {
	color: #8a8d93 !important;
	font-weight: 600;
}

.page-id-721 .flatpickr-day {
	color: #2a2d33;
	border-radius: 8px;
}

.page-id-721 .flatpickr-day:hover,
.page-id-721 .flatpickr-day.prevMonthDay:hover,
.page-id-721 .flatpickr-day.nextMonthDay:hover {
	background: #f3f1ec !important;
	border-color: #f3f1ec !important;
}

.page-id-721 .flatpickr-day.today {
	border-color: var(--neo-accent) !important;
}

.page-id-721 .flatpickr-day.selected,
.page-id-721 .flatpickr-day.startRange,
.page-id-721 .flatpickr-day.endRange,
.page-id-721 .flatpickr-day.selected:hover,
.page-id-721 .flatpickr-day.startRange:hover,
.page-id-721 .flatpickr-day.endRange:hover {
	background: #16181c !important;
	border-color: #16181c !important;
	color: #ffffff !important;
}

/* Kill flatpickr's default blue range connector; use charcoal when days touch */
.page-id-721 .flatpickr-day.startRange,
.page-id-721 .flatpickr-day.endRange,
.page-id-721 .flatpickr-day.selected {
	box-shadow: none !important;
}

.page-id-721 .flatpickr-day.startRange.endRange {
	box-shadow: none !important;
}

/* Match flatpickr's own high-specificity range-connector selector so the strip
   between two selected days is charcoal instead of the default blue. */
.page-id-721 .flatpickr-day.selected.startRange + .flatpickr-day.endRange:not(:nth-child(7n+1)),
.page-id-721 .flatpickr-day.startRange.startRange + .flatpickr-day.endRange:not(:nth-child(7n+1)),
.page-id-721 .flatpickr-day.endRange.startRange + .flatpickr-day.endRange:not(:nth-child(7n+1)) {
	box-shadow: -10px 0 0 #16181c !important;
}

.page-id-721 .flatpickr-day.inRange {
	background: #f3f1ec !important;
	border-color: #f3f1ec !important;
	box-shadow: -5px 0 0 #f3f1ec, 5px 0 0 #f3f1ec !important;
	color: #16181c !important;
}

.page-id-721 .flatpickr-time input:hover,
.page-id-721 .flatpickr-time .flatpickr-am-pm:hover,
.page-id-721 .flatpickr-time input:focus {
	background: #f3f1ec !important;
}

/* The off-brand cyan "Apply" button → charcoal with gold hover */
.page-id-721 .flatpickr-apply {
	background-color: #16181c !important;
	color: #ffffff !important;
	border-radius: 10px !important;
	font-family: var(--neo-font-heading) !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	transition: background-color 0.2s var(--neo-ease), color 0.2s var(--neo-ease) !important;
}

.page-id-721 .flatpickr-apply:hover {
	background-color: var(--neo-accent) !important;
	color: #16181c !important;
}

/* ---- Header consistency: month + year as clean white text on the dark bar ---- */
.page-id-721 .flatpickr-current-month .numInputWrapper {
	background: transparent !important;
	border: none !important;
	border-radius: 6px;
}

.page-id-721 .flatpickr-current-month .numInputWrapper:hover {
	background: rgba(255, 255, 255, 0.12) !important;
}

/* Year spinner arrows → subtle white so they read on the dark bar */
.page-id-721 .flatpickr-current-month .numInputWrapper span {
	border: none !important;
}

.page-id-721 .flatpickr-current-month .numInputWrapper span.arrowUp:after {
	border-bottom-color: rgba(255, 255, 255, 0.65) !important;
}

.page-id-721 .flatpickr-current-month .numInputWrapper span.arrowDown:after {
	border-top-color: rgba(255, 255, 255, 0.65) !important;
}

.page-id-721 .flatpickr-current-month input.cur-year {
	font-weight: 600 !important;
	color: #ffffff !important;
}

/* Month select2 in the header: strip the default light pill, match the year */
.page-id-721 .flatpickr-current-month .select2-selection--single {
	background: transparent !important;
	border: none !important;
	min-height: 0 !important;
	height: auto !important;
	box-shadow: none !important;
}

.page-id-721 .flatpickr-current-month .select2-selection--single .select2-selection__rendered {
	color: #ffffff !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	padding-left: 6px !important;
}

.page-id-721 .flatpickr-current-month .select2-selection__arrow b {
	border-top-color: #ffffff !important;
}

/* ---- Time row consistency (sits on white): even hover treatment ---- */
.page-id-721 .flatpickr-time .numInputWrapper,
.page-id-721 .flatpickr-time .flatpickr-am-pm {
	background: transparent !important;
}

.page-id-721 .flatpickr-time .numInputWrapper:hover,
.page-id-721 .flatpickr-time input:focus,
.page-id-721 .flatpickr-time .flatpickr-am-pm:hover,
.page-id-721 .flatpickr-time .flatpickr-am-pm:focus {
	background: #f3f1ec !important;
}

.page-id-721 .flatpickr-time .flatpickr-hour,
.page-id-721 .flatpickr-time .flatpickr-minute,
.page-id-721 .flatpickr-time .flatpickr-am-pm {
	font-weight: 600 !important;
	color: #16181c !important;
}

.page-id-721 .elementor-element-31971c7 .stm_product_grid_single.home_car_block .inner,
.page-id-721 .elementor-element-31971c7 .stm_products_grid_class .stm_product_grid_single .inner {
	position: relative;
	border: 1.5px solid #16181c;
	border-radius: 16px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
	background: var(--neo-surface);
	overflow: hidden;
	padding-bottom: 18px;
	transition: transform 0.35s var(--neo-ease), box-shadow 0.35s var(--neo-ease);
}

/* Gold accent line sweeps across the top edge on hover — fleet-only signature */
.page-id-721 .elementor-element-31971c7 .stm_product_grid_single .inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--neo-accent), #e6c560);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.4s var(--neo-ease);
	z-index: 3;
}

.page-id-721 .elementor-element-31971c7 .stm_product_grid_single .inner:hover::before {
	transform: scaleX(1);
}

.page-id-721 .elementor-element-31971c7 .stm_product_grid_single.home_car_block .inner:hover,
.page-id-721 .elementor-element-31971c7 .stm_products_grid_class .stm_product_grid_single .inner:hover {
	transform: translateY(-6px);
	box-shadow: 0 22px 44px rgba(0, 0, 0, 0.14);
}

/* Image: clean white stage to match the carousel + restrained hover zoom */
.page-id-721 .elementor-element-31971c7 .stm_image {
	overflow: hidden;
	background: #ffffff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.page-id-721 .elementor-element-31971c7 .wp-post-image {
	display: block !important;
	position: static !important;
	top: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 210px !important;
	object-fit: contain !important;
	object-position: center !important;
	padding: 16px 22px !important;
	background: #ffffff;
	border-radius: 16px 16px 0 0;
	transition: transform 0.45s var(--neo-ease);
}

.page-id-721 .elementor-element-31971c7 .inner:hover .wp-post-image {
	transform: scale(1.04);
}

/* ---- Vehicle name: tighter, more presence, no dead space ---- */
.page-id-721 .elementor-element-31971c7 .stm_top {
	padding: 18px 18px 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
}

.page-id-721 .elementor-element-31971c7 .stm_top .stm_leftx {
	float: none !important;
	width: 100% !important;
}

.page-id-721 .elementor-element-31971c7 .stm_top h3 {
	margin: 0 !important;
	font-family: var(--neo-font-heading);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -0.01em;
	color: var(--neo-dark);
}

/* Pull the inner padding in so the spec row / link / button align under the
   name instead of the wider bootstrap column gutter. */
.page-id-721 .elementor-element-31971c7 .home_rent_price,
.page-id-721 .elementor-element-31971c7 .more-info {
	padding-left: 18px !important;
	padding-right: 18px !important;
}

/* Collapse the fixed 70px spacer that wraps "More Information" — it reserved a
   big empty block under the specs and made the card feel hollow. */
.page-id-721 .elementor-element-31971c7 div[style*="height:70px"],
.page-id-721 .elementor-element-31971c7 div[style*="height: 70px"] {
	height: auto !important;
	min-height: 0 !important;
	margin-top: 12px !important;
}

/* ---- Fleet spec row (Seats / Bags / Doors / A/C / Engine) ---- */
/* Fleet signature: specs sit inside a soft inset panel so the row reads as a
   designed module — its own clean character, distinct from the dark carousel. */
.page-id-721 .elementor-element-31971c7 .features_icon {
	display: flex;
	flex-wrap: nowrap;
	gap: 0;
	align-items: stretch;
	margin: 18px 18px 0 !important;
	padding: 14px 6px !important;
	background: #fafafa;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 12px;
}

/* Equal-width columns, fully centred, separated by hairline dividers */
.page-id-721 .elementor-element-31971c7 .feature_icon {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	text-align: center;
	padding: 0 8px !important; /* override inline padding-left on the Engine cell */
	border-left: 1px solid rgba(0, 0, 0, 0.06);
}

.page-id-721 .elementor-element-31971c7 .feature_icon:first-child {
	border-left: none;
}

.page-id-721 .elementor-element-31971c7 .feature_icon p {
	margin: 0;
	font-family: var(--neo-font-heading);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--neo-text-soft);
	text-align: center;
}

.page-id-721 .elementor-element-31971c7 .feature_icon .single_info {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-family: var(--neo-font-body);
}

.page-id-721 .elementor-element-31971c7 .feature_icon .single_info i {
	font-size: 15px;
	line-height: 1;
	color: var(--neo-accent); /* selective gold on the icon glyph only */
}

.page-id-721 .elementor-element-31971c7 .feature_icon .single_info span {
	font-size: 13px;
	font-weight: 600;
	color: var(--neo-text);
	letter-spacing: 0.01em;
}

/* ---- Action area: primary (dark) + secondary (ghost) CTA system ---- */
.page-id-721 .elementor-element-31971c7 .home_rent_price {
	margin-top: 16px !important;
	padding-top: 14px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.page-id-721 .elementor-element-31971c7 .home_rent_price .pay {
	width: 100%;
}

.page-id-721 .elementor-element-31971c7 .rc-reserve-vehicle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	padding: 11px 16px !important;
	border-radius: 10px !important;
	font-family: var(--neo-font-heading);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	box-shadow: none;
	transition: background-color 0.2s var(--neo-ease), color 0.2s var(--neo-ease),
		border-color 0.2s var(--neo-ease), transform 0.2s var(--neo-ease), box-shadow 0.2s var(--neo-ease);
}

/* Primary — strong dark */
.page-id-721 .elementor-element-31971c7 .rc-reserve-vehicle.rc-reserve-dark {
	background: var(--neo-dark) !important;
	color: #fff !important;
	border: 1px solid var(--neo-dark) !important;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.page-id-721 .elementor-element-31971c7 .rc-reserve-vehicle.rc-reserve-dark:hover {
	background: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

/* Secondary — designed ghost ("Pay later"), gold only on hover */
.page-id-721 .elementor-element-31971c7 .rc-reserve-vehicle.quote-light {
	background: transparent !important;
	color: var(--neo-dark) !important;
	border: 1px solid rgba(0, 0, 0, 0.18) !important;
}

.page-id-721 .elementor-element-31971c7 .rc-reserve-vehicle.quote-light:hover {
	background: rgba(201, 162, 39, 0.06) !important;
	border-color: var(--neo-accent) !important;
	color: var(--neo-dark) !important;
	transform: translateY(-1px);
}

/* ---- "More Information" — deliberate, subtle ---- */
.page-id-721 .elementor-element-31971c7 .more-info-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0 !important;
	font-family: var(--neo-font-heading) !important;
	font-size: 10px !important;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--neo-text-soft) !important;
	text-decoration: none !important;
	transition: color 0.2s var(--neo-ease);
}

.page-id-721 .elementor-element-31971c7 .more-info-btn::after {
	content: "\2192";
	font-size: 12px;
	transition: transform 0.2s var(--neo-ease);
}

.page-id-721 .elementor-element-31971c7 .more-info-btn:hover {
	color: var(--neo-accent) !important;
}

.page-id-721 .elementor-element-31971c7 .more-info-btn:hover::after {
	transform: translateX(3px);
}

/* ---- Skeleton / loading state — matches the real card finish ---- */
.page-id-721 .elementor-element-31971c7 .skeleton-card {
	background: var(--neo-surface);
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 16px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
	padding: 18px;
}

.page-id-721 .elementor-element-31971c7 .skeleton {
	background: linear-gradient(90deg, #ececec 25%, #f5f5f5 37%, #ececec 63%);
	background-size: 400% 100%;
	border-radius: 8px;
}

.page-id-721 .elementor-element-31971c7 .skeleton-car {
	border-radius: 12px;
}

.page-id-721 .elementor-element-31971c7 .skeleton-button {
	border-radius: 10px;
	height: 46px;
}

/* --------------------------------------------------------------------------
   "Find a convenient satellite location" — map / location split section
   Repaints the flat black band as a deep emerald panel, groups the copy into a
   glass card, and frames the map so it reads as designed (not oversized).
   Colour is driven by the --neo-loc-* tokens below — swap them to retheme the
   whole band (e.g. blue or plum) in one place.
   -------------------------------------------------------------------------- */

/* Shared emerald panel fill (gold glow top-left → deep emerald) */
.page-id-721 .elementor-element-8eba448 > .elementor-widget-wrap,
.page-id-721 .elementor-element-7bfcaaa .elementor-widget-container {
	--neo-loc-1: #14463a;
	--neo-loc-2: #0d2f27;
	--neo-loc-3: #0a241e;
	background:
		radial-gradient(120% 130% at 0% 0%, rgba(201, 162, 39, 0.14) 0%, rgba(201, 162, 39, 0) 45%),
		linear-gradient(160deg, var(--neo-loc-1) 0%, var(--neo-loc-2) 58%, var(--neo-loc-3) 100%);
	border: 1.5px solid rgba(255, 255, 255, 0.42);
	border-radius: 24px;
	box-shadow: 0 28px 64px rgba(0, 0, 0, 0.45);
}

/* The section is now just a transparent shell — the black lives on the inner
   container so it becomes a rounded dark card detached from the page edges. */
.page-id-721 .elementor-element-fcbc33e {
	background-color: transparent !important;
	background-image: none !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.page-id-721 .elementor-element-83c543a {
	background-color: transparent !important;
	background-image: none !important;
}

/* Rounded black card: outer edge aligns with the Meet-the-Fleet row (35px in),
   inner padding holds the two equal-height green panels. */
.page-id-721 .elementor-element-fcbc33e > .elementor-container {
	align-items: stretch;
	background-color: #0e0f11;
	border-radius: 30px;
	max-width: calc(100% - 70px) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: clamp(34px, 4vw, 56px) clamp(24px, 3vw, 40px) !important;
}

/* A clear gap between the two green panels */
.page-id-721 .elementor-element-8eba448 {
	padding-right: 14px;
}

.page-id-721 .elementor-element-1fb20a3 {
	padding-left: 14px;
}

/* Left panel → copy block (+ a featured-car teaser on wider screens) */
.page-id-721 .elementor-element-8eba448 > .elementor-widget-wrap {
	padding: clamp(30px, 3vw, 50px) !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 26px;
}

.page-id-721 .neo-loc-copy {
	min-width: 0;
}

/* Featured-vehicle teaser injected by neo-enhance.js */
.page-id-721 .neo-feat-car {
	flex: 0 0 auto;
	width: 100%;
	max-width: 300px;
	background: #16181c;
	border: 1.5px solid rgba(255, 255, 255, 0.42);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
}

.page-id-721 .neo-feat-car__media {
	background: #ffffff;
	padding: 14px 16px 10px;
}

.page-id-721 .neo-feat-car__media img {
	display: block;
	width: 100%;
	height: 120px;
	object-fit: contain;
	object-position: center;
}

.page-id-721 .neo-feat-car__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	padding: 16px 16px 18px;
}

.page-id-721 .neo-feat-car__eyebrow {
	font-family: var(--neo-font-heading);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.18em;
	color: var(--neo-accent);
}

.page-id-721 .neo-feat-car__name {
	font-family: var(--neo-font-heading);
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2;
}

.page-id-721 .neo-feat-car__price {
	font-family: var(--neo-font-heading);
	font-size: 16px;
	font-weight: 700;
	color: var(--neo-accent);
	margin-bottom: 4px;
}

.page-id-721 .neo-feat-car__price em {
	font-style: normal;
	font-size: 12px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.6);
}

/* Works whether the control is our <button> or the cloned reserve <a>.
   !important wins over the plugin's .rc-reserve-dark colours. */
.page-id-721 .neo-feat-car__btn {
	display: block;
	width: 100%;
	margin-top: 6px;
	padding: 11px 18px !important;
	border: 0 !important;
	border-radius: var(--neo-radius-pill) !important;
	background: var(--neo-accent) !important;
	color: #16181c !important;
	font-family: var(--neo-font-heading);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	text-decoration: none !important;
	line-height: 1.2 !important;
	cursor: pointer;
	box-shadow: none !important;
	transition: background-color 0.2s var(--neo-ease), transform 0.2s var(--neo-ease);
}

.page-id-721 .neo-feat-car__btn:hover {
	background: #d9b441 !important;
	color: #16181c !important;
	transform: translateY(-2px);
}

/* On wider screens lay the copy + car side by side to fill the panel width */
@media (min-width: 901px) {
	.page-id-721 .elementor-element-8eba448 > .elementor-widget-wrap {
		flex-direction: row;
		align-items: center;
		gap: clamp(22px, 2.5vw, 38px);
	}

	.page-id-721 .neo-loc-copy {
		flex: 1 1 auto;
	}

	.page-id-721 .neo-feat-car {
		width: clamp(210px, 22vw, 260px);
	}
}

/* Gold eyebrow above the heading */
.page-id-721 .elementor-element-0217a61 .elementor-heading-title::before {
	content: "PICKUP & DROP-OFF";
	display: block;
	margin-bottom: 12px;
	font-family: var(--neo-font-heading);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: var(--neo-accent);
}

.page-id-721 .elementor-element-0217a61 .elementor-heading-title {
	font-family: var(--neo-font-heading) !important;
	font-size: clamp(26px, 3.2vw, 38px) !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
	letter-spacing: -0.02em !important;
	color: #ffffff !important;
	margin: 0 0 16px !important;
}

.page-id-721 .elementor-element-c83c8c8,
.page-id-721 .elementor-element-c83c8c8 p {
	font-family: var(--neo-font-body) !important;
	font-size: 15.5px !important;
	line-height: 1.75 !important;
	color: rgba(255, 255, 255, 0.82) !important;
	max-width: 460px;
	margin-bottom: 0 !important;
}

.page-id-721 .elementor-element-2005bdd {
	margin-top: 26px !important;
}

.page-id-721 .elementor-element-2005bdd .elementor-button {
	border-radius: var(--neo-radius-pill) !important;
	padding: 14px 30px !important;
	font-family: var(--neo-font-heading);
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background-color: var(--neo-accent) !important;
	color: #16181c !important;
	box-shadow: 0 8px 22px rgba(201, 162, 39, 0.28);
	transition: background-color 0.2s var(--neo-ease), transform 0.2s var(--neo-ease), box-shadow 0.2s var(--neo-ease);
}

.page-id-721 .elementor-element-2005bdd .elementor-button:hover {
	background-color: #d9b441 !important;
	color: #16181c !important;
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(201, 162, 39, 0.38);
}

/* ---- Map: a framed embed at a controlled height (was a tall 450px slab) ---- */
/* Map panel: emerald frame (from shared rule) with an inset padding so the map
   tile sits inside a green border, and it fills the column height to match the
   copy card. */
.page-id-721 .elementor-element-1fb20a3 > .elementor-widget-wrap,
.page-id-721 .elementor-element-1fb20a3 .elementor-widget-image,
.page-id-721 .elementor-element-7bfcaaa {
	height: 100%;
}

.page-id-721 .elementor-element-7bfcaaa .elementor-widget-container {
	padding: 12px !important;
	height: 100%;
	display: flex;
}

.page-id-721 .elementor-element-7bfcaaa iframe {
	display: block;
	width: 100% !important;
	height: 100% !important;
	min-height: 360px !important;
	border: 0 !important;
	border-radius: 14px !important;
	box-shadow: none !important;
}

/* Stacked panels on phones: drop the side gap, add vertical breathing room */
@media (max-width: 767px) {
	.page-id-721 .elementor-element-fcbc33e > .elementor-container {
		max-width: calc(100% - 24px) !important;
		border-radius: 20px;
	}

	.page-id-721 .elementor-element-8eba448 {
		padding-right: 0;
	}

	.page-id-721 .elementor-element-1fb20a3 {
		padding-left: 0;
		margin-top: 18px;
	}

	.page-id-721 .elementor-element-7bfcaaa iframe {
		height: 320px !important;
		min-height: 320px !important;
	}
}

/* --------------------------------------------------------------------------
   Value props row — white card grid (homepage only, .page-id-721)
   -------------------------------------------------------------------------- */

.page-id-721 .elementor-element-e279b9b {
	padding-top: 56px !important;
	padding-bottom: 56px !important;
}

.page-id-721 .elementor-element-e279b9b > .elementor-container {
	max-width: 1200px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Flatten Elementor's 2×2 inner-section nesting into one flex row (4-up desktop) */
.page-id-721 .elementor-element-e279b9b .elementor-inner-section,
.page-id-721 .elementor-element-e279b9b .elementor-inner-section > .elementor-container,
.page-id-721 .elementor-element-e279b9b .elementor-inner-section > .elementor-container > .elementor-row {
	display: contents !important;
}

.page-id-721 .elementor-element-e279b9b .elementor-element-fbed934 .elementor-widget-wrap {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: stretch !important;
	gap: 26px !important;
	width: 100% !important;
}

.page-id-721 .elementor-element-e279b9b .elementor-col-50 {
	flex: 1 1 calc(25% - 20px) !important;
	max-width: calc(25% - 20px) !important;
	width: auto !important;
	display: flex !important;
	align-self: stretch !important;
}

.page-id-721 .elementor-element-e279b9b .elementor-col-50 > .elementor-column-wrap,
.page-id-721 .elementor-element-e279b9b .elementor-col-50 .elementor-widget-wrap {
	width: 100% !important;
	height: 100% !important;
	display: flex !important;
	flex-direction: column !important;
}

.page-id-721 .elementor-element-e279b9b .elementor-col-50 .elementor-widget,
.page-id-721 .elementor-element-e279b9b .elementor-col-50 .elementor-widget-container {
	flex: 1 1 auto !important;
	display: flex !important;
	flex-direction: column !important;
	height: 100% !important;
}

/* White card shell */
.page-id-721 .elementor-element-e279b9b .icon-box {
	background-color: var(--neo-surface) !important;
	border: 1px solid rgba(0, 0, 0, 0.06) !important;
	border-radius: 16px !important;
	padding: 28px !important;
	box-shadow: var(--neo-shadow-md) !important;
	height: 100% !important;
	flex: 1 1 auto !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	text-align: left !important;
	transition: transform 0.3s var(--neo-ease), box-shadow 0.3s var(--neo-ease);
}

.page-id-721 .elementor-element-e279b9b .icon-box:hover {
	transform: translateY(-4px);
	box-shadow: var(--neo-shadow-lg) !important;
}

/* Icon tile + glyph rhythm inside card */
.page-id-721 .elementor-element-e279b9b .icon.icon_element,
.page-id-721 .elementor-element-e279b9b .icon_element.boat-third-color {
	background-color: #16181c !important;
	border-radius: 14px !important;
	margin-bottom: 18px !important;
	box-shadow: none !important;
	transition: background-color 0.3s var(--neo-ease), box-shadow 0.3s var(--neo-ease);
}

/* Rest: gold glyph on charcoal tile — readable at a glance (not dark-on-dark) */
.page-id-721 .elementor-element-e279b9b .icon_element svg,
.page-id-721 .elementor-element-e279b9b .icon_element svg path {
	fill: var(--neo-accent) !important;
	transition: fill 0.3s var(--neo-ease) !important;
}

/* Hover: tile warms to gold, glyph inverts dark — premium flip beyond rest */
.page-id-721 .elementor-element-e279b9b .icon-box:hover .icon.icon_element,
.page-id-721 .elementor-element-e279b9b .icon-box:hover .icon_element.boat-third-color {
	background-color: var(--neo-accent) !important;
	box-shadow: 0 8px 18px rgba(201, 162, 39, 0.28);
}

.page-id-721 .elementor-element-e279b9b .icon-box:hover .icon_element svg,
.page-id-721 .elementor-element-e279b9b .icon-box:hover .icon_element svg path {
	fill: #16181c !important;
}

/* Typography — .title.heading-font beats bare .title (2 classes > 1) */
.page-id-721 .elementor-element-e279b9b .icon-text .title.heading-font {
	font-family: var(--neo-font-heading) !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	color: var(--neo-dark) !important;
	margin-bottom: 10px !important;
	line-height: 1.3 !important;
}

.page-id-721 .elementor-element-e279b9b .icon-text .content,
.page-id-721 .elementor-element-e279b9b .icon-text .content p {
	font-family: var(--neo-font-body) !important;
	font-size: 14px !important;
	line-height: 1.6 !important;
	color: var(--neo-text-soft) !important;
	margin: 0 !important;
}

@media (max-width: 1024px) {
	.page-id-721 .elementor-element-e279b9b .elementor-col-50 {
		flex: 1 1 calc(50% - 13px) !important;
		max-width: calc(50% - 13px) !important;
	}
}

@media (max-width: 767px) {
	.page-id-721 .elementor-element-e279b9b {
		padding-top: 36px !important;
		padding-bottom: 36px !important;
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	.page-id-721 .elementor-element-e279b9b .elementor-col-50 {
		flex: 1 1 100% !important;
		max-width: 100% !important;
	}

	.page-id-721 .elementor-element-e279b9b .icon-box {
		padding: 24px !important;
	}
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

/* Footer styling consolidated into the SITEWIDE block at the end of this file
   (June 11) so it is identical on every page (home, services, faq, about…).
   See "NEO Van Rentals — Site Footer (SITEWIDE)". */

/* --------------------------------------------------------------------------
   Section rhythm (homepage Elementor sections)
   -------------------------------------------------------------------------- */

.page-id-721 .elementor-721 > .elementor-section:not(.elementor-element-9a0df26) {
	padding-top: clamp(32px, 5vw, 64px);
	padding-bottom: clamp(32px, 5vw, 64px);
}

/* --------------------------------------------------------------------------
   Hero / nav — responsive tweaks
   -------------------------------------------------------------------------- */

/* Narrower desktops: keep grouped nav breathing without crowding */
@media (min-width: 1025px) and (max-width: 1200px) {
	:root {
		--neo-nav-link-x: 12px;
		--neo-nav-item-gap: 6px;
		--neo-nav-cta-gap: 18px;
	}

	body .listing-service-right .listing-menu > li > a {
		letter-spacing: 0.06em;
	}
}

@media (max-width: 1024px) {
	.page-id-721 {
		--neo-hero-min: clamp(460px, 62vh, 640px);
	}

	.page-id-721 .elementor-element-e0f5964 .stm_rent_car_form_wrapper.style_1 .stm_rent_car_form {
		border-radius: 16px;
	}
}

@media (max-width: 767px) {
	.page-id-721 {
		--neo-hero-min: auto;
	}

	body .header-rental .header-inner-content {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.page-id-721 .elementor-element-9a0df26:not(.neo-hero-video) {
		padding-top: 20px !important;
		padding-bottom: 24px !important;
		min-height: auto !important;
	}

	.page-id-721 .elementor-element-9a0df26.neo-hero-video {
		min-height: clamp(500px, 64vh, 560px) !important;
		padding-top: clamp(28px, 5vw, 48px) !important;
		padding-bottom: clamp(28px, 5vw, 48px) !important;
	}

	.page-id-721 .elementor-element-9a0df26.neo-hero-has-purpose,
	.page-id-721 .elementor-element-9a0df26.neo-hero-has-purpose.neo-hero-video {
		min-height: max(620px, 100svh) !important;
		min-height: max(620px, 100dvh) !important;
		padding-top: calc(102px + env(safe-area-inset-top, 0px)) !important;
		padding-bottom: clamp(16px, 4vw, 24px) !important;
	}

	body.page-id-721 .elementor-element.elementor-element-9a0df26.neo-hero-video {
		min-height: clamp(500px, 64vh, 560px) !important;
	}

	body.page-id-721 .elementor-element.elementor-element-9a0df26.neo-hero-has-purpose,
	body.page-id-721 .elementor-element.elementor-element-9a0df26.neo-hero-has-purpose.neo-hero-video {
		min-height: max(620px, 100svh) !important;
		min-height: max(620px, 100dvh) !important;
		padding-top: calc(102px + env(safe-area-inset-top, 0px)) !important;
	}

	.page-id-721 .elementor-element-e0f5964 .elementor-widget-container {
		padding-top: 8px !important;
	}

	.page-id-721 .elementor-element-e0f5964 .stm_rent_car_form_wrapper.style_1 .stm_rent_car_form {
		margin-top: 0;
		box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
	}

	.page-id-721 .elementor-element-e279b9b {
		padding-top: 36px !important;
		padding-bottom: 36px !important;
	}

	.page-id-721 .elementor-element-31971c7 .stm_rental_archive_top h3 {
		margin-bottom: 12px;
	}

	.page-id-721 #footer-main {
		padding-top: 40px;
	}
}

@media (max-width: 900px) {
	.page-id-721 .elementor-element-e0f5964 .stm_rent_car_form_wrapper.style_1 .stm_rent_car_form {
		border-radius: var(--neo-radius-lg) !important;
	}

	body.page-id-721.stm-template-car_rental_elementor #wrapper #main .elementor-element-e0f5964 .stm_rent_form_fields .stm_date_time_input input,
	body.page-id-721.stm-template-car_rental_elementor #wrapper #main .elementor-element-e0f5964 .stm_rent_form_fields .stm_date_time_input .stm_date_input input,
	body.page-id-721.stm-template-car_rental_elementor #wrapper #main .elementor-element-e0f5964 .stm_rent_form_fields .stm_date_time_input .stm_time_input input,
	body.page-id-721.stm-template-car_rental_elementor #wrapper #main .elementor-element-e0f5964 input[type="text"].flatpickr-input,
	body.page-id-721.stm-template-car_rental_elementor #wrapper #main .elementor-element-e0f5964 .stm_pickup_location .select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #ffffff !important;
		-webkit-text-fill-color: #ffffff !important;
		opacity: 1 !important;
	}

	body.page-id-721.stm-template-car_rental_elementor #wrapper #main .elementor-element-e0f5964 .form-btn-wrap button[type="submit"],
	.page-id-721 .elementor-element-e0f5964 .form-btn-wrap button[type="submit"],
	.page-id-721 .elementor-element-e0f5964 .form-btn-wrap button[type="submit"] span,
	.page-id-721 .elementor-element-e0f5964 .form-btn-wrap button[type="submit"] *,
	.page-id-721 .elementor-element-e0f5964 .form-btn-wrap button[type="submit"] i {
		color: #1a1a1a !important;
	}
}

/* Desktop booking bar — polish + detachable sticky (≥901px only; mobile untouched) */
@media (min-width: 901px) {
	/* One location segment — hide duplicate drop-off col (same value, steals width) */
	.page-id-721 .elementor-element-e0f5964 .pickup-return > .row:first-child > .col-md-12:nth-child(2) {
		display: none !important;
	}

	.page-id-721 .elementor-element-e0f5964 .pickup-return > .row:first-child > .col-md-12:first-child {
		flex: 1.45 1 0;
		min-width: 300px;
	}

	.page-id-721 .elementor-element-e0f5964 .stm_pickup_location .select2-container--default .select2-selection--single .select2-selection__rendered {
		text-overflow: clip !important;
		overflow: visible !important;
	}

	body.page-id-721.stm-template-car_rental_elementor #wrapper #main .elementor-element-e0f5964 .form-btn-wrap button[type="submit"],
	.page-id-721 .elementor-element-e0f5964 .form-btn-wrap button[type="submit"],
	.page-id-721 .elementor-element-e0f5964 .form-btn-wrap button[type="submit"] span,
	.page-id-721 .elementor-element-e0f5964 .form-btn-wrap button[type="submit"] *,
	.page-id-721 .elementor-element-e0f5964 .form-btn-wrap button[type="submit"] i {
		color: #1a1a1a !important;
	}

	.page-id-721 .elementor-element-e0f5964.neo-booking-sticky {
		position: fixed;
		top: var(--neo-booking-sticky-top, 150px);
		left: 50%;
		transform: translateX(-50%);
		width: min(1080px, calc(100vw - 48px)) !important;
		max-width: 1080px;
		z-index: 9999;
		margin: 0 !important;
		padding-bottom: 10px;
		pointer-events: auto;
	}

	.page-id-721 .elementor-element-e0f5964.neo-booking-sticky .stm_rent_car_form_wrapper.style_1 .stm_rent_car_form {
		box-shadow:
			0 0 0 1px rgba(255, 255, 255, 0.1),
			0 0 12px rgba(255, 255, 255, 0.12),
			0 0 24px rgba(255, 255, 255, 0.06),
			0 18px 48px rgba(0, 0, 0, 0.38),
			inset 0 1px 0 rgba(255, 255, 255, 0.14);
	}

	.page-id-721 .neo-booking-sticky-spacer {
		display: none;
		width: 100%;
		height: 0;
	}
}

/* ==========================================================================
   NEO sister-brand switcher bar (Gap-style) — sitewide.
   Injected via motors-child/functions.php on wp_body_open. Unscoped on
   purpose so it appears on every page. A thin black strip above the top bar
   with the active brand underlined in gold.
   ========================================================================== */

.neo-brandbar {
	background: #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	font-family: 'Montserrat', sans-serif;
}

.neo-brandbar-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	justify-content: center;
	padding: 0 16px;
}

.neo-brandbar-link {
	color: rgba(255, 255, 255, 0.55);
	text-decoration: none;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 9px 18px;
	border-bottom: 2px solid transparent;
	white-space: nowrap;
	transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.neo-brandbar-link:hover {
	color: #fff;
}

.neo-brandbar-link.is-active {
	color: #fff;
	border-bottom-color: #c9a227;
}

/* Tablet / large phone: let the tabs wrap and stay centred instead of overflowing */
@media (max-width: 768px) {
	.neo-brandbar-inner {
		flex-wrap: wrap;
		justify-content: center;
		gap: 0 2px;
	}
	.neo-brandbar-link {
		padding: 8px 12px;
		font-size: 10.5px;
		letter-spacing: 0.06em;
	}
}

/* Small phones: shrink a touch more so all four fit on two tidy rows */
@media (max-width: 420px) {
	.neo-brandbar-inner {
		padding: 2px 8px;
	}
	.neo-brandbar-link {
		padding: 7px 10px;
		font-size: 9.5px;
		letter-spacing: 0.03em;
	}
}

/* ==========================================================================
   NEO Van Rentals — Site Footer (SITEWIDE, dark-glass + gold)
   Layout: About full-width editorial band, then 3 equal utility cards below (CSS Grid).
   Utility row: equal width + equal height; content top-aligned inside each card.
   ========================================================================== */

/* Shell: deep charcoal with a soft top gradient + a thin gold top edge */
#footer-main {
    background-color: var(--neo-dark) !important;
    background-image: linear-gradient(180deg, #1d1d1d 0%, var(--neo-dark) 42%) !important;
    border-top: 3px solid var(--neo-accent) !important;
    padding: 64px 0 36px !important;
}

#footer-main .footer_widgets_wrapper { border-top: none !important; }

/* Layout frame — center a ~1200px grid and kill theme float cramming */
#footer-main .footer_widgets_wrapper .container {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

#footer-main .widgets.cols_4 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    align-items: stretch !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    float: none !important;
}

#footer-main .widgets.cols_4::before,
#footer-main .widgets.cols_4::after {
    display: none !important;
}

#footer-main .widgets.cols_4 aside.widget {
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* Row 1: About — spans all 3 columns */
#footer-main .widgets.cols_4 aside.widget:first-child {
    grid-column: 1 / -1 !important;
    flex: unset !important;
    max-width: none !important;
}

/* Row 2: Contact / Hours / Social — one grid cell each, equal width + height */
#footer-main .widgets.cols_4 aside.widget:not(:first-child) {
    flex: unset !important;
    max-width: none !important;
    min-width: 0 !important;
}

#footer-main .widgets.cols_4 aside.widget:first-child .textwidget,
#footer-main .widgets.cols_4 aside.widget:first-child .textwidget p {
    font-size: 14px !important;
    line-height: 1.7 !important;
    letter-spacing: 0.01em;
    color: #6b7280 !important;
    font-weight: 400 !important;
    max-width: 58ch;
    margin: 0 !important;
}

#footer-main .widgets.cols_4 aside.widget:first-child .widget-wrapper {
    padding: 14px 22px 14px !important;
    height: auto !important;
}

#footer-main .widgets.cols_4 aside.widget:first-child .widget-title h6 {
    margin-bottom: 10px !important;
    padding-bottom: 8px !important;
}

/* About band — heading + copy left | fleet showcase right */
#footer-main .neo-about-foot {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: clamp(18px, 2.5vw, 28px);
    width: 100%;
    min-width: 0;
}

#footer-main .neo-about-foot__left {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 640px;
}

#footer-main .neo-about-foot__showcase {
    flex: 0 0 auto;
    width: clamp(240px, 26vw, 320px);
    background: #16181c;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    padding: 12px 12px 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

#footer-main .neo-about-foot__eyebrow {
    display: block;
    font-family: var(--neo-font-heading) !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: var(--neo-accent) !important;
    margin-bottom: 10px !important;
}

#footer-main .neo-about-foot__vehicles-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
}

#footer-main .neo-about-foot__mini {
    flex: 1 1 0;
    min-width: 0;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#footer-main .neo-about-foot__mini-media {
    background: #ffffff;
    padding: 6px 6px 4px;
}

#footer-main .neo-about-foot__mini-media img {
    display: block;
    width: 100%;
    height: 58px;
    object-fit: contain;
    object-position: center;
}

#footer-main .neo-about-foot__mini-name {
    display: block;
    padding: 6px 8px 0;
    font-family: var(--neo-font-heading) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    color: var(--neo-dark) !important;
    text-align: center;
}

#footer-main .neo-about-foot__mini-price {
    display: block;
    padding: 2px 8px 8px;
    font-family: var(--neo-font-heading) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: var(--neo-accent) !important;
    text-align: center;
}

#footer-main .neo-about-foot__mini-price em {
    font-style: normal !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    color: #6b7280 !important;
}

#footer-main .neo-about-foot__actions {
    margin-top: 10px;
}

#footer-main .neo-about-foot__btn {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 9px 12px !important;
    border: 0 !important;
    border-radius: var(--neo-radius-pill) !important;
    background: var(--neo-accent) !important;
    color: #16181c !important;
    font-family: var(--neo-font-heading) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-align: center !important;
    text-decoration: none !important;
    line-height: 1.2 !important;
    cursor: pointer;
    box-shadow: none !important;
    transition: background-color 0.2s var(--neo-ease), transform 0.2s var(--neo-ease);
}

#footer-main .neo-about-foot__btn:hover {
    background: #d9b441 !important;
    color: #16181c !important;
    transform: translateY(-1px);
}

@media (max-width: 900px) {
    #footer-main .neo-about-foot {
        flex-direction: column;
        align-items: stretch;
    }

    #footer-main .neo-about-foot__showcase {
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
    }
}

#footer-main .widgets.cols_4 aside.widget:not(:first-child) .textwidget,
#footer-main .widgets.cols_4 aside.widget:not(:first-child) .textwidget p {
    font-size: 15px !important;
    line-height: 1.85 !important;
    letter-spacing: 0.01em;
    color: #374151 !important;
    font-weight: 500 !important;
}

#footer-main .widgets.cols_4 aside.widget:not(:first-child) .textwidget p + p {
    margin-top: 12px !important;
}

/* Light floating cards — white surface + deep shadow on charcoal footer */
#footer-main .widgets.cols_4 aside.widget .widget-wrapper {
    background: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.85) !important;
    border-radius: 16px !important;
    padding: 26px 28px 24px !important;
    box-shadow:
        0 18px 44px rgba(0, 0, 0, 0.48),
        0 6px 16px rgba(0, 0, 0, 0.32) !important;
    box-sizing: border-box !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    transition: transform 0.25s var(--neo-ease), box-shadow 0.25s var(--neo-ease);
}

#footer-main .widgets.cols_4 aside.widget .widget-wrapper:hover {
    transform: translateY(-3px) !important;
    box-shadow:
        0 22px 52px rgba(0, 0, 0, 0.55),
        0 8px 20px rgba(0, 0, 0, 0.36) !important;
}

/* Utility cards: matched padding + balanced min-height for 3-up row */
#footer-main .widgets.cols_4 aside.widget:not(:first-child) .widget-wrapper {
    padding: 26px 24px 24px !important;
    min-height: 178px !important;
}

#footer-main .widgets.cols_4 aside.widget .widget-title {
    flex-shrink: 0 !important;
}

#footer-main .widgets.cols_4 aside.widget:not(:first-child) .textwidget {
    flex: 1 1 auto !important;
}

/* Social card: icons in one horizontal row, left-aligned with heading */
#footer-main .widgets.cols_4 aside.widget:last-child .textwidget,
#footer-main .widgets.cols_4 aside.widget:last-child .custom-html-widget {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    width: 100% !important;
}

#footer-main .widgets.cols_4 aside.widget:last-child .widget-title {
    align-self: stretch !important;
    width: 100% !important;
}

/* Social card: kill the .clearfix ::before/::after — they were becoming grid
   items, stealing 2 cells and forcing a broken 1-2-1 / 3-row layout */
#footer-main .widgets.cols_4 aside.widget:last-child .widget_socials::before,
#footer-main .widgets.cols_4 aside.widget:last-child .widget_socials::after {
    content: none !important;
    display: none !important;
}

#footer-main .widgets.cols_4 aside.widget:last-child .widget_socials {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
}

/* Column titles: Montserrat, uppercase, gold underline rule */
#footer-main .widget-title h6 {
    font-family: var(--neo-font-heading) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    color: var(--neo-dark) !important;
    margin-bottom: 18px !important;
    position: relative;
    padding-bottom: 14px;
}

#footer-main .widget-title h6::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 2px;
    background-color: var(--neo-accent) !important;
    border-radius: 2px;
    box-shadow: 0 0 12px rgba(201, 162, 39, 0.35);
}

/* Body copy: Open Sans, readable on white card surface */
#footer-main .textwidget,
#footer-main .textwidget p {
    font-family: var(--neo-font-body) !important;
}

/* Contact info — div-based markup (icon + link/span per row) */
#footer-main .widgets.cols_4 aside.widget:nth-child(2) .textwidget > div {
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    margin: 0 0 14px !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

#footer-main .widgets.cols_4 aside.widget:nth-child(2) .textwidget > div:last-child {
    margin-bottom: 0 !important;
}

/* Override WP inline color:#fff on contact links */
#footer-main .widgets.cols_4 aside.widget:nth-child(2) .textwidget a,
#footer-main .widgets.cols_4 aside.widget:nth-child(2) .textwidget a[style] {
    color: var(--neo-dark) !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

#footer-main .widgets.cols_4 aside.widget:nth-child(2) .textwidget a:hover {
    color: var(--neo-accent) !important;
}

#footer-main .widgets.cols_4 aside.widget:nth-child(2) .textwidget span {
    color: #374151 !important;
    font-weight: 500 !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

#footer-main .widgets.cols_4 aside.widget:nth-child(2) .textwidget i {
    width: 18px !important;
    min-width: 18px !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
    margin-top: 2px !important;
    text-align: center !important;
}

/* US mailing-style address — street line, then City, ST ZIP */
.neo-address-lines {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.neo-address-lines__street,
.neo-address-lines__city {
    display: block;
}

#footer-main .neo-address-lines__street,
#footer-main .neo-address-lines__city {
    color: #374151 !important;
    font-weight: 500 !important;
}

.page-id-311 .neo-address-lines__street,
.page-id-311 .neo-address-lines__city {
    color: rgba(255, 255, 255, 0.92);
}

/* Service hours — emerald schedule panel (matches location-section greens) */
#footer-main .widgets.cols_4 aside.widget:nth-child(3) .textwidget {
    font-size: 14px !important;
    line-height: 1.55 !important;
    color: var(--neo-dark) !important;
    font-weight: 700 !important;
    background: linear-gradient(135deg, rgba(20, 70, 58, 0.14) 0%, rgba(13, 47, 39, 0.06) 100%) !important;
    border: 1px solid rgba(20, 70, 58, 0.22) !important;
    border-left: 4px solid #14463a !important;
    border-radius: 12px !important;
    padding: 16px 18px 14px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65) !important;
}

#footer-main .widgets.cols_4 aside.widget:nth-child(3) .textwidget .date {
    display: block !important;
    min-width: 0 !important;
    font-family: var(--neo-font-heading) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    color: #0d2f27 !important;
    margin-bottom: 6px !important;
}

#footer-main .widgets.cols_4 aside.widget:nth-child(3) .textwidget .date:last-of-type {
    margin-top: 14px !important;
    padding-top: 14px !important;
    border-top: 1px dashed rgba(20, 70, 58, 0.35) !important;
}

/* Contact lines with <p> fallback (if markup changes) */
#footer-main .widgets.cols_4 aside.widget:not(:first-child):not(:last-child) .textwidget p {
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    margin-bottom: 0 !important;
}

/* Contact glyphs (phone / email / location) in gold */
#footer-main .textwidget i,
#footer-main .textwidget .fa,
#footer-main .textwidget [class^="fa-"],
#footer-main .textwidget [class*=" fa-"] {
    color: var(--neo-accent) !important;
    flex-shrink: 0 !important;
}

/* In-card links: dark at rest, gold on hover */
#footer-main .widgets.cols_4 aside.widget .widget-wrapper a {
    color: var(--neo-dark) !important;
    font-weight: 500 !important;
    transition: color 0.2s var(--neo-ease);
}
#footer-main .widgets.cols_4 aside.widget .widget-wrapper a:hover {
    color: var(--neo-accent) !important;
}

/* Social icons: charcoal circular pills that flip to gold + lift on hover.
   Markup is <li><a><i class="fab fa-…"> — Font Awesome glyph, recolor via color. */
#footer-main .widget_socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
}

#footer-main .widget_socials li { list-style: none; margin: 0; }
#footer-main .widget_socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--neo-dark) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    color: var(--neo-accent) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18) !important;
    transition: background-color 0.25s var(--neo-ease), color 0.25s var(--neo-ease),
        transform 0.25s var(--neo-ease), border-color 0.25s var(--neo-ease),
        box-shadow 0.25s var(--neo-ease);
}

#footer-main .widgets.cols_4 aside.widget:last-child .widget_socials a {
    width: 40px !important;
    height: 40px !important;
    flex-shrink: 0 !important;
}
#footer-main .widget_socials a i {
    color: inherit !important;
    transition: color 0.25s var(--neo-ease);
}
#footer-main .widget_socials a:hover {
    background-color: var(--neo-accent) !important;
    border-color: var(--neo-accent) !important;
    color: #16181c !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(201, 162, 39, 0.28);
}
#footer-main .widget_socials a:hover i { color: #16181c !important; }

/* Copyright plinth: darker bar, muted text, gold credit link */
.footer-copyright {
    background-color: #111111 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
    padding: 20px 0 !important;
}

.footer-copyright .container {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.footer-copyright .copyright-text {
    font-family: var(--neo-font-body) !important;
    font-size: 12px !important;
    letter-spacing: 0.03em;
    line-height: 1.6;
    color: #6b7280 !important;
}
.footer-copyright .copyright-text a,
.footer-copyright a {
    color: var(--neo-accent) !important;
    text-decoration: none !important;
    transition: color 0.2s var(--neo-ease);
}
.footer-copyright .copyright-text a:hover,
.footer-copyright a:hover { color: #d9b441 !important; }

/* Responsive */
@media (max-width: 1024px) {
    #footer-main .widgets.cols_4 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }

    #footer-main .widgets.cols_4 aside.widget:first-child {
        grid-column: 1 / -1 !important;
    }

    #footer-main .widgets.cols_4 aside.widget:last-child {
        grid-column: 1 / -1 !important;
    }
}

@media (max-width: 768px) {
    #footer-main {
        padding: 48px 0 28px !important;
    }

    #footer-main .footer_widgets_wrapper .container,
    .footer-copyright .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    #footer-main .widgets.cols_4 {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    #footer-main .widgets.cols_4 aside.widget:first-child,
    #footer-main .widgets.cols_4 aside.widget:not(:first-child),
    #footer-main .widgets.cols_4 aside.widget:last-child {
        grid-column: 1 / -1 !important;
        flex: unset !important;
        max-width: none !important;
    }

    #footer-main .widgets.cols_4 aside.widget:not(:first-child) .widget-wrapper {
        min-height: 0 !important;
    }

    #footer-main .widgets.cols_4 aside.widget:last-child .widget_socials {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #footer-main .widgets.cols_4 aside.widget .widget-wrapper {
        padding: 24px 20px 22px !important;
    }
}

@media (max-width: 400px) {
    #footer-main {
        padding: 40px 0 24px !important;
    }

    #footer-main .widget-title h6 {
        margin-bottom: 16px !important;
    }

    #footer-main .widget_socials {
        justify-content: flex-start;
    }
}

/* --------------------------------------------------------------------------
   About Us page (405) — premium black card, wide balanced layout.
   Scope: banner, crumbs, body.
   -------------------------------------------------------------------------- */

.page-id-405 {
	--neo-about-panel: #000000;
	--neo-about-card-max: min(1220px, calc(100% - clamp(48px, 8vw, 96px)));
	--neo-about-frame: 10px;
	--neo-about-card-gap: 24px;
	--neo-about-gutter: clamp(24px, 5vw, 48px);
	--neo-about-inner-x: clamp(36px, 4.5vw, 60px);
}

/* Break out of theme 1140px container — fill page width like homepage location section */
.page-id-405 #main > .container {
	max-width: none !important;
	width: 100%;
	padding-left: var(--neo-about-gutter);
	padding-right: var(--neo-about-gutter);
	box-sizing: border-box;
}

.page-id-405 #main .elementor-405 {
	max-width: none !important;
	width: 100%;
}

.page-id-405 #main {
	background: #ffffff !important;
}

.page-id-405 .entry-header.small_title_box {
	position: relative;
	display: flex;
	align-items: center;
	min-height: clamp(380px, 48vh, 560px);
	background-size: cover !important;
	background-position: center center !important;
	overflow: hidden;
}

.page-id-405 .entry-header.small_title_box.neo-about-banner-video {
	background-image: none !important;
	background-color: #15110d !important;
	min-height: clamp(380px, 48vh, 560px);
}

.page-id-405 .entry-header.small_title_box.neo-about-banner-video > .neo-about-banner__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
}

.page-id-405 .entry-header.small_title_box.neo-about-banner-video > .neo-about-banner__media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.page-id-405 .entry-header.small_title_box.neo-about-banner-video::before {
	z-index: 1;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.16) 0%,
		rgba(0, 0, 0, 0.38) 100%
	);
}

.page-id-405 .entry-header.small_title_box.neo-about-banner-video .container {
	z-index: 2;
}

.page-id-405 .entry-header.small_title_box::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.28) 0%,
		rgba(0, 0, 0, 0.52) 100%
	);
	pointer-events: none;
}

.page-id-405 .entry-header.small_title_box .container {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: min(1180px, 94vw);
}

.page-id-405 .entry-header .entry-title h2.h1 {
	font-family: var(--neo-font-heading);
	font-size: clamp(26px, 3.5vw, 36px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #ffffff !important;
	margin: 0;
}

.page-id-405 .stm_breadcrumbs_unit {
	background: var(--neo-surface);
	border-bottom: 1px solid var(--neo-border);
	padding: 12px 0;
}

.page-id-405 .stm_breadcrumbs_unit .container {
	max-width: var(--neo-about-card-max);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: var(--neo-about-gutter);
	padding-right: var(--neo-about-gutter);
	box-sizing: border-box;
}

.page-id-405 .stm_breadcrumbs_unit .navxtBreads,
.page-id-405 .stm_breadcrumbs_unit .navxtBreads a {
	font-family: var(--neo-font-heading);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--neo-text-soft) !important;
	text-decoration: none;
}

.page-id-405 .stm_breadcrumbs_unit .navxtBreads a:hover {
	color: #ffffff !important;
}

/* Charcoal floating card on light page (homepage location language, wider) */
.page-id-405 .elementor-element-f596a7f,
.page-id-405 .elementor-element-b51b489 {
	position: relative;
	isolation: isolate;
	background: transparent !important;
	max-width: var(--neo-about-card-max);
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
}

.page-id-405 .elementor-element-f596a7f::after {
	display: none;
}

.page-id-405 .elementor-element-b51b489::after {
	display: none;
}

.page-id-405 .elementor-element-f596a7f::before,
.page-id-405 .elementor-element-b51b489::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #16181c;
	z-index: -1;
}

.page-id-405 .elementor-element-f596a7f::before {
	top: var(--neo-about-card-gap);
	border-radius: 28px 28px 0 0;
}

.page-id-405 .elementor-element-b51b489::before {
	border-radius: 0 0 28px 28px;
	box-shadow: 0 22px 52px rgba(0, 0, 0, 0.18);
}

.page-id-405 .elementor-element-f596a7f {
	padding: calc(var(--neo-about-card-gap) + var(--neo-about-frame)) var(--neo-about-frame) 0 !important;
	margin-bottom: 0 !important;
}

.page-id-405 .elementor-element-b51b489 {
	padding: 0 var(--neo-about-frame) var(--neo-about-frame) !important;
	margin-top: -1px !important;
	margin-bottom: clamp(32px, 5vw, 56px) !important;
}

/* Premium inner panel — even frame via section padding */
.page-id-405 .elementor-element-f596a7f > .elementor-container,
.page-id-405 .elementor-element-b51b489 > .elementor-container {
	background: var(--neo-about-panel);
	border: 1.5px solid rgba(255, 255, 255, 0.42);
	box-shadow: none;
	max-width: none !important;
	width: auto;
	margin: 0 !important;
}

.page-id-405 .elementor-element-f596a7f > .elementor-container {
	border-radius: 22px 22px 0 0;
	border-bottom: none;
	padding: clamp(32px, 4vw, 52px) var(--neo-about-inner-x) clamp(20px, 2.5vw, 28px);
}

.page-id-405 .elementor-element-b51b489 > .elementor-container {
	border-radius: 0 0 22px 22px;
	border-top: none;
	padding: clamp(20px, 2.5vw, 28px) var(--neo-about-inner-x) clamp(32px, 4vw, 48px);
	align-items: center;
	gap: clamp(28px, 3.5vw, 44px);
}

.page-id-405 .elementor-element-f596a7f .elementor-widget-container {
	text-align: center;
	max-width: 780px;
	margin: 0 auto;
}

.page-id-405 .elementor-element-f596a7f p {
	font-family: var(--neo-font-body);
	font-size: clamp(18px, 1.45vw, 20px);
	line-height: 1.85;
	letter-spacing: normal;
	color: rgba(255, 255, 255, 0.92);
	margin: 0;
}

.page-id-405 .elementor-element-f596a7f span.blue {
	color: var(--neo-accent) !important;
	font-weight: 600;
}

.page-id-405 .elementor-element-f596a7f p span[style*="font-weight"] {
	display: block;
	margin-top: 28px;
	font-family: var(--neo-font-heading) !important;
	font-size: clamp(26px, 3.2vw, 38px) !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
	color: #ffffff !important;
	letter-spacing: -0.02em;
}

.page-id-405 .elementor-element-f596a7f p span[style*="font-weight"]::before {
	content: "OUR STORY";
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto 12px;
	background: none;
	border-radius: 0;
	font-family: var(--neo-font-heading);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: var(--neo-accent);
}

.page-id-405 .elementor-element-f596a7f p span[style*="font-weight"]::after {
	content: "";
	display: block;
	width: min(420px, 72%);
	height: 1px;
	margin: 20px auto 0;
	background: linear-gradient(
		90deg,
		transparent 0%,
		rgba(201, 162, 39, 0.5) 50%,
		transparent 100%
	);
}

/* Image column — vertically centered beside story blocks */
@media (min-width: 901px) {
	.page-id-405 .elementor-element-b51b489 .elementor-element-b23b7a1 {
		width: 34% !important;
		max-width: 320px;
		flex: 0 0 34%;
		display: flex;
		align-items: center;
	}

	.page-id-405 .elementor-element-b51b489 .elementor-element-b23b7a1 > .elementor-widget-wrap {
		width: 100%;
	}

	.page-id-405 .elementor-element-b51b489 > .elementor-container > .elementor-column:not(.elementor-element-b23b7a1) {
		width: 66% !important;
		flex: 1 1 66%;
	}
}

.page-id-405 .elementor-element-b51b489 .elementor-widget-image .elementor-widget-container {
	padding: 10px;
	background: rgba(255, 255, 255, 0.04);
	border: 1.5px solid rgba(255, 255, 255, 0.42);
	border-radius: 16px;
	box-shadow: none;
}

.page-id-405 .elementor-element-b51b489 .elementor-widget-image img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 260px;
	max-height: 360px;
	object-fit: cover;
	object-position: center 35%;
	border-radius: 12px;
	border: 0;
	box-shadow: none;
	background: #ffffff;
}

.page-id-405 .elementor-element-b51b489 .elementor-widget-text-editor > .elementor-widget-container > div {
	padding: 4px 0 4px 2px;
}

.page-id-405 .elementor-element-b51b489 .elementor-widget-text-editor > .elementor-widget-container > div:not(:last-child) {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.page-id-405 .elementor-element-b51b489 h4 {
	font-family: var(--neo-font-heading);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: normal;
	color: #ffffff;
	margin: 0 0 10px;
	padding-left: 14px;
	border-left: 3px solid var(--neo-accent);
}

.page-id-405 .elementor-element-b51b489 p {
	font-family: var(--neo-font-body);
	font-size: 16px;
	line-height: 1.78;
	letter-spacing: normal;
	color: rgba(255, 255, 255, 0.88);
	margin: 0;
}

.page-id-405 .elementor-element-b51b489 span.blue {
	color: var(--neo-accent) !important;
	font-weight: 600;
}

.page-id-405 .elementor-element-80c96a6,
.page-id-405 .elementor-element-0a4abd9 {
	display: none !important;
}

@media (max-width: 900px) {
	.page-id-405 {
		--neo-about-gutter: 12px;
		--neo-about-frame: 8px;
		--neo-about-card-gap: 16px;
		--neo-about-inner-x: clamp(22px, 5vw, 28px);
	}

	.page-id-405 #main > .container {
		padding-left: var(--neo-about-gutter);
		padding-right: var(--neo-about-gutter);
	}

	.page-id-405 .stm_breadcrumbs_unit .container {
		padding-left: var(--neo-about-gutter);
		padding-right: var(--neo-about-gutter);
	}

	.page-id-405 .entry-header.small_title_box,
	.page-id-405 .entry-header.small_title_box.neo-about-banner-video {
		min-height: clamp(280px, 42vh, 440px);
	}

	.page-id-405 .entry-header .entry-title h2.h1 {
		font-size: 22px;
	}

	.page-id-405 .elementor-element-f596a7f::before {
		border-radius: 18px 18px 0 0;
	}

	.page-id-405 .elementor-element-b51b489::before {
		border-radius: 0 0 18px 18px;
	}

	.page-id-405 .elementor-element-f596a7f > .elementor-container {
		padding: 24px var(--neo-about-inner-x) 14px;
		border-radius: 14px 14px 0 0;
	}

	.page-id-405 .elementor-element-b51b489 > .elementor-container {
		padding: 10px var(--neo-about-inner-x) 24px;
		border-radius: 0 0 14px 14px;
		flex-direction: column;
	}

	.page-id-405 .elementor-element-b51b489 .elementor-widget-image img {
		max-height: none;
	}

	.page-id-405 .elementor-element-f596a7f .elementor-widget-container,
	.page-id-405 .elementor-element-f596a7f p {
		text-align: left;
	}

	.page-id-405 .elementor-element-f596a7f p {
		font-size: 17px;
	}

	.page-id-405 .elementor-element-f596a7f p span[style*="font-weight"] {
		font-size: 22px !important;
		margin-top: 22px;
	}

	.page-id-405 .elementor-element-f596a7f p span[style*="font-weight"]::before {
		margin-left: 0;
		margin-right: auto;
	}

	.page-id-405 .elementor-element-f596a7f p span[style*="font-weight"]::after {
		margin-left: 0;
		width: 120px;
	}

	.page-id-405 .elementor-element-b51b489 {
		margin-bottom: 24px !important;
	}

	.page-id-405 .elementor-element-b51b489 .elementor-col-50 {
		width: 100% !important;
	}
}

/* --------------------------------------------------------------------------
   Our Services page (297) — optional add-ons + why choose us
   Scope: banner, crumbs, body only (.page-id-297).
   Sections: 0c416fa services · 390f058 hide orphan image · a14b8bb about CTA
   · 4805a25 + f246eca why choose us icon grid
   -------------------------------------------------------------------------- */

.page-id-297 {
	--neo-svc-max: min(1340px, calc(100% - clamp(32px, 5vw, 64px)));
	--neo-svc-gutter: clamp(20px, 4vw, 48px);
	/* Blue is on-brand (NEO logo). Navy + royal for icon tiles & accent band. */
	--neo-blue-1: #15294f;
	--neo-blue-2: #234b8f;
	--neo-blue-3: #2f5fb0;
	--neo-blue-tile: linear-gradient(135deg, #234b8f 0%, #15294f 100%);
}

.page-id-297 #main > .container {
	max-width: none !important;
	width: 100%;
	padding-left: var(--neo-svc-gutter);
	padding-right: var(--neo-svc-gutter);
	box-sizing: border-box;
}

.page-id-297 #main .elementor-297 {
	max-width: none !important;
	width: 100%;
}

.page-id-297 #main {
	background: #ffffff !important;
}

.page-id-297 .entry-header.small_title_box {
	position: relative;
	display: flex;
	align-items: center;
	min-height: clamp(380px, 48vh, 560px);
	background-size: cover !important;
	background-position: center center !important;
	overflow: hidden;
}

.page-id-297 .entry-header.small_title_box.neo-services-banner-image {
	background-image: none !important;
	background-color: #15110d !important;
	min-height: clamp(380px, 48vh, 560px);
}

.page-id-297 .entry-header.small_title_box.neo-services-banner-image > .neo-services-banner__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
}

.page-id-297 .entry-header.small_title_box.neo-services-banner-image > .neo-services-banner__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.page-id-297 .entry-header.small_title_box.neo-services-banner-image::before {
	z-index: 1;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.16) 0%,
		rgba(0, 0, 0, 0.38) 100%
	);
}

.page-id-297 .entry-header.small_title_box.neo-services-banner-image .container {
	z-index: 2;
}

.page-id-297 .entry-header.small_title_box::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.28) 0%,
		rgba(0, 0, 0, 0.52) 100%
	);
	pointer-events: none;
}

.page-id-297 .entry-header.small_title_box .container {
	position: relative;
	z-index: 1;
	max-width: var(--neo-svc-max);
}

.page-id-297 .entry-header .entry-title h2.h1 {
	font-family: var(--neo-font-heading);
	font-size: clamp(26px, 3.5vw, 36px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #ffffff !important;
	margin: 0;
}

.page-id-297 .stm_breadcrumbs_unit {
	background: var(--neo-surface);
	border-bottom: 1px solid var(--neo-border);
	padding: 12px 0;
}

.page-id-297 .stm_breadcrumbs_unit .container {
	max-width: var(--neo-svc-max);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: clamp(20px, 4vw, 40px);
	padding-right: clamp(20px, 4vw, 40px);
	box-sizing: border-box;
}

.page-id-297 .stm_breadcrumbs_unit .navxtBreads,
.page-id-297 .stm_breadcrumbs_unit .navxtBreads a {
	font-family: var(--neo-font-heading);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--neo-text-soft) !important;
	text-decoration: none;
}

.page-id-297 .stm_breadcrumbs_unit .navxtBreads a:hover {
	color: var(--neo-accent) !important;
}

/* Orphan placeholder image between services and about block */
.page-id-297 .elementor-element-390f058 {
	display: none !important;
}

/* ===== Optional Services — native full-width card grid (no dark box) ===== */
.page-id-297 .elementor-element-0c416fa {
	padding: clamp(48px, 6vw, 80px) 0 clamp(24px, 3vw, 40px) !important;
}

.page-id-297 .elementor-element-0c416fa > .elementor-container {
	max-width: var(--neo-svc-max) !important;
	margin: 0 auto !important;
}

.page-id-297 .elementor-element-0c416fa .elementor-widget-wrap {
	background: transparent;
	border: none;
	padding: 0;
}

.page-id-297 .neo-svc-intro {
	font-family: var(--neo-font-body);
	font-size: clamp(18px, 1.5vw, 21px);
	line-height: 1.7;
	color: var(--neo-text);
	text-align: center;
	max-width: 760px;
	margin: 0 auto 14px;
}

.page-id-297 .neo-svc-intro span.blue {
	color: var(--neo-blue-2) !important;
	font-weight: 700;
}

.page-id-297 .neo-svc-head {
	text-align: center;
	margin-bottom: clamp(32px, 4vw, 48px);
}

.page-id-297 .neo-svc-head h3 {
	font-family: var(--neo-font-heading);
	font-size: clamp(28px, 3.4vw, 42px);
	font-weight: 800;
	color: var(--neo-dark);
	margin: 0;
	letter-spacing: -0.02em;
}

.page-id-297 .neo-svc-head h3::before {
	content: "ADD-ONS & PROTECTION";
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.22em;
	color: var(--neo-accent);
	margin-bottom: 12px;
}

.page-id-297 .neo-svc-head h3::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	margin: 16px auto 0;
	border-radius: 3px;
	background: linear-gradient(90deg, var(--neo-blue-2), var(--neo-accent));
}

/* Full-width spread grid with creative spans + dense flow */
.page-id-297 .neo-svc-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-flow: dense;
	gap: clamp(18px, 1.6vw, 24px);
	align-items: stretch;
}

.page-id-297 .neo-svc-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: clamp(24px, 2vw, 32px);
	background: #ffffff;
	border: 1px solid rgba(21, 41, 79, 0.08);
	border-radius: 18px;
	box-shadow: 0 10px 30px rgba(21, 41, 79, 0.06);
	overflow: visible;
	transition: transform 0.3s var(--neo-ease), box-shadow 0.3s var(--neo-ease), border-color 0.3s var(--neo-ease);
}

.page-id-297 .neo-svc-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	background: linear-gradient(180deg, var(--neo-blue-2), var(--neo-accent));
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 0.3s var(--neo-ease);
}

.page-id-297 .neo-svc-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 22px 48px rgba(21, 41, 79, 0.14);
	border-color: rgba(35, 75, 143, 0.25);
}

.page-id-297 .neo-svc-card:hover::before {
	transform: scaleY(1);
}

/* Insurance + Roadside get extra room: span 2, two-column interior */
.page-id-297 .neo-svc-card--wide {
	grid-column: span 2;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: clamp(20px, 2vw, 32px);
	align-items: start;
}

.page-id-297 .neo-svc-card__body {
	min-width: 0;
}

.page-id-297 .neo-svc-card--wide .neo-svc-card__body {
	width: 100%;
}

.page-id-297 .neo-svc-card__icon {
	width: 56px;
	height: 56px;
	border-radius: 16px;
	background: var(--neo-blue-tile);
	box-shadow: 0 8px 18px rgba(21, 41, 79, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-bottom: 18px;
	transition: transform 0.3s var(--neo-ease);
}

.page-id-297 .neo-svc-card--wide .neo-svc-card__icon {
	margin-bottom: 0;
}

.page-id-297 .neo-svc-card:hover .neo-svc-card__icon {
	transform: scale(1.06) rotate(-3deg);
}

.page-id-297 .neo-svc-card__icon::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 22px;
	color: var(--neo-accent);
	line-height: 1;
}

.page-id-297 .neo-svc-card[data-icon="hitch"] .neo-svc-card__icon::before { content: "\f0d1"; }
.page-id-297 .neo-svc-card[data-icon="shield"] .neo-svc-card__icon::before { content: "\f3ed"; }
.page-id-297 .neo-svc-card[data-icon="insurance"] .neo-svc-card__icon::before { content: "\f3d1"; }
.page-id-297 .neo-svc-card[data-icon="liability"] .neo-svc-card__icon::before { content: "\f0e3"; }
.page-id-297 .neo-svc-card[data-icon="cancel"] .neo-svc-card__icon::before { content: "\f057"; }
.page-id-297 .neo-svc-card[data-icon="child"] .neo-svc-card__icon::before { content: "\f1ae"; }
.page-id-297 .neo-svc-card[data-icon="roadside"] .neo-svc-card__icon::before { content: "\f3c5"; }
.page-id-297 .neo-svc-card[data-icon="default"] .neo-svc-card__icon::before { content: "\f058"; }

.page-id-297 .neo-svc-card__body h4 {
	font-family: var(--neo-font-heading);
	font-size: clamp(17px, 1.3vw, 19px);
	font-weight: 700;
	line-height: 1.3;
	color: var(--neo-dark);
	margin: 0 0 10px;
	padding: 0;
	border: none;
}

.page-id-297 .neo-svc-card__body p {
	font-family: var(--neo-font-body);
	font-size: 14.5px;
	line-height: 1.7;
	color: var(--neo-text-soft);
	margin: 0 0 10px;
}

.page-id-297 .neo-svc-card__body p:last-child {
	margin-bottom: 0;
}

.page-id-297 .neo-svc-card__body span.blue {
	color: var(--neo-blue-2) !important;
	font-weight: 700;
}

.page-id-297 .neo-svc-note {
	font-size: 13px !important;
	line-height: 1.5 !important;
	font-weight: 600 !important;
	font-style: normal !important;
	color: #c62828 !important;
	background: rgba(198, 40, 40, 0.08);
	border-left: 3px solid #c62828;
	border-radius: 0 8px 8px 0;
	padding: 8px 12px !important;
	margin: 0 0 14px !important;
}

.page-id-297 .neo-svc-note em {
	font-style: normal;
	color: #c62828;
}

.page-id-297 .neo-svc-source-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.page-id-297 .neo-svc-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px dashed rgba(21, 41, 79, 0.14);
}

.page-id-297 .neo-svc-action {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px 16px;
	padding: 12px 14px;
	background: #f8f9fc;
	border: 1px solid rgba(21, 41, 79, 0.1);
	border-radius: 12px;
}

.page-id-297 .neo-svc-action__label {
	flex: 1 1 140px;
	font-family: var(--neo-font-body);
	font-size: 14px;
	line-height: 1.45;
	color: var(--neo-dark);
	font-weight: 500;
}

.page-id-297 .neo-svc-action__btn {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 18px;
	border-radius: 999px;
	background: var(--neo-blue-tile);
	font-family: var(--neo-font-heading);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #ffffff !important;
	box-shadow: 0 4px 14px rgba(21, 41, 79, 0.2);
	transition: transform 0.2s var(--neo-ease), box-shadow 0.2s var(--neo-ease);
}

.page-id-297 .neo-svc-action__btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(21, 41, 79, 0.26);
	color: #ffffff !important;
}

.page-id-297 .neo-svc-action__btn--gold {
	background: linear-gradient(135deg, #c9a227 0%, #a8841a 100%);
	color: var(--neo-blue-1) !important;
	box-shadow: 0 4px 14px rgba(201, 162, 39, 0.35);
}

.page-id-297 .neo-svc-action__btn--gold:hover {
	color: var(--neo-blue-1) !important;
	box-shadow: 0 8px 22px rgba(201, 162, 39, 0.42);
}

.page-id-297 .neo-svc-link-row {
	margin-top: 4px !important;
}

.page-id-297 .neo-svc-link-row a {
	display: inline-block;
	font-weight: 600;
}

.page-id-297 .neo-svc-card__body a {
	color: var(--neo-blue-2);
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: rgba(201, 162, 39, 0.55);
	text-underline-offset: 3px;
}

.page-id-297 .neo-svc-card__body a:hover {
	color: var(--neo-accent);
}

.page-id-297 .neo-svc-card__partner {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid rgba(21, 41, 79, 0.1);
}

.page-id-297 .neo-svc-card__partner img {
	max-height: 46px;
	width: auto;
	object-fit: contain;
}

.page-id-297 .neo-svc-card__partner--goodsam img {
	max-height: 38px;
}

@media (max-width: 1024px) {
	.page-id-297 .neo-svc-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.page-id-297 .neo-svc-card--wide {
		grid-column: span 2;
	}
}

@media (max-width: 700px) {
	.page-id-297 .neo-svc-grid {
		grid-template-columns: 1fr;
	}
	.page-id-297 .neo-svc-card--wide {
		grid-column: auto;
		grid-template-columns: 1fr;
	}
	.page-id-297 .neo-svc-card--wide .neo-svc-card__icon {
		margin-bottom: 18px;
	}
}

/* ===== "What Do You Know About Us" — navy split, large image ===== */
.page-id-297 .elementor-element-a14b8bb {
	margin: clamp(40px, 6vw, 72px) 0 0 !important;
	background: linear-gradient(135deg, var(--neo-blue-1) 0%, #0d1c38 100%) !important;
	position: relative;
	overflow: hidden;
}

.page-id-297 .elementor-element-a14b8bb::before {
	content: "";
	position: absolute;
	top: -20%;
	right: -5%;
	width: 360px;
	height: 360px;
	background: radial-gradient(circle, rgba(201, 162, 39, 0.16) 0%, rgba(201, 162, 39, 0) 70%);
	pointer-events: none;
}

.page-id-297 .elementor-element-a14b8bb > .elementor-container {
	max-width: none !important;
	margin: 0 !important;
	align-items: stretch !important;
	min-height: clamp(420px, 46vw, 560px);
}

/* Left image column — bigger, full-bleed cover */
.page-id-297 .elementor-element-1a3d180 {
	display: block !important;
	align-self: stretch;
}

.page-id-297 .elementor-element-1a3d180 > .elementor-widget-wrap {
	height: 100%;
	min-height: clamp(420px, 46vw, 560px);
	background-size: cover !important;
	background-position: center center !important;
	position: relative;
}

.page-id-297 .elementor-element-1a3d180 > .elementor-widget-wrap::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(100deg, rgba(13, 28, 56, 0) 60%, var(--neo-blue-1) 100%);
}

.page-id-297 .elementor-element-1f4b894 > .elementor-widget-wrap {
	padding: clamp(40px, 5vw, 72px) clamp(28px, 4vw, 64px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 620px;
}

.page-id-297 .elementor-element-33cbca8 .elementor-heading-title {
	font-family: var(--neo-font-heading) !important;
	font-size: clamp(26px, 3.2vw, 38px) !important;
	font-weight: 800 !important;
	color: #ffffff !important;
	line-height: 1.15 !important;
	margin-bottom: 18px !important;
	letter-spacing: -0.02em;
}

.page-id-297 .elementor-element-33cbca8 .elementor-heading-title::before {
	content: "ABOUT NEO VAN RENTALS";
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.22em;
	color: var(--neo-accent);
	margin-bottom: 14px;
}

.page-id-297 .elementor-element-2913e83 p {
	font-family: var(--neo-font-body);
	font-size: clamp(15px, 1.15vw, 16.5px);
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.82);
	margin: 0 0 28px;
}

.page-id-297 .elementor-element-a14b8bb .elementor-button {
	font-family: var(--neo-font-heading);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	background: var(--neo-accent) !important;
	color: #15294f !important;
	border: none !important;
	border-radius: var(--neo-radius-pill) !important;
	padding: 15px 32px !important;
	box-shadow: 0 10px 26px rgba(201, 162, 39, 0.32);
	transition: transform 0.2s var(--neo-ease), box-shadow 0.2s var(--neo-ease);
}

.page-id-297 .elementor-element-a14b8bb .elementor-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(201, 162, 39, 0.42);
}

/* ===== Why Choose Us — light cards with blue tiles + gold hover ===== */
.page-id-297 .elementor-element-4805a25 {
	padding-top: clamp(48px, 6vw, 72px) !important;
	padding-bottom: 0 !important;
}

.page-id-297 .elementor-element-4805a25 > .elementor-container,
.page-id-297 .elementor-element-f246eca > .elementor-container {
	max-width: var(--neo-svc-max) !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.page-id-297 .elementor-element-5345e4e .elementor-heading-title {
	font-family: var(--neo-font-heading);
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--neo-dark);
	text-align: center;
}

.page-id-297 .elementor-element-5345e4e .elementor-heading-title::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	margin: 16px auto 0;
	border-radius: 3px;
	background: linear-gradient(90deg, var(--neo-blue-2), var(--neo-accent));
}

.page-id-297 .elementor-element-f246eca {
	padding-top: clamp(28px, 3vw, 40px) !important;
	padding-bottom: clamp(48px, 6vw, 72px) !important;
}

.page-id-297 .elementor-element-f246eca .elementor-inner-section,
.page-id-297 .elementor-element-f246eca .elementor-inner-section > .elementor-container,
.page-id-297 .elementor-element-f246eca .elementor-inner-section > .elementor-container > .elementor-row {
	display: contents !important;
}

.page-id-297 .elementor-element-f246eca .elementor-element-cc54c39 > .elementor-widget-wrap {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(18px, 1.6vw, 24px) !important;
}

.page-id-297 .elementor-element-f246eca .elementor-col-50 {
	width: auto !important;
	max-width: none !important;
	display: flex !important;
}

.page-id-297 .elementor-element-f246eca .icon-box {
	background: #ffffff !important;
	border: 1px solid rgba(21, 41, 79, 0.08) !important;
	border-radius: 18px !important;
	padding: 28px 24px !important;
	box-shadow: 0 10px 30px rgba(21, 41, 79, 0.06) !important;
	height: 100% !important;
	width: 100%;
	transition: transform 0.3s var(--neo-ease), box-shadow 0.3s var(--neo-ease);
}

.page-id-297 .elementor-element-f246eca .icon-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 22px 48px rgba(21, 41, 79, 0.14) !important;
}

.page-id-297 .elementor-element-f246eca .icon.icon_element,
.page-id-297 .elementor-element-f246eca .icon_element.boat-third-color {
	background: var(--neo-blue-tile) !important;
	border-radius: 16px !important;
	margin-bottom: 18px !important;
	box-shadow: 0 8px 18px rgba(21, 41, 79, 0.22) !important;
	transition: transform 0.3s var(--neo-ease);
}

.page-id-297 .elementor-element-f246eca .icon-box:hover .icon.icon_element {
	transform: scale(1.06) rotate(-3deg);
}

.page-id-297 .elementor-element-f246eca .icon_element svg,
.page-id-297 .elementor-element-f246eca .icon_element svg path,
.page-id-297 .elementor-element-f246eca .icon_element i {
	color: var(--neo-accent) !important;
	fill: var(--neo-accent) !important;
}

.page-id-297 .elementor-element-f246eca .icon-text .title.heading-font {
	font-family: var(--neo-font-heading) !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	color: var(--neo-dark) !important;
	margin-bottom: 8px !important;
}

.page-id-297 .elementor-element-f246eca .icon-text .content,
.page-id-297 .elementor-element-f246eca .icon-text .content p {
	font-family: var(--neo-font-body) !important;
	font-size: 14px !important;
	line-height: 1.6 !important;
	color: var(--neo-text-soft) !important;
	margin: 0 !important;
}

@media (max-width: 900px) {
	.page-id-297 .entry-header.small_title_box,
	.page-id-297 .entry-header.small_title_box.neo-services-banner-image {
		min-height: clamp(280px, 42vh, 440px);
	}
}

@media (max-width: 1024px) {
	.page-id-297 .elementor-element-f246eca .elementor-element-cc54c39 > .elementor-widget-wrap {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.page-id-297 .elementor-element-a14b8bb > .elementor-container {
		flex-direction: column;
	}
	.page-id-297 .elementor-element-1a3d180 {
		display: block !important;
		min-height: 260px;
	}
	.page-id-297 .elementor-element-1a3d180 > .elementor-widget-wrap {
		min-height: 260px;
	}
}

@media (max-width: 560px) {
	.page-id-297 .elementor-element-f246eca .elementor-element-cc54c39 > .elementor-widget-wrap {
		grid-template-columns: 1fr;
	}
}

/* --------------------------------------------------------------------------
   FAQ page (834) — simple: hero, crumbs, white accordion card
   -------------------------------------------------------------------------- */

.page-id-834 #main {
	background: var(--neo-muted);
}

.page-id-834 .entry-header.small_title_box {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: clamp(380px, 48vh, 560px);
	background-size: cover !important;
	background-position: center 72% !important;
	overflow: hidden;
}

.page-id-834 .entry-header.small_title_box.neo-faq-banner-video {
	background-image: none !important;
	background-color: #15110d !important;
	min-height: clamp(380px, 48vh, 560px);
}

.page-id-834 .entry-header.small_title_box.neo-faq-banner-video > .neo-faq-banner__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
}

.page-id-834 .entry-header.small_title_box.neo-faq-banner-video > .neo-faq-banner__media video {
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center 72%;
}

.page-id-834 .entry-header.small_title_box.neo-faq-banner-video::before {
	z-index: 1;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.16) 0%,
		rgba(0, 0, 0, 0.38) 100%
	);
}

.page-id-834 .entry-header.small_title_box.neo-faq-banner-video .container {
	z-index: 2;
}

.page-id-834 .entry-header.small_title_box::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.3) 0%,
		rgba(0, 0, 0, 0.55) 100%
	);
	pointer-events: none;
}

.page-id-834 .entry-header.small_title_box .container {
	position: relative;
	z-index: 1;
	max-width: min(920px, 94vw);
}

.page-id-834 .entry-header .entry-title h2.h1 {
	font-family: var(--neo-font-heading);
	font-size: clamp(26px, 4vw, 38px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #ffffff !important;
	margin: 0;
}

.page-id-834 .stm_breadcrumbs_unit {
	background: var(--neo-dark-deep);
	border-bottom: 1px solid rgba(201, 162, 39, 0.22);
	padding: 14px 0;
}

.page-id-834 .stm_breadcrumbs_unit .container {
	max-width: min(920px, 94vw);
}

.page-id-834 .stm_breadcrumbs_unit .navxtBreads,
.page-id-834 .stm_breadcrumbs_unit .navxtBreads a {
	font-family: var(--neo-font-heading);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55) !important;
	text-decoration: none;
	transition: color 0.25s var(--neo-ease);
}

.page-id-834 .stm_breadcrumbs_unit .navxtBreads a:hover {
	color: var(--neo-accent) !important;
}

.page-id-834 .elementor-element-8273b7e {
	padding: clamp(40px, 5vw, 64px) 0 !important;
	margin-bottom: 0 !important;
}

.page-id-834 .elementor-element-8273b7e > .elementor-container {
	max-width: min(820px, 94vw);
}

.page-id-834 .elementor-element-e7c1322 .elementor-widget-container {
	background: var(--neo-surface) !important;
	border: 1px solid var(--neo-border) !important;
	border-radius: var(--neo-radius-lg) !important;
	box-shadow: var(--neo-shadow-md) !important;
	padding: 6px 0 !important;
	overflow: hidden;
}

.page-id-834 .elementor-element-e7c1322 .elementor-accordion-item {
	border: none !important;
	border-bottom: 1px solid var(--neo-border) !important;
}

.page-id-834 .elementor-element-e7c1322 .elementor-accordion-item:last-child {
	border-bottom: none !important;
}

.page-id-834 .elementor-element-e7c1322 .elementor-tab-title {
	padding: 18px 24px !important;
	transition: background 0.2s var(--neo-ease);
}

.page-id-834 .elementor-element-e7c1322 .elementor-tab-title.elementor-active {
	background: rgba(201, 162, 39, 0.06) !important;
}

.page-id-834 .elementor-element-e7c1322 .elementor-accordion-title {
	font-family: var(--neo-font-heading) !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1.45 !important;
	color: var(--neo-dark) !important;
}

.page-id-834 .elementor-element-e7c1322 .elementor-tab-content {
	font-family: var(--neo-font-body) !important;
	font-size: 15px !important;
	line-height: 1.65 !important;
	color: var(--neo-text-soft) !important;
	padding: 0 24px 20px 44px !important;
	border: none !important;
}

.page-id-834 .elementor-element-e7c1322 .elementor-accordion-icon,
.page-id-834 .elementor-element-e7c1322 .elementor-accordion-icon svg {
	color: var(--neo-accent) !important;
	fill: var(--neo-accent) !important;
}

@media (max-width: 767px) {
	.page-id-834 .entry-header.small_title_box,
	.page-id-834 .entry-header.small_title_box.neo-faq-banner-video {
		min-height: clamp(280px, 42vh, 440px);
	}

	.page-id-834 .entry-header .entry-title h2.h1 {
		font-size: 22px;
		letter-spacing: 0.1em;
	}

	.page-id-834 .elementor-element-8273b7e {
		padding: 28px 0 !important;
	}

	.page-id-834 .elementor-element-e7c1322 .elementor-tab-title {
		padding: 14px 16px !important;
	}

	.page-id-834 .elementor-element-e7c1322 .elementor-accordion-title {
		font-size: 14px !important;
		line-height: 1.4 !important;
	}

	.page-id-834 .elementor-element-e7c1322 .elementor-tab-content {
		padding: 0 16px 16px 36px !important;
		font-size: 14px !important;
	}
}

/* --------------------------------------------------------------------------
   Contact page (311) — map + CF7 form
   Scope: body only (.page-id-311). Section 998bcfa · map f1797f7/2dede79 · form f395a66/23efb80
   -------------------------------------------------------------------------- */

.page-id-311 {
	--neo-contact-max: min(1280px, calc(100% - clamp(32px, 5vw, 64px)));
	--neo-contact-gutter: clamp(20px, 4vw, 48px);
	--neo-blue-1: #15294f;
	--neo-blue-2: #234b8f;
	--neo-blue-3: #2f5fb0;
	--neo-blue-tile: linear-gradient(135deg, #234b8f 0%, #15294f 100%);
	--neo-contact-frame: rgba(21, 41, 79, 0.08);
	--neo-contact-border: #ffffff;
}

.page-id-311 #wrapper,
.page-id-311 #main {
	background: #ffffff !important;
}

.page-id-311 #main > .container {
	max-width: none !important;
	width: 100%;
	padding-left: var(--neo-contact-gutter);
	padding-right: var(--neo-contact-gutter);
	box-sizing: border-box;
}

.page-id-311 #main .elementor-311 {
	max-width: none !important;
	width: 100%;
}

.page-id-311 .neo-contact-intro {
	max-width: var(--neo-contact-max);
	margin: clamp(40px, 5vw, 56px) auto clamp(28px, 4vw, 40px);
	text-align: center;
	padding: 0 clamp(8px, 2vw, 16px);
	box-sizing: border-box;
}

.page-id-311 .neo-contact-intro__eyebrow {
	font-family: var(--neo-font-heading);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--neo-accent);
	margin: 0 0 12px;
}

.page-id-311 .neo-contact-intro__title {
	font-family: var(--neo-font-heading);
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--neo-blue-1);
	margin: 0 0 14px;
}

.page-id-311 .neo-contact-intro__title span.neo-gold {
	color: var(--neo-accent);
}

.page-id-311 .neo-contact-intro__title::after {
	content: "";
	display: block;
	width: 72px;
	height: 3px;
	margin: 18px auto 0;
	background: linear-gradient(90deg, var(--neo-blue-2), var(--neo-accent));
	border-radius: 2px;
}

.page-id-311 .neo-contact-intro__lead {
	font-family: var(--neo-font-body);
	font-size: clamp(15px, 1.6vw, 18px);
	line-height: 1.75;
	color: var(--neo-text-soft);
	max-width: 680px;
	margin: 0 auto;
}

.page-id-311 .neo-contact-intro__lead span.blue {
	color: var(--neo-blue-2) !important;
	font-weight: 600;
}

.page-id-311 .elementor-element-998bcfa {
	margin: 0 !important;
	padding: 0 0 clamp(56px, 7vw, 88px) !important;
}

.page-id-311 .elementor-element-998bcfa > .elementor-container {
	max-width: var(--neo-contact-max);
	margin-left: auto;
	margin-right: auto;
	align-items: stretch !important;
	gap: clamp(24px, 3vw, 36px);
}

.page-id-311 .elementor-element-f1797f7 > .elementor-element-populated,
.page-id-311 .elementor-element-f395a66 > .elementor-element-populated {
	margin: 0 !important;
	padding: 0 !important;
	height: 100%;
}

.page-id-311 .elementor-element-f1797f7 > .elementor-widget-wrap {
	position: relative;
	background: var(--neo-surface);
	border: 2px solid var(--neo-contact-border);
	border-radius: 18px;
	box-shadow:
		0 12px 36px rgba(21, 41, 79, 0.08),
		0 0 0 1px rgba(0, 0, 0, 0.04);
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: transform 0.3s var(--neo-ease), box-shadow 0.3s var(--neo-ease);
}

.page-id-311 .elementor-element-f1797f7 > .elementor-widget-wrap:hover {
	transform: translateY(-2px);
	box-shadow:
		0 18px 44px rgba(21, 41, 79, 0.1),
		0 0 0 1px rgba(0, 0, 0, 0.05);
}

.page-id-311 .neo-contact-map-head {
	flex-shrink: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 12px 16px;
	padding: 16px clamp(20px, 3vw, 26px) 14px;
	background: var(--neo-blue-tile);
	border-bottom: 2px solid var(--neo-accent);
}

.page-id-311 .neo-contact-map-head__dundee {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px 4px 8px;
	margin: 0 0 0 auto;
	flex-shrink: 0;
	order: 2;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 999px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.page-id-311 .neo-contact-map-head__dundee i {
	color: var(--neo-accent);
	font-size: 10px;
}

.page-id-311 .neo-contact-map-head__dundee-city {
	font-family: var(--neo-font-heading);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--neo-blue-1);
	line-height: 1;
}

.page-id-311 .neo-contact-map-head__dundee-state {
	font-family: var(--neo-font-heading);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--neo-text-soft);
	padding-left: 7px;
	margin-left: 1px;
	border-left: 1px solid rgba(21, 41, 79, 0.15);
	line-height: 1;
}

.page-id-311 .neo-contact-map-head__eyebrow {
	display: none;
}

.page-id-311 .neo-contact-map-head__title {
	display: block;
	flex: 1 1 auto;
	order: 1;
	min-width: 0;
	font-family: var(--neo-font-heading);
	font-size: clamp(15px, 1.8vw, 19px);
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #ffffff;
}

.page-id-311 .elementor-element-2dede79 {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.page-id-311 .elementor-element-2dede79 > .elementor-widget-container {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	padding: 0 !important;
	line-height: 0;
	min-height: clamp(280px, 38vw, 400px);
}

.page-id-311 .elementor-element-2dede79 iframe {
	width: 100% !important;
	height: 100% !important;
	min-height: clamp(280px, 38vw, 400px);
	border: 0;
	display: block;
	filter: saturate(1.05) contrast(1.02);
}

.page-id-311 .neo-contact-info {
	padding: 0;
	border-top: none;
	display: flex;
	flex-direction: column;
	gap: 0;
	flex-shrink: 0;
	background: linear-gradient(180deg, var(--neo-blue-1) 0%, #0f1f3d 100%);
}

.page-id-311 .neo-contact-info__row {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 18px clamp(22px, 3vw, 28px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	transition: background 0.2s var(--neo-ease);
}

.page-id-311 .neo-contact-info__row:last-child {
	border-bottom: none;
}

.page-id-311 .neo-contact-info__row:hover {
	background: rgba(255, 255, 255, 0.04);
}

.page-id-311 .neo-contact-info__icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(201, 162, 39, 0.35);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--neo-accent);
	font-size: 16px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.page-id-311 .neo-contact-info__body {
	min-width: 0;
}

.page-id-311 .neo-contact-info__label {
	display: block;
	font-family: var(--neo-font-heading);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(201, 162, 39, 0.88);
	margin-bottom: 4px;
}

.page-id-311 .neo-contact-info__value,
.page-id-311 .neo-contact-info__value a {
	font-family: var(--neo-font-body);
	font-size: 15px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.92);
	text-decoration: none;
	transition: color 0.2s var(--neo-ease);
}

.page-id-311 .neo-contact-info__value a:hover {
	color: var(--neo-accent);
}

.page-id-311 .elementor-element-f395a66 > .elementor-widget-wrap {
	height: 100%;
}

.page-id-311 .elementor-element-23efb80,
.page-id-311 .elementor-element-23efb80 > .elementor-widget-container {
	height: 100%;
}

.page-id-311 .stm-elementor-contact-form-seven {
	height: auto;
	min-height: 100%;
}

.page-id-311 .stm-elementor-contact-form-seven {
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--neo-surface);
	border: 2px solid var(--neo-contact-border);
	border-radius: 18px;
	box-shadow:
		0 12px 36px rgba(21, 41, 79, 0.08),
		0 0 0 1px rgba(0, 0, 0, 0.04);
	padding: 0 !important;
	box-sizing: border-box;
	overflow: hidden;
	transition: transform 0.3s var(--neo-ease), box-shadow 0.3s var(--neo-ease);
}

.page-id-311 .stm-elementor-contact-form-seven:hover {
	transform: translateY(-2px);
	box-shadow:
		0 18px 44px rgba(21, 41, 79, 0.1),
		0 0 0 1px rgba(0, 0, 0, 0.05);
}

.page-id-311 .stm-elementor-contact-form-seven .icon-title {
	display: none !important;
	margin: 0 !important;
}

.page-id-311 .stm-elementor-contact-form-seven::before,
.page-id-311 .stm-elementor-contact-form-seven::after {
	content: none !important;
	display: none !important;
}

.page-id-311 .neo-contact-form-head {
	flex-shrink: 0;
	font-family: var(--neo-font-heading);
	font-size: clamp(16px, 1.8vw, 19px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #ffffff;
	padding: 18px clamp(28px, 4vw, 40px) 16px;
	background: var(--neo-blue-tile);
	border-bottom: 3px solid var(--neo-accent);
	box-sizing: border-box;
}

.page-id-311 .stm-elementor-contact-form-seven .wpcf7 {
	flex: 1 1 auto;
	position: relative;
	z-index: 1;
	margin: 0 !important;
	padding: clamp(24px, 3vw, 32px) clamp(28px, 4vw, 40px) clamp(28px, 4vw, 40px) !important;
	box-sizing: border-box;
	background: var(--neo-surface);
}

.page-id-311 .wpcf7-form {
	margin: 0 !important;
}

.page-id-311 .stm-elementor-contact-form-seven form {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.page-id-311 .wpcf7 label {
	display: block;
	font-family: var(--neo-font-heading);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--neo-blue-1);
	margin: 0 0 18px;
}

.page-id-311 .wpcf7-form-control-wrap {
	display: block;
	margin-top: 8px;
}

.page-id-311 .wpcf7 input[type="text"],
.page-id-311 .wpcf7 input[type="email"],
.page-id-311 .wpcf7 textarea {
	width: 100% !important;
	box-sizing: border-box;
	padding: 14px 16px !important;
	border: 1px solid rgba(21, 41, 79, 0.14) !important;
	border-radius: 10px !important;
	background: rgba(21, 41, 79, 0.035) !important;
	font-family: var(--neo-font-body) !important;
	font-size: 15px !important;
	line-height: 1.5 !important;
	color: var(--neo-dark) !important;
	transition: border-color 0.2s var(--neo-ease), box-shadow 0.2s var(--neo-ease),
		background 0.2s var(--neo-ease);
}

.page-id-311 .wpcf7 textarea {
	min-height: 140px;
	resize: vertical;
}

.page-id-311 .wpcf7 input[type="text"]:focus,
.page-id-311 .wpcf7 input[type="email"]:focus,
.page-id-311 .wpcf7 textarea:focus {
	outline: none !important;
	border-color: var(--neo-blue-2) !important;
	box-shadow:
		0 0 0 3px rgba(35, 75, 143, 0.12),
		0 0 0 1px rgba(201, 162, 39, 0.35) !important;
	background: #ffffff !important;
}

.page-id-311 .wpcf7 .h-captcha {
	margin: 4px 0 20px !important;
}

.page-id-311 .wpcf7 input[type="submit"] {
	display: inline-block;
	width: auto;
	min-width: 180px;
	margin-top: 4px;
	padding: 16px 40px !important;
	border: none !important;
	border-radius: 10px !important;
	background: linear-gradient(135deg, #c9a227 0%, #a8841a 100%) !important;
	font-family: var(--neo-font-heading) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0.18em !important;
	text-transform: uppercase !important;
	color: var(--neo-blue-1) !important;
	cursor: pointer;
	transition: transform 0.2s var(--neo-ease), box-shadow 0.2s var(--neo-ease),
		background 0.2s var(--neo-ease);
	box-shadow:
		0 4px 16px rgba(201, 162, 39, 0.38),
		inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.page-id-311 .wpcf7 input[type="submit"]:hover {
	transform: translateY(-2px);
	background: linear-gradient(135deg, #d4ad2e 0%, #b8921c 100%) !important;
	box-shadow:
		0 10px 28px rgba(201, 162, 39, 0.45),
		inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.page-id-311 .wpcf7-response-output {
	margin: 16px 0 0 !important;
	padding: 12px 16px !important;
	border-radius: 8px !important;
	font-family: var(--neo-font-body) !important;
	font-size: 14px !important;
}

@media (max-width: 900px) {
	.page-id-311 .elementor-element-998bcfa > .elementor-container {
		flex-direction: column;
	}

	.page-id-311 .elementor-element-f1797f7,
	.page-id-311 .elementor-element-f395a66 {
		width: 100% !important;
	}

	.page-id-311 .elementor-element-2dede79 > .elementor-widget-container,
	.page-id-311 .elementor-element-2dede79 iframe {
		min-height: 280px;
	}
}

@media (max-width: 560px) {
	.page-id-311 .neo-contact-intro {
		margin-top: 32px;
		text-align: left;
	}

	.page-id-311 .neo-contact-map-head {
		flex-wrap: wrap;
	}

	.page-id-311 .neo-contact-map-head__title {
		flex: 1 1 100%;
		order: 1;
	}

	.page-id-311 .neo-contact-map-head__dundee {
		order: 2;
		margin-left: auto;
	}

	.page-id-311 .neo-contact-intro__title::after {
		margin-left: 0;
	}

	.page-id-311 .stm-elementor-contact-form-seven {
		border-radius: 16px;
	}

	.page-id-311 .stm-elementor-contact-form-seven .wpcf7 {
		padding: 0 20px 24px;
	}

	.page-id-311 .wpcf7 input[type="submit"] {
		width: 100%;
	}
}

/* --------------------------------------------------------------------------
   Rental Car Insurance page (Sure embed template)
   Template: page-rental-car-insurance.php · slug: rental-car-insurance
   Premium NEO palette: navy · gold · white · charcoal
   -------------------------------------------------------------------------- */

.page-template-page-rental-car-insurance #main,
.page-template-page-rental-car-insurance #wrapper,
.page-id-1274 #main,
.page-id-1274 #wrapper,
.neo-insurance-page {
	background: #eef3f9 !important;
	background-color: #eef3f9 !important;
}

html body.page-template-page-rental-car-insurance,
html body.page-template-page-rental-car-insurance #wrapper,
html body.page-template-page-rental-car-insurance #main,
html body.page-id-1274,
html body.page-id-1274 #wrapper,
html body.page-id-1274 #main {
	background: #eef3f9 !important;
	background-color: #eef3f9 !important;
}

/* Insurance — soft fade from blue-white page into footer (matches hero seam) */
.page-template-page-rental-car-insurance #footer-main,
.page-id-1274 #footer-main {
	border-top: none !important;
	background-color: var(--neo-dark) !important;
	background-image: linear-gradient(
		180deg,
		rgba(238, 243, 249, 0.55) 0%,
		rgba(238, 243, 249, 0.14) 16px,
		rgba(29, 29, 29, 0.35) 30px,
		#1d1d1d 46px,
		var(--neo-dark) 100%
	) !important;
	box-shadow: inset 0 1px 0 rgba(201, 162, 39, 0.22);
}

.page-template-page-rental-car-insurance #main > .container,
.page-id-1274 #main > .container,
.neo-insurance-page > .container {
	max-width: min(960px, calc(100% - clamp(32px, 5vw, 64px)));
	margin: 0 auto;
	padding: clamp(28px, 4vw, 44px) clamp(20px, 4vw, 32px) clamp(64px, 8vw, 96px);
	box-sizing: border-box;
}

.neo-insurance-shell {
	width: 100%;
}

.neo-insurance-banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(380px, 48vh, 560px);
	overflow: hidden;
	background: #15110d;
}

.neo-insurance-banner__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.neo-insurance-banner__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.neo-insurance-banner__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.16) 0%,
		rgba(0, 0, 0, 0.28) 55%,
		rgba(0, 0, 0, 0.38) 100%
	);
	pointer-events: none;
}

/* Soft fade from hero photo into the page’s blue-white canvas */
.neo-insurance-banner::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: clamp(32px, 4.5vh, 52px);
	z-index: 3;
	background: linear-gradient(
		180deg,
		rgba(238, 243, 249, 0) 0%,
		rgba(238, 243, 249, 0.18) 62%,
		rgba(238, 243, 249, 0.55) 100%
	);
	pointer-events: none;
}

.neo-insurance-banner__content {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: clamp(48px, 8vw, 72px) clamp(24px, 5vw, 48px);
	max-width: min(920px, 94vw);
}

.neo-insurance-banner__eyebrow {
	font-family: var(--neo-font-heading);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
	margin: 0 0 14px;
}

.neo-insurance-banner__title {
	font-family: var(--neo-font-heading);
	font-size: clamp(30px, 4.5vw, 46px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

.neo-insurance-hero {
	text-align: center;
	margin-bottom: clamp(32px, 4vw, 48px);
}

.neo-insurance-hero__eyebrow {
	font-family: var(--neo-font-heading);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--neo-accent);
	margin: 0 0 12px;
}

.neo-insurance-hero__title {
	font-family: var(--neo-font-heading);
	font-size: clamp(32px, 4.5vw, 44px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--neo-blue-1);
	margin: 0;
}

.neo-insurance-hero__title::after {
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	margin: 18px auto 0;
	background: linear-gradient(90deg, var(--neo-blue-2), var(--neo-accent));
	border-radius: 2px;
}

.neo-insurance-hero__lead {
	font-family: var(--neo-font-body);
	font-size: clamp(15px, 1.7vw, 18px);
	line-height: 1.75;
	color: var(--neo-text-soft);
	max-width: 620px;
	margin: clamp(18px, 2.5vw, 24px) auto 0;
}

.neo-insurance-card {
	position: relative;
	background: #ffffff;
	border: 1px solid rgba(21, 41, 79, 0.08);
	border-radius: 20px;
	box-shadow:
		0 14px 40px rgba(0, 0, 0, 0.08),
		0 2px 8px rgba(0, 0, 0, 0.04);
	overflow: hidden;
}

.neo-insurance-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--neo-blue-2), var(--neo-accent), var(--neo-blue-1));
	z-index: 2;
}

.neo-insurance-card__head {
	padding: clamp(32px, 4vw, 40px) clamp(28px, 4vw, 44px) clamp(24px, 3vw, 32px);
	text-align: center;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	border-bottom: 1px solid rgba(21, 41, 79, 0.08);
}

.neo-insurance-card__logo {
	display: block;
	margin: 0 auto 18px;
	max-height: 76px;
	width: auto;
}

.neo-insurance-card__title {
	font-family: var(--neo-font-heading);
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 700;
	line-height: 1.2;
	color: var(--neo-blue-1);
	margin: 0 0 14px;
}

.neo-insurance-card__note {
	display: inline-block;
	font-family: var(--neo-font-heading);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.45;
	color: #9a1b1b;
	background: rgba(198, 40, 40, 0.07);
	border: 1px solid rgba(198, 40, 40, 0.18);
	border-radius: var(--neo-radius-pill);
	padding: 8px 16px;
	margin: 0;
}

.neo-insurance-card__body {
	padding: clamp(28px, 4vw, 40px) clamp(28px, 4vw, 44px) clamp(32px, 4vw, 44px);
}

.neo-insurance-copy {
	margin-bottom: clamp(28px, 4vw, 36px);
	padding-bottom: clamp(24px, 3vw, 32px);
	border-bottom: 1px solid rgba(21, 41, 79, 0.08);
}

.neo-insurance-copy__lead {
	font-family: var(--neo-font-body);
	font-size: 17px;
	line-height: 1.75;
	color: var(--neo-text);
	margin: 0 0 18px;
}

.neo-insurance-copy__lead strong {
	color: var(--neo-blue-1);
	font-weight: 700;
}

.neo-insurance-features {
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
	display: grid;
	gap: 10px;
}

.neo-insurance-features li {
	position: relative;
	padding-left: 28px;
	font-family: var(--neo-font-body);
	font-size: 15px;
	line-height: 1.55;
	color: var(--neo-text-soft);
}

.neo-insurance-features li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45em;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--neo-blue-tile);
	box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.35);
}

.neo-insurance-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.neo-insurance-policy-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	border-radius: var(--neo-radius-pill);
	border: 1px solid var(--neo-blue-1);
	background: var(--neo-blue-tile);
	color: #ffffff !important;
	font-family: var(--neo-font-heading);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none !important;
	box-shadow: 0 6px 16px rgba(21, 41, 79, 0.2);
	transition:
		background 0.25s var(--neo-ease),
		border-color 0.25s var(--neo-ease),
		transform 0.25s var(--neo-ease),
		box-shadow 0.25s var(--neo-ease);
}

.neo-insurance-policy-btn:hover {
	background: var(--neo-accent);
	border-color: var(--neo-accent);
	color: #1a1a1a !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(201, 162, 39, 0.28);
}

.neo-insurance-checkout__head {
	text-align: center;
	margin-bottom: 20px;
	padding: clamp(22px, 3vw, 28px) clamp(20px, 3vw, 28px);
	background: linear-gradient(135deg, var(--neo-blue-1) 0%, #0d1c38 100%);
	border-radius: 14px;
	color: #ffffff;
}

.neo-insurance-checkout__eyebrow {
	font-family: var(--neo-font-heading);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--neo-accent);
	margin: 0 0 8px;
}

.neo-insurance-checkout__title {
	font-family: var(--neo-font-heading);
	font-size: clamp(20px, 2.5vw, 26px);
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0 10px;
}

.neo-insurance-checkout__sub {
	font-family: var(--neo-font-body);
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.82);
	margin: 0;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}

.neo-insurance-checkout__sub strong {
	color: #ffffff;
	font-weight: 700;
}

.neo-insurance-embed-wrap {
	background: #ffffff;
	border: 1px solid rgba(21, 41, 79, 0.12);
	border-radius: 14px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.9),
		0 8px 28px rgba(0, 0, 0, 0.07);
	overflow: hidden;
}

.neo-insurance-post-embed {
	margin-top: 20px;
	border: 1px solid rgba(21, 41, 79, 0.1);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 6px 22px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.neo-insurance-post-embed__point {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 12px 18px;
	font-family: var(--neo-font-heading);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--neo-blue-2);
	background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
	border-bottom: 1px solid rgba(21, 41, 79, 0.08);
}

.neo-insurance-post-embed__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(35, 75, 143, 0.1);
	color: var(--neo-blue-2);
	font-size: 14px;
	line-height: 1;
}

.neo-insurance-post-embed__guide {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 18px 20px;
	background: linear-gradient(180deg, #fffdf7 0%, #fff9eb 100%);
	border-bottom: 1px solid rgba(201, 162, 39, 0.22);
}

.neo-insurance-post-embed__badge {
	flex: 0 0 auto;
	font-family: var(--neo-font-heading);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #1a1a1a;
	background: var(--neo-accent);
	border-radius: var(--neo-radius-pill);
	padding: 7px 11px;
	line-height: 1;
	margin-top: 2px;
}

.neo-insurance-post-embed__steps {
	flex: 1;
	min-width: 0;
}

.neo-insurance-post-embed__steps p {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	font-family: var(--neo-font-body);
	font-size: 15px;
	line-height: 1.55;
	color: var(--neo-text);
}

.neo-insurance-post-embed__steps p + p {
	margin-top: 10px;
}

.neo-insurance-post-embed__step-num {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--neo-blue-tile);
	color: #ffffff;
	font-family: var(--neo-font-heading);
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	margin-top: 1px;
}

.neo-insurance-post-embed__steps strong {
	color: var(--neo-blue-1);
	font-weight: 700;
}

.neo-insurance-post-embed__trust {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px 0;
	margin: 0;
	padding: 14px 18px;
	background: linear-gradient(135deg, var(--neo-blue-1) 0%, #0d1c38 100%);
}

.neo-insurance-post-embed__trust li {
	display: inline-flex;
	align-items: center;
	font-family: var(--neo-font-heading);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.88);
}

.neo-insurance-post-embed__trust li:not(:last-child)::after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: 0 14px;
	border-radius: 50%;
	background: var(--neo-accent);
	opacity: 0.9;
}

.neo-insurance-embed {
	display: block;
	width: 100%;
	min-height: 520px;
	height: clamp(520px, 72vh, 680px);
	max-width: none;
	margin: 0;
	border: 0;
	background: #ffffff;
}

@media (max-width: 767px) {
	.neo-insurance-banner {
		min-height: clamp(280px, 42vh, 440px);
	}

	.neo-insurance-banner__title {
		font-size: clamp(24px, 7vw, 32px);
	}

	.neo-insurance-hero {
		text-align: left;
	}

	.neo-insurance-hero__title::after {
		margin-left: 0;
	}

	.neo-insurance-hero__lead {
		margin-left: 0;
		margin-right: 0;
	}

	.neo-insurance-post-embed__guide {
		flex-direction: column;
		align-items: stretch;
	}

	.neo-insurance-post-embed__badge {
		align-self: flex-start;
	}

	.neo-insurance-post-embed__trust {
		flex-direction: column;
		align-items: center;
		gap: 10px;
		padding: 16px;
	}

	.neo-insurance-post-embed__trust li:not(:last-child)::after {
		display: none;
	}

	.neo-insurance-embed {
		min-height: 480px;
		height: clamp(480px, 68vh, 560px);
	}
}

@media (max-width: 560px) {
	.neo-insurance-card__body {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* --------------------------------------------------------------------------
   Fleet / Select Vehicle page (page 863 · /fleet/)
   NEO blue + gold reserve CTAs, soft card lift on white canvas.
   Beats inline page <style> #wrapper gray and plugin .rc-reserve-dark blue.
   -------------------------------------------------------------------------- */

html body.page-id-863 #wrapper,
html body.page-id-863 #main,
html body.page-template-rcfleet-php #wrapper,
html body.page-template-rcfleet-php #main {
	background-color: #ffffff !important;
	background: #ffffff !important;
}

.page-id-863 .stm_single_class_car.car-block {
	background: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.06) !important;
	border-radius: 12px !important;
	box-shadow:
		0 6px 20px rgba(0, 0, 0, 0.07),
		0 1px 3px rgba(0, 0, 0, 0.05) !important;
	overflow: hidden;
	transition:
		box-shadow 0.28s var(--neo-ease),
		transform 0.28s var(--neo-ease),
		border-color 0.28s var(--neo-ease);
}

.page-id-863 .stm_single_class_car.car-block:hover {
	border-color: rgba(21, 41, 79, 0.1) !important;
	box-shadow:
		0 10px 28px rgba(0, 0, 0, 0.1),
		0 2px 6px rgba(0, 0, 0, 0.06) !important;
	transform: translateY(-2px);
}

.page-id-863 .stm_single_class_car .heading-font {
	font-family: var(--neo-font-heading) !important;
	color: var(--neo-blue-1) !important;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.page-id-863 .stm_single_class_car .stm-rental-seats,
.page-id-863 .stm_single_class_car .stm-rental-door,
.page-id-863 .stm_single_class_car .stm-rental-bag,
.page-id-863 .stm_single_class_car .stm-rental-ac,
.page-id-863 .stm_single_class_car .single_info i {
	color: var(--neo-blue-2) !important;
}

.page-id-863 .stm_single_class_car a:not(.fleet_reserve):not(.rc-reserve-dark) {
	color: var(--neo-text-soft) !important;
	transition: color 0.2s var(--neo-ease);
}

.page-id-863 .stm_single_class_car a:not(.fleet_reserve):not(.rc-reserve-dark):hover {
	color: var(--neo-blue-2) !important;
}

.page-id-863 .stm_single_class_car .pay a.fleet_reserve.rc-reserve-dark,
.page-id-863 .rc-reserve-dark.fleet_reserve,
.page-id-863 a.fleet_reserve.rc-reserve-dark {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
	min-width: 132px;
	height: 44px !important;
	min-height: 44px !important;
	padding: 0 26px !important;
	border-radius: var(--neo-radius-pill) !important;
	border: 1px solid var(--neo-blue-1) !important;
	background: var(--neo-blue-tile) !important;
	color: #ffffff !important;
	font-family: var(--neo-font-heading) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	vertical-align: middle !important;
	box-shadow: 0 6px 16px rgba(21, 41, 79, 0.22) !important;
	transition:
		background 0.25s var(--neo-ease),
		border-color 0.25s var(--neo-ease),
		color 0.25s var(--neo-ease),
		transform 0.25s var(--neo-ease),
		box-shadow 0.25s var(--neo-ease);
}

.page-id-863 .stm_single_class_car .pay a.fleet_reserve.rc-reserve-dark:hover,
.page-id-863 .rc-reserve-dark.fleet_reserve:hover,
.page-id-863 a.fleet_reserve.rc-reserve-dark:hover {
	background: var(--neo-accent) !important;
	border-color: var(--neo-accent) !important;
	color: #1a1a1a !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(201, 162, 39, 0.28) !important;
}

/* Sidebar filter panel — light card on white */
.page-id-863 .autoroyal-vertical-car-filter {
	background: #ffffff !important;
	border: 1px solid rgba(0, 0, 0, 0.06) !important;
	border-radius: 12px !important;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05) !important;
}

.page-id-863 .autoroyal-vertical-car-filter label,
.page-id-863 .autoroyal-vertical-car-filter .filter-heading {
	font-family: var(--neo-font-heading);
	color: var(--neo-blue-1) !important;
}

.page-id-863 .autoroyal-vertical-car-filter input[type="checkbox"]:checked + label,
.page-id-863 .autoroyal-vertical-car-filter .checked {
	color: var(--neo-blue-2) !important;
}

/* --------------------------------------------------------------------------
   Value Line Vehicles — legacy horizontal row: bare vehicle PNGs + promo box
   Width locked to Meet-the-Fleet grid breakout (same left/right runway).
   -------------------------------------------------------------------------- */

.neo-value-line {
	clear: both;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin-top: clamp(32px, 4vw, 44px);
	padding: clamp(24px, 3vw, 32px) 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.neo-value-line__head {
	margin-bottom: clamp(16px, 2vw, 22px);
}

.neo-value-line__title {
	position: relative;
	display: inline-block;
	margin: 0;
	padding-bottom: 14px;
	font-family: var(--neo-font-heading);
	font-size: clamp(25px, 3vw, 30px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: var(--neo-dark);
}

.neo-value-line__title::before {
	content: "VALUE LINE";
	display: block;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.18em;
	color: var(--neo-accent);
}

.neo-value-line__title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 46px;
	height: 3px;
	border-radius: 2px;
	background: var(--neo-accent);
}

.neo-value-line__frame {
	box-sizing: border-box;
	width: 100%;
	padding: clamp(20px, 2.5vw, 28px);
	background: #ffffff;
	border: 1.5px solid #16181c;
	border-radius: 16px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.neo-value-line__layout {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(220px, 28%);
	gap: clamp(16px, 2vw, 28px);
	align-items: center;
	width: 100%;
}

/* Flatten vehicle wrapper so each PNG is its own grid cell beside the promo */
.neo-value-line__vehicles {
	display: contents;
}

.neo-value-line__vehicle-img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 115px;
	margin: 0 auto;
	object-fit: contain;
}

.neo-value-line__vehicle-img--van {
	max-height: 130px;
}

.neo-value-line__promo {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-width: 0;
	padding: 22px 20px;
	background: #f2f2f2;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	text-align: center;
}

.neo-value-line__logo {
	display: block;
	width: min(150px, 72%);
	height: auto;
}

.neo-value-line__copy {
	margin: 0;
	font-family: var(--neo-font-body);
	font-size: 13px;
	line-height: 1.65;
	color: var(--neo-text);
}

.page-id-863 .autoroyal-inventory-flashx > .neo-value-line,
.page-template-rcfleet-php .autoroyal-inventory-flashx > .neo-value-line {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin-top: clamp(28px, 3vw, 40px);
	padding-top: clamp(24px, 2.8vw, 32px);
}

.page-id-863 #inventory-vehicles-holderx .neo-value-line,
.page-template-rcfleet-php #inventory-vehicles-holderx .neo-value-line {
	width: 100%;
	max-width: none;
	margin-top: clamp(24px, 3vw, 32px);
}

@media (max-width: 900px) {
	.neo-value-line__layout {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.neo-value-line__promo {
		grid-column: 1 / -1;
	}
}

@media (max-width: 560px) {
	.neo-value-line__vehicle-img,
	.neo-value-line__vehicle-img--van {
		max-width: min(200px, 42vw);
		max-height: 100px;
	}
}

/* --------------------------------------------------------------------------
   Home — satellite section “See all locations” link (neo-enhance.js)
   -------------------------------------------------------------------------- */

.page-id-721 .neo-loc-see-all {
	display: inline-block;
	margin-top: 14px;
	padding: 12px 24px;
	border: 1.5px solid rgba(255, 255, 255, 0.55);
	border-radius: var(--neo-radius-pill);
	background: transparent;
	color: #ffffff !important;
	font-family: var(--neo-font-heading);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none !important;
	line-height: 1.2;
	transition:
		background-color 0.2s var(--neo-ease),
		border-color 0.2s var(--neo-ease),
		color 0.2s var(--neo-ease),
		transform 0.2s var(--neo-ease);
}

.page-id-721 .neo-loc-see-all:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: var(--neo-accent);
	color: var(--neo-accent) !important;
	transform: translateY(-2px);
}

/* --------------------------------------------------------------------------
   Locations page (RentCentric offices)
   Template: page-locations.php · slug: locations
   -------------------------------------------------------------------------- */

.page-template-page-locations #main,
.page-template-page-locations #wrapper,
.neo-locations-page {
	background: #eef3f9 !important;
	background-color: #eef3f9 !important;
}

html body.page-template-page-locations,
html body.page-template-page-locations #wrapper,
html body.page-template-page-locations #main {
	background: #eef3f9 !important;
	background-color: #eef3f9 !important;
}

.page-template-page-locations #footer-main {
	border-top: none !important;
	background-color: var(--neo-dark) !important;
	background-image: linear-gradient(
		180deg,
		rgba(238, 243, 249, 0.55) 0%,
		rgba(238, 243, 249, 0.14) 16px,
		rgba(29, 29, 29, 0.35) 30px,
		#1d1d1d 46px,
		var(--neo-dark) 100%
	) !important;
	box-shadow: inset 0 1px 0 rgba(201, 162, 39, 0.22);
}

.page-template-page-locations #main > .container,
.page-template-page-locations #main > .container.neo-locations-page__body,
.neo-locations-page > .container,
.neo-locations-page__body {
	--neo-locations-max: min(1120px, calc(100% - clamp(24px, 4vw, 48px)));
	max-width: var(--neo-locations-max) !important;
	width: 100% !important;
	margin: 0 auto;
	padding: clamp(20px, 2.5vw, 32px) 0 clamp(52px, 5vw, 72px);
	box-sizing: border-box;
}

.neo-locations-banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(260px, 34vh, 360px);
	overflow: hidden;
	background: var(--neo-blue-1);
}

.neo-locations-banner__overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 70% 55% at 50% 100%, rgba(201, 162, 39, 0.1) 0%, transparent 68%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.18) 100%);
	pointer-events: none;
}

.neo-locations-banner__content {
	position: relative;
	z-index: 1;
	max-width: 720px;
	padding: clamp(48px, 8vw, 88px) clamp(24px, 4vw, 40px);
	text-align: center;
}

.neo-locations-banner__eyebrow {
	margin: 0 0 12px;
	font-family: var(--neo-font-heading);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--neo-accent);
}

.neo-locations-banner__title {
	margin: 0 0 12px;
	font-family: var(--neo-font-heading);
	font-size: clamp(30px, 3.6vw, 44px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.02em;
	color: #ffffff;
}

.neo-locations-banner__sub {
	margin: 0;
	font-family: var(--neo-font-body);
	font-size: clamp(16px, 2vw, 18px);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.86);
}

.neo-locations-lead {
	margin: 0 0 clamp(24px, 3vw, 32px);
	font-family: var(--neo-font-body);
	font-size: clamp(15px, 1.6vw, 17px);
	line-height: 1.65;
	color: var(--neo-text-soft);
	text-align: center;
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}

.neo-locations-lead a {
	color: var(--neo-blue-2);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.neo-locations-lead a:hover {
	color: var(--neo-blue-1);
}

.neo-locations-map-wrap {
	width: 100%;
	margin: 0 0 clamp(28px, 3vw, 36px);
	border: 1px solid rgba(21, 41, 79, 0.1);
	border-radius: 12px;
	overflow: hidden;
	background: #ffffff;
}

.neo-locations-map {
	width: 100%;
	height: clamp(320px, 42vw, 480px);
	z-index: 0;
}

/* Leaflet branded pins */
.neo-leaflet-pin {
	background: transparent;
	border: 0;
}

.neo-leaflet-pin .neo-leaflet-pin__dot {
	display: block;
	width: 18px;
	height: 18px;
	margin: 4px auto 0;
	background: var(--neo-blue-1);
	border: 3px solid #ffffff;
	border-radius: 50% 50% 50% 0;
	transform: rotate(-45deg);
	box-shadow: 0 2px 6px rgba(21, 41, 79, 0.4);
}

.neo-leaflet-pin--hq .neo-leaflet-pin__dot {
	width: 22px;
	height: 22px;
	background: var(--neo-accent);
	box-shadow: 0 2px 8px rgba(201, 162, 39, 0.55);
}

.neo-loc-map-info {
	font-family: var(--neo-font-body);
	font-size: 13px;
	line-height: 1.45;
	color: var(--neo-text-soft);
	min-width: 180px;
}

.neo-loc-map-info strong {
	display: block;
	margin-bottom: 4px;
	font-family: var(--neo-font-heading);
	font-size: 15px;
	color: var(--neo-blue-1);
}

.neo-loc-map-info p {
	margin: 0 0 4px;
}

.neo-loc-map-info__phone {
	font-family: var(--neo-font-heading);
	font-weight: 600;
	color: var(--neo-blue-2);
}

.neo-loc-map-info__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.neo-loc-map-info__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 12px;
	border-radius: var(--neo-radius-pill);
	border: 1px solid rgba(21, 41, 79, 0.16);
	background: #ffffff;
	font-family: var(--neo-font-heading);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	text-decoration: none !important;
	color: var(--neo-blue-1) !important;
	line-height: 1.2;
}

.neo-loc-map-info__btn--primary {
	background: var(--neo-blue-1);
	border-color: var(--neo-blue-1);
	color: #ffffff !important;
}

.leaflet-popup-content-wrapper {
	border-radius: 10px;
}

.leaflet-popup-content {
	margin: 12px 14px;
}

.neo-loc-row {
	scroll-margin-top: 110px;
	transition: background-color 0.3s var(--neo-ease), box-shadow 0.3s var(--neo-ease);
}

.neo-loc-row--active {
	background: rgba(21, 41, 79, 0.04);
	box-shadow: inset 3px 0 0 var(--neo-blue-2);
}

.neo-loc-row--hq.neo-loc-row--active {
	background: linear-gradient(90deg, rgba(201, 162, 39, 0.14) 0%, rgba(201, 162, 39, 0.05) 48%, rgba(21, 41, 79, 0.03) 100%);
	box-shadow: inset 3px 0 0 var(--neo-accent);
}

@keyframes neoLocFlash {
	0% {
		background: rgba(201, 162, 39, 0.32);
	}
	100% {
		background: rgba(21, 41, 79, 0.04);
	}
}

.neo-loc-row--flash {
	animation: neoLocFlash 1.1s var(--neo-ease);
}

.neo-locations-empty {
	padding: 28px 24px;
	border-radius: 14px;
	background: #ffffff;
	border: 1px solid rgba(21, 41, 79, 0.08);
	text-align: center;
	color: var(--neo-text-soft);
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

/* Vertical list — clean rows */
.neo-locations-list {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #ffffff;
	border: 1px solid rgba(21, 41, 79, 0.1);
	border-radius: 12px;
	overflow: hidden;
}

.neo-loc-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 16px 24px;
	border-bottom: 1px solid rgba(21, 41, 79, 0.07);
}

.neo-loc-row:last-child {
	border-bottom: 0;
}

.neo-loc-section + .neo-loc-section {
	border-top: 1px solid rgba(21, 41, 79, 0.07);
}

.neo-loc-section__heading {
	margin: 0;
	padding: 11px 24px 9px;
	font-family: var(--neo-font-heading);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--neo-blue-1);
	background: rgba(21, 41, 79, 0.035);
	border-bottom: 1px solid rgba(21, 41, 79, 0.07);
}

.neo-loc-section__rows .neo-loc-row:last-child {
	border-bottom: 0;
}

.neo-loc-row--hq {
	border-left: 3px solid var(--neo-accent);
	padding-left: 21px;
}

.neo-loc-row__info {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.neo-loc-row__title {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px;
}

.neo-loc-row__city {
	margin: 0;
	font-family: var(--neo-font-heading);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--neo-blue-1);
}

.neo-loc-row__hq {
	font-family: var(--neo-font-heading);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--neo-accent);
}

.neo-loc-row__address {
	margin: 0;
	font-family: var(--neo-font-body);
	font-size: 14px;
	line-height: 1.45;
	color: var(--neo-text-soft);
}

.neo-loc-row__phone {
	display: inline-block;
	font-family: var(--neo-font-heading);
	font-size: 14px;
	font-weight: 600;
	color: var(--neo-blue-2);
	text-decoration: none;
	transition: color 0.2s var(--neo-ease);
}

.neo-loc-row__phone:hover {
	color: var(--neo-accent);
}

.neo-loc-row__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	flex-shrink: 0;
}

.neo-loc-row__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 16px;
	border-radius: var(--neo-radius-pill);
	border: 1px solid rgba(21, 41, 79, 0.16);
	background: transparent;
	font-family: var(--neo-font-heading);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	text-decoration: none !important;
	color: var(--neo-blue-1) !important;
	line-height: 1.2;
	white-space: nowrap;
	transition:
		background-color 0.2s var(--neo-ease),
		border-color 0.2s var(--neo-ease),
		color 0.2s var(--neo-ease);
}

.neo-loc-row__btn:hover {
	background: rgba(21, 41, 79, 0.04);
	border-color: var(--neo-blue-2);
	color: var(--neo-blue-2) !important;
}

.neo-loc-row__btn--primary {
	background: var(--neo-blue-1);
	border-color: var(--neo-blue-1);
	color: #ffffff !important;
}

.neo-loc-row__btn--primary:hover {
	background: var(--neo-accent);
	border-color: var(--neo-accent);
	color: #16181c !important;
}

@media (max-width: 768px) {
	.neo-loc-row {
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
		padding: 16px 18px;
	}

	.neo-loc-row--hq {
		padding-left: 15px;
	}

	.neo-loc-row__actions {
		justify-content: flex-start;
		width: 100%;
	}
}

/* --------------------------------------------------------------------------
   Vehicles For Sale (RentCentric inventory)
   Templates: page-vehicles-for-sale.php · page-vehicle-for-sale.php
   -------------------------------------------------------------------------- */

.page-template-page-vehicles-for-sale #main,
.page-template-page-vehicles-for-sale #wrapper,
.page-template-page-vehicle-for-sale #main,
.page-template-page-vehicle-for-sale #wrapper,
.neo-forsale-page {
	background: #eef3f9 !important;
	background-color: #eef3f9 !important;
}

html body.page-template-page-vehicles-for-sale,
html body.page-template-page-vehicles-for-sale #wrapper,
html body.page-template-page-vehicles-for-sale #main,
html body.page-template-page-vehicle-for-sale,
html body.page-template-page-vehicle-for-sale #wrapper,
html body.page-template-page-vehicle-for-sale #main {
	background: #eef3f9 !important;
	background-color: #eef3f9 !important;
}

.page-template-page-vehicles-for-sale #footer-main,
.page-template-page-vehicle-for-sale #footer-main {
	border-top: none !important;
	background-color: var(--neo-dark) !important;
	background-image: linear-gradient(
		180deg,
		rgba(238, 243, 249, 0.55) 0%,
		rgba(238, 243, 249, 0.14) 16px,
		rgba(29, 29, 29, 0.35) 30px,
		#1d1d1d 46px,
		var(--neo-dark) 100%
	) !important;
	box-shadow: inset 0 1px 0 rgba(201, 162, 39, 0.22);
}

.neo-forsale-page > .container,
.neo-forsale-page__body {
	--neo-forsale-max: min(1180px, calc(100% - clamp(24px, 4vw, 48px)));
	max-width: var(--neo-forsale-max) !important;
	width: 100% !important;
	margin: 0 auto;
	padding: clamp(20px, 2.5vw, 32px) 0 clamp(52px, 5vw, 72px);
	box-sizing: border-box;
}

.neo-forsale-banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(260px, 34vh, 360px);
	overflow: hidden;
	background: var(--neo-blue-1);
}

.neo-forsale-banner--compact {
	min-height: clamp(220px, 28vh, 300px);
}

.neo-forsale-banner__overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 70% 55% at 50% 100%, rgba(201, 162, 39, 0.1) 0%, transparent 68%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.18) 100%);
	pointer-events: none;
}

.neo-forsale-banner__content {
	position: relative;
	z-index: 1;
	max-width: 760px;
	padding: clamp(48px, 8vw, 88px) clamp(24px, 4vw, 40px);
	text-align: center;
}

.neo-forsale-banner__eyebrow {
	margin: 0 0 12px;
	font-family: var(--neo-font-heading);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--neo-accent);
}

.neo-forsale-banner__title {
	margin: 0;
	font-family: var(--neo-font-heading);
	font-size: clamp(2rem, 4.5vw, 2.75rem);
	font-weight: 700;
	line-height: 1.15;
	color: #ffffff;
}

.neo-forsale-banner__sub,
.neo-forsale-banner__price {
	margin: 14px 0 0;
	font-size: clamp(1rem, 1.6vw, 1.125rem);
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.92);
}

.neo-forsale-banner__price {
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	font-weight: 700;
	color: var(--neo-accent);
}

.neo-forsale-back {
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 11px;
}

.neo-forsale-back:hover {
	color: var(--neo-accent);
}

.neo-forsale-shell {
	background: var(--neo-surface);
	border: 1px solid var(--neo-border);
	border-radius: var(--neo-radius-lg);
	box-shadow: var(--neo-shadow-md);
	padding: clamp(22px, 3vw, 34px);
	width: 100%;
	box-sizing: border-box;
}

.neo-forsale-lead,
.neo-forsale-empty {
	margin: 0 0 24px;
	font-family: var(--neo-font-body);
	font-size: 1.05rem;
	line-height: 1.65;
	color: var(--neo-text-soft);
}

.neo-forsale-lead a,
.neo-forsale-empty a {
	color: var(--neo-blue-2);
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s var(--neo-ease);
}

.neo-forsale-lead a:hover,
.neo-forsale-empty a:hover {
	color: var(--neo-blue-1);
}

/* Grows with Frazer/API inventory — one row per vehicle, no cap */
.neo-forsale-inventory {
	width: 100%;
	min-height: 0;
}

.neo-forsale-grid {
	display: flex;
	flex-direction: column;
	gap: clamp(12px, 1.8vw, 16px);
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.neo-forsale-card {
	display: grid;
	grid-template-columns: minmax(200px, 280px) minmax(0, 1fr);
	grid-template-rows: auto auto;
	background: var(--neo-surface);
	border: 1.5px solid var(--neo-dark);
	border-radius: var(--neo-radius-sm);
	overflow: hidden;
	transition: box-shadow 0.25s var(--neo-ease);
}

.neo-forsale-card:hover {
	box-shadow: var(--neo-shadow-sm);
	transform: none;
}

.neo-forsale-card__media {
	grid-column: 1;
	grid-row: 1;
	display: block;
	align-self: stretch;
	min-height: 190px;
	aspect-ratio: 4 / 3;
	background: #e8edf3;
	overflow: hidden;
	transition: opacity 0.2s var(--neo-ease);
}

.neo-forsale-card__media:hover {
	opacity: 0.96;
}

.neo-forsale-card > .neo-forsale-brandbar {
	grid-column: 1 / -1;
	grid-row: 2;
}

/* Photo overlays — every vehicle image from the Frazer feed */
.neo-forsale-photo-frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

.neo-forsale-photo-frame > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.neo-forsale-photo-overlays {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 2;
}

.neo-forsale-photo-overlays__neo {
	position: absolute;
	top: 6px;
	right: 6px;
	width: auto !important;
	height: 22px !important;
	max-width: 105px !important;
	max-height: none !important;
	object-fit: contain !important;
}

.neo-forsale-photo-overlays__carfax-bar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	padding: 4px 6px;
	background: #005cb9;
	color: #ffffff;
	font-family: var(--neo-font-heading);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	text-decoration: none;
	z-index: 2;
}

.neo-forsale-photo-overlays__carfax-bar span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.neo-forsale-photo-frame--gallery-main .neo-forsale-photo-overlays__neo {
	height: clamp(24px, 4vw, 32px) !important;
	max-width: 140px !important;
}

.neo-forsale-photo-frame--gallery-main .neo-forsale-photo-overlays__carfax-bar {
	min-height: 28px;
	font-size: clamp(10px, 1.4vw, 13px);
}

.neo-forsale-photo-frame--thumb .neo-forsale-photo-overlays__neo {
	height: 11px !important;
	max-width: 52px !important;
	top: 3px;
	right: 3px;
}

.neo-forsale-photo-frame--thumb .neo-forsale-photo-overlays__carfax-bar {
	min-height: 12px;
	padding: 2px 3px;
	font-size: 5px;
}

/* Footer branding bar — NEO Car Sales + CARFAX + actions on every card */
.neo-forsale-brandbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 10px 12px;
	padding: 8px 12px;
	background: #eef1f5;
	border-top: 1px solid var(--neo-border);
}

.neo-forsale-brandbar--list {
	flex-wrap: nowrap;
	min-height: 56px;
	padding: 8px 14px;
}

.neo-forsale-brandbar--detail {
	justify-content: flex-start;
	flex-wrap: wrap;
	border-top: none;
	border-radius: 8px;
	padding: 14px;
	background: #f1f5f9;
}

.neo-forsale-panel--brandbar {
	padding: 0;
	overflow: hidden;
}

.neo-forsale-brandbar__logo {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	line-height: 0;
}

.neo-forsale-brandbar__logo img {
	display: block;
	width: auto;
	height: auto;
	max-height: 36px;
}

.neo-forsale-brandbar--list .neo-forsale-brandbar__logo--neo img {
	max-height: 30px;
}

.neo-forsale-brandbar__logo--carfax img {
	max-height: 32px;
}

.neo-forsale-brandbar--list .neo-forsale-brandbar__logo--carfax img {
	max-height: 28px;
}

.neo-forsale-brandbar__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 14px;
	border-radius: var(--neo-radius-sm);
	font-family: var(--neo-font-heading);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	flex-shrink: 0;
	transition: background 0.2s var(--neo-ease), border-color 0.2s var(--neo-ease), color 0.2s var(--neo-ease);
}

.neo-forsale-brandbar--list .neo-forsale-brandbar__btn {
	min-height: 32px;
	padding: 0 12px;
	font-size: 0.74rem;
}

.neo-forsale-brandbar__btn--finance {
	background: var(--neo-dark);
	border: 1px solid var(--neo-dark);
	color: #ffffff !important;
}

.neo-forsale-brandbar__btn--finance:hover {
	background: var(--neo-dark-deep);
	border-color: var(--neo-dark-deep);
	color: #ffffff !important;
}

.neo-forsale-brandbar__btn--view {
	background: var(--neo-blue-1);
	border: 1px solid var(--neo-blue-1);
	color: #ffffff !important;
}

.neo-forsale-brandbar__btn--view:hover {
	background: var(--neo-blue-2);
	border-color: var(--neo-blue-2);
	color: #ffffff !important;
}

.neo-forsale-card__body {
	grid-column: 2;
	grid-row: 1;
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 12px 16px 14px;
	font-family: var(--neo-font-body);
}

.neo-forsale-card__title {
	margin: 0 0 6px;
	font-family: var(--neo-font-heading);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--neo-text);
}

.neo-forsale-card__title a {
	color: var(--neo-text);
	text-decoration: none;
	transition: color 0.2s var(--neo-ease);
}

.neo-forsale-card__title a:hover {
	color: var(--neo-blue-2);
}

.neo-forsale-card__price {
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 12px;
	font-family: var(--neo-font-heading);
	font-size: 1rem;
	font-weight: 700;
	color: #ffffff;
	background: var(--neo-blue-1);
	border-radius: var(--neo-radius-sm);
}

.neo-forsale-card__specs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 20px;
	margin: 0;
}

.neo-forsale-card__spec-col {
	margin: 0;
}

.neo-forsale-card__spec-row {
	display: flex;
	align-items: baseline;
	gap: 6px;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid var(--neo-border);
	font-size: 0.88rem;
	line-height: 1.3;
}

.neo-forsale-card__spec-row dt {
	margin: 0;
	font-family: var(--neo-font-heading);
	font-weight: 700;
	color: var(--neo-text);
	white-space: nowrap;
}

.neo-forsale-card__spec-row dt::after {
	content: ":";
}

.neo-forsale-card__spec-row dd {
	margin: 0;
	color: var(--neo-text-soft);
}

.neo-forsale-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: auto;
}

.neo-forsale-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
	border: 1px solid rgba(15, 23, 42, 0.14);
	border-radius: 8px;
	background: #ffffff;
	color: #0f172a !important;
	font-family: var(--neo-font-heading);
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.neo-forsale-btn:hover {
	border-color: var(--neo-blue-1);
	color: var(--neo-blue-1) !important;
}

.neo-forsale-btn--primary {
	background: var(--neo-blue-1);
	border-color: var(--neo-blue-1);
	color: #ffffff !important;
}

.neo-forsale-btn--primary:hover {
	background: var(--neo-accent);
	border-color: var(--neo-accent);
	color: #16181c !important;
}

.neo-forsale-detail {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	gap: clamp(20px, 3vw, 32px);
	align-items: start;
}

.neo-forsale-gallery__main {
	border-radius: 12px;
	overflow: hidden;
	background: #e2e8f0;
	border: 1px solid rgba(15, 23, 42, 0.08);
}

.neo-forsale-gallery__main .neo-forsale-photo-frame > img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.neo-forsale-gallery__thumb {
	padding: 0;
	border: 2px solid transparent;
	border-radius: 8px;
	overflow: hidden;
	width: 72px;
	height: 54px;
	cursor: pointer;
	background: none;
}

.neo-forsale-gallery__thumb .neo-forsale-photo-frame {
	height: 100%;
}

.neo-forsale-gallery__thumb.is-active {
	border-color: var(--neo-accent);
}

.neo-forsale-gallery__thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.neo-forsale-panel {
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 12px;
	padding: 20px 22px;
	margin-bottom: 18px;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.neo-forsale-panel__title {
	margin: 0 0 12px;
	font-family: var(--neo-font-heading);
	font-size: 1.1rem;
	color: #0f172a;
}

.neo-forsale-panel__copy {
	margin: 0 0 16px;
	line-height: 1.6;
	color: #475569;
}

.neo-forsale-panel__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.neo-forsale-specs {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.95rem;
}

.neo-forsale-specs th,
.neo-forsale-specs td {
	padding: 10px 0;
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
	text-align: left;
	vertical-align: top;
}

.neo-forsale-specs th {
	width: 42%;
	padding-right: 12px;
	font-weight: 600;
	color: #64748b;
}

.neo-forsale-specs td {
	color: #0f172a;
	font-weight: 600;
}

.neo-forsale-features {
	margin: 0;
	padding-left: 1.1rem;
	color: #334155;
	line-height: 1.55;
}

.neo-forsale-features li + li {
	margin-top: 6px;
}

@media (max-width: 900px) {
	.neo-forsale-card {
		grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
	}

	.neo-forsale-brandbar--list {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 8px;
	}
}

@media (max-width: 640px) {
	.neo-forsale-card {
		grid-template-columns: 1fr;
	}

	.neo-forsale-card__media {
		grid-column: 1;
		grid-row: 1;
		min-height: 0;
		aspect-ratio: 16 / 10;
	}

	.neo-forsale-card__body {
		grid-column: 1;
		grid-row: 2;
	}

	.neo-forsale-card > .neo-forsale-brandbar {
		grid-row: 3;
	}

	.neo-forsale-card__specs {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.neo-forsale-detail {
		grid-template-columns: 1fr;
	}
}

/* --------------------------------------------------------------------------
   NEO custom forms (financing, future dealer, etc.)
   Templates: page-financing.php · inc/neo-forms/ · forms/
   -------------------------------------------------------------------------- */

.page-template-page-financing #main,
.page-template-page-financing #wrapper,
.page-template-page-dealer #main,
.page-template-page-dealer #wrapper,
.neo-form-page {
	background: #eef3f9 !important;
}

.page-template-page-financing #footer-main {
	border-top: none !important;
	background-color: var(--neo-dark) !important;
}

.neo-form-page > .container,
.neo-form-page__body {
	max-width: min(860px, calc(100% - clamp(24px, 4vw, 48px))) !important;
	margin: 0 auto;
	padding: clamp(20px, 2.5vw, 32px) 0 clamp(52px, 5vw, 72px);
}

.neo-form-banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(240px, 32vh, 320px);
	background: var(--neo-blue-1);
	overflow: hidden;
}

.neo-form-banner__overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 70% 55% at 50% 100%, rgba(201, 162, 39, 0.1) 0%, transparent 68%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.18) 100%);
}

.neo-form-banner__content {
	position: relative;
	z-index: 1;
	max-width: 720px;
	padding: clamp(40px, 7vw, 72px) clamp(24px, 4vw, 40px);
	text-align: center;
}

.neo-form-banner__eyebrow {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--neo-accent);
}

.neo-form-banner__title {
	margin: 0;
	font-family: var(--neo-font-heading);
	font-size: clamp(2rem, 4.5vw, 2.6rem);
	color: #fff;
}

.neo-form-banner__sub {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.92);
	line-height: 1.55;
}

.neo-form-shell {
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 14px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
	padding: clamp(22px, 3vw, 34px);
}

.neo-form-notice {
	padding: 14px 18px;
	border-radius: 10px;
	margin-bottom: 20px;
	line-height: 1.5;
}

.neo-form-notice--success {
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	color: #065f46;
}

.neo-form-notice--error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
}

.neo-form-notice ul {
	margin: 8px 0 0;
	padding-left: 1.2rem;
}

.neo-form-progress {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	list-style: none;
	margin: 0 0 28px;
	padding: 0 0 20px;
	border-bottom: 1px solid rgba(15, 23, 42, 0.1);
	counter-reset: neo-step;
}

.neo-form-progress__item {
	flex: 1 1 140px;
	font-size: 0.82rem;
	font-weight: 600;
	color: #64748b;
	text-align: center;
	line-height: 1.35;
}

.neo-form-progress__item.is-active {
	color: var(--neo-blue-1);
}

.neo-form-progress__item.is-complete {
	color: #334155;
}

.neo-form-intro {
	margin: 0 0 18px;
	color: #475569;
	line-height: 1.6;
}

.neo-form-fieldset {
	border: 0;
	margin: 0 0 24px;
	padding: 0;
}

.neo-form-fieldset legend {
	display: block;
	width: 100%;
	margin-bottom: 14px;
	padding-bottom: 8px;
	border-bottom: 2px solid var(--neo-blue-1);
	font-family: var(--neo-font-heading);
	font-size: 1.15rem;
	color: var(--neo-blue-1);
}

.neo-form-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.neo-form-col-2 { flex: 0 0 calc(16.666% - 12px); min-width: 70px; }
.neo-form-col-3 { flex: 0 0 calc(25% - 11px); min-width: 100px; }
.neo-form-col-5 { flex: 0 0 calc(41.666% - 10px); min-width: 140px; }
.neo-form-col-6 { flex: 1 1 calc(50% - 8px); min-width: 160px; }

.neo-form-field {
	margin-bottom: 16px;
}

.neo-form-row > .neo-form-field {
	margin-bottom: 0;
}

.neo-form-row > .neo-form-field.neo-form-col-2 { flex: 0 0 calc(16.666% - 12px); min-width: 70px; }
.neo-form-row > .neo-form-field.neo-form-col-3 { flex: 0 0 calc(25% - 11px); min-width: 100px; }
.neo-form-row > .neo-form-field.neo-form-col-5 { flex: 0 0 calc(41.666% - 10px); min-width: 140px; }
.neo-form-row > .neo-form-field.neo-form-col-6 { flex: 1 1 calc(50% - 8px); min-width: 160px; }

.neo-form-field label,
.neo-form-label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	font-size: 0.92rem;
	color: #334155;
}

.neo-form-required {
	color: #dc2626;
}

.neo-form-field input[type="text"],
.neo-form-field input[type="email"],
.neo-form-field input[type="tel"],
.neo-form-field input[type="number"],
.neo-form-field select,
.neo-form-field textarea,
.neo-form-dob select {
	width: 100%;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid rgba(15, 23, 42, 0.16);
	border-radius: 8px;
	background: #fff;
	font-size: 1rem;
	box-sizing: border-box;
}

/* Parent Motors theme hides all native selects for Select2 — restore ours. */
.neo-form-field select,
.neo-form-dob select {
	opacity: 1 !important;
	visibility: visible !important;
	display: block;
	-webkit-appearance: menulist;
	appearance: auto;
	color: #0f172a;
	cursor: pointer;
}

.neo-form-field--checkbox label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-weight: 500;
	cursor: pointer;
}

.neo-form-field--checkbox input {
	margin-top: 4px;
	flex-shrink: 0;
}

.neo-form-dob {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.neo-form-privacy-intro {
	margin: 0 0 14px;
	color: #475569;
	font-size: 0.95rem;
}

.neo-form-privacy-doc {
	margin-bottom: 12px;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 10px;
	overflow: hidden;
	background: #f8fafc;
}

.neo-form-privacy-doc iframe {
	display: block;
	width: 100%;
	height: min(520px, 60vh);
	min-height: 360px;
	border: 0;
	background: #fff;
}

.neo-form-privacy-link {
	margin: 0 0 18px;
	font-size: 0.92rem;
}

.neo-form-privacy-link a {
	color: var(--neo-blue-1);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.neo-form-privacy-link a:hover {
	color: var(--neo-accent);
}

.neo-form-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.neo-form-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	border: 1px solid rgba(15, 23, 42, 0.14);
	border-radius: 8px;
	background: #fff;
	font-family: var(--neo-font-heading);
	font-weight: 700;
	font-size: 0.88rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	cursor: pointer;
	color: #0f172a;
}

.neo-form-btn--primary {
	background: var(--neo-blue-1);
	border-color: var(--neo-blue-1);
	color: #fff;
}

.neo-form-btn--primary:hover {
	background: var(--neo-accent);
	border-color: var(--neo-accent);
	color: #16181c;
}

.neo-form-secure {
	margin: 18px 0 0;
	text-align: center;
	font-size: 0.88rem;
	color: var(--neo-blue-1);
	font-weight: 600;
}

@media (max-width: 768px) {
	.neo-form-row > .neo-form-field.neo-form-col-2,
	.neo-form-row > .neo-form-field.neo-form-col-3,
	.neo-form-row > .neo-form-field.neo-form-col-5,
	.neo-form-row > .neo-form-field.neo-form-col-6 {
		flex: 1 1 100%;
		min-width: 0;
	}
}

/* --------------------------------------------------------------------------
   Become a Dealer — page-dealer.php
   -------------------------------------------------------------------------- */

.page-template-page-dealer #main,
.page-template-page-dealer #wrapper,
.neo-dealer-page {
	background: #eef3f9 !important;
}

.page-template-page-dealer #footer-main {
	border-top: none !important;
	background-color: var(--neo-dark) !important;
}

.neo-dealer-page__body {
	max-width: min(1080px, calc(100% - clamp(24px, 4vw, 48px))) !important;
	margin: 0 auto;
	padding: clamp(28px, 3vw, 44px) 0 clamp(56px, 5vw, 80px);
}

.neo-dealer-banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(380px, 48vh, 560px);
	overflow: hidden;
	background: #15110d;
}

.neo-dealer-banner__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.neo-dealer-banner__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.neo-dealer-banner__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.12) 0%,
		rgba(0, 0, 0, 0.24) 55%,
		rgba(0, 0, 0, 0.34) 100%
	);
	pointer-events: none;
}

.neo-dealer-banner::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: clamp(32px, 4.5vh, 52px);
	z-index: 3;
	background: linear-gradient(
		180deg,
		rgba(238, 243, 249, 0) 0%,
		rgba(238, 243, 249, 0.18) 62%,
		rgba(238, 243, 249, 0.55) 100%
	);
	pointer-events: none;
}

.neo-dealer-banner__content {
	position: relative;
	z-index: 2;
	max-width: 760px;
	padding: clamp(48px, 8vw, 88px) clamp(24px, 4vw, 40px);
	text-align: center;
}

.neo-dealer-banner__title {
	margin: 0;
	font-family: var(--neo-font-heading);
	font-size: clamp(2rem, 4.8vw, 2.85rem);
	color: #fff;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

.neo-dealer-banner__sub {
	margin: 14px 0 0;
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	color: rgba(255, 255, 255, 0.94);
	line-height: 1.5;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

.neo-dealer-section {
	margin-bottom: clamp(28px, 3vw, 40px);
}

.neo-dealer-section__title {
	margin: 0 0 18px;
	font-family: var(--neo-font-heading);
	font-size: clamp(1.35rem, 2.5vw, 1.65rem);
	color: var(--neo-blue-1);
	text-align: center;
}

.neo-dealer-bullets {
	margin: 0;
	padding-left: 1.2rem;
	color: #334155;
	line-height: 1.65;
}

.neo-dealer-bullets li + li {
	margin-top: 10px;
}

.neo-dealer-bullets--featured {
	max-width: 820px;
	margin: 0 auto;
	list-style: none;
	padding: 0;
}

.neo-dealer-bullets--featured li {
	position: relative;
	padding: 16px 18px 16px 22px;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-left: 4px solid var(--neo-blue-1);
	border-radius: 10px;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.neo-dealer-bullets--featured li + li {
	margin-top: 14px;
}

.neo-dealer-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(16px, 2vw, 22px);
	margin-bottom: clamp(32px, 4vw, 48px);
}

.neo-dealer-card {
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 14px;
	padding: clamp(18px, 2.5vw, 26px);
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.neo-dealer-card__title {
	margin: 0 0 14px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--neo-accent);
	font-family: var(--neo-font-heading);
	font-size: 1.1rem;
	color: var(--neo-blue-1);
}

.neo-dealer-form-section__title {
	margin: 0 0 18px;
	font-family: var(--neo-font-heading);
	font-size: clamp(1.35rem, 2.5vw, 1.55rem);
	color: var(--neo-blue-1);
	text-align: center;
}

.neo-dealer-form-intro {
	margin: 0 0 22px;
	padding: 14px 16px;
	border-radius: 10px;
	background: var(--neo-blue-1);
	color: #fff;
	text-align: center;
	line-height: 1.55;
	font-weight: 500;
}

.neo-dealer-form-shell {
	max-width: 760px;
	margin: 0 auto;
}

.neo-dealer-thankyou {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}

.neo-dealer-thankyou h2 {
	margin: 0 0 10px;
	font-family: var(--neo-font-heading);
	color: #065f46;
}

.neo-dealer-thankyou p {
	margin: 0;
}

.neo-dealer-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.neo-form--dealer .neo-form-actions {
	justify-content: center;
	border-top: 0;
	padding-top: 0;
}

@media (max-width: 768px) {
	.neo-dealer-grid {
		grid-template-columns: 1fr;
	}
}

