.elementor-kit-442{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-f42221a:#141414;--e-global-color-71a6480:#E8E8E8;--e-global-color-811bb56:#E82561;--e-global-color-f458b41:#00395D;--e-global-color-fc4ad30:#FFFFFF00;--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-442 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){margin-block-end: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 *//* ========================================
   EPS PRODUCT TABLE SYSTEM
   ======================================== */

/* Base Table Style (shared by all tables) */

.eps-table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    font-family:'Inter', sans-serif;
    font-size:17px;
    border-radius:4px;
    overflow:hidden;
    background:#ffffff;
}

/* Table Headers */

.eps-table thead th{
    background:#00395D;
    color:#ffffff;
    font-weight:600;
    text-align:center;
    padding:16px;
}

/* Table Body Cells */

.eps-table tbody td{
    padding:16px;
    color:#141414;
    background:#ffffff;
    border-top:1px solid #E6E6E6;
}

/* Rounded top corners */

.eps-table thead th:first-child{
    border-top-left-radius:4px;
}

.eps-table thead th:last-child{
    border-top-right-radius:4px;
}


/* ========================================
   TABLE 1 — MODEL DATASHEET
   ======================================== */

.eps-table--model tbody td:first-child{
    font-weight:600;
    text-align:left;
}

.eps-table--model tbody td:not(:first-child){
    text-align:center;
}


/* ========================================
   TABLE 2 — PUMP DETAILS
   ======================================== */

.eps-table--pump tbody td:first-child{
    font-weight:600;
    text-align:left;
    white-space:nowrap;
}

.eps-table--pump tbody td:not(:first-child){
    text-align:center;
}

.eps-table--pump thead th{
    white-space:nowrap;
}


/* ========================================
   TABLE 3 — SYSTEM CONNECTIONS
   ======================================== */

.eps-table--connections tbody td:first-child{
    font-weight:600;
    text-align:left;
}

.eps-table--connections tbody td:last-child{
    text-align:center;
    white-space:nowrap;
}


/* ========================================
   TABLE 4 — EXTRA INFORMATION
   (Left-side heading layout)
   ======================================== */

.eps-table--extra th{
    background:#00395D;
    color:#ffffff;
    font-weight:600;
    text-align:left;
    padding:16px;
    width:35%;
}

.eps-table--extra td{
    padding:16px;
    color:#141414;
    width:65%;
}

/* Row dividers */

.eps-table--extra tbody tr + tr th,
.eps-table--extra tbody tr + tr td{
    border-top:1px solid #E6E6E6;
}

/* Rounded corners */

.eps-table--extra tbody tr:first-child th{
    border-top-left-radius:4px;
}

.eps-table--extra tbody tr:first-child td{
    border-top-right-radius:4px;
}/* End custom CSS */