.elementor-989252 .elementor-element.elementor-element-676f334{--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;}.elementor-989252 .elementor-element.elementor-element-7cbb56e{--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;}.elementor-989252 .elementor-element.elementor-element-fc19add{--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;}.elementor-989252 .elementor-element.elementor-element-d432367{--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;}.elementor-989252 .elementor-element.elementor-element-7be5bd6{--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;}.elementor-989252 .elementor-element.elementor-element-29623a5{--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;}.elementor-989252 .elementor-element.elementor-element-469e202{--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 text-editor, class: .elementor-element-4454189 *//* 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;
  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 */
/* Start custom CSS for container, class: .elementor-element-d432367 *//* 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;
  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: 1px solid 
#010ed0;
  border-right: 1px solid #fff;
}
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) {

  table {
    font-size: 12px;
  }
  table thead td,
  table tbody td {
    padding: 10px;
    border-right: 1px solid 
#010ed0;
  }
  table thead td:last-child,
  table tbody td:last-child {
    border-right: none;
  }
}/* End custom CSS */