.art-section {
  padding: 60px 0;
}

.art-card {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  height: 100%;
}

.art-card:hover {
  transform: translateY(-6px);
}

.art-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.art-content {
  padding: 16px;
  text-align: center;
}

.art-content h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.price {
  font-size: 17px;
  font-weight: 700;
  color: #c0392b;
  margin-bottom: 12px;
}

/* Unique WhatsApp Button */
.wa-btn {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wa-btn:hover {
  background: linear-gradient(135deg, #128C7E, #075E54);
}
