/* style.css */

/* Global Styles */
body {
  font-family: Arial, sans-serif;
  scroll-behavior: smooth;
}

/* Hero Section Styling */
.hero-section {
  background: linear-gradient(135deg, #4a90e2, #50c3e1);
  padding-top: 100px; /* extra space for fixed navbar */
  padding-bottom: 100px;
}

/* Section Headings */
section h2 {
  font-weight: bold;
  margin-bottom: 30px;
}

/* Adjust spacing for sections */
section {
  padding-top: 60px;
  padding-bottom: 60px;
}
