/**
 * AfroBookings Search Pages - Self-Contained Premium CSS
 * Works for: Hotel, Tour, Car, Event, Space, Boat, Visa search pages
 * No dependencies on other CSS files
 */

/* ============================================
   RESET & BASE FOR SEARCH PAGES
   ============================================ */
.bc_search_hotel,
.bc_search_tour,
.bc_search_car,
.bc_search_event,
.bc_search_space,
.bc_search_boat,
.bc_search_visa,
.bc_search_space,
.bc_search_boat,
.bc_search_visa {
    background-color: #f8f9fa !important;
    min-height: 100vh;
}

/* ============================================
   1. HERO BANNER SECTION
   ============================================ */
.bc_search_hotel .bc_banner,
.bc_search_tour .bc_banner,
.bc_search_car .bc_banner,
.bc_search_event .bc_banner,
.bc_search_space .bc_banner,
.bc_search_boat .bc_banner,
.bc_search_visa .bc_banner {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%) !important;
    min-height: 200px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    padding: 80px 0 100px !important;
    margin-bottom: 0 !important;
}

.bc_search_hotel .bc_banner::before,
.bc_search_tour .bc_banner::before,
.bc_search_car .bc_banner::before,
.bc_search_event .bc_banner::before,
.bc_search_space .bc_banner::before,
.bc_search_boat .bc_banner::before,
.bc_search_visa .bc_banner::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%) !important;
    z-index: 1 !important;
}

.bc_search_hotel .bc_banner .container,
.bc_search_tour .bc_banner .container,
.bc_search_car .bc_banner .container,
.bc_search_event .bc_banner .container,
.bc_search_space .bc_banner .container,
.bc_search_boat .bc_banner .container,
.bc_search_visa .bc_banner .container {
    position: relative !important;
    z-index: 2 !important;
}

.bc_search_hotel .bc_banner h1,
.bc_search_tour .bc_banner h1,
.bc_search_car .bc_banner h1,
.bc_search_event .bc_banner h1,
.bc_search_space .bc_banner h1,
.bc_search_boat .bc_banner h1,
.bc_search_visa .bc_banner h1 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-align: center !important;
    margin: 0 !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3) !important;
}

/* ============================================
   2. SEARCH FORM SECTION - PREMIUM REDESIGN
   ============================================ */
.bc_search_hotel .bc_form_search,
.bc_search_tour .bc_form_search,
.bc_search_car .bc_form_search,
.bc_search_event .bc_form_search,
.bc_search_space .bc_form_search,
.bc_search_boat .bc_form_search,
.bc_search_visa .bc_form_search {
    position: relative !important;
    z-index: 100 !important;
    margin-top: -50px !important;
    padding: 0 15px 40px !important;
}

/* Main Search Card */
.bc_search_hotel .bc_form_search .bc_form,
.bc_search_tour .bc_form_search .bc_form,
.bc_search_car .bc_form_search .bc_form,
.bc_search_event .bc_form_search .bc_form,
.bc_search_hotel .bc_form_search form.bc_form,
.bc_search_tour .bc_form_search form.bc_form,
.bc_search_car .bc_form_search form.bc_form,
.bc_search_event .bc_form_search form.bc_form {
    background: #ffffff !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15) !important;
    padding: 24px !important;
    border: none !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
}

/* Search Fields Row */
.bc_search_hotel .bc_form_search .g-field-search,
.bc_search_tour .bc_form_search .g-field-search,
.bc_search_car .bc_form_search .g-field-search,
.bc_search_event .bc_form_search .g-field-search {
    margin-bottom: 0 !important;
}

.bc_search_hotel .bc_form_search .g-field-search > .row,
.bc_search_tour .bc_form_search .g-field-search > .row,
.bc_search_car .bc_form_search .g-field-search > .row,
.bc_search_event .bc_form_search .g-field-search > .row {
    display: flex !important;
    align-items: stretch !important;
    background: #fff !important;
    border: 2px solid #e9ecef !important;
    border-radius: 16px !important;
    margin: 0 !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}

.bc_search_hotel .bc_form_search .g-field-search > .row:hover,
.bc_search_tour .bc_form_search .g-field-search > .row:hover,
.bc_search_car .bc_form_search .g-field-search > .row:hover,
.bc_search_event .bc_form_search .g-field-search > .row:hover,
.bc_search_hotel .bc_form_search .g-field-search > .row:focus-within,
.bc_search_tour .bc_form_search .g-field-search > .row:focus-within,
.bc_search_car .bc_form_search .g-field-search > .row:focus-within,
.bc_search_event .bc_form_search .g-field-search > .row:focus-within {
    border-color: #E85D04 !important;
    box-shadow: 0 0 0 4px rgba(232, 93, 4, 0.1) !important;
}

/* Column dividers */
.bc_search_hotel .bc_form_search .g-field-search > .row > [class*="col-"],
.bc_search_tour .bc_form_search .g-field-search > .row > [class*="col-"],
.bc_search_car .bc_form_search .g-field-search > .row > [class*="col-"],
.bc_search_event .bc_form_search .g-field-search > .row > [class*="col-"] {
    padding: 0 !important;
    border-right: 1px solid #e9ecef !important;
    display: flex !important;
    align-items: stretch !important;
}

.bc_search_hotel .bc_form_search .g-field-search > .row > [class*="col-"]:last-child,
.bc_search_tour .bc_form_search .g-field-search > .row > [class*="col-"]:last-child,
.bc_search_car .bc_form_search .g-field-search > .row > [class*="col-"]:last-child,
.bc_search_event .bc_form_search .g-field-search > .row > [class*="col-"]:last-child {
    border-right: none !important;
}

/* Override .border-right utility class from template */
.bc_search_hotel .bc_form_search .g-field-search > .row > .border-right,
.bc_search_tour .bc_form_search .g-field-search > .row > .border-right,
.bc_search_car .bc_form_search .g-field-search > .row > .border-right,
.bc_search_event .bc_form_search .g-field-search > .row > .border-right {
    border-right: 1px solid #e9ecef !important;
}

.bc_search_hotel .bc_form_search .g-field-search > .row > .border-right:last-child,
.bc_search_tour .bc_form_search .g-field-search > .row > .border-right:last-child,
.bc_search_car .bc_form_search .g-field-search > .row > .border-right:last-child,
.bc_search_event .bc_form_search .g-field-search > .row > .border-right:last-child {
    border-right: none !important;
}

/* Search Form Fields - Premium Style */
.bc_search_hotel .bc_form_search .form-group,
.bc_search_tour .bc_form_search .form-group,
.bc_search_car .bc_form_search .form-group,
.bc_search_event .bc_form_search .form-group {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 16px 20px !important;
    margin-bottom: 0 !important;
    border: none !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    width: 100% !important;
    min-height: 70px !important;
    transition: background 0.3s ease !important;
}

.bc_search_hotel .bc_form_search .form-group:hover,
.bc_search_tour .bc_form_search .form-group:hover,
.bc_search_car .bc_form_search .form-group:hover,
.bc_search_event .bc_form_search .form-group:hover {
    background: rgba(232, 93, 4, 0.03) !important;
}

/* Field Icons - Boxed Style */
.bc_search_hotel .bc_form_search .form-group .field-icon,
.bc_search_tour .bc_form_search .form-group .field-icon,
.bc_search_car .bc_form_search .form-group .field-icon,
.bc_search_event .bc_form_search .form-group .field-icon,
.bc_search_hotel .bc_form_search .form-group > i,
.bc_search_tour .bc_form_search .form-group > i,
.bc_search_car .bc_form_search .form-group > i,
.bc_search_event .bc_form_search .form-group > i,
.bc_search_hotel .bc_form_search .form-group > i.fa,
.bc_search_tour .bc_form_search .form-group > i.fa,
.bc_search_car .bc_form_search .form-group > i.fa,
.bc_search_event .bc_form_search .form-group > i.fa,
.bc_search_hotel .bc_form_search .form-group > i[class*="icofont"],
.bc_search_tour .bc_form_search .form-group > i[class*="icofont"],
.bc_search_car .bc_form_search .form-group > i[class*="icofont"],
.bc_search_event .bc_form_search .form-group > i[class*="icofont"] {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, rgba(232, 93, 4, 0.12), rgba(232, 93, 4, 0.05)) !important;
    border-radius: 12px !important;
    font-size: 18px !important;
    color: #E85D04 !important;
    flex-shrink: 0 !important;
}

/* Form Content Wrapper */
.bc_search_hotel .bc_form_search .form-content,
.bc_search_tour .bc_form_search .form-content,
.bc_search_car .bc_form_search .form-content,
.bc_search_event .bc_form_search .form-content {
    flex: 1 !important;
    min-width: 0 !important;
}

/* Form Labels */
.bc_search_hotel .bc_form_search label,
.bc_search_tour .bc_form_search label,
.bc_search_car .bc_form_search label,
.bc_search_event .bc_form_search label,
.bc_search_hotel .bc_form_search .form-content label,
.bc_search_tour .bc_form_search .form-content label,
.bc_search_car .bc_form_search .form-content label,
.bc_search_event .bc_form_search .form-content label {
    display: block !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: #6c757d !important;
    margin-bottom: 4px !important;
}

/* Form Inputs */
.bc_search_hotel .bc_form_search .form-control,
.bc_search_tour .bc_form_search .form-control,
.bc_search_car .bc_form_search .form-control,
.bc_search_event .bc_form_search .form-control,
.bc_search_hotel .bc_form_search .smart-search-location,
.bc_search_tour .bc_form_search .smart-search-location,
.bc_search_car .bc_form_search .smart-search-location,
.bc_search_event .bc_form_search .smart-search-location {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #2C3E50 !important;
    height: auto !important;
    box-shadow: none !important;
    width: 100% !important;
}

.bc_search_hotel .bc_form_search .form-control:focus,
.bc_search_tour .bc_form_search .form-control:focus,
.bc_search_car .bc_form_search .form-control:focus,
.bc_search_event .bc_form_search .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}

.bc_search_hotel .bc_form_search .form-control::placeholder,
.bc_search_tour .bc_form_search .form-control::placeholder,
.bc_search_car .bc_form_search .form-control::placeholder,
.bc_search_event .bc_form_search .form-control::placeholder {
    color: #adb5bd !important;
}

/* Render Display (for dates, guests) */
.bc_search_hotel .bc_form_search .render,
.bc_search_tour .bc_form_search .render,
.bc_search_car .bc_form_search .render,
.bc_search_event .bc_form_search .render {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #2C3E50 !important;
    cursor: pointer !important;
}

/* Date Field Specific */
.bc_search_hotel .bc_form_search .form-date-search-hotel,
.bc_search_tour .bc_form_search .form-date-search,
.bc_search_car .bc_form_search .form-date-search,
.bc_search_event .bc_form_search .form-date-search {
    width: 100% !important;
}

.bc_search_hotel .bc_form_search .form-date-search-hotel .check-in-out,
.bc_search_tour .bc_form_search .form-date-search .check-in-out,
.bc_search_car .bc_form_search .form-date-search .check-in-out,
.bc_search_event .bc_form_search .form-date-search .check-in-out {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.bc_search_hotel .bc_form_search .check-in-wrapper,
.bc_search_tour .bc_form_search .check-in-wrapper,
.bc_search_car .bc_form_search .check-in-wrapper,
.bc_search_event .bc_form_search .check-in-wrapper {
    cursor: pointer !important;
}

/* Guests Dropdown Styling */
.bc_search_hotel .bc_form_search .form-select-guests,
.bc_search_tour .bc_form_search .form-select-guests,
.bc_search_car .bc_form_search .form-select-guests,
.bc_search_event .bc_form_search .form-select-guests {
    width: 100% !important;
}

.bc_search_hotel .bc_form_search .form-select-guests .form-group,
.bc_search_tour .bc_form_search .form-select-guests .form-group,
.bc_search_car .bc_form_search .form-select-guests .form-group,
.bc_search_event .bc_form_search .form-select-guests .form-group {
    cursor: pointer !important;
}

.bc_search_hotel .bc_form_search .select-guests-dropdown,
.bc_search_tour .bc_form_search .select-guests-dropdown,
.bc_search_car .bc_form_search .select-guests-dropdown,
.bc_search_event .bc_form_search .select-guests-dropdown {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 0 !important;
    right: 0 !important;
    background: #fff !important;
    border-radius: 16px !important;
    box-shadow: 0 15px 50px rgba(0,0,0,0.15) !important;
    border: 1px solid #e9ecef !important;
    padding: 20px !important;
    z-index: 1000 !important;
    min-width: 300px !important;
}

.bc_search_hotel .bc_form_search .select-guests-dropdown .dropdown-item-row,
.bc_search_tour .bc_form_search .select-guests-dropdown .dropdown-item-row,
.bc_search_car .bc_form_search .select-guests-dropdown .dropdown-item-row,
.bc_search_event .bc_form_search .select-guests-dropdown .dropdown-item-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 14px 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.bc_search_hotel .bc_form_search .select-guests-dropdown .dropdown-item-row:last-child,
.bc_search_tour .bc_form_search .select-guests-dropdown .dropdown-item-row:last-child,
.bc_search_car .bc_form_search .select-guests-dropdown .dropdown-item-row:last-child,
.bc_search_event .bc_form_search .select-guests-dropdown .dropdown-item-row:last-child {
    border-bottom: none !important;
}

.bc_search_hotel .bc_form_search .select-guests-dropdown .label,
.bc_search_tour .bc_form_search .select-guests-dropdown .label,
.bc_search_car .bc_form_search .select-guests-dropdown .label,
.bc_search_event .bc_form_search .select-guests-dropdown .label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #2C3E50 !important;
}

.bc_search_hotel .bc_form_search .select-guests-dropdown .val,
.bc_search_tour .bc_form_search .select-guests-dropdown .val,
.bc_search_car .bc_form_search .select-guests-dropdown .val,
.bc_search_event .bc_form_search .select-guests-dropdown .val {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.bc_search_hotel .bc_form_search .select-guests-dropdown .btn-minus,
.bc_search_hotel .bc_form_search .select-guests-dropdown .btn-add,
.bc_search_tour .bc_form_search .select-guests-dropdown .btn-minus,
.bc_search_tour .bc_form_search .select-guests-dropdown .btn-add,
.bc_search_car .bc_form_search .select-guests-dropdown .btn-minus,
.bc_search_car .bc_form_search .select-guests-dropdown .btn-add,
.bc_search_event .bc_form_search .select-guests-dropdown .btn-minus,
.bc_search_event .bc_form_search .select-guests-dropdown .btn-add {
    width: 36px !important;
    height: 36px !important;
    border: 2px solid #e9ecef !important;
    background: #fff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #495057 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    font-size: 16px !important;
}

.bc_search_hotel .bc_form_search .select-guests-dropdown .btn-minus:hover,
.bc_search_hotel .bc_form_search .select-guests-dropdown .btn-add:hover,
.bc_search_tour .bc_form_search .select-guests-dropdown .btn-minus:hover,
.bc_search_tour .bc_form_search .select-guests-dropdown .btn-add:hover,
.bc_search_car .bc_form_search .select-guests-dropdown .btn-minus:hover,
.bc_search_car .bc_form_search .select-guests-dropdown .btn-add:hover,
.bc_search_event .bc_form_search .select-guests-dropdown .btn-minus:hover,
.bc_search_event .bc_form_search .select-guests-dropdown .btn-add:hover {
    border-color: #27AE60 !important;
    color: #27AE60 !important;
}

.bc_search_hotel .bc_form_search .select-guests-dropdown .count-display input,
.bc_search_tour .bc_form_search .select-guests-dropdown .count-display input,
.bc_search_car .bc_form_search .select-guests-dropdown .count-display input,
.bc_search_event .bc_form_search .select-guests-dropdown .count-display input {
    width: 40px !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border: none !important;
    background: transparent !important;
    color: #2C3E50 !important;
    -moz-appearance: textfield !important;
}

/* Hide number input spinners */
.bc_search_hotel .bc_form_search .select-guests-dropdown .count-display input::-webkit-outer-spin-button,
.bc_search_hotel .bc_form_search .select-guests-dropdown .count-display input::-webkit-inner-spin-button,
.bc_search_tour .bc_form_search .select-guests-dropdown .count-display input::-webkit-outer-spin-button,
.bc_search_tour .bc_form_search .select-guests-dropdown .count-display input::-webkit-inner-spin-button,
.bc_search_car .bc_form_search .select-guests-dropdown .count-display input::-webkit-outer-spin-button,
.bc_search_car .bc_form_search .select-guests-dropdown .count-display input::-webkit-inner-spin-button,
.bc_search_event .bc_form_search .select-guests-dropdown .count-display input::-webkit-outer-spin-button,
.bc_search_event .bc_form_search .select-guests-dropdown .count-display input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Dropdown Toggle - Form Content */
.bc_search_hotel .bc_form_search .form-content.dropdown-toggle,
.bc_search_tour .bc_form_search .form-content.dropdown-toggle,
.bc_search_car .bc_form_search .form-content.dropdown-toggle,
.bc_search_event .bc_form_search .form-content.dropdown-toggle {
    cursor: pointer !important;
}

.bc_search_hotel .bc_form_search .form-content.dropdown-toggle::after,
.bc_search_tour .bc_form_search .form-content.dropdown-toggle::after,
.bc_search_car .bc_form_search .form-content.dropdown-toggle::after,
.bc_search_event .bc_form_search .form-content.dropdown-toggle::after {
    display: none !important;
}

/* Wrapper More in Guests */
.bc_search_hotel .bc_form_search .wrapper-more,
.bc_search_tour .bc_form_search .wrapper-more,
.bc_search_car .bc_form_search .wrapper-more,
.bc_search_event .bc_form_search .wrapper-more {
    width: 100% !important;
}

/* Search Submit Button Container */
.bc_search_hotel .bc_form_search .g-button-submit,
.bc_search_tour .bc_form_search .g-button-submit,
.bc_search_car .bc_form_search .g-button-submit,
.bc_search_event .bc_form_search .g-button-submit {
    margin-top: 20px !important;
    text-align: center !important;
}

/* Search Button - Premium Style */
.bc_search_hotel .bc_form_search .btn-search,
.bc_search_tour .bc_form_search .btn-search,
.bc_search_car .bc_form_search .btn-search,
.bc_search_event .bc_form_search .btn-search,
.bc_search_hotel .bc_form_search button[type="submit"].btn-search,
.bc_search_tour .bc_form_search button[type="submit"].btn-search,
.bc_search_car .bc_form_search button[type="submit"].btn-search,
.bc_search_event .bc_form_search button[type="submit"].btn-search,
.bc_search_hotel .bc_form_search .btn.btn-primary.btn-search,
.bc_search_tour .bc_form_search .btn.btn-primary.btn-search,
.bc_search_car .bc_form_search .btn.btn-primary.btn-search,
.bc_search_event .bc_form_search .btn.btn-primary.btn-search {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    min-width: 180px !important;
    height: 54px !important;
    padding: 0 36px !important;
    background: linear-gradient(135deg, #27AE60, #1E8449) !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border: none !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(39, 174, 96, 0.3) !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.bc_search_hotel .bc_form_search .btn-search:hover,
.bc_search_tour .bc_form_search .btn-search:hover,
.bc_search_car .bc_form_search .btn-search:hover,
.bc_search_event .bc_form_search .btn-search:hover {
    background: linear-gradient(135deg, #1E8449, #27AE60) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(39, 174, 96, 0.4) !important;
}

/* Add search icon to button */
.bc_search_hotel .bc_form_search .btn-search::before,
.bc_search_tour .bc_form_search .btn-search::before,
.bc_search_car .bc_form_search .btn-search::before,
.bc_search_event .bc_form_search .btn-search::before {
    content: '\f002' !important;
    font-family: 'FontAwesome' !important;
    font-size: 16px !important;
}

/* Date Wrapper Specific Styles */
.bc_search_hotel .bc_form_search .date-wrapper,
.bc_search_tour .bc_form_search .date-wrapper,
.bc_search_car .bc_form_search .date-wrapper,
.bc_search_event .bc_form_search .date-wrapper {
    width: 100% !important;
}

.bc_search_hotel .bc_form_search .check-in-wrapper,
.bc_search_tour .bc_form_search .check-in-wrapper,
.bc_search_car .bc_form_search .check-in-wrapper,
.bc_search_event .bc_form_search .check-in-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 6px !important;
    cursor: pointer !important;
}

.bc_search_hotel .bc_form_search .check-in-wrapper label,
.bc_search_tour .bc_form_search .check-in-wrapper label,
.bc_search_car .bc_form_search .check-in-wrapper label,
.bc_search_event .bc_form_search .check-in-wrapper label {
    width: 100% !important;
    margin-bottom: 2px !important;
}

.bc_search_hotel .bc_form_search .check-in-wrapper span,
.bc_search_tour .bc_form_search .check-in-wrapper span,
.bc_search_car .bc_form_search .check-in-wrapper span,
.bc_search_event .bc_form_search .check-in-wrapper span {
    color: #adb5bd !important;
    font-size: 14px !important;
}

/* Smart Search Container */
.bc_search_hotel .bc_form_search .smart-search,
.bc_search_tour .bc_form_search .smart-search,
.bc_search_car .bc_form_search .smart-search,
.bc_search_event .bc_form_search .smart-search {
    width: 100% !important;
    position: relative !important;
}

/* Google Maps Place Container */
.bc_search_hotel .bc_form_search .g-map-place,
.bc_search_tour .bc_form_search .g-map-place,
.bc_search_car .bc_form_search .g-map-place,
.bc_search_event .bc_form_search .g-map-place {
    width: 100% !important;
}

.bc_search_hotel .bc_form_search .g-map-place input,
.bc_search_tour .bc_form_search .g-map-place input,
.bc_search_car .bc_form_search .g-map-place input,
.bc_search_event .bc_form_search .g-map-place input {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #2C3E50 !important;
    height: auto !important;
    box-shadow: none !important;
}

/* Smart Search Dropdown */
.bc_search_hotel .bc_form_search .smart-search .dropdown-menu,
.bc_search_tour .bc_form_search .smart-search .dropdown-menu,
.bc_search_car .bc_form_search .smart-search .dropdown-menu,
.bc_search_event .bc_form_search .smart-search .dropdown-menu {
    background: #fff !important;
    border-radius: 16px !important;
    box-shadow: 0 15px 50px rgba(0,0,0,0.15) !important;
    border: 1px solid #e9ecef !important;
    padding: 8px !important;
    margin-top: 8px !important;
    max-height: 300px !important;
    overflow-y: auto !important;
}

.bc_search_hotel .bc_form_search .smart-search .dropdown-menu .item,
.bc_search_tour .bc_form_search .smart-search .dropdown-menu .item,
.bc_search_car .bc_form_search .smart-search .dropdown-menu .item,
.bc_search_event .bc_form_search .smart-search .dropdown-menu .item {
    padding: 12px 16px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    color: #495057 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.bc_search_hotel .bc_form_search .smart-search .dropdown-menu .item:hover,
.bc_search_tour .bc_form_search .smart-search .dropdown-menu .item:hover,
.bc_search_car .bc_form_search .smart-search .dropdown-menu .item:hover,
.bc_search_event .bc_form_search .smart-search .dropdown-menu .item:hover {
    background: rgba(232, 93, 4, 0.08) !important;
    color: #E85D04 !important;
}

/* Responsive Search Form */
@media (max-width: 991px) {
    .bc_search_hotel .bc_form_search .g-field-search > .row,
    .bc_search_tour .bc_form_search .g-field-search > .row,
    .bc_search_car .bc_form_search .g-field-search > .row,
    .bc_search_event .bc_form_search .g-field-search > .row {
        flex-wrap: wrap !important;
    }

    .bc_search_hotel .bc_form_search .g-field-search > .row > [class*="col-"],
    .bc_search_tour .bc_form_search .g-field-search > .row > [class*="col-"],
    .bc_search_car .bc_form_search .g-field-search > .row > [class*="col-"],
    .bc_search_event .bc_form_search .g-field-search > .row > [class*="col-"] {
        flex: 1 1 50% !important;
        max-width: 50% !important;
        border-right: none !important;
        border-bottom: 1px solid #e9ecef !important;
    }

    .bc_search_hotel .bc_form_search .g-field-search > .row > [class*="col-"]:nth-child(odd),
    .bc_search_tour .bc_form_search .g-field-search > .row > [class*="col-"]:nth-child(odd),
    .bc_search_car .bc_form_search .g-field-search > .row > [class*="col-"]:nth-child(odd),
    .bc_search_event .bc_form_search .g-field-search > .row > [class*="col-"]:nth-child(odd) {
        border-right: 1px solid #e9ecef !important;
    }
}

@media (max-width: 767px) {
    .bc_search_hotel .bc_form_search .g-field-search > .row > [class*="col-"],
    .bc_search_tour .bc_form_search .g-field-search > .row > [class*="col-"],
    .bc_search_car .bc_form_search .g-field-search > .row > [class*="col-"],
    .bc_search_event .bc_form_search .g-field-search > .row > [class*="col-"] {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        border-right: none !important;
    }

    .bc_search_hotel .bc_form_search .form-group,
    .bc_search_tour .bc_form_search .form-group,
    .bc_search_car .bc_form_search .form-group,
    .bc_search_event .bc_form_search .form-group {
        padding: 14px 16px !important;
        min-height: 60px !important;
    }

    .bc_search_hotel .bc_form_search .form-group .field-icon,
    .bc_search_tour .bc_form_search .form-group .field-icon,
    .bc_search_car .bc_form_search .form-group .field-icon,
    .bc_search_event .bc_form_search .form-group .field-icon {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        font-size: 16px !important;
    }

    .bc_search_hotel .bc_form_search .btn-search,
    .bc_search_tour .bc_form_search .btn-search,
    .bc_search_car .bc_form_search .btn-search,
    .bc_search_event .bc_form_search .btn-search {
        width: 100% !important;
        height: 50px !important;
    }
}

/* ============================================
   3. FILTER SIDEBAR
   ============================================ */
.bc_search_hotel .bc_filter,
.bc_search_tour .bc_filter,
.bc_search_car .bc_filter,
.bc_search_event .bc_filter {
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
    padding: 24px !important;
    border: 1px solid #f0f0f0 !important;
    position: sticky !important;
    top: 90px !important;
}

/* Filter Title */
.bc_search_hotel .bc_filter .filter-title,
.bc_search_tour .bc_filter .filter-title,
.bc_search_car .bc_filter .filter-title,
.bc_search_event .bc_filter .filter-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #212529 !important;
    margin-bottom: 20px !important;
    padding-bottom: 16px !important;
    border-bottom: 2px solid #f0f0f0 !important;
    display: flex !important;
    align-items: center !important;
}

.bc_search_hotel .bc_filter .filter-title::before,
.bc_search_tour .bc_filter .filter-title::before,
.bc_search_car .bc_filter .filter-title::before,
.bc_search_event .bc_filter .filter-title::before {
    content: '' !important;
    width: 4px !important;
    height: 20px !important;
    background: #E85D04 !important;
    border-radius: 2px !important;
    margin-right: 12px !important;
}

/* Filter Items */
.bc_search_hotel .bc_filter .g-filter-item,
.bc_search_tour .bc_filter .g-filter-item,
.bc_search_car .bc_filter .g-filter-item,
.bc_search_event .bc_filter .g-filter-item {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.bc_search_hotel .bc_filter .g-filter-item:last-child,
.bc_search_tour .bc_filter .g-filter-item:last-child,
.bc_search_car .bc_filter .g-filter-item:last-child,
.bc_search_event .bc_filter .g-filter-item:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

/* Filter Item Title */
.bc_search_hotel .bc_filter .item-title,
.bc_search_tour .bc_filter .item-title,
.bc_search_car .bc_filter .item-title,
.bc_search_event .bc_filter .item-title {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    cursor: pointer !important;
    margin-bottom: 12px !important;
}

.bc_search_hotel .bc_filter .item-title h3,
.bc_search_tour .bc_filter .item-title h3,
.bc_search_car .bc_filter .item-title h3,
.bc_search_event .bc_filter .item-title h3 {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #495057 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

/* Filter Checkboxes - Complete Restyle */
.bc_search_hotel .bc_filter .bc-checkbox,
.bc_search_tour .bc_filter .bc-checkbox,
.bc_search_car .bc_filter .bc-checkbox,
.bc_search_event .bc_filter .bc-checkbox {
    position: relative !important;
    display: block !important;
    margin-bottom: 2px !important;
}

.bc_search_hotel .bc_filter .bc-checkbox label,
.bc_search_tour .bc_filter .bc-checkbox label,
.bc_search_car .bc_filter .bc-checkbox label,
.bc_search_event .bc_filter .bc-checkbox label {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    cursor: pointer !important;
    padding: 10px 12px !important;
    margin: 0 !important;
    border-radius: 8px !important;
    transition: background 0.2s ease !important;
    font-size: 14px !important;
    color: #495057 !important;
    position: relative !important;
    min-height: 40px !important;
}

.bc_search_hotel .bc_filter .bc-checkbox label:hover,
.bc_search_tour .bc_filter .bc-checkbox label:hover,
.bc_search_car .bc_filter .bc-checkbox label:hover,
.bc_search_event .bc_filter .bc-checkbox label:hover {
    background: #f8f9fa !important;
}

/* Hide native checkbox completely */
.bc_search_hotel .bc_filter .bc-checkbox input[type="checkbox"],
.bc_search_tour .bc_filter .bc-checkbox input[type="checkbox"],
.bc_search_car .bc_filter .bc-checkbox input[type="checkbox"],
.bc_search_event .bc_filter .bc-checkbox input[type="checkbox"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}

/* Custom checkmark box - use order:-1 to always appear first */
.bc_search_hotel .bc_filter .bc-checkbox .checkmark,
.bc_search_tour .bc_filter .bc-checkbox .checkmark,
.bc_search_car .bc_filter .bc-checkbox .checkmark,
.bc_search_event .bc_filter .bc-checkbox .checkmark {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    background: #ffffff !important;
    border: 2px solid #d1d5db !important;
    border-radius: 4px !important;
    transition: all 0.15s ease !important;
    margin-right: 12px !important;
    margin-left: 0 !important;
    order: -1 !important;
    flex-shrink: 0 !important;
}

/* Checkmark tick icon */
.bc_search_hotel .bc_filter .bc-checkbox .checkmark::after,
.bc_search_tour .bc_filter .bc-checkbox .checkmark::after,
.bc_search_car .bc_filter .bc-checkbox .checkmark::after,
.bc_search_event .bc_filter .bc-checkbox .checkmark::after {
    content: '' !important;
    position: absolute !important;
    display: none !important;
    width: 5px !important;
    height: 10px !important;
    border: solid #ffffff !important;
    border-width: 0 2.5px 2.5px 0 !important;
    transform: rotate(45deg) !important;
    top: 2px !important;
    left: 6px !important;
}

/* Checked state - checkmark box */
.bc_search_hotel .bc_filter .bc-checkbox input:checked + .checkmark,
.bc_search_tour .bc_filter .bc-checkbox input:checked + .checkmark,
.bc_search_car .bc_filter .bc-checkbox input:checked + .checkmark,
.bc_search_event .bc_filter .bc-checkbox input:checked + .checkmark {
    background: #E85D04 !important;
    border-color: #E85D04 !important;
}

/* Checked state - show tick */
.bc_search_hotel .bc_filter .bc-checkbox input:checked + .checkmark::after,
.bc_search_tour .bc_filter .bc-checkbox input:checked + .checkmark::after,
.bc_search_car .bc_filter .bc-checkbox input:checked + .checkmark::after,
.bc_search_event .bc_filter .bc-checkbox input:checked + .checkmark::after {
    display: block !important;
}

/* Focus state */
.bc_search_hotel .bc_filter .bc-checkbox input:focus + .checkmark,
.bc_search_tour .bc_filter .bc-checkbox input:focus + .checkmark,
.bc_search_car .bc_filter .bc-checkbox input:focus + .checkmark,
.bc_search_event .bc_filter .bc-checkbox input:focus + .checkmark {
    box-shadow: 0 0 0 3px rgba(232, 93, 4, 0.2) !important;
}

/* Hover state for checkmark */
.bc_search_hotel .bc_filter .bc-checkbox label:hover .checkmark,
.bc_search_tour .bc_filter .bc-checkbox label:hover .checkmark,
.bc_search_car .bc_filter .bc-checkbox label:hover .checkmark,
.bc_search_event .bc_filter .bc-checkbox label:hover .checkmark {
    border-color: #E85D04 !important;
}

/* Filter List Styling */
.bc_search_hotel .bc_filter .item-content ul,
.bc_search_tour .bc_filter .item-content ul,
.bc_search_car .bc_filter .item-content ul,
.bc_search_event .bc_filter .item-content ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.bc_search_hotel .bc_filter .item-content ul li,
.bc_search_tour .bc_filter .item-content ul li,
.bc_search_car .bc_filter .item-content ul li,
.bc_search_event .bc_filter .item-content ul li {
    margin-bottom: 2px !important;
    list-style: none !important;
}

.bc_search_hotel .bc_filter .item-content ul li.hide,
.bc_search_tour .bc_filter .item-content ul li.hide,
.bc_search_car .bc_filter .item-content ul li.hide,
.bc_search_event .bc_filter .item-content ul li.hide {
    display: none !important;
}

/* Scrollable filter lists */
.bc_search_hotel .bc_filter .item-content ul.overflow-auto,
.bc_search_tour .bc_filter .item-content ul.overflow-auto,
.bc_search_car .bc_filter .item-content ul.overflow-auto,
.bc_search_event .bc_filter .item-content ul.overflow-auto {
    scrollbar-width: thin !important;
    scrollbar-color: #d1d5db #f3f4f6 !important;
}

.bc_search_hotel .bc_filter .item-content ul.overflow-auto::-webkit-scrollbar,
.bc_search_tour .bc_filter .item-content ul.overflow-auto::-webkit-scrollbar,
.bc_search_car .bc_filter .item-content ul.overflow-auto::-webkit-scrollbar,
.bc_search_event .bc_filter .item-content ul.overflow-auto::-webkit-scrollbar {
    width: 6px !important;
}

.bc_search_hotel .bc_filter .item-content ul.overflow-auto::-webkit-scrollbar-track,
.bc_search_tour .bc_filter .item-content ul.overflow-auto::-webkit-scrollbar-track,
.bc_search_car .bc_filter .item-content ul.overflow-auto::-webkit-scrollbar-track,
.bc_search_event .bc_filter .item-content ul.overflow-auto::-webkit-scrollbar-track {
    background: #f3f4f6 !important;
    border-radius: 3px !important;
}

.bc_search_hotel .bc_filter .item-content ul.overflow-auto::-webkit-scrollbar-thumb,
.bc_search_tour .bc_filter .item-content ul.overflow-auto::-webkit-scrollbar-thumb,
.bc_search_car .bc_filter .item-content ul.overflow-auto::-webkit-scrollbar-thumb,
.bc_search_event .bc_filter .item-content ul.overflow-auto::-webkit-scrollbar-thumb {
    background: #d1d5db !important;
    border-radius: 3px !important;
}

/* Star Ratings in Filter */
.bc_search_hotel .bc_filter .bc-checkbox .fa-star,
.bc_search_tour .bc_filter .bc-checkbox .fa-star,
.bc_search_car .bc_filter .bc-checkbox .fa-star,
.bc_search_event .bc_filter .bc-checkbox .fa-star {
    color: #ffc107 !important;
    font-size: 15px !important;
    margin-right: 3px !important;
    line-height: 1 !important;
}

/* General star color */
.bc_search_hotel .bc_filter .fa-star,
.bc_search_tour .bc_filter .fa-star,
.bc_search_car .bc_filter .fa-star,
.bc_search_event .bc_filter .fa-star {
    color: #ffc107 !important;
}

/* More Button in Filters */
.bc_search_hotel .bc_filter .btn-more-item,
.bc_search_tour .bc_filter .btn-more-item,
.bc_search_car .bc_filter .btn-more-item,
.bc_search_event .bc_filter .btn-more-item {
    background: none !important;
    border: none !important;
    color: #E85D04 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 8px 0 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
}

.bc_search_hotel .bc_filter .btn-more-item:hover,
.bc_search_tour .bc_filter .btn-more-item:hover,
.bc_search_car .bc_filter .btn-more-item:hover,
.bc_search_event .bc_filter .btn-more-item:hover {
    text-decoration: underline !important;
}

/* Price Range Apply Button */
.bc_search_hotel .bc_filter .btn-apply-price-range,
.bc_search_tour .bc_filter .btn-apply-price-range,
.bc_search_car .bc_filter .btn-apply-price-range,
.bc_search_event .bc_filter .btn-apply-price-range {
    background: #27AE60 !important;
    color: #ffffff !important;
    padding: 8px 20px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border: none !important;
    cursor: pointer !important;
    margin-top: 12px !important;
    display: inline-block !important;
    text-decoration: none !important;
}

/* ============================================
   4. RESULTS HEADER & LIST CONTAINER
   ============================================ */

/* Ajax search result container */
.bc_search_hotel .ajax-search-result,
.bc_search_tour .ajax-search-result,
.bc_search_car .ajax-search-result,
.bc_search_event .ajax-search-result {
    margin-top: 8px !important;
}

/* List item wrapper */
.bc_search_hotel .ajax-search-result .list-item,
.bc_search_tour .ajax-search-result .list-item,
.bc_search_car .ajax-search-result .list-item,
.bc_search_event .ajax-search-result .list-item,
.bc_search_hotel .list-item,
.bc_search_tour .list-item,
.bc_search_car .list-item,
.bc_search_event .list-item {
    margin: 0 !important;
}

/* Row containing cards - add gap */
.bc_search_hotel .list-item > .row,
.bc_search_tour .list-item > .row,
.bc_search_car .list-item > .row,
.bc_search_event .list-item > .row,
.bc_search_hotel .ajax-search-result .list-item > .row,
.bc_search_tour .ajax-search-result .list-item > .row,
.bc_search_car .ajax-search-result .list-item > .row,
.bc_search_event .ajax-search-result .list-item > .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    row-gap: 30px !important;
}

/* Column padding for grid cards */
.bc_search_hotel .list-item > .row > .col-lg-4,
.bc_search_tour .list-item > .row > .col-lg-4,
.bc_search_car .list-item > .row > .col-lg-4,
.bc_search_event .list-item > .row > .col-lg-4,
.bc_search_hotel .ajax-search-result .list-item > .row > .col-lg-4,
.bc_search_tour .ajax-search-result .list-item > .row > .col-lg-4,
.bc_search_car .ajax-search-result .list-item > .row > .col-lg-4,
.bc_search_event .ajax-search-result .list-item > .row > .col-lg-4 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Column padding for list cards */
.bc_search_hotel .list-item > .row > .col-lg-12,
.bc_search_tour .list-item > .row > .col-lg-12,
.bc_search_car .list-item > .row > .col-lg-12,
.bc_search_event .list-item > .row > .col-lg-12,
.bc_search_hotel .ajax-search-result .list-item > .row > .col-lg-12,
.bc_search_tour .ajax-search-result .list-item > .row > .col-lg-12,
.bc_search_car .ajax-search-result .list-item > .row > .col-lg-12,
.bc_search_event .ajax-search-result .list-item > .row > .col-lg-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 20px !important;
}

.bc_search_hotel .bc-list-item .topbar-search,
.bc_search_tour .bc-list-item .topbar-search,
.bc_search_car .bc-list-item .topbar-search,
.bc_search_event .bc-list-item .topbar-search {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
    margin-bottom: 24px !important;
    padding-bottom: 16px !important;
    border-bottom: 1px solid #e9ecef !important;
}

.bc_search_hotel .bc-list-item .result-count,
.bc_search_tour .bc-list-item .result-count,
.bc_search_car .bc-list-item .result-count,
.bc_search_event .bc-list-item .result-count {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #212529 !important;
    margin: 0 !important;
}

/* Sort Dropdown */
.bc_search_hotel .bc-form-order select,
.bc_search_tour .bc-form-order select,
.bc_search_car .bc-form-order select,
.bc_search_event .bc-form-order select {
    background: #ffffff !important;
    border: 2px solid #e9ecef !important;
    border-radius: 8px !important;
    padding: 8px 16px !important;
    font-size: 14px !important;
    color: #495057 !important;
    cursor: pointer !important;
}

/* ============================================
   5. HOTEL CARDS - GRID VIEW (Current Layout)
   ============================================ */
.bc_search_hotel .hotel-card,
.bc_search_tour .tour-card,
.bc_search_car .car-card,
.bc_search_event .event-card {
    background: #ffffff !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    border: 1px solid #f0f0f0 !important;
    transition: all 0.3s ease !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 0 !important;
}

.bc_search_hotel .hotel-card:hover,
.bc_search_tour .tour-card:hover,
.bc_search_car .car-card:hover,
.bc_search_event .event-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12) !important;
    border-color: transparent !important;
}

/* Card Image */
.bc_search_hotel .hotel-card-image,
.bc_search_tour .tour-card-image,
.bc_search_car .car-card-image,
.bc_search_event .event-card-image {
    position: relative !important;
    height: 180px !important;
    overflow: hidden !important;
}

.bc_search_hotel .hotel-card-image img,
.bc_search_tour .tour-card-image img,
.bc_search_car .car-card-image img,
.bc_search_event .event-card-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.4s ease !important;
}

.bc_search_hotel .hotel-card:hover .hotel-card-image img,
.bc_search_tour .tour-card:hover .tour-card-image img,
.bc_search_car .car-card:hover .car-card-image img,
.bc_search_event .event-card:hover .event-card-image img {
    transform: scale(1.08) !important;
}

/* Featured Badge */
.bc_search_hotel .hotel-card .badge-featured,
.bc_search_hotel .hotel-card-badges .badge-featured,
.bc_search_tour .tour-card .badge-featured,
.bc_search_car .car-card .badge-featured,
.bc_search_event .event-card .badge-featured {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    background: #E85D04 !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 6px 12px !important;
    border-radius: 20px !important;
    z-index: 2 !important;
}

/* Wishlist Button */
.bc_search_hotel .hotel-card-wishlist,
.bc_search_tour .tour-card-wishlist,
.bc_search_car .car-card-wishlist,
.bc_search_event .event-card-wishlist {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    width: 36px !important;
    height: 36px !important;
    background: rgba(255,255,255,0.95) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #adb5bd !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    border: none !important;
    z-index: 2 !important;
}

.bc_search_hotel .hotel-card-wishlist:hover,
.bc_search_tour .tour-card-wishlist:hover,
.bc_search_car .car-card-wishlist:hover,
.bc_search_event .event-card-wishlist:hover,
.bc_search_hotel .hotel-card-wishlist.active,
.bc_search_tour .tour-card-wishlist.active,
.bc_search_car .car-card-wishlist.active,
.bc_search_event .event-card-wishlist.active {
    color: #dc3545 !important;
    transform: scale(1.1) !important;
}

/* Star Rating on Image */
.bc_search_hotel .hotel-card-stars,
.bc_search_tour .tour-card-stars,
.bc_search_car .car-card-stars,
.bc_search_event .event-card-stars {
    position: absolute !important;
    bottom: 12px !important;
    left: 12px !important;
    display: flex !important;
    gap: 2px !important;
    z-index: 2 !important;
}

.bc_search_hotel .hotel-card-stars i,
.bc_search_tour .tour-card-stars i,
.bc_search_car .car-card-stars i,
.bc_search_event .event-card-stars i {
    color: #ffc107 !important;
    font-size: 12px !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3) !important;
}

/* Card Content */
.bc_search_hotel .hotel-card-content,
.bc_search_tour .tour-card-content,
.bc_search_car .car-card-content,
.bc_search_event .event-card-content {
    padding: 16px !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}

/* Card Location */
.bc_search_hotel .hotel-card-location,
.bc_search_tour .tour-card-location,
.bc_search_car .car-card-location,
.bc_search_event .event-card-location {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 13px !important;
    color: #6c757d !important;
    margin-bottom: 6px !important;
}

.bc_search_hotel .hotel-card-location i,
.bc_search_tour .tour-card-location i,
.bc_search_car .car-card-location i,
.bc_search_event .event-card-location i {
    color: #E85D04 !important;
    font-size: 11px !important;
}

/* Card Title */
.bc_search_hotel .hotel-card-title,
.bc_search_tour .tour-card-title,
.bc_search_car .car-card-title,
.bc_search_event .event-card-title {
    margin: 0 0 12px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}

.bc_search_hotel .hotel-card-title a,
.bc_search_tour .tour-card-title a,
.bc_search_car .car-card-title a,
.bc_search_event .event-card-title a {
    color: #212529 !important;
    text-decoration: none !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    transition: color 0.2s ease !important;
}

.bc_search_hotel .hotel-card-title a:hover,
.bc_search_tour .tour-card-title a:hover,
.bc_search_car .car-card-title a:hover,
.bc_search_event .event-card-title a:hover {
    color: #E85D04 !important;
}

/* Card Footer */
.bc_search_hotel .hotel-card-footer,
.bc_search_tour .tour-card-footer,
.bc_search_car .car-card-footer,
.bc_search_event .event-card-footer {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    padding-top: 12px !important;
    border-top: 1px solid #f0f0f0 !important;
    margin-top: auto !important;
}

/* Rating Score */
.bc_search_hotel .hotel-card-rating,
.bc_search_tour .tour-card-rating,
.bc_search_car .car-card-rating,
.bc_search_event .event-card-rating {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 2px !important;
}

.bc_search_hotel .hotel-card-rating .rating-score,
.bc_search_tour .tour-card-rating .rating-score,
.bc_search_car .car-card-rating .rating-score,
.bc_search_event .event-card-rating .rating-score {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #E85D04 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    min-width: 36px !important;
    height: 26px !important;
    border-radius: 6px !important;
    padding: 0 8px !important;
}

.bc_search_hotel .hotel-card-rating .rating-text,
.bc_search_tour .tour-card-rating .rating-text,
.bc_search_car .car-card-rating .rating-text,
.bc_search_event .event-card-rating .rating-text {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #495057 !important;
}

.bc_search_hotel .hotel-card-rating .rating-count,
.bc_search_tour .tour-card-rating .rating-count,
.bc_search_car .car-card-rating .rating-count,
.bc_search_event .event-card-rating .rating-count {
    font-size: 11px !important;
    color: #6c757d !important;
}

/* Card Price */
.bc_search_hotel .hotel-card-price,
.bc_search_tour .tour-card-price,
.bc_search_car .car-card-price,
.bc_search_event .event-card-price {
    text-align: right !important;
}

.bc_search_hotel .hotel-card-price .price-from,
.bc_search_tour .tour-card-price .price-from,
.bc_search_car .car-card-price .price-from,
.bc_search_event .event-card-price .price-from {
    display: block !important;
    font-size: 11px !important;
    color: #6c757d !important;
}

.bc_search_hotel .hotel-card-price .price-value,
.bc_search_tour .tour-card-price .price-value,
.bc_search_car .car-card-price .price-value,
.bc_search_event .event-card-price .price-value {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #E85D04 !important;
}

.bc_search_hotel .hotel-card-price .price-unit,
.bc_search_tour .tour-card-price .price-unit,
.bc_search_car .car-card-price .price-unit,
.bc_search_event .event-card-price .price-unit {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #6c757d !important;
}

/* ============================================
   6. ITEM LOOP LIST (Alternative List View)
   ============================================ */
.bc_search_hotel .item-loop-list,
.bc_search_tour .item-loop-list,
.bc_search_car .item-loop-list,
.bc_search_event .item-loop-list {
    display: flex !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    border: 1px solid #f0f0f0 !important;
    margin-bottom: 20px !important;
    transition: all 0.3s ease !important;
}

.bc_search_hotel .item-loop-list:hover,
.bc_search_tour .item-loop-list:hover,
.bc_search_car .item-loop-list:hover,
.bc_search_event .item-loop-list:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    border-color: transparent !important;
}

.bc_search_hotel .item-loop-list .thumb-image,
.bc_search_tour .item-loop-list .thumb-image,
.bc_search_car .item-loop-list .thumb-image,
.bc_search_event .item-loop-list .thumb-image {
    position: relative !important;
    width: 280px !important;
    min-width: 280px !important;
    overflow: hidden !important;
}

.bc_search_hotel .item-loop-list .thumb-image img,
.bc_search_tour .item-loop-list .thumb-image img,
.bc_search_car .item-loop-list .thumb-image img,
.bc_search_event .item-loop-list .thumb-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    min-height: 200px !important;
    transition: transform 0.4s ease !important;
}

.bc_search_hotel .item-loop-list:hover .thumb-image img,
.bc_search_tour .item-loop-list:hover .thumb-image img,
.bc_search_car .item-loop-list:hover .thumb-image img,
.bc_search_event .item-loop-list:hover .thumb-image img {
    transform: scale(1.05) !important;
}

/* List Item Info */
.bc_search_hotel .item-loop-list .g-info,
.bc_search_tour .item-loop-list .g-info,
.bc_search_car .item-loop-list .g-info,
.bc_search_event .item-loop-list .g-info {
    flex: 1 !important;
    padding: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.bc_search_hotel .item-loop-list .item-title a,
.bc_search_tour .item-loop-list .item-title a,
.bc_search_car .item-loop-list .item-title a,
.bc_search_event .item-loop-list .item-title a {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #212529 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.bc_search_hotel .item-loop-list .item-title a:hover,
.bc_search_tour .item-loop-list .item-title a:hover,
.bc_search_car .item-loop-list .item-title a:hover,
.bc_search_event .item-loop-list .item-title a:hover {
    color: #E85D04 !important;
}

.bc_search_hotel .item-loop-list .location,
.bc_search_tour .item-loop-list .location,
.bc_search_car .item-loop-list .location,
.bc_search_event .item-loop-list .location {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 14px !important;
    color: #6c757d !important;
    margin-top: 8px !important;
}

.bc_search_hotel .item-loop-list .location i,
.bc_search_tour .item-loop-list .location i,
.bc_search_car .item-loop-list .location i,
.bc_search_event .item-loop-list .location i {
    color: #E85D04 !important;
}

/* List Item Price Section */
.bc_search_hotel .item-loop-list .g-rate-price,
.bc_search_tour .item-loop-list .g-rate-price,
.bc_search_car .item-loop-list .g-rate-price,
.bc_search_event .item-loop-list .g-rate-price {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-end !important;
    padding: 20px !important;
    min-width: 180px !important;
    border-left: 1px solid #f0f0f0 !important;
    background: #fafafa !important;
}

.bc_search_hotel .item-loop-list .g-price .text-price,
.bc_search_tour .item-loop-list .g-price .text-price,
.bc_search_car .item-loop-list .g-price .text-price,
.bc_search_event .item-loop-list .g-price .text-price {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #E85D04 !important;
}

/* ============================================
   7. PAGINATION
   ============================================ */
.bc_search_hotel .bc-pagination,
.bc_search_tour .bc-pagination,
.bc_search_car .bc-pagination,
.bc_search_event .bc-pagination {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 16px !important;
    margin-top: 40px !important;
    padding-top: 30px !important;
    border-top: 1px solid #e9ecef !important;
}

.bc_search_hotel .bc-pagination .pagination,
.bc_search_tour .bc-pagination .pagination,
.bc_search_car .bc-pagination .pagination,
.bc_search_event .bc-pagination .pagination {
    display: flex !important;
    gap: 8px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.bc_search_hotel .bc-pagination .page-link,
.bc_search_tour .bc-pagination .page-link,
.bc_search_car .bc-pagination .page-link,
.bc_search_event .bc-pagination .page-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 40px !important;
    height: 40px !important;
    padding: 0 12px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #495057 !important;
    background: #ffffff !important;
    border: 2px solid #e9ecef !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.bc_search_hotel .bc-pagination .page-link:hover,
.bc_search_tour .bc-pagination .page-link:hover,
.bc_search_car .bc-pagination .page-link:hover,
.bc_search_event .bc-pagination .page-link:hover {
    border-color: #27AE60 !important;
    color: #27AE60 !important;
}

.bc_search_hotel .bc-pagination .page-item.active .page-link,
.bc_search_tour .bc-pagination .page-item.active .page-link,
.bc_search_car .bc-pagination .page-item.active .page-link,
.bc_search_event .bc-pagination .page-item.active .page-link {
    background: #27AE60 !important;
    border-color: #27AE60 !important;
    color: #ffffff !important;
}

.bc_search_hotel .bc-pagination .count-string,
.bc_search_tour .bc-pagination .count-string,
.bc_search_car .bc-pagination .count-string,
.bc_search_event .bc-pagination .count-string {
    font-size: 14px !important;
    color: #6c757d !important;
}

/* ============================================
   8. RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 991px) {
    .bc_search_hotel .item-loop-list,
    .bc_search_tour .item-loop-list,
    .bc_search_car .item-loop-list,
    .bc_search_event .item-loop-list {
        flex-direction: column !important;
    }

    .bc_search_hotel .item-loop-list .thumb-image,
    .bc_search_tour .item-loop-list .thumb-image,
    .bc_search_car .item-loop-list .thumb-image,
    .bc_search_event .item-loop-list .thumb-image {
        width: 100% !important;
        min-width: auto !important;
        height: 200px !important;
    }

    .bc_search_hotel .item-loop-list .g-rate-price,
    .bc_search_tour .item-loop-list .g-rate-price,
    .bc_search_car .item-loop-list .g-rate-price,
    .bc_search_event .item-loop-list .g-rate-price {
        flex-direction: row !important;
        justify-content: space-between !important;
        border-left: none !important;
        border-top: 1px solid #f0f0f0 !important;
    }

    .bc_search_hotel .bc_filter,
    .bc_search_tour .bc_filter,
    .bc_search_car .bc_filter,
    .bc_search_event .bc_filter {
        position: static !important;
        margin-bottom: 24px !important;
    }
}

@media (max-width: 768px) {
    .bc_search_hotel .bc_banner h1,
    .bc_search_tour .bc_banner h1,
    .bc_search_car .bc_banner h1,
    .bc_search_event .bc_banner h1 {
        font-size: 1.75rem !important;
    }

    .bc_search_hotel .bc_banner,
    .bc_search_tour .bc_banner,
    .bc_search_car .bc_banner,
    .bc_search_event .bc_banner {
        padding: 60px 0 80px !important;
        min-height: 160px !important;
    }

    .bc_search_hotel .bc-list-item .result-count,
    .bc_search_tour .bc-list-item .result-count,
    .bc_search_car .bc-list-item .result-count,
    .bc_search_event .bc-list-item .result-count {
        font-size: 1.25rem !important;
    }
}

/* ============================================
   9. ION RANGE SLIDER STYLING
   ============================================ */
.bc_search_hotel .irs--flat .irs-bar,
.bc_search_tour .irs--flat .irs-bar,
.bc_search_car .irs--flat .irs-bar,
.bc_search_event .irs--flat .irs-bar,
.bc_search_space .irs--flat .irs-bar,
.bc_search_boat .irs--flat .irs-bar,
.bc_search_visa .irs--flat .irs-bar {
    background: #E85D04 !important;
}

.bc_search_hotel .irs--flat .irs-from,
.bc_search_hotel .irs--flat .irs-to,
.bc_search_hotel .irs--flat .irs-single,
.bc_search_tour .irs--flat .irs-from,
.bc_search_tour .irs--flat .irs-to,
.bc_search_tour .irs--flat .irs-single,
.bc_search_car .irs--flat .irs-from,
.bc_search_car .irs--flat .irs-to,
.bc_search_car .irs--flat .irs-single,
.bc_search_event .irs--flat .irs-from,
.bc_search_event .irs--flat .irs-to,
.bc_search_event .irs--flat .irs-single,
.bc_search_space .irs--flat .irs-from,
.bc_search_space .irs--flat .irs-to,
.bc_search_space .irs--flat .irs-single,
.bc_search_boat .irs--flat .irs-from,
.bc_search_boat .irs--flat .irs-to,
.bc_search_boat .irs--flat .irs-single,
.bc_search_visa .irs--flat .irs-from,
.bc_search_visa .irs--flat .irs-to,
.bc_search_visa .irs--flat .irs-single {
    background: #E85D04 !important;
}

.bc_search_hotel .irs--flat .irs-handle > i:first-child,
.bc_search_tour .irs--flat .irs-handle > i:first-child,
.bc_search_car .irs--flat .irs-handle > i:first-child,
.bc_search_event .irs--flat .irs-handle > i:first-child,
.bc_search_space .irs--flat .irs-handle > i:first-child,
.bc_search_boat .irs--flat .irs-handle > i:first-child,
.bc_search_visa .irs--flat .irs-handle > i:first-child {
    background: #E85D04 !important;
}

/* ============================================
   10. SERVICE WISHLIST GENERAL
   ============================================ */
.bc_search_hotel .service-wishlist,
.bc_search_tour .service-wishlist,
.bc_search_car .service-wishlist,
.bc_search_event .service-wishlist,
.bc_search_space .service-wishlist,
.bc_search_boat .service-wishlist,
.bc_search_visa .service-wishlist {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    width: 36px !important;
    height: 36px !important;
    background: rgba(255,255,255,0.95) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #adb5bd !important;
    cursor: pointer !important;
    z-index: 2 !important;
    transition: all 0.2s ease !important;
}

.bc_search_hotel .service-wishlist:hover,
.bc_search_tour .service-wishlist:hover,
.bc_search_car .service-wishlist:hover,
.bc_search_event .service-wishlist:hover,
.bc_search_space .service-wishlist:hover,
.bc_search_boat .service-wishlist:hover,
.bc_search_visa .service-wishlist:hover,
.bc_search_hotel .service-wishlist.active,
.bc_search_tour .service-wishlist.active,
.bc_search_car .service-wishlist.active,
.bc_search_event .service-wishlist.active,
.bc_search_space .service-wishlist.active,
.bc_search_boat .service-wishlist.active,
.bc_search_visa .service-wishlist.active {
    color: #dc3545 !important;
}

/* ============================================
   11. FEATURED BADGES GENERAL
   ============================================ */
.bc_search_hotel .featured,
.bc_search_tour .featured,
.bc_search_car .featured,
.bc_search_event .featured,
.bc_search_space .featured,
.bc_search_boat .featured,
.bc_search_visa .featured {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    background: #E85D04 !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 6px 12px !important;
    border-radius: 20px !important;
    z-index: 2 !important;
}

/* ============================================
   12. ITEM-LOOP CARDS - UNIVERSAL STYLING
   ============================================ */

/* Base Card Styling */
.item-loop,
.item-loop-wrap {
    background: #ffffff !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    border: 1px solid #e9ecef !important;
    transition: all 0.3s ease !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06) !important;
}

.item-loop:hover,
.item-loop-wrap:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12) !important;
    border-color: transparent !important;
}

/* Card Grid Container - Add spacing between cards */
.list-item > .row,
.ajax-search-result .list-item > .row,
.ajax-search-result > .row,
.bc_search_space .list-item > .row,
.bc_search_car .list-item > .row,
.bc_search_event .list-item > .row,
.bc_search_boat .list-item > .row,
.bc_search_visa .list-item > .row,
.bc_search_tour .list-item > .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.list-item > .row > [class*="col-"],
.ajax-search-result .list-item > .row > [class*="col-"],
.ajax-search-result > .row > [class*="col-"],
.bc_search_space .list-item > .row > .col-lg-4,
.bc_search_space .list-item > .row > .col-md-6,
.bc_search_car .list-item > .row > .col-lg-4,
.bc_search_event .list-item > .row > .col-lg-4,
.bc_search_boat .list-item > .row > .col-lg-4,
.bc_search_visa .list-item > .row > .col-lg-4,
.bc_search_tour .list-item > .row > .col-lg-4 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 30px !important;
}

/* Card Thumbnail Image */
.item-loop .thumb-image,
.item-loop-wrap .thumb-image {
    position: relative !important;
    height: 200px !important;
    overflow: hidden !important;
}

.item-loop .thumb-image a,
.item-loop-wrap .thumb-image a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.item-loop .thumb-image img,
.item-loop-wrap .thumb-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.4s ease !important;
}

.item-loop:hover .thumb-image img,
.item-loop-wrap:hover .thumb-image img {
    transform: scale(1.08) !important;
}

/* Price Wrapper on Image */
.item-loop .price-wrapper,
.item-loop-wrap .price-wrapper {
    position: absolute !important;
    bottom: 12px !important;
    right: 12px !important;
    background: rgba(255,255,255,0.95) !important;
    padding: 8px 14px !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

.item-loop .price-wrapper .price,
.item-loop-wrap .price-wrapper .price {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
}

.item-loop .price-wrapper .onsale,
.item-loop-wrap .price-wrapper .onsale {
    font-size: 12px !important;
    color: #999 !important;
    text-decoration: line-through !important;
}

.item-loop .price-wrapper .text-price,
.item-loop-wrap .price-wrapper .text-price {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #E85D04 !important;
}

.item-loop .price-wrapper .unit,
.item-loop-wrap .price-wrapper .unit {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #6c757d !important;
}

/* Card Title */
.item-loop .item-title,
.item-loop-wrap .item-title {
    padding: 14px 16px 4px !important;
    margin: 0 !important;
}

.item-loop .item-title a,
.item-loop-wrap .item-title a {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #212529 !important;
    text-decoration: none !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    line-height: 1.35 !important;
    transition: color 0.2s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
}

.item-loop .item-title a:hover,
.item-loop-wrap .item-title a:hover {
    color: #E85D04 !important;
}

/* Sale Info Badge */
.item-loop .sale_info,
.item-loop-wrap .sale_info {
    display: inline-block !important;
    background: #dc3545 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 3px 8px !important;
    border-radius: 4px !important;
    margin-left: 8px !important;
}

/* Location */
.item-loop .location,
.item-loop-wrap .location {
    padding: 2px 16px 10px !important;
    font-size: 13px !important;
    color: #6c757d !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
}

.item-loop .location i,
.item-loop-wrap .location i {
    color: #E85D04 !important;
    font-size: 11px !important;
}

/* Service Review */
.item-loop .service-review,
.item-loop-wrap .service-review {
    padding: 8px 16px !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    flex-wrap: nowrap !important;
    font-size: 13px !important;
}

.item-loop .service-review .rate,
.item-loop-wrap .service-review .rate {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #E85D04 !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
}

.item-loop .service-review .rate-text,
.item-loop-wrap .service-review .rate-text {
    font-weight: 500 !important;
    color: #495057 !important;
    margin-left: 2px !important;
}

.item-loop .service-review .review,
.item-loop-wrap .service-review .review {
    font-size: 12px !important;
    color: #6c757d !important;
    margin-left: auto !important;
}

/* Star Rating */
.item-loop .list-star,
.item-loop-wrap .list-star {
    position: relative !important;
    display: inline-block !important;
}

.item-loop .booking-item-rating-stars,
.item-loop-wrap .booking-item-rating-stars {
    display: flex !important;
    gap: 2px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.item-loop .booking-item-rating-stars li,
.item-loop-wrap .booking-item-rating-stars li {
    list-style: none !important;
}

.item-loop .booking-item-rating-stars .fa-star,
.item-loop .booking-item-rating-stars .fa-star-o,
.item-loop-wrap .booking-item-rating-stars .fa-star,
.item-loop-wrap .booking-item-rating-stars .fa-star-o {
    color: #ffc107 !important;
    font-size: 14px !important;
}

.item-loop .booking-item-rating-stars-active,
.item-loop-wrap .booking-item-rating-stars-active {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

/* Amenities */
.item-loop .amenities,
.item-loop-wrap .amenities {
    padding: 14px 16px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    justify-content: flex-start !important;
    border-top: 1px solid #f0f0f0 !important;
    margin-top: auto !important;
    background: #fafafa !important;
    overflow-x: auto !important;
}

.item-loop .amenity,
.item-loop-wrap .amenity {
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    gap: 6px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #212529 !important;
    padding: 0 12px !important;
    border-right: 1px solid #e0e0e0 !important;
    white-space: nowrap !important;
}

.item-loop .amenity:last-child,
.item-loop-wrap .amenity:last-child {
    border-right: none !important;
}

.item-loop .amenity:first-child,
.item-loop-wrap .amenity:first-child {
    padding-left: 0 !important;
}

.item-loop .amenity i,
.item-loop-wrap .amenity i,
.item-loop .amenity i.input-icon,
.item-loop-wrap .amenity i.input-icon,
.item-loop .amenity i.field-icon,
.item-loop-wrap .amenity i.field-icon,
.item-loop .amenity i[class*="icofont"],
.item-loop-wrap .amenity i[class*="icofont"] {
    color: #E85D04 !important;
    font-size: 16px !important;
    flex-shrink: 0 !important;
    width: auto !important;
    height: auto !important;
    display: inline-flex !important;
    align-items: center !important;
}

.item-loop .amenity .text,
.item-loop-wrap .amenity .text {
    font-weight: 600 !important;
    color: #212529 !important;
}

/* Info Section (Price at bottom) */
.item-loop .info,
.item-loop-wrap .info {
    padding: 12px 16px 16px !important;
    margin-top: auto !important;
    border-top: 1px solid #f0f0f0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

/* Remove auto margin for events to prevent excessive whitespace */
.item-event .info {
    margin-top: 0 !important;
}

.item-loop .info .duration,
.item-loop-wrap .info .duration {
    font-size: 13px !important;
    color: #6c757d !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.item-loop .info .duration i,
.item-loop-wrap .info .duration i {
    color: #E85D04 !important;
}

.item-loop .info .g-price,
.item-loop-wrap .info .g-price {
    text-align: right !important;
}

.item-loop .info .g-price .prefix,
.item-loop-wrap .info .g-price .prefix {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    justify-content: flex-end !important;
}

.item-loop .info .g-price .fr_text,
.item-loop-wrap .info .g-price .fr_text {
    font-size: 12px !important;
    color: #6c757d !important;
}

.item-loop .info .g-price .prefix i,
.item-loop-wrap .info .g-price .prefix i {
    color: #E85D04 !important;
    font-size: 12px !important;
}

.item-loop .info .g-price .price,
.item-loop-wrap .info .g-price .price {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
}

.item-loop .info .g-price .onsale,
.item-loop-wrap .info .g-price .onsale {
    font-size: 12px !important;
    color: #999 !important;
    text-decoration: line-through !important;
}

.item-loop .info .g-price .text-price,
.item-loop-wrap .info .g-price .text-price {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #E85D04 !important;
}

.item-loop .info .g-price .unit,
.item-loop-wrap .info .g-price .unit {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #6c757d !important;
}

/* Start Time for Events */
.item-loop .start-time,
.item-loop-wrap .start-time {
    padding: 0 16px 8px !important;
    font-size: 13px !important;
    color: #6c757d !important;
}

/* ============================================
   13. FILTER SIDEBAR - ALL MODULES
   ============================================ */
.bc_search_space .bc_filter,
.bc_search_boat .bc_filter,
.bc_search_visa .bc_filter,
.bc-filter-sidebar {
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
    padding: 24px !important;
    border: 1px solid #f0f0f0 !important;
    position: sticky !important;
    top: 90px !important;
}

/* Livewire Filter Container */
[wire\\:id] .bc_filter,
.bc_filter {
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
    padding: 24px !important;
    border: 1px solid #f0f0f0 !important;
}

/* Filter Title */
.bc_filter .filter-title,
.bc-filter-sidebar .filter-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #212529 !important;
    margin-bottom: 20px !important;
    padding-bottom: 16px !important;
    border-bottom: 2px solid #f0f0f0 !important;
    display: flex !important;
    align-items: center !important;
}

.bc_filter .filter-title::before,
.bc-filter-sidebar .filter-title::before {
    content: '' !important;
    width: 4px !important;
    height: 20px !important;
    background: #E85D04 !important;
    border-radius: 2px !important;
    margin-right: 12px !important;
}

/* Filter Items */
.bc_filter .g-filter-item,
.bc-filter-sidebar .g-filter-item {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.bc_filter .g-filter-item:last-child,
.bc-filter-sidebar .g-filter-item:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

/* Filter Item Title */
.bc_filter .item-title,
.bc-filter-sidebar .item-title {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    cursor: pointer !important;
    margin-bottom: 12px !important;
}

.bc_filter .item-title h3,
.bc-filter-sidebar .item-title h3 {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #495057 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

/* Filter Checkboxes */
.bc_filter .bc-checkbox,
.bc-filter-sidebar .bc-checkbox {
    position: relative !important;
    display: block !important;
    margin-bottom: 2px !important;
}

.bc_filter .bc-checkbox label,
.bc-filter-sidebar .bc-checkbox label {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    cursor: pointer !important;
    padding: 10px 12px !important;
    margin: 0 !important;
    border-radius: 8px !important;
    transition: background 0.2s ease !important;
    font-size: 14px !important;
    color: #495057 !important;
    position: relative !important;
    min-height: 40px !important;
}

.bc_filter .bc-checkbox label:hover,
.bc-filter-sidebar .bc-checkbox label:hover {
    background: #f8f9fa !important;
}

/* Hide native checkbox */
.bc_filter .bc-checkbox input[type="checkbox"],
.bc-filter-sidebar .bc-checkbox input[type="checkbox"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}

/* Custom checkmark */
.bc_filter .bc-checkbox .checkmark,
.bc-filter-sidebar .bc-checkbox .checkmark {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    background: #ffffff !important;
    border: 2px solid #d1d5db !important;
    border-radius: 4px !important;
    transition: all 0.15s ease !important;
    margin-right: 12px !important;
    margin-left: 0 !important;
    order: -1 !important;
    flex-shrink: 0 !important;
}

.bc_filter .bc-checkbox .checkmark::after,
.bc-filter-sidebar .bc-checkbox .checkmark::after {
    content: '' !important;
    position: absolute !important;
    display: none !important;
    width: 5px !important;
    height: 10px !important;
    border: solid #ffffff !important;
    border-width: 0 2.5px 2.5px 0 !important;
    transform: rotate(45deg) !important;
    top: 2px !important;
    left: 6px !important;
}

.bc_filter .bc-checkbox input:checked + .checkmark,
.bc-filter-sidebar .bc-checkbox input:checked + .checkmark {
    background: #E85D04 !important;
    border-color: #E85D04 !important;
}

.bc_filter .bc-checkbox input:checked + .checkmark::after,
.bc-filter-sidebar .bc-checkbox input:checked + .checkmark::after {
    display: block !important;
}

.bc_filter .bc-checkbox label:hover .checkmark,
.bc-filter-sidebar .bc-checkbox label:hover .checkmark {
    border-color: #E85D04 !important;
}

/* ============================================
   14. PAGINATION - ALL MODULES
   ============================================ */
.bc_search_space .bc-pagination,
.bc_search_boat .bc-pagination,
.bc_search_visa .bc-pagination,
.bc-pagination {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 16px !important;
    margin-top: 40px !important;
    padding-top: 30px !important;
    border-top: 1px solid #e9ecef !important;
}

.bc-pagination .pagination {
    display: flex !important;
    gap: 8px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.bc-pagination .page-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 40px !important;
    height: 40px !important;
    padding: 0 12px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #495057 !important;
    background: #ffffff !important;
    border: 2px solid #e9ecef !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.bc-pagination .page-link:hover {
    border-color: #E85D04 !important;
    color: #E85D04 !important;
}

.bc-pagination .page-item.active .page-link {
    background: #E85D04 !important;
    border-color: #E85D04 !important;
    color: #ffffff !important;
}

/* ============================================
   15. TOPBAR SEARCH - ALL MODULES
   ============================================ */
.bc-list-item .topbar-search,
.topbar-search {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
    margin-bottom: 24px !important;
    padding-bottom: 16px !important;
    border-bottom: 1px solid #e9ecef !important;
}

.bc-list-item .result-count,
.topbar-search .result-count {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #212529 !important;
    margin: 0 !important;
}

/* Orderby Dropdown */
.orderby .dropdown-toggle,
.bc-form-order select {
    background: #ffffff !important;
    border: 2px solid #e9ecef !important;
    border-radius: 8px !important;
    padding: 8px 16px !important;
    font-size: 14px !important;
    color: #495057 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.orderby .dropdown-toggle:hover,
.bc-form-order select:hover {
    border-color: #E85D04 !important;
}

.orderby .dropdown-menu {
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.12) !important;
    border: 1px solid #e9ecef !important;
    padding: 8px !important;
    min-width: 200px !important;
}

.orderby .dropdown-item {
    padding: 10px 16px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    color: #495057 !important;
    transition: all 0.2s ease !important;
}

.orderby .dropdown-item:hover {
    background: rgba(232, 93, 4, 0.08) !important;
    color: #E85D04 !important;
}

/* ============================================
   16. VIEW MODE TOGGLE
   ============================================ */
.advance-search .action-btn,
.view-mode-toggle a {
    width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
    border: 2px solid #e9ecef !important;
    background: #fff !important;
    color: #6c757d !important;
    transition: all 0.2s ease !important;
}

.advance-search .action-btn:hover,
.advance-search .action-btn.active,
.view-mode-toggle a:hover,
.view-mode-toggle a.active {
    border-color: #E85D04 !important;
    color: #E85D04 !important;
    background: rgba(232, 93, 4, 0.05) !important;
}

/* ============================================
   17. RESPONSIVE STYLES
   ============================================ */
@media (max-width: 991px) {
    .item-loop .thumb-image,
    .item-loop-wrap .thumb-image {
        height: 180px !important;
    }

    .bc_filter {
        position: static !important;
        margin-bottom: 24px !important;
    }
}

@media (max-width: 768px) {
    .item-loop .thumb-image,
    .item-loop-wrap .thumb-image {
        height: 160px !important;
    }

    .item-loop .item-title a,
    .item-loop-wrap .item-title a {
        font-size: 15px !important;
    }

    .item-loop .info .g-price .text-price,
    .item-loop-wrap .info .g-price .text-price {
        font-size: 16px !important;
    }

    .bc-list-item .result-count,
    .topbar-search .result-count {
        font-size: 1.25rem !important;
    }

    /* Responsive amenities */
    .item-loop .amenities,
    .item-loop-wrap .amenities {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 8px !important;
    }

    .item-loop .amenity,
    .item-loop-wrap .amenity {
        border-right: none !important;
        padding: 4px 8px !important;
        background: #f8f9fa !important;
        border-radius: 6px !important;
    }
}

/* ============================================
   18. SPACE MODULE - SPECIFIC STYLES
   ============================================ */

.bc_search_space .item-space {
    border-radius: 16px !important;
    overflow: hidden !important;
    height: 100% !important;
}

.bc_search_space .item-space .thumb-image {
    height: 200px !important;
}

.bc_search_space .item-space .price-wrapper {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: linear-gradient(to top, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.9) 70%, transparent 100%) !important;
    padding: 40px 16px 12px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.bc_search_space .item-space .price-wrapper .price {
    flex-direction: row !important;
    align-items: baseline !important;
    justify-content: flex-end !important;
    gap: 4px !important;
}

.bc_search_space .item-space .price-wrapper .text-price {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #E85D04 !important;
}

.bc_search_space .item-space .price-wrapper .unit {
    font-size: 13px !important;
    color: #6c757d !important;
}

/* ============================================
   19. CAR MODULE - SPECIFIC STYLES
   ============================================ */
.bc_search_car .item-car {
    border-radius: 16px !important;
    overflow: hidden !important;
}

.bc_search_car .item-car .amenities {
    background: #fafafa !important;
    border-top: 1px solid #f0f0f0 !important;
    padding: 14px 16px !important;
    justify-content: space-around !important;
}

.bc_search_car .item-car .amenities .amenity {
    flex-direction: column !important;
    gap: 4px !important;
    border-right: none !important;
    padding: 0 !important;
}

.bc_search_car .item-car .amenities .amenity i {
    font-size: 20px !important;
    color: #E85D04 !important;
}

.bc_search_car .item-car .amenities .amenity .text {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #495057 !important;
}

.bc_search_car .item-car .info {
    background: #fff !important;
    border-top: 1px solid #f0f0f0 !important;
    padding: 16px !important;
    justify-content: center !important;
}

.bc_search_car .item-car .info .g-price {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.bc_search_car .item-car .info .g-price .prefix {
    justify-content: center !important;
}

.bc_search_car .item-car .info .g-price .price {
    align-items: center !important;
}

.bc_search_car .item-car .info .g-price .text-price {
    font-size: 22px !important;
}

/* ============================================
   20. BOAT MODULE - SPECIFIC STYLES
   ============================================ */
.bc_search_boat .item-boat {
    border-radius: 16px !important;
}

.bc_search_boat .item-boat .amenities {
    background: #f8f9fa !important;
}

/* ============================================
   21. EVENT MODULE - SPECIFIC STYLES
   ============================================ */
.bc_search_event .item-event {
    border-radius: 16px !important;
    overflow: hidden !important;
}

/* Event: Location above title */
.bc_search_event .item-event .location {
    padding: 14px 16px 4px !important;
    font-size: 13px !important;
    color: #6c757d !important;
    order: 1 !important;
}

.bc_search_event .item-event .item-title {
    padding: 4px 16px 8px !important;
    order: 2 !important;
}

.bc_search_event .item-event .service-review {
    padding: 4px 16px 8px !important;
    order: 3 !important;
}

.bc_search_event .item-event .start-time {
    padding: 4px 16px 12px !important;
    font-size: 13px !important;
    color: #E85D04 !important;
    font-weight: 600 !important;
    order: 4 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.bc_search_event .item-event .start-time::before {
    content: '\ee93' !important;
    font-family: 'IcoFont' !important;
    font-size: 14px !important;
}

.bc_search_event .item-event .info {
    background: #fafafa !important;
    border-top: 1px solid #f0f0f0 !important;
    padding: 14px 16px !important;
    margin-top: 0 !important;
    order: 5 !important;
}

.bc_search_event .item-event .info .duration {
    background: #E85D04 !important;
    color: #fff !important;
    padding: 8px 16px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
}

.bc_search_event .item-event .info .duration::before {
    content: '\ee93' !important;
    font-family: 'IcoFont' !important;
    font-size: 14px !important;
}

.bc_search_event .item-event .info .g-price {
    text-align: right !important;
}

.bc_search_event .item-event .info .g-price .text-price {
    font-size: 20px !important;
}

/* ============================================
   22. VISA MODULE - SPECIFIC STYLES
   ============================================ */
.bc_search_visa .item-tour .info .duration {
    background: rgba(232, 93, 4, 0.1) !important;
    color: #E85D04 !important;
    padding: 6px 12px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
}

.bc_search_visa .item-tour .info .duration i {
    color: #E85D04 !important;
}

/* ============================================
   23. HOTEL MODULE - CARD STYLES
   ============================================ */

/* Hotel Card Grid Spacing */
.bc_search_hotel .list-item > .row,
.bc_search_hotel .ajax-search-result .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.bc_search_hotel .list-item > .row > [class*="col-"],
.bc_search_hotel .ajax-search-result .row > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 30px !important;
}

/* Hotel Card Base */
.bc_search_hotel .hotel-card {
    background: #ffffff !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    border: 1px solid #e9ecef !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06) !important;
    transition: all 0.3s ease !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

.bc_search_hotel .hotel-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12) !important;
    border-color: transparent !important;
}

/* Hotel Card Image */
.bc_search_hotel .hotel-card-image {
    position: relative !important;
    height: 200px !important;
    overflow: hidden !important;
}

.bc_search_hotel .hotel-card-image a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.bc_search_hotel .hotel-card-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.4s ease !important;
}

.bc_search_hotel .hotel-card:hover .hotel-card-image img {
    transform: scale(1.08) !important;
}

/* Hotel Card Badges */
.bc_search_hotel .hotel-card-badges {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    z-index: 2 !important;
}

.bc_search_hotel .hotel-card-badges .badge {
    padding: 6px 12px !important;
    border-radius: 20px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.bc_search_hotel .hotel-card-badges .badge-featured {
    background: #E85D04 !important;
    color: #ffffff !important;
}

.bc_search_hotel .hotel-card-badges .badge-sale {
    background: #dc3545 !important;
    color: #ffffff !important;
}

/* Hotel Card Wishlist */
.bc_search_hotel .hotel-card-wishlist {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    width: 40px !important;
    height: 40px !important;
    background: rgba(255,255,255,0.95) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    cursor: pointer !important;
    z-index: 2 !important;
    transition: all 0.2s ease !important;
    color: #adb5bd !important;
}

.bc_search_hotel .hotel-card-wishlist:hover,
.bc_search_hotel .hotel-card-wishlist.active {
    color: #dc3545 !important;
}

/* Hotel Card Stars */
.bc_search_hotel .hotel-card-stars {
    position: absolute !important;
    bottom: 12px !important;
    left: 12px !important;
    background: rgba(0,0,0,0.7) !important;
    padding: 6px 10px !important;
    border-radius: 6px !important;
    display: flex !important;
    gap: 2px !important;
    z-index: 2 !important;
}

.bc_search_hotel .hotel-card-stars i {
    color: #ffc107 !important;
    font-size: 12px !important;
}

/* Hotel Card Content */
.bc_search_hotel .hotel-card-content {
    padding: 16px !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}

/* Hotel Card Location */
.bc_search_hotel .hotel-card-location {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 13px !important;
    color: #6c757d !important;
    margin-bottom: 6px !important;
}

.bc_search_hotel .hotel-card-location i {
    color: #E85D04 !important;
    font-size: 12px !important;
}

/* Hotel Card Title */
.bc_search_hotel .hotel-card-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 12px 0 !important;
    line-height: 1.35 !important;
}

.bc_search_hotel .hotel-card-title a {
    color: #E85D04 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.bc_search_hotel .hotel-card-title a:hover {
    color: #c94e03 !important;
}

/* Hotel Card Footer */
.bc_search_hotel .hotel-card-footer {
    margin-top: auto !important;
    padding-top: 12px !important;
    border-top: 1px solid #f0f0f0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    gap: 12px !important;
}

/* Hotel Card Rating */
.bc_search_hotel .hotel-card-rating {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 2px !important;
}

.bc_search_hotel .hotel-card-rating .rating-score {
    background: #E85D04 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 4px 10px !important;
    border-radius: 6px !important;
    display: inline-block !important;
    margin-bottom: 4px !important;
}

.bc_search_hotel .hotel-card-rating .rating-text {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #495057 !important;
}

.bc_search_hotel .hotel-card-rating .rating-count {
    font-size: 12px !important;
    color: #6c757d !important;
}

/* Hotel Card Price */
.bc_search_hotel .hotel-card-price {
    text-align: right !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
}

.bc_search_hotel .hotel-card-price .price-from {
    font-size: 12px !important;
    color: #6c757d !important;
}

.bc_search_hotel .hotel-card-price .price-value {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #E85D04 !important;
}

.bc_search_hotel .hotel-card-price .price-unit {
    font-size: 12px !important;
    color: #6c757d !important;
}

/* Hotel Card Responsive */
@media (max-width: 768px) {
    .bc_search_hotel .hotel-card-image {
        height: 180px !important;
    }

    .bc_search_hotel .hotel-card-title {
        font-size: 15px !important;
    }

    .bc_search_hotel .hotel-card-price .price-value {
        font-size: 18px !important;
    }

    .bc_search_hotel .hotel-card-footer {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .bc_search_hotel .hotel-card-rating {
        flex-direction: row !important;
        align-items: center !important;
        gap: 8px !important;
    }

    .bc_search_hotel .hotel-card-price {
        flex-direction: row !important;
        align-items: baseline !important;
        gap: 4px !important;
        justify-content: flex-start !important;
    }
}
