.options,
ul,
ul li {
    list-style: none;
}

*,
.vehicle-info-list:last-child,
ul,
ul li {
    padding: 0;
}

a,
button {
    transition: 0.8s ease-in-out;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ul li {
    margin: 0;
}

.car-details-card:hover .collpse-button {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
}

.blog-card,
.car-details-card {
    box-shadow: 0 0 4px 0 #00000040;
}

.blog-image-main,
.blog-image-wrapper {
    min-width: 169px;
    max-width: 169px;
    border-radius: 10px;
}

@font-face {
    font-family: "SF Pro";
    src: url("../../../font/SfproDisplay/SFPRODISPLAYREGULAR.OTF")
        format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "SF Pro";
    src: url("../../../font/SfproDisplay/SFPRODISPLAYBOLD.OTF")
        format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "SF Pro";
    src: url("../../../font/SfproDisplay/SFPRODISPLAYMEDIUM.OTF")
        format("opentype");
    font-weight: 500;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    cursor: pointer;
}

body {
    font-family: "SF Pro", sans-serif;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* .google-ad {
    width: 970px;
    min-height: 90px;
    background: #d9d9d9;
    border-radius: 10px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.google-ad p {
    font:
        600 18px/24px "SF Pro",
        sans-serif;
    color: #000;
} */

.collpse-button.show .Collapse,
.desktop-view,
.watchlist-btn-card.watchlistAdded .heart-icon.white,
.watchlist-btn-card:hover .heart-icon.white {
    display: block;
}

.collpse-button .Collapse,
.collpse-button.show .Expand,
.mobile-view,
.watchlist-btn-card .heart-icon.white,
.watchlist-btn-card.watchlistAdded .heart-icon,
.watchlist-btn-card:hover .heart-icon {
    display: none;
}

.white-btn {
    padding: 12px 45px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #fff;
    font:
        700 20px/26px "SF Pro",
        sans-serif;
    color: #000;
}

.white-btn:hover {
    background: 0 0;
    color: #fff;
}

.breadcrumb-item a {
    font:
        400 16px/22px "SF Pro",
        sans-serif;
    color: #e07900 !important;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 6px !important;
}

/* .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 6px !important;
    content: var(--bs-breadcrumb-divider, "/") !important;
} */

.breadcrumb-item.active,
.section-content {
    color: #757575 !important;
}

.section-heading {
    font:
        700 32px/38px "SF Pro",
        sans-serif;
    color: #000;
}

.small-heading {
    font:
        700 24px/30px "SF Pro",
        sans-serif;
    color: #000;
}

.section-content,
.small-content {
    font:
        500 20px/26px "SF Pro",
        sans-serif;
}

.small-content {
    color: #000;
}

.main-content {
    font:
        300 16px/22px "SF Pro",
        sans-serif;
    color: #757575;
}

.features-btn-on-card,
.new-listing-btn-on-card {
    color: #fff;
    font:
        700 12px/20px "SF Pro",
        sans-serif;
    text-transform: uppercase;
}

.car-details-card {
    border-radius: 10px;
    position: relative;
    transition:
        max-height 4s ease-in-out,
        opacity 4s ease-in-out,
        transform 4s ease-in-out;
    cursor: pointer;
}

.car-details-card.Featured {
    background: #f1f9ff;
}

.car-card-image-wrapper {
    position: relative;
    width: 100%;
    height: 193px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.car-card-image-blur {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    filter: blur(18px);
    transform: scale(1.15);
    z-index: 0;
}

.car-card-image-main {
    position: relative;
    z-index: 1;
    width: 100% !important;
    height: 193px;
    max-height: 193px;
    object-fit: contain;
    border-radius: 10px 10px 0 0;
    background: 0 0;
    filter: drop-shadow(0px 0px 4px #00000040);
}

.car-full-details,
.faq-answer,
.options {
    max-height: 0;
    opacity: 0;
}

.car-card-action-btn-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
    gap: 6px;
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 15px;
}

.owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fdca8d;
    display: block;
}

.options li.selected-option,
.options li:hover {
    background: #eaeaea;
    color: #757575;
}

.owl-dots .owl-dot.active span {
    background: #e07900;
}

.car-details-card .owl-nav {
    position: absolute;
    bottom: 9px;
    left: 9px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.owl-nav button span {
    font-size: 0;
}

.car-details-card .owl-nav button span::after {
    content: "";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 20px;
    height: 20px;
    background-size: 10px 7px;
    background-color: #e07900;
    border: 1px solid #fff;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
}

.car-details-card .owl-nav .owl-next span::after {
    background-image: url("assets/frontend/images/car-detail/slider-right-arrow.svg");
}

.car-details-card .owl-nav .owl-prev span::after {
    background-image: url("assets/frontend/images/car-detail/slider-left-arrow.svg");
}

.car-details-card .owl-nav button.disabled span::after {
    background-color: #ffbd6f;
    cursor: default;
}

.features-btn-on-card {
    padding: 6px 20px;
    background: #e07900;
    border: 1px solid #fff;
    border-radius: 5px;
    animation: 3s ease-in-out infinite shake-twice-every-6s;
}

@keyframes shake-twice-every-6s {
    0%,
    49.9%,
    62%,
    to {
        transform: none;
    }

    50%,
    52%,
    56%,
    58% {
        transform: rotate(2deg) translateX(1px);
    }

    53%,
    55%,
    59%,
    61% {
        transform: rotate(-2deg) translateX(-1px);
    }
}

.watchlist-btn-card {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.watchlist-btn-card.watchlistAdded,
.watchlist-btn-card:hover {
    background: #e07900;
    border: 1px solid #e07900;
}

.heart-icon {
    width: 15px;
    height: 15px;
}

.new-listing-btn-on-card {
    border: 1px solid #fff;
    background: #18395399;
    border-radius: 5px;
    padding: 6px 12px;
}

.car-card-details,
.price-box-main,
.price-with-car-name {
    padding: 16px;
    border-bottom: 1.27px solid #0000000d;
}
p.vehicle-info-heading {
    font:
        300 20px/26px "SF Pro",
        sans-serif;
}

h2.vehicle-info-heading {
    font:
        700 20px/26px "SF Pro",
        sans-serif;
}

.car-card-name {
    font:
        600 16px/22px "SF Pro",
        sans-serif;
    color: #000;
    white-space: nowrap;
    max-width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    padding: 0 0 16px;
}

.car-details-box {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.car-card-detils-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.car-card-icons {
    width: 18px;
    height: 18px;
}

.car-card-text {
    font:
        400 16px/22px "SF Pro",
        sans-serif;
    color: #757575;
}

.card-heading-text {
    font:
        700 18px/24px "SF Pro",
        sans-serif;
    color: #000;
}

.car-price {
    font:
        700 24px/30px "SF Pro",
        sans-serif;
    color: #000000;
    padding: 10px 16px 0;
}
.car-full-details.show {
    max-height: 1000px;
    opacity: 1;
    transform: translateY(0);
    border-bottom: 1.27px solid #0000000d;
    padding: 16px;
}

.car-details-wrapper {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.car-details-btn {
    background: #e07900;
    border: 1px solid #e07900;
    padding: 9px 30px;
    font:
        500 20px/26px "SF Pro",
        sans-serif;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}

.collpse-button,
.collpse-button.show {
    background: transparent;
    border: 1px solid #e07900;
    padding: 13px;
    border-radius: 5px;
    width: 46px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.car-details-btn:hover {
    background: 0 0;
    color: #e07900;
}

.blog-content h3,
.overview-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.collpse-button.show {
    display: flex;
    justify-content: center;
}

.expand-icon {
    width: 18px;
    height: 15px;
}

.collpse-button.show .expand-icon {
    transform: rotate(-180deg);
}

.car-full-details {
    overflow: hidden;
    transform: translateY(-10px);
    transition:
        max-height 0.5s ease-in-out,
        opacity 0.5s ease-in-out,
        transform 0.5s ease-in-out;
}

.car-full-details.show {
    max-height: 1000px;
    opacity: 1;
    transform: translateY(0);
}

.overview-text {
    font:
        500 14px/20px "SF Pro",
        sans-serif;
    color: #757575;
    padding: 10px 0 0;
    margin: 0 0 10px;
    text-overflow: ellipsis;
}

.vehicle-info-list-box {
    padding-top: 10px;
}

.vehicle-info-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 10px;
}

.vehicle-info-heading,
.overview-text .vehicle-info-heading {
    font:
        600 14px/20px "SF Pro",
        sans-serif !important;
    color: #000;
}

.vehicle-info-text {
    font:
        500 14px/20px "SF Pro",
        sans-serif;
    color: #757575;
}

.private-owner .row {
    row-gap: 20px;
}

.faq-main-box {
    padding: 40px 0;
}

.faq-main-box .small-heading {
    padding-bottom: 44px;
    text-align: left;
}

.faq-wrapper {
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #cdd6da40;
    padding: 20px 0;
}

.faq-item:last-child,
.options li:last-child {
    border-bottom: none;
}

.options li,
.options li.selected-option {
    border-bottom: 1px solid #eaeaea;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
    font:
        700 24px/30px "SF Pro",
        sans-serif;
    color: #000;
    gap: 76px;
}

.faq-question .icon {
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        background-color 0.3s,
        transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-question .icon img {
    width: 14px;
    height: 14px;
    transition:
        transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.25s;
}

.faq-answer {
    transition:
        grid-template-rows 0.45s,
        opacity 0.35s;
    max-width: 800px;
    display: none;
}

.faq-item.active .faq-answer {
    max-height: 100%;
    opacity: 1;
    display: block;
    padding-top: 10px;
}

.faq-answer p {
    font:
        400 18px/24px "SF Pro",
        sans-serif !important;
    color: #5a5365;
}

.custom-select {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 10px;
}

.custom-select.open {
    border: 0.6px solid #00000080;
    border-radius: 8px 8px 0 0;
}

.form-group {
    position: relative;
    margin-bottom: 24px;
    border-bottom: 0;
}

.country-select-input {
    border: none;
    max-width: 100%;
    padding: 22px;
    font:
        400 16px/100% Urbanist,
        sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    color: #757575;
}

.country-select-input::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    font-size: 14px;
    transition: transform 0.3s;
    pointer-events: none;
    background: url(/assets/frontend/images/header/drop-down-icon.svg);
    width: 11px;
    height: 6px;
}

.custom-select.open .country-select-input::after {
    transform: translateY(-50%) rotate(180deg);
}

.options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e07900;
    border-radius: 0 0 8px 8px;
    margin-top: 0;
    padding: 0;
    z-index: 10;
    transition: 0.3s;
}

.custom-select.open .options {
    max-height: 300px;
    opacity: 1;
    overflow-y: auto;
}

.options li {
    padding: 10px 22px;
    cursor: pointer;
    font:
        400 16px/22px "SF Pro",
        sans-serif;
}

.small-section-heading {
    font:
        700 20px/26px "SF Pro",
        sans-serif;
    padding-bottom: 12px;
}

.private-owner-cars {
    padding-bottom: 30px;
}

.State-name-main {
    display: flex;
    gap: 16px 30px;
    flex-wrap: wrap;
}

.by-state .State-name-list {
    width: 110px;
}

.State-name-list {
    font:
        500 18px/24px "SF Pro",
        sans-serif;
    color: #757575 !important;
}

.near-you .State-name-main {
    gap: 10px 27px;
}

.near-you .State-name-list {
    width: 117px;
}

.latest-blogs {
    padding: 0 0 60px;
    text-align: center;
}

.blog-card {
    border-radius: 10px;
    padding: 12px;
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.blog-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.blog-image-blur {
    position: absolute;
    inset: 0;
    width: 169px;
    height: 100%;
    object-fit: cover;
    filter: blur(18px);
    transform: scale(1.15);
    z-index: 0;
}

.blog-image-main {
    position: relative;
    z-index: 1;
    width: 169px;
    height: 150px;
    max-height: 150px;
    object-fit: contain;
    background: 0 0;
    filter: drop-shadow(0px 0px 4px #00000040);
}

.blog-content {
    text-align: left;
}

.blog-content h3 {
    font:
        600 16px/22px "SF Pro",
        sans-serif;
    color: #000;
    padding-bottom: 16px;
    max-height: 70px;
}

.blog-content .main-btn {
    width: auto;
    padding: 8px 12px;
}

.blog-content .blog-date {
    font:
        300 14px/20px "SF Pro",
        sans-serif;
    color: #8f8f8f;
    padding-top: 8px;
    text-align: right;
}

.latest-blogs .blue-Btn {
    margin: 40px auto 0;
}
