.elementor-51 .elementor-element.elementor-element-e6aa67b{width:100%;max-width:100%;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e6aa67b *//* ============================================================
   SIUK FOOTER — paste into:
   Elementor > Site Settings > Custom CSS
   (or Appearance > Customize > Additional CSS)
============================================================ */

/* ── Kill Elementor wrapper spacing around the HTML widget ── */
.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  flex: none !important;
  width: 100% !important;
}

/* Kill spacing on the section/row containing the footer */
.elementor-section:has(.si-footer-outer-wrap),
.e-con:has(.si-footer-outer-wrap),
.elementor-column:has(.si-footer-outer-wrap),
.elementor-row:has(.si-footer-outer-wrap) {
  padding: 0 !important;
  margin: 0 !important;
}

/* ── Full-bleed escape ───────────────────────────────────── */
.si-footer-outer-wrap {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  display: block !important;
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background-color: #050505;
  border-top: 1px solid #111111;
  box-sizing: border-box;
}

/* ── Footer shell ────────────────────────────────────────── */
.si-footer {
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  padding: 80px 40px 40px;
  max-width: 1360px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* ── Grid — equal columns, centred ──────────────────────── */
.si-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  padding-bottom: 60px;
  text-align: center;
}

/* ── Column 1 — Brand ────────────────────────────────────── */
.si-footer-brand h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
  color: #ffffff;
}
.si-footer-brand p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #666666;
  margin: 0 auto 28px;
  font-weight: 300;
  max-width: 260px;
}
.si-social-links {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.si-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  border: 1px solid #1a1a1a;
  background-color: transparent;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  flex-shrink: 0;
}
.si-social-icon.si-static-accent {
  background-color: #c40000;
  border-color: #c40000;
}
.si-social-icon:hover {
  background-color: #c40000 !important;
  border-color: #c40000 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* ── Columns 2–4 ─────────────────────────────────────────── */
.si-footer-col h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin: 0 0 28px 0;
  color: #ffffff;
}
.si-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.si-footer-links li {
  margin-bottom: 14px;
}
.si-footer-links a {
  color: #666666;
  text-decoration: none;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: color 0.25s ease;
  font-weight: 300;
}
.si-footer-links a::before {
  content: "\203A";
  font-size: 1rem;
  color: #333333;
  transition: transform 0.25s ease, color 0.25s ease;
}
.si-footer-links a:hover {
  color: #ffffff;
}
.si-footer-links a:hover::before {
  color: #c40000;
  transform: translateX(3px);
}

/* ── Hours column ────────────────────────────────────────── */
.si-hours-p {
  font-size: 0.9rem;
  line-height: 1.9;
  color: #666666;
  margin: 0 auto 28px;
  font-weight: 300;
}
.si-btn-touch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: transparent;
  color: #c40000;
  border: 1.5px solid #c40000;
  padding: 14px 28px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.si-btn-touch:hover {
  background: #c40000;
  color: #ffffff;
  transform: translateY(-2px);
}

/* ── Bottom bar ──────────────────────────────────────────── */
.si-footer-bottom {
  padding-top: 28px;
  border-top: 1px solid #111111;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.si-copy {
  font-size: 0.8rem;
  color: #444444;
  margin: 0;
}
.si-bottom-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.si-bottom-links a {
  color: #444444;
  text-decoration: none;
  font-size: 0.8rem;
  transition: color 0.25s ease;
}
.si-bottom-links a:hover {
  color: #c40000;
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 1200px) {
  .si-footer { padding: 72px 36px 36px; }
  .si-footer-grid { gap: 36px; }
}

@media (max-width: 1024px) {
  .si-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
}

@media (max-width: 600px) {
  .si-footer { padding: 56px 24px 32px; }
  .si-footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .si-footer-brand p { max-width: 100%; }
  .si-footer-links a::before { display: none; }
  .si-footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  .si-bottom-links {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
}/* End custom CSS */