.view-product {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid;
  border-radius: 11px;
  text-decoration: none;
  /* font-size: 19px; */
  color: white;
  background-color: #ffc107a6;
}
.contact-us {
  padding: 10px;
  border: 1px solid;
  border-radius: 11px;
  color: black;
  text-decoration: none;
  /* font-size: 19px; */
}
.contact-us:hover {
  background-color: rgb(209, 205, 205);
  /* color: white; */
}
/* .about-text {
  color: #ffc107a6;
} */
.card-img-top{
  height: 300px;
}
.icon-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(13, 110, 253, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffc107a6;
  transition: all 0.4s ease;
}

.feature-box {
  transition: all 0.4s ease;
}

.feature-box:hover .icon-wrapper {
  background: #ffc107a6;
  color: #fff;
  transform: scale(1.1);
}

.feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.15);
}

.swiper-pagination{
  position:  relative !important;
}
.text-muted {
  text-align: justify;
}