:root{--page-title-display:none;}/* Start custom CSS */<!-- COLVIN INDUSTRIES — HOMEPAGE v3 | Elementor Pro HTML Widget -->
<link href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Barlow:wght@400;500;600&display=swap" rel="stylesheet">

<style>
  /* ===== ELEMENTOR WHITESPACE / PADDING FIX =====
     Elementor wraps HTML widgets in columns and sections that add
     left/right padding and constrain width. These rules strip all of
     that out so our content can touch the true edges of the viewport. */

  /* Remove padding from the Elementor column containing this widget */
  .elementor-widget-html,
  .elementor-widget-html > .elementor-widget-container,
  .elementor-widget-container {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Remove padding from the Elementor section / column wrappers */
  .elementor-section.elementor-section-boxed > .elementor-container,
  .elementor-section > .elementor-container,
  .elementor-column > .elementor-column-wrap,
  .elementor-column-wrap > .elementor-widget-wrap,
  .elementor-widget-wrap {
    padding: 0 !important;
    max-width: 100% !important;
  }

  /* Force the section itself to be truly full-width */
  .elementor-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Gutenberg / WordPress block editor outer padding if applicable */
  .wp-block-group,
  .entry-content,
  .site-content,
  .page-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
</style>

<style>
  :root {
    --gold: #C9952A;
    --gold-light: #E8B84B;
    --gold-pale: #FBF6EE;
    --gold-border: rgba(201,149,42,0.25);
    --dark: #1A1A1A;
    --mid: #444444;
    --text: #666666;
    --text-light: #999999;
    --border: #E5E5E5;
    --white: #FFFFFF;
    --light-grey: #F5F5F3;
    --light-grey-2: #EFEFED;
  }

  .ci * { box-sizing: border-box; margin: 0; padding: 0; }

  .ci {
    font-family: 'Barlow', sans-serif;
    color: var(--text);
    background: var(--white);
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    /* Do NOT use overflow:hidden — that clips full-width sections */
  }

  /* ========== TYPOGRAPHY HELPERS ========== */
  .ci-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 14px;
  }
  .ci-eyebrow::before {
    content: '';
    width: 22px; height: 2px;
    background: var(--gold);
    flex-shrink: 0;
  }

  .ci-h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(34px, 3.8vw, 52px);
    font-weight: 800;
    text-transform: uppercase;
    color: var(--dark);
    line-height: 1.03;
    letter-spacing: -0.01em;
  }
  .ci-h2 .gold { color: var(--gold); }

  .ci-body {
    font-size: 16px;
    line-height: 1.78;
    color: var(--text);
  }

  /* ========== LAYOUT ========== */
  .ci-section {
    padding: 88px 0;
    background: var(--white);
  }
  .ci-section--grey {
    padding: 88px 0;
    background: var(--light-grey);
  }
  .ci-section--gold-pale {
    padding: 88px 0;
    background: var(--gold-pale);
  }
  .ci-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 32px;
  }

  /* ========== HERO ========== */
  .ci-hero {
    position: relative;
    min-height: 88vh;
    display: flex;
    align-items: center;
    background-image: url('https://www.colvinindustries.com.au/wp-content/uploads/2023/03/Main-Slider-Leach-Tank-Refurb.jpg');
    background-size: cover;
    background-position: center 40%;
  }
  .ci-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(15,15,15,0.90) 0%, rgba(15,15,15,0.65) 55%, rgba(15,15,15,0.2) 100%);
  }
  .ci-hero__content {
    position: relative;
    z-index: 2;
    max-width: 1160px;
    margin: 0 auto;
    padding: 80px 32px;
    width: 100%;
  }
  .ci-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold-light);
    margin-bottom: 20px;
  }
  .ci-hero__eyebrow::before {
    content: '';
    width: 26px; height: 2px;
    background: var(--gold-light);
  }
  .ci-hero__h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(48px, 6.5vw, 88px);
    font-weight: 800;
    line-height: 0.97;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: -0.01em;
    margin-bottom: 24px;
    max-width: 680px;
  }
  .ci-hero__h1 em {
    font-style: normal;
    color: var(--gold-light);
  }
  .ci-hero__sub {
    font-size: 17px;
    line-height: 1.65;
    color: rgba(255,255,255,0.80);
    max-width: 490px;
    margin-bottom: 40px;
  }
  .ci-hero__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  /* ========== BUTTONS ========== */
  .ci-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: 'Barlow', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 28px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 1;
  }
  .ci-btn svg { width: 16px; height: 16px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .ci-btn--gold { background: var(--gold); color: var(--dark); border-color: var(--gold); }
  .ci-btn--gold:hover { background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(201,149,42,0.35); }
  .ci-btn--white-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.45); }
  .ci-btn--white-outline:hover { border-color: var(--gold-light); color: var(--gold-light); transform: translateY(-2px); }
  .ci-btn--dark-outline { background: transparent; color: var(--dark); border-color: var(--border); }
  .ci-btn--dark-outline:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
  .ci-btn--dark { background: var(--dark); color: #fff; border-color: var(--dark); }
  .ci-btn--dark:hover { background: var(--gold); border-color: var(--gold); color: var(--dark); transform: translateY(-2px); }

  /* ========== STATS ROW ========== */
  .ci-stats {
    background: var(--dark);
    padding: 0;
  }
  .ci-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .ci-stats__item {
    padding: 30px 28px;
    border-right: 1px solid rgba(255,255,255,0.07);
  }
  .ci-stats__num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: var(--gold);
    line-height: 1;
    display: block;
    margin-bottom: 5px;
  }
  .ci-stats__label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
  }

  /* ========== TRUSTED BAND ========== */
  .ci-trusted {
    background: var(--gold-pale);
    border-top: 3px solid var(--gold);
    border-bottom: 1px solid var(--gold-border);
    padding: 18px 0;
  }
  .ci-trusted__row {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
  }
  .ci-trusted__tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    white-space: nowrap;
  }
  .ci-trusted__div { width: 1px; height: 18px; background: var(--gold-border); flex-shrink: 0; }
  .ci-trusted__text { font-size: 14px; font-weight: 500; color: var(--mid); line-height: 1.5; }
  .ci-trusted__text strong { color: var(--dark); }

  /* ========== TWO-COL INTRO ========== */
  .ci-intro__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 68px;
    align-items: center;
  }
  .ci-intro__text p { margin-bottom: 16px; }
  .ci-intro__text p.lead {
    font-size: 18px;
    font-weight: 500;
    color: var(--dark);
    line-height: 1.62;
  }
  .ci-checklist {
    list-style: none;
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .ci-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    color: var(--mid);
    padding: 11px 16px;
    background: var(--light-grey);
    border-left: 3px solid var(--gold);
  }
  .ci-checklist li::before {
    content: '';
    width: 16px; height: 16px;
    background: var(--gold);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    flex-shrink: 0;
    margin-top: 1px;
  }
  .ci-intro__image { position: relative; }
  .ci-intro__image img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
  }
  .ci-intro__image::after {
    content: '';
    position: absolute;
    bottom: -10px; right: -10px;
    width: 50%; height: 50%;
    border-bottom: 3px solid var(--gold);
    border-right: 3px solid var(--gold);
    pointer-events: none;
  }

  /* ========== SERVICE PILLARS ========== */
  .ci-pillars__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 48px;
  }
  .ci-pillars__header p { font-size: 15px; color: var(--text-light); max-width: 300px; line-height: 1.7; flex-shrink: 0; }
  .ci-pillars__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .ci-pillar {
    background: var(--white);
    border: 1px solid var(--border);
    border-top: 4px solid var(--border);
    padding: 36px 30px;
    transition: all 0.22s ease;
  }
  .ci-pillar:hover {
    border-top-color: var(--gold);
    box-shadow: 0 6px 30px rgba(0,0,0,0.08);
    transform: translateY(-4px);
  }
  .ci-pillar__num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 18px;
    display: block;
  }
  .ci-pillar__icon {
    width: 50px; height: 50px;
    background: var(--gold-pale);
    border: 1px solid var(--gold-border);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: background 0.22s;
  }
  .ci-pillar:hover .ci-pillar__icon { background: var(--gold); border-color: var(--gold); }
  .ci-pillar__icon svg { width: 22px; height: 22px; stroke: var(--gold); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: stroke 0.22s; }
  .ci-pillar:hover .ci-pillar__icon svg { stroke: #fff; }
  .ci-pillar h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 21px; font-weight: 700;
    text-transform: uppercase;
    color: var(--dark);
    letter-spacing: 0.03em;
    margin-bottom: 12px;
  }
  .ci-pillar p { font-size: 14px; line-height: 1.72; color: var(--text); margin-bottom: 18px; }
  .ci-tags { display: flex; flex-wrap: wrap; gap: 6px; }
  .ci-tag {
    font-size: 10px; font-weight: 700;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--gold);
    background: var(--gold-pale);
    border: 1px solid var(--gold-border);
    padding: 4px 9px;
  }

  /* ========== WHAT WE DO ========== */
  .ci-wwd__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    border: 1px solid var(--border);
  }
  .ci-wwd__img { position: relative; overflow: hidden; min-height: 460px; }
  .ci-wwd__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s ease; }
  .ci-wwd__img:hover img { transform: scale(1.04); }
  .ci-wwd__content {
    padding: 52px 48px;
    background: var(--light-grey);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ci-wwd__list { list-style: none; margin: 24px 0 32px; }
  .ci-wwd__list li {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
    font-size: 14px; font-weight: 500;
    color: var(--mid);
    transition: color 0.15s;
  }
  .ci-wwd__list li:hover { color: var(--dark); }
  .ci-wwd__list li::before {
    content: '';
    width: 7px; height: 7px;
    background: var(--gold);
    flex-shrink: 0;
    transform: rotate(45deg);
  }
  .ci-wwd__btns { display: flex; gap: 12px; flex-wrap: wrap; }

  /* ========== WHY US — LIGHT VERSION ========== */
  .ci-why__intro {
    max-width: 600px;
    margin-bottom: 52px;
  }
  .ci-why__intro p { font-size: 16px; color: var(--text); line-height: 1.75; margin-top: 16px; }
  .ci-why__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .ci-why__card {
    background: var(--white);
    border: 1px solid var(--border);
    border-top: 3px solid var(--border);
    padding: 32px 28px;
    transition: all 0.22s ease;
  }
  .ci-why__card:hover {
    border-top-color: var(--gold);
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  }
  .ci-why__icon {
    width: 44px; height: 44px;
    background: var(--gold-pale);
    border: 1px solid var(--gold-border);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 18px;
  }
  .ci-why__icon svg { width: 20px; height: 20px; stroke: var(--gold); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .ci-why__card h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px; font-weight: 700;
    text-transform: uppercase;
    color: var(--dark);
    letter-spacing: 0.04em;
    margin-bottom: 8px;
  }
  .ci-why__card p { font-size: 14px; line-height: 1.7; color: var(--text); }

  /* ========== REGIONS BAND ========== */
  .ci-regions {
    background: var(--gold);
    padding: 48px 0;
  }
  .ci-regions__row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 52px;
    align-items: center;
  }
  .ci-regions__heading {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 34px; font-weight: 800;
    text-transform: uppercase;
    color: var(--dark);
    line-height: 1.05;
    white-space: nowrap;
  }
  .ci-regions__pills { display: flex; flex-wrap: wrap; gap: 9px; }
  .ci-region {
    font-size: 11px; font-weight: 700;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--dark);
    background: rgba(0,0,0,0.12);
    padding: 9px 16px;
  }

  /* ========== CTA ========== */
  .ci-cta__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
  }
  .ci-cta__text h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(28px, 3.2vw, 44px);
    font-weight: 800; text-transform: uppercase;
    color: var(--dark); line-height: 1.05; margin-bottom: 12px;
  }
  .ci-cta__text p { font-size: 15px; color: var(--text); max-width: 440px; line-height: 1.72; }
  .ci-cta__actions { display: flex; flex-direction: column; gap: 12px; flex-shrink: 0; }
  .ci-cta__phone {
    display: flex; align-items: center; gap: 16px;
    text-decoration: none;
    background: var(--dark);
    padding: 18px 26px;
    transition: all 0.22s ease;
  }
  .ci-cta__phone:hover { background: var(--gold); transform: translateY(-2px); }
  .ci-cta__phone:hover .ci-cta__num { color: var(--dark); }
  .ci-cta__phone:hover .ci-cta__call-label { color: rgba(0,0,0,0.55); }
  .ci-cta__phone svg { stroke: var(--gold); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; transition: stroke 0.22s; }
  .ci-cta__phone:hover svg { stroke: var(--dark); }
  .ci-cta__call-label { font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.5); display: block; margin-bottom: 4px; }
  .ci-cta__num { font-family: 'Barlow Condensed', sans-serif; font-size: 28px; font-weight: 800; color: #fff; letter-spacing: 0.04em; display: block; line-height: 1; }
  .ci-cta__email {
    display: flex; align-items: center; justify-content: center;
    gap: 9px; text-decoration: none;
    color: var(--dark); font-size: 13px; font-weight: 600;
    letter-spacing: 0.06em; padding: 15px 26px;
    border: 2px solid var(--border);
    transition: all 0.22s ease;
  }
  .ci-cta__email:hover { border-color: var(--gold); color: var(--gold); }
  .ci-cta__email svg { stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

  /* ========== DIVIDER ========== */
  .ci-divider {
    height: 4px;
    background: linear-gradient(90deg, var(--gold-pale), var(--gold), var(--gold-pale));
  }

  /* ========== RESPONSIVE ========== */
  @media (max-width: 900px) {
    .ci-inner { padding: 0 20px; }
    .ci-intro__grid, .ci-wwd__grid { grid-template-columns: 1fr; }
    .ci-pillars__grid, .ci-why__grid { grid-template-columns: 1fr; }
    .ci-stats__grid { grid-template-columns: repeat(2, 1fr); }
    .ci-regions__row { grid-template-columns: 1fr; gap: 20px; }
    .ci-cta__row { flex-direction: column; align-items: flex-start; }
    .ci-pillars__header { flex-direction: column; align-items: flex-start; }
    .ci-section, .ci-section--grey, .ci-section--gold-pale { padding: 60px 0; }
    .ci-hero__content { padding: 80px 20px; }
    .ci-wwd__img { min-height: 260px; }
    .ci-wwd__content { padding: 36px 24px; }
    .ci-intro__image img { height: 300px; }
  }
</style>

<div class="ci">

  <!-- HERO -->
  <section class="ci-hero">
    <div class="ci-hero__overlay"></div>
    <div class="ci-hero__content">
      <div class="ci-hero__eyebrow">Gold Mine Maintenance Specialists — QLD &amp; WA</div>
      <h1 class="ci-hero__h1">Australia's Trusted <em>Gold Mine</em> Shutdown &amp; Refurbishment Contractors</h1>
      <p class="ci-hero__sub">Precision shutdowns, leach tank refurbishments, and wear protection systems — delivered exclusively to gold mining operations, on time, every time.</p>
      <div class="ci-hero__ctas">
        <a href="tel:0407668922" class="ci-btn ci-btn--gold">
          <svg viewBox="0 0 24 24"><path d="M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 013.32 11a19.79 19.79 0 01-3.07-8.67A2 2 0 012.22 0h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L6.31 7.86a16 16 0 006 6l1.17-1.17a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z"/></svg>
          Call Now — 0407 668 922
        </a>
        <a href="mailto:info@colvinindustries.com.au" class="ci-btn ci-btn--white-outline">
          <svg viewBox="0 0 24 24"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><polyline points="22,6 12,13 2,6"/></svg>
          Send an Email
        </a>
      </div>
    </div>
  </section>

  <!-- STATS (only dark section — sits right under hero, feels intentional) -->
  <div class="ci-stats">
    <div class="ci-inner">
      <div class="ci-stats__grid">
        <div class="ci-stats__item"><span class="ci-stats__num">20+</span><span class="ci-stats__label">Years Experience</span></div>
        <div class="ci-stats__item"><span class="ci-stats__num">100%</span><span class="ci-stats__label">Gold Mining Focused</span></div>
        <div class="ci-stats__item"><span class="ci-stats__num">QLD &amp; WA</span><span class="ci-stats__label">Operating Regions</span></div>
        <div class="ci-stats__item"><span class="ci-stats__num">Zero</span><span class="ci-stats__label">Compromise on Safety</span></div>
      </div>
    </div>
  </div>

  <!-- TRUSTED BAND -->
  <div class="ci-trusted">
    <div class="ci-inner">
      <div class="ci-trusted__row">
        <span class="ci-trusted__tag">Trusted By</span>
        <div class="ci-trusted__div"></div>
        <p class="ci-trusted__text">Maintenance supervisors and procurement managers at <strong>gold mining operations across QLD, WA and NT</strong> rely on Colvin Industries to deliver complex shutdowns and refurbishments with unmatched technical precision.</p>
      </div>
    </div>
  </div>

  <!-- WHO WE ARE — white bg -->
  <section class="ci-section">
    <div class="ci-inner">
      <div class="ci-intro__grid">
        <div class="ci-intro__text">
          <div class="ci-eyebrow">Who We Are</div>
          <h2 class="ci-h2" style="margin-bottom: 22px;">Specialists in <span class="gold">Gold Mine</span> Maintenance &amp; Refurbishment</h2>
          <p class="lead ci-body">Colvin Industries operates exclusively within the gold mining sector — bringing deep specialist expertise to every shutdown, refurbishment, and wear protection project we undertake.</p>
          <p class="ci-body">Every technician, every process, and every solution is built around the unique demands of gold processing plants. We don't spread across industries — we go deep in one.</p>
          <ul class="ci-checklist">
            <li>Fully qualified tradespeople across all disciplines</li>
            <li>Safety-first culture with rigorous site compliance</li>
            <li>Proven track record on complex, high-pressure shutdowns</li>
            <li>Direct communication — no subcontractor layers, no surprises</li>
            <li>Rapid mobilisation to Goldfields WA and QLD operations</li>
          </ul>
        </div>
        <div class="ci-intro__image">
          <img src="https://www.colvinindustries.com.au/wp-content/uploads/2023/03/Main-Slider-Leach-Tank-Refurb.jpg" alt="Colvin Industries — Leach Tank Refurbishment Gold Mine WA" loading="lazy">
        </div>
      </div>
    </div>
  </section>

  <div class="ci-divider"></div>

  <!-- THREE PILLARS — light grey bg -->
  <section class="ci-section--grey">
    <div class="ci-inner">
      <div class="ci-pillars__header">
        <div>
          <div class="ci-eyebrow">Our Three Service Pillars</div>
          <h2 class="ci-h2">Built Around <span class="gold">Gold Mine</span> Operations</h2>
        </div>
        <p>Every service engineered specifically for gold processing — from planned shutdowns to emergency refurbishments.</p>
      </div>
      <div class="ci-pillars__grid">
        <div class="ci-pillar">
          <span class="ci-pillar__num">Pillar 01</span>
          <div class="ci-pillar__icon"><svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="3"/><path d="M19.07 4.93l-1.41 1.41M4.93 4.93l1.41 1.41M20 12h2M2 12H0M19.07 19.07l-1.41-1.41M4.93 19.07l1.41-1.41M12 2V0M12 24v-2"/></svg></div>
          <h3>Mine Shutdown Execution</h3>
          <p>We plan, resource, and execute planned and emergency shutdowns at gold mines with precision — minimising downtime and maximising plant availability.</p>
          <div class="ci-tags">
            <span class="ci-tag">Planned Shutdowns</span>
            <span class="ci-tag">Emergency Response</span>
            <span class="ci-tag">Scope Management</span>
          </div>
        </div>
        <div class="ci-pillar">
          <span class="ci-pillar__num">Pillar 02</span>
          <div class="ci-pillar__icon"><svg viewBox="0 0 24 24"><path d="M14.7 6.3a1 1 0 000 1.4l1.6 1.6a1 1 0 001.4 0l3.77-3.77a6 6 0 01-7.94 7.94l-6.91 6.91a2.12 2.12 0 01-3-3l6.91-6.91a6 6 0 017.94-7.94l-3.76 3.76z"/></svg></div>
          <h3>Asset Integrity &amp; Refurbishment</h3>
          <p>Extending the life of critical gold processing assets — leach tank refurbishments, processing plant overhauls, and trommel rebuilds.</p>
          <div class="ci-tags">
            <span class="ci-tag">Leach Tank Refurb</span>
            <span class="ci-tag">Trommel Rebuilds</span>
            <span class="ci-tag">Plant Refurbishment</span>
          </div>
        </div>
        <div class="ci-pillar">
          <span class="ci-pillar__num">Pillar 03</span>
          <div class="ci-pillar__icon"><svg viewBox="0 0 24 24"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg></div>
          <h3>Wear Protection Systems</h3>
          <p>Reducing unplanned maintenance through ceramic tiling, rubber lining, industrial coatings, and sandblasting — protecting equipment in punishing gold mining conditions.</p>
          <div class="ci-tags">
            <span class="ci-tag">Ceramic Tiling</span>
            <span class="ci-tag">Rubber Lining</span>
            <span class="ci-tag">Industrial Coatings</span>
            <span class="ci-tag">Sandblasting</span>
          </div>
        </div>
      </div>
    </div>
  </section>

  <!-- WHAT WE DO — white bg -->
  <section class="ci-section">
    <div class="ci-inner">
      <div style="margin-bottom: 36px;">
        <div class="ci-eyebrow">Full Scope of Services</div>
        <h2 class="ci-h2">What We <span class="gold">Do</span></h2>
      </div>
      <div class="ci-wwd__grid">
        <div class="ci-wwd__img">
          <img src="https://www.colvinindustries.com.au/wp-content/uploads/2023/04/Our-Services.jpg.webp" alt="Colvin Industries Gold Mine Services" loading="lazy">
        </div>
        <div class="ci-wwd__content">
          <p class="ci-body" style="color: var(--mid); font-weight: 500;">Every service delivered by our own experienced teams — no subcontractor risks, no communication gaps.</p>
          <ul class="ci-wwd__list">
            <li>Mine Shutdowns &amp; Planned Maintenance</li>
            <li>Leach Tank Refurbishment &amp; Inspection</li>
            <li>Processing Plant Refurbishments</li>
            <li>Trommel Rebuilds</li>
            <li>Ceramic Tiling</li>
            <li>Rubber Lining</li>
            <li>Industrial Coating &amp; Surface Protection</li>
            <li>Sandblasting &amp; Surface Preparation</li>
            <li>Wear Protection Systems</li>
          </ul>
          <div class="ci-wwd__btns">
            <a href="tel:0407668922" class="ci-btn ci-btn--gold">
              <svg viewBox="0 0 24 24"><path d="M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 013.32 11a19.79 19.79 0 01-3.07-8.67A2 2 0 012.22 0h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L6.31 7.86a16 16 0 006 6l1.17-1.17a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z"/></svg>
              Call Now
            </a>
            <a href="mailto:info@colvinindustries.com.au" class="ci-btn ci-btn--dark-outline">
              <svg viewBox="0 0 24 24"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><polyline points="22,6 12,13 2,6"/></svg>
              Send Email
            </a>
          </div>
        </div>
      </div>
    </div>
  </section>

  <div class="ci-divider"></div>

  <!-- WHY CHOOSE US — light grey bg (no dark!) -->
  <section class="ci-section--grey">
    <div class="ci-inner">
      <div class="ci-why__intro">
        <div class="ci-eyebrow">Why Colvin Industries</div>
        <h2 class="ci-h2">The Standard Other <span class="gold">Contractors</span> Are Measured Against</h2>
        <p>We operate exclusively in the gold mining sector — giving you specialists who understand your assets, your environment, and what's at stake when your plant is down.</p>
      </div>
      <div class="ci-why__grid">
        <div class="ci-why__card">
          <div class="ci-why__icon"><svg viewBox="0 0 24 24"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg></div>
          <h4>Gold Mining Exclusive</h4>
          <p>Our entire operation is built around gold mining — so you get specialists, not generalists, on every job.</p>
        </div>
        <div class="ci-why__card">
          <div class="ci-why__icon"><svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><polyline points="12 6 12 12 16 14"/></svg></div>
          <h4>Shutdown Deadlines Respected</h4>
          <p>Every hour of plant downtime costs money. Our teams are committed to delivering on time — every time.</p>
        </div>
        <div class="ci-why__card">
          <div class="ci-why__icon"><svg viewBox="0 0 24 24"><path d="M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M23 21v-2a4 4 0 00-3-3.87"/><path d="M16 3.13a4 4 0 010 7.75"/></svg></div>
          <h4>Direct Access to Decision Makers</h4>
          <p>You deal directly with our experienced leadership. Fast decisions and full accountability at every level.</p>
        </div>
        <div class="ci-why__card">
          <div class="ci-why__icon"><svg viewBox="0 0 24 24"><polyline points="22 12 18 12 15 21 9 3 6 12 2 12"/></svg></div>
          <h4>Safety Without Compromise</h4>
          <p>Full SWMS and JSA documentation, site induction compliance, and a safety-first culture on every project.</p>
        </div>
        <div class="ci-why__card">
          <div class="ci-why__icon"><svg viewBox="0 0 24 24"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg></div>
          <h4>Goldfields &amp; QLD Mobilisation</h4>
          <p>Positioned to service Kalgoorlie Goldfields and major Queensland operations with rapid mobilisation.</p>
        </div>
        <div class="ci-why__card">
          <div class="ci-why__icon"><svg viewBox="0 0 24 24"><line x1="12" y1="1" x2="12" y2="23"/><path d="M17 5H9.5a3.5 3.5 0 000 7h5a3.5 3.5 0 010 7H6"/></svg></div>
          <h4>Value-Driven Contracting</h4>
          <p>Transparent pricing, no hidden costs. Real value for every maintenance budget we're entrusted with.</p>
        </div>
      </div>
    </div>
  </section>

  <!-- REGIONS — gold band -->
  <div class="ci-regions">
    <div class="ci-inner">
      <div class="ci-regions__row">
        <div class="ci-regions__heading">Operating<br>Regions</div>
        <div class="ci-regions__pills">
          <span class="ci-region">Kalgoorlie Goldfields, WA</span>
          <span class="ci-region">Western Australian Goldfields</span>
          <span class="ci-region">Queensland Gold Operations</span>
          <span class="ci-region">Northern Territory</span>
          <span class="ci-region">Remote Site Mobilisation</span>
        </div>
      </div>
    </div>
  </div>

  <!-- FINAL CTA — white bg -->
  <section class="ci-section" style="border-top: 1px solid var(--border);">
    <div class="ci-inner">
      <div class="ci-cta__row">
        <div class="ci-cta__text">
          <h2>Ready to Discuss Your Next Shutdown or Refurbishment?</h2>
          <p>Speak directly with our team about your upcoming maintenance scope, shutdown schedule, or refurbishment project. We respond fast and quote with precision.</p>
        </div>
        <div class="ci-cta__actions">
          <a href="tel:0407668922" class="ci-cta__phone">
            <svg width="22" height="22" viewBox="0 0 24 24"><path d="M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 013.32 11a19.79 19.79 0 01-3.07-8.67A2 2 0 012.22 0h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L6.31 7.86a16 16 0 006 6l1.17-1.17a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z"/></svg>
            <div>
              <span class="ci-cta__call-label">Call Now</span>
              <span class="ci-cta__num">0407 668 922</span>
            </div>
          </a>
          <a href="mailto:info@colvinindustries.com.au" class="ci-cta__email">
            <svg width="16" height="16" viewBox="0 0 24 24"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><polyline points="22,6 12,13 2,6"/></svg>
            info@colvinindustries.com.au
          </a>
        </div>
      </div>
    </div>
  </section>

</div>
<!-- END COLVIN INDUSTRIES HOMEPAGE v3 -->/* End custom CSS */