/* Start custom CSS for html, class: .elementor-element-a40bdde *//* ======================================================
   ARABIC IPTV - FAQ HELP CENTER
====================================================== */

.atv-help-page,
.atv-help-page * {
  box-sizing: border-box;
}

.atv-help-page {
  width: 100vw;

  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: 90px 24px 100px;

  background:
    linear-gradient(
      180deg,
      #f7f9fc 0%,
      #ffffff 38%,
      #f6f8fb 100%
    );

  color: #14283b;
}

.atv-help-container {
  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
}


/* ======================================================
   HERO
====================================================== */

.atv-help-hero {
  max-width: 850px;

  margin: 0 auto 40px;

  text-align: center;
}

.atv-help-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 10px;

  margin-bottom: 16px;

  color: #245c98;

  font-size: 13px;
  font-weight: 700;

  letter-spacing: .7px;

  text-transform: uppercase;
}

.atv-help-eyebrow span {
  width: 29px;
  height: 2px;

  background: #245c98;
}


.atv-help-hero h1 {
  margin: 0 0 19px !important;

  color: #0d1c2b !important;

  font-size: clamp(46px, 5.5vw, 68px) !important;
  line-height: 1.04 !important;

  font-weight: 780 !important;

  letter-spacing: -2.3px !important;
}

.atv-help-hero h1 strong {
  color: #245c98;

  font-weight: 800;
}


.atv-help-hero > p {
  max-width: 720px;

  margin: 0 auto !important;

  color: #637487 !important;

  font-size: 17px !important;
  line-height: 1.75 !important;
}


/* ======================================================
   SEARCH
====================================================== */

.atv-help-search {
  position: relative;

  max-width: 700px;

  min-height: 62px;

  display: flex;
  align-items: center;

  margin: 34px auto 0;

  border: 1px solid #d2dde6;
  border-radius: 10px;

  background: #ffffff;

  transition:
    border-color .2s ease,
    box-shadow .2s ease;
}

.atv-help-search:focus-within {
  border-color: #6097c5;

  box-shadow:
    0 0 0 4px rgba(36, 92, 152, .07);
}


.atv-help-search-icon {
  width: 56px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #3f759f;
}

.atv-help-search-icon svg {
  width: 22px;
  height: 22px;

  fill: none;
  stroke: currentColor;

  stroke-width: 1.8;
  stroke-linecap: round;
}


.atv-help-search input {
  flex: 1;

  min-width: 0;

  height: 60px;

  padding: 0 10px;

  border: 0 !important;
  outline: 0 !important;

  background: transparent !important;

  color: #243a4e !important;

  font-family: inherit;

  font-size: 15px !important;
  font-weight: 500;
}

.atv-help-search input::placeholder {
  color: #8b9aa8;
}


.atv-help-search-count {
  flex: 0 0 auto;

  margin-right: 13px;

  padding: 7px 10px;

  border-radius: 5px;

  background: #edf4fa;

  color: #557c9c;

  font-size: 12px;

  font-weight: 650;
}


/* ======================================================
   CATEGORY NAV
====================================================== */

.atv-help-categories {
  display: grid;

  grid-template-columns: repeat(6, 1fr);

  margin-bottom: 65px;

  border-top: 1px solid #dce4eb;
  border-left: 1px solid #dce4eb;
}


.atv-help-category {
  min-height: 78px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 10px;

  padding: 16px;

  border: 0;
  border-right: 1px solid #dce4eb;
  border-bottom: 1px solid #dce4eb;

  background: #ffffff;

  color: #536b80;

  font-family: inherit;

  cursor: pointer;

  transition:
    background .2s ease,
    color .2s ease;
}


.atv-help-category span {
  text-align: left;

  font-size: 13px;

  font-weight: 650;
}


.atv-help-category strong {
  width: 27px;
  height: 27px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #edf3f8;

  color: #64809a;

  font-size: 11px;

  font-weight: 700;
}


.atv-help-category:hover,
.atv-help-category.active {
  background: #0c2033;

  color: #ffffff;
}


.atv-help-category:hover strong,
.atv-help-category.active strong {
  background: rgba(105, 177, 235, .14);

  color: #6db3ed;
}


/* ======================================================
   MAIN LAYOUT
====================================================== */

.atv-help-layout {
  display: grid;

  grid-template-columns: 300px minmax(0, 1fr);

  gap: 55px;

  align-items: start;
}


/* ======================================================
   SIDEBAR
====================================================== */

.atv-help-sidebar-inner {
  position: sticky;

  top: 100px;
}


.atv-help-sidebar-label {
  display: block;

  margin-bottom: 14px;

  color: #7e90a0;

  font-size: 12px;

  font-weight: 700;

  letter-spacing: .7px;

  text-transform: uppercase;
}


.atv-help-topic-nav {
  border-top: 1px solid #dce4eb;
}


.atv-help-topic-nav a {
  display: grid;

  grid-template-columns: 32px 1fr;

  gap: 12px;

  padding: 17px 0;

  border-bottom: 1px solid #dce4eb;

  color: inherit;

  text-decoration: none !important;
}


.atv-help-topic-nav > a > span {
  padding-top: 3px;

  color: #8ba0b3;

  font-size: 11px;

  font-weight: 700;
}


.atv-help-topic-nav > a > div {
  display: flex;
  flex-direction: column;

  gap: 3px;
}


.atv-help-topic-nav strong {
  color: #253c51;

  font-size: 14px;

  font-weight: 700;

  transition: color .2s ease;
}


.atv-help-topic-nav small {
  color: #8494a2;

  font-size: 12px;
  line-height: 1.45;
}


.atv-help-topic-nav a:hover strong {
  color: #245c98;
}


/* ======================================================
   SIDEBAR SUPPORT
====================================================== */

.atv-help-sidebar-support {
  margin-top: 30px;

  padding: 23px;

  border-radius: 10px;

  background:
    linear-gradient(
      140deg,
      #071522,
      #0b2943
    );
}


.atv-help-sidebar-support-icon {
  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 17px;

  border-radius: 8px;

  background: rgba(93, 170, 234, .12);

  color: #69b0e9;
}


.atv-help-sidebar-support-icon svg {
  width: 21px;
  height: 21px;

  fill: none;
  stroke: currentColor;

  stroke-width: 1.7;
}


.atv-help-sidebar-support > span {
  display: block;

  margin-bottom: 5px;

  color: #6aaee6;

  font-size: 12px;

  font-weight: 700;

  text-transform: uppercase;
}


.atv-help-sidebar-support > strong {
  display: block;

  margin-bottom: 8px;

  color: #ffffff;

  font-size: 17px;
  line-height: 1.35;

  font-weight: 730;
}


.atv-help-sidebar-support p {
  margin: 0 0 17px !important;

  color: #9dafbf !important;

  font-size: 13px !important;
  line-height: 1.65 !important;
}


.atv-help-sidebar-support a {
  min-height: 44px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 6px;

  background: #347bb9;

  color: #ffffff !important;

  font-size: 13px;

  font-weight: 700;

  text-decoration: none !important;
}


/* ======================================================
   FAQ GROUP
====================================================== */

.atv-help-group {
  margin-bottom: 58px;

  scroll-margin-top: 100px;
}


.atv-help-group-head {
  display: grid;

  grid-template-columns: 48px 1fr;

  gap: 15px;

  align-items: center;

  margin-bottom: 19px;
}


.atv-help-group-head > span {
  width: 45px;
  height: 45px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 8px;

  background: #eaf2f8;

  color: #245c98;

  font-size: 12px;

  font-weight: 750;
}


.atv-help-group-head small {
  display: block;

  margin-bottom: 2px;

  color: #8192a1;

  font-size: 12px;
}


.atv-help-group-head h2 {
  margin: 0 !important;

  color: #172d42 !important;

  font-size: 27px !important;
  line-height: 1.25 !important;

  font-weight: 760 !important;
}


/* ======================================================
   FAQ ROW
====================================================== */

.atv-help-faq {
  border-top: 1px solid #dce4eb;

  background: transparent;
}

.atv-help-group .atv-help-faq:last-child {
  border-bottom: 1px solid #dce4eb;
}


.atv-help-faq summary {
  min-height: 78px;

  display: grid;

  grid-template-columns: 42px minmax(0,1fr) 36px;

  gap: 15px;

  align-items: center;

  padding: 14px 7px;

  list-style: none;

  cursor: pointer;

  transition:
    background .2s ease,
    padding .2s ease;
}


.atv-help-faq summary::-webkit-details-marker {
  display: none;
}


.atv-help-faq summary:hover {
  padding-left: 14px;
  padding-right: 14px;

  background: #f4f7fa;
}


.atv-help-faq[open] {
  border-color: #cbd9e4;

  background: #ffffff;
}


.atv-help-faq[open] summary {
  padding-left: 17px;
  padding-right: 17px;

  background: #0b2033;
}


.atv-help-faq-number {
  color: #91a2b0;

  font-size: 12px;

  font-weight: 700;
}


.atv-help-faq summary > strong {
  color: #263e53;

  font-size: 16px;
  line-height: 1.45;

  font-weight: 680;

  transition: color .2s ease;
}


.atv-help-faq[open] .atv-help-faq-number {
  color: #6db1e9;
}


.atv-help-faq[open] summary > strong {
  color: #ffffff;
}


/* ======================================================
   TOGGLE ICON
====================================================== */

.atv-help-faq-toggle {
  position: relative;

  width: 32px;
  height: 32px;

  border: 1px solid #d3dee7;
  border-radius: 6px;
}


.atv-help-faq-toggle::before,
.atv-help-faq-toggle::after {
  content: "";

  position: absolute;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);

  background: #57738b;
}


.atv-help-faq-toggle::before {
  width: 11px;
  height: 2px;
}


.atv-help-faq-toggle::after {
  width: 2px;
  height: 11px;

  transition: transform .2s ease;
}


.atv-help-faq[open] .atv-help-faq-toggle {
  border-color: rgba(255,255,255,.15);
}


.atv-help-faq[open] .atv-help-faq-toggle::before,
.atv-help-faq[open] .atv-help-faq-toggle::after {
  background: #ffffff;
}


.atv-help-faq[open] .atv-help-faq-toggle::after {
  transform:
    translate(-50%, -50%)
    rotate(90deg);
}


/* ======================================================
   ANSWER
====================================================== */

.atv-help-answer {
  padding: 25px 70px 29px;

  border-left: 1px solid #dfe6ec;
  border-right: 1px solid #dfe6ec;
  border-bottom: 1px solid #dfe6ec;
}


.atv-help-answer p {
  max-width: 760px;

  margin: 0 !important;

  color: #607386 !important;

  font-size: 15px !important;
  line-height: 1.75 !important;
}


/* ======================================================
   EMPTY RESULTS
====================================================== */

.atv-help-empty {
  display: none;

  padding: 60px 25px;

  border: 1px solid #dbe4eb;
  border-radius: 10px;

  background: #ffffff;

  text-align: center;
}


.atv-help-empty svg {
  width: 35px;
  height: 35px;

  margin-bottom: 13px;

  fill: none;
  stroke: #6f8ca4;

  stroke-width: 1.6;
}


.atv-help-empty h3 {
  margin: 0 0 6px !important;

  color: #233d54 !important;

  font-size: 20px !important;
}


.atv-help-empty p {
  margin: 0 !important;

  color: #778a9a !important;

  font-size: 14px !important;
}


/* ======================================================
   BOTTOM CTA
====================================================== */

.atv-help-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 60px;

  margin-top: 20px;

  padding: 42px;

  border-radius: 13px;

  background:
    radial-gradient(
      circle at 90% 30%,
      rgba(74, 153, 219, .15),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #06131f,
      #0d2a44
    );
}


.atv-help-bottom-content {
  max-width: 700px;
}


.atv-help-bottom-content > span {
  display: block;

  margin-bottom: 6px;

  color: #6bb1e9;

  font-size: 13px;

  font-weight: 700;

  text-transform: uppercase;
}


.atv-help-bottom h2 {
  margin: 0 0 11px !important;

  color: #ffffff !important;

  font-size: 34px !important;
  line-height: 1.18 !important;

  font-weight: 760 !important;

  letter-spacing: -.8px !important;
}


.atv-help-bottom h2 strong {
  color: #69afe8;
}


.atv-help-bottom p {
  margin: 0 !important;

  color: #a0b2c2 !important;

  font-size: 15px !important;
  line-height: 1.7 !important;
}


.atv-help-bottom-actions {
  min-width: 215px;

  display: flex;
  flex-direction: column;

  gap: 9px;
}


.atv-help-bottom-actions a {
  min-height: 50px;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 8px;

  padding: 12px 19px;

  border-radius: 7px;

  font-size: 14px;

  font-weight: 700;

  text-decoration: none !important;
}


.atv-help-bottom-primary {
  border: 1px solid #347bb9;

  background: #347bb9;

  color: #ffffff !important;
}


.atv-help-bottom-primary svg {
  width: 17px;
  height: 17px;

  fill: none;
  stroke: currentColor;

  stroke-width: 2;
}


.atv-help-bottom-secondary {
  border: 1px solid rgba(255,255,255,.14);

  background: rgba(255,255,255,.04);

  color: #e3edf4 !important;
}


/* ======================================================
   HIDDEN FILTER ITEMS
====================================================== */

.atv-help-faq.atv-hidden,
.atv-help-group.atv-hidden {
  display: none !important;
}


/* ======================================================
   TABLET
====================================================== */

@media (max-width: 1024px) {

  .atv-help-categories {
    grid-template-columns: repeat(3, 1fr);
  }


  .atv-help-layout {
    grid-template-columns: 240px minmax(0,1fr);

    gap: 35px;
  }


  .atv-help-sidebar-support {
    padding: 19px;
  }


  .atv-help-answer {
    padding-left: 60px;
    padding-right: 35px;
  }

}


/* ======================================================
   MOBILE / TABLET
====================================================== */

@media (max-width: 820px) {

  .atv-help-layout {
    grid-template-columns: 1fr;
  }


  .atv-help-sidebar {
    display: none;
  }


  .atv-help-bottom {
    align-items: flex-start;

    flex-direction: column;

    gap: 25px;
  }


  .atv-help-bottom-actions {
    width: 100%;
    min-width: 0;

    flex-direction: row;
  }


  .atv-help-bottom-actions a {
    flex: 1;
  }

}


/* ======================================================
   MOBILE
====================================================== */

@media (max-width: 767px) {

  .atv-help-page {
    padding: 60px 18px 75px;
  }


  .atv-help-hero {
    margin-bottom: 32px;
  }


  .atv-help-hero h1 {
    font-size: 39px !important;

    letter-spacing: -1.4px !important;
  }


  .atv-help-hero > p {
    font-size: 15px !important;
  }


  /* Search */

  .atv-help-search {
    min-height: 58px;

    margin-top: 27px;
  }


  .atv-help-search input {
    height: 56px;

    font-size: 14px !important;
  }


  .atv-help-search-count {
    display: none;
  }


  /* categories */

  .atv-help-categories {
    grid-template-columns: repeat(2, 1fr);

    margin-bottom: 50px;
  }


  .atv-help-category {
    min-height: 68px;

    padding: 13px;
  }


  .atv-help-category span {
    font-size: 12px;
  }


  /* group */

  .atv-help-group {
    margin-bottom: 45px;
  }


  .atv-help-group-head h2 {
    font-size: 24px !important;
  }


  /* FAQ */

  .atv-help-faq summary {
    min-height: 74px;

    grid-template-columns: 32px 1fr 33px;

    gap: 10px;

    padding: 13px 5px;
  }


  .atv-help-faq summary > strong {
    font-size: 15px;
  }


  .atv-help-faq[open] summary {
    padding-left: 12px;
    padding-right: 12px;
  }


  .atv-help-answer {
    padding: 22px 22px 25px;
  }


  .atv-help-answer p {
    font-size: 14px !important;
    line-height: 1.7 !important;
  }


  /* bottom */

  .atv-help-bottom {
    padding: 28px 22px;
  }


  .atv-help-bottom h2 {
    font-size: 28px !important;
  }


  .atv-help-bottom-actions {
    flex-direction: column;
  }

}


/* ======================================================
   SMALL MOBILE
====================================================== */

@media (max-width: 430px) {

  .atv-help-page {
    padding-left: 15px;
    padding-right: 15px;
  }


  .atv-help-hero h1 {
    font-size: 35px !important;
  }


  .atv-help-categories {
    grid-template-columns: 1fr 1fr;
  }


  .atv-help-category {
    min-height: 65px;
  }


  .atv-help-faq summary {
    grid-template-columns: 1fr 32px;

    gap: 9px;
  }


  .atv-help-faq-number {
    display: none;
  }


  .atv-help-faq summary > strong {
    font-size: 14.5px;
  }

}/* End custom CSS */