.calendly-badge-content {
  border: 2px solid !important;
  border-radius: 0.35em !important;
  font-size: 15px !important;
  background-color: #212529 !important;
  /* box-shadow: 0em 0.15em 0.65em 0em rgba(0,0,0,0.25) !important; */
  padding: 10px 20px !important;
  font-family: 'Bebas Neue', sans-serif !important;
  font-weight: normal !important;


}

.modal {
  display: none;
  position: fixed;
  /* color: white; */
  font-family: 'Bebas Neue', sans-serif;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  max-width: 400px;
  width: 80%;
}

.btn-container {
  margin-top: 20px;
}

button {
  padding: 10px 20px;
  margin: 0 10px;
  cursor: pointer;
  background-color: #1d1d1d;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
}

button:hover {
  background-color: #0056b3;
}
