/* body */
@import url(../fonts/fontstwo/stylesheet.css);
@import url(../fonts/fontsone/stylesheet.css);

* {
    box-sizing: border-box;
}


@keyframes moveRightToMain {
    from {
        transform: translateX(0) scale(1.0); /* Starting position */
    }
    to {
        transform: translateX(-345%) scale(1.398);
    }
}
@keyframes moveMainToLeft {
    from {
        transform: translateX(0); /* Starting position */
    }
    to {
        transform: translateX(-150%) scale(0.715); /* Move down */
    }
}

@keyframes slideMoveLeft {
    from {
        transform: translateX(0); /* Starting position */
    }
    to {
        transform: translateX(-1000px); /* Move down */
    }
}

@keyframes slideMoveRight {
    from {
        transform: translateX(1000px); /* Starting position */
    }
    to {
        transform: translateX(0px); /* Move down */
    }
}

@keyframes trasitionToRight {
    from {
        transform: translateX(0px); /* Starting position */
    }
    to {
        transform: translateX(250%) scale(0.715); /* Move down */
    }
}


@keyframes transitionLeftToLeft {
    from {
        transform: translateX(0px); /* Starting position */
    }
    to {
        transform: translateX(476px) scale(1.4);
    }
}


@keyframes transitionRightToRight {
    from {
        transform: translateX(0px); /* Starting position */
    }
    to {
        transform: translateX(500px);
    }
}

@keyframes transitionInnerLeft {
    from {
        transform: translateX(-500px); /* Starting position */
    }
    to {
        transform: translateX(0px);
    }
}

.transitionInnerLeft {
    animation: transitionInnerLeft 1.5s ease-in-out;
}

.transitionRightToRight {
    animation: transitionRightToRight 1.5s ease-in-out;
}

.transitionLeftToLeft {
    animation: transitionLeftToLeft 1.5s ease-in-out;
}

.trasitionToRight {
    animation: trasitionToRight 1.5s ease-in-out;
}

.trasitionToMain {
    animation: moveRightToMain 1.5s ease-in-out;
}

.trasitionToLeft {
    animation: moveMainToLeft 1.5s ease-in-out;
}

.slideLeftMove {
    animation: slideMoveLeft 1.5s ease-in-out;
}

.slideRightMove {
    animation: slideMoveRight 1.5s ease-in-out;
}

.container {
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;

}
body {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
h1{
    font-family: Behind The Nineties;
font-size: 42px;
font-weight: 800;
line-height: 56px;
text-underline-position: from-font;
text-decoration-skip-ink: none;
}

h2 {
    font-family: Behind The Nineties;
    font-size: 40px;
    font-weight: 800;
    line-height: 67.4px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    
}

p {
    font-family: JUST Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}


/* header */
.main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.header {
    background: #F6F2EE;
    position: relative;
    box-shadow: 0px 6px 20px 0px #00000033;
}

/* .navbar ul {
    display: flex;
    align-items: center;
    gap: 20px;
} */

.navbar ul li a {
    text-decoration: none;
    font-family: Behind The Nineties;
    font-size: 16px;
    font-weight: 600;
    line-height: 26.96px;
    letter-spacing: 0.07em;
    color: #0B192E;
    transition: 0.5s;
}
.navbar ul li a:hover {
    color: #8d3718;
    transition: 0.5s;
    text-decoration: none !important;
}

#menu-header li.menu-item:last-child a {
    background: #8D3718;
    font-family: Behind The Nineties;
    font-size: 18px;
    font-weight: 600;
    line-height: 30.35px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F3EEE8 !important;
    padding: 15px 50px;
    border: 1px solid #8D3718;
    transition: 0.2s;
}
.navbar .button:hover {
    background: transparent;
    color:003363;
    transition: 0.5s;
}


/* header */
/* banner css */
.home-banner-main {
    max-width: 556px;
    background: #fbf9f7f5;
    padding: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
section.home-banner-start {
    height: 683px;
    position: relative;
}
.heading-banner-start {
    border: 1px solid #706253;
    padding: 30px 20px;
}
.heading-banner-start h1 {
    color: #003363;
}

.heading-banner-start p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    margin-top: 10px;
}

.button-home-ban {
    margin-top: 25px;
}

a.view-button {
    background: #8D3718;
    text-decoration: none;
    font-family: Behind The Nineties;
    font-size: 18px;
    font-weight: 600;
    line-height: 30.35px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F3EEE8;
    padding: 15px 50px;
    display: inline-block;
    border: 1px solid #8D3718;
    transition: 0.2s;
}
a.view-button:hover {
    transition: 0.5s;
    outline: 1px solid #fff;
    outline-offset: -9px;
}


a.find-button {
    font-family: Behind The Nineties;
    font-size: 18px;
    font-weight: 600;
    line-height: 30.35px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #003363;
    padding: 15px 50px;
    text-decoration: none;
    border: 1px solid #8D3718;
    display: inline-block;
    margin-left: 20px;
    transition: 0.2s;
}
a.find-button:hover {
    background: #8D3718;
        color:#fff;
        transition: 0.5s;
    outline: 1px solid #fff;
    outline-offset: -9px;
}

/* banner css */
/* feature-item */
.features-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center; /* Centers items horizontally */
    align-items: center; /* Centers items vertically */
    max-width: 900px;
    margin: 0 auto;
    gap: 60px;
}

section.warranty-feature .container {
    background: #f8f7f4;
    padding: 28px 0;
}

.image-content-warranty h3 {
    font-family: JUST Sans;
    font-size: 17px;
    font-weight: 600;
    line-height: 20.8px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-align: center;
    color: #221b15;
    padding-top: 6px;
}

.feature-item img {
    text-align: center;
    margin: 0 auto;
    display: block;
    height: 100%;
}

.feature-item {
    height: 50px;
}

.image-content-warranty {
    border-bottom: 1px solid #221b15;
    padding-bottom: 10px;
    width: 100%;
}

section.warranty-feature {
    margin: -60px 0 0;
    position: relative;
}

feature-item
/*  */
/* 
.right-slider-content {
    display: none;
} */

.crafted-slid.slick-slide.slick-current.slick-active.slick-center .right-slider-content {
    display: block !important;
}
/* 
.crafted-slid {
    display: none;
} */

.crafted-slid.slick-slide.slick-current.slick-active.slick-center {
    display: flex !important;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}
.crafted-slid {
    height: fit-content !important;
}


.crafted-img img {
    margin: 0 auto;
}


section.slider-home-products {
    overflow: hidden;
    position: relative;
    padding: 70px 0 40px;
}
.right-slider-content h4 {
    font-family: Behind The Nineties Sans;
    font-size: 30px;
    font-weight: 600;
    line-height: 50.55px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3177C4;
}

.right-slider-content p {
    font-family: JUST Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #706253;
    margin: 20px 0 40px 0;
    width: 340px;
}

.right-slider-content a {
    background: #8D3718;
    text-decoration: none;
    font-family: Behind The Nineties;
    font-size: 18px;
    font-weight: 600;
    line-height: 30.35px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F3EEE8;
    padding: 15px 50px;
    display: inline-block;
    border: 1px solid #8D3718;
    transition: 0.5s;
}
section.slider-home-products h2 {
    text-align: center;
    color: 003363;
}
body {
    background: #f8f7f4;
}
.rightImagesCraft .crafted-img, .leftImagesCraft .crafted-img {
    position: absolute;
    height: auto;
}
.rightImagesCraft.one-third, .leftImagesCraft.one-third {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .crafted-img:before {
    box-shadow: 0px 24px 15px -10px #0000008C;
    height: 30px;
    width: 120px;
    content: "";
    display: block;
    background: #F3EEE814;
    position: absolute;
    border-radius: 90%;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
} */

.crafted-img {
    position: relative;
    height: 100%;
}

.crafted-slid.slick-slide.slick-current.slick-active.slick-center .crafted-img:before {
    display: none;
}
section.slider-home-products .slick-dots li button:before {
    font-size: 12px;
}
section.slider-home-products .slick-dots li.slick-active button:before {
    opacity: 1  !important;
    color: 8D3718;
    background: #8d3718;
}
section.slider-home-products .slick-dots li button:before {
    background: transparent;
    border: 1px solid #8d3718;
    border-radius: 100px;
    font-size: 0 !important;
}
section.slider-home-products .slick-dots li {
    margin: 0 7px;
    padding: 0;
}
section.slider-home-products .slick-dots li button:before {
    width: 14px;
    height: 14px;
}
.main-crafted-start {
    margin-top: 50px;
}

.crafted-arrow {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 900px;
}

.right-slider-content a:hover, .lern_more a:hover, .maaple-button a:hover, #menu-header li.menu-item:last-child a:hover {
    color: #fff;
    transition: 0.5s;
    outline: 1px solid #fff;
    outline-offset: -9px;
}


.footer-menu ul li a:hover, .mail_text a:hover {
    color: #FFF;
}
.dark-product-image img {
    height: auto!important;
    width: 100% !important;
}
.dark-product-image a {
    display: block;
}
/*  */

/* faq */
section.faq {
    background: #0B192E;
    padding: 50px 0;
}

.faq-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-faq-heading h2 {
    font-size: 48px;
    font-weight: 800;
    line-height: 65px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #E8DFD4;
    max-width: 320px;
}

.faq-title {
    cursor: pointer;
}

.faq-first {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #95B3D4;
    padding: 24px 0 24px 0;
    position: relative;
}


h4.faq-title {
    font-family: Behind The Nineties Sans;
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #95B3D4;
}

p.faq-text {
    font-family: JUST Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #E8DFD4;
    max-width: 400px;
}

.left-images-faq {
    width: 45px;
}

.left-images-faq img {
    width: 100%;
}
p.faq-text {
    display: none;
    margin-top: 20px;
}
.quation-faq {
    width: 60%;
}
.faq-first:last-child {
    border: none;
}
.faq-first:before {
    display: block;
    content: "";
    background-image: url(/wp-content/uploads/2025/01/Group-239.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 48px;
    width: 48px;
    position: absolute;
    right: 0;
    /* top: 50%;
    transform: translateY(-50%); */
}

.faq-first.active:before {
    background-image: url(/wp-content/uploads/2025/01/Group-190.png);
}
/* faq */
/*  */
section.home-banner {height: 390px;position: relative;}

.find-start h2 {
    text-align: center;
    color: #003363;
}

.find-start a {
    background: #8D3718;
    text-decoration: none;
    font-family: Behind The Nineties;
    font-size: 18px;
    font-weight: 600;
    line-height: 30.35px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F3EEE8;
    padding: 15px 50px;
    display: inline-block;
    border: 1px solid #8D3718;
    transition: 0.2s;
}

.find-start {
    text-align: center;
}

.find-start {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*  */
/*  */
section.experience h2 {
    text-align: center;
    color: #003363;
}
section.experience {
    padding: 100px 0;
}

.experience-img {
    text-align: center;
}

.experience-img img {display: block;margin: 0 auto;}

.experience-img a {
    background: #8D3718;
    text-decoration: none;
    font-family: Behind The Nineties;
    font-size: 18px;
    font-weight: 600;
    line-height: 30.35px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F3EEE8;
    padding: 15px 50px;
    display: inline-block;
    border: 1px solid #8D3718;
    transition: 0.5s;
    margin-top: 20px;
}
/*  */
/*  */
section.Maple-serenity-collection {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.maple-first-img {
    position: relative;
    overflow: hidden;
}


/*.maple-first-img:before {*/
/*    content: "";*/
/*    display: block;*/
/*    background: #8d3718d9;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*}*/
.maple-first-img {
    background-image: url(https://northenest.mapledesigns.ca/wp-content/uploads/2025/01/Rectangle-11409.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}
.maple-hover {
    background: #8d3718;
    position: absolute;
    transition: 0.8s;
    z-index: 99;
    width: 100%;
    height:100%;
    border-radius: 0px 0px 10px 10px;
    /* transform-origin: top left; */
    /* transform: scaleX(0); */
    transition: 0.5s;
    bottom: -100%;
    right: -100%;
}
.maple-first-img.maple-first {
    background-image: url(https://northenest.mapledesigns.ca/wp-content/uploads/2025/01/image-15.png);
}
.maple-first-col {
    background-image: url(https://northenest.mapledesigns.ca/wp-content/uploads/2025/01/image-16.png);
}
.maple-first-img:hover .maple-hover {
    bottom: 0%;
    right: 0%;
    /* transform: scaleY(1); */
}

.maple-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.maple-first img {
    width: 100%;
}

.maple-first-img img {
    width: 100%;
}

.maple-text h3 {
    font-family: Behind The Nineties Sans;
    font-size: 28px;
    font-weight: 600;
    line-height: 47.18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    margin-bottom: 20px;
}

.maple-text p {
    font-family: JUST Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}

.maple-text a {
    background: #8d371800;
    text-decoration: none;
    font-family: Behind The Nineties;
    font-size: 18px;
    font-weight: 600;
    line-height: 30.35px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    padding: 15px 50px;
    display: inline-block;
    border: 1px solid #ffffff;
    transition: 0.5s;
    margin-top: 30px;
}

p.featuring {
    margin-top: 20px;
}
.maple-first img {
    display: block;
    height: 100%;
}
footer.footer-sec {
    background: #0B192E;
}

.maple-first img {
    display: block;
    height: 100%;
}

.footer-main {
      display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    padding: 70px 0;
    gap: 20px;
}
.wpcf7-response-output {
    margin: 0 !important;
    padding: 0;
    color: #fff;
    border: transparent !important;
}
/*  */


/* 22-01-2025 */


.footer-menu h3, .footer-form h3 {
    font-family: Behind The Nineties;
    font-size: 20px;
    font-weight: 600;
    line-height: 33.7px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #95B3D4;
    text-transform: uppercase;
}

.footer-menu ul li a {
    font-family: JUST Sans;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
    color: #95B3D4;
}

.footer-menu ul li {
    padding-top: 10px;
}

.field label {
    font-family: JUST Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F1E8DA;
    text-transform: uppercase;
    margin-bottom: 4px;
    display: block;
}

.field input {
    background: #F1E8DA;
    border: transparent;
    height: 30px;
    width: 100%;
    padding: 0 10px;
    max-width: 335px;
    min-width: 335px;
}

.footer-form h3 {
    padding-bottom: 10px;
}

.before-image-faq {
    position: relative;
}

.before-image-faq:before {
    content: "";
    display: block;
    background-image: url(https://northenest.mapledesigns.ca/wp-content/uploads/2025/01/Herringbone-white-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 519;
    height: 382px;
    position: absolute;
    top: -45%;
    left: -25%;
}

.top_heading h2 {
    color: #003363;
    text-align: center;
    margin: 50px 0 30px;
}

.main_slider_sec {
    max-width: 940px;
    margin: 0 auto;
    background: #F9F7F4;
    box-shadow: 0px 4px 34px 0px #00000073;
    position: relative;
}

.inner_slider_sec {
    display: flex !important;
    padding: 40px 55px 30px;
    align-items: center;
    height: auto !important;
    gap: 32px;
}
.client_content_sec h3 {
    font-family: Behind The Nineties Sans;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    color: #003363;
    margin-bottom: 15px;
}
.client_content_sec p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    color: #706253;
}
.main_client_details {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 32px;
}
.client_details p {
    color: #003363;
}
.client_details h4 {
    font-family: Behind The Nineties Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 30.33px;
    color: #003363;
}
.client_img_sec p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color: #706253;
    margin-top: 10px;
}
.slider_arrow_sec {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
}
.inner_client_story {
    position: relative;
}
.main_slider_sec .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: 8D3718;
    background: #8d3718;
}
.slider_arrow_sec .slick-arrow {
    cursor: pointer;
}
.main_slider_sec .slick-dots li button:before {
    background: transparent;
    border: 1px solid #8d3718;
    border-radius: 100px;
    font-size: 0 !important;
}
.main_slider_sec .slick-dots li button:before {
    width: 14px !important;
    height: 14px !important;
}
.main_slider_sec .slick-dots {
    bottom: -35px !important;
}
section.our_client_story {
    padding: 0px 0 80px;
}
.maple-text a.find-button {
    margin-left: 0;
}
.maaple-button a {
    font-family: Behind The Nineties;
    font-size: 18px;
    font-weight: 600;
    line-height: 30.35px;
    padding: 15px 50px;
    text-decoration: none;
    display: inline-block;
    background: #8D3718;
    color: #fff;
}
.maaple-button {
    text-align: center;
    padding-top: 40px;
}

section.every_layer_matter {
    background: #fff;
    padding: 100px 0 50px;
}
.main_title h2 {
    text-align: center;
    line-height: 55px;
    color: #003363;
}
.main_title p {
    font-weight: 300;
    text-align: center;
    color: #706253;
    margin-top: 7px;
}
.inner_every_layer {
    position: relative;
}

.lyer_content h4 {
    font-family: JUST Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    color: #003363;
}

.lyer_content {
    max-width: 250px;
    position: absolute;
    right: 30px;
    bottom: 200px;
}

.lyer_content p {
    font-weight: 300;
    color: #706253;
}
.lern_more a {
    font-family: Behind The Nineties;
    font-size: 18px;
    font-weight: 600;
    line-height: 30.33px;
    text-align: center;
    background: #8D3718;
    color: #fff;
    padding: 21px 30px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
}
.lern_more {
    text-align: center;
    margin-top: 50px;
}
.main_layer_img img {
    width: 60%;
    margin: auto;
}
.main_footer_menu {
    flex: 0 0 47%;
}
img {
    display: block;
    max-width: 100%;
}
a {
    display: inline-block;
    text-decoration: none;
}
.mail_text a {
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    color: #95B3D4;
    font-family: JUST Sans;
}
.social_icon ul {
    display: flex;
    gap: 12px;
    align-items: center;
}
.contact_email {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-top: 76px;
}
.bottom_footer {
    padding: 33px 0;
    border-top: 1px solid #95B3D4;
}
.inner_bootm_footer p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24.51px;
    color: #95B3D4;
    text-align: center;
}
.inner_bootm_footer p a {
    color: #95B3D4;
}
.email-input {
    margin: 18px 0;
}
.message-input textarea#message {
    background: #F1E8DA;
    border: transparent;
    height: 52px;
    width: 100%;
    padding: 0 10px;
    max-width: 335px;
    min-width: 335px;
}
.main_slider_img {
    width: 426px;
    height: 368px;
}

.main_slider_img img {
    width: 100%;
    height: 100%;
}
.inner_footer_menu {
    display: flex;
    justify-content: space-between;
}
.submit-btn input[type="submit"] {
    padding: 15px;
    width: 100%;
    text-transform: uppercase;
    font-family: Behind The Nineties;
    font-size: 18px;
    font-weight: 600;
    line-height: 30.33px;
    background: #8D3718;
    border: 2px solid #FFFDFD;
    color: #fff;
    letter-spacing: 1px;
    transition: 0.5s;
    cursor: pointer;
}
.submit-btn input[type="submit"]:hover {
    outline: 1px solid #fff;
    outline-offset: -8px;
    border-color: transparent;
    transition: 0.5s;
}
.submit-btn {
    margin-top: 13px;
    cursor: pointer;
}
.message-input.field textarea {
    width: 100%;
    background: #f1e8da;
}
.mobile-footer {
    display: none;
}

/*  */
.about_banner .heading-banner-start {
    height: 400px;
}

.about_banner .heading-banner-start {
    display: flex;
    align-items: center;
}
.main-about {
    display: flex;
    align-items: center;
    gap: 76px;
}
.about-images {
    width: 529px;
    height: 500px;
}

.about-images img {
    width: 100%;
    height: 100%;
}

.about-right-content h3 {
    font-family: Behind The Nineties Sans;
    font-size: 28px;
    font-weight: 600;
    line-height: 47.18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3177C4;
}

.about-right-content p {
    color: #706253;
    max-width: 435px;
}

.about-time-line img {
    width: 100%;
}

.about-time-line {
    margin-top: 47px;
}

.about-heading h2 {color: #003363;text-align: center;margin-bottom: 35px;}

section.about-history {
    padding: 100px 0;
    background: #fff;
}
.Craftsmanship {
    background: #fff;
}

.Craftsmanship h2 {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 34px;
    color: #003363;
}
.team-heading h2 {
    color: #003363;
    text-align: center;
    margin-bottom: 30px;
}

.main-team-profile {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
}

.team-profile h3 {
    font-family: Behind The Nineties Sans;
    font-size: 28px;
    font-weight: 600;
    line-height: 47.18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3177C4;
    margin-top: 20px;
}

.team-profile p {color: #706253;max-width: 276px;}

section.The-Northernest-team {
    padding: 100px 0;
}
section.Our-core-values {
    padding: 100px 0;
    background: #fff;
}


.core-values-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 70px;
}

.valures-education {
    display: flex;
    align-items: center;
    gap: 20px;
}

.left-education-content h3 {
    font-family: Behind The Nineties Sans;
    font-size: 28px;
    font-weight: 600;
    line-height: 47.18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3177C4;
    margin-bottom: 23px;
}

.left-education-content p {
    max-width: 276px;
    color: #706253;
}

.core-heading h2 {
    text-align: center;
    color: #003363;
    margin-bottom: 35px;
}


.product {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.product-content-left p {max-width: 430px;color: #706253;margin: 10px 0 40px;}

.product-content-left h2 {
    color: #022E59;
}

.product-price {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    column-gap: 20px;
}

.price-product {
    display: flex;
    align-items: center;
    gap: 16px;
}

.price-content p {
    font-size: 16px;
    margin: 0;
}
a.product-btn {
    font-family: Behind The Nineties;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: #8D3718;
    padding: 20px 40px;
    color: #fff;
    display: inline-block;
    margin-top: 25px;
}
section.product-main-sec {
    background: #fff;
    padding: 40px 0 70px 0;
}

section.product-color{
    padding: 40px 0 70px 0;
}


section.home-banner-start.hardwood.about_banner .heading-banner-start {
    flex-direction: column;
    justify-content: center;
    padding-left:50px;
}

section.home-banner-start.hardwood.about_banner .heading-banner-start p {
    text-align: center;
    max-width: 327px;
    color: #706253;
}
.main-product-categories-hardwood {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.totel-ptoduct {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-details {
    display: grid;
    /* grid-template-columns: 1fr 1fr 1fr; */
    column-gap: 26px;
    margin-top: 38px;
    row-gap: 26px;
}

.prodcut-view {
    display: flex;
    align-items: center;
    gap: 18px;
}

.prodcut-view p {
    font-family: JUST Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #706253;
}

.product-counting p {
    font-family: JUST Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #706253;
}

.fillter-heading h2 {
    color: #022E59;
}

.fillter-heading {
    margin-bottom: 34px;
}

li.fillter-name h4 {
    font-family: JUST Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #022E59;
    position: relative;
}
li.fillter-name{
    border-bottom: 1px solid #70625357;
    
    padding-top: 10px;
}
li.fillter-name h4:before {
    content: "";
    display: block;
    background-image: url(https://northenest.mapledesigns.ca/wp-content/uploads/2025/01/collection-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 13px;
    width: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.view-all-btn a {
    background: #8D3718;
    text-decoration: none;
    font-family: Behind The Nineties;
    font-size: 18px;
    font-weight: 600;
    line-height: 30.35px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F3EEE8;
    padding: 15px 50px;
    display: inline-block;
    border: 1px solid #8D3718;
    transition: 0.5s;
}

.view-all-btn {
    text-align: center;
    padding-top: 80px;
}
ul.sub-filletr li label {
    font-family: JUST Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
ul.sub-filletr {
    display: none;
}


li.fillter-name.maple ul.sub-filletr {
    display: block;
}

li.fillter-name.maple h4:before {
    background-image: url(https://northenest.mapledesigns.ca/wp-content/uploads/2025/01/1.png);
}
li.fillter-name {
    border-bottom: 1px solid #70625357;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}
section.product-categories-main {
    padding: 100px 0;
}
.prodcut-view img {
    cursor: pointer;
}

ul.sub-filletr {
    margin-bottom: 16px;
}

ul.sub-filletr li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 7px;
}


ul.sub-filletr input {
    accent-color: #8d3718;
}

.Dark-mocha-product {
    position: relative;
    background-color: #f3f3f3;
    overflow: hidden;
    cursor: pointer;
}

.dark-product-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 262.81px;
    height: 270px;
    top: 160%; 
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f5f5f5; 
    visibility: hidden; 
    opacity: 0; 
    transition: all 0.5s ease; 
}
.Dark-mocha-product:hover .dark-product-content {
    top: 50%;
    visibility: visible; 
    opacity: 1;
    transition: all 0.5s ease;
}

.dark-heading h4 {
    font-family: Behind The Nineties;
    font-size: 22px;
    font-weight: 700;
    line-height: 32.49px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0B192E;
    max-width: 200px;
}
.dark-heading p {
    color: #706253;
    text-align: center;
}
a.DETAILS {
    display: inline-block;
    font-family: Behind The Nineties;
    font-size: 18px;
    font-weight: 600;
    line-height: 30.33px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #8D3718;
    border: 1px solid #8D3718;
    padding: 12px 48px;
    max-width: 170px;
    margin: 0 auto;
    transition: 0.5s;
}

a.DETAILS:hover, a.SAMPLES:hover {
    background: #8D3718;
    color: #fff;
    outline: 1px solid #fff;
    outline-offset: -7px;
    transition: 0.5s;
}
.dark-product-content-col {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

a.SAMPLES {
    display: flex;
    font-family: Behind The Nineties;
    font-size: 18px;
    font-weight: 600;
    line-height: 30.33px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    border: 1px solid #8D3718;
    max-width: 170px;
    margin: 0 auto;
    background: #8D3718;
    padding: 12px 21px;
    gap: 14px;
    transition: 0.5s;
}

.dark-product-content {
    padding: 20px 0px 20px 0;
}
.uniform-btn {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.uniform-btn-main button {
    max-width: 270px;
    font-family: Behind The Nineties;
    font-size: 20px;
    font-weight: 700;
    line-height: 33.7px;
    text-align: center;
    width: 270px;
    border: 1px solid #8D3718;
    padding: 12px 0;
    transition: 0.5s;
    background: transparent;
    color: #8D3718;
    cursor: pointer;
    text-transform: uppercase;
}

.uniform-btn-main button:hover {
    color: #fff;
    background: #8D3718;
}

section.clear-uniform {
    padding: 100px 0;
    background: #fff;
}

.clear-cline-up {
    display: flex;
    justify-content: space-between;
    padding-top: 90px;
}

.cline-up-left h2 {
    color: #022E59;
    margin-bottom: 20px;
}

.cline-up-left p {
    max-width: 430px;
    color: #706253;
}

p.grade,h3.grade {
    margin-top: 20px;
}
h3.grade {
    margin-bottom: 10px;
}
.appearance {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    margin-top: 40px;
}

.appearance-light {
    text-align: center;
}

.appearance-light p {
    text-align: center;
    font-size: 16px;
    color: #706253;
    margin-top: 10px;
}

.appearance-light img {margin: 0 auto;}

.cline-up-right-img {
    width: 537px;
    height: 474px;
}

.cline-up-right-img img {
    width: 100%;
    height: 100%;
}
.Knots-col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}

.Streaks h3 {
    font-family: Behind The Nineties;
    font-size: 40px;
    font-weight: 700;
    line-height: 67.4px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #022E59;
}

.Streaks p {
    color: #706253;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.Streaks img {
    margin: 0 auto;
    margin-top: 20px;
}

section.Knots {
    padding: 60px 0;
}
section.species-we-carry {
    padding: 70px 0 100px 0;
}

.species-heading h2 {
    color: #022E59;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.hard-maple-slider {
    display: flex  !important;
    background: #FFFFFF;
    height: 334px !important;
    justify-content: space-between;
    align-items: center;
    margin: 0 50px;
}
.hard-maple-content {
    padding: 0 30px 0 30px;
}
.hard-mple-img {
    width: 232px;
    height: 344px;
}

.hard-mple-img img {
    width: 100%;
    height: 100%;
}
.hard-maple-content h4 {
    font-family: Behind The Nineties Sans;
    font-size: 28px;
    font-weight: 600;
    line-height: 47.18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3177C4;
}

.hard-maple-content p {
    max-width: 230px;
    color: #706253;
    margin-top: 13px;
}
.mple-left-arrow {
    left: -30px;
}

.mple-right-arrow, .mple-left-arrow {
    cursor: pointer;
    position: absolute;
    top: 60%;
    right: -30px;
    transform: translateY(-50%);
}


section.species-we-carry .container {
    position: relative;
}
section.species-we-carry .slick-dots li button:before {
    border: 1px solid #8d3718;
    border-radius: 100px;
    font-size: 0;
    width: 15px;
    height: 15px;
}
section.species-we-carry .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #8d3718;
    background: #8d3718;
}
section.species-we-carry .slick-dots {
    bottom: -75px;
}
.Advantages-main {
    display: flex;
    justify-content: space-between;
}

.advantages-left h2 {
    color: #022E59;
    margin-bottom: 15px;
}

.advantages-left li {
    color: #706253;
    font-family: JUST Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    max-width: 484px;
    list-style: disc;
}

section.advantages {
    padding: 100px 0;
}
.map-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* .map-img {
    height: 1216px;
} */
.main-location {
    display: flex;
    width: 2000px;
    height: 100%;
    margin-bottom: 14px;
}

.location {
    background: #F6F2EE;
    text-align: center;
    width: 524px;
    margin: 0 auto;
    padding: 30px 10px;
}

.location h5 {
    font-family: Behind The Nineties;
    font-size: 25px;
    font-weight: 800;
    line-height: 42.12px;
    text-align: CENTER;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    COLOR: #8D3718;
}

.location a {
    display: block;
    font-family: JUST Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #8D3718;
}


.location p {
    text-align: center;
}

.map-location {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50px;
} 
section.locator-sec {
    position: relative;
}

.map-location::-webkit-scrollbar {
    width: 10px;
    height:10px;
}

.map-location::-webkit-scrollbar-track {
    background-color: #ffffff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border:1px solid #8D3718;
}

.map-location::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #8D3718; 
}
.modern-living {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    row-gap: 90px;
    column-gap: 110px;
}

.mordern-img {
    width: 591px;
    height: 499px;
}

.mordern-img img {
    width: 100%;
    height: 100%;
}

.morder-content-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.morder-left-content h5 {
    font-family: Behind The Nineties Sans;
    font-size: 28px;
    font-weight: 600;
    line-height: 47.18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3177C4;
}

.morder-left-content p {
    color: #706253;
}

.morder-btn a {
    font-family: Behind The Nineties;
    font-size: 20px;
    font-weight: 600;
    line-height: 33.7px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: #8D3718;
    padding: 10px 50px;
    color: #fff;
}

section.Modern-living-home {
    padding: 100px 0;
}
.clear-cline-up.clear-cline-up-col {
    padding: 0;
}
section.home-banner-start.hardwood.about_banner .heading-banner-start h1 {
    text-align: center;
}
section.Subruce-slider {
    background: #fff;
}
section.Subruce-slider ul.slick-dots {
    display: none;
}
section.Subruce-slider ul.slick-dots {
    display: none !important;
}


.sub-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sub-left-arrow, .sub-right-arrow {
    cursor: pointer;
}

.slider-sub-img {
    margin: 0 30px;
}

.slider-sub-img img {
    width: 100%;
}
/* .slick-track {
    height: 100% !important;
}

.slick-list.draggable {
    height: 100% !important;
} */

section.Subruce-slider {
    padding: 0 0 70px 0;
}
.slider-sub-img {
    height: fit-content !important;
}
.tab-content .tab-pane {
    display: none;
}
.tab-content .tab-pane.active {
    display: flex;
}
.tab-btn.active {
    background-color: #333;
    color: #fff;
}
.tab-btn.active {
background-color: #8d3718;
color: #fff;
}
.contact-heading p {
    color: #706253;
    max-width: 765px;
    margin: 0 auto;
    text-align: center;
}

.contact-heading h2 {
    text-align: center;
    color: #022E59;
}

section.contact-sec {
    background: #fff;
    padding: 80px 0;
}

.contact-heading {
    padding-bottom: 70px;
}

.form-main {
    display: flex;
    max-width: 976px;
    margin: 0 auto;
    justify-content: space-between;
    gap: 50px;
}

.form-main label {
    font-family: JUST Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #003363;
    display: block;
    margin-bottom: 10px;
}

.form-left {
    width: 50%;
    box-sizing: border-box;
}

.form-right {
    width: 50%;
}

.name-input {
    display: flex;
    gap: 40px;
}

.form-main input {
    border: 2px solid #8D3718;
    height: 50px;
    width: 100%;
    font-family: JUST Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #8D3718;
    padding: 10px;
}

.form-main input::placeholder {
    color: #8D3718;
}

.how-can-help select {
    border: 2px solid #8D3718;
    height: 50px;
    width: 100%;
    font-family: JUST Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #8D3718;
    padding: 10px;
}

.textaera textarea {
    border: 2px solid #8D3718;
    height: 239px;
    width: 100%;
    font-family: JUST Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #8D3718;
    padding: 10px;
}

.from-btn a {
    display: inline-block;
    background: #8D3718;
    font-family: Behind The Nineties;
    font-size: 18px;
    font-weight: 600;
    line-height: 30.35px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F3EEE8;
    padding: 11px 50px;
    border: 1px solid #8D3718;
    transition: 0.5s;
    text-transform: uppercase;
}

.from-btn {
    text-align: right;
    margin-top: 20px;
}
/*  */

/* 27-01-2025 */
h1.entry-title {
    padding: 40px;
}
.advantages-left ul {
    padding-left: 22px;
}


/* 28-01-2025 */
.from-btn p {
    display: flex;
    flex-direction: column;
}
.form-main input.wpcf7-form-control.wpcf7-submit {
    font-family: Behind The Nineties;
    font-size: 18px;
    font-weight: 600;
    line-height: 20.33px;
    text-align: center;
    background: #8D3718;
    color: #fff;
    padding: 21px 50px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    height: auto;
    width: fit-content;
    border: 0;
    margin-left: auto;
    cursor: pointer;
}


/* 29-01-2025 */
.search-box input {
    font-family: Behind The Nineties;
    font-size: 18px;
    font-weight: 600;
    line-height: 30.33px;
    border: 0;
    padding: 0;
}

.search-box input::placeholder {
    color: #8D3718;
}
.search-box {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 15px 40px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    border: 1px solid #8D3718;
    gap: 25px;
}
.search-box input:focus {
    outline: none;
    box-shadow: none;
}
.main-fillter ul.sub-fillter li {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 7px;
}
.main-fillter ul.sub-fillter li label {
    font-family: 'JUST Sans';
    color: #706253;
}
.hardwood-fillter {
    width: 25%;
}
.hardwood-totel-product {
    width: 75%;
}
.product-view {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* 30-01-2025 */
.main-location .location:first-child {
    background: #8D3718;
}
.main-location .location:first-child h5 {
    color: #FFFFFF;
}
.main-location .location:first-child a p {
    color: #fff;
}
.product-categories-main .product-details.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}
.product-categories-main .product-details.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}
.product-categories-main .product-details.grid-4 .dark-product-content {
    width: 212.81px;
    height: 250px;
    padding: 15px 10px 20px 10px;
}

.product-categories-main .product-details.grid-4 .dark-product-content h4 {
    font-size: 24px;
    line-height: 33.49px;
}
.product-categories-main .product-details.grid-4 a.SAMPLES {
    padding: 8px 21px;
}
.product-categories-main .product-details.grid-4 a.DETAILS {
    padding: 8px 48px;
}
.product-categories-main .product-details.grid-4 .dark-heading p {
    font-size: 18px;
}


.product-main .slider-single {
    /* width: 100vw;
    height: 100vh; */
    position: relative;
    overflow: hidden;
}
.product-main .slider-single .slide-item {
    width: 100%;
    height: 100vh;
}
.product-main .slider-single .slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-main .heading-banner-start {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 10;
    width: 90%;
    max-width: 800px;
}
.product-main .heading-banner-start h1 {
    margin-bottom: 10px;
}
.product-main .heading-banner-start p {
    font-size: 1.5rem;
    margin-bottom: 45px;
}
.product-main .sample-btn .single-product-btn {
    background: #8D3718;
    text-decoration: none;
    font-family: Behind The Nineties;
    font-size: 18px;
    font-weight: 600;
    line-height: 30.35px;
    text-align: center;
    color: #F3EEE8;
    padding: 15px 50px;
    display: inline-block;
    border: 1px solid #8D3718;
    transition: 0.5s;
}
.product-main .slider-single .slide-item {
    height: auto;
}
.slider-single .slick-prev,
.slider-single .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    font-size: 24px;
    border: none;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
    border-radius: 50%;
}

.slider-single .slick-prev {
    left: 20px;
}

.slider-single .slick-next {
    right: 20px;
}
.slider-single .slick-next:before {
    display: none;
}
.slider-single .slick-prev:before {
    display: none;
}
section.product-main .home-banner-main .heading-banner-start {
    background: #fff;
    width: auto;
    left: 60px;
    transform: translateY(-50%);
    max-width: 420px;
}
section.product-main .home-banner-main .heading-banner-start {
    background: #fff;
    width: auto;
    left: 60px;
    transform: translateY(-50%);
    max-width: 420px;
    outline: 1px solid #706253;
    outline-offset: -25px;
    border: 0;
}
section.product-main .home-banner-main {
    position: relative;
    transform: unset;
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
}


/* 31-01-2025  */

#menu-header li.menu-item:last-child {
    margin-right: 0;
    padding: 0;
}

#menu-header li {
    /* position: relative; */
    display: inline-block;
    margin: 0 12px;
}

#menu-header li a {
    text-decoration: none;
    color: #000;
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 32px 0;
    margin: 0;
    background: #F6F2EE;
    border-top: 1px solid #ccc;
    z-index: 1;
    width: 100%;
}

.submenu li {
    display: block !important;
}

.submenu li a {
    color: #000;
    text-decoration: none;
}

.sub-submenu li a {
    color: #000;
    text-decoration: none;
}

#menu-header li:hover .submenu {
    display: block;
}

.submenu li:hover .sub-submenu {
    display: block;
}

.menu-item.active > a, .submenu-item.active > a, .sub-submenu-item.active > a {
    color: #8D3718 !important;
    border-bottom: 1px solid #8D3718;
}
#menu-header li a:hover {
    color: #8D3718;
} 
.inner-sub-menu {
    display: flex;
    max-width: 850px;
    justify-content: center;
    gap: 75px;
    margin: 0 auto;
}
ul.sub-submenu li.sub-submenu-item {
    margin: 0 !important;
}
ul.sub-submenu li.sub-submenu-item {
    margin: 0 !important;
}

.tabs.product-page {
    background: #F9F7F4;
}
.product-page .tab-links {
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.product-page .tab-links li {
    padding: 18px 40px;
    cursor: pointer;
    background: #8D3718;
    transition: 0.3s;
    font-family: Behind The Nineties;
    font-size: 18px;
    font-weight: 600;
    line-height: 30.33px;
    color: #fff;
    border: 0;
}
.product-page .tab-links li.active {
    background: #F9F7F4;
    color: #8D3718;
}
.product-page .tab {
    display: none;
}
.product-page .tab.active {
    display: block;
    padding: 60px 15px;
    text-align: center;
    font-family: 'JUST Sans';
    font-size: 20px;
    color: #706253;
}
section.product-main-content {
    padding: 63px 0 80px;
    background: #fff;
}
.product-content-inner nav.woocommerce-breadcrumb a, .product-content-inner nav.woocommerce-breadcrumb {
    font-family: JUST Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #8D3718;
}
.product-content-inner nav.woocommerce-breadcrumb {
    margin-bottom: 32px;
}
.custom-product-details {
    justify-content: center;
    gap: 120px !important;
}
.custom-product-details table {
    border: 0;
}
.custom-product-details table tr td {
    border: 0;
}
.custom-product-details table tr td.head {
    border: 0;
    font-family: JUST Sans;
    font-size: 20px;
    font-weight: 600 !important;
    line-height: 26px;
    color: #022E59;
    padding: 0 35px 27px 0 !important;
}
.custom-product-details table tr td.text {
    font-family: JUST Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #706253;
    padding: 0 0 27px !important;
}
.custom-product-details table tr:last-child td.head, .custom-product-details table tr:last-child td.text {
    padding-bottom: 0 !important;
}
.product-icons span {
    font-family: JUST Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #706253;
}
.icon_text {
    gap: 15px !important;
    margin-bottom: 32px !important;
}
.icon_text span {
    font-family: JUST Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #706253;
    max-width: 204px;
    text-align: left;
}

/* 03-02-2025 */
.layer_item.protection.active .lyer_content {
    bottom: 360px;
    right: 220px;
}
.layer_item.middle.active .lyer_content {
    bottom: 230px;
    left: 210px;
}
.layer_item.upper.active .lyer_content {
    bottom: 315px;
    right: 160px;
}
#menu-header li.menu-item {
    padding: 20px 0;
}
.inner-sub-menu li.submenu-item a.header-class-two {
    font-family: JUST Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
    text-align: left;
    color: #0B192E !important;
    text-transform: uppercase;
    margin-bottom: 14px;
}
ul.sub-submenu li.sub-submenu-item a {
    font-family: JUST Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: 0.05em;
    color: #0B192E !important;
    margin-bottom: 6px;
    text-transform: capitalize;
}
ul.sub-submenu li.sub-submenu-item a:hover, .inner-sub-menu li.submenu-item a.header-class-two:hover {
    color: #8d3718 !important;
}
span.arrow.sub-menu-cstm {
    display: none;
}
#menu-header li.menu-item {
    padding: 50px 0;
}
.maple-first-img, .maple-first {
    height: 610px;
}

.maple-first-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.maple-first img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hardwood-fillter {
    position: sticky;
    top: 20px;
    height: 100%;
    display: block;
}

.about-line {
    width: 100%;
    height: 2px;
    background: #000;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.about-line span {
    background: #0B192E;
    height: 17px;
    width: 17px;
    margin: -9px 0 0;
    position: relative;
    display: block;
    rotate: 45deg;
}
.main-shap p {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    color: #5491D4;
}

.main-shap {
    position: relative;
    cursor: pointer;
}

.about-line span p {
    text-align: center;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.about-line p:before {
    content: "";
    display: block;
    height: 28px;
    border-right: 3px dashed #5491D4;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: -31px;
}
.about-line {
    margin: 60px 0 0;
}
.totel-ptoduct.stick {
    position: sticky;
    top: 0px;
    height: 30px;
    background: #fff;
    z-index: 2;
    padding: 40px 10px;
}

.hide {
    display: none;
}

.main-shap.active p {
    color: #8D3718;
}

.main-shap.active span {
    background: #8D3718;
}

.main-shap.active p:before {
    border-right: 3px dashed #8D3718;
}

.main-shap.active p:after {
    content: '';
    height: 50px;
    display: block;
    position: absolute;
    border-bottom: 2px solid #8d3718;
    left: 50%;
    top: -24px;
    width: 60px;
    transform: translateX(-50%);
}



.product-view.active img.four-view.on-click-view {
    display: none;
}

.product-view.active img.three-view {
    display: block;
}

.product-view.active img.three-view.click-three-view {
    display: none;
}

.product-view.active-for img.four-view {
    display: none;
}

.product-view.active-for img.four-view.on-click-view {
    display: block;
}

.product-view.active-for img.three-view {
    display: none;
}

.product-view.active-for img.three-view.click-three-view {
    display: block;
}

img.four-view {
    cursor: pointer;
}

img.three-view {
    cursor: pointer;
}


/* hero background video */
video#background-video {
    width: 100%;
    height: 683px;
    object-fit: cover;
}
/* hero background video end */
/* sec 2 home */
.main-product-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.single-product-card {
    width: 24%;
    background: #fff;
}

.card-text {
    padding: 15px;
}

.card-text h3 {
    font-size: 24px;
    font-family: 'Behind The Nineties';
    color: #003363;
}

.card-text p {
    color: #003363;
}

.sec-2 img {
    object-fit: cover;
    height: 220px;
    width: 100%;
}
.sec-2 .team-profile {
    margin: auto;
    background-color: #ffff;
    padding: 7px;
}
a.read-more {
    text-decoration: underline;
    color: #003363;
    font-size: 20px;
    margin: 16px 0px;
}

.product-heading h2 {
    color: #003363;
    text-align: center;
    margin-bottom: 10px;
}

.product-heading {
    margin-bottom: 30px;
    text-align: center;
}

.product-heading h3 {
    font-size: 25px;
    font-weight: 500;
}
/* sec 2 home end */

/* every layer arrow */
.lyer_content img.mark_img {
    position: absolute;
    top: 50%;
    left: -70%;
    width: 164px;
}
.layer_item.middle.active .lyer_content img.mark_img {
    width: 230px;
    left: 95%;
    transform: rotate(179deg);
}
.main_layer_img {
    padding: 10px 0;
}

/* every layer arrow */

/* every layer matter */
/* .every_layer_matter .layer_item {
    display: none;
    transition: opacity 0.5s ease-in-out;
}

.every_layer_matter .layer_item.active {
    display: block;
}

.every_layer_matter .intro_video_wrapper {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.every_layer_matter .intro_video_wrapper video {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
                        
} */
/* every layer matter end */

/*.crafted-slid.activeMoment {*/
/*display: flex;*/
/*    position: absolute;*/
/*    top: 39%;*/
/*    transform: translateX(5.7%);*/
/*}*/

/*.crafted-slid.activeMoment .crafted-img {*/
/*    visibility: hidden;*/
/*}*/

/*.crafted-slid.activeMoment .right-slider-content {*/
/*    display: block;*/
/*}*/

/*.crafted-slid.hideMoment .right-slider-content {*/
/*    display: none !important;*/
/*}*/

/* inner page 09.10.25 */
.cline-up-left ul {
    list-style: disc;
    margin: auto;
    padding: revert;
}
/* inner page 09.10.25 */

@media (min-width: 767px) {
.crafted-slid.activeMine {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    top: 0;
}

.crafted-slid.momentActive .crafted-img {
    visibility: hidden;
}

.crafted-slid.activeMine .crafted-img img {
    height: 500px;
    margin-left: 0;
}

.craftedImages {
    position: relative;
}

}
@media (max-width: 870px) {
    .lyer_content {
    right: 30px !important;
    bottom: 150px !important;
}
}


@media (max-width: 1800px){
    @keyframes moveRightToMain {
        from {
            transform: translateX(0) scale(1.0); /* Starting position */
        }
        to {
            transform: translateX(-322%) scale(1.398);
        }
    }
    @keyframes transitionLeftToLeft {
        from {
            transform: translateX(0px); /* Starting position */
        }
        to {
            transform: translateX(195%) scale(1.4);
        }
    }
    .right-slider-content p {
        width: auto; 
    }
}

@media (max-width: 1700px){
    @keyframes moveRightToMain {
        from {
            transform: translateX(0) scale(1.0); /* Starting position */
        }
        to {
            transform: translateX(-288%) scale(1.398);
        }
    }
    @keyframes transitionLeftToLeft {
        from {
            transform: translateX(0px); /* Starting position */
        }
        to {
            transform: translateX(163%) scale(1.4);
        }
    }
}

@media (max-width: 1600px){
    @keyframes moveRightToMain {
        from {
            transform: translateX(0) scale(1.0); /* Starting position */
        }
        to {
            transform: translateX(-2%) scale(1.398);
        }
    }
    @keyframes transitionLeftToLeft {
        from {
            transform: translateX(0px); /* Starting position */
        }
        to {
            transform: translateX(175%) scale(1.4);
        }
    }
}

@media (max-width: 1500px){
    @keyframes moveRightToMain {
        from {
            transform: translateX(0) scale(1.0); /* Starting position */
        }
        to {
            transform: translateX(-266%) scale(1.398);
        }
    }
    @keyframes transitionLeftToLeft {
        from {
            transform: translateX(0px); /* Starting position */
        }
        to {
            transform: translateX(165%) scale(1.4);
        }
    }
}
@media (max-width: 1400px){
    @keyframes moveRightToMain {
        from {
            transform: translateX(0) scale(1.0); /* Starting position */
        }
        to {
            transform: translateX(-338%) scale(1.398);
        }
    }
    @keyframes transitionLeftToLeft {
        from {
            transform: translateX(0.5px); /* Starting position */
        }
        to {
            transform: translateX(220%%) scale(0.5);
        }
    }
}
/* Responsive */

@media (max-width: 1300px) {
    @keyframes moveRightToMain {
        from {
            transform: translateX(0) scale(1); /* Starting position */
        }
        to {
            transform: translateX(-500px) scale(1); /* Move down */
        }
    }

    .rightImagesCraft .crafted-img, .leftImagesCraft .crafted-img {
        height: 260px;
    }
    .crafted-img img {
        height: 100%;
    }
    .crafted-slid.active .crafted-img img {
        height: 400px !important;
    }
    .crafted-arrow {
        max-width: 800px;
    }
    .crafted-arrow img {
        max-width: 50px;
    }

}

@media (max-width: 1380px) {
    .before-image-faq:before {
        top: -55%;
        left: -25%;
    }
    .maple-text {
        width: 100%;
        padding: 0 40px;
    }
    .maple-text h3 {
        margin-bottom: 10px;
    }
    p.featuring {
        margin-top: 10px;
    }
    .slider-single .slick-prev {
        left: 10px;
    }
    .slider-single .slick-next {
        right: 10px;
    }

}


@media (max-width: 1200px) {
    .lyer_content {
        right: 80px;
        bottom: 170px;
    }
    .uniform-btn-main button {
        max-width: 220px;
        font-size: 18px;
        width: 220px;
    }
    .Streaks h3 {
        font-size: 32px;
        line-height: 57.4px;
    }
    .clear-cline-up {
        gap: 40px;
    }
    .mordern-img {
        height: 350px;
    }
    .modern-living {
        column-gap: 90px;
    }
    .morder-btn a {
        font-size: 18px;
        padding: 10px 30px;
    }
    .morder-content-main {
        gap: 20px;
    }
    .morder-left-content h5 {
        font-size: 24px;
    }
    .crafted-slid.active .crafted-img img {
        height: 300px !important;
    }
    .rightImagesCraft .crafted-img, .leftImagesCraft .crafted-img {
        height: 200px;
    }
    .crafted-arrow {
        max-width: 600px;
    }
    .product-page .tab-links li {
        padding: 12px 25px;
        font-size: 16px;
    }
    #menu-header li.menu-item:last-child a {
        padding: 10px 25px;
    }
    .layer_item.middle.active .lyer_content {
        bottom: 180px;
    }
    .layer_item.upper.active .lyer_content {
        bottom: 200px;
    }


}

@media (max-width: 991px) {

    .hamburger span.bar {
        width: 25px;
        height: 3px;
        background: #8d3718;
        margin: 5px 0;
        display: block;
    }
    .hamburger.is-active {
        top: 20px;
        z-index: 99999;
        position: fixed;
        right: 15px;
    }
    .hamburger.is-active .bar:nth-child(1) {
        transform: translateY(0px) rotate(45deg);
    }
    .hamburger.is-active span.bar {
        background: #8d3718;
    }
    .hamburger.is-active span:last-child.bar {
        display: none;
    }
    ul#menu-header.is-active {
        transform: translateX(0);
    }
ul#menu-header {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    width: 100%;
    z-index: 9999;
    padding: 50px 0px 0;
    transform: translateX(-100%);
    transition: all ease 0.3s;
    opacity: 1 !important;
    visibility: visible !important;
    height: 100vh !important;
    flex-direction: column;
    gap: unset;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-y: scroll;
}
    ul#menu-header.is-active li {
        border-bottom: 1px solid #fff;
        width: 100%;
        padding: 12px 15px;
    }
    ul#menu-header.is-active li a {
        color: #fff;
    }
    .hamburger.is-active .bar:nth-child(2) {
        transform: translateY(-8px) rotate(-45deg);
    }
    section.warranty-feature .container {
        background: #f8f7f4;
        padding: 28px 15px;
    }
    h2 {
        font-size: 33px;
        line-height: 50.4px;
    }
    .main_layer_img img {
        width: 60%;
    }
    section.every_layer_matter {
        background: #fff;
        padding: 50px 0 50px;
    }
  
    .before-image-faq:before {
        width: 439px;
        height: 282px;
        top: -48%;
        left: -30%;
    }
    .left-faq-heading h2 {
        font-size: 35px;
        line-height: 47px;
    }
    .faq-first {
        gap: 10px;
    }
    h4.faq-title {
        font-size: 25px;;
    }
    .find-start h2 {
        margin-bottom: 10px;
    }
    section.Maple-serenity-collection {
        grid-template-columns: 1fr;
    }
    .maple-first-img, .maple-first {
        position: relative;
        height: 409px;
    }
    .maple-first-img img, .maple-first img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    section.our_client_story {
        display: none;
    }
    .maaple-button {
        padding-bottom: 40px;
    }
    section.experience {
        padding: 50px 0;
    }
    .home-banner-main {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: 100%;
    }
    .contact_email {
        flex-direction: column;
        padding-top: 30px;
    }
    .footer-main {
        flex-direction: column-reverse;
    }
    .field input {
        width: 100%;
        padding: 0 10px;
        max-width: 100%;
        min-width: 100%;
    }
    .maaple-button {
        display: none;
    }
    .footer-main {
        padding: 30px 0 30px 0;
    }
    .maple-text {
        text-align: center;
    }
    
    .maple-text h3 {
        text-align: center;
    }
    
    .maple-text p {
        display: none;
    }

.footer-menu ul {
    display: none;
}

.footer-menu.open ul {
    display: block;
}
.lyer_content {
    max-width: 210px;
    right: 80px;
}
.lyer_content img.mark_img {
    left: -80%;
    width: 164px;
}
aside#block-9 {
    display: none;
}

.inner_footer_menu {
    display: none;
}

.mobile-footer {
    display: block;
}
.mobile-footer .inner_footer_menu {
    display: block;
}


.mobile-footer .inner_footer_menu {
    display: block;
}

.footer-menu.mobile {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.footer-menu {
    margin-bottom: 15px;
}
.mobile-footer {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.footer-menu-meni {
    height: 155px;
    width: 155px;
    overflow: hidden;
}

.footer-menu-meni img {
    width: 100%;
    height: 100%;
}
/* section.slider-home-products {
    display: none;
} */
.about_banner .heading-banner-start {
    justify-content: center;
}
.main-about {
    flex-direction: column;
    gap: 36px;
}
section.about-history, section.Our-core-values {
    padding: 50px 0;
}
.core-values-main {
    grid-template-columns: 1fr;
    row-gap: 50px;
}
.left-education-content p {
    max-width: 100%;
    color: #706253;
}
.left-education-content h3 {
    margin-bottom: 0;
}
.core-heading h2 {
    margin-bottom: 15px;
}
section.The-Northernest-team {
    padding: 50px 0;
}
.main-team-profile {
    grid-template-columns: 1fr;
    row-gap: 30px;
}
.team-profile img {
    width: 100%;
}
.team-profile p {
    color: #706253;
    max-width: 100%;
}
.about-right-content p {
    max-width: 100%;
}
.about-images {
    width: auto;
    height: auto;
}
.name-input p {
    width: 100%;
}
.cline-up-right-img {
    width: 100%;
}

.uniform-btn {
    overflow-x: scroll;
    scrollbar-width: thin;
    gap: 20px;
}
.modern-living {
    grid-template-columns: 1fr;
    row-gap: 50px;
}
.mordern-img img {
    object-fit: cover;
}
.mordern-img {
    height: 400px;
}
.morder-content-main {
    margin-top: 10px;
}
section.Modern-living-home {
    padding: 60px 0;
}
.Advantages-main {
    flex-wrap: wrap;
    gap: 30px;
}
.mple-right-arrow, .mple-left-arrow {
    right: 10px;
}
.mple-left-arrow {
    left: 10px;
}
.hard-maple-slider {
    margin: 0 20px;
}
.form-main label {
    margin-bottom: 0;
}
.name-input {
    gap: 18px;
    flex-wrap: wrap;
}
.form-main {
    gap: 30px;
}
section.main_home_banner .home-banner-main {
    top: 44%;
}
.main-product-categories-hardwood {
    gap: 40px;
}
.crafted-arrow {
    max-width: 500px;
}
.right-slider-content p {
    font-size: 16px;
    line-height: 23px;
    margin: 10px 0 30px 0;
}
.right-slider-content a {
    font-size: 16px;
    padding: 8px 30px;
}
.rightImagesCraft .crafted-img, .leftImagesCraft .crafted-img {
    height: 150px;
}
.crafted-slid.active .crafted-img img {
    height: 200px !important;
}
.crafted-arrow {
    max-width: 420px;
}
.product-main .home-banner-main {
    width: 100%;
    left: 0;
}
section.product-main .home-banner-main .heading-banner-start {
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 03-02-2025 */

#menu-header li.menu-item:last-child a {
    background: transparent;
    border: 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
}
.hamburger.is-active span.bar {
    background: #fff;
}
.product-page .tab-links li {
    min-width: 220px;
    text-align: center;
}
.product-page .tab-links {
    overflow-x: scroll;
    gap: 20px;
}
.custom-product-details {
    gap: 70px !important;
}
.layer_item.middle.active .lyer_content {
    bottom: 140px;
}
.layer_item.upper.active .lyer_content {
    bottom: 160px;
}
#menu-header li.menu-item:last-child {
    padding: 12px 15px;
}
ul#menu-header ul.submenu {
    display: none !important;
    padding: 30px 20px 20px;
}
#menu-header ul.submenu.active {
    display: block !important;
    position: relative;
    top: 12px;
}
ul#menu-header li.menu-item .arow-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul#menu-header li.menu-item {
    padding: 0;
    margin: 0;
}
#menu-header ul.submenu .inner-sub-menu {
    max-width: 100%;
    gap: 12px;
    flex-wrap: wrap;
}
ul#menu-header.is-active ul.submenu .inner-sub-menu li.submenu-item {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}
#menu-header ul.submenu .inner-sub-menu li.submenu-item ul.sub-submenu li.sub-submenu-item {
    border-bottom: 0;
    padding: 0 0 2px 15px;
}
.sub-menu-cstm i.fa.fa-angle-down {
    color: #fff;
}

span.arrow.sub-menu-cstm {
    display: block;
}
ul#menu-header.is-active li.menu-item {
    padding: 12px 15px !important;
}

}


@media (max-width: 767px) {
    .heading-banner-start h1 {
        text-align: center;
        font-size: 32px;
        line-height: 47px;
    }
    
    .heading-banner-start p {
        display: none;
    }
    
    .single-product-card {
    width: 49%;
    margin-bottom: 30px;
    
    }
    .heading-banner-start a.find-button {
        display: none;
    }

    a.view-button {
        text-align: center;
        display: block;
        max-width: 220px;
        margin: 0 auto;
    }
    .features-section {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .image-content-warranty {
        width: fit-content;
    }
    section.slider-home-products {
        padding: 30px 15px 30px;
    }
    .faq-main {
        flex-direction: column;
    }
    .quation-faq {
        width: 100%;
        margin-top: 60px;
    }
    .before-image-faq:before {
        width: 469px;
        height: 212px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .find-start {
        width: 100%;
    }
    .find-start h2 {
        max-width: 275px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    section.home-banner {
        height: 360px;
    }
    h4.faq-title {
        font-size: 20px;
    }
    .before-image-faq:before {
        width: 100%;
    }
    .home-banner-main {
        width: 97%;
    }
    .main_layer_img img {
        width: 100%;
    }
    .lyer_content p {
        font-size: 18px;
        /* text-align: right; */
        line-height: 24px;
    }
    .lyer_content h4 {
        font-size: 20px;
        line-height: 26px;
    }
    .lyer_content {
        left: 60px;
    }
    .lyer_content img.mark_img {
    left: 190px !important;
    transform: rotate(180deg);
    }
    .main_title p {
        margin-top: 15px;
        margin-bottom: 60px;
    }
    .main_title h2 {
        font-size: 32px;
        line-height: 43px;
    }
    .about_banner .heading-banner-start {
        height: 320px;
    }
    .valures-education {
        flex-direction: column-reverse;
        row-gap: 40px;
    }
    .product {
        flex-direction: column-reverse;
    }
    section.product-main-sec {
        padding: 20px 0 40px 0;
    }
    .product-content-left p {
        max-width: 100%;
    }
    .product-content-left {
        width: 100%;
    }
    .product {
        margin-bottom: 30px;
    }
    .product:last-child {
        margin-bottom: 0;
    }

    h1.entry-title {
        font-size: 32px;
        line-height: 42px;
        padding: 40px 15px;
    }
    section.clear-uniform {
        padding: 50px 0;
    }
    .tab-content .tab-pane.active {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 15px;
    }
    .cline-up-right-img {
        height: auto;
    }
    .clear-cline-up {
        padding-top: 40px;
    }
    .appearance {
        margin-top: 30px;
    }
    .Knots-col {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .Streaks h3 {
        font-size: 28px;
        line-height: 50.4px;
    }
    section.Knots {
        padding: 40px 0 60px;
    } 
    .cline-up-left h2 {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 40px;
    }
    section.species-we-carry {
        padding: 50px 0 70px 0;
    }
    section.species-we-carry .slick-dots {
        bottom: -45px;
    }
    section.advantages {
        padding: 40px 0 50px;
    }
    section.home-banner-start {
        height: 500px;
    }
    .cline-up-left p {
        max-width: 100%;
    }
    .mple-right-arrow, .mple-left-arrow {
        display: none !important;
    }
    .appearance {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .form-main {
        max-width: 100%;
        gap: 18px;
        flex-wrap: wrap;
    }
    .form-left {
        width: 100%;
    }
    .form-right {
        width: 100%;
    }
    .contact-heading {
        padding-bottom: 40px;
    }
    section.contact-sec {
        padding: 40px 0 20px;
    }
    .textaera textarea {
        height: 120px;
        font-size: 17px;
    }
    .how-can-help select, .form-main input {
        font-size: 17px;
    }
    .hardwood-fillter {
        width: 40%;
    }
    .hardwood-totel-product {
        width: 60%;
    }
    .product-details {
        /* grid-template-columns: 1fr 1fr; */
        column-gap: 15px;
        row-gap: 15px;
    }
    .product-categories-main .product-details.grid-4 {
        grid-template-columns: 1fr 1fr;
    }
    .product-categories-main .product-details.grid-3 {
        grid-template-columns: 1fr 1fr;
    }
    .product-view p {
        font-size: 16px;
    }
    .product-counting p {
        font-size: 16px;;
    }
    section.product-categories-main {
        padding: 50px 0;
    }
    .one-third {
        width: 100% !important;
    }
    .right-slider-content {
        width: 100% !important;
    }
    .crafted-img {
        width: 100% !important;
    }
    .crafted-slid.active {
        flex-wrap: wrap;
    }
    .crafted-slid.active .crafted-img img {
        height: 300px !important;
        width: 100% !important;
        object-fit: contain;
    }
    .crafted-arrow {
        max-width: 100%;
    }
    .leftImagesCraft.one-third {
        display: none;
    }
    .rightImagesCraft.one-third {
        display: none;
    }
    section.slider-home-products h2 {
        font-size: 28px;
        line-height: 35px;
    }
    .crafted-arrow {
        top: 46%;
    }
    section.product-main .heading-banner-start {
        height: auto;
        width: 75% !important;
    }
    .product-main .sample-btn .single-product-btn {
        font-size: 16px;
        padding: 8px 30px;
    }
    section.product-main .home-banner-main .heading-banner-start {
        outline-offset: -15px;
    }
    .slider-single .slick-arrow {
        max-width: 20px;
    }
    .icon_text {
        margin-bottom: 25px !important;
    }
    .icon_text span {
        font-size: 16px;
    }
    .custom-product-details table tr td.text {
        font-size: 16px;
        padding: 0 0 10px !important;
    }
    .custom-product-details table tr td.head {
        font-size: 16px;
        padding: 0 15px 10px 0 !important;
    }
    .custom-product-details {
        gap: 30px !important;
    }
    .product-page .tab.active {
        padding: 50px 15px;
        font-size: 18px;
    }
    section.product-main-content {
        padding: 40px 0 50px;
    }
    /* .lyer_content {
        top: 200px;
    } */
    .name-input .input-field {
        width: 100%;
    }
    .maple-first-img, .maple-first {
    height: 440px;
}

}



@media (max-width: 575px) {
    .faq-first:before {
    height: 30px;
    width: 30px;
    }
    .single-product-card {
    width: 100%;
    /* MARGIN: auto; */
    /* margin-bottom: 36PX; */
}
    .left-images-faq {
        width: 38px;
    }
    .experience-img a {
        font-size: 15px;
    }
    h2 {
        font-size: 32px;
        line-height: 43px;
    }
    .product-img {
        height: 400px;
    }
    
    .product-img img {
        height: 100%;
        object-fit: contain;
    }
    section.home-banner-start {
        height: 300px;
    }
    .about_banner .heading-banner-start {
        height: 150px;
    }
    .heading-banner-start h1 {
        font-size: 30px;
        line-height: 45px;
    }
    .mordern-img {
        height: 300px;
    }
    .morder-content-main {
        flex-wrap: wrap;
    }
    section.Modern-living-home {
        padding: 50px 0;
    }
    .appearance-light p {
        margin: 0 auto;
    }
    section.main_home_banner {
        height: 500px;
    }
    section.main_home_banner .home-banner-main {
        padding: 20px;
    }
    section.main_home_banner .heading-banner-start {
        padding: 20px 10px;
    }
    .custom-product-details {
        flex-wrap: wrap;
    }
    .product-info {
        width: 100%;
    }
    .icon_text span {
        max-width: 100%;
    }
    .product-icons {
        width: 100%;
    }
    .icon_text img {
        max-width: 35px;
    }
    .icon_text {
        margin-bottom: 15px !important;
    }
    .icon_text:last-child {
        margin-bottom: 0 !important;
    }
    .product-page .tab.active {
        padding: 30px 15px 40px;
    }
    .product-content-inner nav.woocommerce-breadcrumb {
        margin-bottom: 22px;
    }
    .product-content-inner nav.woocommerce-breadcrumb a, .product-content-inner nav.woocommerce-breadcrumb {
        font-size: 16px;
    }
.lern_more a {
    padding: 13px 30px;
}
.location {
    width: fit-content;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.location p {
    font-size: 16px;
}
.location h5 {
    font-size: 25px;
}
.main-location .location:first-child a p {
    font-size: 16px;
}
.main-location {
    width: 1000px;
}

}

@media (max-width: 480px) {
    .mordern-img {
    height: 290px;
}
.hard-maple-content p {
    max-width: 100%;
    margin-top: 5px;
}
.hard-maple-content {
    padding: 10px 30px 20px;
    width: 100%;
}
.hard-maple-slider {
    height: auto !important;
}
.hard-mple-img {
    width: 100%;
    height: 200px;
}
.hard-mple-img img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
}
.hard-maple-slider {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.hardwood-fillter {
    width: 50%;
}
.hardwood-totel-product {
    width: 50%;
}
.main-product-categories-hardwood {
    gap: 15px;
}
.product-details {
    /* grid-template-columns: 1fr; */
    row-gap: 10px;
}
.product-categories-main .product-details.grid-4 {
    grid-template-columns: 1fr;
}
.product-categories-main .product-details.grid-3 {
    grid-template-columns: 1fr;
}
.fillter-heading h2 {
    font-size: 28px;
    line-height: 40px;
}
.product-view img {
    max-width: 25px;
}
.main-fillter ul.sub-fillter li label {
    font-size: 15px;
}
li.fillter-name h4 {
    font-size: 19px;
}

    
}