* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.footer li {
  margin-bottom: 10px;
}

.footer .nav-link:hover {
  text-decoration: underline !important;
}
.section-title {
  text-align: center;
  font-weight: 700;
  background-color: #025c16;
  color: #fff;
  padding: 1.8rem;
}

.text-just {
  text-align: left;
}
.free-shipping {
  background-color: #025c16;
}



.glass-blue {
background: linear-gradient(
  180deg,
  rgba(0, 33, 1, 0.85),
  rgba(0, 95, 38, 0.786)
);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(9px);
border: 1px solid rgba(255, 255, 255, 0.25);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}


.small-ban{
  background-color: #FFF8EE;
}



.float-infinite {
  animation: floatInfinite 3s ease-in-out infinite;
}

@keyframes floatInfinite {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
.glow-border{
  border:   #e1ffe6;
  border-radius: 20px;
}