.elementor-179 .elementor-element.elementor-element-eb127bd{--display:flex;}.elementor-179 .elementor-element.elementor-element-eb127bd:not(.elementor-motion-effects-element-type-background), .elementor-179 .elementor-element.elementor-element-eb127bd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F5F7;}.elementor-179 .elementor-element.elementor-element-290c258 > .elementor-widget-container{margin:-21px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-417f224 */.section-intro {
  background: #f4f5f7;
  padding: 60px 20px 40px;
  text-align: center;
  border-top: 1px solid #e0e7ff;
  border-bottom: 1px solid #e0e7ff;
}

.section-container {
  max-width: 880px;
  margin: 0 auto;
}

.section-intro h2 {
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 20px;
  position: relative;
}

.section-intro h2::after {
  content: '';
  display: block;
  width: 64px;
  height: 3px;
  margin: 12px auto 0;
  background: #7c3aed;
  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-f83ec46 */.pdf-packages {
  max-width: 600px;
  margin: 40px auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  padding: 25px 20px;
  font-family: 'Segoe UI', sans-serif;
  transition: all 0.3s ease-in-out;
}

/* Tabs */
.pdf-type-toggle {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}

.type-btn {
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #ddd;
  border-radius: 10px;
  background: #f8f8f8;
  cursor: pointer;
  transition: 0.3s ease;
}

.type-btn.selected {
  background: linear-gradient(to right, #6366f1, #4f46e5);
  color: #fff;
  border-color: #4338ca;
}

/* Option Cards */
.pdf-options {
  display: none;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 25px;
}

.pdf-options.active {
  display: flex;
}

.pdf-item {
  flex: 1 1 160px;
  min-width: 140px;
  background: #f9f9f9;
  border-radius: 14px;
  padding: 18px 12px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  border: 2px solid #ddd;
  color: #333;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.pdf-item:hover {
  background: #f0f0f0;
  border-color: #bbb;
}

.pdf-item.selected {
  background: linear-gradient(to right, #6366f1, #4f46e5);
  color: #fff;
  border-color: #4338ca;
  box-shadow: 0 0 10px rgba(99, 102, 241, 0.4);
}

.pdf-item .count {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}

.pdf-item .text {
  font-size: 13px;
  font-weight: normal;
}

/* Badge Styling (if added later) */
.badge {
  position: absolute;
  top: -10px;
  right: -6px;
  background: #ff5e00;
  color: white;
  font-size: 10px;
  padding: 3px 7px;
  border-radius: 10px;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.badge-orange {
  background: #ffa500;
}

.badge-green {
  background: #22c55e;
}

/* Price & Action */
.pdf-actions {
  text-align: center;
  margin-top: 20px;
}

.pdf-price {
  font-size: 24px;
  font-weight: 700;
  color: #111;
}

.pdf-price .reg {
  color: #bbb;
  font-size: 18px;
  margin-left: 10px;
  text-decoration: line-through;
}

.buy-now-btn {
  margin-top: 14px;
  background: linear-gradient(to right, #BB3E00, #f09819);
  color: white;
  padding: 12px 35px;
  font-size: 16px;
  border: none;
  border-radius: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 6px 16px rgba(255, 81, 47, 0.25);
}

.buy-now-btn:hover {
  opacity: 0.95;
  box-shadow: 0 8px 20px rgba(255, 81, 47, 0.35);
}

.saving-text {
  margin-top: 8px;
  font-size: 14px;
  color: #e53935;
  font-weight: 500;
}

/* Mobile Responsive */
@media (max-width: 550px) {
  .pdf-packages {
    padding: 20px 15px;
  }

  .pdf-item {
    flex: 1 1 100%;
    font-size: 15px;
  }

  .buy-now-btn {
    width: 100%;
    font-size: 15px;
  }

  .pdf-price {
    font-size: 22px;
  }

  .type-btn {
    flex: 1 1 auto;
    font-size: 13px;
    padding: 8px 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4762d74 */.insight-description {
  max-width: 880px;
  margin: 28px auto;
  padding: 24px 30px;
  background: #ffffff;
  border-left: 5px solid #7c3aed;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.5s ease;
}

.insight-description p {
  font-size: 16px;
  color: #1f2937;
  line-height: 1.75;
  margin: 0;
}
.insight-description p strong {
  font-weight: 700;
  color: #111827;
}

/* Animation logic */
.insight-description.slide-in-right.show {
  animation: slideRightFade 0.6s ease forwards;
}
.insight-description.slide-in-left.show {
  animation: slideLeftFade 0.6s ease forwards;
}

@keyframes slideRightFade {
  0% { opacity: 0; transform: translateX(100px); }
  100% { opacity: 1; transform: translateX(0); }
}
@keyframes slideLeftFade {
  0% { opacity: 0; transform: translateX(-100px); }
  100% { opacity: 1; transform: translateX(0); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-290c258 */.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 */