.elementor-136 .elementor-element.elementor-element-8da7ccb{--display:flex;}.elementor-136 .elementor-element.elementor-element-8da7ccb:not(.elementor-motion-effects-element-type-background), .elementor-136 .elementor-element.elementor-element-8da7ccb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9FAFB;}.elementor-136 .elementor-element.elementor-element-cf92f48 > .elementor-widget-container{margin:-22px 0px 0px 0px;}.elementor-136 .elementor-element.elementor-element-d314711 > .elementor-widget-container{margin:-21px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-cf92f48 */.email-library-intro {
  background-color: #f9fafb;
  padding: 64px 20px 48px;
  border-bottom: 1px solid #e5e7eb;
  text-align: center;
}

.email-library-container {
  max-width: 920px;
  margin: 0 auto;
}

.email-library-intro h1 {
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 20px;
  line-height: 1.3;
}

.email-library-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-71a54cf */.package-box {
  max-width: 520px;
  margin: 40px auto;
  background: #ffffff;
  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;
}

/* Package Selection Grid */
.package-options {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 25px;
}

.package-item {
  flex: 1 1 160px;
  min-width: 140px;
  background: #f7f7f7;
  border-radius: 14px;
  padding: 18px 12px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  border: 2px solid #e0e0e0;
  color: #333;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.package-item:hover {
  background: #f0f0f0;
  border-color: #c0c0c0;
}

/* Selected item styling */
.package-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);
}

.package-item .count {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}

.package-item .text {
  font-size: 13px;
  font-weight: normal;
}

/* Best Selling badge */
.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);
}

/* Price & Button Section */
.package-actions {
  text-align: center;
  margin-top: 20px;
}

.package-price {
  font-size: 24px;
  font-weight: 700;
  color: #111;
}

.package-price .reg {
  color: #bbb;
  font-size: 18px;
  margin-left: 10px;
  text-decoration: line-through;
}

.buy-now {
  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:hover {
  opacity: 0.95;
  box-shadow: 0 8px 20px rgba(255, 81, 47, 0.35);
}

.savings-text {
  margin-top: 8px;
  font-size: 14px;
  color: #e53935;
  font-weight: 500;
}

/* Mobile Responsive */
@media (max-width: 550px) {
  .package-box {
    padding: 20px 15px;
  }

  .package-item {
    flex: 1 1 100%;
    font-size: 15px;
  }

  .buy-now {
    width: 100%;
    font-size: 15px;
  }

  .package-price {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2ea6608 */.section-intro {
  background: #f9fafb;
  padding: 60px 20px 40px;
  border-bottom: 1px solid #e5e7eb;
  text-align: center;
}

.section-container {
  max-width: 880px;
  margin: 0 auto;
}

.section-intro h2 {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 18px;
}

.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-44764fc *//* Section container */
.product-section {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

/* Product card style */
.product-card {
  background: #ffffff;
  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;
}

/* Headings and paragraph */
.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;
}

/* Scroll-triggered slide-in */
@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);
  }
}

.product-card.animate.slide-left {
  animation: slideInLeft 0.6s ease-out forwards;
}

.product-card.animate.slide-right {
  animation: slideInRight 0.6s ease-out forwards;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d314711 */.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 */