.elementor-2960 .elementor-element.elementor-element-5c09512f{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2960 .elementor-element.elementor-element-5ef021c8{width:var( --container-widget-width, 35% );max-width:35%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:100px 0px 0px 0px;--container-widget-width:35%;--container-widget-flex-grow:0;}.elementor-2960 .elementor-element.elementor-element-5ef021c8.elementor-element{--align-self:center;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-2960 .elementor-element.elementor-element-5ef021c8{--container-widget-width:80%;--container-widget-flex-grow:0;width:var( --container-widget-width, 80% );max-width:80%;}}@media(max-width:767px){.elementor-2960 .elementor-element.elementor-element-5ef021c8{width:100%;max-width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-5ef021c8 *//* الاتجاه والخط */
.custom-form,
.pms-form {
  direction: rtl;
  font-family: "Almarai", "Cairo", sans-serif;
}

/* حاوية النموذج */
.custom-form {
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
  max-width: 800px;
  margin: auto;
}

/* العناوين */
.custom-form label {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 6px;
  display: block;
}

/* الحقول */
.custom-form input,
.custom-form select,
.custom-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background-color: #fff;
  font-size: 14px;
  color: #111827;
  transition: border 0.2s ease, box-shadow 0.2s ease;
}

/* placeholder */
.custom-form input::placeholder,
.custom-form textarea::placeholder {
  color: #9ca3af;
}

/* عند التركيز */
.custom-form input:focus,
.custom-form select:focus,
.custom-form textarea:focus {
  outline: none;
  border-color: #22c1c3;
  box-shadow: 0 0 0 3px rgba(34, 193, 195, 0.15);
}

/* textarea */
.custom-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* صفوف بحقلين */
.custom-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

/* صف بحقل واحد */
.custom-form .form-group {
  margin-bottom: 16px;
}

/* ملاحظة أعلى النموذج */
.custom-form .form-note {
  font-size: 13px;
  color: #2563eb;
  background: #eff6ff;
  padding: 12px 16px;
  border-radius: 10px;
  margin-bottom: 20px;
}

/* زر الإرسال */
.custom-form button,
.custom-form input[type="submit"] {
  width: 100%;
  background: #12b5b0;
  color: #ffffff;
  border: none;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 14px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
}

/* hover */
.custom-form button:hover,
.custom-form input[type="submit"]:hover {
  background: #0ea5a4;
  transform: translateY(-1px);
}

/* رسائل الخطأ */
.custom-form .error,
.custom-form .pms-error {
  font-size: 13px;
  color: #dc2626;
  margin-top: 6px;
}

/* responsive */
@media (max-width: 768px) {
  .custom-form .form-row {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5c09512f */.view{
    height:70vh;
}/* End custom CSS */