.elementor-7618 .elementor-element.elementor-element-14c4da1{--display:flex;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;overflow:visible;}.elementor-7618 .elementor-element.elementor-element-8b56ef1{--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:10px;--padding-bottom:0px;--padding-left:40px;--padding-right:40px;overflow:visible;}.elementor-7618 .elementor-element.elementor-element-87d1a01{--display:flex;--overlay-opacity:0.6;--border-radius:40px 40px 40px 40px;--padding-top:210px;--padding-bottom:110px;--padding-left:10px;--padding-right:10px;overflow:visible;}.elementor-7618 .elementor-element.elementor-element-87d1a01:not(.elementor-motion-effects-element-type-background), .elementor-7618 .elementor-element.elementor-element-87d1a01 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://armatec.ba/wp-content/uploads/2026/08/IMG_20240801_07551-scaled.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-7618 .elementor-element.elementor-element-87d1a01::before, .elementor-7618 .elementor-element.elementor-element-87d1a01 > .elementor-background-video-container::before, .elementor-7618 .elementor-element.elementor-element-87d1a01 > .e-con-inner > .elementor-background-video-container::before, .elementor-7618 .elementor-element.elementor-element-87d1a01 > .elementor-background-slideshow::before, .elementor-7618 .elementor-element.elementor-element-87d1a01 > .e-con-inner > .elementor-background-slideshow::before, .elementor-7618 .elementor-element.elementor-element-87d1a01 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-primary );--background-overlay:'';}.elementor-7618 .elementor-element.elementor-element-aa8b5aa{--display:flex;overflow:visible;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-7618 .elementor-element.elementor-element-b5fdfd7{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;text-align:center;}.elementor-7618 .elementor-element.elementor-element-b5fdfd7 .elementor-heading-title{color:var( --e-global-color-4271826 );}.elementor-7618 .elementor-element.elementor-element-c26922d{--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;overflow:visible;}.elementor-7618 .elementor-element.elementor-element-3d2ef90{--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;overflow:visible;}@media(max-width:1024px){.elementor-7618 .elementor-element.elementor-element-8b56ef1{--margin-top:-90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7618 .elementor-element.elementor-element-87d1a01{--border-radius:0px 0px 0px 0px;--padding-top:160px;--padding-bottom:70px;--padding-left:10px;--padding-right:10px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-7618 .elementor-element.elementor-element-b5fdfd7{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}@media(max-width:767px){.elementor-7618 .elementor-element.elementor-element-87d1a01{--padding-top:140px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}}/* Start custom CSS for html, class: .elementor-element-6aa182a */.am-offer-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.am-offer-card {
  background: #ffffff;
  border: 1px solid #e6e9ee;
  border-radius: 18px;
  padding: 22px 18px 20px;
  min-height: 335px;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  transition: all 0.25s ease;
}

.am-offer-card:hover {
  transform: translateY(-4px);
  border-color: #c7d2e3;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
}

.am-offer-image {
  width: 100%;
  height: 205px;
  background: #ffffff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.am-offer-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  padding: 0;
  transition: transform 0.25s ease;
}

.am-offer-card:hover .am-offer-image img {
  transform: scale(1.035);
}

.am-offer-card h3 {
  margin: 18px 0 14px;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 700;
  color: #111827;
}

.am-offer-btn {
  align-self: center;
  width: auto;
  min-width: 145px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 22px;
  border-radius: 8px;
  background: #111827;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.35px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.25s ease;
}

.am-offer-btn:hover {
  background: #1f3b73;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Tablet */
@media (max-width: 1024px) {
  .am-offer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .am-offer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .am-offer-card {
    min-height: auto;
    padding: 18px 16px;
  }

  .am-offer-image {
    height: 190px;
  }

  .am-offer-card h3 {
    min-height: auto;
    font-size: 19px;
    margin: 16px 0 13px;
  }

  .am-offer-btn {
    min-width: 140px;
    min-height: 38px;
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7902503 */.tewatt-specifications {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #18202a;
}

.tewatt-table-section {
  width: 100%;
  margin: 0 0 34px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #d3dce6;
  overflow: hidden;
}

.tewatt-table-heading {
  width: 100%;
  margin: 0;
  padding: 16px 20px;
  background: #17679a;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 16px;
}

.tewatt-table-heading span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 7px 11px;
  background: #ffffff;
  color: #17679a;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.8px;
}

.tewatt-table-heading h2 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: clamp(17px, 2vw, 24px);
  line-height: 1.2;
  font-weight: 750;
}

.tewatt-table-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.tewatt-table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  background: #ffffff;
  font-size: clamp(7px, 0.72vw, 11px);
  line-height: 1.22;
}

.tewatt-table th,
.tewatt-table td {
  margin: 0;
  padding: 6px 3px;
  border: 1px solid #4f5c68;
  text-align: center;
  vertical-align: middle;
  overflow-wrap: anywhere;
  word-break: normal;
}

.tewatt-table thead th {
  padding: 9px 4px;
  background: #bdd3e9;
  color: #111820;
  font-weight: 800;
}

.tewatt-table tbody th {
  background: #e4edf5;
  color: #18202a;
  font-weight: 750;
}

.tewatt-table tbody td {
  background: #ffffff;
  color: #18202a;
  font-weight: 500;
}

.tewatt-table tbody tr:nth-child(even) td {
  background: #f1f5f8;
}

.tewatt-table tbody tr:hover td,
.tewatt-table tbody tr:hover th {
  background: #dcebf7;
}

.tewatt-table th:first-child {
  width: 8.5%;
}

.tewatt-table th:nth-child(2) {
  width: 4.5%;
}

.tewatt-table--large {
  font-size: clamp(6px, 0.58vw, 9px);
}

.tewatt-table--large th,
.tewatt-table--large td {
  padding: 5px 2px;
}

.tewatt-hidden-row {
  display: none;
}

/* TABLET I MOBITEL */
@media (max-width: 1024px) {
  .tewatt-table-section {
    margin-bottom: 24px;
  }

  .tewatt-table-heading {
    padding: 14px 16px;
  }

  .tewatt-table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .tewatt-table {
    min-width: 1200px;
    font-size: 9px;
  }

  .tewatt-table--large {
    min-width: 1750px;
    font-size: 8px;
  }

  .tewatt-table th,
  .tewatt-table td {
    padding: 6px 4px;
    overflow-wrap: normal;
  }
}

@media (max-width: 767px) {
  .tewatt-table-section {
    border-left: 0;
    border-right: 0;
    margin-bottom: 20px;
  }

  .tewatt-table-heading {
    padding: 13px 14px;
    gap: 10px;
  }

  .tewatt-table-heading span {
    padding: 6px 8px;
    font-size: 9px;
  }

  .tewatt-table-heading h2 {
    font-size: 16px;
  }

  .tewatt-table {
    min-width: 1150px;
    font-size: 8px;
  }

  .tewatt-table--large {
    min-width: 1700px;
    font-size: 8px;
  }

  .tewatt-table th,
  .tewatt-table td {
    padding: 5px 3px;
  }
}/* End custom CSS */