.tek-h1 {
  display: flex;
  margin-top: 20px;
}
.tek-h1 h1 {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  margin: 0;
  font-size: 50px;
  line-height: 1.2;
  color: #656a70;
}
.tek-h1 span {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  margin: 0;
  font-size: 50px;
  line-height: 1.2;
  color: #656a70;
  margin-left: 15px;
  letter-spacing: -2px;
}
.tek-tabs {
  display: flex;
  justify-content: space-between;
  gap: 0rem;
  margin-bottom: 0px;
}
.tek-tabs .tab {
  flex: 1;
  padding: 1rem;
  cursor: pointer;
  font-family: "Work Sans";
  text-align: center;
  border: 0px;
  border-right: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.tek-tabs .tab.active {
  background: #fff;
  color: #fa4515;
}
.tek-tabs .tab:nth-child(1) {
  border-left: 1px solid #fff;
}

.tek-tabs .tab > div:nth-child(1) {
  font-size: 60px;
}
.tek-tabs .tab > div:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 10px 5px;
}
.tek-tabs .tab > div:nth-child(3) {
  font-size: 16px;
  font-weight: 300;
}

.tek-tab-content-wrapper {
  position: relative;
  overflow: hidden;
}
.tek-tab-content-wrapper-accordion {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.tek-tab-content {
  display: block;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 1rem;
  padding: 1rem 2rem;
}
.tek-tab-content-accordion {
  display: block;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 1rem;
  padding: 0px;
}

.tek-tabs .tab-item {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}
.tek-grid {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 10px;
  width: 100%; /* O fissa se vuoi */
  scrollbar-width: none;        /* Firefox */
  -ms-overflow-style: none;     /* IE 10+ */
}
.tek-grid::-webkit-scrollbar {
  display: none;   /* Chrome, Safari, Edge */
}
.tek-grid .item-grid {
  flex: 0 0 calc(25% - 10px); /* 4 per riga su desktop */
  padding: 20px;
  min-width: 0;
  text-align: center;
}

.tek-grid .item-grid a > div {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.76;
  color: #fa4515;
  text-align: center;
}
.faq.series-accordion .tek-grid .item-grid a > div {
  color: #fff;
}

.tek-subtitle {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.76;
  color: #fa4515;
}

.tek-tab-content-wrapper .slide, .tek-grid-nav.style-2 .slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fa4515;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 1;
}
.faq.series-accordion .slide {
  color: #fff;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}
.active {
  border-bottom: 0px;
}
.tek-tab-content-wrapper .slide.left { left: 0; }
.tek-tab-content-wrapper .slide.right { right: 0; }
.faq.series-accordion .slide.left { left: 0; }
.faq.series-accordion .slide.right { right: 0; }

.table-1 table {
  margin-top: 30px;
  border-left: 0px;
  border-right: 0px;
}
.table-1 table tr th {
  font-weight: bold;
  border-left: 0px;
  border-right: 0px;
}
.table-1 table tr td {
  border-left: 0px;
  border-right: 0px;
}
.table-1 table tr td:nth-child(1) {
  font-weight: bold;
}
.table-1-mobile {
  display: none;
}
.table-1-mobile .product-name {
  font-size: 18px;
  font-weight: 500;
  background: #fa4515;
  color: #fff;
  padding: 1px 10px;
  display: table;
  margin-bottom: 10px;
  margin-top: 20px;
}
.tek-grid-nav.style-2 {
  display: table;
  text-align: end;
  margin-top: -40px;
}
.tek-grid-nav.style-2 .slide {
  position: relative;
  top: 0px;
  padding: 0px 15px;
}
.tek-grid.style-2 .item-grid {
  text-align: left;
  background-color: #f9f9f9;
}
.tek-grid.style-2 .item-grid:hover {
  text-align: left;
  background-color: #fa4515;
  color: #fff;
}
.tek-grid.style-2 .item-grid > div {
  text-align: left;
}
.tek-grid.style-2 .item-grid:hover > div {
  color: #fff;
}
.tek-grid.style-2 .item-grid ul {
  padding-left: 15px;
}
.tek-grid.style-2 {
  margin-top: 30px;
}
.fusion-body .fusion-builder-nested-column-12.fusion_builder_column_inner_1_3, .fusion-body .fusion-builder-nested-column-13.fusion_builder_column_inner_1_3 {
  width: 33.333333333333% !important; /* devo andare sopra a un override su un css del tema */
  margin-top: 50px;
  margin-bottom: 0px;
}
.faq {
  width: 100%;
  margin: 20px auto;
  font-family: "Work Sans";
  font-style: normal;
}
.faq-item { 
  border-bottom: 1px solid #ccc;
}
.faq-question {
  padding: 15px 15px 15px 0px;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-weight: 400;
  display: flex;
  align-items: flex-end;
  width: 100%;
  color: #fa4515;
  font-size: 20px;
}
.faq.series-accordion .faq-question {
  color: #fff;
}
.faq.faq-accordion .faq-question > div {
  width: calc(100% - 20px);
}
.faq.series-accordion .faq-question > div {
  width: calc(100% - 20px);
}
.faq.series-accordion .faq-question > div > div:nth-child(1) {
  font-size: 50px;
  font-weight: 600;
}
.faq.series-accordion .faq-question > div > div:nth-child(3) {
  font-weight: 300;
}
.faq-question .arrow {
  margin-left: 10px;
  transition: transform 0.2s;
}
.faq-answer {
  display: none;
  padding: 15px 15px 15px 0px;
  background: #fafafa;
  font-weight: 300;
}
.faq.series-accordion .faq-answer {
  background: transparent;
  padding: 15px 0px 15px 0px;
}

@media screen and (max-width: 1024px) {
  .table-1-mobile {
    display: block;
  }
  .tek-h1 {
    display: block;
  }
  .tek-h1 span {
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .tab-item {
    flex: 0 0 calc(50% - 0.75rem); /* 2 per riga su mobile */
  }
  .tek-grid .item-grid {
    flex: 0 0 calc(50% - 10px); /* 4 per riga su desktop */
    background: #eee;
    padding: 20px;
    min-width: 0;
    text-align: center;
  }
  .faq.series-accordion .tek-grid .item-grid {
    background: #fff;
  }
  .faq.series-accordion .tek-grid .item-grid a > div {
    color: #fa4515;
  }
  .tek-tabs {
    display: block;
  }
  .tek-tabs .tab {
    width: 100%;
    border-right: 0px;
  }
  .tek-tabs .tab:nth-child(1) {
    border-left: 0px;
  }
  .fusion-body .fusion-builder-nested-column-12.fusion_builder_column_inner_1_3, .fusion-body .fusion-builder-nested-column-13.fusion_builder_column_inner_1_3 {
      width: 100% !important;
      margin-top: 50px;
      margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .tek-h1 span {
    font-size: 44px;
  }
}
