.banner-box {
  overflow: hidden;
  width: 100%;
}
.banner-section {
  height: auto;
}
/* Banner 1 styles */
.container-custom {
  max-width: 100%;
  background-color: #ff943d26;
  padding: 2.1rem 0.5rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
}
.image-wrapper img {
  width: 100%;
  height: 280px;
}
.discount-main {
  font-weight: 800;
  font-size: 50px;
  color: rgb(33, 37, 41);
  font-family: "Inter", sans-serif;
}
.discount-box {
  border: 1px solid #0a142f;
  border-radius: 0.5rem;
  max-width: 280px;
  padding: 0.7rem 2.5rem;
  text-align: center;
  position: relative;
}
.discount-box .upto {
  position: absolute;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 12px;
  background: #feeee1;
  padding: 0 0.5rem;
  color: rgb(33, 37, 41);
  font-family: "Inter", sans-serif;
}
.discount-box h2 {
  font-weight: 800;
  font-size: 4rem;
  margin: 0;
  color: rgb(33, 37, 41);
  font-family: "Inter", sans-serif;
}
.discount-box .off {
  font-weight: 600;
  font-size: 16px;
  margin-left: 0.5rem;
  position: absolute;
  bottom: 1rem;
  right: 0.5rem;
  color: rgb(33, 37, 41);
  font-family: "Inter", sans-serif;
}
.fashion-categories {
  color: rgb(33, 37, 41);
  font-family: "Inter", sans-serif;
}

/* Banner 2 styles */
.container-box {
  background-color: #9bd1f9;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 1.5rem;
  padding-bottom: 0;
  font-family: "Anton", sans-serif;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
}
.black-text {
  font-size: 48px;
  font-weight: 900;
  color: #1b5e8a;
  margin: 0;
}
.friday-text {
  font-family: "Roboto Slab", serif;
  font-size: 64px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}
.sale-box {
  background-color: var(--color-green-500);
  display: inline-block;
  padding: 0 0.5rem;
}
.sale-text {
  color: white;
  font-weight: 900;
  font-size: 20px;
}
.illustration {
  flex: 1;
  display: flex;
  align-items: flex-end;
  margin-top: -10px;
}
.illustration img {
  width: 100%;
  display: block;
}

/* Banner 3 styles */
.offer-box {
  background-color: #e6f2fb;
  padding: 10px 1.5rem;
  font-family: "Montserrat", sans-serif;
  border-radius: 0.5rem;
  height: 100%;
  width: 100%;
}
.text-50 {
  font-weight: 900;
  font-size: 72px;
  color: #2b2a29;
}
.percent {
  font-size: 32px;
  margin-top: 0.75rem;
  color: rgb(33, 37, 41);
  font-family: "Inter", sans-serif;
}
.special {
  font-weight: 900;
  font-size: 20px;
  color: rgb(33, 37, 41);
}
.offer {
  font-weight: 900;
  font-size: 20px;
  background-color: var(--color-green-500);
  color: #fff !important;
  padding: 0 0.5rem;
  border-radius: 0.125rem;
}

/* Banner 4 styles */
.card-custom {
  background-color: #fef6f0;
  padding: 10px 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  height: 100%;
  width: 100%;
}
.special-offer {
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: rgb(33, 37, 41);
  margin-bottom: 1px;
}
.big-sale {
  font-weight: 900;
  font-size: 40px;
  font-family: "Inter", sans-serif;
  color: rgb(33, 37, 41);
  line-height: 1;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .banner-section {
    height: auto;
  }
  /* Banner 1 */
  .container-custom {
    flex-direction: column;
    gap: 0;
    text-align: center;
    padding: 1rem;
    border-radius: 0.5rem;
  }
  .image-wrapper img {
    height: auto;
    max-height: 200px;
    object-fit: contain;
  }
  .discount-main {
    font-size: 40px; /* smaller heading */
    margin: 0;
  }
  .discount-box {
    max-width: 200px;
    padding: 0.5rem 1.5rem;
  }
  .discount-box h2 {
    font-size: 2.5rem;
  }
  .banner-box{
    height: 100% !important;
  }

  /* Banner 2 */
  .container-box {
    padding: 1rem;
    text-align: center;
  }
  .black-text {
    font-size: 48px;
  }
  .sale-box{
      margin-left: -4rem;
  }
  .illustration img{
      margin-top: -20px;
  }
  .special-offer{
      font-size: 14px;
      margin-bottom: 5px;
  }
  .friday-text {
    font-size: 40px;
  }
  .sale-text {
    font-size: 16px;
  }
  .illustration img {
    max-height: 160px;
    object-fit: contain;
  }
}
