/* Start custom CSS for html, class: .elementor-element-078cd23 *//* ======================================================
   ARABIC IPTV - TERMS & CONDITIONS V2
====================================================== */

.atv-terms-v2,
.atv-terms-v2 * {
  box-sizing: border-box;
}

.atv-terms-v2 {
  width: 100%;
  overflow: hidden;

  font-family: inherit;

  color: #263b4e;
  background: #ffffff;
}

.atv-terms-v2-container {
  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
}


/* ======================================================
   HERO
====================================================== */

.atv-terms-v2-hero {
  width: 100vw;

  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: 88px 24px 82px;

  background:
    radial-gradient(
      circle at 80% 35%,
      rgba(56, 131, 193, .11),
      transparent 27%
    ),
    #f7f9fc;
}

.atv-terms-v2-hero-grid {
  display: grid;

  grid-template-columns: 1.15fr .55fr;

  gap: 90px;

  align-items: end;
}


/* label */

.atv-terms-v2-label {
  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-terms-v2-label > span {
  width: 29px;
  height: 2px;

  background: currentColor;
}


/* Hero heading */

.atv-terms-v2-hero h1 {
  margin: 0 0 22px !important;

  color: #0e1e2d !important;

  font-size: clamp(47px, 5.5vw, 68px) !important;
  line-height: 1.03 !important;

  font-weight: 780 !important;

  letter-spacing: -2.4px !important;
}

.atv-terms-v2-hero h1 strong {
  color: #245c98;

  font-weight: 800;
}

.atv-terms-v2-hero-content > p {
  max-width: 700px;

  margin: 0 !important;

  color: #657689 !important;

  font-size: 17px !important;
  line-height: 1.75 !important;
}


/* ======================================================
   HERO SIDE
====================================================== */

.atv-terms-v2-hero-side {
  padding-left: 27px;

  border-left: 2px solid #d7e2eb;
}

.atv-terms-v2-hero-side > span {
  display: block;

  margin-bottom: 7px;

  color: #6e8aa2;

  font-size: 13px;

  font-weight: 700;

  text-transform: uppercase;
}

.atv-terms-v2-hero-side > strong {
  display: block;

  margin-bottom: 11px;

  color: #21384e;

  font-size: 21px;
  line-height: 1.35;

  font-weight: 750;
}

.atv-terms-v2-hero-side p {
  margin: 0 !important;

  color: #758696 !important;

  font-size: 14px !important;
  line-height: 1.65 !important;
}


/* ======================================================
   COMMERCIAL SUMMARY
====================================================== */

.atv-terms-v2-summary {
  width: 100vw;

  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: 0 24px;

  background: #ffffff;
}

.atv-terms-v2-summary-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  border-top: 1px solid #dce5ec;
  border-left: 1px solid #dce5ec;
}

.atv-terms-v2-summary-item {
  min-height: 135px;

  display: grid;

  grid-template-columns: 30px 1fr;

  gap: 13px;

  padding: 27px 22px;

  border-right: 1px solid #dce5ec;
  border-bottom: 1px solid #dce5ec;
}

.atv-terms-v2-summary-item > span {
  padding-top: 3px;

  color: #85a0b6;

  font-size: 12px;

  font-weight: 700;
}

.atv-terms-v2-summary-item strong {
  display: block;

  margin-bottom: 5px;

  color: #213a50;

  font-size: 16px;

  font-weight: 730;
}

.atv-terms-v2-summary-item p {
  margin: 0 !important;

  color: #748697 !important;

  font-size: 13px !important;
  line-height: 1.55 !important;
}


/* ======================================================
   DOCUMENT
====================================================== */

.atv-terms-v2-document {
  width: 100vw;

  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding: 95px 24px 110px;

  background: #ffffff;
}

.atv-terms-v2-layout {
  display: grid;

  grid-template-columns: 265px minmax(0, 1fr);

  gap: 75px;

  align-items: start;
}


/* ======================================================
   SIDEBAR
====================================================== */

.atv-terms-v2-sidebar-inner {
  position: sticky;

  top: 100px;
}

.atv-terms-v2-sidebar-title {
  display: block;

  margin-bottom: 13px;

  color: #8193a3;

  font-size: 12px;

  font-weight: 700;

  letter-spacing: .7px;

  text-transform: uppercase;
}

.atv-terms-v2-nav {
  border-top: 1px solid #dae3ea;
}

.atv-terms-v2-nav a {
  display: grid;

  grid-template-columns: 31px 1fr;

  gap: 8px;

  padding: 13px 2px;

  border-bottom: 1px solid #dae3ea;

  color: #566d81 !important;

  font-size: 13px;
  line-height: 1.4;

  font-weight: 600;

  text-decoration: none !important;

  transition:
    color .2s ease,
    padding-left .2s ease;
}

.atv-terms-v2-nav a > span {
  color: #9aabb9;

  font-size: 10px;

  font-weight: 700;
}

.atv-terms-v2-nav a:hover {
  padding-left: 7px;

  color: #245c98 !important;
}


/* ======================================================
   SIDEBAR HELP
====================================================== */

.atv-terms-v2-help {
  margin-top: 28px;

  padding: 22px;

  border-radius: 10px;

  background:
    linear-gradient(
      140deg,
      #071522,
      #0c2942
    );
}

.atv-terms-v2-help-icon {
  width: 41px;
  height: 41px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 15px;

  border-radius: 7px;

  background: rgba(102, 176, 236, .11);

  color: #68afe8;
}

.atv-terms-v2-help-icon svg {
  width: 20px;
  height: 20px;

  fill: none;
  stroke: currentColor;

  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.atv-terms-v2-help > span {
  display: block;

  margin-bottom: 4px;

  color: #69afe7;

  font-size: 12px;

  font-weight: 700;

  text-transform: uppercase;
}

.atv-terms-v2-help > strong {
  display: block;

  margin-bottom: 7px;

  color: #ffffff;

  font-size: 17px;

  font-weight: 730;
}

.atv-terms-v2-help p {
  margin: 0 0 15px !important;

  color: #9eb0bf !important;

  font-size: 13px !important;
  line-height: 1.6 !important;
}

.atv-terms-v2-help > a {
  color: #70b6ed !important;

  font-size: 13px;

  font-weight: 700;

  text-decoration: none !important;
}


/* ======================================================
   CONTENT
====================================================== */

.atv-terms-v2-content {
  min-width: 0;
}


/* ======================================================
   SECTION
====================================================== */

.atv-terms-v2-section {
  display: grid;

  grid-template-columns: 105px minmax(0, 1fr);

  gap: 27px;

  padding: 0 0 52px;

  margin: 0 0 52px;

  border-bottom: 1px solid #e0e7ec;

  scroll-margin-top: 110px;
}

.atv-terms-v2-section-meta {
  padding-top: 6px;
}

.atv-terms-v2-section-meta > span {
  display: block;

  margin-bottom: 5px;

  color: #5c88ac;

  font-size: 15px;

  font-weight: 750;
}

.atv-terms-v2-section-meta small {
  color: #92a2af;

  font-size: 12px;
  line-height: 1.4;
}

.atv-terms-v2-section-body {
  max-width: 830px;
}


/* ======================================================
   HEADINGS
====================================================== */

.atv-terms-v2-section h2 {
  margin: 0 0 21px !important;

  color: #173149 !important;

  font-size: clamp(26px, 2.5vw, 33px) !important;
  line-height: 1.2 !important;

  font-weight: 760 !important;

  letter-spacing: -.7px !important;
}


/* ======================================================
   BODY TEXT
====================================================== */

.atv-terms-v2-section p {
  margin: 0 0 17px !important;

  color: #5c7083 !important;

  font-size: 15px !important;
  line-height: 1.82 !important;

  font-weight: 400 !important;
}

.atv-terms-v2-section p:last-child {
  margin-bottom: 0 !important;
}

.atv-terms-v2-section p a {
  color: #245c98 !important;

  font-weight: 650;

  text-decoration: underline;
  text-underline-offset: 3px;
}


/* ======================================================
   LISTS
====================================================== */

.atv-terms-v2-section ul {
  display: grid;

  gap: 9px;

  margin: 19px 0 24px;

  padding: 0;

  list-style: none;
}

.atv-terms-v2-section li {
  position: relative;

  padding: 11px 12px 11px 40px;

  border-left: 2px solid #d7e4ed;

  background: #f8fafc;

  color: #566b7e;

  font-size: 14.5px;
  line-height: 1.65;
}

.atv-terms-v2-section li::before {
  content: "✓";

  position: absolute;

  left: 14px;
  top: 12px;

  color: #347bb9;

  font-size: 12px;

  font-weight: 800;
}


/* ======================================================
   ORDERS / PAYMENT HIGHLIGHT
====================================================== */

.atv-terms-v2-commerce {
  padding: 34px;

  border: 1px solid #d9e4ec;
  border-radius: 11px;

  background:
    linear-gradient(
      145deg,
      #f4f8fb,
      #ffffff
    );
}


/* ======================================================
   REFUND NOTICE
====================================================== */

.atv-terms-v2-notice {
  display: flex;
  align-items: flex-start;

  gap: 14px;

  margin-top: 27px;

  padding: 20px;

  border: 1px solid #ccddea;
  border-left: 4px solid #347bb9;
  border-radius: 8px;

  background: #edf5fb;
}

.atv-terms-v2-notice-icon {
  width: 35px;
  height: 35px;

  flex: 0 0 35px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #245c98;
}

.atv-terms-v2-notice-icon svg {
  width: 21px;
  height: 21px;

  fill: none;
  stroke: currentColor;

  stroke-width: 1.7;
}

.atv-terms-v2-notice strong {
  display: block;

  margin-bottom: 4px;

  color: #254965;

  font-size: 15px;

  font-weight: 730;
}

.atv-terms-v2-notice p {
  margin: 0 !important;

  color: #60778b !important;

  font-size: 14px !important;
  line-height: 1.65 !important;
}


/* ======================================================
   SHORT TERMS
====================================================== */

.atv-terms-v2-short .atv-terms-v2-section-body {
  padding: 25px 28px;

  border-left: 3px solid #347bb9;

  background: #f6f9fb;
}

.atv-terms-v2-short h2 {
  margin-bottom: 10px !important;
}


/* ======================================================
   CONTACT
====================================================== */

.atv-terms-v2-contact {
  padding: 32px;

  margin-bottom: 0;

  border: 0;
  border-radius: 12px;

  background:
    radial-gradient(
      circle at 90% 25%,
      rgba(91, 169, 232, .15),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #071522,
      #0d2a45
    );
}

.atv-terms-v2-contact .atv-terms-v2-section-meta > span {
  color: #69afe8;
}

.atv-terms-v2-contact .atv-terms-v2-section-meta small {
  color: #8099ae;
}

.atv-terms-v2-contact h2 {
  color: #ffffff !important;
}

.atv-terms-v2-contact p {
  color: #a5b7c6 !important;
}

.atv-terms-v2-email {
  min-height: 50px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 9px;

  margin-top: 7px;

  padding: 12px 17px;

  border: 1px solid rgba(255,255,255,.14);
  border-radius: 7px;

  background: rgba(255,255,255,.05);

  color: #ffffff !important;

  font-size: 14px;

  font-weight: 700;

  text-decoration: none !important;

  transition: .2s ease;
}

.atv-terms-v2-email svg {
  width: 18px;
  height: 18px;

  fill: none;
  stroke: #6db4ec;

  stroke-width: 1.7;
}

.atv-terms-v2-email:hover {
  border-color: #347bb9;

  background: #347bb9;
}


/* ======================================================
   TABLET
====================================================== */

@media (max-width: 1024px) {

  .atv-terms-v2-hero-grid {
    grid-template-columns: 1fr .6fr;

    gap: 50px;
  }


  .atv-terms-v2-summary-grid {
    grid-template-columns: repeat(2, 1fr);
  }


  .atv-terms-v2-layout {
    grid-template-columns: 225px minmax(0, 1fr);

    gap: 45px;
  }


  .atv-terms-v2-section {
    grid-template-columns: 75px minmax(0, 1fr);

    gap: 20px;
  }

}


/* ======================================================
   TABLET / MOBILE
====================================================== */

@media (max-width: 820px) {

  .atv-terms-v2-hero-grid {
    grid-template-columns: 1fr;

    gap: 35px;
  }


  .atv-terms-v2-hero-side {
    max-width: 650px;
  }


  .atv-terms-v2-layout {
    grid-template-columns: 1fr;
  }


  .atv-terms-v2-sidebar {
    display: none;
  }

}


/* ======================================================
   MOBILE
====================================================== */

@media (max-width: 767px) {

  .atv-terms-v2-hero {
    padding: 60px 18px;
  }


  .atv-terms-v2-hero h1 {
    font-size: 40px !important;

    letter-spacing: -1.4px !important;
  }


  .atv-terms-v2-hero-content > p {
    font-size: 15px !important;
  }


  .atv-terms-v2-summary {
    padding: 0 18px;
  }


  .atv-terms-v2-summary-grid {
    grid-template-columns: 1fr 1fr;
  }


  .atv-terms-v2-summary-item {
    min-height: 125px;

    padding: 20px 16px;
  }


  .atv-terms-v2-document {
    padding: 65px 18px 80px;
  }


  .atv-terms-v2-section {
    grid-template-columns: 42px minmax(0,1fr);

    gap: 12px;

    padding-bottom: 38px;

    margin-bottom: 38px;
  }


  .atv-terms-v2-section h2 {
    font-size: 25px !important;
  }


  .atv-terms-v2-section p {
    font-size: 14.5px !important;
    line-height: 1.75 !important;
  }


  .atv-terms-v2-section li {
    font-size: 14px;
  }


  .atv-terms-v2-commerce,
  .atv-terms-v2-contact {
    grid-template-columns: 1fr;

    padding: 24px 21px;
  }


  .atv-terms-v2-commerce .atv-terms-v2-section-meta,
  .atv-terms-v2-contact .atv-terms-v2-section-meta {
    padding-top: 0;
  }

}


/* ======================================================
   SMALL MOBILE
====================================================== */

@media (max-width: 430px) {

  .atv-terms-v2-hero,
  .atv-terms-v2-summary,
  .atv-terms-v2-document {
    padding-left: 15px;
    padding-right: 15px;
  }


  .atv-terms-v2-hero h1 {
    font-size: 36px !important;
  }


  .atv-terms-v2-summary-grid {
    grid-template-columns: 1fr;
  }


  .atv-terms-v2-summary-item {
    min-height: auto;
  }


  .atv-terms-v2-section {
    grid-template-columns: 1fr;
  }


  .atv-terms-v2-section-meta {
    display: flex;
    align-items: center;

    gap: 8px;

    padding-top: 0;
  }


  .atv-terms-v2-section-meta > span {
    margin-bottom: 0;
  }


  .atv-terms-v2-section h2 {
    font-size: 23px !important;
  }


  .atv-terms-v2-short .atv-terms-v2-section-body {
    padding: 20px;

    border-left-width: 3px;
  }


  .atv-terms-v2-notice {
    padding: 17px;
  }


  .atv-terms-v2-email {
    width: 100%;
  }

}

/* ======================================================
   RTL SUPPORT - ARABIC IPTV TERMS & CONDITIONS V2
   ADD AT THE VERY END OF CURRENT CSS
====================================================== */

.atv-terms-v2[dir="rtl"] {
  direction: rtl;
  text-align: right;
}

.atv-terms-v2[dir="rtl"] .atv-terms-v2-container {
  direction: rtl;
}


/* ======================================================
   HERO
====================================================== */

.atv-terms-v2[dir="rtl"] .atv-terms-v2-hero {
  direction: rtl;

  /* Mirror glow from right to left */
  background:
    radial-gradient(
      circle at 20% 35%,
      rgba(56, 131, 193, .11),
      transparent 27%
    ),
    #f7f9fc;
}


.atv-terms-v2[dir="rtl"] .atv-terms-v2-hero-grid {
  direction: rtl;
}


/*
   RTL desktop:
   Main content = right
   Side info    = left
*/

.atv-terms-v2[dir="rtl"] .atv-terms-v2-hero-content {
  text-align: right;
}


.atv-terms-v2[dir="rtl"] .atv-terms-v2-label {
  direction: rtl;
  justify-content: flex-start;

  text-align: right;

  letter-spacing: 0 !important;
  text-transform: none;
}


.atv-terms-v2[dir="rtl"] .atv-terms-v2-hero h1 {
  text-align: right;

  letter-spacing: 0 !important;
}


.atv-terms-v2[dir="rtl"] .atv-terms-v2-hero-content > p {
  margin-left: auto !important;
  margin-right: 0 !important;

  text-align: right;
}


/* ======================================================
   HERO SIDE
   Accent left -> right
====================================================== */

.atv-terms-v2[dir="rtl"] .atv-terms-v2-hero-side {
  padding-left: 0;
  padding-right: 27px;

  border-left: 0;
  border-right: 2px solid #d7e2eb;

  direction: rtl;

  text-align: right;
}


.atv-terms-v2[dir="rtl"] .atv-terms-v2-hero-side > span {
  text-align: right;

  letter-spacing: 0 !important;
  text-transform: none;
}


.atv-terms-v2[dir="rtl"] .atv-terms-v2-hero-side > strong,
.atv-terms-v2[dir="rtl"] .atv-terms-v2-hero-side p {
  text-align: right;
}


/* ======================================================
   COMMERCIAL SUMMARY
====================================================== */

.atv-terms-v2[dir="rtl"] .atv-terms-v2-summary {
  direction: rtl;
}


/*
   Original grid:
   border-left on parent
   border-right on items

   RTL:
   border-right on parent
   border-left on items
*/

.atv-terms-v2[dir="rtl"] .atv-terms-v2-summary-grid {
  direction: rtl;

  border-left: 0;
  border-right: 1px solid #dce5ec;
}


.atv-terms-v2[dir="rtl"] .atv-terms-v2-summary-item {
  direction: rtl;

  border-right: 0;
  border-left: 1px solid #dce5ec;

  text-align: right;
}


.atv-terms-v2[dir="rtl"] .atv-terms-v2-summary-item > span {
  direction: ltr;
  unicode-bidi: isolate;

  text-align: right;
}


.atv-terms-v2[dir="rtl"] .atv-terms-v2-summary-item > div {
  text-align: right;
}


.atv-terms-v2[dir="rtl"] .atv-terms-v2-summary-item strong,
.atv-terms-v2[dir="rtl"] .atv-terms-v2-summary-item p {
  text-align: right;
}


/* ======================================================
   DOCUMENT
====================================================== */

.atv-terms-v2[dir="rtl"] .atv-terms-v2-document {
  direction: rtl;
}


/* ======================================================
   MAIN LAYOUT
   Sidebar = right
   Content = left
====================================================== */

.atv-terms-v2[dir="rtl"] .atv-terms-v2-layout {
  direction: rtl;
}


/* ======================================================
   SIDEBAR
====================================================== */

.atv-terms-v2[dir="rtl"] .atv-terms-v2-sidebar,
.atv-terms-v2[dir="rtl"] .atv-terms-v2-sidebar-inner {
  direction: rtl;

  text-align: right;
}


.atv-terms-v2[dir="rtl"] .atv-terms-v2-sidebar-title {
  text-align: right;

  letter-spacing: 0 !important;
  text-transform: none;
}


/* ======================================================
   SIDEBAR NAV
====================================================== */

.atv-terms-v2[dir="rtl"] .atv-terms-v2-nav {
  direction: rtl;
}


.atv-terms-v2[dir="rtl"] .atv-terms-v2-nav a {
  direction: rtl;

  text-align: right;

  transition:
    color .2s ease,
    padding-right .2s ease;
}


.atv-terms-v2[dir="rtl"] .atv-terms-v2-nav a > span {
  direction: ltr;
  unicode-bidi: isolate;

  text-align: right;
}


/* Hover movement left -> right */

.atv-terms-v2[dir="rtl"] .atv-terms-v2-nav a:hover {
  padding-left: 2px;
  padding-right: 7px;
}


/* ======================================================
   SIDEBAR HELP
====================================================== */

.atv-terms-v2[dir="rtl"] .atv-terms-v2-help {
  direction: rtl;

  text-align: right;

  background:
    linear-gradient(
      220deg,
      #071522,
      #0c2942
    );
}


.atv-terms-v2[dir="rtl"] .atv-terms-v2-help-icon {
  margin-left: 0;
  margin-right: 0;
}


.atv-terms-v2[dir="rtl"] .atv-terms-v2-help > span {
  text-align: right;

  letter-spacing: 0 !important;
  text-transform: none;
}


.atv-terms-v2[dir="rtl"] .atv-terms-v2-help > strong,
.atv-terms-v2[dir="rtl"] .atv-terms-v2-help p {
  text-align: right;
}


/* Email */

.atv-terms-v2[dir="rtl"] .atv-terms-v2-help > a {
  direction: ltr;
  unicode-bidi: isolate;

  display: inline-block;

  text-align: left;
}


/* ======================================================
   MAIN CONTENT
====================================================== */

.atv-terms-v2[dir="rtl"] .atv-terms-v2-content {
  direction: rtl;

  text-align: right;
}


/* ======================================================
   SECTIONS
   Meta = right
   Body = left of meta
====================================================== */

.atv-terms-v2[dir="rtl"] .atv-terms-v2-section {
  direction: rtl;

  text-align: right;
}


.atv-terms-v2[dir="rtl"] .atv-terms-v2-section-meta {
  text-align: right;
}


.atv-terms-v2[dir="rtl"] .atv-terms-v2-section-meta > span {
  direction: ltr;
  unicode-bidi: isolate;

  text-align: right;
}


.atv-terms-v2[dir="rtl"] .atv-terms-v2-section-meta small {
  text-align: right;
}


.atv-terms-v2[dir="rtl"] .atv-terms-v2-section-body {
  margin-left: auto;
  margin-right: 0;

  text-align: right;
}


/* ======================================================
   HEADINGS
====================================================== */

.atv-terms-v2[dir="rtl"] .atv-terms-v2-section h2 {
  text-align: right;

  letter-spacing: 0 !important;
}


/* ======================================================
   BODY TEXT
====================================================== */

.atv-terms-v2[dir="rtl"] .atv-terms-v2-section p {
  text-align: right;

  unicode-bidi: plaintext;
}


.atv-terms-v2[dir="rtl"] .atv-terms-v2-section p a {
  unicode-bidi: plaintext;
}


/* Keep email address LTR */

.atv-terms-v2[dir="rtl"]
.atv-terms-v2-section p a[href^="mailto:"] {
  direction: ltr;
  unicode-bidi: isolate;

  display: inline-block;
}


/* ======================================================
   LISTS
   Accent + check left -> right
====================================================== */

.atv-terms-v2[dir="rtl"] .atv-terms-v2-section ul {
  direction: rtl;

  text-align: right;
}


.atv-terms-v2[dir="rtl"] .atv-terms-v2-section li {
  padding-left: 12px;
  padding-right: 40px;

  border-left: 0;
  border-right: 2px solid #d7e4ed;

  text-align: right;

  unicode-bidi: plaintext;
}


.atv-terms-v2[dir="rtl"] .atv-terms-v2-section li::before {
  left: auto;
  right: 14px;
}


/* ======================================================
   ORDERS / PAYMENT HIGHLIGHT
====================================================== */

.atv-terms-v2[dir="rtl"] .atv-terms-v2-commerce {
  direction: rtl;

  text-align: right;

  background:
    linear-gradient(
      215deg,
      #f4f8fb,
      #ffffff
    );
}


/* ======================================================
   REFUND NOTICE
   Accent left -> right
====================================================== */

.atv-terms-v2[dir="rtl"] .atv-terms-v2-notice {
  direction: rtl;

  text-align: right;

  border-left: 1px solid #ccddea;
  border-right: 4px solid #347bb9;
}


.atv-terms-v2[dir="rtl"] .atv-terms-v2-notice > div:last-child {
  text-align: right;
}


.atv-terms-v2[dir="rtl"] .atv-terms-v2-notice strong,
.atv-terms-v2[dir="rtl"] .atv-terms-v2-notice p {
  text-align: right;
}


/* ======================================================
   SHORT TERMS
   Accent left -> right
====================================================== */

.atv-terms-v2[dir="rtl"]
.atv-terms-v2-short .atv-terms-v2-section-body {
  border-left: 0;
  border-right: 3px solid #347bb9;

  text-align: right;
}


/* ======================================================
   CONTACT
====================================================== */

.atv-terms-v2[dir="rtl"] .atv-terms-v2-contact {
  direction: rtl;

  text-align: right;

  background:
    radial-gradient(
      circle at 10% 25%,
      rgba(91, 169, 232, .15),
      transparent 30%
    ),
    linear-gradient(
      225deg,
      #071522,
      #0d2a45
    );
}


.atv-terms-v2[dir="rtl"]
.atv-terms-v2-contact .atv-terms-v2-section-meta,
.atv-terms-v2[dir="rtl"]
.atv-terms-v2-contact .atv-terms-v2-section-body {
  text-align: right;
}


.atv-terms-v2[dir="rtl"] .atv-terms-v2-contact h2,
.atv-terms-v2[dir="rtl"] .atv-terms-v2-contact p {
  text-align: right;
}


/* Email must remain LTR */

.atv-terms-v2[dir="rtl"] .atv-terms-v2-email {
  direction: ltr;
  unicode-bidi: isolate;

  text-align: left;
}


.atv-terms-v2[dir="rtl"] .atv-terms-v2-email svg {
  flex: 0 0 auto;
}


/* ======================================================
   TABLET
====================================================== */

@media (max-width: 1024px) {

  .atv-terms-v2[dir="rtl"] .atv-terms-v2-hero-grid,
  .atv-terms-v2[dir="rtl"] .atv-terms-v2-summary-grid,
  .atv-terms-v2[dir="rtl"] .atv-terms-v2-layout,
  .atv-terms-v2[dir="rtl"] .atv-terms-v2-section {
    direction: rtl;
  }

}


/* ======================================================
   TABLET / MOBILE
====================================================== */

@media (max-width: 820px) {

  .atv-terms-v2[dir="rtl"] .atv-terms-v2-hero-grid {
    direction: rtl;

    text-align: right;
  }


  /*
     Hero side stacks below hero content.
     Keep right accent.
  */

  .atv-terms-v2[dir="rtl"] .atv-terms-v2-hero-side {
    margin-left: auto;
    margin-right: 0;

    padding-left: 0;
    padding-right: 27px;

    border-left: 0;
    border-right: 2px solid #d7e2eb;

    text-align: right;
  }


  .atv-terms-v2[dir="rtl"] .atv-terms-v2-layout {
    direction: rtl;
  }

}


/* ======================================================
   MOBILE
====================================================== */

@media (max-width: 767px) {

  /* Arabic headings */

  .atv-terms-v2[dir="rtl"] .atv-terms-v2-hero h1,
  .atv-terms-v2[dir="rtl"] .atv-terms-v2-section h2 {
    letter-spacing: 0 !important;
  }


  /* Summary */

  .atv-terms-v2[dir="rtl"] .atv-terms-v2-summary-grid {
    direction: rtl;
  }


  .atv-terms-v2[dir="rtl"] .atv-terms-v2-summary-item {
    direction: rtl;

    text-align: right;
  }


  /* Sections */

  .atv-terms-v2[dir="rtl"] .atv-terms-v2-section {
    direction: rtl;

    text-align: right;
  }


  /*
     Commerce/contact become one column
  */

  .atv-terms-v2[dir="rtl"] .atv-terms-v2-commerce,
  .atv-terms-v2[dir="rtl"] .atv-terms-v2-contact {
    direction: rtl;

    text-align: right;
  }


  .atv-terms-v2[dir="rtl"]
  .atv-terms-v2-commerce .atv-terms-v2-section-meta,
  .atv-terms-v2[dir="rtl"]
  .atv-terms-v2-contact .atv-terms-v2-section-meta {
    text-align: right;
  }

}


/* ======================================================
   SMALL MOBILE
====================================================== */

@media (max-width: 430px) {

  .atv-terms-v2[dir="rtl"] .atv-terms-v2-hero h1,
  .atv-terms-v2[dir="rtl"] .atv-terms-v2-section h2 {
    letter-spacing: 0 !important;
  }


  /* Summary becomes one column */

  .atv-terms-v2[dir="rtl"] .atv-terms-v2-summary-grid {
    direction: rtl;
  }


  /*
     Section meta becomes horizontal:
     01 | Category
  */

  .atv-terms-v2[dir="rtl"] .atv-terms-v2-section-meta {
    direction: rtl;

    justify-content: flex-start;

    text-align: right;
  }


  /* Short terms */

  .atv-terms-v2[dir="rtl"]
  .atv-terms-v2-short .atv-terms-v2-section-body {
    border-left: 0;
    border-right: 3px solid #347bb9;
  }


  /* Notice */

  .atv-terms-v2[dir="rtl"] .atv-terms-v2-notice {
    direction: rtl;

    text-align: right;
  }


  /* Full-width email button */

  .atv-terms-v2[dir="rtl"] .atv-terms-v2-email {
    direction: ltr;

    justify-content: center;

    text-align: center;
  }

}/* End custom CSS */