@charset "utf-8";
/* CSS Document */

.areaslising_sec {
  background: #f5f5f5;
  padding: 80px 0;
}

.areaslising_sec hr {
  border-bottom: 0px solid #ffffff00 !important;
  background: rgba(0, 0, 0, 0);
  height: 0px;
  width: 100%;
  margin: 20px 0 40px;
  border-width: 1px;
  border-color: #ffffff40;
}

main.areas-page ul.woo_breadcums {
  padding: 0 0 16px 0;
}

form.suburb-search-form {
  position: relative;
  z-index: 0;
  margin: 15px 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  z-index: 1;

  & input {
    padding: 14px 15px;
    width: 520px;
    margin: 0;
  }

  & button[type="button"] {
    color: #1a232b !important;
    border: 0 !important;
    padding: 12px 20px 11px 20px;
    position: relative !important;
    font-family: "Plus Jakarta Sans" !important;
    font-weight: 800 !important;
    margin: 0;
    background: #e37900 !important;
    background: linear-gradient(
      270deg,
      rgba(227, 121, 0, 1) 0%,
      rgba(243, 146, 0, 1) 100%
    ) !important;
    height: 50px;
    /* min-height: unset; */
    width: 100px;
    gap: 7px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    line-height: 0;
    font-size: 16px !important;
    & i {
      & img {
        max-width: 13px;
      }
    }
    &:hover {
      background: var(--black) !important;
      border: 2px solid var(--black) !important;
      color: var(--white) !important;

      & i {
        & img {
          filter: brightness(0) invert(1);
        }
      }
    }
  }
}

.areaslising_sec ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  & li {
    width: calc(25% - 10px);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 23px;
    margin-bottom: 0px !important;

    &:after {
      background: transparent url(../images/icon/suburb-list-icon.svg) no-repeat
        center;
      width: 13px;
      height: 15px;
      top: 2px;
      background-size: contain;
      filter: invert(35%) sepia(44%) saturate(3102%) hue-rotate(7deg)
        brightness(97%) contrast(89%);
    }

    & span {
      width: 100% !important;
      display: block;
      font-weight: 500;
      margin: 0;
    }
  }

  & li.active {
    color: #dd5b0e;
  }
}

.listtitle {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  margin: 35px 0 35px;
  font-family: "Boldonse";
  display: block;
  line-height: 1.5 !important;
}

.scrollingtxt_sec ~ .sitecontentsec {
  padding-top: 0;
}

form.suburb-search-form input {
  padding: 14px 15px;
  width: 520px;
  height: 50px;
  border: 0px;
}

.areadetail-page .industries-we-serve-sec {
  background: #f5f5f5;
}

.areadetail-page {
  .breadcums_wrap.biginnerbanner {
    .container {
      flex-wrap: nowrap;
      padding-block: 20px;
    }
  }
  .img-wrap.mapdiv {
    width: 100%;
    & iframe {
      clip-path: polygon(18px 0, 100% 0, 100% 100%, 0 100%, 0 18px);
      min-height: 600px;
    }
  }
  .areaslising_sec ul {
    & li {
      width: 50%;
    }
  }
}

.img-content-sec.litebgsec {
  background: #f7f8f8;
  padding: 100px 0;
}

.marking-safety-services-sec.mb-120 {
}

.areadetail-page {
  .gallery-slider-sec {
    .heading-30.heading_atk {
      text-align: left;
    }
  }

  .marking-safety-services-sec {
    margin-bottom: 0;
    background: var(--white);
    padding-block: inherit;
    margin-bottom: 100px;

    .container {
      /* padding: 100px 15px;
            border-top: 1px solid #e9e9e9; */

      & .heading-30.heading_atk {
        color: var(--black);
        &.heading_atk::after {
          background: transparent url(../images/icon/heading-ark-v2.svg)
            no-repeat center;
        }
      }

      .marking-safety-services-slider {
        .slick-prev {
          border: 1px solid var(--black) !important;

          &:before {
            filter: none;
          }
        }

        .slick-next {
          border: 1px solid var(--black) !important;

          &:before {
            filter: none;
          }
        }
      }
    }
  }
}

/* update  */
.areaslising_sec ul.areaslist-menu {
  & > li {
    & > a {
      padding-left: 00;
      font-size: unset !important;
      &::after {
        display: none;
      }
    }
  }
}
.sub_listtitle > a {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  margin: 0px 0 25px;
  font-family: "Boldonse";
  display: block;
  line-height: 1.5 !important;
}

.sub_listing_wrapper + iframe {
  margin-top: 30px;
}

.ui-widget.ui-widget-content {
  max-height: 150px;
  overflow: hidden;
  overflow-y: auto;
  font-family: "Plus Jakarta Sans";
  & > li {
    padding-left: 0;
    &:after {
      display: none;
    }
  }
}

.testimonial-slider-sec:has(+ .img-content-sec.litebgsec) {
  margin-bottom: 0 !important;
  padding: 80px 0 100px;
  & + .img-content-sec {
    &::after {
      content: "";
      position: absolute;
      height: 0;
      width: 100%;
      border-bottom: 1px solid #dedede;
      left: 0;
      right: 0;
      margin-inline: auto;
      top: 0;
      max-width: 1430px;
    }
  }
}
/* update  */

/* ------- with max width ----------- */
@media (max-width: 1600px) {
  .areaslising_sec ul {
    /* & li {
      width: 20%;
    } */
  }
  .testimonial-slider-sec:has(+ .img-content-sec.litebgsec) {
    & + .img-content-sec {
      &::after {
        max-width: 1370px;
      }
    }
  }
}

@media (max-width: 1440px) {
  .testimonial-slider-sec:has(+ .img-content-sec.litebgsec) {
    & + .img-content-sec {
      &::after {
        max-width: 1110px;
      }
    }
  }

  .areadetail-page {
    & .marking-safety-services-sec {
      margin-bottom: 80px;
    }
  }
}

@media (max-width: 1200px) {
  main.areaslistingpg .areaslising_sec ul li {
    width: 20% !important;
  }

  main.areaslistingpg .areaslising_sec ul li {
    width: 20% !important;
  }

  section.img-content-sec.areaslising_sec {
    .heading-34.heading_atk {
      font-size: 24px;

      &:after {
        display: none;
      }
    }
  }
  .img-content-sec.litebgsec {
    padding: 80px 0;
  }
  .testimonial-slider-sec:has(+ .img-content-sec.litebgsec) {
    padding: 80px 0 80px;
    & + .img-content-sec {
      &::after {
        max-width: 930px;
      }
    }
  }
}

@media (max-width: 992px) {
  main.areaslistingpg .areaslising_sec ul li {
    width: 25%;
  }

  section.img-content-sec.areaslising_sec {
    padding: 60px 0;
    & .flex-container {
      flex-wrap: wrap;

      & .left-img-side {
        width: 100%;
        order: 2;
        margin-top: 20px;
      }

      & .right-content-side {
        width: 100%;
        max-width: 100%;

        & ul {
          & li {
            width: 33.33%;
          }
        }
      }
    }
  }

  .areaslising_sec ul {
    & li {
      width: calc(33.33% - 10px);
    }
  }

  .img-content-sec.litebgsec {
    padding: 60px 0;
  }
  .testimonial-slider-sec:has(+ .img-content-sec.litebgsec) {
    padding: 60px 0 60px;
    & + .img-content-sec {
      &::after {
        max-width: 690px;
      }
    }
  }

  .areadetail-page {
    & .marking-safety-services-sec {
      margin-bottom: 60px;
    }
  }
}

@media (max-width: 768px) {
  form.suburb-search-form input {
    width: calc(100% - 100px);
  }

  main.areaslistingpg .breadcrumb_wrap {
    min-height: 300px;
  }

  main.areaslistingpg .areaslising_sec ul li {
    width: 33.33%;
  }

  section.img-content-sec.areaslising_sec {
    padding: 40px 0;
    & .flex-container {
      .right-content-side {
        & ul {
          & li {
            width: 50%;
          }
        }
      }
    }
  }

  .areaslising_sec ul {
    & li {
      width: calc(50% - 10px);
    }
  }
  .img-content-sec.litebgsec {
    padding: 40px 0;
  }
  .testimonial-slider-sec:has(+ .img-content-sec.litebgsec) {
    padding: 40px 0 40px;
    & + .img-content-sec {
      &::after {
        max-width: 510px;
      }
    }
  }
  .areadetail-page {
    & .marking-safety-services-sec {
      margin-bottom: 40px;
    }
  }
}

@media (max-width: 576px) {
  main.areaslistingpg .areaslising_sec ul li {
    width: 50%;
  }

  .areaslising_sec ul {
    & li {
      font-size: 16px;
      margin-bottom: 20px;
      /* &:after {
                background: transparent url(../images/icon/suburb-list-icon.svg) no-repeat 0 0;
                background-size: 70%;
            } */

      & span {
        width: 100% !important;
        display: block;
        font-weight: 500;
        margin: 0;
        font-size: 16px;
      }
    }
  }
  .listtitle {
    font-size: 14px;
    margin: 30px 0 25px;
  }
  .sub_listtitle > a {
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0 16px;
  }
  .areaslising_sec hr {
    margin: 15px 0 20px;
  }
  .testimonial-slider-sec:has(+ .img-content-sec.litebgsec) {
    padding: 30px 0 30px;
    & + .img-content-sec {
      &::after {
        max-width: calc(100% - 30px);
      }
    }
  }
  .img-content-sec.litebgsec {
    padding: 30px 0;
  }
  .img-wrap.mapdiv {
    width: 100%;
    & iframe {
      min-height: 400px;
    }
  }
}

@media (max-width: 480px) {
}

@media (max-width: 360px) {
  main.areaslistingpg .areaslising_sec ul li {
    width: 100%;
  }

  .areaslising_sec ul {
    & li {
      width: 100%;
    }
  }

  section.img-content-sec.areaslising_sec {
    & .flex-container {
      & .right-content-side {
        & ul {
          & li {
            width: 100%;
          }
        }
      }
    }
  }
}
