.elementor-3202 .elementor-element.elementor-element-140403b{--display:flex;}/* Start custom CSS for container, class: .elementor-element-140403b */.serve-custom-modal-wrapper {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  justify-content: center;
  align-items: center;
  padding: 5vh 0;
}

.serve-custom-modal-wrapper.show {
  display: flex;
}

.serve-modal-inner-box {
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  max-width: 600px;
  width: 90%;
  position: relative;
  z-index: 100000;
}

/* Cross Button */
.serve-modal-close-btn {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 24px;
  color: #888;
  cursor: pointer;
  z-index: 100001;
}/* End custom CSS */