.elementor-461 .elementor-element.elementor-element-5b6a850{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-461 .elementor-element.elementor-element-19796e8d{--display:flex;}.elementor-461 .elementor-element.elementor-element-ab2ea2c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a2ed4e2 */.availability-header-cha {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    padding: 40px 20px 20px;
}

.availability-header-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.availability-header-content h1 {
    font-size: 42px;
    font-weight: 800;
    color: #1e3a8a;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.availability-intro {
    font-size: 19px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0 0 20px 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.availability-intro strong {
    color: #f97316;
    font-weight: 600;
}


@media (max-width: 768px) {
    .availability-header-cha {
        padding: 60px 16px 30px;
    }
    
    .availability-header-content h1 {
        font-size: 32px;
    }
    
    .availability-intro {
        font-size: 17px;
    }
    
    .booking-benefits {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-774b73b6 */.hold_search {
    position: relative;
    margin-bottom: 20px;
}

.hold_search .col_search {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0;
}


.holder_form_search {
    border-radius: 0 0 16px 16px !important;
    overflow: hidden !important;
    box-shadow: none !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    background: #fff !important;
}

.vrcdivsearch {
    background-color: #fff !important;
    border-radius: 0 0 16px 16px !important;
    border: none !important;
    padding: 25px 30px 30px !important;
    box-shadow: none !important;
    border: 1px solid #E5E5E5 !important;
}


.vrcdivsearch form {
    padding: 0 !important;
}

/* Hide step headers */
.head_search {
    display: none !important;
}

/* Hide title */
.vrc-main-title {
    display: none !important;
}

/* Remove empty P tags and BR tags */
.vrcdivsearch p:empty,
.vrcsfentrylabsel p:empty,
.vrcsfentrytime p:empty,
.vrc-sf-time-container p:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}

.vrcdivsearch br,
.car_result br,
.vrc-car-bookingbtn form br {
    display: none !important;
}

/* ============================================
   FORM SECTIONS
   ============================================ */
.vrcdivsearch .vrc-searchf-section-locations {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

/* ============================================
   FIELD CONTAINERS
   ============================================ */
.vrcdivsearch .vrcsfentrycont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 !important;
}

.vrcdivsearch .vrcsfentrycont.hide_d {
    display: none !important;
}

/* ============================================
   LABELS
   ============================================ */
.vrcdivsearch .vrcsfentrycont label {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #666 !important;
    margin-bottom: 8px !important;
    font-family: 'Poppins', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.vrcdivsearch label span[style*="color: #ff0000"],
.vrcdivsearch label span[style*="color:#ff0000"] {
    display: none !important;
}

/* ============================================
   LOCATION DROPDOWNS
   ============================================ */
.vrcdivsearch .vrcsfentrycont .vrcsfentryselect {
    width: 100% !important;
    position: relative;
}

.vrcdivsearch .vrcsfentrycont .vrcsfentryselect select {
    width: 100% !important;
    background: #F5F5F5 !important;
    border: 1px solid #E0E0E0 !important;
    height: 50px !important;
    border-radius: 8px !important;
    padding: 0 45px !important;
    font-size: 15px !important;
    color: #333 !important;
    font-family: 'Poppins', sans-serif !important;
    cursor: pointer;
    transition: border-color 0.3s;
    text-align: left !important;
}

.vrc-searchf-section-locations .vrcsfentryselect select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: none !important;
}

.vrcdivsearch .vrcsfentrycont .vrcsfentryselect select:focus {
    border-color: #9D4EDD !important;
    outline: none;
}

/* Location icon */
.vrc-searchf-section-locations .vrcsfentryselect::before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 15px;
    top: 15px;
    color: #999;
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    z-index: 1;
    pointer-events: none;
}

/* Dropdown arrow */
.vrc-searchf-section-locations .vrcsfentryselect::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #999;
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    pointer-events: none;
}

/* ============================================
   CHECKBOX
   ============================================ */
.use_def {
    margin-top: 10px;
    color: #9D4EDD;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    display: flex !important;
    align-items: center;
}

.use_def input {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #9D4EDD;
}

/* ============================================
   DATE & TIME FIELDS
   ============================================ */
.vrcdivsearch .vrc-searchf-section-datetimes {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vrcdivsearch .vrc-searchf-section-datetimes .vrcsfentrycont {
    margin: 0 !important;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 15px;
    align-items: flex-start;
    flex-direction: row !important;
}

/* Date Column */
.vrcdivsearch .vrc-searchf-section-datetimes .vrcsfentrycont .vrcsfentrylabsel {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.vrcdivsearch .vrc-searchf-section-datetimes .vrcsfentrycont .vrcsfentrylabsel label {
    margin-bottom: 8px !important;
}

/* Date Input */
.vrcdivsearch .vrcsfentrylabsel .vrcsfentrydate {
    width: 100% !important;
    background: #F5F5F5 !important;
    border: 1px solid #E0E0E0 !important;
    height: 50px !important;
    border-radius: 8px !important;
    display: flex;
    align-items: center;
    padding: 0 15px;
    position: relative;
}

.vrc-searchf-section-datetimes .vrcsfentrylabsel .vrcsfentrydate::before,
.vrc-searchf-section-datetimes .vrcsfentrylabsel .vrcsfentrydate::after {
    display: none !important;
    content: none !important;
}

.vrcdivsearch .vrcsfentrylabsel .vrcsfentrydate input {
    width: 100%;
    background: transparent !important;
    border: none !important;
    font-size: 15px !important;
    color: #333 !important;
    font-family: 'Poppins', sans-serif !important;
}

.vrcdivsearch .vrcsfentrylabsel .vrcsfentrydate i {
    color: #999;
    margin: 0 !important;
    cursor: pointer;
}



.vrcdivsearch .vrc-searchf-section-sbmt {
    margin-top: 25px;
}

.vrcdivsearch .vrc-searchf-section-sbmt .vrcsfentrycont {
    display: block;
    margin: 0 !important;
}

.vrcdivsearch .vrc-searchf-section-sbmt .vrcsfentrysubmit {
    width: 100%;
}

/* ============================================
   SUBMIT BUTTON
   ============================================ */
.vrcdivsearch .vrc-searchf-section-sbmt {
    margin-top: 25px;
}

.vrcdivsearch .vrc-searchf-section-sbmt .vrcsfentrycont {
    display: block;
    margin: 0 !important;
}

.vrcdivsearch .vrc-searchf-section-sbmt .vrcsfentrysubmit {
    width: 100%;
}

.vrcdivsearch .vrc-searchf-section-sbmt input[type="submit"] {
    width: 100% !important;
    height: 52px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
    border: none !important;
    border-radius: 8px;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif !important;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    text-transform: none !important;
    letter-spacing: 0.5px;
}

.vrcdivsearch .vrc-searchf-section-sbmt input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(125, 44, 191, 0.4);
}

.vrcdivsearch .vrc-searchf-section-sbmt input[type="button"] {
    display: none !important;
}
/* ============================================
   RESPONSIVE STYLES
   ============================================ */

/* 1370px and below */
@media screen and (max-width:1370px) {
    .hold_search .col_search {
        bottom: -224px;
    }
    .hold_search {
        margin-bottom: 260px;
    }
}

/* 1200px and below */
@media screen and (max-width:1200px) {
    .head_search ul {
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
    }
    .head_search ul li {
        width: 100%;
    }
    .hold_search .col_search {
        bottom: -160px;
    }
    .hold_search {
        margin-bottom: 260px;
    }
}

/* 1050px and below */
@media screen and (max-width:1050px) {
    .vrcdivsearch form {
        padding: 10px 10px 0 10px;
    }
}

/* 991px and below */
@media screen and (max-width:991px) {
    .vrcdivsearch form {
        padding: 0 10px;
    }
    
    .vrcdivsearch .vrcsfentrycont label {
        width: 100%;
        font-size: 19px!important;
    }
    
    .vrcdivsearch .vrcsfentrycont {
        flex-wrap: wrap;
    }
    
    .vrcdivsearch .vrcsfentrycont .vrcsfentryselect {
        width: 100%!important;
    }
    
    .vrcdivsearch .vrcsfentrycont label[for="place"] {
        top: 0;
    }
    
    .vrcdivsearch .vrcsfentrycont label {
        margin-bottom: .3rem!important;
    }
    
    .use_def {
        font-size: 15px;
    }
    
    .use_def input {
        margin-right: 7px;
        width: 16px;
        height: 16px;
    }
    
    .vrcdivsearch .vrcsfentrylabsel .vrcsfentrydate {
        width: 100%!important;
    }
    
    .vrcdivsearch .vrcsfentrycont .vrcsfentrytime select {
        width: 120px!important;
    }
    
    .vrcdivsearch .vrc-searchf-section-datetimes .vrcsfentrycont {
        align-items: flex-end;
    }
    
    .vrcdivsearch .vrcsfentrycont .vrcsfentryselect select,
    .vrcdivsearch .vrcsfentrylabsel .vrcsfentrydate,
    .vrcdivsearch .vrcsfentrycont .vrcsfentrytime select {
        height: 50px!important;
    }
    
    .vrcdivsearch .vrc-searchf-section-datetimes .vrcsfentrycont .vrcsfentrylabsel {
        flex-wrap: wrap;
    }
}

/* 670px and below */
@media screen and (max-width:670px) {
    .vrcdivsearch .vrcsfentrycont .vrcsfentrytime select {
        width: 100%!important;
    }
    
    .head_search ul li {
        font-size: 16px;
    }
    
    .head_search ul {
        padding-bottom: 15px;
    }
}

/* 660px and below */
@media screen and (max-width:660px) {
    .hold_search .col_search {
        bottom: -270px;
    }
}

/* 750px and below */
@media screen and (max-width:750px) {
    .hold_search .col_search {
        bottom: -170px;
    }
    .hold_search {
        margin-bottom: 360px;
    }
}

/* 400px and below */
@media screen and (max-width:400px) {
    .head_search ul li {
        font-size: 15px;
        padding: 14px 0;
    }
    
    .vrcdivsearch form {
        padding: 0;
    }
    
    .vrcdivsearch .vrcsfentrycont label {
        font-size: 17px!important;
    }
    
    .vrcdivsearch {
        padding: 10px!important;
    }
    
    .vrcdivsearch .vrc-searchf-section-sbmt .vrcsfentrycont .vrcsfentrysubmit {
        display: grid;
        grid-template-columns: 50% 50%;
    }
    
    .vrcdivsearch .vrc-searchf-section-sbmt .vrcsfentrycont input {
        width: 100%!important;
    }
}

/* Elementor Editor Mode Fix */
body.elementor-editor-active .hold_search .col_search {
    position: unset!important;
}

.vrc-main-title {
    display: none !important;
}

.vrcdivsearch{
    background-color: #fff!important;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    border: none!important;
}

.vrcdivsearch p:empty,
.vrcsfentrylabsel p:empty,
.vrcsfentrytime p:empty,
.vrc-sf-time-container p:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}

/* ============================================
   VIKRENTCAR CUSTOM STYLES - CLEAN VERSION
   ============================================ */

/* Remove empty tags */
.vrc-search-results-block p:empty,
.car_result p:empty,
.vrc-itinerary-summary p:empty,
.vrc-car-bookingbtn p:empty {
    display: none !important;
}

.vrc-search-results-block br,
.car_result br,
.vrc-car-bookingbtn form br {
    display: none !important;
}

/* ============================================
   STEP INDICATOR
   ============================================ */
.vrcstepsbarcont .vrc-stepbar {
    margin-bottom: 30px;
}

.vrcstepsbarcont .vrc-stepbar > li.vrc-step-complete,
.vrcstepsbarcont .vrc-stepbar > li.vrc-step-current {
    background-color: #00D1FF;
}

.vrcstepsbarcont .vrc-stepbar > li.vrc-step-complete a,
.vrcstepsbarcont .vrc-stepbar > li.vrc-step-current span {
    color: #fff;
}

.vrcstepsbarcont .vrc-stepbar > li.vrc-step-complete:after,
.vrcstepsbarcont .vrc-stepbar > li.vrc-step-current:after {
    border-left-color: #00D1FF;
}

/* ============================================
   ITINERARY SUMMARY BOX
   ============================================ */
.vrc-itinerary-summary {
    background: #fff !important; 
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    border: 1px solid #e5e5e5;
}

.vrc-itinerary-pickup,
.vrc-itinerary-dropoff {
    flex: 1;
}

.vrc-itinerary-pickup h4,
.vrc-itinerary-dropoff h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #333;
}

/* Icons BLACK */
.vrc-itinerary-pickup i,
.vrc-itinerary-dropoff i {
    color: #000 !important;
    margin-right: 8px;
}

.vrc-itinerary-pickup-locname,
.vrc-itinerary-dropoff-locname {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    display: block;
    margin-bottom: 5px;
}

.vrc-itinerary-pickup-date-day,
.vrc-itinerary-dropoff-date-day {
    font-size: 14px;
    color: #666;
    margin-right: 10px;
}

.vrc-itinerary-duration {
    font-weight: 700;
    color: #00D1FF;
}

/* ============================================
   FILTER CHECKBOXES
   ============================================ */
.vrc-searchfilter-characteristics-container {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 25px;
    border: 1px solid #e5e5e5;
}

.vrc-searchfilter-characteristics-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.vrc-searchfilter-characteristic {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 15px;
    background: #f8f9fa;
    border-radius: 8px;
    cursor: pointer;
    transition: background .3s;
}

.vrc-searchfilter-characteristic:hover {
    background: #e9ecef;
}

.vrc-searchfilter-characteristic-active {
    background: #00D1FF !important;
    color: #fff;
}

.vrc-searchfilter-cname {
    font-size: 14px;
    font-weight: 500;
}

.vrc-searchfilter-cquantity {
    font-size: 12px;
    color: #666;
}

/* ============================================
   CARS FOUND TEXT
   ============================================ */
.vrcarsfound {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #333;
}

/* ============================================
   CAR RESULTS - MATCH IMAGE 1 EXACTLY
   ============================================ */
.vrc-search-results-block {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.car_result {
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 12px;
    padding: 25px !important;
    display: flex !important;
    align-items: center;
    gap: 25px;
    transition: box-shadow .3s;
}

.car_result:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Remove alternating backgrounds */
.car_result:nth-child(odd),
.car_result:nth-child(even) {
    background: #fff !important;
}

/* ============================================
   CAR IMAGE - LEFT SIDE
   ============================================ */
.car_result .vrc-car-result-left {
    flex: 0 0 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.car_result .vrc-car-result-left img {
    width: 100%;
    max-width: 220px;
    height: auto;
    object-fit: contain;
}

/* ============================================
   CAR DETAILS - CENTER
   ============================================ */
.car_result .vrc-car-result-right {
    flex: 1;
    display: flex;
    align-items: center;
}

.car_result .vrc-car-result-rightinner {
    width: 100%;
}

.car_result .vrc-car-result-rightinner-deep {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.car_result .vrc-car-result-inner {
    flex: 1;
    min-height: auto !important;
    padding: 0 !important;
    text-align: left !important; /* Force left alignment */
}

/* Car Name */
.vrc-car-name {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #000;
    text-align: left !important; /* Force left alignment */
}
.vrc-car-name a {
    color: #000;
    text-decoration: none;
}

.vrc-car-name a:hover {
    color: #00D1FF;
}

/* Car Category - Hidden */
.vrc-car-category {
    display: none !important;
}

/* Car Description */
.vrc-car-result-description {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 12px;
    text-align: left !important; /* Force left alignment */
}
/* ============================================
   CAR CHARACTERISTICS - HORIZONTAL ROW
   ============================================ */
.vrc-car-result-characteristics {
    margin: 0;
    text-align: left !important; /* Force left alignment */
}

.vrccaratsdiv {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start !important;
}

.vrccarcarat {
    display: flex;
    align-items: center;
    gap: 5px;
}

.vrccarcarat i {
    display: none !important; /* Hide icons, show text only */
}

.vrc-carat-cont {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

/* ============================================
   PRICE & BUTTON - RIGHT SIDE
   ============================================ */
.car_result .vrc-car-lastblock {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
    padding: 0 !important;
}

.vrc-car-price {
    text-align: right;
}

.vrcstartfrom {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
}

.car_cost {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #333;
}

.car_cost .vrc_currency {
    font-size: 24px;
}

/* Daily Cost */
.vrc-car-result-dailycost {
    margin-top: 5px;
    text-align: right;
}

.vrc-car-result-dailycost .vrc_currency {
    font-size: 14px;
    color: #666;
}

.vrc-car-result-dailycost .vrc_price {
    font-size: 14px;
    font-weight: 700;
    color: #666;
}

.vrc-perday-txt {
    font-size: 12px;
    color: #999;
}

/* ============================================
   BOOK NOW / CONTINUE BUTTON
   ============================================ */
.vrc-car-bookingbtn input[type="submit"],
.vrc-car-bookingbtn .btn,
.vrclistgoon a {
    background: #00D1FF;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: background .3s;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    display: inline-block;
}

.vrc-car-bookingbtn input[type="submit"]:hover,
.vrc-car-bookingbtn .btn:hover,
.vrclistgoon a:hover {
    background: #B600FD;
}

/* ============================================
   CHANGE DATES BUTTON
   ============================================ */
.vrc-goback-block {
    text-align: center;
    margin-top: 30px;
}

.vrc-goback-block a {
    background: #B600FD !important;
    color: #fff !important;
    border: none !important;
    padding: 12px 30px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: background .3s !important;
}

.vrc-goback-block a:hover {
    background: #00D1FF !important;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .car_result .vrc-car-result-rightinner-deep {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .car_result .vrc-car-lastblock {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .car_result {
        flex-direction: column;
    }
    
    .car_result .vrc-car-result-left {
        flex: none;
        width: 100%;
    }
    
    .vrccaratsdiv {
        justify-content: center;
    }
    
    .vrc-itinerary-summary {
        flex-direction: column;
        gap: 20px;
    }
}

.car_buttons_box .booknow {
    background: #00D1FF !important;
    color: #fff !important;
    border: none !important;
    padding: 12px 30px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: background .3s !important;
}

.vrcdivcustomfield label{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #333;
}
.vrcdivcustomfield input[type="text"],
.vrcdivcustomfield input[type="tel"],
.vrcdivcustomfield select,
.vrcdivcustomfield textarea{
    background-color: #F7F7F7!important;
    border: none!important;
    height: 50px!important;
    border-radius: 12px!important;
    font-size: 15px!important;
    letter-spacing: .02Rem!important;
    transition: background-color .3s ease-out!important;
    padding-top: 0;
    padding-bottom: 0;
}
.vrcdivcustomfield textarea{
    height: 180px!important;
}
.vrccustomfields{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
    margin-bottom: 1rem;
}
.vrcdivcustomfield.vrc-oconfirm-cfield-entry-checkbox{
    margin-top: 33px;
}
.vrcdivcustomfield.vrc-oconfirm-cfield-entry-checkbox input{
    position: relative;
    top: 2px;
}
.vrcdivcustomfield {
    margin: 9px 0;
    flex-basis: calc(50% - 20px);
}
.vrccustomfields .vrccustomfldinfo{
    flex-basis: 100%;
}
.vrc-rental-summary-title{
    font-weight: 600;
}
.vrc-car-result-dailycost{
    color: #333;
}
.vrc-car-result-dailycost .vrc-perday-txt{
    margin: 0;
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 1;
}
.vrc-car-result-dailycost .vrc_currency,
.vrc-car-result-dailycost .vrc_price{
    line-height: 1;
    font-size: 17px;
    font-weight: 700;
}
p.rev{
    font-size: 20px;
    font-weight: 600;
}
p.rev a{
    color: #24B5EB;
}
p.rev a:hover{
    color: #B600FD;
}
.vrc-order-details-top-wrap {
    font-family: 'Montserrat';
    font-size: 15px;
}
.vrc-order-details-top-wrap br{
    margin-bottom: 5px;
}
.vrc-order-details-top-wrap .vrcvordudatatitle{
    font-weight: 600;
    color: #333;
    font-family: 'dosis'!important;
    font-size: 16px;
}
.vrc-order-details-car-photo{
    text-align: center;
}
.vrcordcancform-inner .vrcinput,
.vrcordcancform-inner textarea{
    width: 100%!important;
    background-color: #fbfbfb;
    border: none;
    border-bottom: 2px solid #E5ECF6;
    border-radius: 0;
    font-family: 'Montserrat';
    margin-bottom: 9px;
    padding-left: 0;
    height: 55px;
}
.vrcordcancform-inner textarea{
    min-height: 150px;
    height: 150px;
}
.vrcordcancform-inner input[type="submit"]{
    background-color: #00D1FF;
    color: #fff;
    border: 1px solid #00D1FF;
    padding: 11px 33px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Poppins';
    letter-spacing: .02rem;
    border-radius: 8px;
    transition: background-color .3s ease-out;
    margin-top: .3rem;
}
.vrcordcancform-inner input[type="submit"] i::before,
.vrcordcancform-inner input[type="submit"] i::before{
    content: "\f1d8";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 12px;
    margin-left: 4px;
}
.vrcordcancform-inner input[type="submit"]:hover{
    background-color: #B600FD;
    border-color: #B600FD;
}
.vrcordcancbox{
    width: 100%;
    max-width: 850px;
}

.car_buttons_box .booknow,
.vrc-save-order-block input[type="submit"]{
    margin: 0;
    background-color: #00D1FF;
    color: #fff;
    padding: 12px 24px;
    line-height: 1;
    border-radius: 4px;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    transition: background-color .3s ease-out;
    border: none;   
}
.car_buttons_box .booknow:hover,
.vrc-save-order-block input[type="submit"]:hover{
    background-color: #B600FD;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .holder_form_search {
        max-width: 100%;
    }
    
    .vrcdivsearch {
        padding: 25px 20px !important;
    }
    
    .vrcdivsearch .vrc-searchf-section-datetimes .vrcsfentrycont {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .vrcdivsearch .vrcsfentrycont .vrcsfentrytime {
        width: 100%;
    }
    
    .vrcdivsearch .vrc-sf-time-container {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .vrcdivsearch {
        padding: 20px 15px !important;
    }
    
    .vrcdivsearch .vrc-searchf-section-sbmt {
        margin-top: 20px;
    }
    
    .vrcdivsearch .vrcsfentrycont label {
        font-size: 10px !important;
    }
    
    .use_def {
        font-size: 13px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-009a146 */.availability-bottom-cha {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    padding: 80px 20px;
}

.availability-bottom-content {
    max-width: 1200px;
    margin: 0 auto;
}

.availability-bottom-content h2 {
    font-size: 38px;
    font-weight: 800;
    color: #1e3a8a;
    text-align: center;
    margin: 0 0 16px 0;
}

.section-subtitle {
    font-size: 18px;
    color: #6b7280;
    text-align: center;
    margin: 0 0 60px 0;
}

/* Booking Process */
.booking-process-section {
    margin-bottom: 100px;
}

.process-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.process-card-avail {
    padding: 32px 24px;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    text-align: center;
    position: relative;
    transition: all 0.3s;
}

.process-card-avail:hover {
    border-color: #f97316;
    box-shadow: 0 8px 24px rgba(249, 115, 22, 0.1);
    transform: translateY(-4px);
}

.process-number {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    color: white;
}

.process-icon-avail {
    width: 56px;
    height: 56px;
    background: #f0f9ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.process-icon-avail i {
    font-size: 24px;
    color: #1e3a8a;
}

.process-card-avail h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0 0 12px 0;
}

.process-card-avail p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* What's Included */
.whats-included-section {
    margin-bottom: 100px;
}

.included-grid-avail {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.included-card {
    padding: 28px;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    transition: all 0.3s;
}

.included-card:hover {
    border-color: #f97316;
    box-shadow: 0 8px 24px rgba(249, 115, 22, 0.1);
    transform: translateY(-4px);
}

.included-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.included-icon i {
    font-size: 24px;
    color: white;
}

.included-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0 0 8px 0;
}

.included-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* Vehicle Categories */
.categories-section-avail {
    margin-bottom: 100px;
}

.categories-grid-avail {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.category-box {
    padding: 32px 28px;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s;
}

.category-box:hover {
    border-color: #f97316;
    box-shadow: 0 12px 40px rgba(249, 115, 22, 0.12);
    transform: translateY(-8px);
}

.category-icon-box {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 24px rgba(249, 115, 22, 0.2);
}

.category-icon-box i {
    font-size: 28px;
    color: white;
}

.category-box h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0 0 8px 0;
}

.category-price {
    font-size: 20px;
    font-weight: 800;
    color: #f97316;
    margin: 0 0 20px 0;
}

.category-features {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.category-features li {
    font-size: 14px;
    color: #6b7280;
    padding: 8px 0;
    padding-left: 24px;
    position: relative;
}

.category-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: 700;
}

/* Booking FAQ */
.booking-faq-section {
    margin-bottom: 80px;
}

.booking-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.booking-faq-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.booking-faq-item {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.booking-faq-item:hover {
    border-color: #f97316;
}

.booking-faq-item.active {
    border-color: #f97316;
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.12);
}

.booking-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 12px;
}

.booking-faq-q h4 {
    font-size: 17px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0;
    line-height: 1.4;
}

.booking-faq-q i {
    font-size: 20px;
    color: #f97316;
    transition: all 0.3s;
    flex-shrink: 0;
}

.booking-faq-item.active .booking-faq-q i {
    transform: rotate(180deg);
}

.booking-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.booking-faq-item.active .booking-faq-a {
    max-height: 500px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
}

.booking-faq-a p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

/* CTA Section */
.availability-cta-section {
    padding-top: 40px;
}

.availability-cta-box {
    padding: 60px;
    background: white;
    border: 3px solid #1e3a8a;
    border-radius: 24px;
    text-align: center;
}

.availability-cta-box h2 {
    margin-bottom: 16px;
}

.availability-cta-box p {
    font-size: 18px;
    color: #6b7280;
    margin: 0 0 32px 0;
}

.availability-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.btn-avail-whatsapp,
.btn-avail-phone {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    transition: all 0.3s;
}

.btn-avail-whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #20bd5a 100%);
    color: white;
}

.btn-avail-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3);
}

.btn-avail-phone {
    background: white;
    color: #1e3a8a;
    border: 2px solid #1e3a8a;
}

.btn-avail-phone:hover {
    background: #1e3a8a;
    color: white;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1024px) {
    .process-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .included-grid-avail,
    .categories-grid-avail {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .availability-bottom-cha {
        padding: 60px 16px;
    }
    
    .availability-bottom-content h2 {
        font-size: 32px;
    }
    
    .process-cards {
        grid-template-columns: 1fr;
    }
    
    .booking-faq-grid {
        grid-template-columns: 1fr;
    }
    
    .availability-cta-buttons {
        flex-direction: column;
    }
    
    .availability-cta-box {
        padding: 40px 24px;
    }
}/* End custom CSS */