/* Start custom CSS for html, class: .elementor-element-8d95307 *//* ======================================================
   ARABIC IPTV - APPS & SETUP GUIDE
====================================================== */

.atv-guide-page,
.atv-guide-page * {
  box-sizing: border-box;
}

.atv-guide-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: #132538;
}

.atv-guide-container {
  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
}


/* ======================================================
   EYEBROW
====================================================== */

.atv-guide-eyebrow {
  display: flex;
  align-items: center;

  gap: 10px;

  margin-bottom: 17px;

  color: #245c98;

  font-size: 13px;
  line-height: 1.4;

  font-weight: 700;

  letter-spacing: .7px;

  text-transform: uppercase;
}

.atv-guide-eyebrow span {
  width: 28px;
  height: 2px;

  background: #245c98;
}


/* ======================================================
   HERO
====================================================== */

.atv-guide-hero {
  display: grid;

  grid-template-columns: 1.15fr .65fr;

  gap: 80px;

  align-items: center;

  margin-bottom: 36px;
}

.atv-guide-hero-content {
  max-width: 720px;
}

.atv-guide-hero-content h1 {
  margin: 0 0 22px !important;

  color: #0c1927 !important;

  font-size: clamp(44px, 5vw, 64px) !important;
  line-height: 1.05 !important;

  font-weight: 780 !important;

  letter-spacing: -2px !important;
}

.atv-guide-hero-content h1 strong {
  display: block;

  margin-top: 5px;

  color: #245c98;

  font-weight: 800;
}

.atv-guide-hero-content > p {
  max-width: 650px;

  margin: 0 !important;

  color: #637386 !important;

  font-size: 17px !important;
  line-height: 1.75 !important;
}


/* ======================================================
   QUICK START
====================================================== */

.atv-guide-quick {
  padding-left: 30px;

  border-left: 1px solid #d6e0e8;
}

.atv-guide-quick-label {
  display: block;

  margin-bottom: 18px;

  color: #678098;

  font-size: 13px;
  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: .6px;
}

.atv-guide-quick-step {
  display: grid;

  grid-template-columns: 38px 1fr;

  gap: 14px;

  padding: 14px 0;

  border-bottom: 1px solid #e0e6eb;
}

.atv-guide-quick-step:last-child {
  border-bottom: 0;
}

.atv-guide-quick-step > strong {
  color: #78a3c8;

  font-size: 13px;

  font-weight: 750;
}

.atv-guide-quick-step h3 {
  margin: 0 0 4px !important;

  color: #21364a !important;

  font-size: 16px !important;

  font-weight: 700 !important;
}

.atv-guide-quick-step p {
  margin: 0 !important;

  color: #778797 !important;

  font-size: 14px !important;
  line-height: 1.5 !important;
}


/* ======================================================
   NOTICE
====================================================== */

.atv-guide-notice {
  display: flex;
  align-items: flex-start;

  gap: 15px;

  margin-bottom: 80px;

  padding: 23px 25px;

  border: 1px solid #d7e3ec;
  border-left: 4px solid #2f75b2;
  border-radius: 8px;

  background: #eef5fa;
}

.atv-guide-notice-icon {
  width: 38px;
  height: 38px;

  flex: 0 0 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #245c98;
}

.atv-guide-notice-icon svg {
  width: 23px;
  height: 23px;

  fill: none;
  stroke: currentColor;

  stroke-width: 1.7;
}

.atv-guide-notice strong {
  display: block;

  margin-bottom: 4px;

  color: #193a57;

  font-size: 16px;

  font-weight: 750;
}

.atv-guide-notice p {
  max-width: 970px;

  margin: 0 !important;

  color: #5d7184 !important;

  font-size: 14px !important;
  line-height: 1.65 !important;
}


/* ======================================================
   SECTION HEADING
====================================================== */

.atv-guide-section-heading {
  display: grid;

  grid-template-columns: 1fr .65fr;

  gap: 65px;

  align-items: end;

  margin-bottom: 30px;
}

.atv-guide-section-heading > div > span,
.atv-guide-guides-heading > span {
  display: block;

  margin-bottom: 7px;

  color: #245c98;

  font-size: 13px;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: .6px;
}

.atv-guide-section-heading h2,
.atv-guide-guides-heading h2 {
  margin: 0 !important;

  color: #13273b !important;

  font-size: clamp(34px, 3.5vw, 46px) !important;
  line-height: 1.1 !important;

  font-weight: 770 !important;

  letter-spacing: -1.3px !important;
}

.atv-guide-section-heading > p {
  margin: 0 !important;

  color: #697a8b !important;

  font-size: 15px !important;
  line-height: 1.7 !important;
}


/* ======================================================
   DEVICES
====================================================== */

.atv-guide-device-section {
  margin-bottom: 90px;
}

.atv-guide-devices {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  border-top: 1px solid #dce5ec;
  border-left: 1px solid #dce5ec;
}

.atv-guide-device-card {
  position: relative;

  min-height: 115px;

  display: grid;

  grid-template-columns: 46px 1fr auto;

  gap: 13px;

  align-items: center;

  padding: 20px;

  border-right: 1px solid #dce5ec;
  border-bottom: 1px solid #dce5ec;

  background: #ffffff;

  color: inherit;

  text-decoration: none !important;

  transition:
    background .2s ease,
    color .2s ease;
}

.atv-guide-device-card:hover,
.atv-guide-device-card.active-device-card {
  background: #0d2236;
}

.atv-guide-device-icon {
  width: 44px;
  height: 44px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 8px;

  background: #edf4f9;

  color: #245c98;

  transition: .2s ease;
}

.atv-guide-device-icon svg {
  width: 22px;
  height: 22px;

  fill: none;
  stroke: currentColor;

  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.atv-guide-device-card h3 {
  margin: 0 0 3px !important;

  color: #1d3449 !important;

  font-size: 16px !important;

  font-weight: 720 !important;

  transition: .2s ease;
}

.atv-guide-device-card p {
  margin: 0 !important;

  color: #81909e !important;

  font-size: 13px !important;
  line-height: 1.4 !important;

  transition: .2s ease;
}

.atv-guide-device-arrow {
  color: #9badbc;

  font-size: 19px;

  transition: .2s ease;
}

.atv-guide-device-card:hover .atv-guide-device-icon,
.atv-guide-device-card.active-device-card .atv-guide-device-icon {
  background: rgba(93, 166, 229, .12);

  color: #6db4ef;
}

.atv-guide-device-card:hover h3,
.atv-guide-device-card.active-device-card h3 {
  color: #ffffff !important;
}

.atv-guide-device-card:hover p,
.atv-guide-device-card.active-device-card p {
  color: #a7b8c8 !important;
}

.atv-guide-device-card:hover .atv-guide-device-arrow,
.atv-guide-device-card.active-device-card .atv-guide-device-arrow {
  color: #6cb1eb;

  transform: translateX(3px);
}


/* ======================================================
   GUIDE HEADING
====================================================== */

.atv-guide-guides-heading {
  margin-bottom: 27px;
}


/* ======================================================
   ACCORDION
====================================================== */

.atv-guide-guides {
  margin-bottom: 90px;
}

.atv-guide-item {
  margin: 0;

  border-top: 1px solid #d9e2e9;

  background: #ffffff;
}

.atv-guide-item:last-child {
  border-bottom: 1px solid #d9e2e9;
}

.atv-guide-item summary {
  min-height: 88px;

  display: grid;

  grid-template-columns: 52px 1fr 42px;

  gap: 17px;

  align-items: center;

  padding: 17px 10px;

  cursor: pointer;

  list-style: none;

  transition: background .2s ease;
}

.atv-guide-item summary::-webkit-details-marker {
  display: none;
}

.atv-guide-item summary:hover {
  background: #f7f9fb;
}

.atv-guide-item[open] > summary {
  background: #0c2033;
}

.atv-guide-summary-number {
  color: #8ea2b3;

  font-size: 13px;

  font-weight: 700;
}

.atv-guide-summary-main {
  display: flex;
  flex-direction: column;

  gap: 4px;
}

.atv-guide-summary-main strong {
  color: #1a3146;

  font-size: 18px;
  line-height: 1.3;

  font-weight: 720;
}

.atv-guide-summary-main small {
  color: #8292a1;

  font-size: 13px;
  line-height: 1.4;
}

.atv-guide-item[open] .atv-guide-summary-number {
  color: #6fb2e9;
}

.atv-guide-item[open] .atv-guide-summary-main strong {
  color: #ffffff;
}

.atv-guide-item[open] .atv-guide-summary-main small {
  color: #9fb1c1;
}


/* plus */

.atv-guide-summary-toggle {
  position: relative;

  width: 34px;
  height: 34px;

  border: 1px solid #d5e0e8;
  border-radius: 7px;
}

.atv-guide-summary-toggle::before,
.atv-guide-summary-toggle::after {
  content: "";

  position: absolute;

  left: 50%;
  top: 50%;

  background: #57748d;

  transform: translate(-50%, -50%);
}

.atv-guide-summary-toggle::before {
  width: 12px;
  height: 2px;
}

.atv-guide-summary-toggle::after {
  width: 2px;
  height: 12px;

  transition: transform .2s ease;
}

.atv-guide-item[open] .atv-guide-summary-toggle {
  border-color: rgba(255,255,255,.14);
}

.atv-guide-item[open] .atv-guide-summary-toggle::before,
.atv-guide-item[open] .atv-guide-summary-toggle::after {
  background: #ffffff;
}

.atv-guide-item[open] .atv-guide-summary-toggle::after {
  transform:
    translate(-50%, -50%)
    rotate(90deg);
}


/* ======================================================
   GUIDE CONTENT
====================================================== */

.atv-guide-content {
  padding: 42px;

  border-left: 1px solid #e0e7ed;
  border-right: 1px solid #e0e7ed;
  border-bottom: 1px solid #e0e7ed;

  background: #ffffff;
}

.atv-guide-content-head {
  max-width: 760px;

  margin-bottom: 30px;
}

.atv-guide-content-head > span {
  display: block;

  margin-bottom: 6px;

  color: #477ea9;

  font-size: 13px;

  font-weight: 700;

  text-transform: uppercase;
}

.atv-guide-content-head h3 {
  margin: 0 0 8px !important;

  color: #193149 !important;

  font-size: 28px !important;
  line-height: 1.25 !important;

  font-weight: 750 !important;
}

.atv-guide-content-head p {
  margin: 0 !important;

  color: #708090 !important;

  font-size: 15px !important;
  line-height: 1.7 !important;
}


/* ======================================================
   NUMBERED STEPS
====================================================== */

.atv-guide-steps {
  max-width: 860px;

  margin-bottom: 36px;
}

.atv-guide-steps ol,
.atv-guide-subsection ol {
  list-style: none;

  padding: 0;

  margin: 0;

  counter-reset: atvsteps;
}

.atv-guide-steps ol li,
.atv-guide-subsection ol li {
  position: relative;

  min-height: 45px;

  padding: 11px 0 11px 52px;

  color: #526679;

  font-size: 15px;
  line-height: 1.65;

  counter-increment: atvsteps;
}

.atv-guide-steps ol li::before,
.atv-guide-subsection ol li::before {
  content: counter(atvsteps);

  position: absolute;

  left: 0;
  top: 9px;

  width: 32px;
  height: 32px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #d4e0e9;
  border-radius: 50%;

  background: #f6f9fb;

  color: #245c98;

  font-size: 12px;

  font-weight: 750;
}

.atv-guide-steps li strong,
.atv-guide-subsection li strong {
  color: #273e54;

  font-weight: 700;
}


/* ======================================================
   IMAGES
====================================================== */

.atv-guide-images {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 14px;

  margin: 34px 0;
}

.atv-guide-images figure {
  margin: 0;

  overflow: hidden;

  border: 1px solid #dce5ec;
  border-radius: 9px;

  background: #f7f9fb;
}

.atv-guide-images img {
  width: 100%;
  height: 210px;

  display: block;

  object-fit: contain;

  background: #ffffff;
}

.atv-guide-images figcaption {
  padding: 12px 14px;

  border-top: 1px solid #e0e7ed;

  color: #506477;

  font-size: 13px;

  font-weight: 650;
}

.atv-guide-images-single {
  grid-template-columns: minmax(300px, 600px);
}


/* ======================================================
   SUBSECTION
====================================================== */

.atv-guide-subsection {
  max-width: 900px;

  margin-top: 30px;
  padding-top: 30px;

  border-top: 1px solid #e1e7ec;
}

.atv-guide-subsection h4 {
  margin: 0 0 17px !important;

  color: #21394f !important;

  font-size: 20px !important;

  font-weight: 730 !important;
}

.atv-guide-subsection > p {
  margin: 0 !important;

  color: #607386 !important;

  font-size: 15px !important;
  line-height: 1.7 !important;
}


/* ======================================================
   LOGIN DATA
====================================================== */

.atv-guide-login-box {
  max-width: 720px;

  margin-top: 30px;

  padding: 24px;

  border: 1px solid #dbe5ec;
  border-radius: 9px;

  background: #f7f9fb;
}

.atv-guide-login-box h4 {
  margin: 0 0 16px !important;

  color: #20394f !important;

  font-size: 19px !important;

  font-weight: 730 !important;
}

.atv-guide-login-box > div {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 15px;

  padding: 11px 0;

  border-bottom: 1px solid #e1e7ec;
}

.atv-guide-login-box > div:last-child {
  border-bottom: 0;
}

.atv-guide-login-box span {
  color: #788898;

  font-size: 14px;
}

.atv-guide-login-box strong {
  color: #304a61;

  font-size: 14px;

  font-weight: 650;
}


/* ======================================================
   TIPS
====================================================== */

.atv-guide-tip {
  max-width: 900px;

  margin-top: 28px;

  padding: 20px 22px;

  border-left: 3px solid #347bb9;

  background: #eff5fa;
}

.atv-guide-tip strong {
  display: block;

  margin-bottom: 4px;

  color: #234b6e;

  font-size: 15px;

  font-weight: 730;
}

.atv-guide-tip p {
  margin: 0 !important;

  color: #60768a !important;

  font-size: 14px !important;
  line-height: 1.65 !important;
}


/* ======================================================
   SUPPORT CTA
====================================================== */

.atv-guide-support {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 60px;

  padding: 42px;

  border-radius: 13px;

  background:
    linear-gradient(
      130deg,
      #071522,
      #0c2842
    );
}

.atv-guide-support-content {
  max-width: 690px;
}

.atv-guide-support-content > span {
  display: block;

  margin-bottom: 7px;

  color: #6ab0e9;

  font-size: 13px;

  font-weight: 700;

  text-transform: uppercase;
}

.atv-guide-support h2 {
  margin: 0 0 12px !important;

  color: #ffffff !important;

  font-size: 32px !important;
  line-height: 1.18 !important;

  font-weight: 760 !important;
}

.atv-guide-support h2 strong {
  color: #65abe4;
}

.atv-guide-support p {
  margin: 0 !important;

  color: #a3b4c4 !important;

  font-size: 15px !important;
  line-height: 1.7 !important;
}

.atv-guide-support-actions {
  flex: 0 0 auto;

  display: flex;

  gap: 9px;
}

.atv-guide-support-actions a {
  min-height: 50px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 12px 20px;

  border-radius: 7px;

  font-size: 14px;

  font-weight: 700;

  text-decoration: none !important;

  transition: .2s ease;
}

.atv-guide-support-primary {
  border: 1px solid #347bb9;

  background: #347bb9;

  color: #ffffff !important;
}

.atv-guide-support-primary:hover {
  background: #428bc9;

  border-color: #428bc9;
}

.atv-guide-support-secondary {
  border: 1px solid rgba(255,255,255,.14);

  background: rgba(255,255,255,.04);

  color: #e7eef4 !important;
}

.atv-guide-support-secondary:hover {
  background: rgba(255,255,255,.09);

  color: #ffffff !important;
}


/* ======================================================
   TABLET
====================================================== */

@media (max-width: 1024px) {

  .atv-guide-hero {
    grid-template-columns: 1fr;

    gap: 35px;
  }

  .atv-guide-quick {
    padding-left: 0;

    border-left: 0;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 15px;
  }

  .atv-guide-quick-label {
    grid-column: 1 / -1;

    margin-bottom: 0;
  }

  .atv-guide-quick-step {
    border: 1px solid #dde5eb;

    padding: 16px;
  }

  .atv-guide-section-heading {
    grid-template-columns: 1fr;

    gap: 14px;
  }

  .atv-guide-devices {
    grid-template-columns: repeat(3, 1fr);
  }

  .atv-guide-support {
    align-items: flex-start;

    flex-direction: column;

    gap: 25px;
  }

}


/* ======================================================
   MOBILE
====================================================== */

@media (max-width: 767px) {

  .atv-guide-page {
    padding: 60px 18px 75px;
  }

  .atv-guide-hero-content h1 {
    font-size: 38px !important;

    letter-spacing: -1.3px !important;
  }

  .atv-guide-hero-content > p {
    font-size: 15px !important;
  }


  /* Quick */

  .atv-guide-quick {
    grid-template-columns: 1fr;
  }

  .atv-guide-quick-label {
    grid-column: auto;
  }


  /* notice */

  .atv-guide-notice {
    margin-bottom: 60px;

    padding: 20px;
  }


  /* heading */

  .atv-guide-section-heading h2,
  .atv-guide-guides-heading h2 {
    font-size: 32px !important;
  }


  /* Devices */

  .atv-guide-device-section {
    margin-bottom: 65px;
  }

  .atv-guide-devices {
    grid-template-columns: repeat(2, 1fr);
  }

  .atv-guide-device-card {
    min-height: 105px;

    grid-template-columns: 40px 1fr;

    padding: 16px;
  }

  .atv-guide-device-arrow {
    display: none;
  }

  .atv-guide-device-icon {
    width: 40px;
    height: 40px;
  }

  .atv-guide-device-card h3 {
    font-size: 15px !important;
  }


  /* accordion */

  .atv-guide-item summary {
    min-height: 78px;

    grid-template-columns: 36px 1fr 36px;

    gap: 10px;

    padding: 14px 4px;
  }

  .atv-guide-summary-main strong {
    font-size: 16px;
  }

  .atv-guide-summary-main small {
    font-size: 12px;
  }

  .atv-guide-content {
    padding: 28px 20px;
  }

  .atv-guide-content-head h3 {
    font-size: 24px !important;
  }

  .atv-guide-steps ol li,
  .atv-guide-subsection ol li {
    font-size: 14px;
  }


  /* images */

  .atv-guide-images {
    grid-template-columns: repeat(2, 1fr);
  }

  .atv-guide-images img {
    height: 180px;
  }


  /* support */

  .atv-guide-support {
    padding: 28px 22px;
  }

  .atv-guide-support h2 {
    font-size: 27px !important;
  }

  .atv-guide-support-actions {
    width: 100%;

    flex-direction: column;
  }

  .atv-guide-support-actions a {
    width: 100%;
  }

}


/* ======================================================
   SMALL MOBILE
====================================================== */

@media (max-width: 480px) {

  .atv-guide-page {
    padding-left: 15px;
    padding-right: 15px;
  }

  .atv-guide-hero-content h1 {
    font-size: 34px !important;
  }

  .atv-guide-devices {
    grid-template-columns: 1fr;
  }

  .atv-guide-device-card {
    grid-template-columns: 44px 1fr auto;
  }

  .atv-guide-device-arrow {
    display: block;
  }

  .atv-guide-images,
  .atv-guide-images-single {
    grid-template-columns: 1fr;
  }

  .atv-guide-images img {
    height: auto;

    min-height: 180px;
    max-height: 330px;
  }

  .atv-guide-content {
    padding: 25px 16px;
  }

  .atv-guide-login-box {
    padding: 18px;
  }

  .atv-guide-login-box > div {
    align-items: flex-start;

    flex-direction: column;

    gap: 4px;
  }

}/* End custom CSS */