* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Raleway", sans-serif;
    padding-top: 129px;
}

html {
    scroll-behavior: smooth;
}

.h6,
h6 {
    font-size: 1rem;
    font-weight: 600 !important;
}

.img-coverd {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

a {
    text-decoration: none;
}

.list-sltyle-none li {
    list-style: none;
}

.bg-purple {
    background-color: #1C2938;
}

.bg-gray {
    background-color: #F6F6F6;
}

.text-black {
    color: #000 !important;
}

.text-blue {
    color: #E80A77 !important;
}

.text-gray {
    color: #747474 !important;
}

.panel-space {
    padding: 30px 0;
}

.text-12 {
    font-size: 12px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-20 {
    font-size: 20px !important;
}

.text-24 {
    font-size: 24px !important;
}

.text-34 {
    font-size: 34px !important;
}

.text-30 {
    font-size: 30px !important;
}

.text-36 {
    font-size: 36px !important;
}

.text-40 {
    font-size: 40px !important;
}

.h1-heading {
    font-size: 51px !important;
}

.h2-heading {
    font-size: 30px !important;
}

.h3-heading {
    font-size: 24px !important;
}

.line-28 {
    line-height: 28px;
}

.line-26 {
    line-height: 26px;
}

.line-24 {
    line-height: 24px;
}

.weight-300 {
    font-weight: 300 !important;
}

.weight-500 {
    font-weight: 500 !important;
}

.weight-600 {
    font-weight: 600 !important;
}

.weight-700 {
    font-weight: 700 !important;
}

.weight-800 {
    font-weight: 800 !important;
}

.weight-900 {
    font-weight: 900 !important;
}

.container {
    position: relative;
    z-index: 1;
}

a {
    text-decoration: none !important;
}

.text-italic {
    font-style: italic !important;
}

.nots-box {
    border-radius: 20px;
    border: 0.5px solid #C9C9C9;
}

/* header css  */
.great-header {
    box-shadow: 0px 4px 30px 0px #0000001A;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header-border-bottom {
    padding: 0px 0px;
    background-color: #e70a76;
}

.car-filter {
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(216, 216, 216, 1) !important;
    padding: 10px 0;
}

.great-header-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-search .form-control {
    width: 100%;
    border: 0;
    border-radius: 4px;
    padding: 10px 30px;
    background-color: rgba(240, 240, 240, 1);
}



/* header filter input css */

.filter-bar {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 3px 0;
}

.filter-dropdown,
.filter-btn,
.more-btn {
    border: 1px solid rgba(216, 216, 216, 1);
    border-radius: 5px;
    background: #fff;
    min-width: 130px;
    height: 44px;
    box-sizing: border-box;
    outline: none;
    padding: 0 17px;
    color: rgba(102, 102, 102, 1);
    font-weight: 500;
    letter-spacing: 0.01em;
    transition: border-color 0.16s;
    font-size: 14px;
    appearance: none;
    background-image: url(https://wps-dev.com/dev/greatcars/public/assets/images/down.svg);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}

.filter-dropdown:focus {
    border-color: #c058a6;
}

.filter-btn {
    color: #fff;
    background-color: rgba(232, 10, 119, 1);
    border: none;
    font-size: 1.13rem;
    border-radius: 6px;
    transition: background 0.16s;
    cursor: pointer;
    background-image: none;
}

.filter-btn:hover {
    background: #c058a6;
}

.more-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    background: #fff;
    cursor: pointer;
    font-weight: 500;
    padding: 0 10px;
    border-radius: 9px;
    min-width: 120px;
    transition: border 0.15s;
    border: 1px solid #e0e0e0;
    height: 44px;
    font-size: 14px;
}

.more-btn:hover {
    border-color: #c058a6;
}

.icon-filter {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="gray" stroke-width="2" viewBox="0 0 24 24" width="18" height="18" xmlns="http://www.w3.org/2000/svg"><path d="M3 4h18M6.5 12h11M10 20h4"/></svg>') center no-repeat;
}

.reset-link {
    color: rgba(52, 52, 52, 0.5);
    font-size: 16px;
    margin-left: 14px;
    transition: color 0.13s;
    font-weight: 500;
    text-decoration: underline !important;
}

.reset-link:hover {
    color: #c058a6;
    text-decoration: underline;
}

.filter-bar label {
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
    position: absolute;
    left: 10px;
    top: -8px;
    background: #fff;
    padding: 0 4px;
}

.dropdown-wrap {
    position: relative;
    margin-right: 6px;
    display: flex;
    flex-direction: column;
}

@media(max-width: 700px) {
    .filter-bar {
        flex-wrap: wrap;
        gap: 9px;
    }

    .filter-dropdown,
    .filter-btn,
    .more-btn {
        width: 100%;
        min-width: unset;
    }
}



.form-control {
    border: 1px solid #575757;
    border-radius: 28px;
    padding: 12px 20px;
}

.search-icon {
    position: absolute;
    top: 7px;
    right: 9px;
    border: 0;
    background-color: transparent;
}

.header-list {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 23px;
    margin: 0;
}

.list-style-none {
    list-style: none;
}

.location-dropdown svg {
    width: 25px;
}

.header-link {
    display: flex;
    align-items: center;
    width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 0;
    display: inline-block;
    margin: 0 20px;
    font-size: 14px;
}

.navbar-expand-lg .nav-item:first-child a {
    padding-left: 0 !important;
}

.location-dropdown span {
    color: #575757;
}

.banner {
    background-repeat: no-repeat;
    background-size: cover;
    height: 290px;
    border-radius: 0;
    padding: 30px;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .row {
    position: relative;
    z-index: 1;
}



.banner-heading-link:hover h1 {
    color: #fff !important;
}

.banner-slider .owl-dots {
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.banner-slider .owl-dots .owl-dot.active span {
    background: #E80A77;
    width: 40px;
}

.banner-slider .owl-dots .owl-dot span {
    background: #fff;
}

.banner-cnt {
    color: #fff;
    font-size: 30px;
    line-height: 44px;
}

.sub-headeing {
    color: #fff;
    font-size: 33px;
    line-height: 48px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.custom-btn {
    padding: 13px 30px;
    border-radius: 50px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 5px;
    transition: all 0.3s ease;
    background-color: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 1);
}

.custom-btn:hover {
    background-color: #E80A77;
    color: #fff;
    transform: translateY(-3px);
    /* slight lift */
    box-shadow: 0 8px 15px rgba(232, 10, 119, 0.3);
    /* subtle glow */
}

.location-dropdown {
    cursor: pointer;
}

.find-car-container {
    max-width: 95%;
    margin: 70px auto 0;
    box-shadow: 0px 4px 40px 0px #00000026;
    padding: 30px;
    border-radius: 30px;
    background-color: #fff;
    position: relative;
    z-index: 99;
}

.dropdown-box {
    border: 1px solid #575757;
    border-radius: 28px;
    padding: 10px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-box.dropdown-toggle::after {
    vertical-align: middle;
}

.cstm-search-btn {
    color: #fff;
    background-color: #E80A77 !important;
    display: block;
    border: 0;
    border-radius: 100px;
    font-size: 18px;
    width: 77px;
    padding: 13px 0;
    margin-left: auto;
}

.car-sirial {
    border: 1px solid #C9C9C9;
    border-radius: 12px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.car-sirial p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.car-sirial-img {
    width: 100%;
    height: 153px;
}

.car-sirial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.caroverlay {
    position: absolute;
    bottom: -7px;
    background-color: #0000009e;
    color: #fff;
    font-size: 14px;
    padding: 7px 8px 13px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 97%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0;
    transform: translate(-50%, -50%);
    left: 50%;
}

.owl-controls .owl-nav div {
    height: 50px !important;
    width: 50px !important;
    background-color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 4px 10px 0px #0000001A;
}

.owl-prev:before,
.owl-next:before {
    font-size: 16px;
    color: #000;
}

.banner-slider .owl-prev:before,
.banner-slider .owl-next:before {
    font-size: 24px !important;
    color: #fff !important;
}

.banner-slider .owl-controls .owl-nav div {
    border-radius: 0% !important;
    background: rgba(0, 0, 0, .2) !important;
}

.client-feedback .owl-nav {
    width: 106%;
}

.explore-by {
    background-color: rgba(233, 244, 251, 1);
}

.advance-link {
    color: rgba(102, 102, 102, 1);
    position: absolute;
    top: 30px;
    right: 30px;
    font-weight: 500;
}

.by-brands {
    background-color: #fff;
    padding: 16px 14px;
    border-radius: 4px;
}



.car-dtn-list {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    gap: 8px;
}

.car-dtn-box {
    width: 100%;
    height: 100%;
    display: flex;
}




.by-brands-box {
    border: 0.5px solid transparent;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 83px;
    padding: 10px;
    justify-content: flex-end;
    border-radius: 20px;
}



.by-brands-box figure {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.by-brands-box figure img {
    width: 50%;
}

.by-brands-box p {
    color: #747474;
    font-size: 12px;
}

.mileage-count {
    display: block;
    color: #747474;
    padding: 0px 5px;
    font-size: 14px;
}

.mileage-count a {
    color: #747474;
}

.Other-specs .mileage-count {
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px;
}

.Other-specs .mileage-count strong {
    margin-right: 10px;
    color: #000;
}

.mileage-count:hover {
    color: #E80A77;
}

.white {
    background-color: #fff;
    border: 1px solid #ccc;
}

.black {
    background-color: #000;
}

.gray {
    background-color: #C0C0C0;
}

.blue {
    background-color: #2D26FD;
}

.red {
    background-color: #FA1616;
}

.green {
    background-color: #19C90F;
}

.yellow {
    background-color: #FFEA00;
}

.light-blue {
    background-color: #48a2d7;
}

.purple {
    background-color: #961891;
}

.pinck {
    background-color: #f96bb9;
}

.light-broun {
    background-color: #9c7732;
}

.green-gradian {
    background: linear-gradient(135deg, #f9e79f, #d4af37);
}

.light-orange {
    background-color: #fd7600;
}

.creem {
    background-color: #f6d19f;
}

.light-gray {
    background-color: #cccccc;
}

.gradiant-gray {
    background: linear-gradient(to bottom right, #EFF0E6, #DBDCBD);
}

.bronze {
    background-color: #CD7F32;
}

.pearl {
    background-color: #EAE0C8;
}

.silver {
    background-color: #C0C0C0;
}

.gold {
    background-color: #FFD700;
}

.beige {
    background-color: #F5F5DC;
}

.colors {
    display: grid;
    grid-template-columns: repeat(3, 34px);
    grid-gap: 5px;
    justify-content: center;
}

.color {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

/* nav tabing panel css */

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0;
    font-weight: 500;
    color: #747474;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000;
    background-color: #fff;
    border-color: #E80A77;
    border: 0;
    border-bottom: 4px solid #E80A77;
}

.nav-tabs {
    border-bottom: 0.5px solid #C9C9C9;
}

.hot-selling-card {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.discount-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 255px;
    height: 31px;
    background: #ec0982;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(35deg) translate(86px, -55px);
    z-index: 3;
    letter-spacing: 0.02em;
    border-radius: 0px 0px 0px 11px;
    box-shadow: 0 5px 20px #e0088033;
    user-select: none;
}

.hot-selling-card-body {
    padding: 10px;
    margin-bottom: 2px;
}

.hot-selling-cadr-img {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.hot-selling-cadr-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car-dtl-tab {
    position: absolute;
    background-color: #ffffffba;
    bottom: -13px;
    left: 50%;
    right: auto;
    width: 97%;
    font-size: 13px;
    text-align: center;
    transform: translate(-50%, -50%);
    padding: 3px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: 600;
}

.hot-selling-card-text,
.hot-selling-card-price {
    color: rgba(153, 153, 153, 1);
}

.hot-selling-card-price {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(240, 240, 240, 1);
    padding-top: 10px;
    font-size: 14px !important;
}

.hot-selling-card-price {
    color: rgba(102, 102, 102, 1) !important;
}

.hot-selling-card-price span {
    color: rgba(232, 10, 119, 1) !important;
    font-weight: 700;
    font-size: 15px;
}

.view-btn {
    border: 1px solid #E80A77;
    display: block;
    text-align: center;
    padding: 14px 0;
    color: #E80A77;
    font-size: 14px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background-color: transparent;
}

.view-btn:hover {
    background-color: #E80A77;
    color: white;
    box-shadow: 0 4px 12px rgba(232, 10, 119, 0.4);
    transform: translateY(-2px);
}

.hot-selling-card-text {
    font-size: 12px;
    margin-bottom: 10px;

}

/* lates blogs section css */
.blog-card {
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    background-color: #fff;
    border: 0.5px solid #C9C9C9;
}

.blog-card img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.blog-image {
    width: 50%;
    max-height: 270px;
}

.blog-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.blog-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-author {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.blog-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.blog-author span {
    font-size: 0.85rem;
    color: #555;
}

.related-tab {
    position: absolute;
    top: 17px;
    left: 17px;
    border: 0.5px solid #C9C9C9;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
}

/* testimonial section css */
.testimonial-user-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-user-name {
    font-weight: 600;
}

.testimonial-location {
    color: #999;
    font-size: 0.9rem;
    line-height: 1;
}

.stars {
    color: #ff8c00;
    font-size: 1.2rem;
}

.testimonial-body {
    line-height: 1.6;
    margin-top: 12px;
}

.testimonial-card {
    border-radius: 20px;
    padding: 30px;
    background-color: #fff;
    border: 0.5px solid #C9C9C9;
}

/* footer section css */
.feature-icon {
    width: 40px;
    height: 40px;
}

.feature-text h6 {
    font-weight: 600;
    margin-bottom: 4px;
}

.feature-text p {
    margin: 0;
    font-size: 0.9rem;
    color: #777;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.shipping-tnc {
    border-top: 1px solid #0000001A;
    padding: 30px 0;
}

.newsletter-input-group {
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    border: 2px solid #575757;
}

.newsletter-input-group input {
    border: none;
    padding: 10px 20px;
    flex: 1;
    outline: none;
    font-size: 14px;
    border-radius: 30px 0 0 30px;
    color: #575757;
}

.newsletter-input-group button {
    background-color: #E80A77;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    transition: 0.3s;
}

.newsletter-input-group button:hover {
    background-color: #c00764;
}

.footer-link {
    border-top: 1px solid #0000001A;
    padding: 30px 0;
}

.footer-nav-link {
    padding: 0;
}

.footer-nav-link li {
    list-style: none;
}

.footer-nav-link li a {
    margin-bottom: 7px;
    display: inline-block;
}

.coppy-right {
    border-top: 1px solid #0000001A;
}

/* car listring page css */
.car-listing-left-panel {
    border: 0.5px solid #C9C9C9;
    border-radius: 20px;
}

.slider-container {
    width: 100%;
    position: relative;
    border-bottom: 0.5px solid #C9C9C9;
}

.listing-box-padding {
    padding: 25px 20px;
}

.slider-container .range-track {
    position: relative;
    height: 2px;
    background-color: #e0e0e0;
    border-radius: 5px;
}

.range-fill {
    position: absolute;
    height: 100%;
    background-color: #E80A77;
    border-radius: 5px;
    z-index: 1;
    height: 2px;
    top: 0;
}

.slider-container input[type="range"] {
    position: absolute;
    width: 100%;
    top: -9px;
    height: 20px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 2;
}

.slider-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #E80A77;
    border: none;
    cursor: pointer;
}

.slider-container input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #E80A77;
    border: none;
    cursor: pointer;
}

.price-labels {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.slider-container .inputs {
    margin-top: 1rem;
}

.slider-container .inputs input {
    border-radius: 25px;
    text-align: center;
    padding: 3px 20px;
    border: 1px solid #575757;
}

.brand-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #C9C9C9;
    padding: 15px 0;
}

.brand-label {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin: 0;
}

.brand-checkbox {
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid black;
    border-radius: 2px;
    appearance: none;
    cursor: pointer;
    position: relative;
}

.brand-checkbox:checked::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    top: 1px;
    left: 4px;
    transform: rotate(45deg);
}

.dropdown-icon {
    font-size: 1rem;
    color: black;
}

.top-brands-title {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.top-brands {
    height: 260px;
    overflow: auto;
    margin-right: -10px;
    padding-right: 14px;
}

.brand-models,
.car-color-filter,
.yearly-filter {
    border-bottom: 0.5px solid #C9C9C9
}

.year-range-slider .range-track {
    position: relative;
    height: 2px;
    border-radius: 5px;
    background-color: #e0e0e0;
}

.year-range-slider input[type="range"] {
    position: absolute;
    width: 100%;
    top: -10px;
    height: 20px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 2;
}

.year-range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #E80A77;
    border: none;
    cursor: pointer;
}

.year-range-slider input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #E80A77;
    border: none;
    cursor: pointer;
}

.year-range-slider .range-fill {
    position: absolute;
    height: 100%;
    background-color: #E80A77;
    border-radius: 5px;
    z-index: 1;
    left: 0%;
    width: 100%;
}

.year-range-slider .label-row,
.year-range-slider .hint-row {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.year-range-slider .hint-row {
    font-size: 10px;
    color: #575757;
    margin-top: 16px;
    font-weight: 400;
}

.car-color-filter .by-brands {
    border: 0;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

.car-color-filter .colors {
    display: grid;
    grid-template-columns: repeat(7, 35px);
    grid-gap: 10px;
}

.car-color-filter .color {
    width: 40px;
    height: 40px;
}

.accordion-items .fa-angle-down {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.accordion-items.collapsed .fa-angle-down {
    transform: rotate(0deg);
}

.car-listing-right-panel {
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.carlist-box {
    padding: 10px;
    border: 1px solid #3434341A;
    border-radius: 10px;
    margin-bottom: 10px;
}

.carlist-box:last-child {
    margin-bottom: 0;
}


.text-pink {
    color: #ff0080 !important;
}

.custom-breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-item {
    font-size: 12px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: #E80A77;
    padding: 0 0.5rem;
}

.custom-select {
    border-radius: 30px;
    padding: 13px 41px 13px 13px;
    color: #000;
    background-color: #fff;
    font-weight: 400;
    border: 1px solid #575757;
    color: #575757;
}

.custom-select:focus {
    border-color: #ff0080;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 128, 0.25);
}

.produt-show {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.produt-tabsTwo {
    width: 100%;
    border-radius: 12px;
    /* overflow: hidden; */
    margin-bottom: 1rem;
}

.produt-tabsTwo .tab-pane {
    text-align: center;
    padding: 0;
    width: 100%;
    height: 415px;
}

.produt-tabsTwo .tab-pane img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* Thumbnail Navigation */
.produt-tabsOne {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.5rem 0;
}

.produt-tabsOne .nav-link {
    padding: 0;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.produt-tabsOne .nav-link.active,
.produt-tabsOne .nav-link:hover {
    opacity: 1;
    outline: 2px solid #ff0080;
    outline-offset: -2px;
    background: none;
}

.produt-tabsOne .img-object {
    width: 174px;
    height: 123px;
    object-fit: cover;
    border-radius: 8px;
}

/* Optional scrollbar styling */
.produt-tabsOne::-webkit-scrollbar {
    height: 6px;
}

.produt-tabsOne::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
}

.zoom-wrapper {
    display: flex;
    /* gap: 20px; */
    position: relative;
    margin-bottom: 23px;
    width: 100%;
}

.zoom-img-container {
    position: relative;
    width: 100%;
    height: auto;
}

#main-image {
    width: 100%;
    height: 510px;
    display: block;
    object-fit: cover;
    border-radius: 16px;
}

#zoom-lens {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 1px solid #999;
    background: rgba(255, 255, 255, 0.4);
    pointer-events: none;
    display: none;
    cursor: crosshair;
}

#zoom-result {
    width: 400px;
    height: 383px;
    background-repeat: no-repeat;
    background-size: 934px auto !important;
    display: none;
    position: absolute;
    top: 5px;
    right: -420px;
    border-radius: 20px;
    z-index: 99;
}

.zoom-small-img .nav-link {
    width: 100%;
    height: 140px;
    padding: 0 0;
    border-radius: 20px;
    overflow: hidden;
}

.zoom-small-img .nav-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car-details {
    max-width: 100%;
    padding: 40px;
    border: 0.5px solid #C9C9C9;
    border-radius: 20px;
    background-color: #fff;
    position: sticky;
    top: 160px;
}

.car-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.car-specs {
    display: flex;
    gap: 8px;
    border-bottom: 0.5px solid #C9C9C9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.delivery-label {
    font-size: 14px;
    margin-bottom: 19px;
}

.custom-select select {
    width: 100%;
    padding: 10px 14px;
    border-radius: 25px;
    border: 1px solid #ccc;
    font-size: 14px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg fill='black' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 12l-6-6h12l-6 6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px;
}

.checkbox-group {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}

.checkbox-group label {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #333;
}

.checkbox-group .brand-checkbox {
    width: 1rem;
    height: 1rem;
}

.checkbox-group .brand-checkbox:checked::before {
    width: 5px;
    height: 9px;
    top: 1px;
    left: 4px;
}

.quote-button {
    background-color: #E80A77;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.quote-button:hover {
    background-color: #cc0070;
    color: #fff;
}

.quote-button i {
    font-size: 18px;
}

.zoom-small-img .owl-controls .owl-nav div {
    height: 35px !important;
    width: 35px !important;
}

.spec-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.spec-item span {
    font-size: 13px;
    color: #888;
    display: block;
    margin-bottom: 4px;
}

.spec-item strong {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.spec-box hr {
    margin: 20px 0;
    border: 0.5px solid #C9C9C9;
}

/* modal box css */
.modal-header {
    padding: 39px 20px;
}

.modal-title {
    text-align: center;
    width: 100%;
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 700;
    opacity: 1;
    position: absolute;
    top: 26px;
    right: 30px;
}

.modal-content {
    border-radius: 25px;
}

.produt-zoom-img-container {
    width: 100%;
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
}

.get-quotation-modal .custom-select {
    padding: 14px 20px;
}

/* how to work page css */
.step-number {
    font-size: 20rem;
    font-weight: 700;
    color: #fafafa;
    -webkit-text-stroke: 1px #f04fc2;
    line-height: 192px;
    z-index: 3;
    position: relative;
    background-color: #fafafa;
    padding-bottom: 31px;
}

.step-card {
    border-radius: 1rem;
    padding: 0px 70px;
}

.process-box {
    border: 0.5px solid #C9C9C9;
    padding: 24px;
    border-radius: 20px;
}

.process-box p {
    line-height: 28px;
}

.process-box h5 {
    line-height: 30px;
}

.delivery-process-left-panel {
    position: sticky;
    top: 160px;
}

/* pagination section design css */
.custom-pagination {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
    padding: 30px 0 0 0;
    width: 100%;
    border-top: 1px solid #EAECF0;
    margin-top: 60px;
}

.custom-pagination .page-btn,
.custom-pagination .page-number {
    border: 1px solid #ddd;
    background-color: white;
    color: #333;
    padding: 6px 16px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-pagination .page-btn:hover,
.custom-pagination .page-number:hover {
    background-color: #f8f9fa;
}

.custom-pagination .active {
    background-color: #ffd5eb;
    color: #e91e63;
    font-weight: bold;
}

.custom-pagination .dots {
    padding: 6px 10px;
    color: #888;
    font-size: 16px;
}

.custom-pagination .page-btn i {
    font-style: normal;
    margin: 0 5px;
}

.tips-and-talk .accordion-item {
    background-color: transparent;
    border: 0;
}

.tips-and-talk .nav-tabs {
    justify-content: space-between;
}

.about-img-box img {
    border-radius: 30px;
}

.jpurney-content {
    margin-top: 150px;
}

.zik-zakimg-img {
    top: 350px;
    width: 30%;
}

.jpurney-content.jpurney-content-two {
    margin-top: 74px;
}

.jpurney-content.jpurney-content-three {
    margin-top: 90px;
}

.our-name-img {
    width: 100%;
    height: 600px;
    border-radius: 30px;
    overflow: hidden;
}

.buy-frem-japan {
    background-color: #E80A77;
    color: #fff;
    padding: 48px;
    border-radius: 40px;
    height: 260px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: -100px;
}

.buy-frem-japan p {
    color: #FFFFFFE5;
    line-height: 25px;
}

.about-car-img {
    width: 43%;
    position: absolute;
    bottom: 28px;
    right: 80px;
    z-index: 1;
}

.looking-ahed {
    padding: 40px 40px 140px 40px;
    background-color: #fff;
    border: 0.5px solid #C9C9C9;
    border-radius: 30px;
    margin-top: 60px;
}

.step-card img {
    width: 80%;
    margin: 0 auto;
}

.contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.icon-img {
    width: 45px;
    height: 45px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.5px solid #C9C9C9;
    border-radius: 9px;
}

/****************Advance Search*****************************/
.advance-search {
    /* display: none; */
}

.prices-box {
    display: none;
}

.crunt-class .prices-box {
    display: block;
}

.crunt-class .remove-afteradd {
    display: none;
}

.crunt-class .col-md-5 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.hot-selling-card-body .hot-selling-card-title {
    font-size: 16px !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #343434;

}

.navbar-nav .nav-link {
    position: relative;
    display: inline-block;
    font-weight: 500;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    /* space between text & underline */
    width: 0;
    height: 1px;
    background-color: #e80a77;
    /* underline color */
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #e80a77;
    /* text color on hover */
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.nav-item:first-child a {
    margin-left: 0 !important;
}

.footer-nav-link li a {
    position: relative;
    transition: color 0.3s ease;
}

.footer-nav-link li a:hover {
    color: #747474;
    /* change to black (or any color you like) */
}

/* Underline animation on hover */
.footer-nav-link li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: -3px;
    background-color: #747474;
    /* underline color */
    transition: width 0.3s ease;
}

.footer-nav-link li a:hover::after {
    width: 100%;
}

.find-car {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    gap: 15px;
    margin-bottom: 23px;
}

.find-car .form-control {
    padding: 10px 20px;
    font-size: 14px;
}

.find-car .custom-select {
    padding: 10px 31px 10px 16px;
    font-size: 14px;
}

.find-car .cstm-search-btn {
    width: 54px;
    padding: 10px 0;
    margin-left: 0C;
    font-size: 14px;
    text-align: center;
}

.great-header-link .navbar-brand img {
    width: 240px;
}

.header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.whatsapp-btn {
    display: flex;
    align-items: center;
    background-color: rgba(41, 167, 26, 1);
    color: #fff;
    padding: 7px 20px;
    border-radius: 0px;
    font-weight: bold;
    text-decoration: none;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.whatsapp-btn:hover {
    background-color: #e70a76;
    color: #fff;
}

.whatsapp-btn i {
    margin-right: 6px;
    font-size: 18px;
}

.time-date {
    font-weight: bold;
    margin-right: 30px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}

.great-header .navbar-collapse {
    flex-grow: 0;
}

#jpTime {
    width: 62px;
    display: inline-block;
}

.footer-nav-link span img {
    width: 20px;
    margin-right: 7px;
}

.footer-nav-link p {
    display: flex;
}

.newsletter-logo img {
    width: 100%;
}

.by-brands h3,
.by-brands h4 {
    font-size: 18px;
}

.car-listing-right-panel .custom-select {
    padding: 8px 41px 8px 13px;
}



.navbar {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    display: flex;
}


.car-listing-right-panel .hot-selling-cadr-img {
    height: 150px;
}

.car-listing-right-panel .view-btn {
    padding: 8px 0;
}






.acc-list {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.acc-label {
    font-weight: 700;
    color: #232323;
    margin-right: 10px;
    font-size: 1.08rem;
    white-space: nowrap;
}

.acc-item {
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    margin: 0 7px;
    white-space: nowrap;
    font-weight: 500;
}

.acc-sep {
    height: 22px;
    width: 1px;
    background: #e1e1e1;
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
    border-radius: 2px;
}



/* Optional: Hide scrollbar on webkit browsers */
.acc-bar::-webkit-scrollbar {
    display: none;
}

.see-more img {
    margin-right: 5px;
}

.flesh-box {
    display: inline-block;
    background-color: rgba(232, 10, 119, 0.15);
    font-size: 14px;
    padding: 4px 15px;
    border-radius: 20px;
    color: rgba(171, 11, 89, 1);
    margin-bottom: 15px;
}

.see-more {
    color: rgba(102, 102, 102, 1);
}


/* client feedback css */

.client-review-panel {
    border: 1.5px solid rgba(224, 224, 224, 1);
    border-radius: 5px;
}

.review-card {
    border-bottom: 1.5px solid rgba(224, 224, 224, 1);
    border-radius: 5px;
    background: #fff;
    display: flex;
    padding: 18px 22px;
    gap: 25px;
    align-items: flex-start;
    box-sizing: border-box;
    justify-content: space-between;
}



.review-img-main img {
    width: 185px;
    height: 155px;
    border-radius: 5px;
    object-fit: cover;
    border: 1px solid #cfcfcf;
    box-shadow: 0 1px 5px #8882;
}

.review-info {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    margin-top: 7px;
}

.review-name {
    font-weight: 700;
    font-size: 1.16rem;
    margin-bottom: 2px;
    color: #222;
}

.review-badges {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 7px 0 8px 0;
}

.badge-satisfied {
    background: rgba(77, 176, 116, 1);
    color: #fff;
    border-radius: 19px;
    font-size: 16px;
    padding: 2px 22px 1px 11px;
    display: flex;
    align-items: center;
    gap: 6px;
    border: none;
    font-weight: 500;
}


.review-country {
    display: flex;
    align-items: center;
    font-size: 1.09rem;
    margin-left: 8px;
    color: #706e6e;
    gap: 3px;
}

.review-country-flag {
    width: 23px;
    height: 17px;
    object-fit: cover;
    border-radius: 2px;
    margin-right: 3px;
}

.badge-star {
    color: rgba(248, 147, 31, 1);
    font-size: 16px;
    line-height: 1;
    margin-bottom: 3px;
}

.badge-star .fa-star {
    margin-right: 4px;
}

.badge-verified {
    background: none;
    color: rgba(102, 102, 102, 1);
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    margin-left: 13px;
}


.review-desc {
    color: rgba(102, 102, 102, 1);
    font-size: 15px;
    margin: 6px 0 0 0;
    line-height: 1.36;
    word-break: break-word;
}

.product-title {
    font-size: 14px;
    color: #292727;
    margin-top: 7px;
    font-weight: 700;
}

.review-actions {
    display: flex;
    flex-direction: column;
    min-width: 210px;
    align-items: flex-end;
    gap: 7px;
}

.full-review-btn {
    color: rgba(102, 102, 102, 1);
    background: #fff;
    border-radius: 30px;
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: border-color 0.16s;
    margin-bottom: 10px;
    border: 1px solid rgba(224, 224, 224, 1);
}

.full-review-btn:hover {
    border-color: #46d988;
    color: #29a173;
}

.after-label {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 10px;
    color: rgba(52, 52, 52, 1);
    display: block;
}

.after-imgs {
    display: grid;
    gap: 3px;
    margin-top: 4px;
    grid-template-columns: auto auto auto;
}

.after-imgs img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 4px;
    background: #fafbfc;
    border: 1px solid #e7e7e7;
}

@media (max-width: 960px) {
    .review-card {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
    }

    .review-actions {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 14px;
    }

    .after-label {
        margin-right: 13px;
    }
}

@media (max-width:600px) {
    .review-card {
        padding: 7px 6px;
    }

    .review-img-main img {
        width: 116px;
        height: 80px;
    }

    .after-imgs img {
        width: 31px;
        height: 31px;
    }

    .review-actions {
        min-width: 140px;
    }
}



/* new filter section css */
.car-listing-panel {
    background-color: rgba(245, 245, 245, 1);
}

.filter-box {
    padding: 24px 18px;

}

.active-filter {
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    padding-bottom: 25px;
}

.active-filter .btn {
    border-radius: 3px;
    color: rgba(102, 102, 102, 1);
    font-weight: 500;
    border: 1px solid rgba(221, 80, 81, 1);
    background: rgba(255, 255, 255, 1);
}

.active-filter .btn span {
    color: rgba(232, 10, 119, 1);
    font-weight: 800;
}

.car-listing-heading small {
    font-size: 14px;
    margin-left: 4px;
    color: #E80A77;
    font-weight: 400;
}

.filter-title {
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 7px;
}

.car-listing-heading {
    color: #333333;
    font-weight: 700;
    margin-top: 24px;
}

.filter-subtitle {
    color: #aaaaaa;
    font-size: .95rem;
    margin-bottom: 2px;
}

.custom-radio label {
    width: 100%;
    padding: 5px 0 5px 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    line-height: normal;
}

.custom-radio .form-check-input:checked {
    background-color: #E80A77;
    border-color: #E80A77;
}

.custom-radio .form-check-input:focus {
    box-shadow: none;
    outline: 0;
}

.custom-radio .form-check-label .filter-count {
    font-size: .95rem;
    font-weight: 400;
    margin-left: 6px;
}

.form-check .form-check-input {
    margin-top: 6px;
    border: 1px solid #666666;
    /* background-color: transparent; */
}

.form-check-input {
    width: 14px;
    height: 14px;
}

.clear-all {
    color: #666666;
    margin-left: 5px;
    font-size: 14px;
    display: inline-block;
}


.filter-box-panel {
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}


.filter-dropdowns {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
}

.filter-dropdowns select,
.filter-dropdowns button {
    height: 38px;
    border-radius: 7px;
    border: 1px solid #d3d3d3;
    font-size: 1rem;
    min-width: 80px;
}

.filter-dropdowns a {
    background: #CCCCCC;
    border: none;
    color: #fff;
    width: 14px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px !important;
    padding: 0 16px;
    height: 38px;
    border-radius: 4px;
}

.popular-title {
    font-weight: 700;
    font-size: 1.08rem;
    margin-bottom: 10px;
}

.popular-list {
    list-style: disc inside;
    padding-left: 0;
    margin: 0;
}

.popular-list li {
    color: #666;
    font-size: 15px;
    margin-bottom: 7px;
}

.car-populer-list {
    display: inline-block;
    color: #666666;
}


.slider-wrap {
    background: transparent;
    border-radius: 1rem;
    max-width: 100%;
    padding: 0 0px;
    margin: 20px auto;
}

.custom-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}

.custom-heading .left {
    font-weight: bold;
    font-size: 16px;
    color: #222;
    line-height: 1;
}

.custom-heading .right {
    color: #b4b4b4;
    font-weight: 600;
    font-size: 16px;
    text-align: right;
    line-height: 1.1;
}

.custom-heading .right .dollar {
    display: block;
    font-size: 16px;
    color: #b4b4b4;
}

.slider-bar {
    width: 100%;
    position: relative;
    height: 35px;
    margin-top: 10px;
}

.slider-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 7px;
    background: #E80A77;
    border-radius: 8px;
    transform: translateY(-50%);
    z-index: 1;
}

.slider-circle {
    position: absolute;
    top: 50%;
    width: 15px;
    height: 15px;
    border: 3px solid #E80A77;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.slider-circle.left {
    left: -6px;
}

.slider-circle.right {
    right: -6px;
}

/* accordian filter */

.accordion-filter {
    background: transparent;
    max-width: 100%;
    border: none;
}

.accordion-item {
    border: none;
    background: transparent;
}

.accordion-button {
    background: transparent;
    font-weight: bold;
    font-size: 16px;
    border: none;
    box-shadow: none;
    padding: 15px 0px;
    color: #343434;

}

.accordion-button:not(.collapsed) {
    color: #343434;
    background: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.accordion-body {
    background: transparent;
    padding: 0 28px 14px 20px;
    border: none;
}

.accordion-item {
    border-bottom: 1px solid #e0e0e0;
}

.accordion-button::after {
    content: '+';
    font-size: 2.5rem;
    color: #CCCCCC;
    margin-left: auto;
    background-image: none !important;
    transform: none !important;
    transition: none !important;
    font-weight: 400;
    margin-top: -26px;
}

.accordion-button:not(.collapsed)::after {
    content: '-';
    font-size: 1.7rem;
    color: #bbb;
    font-weight: bold;
    margin-top: -7px;
}

/* Hide default Bootstrap arrow */
.accordion-button::before {
    display: none;
}

@media (max-width: 576px) {
    .accordion-filter {
        max-width: 98vw;
    }

    .accordion-button {
        font-size: 1rem;
        padding-left: 10px;
    }

    .accordion-body {
        padding-left: 11px;
    }
}

/* car listing css */

.car-image-container {
    width: 100%;
    height: 151px;
    border-radius: 5px;
    overflow: hidden;
}

.car-image-container .car-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.favorite-icon {
    top: 8px;
    right: 8px;
}

.gallery-view-all-box {
    background: #00000099;
    color: #fff;
    font-size: 14px;
    padding: 3px 14px;
}

.gallery-view-all-box img {
    margin-right: 10px;
}


.reg-listing {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.reg-listing li {
    list-style: none;
    width: 100%;
}

.reg-listing li span {
    color: #666666;
    font-size: 12px;
}

.text-bold {
    color: #333333 !important;
    font-size: 14px !important;
}

.carlist-box h6 {
    color: #333333;
    font-size: 18px;
    margin-bottom: 16px;
}



.car-listing-check {
    margin: 13px 0 0 0;
}


.listing-container {
    display: block;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    color: #333333;
}

.listing-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #666666;
}

.listing-container:hover input~.checkmark {
    background-color: #ccc;
}

.listing-container input:checked~.checkmark {
    background-color: #E80A77;
    border: 1px solid transparent;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.listing-container input:checked~.checkmark:after {
    display: block;
}

.listing-container .checkmark:after {
    left: 4px;
    top: 0px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.car-sonroof {
    display: inline-block;
    background-color: #E80A7733;
    padding: 4px 10px;
    border-radius: 30px;
    color: #E80A77;
    font-size: 12px;
}

.car-sonroof img {
    margin-right: 3px;
    margin-top: -1px;
}



.car-summary-box {
    font-size: 12px;
    color: #666666;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.car-summary-box:before {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #3434341A;
    height: 100%;
    left: -16px;
}

.summary-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.summary-label {
    font-weight: 400;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.summary-tooltip {
    display: inline-block;
    margin-left: 3px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #f4f4f4;
    color: #888;
    text-align: center;
    line-height: 17px;
    font-size: 0.85em;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #ddd;
}

.car-price-group {
    display: flex;
    gap: 5px;
    align-items: baseline;
}

.old-price {
    text-decoration: line-through;
    color: #bbb;
    font-size: 1em;
    margin-right: 2px;
}

.car-price {
    color: #434343;
    font-weight: 600;
    font-size: 1.08em;
}

.delivery-icon {
    font-size: 1.15em;
    margin: 0 2px 0 4px;
    color: #374151;
}

.summary-divider {
    border: none;
    border-top: 2px solid #eee;
    margin: 13px 0 12px 0;
}

.summary-line.total .summary-label {
    font-weight: 400;
    color: #888;
}

.summary-total {
    font-size: 1.35em;
    color: #222;
    font-weight: bold;
    letter-spacing: 1px;
}


.inquire-now {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #E80A77;
    padding: 10px 0;
    color: #fff;
    border-radius: 4px;
    transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
    cursor: pointer;
}

.inquire-now:hover {
    background-color: #aa0856;
    color: #fff;
    box-shadow: 0 4px 16px rgba(232, 10, 119, 0.12);
    transform: translateY(-2px) scale(1.03);
}


/* car detail new design css */

.car-gallery {
    margin: 0 auto 40px;
    text-align: center;
    position: relative;
}

.main-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 470px;
}

.main-image img {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.main-image button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 73px;
    cursor: pointer;
    padding: 8px 14px;
    border-radius: 50%;
    transition: background 0.3s;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}



.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.thumbnail-container {
    overflow: hidden;
    margin-top: 15px;
}

.thumbnails {
    display: flex;
    gap: 5px;
    transition: transform 0.4s ease;
    flex-wrap: wrap;
}

.thumbnails img {
    width: 67px;
    height: 64px;
    object-fit: cover;
    border-radius: 0;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s, border 0.3s;
}

.thumbnails img.active {
    border: 1px solid #000;
}


/* car right panel detail css */



.car-detail-box {
    margin: auto;
    border: 2px dashed #E80A77;
    border-radius: 2px;
    padding: 20px;
}

.car-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.car-meta {
    color: #747474;
    font-size: 14px;
    margin: 14px 0 13px;
}

.price-row,
.delivery-row,
.checkbox-row,
.total-row {
    margin-bottom: 15px;
}

.price-row .label {
    font-weight: 500;
    width: 30%;
}

.value {
    color: #666666;
}

.old-price {
    text-decoration: line-through;
    color: #888;
    margin-left: 5px;
    font-weight: 400;
}

.discount {
    color: #E80A77;
    font-size: 14px;
    margin-left: 5px;
}

.delivery-row select {
    width: 100%;
    padding: 8px 10px;
    border: 2px solid #E80A77;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
}


.total-row {
    border-top: 1px solid #EBEBEB;
    padding-top: 15px;
    color: #343434;
    font-size: 14px;
}

.total-row .total {
    color: #E80A77;
    font-size: 22px;
    font-weight: 700;
}

.btn-row {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 10px;
}

.btn-outline {
    flex: 1;
    background: #fff;
    border: 2px solid #E6E6E6;
    color: #666666;
    border-radius: 30px;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: #e80a77;
    color: #fff;
    border: 2px solid #e80a77;
}

.btn-primary {
    flex: 1;
    background: #E80A77;
    border: none;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-primary:hover {
    background: #e00073;
}

.note {
    text-align: center;
    font-size: 13px;
    color: #666666;
    margin-top: 10px;
}


.price-box .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1px solid #666666;
}

.price-box .listing-container {
    padding-left: 23px;
}

.sticky-box {
    position: sticky;
    top: 160px;
}

/* social link css */

.icon-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    margin-bottom: 15px;
}

.left-icons a,
.right-icons a {
    color: #999;
    font-size: 18px;
    margin-right: 18px;
    transition: color 0.3s ease;
}

.left-icons a:last-child {
    margin-right: 0;
}

.right-icons a {
    margin-left: 7px;
    margin-right: 0px;
    width: 30px;
    display: inline-block;
    height: 30px;
    background-color: #999999;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 15px;
}

.left-icons a:hover,
.right-icons a:hover {
    color: #ff007f;
}

.share-text {
    color: #666;
    font-size: 14px;
    margin-right: 5px;
}


/* car specificcation css */

.specs-box {
    border-radius: 3px;
    margin: 30px auto;
    background: #fff;
    border: 3px solid #E80A77;
    border-right: 1px solid #E80A77;
    border-left: 1px solid #E80A77;
    border-bottom: 1px solid #E80A77;
}

.specs-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0;
}

.specs-table {
    width: 100%;
    border-collapse: collapse;
}

.specs-table td {
    padding: 12px 15px;
    border: 1px solid #eee;
    font-size: 14px;
    vertical-align: top;
}



.specs-table td:first-child,
.specs-table td:nth-child(3) {
    background: #F0F0F0;
    width: 22%;
    color: #343434;
}

.specs-table td:nth-child(2),
.specs-table td:nth-child(4) {
    width: 28%;
}

.tb-bg-gray-remove {
    background-color: transparent !important;
}

.tb-bg-gray {
    background: #F0F0F0;
}

.accessories-title {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}

.accessories-section {
    border-bottom: 1px solid #eee;
    padding: 0 10px 14px;
    margin: 20px 10px;
}

.accessories-section:last-child {
    border-bottom: none;
}

.accessories-section h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #343434;
}

.accessories-section ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 40px;
    margin: 0;
    padding: 0;
}

.accessories-section li {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #333;
}

.accessories-section li span {
    color: #ff4ca2;
    font-weight: bold;
    margin-right: 6px;
}

.specs-box p {
    border-top: 1px solid #d8d8d8;
    padding: 20px;
    color: #666666;
}


.header-dropdown {
    width: 820px;
    left: -510px !important;
    top: 10px !important;
}

.filter-section label {
    position: relative;
    top: 0;
    left: 0;
}


.more-btn.dropdown-toggle::after {
    display: none;
}




.header-dropdown {
    width: 820px;
    left: -510px !important;
    top: 10px !important;
}

.form-check-label {
    cursor: pointer;
    padding-left: 0.25rem;
    transition: color 0.2s ease;
}

.form-check-input:checked+.form-check-label {
    font-weight: 600;
    color: #000;
}

.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 15px;
    color: #333;
    user-select: none;
}

/* Hide default checkbox */
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Custom square box */
.custom-checkbox .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 2px solid #aaa;
    border-radius: 3px;
    background-color: #fff;
    transition: all 0.2s ease;
}

/* On hover */
.custom-checkbox:hover input~.checkmark {
    border-color: #333;
}

/* When checked */
.custom-checkbox input:checked~.checkmark {
    background-color: #e80a77;
    border-color: #e80a77;
}

/* Checkmark (tick) */
.custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked~.checkmark::after {
    display: block;
}

/* Tick shape */
.custom-checkbox .checkmark::after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.filter-section label {
    padding: 2px 0 0 28px !important;
    z-index: 23;
}


.btn-close {
    position: absolute;
    right: -20px;
    top: -20px;
    opacity: 1;
    background-color: #EAEAEA;
    box-shadow: -2px 2px 6.1px 0px #00000040;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 7px;
}

.modals-header h2 {
    color: #E80A77;
    font-size: 22px;
    font-weight: 700;
}

.modals-header {
    text-align: center;
    margin-bottom: 40px;
}


.modal-car-card .car-title {
    font-size: 15px;
}

.car-dtl-img {
    width: 100%;
    height: 280px;
}

.modal-car-card .img-fluid {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    max-width: 100%;
    object-fit: cover;
}

.modal-car-card .form-select-sm {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    padding-left: 0.6rem;
    font-size: 0.875rem;
}

.modal-car-card .car-meta {
    color: #747474;
    font-size: 14px;
    margin: 14px 0 33px;
}

.modal-car-card .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #666666;
    top: 2px;
}

.modal-car-card .listing-container {
    padding-left: 25px;
}

.modal-car-card .discount {
    color: #666666;
    font-size: 14px;
    margin-left: 5px;
}

.modal-car-card .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0;
}

.modal-car-card .old-price {
    color: #C6C6C6;
    font-size: 12px;
}

.car-inquire {
    color: #E80A77;
    font-weight: 500;
}

.promotion-code .fa-tag {
    transform: rotate(70deg);
    color: #999999;
    margin-right: 3px;
}

.promotion-code,
.promotion-code a {
    color: #666666;
    font-size: 13px;

}

.inquiry-form {
    margin-top: 30px;
}


.inquiry-form .form-control {
    border-radius: 8px;
    padding-left: 40px;
    height: 45px;
    font-size: 15px;
    border: 1px solid #E0E0E0;
}

.inquiry-form textarea.form-control {
    height: 120px;
    padding-left: 15px;
}

.inquiry-form .form-group {
    position: relative;
}

.inquiry-form .form-group i {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #000;
    font-size: 15px;
}

.inquiry-form .btn-primary {
    padding: 10px 60px;
}

.modal-body {
    padding: 1.7rem;
}

.inquiry-form .btn-primary i {
    margin-right: 2px;
}

/* ===== Scrollable Dropdown ===== */
.custom-scroll {
    max-height: 75vh;
    /* adjust height as needed */
    overflow-y: auto;
}

/* ===== COLOR SELECTION ===== */
.color-swatch {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    border: 1px solid #ccc;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.color-swatch input {
    display: none;
}

.color-swatch:hover {
    transform: scale(1.1);
}

.color-swatch input:checked+.tick-mark {
    opacity: 1;
    visibility: visible;
}

.color-swatch input:checked {
    outline: 2px solid #0d6efd;
}

.tick-mark {
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
}

/* Ensure tick visible on light colors */
.color-swatch[style*="white"] .tick-mark,
.color-swatch[style*="beige"] .tick-mark,
.color-swatch[style*="pearl"] .tick-mark,
.color-swatch[style*="silver"] .tick-mark {
    color: #000;
}

/* ===== BODY TYPE SELECTION ===== */
.body-type-box {
    display: block;
    cursor: pointer;
}

.body-type-box input {
    display: none;
}

.body-type-inner {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    transition: all 0.2s ease-in-out;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.body-type-box:hover .body-type-inner {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.body-type-box input:checked+.body-type-inner {
    border: 2px solid #0d6efd;
    box-shadow: 0 0 6px rgba(13, 110, 253, 0.4);
}

.body-type-group label {
    padding-left: 0 !important;
}


/* range slider  */


.slider-container {
    position: relative !important;
    height: 44px !important;
}

.slider-container input[type=range] {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 44px !important;
    background: none !important;
    z-index: 3 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.slider-container input[type=range]:focus {
    outline: none !important;
}

.slider-container input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    background: #E80A77 !important;
    border: 5px solid #fff !important;
    cursor: pointer !important;
    margin-top: -8px !important;
    box-shadow: 0 2px 6px rgba(24, 119, 242, 0.13) !important;
}

.slider-container input[type=range]::-webkit-slider-runnable-track {
    background: transparent !important;
}

.slider-container input[type=range]::-moz-range-thumb {
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    background: #E80A77 !important;
    border: 5px solid #fff !important;
    cursor: pointer !important;
}

.slider-container input[type=range]::-moz-range-track {
    background: transparent !important;
}

.slider-container input[type=range]::-ms-thumb {
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    background: #E80A77 !important;
    border: 5px solid #fff !important;
    cursor: pointer !important;
}

.slider-container input[type=range]::-ms-fill-lower,
.slider-container input[type=range]::-ms-fill-upper {
    background: transparent !important;
}

.slider-container input[type=range] {
    background: none !important;
}

/* One single track */
.slider-container .slider-track-bg {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 16px !important;
    height: 7px !important;
    background: #e6e7e9 !important;
    border-radius: 5px !important;
    z-index: 1 !important;
}

.slider-container .slider-range-fill {
    position: absolute !important;
    top: 16px !important;
    height: 7px !important;
    background: #E80A77 !important;
    border-radius: 5px !important;
    z-index: 2 !important;
}

/* ... (same style block as before) ... */
.slider-container {
    position: relative !important;
    height: 44px !important;
}

.main-counter {
    display: none !important;
}

/* ... rest unchanged ... */


.accordion-body .body-type-inner p {
    font-size: 10px;
}


.color-swatch {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ddd;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.color-swatch input {
    display: none;
}

.color-swatch .tick-mark {
    position: absolute;
    top: 11px;
    left: 11px;
    color: #fff;
    display: none;
    font-size: 14px;
}

.color-swatch input:checked+.tick-mark {
    display: block;
}

.slider-container input[type=range] {
    width: 100%;
    -webkit-appearance: none;
    height: 4px;
    background: #ccc;
    border-radius: 5px;
    outline: none;
    position: relative;
}

.slider-container input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background: #007bff;
    border-radius: 50%;
    cursor: pointer;
}

#extraFilters h6 {
    font-size: 13px;
}

.how-to-work .banner {
    justify-content: flex-start;
}

.car-hot-deals .hot-selling-card-text {
    font-size: 12px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.car-hot-deals .car-listing-right-panel {
    padding: 30px 30px;
}

.car-hot-deals .hot-selling-card-price {
    margin-bottom: 8px;
}


.read-more {
    background-color: #E80A77;
    color: #fff;
    border: 1px solid #E80A77;
    padding: 7px 24px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 16px;
    font-weight: 700;
    font-size: 12px;
}

.read-more:hover {
    color: #E80A77;
    background-color: transparent;
}