@charset "utf-8";
/* CSS Document */


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1920px) {

    

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1536px) {

}

@media only screen and (max-width : 1399px) {

    .category_img {
        background-size: 636px;
    }

    .type_col {
        padding-top: 100px;
        padding-bottom: 20px;
    }

    .mask1 {
        mask-size: 110%;
    }

    .type_bg {
        left: -31px;
        width: 112%;
    }

    .type_img_1 {
        overflow: hidden;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {

        
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {

    .category_img img {
        width: 430px;
    }

    .caption h1 {
        font-size: 32px;
    }

    .contact_content .line {
        width: 600px;
    }

    .contact_box {
        width: 500px;
    }

    .mask1 {
        mask-size: cover;
    }

    .type_bg {
        top: -1px;
        left: -93px;
        width: auto;
        height: 100%;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {



}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

    .border_md_none{
        border: none !important;
    }

    .header_div{
        height: 400px;
    }

    .carmarket_logo{
        margin: 0 auto;
    }

    .caption h1{
        font-size: 32px;
    }
    
    h2{ 
        font-size: 26px;

    }

    .top_left_col{
        gap: 15px;
    }

    .contact_div span{
        display: none;
    }
    
    .feat_sec{
        margin-top: 0;
        padding-top: 0;
    }
    
    .category_img {
        height: 320px;
        background-size: contain;
    }

    .category_img img {
        width: 335px;
        position: absolute;
        left: 80px;
    }

    .type_col{
        padding: 30px 0;
    }

    .nav-tabs .nav-link {
        padding: 12px 17px;
        background-color: #ffffff;
        font-size: 14px;
        margin-right: 5px;
        border-bottom: 1px solid #dfdfdf;
    }

    .feat_tabs::after{
        background-image: none;
    }

    .feat-tabs-wrapper {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .feat-tabs-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        flex: 1;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE/Edge */
    }
    .feat-tabs-scroll::-webkit-scrollbar {
        display: none; /* Chrome/Safari */
    }

    .feat-tabs-scroll .nav-tabs {
        flex-wrap: nowrap; /* Prevent tabs from wrapping */
        white-space: nowrap;
    }

    .tab-arrow {
        flex-shrink: 0;
        background: #fff;
        border: 1px solid #dee2e6;
        border-radius: 4px;
        width: 32px;
        height: 49px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #495057;
        transition: background 0.15s, color 0.15s;
        z-index: 1;
    }
    
    .tab-arrow:hover {
        background: #f8f9fa;
        color: #000;
    }
    
    .footer_con{
        background-size: 400px;
    }

    .type_img_1 {
        height: 266px;
    }

    .mask1 {
        left: 0px;
        mask-size: 313px;
        width: 100%;
        mask-position: center;
    }

    .type_bg {
        left: -3px;
        width: 320px;
        height: 100%;
    }

    /* .type_img_1 {
        height: 275px;
    }

    .mask1{
        width: 100%;
        left: 0;
        height: 100%;
        object-fit: cover;
    }

    .type_bg {
        left: -55px;
        width: 425px;
        height: 100%;
        opacity: .3;
    } */
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 767px) {

    .copyright_row .carmarket_logo { 
        width: 150px; 
     }

    .caption h1{ 
        font-size: 26px;
    }

    h2{
         font-size: 22px;
    }

    .category_img img {
        width: 250px;
        left: 45px;
    }
    
    .category_img{
        background-size: cover;
        height: 260px;
    }
    

    .menu_btn{
        background-color: transparent;
        border: 1px solid #ffffff;
        width: 32px;
        height: 32px;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .top_nav {
        padding: 0 3px 0 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 50px;
    }

    .caption {
        margin-left: 25px;
        margin-bottom: 30px;
        padding-right: 25px;
    }

    .logo_div img {
        width: 95px;
    }

    /* ── Offcanvas Shell ── */
    .mobile-menu {
        width: 80% !important;
        max-width: 320px;
        background-color: #1c1c1c;
        z-index: 999999;
    }

    /* ── Header ── */
    .mobile-menu__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 20px;
        border-bottom: 1px solid #2a2a2a;
    }

    .mobile-menu__title {
        margin: 0;
        color: #ffffff;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .mobile-menu__close {
        background: transparent;
        border: none;
        color: #aaa;
        font-size: 20px;
        line-height: 1;
        cursor: pointer;
        padding: 0;
    }

    /* ── Body ── */
    .mobile-menu__body {
        display: flex;
        flex-direction: column;
        padding: 0;
        height: 100%;
    }

    /* ── Nav Links ── */
    .mobile-menu__nav {
        flex: 1;
    }

    .mobile-menu__link {
        display: block;
        padding: 14px 24px;
        color: #ccc;
        font-size: 15px;
        text-decoration: none;
        border-left: 3px solid transparent;
    }

    .mobile-menu__link.active {
        color: #ffffff;
        font-weight: 700;
        border-left-color: #ffffff;
        background: rgb(255 255 255 / 7%);
    }

    /* ── Contact Section ── */
    .mobile-menu__contact {
        border-top: 1px solid #2a2a2a;
        padding: 20px 24px;
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .mobile-menu__contact-item {
        display: flex;
        align-items: center;
        gap: 12px;
        text-decoration: none;
        color: #ccc;
        font-size: 14px;
    }

    .mobile-menu__contact-icon {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        border: 1px solid #3a3a3a;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        color: #ffffff;
        font-size: 14px;
    }

    .filter_border {
        border-bottom: 1px solid #E6E6E6;
        border-right: 0px;
        padding: 10px 5px;
    }

    .select2-container--bootstrap-5 .select2-dropdown {
        background-color: #f2f2f2;
        margin-top: 10px;
    }

    .select2-container--bootstrap-5 .select2-dropdown .select2-search {
        padding-top: 13px;
    }

    .more_filter_col {
        padding: 13px 7px;
    }

    .nav-tabs .nav-link{
        font-size: 13px;
        padding: 10px 15px;
    }

    .type_bg {
        left: -48px;
        width: 144%;
        height: 100%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 575px) {

    .accordion-button{
        font-size: 13px;
    }

    .accordion-body{
        font-size: 15px;
    }

     footer{ 
        padding: 0 6px 6px 6px;
     }

    .footer_con{ 
        padding: 28px 16px; 
        border-radius: 8px;
     }

    .footer_logo{
         width: 100px; 
        }

    .footer_nav{ 
        padding-left: 18px; 
    }

    .footer_social_link{
        width: 28px; 
        height: 28px; 
    }

    .inner_header{
        height: 200px !important;
    }

     .contact_info_col{
        padding: 20px;
     }

    .form_div{
        padding: 20px;
     }

     .custom-btn {
        padding: 7px 8px 7px 15px;
        font-size: 13px;
    }

    .icon-circle {
        width: 30px;
        height: 30px;
    }

    .category_img img {
        left: -40px;
    }

    .footer_con {
        background-size: 115px;
    }

    .contact_mobi_div {
        padding-top: 50px;
        padding-bottom: 50px;
        background-position: -106px;
        background-size: 145%;
        background-repeat: no-repeat;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    .category_img{
        border-radius: 0;
    }

}

@media only screen and (max-width : 460px) {

    .category_img img {
        left: -75px;
    }
  
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 375px) {

     .footer_con { padding: 20px 12px; }

     h4{
        font-size: 15px;
     }

     p{
        font-size: 13px;
     }

     .contact_info_div .icon img{
        width: 20px;
        height: 20px;
     }

     .category_img img {
        left: -80px;
    }
     
}


/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {

}


@media only screen and (max-width : 320px) {
 
}