.elementor-217 .elementor-element.elementor-element-72e8620{--display:flex;}.elementor-217 .elementor-element.elementor-element-72e8620:not(.elementor-motion-effects-element-type-background), .elementor-217 .elementor-element.elementor-element-72e8620 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3EFFF;}.elementor-217 .elementor-element.elementor-element-4faf048 > .elementor-widget-container{margin:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-7185d15 */.growth-intro {
  background: #f3efff;
  padding: 60px 20px 30px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  color: #4c1d95;
}

.growth-intro-container {
  max-width: 860px;
  margin: 0 auto;
}

.growth-intro h2 {
  font-size: 26px;
  font-weight: 700;
  color: #5b21b6;
  margin-bottom: 20px;
}

.growth-intro p {
  font-size: 16px;
  color: #5b21b6;
  line-height: 1.75;
  margin-bottom: 14px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-41e0833 *//* Grid layout */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: 'Poppins', sans-serif;
}

/* Product Card */
.product-card {
  background: #f5f8ff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

/* Icon */
.product-icon {
  font-size: 28px;
  background: #4f46e5;
  color: #fff;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 16px;
}

/* Title & Description */
.product-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  color: #333;
}
.product-desc {
  font-size: 13px;
  color: #666;
  margin-bottom: 16px;
  min-height: 40px;
}

/* Price */
.product-price {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 16px;
}

/* Button */
.buy-now-btn {
  background: #4f46e5;
  color: #fff;
  font-weight: 600;
  padding: 10px 22px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.25s;
}
.buy-now-btn:hover {
  background: #372fbd;
}

/* Responsive */
@media (max-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4faf048 */.luxury-footer {
  background-color: #111827;
  color: #d1d5db;
  padding: 40px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  border-top: 1px solid #1f2937;
  width: 100%;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footer-brand {
  margin-bottom: 16px;
  color: #9ca3af;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-links a {
  color: #e5e7eb;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #38bdf8;
}/* End custom CSS */