.elementor-174 .elementor-element.elementor-element-b891ce6{--display:flex;}.elementor-174 .elementor-element.elementor-element-b891ce6:not(.elementor-motion-effects-element-type-background), .elementor-174 .elementor-element.elementor-element-b891ce6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8FAFC;}.elementor-174 .elementor-element.elementor-element-65d8d66 > .elementor-widget-container{margin:-21px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-58b88ed */.section-intro {
  background: #f8fafc;
  padding: 60px 20px 40px;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  text-align: center;
}
.section-container {
  max-width: 860px;
  margin: 0 auto;
}
.section-intro h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 16px;
  position: relative;
}
.section-intro h2::after {
  content: '';
  width: 60px;
  height: 3px;
  background: #6366f1;
  display: block;
  margin: 10px auto 0;
  border-radius: 3px;
}
.section-intro p {
  font-size: 16px;
  color: #475569;
  line-height: 1.75;
  margin-bottom: 16px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c1ad5c6 */.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;
}

/* Toggle Buttons */
.pdf-type-toggle {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}

.type-btn {
  padding: 10px 18px;
  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;
}

/* Product Options Grid */
.pdf-options {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 25px;
}

.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 Styles */
.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-9c56e97 */.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-65d8d66 */.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 */