
/* ========== CHECKOUT PAGE LAYOUT ========== */
body.woocommerce-checkout {
    background: #F4F7FB !important;
}

.woocommerce-checkout .woocommerce {
    max-width: 1180px;
    margin: 0 auto;
    padding: 24px 20px;
}



@media (max-width: 768px) {
    .reviews-grid,
    .guides-grid,
    .guides-section {
        overflow: hidden;
        max-width: 100vw;
    }
}

@media (max-width: 768px) {
    .elementor-element-7e7bbca {
        overflow: hidden;
    }
}

/*veticle LAYOUT on mOBILE*/
@media (max-width: 768px) {
    /* Stack checkout columns */
    .woocommerce-checkout .col2-set,
    .woocommerce-checkout .col2-set .col-1,
    .woocommerce-checkout .col2-set .col-2 {
        width: 100% !important;
        float: none !important;
    }
    
    .woocommerce-checkout #order_review,
    .woocommerce-checkout #order_review_wrapper {
        width: 100% !important;
        float: none !important;
    }
    
    /* Car summary full width */
    .brc-checkout-summary,
    .brc-summary-car {
        width: 100% !important;
    }
    
    /* Extras full width */
    .brc-extras-section {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    /* Payment choice full width */
    .brc-payment-choice {
        width: 100% !important;
    }
    
    /* Fix place order button */
    .woocommerce-checkout #place_order {
        width: 100%;
        font-size: 16px;
        padding: 16px;
    }
    
    /* Fix form rows stacking */
    .woocommerce-checkout .form-row-first,
    .woocommerce-checkout .form-row-last {
        width: 100% !important;
        float: none !important;
    }
}

/*form width increase*/

@media (max-width: 768px) {
    .woocommerce-checkout .woocommerce {
        padding: 16px 12px;
    }
    
    .woocommerce-checkout #customer_details,
    .woocommerce-checkout #customer_details .col-1,
    .woocommerce-checkout #customer_details .col-2,
    .woocommerce-checkout #order_review,
    .woocommerce-checkout #order_review_wrapper {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Payment options full width */
    .brc-payment-choice,
    .brc-payment-options,
    .brc-payment-option {
        width: 100% !important;
        max-width: 100% !important;
    }

    .brc-payment-option-content {
        min-width: 0;
        word-wrap: break-word;
    }

    .brc-deposit-note {
        margin: 16px 0 !important;
    }

    /* WC payment box */
    .woocommerce-checkout-payment {
        width: 100% !important;
        max-width: 100% !important;
    }

    .woocommerce-checkout-payment .payment_box {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}


/* Order review sidebar - force full width */
@media (max-width: 768px) {
    /* Order review sidebar - force full width */
    .woocommerce-checkout .woocommerce-checkout-review-order,
    .woocommerce-checkout .woocommerce-checkout-review-order-table,
    .woocommerce-checkout .wc_payment_methods,
    .woocommerce-checkout .wc_payment_method,
    .woocommerce-checkout .payment_box {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    /* Place order button */
    .woocommerce-checkout #place_order {
        word-break: normal !important;
        letter-spacing: normal !important;
    }

    /* Order summary card */
    .brc-order-summary,
    .woocommerce-checkout .order-review-wrapper,
    .woocommerce-checkout .shop_table {
        width: 100% !important;
        max-width: 100% !important;
    }
}
@media (max-width: 768px) {
    .woocommerce-checkout #order_review,
    .woocommerce-checkout #order_review_wrapper {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        margin: 0 !important;
    }
}
@media (max-width: 768px) {
    body.woocommerce-checkout #order_review {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
    }
}
/* ========== SEARCH FORM ========== */
.brc-search-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 16px;
}

.brc-search-form {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    background: #ffffff;
    padding: 24px 28px;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.brc-field {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.brc-field label {
    font-size: 13px;
    font-weight: 700;
    color: #1B3A6B;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.brc-field select,
.brc-field input[type="date"] {
    width: 100%;
    padding: 12px 14px;
    border: 2px solid #E5E7EB;
    border-radius: 10px;
    font-size: 13px;
    color: #111827;
    background: #F9FAFB;
    transition: border-color 0.2s, box-shadow 0.2s;
    appearance: none;
    -webkit-appearance: none;
}
.brc-field select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    line-height: 1;
    height: auto;
    min-height: 32px;
    background-repeat: no-repeat, no-repeat;
    background-position: left 12px center, right 12px center;
    padding-left: 38px;
    padding-right: 36px;
}
.brc-field select:focus,
.brc-field input[type="date"]:focus {
    border-color: #1B3A6B;
    box-shadow: 0 0 0 3px rgba(27, 58, 107, 0.12);
    outline: none;
    background: #fff;
    
}

.brc-field--btn {
    flex: 0 0 auto;
}

.brc-btn {
    background: #E84D1C;
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    white-space: nowrap;
}

.brc-btn:hover {
    background: #C93E10;
    transform: translateY(-1px);
}

.brc-btn:active {
    transform: translateY(0);
}

.brc-search-error {
    margin-top: 12px;
    padding: 12px 16px;
    background: #FEF2F2;
    color: #991B1B;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
}





/* ========== RESPONSIVE ========== */

/* Tablet: 2x2 grid */
@media (max-width: 900px) and (min-width: 481px) {
    .brc-search-form {
        flex-wrap: wrap;
        gap: 12px;
        padding: 16px;
        align-items: stretch;
    }
    .brc-field {
        flex: 1 1 40%;
        min-width: 0;
    }
    .brc-field--btn {
        flex: 1 1 100%;
    }
    .brc-btn {
        width: 100%;
        padding: 14px;
    }
    .brc-field {
        width: 100%;
        text-align: left;
    }
    .brc-field label {
        text-align: left;
        width: 100%;
    }
    .brc-field select,
    .brc-field input[type="date"] {
        width: 100%;
    }

}




/* mOBILE VIEW */

@media (max-width: 600px) {
    .brc-field {
        width: 100%;
        text-align: left;
    }
    .brc-field label {
        text-align: left;
        width: 100%;
    }
    .brc-field select,
    .brc-field input[type="date"] {
        width: 100%;
    }

    .brc-search-form {
        padding: 16px;
        border-radius: 12px;
        gap: 0;
    }
    .brc-field {
        padding: 12px 0;
        border-bottom: 1px solid #E5EAF2;
    }
    .brc-field:last-of-type {
        border-bottom: none;
    }
    .brc-field label {
        font-size: 11px;
        margin-bottom: 6px;
    }
    .brc-btn {
        margin-top: 12px;
        border-radius: 10px;
        padding: 14px;
        font-size: 15px;
    }
    .brc-search-wrap {
        max-width: 100%;
        overflow: hidden;
    }
}





body { overflow-x: hidden; }




/* ========== RESULTS PAGE ========== */
.brc-results-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.brc-results-header {
    margin-bottom: 32px;
}

.brc-results-summary {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 16px;
    color: #374151;
    padding: 16px 24px;
    background: #F0F4FA;
    border-radius: 12px;
    font-weight: 500;
}

.brc-summary-location {
    font-weight: 700;
    color: #1B3A6B;
}

.brc-summary-sep {
    color: #CBD5E0;
}

.brc-summary-days {
    background: #1B3A6B;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
}

.brc-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 24px;
}

/* ========== CAR CARD ========== */
.brc-car-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
}

.brc-car-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.brc-car-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #F0F4FA;
}

.brc-car-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.brc-car-card:hover .brc-car-image img {
    transform: scale(1.05);
}

.brc-car-noimage {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A0AEC0;
    font-size: 14px;
}

.brc-car-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.brc-car-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 12px 0;
}

.brc-car-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.brc-spec {
    font-size: 13px;
    color: #4A5568;
    background: #F7FAFC;
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid #E2E8F0;
}

.brc-car-pricing {
    margin-bottom: 12px;
    padding-top: 12px;
    border-top: 1px solid #E5E7EB;
}

.brc-price-daily {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1B3A6B;
}

.brc-price-daily span {
    font-size: 0.85rem;
    font-weight: 500;
    color: #6B7280;
}

.brc-price-total {
    font-size: 14px;
    color: #4A5568;
    margin-top: 4px;
}

.brc-car-deposit {
    font-size: 13px;
    color: #6B7280;
    margin-bottom: 12px;
    padding: 6px 10px;
    background: #FFFBEB;
    border-radius: 6px;
    border: 1px solid #FDE68A;
}

.brc-btn-book {
    display: block;
    text-align: center;
    margin-top: auto;
    text-decoration: none;
}

/* ========== NO RESULTS ========== */
.brc-no-results {
    text-align: center;
    padding: 60px 20px;
}

.brc-no-results h3 {
    font-size: 1.5rem;
    color: #1B3A6B;
    margin-bottom: 8px;
}

.brc-no-results p {
    color: #6B7280;
    margin-bottom: 24px;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .brc-results-grid {
        grid-template-columns: 1fr;
    }

    .brc-results-summary {
        font-size: 14px;
        gap: 8px;
    }
}











/* ========== CHECKOUT STYLING ========== */
.woocommerce-checkout h3#order_review_heading {
    display: none;
}

.woocommerce-checkout .woocommerce-additional-fields {
    display: none;
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
    font-size: 1.3rem;
    color: #1B3A6B;
    font-weight: 700;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row input[type="date"] {
    border: 2px solid #E5E7EB;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 15px;
    background: #F9FAFB;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row input[type="date"]:focus {
    border-color: #1B3A6B;
    box-shadow: 0 0 0 3px rgba(27, 58, 107, 0.12);
    outline: none;
    background: #fff;
}

.woocommerce-checkout #place_order {
    background: #E84D1C;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 16px 32px;
    font-size: 17px;
    font-weight: 700;
    width: 100%;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
}

.woocommerce-checkout #place_order:hover {
    background: #C93E10;
    transform: translateY(-1px);
}

/* Order review box */
.woocommerce-checkout-review-order-table {
    border-radius: 12px;
    overflow: hidden;
}

/* Payment methods */
.woocommerce-checkout-payment {
    border-radius: 12px !important;
}

.wc_payment_method label {
    padding: 14px !important;
    cursor: pointer;
}

/* ========== CHECKOUT EXTRAS ========== */
.brc-extras-section {
    background: #fff;
    border: 2px solid #E5E7EB;
    border-radius: 16px;
    padding: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.brc-extras-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1B3A6B;
    margin: 0 0 4px 0;
}

.brc-extras-subtitle {
    color: #6B7280;
    font-size: 14px;
    margin: 0 0 20px 0;
}

.brc-extras-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.brc-extra-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border: 2px solid #E5E7EB;
    border-radius: 12px;
    transition: border-color 0.2s, background 0.2s;
    gap: 12px;
}

.brc-extra-card.active {
    border-color: #1B3A6B;
    background: #F0F4FA;
}

.brc-extra-name {
    font-weight: 600;
    color: #111827;
    font-size: 14px;
    margin-bottom: 2px;
}

.brc-extra-price {
    display: flex;
    align-items: baseline;
    gap: 3px;
}

.brc-extra-amount {
    font-weight: 700;
    color: #1B3A6B;
    font-size: 15px;
}

.brc-extra-period {
    color: #6B7280;
    font-size: 12px;
}

.brc-extra-total {
    font-size: 11px;
    color: #6B7280;
    margin-top: 1px;
}

/* Toggle Switch */
.brc-toggle {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 26px;
    cursor: pointer;
    flex-shrink: 0;
}

.brc-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.brc-toggle-slider {
    position: absolute;
    inset: 0;
    background: #D1D5DB;
    border-radius: 26px;
    transition: background 0.2s;
}

.brc-toggle-slider::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.2s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

.brc-toggle input:checked + .brc-toggle-slider {
    background: #1B3A6B;
}

.brc-toggle input:checked + .brc-toggle-slider::before {
    transform: translateX(22px);
}

/* Quantity Control */
.brc-qty-control {
    display: flex;
    align-items: center;
    border: 1.5px solid #D1D5DB;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.brc-extras-section .brc-qty-btn {
    width: 32px;
    height: 32px;
    border: none;
    background: #F3F4F6;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    color: #1B3A6B;
    transition: background 0.12s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-width: 32px;
    max-width: 32px;
    line-height: 1;
}

.brc-extras-section .brc-qty-btn:hover {
    background: #E5E7EB;
}

.brc-extras-section .brc-qty-input,
.brc-extras-section .brc-qty-input[type="number"] {
    width: 36px !important;
    height: 32px !important;
    min-width: 36px;
    max-width: 36px;
    text-align: center;
    border: none;
    border-left: 1px solid #D1D5DB;
    border-right: 1px solid #D1D5DB;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    background: #fff;
    -moz-appearance: textfield;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    outline: none;
}

.brc-extras-section .brc-qty-input::-webkit-outer-spin-button,
.brc-extras-section .brc-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* ========== RESPONSIVE CHECKOUT ========== */
@media (max-width: 768px) {
    .brc-extras-grid {
        grid-template-columns: 1fr;
    }
}











/* ========== PAYMENT CHOICE ========== */


.brc-payment-header {
    padding: 18px 24px;
    border-bottom: none !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    gap: 12px;
}

.brc-payment-icon {
    width: 36px;
    height: 36px;
    background: #e8f2fb;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.brc-payment-choice-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0d1f3c;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: none !important ;
}

.brc-payment-choice-subtitle {
    font-size: 12px;
    color: #6B7280;
    margin: 0;
    padding: 0;
    line-height: 1.3;
}

.brc-payment-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 24px;
}

.brc-payment-option {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border: 1.5px solid #E5EAF2;
    border-radius: 14px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    margin: 0;
}

.brc-payment-option:hover {
    border-color: #CBD5E0;
    background: #FAFBFC;
}

.brc-payment-option:has(input:checked) {
    border-color: #1B3A6B;
    background: #e8f2fb;
}

.brc-payment-option input[type="radio"] {
    margin-top: 3px;
    accent-color: #1B3A6B;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.brc-payment-option-content { flex: 1; }

.brc-payment-option-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 3px;
    flex-wrap: wrap;
}

.brc-payment-option-name {
    font-weight: 700;
    color: #111827;
    font-size: 14.5px;
}

.brc-payment-option-badge {
    font-size: 11px;
    font-weight: 700;
    padding: 2px 9px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.brc-badge-popular { background: #DBEAFE; color: #1E40AF; }
.brc-badge-save { background: #D1FAE5; color: #065F46; }

.brc-payment-option-detail {
    font-size: 13px;
    color: #374151;
    line-height: 1.5;
}

.brc-payment-option-detail strong {
    color: #1B3A6B;
}

.brc-line-through {
    text-decoration: line-through;
    color: #9CA3AF;
    font-size: 12px;
}

.brc-deposit-note {
    margin: 16px 48px 20px 48px !important;
    padding: 13px 16px;
    background: #FFFBEB;
    border: 1px solid #FDE68A;
    border-radius: 8px;
    font-size: 13px;
    color: #92400E;
    line-height: 1.5;
}



/* Hide default payment methods section title */
.woocommerce-checkout-payment > h3 {
    display: none;
}




/* ==============================================
   PREMIUM STYLES from brac
   ============================================== */

/* ========== SEARCH FORM ========== */
.brc-search-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 16px;
}

.brc-search-form {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    background: #ffffff;
    padding: 24px 28px;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.brc-field {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.brc-field label {
    font-size: 13px;
    font-weight: 700;
    color: #1B3A6B;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.brc-field select,
.brc-field input[type="date"] {
    width: 100%;
    padding: 12px 14px;
    border: 2px solid #E5E7EB;
    border-radius: 10px;
    font-size: 15px;
    color: #111827;
    background: #F9FAFB;
    transition: border-color 0.2s, box-shadow 0.2s;
    appearance: none;
    -webkit-appearance: none;
}

.brc-field select:focus,
.brc-field input[type="date"]:focus {
    border-color: #1B3A6B;
    box-shadow: 0 0 0 3px rgba(27, 58, 107, 0.12);
    outline: none;
    background: #fff;
}

.brc-field--btn {
    flex: 0 0 auto;
}

.brc-btn {
    background: #E84D1C;
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    white-space: nowrap;
}

.brc-btn:hover {
    background: #C93E10;
    transform: translateY(-1px);
}

.brc-btn:active {
    transform: translateY(0);
}

.brc-search-error {
    margin-top: 12px;
    padding: 12px 16px;
    background: #FEF2F2;
    color: #991B1B;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .brc-search-form {
        flex-direction: column;
        gap: 14px;
        padding: 20px;
    }
    .brc-field--btn { width: 100%; }
    .brc-btn { width: 100%; text-align: center; }
}

/* ========== RESULTS PAGE ========== */
.brc-results-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.brc-results-header {
    margin-bottom: 32px;
}

.brc-results-summary {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 16px;
    color: #374151;
    padding: 16px 24px;
    background: #F0F4FA;
    border-radius: 12px;
    font-weight: 500;
}

.brc-summary-location {
    font-weight: 700;
    color: #1B3A6B;
}

.brc-summary-sep {
    color: #CBD5E0;
}

.brc-summary-days {
    background: #1B3A6B;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
}

.brc-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 24px;
}

/* ========== CAR CARD ========== */
.brc-car-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s, box-shadow 0.25s;
    display: flex;
    flex-direction: column;
    border: 1px solid #E5E7EB;
}

.brc-car-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.brc-car-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #F0F4FA;
}

.brc-car-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.brc-car-card:hover .brc-car-image img {
    transform: scale(1.05);
}

.brc-car-noimage {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A0AEC0;
    font-size: 14px;
}

.brc-car-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.brc-car-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 12px 0;
}

.brc-car-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.brc-spec {
    font-size: 13px;
    color: #4A5568;
    background: #F7FAFC;
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid #E2E8F0;
}

.brc-car-pricing {
    margin-bottom: 12px;
    padding-top: 12px;
    border-top: 1px solid #E5E7EB;
}

.brc-price-daily {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1B3A6B;
}

.brc-price-daily span {
    font-size: 0.85rem;
    font-weight: 500;
    color: #6B7280;
}

.brc-price-total {
    font-size: 14px;
    color: #4A5568;
    margin-top: 4px;
}

.brc-car-deposit {
    font-size: 13px;
    color: #6B7280;
    margin-bottom: 12px;
    padding: 6px 10px;
    background: #FFFBEB;
    border-radius: 6px;
    border: 1px solid #FDE68A;
}

.brc-btn-book {
    display: block;
    text-align: center;
    margin-top: auto;
    text-decoration: none;
}

.brc-no-results {
    text-align: center;
    padding: 60px 20px;
}

.brc-no-results h3 {
    font-size: 1.5rem;
    color: #1B3A6B;
    margin-bottom: 8px;
}

.brc-no-results p {
    color: #6B7280;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .brc-results-grid { grid-template-columns: 1fr; }
    .brc-results-summary { font-size: 14px; gap: 8px; }
}

/* ==============================================
   CHECKOUT — PREMIUM STYLING
   ============================================== */


/* car summary card*/
.brc-checkout-summary {
    background: #fff;
    border: 1.5px solid #E5EAF2;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 28px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0 2px 16px rgba(13,31,60,0.08), 0 1px 4px rgba(13,31,60,0.04);
}

.brc-summary-car {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.brc-summary-car-image {
    width: 180px;
    flex-shrink: 0;
    overflow: hidden;
    background: #f0f4fa;
    margin: 7px;
}

.brc-summary-car-image img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}

.brc-summary-car-details {
    flex: 55;
    padding: 16px 20px;
    border-right: 1px solid #E5EAF2;
}

.brc-summary-car-name {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0d1f3c;
    margin: 0 0 6px 0;
}

.brc-summary-car-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}

.brc-summary-car-specs .brc-spec {
    background: #e8f2fb;
    color: #1B3A6B;
    border: none;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 500;
}

.brc-summary-car-price {
    font-size: 1.15rem;
    font-weight: 800;
    color: #1B3A6B;
}

.brc-summary-car-price span {
    font-size: 0.8rem;
    font-weight: 400;
    color: #6B7280;
}

.brc-summary-trip {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    flex: 45;
    border-left: 1px solid #E5EAF2;
}

.brc-summary-trip-item {
    flex: 1;
}

.brc-trip-icon {
    display: none;
}

.brc-trip-label {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #6B7280;
    margin-bottom: 2px;
    display: block;
}

.brc-summary-trip-item strong {
    font-size: 13px;
    color: #111827;
    display: block;
}

.brc-trip-date {
    font-size: 11.5px;
    color: #374151;
}

.brc-summary-trip-arrow {
    color: #CBD5E0;
    font-size: 16px;
    font-weight: 600;
    flex-shrink: 0;
}

.brc-days-badge {
    background: #1B3A6B;
    color: #fff;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .brc-summary-car {
        flex-direction: column;
    }
    .brc-summary-car-image {
        width: 100%;
    }
    .brc-summary-car-image img {
        height: 200px;
    }
    .brc-summary-car-details {
        border-right: none;
        border-bottom: 1px solid #E5EAF2;
        text-align: center;
    }
    .brc-summary-car-specs {
        justify-content: center;
    }
    .brc-summary-trip {
        flex-direction: column;
        gap: 12px;
        text-align: center;
        border-left: none;
        border-top: 1px solid #E5EAF2;
        flex: auto;
    }
    .brc-summary-trip-arrow {
        transform: rotate(90deg);
    }
}

/* ===== Checkout Form Fields ===== */
.woocommerce-checkout h3#order_review_heading {
    display: none;
}

.woocommerce-checkout .woocommerce-additional-fields {
    display: none;
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
    font-size: 1.3rem;
    color: #1B3A6B;
    font-weight: 700;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row input[type="date"] {
    border: 2px solid #E5E7EB !important;
    border-radius: 10px !important;
    padding: 12px 14px !important;
    font-size: 15px !important;
    background: #F9FAFB !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
}

.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row input[type="date"]:focus {
    border-color: #1B3A6B !important;
    box-shadow: 0 0 0 3px rgba(27, 58, 107, 0.12) !important;
    outline: none !important;
    background: #fff !important;
}

.woocommerce-checkout .form-row label {
    font-weight: 600 !important;
    color: #374151 !important;
    font-size: 14px !important;
}

/* ===== Order Review Table ===== */
.woocommerce-checkout-review-order-table {
    border-radius: 12px !important;
    overflow: hidden;
    border: 2px solid #E5E7EB !important;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    padding: 14px 16px !important;
}

.woocommerce-checkout-review-order-table .order-total td {
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    color: #1B3A6B !important;
}

/* ===== Place Order Button ===== */
.woocommerce-checkout #place_order {
    background: #E84D1C !important;
    color: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 18px 32px !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: background 0.2s, transform 0.1s, box-shadow 0.2s !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
}

.woocommerce-checkout #place_order:hover {
    background: #C93E10 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(232, 77, 28, 0.3) !important;
}

/* ===== Payment Methods ===== */
.woocommerce-checkout-payment {
    border-radius: 12px !important;
    border: 2px solid #E5E7EB !important;
    overflow: hidden;
}

.woocommerce-checkout-payment .wc_payment_method {
    border-bottom: 1px solid #E5E7EB;
}

.woocommerce-checkout-payment .wc_payment_method:last-child {
    border-bottom: none;
}

.wc_payment_method label {
    padding: 16px !important;
    cursor: pointer;
    font-weight: 600 !important;
}

/* ========== CHECKOUT EXTRAS ========== */
.brc-extras-section {
    background: #fff;
    border: 1.5px solid #E5EAF2;
    border-radius: 20px;
    margin: 0 20px 24px 20px;
    box-shadow: 0 2px 16px rgba(13,31,60,0.08), 0 1px 4px rgba(13,31,60,0.04);
    overflow: hidden;
    max-width: calc(100% - 380px - 28px - 40px);
}

.brc-extras-header {
    padding: 18px 24px;
    border-bottom: 1px solid #E5EAF2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    transition: background 0.15s;
}

.brc-extras-header:hover {
    background: #FAFBFC;
}

.brc-extras-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brc-extras-icon {
    width: 36px;
    height: 36px;
    background: #e8f2fb;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.brc-extras-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0d1f3c;
    margin: 0;
}

.brc-extras-subtitle {
    color: #6B7280;
    font-size: 12px;
    margin: 0;
}

.brc-extras-arrow {
    font-size: 20px;
    color: #6B7280;
    transition: transform 0.3s;
}

.brc-extras-arrow.collapsed {
    transform: rotate(-90deg);
}

.brc-extras-body {
    padding: 20px 24px;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
}

.brc-extras-body.collapsed {
    max-height: 0 !important;
    padding: 0 24px;
    opacity: 0;
}

.brc-extras-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.brc-extra-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border: 1.5px solid #E5EAF2;
    border-radius: 12px;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
    gap: 10px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.brc-extra-card:hover {
    border-color: #CBD5E0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.brc-extra-card.active {
    border-color: #1B3A6B;
    background: #e8f2fb;
    box-shadow: 0 2px 8px rgba(27,58,107,0.1);
}

.brc-extra-card.active {
    border-color: #1B3A6B;
    background: #e8f2fb;
}

.brc-extra-name {
    font-weight: 600;
    color: #111827;
    font-size: 13px;
    margin-bottom: 1px;
}

.brc-extra-price {
    display: flex;
    align-items: baseline;
    gap: 3px;
}

.brc-extra-amount {
    font-weight: 700;
    color: #1B3A6B;
    font-size: 13.5px;
}

.brc-extra-period {
    color: #6B7280;
    font-size: 11px;
}

.brc-extra-total {
    font-size: 10.5px;
    color: #6B7280;
    margin-top: 1px;
}

/* Toggle Switch */
.brc-toggle {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    cursor: pointer;
    flex-shrink: 0;
}

.brc-toggle input { opacity: 0; width: 0; height: 0; }

.brc-toggle-slider {
    position: absolute;
    inset: 0;
    background: #D1D5DB;
    border-radius: 24px;
    transition: background 0.2s;
}

.brc-toggle-slider::before {
    content: '';
    position: absolute;
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.2s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

.brc-toggle input:checked + .brc-toggle-slider { background: #1B3A6B; }
.brc-toggle input:checked + .brc-toggle-slider::before { transform: translateX(20px); }

/* Quantity Control */
.brc-qty-control {
    display: flex;
    align-items: center;
    border: 1.5px solid #E5EAF2;
    border-radius: 7px;
    overflow: hidden;
    flex-shrink: 0;
}

.brc-qty-btn {
    width: 30px;
    height: 30px;
    border: none;
    background: #F9FAFB;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    color: #374151;
    transition: background 0.12s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.brc-qty-btn:hover { background: #E5EAF2; }

.brc-qty-input {
    width: 30px;
    height: 30px;
    text-align: center;
    border: none;
    border-left: 1px solid #E5EAF2;
    border-right: 1px solid #E5EAF2;
    font-size: 13px;
    font-weight: 600;
    color: #111827;
    background: #fff;
    -moz-appearance: textfield;
    padding: 0;
}

.brc-qty-input::-webkit-outer-spin-button,
.brc-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; }

@media (max-width: 768px) {
    .brc-extras-section {
        max-width: 100%;
        margin: 0 0 20px 0;
    }
    .brc-extras-grid {
        grid-template-columns: 1fr;
    }
    .brc-extra-name { font-size: 12px; }
    .brc-extra-amount { font-size: 12.5px; }
    .brc-extra-total { font-size: 10px; }
}

/* ========== PAYMENT CHOICE ========== */



.brc-payment-choice .brc-payment-header {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 0 0 16px 0 !important;
    margin: 0 !important;
}

.brc-payment-choice .brc-payment-icon {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    background: #e8f2fb;
    border-radius: 9px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 20px;
}

.brc-payment-choice .brc-payment-choice-title {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    color: #0d1f3c !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    line-height: 1.3 !important;
    display: block !important;
}


.brc-payment-choice {
    margin: 24px -24px -20px -24px;
    border-radius: 0 0 20px 20px;
    border-top: 1.5px solid #E5EAF2;
    background: #fff;
    padding: 20px 24px;
}


.brc-payment-choice-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1B3A6B;
    margin: 0 0 16px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #E5E7EB;
}

.brc-payment-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.brc-payment-option {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border: 2px solid #E5E7EB;
    border-radius: 12px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    margin: 0;
}

.brc-payment-option:hover {
    border-color: #CBD5E0;
    background: #FAFBFC;
}

.brc-payment-option:has(input:checked) {
    border-color: #1B3A6B;
    background: #F0F4FA;
}

.brc-payment-option input[type="radio"] {
    margin-top: 3px;
    accent-color: #1B3A6B;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.brc-payment-option-content { flex: 1; }

.brc-payment-option-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.brc-payment-option-name {
    font-weight: 700;
    color: #111827;
    font-size: 15px;
}

.brc-payment-option-badge {
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.brc-badge-popular { background: #DBEAFE; color: #1E40AF; }
.brc-badge-save { background: #D1FAE5; color: #065F46; }

.brc-payment-option-detail {
    font-size: 13px;
    color: #4B5563;
    line-height: 1.4;
}

.brc-line-through {
    text-decoration: line-through;
    color: #9CA3AF;
    font-size: 12px;
}

.brc-deposit-note {
    margin-top: 16px;
    padding: 12px 16px;
    background: #FFFBEB;
    border: 1px solid #FDE68A;
    border-radius: 10px;
    font-size: 13px;
    color: #92400E;
}

/* Hide default payment section title */
.woocommerce-checkout-payment > h3 { display: none; }

/* ===== Trust Signals ===== */
.woocommerce-checkout .woocommerce-privacy-policy-text {
    font-size: 12px !important;
    color: #6B7280 !important;
}




/* ========== BILLING DETAILS CARD ========== */
.woocommerce-checkout .woocommerce-billing-fields {
    background: #fff;
    border: 1.5px solid #E5EAF2;
    border-radius: 20px;
    box-shadow: 0 2px 16px rgba(13,31,60,0.08), 0 1px 4px rgba(13,31,60,0.04);
    overflow: hidden;
    margin-bottom: 24px;
    max-width: 100%;
}

.woocommerce-checkout .woocommerce-billing-fields > h3 {
    display: none;
}

.brc-billing-card-header {
    padding: 18px 24px;
    border-bottom: 1px solid #E5EAF2;
    display: flex;
    align-items: center;
    gap: 12px;
}

.brc-billing-icon {
    width: 36px;
    height: 36px;
    background: #e8f2fb;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.brc-billing-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0d1f3c;
}

.brc-billing-subtitle {
    font-size: 12px;
    color: #6B7280;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    padding: 20px 24px;
}

.woocommerce-checkout .form-row label {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #374151 !important;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row input[type="date"] {
    height: 48px !important;
    border: 1.5px solid #E5EAF2 !important;
    border-radius: 8px !important;
    padding: 0 14px !important;
    font-size: 14px !important;
    background: #F9FAFB !important;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s !important;
    color: #111827 !important;
}

.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row input[type="date"]:focus {
    border-color: #046bd2 !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(4,107,210,0.12) !important;
    outline: none !important;
}

.woocommerce-checkout .form-row input.input-text::placeholder {
    color: #9CA3AF !important;
}

.woocommerce-checkout .form-row.woocommerce-validated input.input-text {
    border-color: #0a875a !important;
}

.woocommerce-checkout .form-row.woocommerce-invalid input.input-text {
    border-color: #E84D1C !important;
}

.woocommerce-checkout .form-row abbr.required {
    color: #E84D1C;
    text-decoration: none;
}

/* ===== Checkout Left Column Width ===== */
.woocommerce-checkout .col2-set {
    max-width: 100%;
    
}

.woocommerce-checkout .col2-set .col-1 {
    max-width: 100%;
}









/* ========== ORDER SIDEBAR ========== */
.woocommerce-checkout-review-order {
    position: sticky;
    top: 90px;
}

.woocommerce-checkout-review-order-table {
    border: 1.5px solid #E5EAF2 !important;
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(13,31,60,0.08) !important;
    background: #fff;
}

/* Dark Navy Header */
.woocommerce-checkout-review-order-table thead {
    background: linear-gradient(135deg, #0d1f3c 0%, #1B3A6B 100%);
}

.woocommerce-checkout-review-order-table thead th {
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    padding: 20px 22px 8px !important;
    border: none !important;
}

.woocommerce-checkout-review-order-table thead th:first-child::before {
    content: 'YOUR ORDER';
    display: block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #C9993A;
    margin-bottom: 4px;
}

.woocommerce-checkout-review-order-table thead th:first-child {
    font-size: 18px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.woocommerce-checkout-review-order-table thead th:last-child {
    font-size: 0 !important;
}

/* Gold accent line under header */
.woocommerce-checkout-review-order-table thead tr {
    border-bottom: 2px solid transparent;
    background-image: linear-gradient(135deg, #0d1f3c, #1B3A6B), linear-gradient(90deg, transparent, #C9993A, transparent);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}

/* Order items */
.woocommerce-checkout-review-order-table tbody td {
    padding: 16px 22px !important;
    border-bottom: 1px solid #E5EAF2 !important;
    font-size: 13px !important;
    color: #374151 !important;
    vertical-align: top !important;
}

.woocommerce-checkout-review-order-table tbody td.product-name {
    font-weight: 700 !important;
    color: #111827 !important;
    font-size: 14px !important;
}

.woocommerce-checkout-review-order-table tbody td.product-total {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #0d1f3c !important;
    text-align: right !important;
}

/* Subtotal & Total rows */
.woocommerce-checkout-review-order-table tfoot th {
    padding: 14px 22px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #374151 !important;
    border-top: 1px solid #E5EAF2 !important;
}

.woocommerce-checkout-review-order-table tfoot td {
    padding: 14px 22px !important;
    text-align: right !important;
    border-top: 1px solid #E5EAF2 !important;
}

.woocommerce-checkout-review-order-table tfoot .order-total th {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    border-top: 2px solid #0d1f3c !important;
    padding-top: 16px !important;
}

.woocommerce-checkout-review-order-table tfoot .order-total td {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #0d1f3c !important;
    border-top: 2px solid #0d1f3c !important;
    padding-top: 16px !important;
}

/* Rental meta info styling */
.woocommerce-checkout-review-order-table .wc-item-meta {
    list-style: none !important;
    padding: 0 !important;
    margin: 8px 0 0 0 !important;
}

.woocommerce-checkout-review-order-table .wc-item-meta li {
    font-size: 12px !important;
    color: #6B7280 !important;
    padding: 1px 0 !important;
}

.woocommerce-checkout-review-order-table .wc-item-meta li strong {
    font-weight: 500 !important;
    color: #6B7280 !important;
}

/* Place Order Button */
.woocommerce-checkout #place_order {
    background: #E84D1C !important;
    color: #fff !important;
    border: none !important;
    border-radius: 14px !important;
    padding: 18px 32px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: background 0.2s, transform 0.1s, box-shadow 0.2s !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-top: 16px !important;
}

.woocommerce-checkout #place_order:hover {
    background: #C93E10 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(232, 77, 28, 0.3) !important;
}

/* Security badges under button */
.woocommerce-checkout-payment::after {
    content: '✓ SSL Secured    ✓ PCI DSS    ✓ 3D Secure';
    display: flex;
    justify-content: center;
    gap: 16px;
    font-size: 11px;
    color: #6B7280;
    padding: 12px 0 4px;
    letter-spacing: 0.02em;
}

/* Payment methods styling */
.woocommerce-checkout-payment {
    border: 1.5px solid #E5EAF2 !important;
    border-radius: 14px !important;
    overflow: hidden;
    margin-top: 16px !important;
    background: #fff !important;
}

.woocommerce-checkout-payment .wc_payment_method {
    border-bottom: 1px solid #E5EAF2 !important;
    background: #FAFBFC;
}

.woocommerce-checkout-payment .wc_payment_method:last-of-type {
    border-bottom: none !important;
}

.wc_payment_method label {
    padding: 14px 18px !important;
    cursor: pointer;
    font-weight: 600 !important;
    font-size: 14px !important;
}

/* Hide default payment heading */
.woocommerce-checkout-payment > h3,
.woocommerce-checkout h3#order_review_heading {
    display: none !important;
}

/* Privacy text */
.woocommerce-checkout .woocommerce-privacy-policy-text {
    font-size: 12px !important;
    color: #6B7280 !important;
    line-height: 1.6 !important;
}

.woocommerce-checkout .woocommerce-privacy-policy-text a {
    color: #046bd2 !important;
}



/* Fix sidebar header text */
.woocommerce-checkout-review-order-table thead th.product-name {
    font-size: 0 !important;
}

.woocommerce-checkout-review-order-table thead th.product-name::before {
    content: 'YOUR ORDER';
    display: block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #C9993A;
    margin-bottom: 4px;
}

.woocommerce-checkout-review-order-table thead th.product-name::after {
    content: 'Order Summary';
    display: block;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    font-style: italic;
    letter-spacing: 0;
}

.woocommerce-checkout-review-order-table thead th.product-total {
    font-size: 0 !important;
}



/* Checkout two-column layout */
.woocommerce-checkout .col2-set {
    float: left;
    width: 60% !important;
    max-width: 60% !important;


}


.woocommerce-checkout #order_review {
    float: right;
    width: 35% !important;
    max-width: 35% !important;
}



.woocommerce-checkout #order_review_heading {
    display: none !important;
}

.woocommerce-checkout #order_review {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}



.brc-checkout-summary {
    margin-left: 0;
    margin-right: 0;
}

.brc-extras-section {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}





















/* ========== FLEET CATALOG (/fleet/ page) ========== */
.brac-fleet-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}


.brac-fleet-heading {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 700;
    color: #555b66;
    margin: 0 0 24px 0;
    padding: 16px 0;
    border-bottom: 2px solid #E5EAF2;
    letter-spacing: 0.02em;
}

.brac-fleet-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.brac-car-card {
    background: #fff;
    border: 1px solid #E5EAF2;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(17, 24, 39, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
}

.brac-car-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(17, 24, 39, 0.12);
}

.brac-card-image {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #F5F7FA;
}

.brac-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.brac-car-card:hover .brac-card-image img {
    transform: scale(1.05);
}

.brac-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.brac-badge--popular { background: #E84D1C; }
.brac-badge--new     { background: #1B3A6B; }
.brac-badge--value   { background: #0F766E; }
.brac-badge--sale {
    left: auto;
    right: 14px;
    background: #DC2626;
}

.brac-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}

.brac-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.brac-car-type {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #E84D1C;
    margin-bottom: 4px;
}

.brac-car-name {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin: 0;
    line-height: 1.3;
}

.brac-card-price {
    text-align: right;
    flex-shrink: 0;
}

.brac-price-old {
    display: block;
    font-size: 13px;
    color: #9CA3AF;
    text-decoration: line-through;
    margin-bottom: 2px;
}

.brac-price-current {
    font-size: 22px;
    font-weight: 800;
    color: #1B3A6B;
    line-height: 1;
}

.brac-price-unit {
    display: block;
    font-size: 12px;
    color: #6B7280;
    margin-top: 4px;
}

.brac-card-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 12px 0;
    border-top: 1px solid #E5EAF2;
    border-bottom: 1px solid #E5EAF2;
}

.brac-spec-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #6B7280;
    font-weight: 500;
}

.brac-spec-item svg {
    color: #1B3A6B;
    flex-shrink: 0;
}

.brac-view-specs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 13px 20px;
    margin-top: auto;
    background: #E84D1C;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
    font-family: inherit;
}

.brac-view-specs-btn:hover {
    background: #C93E10;
}

.brac-view-specs-btn:active {
    transform: scale(0.98);
}

.brac-view-specs-btn svg {
    transition: transform 0.2s ease;
}

.brac-view-specs-btn:hover svg {
    transform: translateX(3px);
}

.brac-no-results {
    text-align: center;
    padding: 80px 20px;
    color: #6B7280;
}

.brac-no-results svg {
    color: #D1D5DB;
    margin-bottom: 16px;
}

.brac-no-results h3 {
    font-size: 22px;
    color: #111827;
    margin: 0 0 8px;
}

@media (max-width: 640px) {
    .brac-fleet-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .brac-card-header {
        flex-direction: column;
    }
    .brac-card-price {
        text-align: left;
    }
}













/* ========== FLEET POPUP ========== */

/* Design tokens for popup (scoped, won't affect rest of site) */
.brac-popup-overlay {
    --brac-navy: #1B3A6B;
    --brac-navy-dk: #122A52;
    --brac-cta: #E84D1C;
    --brac-cta-hov: #C93E10;
    --brac-ink: #111827;
    --brac-body: #374151;
    --brac-muted: #6B7280;
    --brac-green: #25D366;
    --brac-tag-val: #059669;
    --brac-border: #DDE2EC;
}

/* Overlay */
.brac-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(10, 15, 28, 0.6);
    backdrop-filter: blur(8px) saturate(180%);
    -webkit-backdrop-filter: blur(8px) saturate(180%);
    align-items: center;
    justify-content: center;
    padding: 1rem;
    overscroll-behavior: contain;
}

.brac-popup-overlay.is-open {
    display: flex;
}

/* Dialog */
.brac-popup-dialog {
    background: #fff;
    border-radius: 20px;
    width: min(100%, 900px);
    max-height: 90dvh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.08);
    animation: bracPopIn 0.38s cubic-bezier(0.34, 1.56, 0.64, 1) both;
    scrollbar-width: none;
}

.brac-popup-dialog::-webkit-scrollbar {
    display: none;
}

@keyframes bracPopIn {
    from { opacity: 0; transform: scale(0.88) translateY(28px); }
    to   { opacity: 1; transform: scale(1) translateY(0); }
}

/* Close button */
.brac-popup-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 20;
    width: 36px !important;
    height: 36px !important;
    min-width: 0 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    transition: background 0.2s, transform 0.2s;
}

.brac-popup-close:hover {
    background: #fff !important;
    transform: scale(1.1);
}

.brac-popup-close svg {
    width: 16px !important;
    height: 16px !important;
    color: #111827 !important;
    margin: 0 !important;
}

/* Loading */
.brac-popup-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5rem 2rem;
    gap: 1rem;
}

.brac-spinner {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 3px solid #EBF0FA;
    border-top-color: var(--brac-navy);
    animation: bracSpin 0.7s linear infinite;
}

@keyframes bracSpin {
    to { transform: rotate(360deg); }
}

/* Hero image with gradient overlay + text */
.brac-popup-image {
    position: relative;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    background: #F5F7FA;
}

.brac-popup-image img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
}

.brac-popup-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 15, 28, 0.85) 0%, rgba(10, 15, 28, 0.3) 35%, transparent 60%);
    pointer-events: none;
}

/* Hero info overlay (title + type sitting on image) */
.brac-popup-hero-info {
    position: absolute;
    bottom: 1.75rem;
    left: 2rem;
    right: 2rem;
    color: #fff;
    z-index: 2;
}

.brac-popup-type {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: var(--brac-cta);
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.brac-popup-title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 0.25rem;
    color: #fff;
}

/* Body */
.brac-popup-body {
    padding: 1.75rem 2rem 2rem;
}

/* Price row */
.brac-popup-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #F0F4FF 0%, #EBF0FA 100%);
    border: 1px solid #D9E3F5;
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.75rem;
    gap: 1rem;
    flex-wrap: wrap;
    margin-left: 0 !important;
}

.brac-popup-price-info {
    padding-left: 0;
    margin-left: 0;
    flex: 1;
}

.brac-popup-price-lbl {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--brac-muted);
}

.brac-popup-price {
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--brac-navy);
    line-height: 1;
    margin: 0.25rem 0 0.125rem;
}

.brac-popup-price-old {
    font-size: 1rem;
    color: #9CA3AF;
    text-decoration: line-through;
    font-weight: 600;
    margin-right: 0.5rem;
}

.brac-popup-price-note {
    font-size: 0.72rem;
    color: var(--brac-muted);
}

/* Section title (reusable) */
.brac-popup-sec-title {
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--brac-muted);
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #F0F3F9;
    margin: 0 0 1.125rem;
}

/* Specs grid — 4 tiles */
.brac-popup-specs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 2rem;
}

.brac-popup-spec {
    background: #F9FAFB;
    border: 1px solid #EEF0F5;
    border-radius: 12px;
    padding: 0.875rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.brac-popup-spec:hover {
    border-color: var(--brac-navy);
    box-shadow: 0 4px 12px rgba(27, 58, 107, 0.08);
}

.brac-popup-spec-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #EBF0FA;
    display: grid;
    place-items: center;
    margin-bottom: 0.125rem;
    color: var(--brac-navy);
}

.brac-popup-spec-icon svg {
    width: 17px;
    height: 17px;
}

.brac-popup-spec-label {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--brac-muted);
}

.brac-popup-spec-value {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--brac-ink);
}

/* Description */
.brac-popup-desc {
    font-size: 0.875rem;
    color: var(--brac-body);
    line-height: 1.75;
    margin: 0 0 2rem;
}

/* Booking form */
.brac-popup-form-title {
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--brac-muted);
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #F0F3F9;
    margin: 0 0 1.125rem;
}

.brac-popup-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    margin-bottom: 1rem;
}

.brac-popup-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.brac-popup-field label {
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--brac-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.brac-popup-field select,
.brac-popup-field input[type="date"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--brac-border);
    border-radius: 10px;
    font-size: 0.85rem;
    color: var(--brac-ink);
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
    appearance: none;
    -webkit-appearance: none;
    font-family: inherit;
}

.brac-popup-field select:focus,
.brac-popup-field input[type="date"]:focus {
    border-color: var(--brac-navy);
    box-shadow: 0 0 0 3px rgba(27, 58, 107, 0.12);
    outline: none;
}

/* Summary bar */
.brac-popup-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    background: #F0FDF4;
    border: 1px solid #BBF7D0;
    border-radius: 12px;
    margin-bottom: 1rem;
    font-size: 14px;
}

.brac-popup-summary-label {
    color: var(--brac-ink);
    font-weight: 700;
    font-size: 0.85rem;
}

.brac-popup-summary-days {
    font-size: 0.75rem;
    color: var(--brac-muted);
    margin-top: 2px;
    font-weight: 500;
}

.brac-popup-summary-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--brac-tag-val);
    line-height: 1;
}

/* Error */
.brac-popup-error {
    padding: 12px 14px;
    background: #FEF2F2;
    border: 1px solid #FECACA;
    color: #991B1B;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 14px;
    display: none;
}

.brac-popup-error.is-visible {
    display: block;
}

/* Submit button */
.brac-popup-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 16px 20px;
    background: var(--brac-cta);
    color: #fff !important;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    font-family: inherit;
    letter-spacing: 0.02em;
}

.brac-popup-submit:hover:not(:disabled) {
    background: var(--brac-cta-hov);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(232, 77, 28, 0.25);
}

.brac-popup-submit:active {
    transform: scale(0.99);
}

.brac-popup-submit:disabled {
    background: #D1D5DB;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.brac-popup-submit svg {
    width: 18px;
    height: 18px;
}

/* Body lock */
body.brac-popup-open {
    overflow: hidden;
}

/* RESPONSIVE — tablet */
@media (max-width: 768px) {
    .brac-popup-specs {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* RESPONSIVE — mobile (bottom sheet) */
@media (max-width: 640px) {
    .brac-popup-overlay {
        padding: 0;
        align-items: flex-end;
    }

    .brac-popup-dialog {
        max-width: 100%;
        max-height: 92dvh;
        border-radius: 20px 20px 0 0;
        animation: bracSlideUp 0.35s cubic-bezier(0.16, 1, 0.3, 1) both;
    }

    @keyframes bracSlideUp {
        from { transform: translateY(100%); }
        to   { transform: translateY(0); }
    }

    .brac-popup-image {
        border-radius: 20px 20px 0 0;
    }

    .brac-popup-image img {
        height: 230px;
    }

    .brac-popup-body {
        padding: 1.25rem;
    }

    .brac-popup-hero-info {
        left: 1.25rem;
        right: 1.25rem;
        bottom: 1.25rem;
    }

    .brac-popup-title {
        font-size: 1.5rem;
    }

    .brac-popup-price-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .brac-popup-price {
        font-size: 2rem;
    }

    .brac-popup-form {
        grid-template-columns: 1fr;
    }
}







/* ========== HOMEPAGE FEATURED FLEET ========== */
.brac-homepage-fleet-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 4rem 20px 3rem;
}

.brac-homepage-fleet-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.brac-homepage-fleet-eyebrow {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #E84D1C;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
}

.brac-homepage-fleet-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #111827;
    margin: 0;
    line-height: 1.1;
}

.brac-homepage-fleet-all {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1B3A6B;
    text-decoration: none;
    padding: 0;
    border: none;
    background: none;
    transition: color 0.2s, gap 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.brac-homepage-fleet-all:hover {
    color: #E84D1C;
    gap: 12px;
}

.brac-homepage-fleet-all:hover {
    background: #1B3A6B;
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 640px) {
    .brac-homepage-fleet-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .brac-homepage-fleet-all {
        width: 100%;
        justify-content: center;
    }
}



tr[class*="shipping"], tr:contains("Free shipping") { display:none !important; }