/* Start custom CSS for html, class: .elementor-element-23ed27f *//* ======================================================
   ARABIC IPTV - PRIVACY POLICY
====================================================== */

.atv-legal-page,
.atv-legal-page * {
  box-sizing: border-box;
}

.atv-legal-page {
  width: 100%;

  overflow: hidden;

  color: #24394d;

  font-family: inherit;

  background: #ffffff;
}


.atv-legal-container {
  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
}


/* ======================================================
   HERO
====================================================== */

.atv-legal-hero {
  width: 100vw;

  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: 85px 24px 78px;

  background:
    radial-gradient(
      circle at 85% 30%,
      rgba(67, 142, 203, 0.13),
      transparent 27%
    ),
    linear-gradient(
      135deg,
      #06131f,
      #0b2136
    );
}


.atv-legal-hero-grid {
  display: grid;

  grid-template-columns: 1.1fr .55fr;

  gap: 80px;

  align-items: end;
}


.atv-legal-eyebrow {
  display: flex;
  align-items: center;

  gap: 10px;

  margin-bottom: 16px;

  color: #68afe8;

  font-size: 13px;
  line-height: 1.4;

  font-weight: 700;

  letter-spacing: .7px;

  text-transform: uppercase;
}


.atv-legal-eyebrow span {
  width: 29px;
  height: 2px;

  background: currentColor;
}


.atv-legal-hero h1 {
  margin: 0 0 20px !important;

  color: #ffffff !important;

  font-size: clamp(47px, 5.5vw, 68px) !important;
  line-height: 1.03 !important;

  font-weight: 780 !important;

  letter-spacing: -2.3px !important;
}


.atv-legal-hero h1 strong {
  color: #68afe8;

  font-weight: 800;
}


.atv-legal-hero-content > p {
  max-width: 710px;

  margin: 0 !important;

  color: #a8b9c8 !important;

  font-size: 17px !important;
  line-height: 1.75 !important;
}


/* ======================================================
   HERO META
====================================================== */

.atv-legal-hero-meta {
  border-top: 1px solid rgba(255,255,255,.12);
}


.atv-legal-hero-meta > div {
  display: grid;

  grid-template-columns: 100px 1fr;

  gap: 15px;

  padding: 14px 0;

  border-bottom: 1px solid rgba(255,255,255,.1);
}


.atv-legal-hero-meta span {
  color: #70899f;

  font-size: 12px;

  font-weight: 650;
}


.atv-legal-hero-meta strong,
.atv-legal-hero-meta a {
  color: #dbe6ee !important;

  font-size: 13px;

  font-weight: 650;

  text-decoration: none !important;
}


.atv-legal-hero-meta a:hover {
  color: #6db4ee !important;
}


/* ======================================================
   DOCUMENT
====================================================== */

.atv-legal-document {
  width: 100vw;

  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: 90px 24px 105px;

  background:
    linear-gradient(
      90deg,
      #f7f9fb 0,
      #f7f9fb 31%,
      #ffffff 31%,
      #ffffff 100%
    );
}


.atv-legal-layout {
  display: grid;

  grid-template-columns: 285px minmax(0, 1fr);

  gap: 75px;

  align-items: start;
}


/* ======================================================
   SIDEBAR
====================================================== */

.atv-legal-sidebar-inner {
  position: sticky;

  top: 100px;
}


.atv-legal-sidebar-title {
  display: block;

  margin-bottom: 14px;

  color: #71879a;

  font-size: 12px;

  font-weight: 700;

  letter-spacing: .7px;

  text-transform: uppercase;
}


.atv-legal-nav {
  border-top: 1px solid #d8e1e8;
}


.atv-legal-nav a {
  display: grid;

  grid-template-columns: 30px 1fr;

  gap: 9px;

  padding: 12px 0;

  border-bottom: 1px solid #d8e1e8;

  color: #566c80 !important;

  font-size: 13px;
  line-height: 1.4;

  font-weight: 600;

  text-decoration: none !important;

  transition:
    color .2s ease,
    padding-left .2s ease;
}


.atv-legal-nav a > span {
  color: #8da2b5;

  font-size: 10px;

  font-weight: 700;
}


.atv-legal-nav a:hover {
  padding-left: 5px;

  color: #245c98 !important;
}


/* ======================================================
   SIDEBAR CONTACT
====================================================== */

.atv-legal-sidebar-contact {
  margin-top: 28px;

  padding: 22px;

  border-radius: 10px;

  background: #0a2033;
}


.atv-legal-sidebar-icon {
  width: 41px;
  height: 41px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 15px;

  border-radius: 7px;

  background: rgba(93, 170, 232, .12);

  color: #68afe8;
}


.atv-legal-sidebar-icon svg {
  width: 20px;
  height: 20px;

  fill: none;
  stroke: currentColor;

  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.atv-legal-sidebar-contact > span {
  display: block;

  margin-bottom: 5px;

  color: #67aae1;

  font-size: 12px;

  font-weight: 700;
}


.atv-legal-sidebar-contact > strong {
  display: block;

  margin-bottom: 8px;

  color: #ffffff;

  font-size: 17px;

  font-weight: 730;
}


.atv-legal-sidebar-contact p {
  margin: 0 0 16px !important;

  color: #99adbd !important;

  font-size: 13px !important;
  line-height: 1.6 !important;
}


.atv-legal-sidebar-contact > a {
  min-height: 43px;

  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;
}


/* ======================================================
   MAIN CONTENT
====================================================== */

.atv-legal-content {
  min-width: 0;
}


/* ======================================================
   SECTION
====================================================== */

.atv-legal-section {
  display: grid;

  grid-template-columns: 55px minmax(0, 1fr);

  gap: 20px;

  padding: 0 0 47px;

  margin-bottom: 47px;

  border-bottom: 1px solid #e0e6eb;

  scroll-margin-top: 110px;
}


.atv-legal-section:last-child {
  margin-bottom: 0;
}


.atv-legal-section-number {
  padding-top: 7px;

  color: #7993aa;

  font-size: 12px;

  font-weight: 750;
}


.atv-legal-section-label {
  display: block;

  margin-bottom: 7px;

  color: #4279a6;

  font-size: 12px;

  font-weight: 700;

  letter-spacing: .6px;

  text-transform: uppercase;
}


.atv-legal-section h2 {
  margin: 0 0 20px !important;

  color: #173149 !important;

  font-size: clamp(25px, 2.5vw, 32px) !important;
  line-height: 1.22 !important;

  font-weight: 760 !important;

  letter-spacing: -.6px !important;
}


.atv-legal-section p {
  max-width: 820px;

  margin: 0 0 16px !important;

  color: #5f7182 !important;

  font-size: 15px !important;
  line-height: 1.82 !important;

  font-weight: 400 !important;
}


.atv-legal-section p:last-child {
  margin-bottom: 0 !important;
}


/* ======================================================
   INTRO SECTION
====================================================== */

.atv-legal-section-intro {
  padding: 31px;

  margin-bottom: 55px;

  border: 1px solid #d9e4ec;
  border-left: 4px solid #347bb9;
  border-radius: 9px;

  background: #f3f7fa;
}


/* ======================================================
   LISTS
====================================================== */

.atv-legal-section ul {
  max-width: 800px;

  display: grid;

  gap: 10px;

  margin: 20px 0 23px;

  padding: 0;

  list-style: none;
}


.atv-legal-section li {
  position: relative;

  padding-left: 27px;

  color: #566b7e;

  font-size: 15px;
  line-height: 1.65;
}


.atv-legal-section li::before {
  content: "";

  position: absolute;

  left: 2px;
  top: 10px;

  width: 7px;
  height: 7px;

  border: 2px solid #4a86b7;
  border-radius: 50%;
}


/* ======================================================
   CONTACT SECTION
====================================================== */

.atv-legal-contact {
  padding: 32px;

  margin-bottom: 50px;

  border: 0;
  border-radius: 11px;

  background:
    linear-gradient(
      135deg,
      #0b2033,
      #10324e
    );
}


.atv-legal-contact .atv-legal-section-number {
  color: #6baee5;
}


.atv-legal-contact .atv-legal-section-label {
  color: #6eb3eb;
}


.atv-legal-contact h2 {
  color: #ffffff !important;
}


.atv-legal-contact p {
  color: #a8bbc9 !important;
}


.atv-legal-contact-email {
  min-height: 52px;

  display: inline-flex;
  align-items: center;

  gap: 10px;

  margin-top: 8px;

  padding: 12px 17px;

  border: 1px solid rgba(255,255,255,.14);
  border-radius: 7px;

  background: rgba(255,255,255,.06);

  color: #ffffff !important;

  font-size: 14px;

  font-weight: 700;

  text-decoration: none !important;

  transition: .2s ease;
}


.atv-legal-contact-email svg {
  width: 19px;
  height: 19px;

  fill: none;
  stroke: #6eb3eb;

  stroke-width: 1.7;
}


.atv-legal-contact-email:hover {
  border-color: #438ac4;

  background: #347bb9;
}


/* ======================================================
   TABLET
====================================================== */

@media (max-width: 1024px) {

  .atv-legal-hero-grid {
    grid-template-columns: 1fr .65fr;

    gap: 45px;
  }


  .atv-legal-layout {
    grid-template-columns: 235px minmax(0, 1fr);

    gap: 45px;
  }


  .atv-legal-document {
    background:
      linear-gradient(
        90deg,
        #f7f9fb 0,
        #f7f9fb 27%,
        #ffffff 27%,
        #ffffff 100%
      );
  }

}


/* ======================================================
   MOBILE / TABLET
====================================================== */

@media (max-width: 820px) {

  .atv-legal-hero-grid {
    grid-template-columns: 1fr;

    gap: 35px;
  }


  .atv-legal-hero-meta {
    max-width: 600px;
  }


  .atv-legal-document {
    background: #ffffff;
  }


  .atv-legal-layout {
    grid-template-columns: 1fr;
  }


  .atv-legal-sidebar {
    display: none;
  }

}


/* ======================================================
   MOBILE
====================================================== */

@media (max-width: 767px) {

  .atv-legal-hero {
    padding: 60px 18px;
  }


  .atv-legal-hero h1 {
    font-size: 40px !important;

    letter-spacing: -1.4px !important;
  }


  .atv-legal-hero-content > p {
    font-size: 15px !important;
  }


  .atv-legal-hero-meta > div {
    grid-template-columns: 85px 1fr;
  }


  .atv-legal-document {
    padding: 65px 18px 80px;
  }


  .atv-legal-section {
    grid-template-columns: 35px minmax(0, 1fr);

    gap: 10px;

    padding-bottom: 35px;

    margin-bottom: 35px;
  }


  .atv-legal-section h2 {
    font-size: 25px !important;
  }


  .atv-legal-section p,
  .atv-legal-section li {
    font-size: 14.5px !important;
  }


  .atv-legal-section-intro,
  .atv-legal-contact {
    grid-template-columns: 1fr;

    padding: 24px 21px;
  }


  .atv-legal-section-intro .atv-legal-section-number,
  .atv-legal-contact .atv-legal-section-number {
    padding-top: 0;
  }

}


/* ======================================================
   SMALL MOBILE
====================================================== */

@media (max-width: 430px) {

  .atv-legal-hero,
  .atv-legal-document {
    padding-left: 15px;
    padding-right: 15px;
  }


  .atv-legal-hero h1 {
    font-size: 36px !important;
  }


  .atv-legal-section {
    grid-template-columns: 1fr;
  }


  .atv-legal-section-number {
    padding-top: 0;

    color: #8ba1b4;
  }


  .atv-legal-section h2 {
    font-size: 23px !important;
  }


  .atv-legal-contact-email {
    width: 100%;

    justify-content: center;
  }

}/* End custom CSS */