@media (min-width: 992px) {
  #testimonials-section {
    padding-bottom: 100px !important;
  }
}

#testimonials-section {
  background-image: url("../../assets/img/pattern-op-06.png");
  background-repeat: repeat;
  background-size: cover;
  background-color: var(--bs-primary-bg-subtle);
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  border-radius: 50%;
  /*padding: 15px;*/
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.whatsapp-float.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.whatsapp-float img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.how-it-works-div {
  border-radius: 15px;
  background-color: #fafaff;
  padding: 1rem;
}

.glass-card {
  background: rgba(0, 0, 0, 0.41) !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  color: white !important;
  border: none !important;
}

