#crmWebToEntityForm {
  max-width: 600px;
  margin: 40px auto;
  padding: 20px;
}
#crmWebToEntityForm .input-wrapper {
  margin-bottom: 20px;
}
#crmWebToEntityForm input,
#crmWebToEntityForm textarea,
#crmWebToEntityForm select {
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 15px;
  outline: none;
  transition: border 0.3s ease;
}
#crmWebToEntityForm input::placeholder,
#crmWebToEntityForm textarea::placeholder,
#crmWebToEntityForm select::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#crmWebToEntityForm input:focus,
#crmWebToEntityForm textarea:focus,
#crmWebToEntityForm select:focus {
  border: 1px solid #00A3F3;
}
#crmWebToEntityForm textarea {
  min-height: 120px;
  resize: vertical;
}
#crmWebToEntityForm .formsubmit {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(90deg, #1A76DB, #9AC1EC);
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
#crmWebToEntityForm .formsubmit:hover {
  opacity: 0.9;
}
#crmWebToEntityForm .captcha:before {
  background: unset !important;
}

body.popup-open {
  overflow: hidden;
}

.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  overflow-y: auto;
  padding: 40px 20px;
}
.popup-overlay.open {
  display: block;
}
.popup-overlay {
  /* Placeholder Styling */
}
.popup-overlay input::placeholder,
.popup-overlay textarea::placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #aaa;
}
.popup-overlay input,
.popup-overlay textarea {
  padding: 12px 15px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #111827;
  color: #fff;
  font-size: 18px;
  width: 100%;
  height: 50px !important;
}
.popup-overlay input:focus,
.popup-overlay textarea:focus {
  outline: none;
  border: 1px solid #6366f1;
  box-shadow: 0 0 8px rgba(99, 102, 241, 0.6);
}
.popup-overlay textarea {
  resize: none;
  height: 100px;
}
.popup-overlay .popup-content {
  position: sticky;
  top: 20px;
  margin: auto;
  max-width: 1200px;
  width: 100%;
  border-radius: 16px;
  background: rgba(20, 25, 40, 0.95);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  padding: 40px 64px 48px;
  box-sizing: border-box;
}
.popup-overlay .popup-content::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 17px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(189, 91, 255, 0.42) 57.63%, rgba(153, 153, 153, 0.42) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}
.popup-overlay .close-popup {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 40px !important;
  color: #fff;
  cursor: pointer;
}
.popup-overlay .contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: flex-start !important;
}
.popup-overlay .contact-form h2 {
  font-size: 28px;
  margin-bottom: 10px;
  text-align: center;
}
.popup-overlay .contact-form p {
  color: #aaa;
  text-align: center;
}
.popup-overlay form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.popup-overlay button,
.popup-overlay input.submit-btn {
  background: linear-gradient(90deg, #2563eb, #06b6d4);
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 14px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.popup-overlay button:hover,
.popup-overlay input.submit-btn:hover {
  opacity: 0.9;
}
.popup-overlay .map-section {
  position: relative;
  text-align: center;
}
.popup-overlay .map-section .map {
  max-width: 100%;
  border-radius: 12px;
}
.popup-overlay .pop-up-content {
  margin: 8px 0 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.popup-overlay .pop-up-content h2 {
  font-family: "Montserrat";
}
.popup-overlay .pop-up-content p {
  font-weight: 300;
  font-size: 24px;
  line-height: 110%;
  max-width: 773px;
  margin-top: 16px;
}
.popup-overlay .footer-text {
  text-align: center;
  margin-top: 74px;
  font-weight: 300;
  font-size: 24px;
  color: #aaa;
}
.popup-overlay .footer-text a {
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
}
.popup-overlay .footer-text a.sales {
  font-weight: 700;
  font-size: 20px !important;
}

/* External / Plugin Overrides */
.mathCaptcha {
  background: #fff !important;
  color: #000 !important;
}

.iti {
  display: block;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #fff !important;
}

.iti__country-list {
  background-color: #000;
}

#crmWebToEntityForm {
  margin-top: 0 !important;
  padding: 0 !important;
  padding-top: 20px !important;
}

/* Responsive */
@media (max-width: 992px) {
  .popup-overlay .contact-section {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .popup-overlay .map-section {
    margin-top: 30px;
    display: none;
  }
  .popup-overlay .pop-up-content p {
    font-size: 20px;
  }
  .popup-overlay .popup-content {
    padding-inline: 16px;
  }
}

/*# sourceMappingURL=pop-up-form.css.map */
