/* ============================================
   LAWN PANTHER — Custom CSS
   ============================================ */


/* --------------------------------------------
   Top Sticky Banner ($49 first-mow offer, etc.)
   -------------------------------------------- */
.lp-top-sticky-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: #39FF14;
  color: #111 !important;
  text-align: center;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  min-height: 44px;
  box-sizing: border-box;
}

.lp-top-sticky-banner a,
.lp-top-sticky-banner a:link,
.lp-top-sticky-banner a:visited,
.lp-top-sticky-banner a:hover {
  display: block !important;
  color: #111 !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

body:has(.lp-top-sticky-banner) {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .lp-top-sticky-banner {
    font-size: 13px;
    padding: 8px 12px;
    min-height: 36px;
  }
  body:has(.lp-top-sticky-banner) {
    padding-top: 44px;
  }
}

/* --------------------------------------------
   Mobile Sticky Quote Button (bottom)
   -------------------------------------------- */
.mobile-sticky-quote {
  display: none;
}

@media (max-width: 767px) {
  .mobile-sticky-quote {
    display: block;
    position: fixed;
    bottom: 14px;
    left: 14px;
    right: 14px;
    z-index: 99999;
  }
  .mobile-sticky-quote a {
    display: block;
    width: 100%;
    text-align: center;
    background: #39FF14;
    color: #111111 !important;
    font-weight: 800;
    font-size: 17px;
    padding: 14px 18px;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.28);
    text-decoration: none !important;
  }
  body {
    padding-bottom: 82px;
  }
}


/* --------------------------------------------
   Footer Services Box
   -------------------------------------------- */
.footer-services-box {
  text-align: center;
  color: #ffffff;
  padding: 0;
  margin: 0 auto;
}

.footer-services-box h3,
.footer-services-box .footer-menu-group h3 {
  color: #ffffff !important;
  font-size: 26px;
  margin: 0 0 8px;
  padding: 0;
  line-height: 1.1;
}

.footer-menu-group {
  margin: 0;
  padding: 0;
}

.footer-menu-services {
  margin-bottom: 22px;
}


/* Footer 3-column grid */
.footer-services-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 58px;
  row-gap: 8px;
  justify-content: center;
  align-items: center;
}

.footer-services-list li {
  margin: 0;
  padding: 0;
  line-height: 1.15;
}


/* Footer links */
.footer-services-list a,
.footer-services-box a {
  color: #ffffff !important;
  text-decoration: none !important;
  line-height: 1.15;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.footer-services-list a:hover,
.footer-services-list a:focus,
.footer-services-box a:hover,
.footer-services-box a:focus {
  color: #76c80f !important;
  text-decoration: none !important;
}

.footer-full-row {
  grid-column: 1 / -1;
  margin-top: 2px;
}


/* Bottom footer nav */
.site-footer a {
  color: #ffffff;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #76c80f;
  text-decoration: none;
}


/* --------------------------------------------
   Mobile-only adjustments
   -------------------------------------------- */
@media (max-width: 767px) {
  /* Top banner — slightly thinner on mobile */
  .lp-top-sticky-banner {
    font-size: 13px;
    padding: 8px 12px;
  }
  body:has(.lp-top-sticky-banner) {
    padding-top: 44px;
  }

  /* Footer adjustments */
  .footer-services-box h3,
  .footer-services-box .footer-menu-group h3 {
    font-size: 23px;
    margin-bottom: 7px;
  }
  .footer-services-list {
    grid-template-columns: 1fr;
    row-gap: 6px;
  }
  .footer-menu-services {
    margin-bottom: 18px;
  }
}
/* Push sticky banner below WP admin bar when logged in */
body.admin-bar .lp-top-sticky-banner {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .lp-top-sticky-banner {
    top: 46px;
  }
}
.entry-content figcaption {
  font-style: italic;
  text-align: center;
  color: #555;
}
/* Natural heading case (added 2026-06-06) */
h1, h2, h3, h4, h5, h6,
.entry-title, .entry-title a,
.wp-block-heading, .wp-block-post-title, .wp-block-post-title a,
[class*="kt-adv-heading"]{text-transform:none !important;}