.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-eb97f4e *//* ======================================================
   ARABIC IPTV - PREMIUM FOOTER
====================================================== */

.atv-footer,
.atv-footer * {
  box-sizing: border-box;
}

.atv-footer {
  position: relative;

  width: 100%;

  padding: 0 24px;

  overflow: hidden;

  background:
    linear-gradient(
      145deg,
      #050d17 0%,
      #071421 45%,
      #091a2b 100%
    );

  color: #ffffff;
}


/* subtle background */

.atv-footer::before {
  content: "";

  position: absolute;

  width: 500px;
  height: 500px;

  right: -320px;
  top: 160px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(43, 108, 170, 0.14),
      transparent 68%
    );

  pointer-events: none;
}


/* ======================================================
   TOP CTA WRAPPER
====================================================== */

.atv-footer-cta-wrap {
  position: relative;
  z-index: 3;

  width: 100%;
  max-width: 1220px;

  margin: 0 auto;

  padding-top: 70px;
}


/* ======================================================
   CTA
====================================================== */

.atv-footer-cta {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 45px;

  padding: 32px 34px;

  overflow: hidden;

  border: 1px solid rgba(111, 177, 233, 0.17);
  border-radius: 13px;

  background:
    linear-gradient(
      110deg,
      rgba(40, 99, 157, 0.21),
      rgba(255, 255, 255, 0.025)
    );
}


/* CTA accent */

.atv-footer-cta::after {
  content: "";

  position: absolute;

  top: 0;
  bottom: 0;
  right: 0;

  width: 3px;

  background: #357bb9;
}


/* ======================================================
   CTA CONTENT
====================================================== */

.atv-footer-cta-content {
  display: flex;
  align-items: center;

  gap: 17px;

  max-width: 690px;
}


.atv-footer-cta-icon {
  width: 53px;
  height: 53px;

  flex: 0 0 53px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(102, 173, 233, 0.18);
  border-radius: 9px;

  background: rgba(64, 138, 204, 0.1);

  color: #69b1ef;
}


.atv-footer-cta-icon svg {
  width: 24px;
  height: 24px;

  fill: none;
  stroke: currentColor;

  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.atv-footer-cta-content span {
  display: block;

  margin-bottom: 4px;

  color: #6e9ec8;

  font-size: 10px;
  font-weight: 750;

  letter-spacing: 0.6px;

  text-transform: uppercase;
}


.atv-footer-cta-content h2 {
  margin: 0 0 5px !important;

  color: #ffffff !important;

  font-size: 23px !important;
  line-height: 1.25 !important;

  font-weight: 760 !important;
}


.atv-footer-cta-content p {
  margin: 0 !important;

  color: #94a8bc !important;

  font-size: 11.5px !important;
  line-height: 1.55 !important;
}


/* ======================================================
   CTA BUTTONS
====================================================== */

.atv-footer-cta-actions {
  flex: 0 0 auto;

  display: flex;
  align-items: center;

  gap: 9px;
}


.atv-footer-cta-btn {
  min-height: 48px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 8px;

  padding: 11px 18px;

  border-radius: 7px;

  font-size: 12px;
  font-weight: 750;

  text-decoration: none !important;

  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}


.atv-footer-cta-btn svg {
  width: 16px;
  height: 16px;

  fill: none;
  stroke: currentColor;

  stroke-width: 2;
}


/* Primary */

.atv-footer-cta-btn--primary {
  border: 1px solid #3378b5;

  background: #3378b5;

  color: #ffffff !important;
}


.atv-footer-cta-btn--primary:hover {
  border-color: #3c8acb;

  background: #3c8acb;

  color: #ffffff !important;

  transform: translateY(-1px);
}


/* Secondary */

.atv-footer-cta-btn--secondary {
  border: 1px solid rgba(255, 255, 255, 0.13);

  background: rgba(255, 255, 255, 0.045);

  color: #e7eef5 !important;
}


.atv-footer-cta-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.08);

  color: #ffffff !important;
}


/* ======================================================
   MAIN FOOTER
====================================================== */

.atv-footer-main {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1220px;

  margin: 0 auto;

  display: grid;

  grid-template-columns: 1.55fr 0.8fr 0.9fr 1.2fr;

  gap: 55px;

  padding: 72px 0 58px;
}


/* ======================================================
   BRAND
====================================================== */

.atv-footer-brand {
  max-width: 375px;
}


.atv-footer-logo {
  display: inline-block;

  margin-bottom: 23px;

  text-decoration: none !important;
}


.atv-footer-logo img {
  display: block;

  width: auto;
  max-width: 210px;
  max-height: 65px;

  object-fit: contain;
}


.atv-footer-description {
  margin: 0 0 28px !important;

  color: #8fa1b3 !important;

  font-size: 12.5px !important;
  line-height: 1.75 !important;
}


/* ======================================================
   TRUST NUMBERS
====================================================== */

.atv-footer-trust {
  display: flex;
  align-items: stretch;

  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}


.atv-footer-trust > div {
  flex: 1;

  padding: 15px 13px 15px 0;
}


.atv-footer-trust > div + div {
  padding-left: 13px;

  border-left: 1px solid rgba(255, 255, 255, 0.08);
}


.atv-footer-trust strong {
  display: block;

  margin-bottom: 3px;

  color: #e6f1fa;

  font-size: 16px;
  font-weight: 780;
}


.atv-footer-trust span {
  color: #74899d;

  font-size: 8.5px;
  font-weight: 600;
}


/* ======================================================
   FOOTER COLUMN
====================================================== */

.atv-footer-column-label {
  display: block;

  margin-bottom: 7px;

  color: #557fa5;

  font-size: 8.5px;
  font-weight: 750;

  letter-spacing: 0.9px;

  text-transform: uppercase;
}


.atv-footer-column h3 {
  margin: 0 0 23px !important;

  color: #ffffff !important;

  font-size: 15px !important;
  line-height: 1.3 !important;

  font-weight: 750 !important;
}


.atv-footer-column ul {
  list-style: none;

  padding: 0;
  margin: 0;
}


.atv-footer-column ul li {
  margin: 0 0 12px;

  padding: 0;
}


.atv-footer-column ul li:last-child {
  margin-bottom: 0;
}


.atv-footer-column ul a {
  position: relative;

  display: inline-flex;

  padding-left: 12px;

  color: #899daf !important;

  font-size: 11.5px;
  line-height: 1.5;

  font-weight: 500;

  text-decoration: none !important;

  transition:
    color 0.2s ease,
    padding-left 0.2s ease;
}


.atv-footer-column ul a::before {
  content: "";

  position: absolute;

  left: 0;
  top: 8px;

  width: 4px;
  height: 4px;

  border-radius: 50%;

  background: #426f98;
}


.atv-footer-column ul a:hover {
  padding-left: 15px;

  color: #6cb1ec !important;
}


/* ======================================================
   SUPPORT
====================================================== */

.atv-footer-support > p {
  margin: 0 0 22px !important;

  color: #8498ab !important;

  font-size: 11.5px !important;
  line-height: 1.7 !important;
}


.atv-footer-contact-list {
  display: grid;

  gap: 9px;
}


.atv-footer-contact-item {
  display: flex;
  align-items: center;

  gap: 10px;

  padding: 10px;

  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 7px;

  background: rgba(255, 255, 255, 0.018);

  color: inherit;

  text-decoration: none !important;

  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}


a.atv-footer-contact-item:hover {
  border-color: rgba(94, 167, 229, 0.18);

  background: rgba(255, 255, 255, 0.04);
}


.atv-footer-contact-icon {
  width: 32px;
  height: 32px;

  flex: 0 0 32px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 6px;

  background: rgba(58, 127, 190, 0.09);

  color: #65a9e4;
}


.atv-footer-contact-icon svg {
  width: 16px;
  height: 16px;

  fill: none;
  stroke: currentColor;

  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.atv-footer-contact-item > span {
  display: flex;
  flex-direction: column;

  gap: 2px;
}


.atv-footer-contact-item small {
  color: #6d8295;

  font-size: 8.5px;
  line-height: 1.3;
}


.atv-footer-contact-item strong {
  color: #c9d7e3;

  font-size: 10px;
  line-height: 1.3;

  font-weight: 650;
}


/* ======================================================
   SUPPORTED DEVICES STRIP
====================================================== */

.atv-footer-service-strip {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1220px;

  margin: 0 auto;

  display: flex;
  align-items: center;

  gap: 24px;

  padding: 20px 0;

  border-top: 1px solid rgba(255, 255, 255, 0.08);
}


.atv-footer-service-title {
  flex: 0 0 auto;

  color: #64798d;

  font-size: 8.5px;
  font-weight: 750;

  letter-spacing: 0.8px;

  text-transform: uppercase;
}


.atv-footer-service-devices {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 7px;
}


.atv-footer-service-devices span {
  padding: 5px 8px;

  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 4px;

  color: #778b9e;

  font-size: 8.5px;
  font-weight: 550;
}


/* ======================================================
   FOOTER BOTTOM
====================================================== */

.atv-footer-bottom {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1220px;

  margin: 0 auto;

  min-height: 72px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 25px;

  border-top: 1px solid rgba(255, 255, 255, 0.08);
}


/* Copyright */

.atv-footer-copyright {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 9px;

  color: #6d8194;

  font-size: 9.5px;
}


.atv-footer-bottom-dot {
  width: 3px;
  height: 3px;

  border-radius: 50%;

  background: #52697e;
}


/* Legal */

.atv-footer-legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 20px;
}


.atv-footer-legal a {
  color: #73879a !important;

  font-size: 9.5px;
  font-weight: 550;

  text-decoration: none !important;

  transition: color 0.2s ease;
}


.atv-footer-legal a:hover {
  color: #69afea !important;
}


/* ======================================================
   TABLET
====================================================== */

@media (max-width: 1024px) {

  .atv-footer-main {
    grid-template-columns: 1.3fr 1fr 1fr;

    gap: 45px;
  }

  .atv-footer-brand {
    grid-column: 1 / -1;

    max-width: 650px;
  }

  .atv-footer-cta {
    align-items: flex-start;
    flex-direction: column;

    gap: 23px;
  }

}


/* ======================================================
   MOBILE
====================================================== */

@media (max-width: 767px) {

  .atv-footer {
    padding: 0 18px;
  }


  /* CTA */

  .atv-footer-cta-wrap {
    padding-top: 55px;
  }

  .atv-footer-cta {
    padding: 25px 21px;
  }

  .atv-footer-cta-content {
    align-items: flex-start;
  }

  .atv-footer-cta-content h2 {
    font-size: 20px !important;
  }

  .atv-footer-cta-actions {
    width: 100%;

    flex-direction: column;
  }

  .atv-footer-cta-btn {
    width: 100%;
  }


  /* Main */

  .atv-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 40px 25px;

    padding: 55px 0 45px;
  }

  .atv-footer-brand {
    grid-column: 1 / -1;
  }

  .atv-footer-support {
    grid-column: 1 / -1;
  }


  /* Devices */

  .atv-footer-service-strip {
    align-items: flex-start;
    flex-direction: column;

    gap: 11px;
  }


  /* Bottom */

  .atv-footer-bottom {
    align-items: flex-start;
    flex-direction: column;

    justify-content: center;

    gap: 13px;

    padding: 20px 0;
  }

}


/* ======================================================
   SMALL MOBILE
====================================================== */

@media (max-width: 480px) {

  .atv-footer {
    padding-left: 15px;
    padding-right: 15px;
  }


  .atv-footer-cta-content {
    display: block;
  }

  .atv-footer-cta-icon {
    margin-bottom: 15px;
  }


  .atv-footer-main {
    grid-template-columns: 1fr;

    gap: 36px;
  }

  .atv-footer-brand,
  .atv-footer-support {
    grid-column: auto;
  }


  .atv-footer-logo img {
    max-width: 190px;
  }


  .atv-footer-trust {
    width: 100%;
  }


  .atv-footer-legal {
    gap: 13px;
  }

}
/* ======================================================
   ARABIC IPTV FOOTER
   TYPOGRAPHY & SIZE FIX
====================================================== */

/* CTA SMALL LABEL */
.atv-footer-cta-content > div > span {
  font-size: 12px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
}


/* CTA MAIN TITLE */
.atv-footer-cta-content h2 {
  font-size: clamp(24px, 2.2vw, 30px) !important;
  line-height: 1.2 !important;
  font-weight: 750 !important;
  letter-spacing: -0.5px !important;
  margin-bottom: 7px !important;
}


/* CTA DESCRIPTION */
.atv-footer-cta-content p {
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: #aebdcb !important;
}


/* CTA BUTTONS */
.atv-footer-cta-btn {
  min-height: 50px !important;
  padding: 13px 20px !important;

  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}


/* ======================================================
   BRAND
====================================================== */

.atv-footer-description {
  font-size: 14px !important;
  line-height: 1.75 !important;

  color: #9eafbf !important;

  max-width: 400px;
}


/* Footer stats */

.atv-footer-trust strong {
  font-size: 20px !important;
  line-height: 1.1 !important;
  font-weight: 750 !important;
}


.atv-footer-trust span {
  font-size: 11px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
}


/* ======================================================
   COLUMN HEADINGS
====================================================== */

.atv-footer-column-label {
  font-size: 11px !important;
  line-height: 1.3 !important;

  font-weight: 700 !important;

  letter-spacing: 0.8px !important;

  margin-bottom: 8px !important;
}


.atv-footer-column h3 {
  font-size: 18px !important;
  line-height: 1.25 !important;

  font-weight: 750 !important;

  margin-bottom: 24px !important;
}


/* ======================================================
   FOOTER LINKS
====================================================== */

.atv-footer-column ul li {
  margin-bottom: 13px !important;
}


.atv-footer-column ul a {
  font-size: 14px !important;
  line-height: 1.55 !important;

  font-weight: 500 !important;

  padding-left: 14px !important;
}


.atv-footer-column ul a::before {
  top: 9px !important;

  width: 5px !important;
  height: 5px !important;
}


/* ======================================================
   SUPPORT
====================================================== */

.atv-footer-support > p {
  font-size: 14px !important;
  line-height: 1.7 !important;

  color: #95a8b9 !important;

  margin-bottom: 23px !important;
}


.atv-footer-contact-item {
  min-height: 58px;

  gap: 12px !important;

  padding: 12px !important;
}


.atv-footer-contact-icon {
  width: 38px !important;
  height: 38px !important;

  flex-basis: 38px !important;
}


.atv-footer-contact-icon svg {
  width: 18px !important;
  height: 18px !important;
}


.atv-footer-contact-item small {
  font-size: 11px !important;
  line-height: 1.35 !important;
}


.atv-footer-contact-item strong {
  font-size: 13px !important;
  line-height: 1.4 !important;

  font-weight: 650 !important;
}


/* ======================================================
   SUPPORTED DEVICES
====================================================== */

.atv-footer-service-title {
  font-size: 11px !important;
  line-height: 1.3 !important;

  font-weight: 700 !important;
}


.atv-footer-service-devices {
  gap: 8px !important;
}


.atv-footer-service-devices span {
  padding: 7px 10px !important;

  font-size: 11px !important;
  line-height: 1.2 !important;

  font-weight: 550 !important;
}


/* ======================================================
   FOOTER BOTTOM
====================================================== */

.atv-footer-copyright {
  font-size: 11.5px !important;
  line-height: 1.5 !important;
}


.atv-footer-legal a {
  font-size: 11.5px !important;
  line-height: 1.5 !important;

  font-weight: 550 !important;
}


/* ======================================================
   DESKTOP SPACING REBALANCE
====================================================== */

.atv-footer-main {
  gap: 48px !important;
}


.atv-footer-logo img {
  max-width: 220px !important;
  max-height: 68px !important;
}


/* ======================================================
   TABLET
====================================================== */

@media (max-width: 1024px) {

  .atv-footer-description {
    font-size: 14px !important;
  }

  .atv-footer-column h3 {
    font-size: 18px !important;
  }

  .atv-footer-column ul a {
    font-size: 14px !important;
  }

}


/* ======================================================
   MOBILE
====================================================== */

@media (max-width: 767px) {

  .atv-footer-cta-content h2 {
    font-size: 23px !important;
    line-height: 1.22 !important;
  }


  .atv-footer-cta-content p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }


  .atv-footer-description {
    font-size: 14px !important;
    line-height: 1.7 !important;
  }


  .atv-footer-column-label {
    font-size: 11px !important;
  }


  .atv-footer-column h3 {
    font-size: 18px !important;
  }


  .atv-footer-column ul a {
    font-size: 14px !important;
  }


  .atv-footer-support > p {
    font-size: 14px !important;
  }


  .atv-footer-contact-item small {
    font-size: 11px !important;
  }


  .atv-footer-contact-item strong {
    font-size: 13px !important;
  }


  .atv-footer-service-title {
    font-size: 11px !important;
  }


  .atv-footer-service-devices span {
    font-size: 11px !important;
  }


  .atv-footer-copyright,
  .atv-footer-legal a {
    font-size: 11.5px !important;
  }

}


/* ======================================================
   SMALL MOBILE
====================================================== */

@media (max-width: 480px) {

  .atv-footer-cta-content h2 {
    font-size: 22px !important;
  }


  .atv-footer-main {
    gap: 40px !important;
  }


  .atv-footer-column ul li {
    margin-bottom: 12px !important;
  }


  .atv-footer-column ul a {
    font-size: 14px !important;
  }


  .atv-footer-trust strong {
    font-size: 18px !important;
  }


  .atv-footer-trust span {
    font-size: 10.5px !important;
  }

}/* End custom CSS */