.highlight {
    background: linear-gradient(180deg,rgba(255,255,255,0)15%, #000 15%)
}

/* Fix horizontal scroll on mobile - do NOT clip the reviews widget itself */
html, body { overflow-x: hidden !important; }

/* Nerang hero - Indi Creative style */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@900&display=swap');

.page-id-10790 .elementor-location-single > .e-con:first-child,
.page-id-10790 .elementor-section:first-of-type {
	  background: #0a0a0a !important;
	  min-height: 100vh !important;
	  display: flex !important;
	  align-items: center !important;
}

.page-id-10790 .elementor-heading-title.elementor-size-default {
	  font-family: 'Barlow Condensed', sans-serif !important;
	  font-size: clamp(52px, 14vw, 80px) !important;
	  font-weight: 900 !important;
	  text-transform: uppercase !important;
	  color: #ffffff !important;
	  line-height: 0.95 !important;
	  letter-spacing: -0.01em !important;
}

.page-id-10790 .elementor-widget-heading:first-of-type .elementor-heading-title {
	  color: #ffffff !important;
}

.page-id-10790 .elementor-widget-heading:nth-of-type(2) .elementor-heading-title,
.page-id-10790 h1 + .elementor-widget-heading .elementor-heading-title {
	  color: #F5A800 !important;
}
}
}
}
}

/* Fix Nerang hero STOP STRESSING color */
.page-id-10790 .sp-nerang-hero__headline { color: #ffffff !important; }

/* Nerang Elementor hero section */
.page-id-10790 .elementor-element-l59m3tm { background-color: #0a0a0a !important; }
.page-id-10790 .elementor-element-l59m3tm .sp-el-badge { font-size: 13px !important; font-weight: 500 !important; text-transform: none !important; }

/* Prevent iOS auto-zoom on hero form inputs */
.sp-nerang-hero__form input, .movingfrom input { font-size: 16px !important; }

/* Fix Instagram/iOS in-app browser viewport jump on scroll */
.sp-nerang-hero {
  min-height: 100vh;
  min-height: 100svh;
}
.page-id-10790 .elementor-section:first-of-type,
.page-id-10779 .elementor-section:first-of-type {
  min-height: 100vh !important;
  min-height: 100svh !important;
}

/* Lock hero background to prevent Instagram browser jump */
.sp-nerang-hero {
  background-size: cover !important;
  background-attachment: scroll !important;
  will-change: unset !important;
}

/* Restore original article width on /our-offer/ */
.page-id-11715 article#post-11715 {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* Force value stack to 4 columns on desktop, 2 on mobile */
@media (min-width: 768px) {
    .stack-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}
@media (max-width: 767px) {
    .stack-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

/* Hide page title on /our-offer/ */
.page-id-11715 h1.entry-title, .page-id-11715 .entry-title {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Our Offer page - full white background, no grey */
.page-id-11715 body,
.page-id-11715 #page,
.page-id-11715 #content,
.page-id-11715 .site-content,
.page-id-11715 .ast-container {
    background: #fff !important;
}
.page-id-11715 {
    background: #fff !important;
}

/* Push main heading down with top padding */
.page-id-11715 .entry-content {
    padding-top: 15vh !important;
}

/* Swap white logo for black version on /our-offer/ */
.page-id-11715 .custom-logo {
    content: url('https://safepackremovals.com.au/wp-content/uploads/2026/05/cropped-safepack-removals-high-resolution-logo-black-1.png') !important;
}

/* Force phone number black on /our-offer/ CTA */
.page-id-11715 .cta-label a {
    color: #1a1a1a !important;
}