/**
 * ═══════════════════════════════════════════════════════════════════════════
 * AutoRent New Designs - Comprehensive CSS Override
 * ═══════════════════════════════════════════════════════════════════════════
 * 
 * This file consolidates all CSS for the new AutoRent design components:
 * - Hero module (full-width hero + search form)
 * - Split layout (two-column hero + form)
 * - FAQ Accordion (clean, collapsible questions)
 * - Features Grid (How It Works - 2×2 step layout)
 * - Brand Ticker (infinite auto-scroll logo carousel)
 * 
 * Design System:
 *   Primary Accent: #FE5001 (Orange)
 *   Text Dark: #0a0a0a / #203c4d
 *   Text Light: #555 / #829eaf
 *   Borders: rgba(0,0,0,.05) to rgba(0,0,0,.1)
 *   Shadows: Subtle to prominent with orange tints
 *   Base Spacing: 24px unit, 12px/16px increments
 *   Animations: .2s-.35s smooth transitions
 * 
 * ═══════════════════════════════════════════════════════════════════════════
 */

/* ═══════════════════════════════════════════════════════════════════════════
   SECTION 1: DESIGN SYSTEM VARIABLES & UTILITIES
   ═══════════════════════════════════════════════════════════════════════════ */

:root {
	--ar-primary: #FE5001;
	--ar-primary-dark: #e04600;
	--ar-primary-light: #ff6b2a;
	--ar-text-dark: #0a0a0a;
	--ar-text-body: #555;
	--ar-text-muted: #829eaf;
	--ar-border-light: rgba(0,0,0,.05);
	--ar-border-medium: rgba(0,0,0,.1);
	--ar-shadow-sm: 0 2px 8px rgba(0,0,0,.08);
	--ar-shadow-md: 0 4px 16px rgba(0,0,0,.12);
	--ar-shadow-lg: 0 8px 32px rgba(0,0,0,.16);
	--ar-shadow-orange: 0 4px 20px rgba(254,80,1,.3);
	--ar-transition-fast: .2s ease;
	--ar-transition-normal: .25s ease;
	--ar-transition-slow: .35s ease;
}

/* Utility Classes */
.ar-text-center { text-align: center; }
.ar-text-left { text-align: left; }
.ar-text-right { text-align: right; }
.ar-mt-0 { margin-top: 0; }
.ar-mb-0 { margin-bottom: 0; }
.ar-p-0 { padding: 0; }

/* ═══════════════════════════════════════════════════════════════════════════
   SECTION 2: HERO MODULE STYLES (mod_vikrentcar_search/hero.php)
   ═══════════════════════════════════════════════════════════════════════════ */

.ar-hero-layout {
	position: relative;
	width: 100%;
}

/* Hero Text Section */
.ar-hero-section {
	padding: 60px 0 40px;
	text-align: center;
}

.ar-hero-section .ar-hero-inner {
	max-width: 820px;
	margin: 0 auto;
	padding: 0 20px;
}

.ar-hero-title {
	font-size: 3rem;
	font-weight: 800;
	color: #fff;
	line-height: 1.15;
	margin-bottom: 18px;
	text-shadow: 0 2px 12px rgba(0,0,0,.45);
	letter-spacing: -0.5px;
}

.ar-hero-title .ar-accent {
	color: var(--ar-primary);
	display: inline;
}

.ar-hero-subtitle {
	font-size: 1.1rem;
	color: rgba(255,255,255,.85);
	margin-bottom: 32px;
	letter-spacing: .03em;
	font-weight: 400;
}

/* CTA Buttons */
.ar-hero-ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin-bottom: 36px;
}

.ar-btn {
	display: inline-block;
	padding: 14px 32px;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: transform var(--ar-transition-fast), 
	            box-shadow var(--ar-transition-fast),
	            background-color var(--ar-transition-fast),
	            color var(--ar-transition-fast);
	text-align: center;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.ar-btn:hover {
	transform: translateY(-2px);
	text-decoration: none;
}

.ar-btn-primary {
	background: var(--ar-primary);
	color: #fff !important;
	box-shadow: 0 4px 20px rgba(254,80,1,.4);
}

.ar-btn-primary:hover {
	background: var(--ar-primary-dark);
	box-shadow: 0 6px 24px rgba(254,80,1,.5);
	color: #fff !important;
}

.ar-btn-outline {
	background: rgba(255,255,255,.12);
	color: #fff !important;
	border: 2px solid rgba(255,255,255,.6);
	backdrop-filter: blur(6px);
	padding: 12px 30px;
}

.ar-btn-outline:hover {
	background: rgba(255,255,255,.22);
	color: #fff !important;
	border-color: rgba(255,255,255,.8);
}

/* Stat Badges */
.ar-hero-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin-bottom: 28px;
}

.ar-badge {
	display: flex;
	align-items: center;
	gap: 10px;
	background: rgba(255,255,255,.14);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 12px;
	padding: 12px 22px;
	color: #fff;
	font-weight: 600;
	font-size: .95rem;
}

.ar-badge i {
	color: var(--ar-primary);
	font-size: 1.2rem;
}

/* Social Proof */
.ar-hero-clients {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: rgba(255,255,255,.8);
	font-size: .9rem;
}

.ar-avatars {
	display: flex;
	margin-right: 8px;
}

.ar-avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: #555;
	overflow: hidden;
	margin-left: -8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.ar-avatar:first-child {
	margin-left: 0;
}

.ar-avatar i {
	color: #ccc;
	font-size: .9rem;
}

.ar-clients-label {
	color: rgba(255,255,255,.85);
	font-weight: 600;
}

/* Search Card */
.ar-search-card {
	background: rgba(255,255,255,.97);
	border-radius: 16px;
	padding: 28px 24px 20px;
	box-shadow: 0 8px 40px rgba(0,0,0,.22);
	max-width: 900px;
	margin: 0 auto 40px;
}

.ar-search-card .vrcdivsearch {
	background: transparent !important;
	box-shadow: none !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ar-search-card .vrc-searchmod-heading {
	display: none;
}

.ar-search-card .btn.vrcsearch,
.ar-search-card .vrcsfentrysubmit .vrcsearch {
	background: var(--ar-primary) !important;
	border-color: var(--ar-primary) !important;
	color: #fff !important;
	font-weight: 700;
	padding: 10px 36px;
	border-radius: 8px;
	font-size: 1rem;
	transition: background-color var(--ar-transition-fast);
}

.ar-search-card .btn.vrcsearch:hover,
.ar-search-card .vrcsfentrysubmit .vrcsearch:hover {
	background: var(--ar-primary-dark) !important;
	color: #fff !important;
}

/* Responsive Hero */
@media (max-width: 767px) {
	.ar-hero-title {
		font-size: 2rem;
		margin-bottom: 12px;
	}

	.ar-hero-subtitle {
		font-size: 1rem;
		margin-bottom: 24px;
	}

	.ar-hero-section {
		padding: 40px 0 24px;
	}

	.ar-hero-ctas {
		gap: 10px;
		margin-bottom: 24px;
	}

	.ar-btn {
		padding: 12px 24px;
		font-size: .95rem;
	}

	.ar-search-card {
		margin: 0 12px 24px;
		padding: 20px 16px 14px;
	}

	.ar-hero-badges {
		gap: 10px;
		margin-bottom: 20px;
	}

	.ar-badge {
		padding: 10px 16px;
		font-size: .85rem;
	}
}

/* ═══════════════════════════════════════════════════════════════════════════
   SECTION 3: SPLIT LAYOUT STYLES (mod_vikrentcar_search/split.php)
   ═══════════════════════════════════════════════════════════════════════════ */

.ar-split-layout {
	display: grid;
	grid-template-columns: 42% 58%;
	gap: 40px;
	align-items: center;
	padding: 60px 0;
}

.ar-split-form {
	order: 1;
}

.ar-split-hero {
	order: 2;
	text-align: center;
}

.ar-split-hero .ar-hero-title {
	text-align: left;
	font-size: 2.5rem;
	margin-bottom: 16px;
}

.ar-split-hero .ar-hero-subtitle {
	text-align: left;
	margin-bottom: 24px;
}

.ar-split-hero .ar-hero-badges {
	justify-content: flex-start;
	margin-bottom: 24px;
}

.ar-split-hero .ar-hero-clients {
	justify-content: flex-start;
}

/* Responsive Split */
@media (max-width: 991px) {
	.ar-split-layout {
		grid-template-columns: 1fr;
		gap: 30px;
		padding: 40px 0;
	}

	.ar-split-form {
		order: 2;
	}

	.ar-split-hero {
		order: 1;
		text-align: center;
	}

	.ar-split-hero .ar-hero-title {
		text-align: center;
		font-size: 2rem;
	}

	.ar-split-hero .ar-hero-subtitle {
		text-align: center;
	}

	.ar-split-hero .ar-hero-badges {
		justify-content: center;
	}

	.ar-split-hero .ar-hero-clients {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.ar-split-layout {
		padding: 30px 0;
	}

	.ar-split-hero .ar-hero-title {
		font-size: 1.5rem;
	}
}

/* ═══════════════════════════════════════════════════════════════════════════
   SECTION 4: ACCORDION STYLES (acm/accordion/tmpl/style-2.php)
   ═══════════════════════════════════════════════════════════════════════════ */

.acm-accordion.style-2 {
	max-width: 860px;
	margin: 0 auto;
	width: 100%;
}

.acm-accordion.style-2 .ar-faq-item {
	border-bottom: 1px solid var(--ar-border-medium);
	overflow: hidden;
}

.acm-accordion.style-2 .ar-faq-item:first-child {
	border-top: 1px solid var(--ar-border-medium);
}

.acm-accordion.style-2 .ar-faq-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background: transparent;
	border: none;
	padding: 20px 4px;
	cursor: pointer;
	text-align: left;
	gap: 16px;
	transition: color var(--ar-transition-fast);
	font-size: 1rem;
	font-weight: 600;
	color: var(--ar-text-dark);
}

.acm-accordion.style-2 .ar-faq-trigger:hover {
	color: var(--ar-primary);
}

.acm-accordion.style-2 .ar-faq-trigger .ar-faq-q {
	font-size: 1.05rem;
	font-weight: 600;
	color: inherit;
	line-height: 1.4;
	flex: 1 1 auto;
	margin: 0;
}

.acm-accordion.style-2 .ar-faq-trigger .ar-faq-icon {
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: transparent;
	border: 2px solid var(--ar-primary);
	color: var(--ar-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	font-weight: 700;
	transition: background var(--ar-transition-normal), 
	            color var(--ar-transition-normal),
	            transform var(--ar-transition-slow);
	flex-shrink: 0;
}

.acm-accordion.style-2 .ar-faq-item.ar-faq-open .ar-faq-trigger .ar-faq-icon {
	background: var(--ar-primary);
	color: #fff;
	transform: rotate(45deg);
}

.acm-accordion.style-2 .ar-faq-item.ar-faq-open .ar-faq-trigger {
	color: var(--ar-primary);
}

.acm-accordion.style-2 .ar-faq-body {
	max-height: 0;
	overflow: hidden;
	transition: max-height var(--ar-transition-slow) ease, 
	            padding var(--ar-transition-normal) ease;
	padding: 0 4px;
}

.acm-accordion.style-2 .ar-faq-item.ar-faq-open .ar-faq-body {
	max-height: 600px;
	padding-bottom: 20px;
}

.acm-accordion.style-2 .ar-faq-body-inner {
	font-size: .95rem;
	color: var(--ar-text-body);
	line-height: 1.7;
	padding-top: 2px;
}

.acm-accordion.style-2 .ar-faq-body-inner p:last-child {
	margin-bottom: 0;
}

/* Responsive Accordion */
@media (max-width: 767px) {
	.acm-accordion.style-2 .ar-faq-trigger .ar-faq-q {
		font-size: .98rem;
	}

	.acm-accordion.style-2 .ar-faq-trigger {
		padding: 16px 2px;
	}

	.acm-accordion.style-2 .ar-faq-body-inner {
		font-size: .9rem;
	}
}

/* ═══════════════════════════════════════════════════════════════════════════
   SECTION 5: FEATURES GRID STYLES (acm/features-intro/tmpl/style-3.php)
   ═══════════════════════════════════════════════════════════════════════════ */

.acm-features-intro.style-3 {
	padding: 0;
	width: 100%;
}

.acm-features-intro.style-3 .ar-hiw-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
	width: 100%;
}

.acm-features-intro.style-3 .ar-hiw-step {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	background: #fff;
	border-radius: 14px;
	padding: 28px 24px;
	box-shadow: var(--ar-shadow-sm);
	border: 1px solid var(--ar-border-light);
	transition: box-shadow var(--ar-transition-normal), 
	            transform var(--ar-transition-normal);
}

.acm-features-intro.style-3 .ar-hiw-step:hover {
	box-shadow: 0 6px 28px rgba(254,80,1,.12);
	transform: translateY(-3px);
}

.acm-features-intro.style-3 .ar-hiw-number {
	flex: 0 0 60px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--ar-primary);
	color: #fff;
	font-size: 1.5rem;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 16px rgba(254,80,1,.35);
	flex-shrink: 0;
}

.acm-features-intro.style-3 .ar-hiw-icon {
	font-size: 1.4rem;
	color: var(--ar-primary);
}

.acm-features-intro.style-3 .ar-hiw-content {
	flex: 1 1 auto;
}

.acm-features-intro.style-3 .ar-hiw-content h3 {
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--ar-text-dark);
	margin: 0 0 8px;
}

.acm-features-intro.style-3 .ar-hiw-content p {
	font-size: .9rem;
	color: var(--ar-text-body);
	line-height: 1.6;
	margin: 0;
}

/* Responsive Features Grid */
@media (max-width: 767px) {
	.acm-features-intro.style-3 .ar-hiw-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.acm-features-intro.style-3 .ar-hiw-step {
		padding: 20px 18px;
	}

	.acm-features-intro.style-3 .ar-hiw-number {
		width: 50px;
		height: 50px;
		font-size: 1.25rem;
	}

	.acm-features-intro.style-3 .ar-hiw-content h3 {
		font-size: 1rem;
	}

	.acm-features-intro.style-3 .ar-hiw-content p {
		font-size: .85rem;
	}
}

/* ═══════════════════════════════════════════════════════════════════════════
   SECTION 6: BRAND TICKER STYLES (acm/clients/tmpl/style-2.php)
   ═══════════════════════════════════════════════════════════════════════════ */

.ar-brand-ticker {
	overflow: hidden;
	padding: 24px 0;
	position: relative;
	width: 100%;
}

.ar-brand-ticker::before,
.ar-brand-ticker::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 80px;
	z-index: 2;
	pointer-events: none;
}

.ar-brand-ticker::before {
	left: 0;
	background: linear-gradient(to right, var(--ar-ticker-fade, #fff) 0%, transparent 100%);
}

.ar-brand-ticker::after {
	right: 0;
	background: linear-gradient(to left, var(--ar-ticker-fade, #fff) 0%, transparent 100%);
}

.ar-brand-ticker .ar-ticker-track {
	display: flex;
	align-items: center;
	width: max-content;
	gap: 0;
}

.ar-brand-ticker .ar-ticker-track:hover {
	animation-play-state: paused;
}

.ar-brand-ticker .ar-ticker-item {
	flex: 0 0 auto;
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ar-brand-ticker .ar-ticker-item img {
	max-height: 52px;
	max-width: 130px;
	width: auto;
	object-fit: contain;
	transition: filter var(--ar-transition-normal), 
	            opacity var(--ar-transition-normal),
	            transform var(--ar-transition-fast);
}

.ar-brand-ticker.grayscale .ar-ticker-item img {
	filter: grayscale(100%);
	opacity: .55;
}

.ar-brand-ticker:not(.grayscale) .ar-ticker-item img {
	filter: none;
	opacity: .8;
}

.ar-brand-ticker .ar-ticker-item:hover img {
	filter: none;
	opacity: 1;
	transform: scale(1.08);
}

/* Responsive Ticker */
@media (max-width: 767px) {
	.ar-brand-ticker {
		padding: 18px 0;
	}

	.ar-brand-ticker::before,
	.ar-brand-ticker::after {
		width: 50px;
	}

	.ar-brand-ticker .ar-ticker-item {
		padding: 0 30px;
	}

	.ar-brand-ticker .ar-ticker-item img {
		max-height: 40px;
		max-width: 100px;
	}
}

/* ═══════════════════════════════════════════════════════════════════════════
   SECTION 7: ACCESSIBILITY & FOCUS STATES
   ═══════════════════════════════════════════════════════════════════════════ */

.ar-btn:focus,
.ar-btn:focus-visible {
	outline: 2px solid var(--ar-primary);
	outline-offset: 2px;
}

.acm-accordion.style-2 .ar-faq-trigger:focus,
.acm-accordion.style-2 .ar-faq-trigger:focus-visible {
	outline: 2px solid var(--ar-primary);
	outline-offset: -2px;
}

/* High Contrast Mode Support */
@media (prefers-contrast: more) {
	.ar-btn-outline {
		border-width: 3px;
	}

	.acm-accordion.style-2 .ar-faq-trigger .ar-faq-icon {
		border-width: 3px;
	}
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
	.ar-btn,
	.ar-badge,
	.ar-faq-trigger,
	.ar-faq-icon,
	.ar-faq-body,
	.ar-hiw-step,
	.ar-ticker-item img {
		transition: none !important;
		animation: none !important;
	}
}

/* ═══════════════════════════════════════════════════════════════════════════
   SECTION 8: PRINT STYLES
   ═══════════════════════════════════════════════════════════════════════════ */

@media print {
	.ar-hero-layout,
	.ar-split-layout,
	.acm-accordion.style-2,
	.acm-features-intro.style-3,
	.ar-brand-ticker {
		page-break-inside: avoid;
	}

	.ar-btn {
		border: 1px solid #000;
		color: #000 !important;
		background: #fff !important;
	}

	.ar-search-card {
		box-shadow: none;
		border: 1px solid #ccc;
	}
}

/* ═══════════════════════════════════════════════════════════════════════════
   END OF AUTORENT NEW DESIGNS CSS
   ═══════════════════════════════════════════════════════════════════════════ */
	
.object-cover {
    object-fit: cover;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}
	
.no-pad {
		padding:0;
	}
	
.mod-languages {
    padding: 0px 10px;
}
	
ul.ja-login li {
    height: 36px !important;
}

.t3-section.dark-bg.t3-section-bg:before {
    background-color: #000000;
	opacity: 0.8;
    z-index: 0;
}

.t3-section .module-intro {
	text-transform: none;
}