/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 08 2026 | 07:25:06 */
/* ================================
   Tree Range - Timber Reuse Block
   ================================ */

.tra-timber-reuse-block {
  background: #f5f2eb;
  padding: 70px 20px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.tra-timber-reuse-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 46px;
  align-items: center;
}

.tra-timber-reuse-content {
  max-width: 680px;
}

.tra-eyebrow {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 700;
  color: #315f43;
}

.tra-timber-reuse-content h2 {
  margin: 0 0 20px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  color: #1f3f2c;
}

.tra-timber-reuse-content p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.65;
  color: #26342b;
}

.tra-timber-reuse-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.tra-btn-primary,
.tra-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.tra-btn-primary {
  background: #315f43;
  color: #ffffff !important;
  border: 2px solid #315f43;
}

.tra-btn-primary:hover {
  background: #234531;
  border-color: #234531;
  color: #ffffff !important;
}

.tra-btn-secondary {
  background: transparent;
  color: #315f43 !important;
  border: 2px solid #315f43;
}

.tra-btn-secondary:hover {
  background: #315f43;
  color: #ffffff !important;
}

.tra-timber-reuse-visual {
  display: grid;
  gap: 14px;
}

.tra-timber-image-main,
.tra-timber-image-grid img {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(31, 63, 44, 0.12);
  background: #ffffff;
}

.tra-timber-image-main img,
.tra-timber-image-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tra-timber-image-main {
  aspect-ratio: 16 / 9;
}

.tra-timber-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.tra-timber-image-grid img {
  aspect-ratio: 1 / 1;
}

.tra-timber-reuse-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px 26px;
  box-shadow: 0 14px 36px rgba(31, 63, 44, 0.1);
  border: 1px solid rgba(49, 95, 67, 0.12);
}

.tra-timber-reuse-card h3 {
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 1.25;
  color: #1f3f2c;
}

.tra-timber-reuse-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
  column-gap: 24px;
}

.tra-timber-reuse-card li {
  position: relative;
  break-inside: avoid;
  padding-left: 22px;
  margin-bottom: 11px;
  font-size: 15px;
  line-height: 1.4;
  color: #26342b;
}

.tra-timber-reuse-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #315f43;
}

/* Mobile */
@media (max-width: 900px) {
  .tra-timber-reuse-block {
    padding: 52px 18px;
  }

  .tra-timber-reuse-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .tra-timber-reuse-content {
    max-width: none;
  }

  .tra-timber-reuse-content p {
    font-size: 16px;
  }

  .tra-timber-reuse-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .tra-btn-primary,
  .tra-btn-secondary {
    width: 100%;
    text-align: center;
  }

  .tra-timber-reuse-card ul {
    columns: 1;
  }
}

@media (max-width: 560px) {
  .tra-timber-image-grid {
    grid-template-columns: 1fr;
  }

  .tra-timber-image-main,
  .tra-timber-image-grid img,
  .tra-timber-reuse-card {
    border-radius: 16px;
  }
}

/* ================================
   End Tree Range - Timber Reuse Block
   ================================ */

/* ================================
   Tree Range - Mulch Banner
   ================================ */

.tra-mulch-banner {
  width: 100%;
  padding: 20px 20px 46px;
  background: #ffffff;
}

.tra-mulch-banner-inner {
  position: relative;
  max-width: 1120px;
  min-height: 330px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 28px;
  background-color: #234531;
  background-image:
    linear-gradient(
      90deg,
      rgba(35, 69, 49, 1) 0%,
      rgba(35, 69, 49, 0.98) 38%,
      rgba(35, 69, 49, 0.72) 58%,
      rgba(35, 69, 49, 0.18) 100%
    ),
    url("https://treerangearborists.com.au/wp-content/uploads/2025/05/mulch-delivery.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  box-shadow: 0 18px 42px rgba(31, 63, 44, 0.14);
}

.tra-mulch-banner-inner::after {
  content: "";
  position: absolute;
  top: -40px;
  right: 37%;
  width: 140px;
  height: 430px;
  background: rgba(245, 242, 235, 0.08);
  transform: rotate(12deg);
  pointer-events: none;
}

.tra-mulch-banner-content {
  position: relative;
  z-index: 2;
  max-width: 560px;
  padding: 46px 52px;
}

.tra-mulch-banner-eyebrow {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 700;
  color: #dce9d8;
}

.tra-mulch-banner h2 {
  margin: 0 0 15px;
  font-size: clamp(31px, 4vw, 46px);
  line-height: 1.05;
  color: #ffffff;
}

.tra-mulch-banner p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.6;
  color: #eef4ea;
}

.tra-mulch-banner-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.tra-mulch-banner-price {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  padding: 15px 18px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.tra-mulch-banner-price strong {
  font-size: 21px;
  line-height: 1.2;
  color: #315f43;
}

.tra-mulch-banner-price span {
  font-size: 13px;
  line-height: 1.35;
  color: #56645a;
}

.tra-mulch-banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 999px;
  background: #f5f2eb;
  color: #315f43 !important;
  border: 2px solid #f5f2eb;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.tra-mulch-banner-btn:hover {
  background: transparent;
  color: #ffffff !important;
}

/* Mobile */
@media (max-width: 820px) {
  .tra-mulch-banner {
    padding: 36px 18px;
  }

  .tra-mulch-banner-inner {
    min-height: 460px;
    border-radius: 22px;
    background-image:
      linear-gradient(
        180deg,
        rgba(35, 69, 49, 0.18) 0%,
        rgba(35, 69, 49, 0.78) 42%,
        rgba(35, 69, 49, 0.98) 100%
      ),
      url("https://treerangearborists.com.au/wp-content/uploads/2025/05/mulch-delivery.jpg");
    background-position: center center;
  }

  .tra-mulch-banner-inner::after {
    display: none;
  }

  .tra-mulch-banner-content {
    max-width: none;
    padding: 230px 24px 28px;
  }

  .tra-mulch-banner p {
    font-size: 16px;
  }

  .tra-mulch-banner-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .tra-mulch-banner-price,
  .tra-mulch-banner-btn {
    width: 100%;
    box-sizing: border-box;
  }
}

/* ================================
   End Tree Range - Mulch Banner
   ================================ */