.nano-inquiry-btn {
    background: #25D366 !important;
    color: white !important;
    padding: 12px 18px !important;
    border-radius: 8px !important;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none !important;
}

.nano-inquiry-btn:hover {
    background: #1ebe5a !important;
    color: white !important;
}


.nano-inquiry-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
}

.nano-modal-content {
  background: white;
  padding: 20px;
  border-radius: 12px;
  width: 400px;
  max-width: 90%;
  margin: 10% auto;
}

.nano-close {
  float: right;
  font-size: 22px;
  cursor: pointer;
  font-weight: bold;
}

.nano-send-btn {
  background: #007cba !important;
  color: white !important;
  margin-top: 10px;
}
