.floating-whatsapp-icon {
  position: fixed;
  bottom: 100px;
  right: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  padding: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: background-color 0.3s;
  font-size: 40px;
}

.floating-whatsapp-icon:hover {
  background-color: #128c7e;
}


.footer-bg{
  background-color: var(--primary-200) !important;
}

.custom-list-style-1 > li + li{
  border-top: 1px solid #FFF;
}