.hero-2nd_grid {
  display: grid !important;
  grid-template-columns: 1.5fr 1fr !important;
  align-items: stretch !important;
}

.hero-2nd_visual,
.hero-2nd_images {
  display: flex !important;
  align-items: center !important;
  max-height: 600px !important;
  padding-top: 0 !important;
}

.ba_main,
.hero-2nd_images-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-image,
.hero-2nd_image img {
  max-width: 100%;
  height: auto;
}

.image-container {
  position: relative;
  display: inline-block;
}

.chip {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: #111;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 10;
  white-space: nowrap;
}

.chip.top-right {
  top: 16px;
  right: 16px;
}

.chip.bottom-left {
  bottom: 16px;
  left: 16px;
}

.chip.rebate {
  background: #dff2e7;
  border: 1px solid #bfdaca;
}

.chip.savings {
  background: #fff;
  border: 1px solid #eee;
}

@media (max-width: 1024px) {
  .hero-2nd_grid {
    grid-template-columns: 1.2fr 1fr !important;
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .hero-2nd_grid {
    grid-template-columns: 1fr !important;
    gap: 2rem;
  }

  .hero-2nd_visual {
    order: 2;
  }

  .hero-2nd_images {
    order: 1;
  }

  .single-solution-hero .hero-2nd_visual {
    border-radius: 1rem;
    padding-top: 75%;
  }

  .chip {
    font-size: 12px;
    padding: 6px 12px;
  }

  .chip.top-right {
    top: 12px;
    right: 12px;
  }

  .chip.bottom-left {
    bottom: 12px;
    left: 12px;
  }

  .hero-2nd_images {
    min-height: inherit !important;
    padding-top: 0 !important;
  }

  .hero-2nd_images-wrap {
    padding-top: 0 !important;
  }

  .hero-2nd_visual {
    padding-top: 0 !important;
  }

  .hero-2nd_images.on-desktop {
    display: none !important;
  }

  .single-solution-hero .hero-2nd_grid {
    min-height: auto !important;
  }
}

@media screen and (max-width: 479px) {
  .hero-2nd_images {
    min-height: inherit !important;
  }

  .hero-2nd_images.on-desktop {
    display: none !important;
  }
}