/* Start custom CSS for html, class: .elementor-element-8d95307 *//* Arabic IPTV Apps Download Page */
.atv-apps-page {
  padding: 90px 20px;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}

.atv-apps-page::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -150px;
  width: 430px;
  height: 430px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.12), transparent 65%);
  pointer-events: none;
}

.atv-apps-page::after {
  content: "";
  position: absolute;
  bottom: -180px;
  left: -150px;
  width: 430px;
  height: 430px;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.10), transparent 65%);
  pointer-events: none;
}

.atv-apps-container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Heading */
.atv-apps-heading {
  max-width: 880px;
  margin: 0 auto 34px;
  text-align: center;
}

.atv-apps-heading span,
.atv-apps-cta 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-apps-heading h2 {
  margin: 0 0 18px;
  color: #0f172a;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -1px;
}

.atv-apps-heading p {
  margin: 0;
  color: #475569;
  font-size: 18px;
  line-height: 1.8;
}

/* Alert */
.atv-apps-alert {
  max-width: 920px;
  margin: 0 auto 44px;
  padding: 20px 24px;
  border-radius: 22px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  color: #334155;
  font-size: 15px;
  line-height: 1.8;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.atv-apps-alert strong {
  color: #0f172a;
}

/* Device Cards */
.atv-device-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 54px;
}

.atv-device-card {
  display: block;
  padding: 24px 20px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
  text-align: center;
  text-decoration: none !important;
  transition: 0.25s ease;
}

.atv-device-card:hover,
.atv-device-card.active-device-card {
  transform: translateY(-5px);
  border-color: rgba(56, 189, 248, 0.55);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.10);
}

.atv-device-card.active-device-card {
  background: #f0f9ff;
}

.atv-device-card div {
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.13), rgba(34, 197, 94, 0.12));
  border: 1px solid rgba(56, 189, 248, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.atv-device-card h3 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 950;
}

.atv-device-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
}

/* Setup List */
.atv-setup-list {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.atv-setup-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  scroll-margin-top: 130px;
  transition: 0.25s ease;
}

.atv-setup-item:hover {
  border-color: rgba(56, 189, 248, 0.35);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.09);
}

.atv-setup-item[open],
.atv-setup-item.is-active {
  border-color: rgba(34, 197, 94, 0.45);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.11);
}

.atv-setup-item summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 64px 24px 26px;
  position: relative;
  color: #0f172a;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.45;
}

.atv-setup-item summary::-webkit-details-marker {
  display: none;
}

.atv-setup-item summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e0f2fe;
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 950;
  transition: 0.25s ease;
}

.atv-setup-item[open] summary::after {
  content: "−";
  background: #22c55e;
  color: #ffffff;
}

.atv-setup-content {
  padding: 0 28px 28px;
}

.atv-setup-content h3 {
  margin: 0 0 16px;
  color: #0f172a;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.25;
}

.atv-setup-content h4 {
  margin: 24px 0 12px;
  color: #0f172a;
  font-size: 18px;
  font-weight: 950;
}

.atv-setup-content p {
  margin: 0 0 14px;
  color: #475569;
  font-size: 15px;
  line-height: 1.85;
}

.atv-setup-content ol,
.atv-setup-content ul {
  margin: 0 0 16px;
  padding-left: 22px;
}

.atv-setup-content li {
  margin-bottom: 10px;
  color: #334155;
  font-size: 15px;
  line-height: 1.75;
}

.atv-setup-content strong {
  color: #0f172a;
}

.atv-setup-note {
  margin-top: 20px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  color: #075985;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 700;
}

/* Step Images */
.atv-step-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 22px 0;
}

.atv-step-image {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.atv-step-image img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  object-position: center;
  background: #f8fafc;
  display: block;
}

.atv-step-image span {
  display: block;
  padding: 10px 12px;
  background: #f8fafc;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

/* CTA */
.atv-apps-cta {
  max-width: 980px;
  margin: 54px auto 0;
  padding: 46px 30px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 20% 30%, rgba(56, 189, 248, 0.18), transparent 34%),
    linear-gradient(135deg, #07111f 0%, #101b2d 100%);
  text-align: center;
  color: #ffffff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.12);
}

.atv-apps-cta span {
  color: #dff6ff;
  background: rgba(56, 189, 248, 0.14);
  border-color: rgba(56, 189, 248, 0.32);
}

.atv-apps-cta h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.15;
  font-weight: 950;
}

.atv-apps-cta p {
  max-width: 720px;
  margin: 0 auto 26px;
  color: #cbd5e1;
  font-size: 16px;
  line-height: 1.8;
}

.atv-apps-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.atv-apps-whatsapp,
.atv-apps-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 900;
  transition: 0.25s ease;
}

.atv-apps-whatsapp {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(34, 197, 94, 0.22);
}

.atv-apps-order {
  background: rgba(255,255,255,0.09);
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.16);
}

.atv-apps-whatsapp:hover,
.atv-apps-order:hover {
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1100px) {
  .atv-device-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .atv-device-grid,
  .atv-step-images {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .atv-apps-page {
    padding: 70px 18px;
  }

  .atv-apps-heading h2 {
    font-size: 34px;
  }

  .atv-apps-heading p {
    font-size: 16px;
  }

  .atv-device-grid,
  .atv-step-images {
    grid-template-columns: 1fr;
  }

  .atv-setup-item summary {
    padding: 21px 58px 21px 20px;
    font-size: 16px;
  }

  .atv-setup-content {
    padding: 0 20px 24px;
  }

  .atv-setup-content h3 {
    font-size: 21px;
  }

  .atv-apps-cta {
    padding: 38px 22px;
    border-radius: 28px;
  }

  .atv-apps-whatsapp,
  .atv-apps-order {
    width: 100%;
    max-width: 320px;
  }
}/* End custom CSS */