* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  background-color: lightgray!important;
}
.navbar-dark .nav-item .nav-link {
  color: #fff;
}

.navbar-dark .nav-item .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  border-radius: 0.25rem;
  color: #fff;
}

.fa-li {
  position: relative;
  left: 0;
}
.input-group ul li a:hover {
  border-radius: 15px;
}
.btnSubmit {
  position: absolute;
  right: 22%;
}

.hero-banner {
  height: 80vh; 
  overflow: hidden;
}

.hero-img {
  height: 100%;
  object-fit: cover;
  filter: brightness(60%); 
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  width: 80%;
}
.banner-content a {
  opacity: 0.7;
  transition: opacity 0.3s ease;
  border: none;
}
.banner-content a:hover {
  opacity: 1;
}
.signUp {
  opacity: 0.8;
  transition: all 0.8s ease;
}
.signUp:hover {
  opacity: 1;
}
.signUp:active {
  transform: scale(0.98);
}
.CustomerSupport ul li a {
  text-decoration: none;
  color: lightgray;
}
.CustomerSupport ul li a:hover {
  text-decoration: underline;
}
.ShopCategories ul li a {
  text-decoration: none;
  color: lightgray;
}
.ShopCategories ul li a:hover {
  text-decoration: underline;
}

main {
  padding: 50px;
  background-color: lightgray;
}
.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}
.cards-grid .card img {
  width: 100%;
  height: 220px;
  object-fit: contain; 
  background: #fafafa;
  padding: 1rem;
}
.cards-grid .card-body {
  flex: 1; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cards-grid .card-title {
  font-size: 1rem;
  font-weight: 600;
  min-height: 48px; 
  margin-bottom: 0.5rem;
}

.cards-grid .card-text {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.3;
  min-height: 60px; 
  margin-bottom: 0.75rem;
}

.cards-grid .btn {
  margin-top: auto;
  align-self: flex-start;
}
.card img {
  height: 220px;
  object-fit: contain;
  background: #fafafa;
}

.card-title {
  min-height: 48px;
}

.card-text {
  min-height: 70px;
  font-size: 0.9rem;
  color: #555;
}
.prCards {
  margin-top: 50px;
}
.small-carousel img {
  height: 380px;
  object-fit: cover;
}

.carousel-caption-custom {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.55);
  padding: 10px 18px;
  border-radius: 6px;
  color: #fff;
  font-size: 1.1rem;
}

.hero-banner {
  position: relative;
  height: 75vh;
  overflow: hidden;
}

.hero-banner .hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

