.elementor-22 .elementor-element.elementor-element-c4f0c7f{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */<style>
.voicex-btn-primary {
  background: #00E5FF !important;
  color: #08090C !important;
  font-weight: 600;
  box-shadow: 0 0 24px rgba(0, 229, 255, 0.35);
  transition: all 0.3s ease-in-out;
}

.voicex-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 35px rgba(0, 229, 255, 0.6);
}

.voicex-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(18, 21, 27, 0.8);
  border: 1px solid #222834;
  padding: 6px 14px;
  border-radius: 100px;
  color: #94A3B8;
  font-size: 13px;
  backdrop-filter: blur(8px);
}
</style>/* End custom CSS */