.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-ffaad4d *//* ======================================================
   ARABIC IPTV - PREMIUM HEADER
====================================================== */

.atv-site-header,
.atv-site-header * {
  box-sizing: border-box;
}

.atv-site-header {
  --atv-header-blue: #3479b8;
  --atv-header-blue-light: #67afea;
  --atv-header-navy: #07131f;
  --atv-header-border: rgba(255, 255, 255, 0.1);

  position: absolute;
  z-index: 9999;

  top: 0;
  left: 0;

  width: 100%;

  color: #ffffff;

  font-family: inherit;
}


/* ======================================================
   TOP BAR
====================================================== */

.atv-header-topbar {
  height: 38px;

  display: flex;
  align-items: center;

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);

  background: rgba(3, 10, 18, 0.62);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  transition:
    opacity 0.25s ease,
    height 0.25s ease;
}


.atv-header-topbar-inner {
  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
  padding: 0 24px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 30px;
}


/* Topbar Features */

.atv-header-topbar-features {
  display: flex;
  align-items: center;

  gap: 13px;
}


.atv-header-topbar-item {
  display: flex;
  align-items: center;

  gap: 7px;

  color: #9fb1c3;

  font-size: 10.5px;
  line-height: 1;

  font-weight: 600;
}


.atv-header-status-dot {
  width: 6px;
  height: 6px;

  display: block;

  border-radius: 50%;

  background: #65afea;
}


.atv-header-topbar-divider {
  width: 3px;
  height: 3px;

  border-radius: 50%;

  background: #52687d;
}


/* WhatsApp */

.atv-header-whatsapp {
  display: flex;
  align-items: center;

  gap: 7px;

  color: #b7c7d7 !important;

  font-size: 10.5px;

  font-weight: 650;

  text-decoration: none !important;

  transition: color 0.2s ease;
}


.atv-header-whatsapp svg {
  width: 15px;
  height: 15px;

  fill: none;
  stroke: #69afea;

  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.atv-header-whatsapp:hover {
  color: #ffffff !important;
}


/* ======================================================
   MAIN HEADER
====================================================== */

.atv-header-main {
  position: relative;

  border-bottom: 1px solid rgba(255, 255, 255, 0.09);

  background: rgba(6, 16, 27, 0.61);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  transition:
    background 0.25s ease,
    border-color 0.25s ease;
}


.atv-header-container {
  width: 100%;
  max-width: 1240px;

  min-height: 78px;

  margin: 0 auto;
  padding: 0 24px;

  display: flex;
  align-items: center;

  gap: 35px;
}


/* ======================================================
   LOGO
====================================================== */

.atv-header-logo {
  flex: 0 0 auto;

  display: flex;
  align-items: center;

  text-decoration: none !important;
}


.atv-header-logo img {
  display: block;

  width: auto;
  height: auto;

  max-width: 185px;
  max-height: 51px;

  object-fit: contain;
}


/* ======================================================
   DESKTOP NAV
====================================================== */

.atv-header-nav {
  flex: 1;

  display: flex;
  align-items: center;
  justify-content: center;
}


.atv-header-nav ul {
  display: flex;
  align-items: center;

  gap: 6px;

  list-style: none;

  padding: 0;
  margin: 0;
}


.atv-header-nav li {
  padding: 0;
  margin: 0;
}


.atv-header-nav a {
  position: relative;

  min-height: 42px;

  display: flex;
  align-items: center;

  padding: 0 12px;

  color: #c4d0dc !important;

  font-size: 12.5px;
  line-height: 1;

  font-weight: 650;

  white-space: nowrap;

  text-decoration: none !important;

  transition:
    color 0.2s ease,
    background 0.2s ease;
}


.atv-header-nav a:hover {
  color: #ffffff !important;
}


/* Hover indicator */

.atv-header-nav a::before {
  content: "";

  position: absolute;

  left: 12px;
  right: 12px;
  bottom: -18px;

  height: 2px;

  transform: scaleX(0);

  transform-origin: center;

  background: #4d9bda;

  transition: transform 0.2s ease;
}


.atv-header-nav a:hover::before,
.atv-header-nav a.active-menu-link::before {
  transform: scaleX(1);
}


/* Active */

.atv-header-nav a.active-menu-link {
  color: #ffffff !important;
}


/* ======================================================
   ACTIONS
====================================================== */

.atv-header-actions {
  flex: 0 0 auto;

  display: flex;
  align-items: center;

  gap: 9px;
}


/* Language */

.atv-header-language {
  min-width: 62px;
  min-height: 44px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 10px 12px;

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 7px;

  background: rgba(255, 255, 255, 0.035);

  color: #dce6ef !important;

  font-size: 12px;

  font-weight: 650;

  text-decoration: none !important;

  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}


.atv-header-language:hover {
  border-color: rgba(100, 175, 236, 0.3);

  background: rgba(255, 255, 255, 0.07);

  color: #ffffff !important;
}


/* Order Button */

.atv-header-order {
  min-height: 44px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 8px;

  padding: 10px 17px;

  border: 1px solid #3479b8;
  border-radius: 7px;

  background: #3479b8;

  color: #ffffff !important;

  font-size: 12px;
  font-weight: 700;

  white-space: nowrap;

  text-decoration: none !important;

  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}


.atv-header-order svg {
  width: 16px;
  height: 16px;

  fill: none;
  stroke: currentColor;

  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform 0.2s ease;
}


.atv-header-order:hover {
  border-color: #428ccc;

  background: #428ccc;

  color: #ffffff !important;

  transform: translateY(-1px);
}


.atv-header-order:hover svg {
  transform: translateX(2px);
}


/* ======================================================
   MOBILE TOGGLE
====================================================== */

.atv-header-toggle {
  width: 44px;
  height: 44px;

  flex: 0 0 44px;

  display: none;

  align-items: center;
  justify-content: center;
  flex-direction: column;

  gap: 5px;

  padding: 0;

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;

  background: rgba(255, 255, 255, 0.04);

  cursor: pointer;
}


.atv-header-toggle span {
  width: 19px;
  height: 1.5px;

  display: block;

  margin: 0;

  border-radius: 10px;

  background: #ffffff;

  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
}


/* Active Toggle */

.atv-header-toggle.is-active span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}


.atv-header-toggle.is-active span:nth-child(2) {
  opacity: 0;
}


.atv-header-toggle.is-active span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}


/* ======================================================
   MOBILE NAVIGATION
====================================================== */

.atv-mobile-navigation {
  position: absolute;

  top: 100%;
  left: 0;

  width: 100%;

  visibility: hidden;
  opacity: 0;

  transform: translateY(-8px);

  pointer-events: none;

  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);

  background: rgba(5, 14, 24, 0.985);

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  transition:
    opacity 0.22s ease,
    visibility 0.22s ease,
    transform 0.22s ease;
}


.atv-site-header.menu-open .atv-mobile-navigation {
  visibility: visible;
  opacity: 1;

  transform: translateY(0);

  pointer-events: auto;
}


.atv-mobile-navigation-inner {
  width: 100%;
  max-width: 720px;

  margin: 0 auto;

  padding: 20px 22px 25px;
}


/* ======================================================
   MOBILE LINKS
====================================================== */

.atv-mobile-links {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}


.atv-mobile-links a {
  min-height: 54px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 4px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.07);

  color: #ced9e3 !important;

  font-size: 14px;
  font-weight: 650;

  text-decoration: none !important;

  transition:
    color 0.2s ease,
    padding-left 0.2s ease;
}


.atv-mobile-links a small {
  color: #526a80;

  font-size: 8px;

  font-weight: 700;

  letter-spacing: 0.6px;
}


.atv-mobile-links a:hover,
.atv-mobile-links a.active-menu-link {
  padding-left: 8px;

  color: #66afea !important;
}


/* ======================================================
   MOBILE UTILITY
====================================================== */

.atv-mobile-utility {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 8px;

  margin-top: 18px;
}


.atv-mobile-language,
.atv-mobile-whatsapp {
  min-height: 45px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 10px;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;

  background: rgba(255, 255, 255, 0.035);

  color: #b7c7d6 !important;

  font-size: 11px;
  font-weight: 650;

  text-decoration: none !important;
}


/* ======================================================
   MOBILE CTA
====================================================== */

.atv-mobile-order {
  min-height: 49px;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 8px;

  margin-top: 9px;

  border-radius: 7px;

  background: #3479b8;

  color: #ffffff !important;

  font-size: 12px;
  font-weight: 700;

  text-decoration: none !important;
}


.atv-mobile-order svg {
  width: 16px;
  height: 16px;

  fill: none;
  stroke: currentColor;

  stroke-width: 2;
}


/* ======================================================
   MOBILE TRUST
====================================================== */

.atv-mobile-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  gap: 7px 15px;

  margin-top: 19px;
  padding-top: 17px;

  border-top: 1px solid rgba(255, 255, 255, 0.07);
}


.atv-mobile-trust span {
  position: relative;

  color: #71879b;

  font-size: 8.5px;

  font-weight: 600;
}


.atv-mobile-trust span + span::before {
  content: "";

  position: absolute;

  left: -9px;
  top: 50%;

  width: 3px;
  height: 3px;

  transform: translateY(-50%);

  border-radius: 50%;

  background: #455e75;
}


/* ======================================================
   SCROLLED HEADER
====================================================== */

.atv-site-header.is-scrolled {
  position: fixed;

  animation: atvHeaderDown 0.28s ease;
}


.atv-site-header.is-scrolled .atv-header-topbar {
  height: 0;

  overflow: hidden;

  opacity: 0;

  border: 0;
}


.atv-site-header.is-scrolled .atv-header-main {
  background: rgba(5, 14, 24, 0.96);

  border-bottom-color: rgba(255, 255, 255, 0.08);

  box-shadow:
    0 8px 25px rgba(0, 0, 0, 0.13);
}


.atv-site-header.is-scrolled .atv-header-container {
  min-height: 66px;
}


.atv-site-header.is-scrolled .atv-header-logo img {
  max-height: 44px;
}


@keyframes atvHeaderDown {

  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }

}


/* ======================================================
   TABLET / SMALL DESKTOP
====================================================== */

@media (max-width: 1120px) {

  .atv-header-container {
    gap: 22px;
  }

  .atv-header-nav ul {
    gap: 2px;
  }

  .atv-header-nav a {
    padding-left: 9px;
    padding-right: 9px;

    font-size: 11.5px;
  }

  .atv-header-order {
    padding-left: 13px;
    padding-right: 13px;
  }

}


/* ======================================================
   MOBILE NAV BREAKPOINT
====================================================== */

@media (max-width: 980px) {

  .atv-header-nav,
  .atv-header-actions {
    display: none;
  }

  .atv-header-toggle {
    display: flex;
  }

  .atv-header-container {
    justify-content: space-between;
  }

}


/* ======================================================
   MOBILE
====================================================== */

@media (max-width: 767px) {

  .atv-header-topbar {
    display: none;
  }

  .atv-header-container {
    min-height: 70px;

    padding: 0 18px;
  }

  .atv-header-logo img {
    max-width: 165px;
    max-height: 46px;
  }

  .atv-site-header.is-scrolled .atv-header-container {
    min-height: 64px;
  }

  .atv-site-header.is-scrolled .atv-header-logo img {
    max-height: 42px;
  }

}


/* ======================================================
   SMALL MOBILE
====================================================== */

@media (max-width: 430px) {

  .atv-header-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .atv-header-logo img {
    max-width: 150px;
  }

  .atv-mobile-navigation-inner {
    padding-left: 17px;
    padding-right: 17px;
  }

}


/* ======================================================
   BODY LOCK WHEN MENU OPEN
====================================================== */

body.atv-mobile-menu-open {
  overflow: hidden;
}
/* ======================================================
   ARABIC IPTV HEADER
   TYPOGRAPHY & SIZE FIX
====================================================== */

/* TOP BAR */
.atv-header-topbar {
  height: 42px !important;
}

.atv-header-topbar-item,
.atv-header-whatsapp {
  font-size: 13px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
}

.atv-header-whatsapp svg {
  width: 17px !important;
  height: 17px !important;
}


/* ======================================================
   MAIN HEADER
====================================================== */

.atv-header-container {
  min-height: 84px !important;
}


/* Logo */
.atv-header-logo img {
  max-width: 205px !important;
  max-height: 58px !important;
}


/* ======================================================
   DESKTOP NAV
====================================================== */

.atv-header-nav ul {
  gap: 8px !important;
}

.atv-header-nav a {
  min-height: 46px !important;

  padding: 0 13px !important;

  font-size: 14px !important;
  line-height: 1.2 !important;

  font-weight: 650 !important;
}


/* Active underline position */
.atv-header-nav a::before {
  bottom: -20px !important;
}


/* ======================================================
   LANGUAGE BUTTON
====================================================== */

.atv-header-language {
  min-width: 68px !important;
  min-height: 48px !important;

  padding: 11px 14px !important;

  font-size: 14px !important;
  line-height: 1.2 !important;

  font-weight: 650 !important;
}


/* ======================================================
   ORDER BUTTON
====================================================== */

.atv-header-order {
  min-height: 48px !important;

  padding: 12px 20px !important;

  font-size: 14px !important;
  line-height: 1.2 !important;

  font-weight: 700 !important;
}

.atv-header-order svg {
  width: 18px !important;
  height: 18px !important;
}


/* ======================================================
   MOBILE MENU
====================================================== */

.atv-mobile-links a {
  min-height: 58px !important;

  font-size: 15px !important;
  line-height: 1.3 !important;

  font-weight: 650 !important;
}

.atv-mobile-links a small {
  font-size: 11px !important;
  line-height: 1.2 !important;
}


/* Mobile utility */
.atv-mobile-language,
.atv-mobile-whatsapp {
  min-height: 48px !important;

  font-size: 13px !important;
  line-height: 1.3 !important;

  font-weight: 650 !important;
}


/* Mobile CTA */
.atv-mobile-order {
  min-height: 52px !important;

  font-size: 14px !important;
  line-height: 1.2 !important;

  font-weight: 700 !important;
}


/* Mobile Trust */
.atv-mobile-trust span {
  font-size: 11px !important;
  line-height: 1.4 !important;

  font-weight: 600 !important;
}


/* ======================================================
   SCROLLED HEADER
====================================================== */

.atv-site-header.is-scrolled .atv-header-container {
  min-height: 72px !important;
}

.atv-site-header.is-scrolled .atv-header-logo img {
  max-height: 48px !important;
}


/* ======================================================
   MEDIUM DESKTOP
====================================================== */

@media (max-width: 1120px) {

  .atv-header-nav a {
    font-size: 13px !important;
    padding-left: 9px !important;
    padding-right: 9px !important;
  }

  .atv-header-language {
    font-size: 13px !important;
  }

  .atv-header-order {
    font-size: 13px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

}


/* ======================================================
   MOBILE
====================================================== */

@media (max-width: 767px) {

  .atv-header-container {
    min-height: 76px !important;
  }

  .atv-header-logo img {
    max-width: 180px !important;
    max-height: 52px !important;
  }

  .atv-header-toggle {
    width: 46px !important;
    height: 46px !important;
  }

  .atv-header-toggle span {
    width: 21px !important;
    height: 2px !important;
  }

  .atv-site-header.is-scrolled .atv-header-container {
    min-height: 70px !important;
  }

  .atv-site-header.is-scrolled .atv-header-logo img {
    max-height: 47px !important;
  }

}


/* ======================================================
   SMALL MOBILE
====================================================== */

@media (max-width: 430px) {

  .atv-header-logo img {
    max-width: 165px !important;
  }

  .atv-mobile-links a {
    font-size: 15px !important;
  }

  .atv-mobile-language,
  .atv-mobile-whatsapp {
    font-size: 12.5px !important;
  }

  .atv-mobile-order {
    font-size: 14px !important;
  }

}
/* ======================================================
   HEADER BACKGROUND FIX
   HOME = TRANSPARENT
   INTERNAL PAGES = SOLID NAVY
====================================================== */


/* ======================================================
   DEFAULT / INTERNAL PAGES
====================================================== */

/*
 * By default the header is part of the normal page flow.
 * This prevents it from floating over white inner pages.
 */
.atv-site-header {
  position: relative !important;
  top: auto;
  left: auto;

  background: #071421 !important;
}


/* Top bar on internal pages */
.atv-site-header .atv-header-topbar {
  background: #050d17 !important;

  border-bottom:
    1px solid rgba(255, 255, 255, 0.07);
}


/* Main navigation on internal pages */
.atv-site-header .atv-header-main {
  background: #091827 !important;

  border-bottom:
    1px solid rgba(255, 255, 255, 0.08);

  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}


/* ======================================================
   HOME PAGE ONLY
   TRANSPARENT OVER HERO
====================================================== */

body.home .atv-site-header {
  position: absolute !important;

  top: 0;
  left: 0;

  background: transparent !important;
}


/* Home Top Bar */
body.home .atv-site-header .atv-header-topbar {
  background: rgba(3, 10, 18, 0.68) !important;

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}


/* Home Main Header */
body.home .atv-site-header .atv-header-main {
  background: rgba(6, 16, 27, 0.68) !important;

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}


/* ======================================================
   SCROLLED HEADER
====================================================== */

.atv-site-header.is-scrolled,
body.home .atv-site-header.is-scrolled {
  position: fixed !important;

  top: 0;
  left: 0;
  right: 0;

  width: 100%;

  background: #071421 !important;
}


.atv-site-header.is-scrolled .atv-header-main,
body.home .atv-site-header.is-scrolled .atv-header-main {
  background: rgba(5, 14, 24, 0.98) !important;

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  border-bottom:
    1px solid rgba(255, 255, 255, 0.08);
}


/* ======================================================
   INTERNAL PAGE COLORS
====================================================== */

body:not(.home) .atv-header-nav a {
  color: #d6e0e9 !important;
}


body:not(.home) .atv-header-nav a:hover,
body:not(.home) .atv-header-nav a.active-menu-link {
  color: #ffffff !important;
}


body:not(.home) .atv-header-topbar-item {
  color: #a9bac9 !important;
}


body:not(.home) .atv-header-whatsapp {
  color: #b9c8d5 !important;
}


/* ======================================================
   INNER PAGE HEADER SIZE
====================================================== */

body:not(.home) .atv-header-container {
  min-height: 82px !important;
}


body:not(.home) .atv-header-logo img {
  max-width: 205px !important;
  max-height: 58px !important;
}


/* ======================================================
   ADMIN BAR FIX
   WHEN LOGGED INTO WORDPRESS
====================================================== */

body.admin-bar .atv-site-header.is-scrolled {
  top: 32px !important;
}


@media (max-width: 782px) {

  body.admin-bar .atv-site-header.is-scrolled {
    top: 46px !important;
  }

}


/* ======================================================
   MOBILE
====================================================== */

@media (max-width: 980px) {

  .atv-site-header .atv-mobile-navigation {
    background: #071421 !important;
  }

}


@media (max-width: 767px) {

  body:not(.home) .atv-header-container {
    min-height: 74px !important;
  }

}
/* ======================================================
   RTL SUPPORT - ARABIC IPTV HEADER
   ADD THIS AT THE VERY END OF THE CURRENT CSS
====================================================== */

.atv-site-header[dir="rtl"] {
  direction: rtl;
  text-align: right;
}


/* ======================================================
   TOP BAR
====================================================== */

.atv-site-header[dir="rtl"] .atv-header-topbar {
  direction: rtl;
}

.atv-site-header[dir="rtl"] .atv-header-topbar-inner {
  direction: rtl;
}

.atv-site-header[dir="rtl"] .atv-header-topbar-features {
  direction: rtl;
}

.atv-site-header[dir="rtl"] .atv-header-topbar-item {
  direction: rtl;
  text-align: right;

  letter-spacing: 0 !important;
}


/* WhatsApp remains correctly aligned */

.atv-site-header[dir="rtl"] .atv-header-whatsapp {
  direction: rtl;

  text-align: right;
}


/* Phone number must remain LTR */

.atv-site-header[dir="rtl"] .atv-header-whatsapp > span {
  direction: ltr;
  unicode-bidi: isolate;

  display: inline-block;
}


/* ======================================================
   MAIN HEADER
====================================================== */

.atv-site-header[dir="rtl"] .atv-header-main {
  direction: rtl;
}


/*
   Desktop RTL result:

   RIGHT                                      LEFT
   Logo        Navigation        CTA / English
*/

.atv-site-header[dir="rtl"] .atv-header-container {
  direction: rtl;
}


/* ======================================================
   LOGO
====================================================== */

.atv-site-header[dir="rtl"] .atv-header-logo {
  direction: rtl;
}


/* ======================================================
   DESKTOP NAVIGATION
====================================================== */

.atv-site-header[dir="rtl"] .atv-header-nav {
  direction: rtl;
}

.atv-site-header[dir="rtl"] .atv-header-nav ul {
  direction: rtl;
}

.atv-site-header[dir="rtl"] .atv-header-nav li {
  direction: rtl;
}

.atv-site-header[dir="rtl"] .atv-header-nav a {
  direction: rtl;

  text-align: right;

  letter-spacing: 0 !important;
}


/*
   Underline is centered, so no physical left/right
   change is required.
*/


/* ======================================================
   DESKTOP ACTIONS
====================================================== */

.atv-site-header[dir="rtl"] .atv-header-actions {
  direction: rtl;
}


/* Language button: English remains LTR */

.atv-site-header[dir="rtl"] .atv-header-language {
  direction: ltr;
  unicode-bidi: isolate;

  text-align: center;
}


/* IPTV Plans CTA */

.atv-site-header[dir="rtl"] .atv-header-order {
  direction: rtl;

  text-align: center;

  letter-spacing: 0 !important;
}


/* Arrow should move left in Arabic */

.atv-site-header[dir="rtl"] .atv-header-order:hover svg {
  transform: translateX(-2px);
}


/* ======================================================
   MOBILE TOGGLE
====================================================== */

.atv-site-header[dir="rtl"] .atv-header-toggle {
  direction: rtl;
}


/*
   Because .atv-header-container uses RTL:
   Logo appears on the right
   Hamburger appears on the left
*/


/* ======================================================
   MOBILE NAVIGATION
====================================================== */

.atv-site-header[dir="rtl"] .atv-mobile-navigation {
  direction: rtl;

  text-align: right;
}

.atv-site-header[dir="rtl"] .atv-mobile-navigation-inner {
  direction: rtl;

  text-align: right;
}


/* ======================================================
   MOBILE LINKS
====================================================== */

.atv-site-header[dir="rtl"] .atv-mobile-links {
  direction: rtl;
}

.atv-site-header[dir="rtl"] .atv-mobile-links a {
  direction: rtl;

  text-align: right;

  transition:
    color 0.2s ease,
    padding-right 0.2s ease;
}


/* Text on right */

.atv-site-header[dir="rtl"] .atv-mobile-links a > span {
  text-align: right;
}


/* Number on left */

.atv-site-header[dir="rtl"] .atv-mobile-links a small {
  direction: ltr;
  unicode-bidi: isolate;

  text-align: left;
}


/* Mirror hover movement */

.atv-site-header[dir="rtl"] .atv-mobile-links a:hover,
.atv-site-header[dir="rtl"] .atv-mobile-links a.active-menu-link {
  padding-left: 4px;
  padding-right: 8px;
}


/* ======================================================
   MOBILE UTILITY
====================================================== */

.atv-site-header[dir="rtl"] .atv-mobile-utility {
  direction: rtl;
}


/* English */

.atv-site-header[dir="rtl"] .atv-mobile-language {
  direction: ltr;
  unicode-bidi: isolate;

  text-align: center;
}


/* WhatsApp */

.atv-site-header[dir="rtl"] .atv-mobile-whatsapp {
  direction: rtl;

  text-align: center;
}


/* ======================================================
   MOBILE CTA
====================================================== */

.atv-site-header[dir="rtl"] .atv-mobile-order {
  direction: rtl;

  text-align: center;

  letter-spacing: 0 !important;
}

.atv-site-header[dir="rtl"] .atv-mobile-order svg {
  flex: 0 0 auto;
}


/* ======================================================
   MOBILE TRUST
====================================================== */

.atv-site-header[dir="rtl"] .atv-mobile-trust {
  direction: rtl;
}


/*
   Original separator:
   left:-9px

   RTL:
   right:-9px
*/

.atv-site-header[dir="rtl"]
.atv-mobile-trust span + span::before {
  left: auto;
  right: -9px;
}


/* Keep mixed numbers readable */

.atv-site-header[dir="rtl"] .atv-mobile-trust span {
  unicode-bidi: plaintext;

  text-align: right;
}


/* ======================================================
   TABLET / SMALL DESKTOP
====================================================== */

@media (max-width: 1120px) {

  .atv-site-header[dir="rtl"] .atv-header-nav a {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }

}


/* ======================================================
   MOBILE NAV BREAKPOINT
====================================================== */

@media (max-width: 980px) {

  .atv-site-header[dir="rtl"] .atv-header-container {
    direction: rtl;

    /*
       RTL:
       logo = right
       toggle = left
    */
    justify-content: space-between;
  }


  .atv-site-header[dir="rtl"] .atv-mobile-navigation {
    direction: rtl;
  }

}


/* ======================================================
   MOBILE
====================================================== */

@media (max-width: 767px) {

  .atv-site-header[dir="rtl"] .atv-header-container {
    direction: rtl;
  }


  .atv-site-header[dir="rtl"] .atv-mobile-links a {
    text-align: right;
  }


  .atv-site-header[dir="rtl"] .atv-mobile-trust {
    direction: rtl;
  }

}


/* ======================================================
   SMALL MOBILE
====================================================== */

@media (max-width: 430px) {

  .atv-site-header[dir="rtl"] .atv-mobile-navigation-inner,
  .atv-site-header[dir="rtl"] .atv-mobile-links,
  .atv-site-header[dir="rtl"] .atv-mobile-trust {
    text-align: right;
  }

}/* End custom CSS */