.elementor-1662 .elementor-element.elementor-element-de9f414{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1662 .elementor-element.elementor-element-88b7372{width:var( --container-widget-width, 100.483% );max-width:100.483%;--container-widget-width:100.483%;--container-widget-flex-grow:0;}.elementor-1662 .elementor-element.elementor-element-88b7372.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-1662 .elementor-element.elementor-element-cffbf4f{--display:flex;}#elementor-popup-modal-1662{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1662 .dialog-message{width:800px;height:auto;}#elementor-popup-modal-1662 .dialog-close-button{display:flex;top:5%;background-color:#33333300;font-size:25px;}#elementor-popup-modal-1662 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}body:not(.rtl) #elementor-popup-modal-1662 .dialog-close-button{right:95%;}body.rtl #elementor-popup-modal-1662 .dialog-close-button{left:95%;}#elementor-popup-modal-1662 .dialog-close-button i{color:#333333;}#elementor-popup-modal-1662 .dialog-close-button svg{fill:#333333;}#elementor-popup-modal-1662 .dialog-close-button:hover i{color:#333333;}/* Start custom CSS for container, class: .elementor-element-de9f414 */.popup-title-box {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}/* End custom CSS */
/* Start custom CSS *//* Only apply styles to popup with class popup-a */
#elementor-popup-modal-1662 {
  background-color: #ffffff !important;
}

/* ===============================
   Base: Popup Background
================================= */
.popup-a {
  background-color: transparent !important;
}

.popup-a .dialog-widget-content {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important; /* remove padding to prevent outer ghost layer */
}

/* ===============================
   Inner Container Box (Only one box with background)
================================= */
.popup-a .elementor-widget-container {
  background-color: #ffffff !important;
  padding: 40px !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}


/* ===============================
   Form Title
================================= */
.popup-a h2, 
.popup-a h3, 
.popup-a .form-title {
  font-family: "Helvetica Neue Medium", sans-serif !important;
  font-size: 44px !important;
  color: #222 !important;
  line-height: 50px !important;
  font-weight: 500 !important;
  margin-bottom: 30px !important;
  text-align: center !important;
}

/* ===============================
   Input Fields
================================= */
.popup-a input {
  background-color: #fbfbfb !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  padding: 10px 12px !important;
  font-family: "Helvetica Neue Medium", sans-serif !important;
  font-size: 16px !important;
  color: #000 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* ===============================
   Textarea (Message Field)
================================= */
.popup-a textarea {
  background-color: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  height: 120px !important;
  min-height: 120px !important;
  padding: 10px 12px !important;
  font-family: "Helvetica Neue Medium", sans-serif !important;
  font-size: 16px !important;
  color: #000 !important;
  resize: none !important;
  overflow-y: auto !important;
  width: 100% !important;
  display: block !important;
  outline: none !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

/* ===============================
   Placeholder Text
================================= */
.popup-a ::placeholder {
  color: #999 !important;
  font-size: 16px !important;
  opacity: 1 !important;
}

/* ===============================
   Focus Effects
================================= */
.popup-a input:focus,
.popup-a textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #000 !important;
}

/* ===============================
   Field Wrapper
================================= */
.popup-a .elementor-field-group {
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  width: 100% !important;
  display: block !important;
}

/* ===============================
   Submit Button Wrapper
================================= */
.popup-a .elementor-button-wrapper {
  width: 100% !important;
  display: flex !important;
  justify-content: flex-start !important;
}

/* ===============================
   Submit Button
================================= */
.popup-a button {
  background-color: #ff5a5f !important;
  color: #ffffff !important;
  font-family: "Helvetica Neue Medium", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 12px 35px !important;
  transition: all 0.3s ease-in-out !important;
  cursor: pointer !important;
  display: inline-block !important;
  width: auto !important;
  margin-top: 20px !important;
  box-shadow: none !important;
}

/* ===============================
   Button Hover Effect
================================= */
.popup-a button:hover {
  box-shadow: 0 0 15px 5px rgba(255, 90, 95, 0.25) !important;
  transform: translateY(-1px) !important;
}/* End custom CSS */