.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-193 .elementor-element.elementor-element-3236e00d{--display:flex;}.elementor-widget-text-editor .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.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 );}.elementor-193 .elementor-element.elementor-element-513bea0{text-align:right;font-family:"Cairo", Sans-serif;font-weight:400;color:#FFFFFF;}.elementor-193 .elementor-element.elementor-element-513bea0 a{color:var( --e-global-color-primary );}.elementor-193 .elementor-element.elementor-element-222bb73{text-align:left;font-family:"Cairo", Sans-serif;font-weight:400;color:#FFFFFF;}.elementor-193 .elementor-element.elementor-element-222bb73 a{color:var( --e-global-color-primary );}body.elementor-page-193:not(.elementor-motion-effects-element-type-background), body.elementor-page-193 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #000000 0%, #141414 100%);}/* Start custom CSS for text-editor, class: .elementor-element-513bea0 *//* ========== ARABIC TERMS (RTL) ========== */

.terms-page-content-ar {
  max-width: 900px;
  margin: 40px auto;
  padding: 32px 26px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 45px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.02);
  font-family: "Changa", system-ui, sans-serif;
  line-height: 1.7;

  direction: rtl !important;
  text-align: right !important;
}

.terms-page-content-ar h1 {
  font-size: 32px;
  margin: 0 0 18px;
  color: #ffffff;
}

.terms-page-content-ar h2 {
  font-size: 22px;
  margin: 32px 0 12px;
  color: #ffffff;
  position: relative;
  padding-bottom: 6px;
}

.terms-page-content-ar h2::after {
  content: "";
  position: absolute;
  right: 0 !important;
  bottom: 0;
  width: 64px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #fd7d16, #f19800);
}

.terms-page-content-ar p {
  margin: 0 0 10px;
  color: #f5f5f5;
  font-size: 15px;
}

.terms-page-content-ar a {
  color: #fd7d16;
  text-decoration: none;
}

.terms-page-content-ar a:hover {
  text-decoration: underline;
}

.terms-page-content-ar ul {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}

.terms-page-content-ar li {
  margin-bottom: 6px;
  font-size: 15px;
  color: #e5e5e5;
  position: relative;
  padding-right: 18px !important; /* RTL bullet spacing */
}

.terms-page-content-ar li::before {
  content: "";
  position: absolute;
  right: 0 !important;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fd7d16;
  box-shadow: 0 0 0 3px rgba(253,125,22,0.25);
}

.meta-ar {
  margin-top: 24px;
  font-size: 13px;
  color: #cccccc;
}

/* ========== ENGLISH TERMS (LTR) ========== */

.terms-page-content-en {
  max-width: 900px;
  margin: 40px auto;
  padding: 32px 26px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 45px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.02);
  font-family: "Changa", system-ui, sans-serif;
  line-height: 1.7;

  direction: ltr !important;
  text-align: left !important;
}

.terms-page-content-en h1 {
  font-size: 32px;
  margin: 0 0 18px;
  color: #ffffff;
}

.terms-page-content-en h2 {
  font-size: 22px;
  margin: 32px 0 12px;
  color: #ffffff;
  position: relative;
  padding-bottom: 6px;
}

.terms-page-content-en h2::after {
  content: "";
  position: absolute;
  left: 0 !important;
  bottom: 0;
  width: 64px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #fd7d16, #f19800);
}

.terms-page-content-en p {
  margin: 0 0 10px;
  color: #f5f5f5;
  font-size: 15px;
}

.terms-page-content-en a {
  color: #fd7d16;
  text-decoration: none;
}

.terms-page-content-en a:hover {
  text-decoration: underline;
}

.terms-page-content-en ul {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}

.terms-page-content-en li {
  margin-bottom: 6px;
  font-size: 15px;
  color: #e5e5e5;
  position: relative;
  padding-left: 18px !important; /* LTR bullet spacing */
}

.terms-page-content-en li::before {
  content: "";
  position: absolute;
  left: 0 !important;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fd7d16;
  box-shadow: 0 0 0 3px rgba(253,125,22,0.25);
}

.meta-en {
  margin-top: 24px;
  font-size: 13px;
  color: #cccccc;
}/* End custom CSS */
/* Start custom CSS *//* Page title in orange with Cairo font */
.page-title,
.elementor-page-title,
.entry-title {
    color: #FD7D16 !important;
    font-family: 'Cairo', sans-serif !important;
}/* End custom CSS */