body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #f4f6f8;
  color: #222;
  line-height: 1.6;
}

.job-container {
  max-width: 900px;
  margin: auto;
  padding: 2em;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  border-radius: 10px;
}

header {
  text-align: center;
  padding-bottom: 1em;
  border-bottom: 2px solid #eee;
}

header h1 {
  margin: 0;
  color: #4e54c8;
}

header p {
  font-size: 1.1em;
  color: #555;
}

.job-meta {
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
  color: #666;
}

.job-section {
  margin: 2em 0;
}

.job-section h2 {
  color: #343a40;
  font-size: 1.3em;
  margin-bottom: 0.6em;
  border-left: 5px solid #6c63ff;
  padding-left: 0.5em;
}

.job-section ul {
  padding-left: 1.2em;
}

.job-section table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1em;
}

.job-section table th,
.job-section table td {
  padding: 0.75em;
  border: 1px solid #ddd;
  text-align: left;
}

.job-section table th {
  background: #f0f3ff;
  color: #333;
}

.links .btn {
  display: inline-block;
  margin: 0.5em 1em 0 0;
  padding: 0.6em 1.2em;
  background: #4e54c8;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.links .btn:hover {
  background: #3c42b0;
}



.table-section {
  max-width: 900px;
  margin: auto;
  background: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}



table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  padding: 12px;
  text-align: center;
  border: 1px solid #ddd;
}

th {
  background-color: #354edc;
  color: white;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}
body::before {
  content: "GYAN HUB";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-25deg); /* slant it by -25 degrees */
  font-size: 10rem; /* a bit smaller */
  font-weight: 900;
  color: rgba(0, 0, 0, 0.1);
  z-index: 0;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  letter-spacing: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block;
  }
body::before {
  content: "GYAN HUB";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-25deg); /* slant it by -25 degrees */
  font-size: 3rem; /* a bit smaller */
  font-weight: 900;
  color: rgba(0, 0, 0, 0.1);
  z-index: 0;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  letter-spacing: 10px;
  text-align: center;
}
  thead {
    display: none;
  }

  tr {
    margin-bottom: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }

  td {
    text-align: left;
    padding-left: 50%;
    position: relative;
  }

  td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    font-weight: bold;
  }
}
