.elementor-318 .elementor-element.elementor-element-bfe98b9{--display:flex;}.elementor-318 .elementor-element.elementor-element-bfe98b9:not(.elementor-motion-effects-element-type-background), .elementor-318 .elementor-element.elementor-element-bfe98b9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3EFFF;}.elementor-318 .elementor-element.elementor-element-9a0d49e > .elementor-widget-container{margin:-21px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-72a0e5f */.ai-tools-intro {
  background: #f3efff;
  padding: 60px 20px 40px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.ai-tools-intro-container {
  max-width: 860px;
  margin: 0 auto;
}

.ai-tools-intro h2 {
  font-size: 24px;
  color: #5b21b6;
  font-weight: 700;
  margin-bottom: 20px;
}

.ai-tools-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-24e0f5f *//* === BASE SETUP === */
body {
  font-family: 'Segoe UI', sans-serif;
  background: #ffffff;
  color: #333;
  margin: 0;
  padding: 0;
}

/* === CONTAINER === */
.app-packages {
  max-width: 960px;
  margin: 40px auto;
  padding: 20px;
}

/* === TABS === */
.app-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.app-tab {
  background: #f5f5f5;
  border: 1px solid #dcdcdc;
  padding: 12px 18px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  color: #333;
  transition: 0.2s ease-in-out;
}

.app-tab:hover {
  background: #ebebeb;
}

.app-tab.active {
  background: #6366f1;
  color: #fff;
  border-color: #6366f1;
}

/* === TABBED PANEL === */
.app-tabpanel {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.app-tabpanel.active {
  display: flex;
}

/* === PACKAGE ITEM === */
.app-packages__item {
  background: #f9f9f9;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 18px;
  width: 100%;
  max-width: 280px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}

.app-packages__item:hover {
  border-color: #b5b5ff;
  box-shadow: 0 0 6px rgba(99, 102, 241, 0.15);
}

.app-packages__item.selected {
  border-color: #6366f1;
  background: #f0f4ff;
  box-shadow: 0 0 8px rgba(99, 102, 241, 0.25);
}

/* === TEXT ELEMENTS INSIDE PACKAGE === */
.app-packages__item .count {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  margin-bottom: 8px;
}

.app-packages__item .text {
  font-size: 13px;
  color: #555;
}

/* === ACTIONS AREA === */
.app-packages__actions {
  margin-top: 30px;
  text-align: center;
}

.app-packages__price {
  font-size: 20px;
  margin-bottom: 12px;
}

.app-packages__price .disc {
  font-weight: bold;
  color: #222;
}

.app-packages__price .reg {
  text-decoration: line-through;
  color: #888;
  margin-left: 10px;
}

.app-packages__savings {
  font-size: 14px;
  color: #2d7c4a;
  margin-top: 6px;
}

/* === BUY NOW BUTTON === */
.app-packages__submit {
  background: #6366f1;
  color: white;
  font-weight: 600;
  padding: 12px 28px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.app-packages__submit:hover {
  background: #4f51c1;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b8cc8c3 */header, nav {
  margin-bottom: 0;
  padding-bottom: 0;
}
body {
  padding-top: 0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a0d49e */.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 */