.elementor-284 .elementor-element.elementor-element-aec1295{--display:flex;}.elementor-284 .elementor-element.elementor-element-aec1295:not(.elementor-motion-effects-element-type-background), .elementor-284 .elementor-element.elementor-element-aec1295 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9FAFB;}.elementor-284 .elementor-element.elementor-element-1052735 > .elementor-widget-container{margin:34px 0px 0px 0px;}.elementor-284 .elementor-element.elementor-element-01687ed > .elementor-widget-container{margin:-21px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-716d144 */.hero-intro {
  background: #f9fafb;
  padding: 60px 20px 40px;
  border-bottom: 1px solid #e5e7eb;
  text-align: center;
}

.hero-container {
  max-width: 900px;
  margin: 0 auto;
}

.hero-intro h1 {
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 18px;
}

.hero-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-be2fef8 *//* === Fonts & Base Reset === */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  background: #f5f7fa;
  margin: 0;
  padding: 0;
}

/* === Container === */
.app-packages {
  max-width: 960px;
  margin: 40px auto;
  padding: 24px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

/* === Tabs === */
.app-tabs {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.app-tab {
  padding: 12px 20px;
  background: #e6ebf1;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  transition: background 0.3s ease;
}

.app-tab:hover {
  background: #dce3ec;
}

.app-tab.active {
  background: #6772e5;
  color: #fff;
  box-shadow: 0 4px 12px rgba(103, 114, 229, 0.2);
}

/* === Tab Panels === */
.app-tabpanel {
  display: none;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.app-tabpanel.active {
  display: flex;
}

/* === Package Cards === */
.app-packages__item {
  min-width: 260px;
  padding: 20px;
  background: #f6f9fc;
  border: 2px solid transparent;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  transition: border 0.3s ease, background 0.3s ease;
}

.app-packages__item:hover {
  border-color: #aab7c4;
}

.app-packages__item.selected {
  border-color: #6772e5;
  background: #eef0fb;
}

/* === Text Elements === */
.app-packages__item .count {
  font-size: 16px;
  font-weight: 600;
  color: #2c2e33;
  margin-bottom: 6px;
  display: block;
}

.app-packages__item .text {
  font-size: 13px;
  color: #6b7280;
}

/* === Price & CTA === */
.app-packages__actions {
  text-align: center;
  margin-top: 30px;
}

.app-packages__price {
  font-size: 22px;
  font-weight: bold;
  color: #1a1f36;
}

.app-packages__price .reg {
  font-weight: normal;
  color: #8898aa;
  margin-left: 8px;
  text-decoration: line-through;
}

.app-packages__savings {
  font-size: 14px;
  color: #4caf50;
  margin-top: 6px;
  font-weight: 500;
}

/* === Button === */
.app-packages__submit {
  margin-top: 16px;
  padding: 12px 28px;
  background: #6772e5;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}

.app-packages__submit:hover {
  box-shadow: 0 0 0 3px rgba(103, 114, 229, 0.2);
}

/* === Mobile === */
@media (max-width: 640px) {
  .app-packages__item {
    min-width: 100%;
  }

  .app-tab {
    flex: 1 1 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d69291e */.product-intro {
  padding: 40px 20px;
  background: #fefefe;
  border-bottom: 1px solid #e5e7eb;
}

.intro-container {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.product-intro h2 {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 16px;
}

.product-intro p {
  font-size: 16px;
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 12px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1052735 */body {
  font-family: 'Inter', sans-serif;
  background: #f9fafb;
  padding: 40px 0;
  margin: 0;
}

.tabs {
  text-align: center;
  margin-bottom: 40px;
}

.tab {
  background: #f3f4f6;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  margin: 0 6px;
  font-weight: 600;
  color: #111827;
  cursor: pointer;
  transition: 0.2s ease;
}

.tab:hover {
  background: #e5e7eb;
}

.tab.active {
  background: #6366f1;
  color: #fff;
}

.product-section {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.product-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s ease;
}

.product-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
}

.product-card p {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.6;
  margin: 0;
}

/* Animation triggered */
.product-card.animate.slide-left {
  animation: slideInLeft 0.6s ease forwards;
}

.product-card.animate.slide-right {
  animation: slideInRight 0.6s ease forwards;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.hidden {
  display: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-01687ed */.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 */