body, p, h1, h2, h3, h4, h5, h6, a, li, span, input, button {
  font-family: 'Poppins', sans-serif !important;
}


/* LOGO Footer */

.logo-link{
  max-width: 150px;
}
.logo-link img {
  width: 100%;
  max-width: 130px;

}




.navbar-toggler {
  border: 2px solid lightgray  !important;
  border-radius: 5px;
}

.navbar-toggler-icon {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%236c757d' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.search-input {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%236c757d" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85zm-5.242.656a5 5 0 1 1 0-10 5 5 0 0 1 0 10z"/></svg>') no-repeat left center;
  background-size: 1rem;
  padding-left: 2rem;
  border: 2px solid lightgray !important;
  border-radius: 8px;
}
.custom-search-form{
    max-width: 230px;
    position: relative;
}
.custom-search-form input{
    width: 100%;
    padding:  5px 12px 5px 30px;
    border: 2px solid lightgray !important; 
    border-radius: 20px; 
    outline: none;
    font-size: inherit;
    color: #3b3b3b !important;
}
.custom-search-input:focus {
  border-color: #3b3b3b; 
}
.custom-search-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: lightgray;
  font-size: 1rem;
}
.new-navbar .nav-link {
  font-size: 0.9rem;
  font-family: 'Poppins', sans-serif;
  color:#3b3b3b;
  font-weight: 300 !important;
  transition: color 0.3s ease, text-decoration-color 0.3s ease;
}
.new-navbar .nav-link:hover,
.new-navbar .nav-link:active,
.new-navbar .nav-link.active {
   color: red !important;
  text-decoration: underline;
  text-decoration-color: red;
  text-underline-offset: 4px;
}


.brand-slider-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.brand-carousel {
  padding: 10px 40px;
  margin: 0 !important;
}


.owl-carousel .owl-item {
  display: flex !important;
  justify-content: center;
  padding: 0 5px; 
}

.brand-item {
  flex: 0 0 auto;
  width: 80px; 
  text-align: center;
}

.brand-item img {
  height: 70px; 
  object-fit: contain;
}

.brand-name {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}


.slider-btn {
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  font-size: 24px;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 2;
  transition: background 0.3s;
}

.slider-btn:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.slider-btn.left {
  position: absolute;
  left: 0;
}

.slider-btn.right {
  position: absolute;
  right: 0;
}

.container.brand-slider-container {
  padding-left: 0;
  padding-right: 0;
}
.owl-carousel {
  text-align: center;
}
.owl-carousel .owl-item {
  display: flex;
  justify-content: center;
}


/* RECENT CAR */
.recent-car h2, 
.featured-cars-v3 h2{
  margin-top: 10px;
  font-size: 30px;
  color: black;
  font-weight: 600;
}

.recent-car a{
  color: rgb(28, 28, 252);
}

/* Explore All Vehicles */

.featured-cars-v3{
  color:  #3b3b3b;
}
.featured-cars-v3 a{
  color:  red;
}
.recent-car a {
  color: red;
} 



/* Used Cars Details Page */
/* 🔹 Base Layout (Mobile First) */
.gallery-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.overview-section ul li {
  margin-bottom: 8px; 
  line-height: 1.6; 
}
.overview-list li {
    font-size: 20px;
    margin-bottom: 5rem;
  }

  .overview-list li strong {
    display: inline-block;
   
  }

  /* breadcrumbs banner */
.breadcrumb-hero {
  height: 300px; 
  overflow: hidden;
}

.breadcrumb-hero img {
  object-fit: cover;
  height: 100%;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.breadcrumb-hero .container {
  z-index: 2;
  position: relative;
}

.breadcrumb a:hover {
  color: #ffffff !important;
}











.gallery-wrap {
  display: flex;
  flex-direction: row;
  height: 500px;
  gap: 20px;
  flex-wrap: wrap; /* Optional safety */
}

.big-image {
  flex: 1;
  height: 100%;
}

.big-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.thumbnails {
  width: 200px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}

.thumb {
  width: 100%;
  height: calc(100% / 3 - 10px);
  margin-bottom: 10px;
  object-fit: cover;
  opacity: 0.6;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.thumb:last-child {
  margin-bottom: 0;
}

.thumb.active {
  opacity: 1;
  border: 2px solid #000;
}
.breadcrumb::before,
.breadcrumb-item::before {
  content: none !important;
}

.card-title{
  font-size: 1rem !important;
}
.card-text{
  font-size: 13px !important;
}
.custom-style a{
  font-size: 13px !important;
}
.custom-icon{
  font-size: 12px !important;
}

/* === Mobile Styles === */
@media (max-width: 767.98px) {
  .gallery-wrap {
    flex-direction: column;
    height: auto;
  }

  .big-image img {
    /* height: 300px; */
    object-fit: contain;
  }

  .thumbnails {
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    justify-content: center;
  }

  .thumb {
    flex: 0 0 auto;
    width: 100px;
    height: 70px;
  }
}

@media (max-width: 768px) {

  .logo-link {
    max-width: 150px;
  }
  .logo-link img {
    width: 50%;
    height: 150px;
  }

}


@media (max-width: 425px) {

.logo-link img {
  max-width: 100px;
  height: auto;
}
.main-logo{
  max-width: 80px;
}
.recent-car h2,
.featured-cars-v3 h2{
  font-size: 25px;
  text-align: center;
}
.view-all{
  margin-top: 10px;
  font-size: 12px;
}
.brand-item {
  width: 80px;
}
.brand-item img {
  height: 70px;
}

.brand-name {
  font-size: 10px;
}

.slider-btn {
  font-size: 18px;
  padding: 4px 8px;
}
.card-title{
  font-size: 0.7rem !important;
}
.card-text{
  font-size: 10px !important;
}
.custom-style a{
  font-size: 11px !important;
}
.custom-icon{
  font-size: 10px !important;
}

}



.brand-scroll-container {
  position: relative;
}

.brand-scroll-wrapper {
  overflow: hidden;
  scroll-behavior: smooth;
  padding: 10px 20px;
}

.brand-scroll-track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.4s ease;
}

.brand-logo-card {
  flex: 0 0 auto;
  width: 100px;
  text-align: center;
}

.brand-logo-card img {
  height: 60px;
  object-fit: contain;
}

.brand-logo-title {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.1);
  border: none;
  font-size: 24px;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 10;
}

.slider-btn.left {
  left: 0;
}

.slider-btn.right {
  right: 0;
}

.slider-btn:hover {
  background: rgba(0, 0, 0, 0.3);
}
