body {
  font-family: "Nunito", sans-serif;
  background-color: #fefefe;
  color: #333;
}

h1, h2, h3, h4 {
  font-family: "Open Sans", sans-serif;
  color: #0057a3;
}

.section-heading {
  color: #0057a3;
  border-bottom: 2px solid #42c4b6;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.btn-primary {
  background-color: #0057a3;
  border-radius: 25px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

.accordion-button {
  background-color: #0057a3;
  border-radius: 25px 0 25px 0 !important;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

.accordion-button:not(.collapsed) {
  background-color: #42c4b6;
  color: #fff;
}

.btn-secondary {
  background-color: #42c4b6;
  border-radius: 25px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

.info-section {
  background-color: #f9f9f9;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* List group styling for registration forms */
.list-group-item {
  background-color: #fefefe;
  border-left: 4px solid #42c4b6;
  border-radius: 10px; /* Consistent rounded edges */
  padding: 12px;
  font-weight: 600;
}

/* Ensuring form links remain blue */
.list-group-item a {
  text-decoration: none;
  color: #0057a3;
  font-weight: 600;
}

.list-group-item a:hover {
  color: #fa9c39;
  text-decoration: underline;
}

/* Modal Title "How to Apply" */
.modal-header h5 {
  font-size: 20px;
  font-weight: bold;
  color: #0057a3;
  position: relative;
}

/* Other headings inside the modal */
.modal-body h6 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  color: #0057a3;
}

.modal-body ol {
  padding-left: 20px;
}

/* Modal list spacing */
.modal-body ul.list-group {
  margin-bottom: 20px;
}

.modal-body ul.list-group .list-group-item {
  font-size: 16px;
  padding: 12px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

/* Tables for School Fees Summary */
.table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.table th, .table td {
  padding: 10px;
  border: 1px solid #ccc;
}

.table thead {
  background-color: #f9f9f9;
  font-weight: bold;
}

.table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
