
.dt-container {
  background-color: #fff;
  border: #f8f9fa 1px solid;
  font-size: 0.85rem;
  color: #000;
}

/* ========================
   Hero Section Styles
======================== */
#hero {
  background: url('../img/hero-bg.jpg') center center no-repeat;
  background-size: cover;
  height: 100vh;
  color: #000; /* Sets the text color to black */
}
.hero-content {
  text-align: center;
  padding: 100px 20px;
}

.btn-get-started {
  background-color: #3498db;
  padding: 10px 30px;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
}


/* ========================
   Search Section Styles
======================== */
.search-section {

  padding: 20px;
  border-radius: 8px;
  text-align: center;
  color: white;
}

form .form-control,
form .form-select {
  border-radius: 8px;
}


/* ========================
   Featured Inventory Styles
======================== */
#featured {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.card {
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.card .btn {
  margin-top: 10px;
}


/* ========================
   Footer Styles
======================== */
footer {
  background-color: #222;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}