/*
Theme URI: http://underscores.me/
Template: innerdrive
Author: Lezrats Digital
Author URI: http://underscores.me/
Description: Description
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.1774892853
Updated: 2026-03-30 17:47:33

*/
/* Import the font */
/* Import the font */

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
.fa, .fas {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
}
/* Apply to all elements */
* {
    font-family: 'DM Serif Display', serif !important;
}

/* Alternative - apply to body and all children */
body, body * {
    font-family: 'DM Serif Display', serif;
}

/* Set base styles */

:root {
  font-family: "DM Sans", sans-serif;

  font-size: 14pt;  /* This sets 14pt as base size */
}
body {
  font-family: "DM Sans", sans-serif;

  

}
:root { 
    --primary-orange: #C2A463; 
    --primary-orange-hover: #C2A463; 
    --dark-red: #C2A463; 
    --dark-red-hover: #C2A463; 
    --validate-orange: #C2A463; 
    --validate-orange-hover: #C2A463;
    --border-light: #e5e7eb;
    --bg-gray: #f9fafb;
    --text-dark: #1f2937;
    --text-gray: #6b7280;
}
/*********************************** CONTACT ****************************************/

/* Unique namespace to prevent theme conflicts */
        .unique-form-wrapper {
            max-width: 600px;
            margin: 20px auto;
            font-family: sans-serif;
        }

        .unique-form-wrapper .custom-cf-input {
            border-radius: 50px !important;
            border: 1px solid #d1d1d1 !important;
            padding: 12px 25px !important;
            margin-bottom: 15px !important;
            box-shadow: none !important;
            font-size: 15px;
            width: 100%;
        }

        .unique-form-wrapper textarea.custom-cf-input {
            border-radius: 20px !important;
            height: 180px !important;
            resize: none;
            width: 100% !important;
        }

        .unique-form-wrapper .custom-cf-input::placeholder {
            color: #b5b5b5;
        }

        /* The unique lime green button */
        .unique-form-wrapper .custom-cf-btn {
            background-color: #C2A463 !important;
            border: none !important;
            border-radius: 50px !important;
            color: #ffffff !important;
            padding: 12px 0 !important;
            font-weight: 600 !important;
            width: 70%;
            display: block;
            margin: 10px auto 0;
            transition: transform 0.2s ease, background-color 0.2s ease;
        }

        .unique-form-wrapper .custom-cf-btn:hover {
            background-color: #7db335 !important;
            transform: translateY(-1px);
        }

        /* Basic Bootstrap-like spacing if Bootstrap is missing */
        .unique-form-wrapper .form-group {
            margin-bottom: 1rem;
        }

/****************************************************************************/
.transfert-search-wrapper { 
    font-family:  'Bricolage Grotesque', sans-serif; 
    /* min-height: 100vh;  */
    display: flex; 
    align-items: center; 
    justify-content: center; 
}

.transfert-search-wrapper .search-container { 
    background-color: #fff; 
    padding: 0;
    border-radius: 24px; 
    box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.2); 
    width: 100%; 
    overflow: hidden;
}

/* Header / Top controls area */
.transfert-search-wrapper .top-controls { 
    margin: 0;
    padding: 20px 30px;
    background: #fff;
    border-bottom: 1px solid var(--border-light);
    display: flex;
    gap: 30px;
}

.transfert-search-wrapper .dropdown-toggle-custom { 
    background-color: transparent; 
    border: none; 
    color: var(--text-dark); 
    font-weight: 500; 
    font-size: 0.95rem;
    padding: 8px 0; 
    display: flex; 
    align-items: center; 
    gap: 8px; 
    cursor: pointer; 
    position: relative;
}

.transfert-search-wrapper .dropdown-toggle-custom::after { 
    display: inline-block; 
    margin-left: 8px; 
    content: ""; 
    border-top: 5px solid #9ca3af; 
    border-right: 5px solid transparent; 
    border-bottom: 0; 
    border-left: 5px solid transparent; 
}

/* Form styling */
.transfert-search-wrapper #transfertSearchForm {
    padding: 30px;
}

.transfert-search-wrapper .form-label-custom { 
    color: var(--text-gray); 
    font-weight: 500; 
    font-size: 16px; 
       margin-bottom: 10px;
    margin-top: 10px;
    display: flex; 
    align-items: center; 
    gap: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.transfert-search-wrapper .form-label-custom i { 
    font-size: 0.9rem; 
    color: var(--primary-orange);
}

.transfert-search-wrapper .form-select-custom, 
.transfert-search-wrapper .form-control-custom { 
    border: 1px solid var(--border-light); 
    border-radius: 12px; 
    padding: 14px 16px; 
    height: auto; 
    font-size: 0.95rem; 
    background-color: var(--bg-gray); 
    color: var(--text-dark); 
    cursor: pointer; 
    width: 100%;
    transition: all 0.2s ease;
}

.transfert-search-wrapper .form-select-custom:hover,
.transfert-search-wrapper .form-control-custom:hover {
    border-color: var(--primary-orange);
    background-color: #fff;
}

.transfert-search-wrapper .form-select-custom:focus, 
.transfert-search-wrapper .form-control-custom:focus { 
    outline: none; 
    border-color: var(--primary-orange);
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(255, 167, 38, 0.1);
}

/* Remove arrow from select inputs */
.transfert-search-wrapper .form-select-custom {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
}

/* Passenger dropdown menu */
.transfert-search-wrapper .passenger-dropdown-menu { 
    min-width: 338px; 
    padding: 24px; 
    border-radius: 16px; 
    border: none; 
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); 
    margin-top: 8px;
}

.transfert-search-wrapper .passenger-label { 
    font-size: 0.85rem; 
    font-weight: 600; 
    color: var(--text-dark); 
    margin-bottom: 8px; 
    display: block; 
}

.transfert-search-wrapper .passenger-select { 
    width: 100%; 
    padding: 10px 12px; 
    border: 1px solid var(--border-light); 
    border-radius: 10px; 
    font-size: 0.95rem; 
    background-color: #fff;
    appearance: none; 
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"); 
    background-repeat: no-repeat; 
    background-position: right 12px center; 
    background-size: 14px; 
}

.transfert-search-wrapper .btn-validate { 
    background-color: var(--validate-orange); 
    border: none; 
    color: #fff; 
    font-weight: 600; 
    font-size: 0.9rem; 
    padding: 10px 24px; 
    border-radius: 30px; 
    margin-top: 20px; 
    float: right; 
    cursor: pointer;
    transition: all 0.2s ease;
}

.transfert-search-wrapper .btn-validate:hover { 
    background-color: var(--validate-orange-hover); 
    transform: translateY(-1px); 
    box-shadow: 0 4px 12px rgba(245, 124, 0, 0.3); 
}

/* Search/Submit button */
.transfert-search-wrapper .btn-search { 
    background-color: var(--dark-red); 
    border: none; 
    color: #fff; 
    font-weight: 600; 
    font-size: 1rem; 
    padding: 14px 30px; 
    border-radius: 40px; 
    min-height: 52px; 
    cursor: pointer; 
    width: 100%;
    transition: all 0.2s ease;
    margin-top: 10px;
}

.transfert-search-wrapper .btn-search:hover:not(:disabled) { 
    background-color: var(--dark-red-hover); 
    transform: translateY(-2px); 
    box-shadow: 0 8px 20px rgba(139, 0, 0, 0.25); 
}

/* Message styling */
.transfert-search-wrapper .form-message { 
    margin: 0 30px 30px 30px;
    padding: 14px 20px; 
    border-radius: 12px; 
    font-weight: 500; 
    text-align: center; 
}

.transfert-search-wrapper .form-message.success { 
    background-color: #d1fae5; 
    color: #065f46; 
    border: 1px solid #a7f3d0; 
}

.transfert-search-wrapper .form-message.error { 
    background-color: #fee2e2; 
    color: #991b1b; 
    border: 1px solid #fecaca; 
}

/* Spinner animation */
@keyframes spin { 
    from { transform: rotate(0deg); } 
    to { transform: rotate(360deg); } 
}

.transfert-search-wrapper .spin { 
    animation: spin 1s linear infinite; 
    display: inline-block; 
}

/* Row spacing */
.transfert-search-wrapper .row {
    margin: 0 -12px;
}

.transfert-search-wrapper .row > [class*="col-"] {
    padding: 0 12px;
}

.transfert-search-wrapper .row.mb-4 {
    margin-bottom: 24px !important;
}

/* Responsive */
@media (max-width: 991px) { 
    .transfert-search-wrapper .btn-search { 
        margin-top: 20px; 
    } 
}

@media (max-width: 768px) { 
    .transfert-search-wrapper .search-container { 
        border-radius: 20px;
    }
    .transfert-search-wrapper .top-controls { 
        flex-direction: column; 
        gap: 15px;
        padding: 15px 20px;
    }
    .transfert-search-wrapper #transfertSearchForm {
        padding: 20px;
    }
    .transfert-search-wrapper .row.mb-4 {
        margin-bottom: 16px !important;
    }
    .transfert-search-wrapper .form-message {
        margin: 0 20px 20px 20px;
    }
    .vrcdivsearch .vrc-searchf-section-sbmt .vrcsfentrysubmit input {
    width: 100% !important;
}
.transfert-search-wrapper .btn-search{
        width: 100% !important;
}
.vrc-searchmod-wrap-hybrid .vrc-searchmod-section-sbmt .vrcsearch {
    width: 100% !important;
}
}

@media (max-width: 576px) { 
    .transfert-search-wrapper { 
        padding: 20px 15px; 
    }
    .transfert-search-wrapper .search-container { 
        border-radius: 16px;
    }
    .transfert-search-wrapper .top-controls { 
        flex-direction: column; 
        gap: 10px; 
    }
}

/* ===================================================================
   VikRentCar Search Module - Integrated Styles
   =================================================================== */

/* Main search container - white background */
.vrcdivsearch.vrcdivsearchmodule {
    background-color: #ffffff;
    border-radius: 24px;
}

/* Remove white backgrounds from sections */
.vrc-searchmod-section-pickup,
.vrc-searchmod-section-datetimes,
.vrc-searchmod-section-categories {
    background-color: transparent;
    box-shadow: none;
}

/* Border radius for all select dropdowns */
select,
.vrcsfentryselect select,
#vrcmodselph select,
#vrcmodselpm select,
#vrcmodseldh select,
#vrcmodseldm select {
    border-radius: 30px !important;
    border: 1px solid #e2e8f0;
    background-color: #ffffff;
    color: #1e293b;
    padding: 12px 18px;
    font-weight: 400;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}

/* Focus state for all dropdowns */
select:focus,
.vrcsfentryselect select:focus {
    border-color: #C2A463;
    outline: none;
    box-shadow: 0 0 0 3px rgba(194, 164, 99, 0.1);
}

/* Border radius for date inputs */
.vrcsfentrydate {
    width: 100%;
}

.vrcsfentrydate input {
    border-radius: 30px !important;
    border: 1px solid #e2e8f0;
    background-color: #ffffff;
    color: #1e293b;
    padding: 12px 18px;
    width: 100%;
    transition: all 0.2s ease;
}

.vrcsfentrydate input:hover {
    border-color: #C2A463;
}

.vrcsfentrydate input:focus {
    border-color: #C2A463;
    outline: none;
    box-shadow: 0 0 0 3px rgba(194, 164, 99, 0.1);
}

/* Pickup Time and Drop Off Time - NO background and NO border */
.vrc-sf-time-container {
    background-color: transparent !important;
    border: none !important;
    padding: 0;
}

.vrcdivsearch label {
    padding-bottom: 10px;
}

.vrcsfentrydate input {
    border-radius: 50px !important;
}

.vrc-sf-time-container select {
    border-radius: 30px !important;
    border: 1px solid #e2e8f0;
    background-color: #ffffff;
    color: #1e293b;
    padding: 12px 18px;
}

/* Time container wrapper spans */
#vrcmodselph,
#vrcmodselpm,
#vrcmodseldh,
#vrcmodseldm {
    background-color: transparent;
}

/* Time separator */
.vrctimesep {
    color: #94a3b8;
    padding: 0 5px;
}

/* Remove border bottom from vrcsfentrycont */
.vrcsfentrycont {
    border-bottom: none;
    margin-bottom: 16px;
}

/* Labels color */
.vrcsfentrycont label {
    color: #1a1a2e;
    font-weight: 500;
}

/* Calendar icon color */
.vrc-caltrigger {
    color: #94a3b8;
    cursor: pointer;
    transition: color 0.2s ease;
}

.vrc-caltrigger:hover {
    color: #C2A463;
}

/* Submit button */
.vrcsfentrysubmit button {
    border-radius: 40px;
    background: #C2A463;
    color: #ffffff;
    font-weight: 600;
    border: none;
    padding: 14px 24px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.vrcsfentrysubmit button:hover {
    background: #b08f4f;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(194, 164, 99, 0.3);
}

.vrcsfentrysubmit button:active {
    transform: translateY(0);
}

/* Readonly input styling */
input[readonly] {
    cursor: pointer;
}

.vrc-searchmod-wrap-hybrid > form {
    padding: 15px;
    background-color: #ffffff !important;
    border: none !important;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

/* Responsive adjustments for VikRentCar */
@media (max-width: 480px) {
    select,
    .vrcsfentryselect select {
        width: 100%;
    }
    
    .vrcdivsearch.vrcdivsearchmodule {
        padding: 16px;
    }
}
.carousel-css {
    margin-bottom: 30px !important;
}
.vrc-searchmod-wrap-hybrid .vrc-searchmod-section-sbmt .vrcsearch {
    width: 50% !important;
    margin-top: 10px;
    padding: 10px 10px !important;
}
.vrcdivsearchmodule .vrcsfentrysubmit {
    width: 100%;
    text-align-last: center !important;
}

/************************************************************************************************/
.plugin-container{
    padding:20px 100px;
}
.entry-title {
    font-family: "Bricolage Grotesque";
font-weight: 500;
font-size: 50px;
text-align: center;
color: #c2a463;

}
.vrc-cdetails-cinfo .vrc-car-name {
    font-family: "Bricolage Grotesque";
    font-weight: 500;
    font-size: 33px;
    text-align: left;
    color: #0f223a;
    line-height: 0;
}
.vrc-cdetails-cinfo  .vrclistcarcat{
    font-family: "Bricolage Grotesque";
    font-weight: 500;
    font-size:23px;
    text-align: left;
    color: #0f223a;
    line-height: 0;
}
.vrc-cdetails-cinfo  .vrc-cdetails-cardesc p {
    font-family: "Bricolage Grotesque";
    font-weight: 300;
    font-size: 20px;
    text-align: left;
    color: #4a4a4a;
}
.vrc-cdetails-cinfo  .vrc-cdetails-cost {
   border-radius: 27px;
background: #c2a463;
color: #fff;
}
.vrc-cdetails-cinfo .vrc-pref-color-text span {
color: #fff;

}
.vrccaldivcont {
    background: #fff;
    border: none;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}
/***********************************************/
/* Cardetails Booking Wrap - Modern Booking Form */
.vrc-cardetails-book-wrap {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    padding: 24px;
    margin-top: 24px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Main Title */
.vrc-cardetails-book-wrap > h4 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #eef2f6;
    display: inline-block;
}

/* Search Form Container */
.vrcdivsearch {
    background: transparent;
    border-radius: 12px;
}

.vrcdivsearch-inner {
    width: 100%;
}

/* Locations Section */
.vrc-searchf-section-locations {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.vrc-searchf-section-locations .vrcsfentrycont {
    flex: 1;
    min-width: 200px;
}

.vrc-searchf-section-locations .vrcsfentrycont label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #555;
    margin-bottom: 8px;
}

.vrc-searchf-section-locations .vrcsfentryselect select {
    width: 100%;
    padding: 12px 16px;
    background-color: #f8f9fc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-size: 15px;
    color: #1a1a2e;
    cursor: pointer;
    transition: all 0.2s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    height: 50px;
}

.vrc-searchf-section-locations .vrcsfentryselect select:hover {
    border-color: #cbd5e1;
    background-color: #ffffff;
}

.vrc-searchf-section-locations .vrcsfentryselect select:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* Datetimes Section */
.vrc-searchf-section-datetimes {
    display: flex;
    gap: 20px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.vrc-searchf-section-datetimes .vrcsfentrycont {
    flex: 1;
    min-width: 220px;
}

.vrc-searchf-section-datetimes .vrcsfentrylabsel {
    display: flex;
    flex-direction: column;
}

.vrc-searchf-section-datetimes .vrcsfentrylabsel label {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    margin-bottom: 8px;
}

/* Date input wrapper */
.vrcsfentrydate {
    position: relative;
    display: flex;
    align-items: center;
}

.vrcsfentrydate input {
    width: 100%;
    padding: 12px 16px;
    background-color: #f8f9fc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-size: 15px;
    color: #1a1a2e;
    cursor: pointer;
    transition: all 0.2s ease;
}

.vrcsfentrydate input:hover {
    background-color: #ffffff;
    border-color: #cbd5e1;
}

.vrcsfentrydate .vrc-caltrigger,
.vrcsfentrydate .fa-calendar,
.vrcsfentrydate [class*="calendar"] {
    position: absolute;
    right: 14px;
    color: #94a3b8;
    pointer-events: none;
    font-size: 18px;
}

/* Time selectors */
.vrcsfentrytime {
    display: flex;
    flex-direction: column;
}

.vrcsfentrytime > label {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    margin-bottom: 8px;
}

.vrc-sf-time-container {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #f8f9fc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0 12px;
}

.vrc-sf-time-container select {
    flex: 1;
    padding: 12px 0;
    background: transparent;
    border: none;
    font-size: 15px;
    color: #1a1a2e;
    cursor: pointer;
    appearance: none;
}

.vrc-sf-time-container select:focus {
    outline: none;
}

.vrctimesep {
    font-size: 18px;
    font-weight: 500;
    color: #94a3b8;
}

/* Submit Section */
.vrc-searchf-section-sbmt {
    margin-top: 8px;
}

.vrcsfentrysubmit {
    width: 100%;
    
}

.vrcdetbooksubmit {
    width: 100%;
    padding: 14px 24px;
    border: none;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    transition: background 0.2s ease;
    text-align: center;
    letter-spacing: 0.3px;
    
}

.vrcdivsearch .vrc-searchf-section-sbmt .vrcsfentrysubmit input{
    border-radius: 24px;
    background: #c2a463;
    border: 1px solid #c2a463;
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.16);
    padding: 10px;
    width: 50%;
}
.vrcdetbooksubmit:hover {
    background: #c2a463;
}
.vrcdivsearch .vrc-searchf-section-sbmt .vrcsfentrysubmit{
       text-align: -webkit-center; 
}

/* Locations map link */
.vrclocationsbox {
    margin-top: 20px;
    text-align: center;
}

.vrclocationsmapdiv a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #f1f5f9;
    border-radius: 40px;
    font-size: 14px;
    color: #334155;
    text-decoration: none;
    transition: all 0.2s ease;
}

.vrclocationsmapdiv a:hover {
    background: #e2e8f0;
    color: #1e293b;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .vrc-cardetails-book-wrap {
        padding: 20px;
    }
    .plugin-container{
    padding:20px 20px;
}
    
    .vrc-searchf-section-locations,
    .vrc-searchf-section-datetimes {
        flex-direction: column;
        gap: 16px;
    }
    
    .vrc-searchf-section-locations .vrcsfentrycont,
    .vrc-searchf-section-datetimes .vrcsfentrycont {
        min-width: 100%;
    }
}

/* Force remove any conflicting default styles */
.vrc-cardetails-book-wrap form {
    margin: 0;
}

.vrc-cardetails-book-wrap .vrcdivsearch {
    padding: 0;
    border: none;
}
.vrcdivsearch .vrcsfentrylabsel .vrcsfentrydate{
    height: 50px;
    border-radius: 50px;
}
.vrcdivsearch .vrcsfentrycont .vrc-sf-time-container span:not(.vrctimesep) select {
height: 50px !important;
    border-radius: 50px;
}
.vrcstepsbarcont .vrc-stepbar {
    height: 80px;
    align-items: center;
    border-left: 0px;
    border-right: 0px;
}
.vrcstepsbarcont .vrc-stepbar li:after, .vrcstepsbarcont .vrc-stepbar li:before{
    content: none;
}
.vrcstepsbarcont .vrc-stepbar li a{
        font-family: "Bricolage Grotesque";
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #0f223a;
    opacity: 0.5;
}
.vrcstepsbarcont .vrc-stepbar > li > *:before{
        width: 40px;
    height: 40px;
    line-height: 40px;
  color: #0f223a !important;
    border: 4px solid #0f223aa4 !important;
    background-color: #F5F2EC;
}
.vrc-step-current span {
            font-family: "Bricolage Grotesque";
    font-weight: 500;
    font-size: 20px !important;
    text-align: center;
    color: #0F223A;
}
.vrcstepsbarcont .vrc-stepbar li.vrc-step-current > *:before {
        width: 40px;
    height: 40px;
    line-height: 40px;
  color: #0f223a !important;
    border: 4px solid #0f223aa4 !important;
    background-color: #F5F2EC;
}
.vrc-step-next span{
        font-family: "Bricolage Grotesque";
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #0f223a;
    opacity: 0.5;
}
.vrcstepsbarcont .vrc-stepbar li.vrc-step-next > *:before {
        width: 40px;
    height: 40px;
    line-height: 40px;
  color: #0f223a !important;
    border: 4px solid #0f223aa4 !important;
    background-color: #F5F2EC;
}
.car_buttons_box .booknow {
        width: 300px;
    height: 50px;
    border-radius: 24px;
    background: #0f223a;
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.16);
    color: #fff;
    font-family: "Bricolage Grotesque 14pt";
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.vrc-goback-block {
        width: 300px;
    height: 50px;
    border-radius: 24px;
    border: 1px solid #0f223a;
    background: #fff;
    font-family: "Bricolage Grotesque 14pt";
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #0f223a;
    margin-top: 0;
}
.vrcrentforlocs {
    border-radius: 12px;
background: #f5f2ec;
border: 0px;
}
.vrc-oconfirm-summary-car-wrapper {
border-radius: 12px;
background: #f5f2ec;
border: 0px;
}
.vrc-oconfirm-summary-total-wrapper {
border-radius: 12px;
background: #f5f2ec;
border: 0px;
}
.vrc-coupon-outer{
border-radius: 12px;
background: #f5f2ec;
border: 0px;
}
.vrcentercoupon .btn {
    background: #0f223a;
    filter: drop-shadow(15px 15px 40px rgba(0, 0, 0, 0.16));
    border: 0px;
    height: 48px;
    border-radius: 50px;
    width: 150px;

}
.vrcinputcoupon {
        border-radius: 50px !important;
    height: 50px;
}
.vrcdivcustomfield input{
            border-radius: 50px !important;
    height: 50px;
    padding: 20px;
}
.vrcentercoupon{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.vrcentercoupon span {
    font-family: "Bricolage Grotesque 14pt";
    font-weight: 500;
    font-size: 24px;
    text-align: left;
    color: #0f223a;
    padding-right: 20px;
    padding-top: 5px;
}
.vrccustomfields {
    border-radius: 15px;
    background: #fff;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.09);
    border: 0px;
    margin: 20px 0;
}
.vrc-oconfirm-footer .booknow {
    border-radius: 24px;
    background: #c2a463;
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.16);
    font-family: "Bricolage Grotesque 14pt";
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #fff;
    height: 50px;
}
.vrc-order-details-top-order > div, .vrc-order-details-top-car {
   border-radius: 12px;
background: #f5f2ec;
border: 0px; 
}
.vrc-itinerary-summary .vrc-itinerary-pickup {
     border-radius: 12px;
background: #f5f2ec;
border: 0px !important;   

}
.vrc-itinerary-summary .vrc-itinerary-dropoff{
     border-radius: 12px;
background: #f5f2ec;
border: 0px !important;   
}
.vrc-car-result-left {
    flex-basis: 30% !important;
    padding: 10px;
        display: flex;
    align-items: center;
}
.car_result {flex-wrap: nowrap;
margin-bottom: 30px;}
.vrc-itinerary-summary {
    border: 0px;
    gap: 20px;
}
/* .vrc-pref-color-btn{
    border-radius: 24px !important;
background: #0f223a !important;
font-family: "Bricolage Grotesque" !important;
font-weight: 500;
font-size: 18px;
text-align: center;
color: #fff !important;
border: 0px !important;
padding: 11px 0px !important;
} */
.vrc-car-bookingbtn {
    margin: 8px 0 0;
    text-align: right;
}
/* .vrc-goback-block {
    margin-top: 30px !important;
} */
#vrc-categories {
    height: 45px;
}
.vrc-showprc-prices-inner .vrc-showprc-price-row {
        background: #F5F2EC;
    border: none;
}
.vrc-main-title {
    display: none;
}
#vrccancemail {
   height: 50px;
    border-radius: 50px;
    padding: 20px;
    border: 0px; 
}
#vrccancreason {
    border-radius: 50px;
    padding: 20px;
    border: 0px; 
}
.vrcordcancform-entry-submit .vrc-pref-color-btn {
    border-radius: 24px;
    background: #0f223a;
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.16);
    font-family: "Bricolage Grotesque 14pt";
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding: 10px 50px;
}
.vrc-car-bookingbtn  .vrc-pref-color-btn {
    border-radius: 24px !important;
    background: #0f223a !important;
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.16);
    font-family: "Bricolage Grotesque 14pt" !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    text-align: center;
    color: #fff !important;
    padding: 10px 50px !important;
}
#vrcopencancform {
    border-radius: 24px !important;
    background: #0f223a !important;
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.16);
    font-family: "Bricolage Grotesque 14pt" !important;
    font-weight: 400;
    font-size: 18px !important;
    text-align: center;
    color: #fff;
    padding: 10px 50px;
    text-decoration: none;
}
.vrcordcancbox {
         background: #F5F2EC;
    border: none; 
     border-radius: 12px;

}
.vrc-searchmod-wrap-hybrid .vrcsfentrylabsel .vrcsfentrydate {
    border-radius: 24px !important;
}
.vrcdivsearch .vrcsfentrylabsel .vrcsfentrydate i {
    margin-top: 0px !important;
  
}
.vrc-searchmod-wrap-hybrid .vrcsfentryselect select {
    height: 50px !important;
}

.vrcdivsearch .vrc-searchf-section-sbmt .vrcsfentrysubmit input {
    font-family: "Bricolage Grotesque";
font-weight: 500;
font-size: 18px;
text-align: center;
color: #fff;

}
@media (max-width: 768px) { 
    .vrcstepsbarcont .vrc-stepbar > li {
    height: 60px;
        display: flex;
    justify-content: flex-start;
}
.vrcstepsbarcont .vrc-stepbar {
    height: 300px;

}
.entry-title {
    font-size: 40px;

}
.vrcstepsbarcont .vrc-stepbar > li > * {

    font-size: 20px;
}
.car_buttons_box .booknow {
    width: 100%;}
    .vrcentercoupon {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}
.vrcordcancbox .vrctextarea {
    width: 100%;
}
.vrcordcancbox .vrcinput {

    width: 100%;
}
.vrc-goback-block {
    width: 100%;}
    .vrcentercoupon .btn {

    width: 100%;
}
    .vrc-oconfirm-footer .vrc-save-order-block {
      width: 100%;
      margin: 0px;
      margin-top: 20px;
    }
    .vrc-oconfirm-footer .booknow{
        width: 100%;
    }
    .vrc-searchmod-wrap-hybrid .vrc-searchmod-section-sbmt .vrcsearch{
        width: 100%;
    }
    .form-row.two-columns {
       
      gap: unset;
    }
    .pre-css{
        margin-top: 20px;
    }
}
.vrc-oconfirm-cfield-entry-checkbox .vrc-customfield-input {
   top: -10px;
    position: relative; 
}
.vrctextarea {
    border-radius: 20px;
}