/* CraftCore 10.3.57 — service hero quote-card top spacing polish.
   Loaded after every service-specific stylesheet so the approved spacing is
   consistent across driveway, patio, render, gutter, solar and soffit/fascia. */
.dc-page .dc-hero .dc-quote{
  padding:38px 27px 27px!important;
}
.dc-page .dc-hero .dc-quote__topline{
  margin:0 0 10px!important;
}
.dc-page .dc-hero .dc-quote h2{
  margin:0 0 10px!important;
}
.dc-page .dc-hero .dc-quote > p{
  margin:0 0 22px!important;
}
.dc-page .dc-hero .craftcore-enquiry-form{
  margin-top:0!important;
}
@media(max-width:900px){
  .dc-page .dc-hero .dc-quote{
    padding:34px 27px 27px!important;
  }
}
@media(max-width:650px){
  .dc-page .dc-hero .dc-quote{
    padding:29px 21px 23px!important;
  }
  .dc-page .dc-hero .dc-quote__topline{
    margin-bottom:8px!important;
  }
  .dc-page .dc-hero .dc-quote > p{
    margin-bottom:19px!important;
  }
}

/* CraftCore 10.3.61 — protect service hero content from the fixed desktop header.
   The quote card can be taller than the copy, so the hero must grow around it
   rather than allowing the card to touch the top edge of the viewport. */
@media (min-width:1081px){
  .dc-page .dc-hero,
  .dc-page .sf-hero,
  .dc-page .sf-hero-v8,
  .dc-page .patio-hero-v10,
  .dc-page .render-hero,
  .dc-page .render-hero-v10,
  .dc-page .gutter-hero,
  .dc-page .gutter-hero-v10,
  .dc-page .solar-hero{
    min-height:900px !important;
    padding-top:150px !important;
    padding-bottom:86px !important;
  }
}
@media (min-width:851px) and (max-width:1080px){
  .dc-page .dc-hero,
  .dc-page .sf-hero,
  .dc-page .sf-hero-v8,
  .dc-page .patio-hero-v10,
  .dc-page .render-hero,
  .dc-page .render-hero-v10,
  .dc-page .gutter-hero,
  .dc-page .gutter-hero-v10,
  .dc-page .solar-hero{
    min-height:auto !important;
    padding-top:118px !important;
    padding-bottom:82px !important;
  }
}
@media (max-width:850px){
  .dc-page .dc-hero,
  .dc-page .sf-hero,
  .dc-page .sf-hero-v8,
  .dc-page .patio-hero-v10,
  .dc-page .render-hero,
  .dc-page .render-hero-v10,
  .dc-page .gutter-hero,
  .dc-page .gutter-hero-v10,
  .dc-page .solar-hero{
    padding-top:104px !important;
    padding-bottom:72px !important;
  }
}
@media (max-width:650px){
  .dc-page .dc-hero,
  .dc-page .sf-hero,
  .dc-page .sf-hero-v8,
  .dc-page .patio-hero-v10,
  .dc-page .render-hero,
  .dc-page .render-hero-v10,
  .dc-page .gutter-hero,
  .dc-page .gutter-hero-v10,
  .dc-page .solar-hero{
    padding-top:94px !important;
    padding-bottom:64px !important;
  }
}
