/* Start custom CSS for html, class: .elementor-element-23ed27f *//* Arabic TV Privacy Policy Page - Centered Design */
.atv-policy-page {
  padding: 90px 20px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.atv-policy-page::before {
  content: "";
  position: absolute;
  top: -170px;
  right: -150px;
  width: 440px;
  height: 440px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.12), transparent 65%);
  pointer-events: none;
}

.atv-policy-page::after {
  content: "";
  position: absolute;
  bottom: -180px;
  left: -150px;
  width: 440px;
  height: 440px;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.10), transparent 65%);
  pointer-events: none;
}

.atv-policy-container {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Heading */
.atv-policy-heading {
  max-width: 880px;
  margin: 0 auto 48px;
  text-align: center;
}

.atv-policy-heading span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.28);
  color: #0369a1;
  font-size: 14px;
  font-weight: 900;
}

.atv-policy-heading h2 {
  margin: 0 0 18px;
  color: #0f172a;
  font-size: clamp(36px, 4vw, 62px);
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -1px;
}

.atv-policy-heading p {
  margin: 0;
  color: #475569;
  font-size: 18px;
  line-height: 1.8;
}

/* Content */
.atv-policy-content {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.atv-policy-card {
  padding: 32px 30px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.atv-policy-card h3 {
  margin: 0 0 16px;
  color: #0f172a;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 950;
  letter-spacing: -0.3px;
}

.atv-policy-card p {
  margin: 0 0 14px;
  color: #475569;
  font-size: 15.5px;
  line-height: 1.9;
}

.atv-policy-card p:last-child {
  margin-bottom: 0;
}

.atv-policy-card ul {
  margin: 14px 0 16px;
  padding-left: 22px;
}

.atv-policy-card li {
  margin-bottom: 9px;
  color: #334155;
  font-size: 15.5px;
  line-height: 1.75;
}

.atv-policy-card li::marker {
  color: #22c55e;
}

/* Contact Box */
.atv-policy-contact {
  background:
    radial-gradient(circle at 18% 25%, rgba(56, 189, 248, 0.16), transparent 35%),
    linear-gradient(135deg, #07111f 0%, #101b2d 100%);
  border-color: rgba(255,255,255,0.10);
  text-align: center;
}

.atv-policy-contact h3 {
  color: #ffffff;
}

.atv-policy-contact p {
  color: #cbd5e1;
}

.atv-policy-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  min-height: 50px;
  padding: 13px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(34, 197, 94, 0.22);
  transition: 0.25s ease;
}

.atv-policy-contact a:hover {
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 700px) {
  .atv-policy-page {
    padding: 70px 18px;
  }

  .atv-policy-heading h2 {
    font-size: 36px;
  }

  .atv-policy-heading p {
    font-size: 16px;
  }

  .atv-policy-card {
    padding: 28px 22px;
    border-radius: 22px;
  }

  .atv-policy-card h3 {
    font-size: 22px;
  }

  .atv-policy-card p,
  .atv-policy-card li {
    font-size: 15px;
  }

  .atv-policy-contact a {
    width: 100%;
  }
}/* End custom CSS */