* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Times New Roman', Times, serif;
}
.footer li {
  margin-bottom: 10px;
}


.section-title {
  text-align: center;
  font-weight: 900;
  background-color: black;
  color: #fff;
  padding: 1.8rem;
 
}

.accor {
  background-color: black !important;
}

.text-just {
  text-align: justify;
}
.free-shipping {
  background-color: black;
}



.spacing{
  line-height: 30px;
}
.grad {
  background-image: linear-gradient(to right, #503510 , black);
}

.bg-legacy {
  background-image: url("../assets/images/legacy-box-background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.glow-gold {
  border-radius: 16px;
  box-shadow:
    0 0 8px #ffd700,
    0 0 16px rgba(255, 215, 0, 0.7),
    0 0 32px rgba(255, 215, 0, 0.5),
    0 0 48px rgba(255, 215, 0, 0.3);
}

.review-bg{
  background-color: #f6ecbf;
}