.elementor-64 .elementor-element.elementor-element-89e3419 > .elementor-container{max-width:1150px;}.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 );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-ccf399d */.ma3rifa-wrap{
  max-width: 900px;
  margin: 0 auto;
  padding: 22px 20px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
  line-height: 2;
  color: #111;
  font-family: "Tajawal","Cairo","Amiri",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
}

.ma3rifa-title{
  margin: 0 0 6px 0;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: .2px;
}

.ma3rifa-subtitle{
  margin: 0 0 16px 0;
  color: rgba(0,0,0,.65);
  font-weight: 600;
}

.ma3rifa-par{
  margin: 0 0 18px 0;
  font-size: 16.5px;
}

.ma3rifa-section{
  margin-top: 18px;
  padding: 14px 14px;
  border-radius: 14px;
  background: rgba(0,0,0,.03);
  border: 1px solid rgba(0,0,0,.06);
}

.ma3rifa-section h3{
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 800;
}

.ma3rifa-section p{
  margin: 0;
  font-size: 16px;
}

.ma3rifa-share{
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px dashed rgba(0,0,0,.18);
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.ma3rifa-share-label{
  font-weight: 800;
}

.ma3rifa-share-buttons{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.share-btn{
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  transition: transform .12s ease, box-shadow .12s ease;
}

.share-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0,0,0,.08);
}

/* ألوان بسيطة */
.share-btn.fb{ color:#1877F2; }
.share-btn.x{ color:#111; }
.share-btn.wa{ color:#128C7E; }
.share-btn.li{ color:#0A66C2; }



/* ===== Mobile only ===== */
@media (max-width: 768px){

  .ma3rifa-wrap{
    padding: 16px 14px;
    border-radius: 12px;
    line-height: 1.9;
  }

  .ma3rifa-title{
    font-size: 22px;
    line-height: 1.4;
  }

  .ma3rifa-subtitle{
    font-size: 14.5px;
    margin-bottom: 12px;
  }

  .ma3rifa-par{
    font-size: 15px;
    margin-bottom: 14px;
  }

  .ma3rifa-section{
    margin-top: 14px;
    padding: 12px;
    border-radius: 12px;
  }

  .ma3rifa-section h3{
    font-size: 16.5px;
  }

  .ma3rifa-section p{
    font-size: 14.8px;
  }

  .ma3rifa-share{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .ma3rifa-share-buttons{
    width: 100%;
    gap: 8px;
  }

  .share-btn{
    flex: 1;
    text-align: center;
    padding: 10px 12px;
    font-size: 14px;
  }

}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-1041bf6 */.ma3rifa-table-title{
  margin: 22px 0 10px;
  font-size: 20px;
  font-weight: 800;
}

.ma3rifa-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.1);
  background: #fff;
  margin-bottom: 18px;
}

.ma3rifa-table th,
.ma3rifa-table td{
  padding: 14px 16px;
  text-align: right;
  font-size: 16px;
}

.ma3rifa-table th{
  width: 40%;
  background: rgba(0,0,0,.04);
  font-weight: 800;
  border-left: 1px solid rgba(0,0,0,.08);
}

.ma3rifa-table tr:not(:last-child) td,
.ma3rifa-table tr:not(:last-child) th{
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.ma3rifa-submit{
  margin-top: 22px;
  padding: 18px;
  border-radius: 16px;
  background: rgba(0,0,0,.03);
  border: 1px solid rgba(0,0,0,.08);
}

.ma3rifa-submit h3{
  margin: 0 0 8px 0;
  font-size: 20px;
  font-weight: 800;
}

.ma3rifa-submit p{
  margin: 0 0 10px 0;
  line-height: 1.9;
}

.ma3rifa-email{
  display: inline-block;
  font-weight: 800;
  color: #0A66C2;
  text-decoration: none;
}

.ma3rifa-email:hover{
  text-decoration: underline;
}/* End custom CSS */