.footer-brand img {
  max-height: 52px;
  width: auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(0, 1.4fr);
  gap: 2.5rem 3rem;
  align-items: start;
}

.footer-links-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 2.5rem;
  min-width: 0;
}

.footer-links-panel {
  min-width: 0;
}

.footer-brand-col {
  min-width: 0;
}

.footer-tagline {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.65;
  font-size: 0.95rem;
  max-width: 340px;
  margin-bottom: 1.25rem;
}

.footer-support-note {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.footer-support-note i {
  margin-inline-end: 0.35rem;
}

.footer-heading {
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
}

.footer-contact-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.footer-contact-actions .btn {
  flex: 0 0 auto;
  width: 100%;
  max-width: 280px;
}

.footer-socials {
  gap: 0.35rem;
}

.footer-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-link-list li {
  margin-bottom: 0.65rem;
}

.footer-link-list a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-link-list a:hover {
  color: #fff;
  transform: translateX(-2px);
}

[dir='ltr'] .footer-link-list a:hover {
  transform: translateX(2px);
}

.footer-link-list a i {
  font-size: 0.75rem;
  opacity: 0.85;
}

.footer-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.footer .copyright {
  margin-top: 0.5rem;
}

[dir='rtl'] .footer .footer-menu a {
  border-left: none;
  border-right: 1px solid rgba(255, 255, 255, 0.342);
  margin-right: 0;
  margin-left: 10px;
  padding-right: 0;
  padding-left: 10px;
}

[dir='rtl'] .footer .footer-menu a:last-child {
  border-right: none;
  margin-left: 0;
  padding-left: 0;
}

.back-to-top {
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.back-to-top i {
  line-height: 1;
}

@media (max-width: 991.98px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-links-col {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }

  .footer-tagline {
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  .footer-links-col {
    grid-template-columns: 1fr;
  }

  .footer-contact-actions .btn {
    max-width: none;
  }
}
