/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1771397473
Updated: 2026-02-18 06:51:13

*/

 /*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1771397473
Updated: 2026-02-18 06:51:13

*/

 /* GRID */
#frcDealsGrid_new.frc-deals-grid {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
	gap: 18px !important;
}
@media (max-width: 1024px) {
	#frcDealsGrid_new.frc-deals-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 600px) {
	#frcDealsGrid_new.frc-deals-grid { grid-template-columns: 1fr !important; }
}

/* CARD */
#frcDealsGrid_new .frc-dealCard {
	position: relative !important;
	background: #071c33 !important;
	border-radius: 18px !important;
	padding: 10px !important;
	overflow: hidden !important;
	border: 2px solid transparent !important;
	box-shadow: 0 10px 28px rgba(0,0,0,.22) !important;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
#frcDealsGrid_new .frc-dealCard:hover {
	border-color: #0B9444 !important;
	box-shadow: 0 14px 35px rgba(0,0,0,.28) !important;
	transform: translateY(-2px);
}
#frcDealsGrid_new .frc-dealCard__click { margin: 0 !important; padding: 0 !important; }
#frcDealsGrid_new .frc-dealCard__imgbtn {
	all: unset; display: block !important; width: 100% !important;
	cursor: pointer !important; line-height: 0 !important;
}
#frcDealsGrid_new .frc-dealCard__imgbtn:focus,
#frcDealsGrid_new .frc-dealCard__imgbtn:focus-visible { outline: none !important; box-shadow: none !important; }

/* MEDIA */
#frcDealsGrid_new .frc-dealCard__media {
	position: relative !important; border-radius: 16px !important; overflow: hidden !important;
}
#frcDealsGrid_new .frc-dealCard__media img {
	width: 100% !important; height: 260px !important;
	object-fit: cover !important; object-position: center !important; display: block !important;
}
#frcDealsGrid_new .frc-dealCard__media::after {
	content: ""; position: absolute; inset: 0; pointer-events: none;
	background: linear-gradient(to bottom, rgba(0,0,0,.55) 0%, rgba(0,0,0,0) 40%),
		linear-gradient(to top,   rgba(0,0,0,.55) 0%, rgba(0,0,0,0) 45%);
	z-index: 2;
}

/* TITLE */
#frcDealsGrid_new .frc-dealCard__top {
	position: absolute !important; top: 14px !important; left: 18px !important;
	right: 86px !important; z-index: 3 !important;
	color: #fff !important; font-weight: 800 !important; font-size: 14px !important;
	letter-spacing: .6px !important; text-transform: uppercase !important;
	line-height: 1.1 !important; pointer-events: none !important;
	margin: 0 !important; padding: 0 !important;
}

/* BADGE */
#frcDealsGrid_new .frc-dealCard__badge {
	position: absolute !important; top: 12px !important; right: 14px !important;
	width: 58px !important; height: 58px !important; border-radius: 999px !important;
	background: #0B9444 !important; border: 3px solid #fff !important; color: #fff !important;
	display: flex !important; flex-direction: column !important;
	align-items: center !important; justify-content: center !important;
	font-weight: 900 !important; line-height: 1.05 !important;
	z-index: 4 !important; box-shadow: 0 10px 20px rgba(0,0,0,.25) !important;
}
#frcDealsGrid_new .frc-dealCard__badge span:first-child { font-size: 15px !important; font-weight: 900 !important; }
#frcDealsGrid_new .frc-dealCard__badge span:last-child  { font-size: 11px !important; font-weight: 800 !important; }

/* BOTTOM */
#frcDealsGrid_new .frc-dealCard__bottom { position: relative !important; margin-top: 10px !important; padding: 0 !important; }
#frcDealsGrid_new .frc-dealCard__prices {
	position: absolute !important; left: 18px !important; top: -44px !important;
	z-index: 5 !important; display: flex !important; align-items: baseline !important;
	gap: 10px !important; margin: 0 !important; padding: 0 !important; pointer-events: none !important;
}
#frcDealsGrid_new .frc-dealCard__promo { color: #081222 !important; font-weight: 900 !important; font-size: 18px !important; }
#frcDealsGrid_new .frc-dealCard__orig  { color: rgba(255,255,255,.65) !important; font-size: 12px !important; text-decoration: line-through !important; }

/* GREEN BAR */
#frcDealsGrid_new .frc-dealCard__dealbar {
	background: #0B9444 !important; border-radius: 12px !important;
	padding: 10px 12px !important; display: flex !important;
	justify-content: center !important; align-items: center !important; text-align: center !important;
}
#frcDealsGrid_new .frc-dealCard__dealbar,
#frcDealsGrid_new .frc-dealCard__dealbar * { color: #fff !important; font-weight: 600 !important; line-height: 1.2 !important; }
#frcDealsGrid_new .frc-dealCard__dealbar span {
	max-width: 95%;
	display: -webkit-box !important; -webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important; overflow: hidden !important;
}


/**
 * VRC Single Booking Form
**/

#vrc-car-offer-booking .vrcdivsearch {
	background: #0A1727;
    border: 0;
    border-radius: 1rem;
    display: block;
	margin: 2em 0;
}

#vrc-car-offer-booking .vrcdivsearch .vrc-pickup-title {
	margin-bottom: .75em;
    line-height: normal;
    font-size: 14px;
	font-weight: 600;
}

#vrc-car-offer-booking .vrc-panel {
	width: 100%;
    background: #fff;
    color: #000;
    border-radius: 12px;
    padding: 12px;
    font-size: 16px;
	position: relative;
}

#vrc-car-offer-booking .vrc-panel p {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
}

/* #vrc-car-offer-booking .vrc-panel .vrc-panel-locations-results {
	position: absolute;
    bottom: auto;
    transform: translateY(30px);
    transition: all .3s ease;
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    width: 100%;
    z-index: 1000;
    left: 0;
    box-shadow: -3px -3px 10px #000;
	max-height: 300px;
    overflow-y: auto;
	border: 1px solid #ddd;
	display: none;
} */

#vrc-car-offer-booking .vrc-panel .vrc-panel-locations-results .vrc-panel-item {
    padding: 10px;
    cursor: pointer;
}

#vrc-car-offer-booking .vrc-panel .vrc-panel-locations-results .vrc-panel-item:hover {
    background: #f5f5f5;
}

#vrc-car-offer-booking .vrc-panel .vrc-panel-locations-results .vrc-panel-header {
	display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: .5em;
}

#vrc-car-offer-booking .vrcdivsearch .row { display: flex; flex-wrap: wrap; gap: 1rem; }
#vrc-car-offer-booking .vrcdivsearch .col-field {
    flex: 1 1 180px;
    min-width: 160px;
    position: relative;
}

#vrc-car-offer-booking .vrc-panel.is-open {
	border-color: #2563eb; 
	box-shadow: 0 0 0 3px rgba(37,99,235,.15); 
}

/* ── DROPDOWNS ── */
#vrc-car-offer-booking .vrc-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 9999;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    min-width: 220px;
}
#vrc-car-offer-booking .vrc-dropdown.open { display: block; }

/* Location list */
#vrc-car-offer-booking .vrc-panel-locations-results { padding: .5rem 0; max-height: 220px; overflow-y: auto; }
#vrc-car-offer-booking .vrc-panel-item { padding: .55rem 1rem; cursor: pointer; }
#vrc-car-offer-booking .vrc-panel-item:hover { background: #f3f4f6; }
#vrc-car-offer-booking .vrc-panel-item .fw-semibold { font-size: .9rem; font-weight: 600; }
#vrc-car-offer-booking .vrc-panel-item small { font-size: .78rem; color: #6b7280; }

/* Time list */
#vrc-car-offer-booking .vrc-time-popup { max-height: 220px; overflow-y: auto; padding: .4rem 0; }
#vrc-car-offer-booking .vrc-time-popup ul { list-style: none; margin: 0; padding: 0; }
#vrc-car-offer-booking .vrc-time-popup li { padding: .45rem 1rem; cursor: pointer; font-size: .88rem; }
#vrc-car-offer-booking .vrc-time-popup li:hover, .vrc-time-popup li.selected { background: #eff6ff; color: #1d4ed8; font-weight: 600; }

/* ── CALENDAR ── */
#vrc-car-offer-booking .vrc-calendar-popup { padding: 1rem; width: max-content; max-width: 98vw; }
#vrc-car-offer-booking .vrc-calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .75rem;
}
#vrc-car-offer-booking .vrc-calendar-header button {
    background: none;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: .2rem .6rem;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
}
#vrc-car-offer-booking .vrc-calendar-header button:hover { background: #f3f4f6; }
#vrc-car-offer-booking .cal-months { display: flex; gap: 2rem; font-weight: 700; font-size: .95rem; }
#vrc-car-offer-booking .vrc-calendar-body { display: flex; gap: 2rem; flex-wrap: wrap; }
#vrc-car-offer-booking .cal-month { min-width: 210px; }
#vrc-car-offer-booking .cal-month h4 { margin: 0 0 .5rem; font-size: .88rem; text-align: center; }
#vrc-car-offer-booking .cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }
#vrc-car-offer-booking .cal-day-name {
    text-align: center;
    font-size: .72rem;
    font-weight: 600;
    color: #9ca3af;
    padding: .2rem 0;
}
#vrc-car-offer-booking .cal-day {
    text-align: center;
    padding: .35rem .25rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: .83rem;
    transition: background .15s;
}
#vrc-car-offer-booking .cal-day:hover { background: #dbeafe; }
#vrc-car-offer-booking .cal-day.today { font-weight: 700; color: #1d4ed8; }
#vrc-car-offer-booking .cal-day.selected { background: #2563eb; color: #fff; border-radius: 6px; }
#vrc-car-offer-booking .cal-day.in-range { background: #dbeafe; border-radius: 0; }
#vrc-car-offer-booking .cal-day.range-start { background: #2563eb; color: #fff; border-radius: 6px 0 0 6px; }
#vrc-car-offer-booking .cal-day.range-end { background: #2563eb; color: #fff; border-radius: 0 6px 6px 0; }
#vrc-car-offer-booking .cal-day.disabled { color: #d1d5db; pointer-events: none; }
#vrc-car-offer-booking .cal-day.empty { pointer-events: none; }

/* ── BOOK BUTTON ── */
#vrc-car-offer-booking .vrc-book-btn-wrap { margin-top: 1.25rem; }
#vrc-car-offer-booking .vrcdetbooksubmit {
    padding: .65rem 2rem;
    background: #2563eb;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s;
}
#vrc-car-offer-booking .vrcdetbooksubmit:hover { background: #1d4ed8; }

#vrc-car-offer-booking .cal-day.promo-day {
    background-color: #ffeeba;
    border: 1px solid #ffc107;
}


/* .vrc-calendar-popup {
    position: absolute;
    top: 100%;
    left: 0;
    width: 700px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    padding: 20px;
    z-index: 9999;
    display: none;
}

.flatpickr-calendar {
    box-shadow: none !important;
}

.vrc-time-popup {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    max-height: 250px;
    overflow-y: auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    display: none;
    z-index: 9999;
}

.vrc-time-popup ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vrc-time-popup li {
    padding: 10px 15px;
    cursor: pointer;
}

.vrc-time-popup li:hover {
    background: #f3f3f3;
}

.vrc-calendar-popup {
    position: absolute;
    top: 60px;
    left: 0;
    width: 640px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    padding: 20px;
    display: none;
    z-index: 999;
}

.vrc-calendar-body {
    display: flex;
    gap: 30px;
}

.cal-month {
    width: 50%;
}

.cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
}

.cal-day {
    padding: 8px;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
}

.cal-day:hover {
    background: #f2f2f2;
}

.cal-day.selected {
    background: black;
    color: white;
}

.cal-day.in-range {
    background: #eaeaea;
}

.vrc-calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
} */