/* ---------- Service icon styles (unchanged) ---------- */
.service-icon {
  font-size: 3rem;
}

@media (min-width: 576px) {
  .service-icon {
    font-size: 3.5rem;
  }
}

@media (min-width: 768px) {
  .service-icon {
    font-size: 4rem;
  }
}

/* ---------- Subheader background and layout ---------- */
#subheader {
  position: relative;
  background: linear-gradient(134deg, rgba(114, 166, 3, 1) 0%, rgba(163, 191, 59, 1) 50%);
  padding-top: 140px;
  padding-bottom: 60px;
  overflow: hidden;
  z-index: 0;
}
/* Mobile and small tablets */
@media (max-width: 767px) {
  #subheader {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
/* ---------- Trowel image layout ---------- */
/* Desktop (default) */
.trowel-wrapper {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%); /* Vertically centre the image */
  z-index: 2;
}

.trowel-img {
  width: 175px;
  height: auto;
  pointer-events: none;
  opacity: 0.5; /* Optional */
}

/* Mobile view */
@media (max-width: 767px) {
  .trowel-wrapper {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin-top: 1rem;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    z-index: 2;
  }

  .trowel-img {
    width: 120px;
    height: auto;
  }
}

.container,
.container-fluid,
.row {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
   /* header .logo-main {
    display: none;
  }

  header .logo-init {
    display: none;
  }

  header .logo-mobile {
    display: block;
  } */
  header .btn-main{
    display: inline-block;
  }
}