.elementor-2326 .elementor-element.elementor-element-ff28ac8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2326 .elementor-element.elementor-element-28b7ff6{--display:flex;}.elementor-2326 .elementor-element.elementor-element-d5efdbd{text-align:center;}.elementor-2326 .elementor-element.elementor-element-d5efdbd .elementor-heading-title{font-size:24px;font-weight:700;line-height:1.4em;}.elementor-2326 .elementor-element.elementor-element-e2bae35{width:100%;max-width:100%;text-align:center;font-size:18px;}.elementor-2326 .elementor-element.elementor-element-e2bae35.elementor-element{--align-self:center;}.elementor-2326 .elementor-element.elementor-element-8c28e8b{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2326 .elementor-element.elementor-element-382f999 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit{background-color:var( --e-global-color-uicore_primary );color:#ffffff !important;border-style:none;font-weight:500;}.elementor-2326 .elementor-element.elementor-element-382f999 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit:hover{background-color:var( --e-global-color-uicore_secondary );}.elementor-2326 .elementor-element.elementor-element-123db28{text-align:center;font-size:14px;font-weight:300;font-style:italic;}#elementor-popup-modal-2326 .dialog-widget-content{background-color:var( --e-global-color-746a4c6 );border-radius:6px 6px 6px 6px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-2326{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2326 .dialog-message{width:640px;height:auto;padding:10px 15px 10px 15px;}#elementor-popup-modal-2326 .dialog-close-button{display:flex;background-color:var( --e-global-color-uicore_primary );}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}#elementor-popup-modal-2326 .dialog-close-button i{color:var( --e-global-color-uicore_white );}#elementor-popup-modal-2326 .dialog-close-button svg{fill:var( --e-global-color-uicore_white );}@media(max-width:767px){.elementor-2326 .elementor-element.elementor-element-d5efdbd .elementor-heading-title{font-size:26px;}.elementor-2326 .elementor-element.elementor-element-e2bae35{width:100%;max-width:100%;font-size:17px;}.elementor-2326 .elementor-element.elementor-element-123db28{text-align:center;}#elementor-popup-modal-2326 .dialog-message{padding:5px 10px 20px 10px;}}/* Start custom CSS *//* ── Hide form and other widgets when success message appears ── */
.elementor-location-popup:has(.ff-message-success) .fluent-form-widget-step-header-yes form,
.elementor-location-popup:has(.ff-message-success) .elementor-element-123db28,
.elementor-location-popup:has(.ff-message-success) .elementor-element-28b7ff6 {
  display: none !important;
}

/* ── Circular close button ── */
#elementor-popup-modal-2326 .dialog-close-button {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background-color 0.2s ease, color 0.2s ease !important;
}

/* ── Success message ── */
.elementor-location-popup .ff-message-success {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 40px 30px !important;
  text-align: center !important;
}

.elementor-location-popup .ff-message-success::before {
  content: '' !important;
  display: block !important;
  width: 64px !important;
  height: 64px !important;
  margin: 0 auto 20px auto !important;
  border-radius: 50% !important;
  background: #62A545 !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'><path fill='none' stroke='white' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='48' stroke-dashoffset='48' d='M14 27 l8 8 l16 -18'><animate attributeName='stroke-dashoffset' from='48' to='0' dur='0.5s' fill='freeze' begin='0.2s'/></path></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 100% 100% !important;
  animation: gm-pop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

.elementor-location-popup .ff-message-success p {
  display: block !important;
  margin: 0 !important;
  color: #2d2a26 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  animation: gm-fade-up 0.5s ease 0.4s both !important;
}

@keyframes gm-pop {
  0% { transform: scale(0); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes gm-fade-up {
  0% { opacity: 0; transform: translateY(8px); }
  100% { opacity: 1; transform: translateY(0); }
}

@media (max-width: 767px) {
  input,
  textarea,
  select {
    font-size: 16px !important;
  }
}/* End custom CSS */