body{
  /* width: 100%; */
  height: 100vh;
   background-color:#F2F3F7 !important;
}

#links{
   gap: 50px;
   font-weight: 600;
   font-size: 18px;
   color: black !important;
}
.input-group {
  height: 45px;
}
.input-group-text i {
  font-size: 1rem;
}
.form-control:focus {
  box-shadow: none;
}

/* .form-control:focus,
.input-group .form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: transparent !important;
} */
.form-control:focus {
  box-shadow: none !important;
  border-color: #ddd !important;
}


#section-1{
   width: 98%;
}
 .product-card {
      border: none;
      border-radius: 20px;
      background: #fff;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      transition: transform 0.2s ease;
    }
    .product-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
    .product-card img {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      background: #f7f7f7;
      padding: 20px;
      height: 180px;
      object-fit: contain;
    }
    .product-title {
      font-weight: 600;
      font-size: 1rem;
      margin-bottom: 5px;
    }
    .product-price {
      font-weight: 500;
      color: #444;
      font-size: 0.95rem;
    }
    .product-meta {
      font-size: 0.85rem;
      color: #666;
    }

.card{
   /* height: 200px !important; */
   gap: 20px;
   box-shadow: 0 4px 8px 0 #F2F3F7!important;
   border-radius: 15px !important;
   /* padding: 10px; */
   /* margin-top: 50px; */
}

/* .card img{
   border-radius: 15px;
   height: 200px !important;
   object-fit: cover!important;

} */

.nav-pills .nav-link {
  background: #f2f3f7 !important;
  color: #444 !important;
  font-weight: 500 !important;
}
.nav-pills .nav-link.active {
  background: #000 !important;
  color: #fff !important;
}


