.card { border-radius:10px; }

.table td { vertical-align: middle; }


.discount-badge{
    position:absolute;
    top:8px;
    left:8px;
    background:#dc3545;
    color:#fff;
    padding:4px 8px;
    font-size:12px;
    font-weight:600;
    border-radius:6px;
    z-index:10;
}


.custom-footer {
  background: #f5f5f5;
  font-family: Arial, sans-serif;
  color: #333;
  margin-top: 50px;
}

.footer-top {
  text-align: center;
  padding: 25px;
  border-bottom: 1px solid #ddd;
}

.footer-features {
  display: flex;
  justify-content: space-around;
  padding: 30px 20px;
  border-bottom: 1px solid #ddd;
  flex-wrap: wrap;
}

.feature-box {
  display: flex;
  align-items: center;
  max-width: 300px;
  margin: 10px;
}

.feature-box .icon {
  font-size: 30px;
  margin-right: 15px;
}

.footer-main {
  display: flex;
  justify-content: space-around;
  padding: 40px 20px;
  flex-wrap: wrap;
}

.footer-column {
  width: 250px;
  margin-bottom: 20px;
}

.footer-column h4 {
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #555;
  font-size: 14px;
}

.footer-column ul li a:hover {
  color: #000;
}

.app-buttons img {
  width: 130px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  font-size: 14px;
  color: #555;
}

.social-icons a:hover {
  color: #000;
}

.footer-bottom {
  text-align: center;
  padding: 15px;
  background: #e0e0e0;
  font-size: 14px;
}