:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-76287b6 *//* DramaTV Arabic Channels List Page */
.dtv-channels-page {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 100px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 8%, rgba(122, 79, 255, 0.25), transparent 34%),
    radial-gradient(circle at 88% 10%, rgba(255, 62, 165, 0.23), transparent 34%),
    radial-gradient(circle at 50% 75%, rgba(53, 212, 255, 0.10), transparent 38%),
    linear-gradient(135deg, #050511 0%, #10091f 48%, #060612 100%);
}

.dtv-channels-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.10;
  pointer-events: none;
}

.dtv-channels-container {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}

/* Intro + Stats */
.dtv-channels-stats-section {
  position: relative;
  padding: 100px 24px 70px;
}

.dtv-channels-intro {
  max-width: 860px;
  margin: 0 auto 46px;
  text-align: center;
}

.dtv-channels-intro span,
.dtv-channels-table-heading span,
.dtv-channels-cta-box > span {
  display: inline-flex;
  margin-bottom: 17px;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(122,79,255,0.22), rgba(255,62,165,0.16));
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.92);
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 0 24px rgba(255,62,165,0.12);
}

.dtv-channels-intro h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(36px, 4.5vw, 62px);
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: -1.6px;
}

.dtv-channels-intro p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255,255,255,0.72);
  font-size: 18px;
  line-height: 1.82;
}

.dtv-channels-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.dtv-channels-info-card {
  position: relative;
  overflow: hidden;
  padding: 36px 28px;
  border-radius: 30px;
  text-align: center;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.105), rgba(255,255,255,0.035));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow:
    0 24px 70px rgba(0,0,0,0.24),
    inset 0 0 24px rgba(255,255,255,0.035);
  transition: 0.28s ease;
}

.dtv-channels-info-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, #7a4fff, #ff3ea5, #35d4ff);
}

.dtv-channels-info-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 190px;
  height: 190px;
  background: radial-gradient(circle, rgba(255,62,165,0.18), transparent 68%);
  pointer-events: none;
}

.dtv-channels-info-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255,62,165,0.38);
  box-shadow:
    0 32px 90px rgba(0,0,0,0.34),
    0 0 32px rgba(255,62,165,0.14);
}

.dtv-channels-info-card.featured {
  background:
    linear-gradient(145deg, rgba(122,79,255,0.22), rgba(255,62,165,0.13)),
    rgba(255,255,255,0.055);
  border-color: rgba(255,62,165,0.30);
}

.dtv-channels-info-icon {
  position: relative;
  z-index: 2;
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(122,79,255,0.26), rgba(255,62,165,0.18));
  border: 1px solid rgba(255,255,255,0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.dtv-channels-info-card strong {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -1.2px;
}

.dtv-channels-info-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 950;
}

.dtv-channels-info-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,0.70);
  font-size: 15px;
  line-height: 1.75;
}

/* Category Strip */
.dtv-channels-category-strip {
  margin: 28px auto 0;
  padding: 18px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(122,79,255,0.14), rgba(255,62,165,0.10)),
    rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.11);
  box-shadow: 0 20px 52px rgba(0,0,0,0.20);
}

.dtv-channels-category-strip span {
  display: inline-flex;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,0.075);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.84);
  font-size: 13px;
  font-weight: 850;
}

/* Table Section */
.dtv-channels-table-section {
  position: relative;
  padding: 90px 24px;
  background:
    radial-gradient(circle at 12% 18%, rgba(122, 79, 255, 0.18), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(255, 62, 165, 0.16), transparent 34%),
    rgba(255,255,255,0.025);
}

.dtv-channels-table-heading {
  max-width: 880px;
  margin: 0 auto 44px;
  text-align: center;
}

.dtv-channels-table-heading h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -1.4px;
}

.dtv-channels-table-heading p {
  margin: 0 auto;
  max-width: 760px;
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  line-height: 1.8;
}

.dtv-channels-table-box {
  position: relative;
  overflow-x: auto;
  padding: 26px;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.045));
  border: 1px solid rgba(255,255,255,0.13);
  box-shadow:
    0 30px 95px rgba(0,0,0,0.34),
    inset 0 0 26px rgba(255,255,255,0.035);
}

.dtv-channels-table-box::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, #7a4fff, #ff3ea5, #35d4ff);
}

/* TablePress / DataTables Styling */
.dtv-channels-table-box table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff !important;
}

.dtv-channels-table-box table thead th {
  background: linear-gradient(135deg, #10091f, #24123f) !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  padding: 16px 14px !important;
  border-bottom: 1px solid rgba(255,255,255,0.10) !important;
}

.dtv-channels-table-box table tbody td {
  color: #1e293b !important;
  font-size: 14px !important;
  padding: 14px !important;
  border-bottom: 1px solid #e5e7eb !important;
}

.dtv-channels-table-box table tbody tr:nth-child(even) {
  background: #f8fafc !important;
}

.dtv-channels-table-box table tbody tr:hover {
  background: #fdf2f8 !important;
}

/* Hide TablePress edit links on frontend */
.dtv-channels-table-box a[href*="tablepress"],
.dtv-channels-table-box a[href*="action=edit"],
.dtv-channels-table-box .edit-link {
  display: none !important;
}

/* DataTables */
.dtv-channels-table-box .dataTables_wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
}

.dtv-channels-table-box .dataTables_length,
.dtv-channels-table-box .dataTables_filter {
  margin-bottom: 22px;
  color: #ffffff !important;
  font-weight: 850;
  font-size: 14px;
}

.dtv-channels-table-box .dataTables_length {
  float: left;
}

.dtv-channels-table-box .dataTables_filter {
  float: right;
}

.dtv-channels-table-box .dataTables_filter input,
.dtv-channels-table-box .dataTables_length select {
  border: 1px solid rgba(255,255,255,0.18) !important;
  border-radius: 14px !important;
  padding: 11px 13px !important;
  outline: none !important;
  background: rgba(255,255,255,0.96) !important;
  color: #0f172a !important;
}

.dtv-channels-table-box .dataTables_filter input:focus {
  border-color: #ff3ea5 !important;
  box-shadow: 0 0 0 3px rgba(255, 62, 165, 0.18);
}

.dtv-channels-table-box .dataTables_wrapper::after {
  content: "";
  display: block;
  clear: both;
}

.dtv-channels-table-box .dataTables_info {
  margin-top: 20px;
  color: rgba(255,255,255,0.76) !important;
  font-size: 14px;
}

.dtv-channels-table-box .dataTables_paginate {
  margin-top: 18px;
}

.dtv-channels-table-box .dataTables_paginate .paginate_button {
  border-radius: 12px !important;
  border: 1px solid rgba(255,255,255,0.16) !important;
  margin: 0 3px !important;
  padding: 8px 12px !important;
  color: #ffffff !important;
  background: rgba(255,255,255,0.075) !important;
}

.dtv-channels-table-box .dataTables_paginate .paginate_button.current {
  background: linear-gradient(135deg, #7a4fff, #ff3ea5) !important;
  color: #ffffff !important;
  border-color: transparent !important;
}

.dtv-channels-table-box .dataTables_paginate .paginate_button:hover {
  background: rgba(255,62,165,0.14) !important;
  color: #ffffff !important;
  border-color: rgba(255,62,165,0.36) !important;
}

/* CTA */
.dtv-channels-cta-section {
  position: relative;
  padding: 0 24px 100px;
}

.dtv-channels-cta-box {
  position: relative;
  overflow: hidden;
  max-width: 1040px;
  margin: 0 auto;
  padding: 58px 34px;
  border-radius: 38px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,62,165,0.20), transparent 40%),
    linear-gradient(145deg, rgba(255,255,255,0.11), rgba(255,255,255,0.035));
  border: 1px solid rgba(255,255,255,0.13);
  box-shadow:
    0 30px 90px rgba(0,0,0,0.32),
    inset 0 0 26px rgba(255,255,255,0.035);
}

.dtv-channels-cta-box::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, #7a4fff, #ff3ea5, #35d4ff);
}

.dtv-channels-cta-box h2 {
  max-width: 780px;
  margin: 0 auto 18px;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -1.2px;
}

.dtv-channels-cta-box p {
  max-width: 760px;
  margin: 0 auto 24px;
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  line-height: 1.8;
}

.dtv-channels-cta-points {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 28px;
}

.dtv-channels-cta-points small {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.075);
  border: 1px solid rgba(255,255,255,0.11);
  color: rgba(255,255,255,0.82);
  font-size: 12px;
  font-weight: 850;
}

.dtv-channels-cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.dtv-channels-primary-btn,
.dtv-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: 950;
  transition: 0.25s ease;
}

.dtv-channels-primary-btn {
  background: linear-gradient(135deg, #7a4fff 0%, #ff3ea5 58%, #35d4ff 100%);
  color: #ffffff !important;
  border: 0;
  box-shadow: 0 18px 42px rgba(255,62,165,0.28);
}

.dtv-channels-secondary-btn {
  background: rgba(255,255,255,0.075);
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.16);
}

.dtv-channels-primary-btn:hover,
.dtv-channels-secondary-btn:hover {
  transform: translateY(-2px);
}

.dtv-channels-primary-btn:hover {
  box-shadow: 0 24px 54px rgba(122,79,255,0.38);
}

.dtv-channels-secondary-btn:hover {
  background: rgba(255,62,165,0.12);
  border-color: rgba(255,62,165,0.38);
}

/* Responsive */
@media (max-width: 992px) {
  .dtv-channels-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .dtv-channels-stats-section,
  .dtv-channels-table-section {
    padding: 72px 18px;
  }

  .dtv-channels-cta-section {
    padding: 0 18px 72px;
  }

  .dtv-channels-intro h2,
  .dtv-channels-table-heading h2,
  .dtv-channels-cta-box h2 {
    font-size: 33px;
    letter-spacing: -0.8px;
  }

  .dtv-channels-intro p,
  .dtv-channels-table-heading p,
  .dtv-channels-cta-box p {
    font-size: 16px;
    line-height: 1.72;
  }

  .dtv-channels-info-card {
    padding: 32px 22px;
  }

  .dtv-channels-category-strip span {
    width: calc(50% - 5px);
    justify-content: center;
    text-align: center;
  }

  .dtv-channels-table-box {
    padding: 16px;
    border-radius: 26px;
  }

  .dtv-channels-table-box .dataTables_length,
  .dtv-channels-table-box .dataTables_filter {
    float: none;
    width: 100%;
    text-align: left;
  }

  .dtv-channels-table-box .dataTables_filter input {
    width: 100%;
    margin-top: 8px;
  }

  .dtv-channels-cta-box {
    padding: 42px 22px;
    border-radius: 30px;
  }

  .dtv-channels-primary-btn,
  .dtv-channels-secondary-btn {
    width: 100%;
    max-width: 330px;
  }
}


/* RTL Support - DramaTV Channels Page */
.dtv-channels-page[dir="rtl"] {
  direction: rtl;
}

.dtv-channels-page[dir="rtl"] .dtv-channels-container {
  direction: rtl;
}

/* Intro / Headings */
.dtv-channels-page[dir="rtl"] .dtv-channels-intro,
.dtv-channels-page[dir="rtl"] .dtv-channels-table-heading,
.dtv-channels-page[dir="rtl"] .dtv-channels-cta-box {
  text-align: center;
}

/* Info Cards */
.dtv-channels-page[dir="rtl"] .dtv-channels-info-grid {
  direction: rtl;
}

.dtv-channels-page[dir="rtl"] .dtv-channels-info-card {
  text-align: center;
}

.dtv-channels-page[dir="rtl"] .dtv-channels-info-card::after {
  right: auto;
  left: -80px;
}

/* Category Strip */
.dtv-channels-page[dir="rtl"] .dtv-channels-category-strip {
  direction: rtl;
}

/* Table Section */
.dtv-channels-page[dir="rtl"] .dtv-channels-table-box {
  direction: rtl;
}

/* Table Content */
.dtv-channels-page[dir="rtl"] .dtv-channels-table-box table {
  direction: rtl;
  text-align: right;
}

.dtv-channels-page[dir="rtl"] .dtv-channels-table-box table thead th,
.dtv-channels-page[dir="rtl"] .dtv-channels-table-box table tbody td {
  text-align: right !important;
}

/* DataTables Controls RTL */
.dtv-channels-page[dir="rtl"] .dtv-channels-table-box .dataTables_length {
  float: right;
  text-align: right;
}

.dtv-channels-page[dir="rtl"] .dtv-channels-table-box .dataTables_filter {
  float: left;
  text-align: left;
}

.dtv-channels-page[dir="rtl"] .dtv-channels-table-box .dataTables_filter input {
  direction: rtl;
  text-align: right;
}

.dtv-channels-page[dir="rtl"] .dtv-channels-table-box .dataTables_length select {
  direction: rtl;
}

.dtv-channels-page[dir="rtl"] .dtv-channels-table-box .dataTables_info {
  text-align: right;
}

.dtv-channels-page[dir="rtl"] .dtv-channels-table-box .dataTables_paginate {
  direction: rtl;
  text-align: left;
}

/* CTA */
.dtv-channels-page[dir="rtl"] .dtv-channels-cta-points {
  direction: rtl;
}

.dtv-channels-page[dir="rtl"] .dtv-channels-cta-actions {
  direction: rtl;
}

.dtv-channels-page[dir="rtl"] .dtv-channels-primary-btn,
.dtv-channels-page[dir="rtl"] .dtv-channels-secondary-btn {
  direction: rtl;
}

/* Mobile RTL */
@media (max-width: 768px) {
  .dtv-channels-page[dir="rtl"] .dtv-channels-table-box .dataTables_length,
  .dtv-channels-page[dir="rtl"] .dtv-channels-table-box .dataTables_filter {
    float: none;
    width: 100%;
    text-align: right;
  }

  .dtv-channels-page[dir="rtl"] .dtv-channels-table-box .dataTables_filter input {
    width: 100%;
    margin-top: 8px;
  }

  .dtv-channels-page[dir="rtl"] .dtv-channels-table-box .dataTables_paginate {
    text-align: center;
  }

  .dtv-channels-page[dir="rtl"] .dtv-channels-category-strip span {
    justify-content: center;
    text-align: center;
  }
}/* End custom CSS */