body {
  font-family: "Poppins", sans-serif;
}

.bg-custom {
  background-color: #384b56 !important;
}

.navbar {
  transition: all 0.3s ease;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar.shrink {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.navbar.shrink .navbar-brand img {
  height: 40px;
}

.navbar.shrink .navbar-nav .nav-link {
  font-size: 0.7rem;
}

.navbar-brand img {
  height: 120px;
  transition: height 0.3s ease;
}

.navbar-nav .nav-link {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: white !important;
  transition: color 0.3s ease, font-size 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #fd7e14 !important;
}

.dropdown-menu {
  font-family: "Poppins", sans-serif;
  text-align: left;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}

.dropdown-menu .dropdown-item {
  font-weight: 500;
  padding-left: 1rem;
  color: #000000;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-menu .dropdown-item:hover {
  color: #fd7e14;
  background-color: #f2f2f2;
}

.dropdown-toggle::after {
  margin-left: 0.255em;
}

.hero {
  background-color: #f8f9fa;
  padding: 40px 0;
  text-align: center;
}

.motor-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.motor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.motor-card img {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
  padding: 10px;
}

.btn-detail {
  background-color: #fd7e14;
  color: white;
  font-weight: 600;
}

.btn-detail i {
  margin-right: 5px;
}

.service-icon {
  font-size: 40px;
  color: #fd7e14;
}

.footer {
  background-color: #212529;
  color: white;
  padding: 40px 0;
}

.footer a {
  color: white;
  margin-right: 15px;
  font-size: 1.3rem;
}

.footer a:hover {
  color: #fd7e14;
}

.btn-order {
  background-color: #fd7e14;
  border: none;
  color: white;
}

.btn-order:hover {
  background-color: #e46f0b;
}

.detail-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.detail-section h2 {
  color: #fd7e14;
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .navbar {
    position: static !important;
  }

  .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    margin-top: 0.5rem;
    box-shadow: none;
    border: none;
    background-color: #384b56;
  }

  .dropdown-item {
    padding: 10px 1.5rem;
    border-top: 1px solid #4a5d68;
    text-color: #ffffff;
  }

  .dropdown-item:hover {
    background-color: #2d3e47;
    color: #fd7e14;
  }
}
