<style>
/* Custom table styling for Ministry section */
.container-fluid table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  font-size: 16px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.container-fluid table thead {
  background-color: #e0e0e0;
  color: #333;
}

.container-fluid table th,
.container-fluid table td {
  border: 1px solid #ccc;
  padding: 12px 15px;
  text-align: left;
  vertical-align: middle;
}

.container-fluid table tr:hover {
  background-color: #f1f1f1;
  transition: background-color 0.3s ease;
}

.container-fluid h1 {
  font-weight: bold;
  margin-top: 20px;
  font-size: 28px;
}

.parastyle {
  text-align: justify !important;
  line-height: 1.6;
  font-size: 15px;
  color: #333;
}

.container .signarea {
  text-align: right !important;
  line-height: 2;
  font-size: 16px;
  color: #333;
  font-weight: bold;
/*   background-color: #eef; */
  padding: 10px;
}
</style>
