.elementor-11279 .elementor-element.elementor-element-f3554b9{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-11279 .elementor-element.elementor-element-f3554b9:not(.elementor-motion-effects-element-type-background), .elementor-11279 .elementor-element.elementor-element-f3554b9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(min-width:768px){.elementor-11279 .elementor-element.elementor-element-f3554b9{--content-width:1055px;}}/* Start custom CSS for container, class: .elementor-element-f3554b9 *//* ================= GLOBAL WHITE GAP FIX ================= */

/* Remove body default gaps */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  background: #050505 !important;
}

/* Astra main wrappers */
#page,
#content,
.site,
.site-content,
.ast-container,
.ast-container-fluid {
  margin: 0 !important;
  padding: 0 !important;
  background: #050505 !important;
}

/* Remove Astra top/bottom spacing */
.ast-content,
.ast-content-layout {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Kill white strip below header */
.ast-primary-header-bar,
.ast-above-header,
.ast-below-header {
  margin-bottom: 0 !important;
}

/* Remove page title gap (TRACKING PAGE text area) */
.page-title,
.entry-header,
.entry-title {
  display: none !important;
}

/* Force full-width black background for pages */
.site-content > .ast-container {
  max-width: 100% !important;
  padding: 0 !important;
}

/* ================= TRACKING PAGE FIX ================= */

/* Remove extra white area below tracking section */
.page-template-default .site-content,
.page-template-default .ast-container {
  background: #050505 !important;
}

/* Center tracking box properly */
.track-order-wrapper {
  min-height: calc(100vh - 140px);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ================= FOOTER GAP FIX ================= */
.site-footer {
  margin-top: 0 !important;
}

/* ================= MOBILE EXTRA FIX ================= */
@media (max-width: 768px) {
  .ast-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}/* End custom CSS */