body {
    /*background-color: #f7fdfd;*/
    background-color: #f2f7f7;
    color: #111;
    font-family: Arial, sans-serif;
    padding: 0;
    margin: 0;
  }

  a {
    color: #0b8780;
    text-decoration: none;
    font-weight: 500;
  }

  /*a:hover {*/
  /*  text-decoration: underline;*/
  /*  color: #d62f2f;*/
  /*}*/

  h1, h2, h3 {
    color: #052a88;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }
  .new_section{
    margin-top: 91px;
    padding: 0px 4px;
  }
  .vacancy-container {
    max-width: 1000px;
    /*margin: 40px auto;*/
    /*margin: 40px auto 0px auto;*/
    margin: 81px auto 0px auto;
    padding: 20px;
  }
  .vacancy-detail-container{
    margin: 81px auto 0px auto;
    padding: 20px;
  }

  .section-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  }
  .section-box h2, h3 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .section-box h2{
    font-size: 1.5rem;
  }
  .section-box h3{
    font-size: 1.17rem;
  }

  

  .vacancy-image img {
    width: 100%;
    max-width: 960px;
    height: auto;
    /*border-radius: 10px;*/
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  }
  .vacancy-image{
    max-width: 960px;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .section-header {
    margin-bottom: 20px;
  }

  .highlight {
    color: #d62f2f;
    font-weight: bold;
  }

  .btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 25px;
  }

  .btn {
    background-color: #052a88;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0px;
    font-weight: 600;
    transition: 0.3s;
    display: inline-block;
    text-align: center;
  }

  .btn:hover {
    background-color: #ffd700;
    color: #000;
  }

  .important-links table {
    width: 100%;
    border-collapse: collapse;
  }

  .important-links th, .important-links td {
    padding: 14px 16px;
    text-align: left;
  }

  .important-links th {
    background-color: #052a881f;
    color: #052a88;
    border-bottom: 2px solid #e0e0e0;
  }

  .important-links tr:nth-child(even) {
    background-color: #f7f8fb;
  }

  .important-links tr:hover {
    background-color: #052a881f;
  }

  .section-box p {
    text-align: justify;
  }
  
  /*Navigation */
 /* Breadcrumb Wrapper */
.breadcrumb-wrapper {
    margin: 20px 0;
    padding: 0 20px;
}

/* Breadcrumb List */
.breadcrumb-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
    align-items: center;
}

/* Links */
.breadcrumb-list a {
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-list a:hover {
    text-decoration: underline;
}

/* Separator */
.breadcrumb-separator {
    color: #6c757d;
}

/* Current Page */
.breadcrumb-current {
    color: #495057;
    font-weight: 500;
}
.breadcrumb-list li:not(:last-child)::after {
    content: "›";
    margin: 0 6px;
    color: #6c757d;
}
/*date and author */
.article-meta {
        font-size: 14px;
        color: #555;
        margin: 12px 0 20px;
        padding: 10px 14px;
        /*background-color: #f8f9fa;*/
        border-left: 3px solid #0d6efd;
        /*border-radius: 6px;*/
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        align-items: center;
    }

    .article-meta time,
    .article-meta .author {
        font-weight: 500;
    }

    .article-meta a {
        color: #0d6efd;
        text-decoration: none;
    }

    .article-meta a:hover {
        text-decoration: underline;
    }

    .meta-separator {
        color: #bbb;
    }

  /*additional details */
  /* Vacancy Updates Table Styling */
  /*#vacancyUpdates {*/
  /*    margin-top: 20px;*/
  /*}*/

  /*#vacancyUpdates table {*/
  /*    width: 100%;*/
  /*    border-collapse: collapse;*/
  /*    background: #fff;*/
  /*    border-radius: 5px;*/
  /*    overflow: hidden;*/
  /*    font-family: 'Segoe UI', Tahoma, sans-serif;*/
  /*}*/

  /*#vacancyUpdates thead {*/
  /*    background-color: #f4c10f;*/
  /*    color: #000;*/
  /*    font-weight: bold;*/
  /*    font-size: 15px;*/
  /*    text-transform: uppercase;*/
  /*}*/

  /*#vacancyUpdates th, */
  /*#vacancyUpdates td {*/
  /*    padding: 12px 15px;*/
  /*    border-bottom: 1px solid #ddd;*/
  /*    vertical-align: middle;*/
  /*}*/

  /*#vacancyUpdates tr:last-child td {*/
  /*    border-bottom: none;*/
  /*}*/

  /*#vacancyUpdates tr:hover {*/
  /*    background-color: #c7ead4;*/
  /*    transition: background 0.2s ease-in-out;*/
  /*}*/

  /*#vacancyUpdates td:first-child {*/
  /*    font-weight: 600;*/
  /*    color: #000;*/
  /*}*/

  /*#vacancyUpdates a {*/
  /*    display: inline-block;*/
  /*    background-color: #f4c10f;*/
  /*    color: #000;*/
  /*    padding: 6px 12px;*/
  /*    border-radius: 6px;*/
  /*    font-size: 13px;*/
  /*    font-weight: 500;*/
  /*    text-decoration: none;*/
  /*    transition: all 0.2s ease;*/
  /*}*/

  /*#vacancyUpdates a:hover {*/
  /*    background-color: #e0ad0d;*/
  /*    color: #fff;*/
  /*}*/
  /*#vacancyUpdates{*/
  /*  background: #c7ead4;*/
  /*}*/


/* Table styling */
#vacancy_details_full table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  /*border-radius: 8px;*/
  /*overflow: hidden;*/
  /*width: 100%;*/
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1rem;
  border: 1px solid #ddd;
}

#vacancy_details_full th {
  background: #052a881f;
  color: #052a88;
  padding: 12px;
  text-align: left;
  font-weight: 600;
  border: 1px solid #dddddd;
}

#vacancy_details_full td {
  padding: 12px;
  border: 1px solid #dddddd;
  color: #333;
}

/* Alternate row shading */
#vacancy_details_full tr:nth-child(even) td {
  background: #f9f9f9;
}

/* Hover effect */
#vacancy_details_full tr:hover td {
  background: rgba(244, 193, 15, 0.2); /* soft golden hover */
}

/*table responsive */

  @media (max-width: 768px) {
    .btn-group {
      flex-direction: column;
    }

    .btn {
      width: 100%;
      text-align: center;
    }

    .section-box {
      padding: 20px 10px;
    }
    .vacancy-image{
      padding: 0px;
      /*max-width: 400px;*/
    }
    
    .section-box h1, h2, h3 {
      text-align: center;
    }

    .section-box p, li {
      text-align: justify;
    }
    .vacancy-container{
      margin-top: 81px;
      padding: 20px 10px;
    }
    .vacancy-detail-container{
      margin-top: 81px;
      padding: 20px 10px;
    }
    #vacancy_details_full table {
      display: block;
      overflow-x: auto;
      white-space: nowrap;
    }
    #vacancy_details_full th {
      width: 100%;
    }
  }