.promo-container #hero {
  position: relative;
  top: -5vh;
}
.promo-container #hero .line-green {
  width: 80%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-3%, -7%);
}
.promo-container #hero .green-gradient-bg {
  background: linear-gradient(to right, #13643d 0%, #46d69c 100%);
  width: 100%;
  min-height: 300px;
  height: 17vh;
  border-end-start-radius: 3vw;
  border-end-end-radius: 3vw;
}
.promo-container #hero .panel-filter {
  position: absolute;
  top: 50%;
  transform: translateY(-20%);
  z-index: 20;
  width: 100%;
}
.promo-container #hero .panel-filter .tab-header-outter {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.promo-container #hero .panel-filter .tab-header-outter .tab-scroll-container {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}
.promo-container #hero .panel-filter .tab-header-outter .tab-scroll-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.promo-container #hero .panel-filter .tab-header-outter #promo {
  min-width: fit-content;
  width: max-content;
  display: flex;
  flex-wrap: nowrap; /* Prevent wrapping to ensure horizontal scrolling */
  justify-content: flex-start; /* Start from the left */
  margin-bottom: 0;
  border-bottom: 1px solid #aca49c;
  padding-bottom: 1px; /* Ensure border is visible */
}
@media screen and (min-width: 441px) {
  .promo-container #hero .panel-filter .tab-header-outter #promo {
    justify-content: center;
    width: 100%;
    /* Only center when there's enough space */
  }
  .promo-container #hero .panel-filter .tab-header-outter #promo:not(.overflow) {
    margin: 0 auto;
  }
}
.promo-container #hero .panel-filter .tab-header-outter #promo .nav-link {
  color: #aca49c;
  border: none;
  white-space: nowrap; /* Prevent text wrapping inside tabs */
}
.promo-container #hero .panel-filter .tab-header-outter #promo .nav-link.active {
  color: #13643d;
  font-weight: 700;
  border-bottom: 2px solid #13643d;
}
.promo-container #hero .panel-filter #promoContent .tab-pane {
  width: 100%;
  overflow-x: auto;
  padding: 20px 4px;
}
.promo-container #hero .panel-filter #promoContent .tab-pane .pill-container {
  min-width: fit-content;
  width: max-content;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.promo-container #hero .panel-filter #promoContent .tab-pane .pill-container button {
  border-radius: 400px;
}
.promo-container #hero .panel-filter #promoContent .tab-pane .pill-container button:hover {
  background-color: #b9f9d8;
  color: #13643d;
  border-color: #13643d;
}
.promo-container #hero .panel-filter #promoContent .tab-pane .pill-container button:focus, .promo-container #hero .panel-filter #promoContent .tab-pane .pill-container button:active, .promo-container #hero .panel-filter #promoContent .tab-pane .pill-container button:focus-visible {
  background-color: #13643d !important;
  color: white !important;
  border-color: #13643d !important;
  box-shadow: 0 0 0 0.25rem rgba(19, 100, 61, 0.25) !important;
}
.promo-container #hero .panel-filter #promoContent .tab-pane .pill-container button.active {
  background-color: #13643d;
  color: white;
  border-color: #13643d;
}
.promo-container #list-promo {
  min-height: 680px;
  padding-top: 7svh;
  padding-bottom: 5%;
}
.promo-container #list-promo #promo-container .card-promo {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  min-height: 280px;
}
.promo-container #list-promo #promo-container .card-promo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.85);
}
.promo-container #list-promo #promo-container .card-promo .text-card {
  background: linear-gradient(to right, rgba(56, 56, 56, 0.8) 0%, rgba(184, 184, 184, 0.4) 100%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(4px);
  position: absolute;
  width: 50%;
  height: 100%;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  padding: 10px 20px;
  border-radius: 10px;
  color: white;
  display: flex;
  align-items: center;
}

/*# sourceMappingURL=promo.css.map */
