.ti9atouna-footer .footer-outer {
  background: var(--bs-primary-900);
  color: rgba(255, 255, 255, 0.85);
}

.ti9atouna-footer .footer-social-line,
.ti9atouna-footer .footer-contact-line {
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.15s ease;
}

.ti9atouna-footer .footer-social-line:hover,
.ti9atouna-footer .footer-contact-line:hover {
  color: #fff;
}

.ti9atouna-footer .footer-social-icon,
.ti9atouna-footer .footer-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.ti9atouna-footer .footer-social-username {
  font-size: 0.9375rem;
  font-weight: 500;
}

.ti9atouna-footer .footer-contact-line {
  font-size: 0.9375rem;
  font-weight: 500;
}

.ti9atouna-footer .footer-row-separator {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}

.ti9atouna-footer .footer-brand-block {
  max-width: 100%;
}

.ti9atouna-footer .footer-divider {
  width: 1px;
  align-self: stretch;
  background: rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}

.ti9atouna-footer .footer-copyright {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
}

.ti9atouna-footer .footer-privacy-menu {
  flex-wrap: nowrap;
  white-space: nowrap;
}

.ti9atouna-footer .footer-privacy-menu a,
.ti9atouna-footer .footer-privacy-link {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.15s ease;
}

.ti9atouna-footer .footer-privacy-menu a:hover,
.ti9atouna-footer .footer-privacy-link:hover {
  color: #fff;
}

.ti9atouna-footer .footer-logo-img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .ti9atouna-footer .footer-row--top {
    flex-direction: column;
  }

  .ti9atouna-footer .footer-brand-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .ti9atouna-footer .footer-divider {
    width: 100%;
    height: 1px;
    align-self: auto;
  }

  .ti9atouna-footer .footer-legal-col {
    justify-content: center;
  }

  .ti9atouna-footer .footer-privacy-menu {
    flex-wrap: wrap;
    justify-content: center;
    white-space: normal;
  }
}
.text-decoration-none {
  text-decoration: none;
}
.ltr {
  direction: ltr;
}