.elementor-255 .elementor-element.elementor-element-44a737c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-eaa3ad2 */.custom-products-section {
  background: #f9f5ff;
  padding: 80px 20px;
  text-align: center;
}

.custom-products-section .section-title {
  font-size: 38px;
  font-weight: 700;
  color: #2e0e5a;
  margin-bottom: 10px;
}

.custom-products-section .section-subtext {
  font-size: 18px;
  color: #555;
  margin-bottom: 50px;
}

.product-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.product-card {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  max-width: 350px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

.product-card h3 {
  color: #3e0d72;
  font-size: 22px;
  margin-bottom: 10px;
}

.product-card p {
  color: #444;
  font-size: 15px;
  margin-bottom: 10px;
}

.product-card ul {
  padding-left: 18px;
  color: #333;
  font-size: 14.5px;
  margin: 0;
}

.product-card ul li {
  margin-bottom: 6px;
}
.cta-button {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 22px;
  font-size: 15px;
  color: #fff;
  background-color: #5e17eb;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #4400cc;
}/* End custom CSS */