.elementor-408 .elementor-element.elementor-element-1ca3c7a{--display:flex;}.elementor-408 .elementor-element.elementor-element-1ca3c7a:not(.elementor-motion-effects-element-type-background), .elementor-408 .elementor-element.elementor-element-1ca3c7a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3EFFF;}.elementor-408 .elementor-element.elementor-element-c64852e > .elementor-widget-container{margin:-21px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-a5a0c23 */.podcast-intro {
  background: #f3efff;
  padding: 60px 20px 40px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  margin-bottom: 30px;
}

.podcast-intro-container {
  max-width: 860px;
  margin: 0 auto;
}

.podcast-intro h2 {
  font-size: 22px;
  color: #5b21b6;
  font-weight: 700;
  margin-bottom: 20px;
}

.podcast-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-93defd7 *//* ===============================
   CONTAINER
================================ */
.digital-packages {
  max-width: 720px;
  margin: 50px auto;
  padding: 32px;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
  font-family: 'Inter', sans-serif;
}

/* ===============================
   SECTION TITLE
================================ */
.section-title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 24px;
}

/* ===============================
   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: #f9fafb;
  padding: 6px 14px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

/* ===============================
   PACKAGE OPTIONS
================================ */
.resource-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.resource-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: all 0.2s ease;
}

.resource-item:hover {
  border-color: #4f46e5;
}

.resource-item.selected {
  background-color: #4f46e5;
  border-color: #4f46e5;
  color: #ffffff;
}

.resource-item.selected .count {
  color: #ffffff;
}

.count {
  flex: 1;
}

/* ===============================
   PRICE + BUTTON
================================ */
.resource-actions {
  text-align: center;
  margin-top: 30px;
}

.resource-price .disc {
  font-size: 24px;
  font-weight: 700;
  color: #4f46e5;
}

.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;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b619c3 */header, nav {
  margin-bottom: 0;
  padding-bottom: 0;
}
body {
  padding-top: 0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c64852e */.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 */