.showroom-banner-section {
  width: 100%;
}
.showroom-banner-section .showroom-slider-wrap {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
.showroom-banner-section .showroom-banner-item {
  position: relative;
  width: 100%;
  min-height: 616px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex !important;
  align-items: center;
  padding: 36px;
  box-sizing: border-box;
}
.showroom-banner-section .showroom-banner-item .banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 1;
}
.showroom-banner-section .showroom-banner-item .banner-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 880px;
  box-sizing: border-box;
}
.showroom-banner-section .showroom-banner-item .banner-title {
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.showroom-banner-section .showroom-banner-item .banner-subtitle {
  margin: 16px 0 0;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.4px;
}
.showroom-banner-section .showroom-banner-item .banner-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 45px;
}
.showroom-banner-section .showroom-banner-item .banner-buttons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 32px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  border-radius: 16px;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
  color: #111;
}
.showroom-banner-section .showroom-banner-item .banner-buttons .btn:hover {
  transform: translateY(-1px);
}
.showroom-banner-section .showroom-banner-item .banner-buttons .btn.btn-white {
  background-color: #ffffff;
}
.showroom-banner-section .showroom-banner-item .banner-buttons .btn.btn-white:hover {
  background-color: #f5f5f5;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}
.showroom-banner-section .showroom-banner-item .banner-buttons .btn.btn-yellow {
  background-color: #ffcc00;
}
.showroom-banner-section .showroom-banner-item .banner-buttons .btn.btn-yellow:hover {
  background-color: #e6b800;
  box-shadow: 0 4px 15px rgba(255, 204, 0, 0.2);
}
.showroom-banner-section .banner-counter {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  padding: 12px 20px;
  border: 1px solid #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  border-radius: 16px;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .showroom-banner-section .showroom-banner-item {
    min-height: 580px;
    padding: 60px 40px 80px;
  }
  .showroom-banner-section .showroom-banner-item .banner-title {
    font-size: 32px;
    line-height: 38px;
  }
  .showroom-banner-section .banner-counter {
    bottom: 20px;
    padding: 10px 12px;
  }
}
@media (max-width: 768px) {
  .showroom-banner-section {
    padding: 20px 0;
  }
  .showroom-banner-section .showroom-slider-wrap {
    border-radius: 24px;
  }
  .showroom-banner-section .showroom-banner-item {
    align-items: stretch;
    padding: 60px 20px 80px;
  }
  .showroom-banner-section .showroom-banner-item .banner-content {
    min-height: 100%;
  }
  .showroom-banner-section .showroom-banner-item .banner-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.3px;
  }
  .showroom-banner-section .showroom-banner-item .banner-subtitle {
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2px;
  }
  .showroom-banner-section .showroom-banner-item .banner-buttons {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin-top: auto;
  }
  .showroom-banner-section .showroom-banner-item .banner-buttons .btn {
    width: 100%;
  }
}
