{"product_id":"hiab-crane-hire-edinburgh","title":"HIAB Crane Hire in Edinburgh","description":"\u003cstyle\u003e\n  .mph-landing {\n    max-width: 1180px;\n    margin: 56px auto;\n    padding: 0 22px;\n    color: #13232c;\n  }\n\n  .mph-landing * {\n    box-sizing: border-box;\n  }\n\n  .mph-shell {\n    display: grid;\n    grid-template-columns: 1.25fr 0.75fr;\n    gap: 22px;\n    align-items: stretch;\n  }\n\n  .mph-hero {\n    position: relative;\n    overflow: hidden;\n    background:\n      radial-gradient(circle at top right, rgba(66, 170, 220, 0.18), transparent 35%),\n      linear-gradient(135deg, #177fb3 0%, #238fc4 55%, #42aadc 100%);\n    color: #ffffff;\n    padding: 34px;\n    min-height: 340px;\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n  }\n\n  .mph-hero:after {\n    content: \"\";\n    position: absolute;\n    right: -80px;\n    bottom: -120px;\n    width: 260px;\n    height: 260px;\n    border: 1px solid rgba(255,255,255,0.18);\n    border-radius: 50%;\n  }\n\n  .mph-kicker {\n    display: inline-flex;\n    width: fit-content;\n    align-items: center;\n    gap: 9px;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: #eef9ff;\n    margin-bottom: 16px;\n  }\n\n  .mph-kicker:before {\n    content: \"\";\n    width: 8px;\n    height: 8px;\n    background: #ffffff;\n    border-radius: 999px;\n  }\n\n  .mph-hero h2 {\n    max-width: 760px;\n    margin: 0 0 14px;\n    color: #ffffff;\n    font-size: clamp(24px, 2.2vw, 34px);\n    line-height: 1.08;\n    letter-spacing: -0.02em;\n    font-weight: 700;\n  }\n\n  .mph-hero p {\n    max-width: 660px;\n    color: rgba(255,255,255,0.96);\n    font-size: 15px;\n    line-height: 1.55;\n    margin: 0;\n  }\n\n  .mph-hero-bottom {\n    position: relative;\n    z-index: 2;\n    margin-top: 30px;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n  }\n\n  .mph-pill {\n    display: inline-flex;\n    align-items: center;\n    min-height: 34px;\n    padding: 7px 12px;\n    border: 1px solid rgba(255,255,255,0.28);\n    background: rgba(255,255,255,0.10);\n    color: #ffffff;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.04em;\n  }\n\n  .mph-quote-card {\n    background: #ffffff;\n    border: 1px solid #d9e4e8;\n    box-shadow: 0 18px 45px rgba(16, 43, 58, 0.12);\n    padding: 28px;\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n  }\n\n  .mph-quote-card h3 {\n    margin: 0 0 12px;\n    color: #102b3a;\n    font-size: 25px;\n    line-height: 1.1;\n    letter-spacing: -0.035em;\n  }\n\n  .mph-quote-card p {\n    margin: 0 0 18px;\n    color: #5f666b;\n    font-size: 14.5px;\n    line-height: 1.55;\n  }\n\n  .mph-quote-list {\n    display: grid;\n    gap: 10px;\n    margin: 0 0 22px;\n    padding: 0;\n    list-style: none;\n  }\n\n  .mph-quote-list li {\n    display: grid;\n    grid-template-columns: 28px 1fr;\n    gap: 10px;\n    align-items: center;\n    color: #13232c;\n    font-size: 14px;\n    line-height: 1.35;\n  }\n\n  .mph-quote-list span {\n    width: 28px;\n    height: 28px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background: #eef8fb;\n    color: #177fb3;\n    font-weight: 900;\n    font-size: 12px;\n  }\n\n  .mph-actions {\n    display: grid;\n    gap: 10px;\n  }\n\n  .mph-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 13px 18px;\n    text-decoration: none !important;\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n    transition: transform 0.18s ease, background 0.18s ease;\n  }\n\n  .mph-btn:hover {\n    transform: translateY(-1px);\n  }\n\n  .mph-btn-primary {\n    background: #177fb3;\n    color: #ffffff !important;\n  }\n\n  .mph-btn-primary:hover {\n    background: #116d9b;\n    color: #ffffff !important;\n  }\n\n  .mph-btn-secondary {\n    background: #102b3a;\n    color: #ffffff !important;\n  }\n\n  .mph-btn-secondary:hover {\n    background: #0a1d28;\n    color: #ffffff !important;\n  }\n\n  .mph-stats {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n    margin-top: 18px;\n  }\n\n  .mph-stat {\n    background: #f3f8fa;\n    border-top: 4px solid #177fb3;\n    padding: 20px;\n  }\n\n  .mph-stat strong {\n    display: block;\n    color: #102b3a;\n    font-size: clamp(24px, 2.5vw, 34px);\n    line-height: 1;\n    letter-spacing: -0.05em;\n    margin-bottom: 7px;\n  }\n\n  .mph-stat span {\n    display: block;\n    color: #5f666b;\n    font-size: 13px;\n    line-height: 1.4;\n  }\n\n  .mph-section-head {\n    margin: 46px 0 18px;\n    display: flex;\n    align-items: end;\n    justify-content: space-between;\n    gap: 20px;\n  }\n\n  .mph-section-head h3 {\n    margin: 0;\n    color: #102b3a;\n    font-size: clamp(26px, 3vw, 42px);\n    line-height: 1;\n    letter-spacing: -0.05em;\n  }\n\n  .mph-section-head p {\n    max-width: 460px;\n    margin: 0;\n    color: #5f666b;\n    font-size: 15px;\n    line-height: 1.5;\n  }\n\n  .mph-services {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n  }\n\n  .mph-service-card {\n    min-height: 190px;\n    background: #ffffff;\n    border: 1px solid #d9e4e8;\n    padding: 20px;\n    position: relative;\n    overflow: hidden;\n    transition: transform 0.18s ease, box-shadow 0.18s ease;\n  }\n\n  .mph-service-card:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 14px 30px rgba(16, 43, 58, 0.10);\n  }\n\n  .mph-service-card:before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 52px;\n    height: 4px;\n    background: #177fb3;\n  }\n\n  .mph-icon {\n    width: 42px;\n    height: 42px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background: #eef8fb;\n    color: #177fb3;\n    font-size: 21px;\n    margin-bottom: 18px;\n  }\n\n  .mph-service-card strong {\n    display: block;\n    color: #102b3a;\n    font-size: 16px;\n    line-height: 1.25;\n    margin-bottom: 8px;\n  }\n\n  .mph-service-card span {\n    display: block;\n    color: #5f666b;\n    font-size: 13.5px;\n    line-height: 1.5;\n  }\n\n  .mph-strip {\n    margin-top: 42px;\n    display: grid;\n    grid-template-columns: 0.85fr 1.15fr;\n    gap: 16px;\n    align-items: stretch;\n  }\n\n  .mph-dark-box {\n    background: #177fb3;\n    color: #ffffff;\n    padding: 26px;\n  }\n\n  .mph-dark-box h3 {\n    margin: 0 0 12px;\n    color: #ffffff;\n    font-size: 24px;\n    line-height: 1.08;\n    letter-spacing: -0.02em;\n    font-weight: 700;\n  }\n\n  .mph-dark-box p {\n    margin: 0;\n    color: rgba(255,255,255,0.94);\n    font-size: 14.5px;\n    line-height: 1.55;\n  }\n\n  .mph-checks {\n    background: #f8fbfc;\n    border: 1px solid #d9e4e8;\n    padding: 26px;\n  }\n\n  .mph-checks ul {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n    columns: 2;\n    column-gap: 28px;\n  }\n\n  .mph-checks li {\n    break-inside: avoid;\n    color: #13232c;\n    font-size: 14px;\n    line-height: 1.45;\n    margin-bottom: 11px;\n    padding-left: 24px;\n    position: relative;\n  }\n\n  .mph-checks li:before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    color: #177fb3;\n    font-weight: 900;\n  }\n\n  .mph-details-row {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n    margin-top: 16px;\n  }\n\n  .mph-mini {\n    border: 1px solid #d9e4e8;\n    background: #ffffff;\n    padding: 18px;\n  }\n\n  .mph-mini b {\n    display: block;\n    color: #102b3a;\n    font-size: 14px;\n    text-transform: uppercase;\n    letter-spacing: 0.09em;\n    margin-bottom: 9px;\n  }\n\n  .mph-mini p {\n    margin: 0;\n    color: #5f666b;\n    font-size: 13.5px;\n    line-height: 1.5;\n  }\n\n  .mph-final {\n    margin-top: 42px;\n    padding: 30px;\n    background:\n      linear-gradient(90deg, rgba(23,127,179,0.10), rgba(23,127,179,0.03)),\n      #f3f8fa;\n    border: 1px solid #d9e4e8;\n    display: flex;\n    justify-content: space-between;\n    gap: 24px;\n    align-items: center;\n  }\n\n  .mph-final h3 {\n    margin: 0 0 8px;\n    color: #102b3a;\n    font-size: 28px;\n    line-height: 1.05;\n    letter-spacing: -0.04em;\n  }\n\n  .mph-final p {\n    margin: 0;\n    color: #5f666b;\n    font-size: 14.5px;\n    line-height: 1.5;\n  }\n\n  .mph-final .mph-actions {\n    min-width: 280px;\n  }\n\n  @media screen and (max-width: 990px) {\n    .mph-shell,\n    .mph-strip,\n    .mph-final {\n      grid-template-columns: 1fr;\n      display: grid;\n    }\n\n    .mph-services {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .mph-section-head {\n      display: block;\n    }\n\n    .mph-section-head p {\n      margin-top: 12px;\n    }\n  }\n\n  @media screen and (max-width: 650px) {\n    .mph-landing {\n      margin: 34px auto;\n      padding: 0 16px;\n    }\n\n    .mph-hero,\n    .mph-quote-card,\n    .mph-dark-box,\n    .mph-checks,\n    .mph-final {\n      padding: 22px;\n    }\n\n    .mph-stats,\n    .mph-services,\n    .mph-details-row {\n      grid-template-columns: 1fr;\n    }\n\n    .mph-checks ul {\n      columns: 1;\n    }\n\n    .mph-final .mph-actions {\n      min-width: 0;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"mph-landing\"\u003e\n\n  \u003cdiv class=\"mph-shell\"\u003e\n    \u003cdiv class=\"mph-hero\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"mph-kicker\"\u003eEdinburgh • Fife • Scotland\u003c\/div\u003e\n\n        \u003ch2\u003eHIAB crane hire in Edinburgh\u003c\/h2\u003e\n\n        \u003cp\u003e\n          Operated 7.5T Isuzu HIAB crane truck for lifting, loading and transport across Edinburgh and surrounding areas. Ideal for plant, boats, machinery, site materials and awkward access jobs.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mph-hero-bottom\"\u003e\n        \u003cspan class=\"mph-pill\"\u003eHIAB lifting\u003c\/span\u003e\n        \u003cspan class=\"mph-pill\"\u003ePlant transport\u003c\/span\u003e\n        \u003cspan class=\"mph-pill\"\u003eMachinery moves\u003c\/span\u003e\n        \u003cspan class=\"mph-pill\"\u003eSite deliveries\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003caside class=\"mph-quote-card\"\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eGet a fast quote\u003c\/h3\u003e\n        \u003cp\u003e\n          Send the right details first time and we can price the job properly without ten rounds of messages.\n        \u003c\/p\u003e\n\n        \u003cul class=\"mph-quote-list\"\u003e\n          \u003cli\u003e\n\u003cspan\u003e1\u003c\/span\u003eCollection and delivery postcodes\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan\u003e2\u003c\/span\u003ePhotos of the load and access\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan\u003e3\u003c\/span\u003eLoad size and estimated weight\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan\u003e4\u003c\/span\u003ePreferred date and time\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mph-actions\"\u003e\n        \u003ca class=\"mph-btn mph-btn-primary\" href=\"\/pages\/contact\"\u003eSend job details\u003c\/a\u003e\n        \u003ca class=\"mph-btn mph-btn-secondary\" href=\"tel:08002465537\"\u003eCall 0800 246 5537\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/aside\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mph-stats\"\u003e\n    \u003cdiv class=\"mph-stat\"\u003e\n      \u003cstrong\u003e4,000 kg\u003c\/strong\u003e\n      \u003cspan\u003ePayload depending on setup and load position.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mph-stat\"\u003e\n      \u003cstrong\u003e3,300 kg\u003c\/strong\u003e\n      \u003cspan\u003eRated lift at 1.5 m with rear-mounted HIAB.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mph-stat\"\u003e\n      \u003cstrong\u003eEdinburgh\u003c\/strong\u003e\n      \u003cspan\u003eLocal coverage and surrounding areas.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mph-section-head\"\u003e\n    \u003ch3\u003eBuilt for practical lifting jobs.\u003c\/h3\u003e\n    \u003cp\u003e\n      Ideal for smaller lifts where larger cranes or transport companies are unnecessary or too expensive.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mph-services\"\u003e\n    \u003cdiv class=\"mph-service-card\"\u003e\n      \u003cdiv class=\"mph-icon\"\u003e⚓\u003c\/div\u003e\n      \u003cstrong\u003eBoat lifting \u0026amp; recovery\u003c\/strong\u003e\n      \u003cspan\u003eSmall boats, marine kit, slipway work and yard moves where access allows.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mph-service-card\"\u003e\n      \u003cdiv class=\"mph-icon\"\u003e⚙\u003c\/div\u003e\n      \u003cstrong\u003ePlant \u0026amp; equipment\u003c\/strong\u003e\n      \u003cspan\u003eCompact plant, generators, engines and machinery transport.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mph-service-card\"\u003e\n      \u003cdiv class=\"mph-icon\"\u003e▣\u003c\/div\u003e\n      \u003cstrong\u003eConstruction deliveries\u003c\/strong\u003e\n      \u003cspan\u003eCrane-offload materials to sites, yards and restricted areas.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mph-service-card\"\u003e\n      \u003cdiv class=\"mph-icon\"\u003e↗\u003c\/div\u003e\n      \u003cstrong\u003eOne-off moves\u003c\/strong\u003e\n      \u003cspan\u003eEfficient for single lifts, grouped items and non-standard transport jobs.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mph-strip\"\u003e\n    \u003cdiv class=\"mph-dark-box\"\u003e\n      \u003ch3\u003eNot sure if it will lift?\u003c\/h3\u003e\n      \u003cp\u003e\n        Send photos, dimensions and estimated weight. We will tell you straight whether the HIAB is suitable before wasting your time.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mph-checks\"\u003e\n      \u003cul\u003e\n        \u003cli\u003e7.5T Isuzu HIAB truck\u003c\/li\u003e\n        \u003cli\u003eRear-mounted crane\u003c\/li\u003e\n        \u003cli\u003eQualified operator supplied\u003c\/li\u003e\n        \u003cli\u003eInsurance available where required\u003c\/li\u003e\n        \u003cli\u003eRAMS available where required\u003c\/li\u003e\n        \u003cli\u003eUseful for tight access jobs\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mph-details-row\"\u003e\n    \u003cdiv class=\"mph-mini\"\u003e\n      \u003cb\u003eAccess matters\u003c\/b\u003e\n      \u003cp\u003e\n        Tell us about narrow roads, low bridges, soft ground, gradients, slipways, tides or restricted working areas.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mph-mini\"\u003e\n      \u003cb\u003eLoad details\u003c\/b\u003e\n      \u003cp\u003e\n        Photos, dimensions, data plates and estimated weight help us price accurately and avoid guesswork.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mph-mini\"\u003e\n      \u003cb\u003eResponse time\u003c\/b\u003e\n      \u003cp\u003e\n        Standard quote response is usually within one business day. For urgent work, call directly.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mph-final\"\u003e\n    \u003cdiv\u003e\n      \u003ch3\u003eNeed HIAB crane hire in Edinburgh?\u003c\/h3\u003e\n      \u003cp\u003e\n        Send the job details and we’ll price the lift, transport and access properly.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mph-actions\"\u003e\n      \u003ca class=\"mph-btn mph-btn-primary\" href=\"\/pages\/contact\"\u003eRequest a quote\u003c\/a\u003e\n      \u003ca class=\"mph-btn mph-btn-secondary\" href=\"tel:08002465537\"\u003eCall now\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"Marine Plant Hire Scotland","offers":[{"title":"Default Title","offer_id":53600472039751,"sku":null,"price":95.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0806\/5397\/5879\/files\/HIAB_Lift_Edinburgh.jpg?v=1776853921","url":"https:\/\/marineplanthirescotland.co.uk\/products\/hiab-crane-hire-edinburgh","provider":"Marine Plant Hire Scotland","version":"1.0","type":"link"}