.car-img-container {
    width: 100% !important;
    min-width: 100% !important;
    height: 200px !important;
    min-height: 230px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0px !important;
}

.car-image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100% !important;
    height: 100% !important;
    min-width: 300px;
}

ul.car-list {
    margin: 1px !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two equal-width columns */
    gap: 3px;
    align-items: center;
    font-size: .9rem;
}

ul.car-list li {
    padding: 0px;
    margin: 4px;
}

.step-btn {
    width: 100%;
    border: none;
}

.car-booking-selected img {
    padding: 0px !important;
    margin: 0 auto;
}

.car-img {
    overflow: hidden;
    border-radius: 15px;
    max-height: 160px;
    scale: 1.2;
}

.register-submit {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 18px;
    margin: 10px 0px 60px auto;
}

img.pack_img {
    width: auto;
    height: 30px;
    max-height: 30px;
}

.pack-element {
    cursor: pointer;
}

.pack-element:hover {
    background-color: #f5f5f5;
}

.pack-element .label {
    font-size: 12px;
    font-weight: 600;
}

.pack-element.active {
    border: 2px solid #dc2625;
}

.pack-element {
    border: 2px solid rgb(128, 128, 128);
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: start;
    align-items: center;
    width: 100%;
}

.pack-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    /*margin: 10px 0px;*/
    justify-content: space-between;
}

.dynamic-option {
    border-radius: 10px;
    user-select: none;
    text-align: center;
    margin: auto 10px;
    padding-left: 10px;
    width: auto;
    max-width: 33%;
}

.img-thumbnail {
    max-height: 10rem;
}

.form-switch {
    justify-content: center;
    margin: 0 auto;
}

.switch-input {
    margin: 0 !important;
    margin-top: 0 !important;
}

.form-switch.form-switch-el {
    margin-left: 0 !important;
    padding-left: 0px !important;
    margin-bottom: 4px !important;
    margin-right: 10px !important;
}

.form-group.d-flex.switch-check-element {
    display: flex !important;
    justify-content: start !important;
    align-items: start !important;
    margin-bottom: 0 !important;
}

.form-switch.form-switch-el {
    margin-left: 0 !important;
    padding-left: 0px !important;
    margin-bottom: 4px !important;
    margin-right: 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-top: 2px;
    user-select: none;

}

.options-table tr {
    display: flex;
    justify-content: space-between;
}

.options_prices_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.options_prices_row .option-price {
    font-size: 1.2rem;
    font-weight: 600;
    color: #dc2625;
}

.options_prices_table {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0px;
    width: 100%;
    text-align: right;

}

.options_name_col {
    text-align: left !important;
    width: 80%;
}

.options_prices_row td {
    text-align: center;
    min-width: 40px !important;
}

.action-btn {
    border-radius: 50%;
    padding: 7px !important;
    width: 40px;
    height: 40px;
    background: #121212;
    margin: auto 10px;
    max-width: 50%;

}

.total-col {
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold;
    border-top: 1px solid;
    padding-top: 10px;
}


.steps-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    /*margin: 50px auto auto auto !important;*/
    gap: 20px;
}

td.options_name_col {
    width: 60%;
}

td.options_name_col_amount {
    width: 50%;
    text-align: right;
}

.car-image-holder {
    width: auto;
}

img.car-booking-image {
    width: 100%;
    min-width: 100%;
}

@media screen and (max-width: 768px) {
    .car-image-holder {
        width: 100%;
    }

    .m-mobile {
        margin-top: 80px;
    }

    .pack-container {
        flex-direction: column;
    }

    .submit-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    div#main_nav {
        padding: 20px;
        box-shadow: 4px 10px 10px 5px #00000059;
        margin-bottom: 20px;
        border-radius: 20px;
    }

    .find-car-form {
        padding: 10px;
    }

    .find-car-form .form-control {
        padding: 15px 38px 15px 15px;
        border-radius: 12px;
        font-size: 18px;
        box-shadow: none;
        color: #757f95;
    }

    .pt-120 {
        padding-top: 40px;
    }
}


img.card-prev-img {
    height: auto;
    max-height: 57px;
    width: auto;
    margin: 0px;
}

.site-title {
    text-transform: initial !important;
}

.site-title::first-letter {
    text-transform: capitalize;
}

.theme-btn {
    text-transform: initial !important;
}

.theme-btn::first-letter {
    text-transform: capitalize;
}

img.partner-img {
    max-width: 10rem;
}

.partner-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 140px;
}

.center-all {
    text-align: center;
    margin: 0 auto;
}

.single-car-image {
    max-height: 200px;
    margin: 0 auto;
    text-align: center;
    width: fit-content;
    border-radius: 30px;
    height: 200px;
}

.single-car-image-container {
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}

.form-group {
    margin-top: 20px;
}

.form-group label {
    color: #111111;
    font-weight: bold;
}

.blog-title, .nav-link {
    text-transform: initial !important;
}

span.car-price.mr-2 {
    margin-right: 20px;
}

.strong {
    font-weight: bold;
}

.overlay-reservation {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

.franchise-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 30px;
}

.franchise {
    position: relative;
    border: 3px solid #EAEAEA;
    padding: 16px;
    border-radius: 12px;
}

.franchise.active {
    border-color: #dc2625;
}

.franchise .popular {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #dc2625;
    font-size: 0.7rem;
    padding: 3px 10px;
    color: white;
    font-weight: bold;
    border-radius: 12px;
}

.franchise h2 {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 1.5rem;
    font-weight: bold;
}

.franchise img {
    height: 17px;
}

.franchise p {
    font-size: 0.8rem;
    margin-bottom: 15px;
}

.franchise h3 {
    font-size: 1.1rem;
    font-weight: normal;
}

.franchise h3 span {
    font-weight: bold;
    font-size: 1.25rem;
}

.franchise hr {
    border: 2px solid #CCC;
    margin: 30px 0;
}

.franchise ul {
    margin-bottom: 14px;
}

.franchise ul li {
    font-size: 0.75rem;
}

.franchise ul li i {
    width: 20px;
}

.franchise button {
    position: absolute;
    font-size: 0.8rem;
    bottom: -20px;
    color: white;
    background: #0b0b0b;
    border: none;
    border-radius: 12px;
    padding: 6px 12px;
    left: 50%;
    transform: translateX(-50%);
}

.franchise.active button {
    background: #dc2625;
}

.options_prices_row {
    margin: 0;
}

.options_prices_row .options_name_col {
    font-size: 0.85rem;
}

.options_prices_row .text-right {
    color: #0b0b0b;
    font-weight: bold;
}

.options_container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding-bottom: 30px;
}

.options_container .option {
    border: 3px solid #EAEAEA;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.options_container .option.active {
    border-color: #dc2625;
}

.options_container .option-head {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.options_container img {
    height: 40px;
    margin-right: 10px;
}

.options_container h2 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: bold;
}

.options_container p {
    font-size: 0.8rem;
    line-height: 1.2rem;
    margin-bottom: 15px;
}

.options_container h3 {
    font-size: 1.3rem;
    font-weight: normal;
    margin-bottom: 10px;
    color: #BBB;
}

.options_container h3 span {
    color: #0b0b0b;
    font-weight: bold;
    font-size: 1.45rem;
}

.options_container button {
    font-size: 0.8rem;
    color: white;
    background: #0b0b0b;
    border: none;
    border-radius: 12px;
    padding: 6px 12px;
    width: 100%;
}

.options_container .option.active button {
     background: #dc2625;
}

.options_container .quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.options_container .quantity div {
    font-size: 1.3rem;
    font-weight: bold;
}

.options_container .quantity button {
    width: 60px;
}

.vehicle-list {
    display: grid;
    gap: 40px;
    padding: 0 20px;
}

.vehicle-card {
    display: grid;
    grid-template-columns: 1fr;
    background: #FFF;
    padding: 10px;
    box-shadow: 0px 4px 17px -8px #CCC;
    border-radius: 16px;
}

.vehicle-card > * {
    justify-self: center;
}

.vehicle-card figure img {
    height: 200px;
    resize: both;
}

.vehicle-card h2 {
    font-size: 2rem;
}

.vehicle-card .badge {
    font-size: 0.7rem;
    text-transform: uppercase;
    background: #e7ecfc;
    color: #0b0b0b;
    padding: 5px 10px;
}

.vehicle-card .badge.main {
    background: #dc2625;
    color: white;
}

.vehicle-card ul li {
    font-size: 0.8rem;
}

.vehicle-card footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vehicle-card .button {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 12px;
    background: #dc2625;
    color: white;
}

.vehicle-card footer {
    display: grid;
    align-content: center;
    margin-top: 20px;
}

.vehicle-card footer h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
}

.vehicle-card footer h3 span {
    font-size: 1.3rem;
    font-weight: normal;
}

.vehicle-card footer p {
    text-align: center;
    font-size: 1rem;
}

.vehicle-card footer form .button {
    margin-top: 10px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .franchise-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .vehicle-list {
        display: grid;
        gap: 30px;
        padding: 0;
    }

    .vehicle-card {
        grid-template-columns: 250px 1fr auto;
        gap: 20px;
    }

    .vehicle-card > * {
        justify-self: normal;
    }

    .vehicle-card figure img {
        height: auto;
        resize: both;
    }

    .vehicle-card h2 {
        font-size: 1.4rem;
    }

    .vehicle-card .badge {
        font-size: 0.6rem;
    }

    .vehicle-card ul li {
        font-size: 0.7rem;
    }

    .vehicle-card footer {
        margin-top: 0;
        justify-content: end;
    }

    .vehicle-card footer h3 {
        font-size: 1.3rem;
    }

    .vehicle-card footer h3 span {
        font-size: 1.1rem;
    }

    .vehicle-card footer p {
        text-align: right;
        font-size: 0.8rem;
    }

    .options_container {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

#cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 10;
}
