/* Trim vertical whitespace site-wide */
.hero,
.features,
.products,
.testimonials,
.inner-page-hero,
.howtowork,
.whyuse_sec { padding: 48px 0 !important; }

.section-padding { padding: 24px 0 !important; }

/* Optional: even tighter on mobile */
@media (max-width: 767px) {
  .hero,
  .features,
  .products,
  .testimonials,
  .inner-page-hero,
  .howtowork,
  .whyuse_sec { padding: 32px 0 !important; }
}

/* Footer overrides */
.footer-2,
.footer-2 .footer {
  color: #fff !important;
}