/* Navigation overlap fix for AI Chatbots page */

/* The global body padding-top: 130px !important in styles.css now handles this spacing */
/* .hero {
  margin-top: 50px !important; /* Add margin to push content down */
/*  padding-top: 40px; /* Maintain original padding */
/* }

/* Ensure proper spacing on mobile devices */
/* @media (max-width: 768px) {
  .hero {
    margin-top: 40px !important; /* Slightly less margin on tablets */
/*    padding-top: 25px; /* Match responsive-adjustments.css mobile value */
/*  }
}

@media (max-width: 576px) {
  .hero {
    margin-top: 30px !important; /* Less margin on mobile */
/*    padding-top: 20px; /* Match responsive-adjustments.css small mobile value */
/*  }
} */
