.directory-card{
    background: white;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);  
    /* margin-left: 20px; */
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
}
.directory-card:hover{
  box-shadow: 0px 1px 13px rgba(27, 27, 27, 0.705); 
 
}
.title-2{
    position: relative;
    color: #242424;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.4em;
    padding-bottom: 15px;
}
.title-2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 54px;
    height: 2px;
    background-color: #5d5d5d;
}
.wed-icon{
    font-size: 75px;
    color: #fbd848;
}
/* Others CSS */
.directory-card{
    padding-top: 45px;
    padding-bottom: 30px;
}
.heading-color,
.directory-card i{
    color: #f2d046;
}
.mem-be-card{
    background: white;
    padding: 8px;
    text-align: center;
}

.table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  border: 1px solid #dee2e6;
}

.table thead {
  background: #f2d046;
  color: #333;
  text-transform: uppercase;
}

.table thead th {
  padding: 15px;
  text-align: left;
  font-weight: bold;
  border: 1px solid #dee2e6;
}

.table tbody tr:nth-child(even) {
  background: #f8f9fa;
}

.table tbody tr:hover {
  background: #e9ecef;
}

.table tbody td {
  padding: 12px;
  border: 1px solid #dee2e6;
  color: #333;
  text-align: left;
}

.table tbody td[rowspan] {
  background: #f1f3f5;
  vertical-align: middle;
}

.table tbody tr:last-child td {
  border-bottom: 1px solid #dee2e6;
}
.theme-bg{
  background-color: #f2d046 !important;
}
.border-right{
  border-right: 4px solid #f2d046;
}

.job-post-content ul,
.content ol{
  padding-left: 30px;
}
.job-post-content ul li{
  list-style: circle !important;
}
.content ol li{
  list-style: upper-roman;
}
.content h4{
  color: black;
}
.d-none{
  display: none;
}
.owl-nav{
  display: none;
}

.client-logo-container {
  width: 150px; 
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #f8f8f8; */
  border: 1px solid #ddd;
}

.client-logo-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}






/* Responsive Design */
@media screen and (max-width: 768px) {
  .styled-table {
    width: 100%;
  }
  .styled-table th, .styled-table td {
    padding: 8px 10px;
  }
}
