body {
  padding-top: 70px; /* Adjust this value based on your navbar height */
}
.navbar-shadow {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
}
.footer-shadow {
  box-shadow: 10px -4px 6px rgba(0, 0, 0, 0.1);
}

.why-zbxwizz .card {
  margin-bottom: 1rem;
}
.why-zbxwizz .card-body {
  height: 25rem;
}

.why-zbxwizz .card-body .icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  opacity: 0.1;
  font-size: 180px;
}

#how-it-works .card {
  height: 22rem !important;
}
@media (max-width: 992px) {
  #how-it-works .card {
    height: 22rem !important;
  }
  .why-zbxwizz .card-body {
    height: 22rem;
  }
}
@media (max-width: 768px) {
  #how-it-works .card {
    height: 18rem !important;
  }
  .why-zbxwizz .card-body {
    height: 20rem;
  }
}
@media (max-width: 576px) {
  #how-it-works .card {
    height: 16rem !important;
  }
  .why-zbxwizz  .card-body {
    height: 20rem;
  }
}
@media (max-width: 400px) {
  #how-it-works .card {
    height: 14rem !important;
  }
  .why-zbxwizz .card-body {
    height: 25rem;
  }
}
.why-zbxwizz .card-body h4 {
  
  color: rgb(226, 64, 0);
  height: 5rem;
}

.what-is-zbxwizz .row {
  border-bottom: solid gray 1px;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}



#getzbxwizz .newsletterform label {
  display: inline-block;
  width: 200px;
}

#getzbxwizz .newsletterform .mc-field-group {
  margin-top: 10px;
  margin-bottom: 10px;
}

#getzbxwizz .newsletterform .clear-foot {
  display: flex;
}

