.elementor-58 .elementor-element.elementor-element-335c292{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-58 .elementor-element.elementor-element-d2690c5{text-align:center;}.elementor-58 .elementor-element.elementor-element-d2690c5 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:25px;font-weight:600;color:#FFFFFF;}#elementor-popup-modal-58{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-58 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-58 .dialog-close-button{display:flex;}#elementor-popup-modal-58 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-58 .elementor-element.elementor-element-d2690c5 .elementor-heading-title{font-size:20px;}}/* Start custom CSS for container, class: .elementor-element-335c292 *//* ─── POPUP CONTAINER ─── */
.elementor-popup-modal .dialog-widget-content {
  background: #0a1a24 !important;
  border: 1px solid rgba(19,122,127,0.2);
  border-radius: 16px !important;
  box-shadow: 0 30px 80px rgba(0,0,0,0.7) !important;
  overflow: hidden;
}

/* ─── CLOSE BUTTON ─── */
.elementor-popup-modal .dialog-close-button {
  color: rgba(255,255,255,0.4) !important;
  transition: color 0.3s, transform 0.3s;
}
.elementor-popup-modal .dialog-close-button:hover {
  color: #137a7f !important;
  transform: rotate(90deg);
}

/* ─── FORM GENERAL ─── */
.elementor-popup-modal .frm_forms {
  font-family: 'Montserrat', sans-serif !important;
  padding: 20px 10px;
}

/* ─── LABELS ─── */
.elementor-popup-modal .frm_forms label.frm_primary_label {
  font-family: 'Montserrat', sans-serif !important;
  color: rgba(255,255,255,0.75) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px;
  margin-bottom: 8px !important;
}

.elementor-popup-modal .frm_forms .frm_required {
  color: #137a7f !important;
}

/* ─── INPUTS & SELECT ─── */
.elementor-popup-modal .frm_forms input[type="text"],
.elementor-popup-modal .frm_forms input[type="email"],
.elementor-popup-modal .frm_forms input[type="tel"],
.elementor-popup-modal .frm_forms input[type="url"],
.elementor-popup-modal .frm_forms input[type="number"],
.elementor-popup-modal .frm_forms textarea,
.elementor-popup-modal .frm_forms select {
  font-family: 'Montserrat', sans-serif !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 8px !important;
  padding: 14px 18px !important;
  font-size: 14px !important;
  color: #ddd9d0 !important;
  transition: all 0.35s !important;
  outline: none !important;
  width: 100% !important;
}

.elementor-popup-modal .frm_forms input::placeholder,
.elementor-popup-modal .frm_forms textarea::placeholder {
  color: #7a8d96 !important;
}

.elementor-popup-modal .frm_forms input:focus,
.elementor-popup-modal .frm_forms textarea:focus,
.elementor-popup-modal .frm_forms select:focus {
  border-color: #137a7f !important;
  background: rgba(19,122,127,0.05) !important;
  box-shadow: 0 0 0 3px rgba(19,122,127,0.1) !important;
}

/* ─── SELECT ARROW FIX ─── */
.elementor-popup-modal .frm_forms select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237a8d96' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: 14px !important;
  cursor: pointer;
}

.elementor-popup-modal .frm_forms select option {
  background: #0a1a24;
  color: #ddd9d0;
}

/* ─── SUBMIT BUTTON ─── */
.elementor-popup-modal .frm_forms .frm_submit button,
.elementor-popup-modal .frm_forms .frm_submit input[type="submit"] {
  font-family: 'Montserrat', sans-serif !important;
  background: #137a7f !important;
  color: #ffffff !important;
  border: none !important;
  padding: 15px 40px !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  cursor: pointer;
  transition: all 0.35s !important;
  width: 100%;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 16px rgba(19,122,127,0.25);
}

.elementor-popup-modal .frm_forms .frm_submit button:hover,
.elementor-popup-modal .frm_forms .frm_submit input[type="submit"]:hover {
  background: #0c5c60 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(19,122,127,0.35);
}

/* ─── VALIDATION / ERROR ─── */
.elementor-popup-modal .frm_forms .frm_error {
  color: #e74c3c !important;
  font-size: 12px !important;
  font-family: 'Montserrat', sans-serif !important;
}

/* ─── SUCCESS MESSAGE ─── */
.elementor-popup-modal .frm_forms .frm_message {
  background: rgba(19,122,127,0.1) !important;
  border: 1px solid rgba(19,122,127,0.3) !important;
  border-radius: 8px !important;
  color: #ddd9d0 !important;
  font-family: 'Montserrat', sans-serif !important;
  padding: 16px 20px !important;
}

/* ─── OVERLAY BACKDROP ─── */
.elementor-popup-modal .dialog-lightbox-overlay {
  background: rgba(0,0,0,0.75) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}/* End custom CSS */