/*
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

*/
/* GRID */

.badge_data_rentcar{
	padding:12px!important;
}
.elementor-9124 .frc-final:has(.successmade) .vrc-order-details-summary{
    border: 1px solid #ffffff80 !important;
    border-radius: 10px !important;
    padding: 15px !important;
    background-color: #152844 !important;
}

#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 */
body .elementor-shortcode #frcDealsGrid_new .frc-dealCard__media {
	position: relative !important; border-radius: 16px !important; overflow: hidden !important; height: 230px!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 */
body .elementor-shortcode #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;
    color: #08203A !important;
    font-weight: 900 !important;
    text-shadow: none !important;
    font-size: 16px !important;
    line-height: 1 !important;
    width: 85%;
}

/* 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; }
body .elementor-shortcode #frcDealsGrid_new .frc-dealCard__prices {
	position: absolute !important; left: 18px !important; top: 200px !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;
    flex-direction: row-reverse;
    justify-content: center !important;
    align-items: center !important;
}
body .elementor-shortcode #frcDealsGrid_new .frc-dealCard__promo { color: #081222 !important; font-weight: 900 !important; font-size: 18px !important; }
body .elementor-shortcode #frcDealsGrid_new .frc-dealCard__orig  { 
    font-size: 12px !important;
    font-weight: 600 !important; 
    text-decoration: line-through !important; 
    color: #4b4b4b !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;
}




/* ── SHORTCODES V2 ALL WIDGETS ─────────────────────────────────────────────────────────────── */
#vrc-car-offer-booking {
    margin-top: 1.75rem;
	font-family: 'Inter', sans-serif !important;
}

#vrc-car-offer-booking h4 {
    margin: 0 0 1rem;
    color: #101828;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}

#vrc-car-offer-booking .vrcdivsearch {
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(8px);
	width: 100%;
    background: rgba(6, 26, 43, .46);
    border-radius: 18px;
    padding: 16px;
}

#vrc-car-offer-booking .vrc-booking-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: flex-end;
	width: 100%;
}

#vrc-car-offer-booking .vrcdivsearch .vrc-booking-bar {
    display: flex!important;
}

#vrc-car-offer-booking .vrc-bar-field {
    flex: auto;
    min-width: 150px;
    position: relative;
    user-select: none;
}

#vrc-car-offer-booking .vrc-bar-dual {
    display: flex;
}

#vrc-car-offer-booking .vrc-field-submit {
    flex: 0 0 auto;
    min-width: auto;
    display: flex;
    align-items: flex-end;
}

#vrc-car-offer-booking .vrc-field-label {
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 0.38rem;
	font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, .92);
    font-size: .9em;
}

#vrc-car-offer-booking .vrc-field-trigger {
    width: 100%;
    min-height: 52px;
    border: 1.5px solid #d0d5dd;
    background: #fff;
    color: #101828;
    padding: 0.82rem 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease, background 0.15s ease;
    box-shadow: 0 1px 0 rgba(16, 24, 40, 0.03);
    overflow: hidden;
	border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: #fff;
    color: #0b1e34;
    border-radius: 16px !important;
    font-weight: 500 !important;
    text-shadow: none !important;
}

#vrc-car-offer-booking .vrc-field-trigger:hover {
    border-color: #98a2b3;
    transform: translateY(-1px);
}

#vrc-car-offer-booking .vrc-field-trigger svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

#vrc-car-offer-booking .vrc-field-trigger span {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 0.95rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #0b1e34 !important;
	font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
}

#vrc-car-offer-booking .vrc-bar-field.vrc-field-focused .vrc-field-trigger,
#vrc-car-offer-booking .vrc-bar-field.vrc-field-has-value .vrc-field-trigger {
    border-color: #111827;
    box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.08);
}

#vrc-car-offer-booking .vrc-bar-field.vrc-field-has-value .vrc-field-trigger svg,
#vrc-car-offer-booking .vrc-bar-field.vrc-field-focused .vrc-field-trigger svg {
    color: #111827;
}

#vrc-car-offer-booking .vrc-field-disabled .vrc-field-trigger {
    opacity: 0.55;
}

#vrc-car-offer-booking .vrc-field-disabled .vrc-field-trigger:hover {
    transform: none;
}

/* ── Buttons ────────────────────────────────────────────────────────────── */
#vrc-car-offer-booking .vrcdetbooksubmit {
    min-height: 52px;
	max-height: max-content;
    padding: 0.85rem 1.35rem;
    border: 0;
    border-radius: 999px !important;
    background: #0B9444;
    color: #fff;
    font-size: 0.98rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
    white-space: nowrap;
}

#vrc-car-offer-booking .vrcdetbooksubmit:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

/* ── Simple dropdowns ───────────────────────────────────────────────────── */
#vrc-car-offer-booking .vrc-simple-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    z-index: 40;
    width: 100%;
    min-width: 150px;
    max-height: 280px;
    overflow: auto;
	background: rgb(15, 33, 56);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 14px;
    padding: 8px;
    z-index: 99999;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .25);
}

#vrc-car-offer-booking .vrc-simple-dropdown.open {
    display: block;
}

#vrc-car-offer-booking .vrc-dd-item {
    width: 100%;
    display: block;
    text-align: left;
    transition: background 0.12s ease, transform 0.12s ease;
	padding: 12px 14px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .06);
    color: #fff;
    cursor: pointer;
}

#vrc-car-offer-booking .vrc-dd-item:hover,
#vrc-car-offer-booking .vrc-dd-item.selected {
    background: rgba(255, 255, 255, .10);
}

.elementor-widget-icon.elementor-view-default .elementor-icon svg {
    fill: #0b944400!important;
}
#vrc-car-offer-booking .vrc-dd-title {
	display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: 'Inter', sans-serif !important;
    color: rgba(255, 255, 255, .92);
}

#vrc-car-offer-booking .vrc-dd-sub {
    display: block;
    margin-top: 0.14rem;
    font-size: 12.5px;
    line-height: 1.4;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, .92);
    white-space: nowrap;
}

#vrc-car-offer-booking .vrc-time-list .vrc-dd-item {
    padding: 0.62rem 0.8rem;
}

#vrc-car-offer-booking .vrc-time-item {
    font-size: 0.92rem;
    font-weight: 600;
}

#vrc-car-offer-booking .vrc-time-item.selected {
    background: #101828;
    color: #fff;
}

/* ── Calendar overlay + modal ───────────────────────────────────────────── */
.vrc-cal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(15, 23, 42, 0.52);
	font-family: 'Inter', sans-serif !important;
}

.vrc-cal-overlay.is-open {
    display: flex;
}

body.vrc-calendar-lock {
    overflow: hidden;
}

.vrc-cal-modal {
    width: min(980px, calc(100vw - 32px));
    max-height: calc(100vh - 48px);
    overflow: auto;
    background: #fff;
    border-radius: 26px;
    box-shadow: 0 36px 90px rgba(15, 23, 42, 0.34);
    padding: 18px 18px 16px;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.vrc-cal-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.vrc-cal-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #101828;
    font-size: 1rem;
    font-weight: 800;
}

.vrc-cal-title-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #101828;
    flex: 0 0 auto;
}

.vrc-cal-title-icon svg {
    width: 22px;
    height: 22px;
}

.vrc-cal-close {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: #f2f4f7;
    color: #101828;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.12s ease, transform 0.12s ease;
}

.vrc-cal-close:hover {
    background: #e4e7ec;
    transform: scale(1.03);
}

.vrc-cal-nav {
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.vrc-nav-btn {
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    color: #101828;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.12s ease, transform 0.12s ease;
}

.vrc-nav-btn:hover {
    background: #f2f4f7;
    transform: translateY(-1px);
}

.vrc-nav-btn svg {
    width: 20px;
    height: 20px;
}

.vrc-cal-month-labels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    font-size: 1.02rem;
    font-weight: 800;
    color: #101828;
    text-align: center;
    letter-spacing: -0.01em;
}

.vrc-cal-body {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 24px;
}

.vrc-cal-month {
    min-width: 0;
}

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

.vrc-cal-dayname {
    text-align: center;
    font-size: 0.74rem;
    font-weight: 400;
    color: #98a2b3;
    padding: 10px 0 8px;
    border-bottom: 1px solid #eaecf0;
    margin-bottom: 2px;
}

.vrc-cal-day {
    min-height: 36px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #3f444b;
    font-size: 0.95rem;
    font-weight: 400!important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.12s ease, color 0.12s ease, transform 0.12s ease;
}

.vrc-cal-day:hover:not(.vrc-day-past):not(.vrc-day-busy):not(.vrc-day-empty) {
    background: #f2f4f7;
    transform: translateY(-1px);
}

.vrc-day-hover {
    background: #1f2937 !important;
}

.vrc-cal-day:hover:not(.vrc-day-past):not(.vrc-day-busy):not(.vrc-day-empty){
    background:#0b9344;
}

.vrc-day-empty {
    pointer-events: none;
    background: transparent;
}

.vrc-day-past,
.vrc-day-busy {
    pointer-events: none;
    color: #d0d5dd;
    font-weight: 600;
}

.vrc-day-busy {
    text-decoration: line-through;
}

.vrc-day-today {
    box-shadow: inset 0 0 0 1.5px #101828;
}

.vrc-day-promo {
    box-shadow: none;
    text-shadow: none !important;
    font-weight: 400 !important;
}

.vrc-day-inrange {
	background: #efefef !important;
    color: #3f444b;
    border-radius: 0 !important;
    font-weight: 400 !important;
}

.vrc-day-hover {
    background: #cacaca !important;
    color: #3f444b;
}

.vrc-day-start,
.vrc-day-end {
    background: #fff !important;
    color: #00b944 !important;
    border: 1px solid #00b944 !important;
}

.vrc-day-start {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

.vrc-day-end {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

.vrc-day-start.vrc-day-end {
    border-radius: 12px !important;
}

.vrc-day-inrange.vrc-day-start,
.vrc-day-inrange.vrc-day-end {
    box-shadow: none !important;
}

.vrc-day-promo.vrc-day-start,
.vrc-day-promo.vrc-day-end {
    box-shadow: none !important;
}

.vrc-cal-footer {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid #eaecf0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.vrc-cal-hint {
    font-size: 0.88rem;
    color: #667085;
    font-weight: 600;
}

.vrc-done-btn {
    min-height: 40px;
    padding: 0.55rem 1.05rem;
    border: 0;
    border-radius: 14px;
    background: #111827;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.12s ease, background 0.12s ease;
}

.vrc-done-btn:hover {
    background: #0f172a;
    transform: translateY(-1px);
}

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 980px) {
    .vrc-cal-body {
        grid-template-columns: 1fr;
    }

    .vrc-cal-month-labels {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

@media (max-width: 768px) {
    #vrc-car-offer-booking .vrc-booking-bar {
        flex-direction: column;
        align-items: stretch;
    }

    #vrc-car-offer-booking .vrc-bar-field {
        flex: 1 1 100%;
        min-width: 0;
    }

    #vrc-car-offer-booking .vrc-field-submit {
        align-items: stretch;
    }

    #vrc-car-offer-booking .vrcdetbooksubmit {
        width: 100%;
    }

    .vrc-cal-overlay {
        align-items: flex-end;
        padding: 0;
        background: rgba(15, 23, 42, 0.45);
    }

    .vrc-cal-modal {
        max-height: 92vh;
        border-radius: 22px 22px 22px 22px;
		margin-bottom: 10px;
        padding: 16px;
    }

    .vrc-cal-nav {
        grid-template-columns: 36px 1fr 36px;
        gap: 8px;
    }

    .vrc-cal-month-labels {
        font-size: 0.95rem;
    }

    .vrc-cal-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .vrc-done-btn {
        width: 100%;
    }
}

.elementor-42 .elementor-element.elementor-element-aa69b8e {
	z-index: 0;
}
.elementor-42 .elementor-element.elementor-element-0b46430 {
	z-index: 1; 
}

.vrc-cal-day.vrc-day-min-block {
    opacity: 0.3;
    cursor: not-allowed;
    text-decoration: line-through;
}

.elementor-element-acd2419{
    z-index:9!important;
}
.frc-final:has(.successmade) .successmade span {
    font-size: 28px !important;
    font-weight: 600 !important;
    letter-spacing: -.03em !important;
}

@media (max-width: 768px) {
    .vrc-bar-field {
      display: none;
    }
  
    .vrc-bar-field.active {
      display: block;
    }
    
    .vrc-field-submit {
        display: none!important;
      }
    
    .vrc-field-submit.active {
        display: block!important;
    }
    
    .vrc-bar-field.vrc-field-show-mobile{
        display: block!important;
    }
  }
  
  .vrc-bar-field.vrc-field-show-mobile {
    display: none;
  }

  
  .vrc-bar-field.vrc-field-show-mobile.inactive {
    display: none!important;
  }