/* ═══════════════════════════════════════════
   FOOTER — BASE (all screens)
   ═══════════════════════════════════════════ */

.footer {
  width: 100%;
  background: linear-gradient(156.49deg, #285dba, #122a54);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 96px 120px;
  box-sizing: border-box;
  position: relative;
  isolation: isolate;
  gap: 48px;
  font-size: 16px;
  color: #fff;
  font-family: Inter, sans-serif;
}

.footer a {
  color: inherit;
  text-decoration: none;
}
.footer a:hover {
  opacity: 0.85;
}

/* ── Top section: logo + columns ── */
.frame-parent12 {
  align-self: stretch;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 48px;
  gap: 40px;
  z-index: 0;
  flex-shrink: 0;
}

.vector-parent {
  width: 373px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.frame-child21 {
  width: 80.2px;
  height: 91.6px;
  position: relative;
}

.your-data-privacy {
  align-self: stretch;
  position: relative;
  line-height: 130%;
  opacity: 0.7;
}

/* ── Link columns wrapper ── */
.frame-parent13 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 48px;
}

/* ── Individual link columns ── */
.useful-links-parent {
  width: 170px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.products-group {
  width: 170px;
  /* No fixed height — let content determine height */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.contact-us-parent {
  width: 192px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

/* ── Text styles ── */
.useful-links {
  align-self: stretch;
  position: relative;
  line-height: 120%;
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.about-us {
  align-self: stretch;
  position: relative;
  line-height: 120%;
  opacity: 0.7;
}

/* ── Social icons ── */
.fa7-brandsfacebook-parent {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.fa7-brandsfacebook-icon,
.line-linkedin-filled-icon {
  width: 48px;
  position: relative;
  border-radius: 100px;
  max-height: 100%;
}

.line-mdyoutube-filled-icon {
  width: 48px;
  position: relative;
  border-radius: 100px;
  max-height: 100%;
  object-fit: cover;
}

/* ── Decorative background (non-interactive) ── */
.background2 {
  width: 1439.5px;
  height: 955px;
  position: absolute;
  margin: 0 !important;
  top: calc(50% - 240.3px);
  left: calc(50% - 720px);
  overflow: hidden;
  flex-shrink: 0;
  opacity: 0.03;
  z-index: 1;
  pointer-events: none;
}

.rectangle-container {
  position: absolute;
  top: -0.03px;
  left: 59px;
  width: 1334px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  pointer-events: none;
}

.background-child5 {
  position: absolute;
  top: 58.81px;
  left: 0;
  width: 1439.5px;
  height: 837.3px;
  object-fit: contain;
  pointer-events: none;
}

.background-child6 { position: absolute; top: 596.97px; left: 193px;  background-color: #d9d9d9; width: 66px; height: 59px; pointer-events: none; }
.background-child7 { position: absolute; top: 237.97px; left: 259px;  background-color: #d9d9d9; width: 66px; height: 59px; pointer-events: none; }
.background-child8 { position: absolute; top: 657.97px; left: 925px;  background-color: #d9d9d9; width: 66px; height: 59px; pointer-events: none; }
.background-child9 { position: absolute; top: 238.97px; left: 1125px; background-color: #d9d9d9; width: 66px; height: 59px; pointer-events: none; }

/* ── Glow blob ── */
.footer-child {
  width: 296.7px;
  height: 107.7px;
  position: absolute;
  margin: 0 !important;
  bottom: 458.59px;
  left: 9.79px;
  filter: blur(80px);
  border-radius: 50%;
  background-color: #75c9e3;
  z-index: 2;
  flex-shrink: 0;
  pointer-events: none;
}

/* ── Bottom bar ── */
.privassistant-all-rights-reser-parent {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  z-index: 3;
  flex-shrink: 0;
}

.privassistant-all-rights {
  position: relative;
  opacity: 0.7;
  font-size: 14px;
}

.privacy-policy-parent {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* ═══════════════════════════════════════════
   DESKTOP LARGE (1024px – 1279px)
   ═══════════════════════════════════════════ */
@media (min-width: 1024px) and (max-width: 1279px) {
  .footer { padding: 80px 64px; }
  .useful-links-parent,
  .products-group,
  .contact-us-parent { width: auto; min-width: 140px; }
}

/* ═══════════════════════════════════════════
   TABLET (768px – 1023px)
   ═══════════════════════════════════════════ */
@media (min-width: 768px) and (max-width: 1023px) {
  .footer { padding: 64px 48px; }
  .frame-parent12 { gap: 40px; }
  .frame-parent13 { gap: 28px; }
  .useful-links-parent,
  .products-group,
  .contact-us-parent { width: auto; min-width: 140px; }
}

/* ═══════════════════════════════════════════
   MOBILE (≤ 767px)
   ═══════════════════════════════════════════ */
@media (max-width: 767px) {
  .footer { padding: 40px 20px; gap: 40px; }

  .frame-parent12 {
    flex-direction: column;
    gap: 32px;
    padding-bottom: 32px;
  }

  .vector-parent { width: 100%; max-width: 100%; }

  .frame-parent13 {
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }

  .useful-links-parent,
  .products-group,
  .contact-us-parent {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .privassistant-all-rights-reser-parent {
    flex-direction: column;
    gap: 16px;
  }

  .privacy-policy-parent {
    flex-wrap: wrap;
    gap: 16px;
  }

  .fa7-brandsfacebook-parent { gap: 16px; }

  .fa7-brandsfacebook-icon,
  .line-linkedin-filled-icon,
  .line-mdyoutube-filled-icon { width: 40px; }
}

/* ═══════════════════════════════════════════
   EXTRA SMALL (≤ 480px)
   ═══════════════════════════════════════════ */
@media (max-width: 480px) {
  .footer { padding: 32px 16px; }
  .useful-links { font-size: 15px; }
  .about-us { font-size: 14px; }
}