.elementor-27 .elementor-element.elementor-element-d611287{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:95px;--padding-bottom:95px;--padding-left:95px;--padding-right:95px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-27 .elementor-element.elementor-element-1c524be{text-align:center;}.elementor-27 .elementor-element.elementor-element-1c524be .elementor-heading-title{font-family:"Helvetica", Sans-serif;font-size:2.9em;font-weight:600;letter-spacing:-1.5px;}.elementor-27 .elementor-element.elementor-element-ed9d365{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-01f25b9 *//* Wrapper for responsiveness */
.clean-table-wrapper {
  width: 100%;
  overflow-x: auto;
}

/* Base table styling */
.clean-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  min-width: 600px; 
  border-radius: 15px;
}

/* Header */
.clean-table thead th {
  background: #031D38;
  padding: 12px 10px;
  text-align: left;
  font-weight: 600;
  border-bottom: 2px solid #ddd;
  white-space: nowrap;
  color:#FFFFFF;
}

/* Body rows */
.clean-table tbody td {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

/* Center first column (S.No) */
.clean-table tbody td:first-child,
.clean-table thead th:first-child {
  text-align: center;
  width: 70px;
}

/* Optional: striped rows */
.clean-table tbody tr:nth-child(even) {
  background: #fafafa;
}

/* Optional: hover highlight */
.clean-table tbody tr:hover {
  background: #f0f0f0;
}

/* Mobile improvements */
@media (max-width: 480px) {
  .clean-table {
    font-size: 13px;
    min-width: 500px;
  }
}/* End custom CSS */