.elementor-10058 .elementor-element.elementor-element-61f8e4b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-0faf479 */.gha-footer {
  background: #1B2A3D;
  color: #FAF9F7;
  padding: 64px 0 32px;
  border-top: 4px solid #B8956A;
}

.gha-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.gha-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.gha-footer-col {
  min-width: 0;
}

.gha-footer-brand {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 24px;
  text-decoration: none;
}

.gha-footer-brand-main {
  font-family: 'Manrope', sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #FFFFFF;
}

.gha-footer-brand-sub {
  margin-top: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 0.65rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #B8956A;
}

.gha-footer-text {
  margin: 0;
  max-width: 320px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: #9CA3AF;
}

.gha-footer-heading {
  margin: 0 0 16px;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #FFFFFF;
}

.gha-footer-list,
.gha-footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gha-footer-list li,
.gha-footer-contact-list li {
  margin: 0 0 12px;
}

.gha-footer-link {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #9CA3AF !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.gha-footer-link:hover {
  color: #B8956A !important;
}

.gha-footer-contact-item {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #9CA3AF;
}

.gha-footer-contact-item + .gha-footer-contact-item {
  margin-top: 16px;
}

.gha-footer-contact-label {
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
  color: #FFFFFF;
}

.gha-footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-top: 32px;
  border-top: 1px solid #2E3A4B;
}

.gha-footer-copyright {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  line-height: 1.6;
  color: #6B7280;
}

.gha-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.gha-footer-legal-link {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  line-height: 1.6;
  color: #6B7280;
  text-decoration: none;
  transition: color 0.3s ease;
}

.gha-footer-legal-link:hover {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .gha-container {
    padding: 0 24px;
  }

  .gha-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gha-footer-bottom {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .gha-container {
    padding: 0 32px;
  }

  .gha-footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 32px;
  }
}/* End custom CSS */