/* Above Footer Styles */
.above-footer-container {
  align-self: stretch;
  background: white;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 80px;
}

.above-footer-content {
  flex: 1 1 0;
  text-align: right;
  color: black;
  font-size: 14px;
  font-family: 'IBM Plex Sans Arabic', var(--FontFamily);
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
  max-width: 1440px;
  margin: 0 auto;
}

[dir="ltr"] .above-footer-content,
[lang="en"] .above-footer-content {
  text-align: left;
}

[dir="rtl"] .above-footer-container,
[lang="ar"] .above-footer-container {
  justify-content: center;
}

[dir="ltr"] .above-footer-container,
[lang="en"] .above-footer-container {
  justify-content: center;
}

/* Responsive adjustments for Above Footer */
@media (max-width: 768px) {
  .above-footer-container {
    padding: 12px 24px;
  }
  
  .above-footer-content {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (max-width: 480px) {
  .above-footer-container {
    padding: 10px 16px;
  }
  
  .above-footer-content {
    font-size: 11px;
    line-height: 16px;
  }
}

/* Footer Styles */
.footer-container {
  align-self: stretch;
  padding-left: 32px;
  padding-right: 32px;
  background: var(--baseColour-darker);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-inner {
  flex: 1 1 0;
  max-width: 1280px;
  padding-top: 40px;
  padding-bottom: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 48px;
  display: inline-flex;
}

.footer-content {
  align-self: stretch;
  padding-top: 16px;
  padding-bottom: 40px;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-direction: row-reverse;
}

.footer-section {
  flex: 1 1 0;
  min-width: 180px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 32px;
  display: inline-flex;
}

.footer-section-compact {
  flex: 1 1 0;
  min-width: 180px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 8px;
  display: inline-flex;
}

.footer-section-content {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 8px;
  display: flex;
}

.footer-section-header {
  align-self: stretch;
  padding-bottom: 8px;
  border-bottom: 1px var(--Border-border-oncolor-transparent-30, rgba(255, 255, 255, 0.30)) solid;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-section-title {
  text-align: right;
  color: var(--Text-text-oncolor-primary, white);
  font-size: 16px;

  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}

.footer-icons-container {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: inline-flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.footer-icon-button {
  width: 32px;
  height: 32px;
  max-width: 32px;
  min-width: 32px;
  max-height: 32px;
  min-height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  overflow: hidden;
  border-radius: 4px;
  outline: 1px var(--Border-border-oncolor-transparent-30, rgba(255, 255, 255, 0.30)) solid;
  outline-offset: -1px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  display: flex;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
}

.footer-icon-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.footer-icon-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: white;
  text-decoration: none;
}

.footer-icon-wrapper {
  width: 20px;
  height: 20px;
  position: relative;
}

.footer-icon-inner {
  position: absolute;
  background: var(--Icon-icon-oncolor, white);
}

.footer-icon-1 {
  width: 16.25px;
  height: 16.25px;
  left: 1.88px;
  top: 1.88px;
}

.footer-icon-2 {
  width: 17.92px;
  height: 17.92px;
  left: 1.04px;
  top: 1.04px;
}

.footer-icon-3 {
  width: 17.08px;
  height: 17.08px;
  left: 1.46px;
  top: 1.46px;
}

.footer-icon-4 {
  width: 14.58px;
  height: 16.25px;
  left: 2.65px;
  top: 1.87px;
}

.footer-icon-5 {
  width: 17.92px;
  height: 12.92px;
  left: 1.04px;
  top: 3.54px;
}

.footer-links-container {
  align-self: stretch;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
}

.footer-links-column {
  flex: 1 1 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: inline-flex;
}

.footer-link {
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  display: inline-flex;
}

.footer-link a {
  text-decoration: none;
}

.footer-link-stretch {
  align-self: stretch;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  display: inline-flex;
}

.footer-link-stretch a {
  text-decoration: none;
}

.footer-link-text {
  text-align: right;
  color: white;
  font-size: 14px;

  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}

.footer-link-text:hover {
  text-decoration: underline;
}

.footer-link-text-stretch {
  flex: 1 1 0;
  text-align: right;
  color: white;
  font-size: 14px;

  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}

.footer-link-text-stretch:hover {
  text-decoration: underline;
}

.footer-link-text-colored {
  text-align: right;
  color: var(--Link-link-oncolor, white);
  font-size: 14px;

  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}

.footer-link-text-colored:hover {
  text-decoration: underline;
}

.footer-bottom {
  align-self: stretch;
  padding-top: 16px;
  padding-bottom: 16px;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  display: inline-flex;
  flex-direction: row-reverse;
}

.footer-logos {
  width: 228px;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  display: flex;
  flex-direction: row-reverse;
}

.footer-logo-wrapper {
  flex: 1 1 0;
  align-self: stretch;
  position: relative;
}

.footer-logo-img {
  width: 106px;
  height: 34.93px;
  left: 0.10px;
  top: 4px;
  position: absolute;
}

.footer-logo-secondary {
  width: 106px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.footer-bottom-content {
  flex: 1 1 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
}

.footer-bottom-links {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: inline-flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.footer-bottom-link {
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  display: flex;
}

.footer-bottom-link-text {
  text-align: right;
  color: var(--Link-link-oncolor, white);
  font-size: 14px;

  font-weight: 400;
  text-decoration: underline;
  line-height: 20px;
  word-wrap: break-word;
}

.footer-bottom-link-text:hover {
  opacity: 0.8;
}

.footer-copyright {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: flex;
}

.footer-copyright-text {
  justify-content: flex-end;
  align-items: flex-start;
  display: inline-flex;
}

.footer-copyright-main {
  text-align: right;
  color: var(--Text-text-oncolor-primary, white);
  font-size: 14px;

  font-weight: 600;
  line-height: 20px;
  word-wrap: break-word;
}

.footer-copyright-meta {
  align-self: stretch;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 16px;
  display: inline-flex;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-direction: column;
}

.footer-copyright-meta-text {
  text-align: right;
  color: var(--Text-text-oncolor-primary, white);
  font-size: 14px;

  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  
  .footer-inner,
  .footer-content,
  .footer-section,
  .footer-section-compact {
    display: flex;
    width: 100%;
  }
  
  .footer-content {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }
  
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .footer-logos {
    width: 100%;
    justify-content: center;
  }
}

