.elementor-489 .elementor-element.elementor-element-6b35b32 > .elementor-container{max-width:1600px;}/* Start custom CSS for html, class: .elementor-element-4c9b586 */.sxs-footer {
  background: #0a0a0a;
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
  font-family: 'Barlow', sans-serif;
}

.sxs-footer * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.sxs-footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: 0 40px;
  padding: 52px 52px 40px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* Brand Column */
.sxs-brand-logo {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
}

.sxs-logo-text {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.3px;
}

.sxs-logo-icon {
  width: 26px;
  height: 26px;
  background: #2563EB;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sxs-logo-icon svg {
  width: 14px;
  height: 14px;
  fill: white;
}

.sxs-logo-reg {
  font-size: 9px;
  color: rgba(255,255,255,0.55);
  vertical-align: super;
  margin-left: 1px;
}

.sxs-col-brand h2 {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.3;
}

.sxs-col-brand p {
  font-size: 12.5px;
  color: rgba(255,255,255,0.55);
  line-height: 1.65;
  max-width: 230px;
  margin-bottom: 24px;
}

.sxs-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid rgba(255,255,255,0.3);
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 12.5px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  background: transparent;
  transition: border-color 0.25s, background 0.25s;
  white-space: nowrap;
  font-family: 'Barlow', sans-serif;
}

.sxs-cta-btn:hover {
  border-color: rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.05);
  color: #ffffff;
  text-decoration: none;
}

.sxs-arrow-icon {
  width: 16px;
  height: 16px;
  border: 1.5px solid rgba(255,255,255,0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Nav Columns */
.sxs-col-nav h4 {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
}

.sxs-col-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sxs-col-nav ul li {
  margin-bottom: 10px;
}

.sxs-col-nav ul li a {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color 0.2s;
}

.sxs-col-nav ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* Contact Column */
.sxs-col-contact h4 {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
}

.sxs-contact-sub {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 16px;
}

.sxs-social-icons {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}

.sxs-social-icons a {
  width: 34px;
  height: 34px;
  background: #1e1e1e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}

.sxs-social-icons a:hover {
  background: #2a2a2a;
  transform: translateY(-2px);
}

.sxs-social-icons a svg {
  width: 15px;
  height: 15px;
  fill: #ffffff;
}

.sxs-location {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
}

/* Watermark */
.sxs-footer-watermark {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 52px 0;
  overflow: hidden;
}

.sxs-watermark-logo {
  display: flex;
  align-items: center;
  gap: 16px;
  opacity: 0.12;
  pointer-events: none;
  user-select: none;
}

.sxs-wm-text {
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -1px;
}

.sxs-wm-icon {
  width: 72px;
  height: 72px;
  background: #2563EB;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sxs-wm-icon svg {
  width: 40px;
  height: 40px;
  fill: white;
}

.sxs-wm-reg {
  font-size: 14px;
  color: #ffffff;
  vertical-align: super;
}

/* Bottom Bar */
.sxs-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 52px 22px;
  position: relative;
}

.sxs-copyright {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  text-align: center;
}

.sxs-scroll-top {
  position: absolute;
  right: 52px;
  bottom: 22px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.2);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
  text-decoration: none;
}

.sxs-scroll-top:hover {
  border-color: rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.05);
  transform: translateY(-3px);
}

.sxs-scroll-top svg {
  width: 14px;
  height: 14px;
  stroke: #ffffff;
  fill: none;
}

/* ── MOBILE RESPONSIVE ── */
@media (max-width: 1024px) {
  .sxs-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px 30px;
    padding: 40px 36px 32px;
  }
  .sxs-col-brand {
    grid-column: 1 / -1;
  }
  .sxs-col-brand p { max-width: 100%; }
}

@media (max-width: 600px) {
  .sxs-footer-top {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 22px 26px;
  }
  .sxs-footer-watermark { padding: 16px 22px 0; }
  .sxs-wm-text { font-size: 32px; }
  .sxs-wm-icon { width: 44px; height: 44px; }
  .sxs-wm-icon svg { width: 24px; height: 24px; }
  .sxs-footer-bottom {
    padding: 12px 22px 16px;
    flex-direction: column;
    gap: 12px;
  }
  .sxs-scroll-top {
    position: static;
  }
}/* End custom CSS */