.services {
  margin-bottom: 36px;
  color: #57667e;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.services li {
    text-decoration-style: dotted;
}

.section-tittle h3 {
    font-size: 30px;
    display: block;
    color: #000a2d;
    font-weight: 700;
    line-height: 1.3;
}
  
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle h3 {
        font-size: 17px;
    }

    .section-tittle h5 {
        font-size: 17px;
    }

    .section-tittle span {
        font-size: 17px;
    }
    
    .section-tittle .blogPara {
        font-size: 17px;
    }

    .details-btn{
        padding: 17px 17px;
    }
}

@media (max-width: 575px) {
    .section-tittle h3 {
        font-size: 17px;
    }

    .section-tittle h5 {
        font-size: 17px;
    }

    .section-tittle span {
        font-size: 17px;
    }

    .section-tittle .blogPara {
        font-size: 17px;
    }
    
    .details-btn{
        padding: 17px 17px;
    }
}

.services-area ul {
    font-size: 16px;
}
section-tittle span
.Join-us {
    text-align: end;
}

.Connect-us {
    text-align: start;
}

/* Search Bar */
.search-bar {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.search-bar input {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
    width: 300px;
}

.search-bar button {
    background-color: #0077b6;
    color: #fff;
    border: none;
    border-radius: 0 5px 5px 0;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.search-bar button:hover {
    background-color: #005a8e;
}

/* Tenders table styles */
.tenders-table-container {
    overflow-x: auto;
    max-width: 100%;
    margin-bottom: 20px;
    }

.tenders-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    color: #333;
}

.tenders-table th,
.tenders-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 3px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.tenders-table th {
    background-color: #0077b6;
    color: #fff;
}

.tenders-table td a {
    color: #0077b6;
    text-decoration: none;
}

.tenders-table td a:hover {
    color: #005a8e;
}

/* Responsive styles */
@media (max-width: 767px) {
    .tenders-table-container {
        overflow-x: auto;
}

.tenders-table {
    font-size: 14px;
    display: block;
    width: 100%;
}

.tenders-table thead,
.tenders-table tbody,
.tenders-table th,
.tenders-table td,
.tenders-table tr {
    display: block;
}

.tenders-table thead {
    display: none;
}

.tenders-table tr {
    border-bottom: 1px solid #ddd;
}

.tenders-table td {
    border: none;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-left: 50%;
    word-wrap: break-word;
}

.tenders-table td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-label);
    font-weight: bold;
    color: #0077b6;
}
}

/* Style the job listing divs */
.job-listing {
    background-color: #fff;
    border: 1px inset #ddd;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.job-listing a {
    color: #0077b6;
    text-decoration: underline;
}

.job-listing h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: bold;
    }

.job-listing p {
    margin-bottom: 10px;
    font-size: 16px;
}

.job-listing .job-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
}

.job-listing .job-details h2 {
    margin-bottom: 0;
    font-size: 20px;
    color: #666;
}  

.job-listing .job-details h3 {
    margin-bottom: 0;
    font-size: 20px;
    color: #666;
}    

.job-listing .job-details p {
margin-bottom: 0;
font-size: 14px;
color: #666;
}

.job-listing .job-details a {
text-decoration: none;
font-size: 14px;
}

.job-listing .job-details a:hover {
color: #005a8e;
}

/* Style the graduate listing divs */
.graduate-listing {
    background-color: #fff;
    border: 1px inset #ddd;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.graduate-listing a {
    color: #0077b6;
    text-decoration: underline;
}

.graduate-listing h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: bold;
}

.graduate-listing p {
    margin-bottom: 10px;
    font-size: 16px;
}

.graduate-listing .job-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.graduate-listing .job-details h2 {
    margin-bottom: 0;
    font-size: 20px;
    color: #666;
}  

.graduate-listing .job-details h3 {
    margin-bottom: 0;
    font-size: 20px;
    color: #666;
}  

.graduate-listing .job-details p {
    margin-bottom: 0;
    font-size: 14px;
    color: #666;
}

.graduate-listing .job-details a {
    text-decoration: none;
    font-size: 14px;
}

.graduate-listing .job-details a:hover {
    color: #005a8e;
}

/* Style the learnship listing divs */
.learnership-listing {
    background-color: #fff;
    border: 1px inset #ddd;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.learnership-listing a {
    color: #0077b6;
    text-decoration: underline;
}

.learnership-listing h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: bold;
}

.learnership-listing p {
    margin-bottom: 10px;
    font-size: 16px;
}

.learnership-listing .job-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.learnership-listing .job-details h2 {
    margin-bottom: 0;
    font-size: 20px;
    color: #666;
}  

.learnership-listing .job-details h3 {
    margin-bottom: 0;
    font-size: 20px;
    color: #666;
}  

.learnership-listing .job-details p {
    margin-bottom: 0;
    font-size: 14px;
    color: #666;
}

.learnership-listing .job-details a {
    text-decoration: none;
    font-size: 14px;
}

.learnership-listing .job-details a:hover {
    color: #005a8e;
}

/* Add the job listing hover effect */
.job-listing-hover {
    background-color: #f5f5f5;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

/* Add the Graduate listing hover effect */
.graduate-listing-hover {
    background-color: #f5f5f5;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

/* Add the job listing hover effect */
.learnership-listing-hover {
    background-color: #f5f5f5;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}