.elementor-514080 .elementor-element.elementor-element-56cb16e{--display:flex;}.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-3d716f8 */:root {
  --bg: #2C2F30;
  --text: #ffffff;
  --muted: rgba(255,255,255,0.8);
  --accent: #4DA3FF; 
  --gap: 28px;
}

.site-footer {
  background: var(--bg);
  color: var(--text);
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  padding: 48px 20px;
  font-size: 15px;
  line-height: 1.45;
}

/* Visually hidden (screen-reader only) */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.footer-inner {
  max-width: 1600px;
  margin: 0 auto;
}

/* Columns layout */
.footer-columns {
  display: grid;
  grid-template-columns: 1.5fr 1.5fr 2fr 2fr 2fr;
  gap: 40px;
}

.col {
  min-width: 0;
}

.col-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #fff !important;
}

.col-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.col-list li {
  margin-bottom: 12px;
}

.col-list a {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  font-weight: 400;
}

.col-list a:hover,
.col-list a:focus {
  color: var(--accent);
  outline: none;
}

/* Right brand block */
.brand-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.brand-logo {
  width: 200px;
  height: auto;
}

.brand-copy {
  color: var(--muted);
  font-size: 14px;
  max-width: 240px;
}

.social-row {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.social {
  display: inline-block;
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  background: transparent;
  padding: 6px 8px;
  border-radius: 6px;
}

.social:hover,
.social:focus {
  color: var(--accent);
}

/* Responsive */
@media (max-width: 1100px) {
  .footer-columns {
    grid-template-columns: repeat(2, 1fr);
  }
  .brand-block {
    grid-column: 1 / -1;
    order: 99;
  }
}

@media (max-width: 640px) {
  .site-footer {
    padding: 28px 16px;
  }
  .footer-columns {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .brand-copy {
    max-width: 100%;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .brand-logo {
    width: 140px;
  }
}/* End custom CSS */