:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-76287b6 *//* Arabic Channels List - Full Width Layout */
.atv-channels-full-page {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}

.atv-channels-full-container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* =========================
   Info Cards - Full Width
========================= */

.atv-channels-full-info-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 90px 24px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.atv-channels-full-info-section::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-channels-full-info-section::after {
  content: "";
  position: absolute;
  bottom: -170px;
  left: -150px;
  width: 430px;
  height: 430px;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.10), transparent 65%);
  pointer-events: none;
}

.atv-channels-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.atv-channels-info-card {
  position: relative;
  padding: 38px 28px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
  text-align: center;
  transition: all 0.28s ease;
  overflow: hidden;
}

.atv-channels-info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 5px;
  background: linear-gradient(90deg, #38bdf8, #22c55e);
  opacity: 0;
  transition: 0.28s ease;
}

.atv-channels-info-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.11);
  border-color: rgba(56, 189, 248, 0.35);
}

.atv-channels-info-card:hover::before {
  opacity: 1;
}

.atv-channels-info-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  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);
  border-radius: 20px;
  font-size: 28px;
}

.atv-channels-info-card strong {
  display: block;
  margin-bottom: 12px;
  color: #0284c7;
  font-size: 38px;
  line-height: 1;
  font-weight: 950;
}

.atv-channels-info-card h3 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 22px;
  font-weight: 950;
}

.atv-channels-info-card p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.75;
}

/* =========================
   Table Section - Full Width
========================= */

.atv-channels-full-table-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 95px 24px;
  background:
    radial-gradient(circle at 15% 20%, rgba(56, 189, 248, 0.15), transparent 28%),
    radial-gradient(circle at 85% 75%, rgba(34, 197, 94, 0.12), transparent 30%),
    linear-gradient(180deg, #050b14 0%, #0f172a 100%);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.atv-channels-table-heading {
  max-width: 850px;
  margin: 0 auto 42px;
  text-align: center;
}

.atv-channels-table-heading span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.14);
  border: 1px solid rgba(56, 189, 248, 0.32);
  color: #dff6ff;
  font-size: 14px;
  font-weight: 900;
}

.atv-channels-table-heading h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -1px;
}

.atv-channels-table-heading p {
  margin: 0;
  color: #cbd5e1;
  font-size: 18px;
  line-height: 1.8;
}

.atv-channels-table-box {
  background: #ffffff;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.10);
  overflow-x: auto;
}

/* =========================
   TablePress / DataTables Styling
========================= */

.atv-channels-table-box table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  overflow: hidden;
  border-radius: 18px;
}

.atv-channels-table-box table thead th {
  background: #e0f2fe !important;
  color: #0f172a !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  padding: 15px 14px !important;
  border-bottom: 1px solid #bae6fd !important;
}

.atv-channels-table-box table tbody td {
  color: #1e293b !important;
  font-size: 14px !important;
  padding: 14px !important;
  border-bottom: 1px solid #e5e7eb !important;
}

.atv-channels-table-box table tbody tr:nth-child(even) {
  background: #f8fafc !important;
}

.atv-channels-table-box table tbody tr:hover {
  background: #ecfeff !important;
}

/* Hide TablePress edit links on frontend */
.atv-channels-table-box a[href*="tablepress"],
.atv-channels-table-box a[href*="action=edit"],
.atv-channels-table-box .edit-link {
  display: none !important;
}

/* DataTables wrapper */
.atv-channels-table-box .dataTables_wrapper {
  width: 100%;
}

/* Length + Search */
.atv-channels-table-box .dataTables_length,
.atv-channels-table-box .dataTables_filter {
  margin-bottom: 20px;
  color: #334155 !important;
  font-weight: 700;
  font-size: 14px;
}

.atv-channels-table-box .dataTables_length {
  float: left;
}

.atv-channels-table-box .dataTables_filter {
  float: right;
}

.atv-channels-table-box .dataTables_filter input,
.atv-channels-table-box .dataTables_length select {
  border: 1px solid #cbd5e1 !important;
  border-radius: 12px !important;
  padding: 10px 12px !important;
  outline: none !important;
  background: #ffffff !important;
  color: #0f172a !important;
}

.atv-channels-table-box .dataTables_filter input:focus {
  border-color: #38bdf8 !important;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.16);
}

/* Clear floats */
.atv-channels-table-box .dataTables_wrapper::after {
  content: "";
  display: block;
  clear: both;
}

/* Info + Pagination */
.atv-channels-table-box .dataTables_info {
  margin-top: 20px;
  color: #334155 !important;
  font-size: 14px;
}

.atv-channels-table-box .dataTables_paginate {
  margin-top: 18px;
}

.atv-channels-table-box .dataTables_paginate .paginate_button {
  border-radius: 10px !important;
  border: 1px solid #e5e7eb !important;
  margin: 0 3px !important;
  padding: 8px 12px !important;
  color: #0f172a !important;
  background: #ffffff !important;
}

.atv-channels-table-box .dataTables_paginate .paginate_button.current {
  background: #0f172a !important;
  color: #ffffff !important;
  border-color: #0f172a !important;
}

.atv-channels-table-box .dataTables_paginate .paginate_button:hover {
  background: #e0f2fe !important;
  color: #0f172a !important;
  border-color: #bae6fd !important;
}

/* =========================
   CTA Section - Full Width
========================= */

.atv-channels-full-cta-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 90px 24px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.atv-channels-cta-box {
  max-width: 980px;
  margin: 0 auto;
  padding: 54px 34px;
  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-channels-cta-box span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.14);
  border: 1px solid rgba(56, 189, 248, 0.32);
  color: #dff6ff;
  font-size: 13px;
  font-weight: 900;
}

.atv-channels-cta-box h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.8px;
}

.atv-channels-cta-box p {
  max-width: 720px;
  margin: 0 auto 28px;
  color: #cbd5e1;
  font-size: 17px;
  line-height: 1.8;
}

.atv-channels-cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.atv-channels-primary-btn,
.atv-channels-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 28px;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 900;
  transition: 0.25s ease;
}

.atv-channels-primary-btn {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #ffffff !important;
  box-shadow: 0 14px 32px rgba(34, 197, 94, 0.28);
}

.atv-channels-secondary-btn {
  background: rgba(255,255,255,0.09);
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.18);
}

.atv-channels-primary-btn:hover,
.atv-channels-secondary-btn:hover {
  transform: translateY(-2px);
}

/* =========================
   Responsive
========================= */

@media (max-width: 992px) {
  .atv-channels-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .atv-channels-full-info-section,
  .atv-channels-full-table-section,
  .atv-channels-full-cta-section {
    padding: 70px 18px;
  }

  .atv-channels-table-heading h2 {
    font-size: 32px;
  }

  .atv-channels-table-heading p {
    font-size: 16px;
  }

  .atv-channels-table-box {
    padding: 16px;
    border-radius: 22px;
  }

  .atv-channels-table-box .dataTables_length,
  .atv-channels-table-box .dataTables_filter {
    float: none;
    width: 100%;
    text-align: left;
  }

  .atv-channels-table-box .dataTables_filter input {
    width: 100%;
    margin-top: 8px;
  }

  .atv-channels-cta-box {
    padding: 42px 22px;
    border-radius: 28px;
  }

  .atv-channels-cta-box h2 {
    font-size: 32px;
  }

  .atv-channels-cta-box p {
    font-size: 16px;
  }

  .atv-channels-primary-btn,
  .atv-channels-secondary-btn {
    width: 100%;
    max-width: 320px;
  }
}/* End custom CSS */