/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 22 2026 | 06:52:03 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
/* ==========================================================
   TREE PRUNING LOCATION PAGE CONTENT
   Scoped to avoid affecting the existing header and hero.
   ========================================================== */

.tree-pruning-page-content {
  --tp-green: #2f6c24;
  --tp-green-dark: #24551c;
  --tp-green-light: #7cc58a;
  --tp-text: #696969;
  --tp-heading: #2d2d2d;
  --tp-border: #dfe5df;
  --tp-pale: #f4f8f4;

  width: 100%;
  color: var(--tp-text);
}

.tree-pruning-page-content *,
.tree-pruning-page-content *::before,
.tree-pruning-page-content *::after {
  box-sizing: border-box;
}

.tree-pruning-page-content h2 {
  margin: 0;
  color: var(--tp-heading);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.12;
  font-weight: 700;
}

.tree-pruning-page-content h3 {
  margin: 0 0 9px;
  color: var(--tp-heading);
  font-size: 22px;
  line-height: 1.25;
}

.tree-pruning-page-content p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.72;
}

.tree-pruning-page-content ul {
  margin: 0;
  padding-left: 22px;
}

.tree-pruning-page-content li {
  margin-bottom: 7px;
  font-size: 17px;
  line-height: 1.55;
}

.tree-pruning-page-content a {
  color: var(--tp-green-light);
  text-decoration: none;
}

.tree-pruning-page-content a:hover,
.tree-pruning-page-content a:focus {
  color: var(--tp-green);
}


/* ==========================================================
   HEADINGS
   ========================================================== */

.tp-heading {
  position: relative;
  max-width: 880px;
  margin-bottom: 24px;
  padding-left: 22px;
}

.tp-heading::before {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 5px;
  background: var(--tp-green);
  content: "";
}

.tp-heading__eyebrow {
  display: block;
  margin-bottom: 7px;
  color: var(--tp-green-light);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.tp-heading--white h2,
.tp-heading--white .tp-heading__eyebrow {
  color: #ffffff;
}

.tp-heading--white::before {
  background: #ffffff;
}


/* ==========================================================
   TOP SERVICE SECTION
   ========================================================== */

.tp-top-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 48px;
  align-items: start;
  margin-bottom: 30px;
}

.tp-primary-copy {
  padding-right: 20px;
  border-right: 5px solid var(--tp-green);
}

.tp-service-list {
  columns: 2;
  column-gap: 38px;
  margin: 24px 0 26px;
}

.tp-service-list li {
  break-inside: avoid;
  margin-bottom: 10px;
}

.tp-image-wrap {
  width: 100%;
}

.tp-feature-image {
  display: block;
  width: 100%;
  min-height: 480px;
  height: auto;
  object-fit: cover;
}


/* ==========================================================
   GENERAL SECTIONS
   ========================================================== */

.tp-section {
  margin-bottom: 56px;
}

.tp-section--boxed {
  padding: 30px 32px 34px;
  border-right: 5px solid var(--tp-green);
  border-bottom: 5px solid var(--tp-green);
}

.tp-section--green {
  padding: 34px 36px;
  color: #ffffff;
  background: var(--tp-green);
}

.tp-section--green h2,
.tp-section--green h3,
.tp-section--green p,
.tp-section--green li {
  color: #ffffff;
}

.tp-section--green a {
  color: #ffffff;
}


/* ==========================================================
   FREE QUOTE BUTTONS
   ========================================================== */

.tp-inline-cta {
  display: flex;
  justify-content: center;
  margin: 30px 0 56px;
}

.tp-section--green .tp-inline-cta {
  margin: 30px 0 0;
}

.tp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 28px;
  border: 2px solid var(--tp-green-light);
  color: var(--tp-green);
  background: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.tp-button:hover,
.tp-button:focus {
  color: #ffffff;
  background: var(--tp-green);
  border-color: var(--tp-green);
}

.tp-section--green .tp-button {
  border-color: #ffffff;
  color: #ffffff;
  background: transparent;
}

.tp-section--green .tp-button:hover,
.tp-section--green .tp-button:focus {
  color: var(--tp-green);
  background: #ffffff;
}


/* ==========================================================
   TREE TYPES
   ========================================================== */

.tp-tree-types {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.tp-tree-type {
  padding: 22px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.tp-tree-type:nth-child(3n) {
  border-right: 0;
}

.tp-tree-type h3 {
  font-size: 20px;
}

.tp-tree-type p {
  margin: 0;
  font-size: 16px;
  line-height: 1.58;
}


/* ==========================================================
   CHECKLIST
   ========================================================== */

.tp-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 34px;
  margin-top: 22px;
  padding: 0 !important;
  list-style: none;
}

.tp-checklist li {
  position: relative;
  padding-left: 26px;
}

.tp-checklist li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--tp-green);
  font-weight: 700;
  content: "✓";
}


/* ==========================================================
   BENEFITS
   ========================================================== */

.tp-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 42px;
  margin-top: 22px;
}

.tp-benefit {
  padding: 20px 0;
  border-top: 1px solid var(--tp-border);
}

.tp-benefit p {
  margin: 0;
  font-size: 17px;
}


/* ==========================================================
   MID-PAGE IMAGE
   ========================================================== */

.tp-mid-image {
  margin: 0 0 56px;
}

.tp-mid-image img {
  display: block;
  width: 100%;
  height: clamp(280px, 38vw, 460px);
  object-fit: cover;
  object-position: center;
}


/* ==========================================================
   PROFESSIONAL STANDARDS
   ========================================================== */

.tp-standards {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(250px, 0.65fr);
  gap: 36px;
  align-items: start;
}

.tp-standards-list {
  margin: 0;
  padding: 0 !important;
  list-style: none;
}

.tp-standards-list li {
  position: relative;
  padding: 12px 0 12px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 700;
}

.tp-standards-list li:last-child {
  border-bottom: 0;
}

.tp-standards-list li::before {
  position: absolute;
  left: 0;
  color: #ffffff;
  content: "✓";
}


/* ==========================================================
   PROCESS
   ========================================================== */

.tp-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 26px;
}

.tp-process-step {
  padding: 0 20px;
  border-left: 1px solid var(--tp-border);
}

.tp-process-step:first-child {
  padding-left: 0;
  border-left: 0;
}

.tp-process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--tp-green);
  font-weight: 700;
}

.tp-process-step p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}


/* ==========================================================
   CLOSING CTA
   ========================================================== */

.tp-cta {
  margin-top: 10px;
  padding: 34px 36px;
  background: var(--tp-pale);
  border-left: 5px solid var(--tp-green);
}

.tp-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 900px) {
  .tp-top-layout,
  .tp-standards {
    grid-template-columns: 1fr;
  }

  .tp-primary-copy {
    padding-right: 0;
    padding-bottom: 28px;
    border-right: 0;
    border-bottom: 5px solid var(--tp-green);
  }

  .tp-feature-image {
    min-height: 340px;
  }

  .tp-tree-types {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tp-tree-type:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.28);
  }

  .tp-tree-type:nth-child(2n) {
    border-right: 0;
  }

  .tp-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 0;
  }

  .tp-process-step:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 680px) {
  .tree-pruning-page-content p {
    font-size: 16px;
  }

  .tree-pruning-page-content h2 {
    font-size: 30px;
  }

  .tp-service-list {
    columns: 1;
  }

  .tp-tree-types,
  .tp-checklist,
  .tp-benefits,
  .tp-process {
    grid-template-columns: 1fr;
  }

  .tp-tree-type,
  .tp-tree-type:nth-child(2n),
  .tp-tree-type:nth-child(3n) {
    border-right: 0;
  }

  .tp-process-step,
  .tp-process-step:first-child,
  .tp-process-step:nth-child(3) {
    padding: 20px 0;
    border-top: 1px solid var(--tp-border);
    border-left: 0;
  }

  .tp-process-step:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .tp-section--boxed,
  .tp-section--green,
  .tp-cta {
    padding: 25px 22px 28px;
  }

  .tp-inline-cta {
    margin: 26px 0 44px;
  }

  .tp-mid-image {
    margin-bottom: 44px;
  }

  .tp-mid-image img {
    height: 280px;
  }

  .tp-button {
    width: 100%;
  }

  .tp-cta-actions {
    flex-direction: column;
  }
}
/* ==========================================================
   TREE PRUNING LOCATION PAGES END
   ========================================================== */