.elementor-376 .elementor-element.elementor-element-851b3dc{--display:flex;}.elementor-376 .elementor-element.elementor-element-851b3dc:not(.elementor-motion-effects-element-type-background), .elementor-376 .elementor-element.elementor-element-851b3dc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3EFFF;}.elementor-376 .elementor-element.elementor-element-eced873 > .elementor-widget-container{margin:-21px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-dc6d7c4 */.mindful-intro {
  background: #f3efff;
  padding: 60px 20px 40px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.mindful-intro-container {
  max-width: 860px;
  margin: 0 auto;
}

.mindful-intro h2 {
  font-size: 22px;
  color: #5b21b6;
  font-weight: 700;
  margin-bottom: 20px;
}

.mindful-intro p {
  font-size: 16px;
  color: #4c1d95;
  line-height: 1.7;
  margin-bottom: 14px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-98c937b *//* ===============================
   DIGITAL PACKAGE CONTAINER
================================ */
.digital-packages {
  max-width: 680px;
  margin: 50px auto;
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  font-family: 'Inter', sans-serif;
}

/* ===============================
   TOP SECTION (TITLE CENTERED)
================================ */
.top-section {
  text-align: center;
  margin-bottom: 24px;
}

.section-title {
  font-size: 22px;
  font-weight: 600;
  color: #111827;
}

/* ===============================
   FEATURE LIST
================================ */
.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 28px;
}

.feature-item {
  font-size: 14px;
  color: #374151;
  background-color: #f3f4f6;
  padding: 6px 14px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

/* ===============================
   PACKAGE OPTIONS
================================ */
.package-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.package-item {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #111827;
  cursor: pointer;
  transition: border 0.2s ease, background-color 0.2s ease;
}

.package-item:hover {
  border-color: #4f46e5;
}

.package-item.selected {
  background-color: #eef2ff;
  border-color: #4f46e5;
}

.package-item .count {
  flex: 1;
}

/* ===============================
   PRICE & ACTION SECTION
================================ */
.package-actions {
  text-align: center;
  margin-top: 32px;
}

.package-price .disc {
  font-size: 24px;
  font-weight: 700;
  color: #4f46e5;
}

.package-price .reg {
  font-size: 16px;
  color: #9ca3af;
  text-decoration: line-through;
  margin-left: 8px;
}

.buy-now-btn {
  margin-top: 14px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  background-color: #4f46e5;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.buy-now-btn:hover {
  background-color: #4338ca;
}

.saving-text {
  margin-top: 10px;
  font-size: 14px;
  color: #10b981;
  font-weight: 500;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-afee369 */header, nav {
  margin-bottom: 0;
  padding-bottom: 0;
}
body {
  padding-top: 0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eced873 */.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 */