{"id":6,"date":"2026-04-27T11:08:17","date_gmt":"2026-04-27T11:08:17","guid":{"rendered":"https:\/\/www.springzest.com.au\/?page_id=6"},"modified":"2026-04-27T11:56:12","modified_gmt":"2026-04-27T11:56:12","slug":"6-2","status":"publish","type":"page","link":"https:\/\/www.springzest.com.au\/","title":{"rendered":"Manpower   Labour Hire"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Spring Zest Pty Ltd | Labour Hire \u00b7 Construction \u00b7 Security \u00b7 Subcontractors<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue&#038;family=Barlow:wght@300;400;500;600;700&#038;family=Barlow+Condensed:wght@600;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --black: #0a0a0a;\n    --steel: #1a1f2e;\n    --orange: #f4821f;\n    --orange-dark: #c96910;\n    --gold: #e8b84b;\n    --white: #f5f5f0;\n    --grey: #8a8f9a;\n    --light-grey: #e8e8e3;\n  }\n\n  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }\n\n  html { scroll-behavior: smooth; }\n\n  body {\n    font-family: 'Barlow', sans-serif;\n    background: var(--black);\n    color: var(--white);\n    overflow-x: hidden;\n  }\n\n  \/* \u2500\u2500 NAV \u2500\u2500 *\/\n  nav {\n    position: fixed; top: 0; width: 100%; z-index: 100;\n    display: flex; align-items: center; justify-content: space-between;\n    padding: 18px 60px;\n    background: rgba(10,10,10,0.92);\n    backdrop-filter: blur(12px);\n    border-bottom: 1px solid rgba(244,130,31,0.2);\n  }\n  .nav-logo {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 28px;\n    letter-spacing: 3px;\n    color: var(--white);\n  }\n  .nav-logo span { color: var(--orange); }\n  .nav-links { display: flex; gap: 36px; list-style: none; }\n  .nav-links a {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px; font-weight: 600;\n    letter-spacing: 2px; text-transform: uppercase;\n    color: var(--grey); text-decoration: none;\n    transition: color 0.2s;\n  }\n  .nav-links a:hover { color: var(--orange); }\n  .nav-cta {\n    background: var(--orange);\n    color: var(--black) !important;\n    padding: 10px 24px;\n    font-weight: 700 !important;\n    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);\n    transition: background 0.2s !important;\n  }\n  .nav-cta:hover { background: var(--gold) !important; color: var(--black) !important; }\n\n  \/* \u2500\u2500 HERO \u2500\u2500 *\/\n  #hero {\n    min-height: 100vh;\n    display: grid; place-items: center;\n    position: relative;\n    overflow: hidden;\n    background: var(--black);\n  }\n  .hero-bg {\n    position: absolute; inset: 0;\n    background:\n      repeating-linear-gradient(90deg, rgba(244,130,31,0.03) 0px, rgba(244,130,31,0.03) 1px, transparent 1px, transparent 80px),\n      repeating-linear-gradient(0deg, rgba(244,130,31,0.03) 0px, rgba(244,130,31,0.03) 1px, transparent 1px, transparent 80px);\n  }\n  .hero-glow {\n    position: absolute; top: -200px; right: -200px;\n    width: 700px; height: 700px;\n    background: radial-gradient(circle, rgba(244,130,31,0.12) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-content {\n    position: relative; z-index: 2;\n    max-width: 1100px; width: 100%;\n    padding: 0 60px;\n  }\n  .hero-badge {\n    display: inline-flex; align-items: center; gap: 8px;\n    background: rgba(244,130,31,0.12);\n    border: 1px solid rgba(244,130,31,0.3);\n    padding: 6px 16px;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 12px; font-weight: 600;\n    letter-spacing: 3px; text-transform: uppercase;\n    color: var(--orange);\n    margin-bottom: 24px;\n    clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);\n    animation: fadeUp 0.6s ease both;\n  }\n  .hero-badge::before { content: '\u25cf'; font-size: 8px; animation: pulse 2s infinite; }\n  @keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }\n\n  h1 {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(64px, 9vw, 120px);\n    line-height: 0.92;\n    letter-spacing: 2px;\n    color: var(--white);\n    animation: fadeUp 0.7s 0.1s ease both;\n  }\n  h1 .accent { color: var(--orange); display: block; }\n  h1 .stroke {\n    -webkit-text-stroke: 2px var(--white);\n    color: transparent;\n  }\n  .hero-sub {\n    font-size: 18px; font-weight: 300;\n    color: var(--grey);\n    max-width: 560px;\n    margin: 28px 0 48px;\n    line-height: 1.7;\n    animation: fadeUp 0.7s 0.2s ease both;\n  }\n  .hero-buttons {\n    display: flex; gap: 16px; flex-wrap: wrap;\n    animation: fadeUp 0.7s 0.3s ease both;\n  }\n  .btn-primary {\n    display: inline-block;\n    background: var(--orange);\n    color: var(--black);\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px; font-weight: 700;\n    letter-spacing: 2px; text-transform: uppercase;\n    padding: 16px 40px;\n    text-decoration: none;\n    clip-path: polygon(12px 0%, 100% 0%, calc(100% - 12px) 100%, 0% 100%);\n    transition: background 0.2s, transform 0.2s;\n  }\n  .btn-primary:hover { background: var(--gold); transform: translateY(-2px); }\n  .btn-secondary {\n    display: inline-block;\n    border: 1px solid rgba(255,255,255,0.2);\n    color: var(--white);\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px; font-weight: 600;\n    letter-spacing: 2px; text-transform: uppercase;\n    padding: 16px 40px;\n    text-decoration: none;\n    transition: border-color 0.2s, color 0.2s, transform 0.2s;\n  }\n  .btn-secondary:hover { border-color: var(--orange); color: var(--orange); transform: translateY(-2px); }\n\n  .hero-stats {\n    position: absolute; bottom: 60px; right: 60px;\n    display: flex; gap: 48px;\n    animation: fadeUp 0.7s 0.4s ease both;\n  }\n  .stat { text-align: right; }\n  .stat-num {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 48px; line-height: 1;\n    color: var(--orange);\n  }\n  .stat-label {\n    font-size: 11px; font-weight: 500;\n    letter-spacing: 2px; text-transform: uppercase;\n    color: var(--grey);\n  }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(30px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* \u2500\u2500 TICKER \u2500\u2500 *\/\n  .ticker {\n    background: var(--orange);\n    padding: 12px 0;\n    overflow: hidden;\n  }\n  .ticker-inner {\n    display: flex; gap: 60px;\n    animation: ticker 25s linear infinite;\n    white-space: nowrap;\n  }\n  .ticker-item {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 13px; font-weight: 700;\n    letter-spacing: 3px; text-transform: uppercase;\n    color: var(--black);\n    display: flex; align-items: center; gap: 16px;\n    flex-shrink: 0;\n  }\n  .ticker-item::after { content: '\u25c6'; font-size: 8px; }\n  @keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }\n\n  \/* \u2500\u2500 SECTION COMMON \u2500\u2500 *\/\n  section { padding: 100px 60px; }\n  .section-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 12px; font-weight: 700;\n    letter-spacing: 4px; text-transform: uppercase;\n    color: var(--orange);\n    margin-bottom: 16px;\n    display: flex; align-items: center; gap: 12px;\n  }\n  .section-label::before { content: ''; width: 32px; height: 2px; background: var(--orange); }\n  h2 {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(42px, 5vw, 72px);\n    letter-spacing: 2px;\n    line-height: 1;\n    margin-bottom: 20px;\n  }\n  .max-w { max-width: 1200px; margin: 0 auto; }\n\n  \/* \u2500\u2500 SERVICES \u2500\u2500 *\/\n  #services { background: var(--steel); }\n  .services-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 2px;\n    margin-top: 64px;\n  }\n  .service-card {\n    background: rgba(255,255,255,0.03);\n    padding: 52px 40px;\n    position: relative;\n    overflow: hidden;\n    transition: background 0.3s;\n    cursor: default;\n  }\n  .service-card::before {\n    content: '';\n    position: absolute; bottom: 0; left: 0;\n    width: 100%; height: 3px;\n    background: var(--orange);\n    transform: scaleX(0); transform-origin: left;\n    transition: transform 0.4s ease;\n  }\n  .service-card:hover { background: rgba(244,130,31,0.06); }\n  .service-card:hover::before { transform: scaleX(1); }\n  .service-icon {\n    font-size: 48px;\n    margin-bottom: 24px;\n    display: block;\n  }\n  .service-card h3 {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 32px; letter-spacing: 2px;\n    margin-bottom: 16px;\n    color: var(--white);\n  }\n  .service-card p {\n    font-size: 15px; font-weight: 300;\n    color: var(--grey); line-height: 1.7;\n    margin-bottom: 28px;\n  }\n  .service-list {\n    list-style: none;\n    display: flex; flex-wrap: wrap; gap: 8px;\n  }\n  .service-list li {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 12px; font-weight: 600;\n    letter-spacing: 1px; text-transform: uppercase;\n    color: var(--orange);\n    background: rgba(244,130,31,0.1);\n    padding: 4px 12px;\n    border: 1px solid rgba(244,130,31,0.2);\n  }\n  .service-number {\n    position: absolute; top: 24px; right: 32px;\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 80px;\n    color: rgba(255,255,255,0.03);\n    line-height: 1;\n    pointer-events: none;\n  }\n\n  \/* \u2500\u2500 WHY US \u2500\u2500 *\/\n  #why { background: var(--black); }\n  .why-grid {\n    display: grid; grid-template-columns: 1fr 1fr;\n    gap: 80px; align-items: center;\n    margin-top: 64px;\n  }\n  .why-left h2 { margin-bottom: 24px; }\n  .why-left p { font-size: 17px; font-weight: 300; color: var(--grey); line-height: 1.8; margin-bottom: 40px; }\n  .pillars { display: flex; flex-direction: column; gap: 24px; }\n  .pillar { display: flex; gap: 20px; align-items: flex-start; }\n  .pillar-icon {\n    width: 48px; height: 48px; flex-shrink: 0;\n    background: rgba(244,130,31,0.1);\n    border: 1px solid rgba(244,130,31,0.2);\n    display: grid; place-items: center;\n    font-size: 20px;\n    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);\n  }\n  .pillar-text h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 17px; font-weight: 700;\n    letter-spacing: 1px; text-transform: uppercase;\n    color: var(--white); margin-bottom: 4px;\n  }\n  .pillar-text p { font-size: 14px; color: var(--grey); line-height: 1.6; }\n  .why-right {\n    display: grid; grid-template-columns: 1fr 1fr;\n    gap: 16px;\n  }\n  .metric-card {\n    background: var(--steel);\n    padding: 36px 28px;\n    border: 1px solid rgba(255,255,255,0.06);\n    position: relative;\n  }\n  .metric-card.featured {\n    background: var(--orange);\n    grid-column: span 2;\n    display: flex; gap: 32px; align-items: center;\n  }\n  .metric-num {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 56px; line-height: 1;\n    color: var(--orange);\n  }\n  .metric-card.featured .metric-num { color: var(--black); font-size: 72px; }\n  .metric-desc {\n    font-size: 13px; font-weight: 400;\n    color: var(--grey); line-height: 1.5; margin-top: 4px;\n  }\n  .metric-card.featured .metric-desc { color: rgba(0,0,0,0.7); font-size: 15px; }\n  .metric-card.featured .metric-label { color: var(--black); font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }\n\n  \/* \u2500\u2500 INDUSTRIES \u2500\u2500 *\/\n  #industries { background: var(--steel); }\n  .industries-grid {\n    display: grid; grid-template-columns: repeat(4, 1fr);\n    gap: 16px; margin-top: 64px;\n  }\n  .industry-card {\n    padding: 40px 28px;\n    background: rgba(0,0,0,0.3);\n    border: 1px solid rgba(255,255,255,0.05);\n    text-align: center;\n    transition: transform 0.3s, border-color 0.3s;\n    cursor: default;\n  }\n  .industry-card:hover { transform: translateY(-8px); border-color: rgba(244,130,31,0.4); }\n  .industry-icon { font-size: 44px; margin-bottom: 16px; }\n  .industry-card h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px; font-weight: 700;\n    letter-spacing: 2px; text-transform: uppercase;\n    color: var(--white);\n  }\n\n  \/* \u2500\u2500 PROCESS \u2500\u2500 *\/\n  #process { background: var(--black); }\n  .process-steps {\n    display: grid; grid-template-columns: repeat(5, 1fr);\n    gap: 0; margin-top: 72px;\n    position: relative;\n  }\n  .process-steps::before {\n    content: '';\n    position: absolute; top: 40px; left: 10%; right: 10%;\n    height: 1px; background: rgba(244,130,31,0.2);\n  }\n  .process-step { padding: 0 24px; text-align: center; }\n  .step-num {\n    width: 80px; height: 80px;\n    background: var(--steel);\n    border: 2px solid rgba(244,130,31,0.3);\n    display: grid; place-items: center;\n    margin: 0 auto 24px;\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 32px; color: var(--orange);\n    position: relative; z-index: 1;\n    transition: background 0.3s, border-color 0.3s;\n    clip-path: polygon(12px 0%, 100% 0%, calc(100% - 12px) 100%, 0% 100%);\n  }\n  .process-step:hover .step-num { background: var(--orange); color: var(--black); border-color: var(--orange); }\n  .process-step h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px; font-weight: 700;\n    letter-spacing: 1.5px; text-transform: uppercase;\n    color: var(--white); margin-bottom: 8px;\n  }\n  .process-step p { font-size: 13px; color: var(--grey); line-height: 1.6; }\n\n  \/* \u2500\u2500 TESTIMONIALS \u2500\u2500 *\/\n  #testimonials { background: var(--steel); }\n  .testimonials-grid {\n    display: grid; grid-template-columns: repeat(3, 1fr);\n    gap: 24px; margin-top: 64px;\n  }\n  .testimonial-card {\n    background: rgba(0,0,0,0.3);\n    border: 1px solid rgba(255,255,255,0.06);\n    padding: 40px;\n    position: relative;\n  }\n  .testimonial-card::before {\n    content: '\"';\n    position: absolute; top: 20px; right: 28px;\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 80px; line-height: 1;\n    color: rgba(244,130,31,0.15);\n  }\n  .stars { color: var(--orange); font-size: 14px; margin-bottom: 16px; letter-spacing: 2px; }\n  .testimonial-card p { font-size: 15px; color: var(--grey); line-height: 1.8; font-style: italic; margin-bottom: 28px; }\n  .testimonial-author h5 { font-size: 15px; font-weight: 600; color: var(--white); }\n  .testimonial-author span {\n    font-size: 12px; font-weight: 500;\n    letter-spacing: 2px; text-transform: uppercase;\n    color: var(--orange);\n  }\n\n  \/* \u2500\u2500 CTA BAND \u2500\u2500 *\/\n  #cta {\n    background: var(--orange);\n    padding: 80px 60px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  #cta::before {\n    content: 'HIRE NOW';\n    position: absolute; top: 50%; left: 50%;\n    transform: translate(-50%, -50%);\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 300px;\n    color: rgba(0,0,0,0.06);\n    white-space: nowrap; pointer-events: none;\n    letter-spacing: 20px;\n  }\n  #cta h2 {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: clamp(42px, 5vw, 72px);\n    color: var(--black);\n    letter-spacing: 2px; margin-bottom: 16px;\n    position: relative; z-index: 1;\n  }\n  #cta p { font-size: 18px; color: rgba(0,0,0,0.65); margin-bottom: 40px; position: relative; z-index: 1; }\n  .cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }\n  .btn-dark {\n    display: inline-block;\n    background: var(--black);\n    color: var(--white);\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px; font-weight: 700;\n    letter-spacing: 2px; text-transform: uppercase;\n    padding: 18px 48px;\n    text-decoration: none;\n    clip-path: polygon(12px 0%, 100% 0%, calc(100% - 12px) 100%, 0% 100%);\n    transition: background 0.2s, transform 0.2s;\n  }\n  .btn-dark:hover { background: var(--steel); transform: translateY(-2px); }\n  .btn-outline-dark {\n    display: inline-block;\n    border: 2px solid var(--black);\n    color: var(--black);\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px; font-weight: 700;\n    letter-spacing: 2px; text-transform: uppercase;\n    padding: 16px 48px;\n    text-decoration: none;\n    transition: background 0.2s, color 0.2s, transform 0.2s;\n  }\n  .btn-outline-dark:hover { background: var(--black); color: var(--orange); transform: translateY(-2px); }\n\n  \/* \u2500\u2500 CONTACT \u2500\u2500 *\/\n  #contact { background: var(--black); }\n  .contact-grid {\n    display: grid; grid-template-columns: 1fr 1.3fr;\n    gap: 80px; margin-top: 64px; align-items: start;\n  }\n  .contact-info h3 {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 36px; letter-spacing: 2px; margin-bottom: 16px;\n  }\n  .contact-info p { font-size: 15px; color: var(--grey); line-height: 1.8; margin-bottom: 40px; }\n  .contact-items { display: flex; flex-direction: column; gap: 20px; }\n  .contact-item { display: flex; gap: 16px; align-items: flex-start; }\n  .contact-item-icon {\n    width: 44px; height: 44px; flex-shrink: 0;\n    background: rgba(244,130,31,0.1); border: 1px solid rgba(244,130,31,0.2);\n    display: grid; place-items: center; font-size: 18px;\n    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);\n  }\n  .contact-item-text span {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px; font-weight: 700;\n    letter-spacing: 2px; text-transform: uppercase;\n    color: var(--orange); display: block; margin-bottom: 2px;\n  }\n  .contact-item-text p { font-size: 15px; color: var(--white); margin: 0; }\n  .contact-form { display: flex; flex-direction: column; gap: 16px; }\n  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }\n  .form-group { display: flex; flex-direction: column; gap: 8px; }\n  .form-group label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px; font-weight: 700;\n    letter-spacing: 2px; text-transform: uppercase;\n    color: var(--grey);\n  }\n  .form-group input,\n  .form-group select,\n  .form-group textarea {\n    background: rgba(255,255,255,0.04);\n    border: 1px solid rgba(255,255,255,0.1);\n    color: var(--white);\n    font-family: 'Barlow', sans-serif;\n    font-size: 15px;\n    padding: 14px 18px;\n    outline: none;\n    transition: border-color 0.2s;\n  }\n  .form-group input:focus,\n  .form-group select:focus,\n  .form-group textarea:focus { border-color: var(--orange); }\n  .form-group select option { background: var(--steel); }\n  .form-group textarea { resize: vertical; min-height: 120px; }\n\n  \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n  footer {\n    background: var(--steel);\n    padding: 60px 60px 30px;\n    border-top: 1px solid rgba(244,130,31,0.15);\n  }\n  .footer-grid {\n    display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;\n    gap: 60px; margin-bottom: 48px;\n  }\n  .footer-brand .nav-logo { display: block; margin-bottom: 16px; font-size: 32px; }\n  .footer-brand p { font-size: 14px; color: var(--grey); line-height: 1.7; }\n  .footer-col h5 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 12px; font-weight: 700;\n    letter-spacing: 3px; text-transform: uppercase;\n    color: var(--orange); margin-bottom: 20px;\n  }\n  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }\n  .footer-col ul li a {\n    font-size: 14px; color: var(--grey);\n    text-decoration: none; transition: color 0.2s;\n  }\n  .footer-col ul li a:hover { color: var(--white); }\n  .footer-bottom {\n    border-top: 1px solid rgba(255,255,255,0.06);\n    padding-top: 24px;\n    display: flex; justify-content: space-between; align-items: center;\n  }\n  .footer-bottom p { font-size: 13px; color: var(--grey); }\n  .compliance-badges { display: flex; gap: 12px; }\n  .badge {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 10px; font-weight: 700;\n    letter-spacing: 1.5px; text-transform: uppercase;\n    color: var(--grey);\n    border: 1px solid rgba(255,255,255,0.1);\n    padding: 4px 10px;\n  }\n\n  \/* \u2500\u2500 MOBILE NAV \u2500\u2500 *\/\n  .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }\n  .hamburger span { width: 24px; height: 2px; background: var(--white); transition: 0.3s; }\n\n  \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n  @media (max-width: 1024px) {\n    nav { padding: 18px 32px; }\n    section { padding: 80px 32px; }\n    .services-grid { grid-template-columns: 1fr; }\n    .why-grid { grid-template-columns: 1fr; gap: 48px; }\n    .industries-grid { grid-template-columns: repeat(2, 1fr); }\n    .process-steps { grid-template-columns: repeat(3, 1fr); gap: 32px; }\n    .process-steps::before { display: none; }\n    .testimonials-grid { grid-template-columns: 1fr; }\n    .contact-grid { grid-template-columns: 1fr; }\n    .footer-grid { grid-template-columns: 1fr 1fr; }\n    .hero-stats { position: static; margin-top: 48px; flex-wrap: wrap; gap: 32px; }\n    .hero-content { padding: 0 32px; }\n  }\n  @media (max-width: 768px) {\n    nav { padding: 16px 24px; }\n    .nav-links { display: none; }\n    .hamburger { display: flex; }\n    section { padding: 64px 24px; }\n    .hero-content { padding: 100px 24px 60px; }\n    h1 { font-size: clamp(52px, 14vw, 80px); }\n    .form-row { grid-template-columns: 1fr; }\n    .industries-grid { grid-template-columns: repeat(2, 1fr); }\n    .process-steps { grid-template-columns: repeat(2, 1fr); }\n    .footer-grid { grid-template-columns: 1fr; gap: 36px; }\n    .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }\n    #hero { min-height: auto; padding-bottom: 60px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- NAV -->\n<nav>\n  <div class=\"nav-logo\">SPRING<span>ZEST<\/span><\/div>\n  <ul class=\"nav-links\">\n    <li><a href=\"#services\">Services<\/a><\/li>\n    <li><a href=\"#why\">Why Us<\/a><\/li>\n    <li><a href=\"#industries\">Industries<\/a><\/li>\n    <li><a href=\"#process\">Process<\/a><\/li>\n    <li><a href=\"#contact\" class=\"nav-cta\">Get Workers<\/a><\/li>\n  <\/ul>\n  <div class=\"hamburger\"><span><\/span><span><\/span><span><\/span><\/div>\n<\/nav>\n\n<!-- HERO -->\n<section id=\"hero\">\n  <div class=\"hero-bg\"><\/div>\n  <div class=\"hero-glow\"><\/div>\n  <div class=\"hero-content\">\n    <div class=\"hero-badge\">Spring Zest Pty Ltd \u00b7 Australia&#8217;s Trusted Labour Hire<\/div>\n    <h1>\n      SKILLED<br>\n      <span class=\"accent\">WORKERS<\/span>\n      <span class=\"stroke\">ON DEMAND<\/span>\n    <\/h1>\n    <p class=\"hero-sub\">Construction crews, licensed security personnel, and expert subcontractors \u2014 deployed fast, vetted thoroughly, and ready to perform from day one.<\/p>\n    <div class=\"hero-buttons\">\n      <a href=\"#contact\" class=\"btn-primary\">Request Workers Now<\/a>\n      <a href=\"#services\" class=\"btn-secondary\">Explore Services<\/a>\n    <\/div>\n    <div class=\"hero-stats\">\n      <div class=\"stat\">\n        <div class=\"stat-num\">500+<\/div>\n        <div class=\"stat-label\">Active Workers<\/div>\n      <\/div>\n      <div class=\"stat\">\n        <div class=\"stat-num\">48H<\/div>\n        <div class=\"stat-label\">Rapid Placement<\/div>\n      <\/div>\n      <div class=\"stat\">\n        <div class=\"stat-num\">98%<\/div>\n        <div class=\"stat-label\">Client Retention<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- TICKER -->\n<div class=\"ticker\">\n  <div class=\"ticker-inner\">\n    <span class=\"ticker-item\">Labour Hire<\/span>\n    <span class=\"ticker-item\">Construction Workers<\/span>\n    <span class=\"ticker-item\">Security Guards<\/span>\n    <span class=\"ticker-item\">Subcontractors<\/span>\n    <span class=\"ticker-item\">White Card Certified<\/span>\n    <span class=\"ticker-item\">Rapid Deployment<\/span>\n    <span class=\"ticker-item\">Fully Insured<\/span>\n    <span class=\"ticker-item\">Labour Hire Licence<\/span>\n    <span class=\"ticker-item\">Labour Hire<\/span>\n    <span class=\"ticker-item\">Construction Workers<\/span>\n    <span class=\"ticker-item\">Security Guards<\/span>\n    <span class=\"ticker-item\">Subcontractors<\/span>\n    <span class=\"ticker-item\">White Card Certified<\/span>\n    <span class=\"ticker-item\">Rapid Deployment<\/span>\n    <span class=\"ticker-item\">Fully Insured<\/span>\n    <span class=\"ticker-item\">Labour Hire Licence<\/span>\n  <\/div>\n<\/div>\n\n<!-- SERVICES -->\n<section id=\"services\">\n  <div class=\"max-w\">\n    <div class=\"section-label\">What We Provide<\/div>\n    <h2>Our Core<br>Services<\/h2>\n    <div class=\"services-grid\">\n      <div class=\"service-card\">\n        <span class=\"service-number\">01<\/span>\n        <span class=\"service-icon\">\ud83c\udfd7\ufe0f<\/span>\n        <h3>Construction Labour<\/h3>\n        <p>Reliable, White Card\u2013certified construction workers available for short-term, long-term, and project-based engagements. All trades and skill levels covered.<\/p>\n        <ul class=\"service-list\">\n          <li>Labourers<\/li>\n          <li>Concreters<\/li>\n          <li>Formworkers<\/li>\n          <li>Scaffolders<\/li>\n          <li>Civil Workers<\/li>\n          <li>Machine Operators<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"service-card\">\n        <span class=\"service-number\">02<\/span>\n        <span class=\"service-icon\">\ud83d\udee1\ufe0f<\/span>\n        <h3>Security Personnel<\/h3>\n        <p>Licensed, background-checked security guards for events, construction sites, commercial properties, and 24\/7 patrol services. Certificate II &#038; III qualified.<\/p>\n        <ul class=\"service-list\">\n          <li>Static Guards<\/li>\n          <li>Mobile Patrol<\/li>\n          <li>Event Security<\/li>\n          <li>Site Security<\/li>\n          <li>Loss Prevention<\/li>\n          <li>CCTV Operators<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"service-card\">\n        <span class=\"service-number\">03<\/span>\n        <span class=\"service-icon\">\u2699\ufe0f<\/span>\n        <h3>Subcontractors<\/h3>\n        <p>Experienced trade subcontractors for commercial and residential projects. Fully licensed, insured and compliant \u2014 plug them straight into your project.<\/p>\n        <ul class=\"service-list\">\n          <li>Carpenters<\/li>\n          <li>Electricians<\/li>\n          <li>Plumbers<\/li>\n          <li>Painters<\/li>\n          <li>Tilers<\/li>\n          <li>Demolition<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- WHY US -->\n<section id=\"why\">\n  <div class=\"max-w\">\n    <div class=\"why-grid\">\n      <div class=\"why-left\">\n        <div class=\"section-label\">Why ProForce<\/div>\n        <h2>The Workforce<br>Partner You<br>Can Rely On<\/h2>\n        <p>We don&#8217;t just send bodies \u2014 we match the right person to the right role, every time. Our rigorous screening process, industry compliance, and account management mean less risk for you and more productivity on site.<\/p>\n        <div class=\"pillars\">\n          <div class=\"pillar\">\n            <div class=\"pillar-icon\">\u2713<\/div>\n            <div class=\"pillar-text\">\n              <h4>Fully Compliant<\/h4>\n              <p>Licensed labour hire operator. All workers hold current licences, White Cards, and relevant police clearances.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"pillar\">\n            <div class=\"pillar-icon\">\u26a1<\/div>\n            <div class=\"pillar-text\">\n              <h4>48-Hour Placement<\/h4>\n              <p>Emergency and short-notice requests fulfilled within 48 hours. We have a ready pool of pre-vetted workers.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"pillar\">\n            <div class=\"pillar-icon\">\ud83d\udd04<\/div>\n            <div class=\"pillar-text\">\n              <h4>Guaranteed Replacements<\/h4>\n              <p>If a worker isn&#8217;t the right fit, we replace them \u2014 fast, no questions, no disruption to your schedule.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"pillar\">\n            <div class=\"pillar-icon\">\ud83d\udccb<\/div>\n            <div class=\"pillar-text\">\n              <h4>Simple Invoicing<\/h4>\n              <p>One weekly invoice covering all workers, with detailed timesheet reporting and payroll handled by us.<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div class=\"why-right\">\n        <div class=\"metric-card\">\n          <div class=\"metric-num\">500+<\/div>\n          <div class=\"metric-desc\">Workers placed this year alone across construction and security sectors<\/div>\n        <\/div>\n        <div class=\"metric-card\">\n          <div class=\"metric-num\">10+<\/div>\n          <div class=\"metric-desc\">Years of industry experience serving Australian businesses<\/div>\n        <\/div>\n        <div class=\"metric-card featured\">\n          <div>\n            <div class=\"metric-label\">Client Satisfaction<\/div>\n            <div class=\"metric-num\">98%<\/div>\n          <\/div>\n          <div class=\"metric-desc\">Of our clients return for repeat hire \u2014 the highest in the industry<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- INDUSTRIES -->\n<section id=\"industries\">\n  <div class=\"max-w\">\n    <div class=\"section-label\">Sectors We Serve<\/div>\n    <h2>Industries<br>We Cover<\/h2>\n    <div class=\"industries-grid\">\n      <div class=\"industry-card\">\n        <div class=\"industry-icon\">\ud83c\udfe2<\/div>\n        <h4>Commercial Construction<\/h4>\n      <\/div>\n      <div class=\"industry-card\">\n        <div class=\"industry-icon\">\ud83c\udfe0<\/div>\n        <h4>Residential Builds<\/h4>\n      <\/div>\n      <div class=\"industry-card\">\n        <div class=\"industry-icon\">\ud83d\udee3\ufe0f<\/div>\n        <h4>Civil &#038; Infrastructure<\/h4>\n      <\/div>\n      <div class=\"industry-card\">\n        <div class=\"industry-icon\">\ud83c\udfed<\/div>\n        <h4>Industrial &#038; Mining<\/h4>\n      <\/div>\n      <div class=\"industry-card\">\n        <div class=\"industry-icon\">\ud83c\udfaa<\/div>\n        <h4>Events &#038; Venues<\/h4>\n      <\/div>\n      <div class=\"industry-card\">\n        <div class=\"industry-icon\">\ud83c\udfec<\/div>\n        <h4>Retail &#038; Commercial<\/h4>\n      <\/div>\n      <div class=\"industry-card\">\n        <div class=\"industry-icon\">\ud83c\udfd7\ufe0f<\/div>\n        <h4>Demolition &#038; Remediation<\/h4>\n      <\/div>\n      <div class=\"industry-card\">\n        <div class=\"industry-icon\">\ud83c\udfe5<\/div>\n        <h4>Healthcare Facilities<\/h4>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- PROCESS -->\n<section id=\"process\">\n  <div class=\"max-w\">\n    <div class=\"section-label\">How It Works<\/div>\n    <h2>Hire Workers<br>In 5 Simple Steps<\/h2>\n    <div class=\"process-steps\">\n      <div class=\"process-step\">\n        <div class=\"step-num\">01<\/div>\n        <h4>Tell Us What You Need<\/h4>\n        <p>Fill out our quick request form or call us directly with your role, site, and start date.<\/p>\n      <\/div>\n      <div class=\"process-step\">\n        <div class=\"step-num\">02<\/div>\n        <h4>We Match Workers<\/h4>\n        <p>Our team selects pre-screened candidates from our active talent pool matching your requirements.<\/p>\n      <\/div>\n      <div class=\"process-step\">\n        <div class=\"step-num\">03<\/div>\n        <h4>Review &#038; Approve<\/h4>\n        <p>You review worker profiles, licences, and experience. Approve with a single confirmation.<\/p>\n      <\/div>\n      <div class=\"process-step\">\n        <div class=\"step-num\">04<\/div>\n        <h4>Workers Deployed<\/h4>\n        <p>Workers arrive on-site, inducted, and ready. We handle all HR, payroll, and compliance.<\/p>\n      <\/div>\n      <div class=\"process-step\">\n        <div class=\"step-num\">05<\/div>\n        <h4>Ongoing Support<\/h4>\n        <p>Your dedicated account manager monitors performance and handles any issues same-day.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- TESTIMONIALS -->\n<section id=\"testimonials\">\n  <div class=\"max-w\">\n    <div class=\"section-label\">Client Feedback<\/div>\n    <h2>What Our<br>Clients Say<\/h2>\n    <div class=\"testimonials-grid\">\n      <div class=\"testimonial-card\">\n        <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p>Spring Zest delivered 12 concreters on 24-hour notice. Every single one was White Card certified and showed up ready to work. Absolutely saved our project timeline.<\/p>\n        <div class=\"testimonial-author\">\n          <h5>Michael T.<\/h5>\n          <span>Project Manager \u00b7 Commercial Builder<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"testimonial-card\">\n        <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p>We&#8217;ve used Spring Zest for event security across 30+ events this year. Professional, reliable, and their guards actually know what they&#8217;re doing. Won&#8217;t use anyone else.<\/p>\n        <div class=\"testimonial-author\">\n          <h5>Sarah K.<\/h5>\n          <span>Events Director \u00b7 Venue Group<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"testimonial-card\">\n        <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <p>Their subcontractors network is incredible. Found us a full carpentry crew for a 3-month fit-out in less than a week. Fully licensed, fully insured \u2014 zero headaches.<\/p>\n        <div class=\"testimonial-author\">\n          <h5>James R.<\/h5>\n          <span>Director \u00b7 Interior Fit-Out Co.<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CTA BAND -->\n<section id=\"cta\">\n  <h2>Ready to Build Your<br>Workforce?<\/h2>\n  <p>Tell us what you need \u2014 we&#8217;ll have workers ready within 48 hours.<\/p>\n  <div class=\"cta-buttons\">\n    <a href=\"#contact\" class=\"btn-dark\">Request Workers Now<\/a>\n    <a href=\"tel:0488880067\" class=\"btn-outline-dark\">\ud83d\udcde Call Us Directly<\/a>\n  <\/div>\n<\/section>\n\n<!-- CONTACT -->\n<section id=\"contact\">\n  <div class=\"max-w\">\n    <div class=\"section-label\">Get In Touch<\/div>\n    <h2>Request a<br>Workforce Quote<\/h2>\n    <div class=\"contact-grid\">\n      <div class=\"contact-info\">\n        <h3>We&#8217;re Ready<br>When You Are<\/h3>\n        <p>Whether you need one worker tomorrow or a full crew next month, get in touch and we&#8217;ll respond within 2 business hours with availability and pricing.<\/p>\n        <div class=\"contact-items\">\n          <div class=\"contact-item\">\n            <div class=\"contact-item-icon\">\ud83d\udcde<\/div>\n            <div class=\"contact-item-text\">\n              <span>Phone<\/span>\n              <p>0488 880 067<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"contact-item\">\n            <div class=\"contact-item-icon\">\u2709\ufe0f<\/div>\n            <div class=\"contact-item-text\">\n              <span>Email<\/span>\n              <p>info@springzest.co.ai<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"contact-item\">\n            <div class=\"contact-item-icon\">\ud83d\udccd<\/div>\n            <div class=\"contact-item-text\">\n              <span>Office<\/span>\n              <p>37 Moreton St, Lakemba NSW 2195, Australia<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"contact-item\">\n            <div class=\"contact-item-icon\">\ud83d\udd50<\/div>\n            <div class=\"contact-item-text\">\n              <span>Hours<\/span>\n              <p>Mon\u2013Fri 8am\u20135pm<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div class=\"contact-form\">\n        <div class=\"form-row\">\n          <div class=\"form-group\">\n            <label>First Name<\/label>\n            <input type=\"text\" placeholder=\"John\">\n          <\/div>\n          <div class=\"form-group\">\n            <label>Last Name<\/label>\n            <input type=\"text\" placeholder=\"Smith\">\n          <\/div>\n        <\/div>\n        <div class=\"form-row\">\n          <div class=\"form-group\">\n            <label>Company<\/label>\n            <input type=\"text\" placeholder=\"Your Company Pty Ltd\">\n          <\/div>\n          <div class=\"form-group\">\n            <label>Phone<\/label>\n            <input type=\"tel\" placeholder=\"04XX XXX XXX\">\n          <\/div>\n        <\/div>\n        <div class=\"form-group\">\n          <label>Email<\/label>\n          <input type=\"email\" placeholder=\"john@company.com.au\">\n        <\/div>\n        <div class=\"form-group\">\n          <label>Service Required<\/label>\n          <select>\n            <option value=\"\">Select a service&#8230;<\/option>\n            <option>Construction Labour<\/option>\n            <option>Security Guards<\/option>\n            <option>Subcontractors<\/option>\n            <option>Multiple Services<\/option>\n          <\/select>\n        <\/div>\n        <div class=\"form-row\">\n          <div class=\"form-group\">\n            <label>Number of Workers<\/label>\n            <input type=\"number\" placeholder=\"e.g. 5\">\n          <\/div>\n          <div class=\"form-group\">\n            <label>Start Date<\/label>\n            <input type=\"date\">\n          <\/div>\n        <\/div>\n        <div class=\"form-group\">\n          <label>Project Details<\/label>\n          <textarea placeholder=\"Tell us about your project, location, duration, and any specific requirements...\"><\/textarea>\n        <\/div>\n        <button onclick=\"alert('Thank you for contacting Spring Zest Pty Ltd! We\\'ll be in touch within 2 hours.')\" class=\"btn-primary\" style=\"width:100%;border:none;cursor:pointer;font-size:15px;\">Submit Request \u2192<\/button>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FOOTER -->\n<footer>\n  <div class=\"max-w\">\n    <div class=\"footer-grid\">\n      <div class=\"footer-brand\">\n        <div class=\"nav-logo\">SPRING<span style=\"color:var(--orange)\">ZEST<\/span><\/div>\n        <p>Spring Zest Pty Ltd \u2014 Australia&#8217;s trusted labour hire partner for construction, security, and skilled trades. Fast placement, full compliance, zero hassle.<\/p>\n      <\/div>\n      <div class=\"footer-col\">\n        <h5>Services<\/h5>\n        <ul>\n          <li><a href=\"#services\">Construction Labour<\/a><\/li>\n          <li><a href=\"#services\">Security Personnel<\/a><\/li>\n          <li><a href=\"#services\">Subcontractors<\/a><\/li>\n          <li><a href=\"#industries\">All Industries<\/a><\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"footer-col\">\n        <h5>Company<\/h5>\n        <ul>\n          <li><a href=\"#why\">About Us<\/a><\/li>\n          <li><a href=\"#process\">How It Works<\/a><\/li>\n          <li><a href=\"#testimonials\">Client Reviews<\/a><\/li>\n          <li><a href=\"#contact\">Contact<\/a><\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"footer-col\">\n        <h5>Compliance<\/h5>\n        <ul>\n          <li><a href=\"#\">Labour Hire Licence<\/a><\/li>\n          <li><a href=\"#\">Privacy Policy<\/a><\/li>\n          <li><a href=\"#\">Terms of Service<\/a><\/li>\n          <li><a href=\"#\">Work Health &#038; Safety<\/a><\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n    <div class=\"footer-bottom\">\n      <p>\u00a9 2026 Spring Zest Pty Ltd. All rights reserved. ABN: 68 295 131 9<\/p>\n      <div class=\"compliance-badges\">\n        <span class=\"badge\">LHL Licensed<\/span>\n        <span class=\"badge\">ISO Certified<\/span>\n        <span class=\"badge\">WHS Compliant<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/footer>\n\n<script data-cfasync=\"false\" src=\"\/cdn-cgi\/scripts\/5c5dd728\/cloudflare-static\/email-decode.min.js\"><\/script><script>\n  \/\/ Smooth scroll\n  document.querySelectorAll('a[href^=\"#\"]').forEach(a => {\n    a.addEventListener('click', e => {\n      e.preventDefault();\n      document.querySelector(a.getAttribute('href'))?.scrollIntoView({ behavior: 'smooth' });\n    });\n  });\n\n  \/\/ Fade-in on scroll\n  const observer = new IntersectionObserver(entries => {\n    entries.forEach(e => {\n      if (e.isIntersecting) {\n        e.target.style.opacity = '1';\n        e.target.style.transform = 'translateY(0)';\n      }\n    });\n  }, { threshold: 0.1 });\n\n  document.querySelectorAll('.service-card, .metric-card, .industry-card, .process-step, .testim\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Spring Zest Pty Ltd | Labour Hire \u00b7 Construction \u00b7 Security \u00b7 Subcontractors SPRINGZEST Services Why Us Industries Process Get Workers Spring Zest Pty Ltd \u00b7 Australia&#8217;s Trusted Labour Hire SKILLED WORKERS ON DEMAND Construction crews, licensed security personnel, and expert subcontractors \u2014 deployed fast, vetted thoroughly, and ready to perform from day one. Request [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.springzest.com.au\/index.php\/wp-json\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.springzest.com.au\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.springzest.com.au\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.springzest.com.au\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.springzest.com.au\/index.php\/wp-json\/wp\/v2\/comments?post=6"}],"version-history":[{"count":5,"href":"https:\/\/www.springzest.com.au\/index.php\/wp-json\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":15,"href":"https:\/\/www.springzest.com.au\/index.php\/wp-json\/wp\/v2\/pages\/6\/revisions\/15"}],"wp:attachment":[{"href":"https:\/\/www.springzest.com.au\/index.php\/wp-json\/wp\/v2\/media?parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}