
 
  body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
  }

  .btn-rounded {
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
}

.btn-dark {
  background-color: #000;
  color: #fff;
  border: none;
}

.btn-dark:hover {
  background-color: #333;
}

.btn-white {
  background-color: #fff;
  color: #000;
  border: none;
}

.btn-white:hover {
  background-color: #f2f2f2;
}

.btn-outline {
  background-color: transparent;
  color: #000;
  border: 2px solid #000;
}

.btn-outline:hover {
  background-color: #000;
  color: #fff;
}


.nav-link {
  font-size: 1rem;
}

.hero {
  background: url("/images/ram-truck.jpg") no-repeat center center/cover;
  position: relative;
  display: flex;
  align-items: center;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.hero-form {
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.hero .cta {
  text-align: center;
  color: #fff;
}
.cta-button {
  padding: 12px 30px;
  font-size: 1.2rem;
  border-radius: 30px;
  background-color: #0d6efd;
  color: #fff;
  border: none;
}

.fw-900 {
  font-weight: 900 !important;
}

.form-control {
  line-height: 3;
}

/* Truck Card Styles */
.truck-card-img {
  height: 200px;
  object-fit: cover;
}

/* Show Page - Image Gallery */
.truck-gallery .main-image img {
  max-height: 450px;
  object-fit: cover;
}

.truck-thumbnail {
  width: 80px;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: border-color 0.2s ease;
}

.truck-thumbnail:hover,
.truck-thumbnail.active {
  border-color: #000;
}

.thumbnail-row {
  padding-bottom: 10px;
}

/* Show Page - Details */
.truck-details table th {
  width: 120px;
  color: #666;
  font-weight: 500;
}

.price-tag {
  padding: 10px 0;
  border-bottom: 1px solid #dee2e6;
}

/* Filter Sidebar */
.filter-sidebar {
  position: sticky;
  top: 20px;
}

.filter-sidebar .form-control-sm {
  line-height: 1.5;
}

.filter-form .form-label {
  font-size: 0.875rem;
  font-weight: 500;
}

/* Featured Listings */
.featured-listings {
  background-color: #f8f9fa;
}

/* Active Filters */
.active-filters .badge {
  font-weight: normal;
}
