:root{
    --primary: #eac35c;
    --black: #333;
    --dark: #000;
    --gray: #888;
    --secondary: #001d3d;
    --secondaryHover: #012043;
}
*, :after, :before, ::backdrop {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
}
body{
    font-size: 1rem;
}
.text_gray{
    color: var(--gray);
}
.text_dark{
    color: var(--dark);
}
.d_flex{
    display: flex;
}
.flex_column{
    flex-direction: column;
}
.flex_wrap{
    flex-wrap: wrap;
}
.gap_6{
    gap: 0.375rem;
}
.gap_4{
    gap: 0.25rem;
}
.uppercase{
    text-transform: uppercase;
}
.capitalize{
    text-transform: capitalize;
}
.text_10{
    font-size: 10px;
}
.h1_title{
    color: var(--secondary);
    font-size: 2rem;
    margin-bottom: 1rem;
}
.h3_title{
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--dark);
}
.h4_title{
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark);
}
.mb_8{
    margin-bottom: 0.5rem;
}
.mtb_24{
    margin-block: 1.5rem;
}
.mt_24{
    margin-top: 1.5rem;
}
.item_center{
    align-items: center;
}
.wafrah_menues .elementor-widget-container{
    flex-direction: row !important;
    align-items: center;
    justify-content: end;
}
.wafrah_menues .elementor-nav-menu--main{
    align-items: center;
}
input:not([type="checkbox"],[type="radio"]), textarea{
    width: 100%;
    border: 1px solid #c3c3c3;
    padding: 14px;
    border-radius: 4px;
}
input:focus-visible, textarea:focus-visible{
    outline-color: var(--secondary);
}
.row {
    display: flex;
    gap: 20px;
}
.contact_field_value {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-us-submit{
    align-self: flex-start;
}
.contact-us-submit input[type="submit"]{
    background-color: var(--secondary);
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
}
.contact-us-submit input[type="submit"]:hover{
    background-color: var(--secondaryHover);
}
.menu-search-icon > a{
    min-width: 42px;
    display: flex;
    justify-content: center;
}
.no-result{
    padding: 10px 0 0;
}
.downloadAllImages{
	padding: 8px;
    position: absolute;
    right: 20px;
    display: flex;
    bottom: 20px;
    z-index: 2;
    background-color: #00000087;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer
}
.downloadAllImages:hover{
	background-color: #000000a8;
}
/* features list home */
.featured_GridListing{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}
.featured_CarListings{
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
    padding: 12px;
    border-radius: 8px;
    z-index: 1;
}
.featured_CarListings .imagesThumb .thumb img,.featured_CarListings .imagesThumb_Main{
    max-width: 100%;
}
.featured_CarListings .imagesThumb_Main{
    margin-bottom: 0.5rem;
}
.featured_CarListings .car-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 16px;
    color: var(--black);
}
.featured_CarListings .btnView{
    border-radius: 4px;
    border: 1px solid var(--secondary);
    color: var(--secondary);
    padding: 10px 12px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.featured_CarListings:hover .btnView{
    background-color: var(--secondary);
    color: #fff;
}
.featured_CarListings .btnView:focus-visible{
    outline: 0;
}
.featured_CarListings .meta-item{
    color: var(--dark);
    font-size: 0.875rem;
}
#carSearchBox {
    position: absolute;
    top: 100%;
    right: 0;
    width: 380px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    z-index: 9999;
	max-height: 70vh;
	overflow-y: auto;
}
.car-search-list {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    text-align: left;
}
.car-search-list li {
    padding: 6px 0;
    border-bottom: 1px solid #eee;
}
.car-search-list li a{
    color: var(--black);
}
.car-search-list li a:hover{
    color: var(--secondary);
}
.car-search-list span {
    display: block;
    font-size: 12px;
    color: #666;
}
.container_cars{
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 15px;
}
.productlisting_View{
    display: flex;
    gap: 15px;
}
.inventory-page { display:flex; gap:30px; }

.listing { width:75%; display:grid; align-items: start; grid-template-columns:repeat(1,1fr);}
.car-card { display: flex;align-items: start;gap: 12px; border-top: 1px solid #ddd;; padding:24px 0;}
.itemsList_details a{
    text-decoration: none;
}
.itemsList_details a:hover h3{
    color: var(--secondary);
}
.itemsList_details h3{
    color: var(--dark);
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
}
.itemFeature_gp{
    row-gap: 1.25rem;
    column-gap: 1.5rem;
}
.faList_icon{
    color: var(--gray);
    font-size: 12px;
}
.carBrochure_list{
    font-size: 0.875rem;
    margin-top: 1rem;
    padding: 0.625rem;
    display: inline-flex;
    border: 1px solid var(--gray);
    color: var(--gray);
    border-radius: 50px;
    transition: all 0.3s ease;
}
.carBrochure_list:hover{
    color: var(--secondary);
    border-color: var(--secondary);
}
.carBrochure_downloadBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--secondary);
    color: #ffffff !important;
    border-radius: 0.375rem;
    padding: 20px 12px;
    margin-top: 12px;
}
.carBrochure_downloadBtn:hover{
    background-color: var(--secondaryHover);
}
.single-car { max-width:1200px; margin:auto; }
.specs li { list-style:none; }

.filterSidebar_M{
    background-color: #232628;
    color: #ffffff;
    padding: 20px;
    text-align: center;
    font-weight: 700;
}
.filters_BMN{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    background-color: #001D3D;
}
.filters_BMN select{
    padding: 10px;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    min-height: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}
.filters_BMN select:focus-visible{
    outline: 0;
}
.fnt_20{
    font-size: 20px;
}
.filterSearch_Btn{
    cursor: pointer;
    border: 0;
    font-weight: 600;
    font-size: 16px;
    padding: 4px;
    background-color: var(--primary);
    min-height: 44px;
    border-radius: 4px;
    text-align: center;
}
.filterSearch_Btn:hover{
    background-color: #eac35cf2;
}
.imagesThumb_Main{
    flex: 0 1 100%;
    position: relative;
    overflow: hidden;
    max-width: 257px;
    min-height: 168px;
}
.imagesThumb{
    top: 0;
    bottom: 5px;
    left: 0;
    right: 0;
    position: absolute;
    display: flex;
    overflow: hidden;
}
.imagesThumb .thumb{
    align-items: flex-end;
    display: flex;
    flex: 1;
    height: 100%;
    position: static;
}
.thumb_Child{
    border: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: -2;
}
.moreCount{
    background-color: #0000007a;
    color: #fff;
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.imagesThumb .thumb.active .thumb_Child{
    opacity: 1;
    z-index: -2;
}
.imagesThumb .thumb img{
    max-width: 257px;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: opacity 0.15s;
    width: 100%;
    z-index: 2;
    position: relative;
}
.hoverable-indicators {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}
.indicator {
    width: 100%;
    height: 3px;
    background-color: #ccc;
    z-index: 25;
    margin-right: 2px;
}
.indicator.active {
    background-color: #001d3d;
}
.ajax-pagination{
    display: flex;
    justify-content: center;
    gap: 4px;
}
.ajax-pagination a{
    color: var(--black);
	padding: 8px 12px;
    border-radius: 6px;
    display: inline-flex;
    line-height: 1;
}
.ajax-pagination a:hover{
	background-color: #eee;
}
.ajax-pagination a.active{
    color: #fff !important;
	background-color: var(--secondary) !important;
}
/* single details */
.breadcrumb_Single{
    margin-block: 28px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    text-transform: uppercase;
}
.breadcrumb_Single a{
    color: var(--black);
}
.breadcrumb_Single a:hover{
    color: var(--secondary);
}
.breadcrumb_Single .current{
    color: var(--gray);
}
.single_detials{
    overflow: hidden;
}
.singlecar_page{
    display: flex;
    gap: 3rem;
    margin-bottom: 1.75rem;
}
.bigSingle_image{
    margin-bottom: 1rem;
}
.bigSingle_image .swiper-slide{
    height: auto;
    background-color: #ebebeb;
}
.thumbSingle_image .swiper-slide{
    height: auto;
}
.thumbSingle_image .thumbs{
    position: relative;
    display: flex;
    max-height: 106px;
}
.thumbSingle_image .thumbs img{
    width: 100%;
    max-height: inherit;
    object-fit: contain;
}
.thumbSingle_image .swiper-slide .thumbs::after{
    content: '';
    opacity: 0;
    visibility: hidden;
    position: absolute;
    inset: 0;
    background-color: #0000005a;
}
.thumbSingle_image .swiper-slide.swiper-slide-thumb-active .thumbs::after{
    content: '';
    opacity: 1;
    visibility: visible;
}
.thumbSingle_image :is(.swiper-button-prev, .swiper-button-next) {
    display: flex;
    margin-top: 0;
    background-color: #000000ad;
    top: 0;
    bottom: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.thumbSingle_image:hover :is(.swiper-button-prev, .swiper-button-next) {
    opacity: 1;
    visibility: visible;
}

.thumbSingle_image:hover :is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled {
    opacity: 0.35;
    visibility: visible;
}
.thumbSingle_image :is(.swiper-button-prev, .swiper-button-next) svg{
    width: 16px;
    color: #fff;
}
.thumbSingle_image .swiper-button-prev{
    left: 0;
}
.thumbSingle_image .swiper-button-next{
    right: 0;
}
.features_grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}
.featuresList li{
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--black);
}
.featuresList li:not(:last-child){
    margin-bottom: 0.5rem;
}
.single_ListingItem{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    column-gap: 10px;
    margin-block: 20px;
}
.single_item{
    display: flex;
    align-items: start;
    padding-block: 12px;
    border-bottom: 1px solid #eee;
    column-gap: 4px;
}
.single_item .single_Label{
    flex-shrink: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    font-size: 0.8125rem;
    width: 40%;
}
.single_item .single_Label svg{
    margin-right: 4px;
}
.single_item  .single_LabelValue{
    font-size: 0.875rem;
    width: 60%;
    word-break: break-all;
}
.btnCalltoAction{
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #ffffff;
    font-weight: 600;
    padding: 12px 20px;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    font-size: 0.875rem;
    line-height: 24px;
    color: var(--secondary);
    width: 100%;
}
.btnCalltoAction:hover{
    background-color: #f8f8f8;
}
.btnWhatsapp svg{
    font-size: 20px;
    color: #45c655;
}
.btnMessage svg{
    font-size: 20px;
    color: var(--dark);
}
.car_Contact{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.similar-car{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding-top: 10px;
}
.similar-car:not(:first-child){
    margin-top: 0.625rem;
    border-top: 1px solid #eee;
    padding-top: 10px;
}
.similar-thumb img{
    max-width: 6.25rem;
}
.similar-meta .meta-item{
    font-size: 0.75rem;
}
.similar_postTitle{
    display: inline-block;
    color: var(--dark);
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}
.similar_postTitle:hover{
    color: var(--secondary);
}
.btn-view-details{
    display: inline-block;
    color: var(--black);
    font-size: 0.875rem;
}
.btn-view-details:hover{
    color: var(--secondary);
}
/* brand slider */
.brandSlider_Name{
    margin-block: 0;
    font-size: 16px;
    color: #1a1a1a;
}
.brandSlider_link{
    display: block;
    border-radius: 8px;
    font-weight: 500;
    padding: 0.75rem;
    text-decoration: none;
    text-align: center;
    border: 1px solid #eee;
	transition: all 0.3s ease;
}
.brandSlider_link:hover{
    background-color: #fafafa;
}
.brandSlider_link .brandSlider_img{
	transition: all 0.3s ease;
}
.brandSlider_link:hover .brandSlider_img{
	color: #eac96b;
	scale: 1.1;
}
.brandSlider_img{
    max-width: 100px;
    min-height: 80px;
    max-height: 80px;
    object-fit: contain;
    margin-bottom: 10px;
    margin-inline: auto;
}
.car-brand-swiper :is(.swiper-button-next,.swiper-button-prev){
    background-color: #dddddd;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.car-brand-swiper :is(.swiper-button-next, .swiper-button-prev) svg{
    color: #001D3D;
    width: 16px;
    height: 16px;
}
.car-brand-swiper .swiper-button-next svg{
    margin-left: 2px;
}
.car-brand-swiper .swiper-button-prev svg{
    margin-right: 2px;
}
.car-brand-swiper :is(.swiper-button-next, .swiper-button-prev)::after{
    display: none;
}
/* brand silder css end */
/* reset filter button css */
.reset-filters {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
    color: #333333;
    border: 1px solid #ccc;
    font-weight: 400;
    font-size: 16px;
    padding: 4px;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    min-height: 44px;
}
.reset-filters:hover {
    background: #e0e0e0;
}
/* media quiery */
@media (min-width: 768px){
    .col-md-5, .col-md-12, .col-md-6, .col-md-7 {
        flex: 0 1 auto;
    }
    .sidebarFilter { width:25%; order: 1;}
    .sidebarFilter form{
        position: sticky;
        top: 5rem;
    }
    .single_detials{
        width: 70%;
    }
    .single_sidebar{
        width: 30%;
    }
}
@media (max-width: 768px){
    .row{
        flex-wrap: wrap;
    }
    .productlisting_View{
        flex-direction: column;
    }
    .listing { width:100%;}
    .car-card{
        flex-wrap: wrap;
    }
    .imagesThumb_Main{
        max-width: 100%;
        min-height: 250px;
    }
    .imagesThumb .thumb img{
        max-width: 100%;
        height: auto;
        min-height: 100%;
    }
    .itemFeature_gp{
        row-gap: 1rem;
        column-gap: 0.75rem;
    }
    .singlecar_page{
        flex-wrap: wrap;
    }
    .single_ListingItem{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .features_grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .single_sidebar{
        width: 100%;
    }
    .singlecar_page{
        gap: 2rem;
    }
    .featured_GridListing{
            grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 640px){
    .single_ListingItem{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .h1_title{
        font-size: 1.5rem;
    }
    .featured_GridListing{
            grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    #carSearchBox{
        width: 96vw;
    }
    .no-result{
        text-align: left;
    }
}
