.cstm-container {
    height: 680px;
    padding: 0 5rem;
}

.home-banner {
    position: relative;
    z-index: 1;
}

.home-banner:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #8a8484 50% no-repeat url("https://web.archive.org/web/20250317153559im_/https://static.verticom.com.au/timber-direct/img/pages/home/new-home-page-banner-2.webp");
    background-size: cover;
    background-position-y: center;
    opacity: .6;
}

.home-content {
    margin: 40px auto;
}

.banner-content {
    padding: 7vw 40px;
}

.sub-text {
    font-size: 1.25vw;
    color: #a3cc5b;
    font-weight: 600;
    text-transform: uppercase;
}

.page-heading {
    text-align: left;
    font-weight: 700;
    margin:0 0 2rem;
}

.td-featured-categories-container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-between;
}

.td-type-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 1rem;
    background-color: #fff;
    border-radius: 15px;
    height: 100%;
    justify-content: space-between;
    gap:1rem;
}

.td-featured-categories {
    background-color: #E1E1E1;
    padding: 1rem;
}

.subsection-header {
    margin-top: 0rem;
    font-weight: 700;
    font-size: 14px;
}

.td-featured-categories-container a {
    text-decoration: none;
}

.td-featured-categories-container a {
    flex-basis: 25%;
}

.td-type-container-img img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.td-featured-categories,
.td-type-container {
    background-color: transparent;
}

.banner-heading{
    font-weight: 500;
    line-height: 39px;
    color: #555963;
    text-transform: none;
    margin-top: 20px;
}

.banner-content-mobile .sub-text, 
.banner-content .sub-text{
    font-weight: 800;
    line-height: 20px;
    color: #737373;
    letter-spacing: 2px;
}

.btn-green,
.btn-clear {
    margin-top: 1.374rem;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    text-transform: none;
    position: relative;
    text-align: center;
    outline: none;
    min-width: 12rem;
    font-size: 1.125rem;
    padding: 0.84rem 0.6rem;
    width: auto;
    text-decoration: none;
    border-radius: 5px;
}

.btn-clear {
    background: transparent;
    color: #000;
    border: 1px solid #000;
}

.btn-green {
    background: #759E2B;
    color: #fff;
    border: 1px solid #759E2B;
}

.home-category-header {
    font-size: 40px;
    line-height: 40px;
}

.home-category-card > p {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 17px;
}

.home-category-card > img {
    width: 503px;
    height: 326px;
    object-fit: fill;
    border-radius: 5px;
}

.home-category-desc{
    font-size: 16px;
    font-weight: 300 !important;
    color: #A0A0A0;
}

.home-about{
    margin-top: 50px;
}

.home-about .home-category-header{
    font-weight: 300 !important;
    color: #A0A0A0;
}

.home-about > img{
    width: 100%;
    height: 100%;
}

.home-about .btn-clear {
    margin-right: 10px;
}

.home-about-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.banner-buttons{
    display: flex;
    justify-content: space-evenly;
}

.featured-section > h2,
.featured-section > h5 {
    text-transform: none;
    padding: 0;
    text-align: left;
    font-weight: 700;
    margin: 0 0 2rem;
}

.td-recent-proj .td-featured-categories-section{
    margin-bottom: 50px;
}

.td-recent-proj{
    border-bottom: 2px solid #D9D9D9;
    margin-top: 60px;
}

.bg-1 {
    background-color: #f8f8f8;
}

.stjr-product-review-carousel-pages--height-even .stjr-product-review-carousel-pages__page {
    background-color: #f8f8f8;
}

#productReviewCarouselWidgetInner {
    padding: 3em 15px;
}

.heroCarousel-slide .heroCarousel-image {
    opacity: .7;
}

.heroCarousel.slick-initialized {
    max-height: 45vw;
}

.heroCarousel .slick-dots {
    display: none !important;
 }

 .slick-next, .slick-prev {
    background-color: transparent;
    border: 0;
}

.card {
    border: 1px solid #D5D5D5;
    border-radius: 15px;
    margin-bottom:5px;
}


@media screen and (min-width: 801px) {
    .banner-content {
        text-align: end;
        width: 100%;
    }
    .banner-content-mobile {
        display: none;
        height: 0;
    }
    .banner-buttons {
        justify-content: flex-start;
    }
    .home-about-btn {
        justify-content: start;
    }
}


@media screen and (min-width: 768px) {

    .home-banner {
        height: 500px;
    }

    .banner-content .banner-heading {
        font-size: 50px;
        line-height: 65px;
    }

    .banner-content .sub-text {
        font-size: 15px;
        line-height: 15px;
    }

    .banner-content .btn-green {
        margin-right: 10px;
    }

    .dark-content {
        background-color: #F4F4F4;
    }

    .home-category {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0 10px;
    }

    .home-category-card {
        width: min-content;
        flex-basis: 50%;
    }

    .td-featured-categories {
        padding: 5rem 8rem;
    }


    .featured-section {
        align-items: baseline;
    }

    .featured-section > h5 {
        margin-left: 3.5rem;
    }

    .card-body {
        padding: 5px 12px 12px 12px;
    }

    .td-featured-categories-container .td-type-container {
        border: 1px solid #d5d5d5;
        padding: 2rem;
    }

    .td-featured-categories-container .td-type-container-img img {
        border-radius: 15px;
        height: 300px;
    }

    .td-featured-categories-container .subsection-header {
        font-size: 18px;
    }

    

    .heroCarousel {
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 1260px) {
    .home-category {
        gap: 1rem;
        margin: 3rem 0;
    }
    .featured-section {
        padding-top: 4rem;
    }
    .td-recent-proj .featured-section {
        padding-top: 0 !important;
    }
    .productGrid {
        padding-bottom: 4rem;
    }
    .td-featured-categories {
        padding: 2rem;
    }
    .td-featured-categories-container {
        padding-bottom: 4rem;
    }
    .home-about .home-category-header {
        font-size: 25px;
    }
    .td-featured-categories-container .td-type-container-img img {
        height: 100%;
    }
}

@media (min-width: 1261px) {
    .home-category {
        gap: 2rem;
        margin: 3em auto;
    }
}

@media screen and (max-width: 800px) {
    .mobile-home-banner,
    .dark-content {
        margin: 1rem 0;
        padding: 1rem;
        background-color: #F4F4F4;
    }
    .banner-content-mobile > *{
        text-align: center;
        font-style: normal;
    }

    .banner-content {
        display: none;
    }

}

@media screen and (max-width: 767px) {
    .home-banner:before {
        opacity: 1;
    }

    .banner-content{
        display: none;
    }

    .banner-content-mobile{
        height: fit-content;
        padding: 0;
    }

    .banner-content-mobile .banner-heading{
        font-size: 33px;
        margin-top: 0;
    }

    .banner-content-mobile .sub-text{
        font-size: 10px;
    }

    .cstm-container{
        padding: 1rem;
        height: 240px;
        margin-bottom: 20px;
    }

    #top-selling-section,
    #top-selling-sub-sections,
    .td-info-banner-container,
    .td-featured-categories-container {
        flex-direction: column;
    }

    .top-selling-card{
        margin: 1rem;
    }

    .td-recent-proj .page-heading{
        margin: 0 0 2rem 1rem;
    }

    .btn-green,
    .btn-clear{
        width: 149px !important;
        font-size: 1rem !important;
        text-align: center !important;
        vertical-align: middle;
        text-transform: none !important;
        padding: 1rem !important;
        margin-bottom: 10px;
    }

    .featured-section{
        flex-direction: column;
    }

    .featured-section > h2,
    .featured-section > h5 {
        text-align: center;
    }

    .featured-section > h5 {
        font-size: 13px;
        line-height: 15px;
    }

    .home-category-card>p{
        font-size: 11px !important;
        margin-bottom: 30px;
    }

    .home-about .home-category-header {
        font-size: 18px;
    }

    .home-category-header{
        font-size: 33px;
        line-height: 20px;
    }

    .home-category-desc{
        text-align: justify;
    }
}

@media screen and (min-width: 482px) and (max-width:767px) {
    .productGrid .product {
        min-width: 50% !important;
        width: 50% !important;
    }

    .heroCarousel.slick-initialized {
        max-height: 45vw;
    }
}

@media screen and (min-width: 320px) and (max-width:481px) {
    .productGrid .product {
        min-width: 50% !important;
        width: 100% !important;
    }

    .heroCarousel.slick-initialized {
        max-height: 90vw;
    }
}

@media (max-width: 480px) {
    .card-img-container:after {
        padding-bottom: 0 !important;
    }
    .card-image {
        position: relative;
    }
    .home-category-card > img {
        width: 100%;
        height: 100%;
    }

}

.stjr-product-review-carousel__header {
    border-bottom: none;
}

@media screen and (min-width: 768px) {
    #testimonials-wrapper {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

@media screen and (max-width: 767px) {
    #testimonials-wrapper {
        padding: 1rem 0 0 0;
    }

    #testimonials-heading {
        text-align: center;
        margin-bottom: 30px !important;
    }

    .testimonial-card {
        margin: 20px 0 !important;      
    }
}

#testimonials-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 800px) {
    #testimonials-content {
        display: block;
    }

    .dark-content {
        margin-bottom: 0;
    }

    .testimonial-card {
        padding: 25px !important;        
    }

    .testimonial-card > p:nth-child(3) {
        bottom: 0 !important;
    }
}

.testimonial-card {
    background-color: transparent;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    padding: 40px;
    margin: 20px;  
    position: relative;           
}

.testimonial-card-quote-open, .testimonial-card-quote-close {
    font-size: 32px;
    color: #9ab310;
}

.testimonial-card > p:nth-child(2) {
    text-align: justify;
}

.testimonial-card > p:nth-child(3) {
    position: absolute;
    bottom: 5%;
    margin-right: 10px;
}
/*
     FILE ARCHIVED ON 15:35:59 Mar 17, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:26:54 Jul 30, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.645
  exclusion.robots: 0.023
  exclusion.robots.policy: 0.011
  esindex: 0.012
  cdx.remote: 3854.473
  LoadShardBlock: 1166.829 (3)
  PetaboxLoader3.datanode: 1191.936 (4)
  load_resource: 214.797
  PetaboxLoader3.resolve: 136.12
*/