.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.table-responsive {
  max-width: 900px;
  border: 2px solid #3C7AB3;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Segoe UI', Arial, sans-serif;
}

.table thead {
  background-color: #3C7AB3;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.table thead th {
  padding: 14px;
  text-align: left;
  font-size: 15px;
}

.table tbody tr {
  transition: background-color 0.3s ease;
}

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



.table tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

.table-striped tbody tr:nth-child(odd) {
  background-color: #eef6fb;
}
.table tbody tr:hover {
  background-color: #FFB130;
  color: #000;
}
.table-hover tbody tr:hover td {
  font-weight: 400;
}/* End custom CSS */