section#why {
  padding: 96px 20px;
}

.tab-pane {
  display: none; /* Hide all content by default */
}

.tab-pane.active {
  display: flex; /* Show only the active content */
}

.tab-link {
  cursor: pointer;
  padding: 32px 20px 32px 32px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.tab-link .tab-icon-wrapper {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
}

.custom-tabs-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.tab-content-wrapper {
  position: relative;
  max-width: 600px;
  width: 100%;
}

.tab-content-wrapper img {
  width: 100%;
}

.tab-nav {
  position: relative;
  max-width: 640px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tab-content-wrapper .tab-pane {
  width: 100%;
  height: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  min-height: 436px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.tab-content-wrapper .tab-pane p {
  font-family: "Univers LT Std" !important;
  font-weight: 400 !important;
  font-size: 25px !important;
  line-height: 45px !important;
  letter-spacing: 0.1px;
  text-align: center;
  color: #fff;
  max-width: 493px;
  width: 100%;
  margin: auto;
}

.tab-link.active {
  border-left: 2px solid #08a7b2;
}

.tab-link img.icon-active {
  display: none;
}

.tab-link.active img.icon-default {
  display: none;
}

.tab-link.active img.icon-active {
  display: block;
}

.tab-link.active span {
  background: -webkit-linear-gradient(
    126.49deg,
    #08a7b2 -0.61%,
    #027aac 71.26%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tab-link span {
  font-family: "Univers LT Std" !important;
  font-weight: 400 !important;
  font-size: 30px !important;
  line-height: 36px !important;
  letter-spacing: 0.3px;
}

section#why .strategy-content h2 {
  max-width: 100%;
}

section#why .strategy-content p {
  max-width: 870px;
}

section#why .container {
  max-width: 1320px;
  width: 100%;
}

.list-icon ul li {
  position: relative;
  display: block;
  font-family: "Univers LT Std" !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 28px !important;
  letter-spacing: -0.45px;
  color: #414141;
}

.list-icon ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

section#why .desc p {
  margin: auto;
}

.list-icon ul li:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 3px;
  background-image: url(/wp-content/themes/modeln/product/images/small_checkmark.svg);
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}

/**********Mobile view***********/
/* MOBILE ACCORDION */
@media (max-width: 768px) {
  .custom-tabs-container {
    flex-direction: column;
    gap: 24px;
  }

  .accordion-item {
    border-radius: 12px;
    margin-bottom: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .accordion-header {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    cursor: pointer;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    width: 90%;
  }

  .icon-box{
    gap: 14px;
    display: flex;
    align-items: center;
  }

  .accordion-header span {
    font-size: 18px;
    font-family: "Univers LT Std";
  }

  .accordion-content {
    display: none;
    padding: 56px 24px;
    background-size: cover !important;
    background-position: center !important;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
  }

  .accordion-content p {
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
  }

  .accordion-item.active .accordion-content {
    display: block;
  }

  /* ICON SWITCH */
  .icon-active {
    display: none;
  }

  .accordion-item.active .icon-default {
    display: none;
  }

  .accordion-item.active .icon-active {
    display: block;
  }
}

@media (min-width: 769px) {
  .accordion-item {
    display: none;
  }
}

@media (max-width: 768px) {
  .tab-nav,
  .tab-content-wrapper {
    display: none;
  }

  section#why{
    padding: 40px 20px;
  }
}
