/* Smooth Scroll CSS */
html {
  scroll-behavior: smooth;
}

/* Add padding to account for fixed header */
#home, #projects, #experience-education, #technical-skills, #certifications, #blogs, #gallery, #contact {
  scroll-margin-top: 80px; /* Adjust based on your header height */
  padding-top: 20px;
}

/* Ensure sections have enough height */
#home, #projects, #experience-education, #technical-skills, #certifications, #blogs, #gallery, #contact {
  min-height: 100px;
}
