    .tab-container {
      width: 100%;
      margin: 0 auto;
     
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      padding: 10px;
    }

    .tab-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-bottom: 20px;
    }

    .tab-button {
      background-color: #002147;
      color: white;
      border: none;
      padding: 12px 24px;
      margin: 5px;
      border-radius: 8px;
      cursor: pointer;
      transition: 0.3s;
    }

    .tab-button:hover,
    .tab-button.active {
      background-color: #fdc800;
      color: #000;
    }

    .tab-content {
      display: none;
      padding: 24px 24px 24px 40px;
      border: 1.5px solid #fdc800;
      border-radius: 10px;
      background-color: #fdfdfd;
    }

    .tab-content.active {
      display: block;
    }

    .section-title {
      font-size: 26px;
      color: #fdc800;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .side-line-heading {
      border-left: 2px solid #002147;
      padding-left: 12px;
      margin-bottom: 12px;
      font-size: 22px;
      font-weight: 600;
      color: #fdc800;
      line-height: 1.5;
    }

    .side-line-block {
      margin-bottom: 20px;
    }

    .side-line-block-title {
      font-weight: 600;
      color: #002147;
      padding-left: 12px;
      margin-bottom: 6px;
    }

    .side-line-block p {
      margin: 0;
      padding-left: 14px;
      text-align: justify;
      color: #333;
      line-height: 1.6;
    }

    .tab-content p,
    .tab-content table {
      padding-left: 12px;
    }

    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 16px;
    }

    td {
      padding: 12px;
      border: 1px solid #ccc;
      text-align: left;
    }

    tr:nth-child(even) {
      background-color: #f9f9f9;
    }

    .toggle-button {
      background-color: #002147;
      color: #fff;
      border: none;
      padding: 8px 16px;
      border-radius: 6px;
      cursor: pointer;
      margin-top: 10px;
    }

    .toggle-button:hover {
      background-color: #fdc800;
      color: #000;
    }

    .toggle-content {
      display: none;
      margin-top: 10px;
    }

    @media screen and (max-width: 768px) {
      .tab-button {
        flex: 1 1 100%;
        text-align: center;
      }
    }

  
.hod-heading {
  font-weight: bold;
  font-size: 1.5rem;
  color: #2c2c2c;
  margin-top: 8px;
}

.hod-subtitle {
  font-size: 1.05rem;
  color: #666;
  margin-bottom: 15px;
}

.hod-img {
  width: 90%;            /* Increased width */
  max-width:400px;
   max-height:300px;        /* Slightly larger max width */

  border-radius: 20px;   /* More curve */
  object-fit: cover;
}

    .toggle-button {
      background-color: #a00;
      color: #fff;
      padding: 6px 14px;
      border: none;
      border-radius: 4px;
      margin-top: 10px;
      cursor: pointer;
    }

    @media (max-width: 768px) {
      .hod-section {
        border-left: none;
        border-top: 1px solid #ccc;
        margin-top: 30px;
      }
    }