.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-tv-pro-footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #07111f 0%, #101b2d 45%, #050b14 100%);
  color: #ffffff;
  padding: 70px 24px 0;
  font-family: inherit;
}

.arabic-tv-pro-footer .footer-glow {
  position: absolute;
  top: -160px;
  right: -120px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.22), transparent 65%);
  pointer-events: none;
}

.arabic-tv-pro-footer .footer-main {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr 1.15fr;
  gap: 48px;
  align-items: flex-start;
}

.footer-logo {
  max-width: 115px;
  max-height: 100px;
  display: block;
  margin-bottom: 20px;
}

.footer-desc {
  color: #d8e2ef;
  font-size: 14px;
  line-height: 1.9;
  margin: 0 0 20px;
  max-width: 360px;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.footer-badges span {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.22);
  color: #dff6ff;
  font-size: 12px;
  font-weight: 600;
}

.arabic-tv-pro-footer h3 {
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  margin: 0 0 22px;
  position: relative;
}

.arabic-tv-pro-footer h3::after {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  background: linear-gradient(90deg, #38bdf8, #22c55e);
  border-radius: 20px;
  margin-top: 10px;
}

.arabic-tv-pro-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.arabic-tv-pro-footer ul li {
  margin-bottom: 13px;
  color: #d8e2ef;
  font-size: 14px;
  line-height: 1.7;
}

.arabic-tv-pro-footer a {
  color: #d8e2ef;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.25s ease;
}

.arabic-tv-pro-footer a:hover {
  color: #38bdf8;
}

.footer-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #22c55e;
  color: #ffffff !important;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 14px !important;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(34, 197, 94, 0.24);
}

.footer-whatsapp:hover {
  background: #16a34a;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.footer-contact p {
  color: #d8e2ef;
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 18px;
}

.footer-contact strong {
  color: #ffffff;
}

.footer-seo-line {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 18px 24px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  text-align: center;
}

.footer-seo-line p {
  margin: 0;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.7;
}

.footer-bottom {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 32px auto 0;
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-bottom p {
  margin: 0;
  color: #cbd5e1;
  font-size: 13px;
}

.footer-bottom-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-bottom-links a {
  color: #cbd5e1;
  font-size: 13px;
}

.footer-bottom-links a:hover {
  color: #38bdf8;
}

/* Tablet */
@media (max-width: 992px) {
  .arabic-tv-pro-footer .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .arabic-tv-pro-footer {
    padding: 52px 18px 0;
    text-align: center;
  }

  .arabic-tv-pro-footer .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-desc {
    max-width: 100%;
  }

  .footer-badges {
    justify-content: center;
  }

  .arabic-tv-pro-footer h3::after {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom-links {
    justify-content: center;
  }
}/* End custom CSS */