.elementor-515 .elementor-element.elementor-element-b7f1bec{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:stretch;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-b7f1bec *//* =========================================
   Vijing Racking - Global Footer
   Full Width / Scoped / No Body Pollution
========================================= */

/* Elementor footer wrapper only */
.elementor-location-footer {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  background: #111111 !important;
  overflow: visible !important;

  /* Fills possible white gap below footer without changing body background */
  box-shadow: 0 100vh 0 100vh #111111;
}

.elementor-location-footer > .elementor,
.elementor-location-footer .elementor-section-wrap,
.elementor-location-footer .elementor-widget,
.elementor-location-footer .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

/* Do not force .e-con-inner padding globally too aggressively */
.elementor-location-footer .e-con,
.elementor-location-footer .e-con-inner {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Main footer */
#vj-global-footer {
  --vj-footer-bg: #111111;
  --vj-footer-text: #ffffff;
  --vj-footer-muted: #cccccc;
  --vj-footer-dim: #8a8a8a;
  --vj-footer-line: #333333;

  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  padding: 72px 0 0;
  background: var(--vj-footer-bg);
  color: var(--vj-footer-text);
  overflow: hidden;
}

#vj-global-footer,
#vj-global-footer * {
  box-sizing: border-box;
}

#vj-global-footer a {
  color: inherit;
  text-decoration: none;
}

/* Inner content width */
#vj-global-footer .vj-footer-inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

/* 4-column layout */
#vj-global-footer .vj-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1.25fr;
  gap: clamp(36px, 5vw, 72px);
  padding-bottom: 56px;
}

#vj-global-footer .vj-footer-col {
  min-width: 0;
}

/* Logo */
#vj-global-footer .vj-footer-logo {
  display: block;
  width: 240px;
  height: 74px;
  max-width: 100%;
  margin-bottom: 24px;
  overflow: hidden;
  background: #111111;
}

#vj-global-footer .vj-footer-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
}

/* Brand copy */
#vj-global-footer .vj-footer-brand p {
  margin: 0;
  max-width: 320px;
  color: var(--vj-footer-muted);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
}

/* Column headings */
#vj-global-footer h4 {
  margin: 0 0 22px;
  color: var(--vj-footer-text);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Links */
#vj-global-footer .vj-footer-links,
#vj-global-footer .vj-footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

#vj-global-footer .vj-footer-links {
  display: grid;
  gap: 13px;
}

#vj-global-footer .vj-footer-links a {
  display: inline-flex;
  color: var(--vj-footer-muted);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
  transition: color 0.18s ease;
}

#vj-global-footer .vj-footer-links a:hover {
  color: var(--vj-footer-text);
}

/* Contact */
#vj-global-footer .vj-footer-contact {
  display: grid;
  gap: 16px;
}

#vj-global-footer .vj-footer-contact li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--vj-footer-muted);
  font-size: 14px;
  line-height: 1.55;
}

#vj-global-footer .vj-footer-contact a,
#vj-global-footer .vj-footer-contact span:not(.vj-footer-icon) {
  color: var(--vj-footer-muted);
  transition: color 0.18s ease;
}

#vj-global-footer .vj-footer-contact a:hover {
  color: var(--vj-footer-text);
}

#vj-global-footer .vj-footer-icon {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  color: var(--vj-footer-muted);
}

#vj-global-footer .vj-footer-icon svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* Bottom bar */
#vj-global-footer .vj-footer-bottom {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--vj-footer-line);
}

#vj-global-footer .vj-footer-bottom p {
  margin: 0;
  color: var(--vj-footer-dim);
  font-size: 13px;
  line-height: 1.5;
}

#vj-global-footer .vj-footer-bottom nav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--vj-footer-dim);
  font-size: 13px;
  line-height: 1.5;
}

#vj-global-footer .vj-footer-bottom a {
  color: var(--vj-footer-dim);
  transition: color 0.18s ease;
}

#vj-global-footer .vj-footer-bottom a:hover {
  color: var(--vj-footer-text);
}

/* Tablet: 2 x 2 */
@media (max-width: 1024px) {
  #vj-global-footer {
    padding-top: 64px;
  }

  #vj-global-footer .vj-footer-inner {
    width: min(960px, calc(100% - 44px));
  }

  #vj-global-footer .vj-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px 56px;
    padding-bottom: 52px;
  }
}

/* Mobile: 1 x 4 */
@media (max-width: 767px) {
  #vj-global-footer {
    padding-top: 52px;
  }

  #vj-global-footer .vj-footer-inner {
    width: calc(100% - 36px);
  }

  #vj-global-footer .vj-footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-bottom: 44px;
  }

  #vj-global-footer .vj-footer-logo {
    width: 210px;
    height: 64px;
    margin-bottom: 20px;
  }

  #vj-global-footer h4 {
    margin-bottom: 18px;
  }

  #vj-global-footer .vj-footer-bottom {
    min-height: auto;
    padding: 22px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  #vj-global-footer a,
  #vj-global-footer .vj-footer-contact a,
  #vj-global-footer .vj-footer-bottom a {
    transition: none;
  }
}/* End custom CSS */