Postgraduate Programs
body {
direction: ltr; /* Changed to left-to-right */
background-color: #f0f0f0;
margin: 0;
font-family: 'Cairo', sans-serif;
}
.table-container {
width: 100%;
max-width: 800px;
margin: 40px auto;
background: #fff;
border-radius: 10px;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
.table-header {
background: linear-gradient(to right, #0084BD, #003366);
color: #fff;
text-align: center;
padding: 25px;
font-size: 24px;