/* General Reset and Body */
body {
  background-color: #f9f9f9;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
}

/* NiaTrust Orange Theme */
.bg-orange {
  background-color: #ff7a00 !important;
}

.text-orange {
  color: #ff7a00 !important;
}

/* Navbar */
.navbar {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  font-weight: 600;
  font-size: 1.25rem;
}

/* Section Styling */
section.container {
  background: white;
  padding: 2rem 2rem;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

/* Headings */
h1, h3 {
  font-weight: 600;
  margin-bottom: 1rem;
}

/* Paragraphs and List */
p {
  font-size: 1rem;
  line-height: 1.6;
}

ul {
  padding-left: 1.25rem;
  margin-top: 1rem;
}

ul li {
  margin-bottom: 0.5rem;
}

/* Footer */
footer {
  font-size: 0.875rem;
  background-color: #ff7a00;
  color: white;
}

/* Responsive */
@media (max-width: 576px) {
  section.container {
    padding: 1.5rem 1rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }
}
