@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');


body { background-color: #fefbfc;}

.fs-10 { font-size: 10px !important;}
.fs-12 { font-size: 12px !important;}
.fs-14 { font-size: 14px !important;}
.fs-18 { font-size: 18px !important;}
.fs-20 { font-size: 20px !important;}
.lh-1 { line-height: 1 !important;}
.fw-600 { font-weight: 600 !important;}
.fw-700 { font-weight: 700 !important;}
.fw-800 { font-weight: 800 !important;}
.text-white,
.container .text-white { color: #fff !important;} 
.text-normal { text-transform: none !important;}

nav.navbar { 
  background: #000 !important; 
  margin-bottom: 0 !important;
}

.navbar > .container { align-items: center;}

/* Remove gap after header */
.navbar + *,
body > nav.navbar + *,
section:first-of-type,
.container:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Ensure content starts immediately after navbar */
body > nav.navbar ~ section,
body > nav.navbar ~ div:not(.navbar) {
  margin-top: 0 !important;
}

.newsletter .form-control::placeholder {
  color: #fff !important;
}
#price-calculator {
  position: relative;
  top: -14px;
}

.price-calculator .dropdown-select {
  border-radius: 0 !important;
  background-color: rgba(255,255,255,.1);
  border: 0;
  height: 40px;
  border-bottom: solid 1px #fff !important;
   
}
.price-calculator .dropdown-select option {
  color: #000;
}

.main-calculator tr:hover,
.main-calculator td:hover {
  background-color: transparent !important;
 
}


@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas {
    
    flex-grow: 0 !important;
  }
}
.hd {
  color: #fd5631;
  font-family: 'roboto condensed', Arial, Helvetica, sans-serif;
  font-size: clamp(24px);
}
.featured-cars-heading { 
  width: fit-content;
  padding-left: 0;
  position: relative;
  margin-bottom: 108px;
  font-family: 'roboto condensed', Arial, Helvetica, sans-serif;
  text-align: left !important;
 
}
.featured-cars-heading::after {
  content: '';
  position: absolute;
  bottom: -15px;
  height: 4px;
  width: 150px;
  background-color: #fd5631;
  z-index: 8;
  left: 0;
}
.featured-cars-heading::before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 140px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  z-index: 9;
}
.featured-cars-heading span { font-size: clamp(30px, 8vw + 1px, 67px); color: #000 !important;}
.price-calculator .col-lg-3 { display: flex; align-items: center; margin-bottom: 14px;}
.price-calculator .dropdown-select ,
  .price-calculator .radio { margin: 0;}

.price-calculator .col-md-3.calculator_btn
{ 
  display: flex;
  justify-content: center;
  
  width: 100% !important; 
 
  gap: 10px;

}
.home .price-calculator .col-md-3.calculator_btn{
 padding-top: 50px;
}
  .price-calculator .btn  {  
    background-color: #000; 
    padding:8px 20px !important; 
    border-radius: 6px !important;
    text-transform: uppercase;
    margin: 0 ;
    
  }
   .price-calculator.slim .btn {
    padding: 5px 12px !important;
   } 
  .price-calculator .btn.btn-border {
    background-color: transparent !important;
    border: solid 1px #fff;
  }
.price-calculator .col-lg-3 p { margin: 0;}
@media screen and (min-width:999px) {
  .home .price-calculator .col-lg-3 {
    width: 50% !important;
  }
  
  
}

.text-blue {
  color: #007AFF !important;
}


.offcanvas-body { display: flex; flex-direction: row !important;
  align-items: center !important;
  padding-top: 12px;}
.offcanvas-body .navbar-nav .nav-link { padding-inline: 8px !important;}
section#hero {  background:#000 url(../images/hero_bg.jpg) top right no-repeat; background-size:cover !important;}
.hero-head { width: 950px !important;}
.hero-content { width: 100% !important; max-width: none;}
.hero .mobile-hide:nth-child(1) { display: none;}
.home .search-block { margin-top: -144px !important; }
.search-block .container { padding: 0 !important; margin-top: 50px; background-color: transparent; filter: drop-shadow(0 0 8px rgba(0,0,0,.3));}
.search-block .form-select,
.search-block .form-control { padding: 8px;}
.home-and-listing-page-filters { padding: 20px 30px 30px !important;}

.super-div { border: 0; padding: 0;}
.super-div > .row { 
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}

.super-div > .row > div { padding:1px !important; width: 100%; 
    border-radius: 14px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    overflow: hidden !important;
    margin-bottom: 8px !important;
    position: relative;
    padding-top: 0 !important;
}
.super-div > .row > div:hover {
    box-shadow: 0 8px 32px 0 rgba(0,0,0,.1);
}
.super-div .attributes { 
    background-color: #fff !important; 
    padding: 14px !important; 

    height: auto !important;
   
 }
.super-div .card-title { color: #333; font-size: 16px; font-weight: 600; margin-bottom: 8px;  }
.super-div .card-img-top { border-radius: 0 ; width: 102%; left: -1%; position: relative;}

.super-div h2 { 
  font-family: "Roboto Condensed", sans-serif; }
.super-div .car_specs { font-size: 12px;}
.super-div .year { 
  position: absolute; 
  top: 10px; left: 10px; 
  background-color: rgba(255,255,255,.8);
  border-radius: 50px;
  padding: 4px 10px;
}

.price-calculator { padding-top: 56px; padding-bottom: 45px !important; background: url(../images/calc_bg.jpg?1) right bottom no-repeat; background-size: cover; border-radius: 0 0 38px 38px;}

.price-calculator .dropdown-select,

.car_tabs { margin-bottom: 4px;}
.car_tabs .nav-link { 
  border: 0; position: relative;
   padding-inline: 0 !important;
  margin: 0 8px;
  padding-bottom: 20px;
  color: #000;
}
.price-calculator.slim {
  padding: 34px 20px 20px !important;
  background:#fd5631;
  position: relative;
  isolation: isolate;
  border-radius: 0 0 14px 14px;
  overflow: hidden;
}
.price-calculator.slim::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #fd5631 url(../images/calc_slim.png) top left no-repeat !important;
  z-index: -1;
  opacity: .7;
}

.price-calculator.slim.detail::after {
 
  opacity: .1;
}


.car_tabs .nav-link.active::after {
  content: '';
  position: absolute;
  height: 3px;
  background-color:#000;
  width: 100%;
  bottom: 0;
  z-index: 9;
  left: 0;
 
}
.tab-content { border: 0 !important;}
.whyChoose {
  background: url(../images/choose_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 80px ;
}
.whyChoose * { color: #fff;}



.reviews-components .ps-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


@media screen and (min-width:999px) {
  #reviews {
    max-width: 1000px;
    margin: 0 auto;
  }
  .reviews-components .img-thumbnail {
  height: 350px !important;
  width: 30% !important;
  object-fit: cover;
  overflow: hidden;
  margin-right: 30px;
  border: 0;
}
.reviews-components .ps-2 {
  width: 70%;
}
  .reviews-components { border: 0;}
  .swiper-horizontal > 
  .swiper-pagination-bullets, 
  .swiper-pagination-bullets.swiper-pagination-horizontal, 
  .swiper-pagination-custom, 
  .swiper-pagination-fraction {
    width: fit-content;
    left: 33%;
    position: relative;
    top: -63px;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    border-radius: 0 !important;
    width: 15px !important;
    height: 15px !important;
  }
}
.swiper-horizontal p {
  color: #000 !important;
}
@media screen and (max-width:999px) {
  .super-div > .row { 
    grid-template-columns: repeat(1, 1fr);
    
  } 
  .car_specs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.swiper-pagination-bullet-active {
  background-color: #fd5631;
}


.newsletter {
  background-color: #fd5631;
}
.newsletter .btn { background-color: #000 !important;}
.newsletter .form-control { width: auto !important;}
/* .reviews-components {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
  height: 40px;
}
.reviews-components img {
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  width: 160px;
  aspect-ratio: 1;
}
.reviews-components p { text-align: center;} */

.grecaptcha-badge { display: none !important;}


/* car type start */
.car-type .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.car-type {
  display: flex;
  width: 100%;
}
.car-type .type_cnt { 
  --type-bg:#ccc;
    border: solid 1px var(--type-bg);
    border-radius: 8px;
    padding: 12px !important;
    position: relative;
    text-align: left;
    font-size: 14px;
    width: 100%;
    transition: all 300ms ease-in-out;
}
.car-type:hover .type_cnt { 
  box-shadow: 3px 3px 3px var(--type-bg);
}
.car-type ul { margin: 0; }
.car-type .type_img svg{
  width: 90px;
  margin-bottom: 0;
  height: 50px;
  filter: sepia(99) invert(1) opacity(.9);
  
}
.car-type:hover .type_img svg{
  filter: sepia(0) invert(0) opacity(1);
  
}
.car-type .type_img {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-right: 24px;
  padding: auto;
  white-space: nowrap ;
}
.car-type  h3 { font-size: 16px;}
.car-type .type_cnt::before {
  content: '';
  position: absolute;
  width: 0;
  z-index: 0;
  border-style: solid;
  border-color:  transparent var(--type-bg);
  border-width: 14px 18px 14px 0; /* top right bottom left */
 top: 30%;
  left: -18px;
  /* margin-left: -18px; */
  display: block;
  
}
/* car type end */


.dtl_pg {
  background-color: #fff;
  color: #000;
  --white-color:#000 !important;
  --bs-white-rgb:#fff !important
}
.dtl_pg .car-detail{
  background-color: #fff;
  color: #000;
}
.dtl_lst_bx {
  /* border-bottom: dotted 1px #e2e2e2; */
}
.dtl_lst_bx svg,
.dtl_lst_bx img {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}
.dtl_text {
  line-height: 1 !important;
}
.dtl_text small {
  margin-bottom: 0 !important;
}
.dtl_text b {
  font-weight: 700 !important;
}
.car-detail-div > .row > div {
  position: relative;
  padding-bottom: 12px;
  
}
.car-detail-div > .row > div::after {
  content: '';
  position: absolute;
  bottom: 0; 
  left: 0;
  width: 95%;
  border-bottom: dashed 1px #666;
  
}
.quote-form,
.quote-form * {
  background: transparent !important;
  color: #000 !important;
}
.quote-form .btn {
  background-color: #fd5631 !important;
  color: #fff !important;
  font-size: 16px !important;
}
.tbl-div .active { background-color: #EDE8D050 !important;}