.elementor-2516 .elementor-element.elementor-element-21e851d{--display:flex;}.elementor-2516 .elementor-element.elementor-element-ea0784a{--spacer-size:130px;}.elementor-2516 .elementor-element.elementor-element-7aa9e54{--display:flex;}body.elementor-page-2516:not(.elementor-motion-effects-element-type-background), body.elementor-page-2516 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-blocksy_palette_4 );}/* Start custom CSS for html, class: .elementor-element-8d990a4 *//* GLOBAL RESET */
body {
  font-family: 'Inter', sans-serif;
  color: #111;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
}

/* SECTION DEFAULTS */
section {
  padding: 80px 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #e6e6e6;
}

/* HERO SECTION */
.reseller-hero {
  background: linear-gradient(135deg, #121212, #1e1e1e);
  color: white;
  text-align: center;
  padding: 100px 20px;
  border-bottom: none;
}

.reseller-hero-content h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #ffffff;
}

.reseller-hero-content p {
  font-size: 1.1rem;
  color: #e0e0e0;
  max-width: 700px;
  margin: 0 auto 30px;
}

.hero-btn {
  background: #00bcd4;
  color: white;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.hero-btn:hover {
  background: #009daf;
}

/* HEADINGS */
.reseller-benefits h2,
.how-it-works h2,
.reseller-pricing h2,
.reseller-faq h2,
.reseller-final-cta h2 {
  font-size: 2rem;
  color: #1e90ff;
  margin-bottom: 40px;
  text-align: center;
}

/* BENEFITS GRID */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  margin-top: 20px;
}

.benefit-box {
  background: #f1f1f1;
  padding: 25px 20px;
  border-radius: 10px;
  font-size: 1rem;
  color: #111;
  text-align: center;
}

.benefit-box span {
  display: block;
  margin-top: 10px;
  color: #444;
  font-size: 0.95rem;
}

/* HOW IT WORKS */
.steps-list {
  list-style: decimal;
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
  padding-left: 20px;
  color: #333;
  font-size: 1rem;
}

.steps-list li {
  margin-bottom: 14px;
}

/* PRICING GRID */
.reseller-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.reseller-plan {
  background: #f1f1f1;
  border-radius: 10px;
  padding: 30px 20px;
  color: #111;
  font-size: 1rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.reseller-plan h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.reseller-plan p {
  font-size: 1rem;
}

/* CTA BUTTON */
.cta-btn {
  display: inline-block;
  background: #00bcd4;
  color: white;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 30px;
  transition: background 0.3s ease;
}

.cta-btn:hover {
  background: #009daf;
}

/* FINAL CTA SECTION */
.reseller-final-cta {
  background-color: #fdfdfd;
  text-align: center;
  border-top: 1px solid #e6e6e6;
}

.final-cta-container {
  max-width: 800px;
  margin: 0 auto;
}

.reseller-final-cta p {
  font-size: 1.1rem;
  color: #111;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* FAQ SECTION */
.faq-item {
  text-align: left;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  color: #111;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.04);
}

.faq-item h4 {
  font-weight: bold;
  margin-bottom: 8px;
  color: #1e90ff;
}

.faq-item p {
  color: #333;
  font-size: 1rem;
}/* End custom CSS */