.elementor-208 .elementor-element.elementor-element-8950886{--display:flex;}.elementor-208 .elementor-element.elementor-element-8950886:not(.elementor-motion-effects-element-type-background), .elementor-208 .elementor-element.elementor-element-8950886 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#120F23;}.elementor-208 .elementor-element.elementor-element-a310d70 > .elementor-widget-container{margin:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-fcfb0b9 */.resource-intro {
  background: #120f23;
  padding: 50px 20px 30px;
  color: #e0d7ff;
  text-align: center;
}

.resource-intro-container {
  max-width: 860px;
  margin: 0 auto;
}

.resource-intro h2 {
  font-size: 26px;
  color: #c4b5fd;
  font-weight: 700;
  margin-bottom: 20px;
}

.resource-intro p {
  font-size: 16px;
  line-height: 1.8;
  color: #d1c4f2;
  margin-bottom: 14px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a663bf6 *//* ===== NEW MODERN DIGITAL PDF LAYOUT ===== */

.shortviews-packages {
  max-width: 1000px;
  margin: 40px auto;
  padding: 30px;
  background: #0f0f1a;
  border-radius: 20px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
}

/* Header Section */
.top-section {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  margin-bottom: 20px;
}
.youtube-icon {
  font-size: 26px;
  color: #7f61ff;
}
.section-title {
  font-size: 22px;
  font-weight: 600;
  background: linear-gradient(90deg, #ff5efc, #7f61ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Features */
.feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
.feature-item {
  background: #1b1b2d;
  padding: 8px 16px;
  font-size: 13px;
  border-radius: 999px;
  color: #c7c7ff;
  border: 1px solid #2f2f47;
}

/* Horizontal Scroll for Cards */
.followers-options {
  display: flex;
  overflow-x: auto;
  gap: 18px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  scrollbar-width: thin;
}
.followers-options::-webkit-scrollbar {
  height: 6px;
}
.followers-options::-webkit-scrollbar-thumb {
  background: #7f61ff;
  border-radius: 10px;
}

/* Card Item */
.followers-item {
  min-width: 260px;
  background: #1a1a2b;
  border: 2px solid transparent;
  border-radius: 18px;
  padding: 20px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #e4e4ff;
  cursor: pointer;
  transition: 0.3s ease;
}
.followers-item:hover {
  border-color: #7f61ff;
  background: #222240;
}
.followers-item.selected {
  background: linear-gradient(135deg, #7f61ff, #b88cff);
  color: #fff;
  box-shadow: 0 0 20px rgba(127, 97, 255, 0.5);
}

/* Price + CTA */
.followers-actions {
  text-align: center;
}
.followers-price {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #e1e1ff;
}
.buy-now-btn {
  padding: 14px 40px;
  font-size: 15px;
  font-weight: 600;
  background: linear-gradient(to right, #ff5efc, #7f61ff);
  color: #fff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.3s;
}
.buy-now-btn:hover {
  opacity: 0.9;
  box-shadow: 0 0 16px rgba(127, 97, 255, 0.5);
}

/* Mobile Adjustments */
@media (max-width: 600px) {
  .followers-item {
    min-width: 220px;
    font-size: 14px;
  }
  .section-title {
    font-size: 18px;
  }
  .buy-now-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a310d70 */.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 */