.elementor-29173 .elementor-element.elementor-element-7c78d8d{--display:flex;--border-radius:22px 22px 22px 22px;}#elementor-popup-modal-29173{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-29173 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-29173 .dialog-close-button{display:flex;}#elementor-popup-modal-29173 .dialog-widget-content{border-radius:40px 40px 40px 40px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for wpforms, class: .elementor-element-b969789 *//* تصميم عصري للزر */
.custom-popup-btn {
  display: inline-block;
  padding: 14px 28px;
  background: linear-gradient(135deg, #00bcd4, #2196f3);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 16px rgba(0, 188, 212, 0.3);
  position: relative;
  z-index: 1;
}

.custom-popup-btn:hover {
  background: linear-gradient(135deg, #2196f3, #00bcd4);
  box-shadow: 0 10px 20px rgba(0, 188, 212, 0.5);
  transform: translateY(-2px);
}

/* اختياري: تأثير وميض خفيف عند التحريك */
.custom-popup-btn::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border-radius: inherit;
  background: rgba(255,255,255,0.08);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}

.custom-popup-btn:hover::after {
  opacity: 1;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7c78d8d *//* خلفية زجاجية بلون أغمق لتباين أعلى */
.suggestion-popup {
  background: rgba(0, 0, 0, 0.2);  /* أغمق من قبل */
  border-radius: 16px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  padding: 30px;
  color: #f1f1f1;
}

/* العناوين والليبل */
.suggestion-popup h2,
.suggestion-popup h3,
.suggestion-popup label {
  color: #f1f1f1;
}

/* حقول الإدخال */
.suggestion-popup .wpforms-field input,
.suggestion-popup .wpforms-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.05);
  color: #f1f1f1;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

/* عند التركيز على الحقل */
.suggestion-popup .wpforms-field input:focus,
.suggestion-popup .wpforms-field textarea:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 2px #00bcd4;
}

/* لون placeholder داخل الحقول */
.suggestion-popup ::placeholder {
  color: rgba(240, 240, 240, 0.7);
}

/* زر الإرسال */
.suggestion-popup .wpforms-submit {
  background: linear-gradient(135deg, #00bcd4, #2196f3);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 12px 24px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 188, 212, 0.4);
}

.suggestion-popup .wpforms-submit:hover {
  background: linear-gradient(135deg, #2196f3, #00bcd4);
  box-shadow: 0 6px 16px rgba(0, 188, 212, 0.5);
}

/* Responsive تحسين للجوال */
@media(max-width: 600px) {
  .suggestion-popup {
    padding: 20px;
    border-radius: 12px;
  }
}/* End custom CSS */