.elementor-kit-6{--e-global-color-primary:#21439A;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#68BE5B;--e-global-color-125273e:#F3FFF1;--e-global-color-69be013:#EFF3FF;--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;font-size:22px;line-height:1.5em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:20px;}.elementor-kit-6 h1{font-size:54px;line-height:1.3em;}.elementor-kit-6 h2{font-size:42px;}.elementor-kit-6 h3{font-size:32px;}.elementor-kit-6 h4{font-size:26px;}.elementor-kit-6 h5{font-size:22px;}.elementor-kit-6 h6{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;}.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 */.test-table-container {
  width: 100%;
  overflow-x: auto;                  /* enable horizontal scroll on mobile */
  -webkit-overflow-scrolling: touch; /* smooth scroll iOS */
}

.test-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Inter", sans-serif;
  min-width: 800px;                  /* force scroll if screen < 800px */
  border: 1px solid #ddd;
}

/* Sticky Header */
.test-table thead th {
  background: #003366;
  color: #fff;
  text-align: center;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 600;
  position: sticky;
  top: 0;
  z-index: 2;
}

/* Table Body */
.test-table th, 
.test-table td {
  padding: 12px 10px;
  text-align: left;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #333;
}

/* --- Fixed Width Columns --- */

/* S.no */
.test-table th:first-child,
.test-table td:first-child {
  width: 60px;
  text-align: center;
}

/* Sample Type */
.test-table th:nth-child(5),
.test-table td:nth-child(5) {
  width: 120px;
  text-align: center;
  white-space: nowrap;
}

/* Preparation */
.test-table th:nth-child(6),
.test-table td:nth-child(6) {
  width: 150px;
  text-align: center;
  white-space: normal;
}

/* TAT */
.test-table th:last-child,
.test-table td:last-child {
  width: 80px;
  text-align: center;
}
.test-table th:last-child { color: #fff; }
.text-expander .e-n-accordion-item span.read-less {
    display: none;
}

.text-expander.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title span.read-more {
    display: none;
}
.text-expander.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title span.read-less {
    display: inline;
}/* End custom CSS */