.product-standard {
  background-image: linear-gradient(rgba(0, 0, 0, 0.808), rgba(0, 0, 0, 0.747)),
    url("../image/product/standard-banner.jpg");
  background-size: cover;
  background-position: center;
  height: 500px !important;
}

.product-enterprise {
  background-image: linear-gradient(rgba(0, 0, 0, 0.833), rgba(0, 0, 0, 0.747)),
    url("../image/product/enterprise-banner.jpg");
  background-size: cover;
  background-position: center;
  height: 500px !important;
}

.product-royal {
  background-image: linear-gradient(rgba(0, 0, 0, 0.837), rgba(0, 0, 0, 0.369)),
    url("../image/product/premeuim-banner.jpg");
  background-size: cover;
  background-position: center;
  height: 500px !important;
}

.product-supreme {
  background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.747)),
    url("../image/product/suprem-banner.jpg");
  background-size: cover;
  background-position: center;
  height: 500px !important;
}

.product-heading {
  margin-top: 2rem;
  color: #ffffff;
  font-family: "Unbounded", sans-serif;
  font-size: 4rem !important;
  font-weight: bolder !important;
  text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.781);
}

.product-summury {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500 !important;
  font-size: 1rem;
  text-transform: capitalize;
  background-color: #eef5ffa3;
  padding: 1rem;
}

.product-page-heading {
  margin-top: 2rem;
  color: #000000;
  font-family: "Unbounded", sans-serif;
  font-size: 2.3rem !important;
  font-weight: bolder !important;
  text-shadow: 10px 10px 10px rgba(36, 36, 36, 0.234);
  text-align: center;
}

.product-page-sumuary {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500 !important;
  line-height: 2rem;
  font-size: 1rem;
  text-transform: capitalize;
  padding: 1rem;
}

/* standard products box */

.product-box {
  width: 100%;
  height: 100%;
  background-color: #eef5ff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.product-box:hover {
  cursor: pointer;
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
}

.product-box h3 {
  font-family: "Unbounded", sans-serif;
  font-size: 1.5rem;
  color: #333333;
  margin-bottom: 15px;
}

.product-box li {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  margin-bottom: 10px;
}

/* product-page-gallery */

.product-page-gallery img {
  transition: all 0.3s ease !important;
}

.product-page-gallery img:hover {
  cursor: pointer;
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
}
