.elementor-169 .elementor-element.elementor-element-1b17db2{--display:flex;}.elementor-169 .elementor-element.elementor-element-1b17db2:not(.elementor-motion-effects-element-type-background), .elementor-169 .elementor-element.elementor-element-1b17db2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9FAFB;}.elementor-169 .elementor-element.elementor-element-68cd370 > .elementor-widget-container{margin:-21px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-75d094a */.section-intro {
  background: #f9fafb;
  padding: 60px 20px 40px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}
.section-container {
  max-width: 880px;
  margin: 0 auto;
}
.section-intro h2 {
  font-size: 26px;
  font-weight: 700;
  color: #111827;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.section-intro h2::after {
  content: '';
  display: block;
  width: 60%;
  height: 3px;
  background-color: #6366f1;
  position: absolute;
  bottom: 0;
  left: 20%;
  border-radius: 2px;
}
.section-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-124d0db */.pdf-packages {
  max-width: 540px;
  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;
}

.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 Styling */
.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;
}

/* Price Section */
.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;
}

/* 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;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a1ba81f *//* Description container style */
.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;
}

/* Inner text style */
.product-description p {
  font-size: 16px;
  color: #374151;
  line-height: 1.75;
  margin: 0;
}

/* Right-side entrance */
.product-description.slide-from-right.animate {
  animation: slideRightIn 0.6s ease-out forwards;
}

/* Left-side entrance */
.product-description.slide-from-left.animate {
  animation: slideLeftIn 0.6s ease-out forwards;
}

/* Keyframe: from right */
@keyframes slideRightIn {
  0% {
    opacity: 0;
    transform: translateX(100vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Keyframe: from left */
@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-68cd370 */.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 */