#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 #00A6B4;
}
#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(329deg, var(--color-blue-primary-transparent-1) 19.02%, var(--color-blue-dark-transparent-1) 81.19%);
  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 #00A6B4;
  box-shadow: 0 0 8px #00A6B4;
}
.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(329deg, var(--color-blue-primary-transparent-1) 19.02%, var(--color-blue-dark-transparent-1) 81.19%);
  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: "Google Sans";
}
.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 */


/* =========================================
   Contact Form 7 Popup Styling
   ========================================= */

/* CF7 Form Wrapper */
.popup-overlay .contact-form .wpcf7 {
    margin: 0;
}

.popup-overlay .contact-form .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* CF7 Input Fields */
.popup-overlay .contact-form .wpcf7-form input[type="text"],
.popup-overlay .contact-form .wpcf7-form input[type="email"],
.popup-overlay .contact-form .wpcf7-form input[type="tel"],
.popup-overlay .contact-form .wpcf7-form 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: 64px;
    box-sizing: border-box;
}

.popup-overlay .contact-form .wpcf7-form textarea {
    resize: none;
    height: 100px;
    min-height: 100px;
}

.popup-overlay .contact-form .wpcf7-form input::placeholder,
.popup-overlay .contact-form .wpcf7-form textarea::placeholder {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #aaa;
}

.popup-overlay .contact-form .wpcf7-form input:focus,
.popup-overlay .contact-form .wpcf7-form textarea:focus {
    outline: none;
    border: 1px solid #00A6B4;
    box-shadow: 0 0 8px #00A6B4;
}

/* CF7 Submit Button */
.popup-overlay .contact-form .wpcf7-form input[type="submit"] {
    background: var(--gradient-primary);
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 14px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    height: auto;
}

.popup-overlay .contact-form .wpcf7-form input[type="submit"]:hover {
    opacity: 0.9;
}

/* CF7 Validation Messages */
.popup-overlay .contact-form .wpcf7-form .wpcf7-not-valid-tip {
    color: #ff6b6b;
    font-size: 12px;
    margin-top: 5px;
}

/* CF7 Response Messages */
.popup-overlay .contact-form .wpcf7-form .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
    border: none;
}

.popup-overlay .contact-form .wpcf7-form .wpcf7-mail-sent-ok {
    background-color: rgba(0, 210, 255, 0.1);
    border: 1px solid #06b6d4;
    color: #06b6d4;
}

.popup-overlay .contact-form .wpcf7-form .wpcf7-validation-errors,
.popup-overlay .contact-form .wpcf7-form .wpcf7-acceptance-missing {
    background-color: rgba(255, 107, 107, 0.1);
    border: 1px solid #ff6b6b;
    color: #ff6b6b;
}

/* Hide CF7 Spinner */
.popup-overlay .contact-form .wpcf7-form .wpcf7-spinner {
    display: none;
}

/* CF7 Form Control Wrapper */
.popup-overlay .contact-form .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* Remove default paragraph margins */
.popup-overlay .contact-form .wpcf7-form p {
    margin: 0;
}

/* International Tel Input Styling for CF7 */
.popup-overlay .contact-form .wpcf7-form .iti {
    width: 100%;
    display: block;
}

.popup-overlay .contact-form .wpcf7-form .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.popup-overlay .contact-form .wpcf7-form .iti__selected-flag {
    background: transparent;
    border: none;
    padding: 0 8px 0 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.popup-overlay .contact-form .wpcf7-form .iti__selected-dial-code {
    color: #fff;
    margin-left: 8px;
    font-size: 16px;
}

.popup-overlay .contact-form .wpcf7-form .iti input[type="tel"] {
    padding-left: 90px;
}

.popup-overlay .contact-form .wpcf7-form .iti__country-list {
    background: #1f2937;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    max-height: 200px;
    overflow-y: auto;
}

.popup-overlay .contact-form .wpcf7-form .iti__country {
    padding: 8px 12px;
    color: #fff;
}

.popup-overlay .contact-form .wpcf7-form .iti__country:hover {
    background: rgba(99, 102, 241, 0.2);
}

.popup-overlay .contact-form .wpcf7-form .iti__country.iti__highlight {
    background: rgba(99, 102, 241, 0.3);
}

.popup-overlay .contact-form .wpcf7-form .iti__country-name {
    color: #fff;
}

.popup-overlay .contact-form .wpcf7-form .iti__dial-code {
    color: rgba(255, 255, 255, 0.7);
}

.popup-overlay .contact-form .wpcf7-form .iti__arrow {
    border-top-color: #fff;
}

.popup-overlay .contact-form .wpcf7-form .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

.popup-overlay .contact-form .wpcf7-form .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
}


/* Prevent body scroll when popup is open */
body.popup-open {
    overflow: hidden;
    height: 100vh;
    position: fixed;
    width: 100%;
}
