.elementor-989352 .elementor-element.elementor-element-722b8fa{--display:flex;}.elementor-989352 .elementor-element.elementor-element-80bd30e{--display:flex;}.elementor-989352 .elementor-element.elementor-element-871a137{--display:flex;}.elementor-989352 .elementor-element.elementor-element-d2d389c{--display:flex;}.elementor-989352 .elementor-element.elementor-element-76bdb72{--display:flex;}.elementor-989352 .elementor-element.elementor-element-c17e36e{--display:flex;}.elementor-989352 .elementor-element.elementor-element-d515527{--display:flex;}.elementor-989352 .elementor-element.elementor-element-5807c82{--display:flex;}.elementor-989352 .elementor-element.elementor-element-c3b7e22{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-8de0201 *//* Basic Table Styling */
table {
  width: 100%;
  border-collapse: collapse !important;
  margin: 20px 0 !important;
  font-family: inherit !important;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #010ed0 !important;
}

/* Table Header */
table thead {
  background-color: #010ed0;
}
table thead tr td {
    color: #fff;
}

table thead p {
  color: #fff;
  margin: 0;
}

table thead td {
  padding: 15px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #010ed0;
  border-right: 2px solid #fff;
  white-space: nowrap;
}

table thead td:last-child {
  border-right: none;
}

/* Table Body */
table tbody tr {
  border-bottom: 1px solid #010ed0;
  transition: background-color 0.3s ease;
}

table tbody td {
  padding: 15px;
  font-size: 14px;
  color: #2c3e50;
  border-right: 1px solid #010ed0;
}

table tbody td:last-child {
  border-right: none;
}

/* Alternating Row Colors (Optional) */
table tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}

/* Last Row */
table tbody tr:last-child {
  border-bottom: 2px solid #010ed0;
}

/* Responsive Table */
@media (max-width: 768px) {
  /* Wrapper for horizontal scroll */
  .table-responsive, .elementor-widget-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 20px 0;
  }

  table {
    font-size: 12px;
    min-width: 100%;
  }

  table thead td,
  table tbody td {
    padding: 10px 8px;
    border-right: 1px solid #010ed0;
    white-space: nowrap;
  }

  table thead td:last-child,
  table tbody td:last-child {
    border-right: none;
  }

  table thead td {
    padding: 10px 8px;
    font-size: 12px;
  }

  table tbody td {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  table {
    font-size: 11px;
  }

  table thead td,
  table tbody td {
    padding: 8px 6px;
  }

  table thead td {
    font-size: 11px;
    font-weight: 500;
  }
}/* End custom CSS */