/* Delta Solar footer — layout like main site, dark solar theme */

.solar-footer {
  background: #030303;
  border-top: 1px solid rgba(246, 163, 41, 0.18);
  color: #e8e8e8;
  margin-top: 0;
}

.solar-footer .footer_section {
  background: transparent;
  padding-top: 56px;
  padding-bottom: 40px;
}

.solar-footer .footer_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.solar-footer .footer-column-info .logo.footer,
.solar-footer .solar-footer-logo {
  width: 130px;
  height: auto;
  display: block;
}

.solar-footer .mg-bottom-40px {
  color: #b8b8b8;
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 28px !important;
  max-width: 320px;
}

.solar-footer .footer_column h5 {
  color: var(--solar-orange, #f6a329);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}

.solar-footer .footer_link {
  color: #ddd;
  font-size: 14px;
  transition: color 0.2s ease;
}

.solar-footer .footer_link:hover,
.solar-footer .footer_link.w--current {
  color: var(--solar-orange, #f6a329);
}

.solar-footer .vertical_divider {
  background: rgba(246, 163, 41, 0.2);
}

.solar-footer .social_links_wrapper {
  display: flex;
  gap: 12px;
}

.solar-footer .link_block_social {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(246, 163, 41, 0.35);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.03);
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.solar-footer .link_block_social:hover {
  border-color: var(--solar-orange, #f6a329);
  background: rgba(255, 255, 255, 0.04);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.solar-footer .link_block_social:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.solar-footer .link_block_social:focus-visible {
  outline: 2px solid var(--solar-orange, #f6a329);
  outline-offset: 3px;
}

.solar-footer .social_icon {
  filter: brightness(0) saturate(100%) invert(72%) sepia(48%) saturate(1200%) hue-rotate(358deg) brightness(101%) contrast(95%);
  transition: transform 0.25s ease, filter 0.25s ease;
}

.solar-footer .link_block_social:hover .social_icon {
  transform: scale(1.06);
  filter: brightness(0) saturate(100%) invert(100%);
}

.solar-footer .footer-wrapper-2 {
  background: #020202;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 20px 0;
}

.solar-footer .grid-footer-2 {
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  justify-items: center;
}

.solar-footer .solar-footer-copyright {
  text-align: center;
  width: 100%;
}

.solar-footer .grid-footer-2 p,
.solar-footer .grid-footer-2 .link {
  color: #999;
  font-size: 13px;
}

.solar-footer .grid-footer-2 .link:hover {
  color: var(--solar-orange, #f6a329);
}

.solar-footer .solar-group-note {
  margin-top: 16px;
  font-size: 12px;
  color: #888;
}

.solar-footer .solar-group-note a {
  color: var(--solar-orange, #f6a329);
  text-decoration: none;
  font-weight: 600;
}

.solar-footer .solar-group-note a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .solar-footer .columns .column-3 {
    margin-top: 32px;
  }

  .solar-footer .footer_column {
    margin-bottom: 24px;
  }

  .solar-footer .vertical_divider {
    display: none;
  }
}

@media (max-width: 767px) {
  .solar-footer .footer_section {
    padding-top: 40px;
    padding-bottom: 28px;
  }

  .solar-footer .column-3.w-col-8 {
    display: flex;
    flex-direction: column;
  }
}

/* Language switcher (globe + flags, like the main site header) */
.solar-lang { position: relative; }
.solar-lang-toggle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--solar-orange, #f6a329);
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.solar-lang-toggle img { width: 22px; height: 22px; filter: invert(1); }
.solar-lang-toggle:hover { background: rgba(246, 163, 41, .14); }
.solar-lang-list {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 168px;
  background: #0b0b0b;
  border: 1px solid rgba(246, 163, 41, .38);
  border-radius: 10px;
  padding: 8px;
  display: none;
  z-index: 60;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .5);
}
.solar-lang:hover .solar-lang-list,
.solar-lang:focus-within .solar-lang-list { display: block; }
.solar-lang-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 8px;
  color: #f3f3f3;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.solar-lang-item:hover { background: rgba(246, 163, 41, .12); color: var(--solar-orange, #f6a329); }
.solar-lang-item.is-current { color: var(--solar-orange, #f6a329); pointer-events: none; }
.solar-lang-item .flag-1,
.solar-lang-item .flag-4 { flex: 0 0 25px; }
[dir="rtl"] .solar-lang-list { right: auto; left: 0; }

/* RTL fixes for the Kurdish microsite */
[dir="rtl"] .solar-title,
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3 { letter-spacing: 0; text-transform: none; line-height: 1.35; }
[dir="rtl"] .solar-slide-copy {
  background: linear-gradient(270deg, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .55) 38%, rgba(0, 0, 0, .05) 70%);
}
[dir="rtl"] .solar-topbar { flex-wrap: wrap; gap: 18px 28px; padding-left: 40px; padding-right: 40px; }
[dir="rtl"] .solar-nav { flex-wrap: wrap; gap: 14px 24px; }
[dir="rtl"] .solar-nav a.is-active:after { bottom: -8px; }
