.elementor-2750 .elementor-element.elementor-element-dcd76bf > .elementor-background-overlay{background-color:#FFFFFF;opacity:0.5;}/* Start custom CSS */.product-card {
  position: relative;
  overflow: hidden;
}

.product-card img {
  display: block;
  width: 100%;
  height: auto;
}

.quote-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%) translateY(30px);
  opacity: 0;
  background: #382d5e;
  color: #fff;
  padding: 10px 16px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
}

.product-card:hover .quote-btn {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}/* End custom CSS */