/* PM Safaris overrides — loaded AFTER main.min.css.
   To revert the footer hills photo back to the original green sketch
   illustration, simply remove the .footer-shape rule below (or remove the
   <link> tag that loads this file). The original asset
   assets/img/shape/footer-top-shape.png is untouched. */

.footer-shape {
  background-image: url("../img/backdrop.jpeg") !important;
  background-position: center center !important;
  height: 100% !important;   /* stretch photo to cover the whole footer (was 660px) */
  z-index: -2 !important;    /* sit behind the green strip below */
}

/* Shrink the existing green block to only the height of .footer-bottom, so the
   photo fills everything above the white divider line and green remains below it.
   Original rule covers 50% / 70% of the footer height. */
.footer-section::before {
  height: 82px !important;
}
