/**
 * Lilas Car Rental — modern overlay on Ireca + Elementor.
 * Red accent kept; layout tightened; demo leftovers hidden where we can target them.
 */

:root {
	--lilas-red: #e82930;
	--lilas-red-dark: #c41f25;
	--lilas-ink: #121417;
	--lilas-muted: #5c6370;
	--lilas-line: #eceef1;
	--lilas-paper: #f6f7f9;
	--lilas-nav: #1a1d22;
	--lilas-radius: 10px;
	--lilas-shadow: 0 12px 40px rgba(18, 20, 23, 0.08);
}

/* ---------- Base ---------- */

body.theme-ireca {
	color: var(--lilas-ink);
	-webkit-font-smoothing: antialiased;
}

body.theme-ireca h1,
body.theme-ireca h2,
body.theme-ireca h3,
body.theme-ireca h4,
body.theme-ireca h5,
body.theme-ireca h6 {
	letter-spacing: -0.02em;
	color: var(--lilas-ink);
}

body.theme-ireca a:hover {
	color: var(--lilas-red);
}

/* ---------- Compact header (theme + Elementor) ---------- */

.ovatheme_header_default .top,
.ovatheme_header_version1 .top,
.ovatheme_header_version2 .top {
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid var(--lilas-line);
	font-size: 13px;
	color: var(--lilas-muted);
}

.ovatheme_header_default .ova_menu,
.ovatheme_header_version1 .ova_menu,
.ovatheme_header_version2 .ova_menu {
	background: var(--lilas-nav) !important;
}

.ovatheme_header_default nav.navbar,
.ovatheme_header_version1 nav.navbar,
.ovatheme_header_version2 nav.navbar {
	min-height: 64px;
}

.ovatheme_header_default .ova_menu ul li a,
.ovatheme_header_version1 .ova_menu ul li a,
.ovatheme_header_version2 .ova_menu ul li a {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

/* Skewed red “home” tab — flatten into a normal nav item */
.header1_home_icon {
	width: auto !important;
}

.header1_home_icon .wrap_icon:before {
	display: none !important;
}

.header1_home_icon .wrap_icon i {
	color: #fff !important;
	padding-left: 0 !important;
	font-size: 18px !important;
}

/* ---------- Buttons / CTAs ---------- */

body.theme-ireca .elementor-button,
body.theme-ireca .btn,
body.theme-ireca a.button,
body.woocommerce a.button,
body.theme-ireca .ireca_btn {
	border-radius: 6px !important;
	font-weight: 600 !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.theme-ireca .elementor-button:hover,
body.theme-ireca a.button:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(232, 41, 48, 0.25);
}

/* Dashed “Learn more” style from the hero → solid outline */
body.theme-ireca .elementor-button.elementor-button-link {
	border-style: solid !important;
}

/* ---------- Product / rental cards ---------- */

body.theme-ireca .woocommerce ul.products li.product,
body.theme-ireca .ovacrs_product,
body.theme-ireca .product {
	border-radius: var(--lilas-radius);
}

body.theme-ireca ul.products li.product {
	overflow: hidden;
	background: #fff;
	box-shadow: var(--lilas-shadow);
	border: 1px solid var(--lilas-line);
}

body.theme-ireca ul.products li.product .button,
body.theme-ireca .woocommerce ul.products li.product .button {
	background: var(--lilas-red) !important;
	border-color: var(--lilas-red) !important;
	color: #fff !important;
}

body.theme-ireca .price,
body.theme-ireca .woocommerce ul.products li.product .price {
	color: var(--lilas-red) !important;
	font-weight: 700;
}

/* ---------- Sections / Elementor ---------- */

.elementor-widget-heading .elementor-heading-title {
	text-transform: none;
}

body.theme-ireca .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1200px;
}

/* Hero slider: less empty black, clearer type */
body.home .elementor-widget-image img {
	max-height: 420px;
	object-fit: contain;
}

/* ---------- Footer: hide Ireca demo leftovers ---------- */

a[href*="ovatheme@gmail.com"],
a[href*="236-895-4732"],
a[href*="Rock St"],
footer a[href*="newyork" i] {
	display: none !important;
}

/* ---------- Mobile ---------- */

@media (max-width: 991px) {
	.ovatheme_header_default nav.navbar,
	.ovatheme_header_version1 nav.navbar {
		min-height: 56px;
		padding: 8px 12px !important;
	}

	.header1_home_icon {
		display: none !important;
	}

	body.home .elementor-widget-image img {
		max-height: 240px;
	}

	body.theme-ireca .elementor-button {
		width: 100%;
		text-align: center;
	}

	.navbar-toggler {
		border: 0;
		padding: 8px;
	}

	.navbar-toggler-icon {
		background: #fff;
		height: 2px;
		width: 22px;
		display: block;
		margin: 5px 0;
	}
}

/* ---------- WhatsApp / chat float ---------- */

body.theme-ireca a[href*="wa.me"],
body.theme-ireca .elementor-widget-button a[href*="whatsapp"] {
	border-radius: 999px !important;
}
