.elementor-378 .elementor-element.elementor-element-6d7aba3{--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-popup-modal-378 .dialog-widget-content{animation-duration:1.2s;border-radius:20px 20px 20px 20px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-378{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-378 .dialog-message{width:407px;height:auto;}#elementor-popup-modal-378 .dialog-close-button{display:flex;}@media(max-width:1024px){#elementor-popup-modal-378 .dialog-message{width:444px;}}@media(max-width:1024px) and (min-width:768px){.elementor-378 .elementor-element.elementor-element-6d7aba3{--content-width:500px;}}/* Start custom CSS for html, class: .elementor-element-c755461 */.glass-popup-wrapper {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  border-radius: 20px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,0.3);
}

.glass-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.glass-form input,
.glass-form textarea,
.glass-form select {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 12px;
  border-radius: 12px;
  font-size: 14px;
  color: #000;
}

.glass-form input::placeholder,
.glass-form textarea::placeholder,
.glass-form select {
  color: #000;
}

.glass-form textarea {
  resize: none;
  min-height: 90px;
}

.whatsapp-btn {
  background: #25D366;
  color: #fff;
  padding: 13px;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  font-size: 14px;
}

.whatsapp-btn:hover {
  background: #1ebe5b;
}/* End custom CSS */