.elementor-kit-9{--e-global-color-primary:#1B9CFC;--e-global-color-secondary:#4396D6;--e-global-color-text:#0B1215;--e-global-color-accent:#FC7A1B;--e-global-color-07320d5:#020344;--e-global-color-c85884e:#28B8D5;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ══════════════════════════════════════
   VIK RENT CAR – CAR DETAILS PAGE CSS
   Matches search bar + grid card style
══════════════════════════════════════ */

/* ─────────────────────────────────────
   WRAPPER
───────────────────────────────────── */
.wrap.plugin-container {
    max-width: 1200px !important;
    margin: 24px auto !important;
    padding: 24px 16px !important;
    box-sizing: border-box !important;
}

/* ─────────────────────────────────────
   TOP SECTION: IMAGE + INFO
   Side by side: image left, info right
───────────────────────────────────── */
.vrc-cdetails-cinfo {
    display: flex !important;
    flex-direction: row !important;
    gap: 32px !important;
    align-items: flex-start !important;
    background: #fff !important;
    border: 1px solid #ebebeb !important;
    border-radius: 16px !important;
    padding: 24px !important;
    margin-bottom: 24px !important;
    box-sizing: border-box !important;
}

/* ── Car image ── */
.vrc-cdetails-img {
    flex: 1 !important;
    min-width: 0 !important;
}

.vrc-cdetails-cmainimg {
    background: #f7f7f7 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 16px !important;
    box-sizing: border-box !important;
    min-height: 280px !important;
}

.vrc-cdetails-cmainimg img {
    width: 100% !important;
    max-height: 420px !important;
    object-fit: contain !important;
    display: block !important;
}

/* ── Car info ── */
.vrc-cdetails-infocar {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    min-width: 0 !important;
    justify-content: center !important;
}

.vrc-cdetails-cgroup {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

.vrc-car-name {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #222 !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

.vrclistcarcat {
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    color: #888 !important;
}

.vrc-cdetails-cardesc {
    font-size: 14px !important;
    color: #555 !important;
    line-height: 1.6 !important;
    border-top: 1px solid #f0f0f0 !important;
    padding-top: 12px !important;
}

.vrc-cdetails-cardesc p {
    margin: 0 !important;
}

/* ── Price ── */
.vrc-cdetails-cost {
    display: flex !important;
    align-items: baseline !important;
    gap: 8px !important;
    margin-top: 4px !important;
    border-top: 1px solid #f0f0f0 !important;
    padding-top: 12px !important;
    padding-left: 0px;
    background: none !important;
    color: #222 !important;
}

.vrcliststartfrom {
    font-size: 13px !important;
    color: #888 !important;
    font-weight: 400 !important;
}

.car_cost {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #222 !important;
}

.car_cost .vrc_currency {
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* ─────────────────────────────────────
   AVAILABILITY LEGEND + MONTH SELECTOR
───────────────────────────────────── */
.vrc-cardetails-legend {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 24px !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    flex-wrap: wrap !important;
}

/* Push legend dots to the right */
.vrclegendediv {
    margin-left: auto !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

/* ── Month select ── */
.vrc-cardetails-legend form {
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

.vrcselectm {
    height: 40px !important;
    border: 1.5px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 0 12px !important;
    font-size: 14px !important;
    color: #222 !important;
    background: #fff !important;
    outline: none !important;
    cursor: pointer !important;
    transition: border-color 0.2s !important;
}

.vrcselectm:focus {
    border-color: #28B8D5 !important;
}

/* ── Legend items ── */


.vrclegenda {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 13px !important;
    color: #555 !important;
}

.vrclegfree,
.vrclegwarning,
.vrclegbusy {
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 4px !important;
}

.vrclegfree    { background: #d4edda !important; border: 1px solid #b8dfc4 !important; }
.vrclegwarning { background: #fff3cd !important; border: 1px solid #ffe08a !important; }
.vrclegbusy    { background: #f8d7da !important; border: 1px solid #f3b8bc !important; }

.vrc-leg-text {
    font-size: 13px !important;
    color: #555 !important;
}

/* ─────────────────────────────────────
   CALENDARS - one shared card
───────────────────────────────────── */
.vrc-avcals-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
    margin-bottom: 24px !important;
    background: #fff !important;
    border: 1px solid #ebebeb !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    padding: 20px !important;
    box-sizing: border-box !important;
}

.vrccaldivcont {
    flex: 1 !important;
    min-width: 220px !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
}

/* Divider between calendars */
.vrccaldivcont + .vrccaldivcont {
    border-left: 1px solid #f0f0f0 !important;
}

.vrccal {
    width: 100% !important;
    border-collapse: collapse !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 13px !important;
}

/* Month header */
.vrccal tr:first-child td {
    background: transparent !important;
    padding: 0 8px 12px 8px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #222 !important;
    border-bottom: 1px solid #ebebeb !important;
    border-color: #ebebeb !important;
}

/* Day name row */
.vrccaldays td {
    padding: 8px 4px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: #888 !important;
    text-align: center !important;
    background: #fafafa !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

/* Day cells */
.vrccal td {
    padding: 6px 4px !important;
    text-align: center !important;
    color: #222 !important;
}

/* Available */
.vrctdfree {
    background: #fff !important;
}

.vrctdfree .vrc-cdetails-cal-pickday {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    transition: background 0.2s, color 0.2s !important;
    font-weight: 500 !important;
}

.vrctdfree .vrc-cdetails-cal-pickday:hover {
    background: #28B8D5 !important;
    color: #fff !important;
}

/* Past days */
.vrctdpast {
    color: #ccc !important;
}

/* Busy / warning */
.vrctdbusy     { background: #fef2f2 !important; color: #ccc !important; }
.vrctdwarning  { background: #fffbeb !important; }

/* ─────────────────────────────────────
   BOOKING FORM
───────────────────────────────────── */
.vrc-cardetails-book-wrap {
    background: #fff !important;
    border: 1px solid #ebebeb !important;
    border-radius: 16px !important;
    padding: 24px !important;
    margin-bottom: 24px !important;
}

.vrc-cardetails-book-wrap h4 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #222 !important;
    margin: 0 0 20px 0 !important;
}

.vrcdivsearch-inner form {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

/* ── Row 1: Locations side by side ── */
.vrc-searchf-section-locations {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 16px !important;
    width: 100% !important;
}

/* ── Row 2: Dates + times side by side ── */
.vrc-searchf-section-datetimes {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 16px !important;
    width: 100% !important;
}

/* ── Row 3: Full width button ── */
.vrc-searchf-section-sbmt {
    width: 100% !important;
    display: flex !important;
    align-items: stretch !important;
    padding-top: 0 !important;
}

.vrc-searchf-section-sbmt .vrcsfentrycont {
    flex: unset !important;
    width: 100% !important;
}

.vrc-searchf-section-sbmt .vrcsfentrysubmit {
    width: 100% !important;
}

/* ── Location fields ── */
.vrc-searchf-section-locations .vrcsfentrycont {
    flex: 1 !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
}

/* ── Datetime fields: date + time side by side inside each group ── */
.vrc-searchf-section-datetimes .vrcsfentrycont {
    flex: 1 !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    gap: 10px !important;
}

/* ── Date block ── */
.vrc-searchf-section-datetimes .vrcsfentrylabsel {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    min-width: 0 !important;
}

/* ── Time block ── */
.vrc-searchf-section-datetimes .vrcsfentrytime {
    display: flex !important;
    flex-direction: column !important;
    flex-shrink: 0 !important;
    min-width: 100px !important;
}

/* ── Date / time blocks ── */
.vrcdivsearch-inner .vrcsfentrylabsel {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    min-width: 110px !important;
}

.vrcdivsearch-inner .vrcsfentrytime {
    display: flex !important;
    flex-direction: column !important;
    flex-shrink: 0 !important;
    min-width: 100px !important;
}

/* ── Labels uniform height ── */
.vrc-searchf-section-locations .vrcsfentrycont label,
.vrc-searchf-section-datetimes .vrcsfentrylabsel label,
.vrc-searchf-section-datetimes .vrcsfentrytime label {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #333 !important;
    white-space: nowrap !important;
    display: block !important;
    height: 18px !important;
    line-height: 18px !important;
    margin-bottom: 6px !important;
}

/* ── Location selects ── */
.vrcdivsearch-inner .vrcsfentryselect {
    width: 100% !important;
}

.vrcdivsearch-inner .vrcsfentryselect select {
    width: 100% !important;
    height: 40px !important;
    border: 1.5px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 0 10px !important;
    font-size: 14px !important;
    color: #222 !important;
    background: #fff !important;
    outline: none !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s !important;
}

/* ── Date input ── */
.vrcdivsearch-inner .vrcsfentrydate {
    display: flex !important;
    align-items: center !important;
    height: 40px !important;
    border: 1.5px solid #e0e0e0 !important;
    border-radius: 8px !important;
    background: #fff !important;
    padding: 0 10px !important;
    gap: 6px !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

.vrcdivsearch-inner .vrcsfentrydate input {
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    width: 100% !important;
    font-size: 14px !important;
    color: #222 !important;
    background: transparent !important;
}

.vrcdivsearch-inner .vrc-caltrigger {
    color: #888 !important;
    font-size: 15px !important;
    flex-shrink: 0 !important;
    cursor: pointer !important;
}

/* ── Time selects ── */
.vrcdivsearch-inner .vrc-sf-time-container {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 4px !important;
    height: 40px !important;
}

.vrcdivsearch-inner .vrc-sf-time-container span {
    display: flex !important;
    align-items: center !important;
}

.vrcdivsearch-inner .vrc-sf-time-container select {
    height: 40px !important;
    border: 1.5px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 0 6px !important;
    font-size: 14px !important;
    color: #222 !important;
    background: #fff !important;
    outline: none !important;
    min-width: 52px !important;
    transition: border-color 0.2s !important;
}

.vrcdivsearch-inner .vrctimesep {
    font-weight: 700 !important;
    color: #555 !important;
}

/* ── Focus states ── */
.vrcdivsearch-inner select:focus,
.vrcdivsearch-inner input:focus {
    border-color: #28B8D5 !important;
    outline: none !important;
}

/* ── Book Now button ── */
.vrcsfentrysubmit input.vrcdetbooksubmit,
input.vrcdetbooksubmit.vrc-pref-color-btn {
    width: 100% !important;
    height: 48px !important;
    padding: 0 32px !important;
    background-image: linear-gradient(90deg, #28B8D5 0%, #020344 51%, #28B8D5 100%) !important;
    background-size: 200% auto !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    transition: background-position 0.5s ease !important;
    letter-spacing: 0.02em !important;
}

.vrcsfentrysubmit input.vrcdetbooksubmit:hover,
input.vrcdetbooksubmit.vrc-pref-color-btn:hover {
    background-position: right center !important;
}

/* ══════════════════════════════════════
   MOBILE (≤ 768px)
══════════════════════════════════════ */
@media (max-width: 768px) {

    .vrc-cdetails-cinfo {
        flex-direction: column !important;
    }

    .vrc-cardetails-legend {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .vrc-avcals-container {
        flex-direction: column !important;
    }

    .vrcdivsearch-inner form {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 12px !important;
    }

    .vrc-searchf-section-locations,
    .vrc-searchf-section-datetimes {
        flex-direction: column !important;
        width: 100% !important;
        gap: 12px !important;
    }

    .vrc-searchf-section-datetimes .vrcsfentrycont {
        flex-direction: row !important;
        width: 100% !important;
    }

    .vrc-searchf-section-sbmt {
        width: 100% !important;
    }

    .vrcsfentrysubmit input.vrcdetbooksubmit,
    input.vrcdetbooksubmit.vrc-pref-color-btn {
        width: 100% !important;
        height: 46px !important;
    }
}




/* Options page /*

/* ══════════════════════════════════════
   VIK RENT CAR – OPTIONS/PRICING PAGE
   Matches search bar + grid + details style
══════════════════════════════════════ */

/* ─────────────────────────────────────
   STEP BAR - complete rewrite
───────────────────────────────────── */
.vrcstepsbarcont {
    margin-bottom: 32px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

ol.vrc-stepbar {
    display: flex !important;
    flex-direction: row !important;
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 24px 16px !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    counter-reset: vrc-step !important;
    align-items: flex-start !important;
    overflow: visible !important;
}

ol.vrc-stepbar li.vrc-step {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    position: relative !important;
    counter-increment: vrc-step !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: none !important;
    gap: 10px !important;
}

/* Kill theme pseudo elements on child elements */
ol.vrc-stepbar li.vrc-step a::before,
ol.vrc-stepbar li.vrc-step a::after,
ol.vrc-stepbar li.vrc-step span::before,
ol.vrc-stepbar li.vrc-step span::after {
    display: none !important;
    content: none !important;
}

/* Kill theme's arrow pseudo elements on li */
.vrcstepsbarcont .vrc-stepbar li::before,
.vrcstepsbarcont .vrc-stepbar li::after {
    border: none !important;
    width: auto !important;
    height: auto !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

/* ── Circle ── */
.vrcstepsbarcont ol.vrc-stepbar li.vrc-step::before {
    counter-increment: none !important;
    content: counter(vrc-step) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    border-radius: 50% !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    position: relative !important;
    z-index: 2 !important;
    box-sizing: border-box !important;
    background: #fff !important;
    border: 2px solid #ddd !important;
    color: #bbb !important;
    top: auto !important;
    left: auto !important;
}

/* ── Connecting line ── */
.vrcstepsbarcont ol.vrc-stepbar li.vrc-step::after {
    content: '' !important;
    position: absolute !important;
    top: 22px !important;
    left: calc(50% + 24px) !important;
    right: calc(-50% + 24px) !important;
    height: 2px !important;
    width: auto !important;
    background: #ddd !important;
    z-index: 0 !important;
    display: block !important;
    border-radius: 0 !important;
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.vrcstepsbarcont ol.vrc-stepbar li.vrc-step:last-child::after {
    display: none !important;
}

/* ── COMPLETED ── */
.vrcstepsbarcont ol.vrc-stepbar li.vrc-step.vrc-step-complete::before {
    content: '✓' !important;
    background: #28B8D5 !important;
    border: 2px solid #28B8D5 !important;
    color: #fff !important;
}

.vrcstepsbarcont ol.vrc-stepbar li.vrc-step.vrc-step-complete::after {
    background: #28B8D5 !important;
    border: none !important;
}

/* ── CURRENT ── */
.vrcstepsbarcont ol.vrc-stepbar li.vrc-step.vrc-step-current::before {
    background: #020344 !important;
    border: 2px solid #020344 !important;
    color: #fff !important;
}

/* ── NEXT ── */
.vrcstepsbarcont ol.vrc-stepbar li.vrc-step.vrc-step-next::before {
    background: #fff !important;
    border: 2px solid #ddd !important;
    color: #bbb !important;
}

/* ── Labels ── */
ol.vrc-stepbar li.vrc-step a,
ol.vrc-stepbar li.vrc-step span {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #bbb !important;
    text-decoration: none !important;
    text-align: center !important;
    display: block !important;
    line-height: 1.2 !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ── COMPLETED label ── */
ol.vrc-stepbar li.vrc-step.vrc-step-complete a,
ol.vrc-stepbar li.vrc-step.vrc-step-complete span {
    color: #28B8D5 !important;
}

/* ── CURRENT label ── */
ol.vrc-stepbar li.vrc-step.vrc-step-current a,
ol.vrc-stepbar li.vrc-step.vrc-step-current span {
    color: #020344 !important;
    font-weight: 700 !important;
}

/* ── NEXT label ── */
ol.vrc-stepbar li.vrc-step.vrc-step-next a,
ol.vrc-stepbar li.vrc-step.vrc-step-next span {
    color: #bbb !important;
}

/* ─────────────────────────────────────
   CAR SUMMARY (top: image + title)
───────────────────────────────────── */
.vrc-showprc-container {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 32px !important;
    background: #fff !important;
    border: 1px solid #ebebeb !important;
    border-radius: 16px !important;
    padding: 24px !important;
    margin-bottom: 24px !important;
    box-sizing: border-box !important;
}

/* Left: title + description */
.vrc-showprc-left {
    flex: 1 !important;
    min-width: 0 !important;
    order: 2 !important;
}

.car_title {
    margin: 0 0 12px 0 !important;
}

.car_title .vrhword {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #222 !important;
    font-style: normal !important;
}

.car_description_box {
    font-size: 14px !important;
    color: #555 !important;
    line-height: 1.6 !important;
}

.car_description_box p {
    margin: 0 !important;
}

/* Right: car image */
.vrc-showprc-right.car_img_box {
    flex-shrink: 0 !important;
    order: 1 !important;
    background: #f7f7f7 !important;
    border-radius: 12px !important;
    padding: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 260px !important;
}

.vrc-showprc-right.car_img_box img {
    width: 100% !important;
    max-height: 180px !important;
    object-fit: contain !important;
    display: block !important;
}

/* ─────────────────────────────────────
   SECTION TITLES (Price / Options)
───────────────────────────────────── */
.vrc-showprc-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #222 !important;
    margin: 0 0 12px 0 !important;
}

/* ─────────────────────────────────────
   PRICE SECTION
───────────────────────────────────── */
.vrc-showprc-prices-wrap {
    margin-bottom: 24px !important;
}

.vrc-showprc-prices-inner {
    background: #fff !important;
    border: 1px solid #ebebeb !important;
    border-radius: 16px !important;
    overflow: hidden !important;
}

/* Override plugin's individual row borders */
.vrc-showprc-prices-inner .vrc-showprc-price-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 16px 20px !important;
    margin: 0 !important;
    border: none !important;
    border-top: none !important;
    border-bottom: 1px solid #f0f0f0 !important;
    border-radius: 0 !important;
    transition: background 0.2s !important;
    cursor: pointer !important;
    background: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    min-height: 56px !important;
}

.vrc-showprc-prices-inner .vrc-showprc-price-row:first-child {
    margin-top: 0 !important;
}

.vrc-showprc-prices-inner .vrc-showprc-price-row:last-child {
    border-bottom: none !important;
}

.vrc-showprc-prices-inner .vrc-showprc-price-row:hover {
    background: #f9fefe !important;
    border-color: transparent !important;
    border-bottom-color: #f0f0f0 !important;
}

.vrc-showprc-prices-inner .vrc-showprc-price-row.vrc-showprc-price-selected {
    background: #fff !important;
    border-color: transparent !important;
    border-bottom-color: #f0f0f0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.vrc-showprc-prices-inner .vrc-showprc-price-row.vrc-showprc-price-selected:last-child {
    border-bottom: none !important;
}

.vrc-showprc-price-row:last-child {
    border-bottom: none !important;
}

.vrc-showprc-price-row:hover {
    background: #f9fefe !important;
}

.vrc-showprc-price-row.vrc-showprc-price-selected {
    background: #fff !important;
    border-left: none !important;
    border-image: none !important;
}

.vrc-showprc-price-row-cell-first {
    flex: 1 !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.vrc-showprc-price-row-cell-first label {
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
}

.vrc-showprc-priceinfo {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    width: 100% !important;
}

.vrc-showprc-pricename {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #333 !important;
}

.vrc-showprc-pricecost {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #222 !important;
    white-space: nowrap !important;
}

.vrc-showprc-price-row-cell-last {
    margin-left: 16px !important;
    flex-shrink: 0 !important;
}

/* Style the radio button */
.vrc-showprc-price-row-cell-last input[type="radio"] {
    width: 18px !important;
    height: 18px !important;
    accent-color: #28B8D5 !important;
    cursor: pointer !important;
}

/* ─────────────────────────────────────
   OPTIONS SECTION
───────────────────────────────────── */
.vrc-showprc-options-wrap {
    margin-bottom: 24px !important;
}

.vrc-showprc-options-wrap .vrc-showprc-options-inner {
    background: #fff !important;
    border: 1px solid #ebebeb !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    padding: 0 !important;
}

.vrc-showprc-options-wrap .vrc-showprc-option-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    padding: 16px 20px !important;
    border: none !important;
    border-bottom: 1px solid #f0f0f0 !important;
    gap: 16px !important;
    background: #fff !important;
}

.vrc-showprc-options-wrap .vrc-showprc-option-row:last-child {
    border-bottom: none !important;
}

.vrc-showprc-option-cell-info {
    flex: 1 !important;
    min-width: 0 !important;
}

.vrc-showprc-option-name {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #333 !important;
}

.vrc-showprc-option-cell-price {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    flex-shrink: 0 !important;
}

.vrc-showprc-option-cell-price-descr {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #222 !important;
    white-space: nowrap !important;
}

.vrc-showprc-option-cell-price-sel input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    accent-color: #28B8D5 !important;
    cursor: pointer !important;
}

/* Required option quantity badge */
.vrcoptionforcequant {
    display: inline-flex !important;
    align-items: center !important;
    gap: 2px !important;
    background: #f0f0f0 !important;
    border-radius: 6px !important;
    padding: 4px 8px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #555 !important;
}

/* ─────────────────────────────────────
   BUTTONS
───────────────────────────────────── */
.car_buttons_box {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    margin-top: 8px !important;
}

/* Back - left side */
.vrc-oconfirm-footer {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-top: 24px !important;
    gap: 16px !important;
}

.vrc-goback-block {
    order: 1 !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: stretch !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 48px !important;
}

.vrc-oconfirm-footer .booknow {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.vrc-save-order-block {
    order: 2 !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: stretch !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 48px !important;
}

.vrc-oconfirm-footer .vrc-goback-block a.btn {
    height: 48px !important;
    padding: 0 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1.5px solid #e0e0e0 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #555 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: border-color 0.2s, color 0.2s !important;
    box-sizing: border-box !important;
}

.vrc-oconfirm-footer .vrc-goback-block a.btn:hover {
    border-color: #28B8D5 !important;
    color: #28B8D5 !important;
}

.vrc-oconfirm-footer .vrc-save-order-block input[name="saveorder"] {
    height: 48px !important;
    padding: 0 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: middle !important;
    background-image: linear-gradient(90deg, #28B8D5 0%, #020344 51%, #28B8D5 100%) !important;
    background-size: 200% auto !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    letter-spacing: 0.02em !important;
    transition: background-position 0.5s ease !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    line-height: 48px !important;
}

.vrc-oconfirm-footer .vrc-save-order-block input[name="saveorder"]:hover {
    background-position: right center !important;
}

.vrc-goback-block a.btn.vrc-pref-color-btn-secondary {
    height: 48px !important;
    padding: 0 24px !important;
    display: flex !important;
    align-items: center !important;
    vertical-align: middle !important;
    border: 1.5px solid #e0e0e0 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #555 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: border-color 0.2s, color 0.2s !important;
    box-sizing: border-box !important;
    line-height: 48px !important;
    margin: 0 !important;
}

.vrc-goback-block a.btn.vrc-pref-color-btn-secondary:hover {
    border-color: #28B8D5 !important;
    color: #28B8D5 !important;
}

/* Book Now - right side */
input.btn.booknow.vrc-pref-color-btn,
input[name="saveorder"].btn.vrc-pref-color-btn {
    order: 2 !important;
    height: 48px !important;
    padding: 0 40px !important;
    background-image: linear-gradient(90deg, #28B8D5 0%, #020344 51%, #28B8D5 100%) !important;
    background-size: 200% auto !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    letter-spacing: 0.02em !important;
    transition: background-position 0.5s ease !important;
    white-space: nowrap !important;
}

input.btn.booknow.vrc-pref-color-btn:hover,
input[name="saveorder"].btn.vrc-pref-color-btn:hover {
    background-position: right center !important;
}

/* ══════════════════════════════════════
   MOBILE (≤ 768px)
══════════════════════════════════════ */
@media (max-width: 768px) {

    .vrc-stepbar {
        border-radius: 12px !important;
    }

    .vrc-step {
        font-size: 12px !important;
        padding: 12px 4px !important;
    }

    .vrc-showprc-container {
        flex-direction: column !important;
    }

    .vrc-showprc-right.car_img_box {
        width: 100% !important;
        order: 1 !important;
    }

    .vrc-showprc-left {
        order: 2 !important;
    }

    .vrc-showprc-priceinfo {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 4px !important;
    }

    .car_buttons_box,
    .vrc-oconfirm-footer {
        flex-direction: column-reverse !important;
        align-items: stretch !important;
    }

    input.btn.booknow.vrc-pref-color-btn,
    input[name="saveorder"].btn.vrc-pref-color-btn {
        width: 100% !important;
    }

    .vrc-goback-block,
    .vrc-save-order-block {
        width: 100% !important;
    }

    .vrc-goback-block a.btn.vrc-pref-color-btn-secondary {
        width: 100% !important;
        justify-content: center !important;
    }
}

/* ─────────────────────────────────────
   CAR RESULT CARDS (search results)
   Matches vik-rent-car-grid.css style
───────────────────────────────────── */
.vrc-search-results-block.vrc-search-results-block-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
    margin-bottom: 24px !important;
}

.vrc-search-results-block.vrc-search-results-block-grid .car_separator {
    display: none !important;
}

.car_result {
    display: flex !important;
    flex-direction: column !important;
    background: #fff !important;
    border-radius: 16px !important;
    border: 1px solid #ebebeb !important;
    overflow: hidden !important;
    transition: box-shadow 0.25s ease, transform 0.25s ease !important;
    cursor: pointer !important;
    height: 100% !important;
}

.car_result:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.10) !important;
    transform: translateY(-3px) !important;
}

/* Image area */
.car_result .vrc-car-result-left {
    width: 100% !important;
    flex-basis: auto !important;
    flex-shrink: 0 !important;
    background: #f7f7f7 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    height: 220px !important;
    max-height: 220px !important;
    overflow: hidden !important;
}

.car_result .vrc-car-result-left img {
    width: 100% !important;
    height: 220px !important;
    object-fit: contain !important;
    object-position: center !important;
    display: block !important;
    transform: scale(1.1) !important;
}

/* Content area */
.car_result .vrc-car-result-right {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    position: static !important;
    background: #fff !important;
}

.car_result .vrc-car-result-rightinner {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    width: 100% !important;
    overflow: visible !important;
    position: static !important;
}

.car_result .vrc-car-result-rightinner-deep {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    width: 100% !important;
    overflow: visible !important;
    flex-wrap: nowrap !important;
    position: static !important;
}

.car_result .vrc-car-result-inner {
    padding: 16px 20px 8px !important;
    flex: 0 0 auto !important;
    min-height: 0 !important;
    height: auto !important;
    position: static !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

/* Override plugin JS inline min-height */
.vrc-search-results-block-grid .vrc-car-result-inner[style] {
    min-height: 0 !important;
    height: auto !important;
}

.car_result .vrc-car-lastblock {
    padding: 12px 20px 20px !important;
    text-align: left !important;
    width: 100% !important;
    box-sizing: border-box !important;
    border-top: 1px solid #f0f0f0 !important;
    display: block !important;
    position: static !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    top: auto !important;
    float: none !important;
    flex: 0 0 auto !important;
}

/* Category */
.car_result .vrc-car-category {
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    color: #999 !important;
    display: block !important;
    margin-bottom: 4px !important;
}

/* Car name */
.car_result .vrc-car-name {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #222 !important;
    margin: 0 0 8px 0 !important;
    font-style: normal !important;
}

.car_result .vrc-car-name a {
    color: #222 !important;
    text-decoration: none !important;
}

/* Description */
.car_result .vrc-car-result-description {
    font-size: 13px !important;
    color: #666 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* Price + button block */
.car_result .vrc-car-lastblock {
    padding: 12px 20px 20px !important;
    text-align: left !important;
    flex-basis: 100% !important;
    border-top: 1px solid #f0f0f0 !important;
}

.car_result .vrcsrowpricediv {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    width: auto !important;
    text-align: left !important;
    border-radius: 0 !important;
    margin-bottom: 4px !important;
}

.car_result .vrcstartfrom {
    font-size: 12px !important;
    color: #999 !important;
    display: inline !important;
    margin: 0 4px 0 0 !important;
}

.car_result .car_cost {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #222 !important;
    display: inline !important;
}

.car_result .car_cost .vrc_currency {
    font-size: 13px !important;
    font-weight: 600 !important;
}

/* Per day cost */
.car_result .vrc-car-result-dailycost {
    font-size: 13px !important;
    color: #28B8D5 !important;
    margin: 2px 0 0 !important;
    letter-spacing: normal !important;
}

/* Continue button */
.car_result .vrc-car-bookingbtn {
    margin-top: 12px !important;
}

.car_result .vrc-car-bookingbtn form {
    margin: 0 !important;
}

.car_result input.btn.booknow.vrc-pref-color-btn {
    width: 100% !important;
    height: 44px !important;
    background-image: linear-gradient(90deg, #28B8D5 0%, #020344 51%, #28B8D5 100%) !important;
    background-size: 200% auto !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    cursor: pointer !important;
    transition: background-position 0.5s ease !important;
}

.car_result input.btn.booknow.vrc-pref-color-btn:hover {
    background-position: right center !important;
}

/* ─────────────────────────────────────
   MOBILE
───────────────────────────────────── */
@media (max-width: 768px) {
    .vrc-search-results-block.vrc-search-results-block-grid {
        grid-template-columns: 1fr !important;
    }

    .vrc-itinerary-summary {
        display: block !important;
    }

    .vrc-itinerary-summary > div {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 16px 20px !important;
    }

    .vrc-itinerary-pickup {
        border-right: none !important;
        border-bottom: 1px solid #ebebeb !important;
    }
}/* End custom CSS */