.sec-esb-products {
  /* padding: 120px 0; */
  /* background-color: var(--2k25-grey-bg); */
  position: relative;
  margin-top: 55px;
}

.sec-esb-products::after {
  content: "";
  position: absolute;
  top: -85px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 8px;
  background-color: var(--new-theme-gray-50);
  border-radius: 10px;
  transition: background-color 0.3s ease;
  max-width: 1200px;
  opacity: 0;
}

.sec-esb-products .section-title p {
  max-width: 1300px;
}

.sec-esb-products .container {
  position: relative;
  width: 100%;
  max-width: 1730px;
}

.sec-esb-products-tab-wrap {
  /* max-width: 1385px; */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.sec-esb-products-tabs {
  display: flex;
  gap: 20px;
  order: 3;
}

.sec-esb-products-tab-item {
  border-radius: 10px;
  border-bottom: 3px solid transparent;
  background-color: var(--white);
  padding: 20px;
  cursor: pointer;
  border: 1px solid var(--2k25-border-1);
}

.sec-esb-products-tab-item.active {
  border-radius: 10px;
  border-bottom: 3px solid var(--BluePrimary);
}

.sec-esb-products-tab-item p {
  font-family: var(--poppins);
  color: var(--2k25-text-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.sec-esb-products-tab-item p.heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 10px;
  color: #1d1d1d;
}

.sec-esb-products-tab-item {
  flex: 1;
}

.sec-esb-products-tab-content {
  /* order: 1; */
}

.sec-esb-products-tab-content-item {
  /*display: none;*/
  padding: 40px;
  background-color: #2b4dff0f;
  border-radius: 20px;
  text-decoration: none;
  color: var(--2k25-text-body);
  gap: 60px;
  display: flex;
  flex-direction: row-reverse;
}

.sec-esb-products-tab-content-item {
  will-change: transform;
  transform-origin: center top;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.sec-esb-products-tab-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sec-esb-products-tab-content-item {
  background-color: transparent !important;
}

.sec-esb-products-tab-content-list {
  background-color: var(--2k25-grey-bg);
  border: 1px solid var(--LightGrey2);
  border-radius: 20px;
}

.sec-esb-products-tab-content-list:nth-child(1) {
  background-color: #e5f3ff;
  border: 1px solid #0081fb;
}

.sec-esb-products-tab-content-list:nth-child(2) {
  background-color: #F7F0FA;
  border: 1px solid #c08cd6;
}

.sec-esb-products-tab-content-list:nth-child(3) {
  background-color: #F0FAF7;
  border: 1px solid #5f9484;
}

.sec-esb-products-tab-content-list:nth-child(4) {
  background-color: #FAF7F0;
  border: 1px solid #b4a174;
}

.sec-esb-products-tab-content-list:nth-child(5) {
  background-color: #f4f4fe;
  border: 1px solid #6964a0;
}

.sec-esb-products-tab-content-list:nth-child(6) {
  background-color: #fef8fb;
  border: 1px solid #eb588f;
}

.sec-esb-products-tab-content-item.active {
  display: flex;
}

.sec-esb-products-tab-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.sec-esb-products-tab-img img {
  width: 100%;
  max-width: 700px;
  border-radius: 16px;
}

.sec-esb-products-tab-img img.logo {
  max-width: 240px;
  height: auto;
  object-fit: contain;
  margin-bottom: 40px;
  display: block;
  border-radius: 0;
}

.sec-esb-products-tab-left {
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-bottom-right-radius: 20px;
}

.sec-esb-products-tab-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sec-esb-products-tab-title {
  font-family: var(--poppins);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: var(--2k25-text-heading);
}

.sec-esb-products-group-wrap {
  display: flex;
  gap: 30px;
  margin-bottom: 10px;
}

.sec-esb-products-group-wrap .sec-esb-products-group {
  flex: 1;
}

.sec-esb-products-group {
  display: flex;
  flex-direction: column;
}

.sec-esb-products-group .title {
  font-family: var(--poppins);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1.5;
  color: #1d1d1d;
  margin-bottom: 10px;
}

.sec-esb-products-group .desc {
  font-size: 18px;
  line-height: 1.5;
}

.sec-esb-products-group ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sec-esb-products-group ul li {
  position: relative;
  padding-left: 26px;
  font-size: 18px;
  line-height: 1.5;
}

.sec-esb-products-group ul li::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: 0;
  top: 4px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.634 6.48809L8.71934 11.7495L6.39559 9.1344C6.32548 9.05544 6.24065 8.99119 6.14594 8.94532C6.05123 8.89945 5.9485 8.87286 5.84361 8.86707C5.63177 8.85537 5.42401 8.9291 5.26603 9.07204C5.1878 9.14281 5.12415 9.22845 5.07871 9.32406C5.03327 9.41966 5.00693 9.52337 5.00119 9.62925C4.98961 9.84309 5.06265 10.0528 5.20424 10.2123L8.10951 13.4813C8.18329 13.5646 8.2734 13.6315 8.37413 13.6778C8.47486 13.7241 8.58402 13.7488 8.6947 13.7502H8.70469C8.81359 13.7503 8.92135 13.7278 9.02134 13.6843C9.12134 13.6407 9.21147 13.577 9.28621 13.4971L14.7963 7.59523C14.9353 7.4385 15.0081 7.23321 14.9993 7.02308C14.9905 6.81295 14.9008 6.61459 14.7492 6.47026C14.5977 6.32592 14.3963 6.24701 14.188 6.25035C13.9797 6.25368 13.7809 6.33898 13.634 6.48809Z' fill='%23007860'/%3e%3cpath d='M18.48 4.91507C18.3867 4.11181 17.9796 3.31368 17.3329 2.66731C16.6861 2.02094 15.8883 1.6135 15.085 1.52019H15.0792C11.7026 1.16026 8.29737 1.16026 4.92079 1.52019H4.91498C4.11169 1.6135 3.31352 2.0206 2.66713 2.66731C2.02073 3.31402 1.61328 4.11181 1.51996 4.91507V4.92088C1.16001 8.2973 1.16001 11.7024 1.51996 15.0788V15.0847C1.61328 15.8879 2.02039 16.686 2.66713 17.3324C3.31386 17.9788 4.11169 18.3862 4.91498 18.4795H4.92079C6.60786 18.6598 8.30333 18.7502 10 18.7502C11.6967 18.7504 13.3921 18.6603 15.0792 18.4802H15.085C15.8883 18.3869 16.6865 17.9798 17.3329 17.3331C17.9793 12.6864 18.3867 15.8883 18.48 15.0853V15.0795C18.84 11.7031 18.84 8.29798 18.48 4.92156V4.91507ZM17.189 14.9373C17.0652 15.9925 15.9926 17.0644 14.938 17.1885C11.6554 17.5385 8.34491 17.5385 5.06231 17.1885C4.00675 17.0648 2.93478 15.9922 2.81104 14.9373C2.46101 11.655 2.46101 8.34473 2.81104 5.06239C2.93478 4.00721 4.00743 2.93529 5.06231 2.81121C8.3448 2.4612 11.6552 2.4612 14.9377 2.81121C15.9933 2.93495 17.0649 4.00755 17.189 5.06204C17.539 8.3445 17.539 11.6549 17.189 14.9373Z' fill='%23007860'/%3e%3c/svg%3e ");
  background-size: 18px;
  filter: invert(23%) sepia(111%) saturate(6750%) hue-rotate(231deg) brightness(101%) contrast(102%);
}

.sec-esb-products-tab-content-item:hover {
  color: var(--2k25-text-body);
}

.sec-esb-products-quick-list {
  display: flex;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: var(--white);
  padding: 20px 40px;
  align-items: center;
  border-radius: 24px;
  transition: var(--transition3);
  background-color: #000000bf;
}

.sec-esb-products-quick-item {
  display: flex;
  flex-direction: column;
}

.sec-esb-products-quick-item .count-big {
  font-size: 40px;
  font-family: var(--poppins);
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
}

.sec-esb-products-quick-item .count-desc {
  line-height: 1.25;
  margin-top: 10px;
  font-size: 18px;
}

.sec-esb-products-group:has(+ .sec-esb-products-link) {
  margin-bottom: 20px;
}

.sec-esb-products-link span {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 6px;
  font-weight: 600;
  color: var(--2k25-blue-primary);
}

.sec-esb-products-link span svg {
  display: flex;
  margin-top: 3px;
  transition: var(--transition3);
}

.sec-esb-products-link {
  margin-top: auto;
}

.sec-esb-products-link span:hover {
  color: var(--2k25-text-heading);
}

.sec-esb-products-link span:hover svg {
  transform: translateX(10px);
}

.sec-esb-products-group ul li+li {
  margin-top: 4px;
}

.sec-esb-products .sec-esb-products-tab-right {
  opacity: 0;
  transition: 1.5s;
  transform: translate(0, 15px);
}

.sec-esb-products-tab-left {
  opacity: 0;
  transition: 0.5s;
  transform: translate(45px, 0);
}

.sec-esb-products .slick-current.slick-active .sec-esb-products-tab-right,
.sec-esb-products .slick-current.slick-active .sec-esb-products-tab-left {
  opacity: 1;
  transform: translate(0, 0);
}

.new-esb-products {
  padding: 40px 26px 0;
}

.new-esb-products .wrapper {
  padding: 0 0 40px 0;
  overflow: hidden;
  width: 100%;
  max-width: 1670px;
  margin-inline: auto;
}

.new-esb-products .sync-wrapper {
  width: 100%;
  max-width: 1640px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 60px;
  margin-inline: auto;
}

.new-esb-products .content-slider {
  width: 100%;
  max-width: 550px;
  flex-shrink: 0;
}

.new-esb-products .content-box {
  width: 100%;
  border-radius: 30px;
  padding: 40px;
  background-color: white;
  border: 2px solid var(--2k25-border-1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.new-esb-products .content-box .number {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
  color: var(--color_26_blue_light);
  margin: 0px 0px 40px;
}

.new-esb-products .content-box h3 {
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: var(--2k25-dark-blue2);
  margin: 0px 0px 24px;
}

.new-esb-products .content-box p {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--2k25-text-body);
  margin: 0 0 60px;
}

.new-esb-products .content-box .btm-prt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: auto 0 60px 0;
}

.new-esb-products .content-box .brand-img {
  width: 100%;
  max-width: 198px;
  max-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-esb-products .content-box .slide-btns {
  display: flex;
  align-items: center;
  gap: 30px;
}

.new-esb-products .content-box .slide-btn {
  width: 55px;
  height: 55px;
  border: 1px solid var(--2k25-blue-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border-radius: 100%;
}

.new-esb-products .content-box .slide-btn:hover {
  background-color: var(--2k25-blue-primary);

  svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  }
}

.new-esb-products .image-slider {
  width: 100%;
  max-width: 950px;
}

.new-esb-products .image-slider .img-box {
  width: 100%;
}

.new-esb-products .image-slider .img-box img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.new-esb-products .image-slider img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.new-esb-products .content-slider .swiper-slide {
  height: auto;
}

@media screen and (min-width: 1200px) {
  .sec-esb-products-tab-content-list {
    position: sticky;
    top: 120px;
    transform-origin: center top;
  }
}


@media screen and (max-width: 1439px) {

  .new-esb-products .content-slider {
    max-width: 420px;
  }

  .new-esb-products .sync-wrapper {
    gap: 20px;
  }

  .new-esb-products .content-box .btm-prt {
    align-items: self-start;
    flex-direction: column;
  }

}

@media screen and (max-width: 1440px) {
  .sec-esb-products-tab-content-item {
    min-height: 640px;
  }

  .sec-esb-products-group .desc,
  .sec-esb-products-group ul li {
    font-size: 16px;
  }

  .sec-esb-products::after {
    top: -55px;
  }

  .sec-esb-products {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1279px) {
  .new-esb-products .sync-wrapper {
    gap: 10px;
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }

  .new-esb-products .content-slider {
    max-width: 550px;
  }

  .new-esb-products .content-box .btm-prt {
    align-items: center;
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  .new-esb-products .wrapper {
    padding: 0;
    border-radius: 0;
    background: transparent;
    margin: 15px auto 40px;
  }

  .new-esb-products .content-box {
    border-radius: 16px;
    padding: 20px;
  }

  .new-esb-products .content-box .number {
    font-size: 28px;
    margin: 0 0 20px;
  }

  .new-esb-products .content-box h3 {
    font-size: 18px;
    margin: 0 0 16px;
  }

  .new-esb-products .content-box p {
    font-size: 14px;
    margin: 0 0 20px;
  }

  .new-esb-products .content-box .btm-prt {
    align-items: self-start;
    flex-direction: column-reverse;
    gap: 36px;
    padding-top: 20px;
    margin: auto 0 40px 0;
  }

  .new-esb-products .sync-wrapper {
    padding-bottom: 0;
  }

  .new-esb-products .content-box .brand-img {
    width: 100%;
    max-width: 150px;
  }

  .new-esb-products .content-box .slide-btns {
    gap: 20px;
    margin: 0 0 8px;
  }

  .new-esb-products .content-box .slide-btn {
    width: 40px;
    height: 40px;
    padding: 15px;
  }
}

@media screen and (max-width: 1366px) {
  .sec-esb-products-tab-title {
    font-size: 20px;
  }

  .sec-esb-products-group .desc {
    font-size: 18px;
  }

  .sec-esb-products-group ul li::before {
    top: 3px;
  }
}

@media screen and (max-width: 1200px) {
  .sec-esb-products-tab-content-item {
    flex-wrap: wrap;
    gap: 40px;
  }

  .sec-esb-products-tab-left {
    max-width: unset;
  }

  .sec-esb-products-tab-img {
    display: flex;
    flex-direction: column;
  }

  .sec-esb-products-tab-content-list {
    transform: unset !important;
  }

  .sec-esb-products-tab-img img {
    border-top-right-radius: 16px;
  }

  .sec-esb-products-tab-content-item {
    padding: 40px;
  }

  .sec-esb-products-tab-right {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 992px) {
  .tabs-container {
    margin-bottom: 20px;
  }

  .sec-esb-products-tabs {
    display: none;
  }

  .sec-esb-products-tab-content,
  .sec-esb-products-tabs {
    order: unset;
  }

  /* .sec-esb-products {
    padding: 80px 0;
  } */

  .sec-esb-products-tab-left {
    width: 100%;
  }

  .sec-esb-products-tab-right {
    padding-left: 0;
    width: 100%;
  }

  .sec-esb-products-quick-list {
    display: none;
  }

  .sec-esb-products-group ul li {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  /* .sec-esb-products {
    padding: 60px 0;
  } */

  .sec-esb-products-tab-title {
    font-size: 18px;
    font-weight: 500;
  }

  .sec-esb-products-tab-img img.logo {
    max-width: 160px;
    margin-bottom: 20px;
  }

  .sec-esb-products-tab-content-item {
    flex-direction: column;
    padding: 20px;
  }

  .sec-esb-products-group ul li {
    font-size: 16px;
  }

  .sec-esb-products-group .desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  .sec-esb-products-group-wrap {
    flex-direction: column;
    gap: 20px;
  }
}