.elementor-18 .elementor-element.elementor-element-85ebc55{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-18 .elementor-element.elementor-element-47908f1{--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-18 .elementor-element.elementor-element-47908f1.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-18 .elementor-element.elementor-element-2abc249{--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;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-18 .elementor-element.elementor-element-47908f1{--width:97.776%;}}/* Start custom CSS for text-editor, class: .elementor-element-621ad4a *//* ===== SECTION ===== */
.spec-section {
  padding: 70px 15px;
  background: #ffffff;
  font-family: "Segoe UI", Arial, sans-serif;
}

/* ===== IMAGE ===== */
.spec-image {
  text-align: center;
  margin-bottom: 40px;
}
.spec-image img {
  max-width: 100%;
  height: auto;
}

/* ===== SPEC BOX ===== */
.spec-box {
  border-left: 4px solid #1f6fae;
  padding-left: 20px;
  margin-bottom: 30px;
}
.spec-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.spec-box li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
  position: relative;
  padding-left: 18px;
}
.spec-box li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 22px;
  color: #1f6fae;
}

/* ===== TABLE ===== */
.spec-table {
  width: 100%;
  border-collapse: collapse;
}
.spec-table th {
  background: #f1f6fb;
  color: #0b3c5d;
  font-size: 14px;
  padding: 10px;
  border-bottom: 2px solid #1f6fae;
  text-align: center;
}
.spec-table td {
  padding: 10px;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #e2e8f0;
}

/* ===== MOBILE CARD TABLE ===== */
@media (max-width: 768px) {
  .spec-table thead {
    display: none;
  }
  .spec-table,
  .spec-table tbody,
  .spec-table tr,
  .spec-table td {
    display: block;
    width: 100%;
  }
  .spec-table tr {
    background: #fafcff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 10px;
  }
  .spec-table td {
    text-align: left;
    border: none;
    padding-left: 55%;
    position: relative;
  }
  .spec-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: 45%;
    font-weight: 600;
    color: #0b3c5d;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-c1dedd6 */.product-specs {
  padding: 60px 15px;
  background: #ffffff;
  font-family: "Segoe UI", sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* TOP CONTENT */
.specs-top ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.specs-top li {
  font-size: 15px;
  padding: 6px 0;
  color: #333;
}

.specs-top strong {
  color: #0b4da2;
}

/* IMAGE */
.specs-image {
  text-align: center;
  margin: 40px 0;
}

.specs-image img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* TABLE */
.specs-table {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
}

.table-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.table-row div {
  padding: 14px;
  text-align: center;
  font-size: 14px;
  border-right: 1px solid #e0e0e0;
}

.table-row div:last-child {
  border-right: none;
}

.table-head {
  background: #0b4da2;
  color: #fff;
  font-weight: 600;
}

.table-row:nth-child(even):not(.table-head) {
  background: #f9f9f9;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .table-row {
    grid-template-columns: 1fr;
  }

  .table-row div {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
  }

  .table-row div:last-child {
    border-bottom: none;
  }

  .table-head {
    display: none;
  }
}/* End custom CSS */