/* ============================================
   GEO PAGES SPACING ADJUSTMENTS
   Applied after removing trust counters & industries
   ============================================ */

/* Hero section - increased bottom padding for better flow */
.geo-hero {
  padding-bottom: 4rem; /* Increased from default */
}

/* Local Flavor section - adjusted after industries removal */
.local-flavor {
  padding: 5rem 0;
  margin-top: 2rem;
}

/* Testimonials section - moved closer after industries removal */
.testimonials-section {
  padding-top: 3rem; /* Reduced from 5rem */
  margin-top: 1rem;
}

/* FAQ section spacing */
.faq-section {
  padding-top: 4rem;
}

/* Contact section - final section spacing */
.geo-contact {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .geo-hero {
    padding-bottom: 3rem;
  }
  
  .local-flavor {
    padding: 3rem 0;
  }
  
  .testimonials-section {
    padding-top: 2rem;
  }
}
