.elementor-187 .elementor-element.elementor-element-828e475{--display:flex;}.elementor-187 .elementor-element.elementor-element-828e475:not(.elementor-motion-effects-element-type-background), .elementor-187 .elementor-element.elementor-element-828e475 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9FAFB;}.elementor-187 .elementor-element.elementor-element-fa30e97 > .elementor-widget-container{margin:-21px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-d50945f */.section-intro {
  background: #f9fafb;
  padding: 60px 20px 40px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}

.section-container {
  max-width: 860px;
  margin: 0 auto;
}

.section-intro h2 {
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 16px;
  position: relative;
}

.section-intro h2::after {
  content: '';
  width: 60px;
  height: 3px;
  background: #6366f1;
  display: block;
  margin: 12px auto 0;
  border-radius: 4px;
}

.section-intro p {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.75;
  margin-bottom: 14px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c60535d *//* ========== GENERAL LAYOUT ========== */
.product-packages {
  max-width: 580px;
  margin: 40px auto;
  padding: 32px 26px;
  font-family: "Poppins", sans-serif;
  background: #fafafa;                 /* overall light‑gray */
  border-radius: 22px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
}

/* ========== TOGGLE ========== */
.product-type-toggle {
  text-align: center;
  margin-bottom: 26px;
}

.type-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #6c63ff;                /* subtle accent */
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}

.type-btn:hover,
.type-btn.selected {
  box-shadow: 0 4px 14px rgba(108, 99, 255, 0.35);
}

/* ========== FEATURE CHIPS ========== */
.feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 15px;
  font-size: 13px;
  background: #eeeeee;
  color: #555;
  border-radius: 12px;
}

/* ========== PRODUCT GRID ========== */
.product-options {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 18px;
  margin-bottom: 32px;
}

.product-item {
  background: #e8e8e8;                /* gray card */
  border: 2px solid transparent;
  border-radius: 18px;
  padding: 20px 18px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  transition: transform 0.25s ease, border 0.25s ease;
}

.product-item:hover {
  transform: translateY(-4px);
  background: #dcdcdc;
}

.product-item.selected {
  background: #d0d0d0;
  border-color: #999;
}

/* ========== PRICE + CTA ========== */
.product-actions {
  text-align: center;
}

.product-price {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #333;
}

.product-price .reg {
  margin-left: 8px;
  font-size: 16px;
  color: #888;
  text-decoration: line-through;
}

.buy-now-btn {
  padding: 12px 40px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #6c63ff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.buy-now-btn:hover {
  opacity: 0.9;
}

.saving-text {
  margin-top: 10px;
  font-size: 14px;
  color: #28a745;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 480px) {
  .product-packages { padding: 26px 18px; }
  .product-item    { font-size: 13px; }
  .feature-item    { font-size: 12px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d57fca */.insight-description {
  max-width: 860px;
  margin: 30px auto;
  padding: 24px 28px;
  background: #ffffff;
  border-left: 6px solid #6366f1;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease;
}

.insight-description p {
  margin: 0;
  font-size: 16px;
  color: #1f2937;
  line-height: 1.7;
}
.insight-description p strong {
  font-weight: 700;
  color: #111827;
}

.insight-description.from-left.animate {
  animation: slideInFromLeft 0.6s ease-out forwards;
}
.insight-description.from-right.animate {
  animation: slideInFromRight 0.6s ease-out forwards;
}

@keyframes slideInFromLeft {
  0% { opacity: 0; transform: translateX(-100px); }
  100% { opacity: 1; transform: translateX(0); }
}
@keyframes slideInFromRight {
  0% { opacity: 0; transform: translateX(100px); }
  100% { opacity: 1; transform: translateX(0); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fa30e97 */.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 */