
body {
    /*font-family: AvenirNext, Arial, Helvetica, sans-serif;*/
    font-size: 14px ;
    color: #0c121c !important;
}

.sec-heading {
    font-family: LandRoverWeb-Bold, Arial, Helvetica, sans-serif !important;
}

.form-control {
    font-family: AvenirNext, Arial, Helvetica, sans-serif !important;
}

.btn-custom {
    font-size: 12px !important;
    background-color: #0c121c;
    color: #fff;
    font-weight: 600 !important;
    letter-spacing: 3px;
    line-height: normal;    
    padding: 12px 30px 13px;
    transition: all 0.35s ease-in-out;
}

.btn-custom:hover {
    background-color: fff;
    color: #000;
    border: 1px solid #000;
}


.btn-con {
    border-left: 1px solid rgba(74, 79, 84, .3); 
    padding-left: 40px;
}

.sub-txt {
    color: #4a4f54;
}

.theme-color {
    color: #0c121c;
}

.head-sub-txt {
    color: #4a4f54;    
    font-size: 18px;
    letter-spacing: .02rem;    
}

.sec-container-slider {
    padding: 32px 60px 60px;
}

.sec-container {
    padding: 60px 60px 80px;
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x) !important;
    color: var(--bs-card-color) !important;
}

.card-img-top {
    max-height: 300px !important;
    height: 250px !important;
}


.rounded-custom {
    border-radius: 12px !important;
}



/*.card-img-top:hover {*/
/*    background-color: rgba(0, 0, 0, .3);*/
/*    transition: background-color .4s;*/
/*}*/

.footer-pad {
    padding: 40px 40px 0;
}


.menu-custom {
        position: absolute;
    inset: 0px 0px auto auto;
    margin: 0px;
    transform: translate3d(-5.6px, 37.6px, 0px) !important;
}

ul li a {
    color: #4a4f54;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .1rem;
    line-height: 1.5rem;
    text-decoration: none;    
}

strong {
    color: #4a4f54;    
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1rem;
    line-height: 1.5rem;
    text-decoration: none; 
    text-transform: uppercase; 
}

strong:hover {
    text-decoration: underline;
}

.nav-link {
    text-transform: uppercase;
     color: #4a4f54 ;
     font-weight: 600;
}

.nav-underline .nav-link.active {
     color: #0c121c !important;
     font-weight: 600 !important;     
}

.nav-underline .nav-link {
    padding-bottom: 20px !important;
}


ul li.footer-link a:hover {
    text-decoration: underline !important;
}

.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap);
    
}
/* MAIN CATEGORY NAV */

.category-main-nav,
.category-sub-nav{
    gap:40px;
    border-bottom:none !important;
}

.category-main-nav .nav-link,
.category-sub-nav .nav-link{
    border:none !important;
    background:transparent !important;
    border-radius:0 !important;
    padding:0 0 22px 0 !important;
    color:#6c6c6c !important;
    font-size:14px;
    font-weight:500;
    letter-spacing:1px;
    text-transform:uppercase;
    position:relative;
    transition:all .3s ease;
}

.category-main-nav .nav-link.active,
.category-sub-nav .nav-link.active{
    color:#000 !important;
    background:transparent !important;
}

.category-main-nav .nav-link.active::after,
.category-sub-nav .nav-link.active::after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:2px;
    background:#000;
}

/* REMOVE BOOTSTRAP EFFECT */

.nav-link:focus,
.nav-link:hover{
    border:none !important;
    box-shadow:none !important;
}

/* SUB NAV BACKGROUND */

.category-sub-nav{
    padding-top:20px;
}

/* MOBILE */

@media(max-width:767px){

    .category-main-nav,
    .category-sub-nav{
        gap:20px;
        overflow-x:auto;
        flex-wrap:nowrap;
        white-space:nowrap;
    }

}


.card-custom {
    transition: all .1s ease-in;
}


.card-custom:hover {
    border: 1px solid rgba(12, 18, 28, .6);
}

.pagination .page-item .page-link {
    color: #0c121c !important;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 0px !important;
}

.filter-box{
    width:250px;
    border:1px solid #ddd;
    padding:20px;
    background:#fff;
}

.filter-title{
    font-size:18px;
    font-weight:600;
    margin-bottom:20px;
}

.range-slider{
    position:relative;
    height:15px;
}

.range-slider input[type="range"]{
    position:absolute;
    width:100%;
    pointer-events:none;
    background:none;
    -webkit-appearance:none;
}

.range-slider input[type="range"]::-webkit-slider-thumb{
    pointer-events:auto;
    -webkit-appearance:none;
    width:14px;
    height:14px;
    border-radius:50%;
    background:#000;
    cursor:pointer;
}

.slider-track{
    position:absolute;
    height:3px;
    background:#000;
    top:5px;
    border-radius:5px;
}

.range-values{
    display:flex;
    justify-content:space-between;
    font-size:12px;
    margin-top:10px;
    color:#555;
}

.range-line{
    position:absolute;
    width:100%;
    height:3px;
    background:#ddd;
    top:5px;
    border-radius:5px;
}



.custom-input {
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #ccc;
}

.accordion-button:not(.collapsed) {
    color: #0c121c !important;
    background-color: #fff !important;
}

.breadcrumb-item.active  {
    color: #0c121c !important; 
    font-weight: 500 !important;
}



.form-control:focus {
    color: none !important;
    background-color: none !important;
    border-color: #0c0c0c !important;
    outline: 0;
    box-shadow: none !important;
}


.foot-links {
    color: #4a4f54;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .1rem;
    line-height: 1.5rem;
    text-decoration: none;
}



/* CUSTOM SELECT */

.custom-select-wrapper{
    /* width:420px; */
    width: 100%;
}

.select-label{
    font-size:14px;
    font-weight:600;
    color:#555;
    margin-bottom:8px;
    display:block;
}

.custom-dropdown{
    position:relative;
}

.dropdown-btn{
    width:100%;
    height:48px;
    border:2px solid #1e1e1e;
    background:#fff;
    padding:0 15px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:14px;
    letter-spacing:1px;
    text-transform:uppercase;
    cursor:pointer;
    font-family: LandRoverWeb-Bold, Arial, Helvetica, sans-serif !important;    
}

.dropdown-btn.active{
    background:#06101f;
    color:#fff;
    border-color:#06101f;
}

.dropdown-menu-custom{
    width:100%;
    border:2px solid #1e1e1e;
    border-top:0;
    background:#fff;
    max-height:260px;
    overflow-y:auto;
    display:none;
    position:absolute;
    left:0;
    top:100%;
    z-index:999;
}

.dropdown-menu-custom.show{
    display:block;
}

.dropdown-item-custom{
    padding:14px 14px;
    border-bottom:1px solid #d9d9d9;
    cursor:pointer;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:14px;
    font-family: LandRoverWeb-Bold, Arial, Helvetica, sans-serif !important;    
}

.dropdown-item-custom:hover,
.dropdown-item-custom.active{
    background:#dfe2e3;
}

/* Custom Scrollbar */
.dropdown-menu-custom::-webkit-scrollbar{
    width:4px;
}

.dropdown-menu-custom::-webkit-scrollbar-thumb{
    background:#888;
    border-radius:10px;
}


.card-bd-custom {
    height: 95px;
}


.card-bd-pad-custom {
    padding: 0px !important;
}

.custom-bread {
    position: relative;
    top: -20px;
}

.dropdown-custom {
    width: 26%;
}

.dropdown-menu-cust{
    position: absolute !important;
    inset: 0px 0px auto auto !important;
    margin: 0px !important;
    transform: translate(-5px, 38px) !important;
}

.dropdown-custom {
    position: absolute !important;
    inset: 0px 0px auto auto !important;
    margin: 0px !important;
    transform: translate(-5px, 38px) !important;    
}











/* Media Styles */

@media (min-width: 768px) and (max-width: 992px) {

        .sec-container-slider {
            padding: 32px 25px 40px !important;
        }


        .pad-r {
            padding-right: 0px !important;
        }

        .sec-container {
            padding: 40px 25px 40px;
        }

        .footer-pad {
            padding: 40px 25px 0;
        }
        
        .card-img-top {
            max-height: 200px !important;
            height: 150px !important;
        }  
        
        .card-bd-custom {
            height: 115px !important;
        }   
        
        .custom-bread {
            position: relative !important;
            top: 0px !important;
        }     
        
.dropdown-custom {
    width: 75% !important;
}        


}



@media (min-width: 320px) and (max-width: 576px) {

        .sec-container-slider {
            padding: 10px 5px 40px !important;
        }

        .pad-r {
            padding-right: 0px !important;
        }        
        
        .btn-con {
            border-left: 0; 
            padding-left: 0px;
        }    
        
        .sec-container {
            padding: 30px 5px 20px;
        }

        .footer-pad {
            padding: 30px 25px 0;
        }        
        
        .nav-underline {
            --bs-nav-underline-gap: 1.2rem !important;
        }

        .head-sub-txt {    
            font-size: 14px !important; 
        }

        .breadcrumb-item {
            font-size: 14px !important;
        }
        
        .card-img-top {
            /* max-height: 300px !important; */
            height: auto !important;
        }        
  
          .custom-bread {
            position: relative !important;
            top: 0px !important;
        } 
        
        
        .dropdown-custom {
            width: auto !important;
        }        
        
        .dropdown-menu{
            width :17rem;
        }       


}




.category-sub-nav .nav-link.active{
    border-bottom:3px solid #000 !important;
    color:#000 !important;
}