
/* ----- Custom overrides ----- */

/* 1) Make header non-sticky */
header, [class*="sticky"] {
  position: static !important;
  top: auto !important;
  inset: auto !important;
}

/* 2) Ensure footer doesn't cover Prev/Next on details pages */
.tp-portfolio-details-area,
.portfolio-details-area,
.single-portfolio-area,
.portfolio-details-wrapper {
  padding-bottom: 120px !important;
}

.tp-footer-area,
.footer-area {
  margin-top: 40px !important;
}

/* Buttons visibility tweaks */
.tp-portfolio-details-navigation,
.portfolio-details-navigation,
.project-pagination {
  z-index: 1;
  position: relative;
  margin-bottom: 40px;
}
