.elementor-5129 .elementor-element.elementor-element-d06f96e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-48px;margin-bottom:0px;}.elementor-5129 .elementor-element.elementor-element-d06f96e > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-114f756 *//* Gujarati-friendly font fallback */
.chairman-section{
  padding: 0px 0;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.chairman-wrap{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  font-family: "Noto Sans Gujarati", "Hind Vadodara", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.chairman-title{
  position: relative;
  display: inline-block;
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 800;
  color: #021c3a;
  letter-spacing: .2px;
}

.chairman-title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 50px;
  height: 4px;
  background-color: #FF9003; /* Orange */
}

.chairman-sub{
  margin: 0 0 18px;
  color: #4b5563;
  font-size: 14px;
}

.chairman-table{
  background: #fff;
  border: 1px solid rgba(2, 28, 58, .10);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(2, 28, 58, .08);
}

.chairman-table table{
  width: 100%;
  border-collapse: collapse;
}

.chairman-table thead th{
  position: sticky;
  top: 0;
  z-index: 2;
  background: #021c3a;
  color: #fff;
  text-align: left;
  padding: 14px 14px;
  font-weight: 700;
  font-size: 14px;
}

.chairman-table tbody td{
  padding: 14px 14px;
  border-top: 1px solid rgba(2, 28, 58, .08);
  font-size: 15px;
  color: #111827;
}

.chairman-table tbody tr:nth-child(even){
  background: #f6f9ff;
}

.chairman-table tbody tr:hover{
  background: rgba(2, 28, 58, .06);
}

/* column widths */
.chairman-table tbody td:first-child,
.chairman-table thead th:first-child{
  width: 90px;
  font-weight: 800;
  color: #021c3a;
}

/* Responsive: mobile cards */
@media (max-width: 768px){
  .chairman-table table,
  .chairman-table thead,
  .chairman-table tbody,
  .chairman-table th,
  .chairman-table td,
  .chairman-table tr{
    display: block;
  }

  .chairman-table thead{
    display: none;
  }

  .chairman-table tbody tr{
    border-top: 1px solid rgba(2, 28, 58, .10);
    padding: 10px 10px;
    background: #fff !important;
  }

  .chairman-table tbody td{
    border: none;
    padding: 8px 8px;
    display: flex;
    justify-content: space-between;
    gap: 14px;
  }

  .chairman-table tbody td::before{
    content: attr(data-label);
    font-weight: 800;
    color: #021c3a;
    min-width: 40%;
  }

  .chairman-title{font-size: 22px;}
}/* End custom CSS */