.elementor-13 .elementor-element.elementor-element-0a30ea5{--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;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-0a30ea5 */:root {
  --terms-bg: #050816;
  --terms-bg-soft: #0b1020;
  --terms-card: rgba(17, 24, 39, 0.9);
  --terms-border: rgba(148, 163, 184, 0.2);
  --terms-accent: #6366f1;
  --terms-accent-soft: rgba(99, 102, 241, 0.12);
  --terms-accent-strong: #4f46e5;
  --terms-text-main: #e5e7eb;
  --terms-text-muted: #9ca3af;
  --terms-danger: #f97373;
  --terms-radius-lg: 24px;
  --terms-radius-md: 18px;
  --terms-shadow-soft: 0 18px 45px rgba(15, 23, 42, 0.7);
  --terms-shadow-sm: 0 10px 25px rgba(15, 23, 42, 0.35);
  --terms-max-width: 1100px;
}

.terms-page {
  direction: rtl;
  text-align: right;
  color: var(--terms-text-main);
  padding: 32px 16px 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  min-height: 100vh;
  background: radial-gradient(circle at top, #111827 0, #020617 45%, #000 100%);
}

.terms-page * {
  box-sizing: border-box;
}

.terms-hero {
  position: relative;
  width: 100%;
  max-width: var(--terms-max-width);
  background: radial-gradient(circle at top left, #1e293b 0, #020617 55%);
  border-radius: var(--terms-radius-lg);
  padding: 28px 24px 32px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: var(--terms-shadow-soft);
  margin-bottom: 26px;
}

.terms-hero-content {
  position: relative;
  z-index: 2;
}

.terms-hero-bg-shape {
  position: absolute;
  inset-inline-end: -120px;
  top: -80px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.18), transparent 60%);
  filter: blur(3px);
  opacity: 0.8;
  z-index: 1;
}

.terms-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.15), rgba(129, 140, 248, 0.18));
  color: #e0f2fe;
  font-size: 12px;
  letter-spacing: 0.03em;
}

.terms-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.9);
}

.terms-hero h1 {
  margin: 14px 0 8px;
  font-size: 1.75rem;
  line-height: 1.35;
  color: #f9fafb;
}

.terms-hero p {
  margin: 0;
  color: var(--terms-text-muted);
  font-size: 0.95rem;
  max-width: 600px;
}

.terms-meta {
  width: 100%;
  max-width: var(--terms-max-width);
  margin: -10px auto 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.terms-meta-item {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.75));
  border-radius: var(--terms-radius-md);
  border: 1px solid rgba(148, 163, 184, 0.35);
  padding: 14px 16px;
  box-shadow: var(--terms-shadow-sm);
  position: relative;
  overflow: hidden;
}

.terms-meta-item::before {
  content: "";
  position: absolute;
  inset-inline-end: -30px;
  inset-block-start: -40px;
  width: 80px;
  height: 80px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(129, 140, 248, 0.18), transparent 65%);
}

.terms-meta-item h3 {
  margin: 0 0 4px;
  font-size: 0.85rem;
  color: var(--terms-text-muted);
  font-weight: 500;
}

.terms-meta-item p {
  margin: 0;
  font-size: 0.96rem;
  color: #e5e7eb;
  font-weight: 600;
}

.terms-content {
  width: 100%;
  max-width: var(--terms-max-width);
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.88));
  border-radius: var(--terms-radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.2);
  padding: 24px 20px 28px;
  box-shadow: var(--terms-shadow-soft);
}

.terms-section {
  padding: 18px 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background:
    radial-gradient(circle at top right, rgba(79, 70, 229, 0.08), transparent 55%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.96));
  margin-bottom: 14px;
  position: relative;
}

.terms-section::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 16px;
  width: 3px;
  height: calc(100% - 32px);
  border-radius: 999px;
  background: linear-gradient(to bottom, #6366f1, #22c55e);
  opacity: 0.9;
}

.terms-section h2 {
  margin: 0 0 8px;
  padding-inline-start: 10px;
  font-size: 1.05rem;
  color: #e5e7eb;
  display: flex;
  align-items: center;
  gap: 6px;
}

.terms-section h2::before {
  content: "●";
  font-size: 0.55rem;
  color: #a5b4fc;
}

.terms-section p {
  margin: 0 0 8px;
  padding-inline-start: 10px;
  color: var(--terms-text-muted);
  font-size: 0.93rem;
  line-height: 1.85;
}

.terms-section ul,
.terms-section ol {
  margin: 4px 0 0;
  padding-inline-start: 28px;
  color: var(--terms-text-muted);
  font-size: 0.92rem;
}

.terms-section li {
  margin-bottom: 4px;
}

.terms-section--danger {
  border-color: rgba(248, 113, 113, 0.55);
  background:
    radial-gradient(circle at top right, rgba(248, 113, 113, 0.12), transparent 60%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.9));
}

.terms-section--danger h2::before {
  content: "⚠";
  font-size: 0.9rem;
  color: #f97373;
}

@media (max-width: 900px) {
  .terms-hero {
    padding: 22px 18px 26px;
  }

  .terms-hero h1 {
    font-size: 1.45rem;
  }

  .terms-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .terms-content {
    padding: 20px 14px 24px;
  }
}

@media (max-width: 640px) {
  .terms-page {
    padding-inline: 10px;
  }

  .terms-meta {
    grid-template-columns: 1fr;
  }

  .terms-hero {
    margin-bottom: 20px;
  }

  .terms-section {
    padding: 16px 12px 16px;
  }

  .terms-section h2 {
    font-size: 0.98rem;
  }

  .terms-section p,
  .terms-section ul,
  .terms-section ol {
    font-size: 0.9rem;
  }
}/* End custom CSS */