/* =========================================================
   MCS RENT A CAR
   SELECT VEHICLE / FARE CARD
   CONSOLIDATED CSS
========================================================= */


/* =========================================================
   VEHICLE FARE CARD
========================================================= */

.vehicle-fare-card {
    position: relative;

    background: #ffffff;

    border: 1px solid #d7d7d7;
    border-radius: 12px;

    overflow: hidden;

    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);

    transition:
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.vehicle-fare-card:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.11);
}


/* =========================================================
   MAIN CARD AREA
========================================================= */

.vehicle-main-area {
    padding: 28px 20px 24px;
}


/* =========================================================
   VEHICLE IMAGE WRAPPER
========================================================= */

.vehicle-card-image-wrap {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 185px;

    /* reserve space for badge */
    padding-top: 38px;
}


/* Vehicle image */

.vehicle-card-image {
    display: block;

    width: 100%;
    max-width: 240px;
    height: 150px;

    object-fit: contain;
}



/* =========================================================
   POPULAR / RECOMMENDED BADGE
========================================================= */

.vehicle-card-image-wrap .image-badge {
    position: absolute !important;

    /* Move badge to arrow position */
    top: -50px !important;
    left: 20px !important;

    z-index: 20;

    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;

    width: auto !important;
    height: auto !important;

    padding: 8px 8px !important;

    background: #ff9800 !important;
    color: #ffffff !important;

    border: 1px solid #ff9800 !important;
    border-radius: 20px !important;

    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 700 !important;

    white-space: nowrap;

    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);

    transform: none !important;
}


/* MOST POPULAR */

.vehicle-card-image-wrap .image-badge-popular {
    background: #ff9800 !important;
    background-color: #ff9800 !important;

    color: #ffffff !important;

    border: 1px solid #ff9800 !important;
}

.vehicle-card-image-wrap .image-badge-popular i {
    color: #ffffff !important;
}


/* RECOMMENDED */

.vehicle-card-image-wrap .image-badge-recommended {
    background: #fff4db !important;
    background-color: #fff4db !important;

    color: #e88900 !important;

    border: 1px solid #ffd17a !important;
}

.vehicle-card-image-wrap .image-badge-recommended i {
    color: #ff9800 !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .vehicle-card-image-wrap {
        min-height: 175px;
        padding-top: 38px;
    }

    .vehicle-card-image {
        max-width: 210px;
        height: 135px;
    }

    .vehicle-card-image-wrap .image-badge {
        top: 3px !important;
        left: 50% !important;

        transform: translateX(-50%) !important;

        padding: 7px 12px !important;

        font-size: 11px !important;
    }
}
/* =========================================================
   VEHICLE INFORMATION
========================================================= */

.vehicle-info-area {
    padding-left: 5px;
}

.vehicle-title {
    margin: 0 0 5px;

    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;

    color: #161616;
}

.vehicle-subtitle {
    margin-bottom: 17px;

    font-size: 14px;
    line-height: 1.5;
    font-style: italic;

    color: #6b7280;
}


/* =========================================================
   RATING
========================================================= */

.rating {
    display: inline-block;

    margin-left: 4px;

    padding: 4px 6px;

    background: #000000;
    color: #ffffff;

    border-radius: 4px;

    font-size: 10px;
    line-height: 1;
    font-weight: 700;

    vertical-align: middle;
}


/* =========================================================
   DRIVER INFORMATION
========================================================= */

.driver-info {
    display: flex;
    align-items: center;

    gap: 7px;

    margin-bottom: 10px;

    font-size: 14px;
    line-height: 1.4;

    color: #252525;
}

.driver-info i {
    color: #888888;
}


/* =========================================================
   PACKAGE INFORMATION
========================================================= */

.package-info {
    margin-bottom: 10px;

    font-size: 14px;
    line-height: 1.5;

    color: #222222;
}

.package-info strong {
    font-weight: 700;
    color: #111111;
}

.included-km-text {
    font-weight: 700;
    color: #111111;
}

.extra-rate-text {
    font-weight: 700;
    color: #111111;
}


/* =========================================================
   VEHICLE META
========================================================= */

.vehicle-meta {
    margin-bottom: 13px;

    font-size: 14px;
    line-height: 1.5;

    color: #6b7280;
}


/* =========================================================
   FUEL TYPE AREA
========================================================= */

.vehicle-fuel-options {
    margin-top: 16px;
    margin-bottom: 12px;
}

.fuel-title {
    margin-bottom: 11px;

    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;

    color: #111827;
}


/* =========================================================
   FUEL RADIO OPTION
========================================================= */

.fuel-option {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    margin-right: 18px;
    margin-bottom: 8px;

    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;

    color: #252525;

    cursor: pointer;

    user-select: none;
}


/* Fuel radio */

.fuel-option input[type="radio"] {
    width: 16px;
    height: 16px;

    margin: 0;

    flex-shrink: 0;

    accent-color: #ff9800;

    cursor: pointer;
}


/* Fuel name */

.fuel-option-text {
    display: inline-block;

    font-size: 14px;
    line-height: 16px;
    font-weight: 600;

    color: #252525;
}


/* Selected fuel */

.fuel-option:has(input[type="radio"]:checked)
.fuel-option-text {
    color: #111111;
    font-weight: 700;
}


/* =========================================================
   INCLUSIONS / EXCLUSIONS TOGGLE
========================================================= */

.inclusions-toggle {
    display: inline-flex;
    align-items: center;

    gap: 6px;

    margin-top: 7px;

    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;

    color: #ff9800;

    text-decoration: none !important;

    cursor: pointer;

    transition: color 0.2s ease;
}

.inclusions-toggle:hover,
.inclusions-toggle:focus {
    color: #e88900;

    text-decoration: none !important;
}


/* =========================================================
   PRICE AREA
========================================================= */

.price-box {
    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    text-align: center;
}

.price-amount {
    margin: 0;

    color: #ff9800;

    font-size: 36px;
    line-height: 1.1;
    font-weight: 700;
}


/* =========================================================
   GST / TAX INFORMATION
========================================================= */

.fare-tax-info {
    margin-top: 7px;

    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;

    color: #444444;

    text-align: center;

    white-space: nowrap;
}


/* =========================================================
   OPTIONAL PRICE SUBTEXT
========================================================= */

.price-sub {
    margin-top: 6px;

    font-size: 13px;
    line-height: 1.4;

    color: #777777;

    text-align: center;
}


/* =========================================================
   SELECT CAR BUTTON
========================================================= */

.btn-select {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 175px;

    margin-top: 18px;

    padding: 11px 28px;

    background: #ff9800;

    border: 1px solid #ff9800;
    border-radius: 5px;

    color: #ffffff !important;

    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;

    text-decoration: none !important;

    cursor: pointer;

    box-shadow:
        0 3px 8px rgba(255, 152, 0, 0.18);

    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.btn-select:hover,
.btn-select:focus {
    background: #e98b00;

    border-color: #e98b00;

    color: #ffffff !important;

    text-decoration: none !important;

    box-shadow:
        0 5px 12px rgba(255, 152, 0, 0.25);
}

.btn-select:active {
    transform: translateY(1px);
}


/* =========================================================
   BOTTOM NOTE
========================================================= */

.card-bottom-note {
    width: 100%;

    padding: 10px 18px;

    background: #fff4db;

    border-top: 1px solid #ead8ad;

    color: #e98b00;

    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
}


/* =========================================================
   INCLUSIONS / EXCLUSIONS PANEL
========================================================= */

.inclusions-panel {
    display: none;

    width: 100%;

    padding: 22px 30px 26px;

    background: #ffffff;

    border-top: 1px solid #e4e4e4;
}

.inclusions-panel.open {
    display: block;
}

.inclusions-panel-title {
    margin: 0 0 17px;

    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;

    color: #171717;
}


/* =========================================================
   INCLUSION / EXCLUSION ROW
========================================================= */

.inclusion-row {
    display: flex;
    align-items: flex-start;

    margin-bottom: 11px;

    font-size: 14px;
    line-height: 1.5;

    color: #333333;
}

.inclusion-icon {
    width: 28px;
    min-width: 28px;

    padding-top: 1px;

    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}


/* Included icon */

.inclusion-row.included .inclusion-icon {
    color: #18b957;
}


/* Excluded icon */

.inclusion-row.excluded .inclusion-icon {
    color: #ff9800;
}

.inclusion-text {
    line-height: 20px;
}

.inclusion-text strong {
    font-weight: 700;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .vehicle-main-area {
        padding: 24px 15px 20px;
    }

    .vehicle-card-image {
        max-width: 210px;
        height: 145px;
    }

    .vehicle-title {
        font-size: 19px;
    }

    .price-amount {
        font-size: 31px;
    }

    .btn-select {
        min-width: 155px;

        padding: 10px 22px;
    }

    .fare-tax-info {
        white-space: normal;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    /* Card */

    .vehicle-fare-card {
        border-radius: 10px;
    }


    /* Main area */

    .vehicle-main-area {
        padding: 20px 15px;
    }


    /* Vehicle image */

    .vehicle-card-image-wrap {
        min-height: auto;

        padding-top: 32px;

        margin-bottom: 10px;
    }

    .vehicle-card-image {
        max-width: 210px;
        height: 140px;
    }



    /* Vehicle information */

    .vehicle-info-area {
        margin-top: 10px;

        padding-left: 0;
    }

    .vehicle-title {
        font-size: 19px;

        text-align: center;
    }

    .vehicle-subtitle {
        margin-bottom: 15px;

        font-size: 13px;

        text-align: center;
    }

    .driver-info {
        font-size: 13px;
    }

    .package-info {
        font-size: 13px;
    }

    .vehicle-meta {
        font-size: 13px;
    }


    /* Fuel */

    .vehicle-fuel-options {
        margin-top: 15px;
    }

    .fuel-option {
        margin-right: 15px;
        margin-bottom: 10px;

        font-size: 14px;
    }

    .fuel-option-text {
        font-size: 14px;
    }


    /* Price */

    .price-box {
        margin-top: 18px;
        margin-bottom: 8px;
    }

    .price-amount {
        font-size: 32px;
    }

    .fare-tax-info {
        margin-top: 5px;

        font-size: 12px;

        white-space: normal;
    }

    .price-sub {
        font-size: 12px;
    }


    /* Select car */

    .btn-select {
        width: auto;

        min-width: 170px;

        margin-top: 14px;

        padding: 11px 24px;

        font-size: 15px;
    }


    /* Inclusion panel */

    .inclusions-panel {
        padding: 20px 18px 22px;
    }

    .inclusions-panel-title {
        font-size: 17px;
    }

    .inclusion-row {
        font-size: 13px;
    }


    /* Bottom note */

    .card-bottom-note {
        padding: 9px 14px;

        font-size: 13px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .vehicle-main-area {
        padding: 18px 12px;
    }


    /* Vehicle image */

    .vehicle-card-image {
        max-width: 185px;
        height: 125px;
    }


    /* Vehicle title */

    .vehicle-title {
        font-size: 18px;
    }

    .vehicle-subtitle {
        font-size: 12px;
    }


    /* Badge */

    .image-badge {
        padding: 6px 11px;

        font-size: 10px;
    }


    /* Fuel */

    .fuel-title {
        font-size: 14px;
    }

    .fuel-option {
        gap: 5px;

        margin-right: 12px;
    }

    .fuel-option input[type="radio"] {
        width: 15px;
        height: 15px;
    }

    .fuel-option-text {
        font-size: 13px;
    }


    /* Price */

    .price-amount {
        font-size: 29px;
    }

    .fare-tax-info {
        font-size: 11px;
    }


    /* Select car */

    .btn-select {
        min-width: 155px;

        font-size: 14px;
    }


    /* Inclusion panel */

    .inclusions-panel {
        padding: 18px 14px 20px;
    }
}