.elementor-478 .elementor-element.elementor-element-0afc95b{--display:flex;}.elementor-478 .elementor-element.elementor-element-0afc95b:not(.elementor-motion-effects-element-type-background), .elementor-478 .elementor-element.elementor-element-0afc95b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9FAFB;}.elementor-478 .elementor-element.elementor-element-dd1e3b8 > .elementor-widget-container{margin:-21px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-54dff9f */.section-intro {
  background: #f9fafb;
  padding: 60px 20px 40px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}
.section-container {
  max-width: 880px;
  margin: 0 auto;
}
.section-intro h2 {
  font-size: 26px;
  font-weight: 700;
  color: #111827;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.section-intro h2::after {
  content: '';
  display: block;
  width: 60%;
  height: 3px;
  background-color: #6366f1;
  position: absolute;
  bottom: 0;
  left: 20%;
  border-radius: 2px;
}
.section-intro p {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.75;
  margin-bottom: 12px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9191261 *//* ================================
   CONTAINER
================================ */
.digital-packages {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 16px;
  font-family: 'Inter', sans-serif;
}

/* ================================
   PACKAGE BUTTON LIST
================================ */
.package-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ================================
   INDIVIDUAL PACKAGE ITEM
================================ */
.package-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  color: #111827;
  cursor: pointer;
  transition: all 0.25s ease;
}

.package-item:hover {
  border-color: #60a5fa;
  background-color: #f0f9ff;
}

.package-item.selected {
  border-color: #3b82f6;
  background-color: #e0f2fe;
  box-shadow: 0 0 0 2px #bfdbfe;
  color: #111827;
}

/* ================================
   TEXT ELEMENTS
================================ */
.package-item .count {
  flex: 1;
  font-weight: 600;
}

.package-item .text {
  font-size: 13px;
  color: #4b5563;
  margin-left: auto;
}

/* ================================
   BADGE
================================ */
.badge {
  font-size: 12px;
  padding: 4px 10px;
  margin-left: 12px;
  border-radius: 999px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
}

.badge-green {
  background-color: #d1fae5;
  color: #065f46;
}

/* ================================
   PRICE + BUY NOW AREA
================================ */
.package-actions {
  margin-top: 28px;
  text-align: center;
}

.package-price {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.package-price .disc {
  color: #2563eb;
  margin-right: 10px;
}

.package-price .reg {
  color: #9ca3af;
  text-decoration: line-through;
  font-size: 16px;
}

.saving-text {
  color: #059669;
  font-size: 14px;
  margin-top: 4px;
  font-weight: 500;
}

/* ================================
   BUY NOW BUTTON
================================ */
.buy-now-btn {
  margin-top: 16px;
  padding: 12px 26px;
  background-color: #2563eb;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.buy-now-btn:hover {
  background-color: #1d4ed8;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d9b4ba */.product-description {
  max-width: 880px;
  margin: 16px auto;
  padding: 20px 24px;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s ease;
  text-align: left;
}

.product-description p {
  font-size: 16px;
  color: #374151;
  line-height: 1.75;
  margin: 0;
}

.product-description.slide-from-right.animate {
  animation: slideRightIn 0.6s ease-out forwards;
}

.product-description.slide-from-left.animate {
  animation: slideLeftIn 0.6s ease-out forwards;
}

@keyframes slideRightIn {
  0% { opacity: 0; transform: translateX(100vw); }
  100% { opacity: 1; transform: translateX(0); }
}

@keyframes slideLeftIn {
  0% { opacity: 0; transform: translateX(-100vw); }
  100% { opacity: 1; transform: translateX(0); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dd1e3b8 */.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 */