/* About Car Results */
.about-car-results {
    border-bottom: 0.5px solid #757575;
    padding-bottom: 20px;
}

.car-name-with-next-prev-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 21px;
}

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

.action-buttons {
    display: flex;
    align-items: center;
    gap: 13px;
}

.buttons-main {
    display: flex;
    align-items: center;
    gap: 13px;
}

.action-btn {
    border: 1px solid #757575;
    background: transparent;
    color: #757575;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
    padding: 8px 13px;
    font:
        200 16px/22px "SF Pro",
        sans-serif;
}

.action-btn:hover {
    background: #757575;
    color: #ffffff !important;
}

.Arrow-btn-icon {
    width: 6px;
    height: 11px;
}

.Arrow-btn-icon.white {
    display: none;
}

.action-btn:hover:hover .Arrow-btn-icon.white {
    display: block;
}

.action-btn:hover .Arrow-btn-icon {
    display: none;
}

.back-btn {
    font:
        600 16px/22px "SF Pro",
        sans-serif;
    color: #183953 !important;
    text-decoration: underline;
}

/* Full Car Details */
.full-car-details-box {
    margin-top: 18px !important;
}

.vehicle-details-with-ads {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.vehicle-details-left-box {
    max-width: 965px;
}

.car-image-slider-with-vehicle-information {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 20px;
}

.image-slider-box {
    position: relative;
    width: 650px;
    overflow: hidden;
    border-radius: 10px;
    border: 0.5px solid #353535;
}

.image-slider-box .image-blur-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.image-slider-box .slider-item {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
    background: #f0f0f0;
}

.image-slider-box .image-blur-bg .blur-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(10px);
    transform: scale(1);
}

.image-slider-box .slider-main-image {
    position: relative;
    z-index: 1;
    width: 100% !important;
    height: 400px;
    max-height: 400px;
    max-width: 100%;
    object-fit: contain;
    border-radius: 10px;
    background: transparent;
    display: block;
}

.vehicle-information-box {
    width: 300px;
    border-radius: 10px;
    border: 0.5px solid #353535;
}
.vehicle-information-box .Vehicle-info-box p {
    width: 50%;
    padding: 0;
    border: none;
}

.slider-with-action-btns {
    position: relative;
    width: 100%;
}

.watchlist-btn-box {
    display: inline-block;
    position: absolute;
    z-index: 2;
    right: 16px;
    top: 16px;
}

.watchlist-btn {
    background: #ffffff;
    border: 1px solid #ffffff;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    gap: 8px;
    font:
        300 16px/22px "SF Pro",
        sans-serif;
    color: #e07900;
}

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

.watchlist-btn .heart-icon.white {
    display: none;
}

.watchlist-btn:hover,
.watchlist-btn.active {
    background: #e07900;
    border: 1px solid #e07900;
    color: #ffffff;
}

.watchlist-btn:hover .heart-icon.white,
.watchlist-btn.active .heart-icon.white {
    display: block;
}

.watchlist-btn:hover .heart-icon,
.watchlist-btn.active .heart-icon {
    display: none;
}

.action-button-on-image {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.download-box {
    background: #00000080;
    padding: 4px 10px;
    border: none;
    border-radius: 5px;
}

.download-icon {
    width: 24px;
    height: 24px;
}

.dropdown-menu.show.Download-text {
    display: block;
    left: -10px !important;
    border: none;
    border-radius: 0 10px 10px 0;
    text-align: center;
    padding: 20px 26px 11px;
}

.Download-text .dropdown-item {
    padding: 0 0 9px 0;
    color: #757575;
    font:
        600 16px/22px "SF Pro",
        sans-serif;
}

.Download-text .dropdown-item:hover {
    background: transparent;
}

.gallery-btn {
    padding: 5px 10px;
    background: #00000080;
    border-radius: 5px;
    border: none;
    display: flex;
    align-items: center;
    gap: 5px;
    font:
        500 14px/20px "SF Pro",
        sans-serif;
    color: #ffffff;
}

.gallery-icon {
    width: 18px;
    height: 18px;
}

.gallery-full-view {
    margin: 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    border-top: none;
    height: 204px;
    max-height: 204px;
    overflow: auto;
}

.gallery-image-of-car {
    width: 100%;
    height: 111px;
    max-height: 111px;
    border-radius: 5px;
}

.gallery-image-of-car.active {
    border: 1px solid #2865fe;
}

.gallery-full-view::-webkit-scrollbar {
    width: 3px;
}

.gallery-full-view::-webkit-scrollbar-track {
    background: #ececec;
    border-radius: 10px;
}

.gallery-full-view::-webkit-scrollbar-thumb {
    background: #e07900;
    border-radius: 10px;
    background-clip: content-box;
}

.gallery-full-view::-webkit-scrollbar-thumb:hover {
    background: #e07900;
}

.vehicle-information-box .vehicle-info-heading1 {
    padding: 16px 20px;
    border-bottom: 1px solid #e9e9e9;
    text-align: left;
    font:
        700 20px / 26px "SF Pro",
        sans-serif !important;
}
h2.vehicle-info-heading {
    font:
        700 20px / 26px "SF Pro",
        sans-serif !important;
}
.vehicle-info-heading {
    font:
        700 20px / 26px "SF Pro",
        sans-serif !important;
    color: #000;
}

.Vehicle-info-card {
    padding: 16px 20px;
}

.Vehicle-info-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.Vehicle-info-box p {
    width: 50%;
}

/* .Vehicle-info-heading {
    font: 700 16px/22px 'SF Pro', sans-serif;
    color: #000000;
} */

.Vehicle-info-text {
    color: #757575;
    font:
        500 16px/22px "SF Pro",
        sans-serif;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 135px;
    white-space: nowrap;
}

.image-slider-box .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 50%;
    padding: 0 10px;
}

.image-slider-box .owl-nav button {
    margin: 0 !important;
}

.image-slider-box .owl-nav button:hover {
    background: transparent;
}

.image-slider-box .owl-nav button span {
    background: #00000080;
    width: 38px;
    height: 38px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.image-slider-box .owl-nav span:after {
    content: "";
    position: absolute;
    background:
        url(/assets/frontend/images/car-detail/chevron_left-white.svg),
        no-repeat;
    width: 6px;
    height: 11px;
}

.image-slider-box .owl-nav .owl-prev span:after {
    transform: rotate(-180deg);
}

.image-slider-box .owl-prev.disabled,
.image-slider-box .owl-next.disabled {
    opacity: 0.5;
}

.Vehicle-Specifications {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
}

.Vehicle-Specifications .vehicle-full-details {
    padding: 16px 18px;
}

.Vehicle-Specifications .vehicle-highlight-text {
    padding: 0 0 16px;
    margin: 0;
}

.Vehicle-Specifications .Ownership-heading {
    padding: 16px 0;
}

.Vehicle-Specifications .ownership-details {
    padding: 0 25px;
    max-width: 50%;
}

.Vehicle-Specifications .vehicle-info-heading {
    padding: 20px 18px 24px 18px;
    border-bottom: 1px solid #e9e9e9;
}

.vechile-specification-main-head {
    display: flex;
    align-items: center;
    gap: 51px;
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 18px;
}

.Specifications-list-box {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* .vehicle-full-details {
    padding: 18px;
} */

.vehicle-full-detail-list .Vehicle-info-heading,
.vehicle-full-detail-list .Vehicle-info-text {
    width: 50%;
    text-overflow: unset;
    text-align: left;
    max-width: 50%;
}

.vechicle-full-details-text {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 30px;
}

.vechicle-full-details-text:last-child {
    margin: 0;
}

.vechicle-details {
    font:
        400 20px/26px "SF Pro",
        sans-serif;
    color: #757575;
    width: 50%;
    text-align: left;
}

.vehcile-highlights {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    margin-top: 20px;
}

.vehcile-highlights .vehicle-info-heading {
    padding: 20px 18px;
    border-bottom: 1px solid #e9e9e9;
}

.vehicle-highlight-text {
    display: flex;
    align-items: baseline;
    padding: 16px 18px;
    gap: 8px;
    margin-bottom: 24px;
}

.Highlights-icon {
    width: 16px;
    height: 16px;
}

.Highlights-text {
    font:
        200 16px / 20px "SF Pro",
        sans-serif;
    color: #434141;
}

.seller-reported-notes {
    padding-bottom: 52px;
}

.ownership-details-card .ownership-details-card-text.heading {
    color: #000000;
}

.seller-reported-notes .vehicle-highlight-text {
    padding: 16px 18px 0;
    margin-bottom: 0;
}

.Ownership-heading {
    font:
        700 20px / 26px "SF Pro",
        sans-serif;
    color: #000000;
    padding: 0 18px 16px;
}

.Ownership-History .vehicle-highlight-text {
    padding: 0 18px 16px;
    margin: 0;
}

.ownership-details {
    padding: 0 41px 20px;
    max-width: 50%;
}

.ownership-details-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 16px;
}

.ownership-details-card-text {
    font:
        200 16px/22px "SF Pro",
        sans-serif;
    color: #757575;
    width: 50%;
}

.features .ownership-details-card-text.heading {
    width: 70%;
}

.insurance-records .vehicle-highlight-text {
    padding: 0 18px;
}

.vehcile-details-right-box {
    width: 315px;
}

.lisiting-price-card {
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 1.56px 0px #00000040;
    text-align: center;
    padding: 23px;
    border-radius: 10px;
}

.lisiting-price-card .vehicle-info-heading {
    text-transform: uppercase;
}

.offer-price {
    color: #42a805;
    font:
        700 34px/40px "SF Pro",
        sans-serif;
    padding: 13px 0;
}

.make-offer-input-box {
    border: 1px solid #05309d;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    margin: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offer-icons {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.offer-input {
    font:
        700 17px/23px "SF Pro",
        sans-serif;
    color: #000000;
    text-align: center;
    border: none;
    max-width: 80%;
}

.offer-input::placeholder {
    color: #757575;
}

.offer-input:focus-visible {
    outline: none;
    box-shadow: none;
    border: none;
}

.make-offer {
    font:
        700 15px/21px "SF Pro",
        sans-serif;
}

.make-offer-btn {
    font:
        700 15px/21px "SF Pro",
        sans-serif;
    background: #e07900;
    border: 1px solid #e07900;
    color: #ffffff;
    padding: 11px 20px;
    width: 100%;
    border-radius: 10px;
}

.make-offer-btn:hover {
    background: transparent;
    color: #e07900;
}

/* .message-box {
    background: #E9E9E9;
    padding: 13px;
    border-radius: 10px;
    margin: 16px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 0.5px solid #E07900;
} */

.edit-icon {
    width: 20px;
    height: 20px;
}

.message-input {
    width: 100%;
    border: none;
    background: transparent;
    color: #000000;
    font:
        400 14px / 20px "SF Pro",
        sans-serif;
    resize: none;
}

.message-input::placeholder {
    color: #a19791;
}

.message-input:focus-visible {
    outline: none;
    box-shadow: none;
    border: none;
}

.send-button {
    background: transparent;
    border: none;
}

.send-btn {
    width: 38px;
    height: 38px;
}

.vehicle-records {
    box-shadow: 0px 0px 2.95px 0px #00000040;
    padding: 17px 15px;
    border-radius: 10px;
    position: relative;
}

.vehicle-record-heading {
    font:
        400 14px / 20px "SF Pro",
        sans-serif;
    color: #000000;
    text-align: center;
    padding-bottom: 8px;
}

.vehicle-name-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font:
        500 11px / 17px "SF Pro",
        sans-serif;
    margin-bottom: 12px;
}

.vehicle-image-demo {
    width: 22px;
    height: 14px;
}

.vehicle-records .Average-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vehicle-records .Average-text {
    font:
        400 10px / 16px "SF Pro",
        sans-serif;
}

.graph-img {
    width: 100%;
    height: 130px;
}

.Average-box-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.average-price {
    font:
        400 10px / 16px "SF Pro",
        sans-serif;
    color: #ffffff;
    position: absolute;
}

.below-average {
    left: 29px;
    top: 115px;
}

.average {
    top: 110px;
    left: 141px;
}

.above-average {
    top: 115px;
    right: 28px;
}

.kar-report-box {
    box-shadow: 0px 0px 1.56px 0px #00000040;
    background: #ffffff;
    padding: 46px;
    margin-top: 16px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.report-logo-box {
    width: 60px;
    height: 60px;
    background: #183953;
    margin: 0 auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kar-report-logo {
    width: 40px;
    height: 40px;
}

.report-heading {
    font:
        700 18px / 24px "SF Pro",
        sans-serif;
    color: #000000;
    margin: 17px 0 12px;
}

.reprot-content {
    font:
        300 16px / 22px "SF Pro",
        sans-serif;
    padding-bottom: 16px;
    color: #000000;
}

.Purchase-Report-Btn {
    display: flex;
    background: #183953;
    padding: 9px 0;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #ffffff !important;
    font:
        600 16px / 22px "SF Pro",
        sans-serif;
    border-radius: 10px;
    border: 1px solid #183953;
    cursor: pointer;
}

.kar-report-demo-car {
    width: 24px;
    height: 15px;
}

.Purchase-Report-Btn .kar-report-demo-car {
    display: none;
}

.Purchase-Report-Btn:hover {
    background: transparent;
    color: #183953 !important;
}

.Purchase-Report-Btn:hover .kar-report-demo-car.white {
    display: none;
}

.Purchase-Report-Btn .kar-report-demo-car.white {
    display: block;
}

.Purchase-Report-Btn:hover .kar-report-demo-car {
    display: block;
}

.banner-box {
    width: 100%;
    height: 356px;
    background: #d8d8d8;
    box-shadow: 0px 0px 3.21px 0px #00000040;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0;
    font:
        600 16px / 22px "SF Pro",
        sans-serif;
    color: #000000;
}

.Google-ads {
    width: 100%;
    max-width: 300px;
    height: 250px;
    background: #d8d8d8;
    box-shadow: 0px 0px 3.21px 0px #00000040;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font:
        600 16px / 22px "SF Pro",
        sans-serif;
    color: #000000;
}

/* Gallery Modal */
#Gallery-modal .modal-dialog {
    max-width: 1200px;
    margin: 0 0 0 auto;
    height: 100%;
}

#Gallery-modal .modal-content {
    height: 100%;
    padding: 0;
}

.gallery-modal-header {
    padding: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.5px solid #505050;
}

.gallery-modal-header .nav-item {
    padding: 0;
}

#Gallery-tabs {
    display: flex;
    align-items: center;
    gap: 16px;
}

#Gallery-modal .nav-link {
    padding: 12px 25px;
    border: 1px solid #757575;
    border-radius: 28px;
    font:
        500 18px / 24px "SF Pro",
        sans-serif;
    color: #757575;
}

#Gallery-modal .nav-link.active {
    border: 1px solid #05309d;
    border-radius: 28px;
    color: #05309d;
    background: #edf2ff;
    white-space: nowrap;
}

div#Gallery-modal {
    z-index: 999999;
}
.car-main-image .image-slider-box {
    height: 400px;
}
.modal-action-buttons {
    display: flex;
    align-items: center;
    gap: 30px;
}

.cross-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.gallery-modal-main-content {
    padding: 0 176px 0;
    overflow: auto;
    background: #ffffff;
    margin-bottom: 40px;
}

.photo-count {
    padding: 40px 0 14px 0;
    font:
        600 18px / 24px "SF Pro",
        sans-serif;
    text-align: right;
    color: #000000;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 8;
}

.modal-photos {
    width: 100%;
    height: 549px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.modal-photos:last-child {
    margin-bottom: 0px;
}

.video-box {
    position: relative;
}

.video-box .play-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

/* Similar vehicle */
.similar-vehicle {
    padding: 60px 0 30px;
}

.similar-vehicle .section-heading {
    text-align: center;
    padding-bottom: 30px;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.message-box-with-seller-type {
    box-shadow: 0px 0px 1.56px 0px #00000040;
    border-radius: 10px;
    margin-top: 20px;
}

.seller-type-main,
.seller-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 23px;
    padding: 10px 20px 0;
}

.about-seller {
    font:
        500 14px/20px "SF Pro",
        sans-serif;
    color: #000000;
}

.seller-type {
    background: #d5d5d5;
    border-radius: 5px;
    padding: 5px 10px;
    color: #6b6b6b;
    font:
        500 10px/16px "SF Pro",
        sans-serif;
}

.seller-details-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.seller-info {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.seller-profile {
    width: 51px;
    height: 51px;
}

.seller-info-left h4 {
    font:
        600 20px/26px "SF Pro",
        sans-serif;
    color: #000000;
}

.seller-status {
    font:
        400 12px/18px "SF Pro",
        sans-serif;
    color: #42a805;
    display: flex;
    align-items: center;
    gap: 5px;
}

.seller-status .active {
    width: 5px;
    height: 5px;
    background: #42a805;
    display: block;
    border-radius: 50%;
}

.share-link-icon {
    width: 12px;
    height: 10px;
    cursor: pointer;
}

.call-icon-main {
    width: 34px;
    height: 34px;
    cursor: pointer;
}

.message-box {
    border: 0.5px solid #e07900;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 9px;
    border-radius: 10px;
}

.edit-icon {
    width: 14px;
    height: 14px;
}

.message-input {
    border: none;
    font:
        500 14px/20px "SF Pro",
        sans-serif;
    color: #000000;
    width: 100%;
}

.message-input::placeholder {
    color: #a19791;
}

.message-input:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.send-message-icon {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.about-dealer-content {
    padding: 10px 5px;
    font:
        500 10px/16px "SF Pro",
        sans-serif;
    text-align: center;
}

.sold-out {
    font:
        600 30px/36px "SF Pro",
        sans-serif;
    color: #ff0000;
    font-style: italic;
    padding: 24px 0;
}

.fb-skeleton {
    width: 650px;
}

.skeleton-media {
    width: 100%;
    height: 420px;
    border-radius: 12px;
    background: linear-gradient(90deg, #e4e6eb 25%, #f0f2f5 37%, #e4e6eb 63%);
    background-size: 400% 100%;
    animation: shimmer 1.4s ease infinite;
}

.skeleton-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.skeleton-thumbs .thumb {
    width: 80px;
    height: 60px;
    border-radius: 8px;
    background: linear-gradient(90deg, #e4e6eb 25%, #f0f2f5 37%, #e4e6eb 63%);
    background-size: 400% 100%;
    animation: shimmer 1.4s ease infinite;
}
.message-box-with-seller-type .seller-details {
    padding: 0 20px 20px !important;
}

.on-desktop-view {
    display: block;
}

.on-mobile-view {
    display: none;
}

/* Responsive */
@media (max-width: 1366px) {
    .vehicle-details-with-ads {
        width: 100%;
    }

    .vehicle-details-left-box {
        max-width: 70%;
    }

    .image-slider-box {
        max-width: 67%;
    }

    .vehicle-information-box {
        width: 31%;
    }

    .vehcile-details-right-box {
        width: 30%;
    }

    .slider-with-action-btns,
    .image-slider-box .slider-main-image,
    .slider-main-image {
        width: 100% !important;
        border-radius: 10px;
    }

    .vehicle-information-box .vehicle-info-heading {
        padding: 16px;
    }

    .vehicle-info-heading {
        font:
            700 18px/24px "SF Pro",
            sans-serif;
    }

    .Vehicle-info-box {
        margin-bottom: 13px;
    }

    .Vehicle-info-heading {
        font:
            700 14px/20px "SF Pro",
            sans-serif;
    }

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

    .vechile-specification-main-head {
        gap: 31px;
    }
}

@media (max-width: 1199px) {
    .car-name-with-next-prev-option .main-heading {
        max-width: 70%;
    }

    .vehicle-information-box .vehicle-info-heading,
    .Vehicle-info-card {
        padding: 10px;
    }

    .vechile-specification-main-head {
        gap: 16px;
        padding: 16px;
    }

    .Vehicle-Specifications .vehicle-info-heading {
        padding: 0 10px;
    }

    .vehicle-full-details {
        padding: 10px;
    }

    .vechicle-details {
        font:
            400 16px/22px "SF Pro",
            sans-serif;
    }

    .vechicle-full-details-text {
        margin-bottom: 20px;
    }

    .below-average {
        left: 19px;
        top: 117px;
    }

    .average {
        top: 112px;
        left: 127px;
    }

    .above-average {
        top: 117px;
        right: 18px;
    }
}

@media (max-width: 768px) {
    .fb-skeleton {
        width: 100%;
    }
    .car-image-slider-with-vehicle-information {
        flex-direction: column;
    }

    .vechile-specification-main-head {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .vehicle-information-box {
        width: 100%;
    }

    .image-slider-box {
        max-width: 100%;
    }

    .ownership-details {
        max-width: 100%;
    }

    .similar-vehicle .col-lg-3.col-md-6.col-12 {
        margin-bottom: 16px;
    }

    .back-btn {
        white-space: nowrap;
    }

    .gallery-modal-main-content {
        padding: 0 76px 0;
        margin-bottom: 30px;
    }
}

/* Mobile Version */
@media (max-width: 575px) {
    .mobile {
        display: block;
        width: 100%;
    }

    .desktop {
        display: none;
    }

    .car-name-with-next-prev-option {
        gap: 47px;
        padding-top: 0;
    }

    .full-car-details-box {
        margin-top: 0;
    }

    .watchlist-btn {
        padding: 3px 8px;
        font:
            400 14px/20px "SF Pro",
            sans-serif;
    }

    .image-slider-box .owl-nav {
        display: none !important;
    }

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

    .vehicle-information-box .vehicle-info-heading,
    .Vehicle-info-card {
        padding: 20px;
    }

    .Vehicle-Specifications {
        padding: 20px 0;
    }

    .vechile-specification-main-head {
        padding: 16px 20px;
    }

    .vehicle-full-detail-list .Vehicle-info-text {
        text-align: right;
    }

    .Vehicle-Specifications .vehicle-info-heading {
        padding: 0 20px 20px;
    }
    .ownership-details-card-text {
        text-align: right;
    }
    .ownership-details-card-text.heading {
        text-align: left;
    }

    .vehicle-full-details {
        padding: 20px 20px 0;
    }
    .Highlights-icon {
        display: none;
    }
    .similar-vehicle {
        padding: 24px 0;
    }
    .vehicle-details-with-ads,
    .car-image-slider-with-vehicle-information,
    .action-buttons {
        flex-wrap: wrap;
    }
    .ownership-card .ownership-details {
        padding: 0 16px 0 !important;
    }
    .vehcile-details-right-box {
        width: 100%;
    }

    .vehicle-details-left-box {
        max-width: 100%;
    }

    .car-name-with-next-prev-option {
        gap: 47px;
    }

    .main-heading {
        font:
            700 15px/21px "SF Pro",
            sans-serif;
    }

    .action-btn span {
        display: none;
    }

    .buttons-main {
        gap: 6px;
    }

    .action-buttons {
        gap: 10px;
        justify-content: end;
    }

    .action-btn {
        background: #757575;
        padding: 4px 6px;
    }

    .action-btn .Arrow-btn-icon {
        display: none;
    }

    .Arrow-btn-icon.white {
        display: block;
        width: 8px;
        height: 15px;
    }

    .image-slider-box {
        max-width: 100%;
    }

    .image-slider-box .slider-main-image {
        width: 100% !important;
        max-height: 250px;
    }

    .gallery-full-view {
        display: none;
    }

    .message-box {
        margin: 0;
    }

    .vehicle-information-box {
        width: 100%;
    }

    .vechicle-details {
        font:
            400 16px/22px "SF Pro",
            sans-serif;
    }

    .mobile .vehicle-records {
        margin-top: 16px;
    }

    .vehicle-records {
        padding: 17px 23px;
    }

    .below-average {
        left: 49px;
    }

    .average {
        left: 161px;
    }

    .above-average {
        right: 48px;
    }

    .ownership-details {
        max-width: 100% !important;
        padding: 0 !important;
    }

    #Gallery-modal .nav-link {
        padding: 12px;
        font:
            500 14px / 20px "SF Pro",
            sans-serif;
    }

    .modal-action-buttons {
        gap: 18px;
    }

    .gallery-modal-header {
        padding: 24px 16px;
        border: none;
    }

    #Gallery-tabs {
        gap: 12px;
    }

    .gallery-modal-main-content {
        padding: 0 16px;
        margin-bottom: 20px;
    }

    .photo-count {
        padding: 0 0 16px;
        font:
            600 16px / 22px "SF Pro",
            sans-serif;
    }

    .message-box-on-mobile {
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 10px;
        background: #ffffff;
        left: 0;
        z-index: 9;
    }

    .car-name-with-next-prev-option .back-btn {
        text-align: right;
        width: 100%;
        display: block;
    }

    .back-to-result-icon {
        width: 22px;
        height: 15px;
    }

    .modal-photos {
        height: auto !important;
        width: 100%;
        max-height: 250px;
        object-fit: cover;
        max-width: 100%;
    }

    .gallery-modal-header {
        padding: 16px;
        border: none;
    }
    .car-main-image .image-slider-box {
        height: 250px;
    }

    .on-desktop-view {
        display: none;
    }

    .on-mobile-view {
        display: block;
    }

    .car-details-card {
        margin: 1px;
    }
}
