@font-face {
  font-family: 'SF-Pro-Text';
  src: url('../fonts/SF-Pro-Text/SF-Pro-Text-Regular.woff') format('woff');
}

@font-face {
  font-family: 'SF-Pro-Text-Medium';
  src: url('../fonts/SF-Pro-Text/SF-Pro-Text-Medium.woff') format('woff');
}


@font-face {
  font-family: 'SF-Pro-Text-SemiBold';
  src: url('../fonts/SF-Pro-Text/SF-Pro-Text-Semibold.woff') format('woff');
}

@font-face {
  font-family: 'SF-Pro-Text-Bold';
  src: url('../fonts/SF-Pro-Text/SF-Pro-Text-Bold.woff') format('woff');
}

@font-face {
    font-family: "poppins";
    src: url("../fonts/Poppins/Poppins.woff") format("woff");
}

@font-face {
    font-family: "poppins-medium";
    src: url("../fonts/Poppins/Poppins-Medium.woff") format("woff");
}
@font-face {
    font-family: "poppins-semibold";
    src: url("../fonts/Poppins/Poppins-SemiBold.woff") format("woff");
}
@font-face {
    font-family: "poppins-bold";
    src: url("../fonts/Poppins/Poppins-Bold.woff") format("woff");
}
@font-face {
    font-family: "poppins-extrabold";
    src: url("../fonts/Poppins/Poppins-ExtraBold.woff") format("woff");
}

.SF-Pro{font-family: 'SF-Pro-Text';}
.SF-Pro-Medium{font-family: 'SF-Pro-Text-Medium';}
.SF-Pro-SemiBold{font-family: 'SF-Pro-Text-SemiBold';}
.SF-Pro-Bold{font-family: 'SF-Pro-Text-Bold';}

.poppins{font-family: 'poppins';}
.poppins-Medium{font-family: 'poppins-medium';}
.poppins-SemiBold{font-family: 'poppins-semibold';}
.poppins-Bold{font-family: 'poppins-bold';}
.poppins-ExtraBold{font-family: 'poppins-extrabold';}

.fw-normal {font-family: var(--font_poppins);}

.fw-medium {font-family: var(--font_poppins_m);}

.fw-semibold {font-family: var(--font_poppins_s);}

.fw-bold {font-family: var(--font_poppins_b);}

.fw-extrabold {font-family: var(--font_poppins_e);}

.text-black{color: var(--black);}

:root {
  --font_sfpro: SF-Pro-Text;
  --font_sfpro_m: SF-Pro-Text-medium;
  --font_sfpro_s: SF-Pro-Text-Semibold;
  --font_sfpro_b: SF-Pro-Text-bold;
  --bs-font-sans-serif: poppins;

  --font_poppins: poppins;
  --font_poppins_m: poppins-medium;
  --font_poppins_s: poppins-semibold;
  --font_poppins_b: poppins-bold;
  --font_poppins_e: poppins-extrabold;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-family: var(--font_poppins_b);
}

.table-white{background: white; color: black;}

.table .table-white tr th{border-bottom: none;}

.table thead tr th:first-child {border-top-left-radius: 10px; border-bottom-left-radius: 10px;}

.table thead tr th:last-child {border-top-right-radius: 10px; border-bottom-right-radius: 10px;}

.table tbody tr td:first-child {border-top-left-radius: 10px; border-bottom-left-radius: 10px;}

.table tbody tr td:last-child {border-top-right-radius: 10px; border-bottom-right-radius: 10px;}

table td a {color: var(--black); font-weight: 500;}

table td a:hover {color: #1326E4;}

.my-pagination {display: flex; align-items: center; justify-content: flex-end; list-style: none; margin: 0; padding: 0;}

.my-pagination li {padding: 0.5rem 1rem; border: 1px solid #d1d1d1; border-right: 0; display: flex; align-items: center; justify-content: center; gap: 0.325rem;}

.my-pagination li:first-child {border-top-left-radius: 10px; border-bottom-left-radius: 10px;} 

.my-pagination li:last-child {border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-right: 1px solid #d1d1d1;}

.my-pagination li.active {background: #1F2937; color: white; border-color: #1F2937;}

.my-pagination li:hover,
.my-pagination li:hover a{background: #1F2937; color: white; border-color: #1F2937;}

.my-pagination li.disabled:hover{background: transparent; color: #374151; border-color: #d1d1d1; cursor: not-allowed;}

.dataTables_wrapper table.dataTable.no-footer{border-bottom: 0; margin-bottom: 1.5rem; border-collapse: collapse;}

.dataTables_wrapper table.dataTable.no-footer td{border-color: #e5e7eb;}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers{float: right; display: inline-flex; gap: 0.5rem; align-items: center; justify-content: flex-end; list-style: none; margin: 0; padding: 0;}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button {border-radius: 10px; padding: 0.5rem 1rem; border: 1px solid #d1d1d1; display: inline-flex; align-items: center; justify-content: center; gap: 0.325rem;}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers span {display: inline-flex; gap: 0.5rem; align-items: center;}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.disabled{background: transparent; color: #374151; border-color: #d1d1d1; cursor: not-allowed;}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.disabled:hover{background: transparent; color: #374151 !important; border-color: #d1d1d1; cursor: not-allowed;}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current{background: #1F2937; color: white !important; border-color: #1F2937;}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button:hover{background: #1F2937; color: white !important; border-color: #1F2937;}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current:hover{background: #000; color: white !important; border-color: #000;}

.dataTables_wrapper .dataTables_info{padding: 0.5rem 1rem !important; border: 1px solid #d1d1d1; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 0.325rem;}

.dataTables_wrapper .dataTables_length label{padding: 0.5rem 1rem !important; border: 1px solid #d1d1d1; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 0.325rem; text-transform: capitalize;}

.dataTables_wrapper .dataTables_length select {order: 3; border: 1px solid #e5e7eb; background: #ffffff; padding: 0.25rem 0.5rem; border-radius: 4px;}

.dataTables_wrapper table.dataTable.no-footer td:last-child {text-align: center;}

.code_not_fetch {display: flex; align-items: center; gap: 0.325rem;}

.code_not_fetch button.btn.btn-link {color: #1326E4; font-weight: bold; padding: 0; text-decoration: underline; text-underline-offset: 3px;}

.nav-tabs .nav-link{margin-bottom: 0; padding: 0.5rem 1rem;}

.form-switch {padding-left: 3.75em; display: flex; align-items: center; gap: 0.5rem;} 

.form-switch .form-check-input {height: 2.275em; width: 4.25em;} 

.form-switch label.form-check-label {margin: 0;}

.listing_details {display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; list-style: none; margin: 0; padding: 0;}

.listing_details li {border: 1px dashed #d1d1d1; padding: 0.5rem 1rem; display: flex; align-items: flex-start; flex-direction: column;}

main.content{min-height: 76vh;}

/*  */
:root {
    --primary-color: #007aff; 
    --primary-light: #2c9aff;
    --background-light: #f9f9fb;
    --card-background: #ffffff;
    --text-dark: #1f2937; 
    --text-muted: #6b7280;
    --border-light: #e5e7eb;
    --shadow-subtle: 0 4px 12px rgba(0, 0, 0, 0.05);
    --shadow-medium: 0 8px 25px rgba(0, 0, 0, 0.1);
    --radius-default: 10px;
}

/* --- MAIN LAYOUT (DESKTOP DEFAULT) --- */
.booking-container {max-width: 1400px; margin: 40px auto; min-height: 70vh; padding: 0 20px;}
.booking_row{display: flex; gap: 30px;}

/* --- LEFT COLUMN: MAP & VISUALS --- */
.map-column {flex: 2; padding: 2rem; background: var(--card-background); border-radius: var(--radius-default); box-shadow: var(--shadow-subtle); display: flex; flex-direction: column;}

.page-title { font-size: 28px; font-weight: 700; }
.subtitle { font-size: 16px; color: var(--text-muted); margin-bottom: 30px; }

.map-placeholder {flex-grow: 1; min-height: 300px; background-image: linear-gradient(135deg, #e3f2fd, #bbdefb); border-radius: var(--radius-default); display: flex; justify-content: center; align-items: center; margin-bottom: 25px; }

.map-overlay { text-align: center; color: #42a5f5; }
.map-overlay i { font-size: 80px; margin-bottom: 10px; }

.trip-summary {display: flex; justify-content: space-around; padding: 15px; background-color: #f0f7ff; border-radius: var(--radius-default); }
.summary-item { display: flex; align-items: center; font-weight: 500; }
.summary-item i { color: var(--primary-color); margin-right: 8px; font-size: 18px; }

/* --- RIGHT COLUMN: FORM --- */
.form-column {flex: 1; padding: 2rem; background: var(--card-background); border-radius: var(--radius-default); box-shadow: var(--shadow-medium); }
.form-title {font-size: 28px; font-weight: 600; margin-bottom: 30px; padding-bottom: 10px; border-bottom: 1px solid #EDEDF3B5;}

/* FORM ELEMENTS */
.input_group { margin-bottom: 25px; }
.input-group-grid .input_group input {background: #EEEEEE; border-color: #EEEEEE; border-radius: 30px; color: #000; font-family: var(--font_poppins_m);}
.input-group-grid {display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.location-card {background-color: #F2F4F6; border: 1px solid var(--border-light); border-radius: var(--radius-default); padding: 20px; margin-bottom: 30px; position: relative; }
.location-input .input-field-wrapper {display: flex; align-items: center; border: 1px solid #D1D5DB; border-radius: 0.75rem; background-color: var(--card-background); padding-right: 12px; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);}
.location-input .input-field-wrapper button.map_pointer {width: 38px; height: 38px; color: #120E2D; background: #F0F0F0; border: 1px solid #F0F0F0; border-radius: 100px; padding: 2px; }
.pickup-dot { color: var(--black); margin-left: 12px; } /* Green dot */
.dropoff-pin { color: #1326E4; margin-left: 12px; } /* Red pin */


.location-input input {border: none; padding: 0.875rem 1rem; border-radius: 0.75rem; box-shadow: none; flex-grow: 1; }
.location-input input:focus {box-shadow: none; outline: none;}
.location-input .form-control.is-invalid:focus{border: none; box-shadow: none;}
.swap-btn {position: absolute; top: 50%; right: -15px; transform: translateY(-50%); border: 0; background: #fff; box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%); width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border-radius: 100px; transition: all 0.3s ease;}
.swap-btn:hover {background-color: #1326E4; color: #fff; transform: translateY(-50%) rotate(360deg);}

.round_trip_group {margin-bottom: 1.5rem;}
.round_trip_group label {margin: 0; color: rgb(0 0 0 / 70%);}
/* .round_trip_group .custom-form-control {border: 0; border-bottom: 1px solid #EDEDF3B5; padding: 0.5rem 0 0.5rem 0rem; width: 100%;} */
.round_trip_group .custom-form-control{
  background: #EEEEEE; 
  border-color: #EEEEEE; 
  border-radius: 30px; 
  color: #000; 
  font-family: var(--font_poppins_m);
  display: block;
  width: 100%;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: 0.0625rem solid #D1D5DB;
  appearance: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  transition: border-color 0.15s 
  ease-in-out, box-shadow 0.15s 
  ease-in-out;
}
.round_trip_group input::-internal-datetime-container{flex-direction: row-reverse;}

/* --- CALL TO ACTION --- */
.form_btn_layout {display: flex; flex-direction: column; gap: 1rem;}
.form_btn_layout.button-grid-2 {display: flex; flex-direction: row;}
.form_btn_layout .back_btn{padding: 16px; width: 100%; font-family: var(--font_poppins_m);}
.continue-btn {padding: 16px; width: 100%; font-family: var(--font_poppins_m);}
.map_view img{border-radius: 8px;}

input[type="time" i]::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_3856_7050)"><circle cx="9" cy="9" r="7.5" stroke="%23141B34" stroke-width="1.5"></circle><path d="M9 6V9L10.5 10.5" stroke="%23141B34" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_3856_7050"><rect width="18" height="18" fill="white"></rect></clipPath></defs></svg>'); block-size: 1.125em; inline-size: 1.125rem;}

input[type="date" i]::-webkit-calendar-picker-indicator{
  background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.25 9.75H12M6 9.75H6.00674M9.75 12.75H6M12 12.75H11.9933" stroke="%23141B34" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M13.5 1.5V3M4.5 1.5V3" stroke="%23141B34" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M1.875 9.18243C1.875 5.91445 1.875 4.28046 2.81409 3.26523C3.75318 2.25 5.26462 2.25 8.2875 2.25H9.7125C12.7354 2.25 14.2468 2.25 15.1859 3.26523C16.125 4.28046 16.125 5.91445 16.125 9.18243V9.56757C16.125 12.8355 16.125 14.4695 15.1859 15.4848C14.2468 16.5 12.7354 16.5 9.7125 16.5H8.2875C5.26462 16.5 3.75318 16.5 2.81409 15.4848C1.875 14.4695 1.875 12.8355 1.875 9.56757V9.18243Z" stroke="%23141B34" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2.25 6H15.75" stroke="%23141B34" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>'); block-size: 1.125em; inline-size: 1.125rem;}


/* Custom styling to match Select2 with our form-control style */
.select2-container .select2-selection--single{height: auto !important;}
.select2-container--default .select2-selection--single {
    height: auto;
    padding: 0.75rem 0.5rem !important;
    border: 1px solid #D1D5DB !important;
    border-radius: 0.75rem !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07)!important;
    display: flex; 
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{color: #000 !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow {height: 46px; top: 1px; right: 5px;}
.select2-container--default .select2-results__option--selected {background-color: #EEEEEE !important;}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color: #1326E4 !important; color: white !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none !important;
    margin-left: -16px !important;
    margin-top: 4px !important;
    width: 10px !important;
    height: 10px !important;
    border-left: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
    transform: rotate(-45deg) !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {transform: rotate(136deg) !important; margin-top: 8px !important;}
.select2-results__options{border-radius: 0.75rem !important;}
.select2-dropdown{border: 1px solid #D1D5DB !important; border-radius: 0.75rem !important; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07) !important;}
.back_step {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    background: white;
    color: #000;
    font-size: 18px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 35%);
    border-radius: 100px;
    padding: 2px;
    position: absolute;
    top: 2.5rem;
    left: 2.5rem;
}

/*  */
.trip-summary-card {background-color: #E2EDFB; border: 1px solid #E2EDFB; border-radius: 12px; padding: 18px 18px; margin: 0 0px 30px 0px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);}
.summary-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.summary-datetime { font-weight: 600; font-size: 0.95em; margin: 0; }
.summary-icon {color: #3A8BEA; font-size: 1.2em; background: #C7DEF9; padding: 2px; width: 34px; height: 34px; display: flex !important; align-items: center; justify-content: center; border-radius: 100px; }
.summary-locations {margin-bottom: 10px; }
.location-item { display: flex; align-items: center; gap: 8px; font-size: 1rem; font-weight: 500; margin-bottom: 8px; color: #000;}
.location-item i { color: #007bff; font-size: 1em; }
.summary-footer {display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #C7DEF9; padding-top: 10px; }
.summary-arrival { font-size: 14px; color: #000; margin: 0; }
.summary-total {font-family: var(--font_poppins_m); font-size: 1rem; color: #000; margin: 0; }
.summary-footer .amount-value {color: #000; font-size: 1rem; font-family: var(--font_poppins_m);}
/*  */

/* Vehicle Card */
.vehicle-card {display: grid; grid-template-columns: 1fr auto; justify-content: space-between; align-items: flex-start; padding: 15px; margin-bottom: 15px; background-color: #fff; border: 2px solid #e5e7eb; border-radius: 12px; cursor: pointer;}
.vehicle-card:hover,
.vehicle-card:focus,
.vehicle-card.selected { border: 2px solid #004dff; background-color: #f7f9ff; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
.vehicle-details { display: flex; align-items: flex-start; gap: 0.5rem; }
.vehicle-image { width: 100px; /*height: 60px; */ object-fit: cover; border-radius: 4px; background-color: #eee; }
.vehicle-name { font-size: 1rem; font-weight: 700; margin: 0 0 5px 0; color: #333; }
.vehicle-desc { font-size: 1rem; color: #888; margin: 0; line-height: 1.3; }
.vehicle-price { display: flex; align-items: center; gap: 10px; }
.price-value { font-size: 1rem; font-weight: 700; color: #1326E4; margin: 0; }
.vehicle-price input[type="radio"] { display: none; }
#map2.step_map_02 {margin-bottom: 0; height: 300px;}
/*  */

/* --- Tooltip Start --- */
.tooltip-container {position: relative; display: inline-block;}
.tooltip-text {visibility: hidden; width: 200px; background-color: #333; color: #fff; text-align: center; border-radius: 6px; padding: 8px; position: absolute; z-index: 20; bottom: 125%; left: 50%; margin-left: -100px; opacity: 0; transition: opacity 0.3s; font-size: 0.8em; font-weight: 400; line-height: 1.4; }
.tooltip-text::after {content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #333 transparent transparent transparent;}
.tooltip-container:hover .tooltip-text {visibility: visible; opacity: 1;}
.summary-arrival .info-icon {margin-left: 5px; cursor: pointer; color: #000; font-size: 0.875rem;}
/* --- Tooltip Close --- */

.control-group {margin-bottom: 1rem;}
.navbar-dashboard{background: white; box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);}
.navbar .navbar-nav .dropdown .dropdown-menu{top: 120%; left: 0;}

.phone-group {display: grid; grid-template-columns: 115px 1fr; align-items: center; gap: 0px;}
.phone-group .select2-container--default .select2-selection--single {border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important;}
.phone-group .form-control {border-left: 0; border-top-left-radius: 0; border-bottom-left-radius: 0;}
.custom_btn_group{display: flex; gap: 1rem; align-items: center; justify-content: center;}

/* Summary Trip */
.summary-trip-box {background-color: #f7f9ff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 15px; margin-bottom: 20px; display: flex; gap: 15px; }
.summary-trip-info { flex-grow: 1; }
.summary-trip-info h4 { font-size: 1.125rem; font-weight: 700; margin: 0 0 5px 0; color: #000;}
.summary-trip-info p { font-size: 1rem; margin: 0; }
.summary-trip-image { /*width: 90px;*/ height: 60px; object-fit: cover; border-radius: 4px; }

/* Right Column - Payment Summary */
.payment-summary-card {background-color: var(--background-light); border: 1px solid var(--border-light); border-radius: var(--radius-default); padding: 20px;}
.payment-summary-card h3 {font-size: 1.125rem; font-weight: 700; margin: 0 0 20px 0; padding-bottom: 10px; border-bottom: 1px solid var(--border-light); }
.price-line {display: flex; justify-content: space-between; align-items: center; padding: 8px 0; font-size: 1rem; }
.price-line.total {font-size: 1.125rem; font-weight: 700; margin-top: 15px; padding-top: 15px; border-top: 2px solid var(--border-light); color: var(--text-dark); }
.price-line span:last-child { font-weight: normal; font-family: var(--font_poppins_m);}
.price-line.total span:last-child { color: #000; }

.promotion-box {border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); padding: 1rem 0; margin: 20px 0; display: grid; grid-template-columns: 40px auto; align-items: flex-start; gap: 10px; }
.promotion-icon {background: rgba(83, 195, 115, 0.22); width: 40px; height: 40px; border-radius: 100px; display: flex; align-items: center; justify-content: center;}
/*  */
/* .review-section {margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid var(--border-light); }  */
.review-section:last-of-type { border-bottom: none; } 
.review-title {font-size: 1.25rem; font-weight: 700; margin-bottom: 15px;} 
.summary-detail-grid {display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; }
.detail-item {display: flex; flex-direction: column; margin-bottom: 1rem; border-bottom: 1px solid #EDEDF3; padding-bottom: 1rem;}
.detail-item strong {color: rgb(0 0 0 / 70%); font-weight: 500; margin-bottom: 4px; } 
.detail-item span {font-size: 1rem; font-family: var(--font_poppins_m); color: #000; } 
.detail-item.full-width { grid-column: span 2; } 
.detail-item.half-width { grid-column: span 1; } 
.detail-item.note-remark span {font-weight: 400; font-style: italic; color: #555; font-size: 0.95rem; }

.trs_update_list {display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 1rem;}
.trs_update_list_item {display: flex; flex-direction: column; gap: 0.5rem;}
.trs_update_list_item span {color: #000; font-size: 1.125rem; font-family: var(--font_poppins_m);}

/* My Booking PickMeUP Start*/
.custom_nav_tab_view {display: flex; align-items: center; justify-content: space-between; border-bottom: 0.0625rem solid var(--border_regular); gap: 1rem;}
.custom_nav_tab_view .custom_nav_tab{border-bottom: 0;}
.custom_nav_tab .nav-link.active {font-family: var(--font_poppins_m);}
.custom_nav_tab .nav-link { color: var(--black_70); }

.booking-card {background: var(--white); border-radius: 0.75rem; padding: 1rem; box-shadow: 0 4px 34px rgb(174 171 187 / 30%); color: var(--black);}
.booking-card .car_driver_title{font-size: 18px;}
.booking-card .car_driver_img {position: relative;} 
.booking-card .dr_img {display: inline-flex; width: 64px; height: 64px; border-radius: 100px; background-color: #fff; border: 3px solid #fff; overflow: hidden; position: absolute; left: 0;}
.booking-card .driver-img {width: 100%; object-fit: cover;}
.booking-card .car_img{display: inline-flex; margin-left: 15px;}

.status-badge {padding: 6px 8px; border-radius: 6px; font-size: 14px; background: var(--bs-white); font-family: var(--font_poppins_m);}
.status-badge.completed {color: var(--status_completed); border: 1px solid var(--status_completed);}
.status-badge.cancelled {color: var(--status_cancelled); border: 1px solid var(--status_cancelled);}
.status-badge.upcoming {color: var(--status_upcoming); border: 1px solid var(--status_upcoming);}
.status-badge.confirmed {color: var(--status_completed); border: 1px solid var(--status_completed);}
.status-badge.driver_assigned{color: var(--status_completed); border: 1px solid var(--status_completed);}
.status-badge.driver_assigned_manually{color: var(--primary); border: 1px solid var(--primary);}
.status-badge.payment_pending {color: var(--status_cancelled); border: 1px solid var(--status_cancelled);}
.status-badge.denied_by_drivers{color: var(--status_cancelled); border: 1px solid var(--status_cancelled);}
.status-badge.confirm_nd_paid {color: var(--status_upcoming); border: 1px solid var(--status_upcoming);}
.status-badge.partially_droped{color: var(--status_upcoming); border: 1px solid var(--status_upcoming);}
.car_driver_info {display: grid; grid-template-columns: 0.5fr 1fr; gap: 1rem;}

.form-check-label {color: var(--black);}
.form-check .form-check-input{background-color: var(--white); border: 1px solid var(--black);}
.form-check .form-check-input:checked{background-color: #010101; border-color: #010101;}

.booking_icon {background: #D9F2E0; width: 90px; height: 90px; display: flex; align-items: center; justify-content: center; border-radius: 100px; margin: 0 auto 1rem auto;}
.modal_desc {color: var(--black_50);}
/* My Booking PickMeUP End*/

/*  */
.btn-outline-black{color: var(--black); border: 1px solid var(--black); border-radius: 50px; transition: all 0.3s ease;}
.btn-outline-black:hover,
.btn-outline-black:focus{color: var(--white); border: 1px solid var(--black); background: var(--black); border-radius: 50px;}
.custom_btn_group {position: relative;}
.dropdown_btn_link:hover,
.dropdown_btn_link:focus {background: var(--white); border: 1px solid var(--black); color: var(--black);}
.dropdown_menu {
  position: absolute;
  top: 110%;
  right: 0;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  display: none;
  flex-direction: column;
  min-width: 180px;
  z-index: 999;
  overflow: hidden;
  animation: fadeIn 0.2s ease;
}

.dropdown_menu a {display: block; padding: 0.5rem 1rem; text-decoration: none; transition: 0.2s;}
.dropdown_menu a:hover {background: #E5E7EB;}

.divider {
    display: flex;
    align-items: center;
    width: 1px;
    height: 100%;
    background: var(--border_regular);
    justify-content: center;
    margin: 0 auto;
}
@keyframes fadeIn {
  from {opacity: 0; transform: translateY(-5px);}
  to {opacity: 1; transform: translateY(0);}
}

.map_listing {display: flex; align-items: flex-start; gap: 1rem;}
.map_info {display: flex; flex-direction: column;}
.map_listing .dropoff_map_pin {color: var(--primary);}

/* PROFILE EDTI CSS START */
.edit_nav_tab {background: var(--white); border-radius: 8px;}
.edit_nav_tab.nav-tabs .nav-link{padding: 0.625rem 1rem;}
.tab-content {background: var(--white); padding: 1.5rem; border-radius: 8px;}
.profile-upload {position: relative; display: flex; width: 150px; height: 150px; align-items: center; justify-content: center; margin: 0 auto; border-radius: 50%; border: 2px solid #F2F2F2; background-color: #EFEFEF;}
.profile-upload img {width: 100%; height: 100%; object-fit: cover; border-radius: 50%;}

.profile-upload .upload-btn {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}
.profile-upload .upload-btn:hover {background-color: #0c5cd7;}

.profile-upload input[type="file"] {display: none;}


.change-password-form {max-width: 400px; margin: auto; background: #fff; padding: 25px; border-radius: 16px; box-shadow: 0 2px 10px rgba(0,0,0,0.05);}

.change-password-form h3 {font-weight: 700; color: #9c3240; margin-bottom: 20px; text-align: center;}

.password-field {position: relative; display: flex; align-items: center; width: 100%; /*margin-bottom: 18px;*/}

.password-field input {width: 100%; padding: 12px 45px 12px 15px; font-size: 15px; border: 1px solid #ddd; border-radius: 12px; outline: none; background-color: #fff; transition: all 0.3s ease;}

.password-field input:focus {border-color: #9c3240; box-shadow: 0 0 0 3px rgba(156, 50, 64, 0.1);}

.password-field .toggle-password {position: absolute; right: 12px; cursor: pointer; color: #888; display: flex; align-items: center; justify-content: center;}

.password-field .toggle-password:hover {color: var(--primary);}
/* PROFILE EDTI CSS CLOSE */

/* LOGIN PAGE CSS START */
.desk_login_wrpper {
    max-width: 50%;
    display: flex;
    flex-direction: row;
    background-color: var(--white);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    overflow: hidden;
    margin: 1rem auto;
}
.custom_login_left {
    background-color: #1326E4;
    background-image:url('/assets/img/Star-bg.svg');
    /* background-size: cover;
    background-position: center; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 50px;
}
.logo_wrper {position: relative; z-index: 1;}
/* .custom_login_left:before {content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background:url('/assets/img/Star-bg.svg'); z-index: 1;} */
.form_login {padding: 2rem 2.5rem;}
.btn-outline-shadow {border: 1px solid #EFF0F6; box-shadow: inset 0 -3px 6px 0 rgba(244, 245, 250, 0.6); color: var(--black); font-family: var(--font_poppins_s); padding: 0.9375rem; border-radius: 0.75rem;}
.btn-outline-shadow:hover {color: var(--primary); border-color: var(--primary);}
.forgot-link {justify-content: flex-end; }
.line_label {display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; justify-content: center; gap: 1rem; margin: 1rem 0; position: relative; color: var(--black);} 
.line_label:before,
.line_label:after {content: ""; display: flex; align-items: center; width: 100%; background: #EDF1F3; height: 1px;}
.btn-outline-input{border: 0.0625rem solid #D1D5DB;}
.btn-outline-input:focus{box-shadow: none;}
.back_btn_vlogs {position: absolute; top: 15px; left: 15px; z-index: 1;}
.back_btn_vlogs .back_btn {width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; background: var(--white); border-radius: 100px;}

.otp-inputs {display: flex; justify-content: center; gap: 1rem; margin: 1rem 0; } 
.otp-box {width: 50px; height: 50px; text-align: center; font-size: 20px; border: 1px solid #EDF1F3; border-radius: 0.75rem; outline: none; transition: border-color 0.2s ease, box-shadow 0.2s ease; } 
.otp-box:focus {border-color: var(--primary); color: var(--primary); box-shadow: 0 0 5px rgba(26, 115, 232, 0.4); }

/* .splash_screen .slick-slide {min-height: 88vh;} */
.splash_screen .slick-arrow {font-size: 0; width: 32px; height: 32px; border-radius: 100px; background-color: transparent; border: 1px solid transparent; position: absolute; top: 50%; transform: translateY(-50%); z-index: 1;}
.splash_screen .slick-arrow:hover{background-color: var(--primary); border: 1px solid var(--primary);}
.splash_screen .slick-prev {left: 15px; background-image: url('data:image/svg+xml,<svg width="24px" height="24px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.7071 4.29289C16.0976 4.68342 16.0976 5.31658 15.7071 5.70711L9.41421 12L15.7071 18.2929C16.0976 18.6834 16.0976 19.3166 15.7071 19.7071C15.3166 20.0976 14.6834 20.0976 14.2929 19.7071L7.29289 12.7071C7.10536 12.5196 7 12.2652 7 12C7 11.7348 7.10536 11.4804 7.29289 11.2929L14.2929 4.29289C14.6834 3.90237 15.3166 3.90237 15.7071 4.29289Z" fill="%23fff"></path></svg>'); background-repeat: no-repeat; background-position: center center;}
.slick-slider .slick-next {right: 15px; background-image: url('data:image/svg+xml,<svg width="24px" height="24px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.29289 4.29289C8.68342 3.90237 9.31658 3.90237 9.70711 4.29289L16.7071 11.2929C17.0976 11.6834 17.0976 12.3166 16.7071 12.7071L9.70711 19.7071C9.31658 20.0976 8.68342 20.0976 8.29289 19.7071C7.90237 19.3166 7.90237 18.6834 8.29289 18.2929L14.5858 12L8.29289 5.70711C7.90237 5.31658 7.90237 4.68342 8.29289 4.29289Z" fill="%23fff"></path></svg>'); background-repeat: no-repeat; background-position: center center;}

/* LOGIN PAGE CSS CLOSE */
/* HEADER CSS START */
.l_header {background: #1326E4; background-image: url('/assets/img/Star-bg.svg'); color: white; display: flex; align-items: center; justify-content: space-between; padding: 15px 60px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);}
.l_subheader_cell {display: flex; align-items: center; flex-grow: 1;}
.l-subheader-cell.at_left {justify-content: flex-start; flex-basis: 20%;}
.l_subheader_cell.at_center {justify-content: center;}
.l_subheader_cell.at_right {justify-content: flex-end; flex-basis: 20%;}

.logo {display: flex; align-items: center; gap: 10px;} 
.logo img {height: 42px;} 
.logo span {font-size: 20px; font-weight: 600;} 
.l_header nav ul.nav_list {display: flex; gap: 1rem; list-style: none; margin: 0; padding: 0;} 
.l_header nav ul.nav_list>li>a {padding: 0; text-decoration: none; color: white; font-size: 16px; font-family: var(--font_poppins_m); transition: color 0.3s;}
.l_header nav ul.nav_list>li>a:hover,
.l_header nav ul.nav_list>li>a:focus,
.l_header nav ul.nav_list>li>a.active {color: var(--white); text-decoration: underline; text-underline-offset: 0.5rem;}
.l_header nav ul.nav_list .dropdown-toggle .menu_arrow {vertical-align: middle;}
.l_header nav ul.nav_list .dropdown-toggle.show .menu_arrow {transform: rotate(180deg); display: inline-block;}
.contact-btn {font-family: var(--font_poppins_m); background: transparent; color: var(--white); border: 2px solid var(--white); padding: 0.5rem 1rem; border-radius: 3px; cursor: pointer; transition: all 0.3s ease; height: 43px; display: inline-flex; align-items: center; justify-content: center;}
.contact-btn:hover {background: var(--white); color: var(--primary);}
.l_header .btn-link-white{padding: 0.5rem;}
.btn-link-white {color: var(--white);}
.btn-link-white:hover,
.btn-link-white:focus {color: var(--white); text-decoration: underline; text-underline-offset: 0.5rem;}

.l_header .btn-link-white:hover,
.l_header .btn-link-white:focus{box-shadow: none; outline: none;}
.avatar-32 {width: 32px; height: 32px; object-fit: cover; object-position: center center; border-radius: 100px;}
.avatar-38 {width: 38px; height: 38px; object-fit: cover; object-position: center center; border-radius: 100px; border: 2px solid var(--white);}
.menu-toggle {display: none; flex-direction: column; justify-content: space-between; width: 24px; height: 18px; cursor: pointer;}
.menu-toggle span {background: var(--white); height: 3px; border-radius: 2px; transition: all 0.3s ease;}
.dropdown-toggle.show span.arrow {transform: rotate(180deg);}

.search_active .header-search{width: 70%; position: relative;}
.l_header .search_open {border: none; background: no-repeat; color: var(--white); padding: 0.2rem;}
.l_header .search_open.search_active_btn{display: none;}
.search_active .l_subheader_cell.at_center{display: none;}
.l_header .search_view{display: none;}
.search_active .search_view{display: block;}
.search_active .search_view .form-control:focus{box-shadow: none; outline: none;}
.search_active .search_view button.search-btn {border: none; padding: 0.5rem 1rem; border-top-right-radius: 8px; border-bottom-right-radius: 8px; background: var(--white);}
#searchResults {margin: 0; list-style: none; padding: 0; background: var(--white); color: var(--black); border-radius: 8px; position: absolute; width: 100%; left: 0;}
.search_active #noResult {position: absolute; left: 0; background: var(--white); width: 100%; border-radius: 8px; padding: 1rem; color: var(--black);}
.search_active #noResult .noresult_blog {display: flex; align-items: center; gap: 1rem; flex-direction: column;}
.language-btn {padding: 0.5rem;}
.language-menu {
    position: absolute;
    left: auto;
    background: var(--white);
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 8px;
    padding: 0.5rem 0;
}
.language-menu a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0.125rem 0.5rem;
    color: var(--black);
}
.language-menu a.active,
.language-menu a:hover,
.language-menu a:focus{color: var(--primary); text-decoration: none; background-color: #E5E7EB;}

/* HEADER CSS CLOSE */

/* FOOTER CSS START */
.footer_menu ul {padding: 0; list-style: none;}
.footer_menu nav ul li a {color: var(--black);}
.footer_menu nav ul li a:hover, 
.footer_menu nav ul li a:focus{color: var(--primary);}
.social_icon_item {width: 33px; height: 33px; display: flex; align-items: center; justify-content: center; border: 1px solid #071210; color: #071210; border-radius: 100px;}
.social_icon_item:hover,
.social_icon_item:focus {border: 1px solid #071210; background: #071210; color: #fff;}
.footer_column_03 .text-black:hover {color: var(--primary);}
.footer_cpright .text-black:hover {color: var(--primary);}
/* FOOTER CSS CLOSE */

.iti.iti--allow-dropdown {width: 100%; z-index: 2;}
.iti .iti__flag-container {z-index: 11;}

/* MY FAVORITE DRIVER CSS START */
.custom_driver_card {background: var(--white); border-radius: 0.75rem; box-shadow: 0px 4px 34px 0 rgba(174, 171, 187, 0.3); padding: 1rem; position: relative; display: block; color: initial;}
.custom_driver_view {display: grid; grid-template-columns: 64px auto; align-items: center; gap: 1rem;}
.custom_driver_view .drive_details a {color: inherit;}
.custom_driver_view .drive_img {width: 64px; height: 64px; border-radius: 100px; overflow: hidden;}
.custom_driver_view .drive_img img{width: 100%; height: 100%; object-fit: cover;}
.drive_info_list {display: flex; align-items: center; justify-content: space-between; gap: 0.5rem;}
.drive_info_list_item {display: flex; flex-direction: column; align-items: center; gap: 0.25rem;}
.drive_info_list_item label{margin: 0;}
.review_rate {background: var(--primary); color: var(--white); display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-top-right-radius: 0.75rem; border-bottom-left-radius: 0.75rem; position: absolute; top: 0; right: 0; }
.swal2-modal .swal2-icon.swal2-warning {border-color: #FE5E48; color: #FE5E48;}
.swal2-modal .swal2-title{color: var(--black);}
.swal2-modal .swal2-html-container{color: var(--black);}
.swal2-modal .swal2-styled.swal2-confirm{background: var(--primary) !important; color: var(--white) !important;}
.swal2-modal .swal2-styled.swal2-cancel{background: var(--secondery) !important; color: var(--white) !important;}
.driver_topbar {padding: 1rem 1.5rem; background-color: var(--white); border-radius: 0.75rem; margin-bottom: 1.5rem;}
.driver_topbar_right{position: relative;}
.profile_dropdown {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1rem;
    position: absolute;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0.0625rem solid #E5E7EB;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    padding: 0.325rem;
    text-align: left;
    z-index: 1;
}
.profile_dropdown a{color: var(--black); padding: 0.325rem 0.625rem; width: 100%; display: block; border-radius: 0.325rem;}
.profile_dropdown a:hover,
.profile_dropdown a:focus{background-color: var(--primary); color: var(--white);}
.driver-detail-page {padding: 1rem 1.5rem; width: 100%; background-color: var(--white); border-radius: 0.75rem;}
.invite-driver-box {padding: 1rem 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; display: flex; justify-content: space-between; align-items: center;}
.invite-driver-box p {margin: 0;}

.driver-banner {text-align: center; }

.driver-img-wrapper {width: 150px; height: 150px; margin: 0 auto; border-radius: 50%; overflow: hidden; border: 5px solid #fff; box-shadow: 0 4px 15px rgba(0,0,0,0.1);}
.driver-img-wrapper img {width: 100%; height: 100%; object-fit: cover;}
.driver-name {font-size: 26px; margin-top: 20px;}

/* Stats */
.driver-stats {display: flex; justify-content: center; gap: 1rem; margin-top: 25px; flex-wrap: wrap;}

.stat-box {width: 200px; padding: 1rem; background: var(--white); border: 1px dashed #E4E6EF; border-radius: 0.75rem; text-align: center;}
.stat-box h4 {margin: 0;}

.lbl_green { color: #31D3A4; }
.lbl_blue { color: #2853AF; }
.lbl_red { color: #A83434; }

.vehicle_section {padding: 1.5rem 0;}
.vehicle_grid {display: grid; gap: 1rem; grid-template-columns: repeat(4, 1fr);}
.vehicle_card {border: 1px dashed var(--black); border-radius: 0.75rem; padding: 1.5rem; background: var(--white); cursor: pointer;}
.vehicle_card:hover,
.vehicle_card:focus{border: 1px solid var(--primary);}
.vehicle_card img {max-width: 150px; margin-bottom: 10px;}
.vehicle_card_info {display: flex; flex-direction: column; gap: 0.5rem;}
.vehicle_card_info .car_classes{font-size: 16px; font-family: var(--font_poppins_s);}
.vehicle_card_info .car_company{font-size: 16px; color: var(--primary);}
.vehicle_card_info .car_number{font-size: 16px; color: rgb(0 0 0 / 70%);}

.personal-info {padding: 1.5rem 0; }
.info-row {display: flex; justify-content: space-between; border-bottom: 1px solid #eee; padding: 12px 0;}
.rebook-box {padding: 1.5rem 0; text-align: center;}

.invite-options {border-radius: 0.75rem; padding: 0.5rem;}
.option-btn {padding: 1rem 1.5rem; margin-bottom: 0.5rem; background: #E5E5EA; color: var(--black); border-radius: 0.75rem; border: 1px solid rgba(60, 60, 67, 0.36);}
.option-btn:hover {background: var(--primary); color: var(--white); border: 1px solid var(--primary);}
.cancel-btn {padding: 1rem 1.5rem; background: var(--white); color: var(--black); border-radius: 0.75rem; border: 1px solid var(--white); box-shadow: 0 0 0.5rem rgb(0 0 0 / 25%);}
.cancel-btn:hover{background: var(--secondery); color: var(--white); border: 1px solid var(--secondery);}
.share_social_icon {display: flex; justify-content: center; gap: 1rem;}
.share_social_icon .social_icon_item {transition: 0.2s;}
.share_social_icon .social_icon_item:hover {transform: scale(1.1);}
/* MY FAVORITE DRIVER CSS CLOSE */

/* HELP CENTER CSS START */
.help-tabs {display: flex; justify-content: center; margin-bottom: 30px; background: var(--white); padding: 10px; border-radius: 50px; max-width: 380px; margin-left: auto; margin-right: auto;}
.help-tabs .tab-btn {flex: 1; padding: 12px 25px; border-radius: 30px; text-align: center; cursor: pointer; font-size: 16px; font-family: var(--font_poppins_m);}
.help-tabs .tab-btn.active {background: #e6ecff; color: #1a48ff;}
.tab_content {display: none;}
.tab_content.active {display: block;}
.faq-box {max-width: 900px; margin: auto; margin-top: 30px;} 
.faq-item {background: var(--white); padding: 1rem 1.5rem; border-radius: 0.75rem; margin-bottom: 0.625rem; cursor: pointer; border: 1px solid #EDEDF3;} 
.faq-question {display: flex; justify-content: space-between; font-size: 18px; font-family: var(--font_poppins_m); color: var(--primary);} 
.faq-answer {display: none; margin-top: 0.625rem; color: var(--black);}
.tab_content {max-width: 900px; margin: 40px auto;}
.form_wrapper{background: var(--white); padding: 1.5rem; border-radius: 0.75rem; box-shadow: 0 4px 20px rgba(0,0,0,0.05);}
.contact_design_blog {
    background-color: var(--primary);
    background-image: url('/assets/img/Star-bg.svg'); 
    border-radius: 0.75rem;
    color: var(--white);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}
.contact_design_blog a{color: var(--white);}
.contact_design_blog .ct_title {font-size: 24px;}
/* HELP CENTER CSS START */

/* HOMEPAGE CSS START */
.homepage .l_header{position: fixed; z-index: 1; width: 100%; transition: all .3s ease;}
.homepage .header_sticky.l_header{background: none; box-shadow: none;}


.homepage .front-container-fluid.mt-4 {margin-top: 0 !important;}
.hero {background-image: url('/assets/img/home/Home_topbar.png'); padding: 134px 0 24px 0px; color:#fff; position:relative; background-size: cover; background-repeat: no-repeat; background-position: center;}
.hero-overlay {background-color: rgb(19 92 228 / 30%); background-image: url('/assets/img/home/Star.png'); background-size: 50%; background-position: top right; position:absolute; top:0; left:0; width:100%; height:100%; }
.hero-content {position:relative; margin:auto; }
.home_topbar_title {color: var(--white); position: relative; display: inline-block; font-family: var(--font_poppins_s); margin-bottom: 2.5rem;}
.home_topbar_title:after {
    content: "";
    display: block;
    background: url('data:image/svg+xml,<svg width="277" height="11" viewBox="0 0 277 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M276.416 2.66805C113.743 -2.93229 45.9707 1.7589 0.00733146 3.45163C-0.091681 5.39642 0.699743 7.00815 0.922668 10.1032C122.028 -1.10227 206.215 2.1875 276.747 3.99005C276.697 3.74455 276.567 3.40454 276.416 2.66805Z" fill="white"/></svg>');
    width: 277px;
    height: 11px;
    background-position: center;
    background-size: contain;
    bottom: -10px;
    right: 20px;
    position: absolute;
}
.search_tab_list {display: flex; align-items: center; margin-bottom: -1px;}
.search_tab_list .tabBtn{border: 1px solid transparent; background: transparent; color: var(--white); padding: 0.656rem 1rem; font-family: var(--font_poppins_m); border-top-left-radius: 3px; border-top-right-radius: 3px;} 
.search_tab_list .tabBtn.activeTab{border: 1px solid var(--white); color: var(--primary); background: var(--white);}
.search_tab_content {background: var(--white); padding: 25px 23px; border-radius: 3px; border-top-left-radius: 0px;}
.search_form {display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 0.5fr; align-items: flex-end; gap: 1rem;}
.search_form.return_date_chosen {grid-template-columns: 1fr 1fr 1fr;}
.return_date_chosen .select2-container {width: 100% !important;}
.search_form .select2-container--default .select2-selection--single {border-radius: 3px !important; font-size: 14px; padding: 0.625rem 0.656rem !important;}
.search_form .select2-container--default .select2-selection--single .select2-selection__rendered{line-height: normal;}
.homepage ul#select2-transfer_type-results{border-radius: 3px !important;}
.homepage .select2-dropdown{border-radius: 3px !important;}
.search_form .select2-container {width: 100% !important;}
.search_form .select2-container--default .select2-selection--single .select2-selection__arrow b{margin-top: 0 !important;}
.search_form label {color: #000; font-size: 14px; font-weight: 400;}


.tearms_list {display: flex; align-items: center; gap: 1rem; margin: 1rem 0 0 0;}
.home_location_input .input-field-wrapper {display: flex; align-items: center; border: 1px solid #D6DAE1; border-radius: 3px; background-color: var(--card-background); padding-right: 0px; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);}
.home_location_input .input-field-wrapper button.map_pointer {width: 38px; height: 38px; color: #120E2D; background: #F0F0F0; border: 1px solid #F0F0F0; border-radius: 100px; padding: 2px; }
.home_location_input .location-dot {margin-left: 10px; } 
.home_location_input input {border: none; padding: 0.625rem 0.656rem; border-radius: 0rem; box-shadow: none; flex-grow: 1; font-size: 14px;}
.search_form_list .form-select{padding: 0.91rem 1rem;}
.home_location_input input[readonly] {background: none;}
.home_location_input input:focus {box-shadow: none; outline: none;}
.search_form_list button#btnSearch {padding: 0.5rem 1rem; width: 100%; border-radius: 3px;}
.playstore_appstore{padding: 100px 0; background: var(--light_white);}
.appstore_title{ font-family: var(--font_poppins_s);}
.download_app {font-family: var(--font_poppins_m); border: none; background: none; font-size: 2rem; text-align: left; line-height: 2rem; display: flex; align-items: center; gap: 0.5rem;}
.download_app .download_icon {width: 48px; height: 48px; border-radius: 100px; color: var(--primary); padding: 0.5rem; border: 1px solid var(--primary); display: inline-flex; align-items: center; justify-content: center;}

.home_service_section{padding: 50px 0; background: var(--white);}
.home_service_title{ font-family: var(--font_poppins_s); text-align: center; margin-bottom: 2.5rem;}
.services { display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:25px; }
.service-card { background:#fff; border-radius:10px; overflow:hidden; border: 1px solid #DADADA; /*box-shadow:0 3px 10px rgba(0,0,0,0.1);*/ transition:.3s; }
.service-card:hover { transform:translateY(-4px); /*box-shadow:0 6px 14px rgba(0,0,0,0.18);*/}
.service-card img { width:100%; height:170px; object-fit:cover; }
.service-card .service_desc {padding:15px; font-family: var(--font_poppins_m); margin: 0;}

.top_cities_section{padding: 50px 0; background: var(--light_white);}
.btn_see_all {text-decoration: underline; color: var(--black); letter-spacing: 0.2px;}
.btn_see_all:hover, .btn_see_all:focus{color: var(--primary); text-decoration: underline;}
.cities_blogs {display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;}
.cities_blogs li a{color: var(--black); font-size: 24px; line-height: 48px; letter-spacing: 0.2px;}
.cities_blogs li a:hover,
.cities_blogs li a:focus{color: var(--primary);}

.call_action_section{padding: 80px 0; background: var(--white);}
.call_action_title{font-family: var(--font_poppins_s);}
.car_action_card {display: grid; grid-template-columns: auto auto; align-items: center; gap: 1rem; border: 1px solid #DADADA; padding: 0 2rem;}
.col_desc {display: flex; align-items: center; gap: 1.625rem;}
.col_btn {text-align: right;}
.col_car {margin-top: -38px;}

.partner_section{padding: 30px 0; background: var(--light_white);}
.partner_title{font-family: var(--font_poppins_s); text-align: right;}
.partner_list {display: grid; grid-template-columns: 174px 131px 70px; align-items: center; gap: 1rem; justify-content: space-between;}
.partner_list .partner_list_items{}
/* HOMEPAGE CSS CLOSE */
.privacy_title {display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem;}

/* LOADER CSS START */
.autoloader_on{overflow: hidden;}
.auto_loader{position:fixed; top:0; left:0; width:100%; height:100%; background:rgb(0 0 0 / 50%); backdrop-filter: blur(4px); z-index:9999; align-items:center; justify-content:center; font-size:20px;}
.autoloader_on .auto_loader{display: flex;}
.auto_loader_img {animation: rotate 1s infinite; height: 50px; width: 50px;}
.auto_loader_img:before,
.auto_loader_img:after {border-radius: 50%; content: ""; display: block; height: 20px; width: 20px;}
.auto_loader_img:before {animation: ball1 1s infinite; background-color: #fff; box-shadow: 30px 0 0 var(--primary); margin-bottom: 10px;}
.auto_loader_img:after {animation: ball2 1s infinite; background-color: var(--primary); box-shadow: 30px 0 0 #fff;}

@keyframes rotate {
    0% { transform: rotate(0deg) scale(0.8) }
    50% { transform: rotate(360deg) scale(1.2) }
    100% { transform: rotate(720deg) scale(0.8) }
}
@keyframes ball1 {
    0% {box-shadow: 30px 0 0 var(--primary);}
    50% {box-shadow: 0 0 0 var(--primary); margin-bottom: 0; transform: translate(15px, 15px);}
    100% {box-shadow: 30px 0 0 var(--primary); margin-bottom: 10px;}
}
@keyframes ball2 {
    0% {box-shadow: 30px 0 0 #fff;} 
    50% {box-shadow: 0 0 0 #fff; margin-top: -20px; transform: translate(15px, 15px);}
    100% {box-shadow: 30px 0 0 #fff; margin-top: 0;}
}
/* LOADER CSS CLOSE */

/* LOYALTY PAGE CSS START */
.points-card {display: flex; align-items: center; justify-content: space-between; padding-bottom: 1.125rem; margin-bottom: 1.125rem; border-bottom: 1px solid #EDEDF3;}
.point-sub-title {font-size: 16px; line-height: 18px;}
.coin_icon {display: flex; align-items: center; justify-content: center; background: #EFF1FF; width: 64px; height: 64px; border-radius: 100px;}
.history-row {display: flex; justify-content: space-between; align-items: center; padding: 1rem 0; border-bottom: 1px solid #EDEDF3;}
.history-row:first-child {border-top: 1px solid #EDEDF3;}
.history-row:last-child {border-bottom: none; padding-bottom: 0;}
.history-title {font-family: var(--font_poppins_m);}
.history-date {font-size: 14px; color: var(--black_50);}
.history-points.credit {color: #50CD89; font-family: var(--font_poppins_m);}
.history-points.claimed {color: #F1416C; font-family: var(--font_poppins_m);}
.history-points.debit {color: #F1416C; font-family: var(--font_poppins_m);}
.history-details {display: flex; align-items: center; gap: 1rem;}
.transaction_icon {width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; border-radius: 100px;}
.transaction_icon.credit{background: #D9FFEA; color: #50CD89;}
.transaction_icon.claimed{background: #FFE0EB; color: #F1416C; transform: rotate(180deg);}
.transaction_icon.debit{background: #FFE0EB; color: #F1416C; transform: rotate(180deg);}
.progress_meta {display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.5rem;}
.progress_meta_bg {box-shadow: none; background-color: #EBEDF3;}
.grid_row_points {display: flex; align-items: center; justify-content: space-between; font-size: 14px;}
.loyalty_card_grid {display: flex; align-items: center; justify-content: space-between; margin: 1rem 0;}
.loyalty_card_title {font-family: var(--font_poppins_m);}
.loyalty_card_grid .btn_link {border: 0; background: no-repeat; color: var(--primary);}
.trans_history_row {display: flex; align-items: center; gap: 1rem; justify-content: space-between; margin-bottom: 1rem;}
.trans_history_row .trans_history_tile{margin: 0;}
.trans_history_row .btn_link {border: none; background: none; color: var(--primary);}
.full-card-box {margin-top: 1rem; display: flex; gap: 1rem; align-items: center;}
.all-cards-wrapper {margin-top: 20px;} 
.card-item {display: flex; gap: 18px; padding: 16px; border: 1px solid #EBEDF3; margin-bottom: 15px; transition: 0.2s ease-in-out;} 
.card-item.active {border-color: var(--primary); background: var(--primary08);} 
.card_info_row {display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem;}
.card-name {font-size: 16px; font-family: var(--font_poppins_s);} 
.card-desc{font-size: 14px; margin: 0px;} 
.card-range {font-size: 16px; color: var(--primary); font-family: var(--font_poppins_m);} 
.card-meta {margin-top: 8px; font-size: 13px;} 
.card-meta div {margin-bottom: 2px;}

/* LOYALTY PAGE CSS CLOSE */

.radio-item label {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    padding: 20px 20px 20px 20px;
    width: 100%;
    justify-content: space-between;
    font-family: var(--font_poppins_m);
    color: var(--black);
}
.radio-item label:has(input[type="radio"]:checked) {
    border: 1px solid var(--primary);
    color: var(--primary);
}
@media(max-width: 767px) {
    .vehicle_card{display: grid; grid-template-columns: 0.625fr 1fr; gap: 0.625rem;}
    .vehicle_card img{max-width: 100%; margin: 0;}
    .driver-detail-page {padding: 20px;} 
    .driver_topbar{padding: 1rem; align-items: center;}
    .driver_topbar_right .btn {padding: 0.5rem;}
    .profile_dropdown{min-width: 150px; right: 0;}
    .driver-stats {gap: 0.5rem;} 
    .driver-stats .stat-box{width: 100%;}
    .invite-driver-box {flex-direction: column; gap: 15px; text-align: center;} 

    /* HOMEPAGE CSS START */
    .search_form{grid-template-columns: 1fr;}
    .search_form.return_date_chosen{grid-template-columns: 1fr;}
    .tearms_list{font-size: 14px; flex-wrap: wrap;}
    .car_action_card{grid-template-columns: 1fr; padding-bottom: 2rem;}
    .col_desc{flex-direction: column;}
    .card_details {text-align: center;}
    .col_btn{text-align: center;}
    .cities_blogs{grid-template-columns: repeat(2, 1fr);}
    /* HOMEPAGE CSS CLOSE */
    .desk_login_wrpper{max-width: 100%;}
    .custom_nav_tab_view {flex-direction: column; align-items: stretch; border-bottom: 0; }
    .custom_nav_tab_view .custom_nav_tab{border-bottom: 0.0625rem solid var(--border_regular);}

    .footer_cpright .cpy_text {text-align: center; margin-bottom: 1rem;}
    .footer_social_icon{justify-content: center !important;}




    /* LOYALTY PAGE CSS START */
    .progress_meta{font-size: 14px;}
    .history-row{flex-direction: column; align-items: flex-start; gap: 0.5rem;}
    /* LOYALTY PAGE CSS CLOSE */
}


/* My Favorite Driver */
@media (max-width: 1100px) {
    .l_header nav ul{gap: 1rem;}
    .l-subheader-cell.at_left{flex-basis: 25%;}
}
@media (max-width: 1024px) {
  .booking-container .booking_row{flex-direction: column; gap: 25px; }

  .map-column {padding: 30px; }

  .form-column {padding: 30px; box-shadow: var(--shadow-subtle);}

  .page-title {font-size: 28px; }
}
@media (max-width: 991px) {
    .menu-toggle {display: flex;}
    .navbar{display: none;}
    .l_header {flex-direction: column; padding: 1rem;}
    .l_subheader_cell.at_center {display: none;}
    .l_subheader_cell.at_right{flex-basis:auto;}
    .logo img{height: auto;}
    .l_header nav ul {flex-wrap: wrap; justify-content: center;}
}
@media (max-width: 600px) {

    .l_header {flex-direction: column; padding: 1rem 0;}

    .l-subheader-cell.at_left {flex-basis: 40%;}

    .l_subheader_cell.at_center {display: none;}

    .l_subheader_cell.at_right{flex-basis:auto; gap: 0.325rem;}

    .l_header button.contact-btn {display: none; font-size: 14px; padding: 0.5rem;}

    .l_header .dropdown-toggle{padding: 0.5rem;}

    .dropdown-toggle .arrow{width: 18px; height: 18px; display: flex; align-items: center; justify-content: center;}

    .l_header .avatar-38 {width: 32px; height: 32px;}

    .booking-container {margin: 20px auto; padding: 0 15px;}

    .map-column {padding: 20px; }

    .page-title {font-size: 24px; margin-bottom: 10px; }

    .subtitle {font-size: 14px; margin-bottom: 20px; }

    .map-placeholder {min-height: 200px; }
    .map-overlay i { font-size: 50px; }
    .map-overlay h3 { font-size: 18px; }

    .trip-summary {flex-direction: column; align-items: flex-start; gap: 10px; }

    .form-column {padding: 20px; }

    .form-title {font-size: 20px; }

    .input-group-grid {grid-template-columns: 1fr; gap: 15px; }

    .location-card {padding: 15px; }

    .swap-btn {left: 50%; top: calc(50% + 5px); transform: translate(-50%, -50%); border: 2px solid var(--f8f9fa); }

    .continue-btn {font-size: 16px; padding: 14px; }

    .custom_nav_tab .nav-link{padding: 0.5rem;}

    .booking-card .order_id {font-size: 14px;}

    .booking-card .booking_time {font-size: 14px;}

    .status-badge{font-size: 14px;}

    .booking-card .car_driver_title{font-size: 16px;}

    .booking-card .car_driver_name {font-size: 14px;}

    .form_login {padding: 1.5rem 1rem;}

    .booking_detail_topbar {flex-wrap: wrap; gap: 1rem;}
    .summary-detail-grid{grid-template-columns: 1fr;}
    .detail-item.full-width {grid-column: span 1;}

    .vehicle_grid {grid-template-columns: repeat(1, 1fr);}

    .otp-inputs{gap:0.5rem;}
    .otp-box{width: 40px; height: 40px;}
    .tab-content{padding: 1rem;}

    
}
/*  */

@media screen and (min-width: 768px) {
  
}

@media screen and (min-width: 992px) {

}  

@media screen and (min-width: 1200px) {
  
}
