/* Brands Swiper Component Styles */

.brand-box {
  display: grid;
  align-content: center;
  text-align: center;
  justify-content: center;
  min-height: 78px;
}

.brand-box-wrap {
  background-color: var(--theme-color2, #1f5fff);
  padding: 60px 10px;
  border-radius: 20px;
  background-size: auto;
  background-position: left bottom;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

/* Responsive adjustments if needed */
@media (max-width: 575px) {
  .brand-box {
    min-height: 60px;
  }
}
