
.banner {
    background: linear-gradient(90deg, rgba(102,51,153,1) 0%, rgba(111,29,111,1) 100%);
    /*background-image: url("assets/bg_img2.jpg");*/
    padding: 1rem 0;
    border-bottom: 5px solid #FF6D00; /* This creates the orange bottom border */
  }
  .offer-list {
    list-style: none; /* Removes default bullets */
    padding-left: 0; /* Removes default padding */
  }
  .offer-list li {
    position: relative;
    padding-left: 30px; /* Makes room for the icon */
    margin-bottom: 10px;
  }
  .offer-list li .bi-check-circle {
    position: absolute;
    left: 0;
    top: 0;
    color: #198754; /* Bootstrap success color for example */
  }
  .offer-price {
    text-decoration: line-through;
    color: grey;
  }
  .low_price{
    color: rgba(104, 30, 111, 1);
  }
  .card{
    border-radius: 20px;
  }