/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/*====================== BUTTON CSS START ======================*/
.navBtn,
.allBtn {
    position: relative;
    background-color: #042b1b;
    color: white;
    border: 1px solid #fff;
    border-radius: 16px;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
}

.navBtn::before,
.allBtn::before {
    content: "";
    position: absolute;
    top: -30px;
    right: -40px;
    width: 60px;
    height: 60px;
    background-color: #0e3e2b;
    border-radius: 50%;
    z-index: 0;
}

.navBtn::after,
.allBtn::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -40px;
    width: 60px;
    height: 60px;
    background-color: #0e3e2b;
    border-radius: 50%;
    z-index: 0;
}

.navBtn,
.allBtn>* {
    position: relative;
    z-index: 2;
}

.single.single-services.postid-224 .singleServiceContent h3 {
    padding: 20px 10px;
    background: #CE8946;
    display: inline-block;
}

.single.single-services.postid-227 .singleServiceContent h3 {
    padding: 20px 10px;
    background: #C0C0C0;
    display: inline-block;
}

.single.single-services.postid-229 .singleServiceContent h3 {
    padding: 20px 10px;
    background: #FFD700;
    display: inline-block;
}

.single.single-services.postid-231 .singleServiceContent h3 {
    padding: 20px 10px;
    background: #E5E4E2;
    display: inline-block;
}

/*====================== BUTTON CSS END ======================*/

/*====================== HEADER CSS START ======================*/
.whb-header .whb-main-header .whb-general-header .container {
    background: #cfe2d9;
    margin-top: 25px;
    border-radius: 10px;
}

.whb-header .whb-main-header .whb-general-header .whb-col-left {
    width: 45%;
}

.whb-header .whb-main-header .whb-general-header .whb-col-left ul#menu-navbar-left-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
}

.whb-header .whb-main-header .whb-general-header .whb-col-center {
    width: 10%;
    /* display: flex; */
    /* justify-content: center; */
}

.whb-header .whb-main-header .whb-general-header .whb-col-center .site-logo {
    /*width: 100%;*/
}

.whb-header .whb-main-header .whb-general-header .whb-col-center .site-logo a img {
    width: 100%;
}

.whb-header .whb-main-header .whb-general-header .whb-col-right {
    width: 45%;
}

.whb-header .whb-main-header .whb-general-header .whb-col-right ul#menu-navbar-right-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
}

#menu-navbar-left-menu .menu-item .woodmart-nav-link {
    color: #042b1b;
}

#menu-navbar-left-menu .menu-item .woodmart-nav-link:hover {
    color: #042b1bb3 !important;
}

#menu-navbar-right-menu .menu-item .woodmart-nav-link {
    color: #042b1b;
}

#menu-navbar-right-menu .menu-item .woodmart-nav-link:hover {
    color: #042b1bb3 !important;
}

/*====================== HEADER CSS END ======================*/

/*====================== BANNER CSS START ======================*/
.wd-prev .wd-arrow-inner:after {
    content: "\2190" !important;
}

.wd-next .wd-arrow-inner:after {
    content: "\2192" !important;
}

.wd-nav-pagin-wrap {
    margin: 25px;
}

.slider-wrapper-class {
    position: relative;
}

.wd-nav-arrows {
    position: absolute;
    bottom: 51px;
    left: 75%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    z-index: 10;
}

.wd-nav-arrows .wd-arrow-inner {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: transparent;
    transition: 0.3s ease;
    cursor: pointer;
}

.wd-nav-arrows .wd-arrow-inner:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.wd-nav-arrows .wd-prev {
    order: 1;
}

.wd-nav-arrows .wd-next {
    order: 2;
}

.wd-nav-arrows.wd-pos-sep .wd-prev {
    position: absolute !important;
    right: 0px !important;
    padding-right: 10px;
}

.wd-nav-arrows.wd-pos-sep .wd-next {
    position: absolute !important;
    left: 0px !important;
    padding-left: 10px;
}

.bannerBox .info-box-content .info-box-subtitle {
    margin-bottom: 30px;
}

.bannerBox .info-box-content h1.info-box-title {
    margin-bottom: 40px;
}

/*====================== HEADER CSS END ======================*/

/*====================== ABOUT CSS START ======================*/

/*section#aboutSection { position: relative; z-index: 1; }*/

/*section#aboutSection:before { content: ''; width: 930px; height: 100%; position: absolute; z-index: -1; top: 0; right: 0; background: url('./images/rectangle_4.jpg'); background-position: 100% 100%; background-size: cover; background-repeat: no-repeat; }*/
.greenArrow .info-box-subtitle {
    padding-left: 4.5rem;
    position: relative;
    z-index: 1;
}

.greenArrow .info-box-subtitle:before {
    content: '';
    position: absolute;
    z-index: -2;
    width: 71px;
    height: 12px;
    background: url('./images/up-arrow.png)');
    top: 7px;
    left: 0;
    background-position: center;
    /* background-size: cover; */
    background-repeat: no-repeat;
}

/*====================== ABOUT CSS END ======================*/

/*====================== WHO WE ARE CSS START ======================*/
section#whoWeOurSection {
    z-index: 1;
    position: relative;
}

div#whoWeOurRowColOne {
    position: relative;
    z-index: 1;
}

section#whoWeOurSection:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: #042e1de8;
    left: 0;
    top: 0;
}

.whoWeOurRow .whoWeOurRowColOne .wpb_wrapper {
    position: relative;
    z-index: 1;
}

section#whoWeOurSection:after {
    content: '';
    position: absolute;
    z-index: 0;
    background: url('./images/bottom.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
    bottom: 0;
    left: 0;
    right: 0;
}

.whiteArrow .info-box-subtitle {
    padding-left: 4.5rem;
    position: relative;
    z-index: 1;
}

.whiteArrow .info-box-subtitle:before {
    content: '';
    position: absolute;
    z-index: -2;
    width: 71px;
    height: 12px;
    background: url('./images/white-arrow.png)');
    top: 7px;
    left: 0;
    background-position: center;
    /* background-size: cover; */
    background-repeat: no-repeat;
}

.whoWeOurRowColTwo .whoWeOurRowSeconInner {
    position: relative;
    z-index: 1;
}

div#whoWeOurRow .whoWeOurRowColTwo {
    position: relative;
    z-index: 1;
}

div#whoWeOurRow .whoWeOurRowColTwo:before {
    content: '';
    position: absolute;
    z-index: -1;
    background: url('./images/tree.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 330px;
    height: 60%;
    right: -320px;
    top: 310px;
}

/*====================== WHO WE ARE CSS END ======================*/

/*====================== VIDEO CSS START ======================*/
.owl-carousel .item {
    position: relative;
    overflow: hidden;
    /* border-radius: 10px; */
}

.owl-carousel .item img {
    width: 100%;
    display: block;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    cursor: pointer;
}

.video-play-button:before,
.video-play-button:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.video-play-button:before {
    background: #ba1f24;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: 0;
}

.video-play-button:after {
    background: #fa183d;
    z-index: 1;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    top: 0;
    left: 10px;
    right: 0;
    position: absolute;
}

@keyframes pulse-border {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.80);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    z-index: 1000;
    opacity: 1;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    height: auto;
    aspect-ratio: 16 / 9;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.video-overlay-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 36px;
    color: #fff;
    cursor: pointer;
    z-index: 1001;
}

/*====================== VIDEO CSS END ======================*/

/*====================== GET IN TOUCH CSS START ======================*/
.getInTouchBox .info-box-icon {
    background: #042b1b;
    padding: 20px;
    border-radius: 65px;
}

.getInTouchBox .info-box-icon img {
    width: 25px;
    height: 25px;
}

.getInTouchBox .reset-last-child {
    margin: 0 !important;
}

.getInTouchBox .reset-last-child p a {
    color: #042b1b;
}

/*====================== GET IN TOUCH CSS END ======================*/

/*====================== GALLERY CSS START ======================*/
.imageGalleryRow .wpb_text_column {
    margin: 0px;
}

.gallery-slider .slick-slide {
    padding: 0 10px;
    box-sizing: border-box;
}

.gallery-slider {
    margin: 0 -10px;
}

.gallery-slider img {
    width: 100%;
    height: 360px;
    cursor: pointer;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.gallery-slider .slick-prev,
.gallery-slider .slick-next {
    z-index: 10;
}

.gallery-slider .slick-prev:before,
.gallery-slider .slick-next:before {
    color: white;
    font-size: 30px;
}

.lightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.lightbox-overlay img {
    max-width: 90%;
    max-height: 80vh;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    z-index: 10000;
}

.gallery-slider .slick-prev {
    left: -40px;
}

.gallery-slider .slick-next {
    right: -40px;
}

/*====================== GALLERY CSS END ======================*/

/*====================== FOOTER CSS START ======================*/
.contactLinks p {
    color: #fff;
}

.contactLinks .info-box-content .info-box-inner p a {
    color: #fff;
}

.contactLinks .info-box-content .info-box-inner p a:hover {
    letter-spacing: 1px;
}

.wd-footer.footer-container #footerSection ul li a {
    color: #fff;
}

#menu-our-polices .menu-item a:hover {
    letter-spacing: 1px;
}

#menu-useful-links .menu-item a:hover {
    letter-spacing: 1px;
}

#menu-legal-policies li.menu-item a:hover {
    letter-spacing: 1px;
}

#menu-our-polices .menu-item a {
    color: #fff;
}

#menu-useful-links .menu-item a {
    color: #fff;
}

#copyRight .wpb_wrapper p {
    color: #fff;
}

ul#menu-legal-policies {
    display: flex;
    justify-content: flex-end;
    align-items: start;
    gap: 25px;
}

#menu-legal-policies li.menu-item {
    margin: 0;
}

#menu-legal-policies li.menu-item a {
    color: #fff;
}

.easy-newsletter #easy-newsletter-form .input-field label {
    display: none;
}

.easy-newsletter #easy-newsletter-form {
    /* display: flex; */

    /* justify-content: center; */

    /* align-items: center; */
    position: relative;
}

.easy-newsletter #easy-newsletter-form input.wpens_email {
    position: relative;
    border-radius: 25px;
}

.easy-newsletter #easy-newsletter-form .input-field.input-submit {
    position: absolute;
    top: 0;
    right: 0;
}

.easy-newsletter #easy-newsletter-form .input-field.input-submit button#easy-newsletter-submit {
    border-radius: 25px;
    background: #042b1b;
    color: #fff;
}

/*====================== FOOTER CSS END ======================*/
.page-title .entry-title.title {
    margin-bottom: 0;
    font-size: 30px;
    padding-top: 4%;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    justify-content: space-around;
}

.service-item {
    background: #092c1b;
    color: #fff;
    padding: 30px;
    text-align: center;
    width: 25%;
    border-radius: 8px;
    height: 400px;
}

.service-item img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.row.single_serviceSection {
    padding: 110px 0 50px;
}

.row.single_serviceSection p {
    margin-bottom: var(--wd-tags-mb, 10px);
}

/*OUR TEAM*/
.team-members>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -80px 0;
    list-style: none;
    padding: 0;
}

.team-members>ul>li {
    width: 33.33%;
    padding: 48px 0;
}

.team-member {
    text-align: center;
    text-transform: uppercase;
}

.team-member>a {
    display: block;
    text-decoration: none;
}

.team-member .team__image {
    margin-bottom: 44px;
}

.team-member .team__image {
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

.image-fit {
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: 50%;
}

.team-member>a:hover .team__image {
    opacity: .3;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

.team-member .team__image img {
    height: 650px;
    object-fit: cover;
}

.team-member h5 {
    font-size: 26px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}

/*TEAM SINGLE*/
.section-blog-member {
    font-size: 20px;
    line-height: 30px;
    margin-top: 180px;
}

.section-blog-member .section__image {
    margin: 0;
    position: relative;
    margin-left: calc(-50vw + 50%);
    width: 100vw
}

.section-blog-member .section__image img {
    width: 100%;
    display: block
}

.section-blog-member .section__content {
    position: absolute;
    left: 51.6%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.section-blog-member .section__job {
    font-style: italic
}

.section-blog-member .section__head {
    position: relative
}

.section-blog-member .section__head:not(:last-child) {
    margin-bottom: 80px;
}

.section-blog-member .section__body {
    max-width: 750px;
    margin-inline: auto;
    font-size: 16px;
}

.section-blog-member .section__name h1 {
    font-size: 64px;
    font-family: 'Poppins', sans-serif;
    line-height: 40px;
}

.section-blog-member .section__entry p {
    margin-bottom: 1.5em;
}

.team__content h5 span {
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    text-transform: capitalize;
}

.section__name h1 span {
    font-size: 21px;
    font-weight: 100;
    line-height: 17px;
}

@media (min-width:1921px) {
    .section-blog-member {
        font-size: 28px
    }

    .section-blog-member .section__head:not(:last-child) {
        margin-bottom: 244px
    }

    .section-blog-member .section__body {
        max-width: 1042px
    }
}

@media (max-width:1500px) {
    .section-blog-member {
        font-size: 21.33px
    }

    .section-blog-member .section__head:not(:last-child) {
        margin-bottom: 142px
    }

    .section-blog-member .section__body {
        max-width: 648px
    }
}

@media (max-width:1200px) {
    .section-blog-member {
        font-size: 19.33px
    }

    .section-blog-member .section__entry p:not(:last-child) {
        margin-bottom: 29px
    }

    .section-blog-member .section__content .h1,
    .section-blog-member .section__content h1 {
        font-size: 38px;
        line-height: 1.32
    }

    .section-blog-member .section__head:not(:last-child) {
        margin-bottom: 98px
    }

    .section-blog-member .section__body {
        max-width: 467px
    }
}

@media (max-width:767px) {
    .section-blog-member {
        font-size: 16px
    }

    .section-blog-member .section__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 66px
    }

    .section-blog-member .section__head:not(:last-child) {
        margin-bottom: 33px
    }

    .section-blog-member .section__entry p:not(:last-child) {
        margin-bottom: 17px
    }

    .section-blog-member .section__image {
        height: 463px
    }

    .section-blog-member .section__image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: -37px;
        object-position: -37px;
        display: block
    }

    .section-blog-member .section__content .h1,
    .section-blog-member .section__content h1 {
        font-size: 28px
    }

    .section-blog-member .section__job,
    .section-blog-member .section__name {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .section-blog-member .section__job {
        -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
        transform: translateY(1px)
    }

    .section-blog-member .section__name h1:after {
        content: ","
    }

    .section-blog-member .section__content {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@media (max-width:1536px) {
    .section#aboutSection:before {
        content: '';
        width: 740px;
        height: 100%;
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        background: url(./images/rectangle_4.jpg);
        background-position: 100% 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

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

@media (max-width:1169px) {
    .team-members>ul>li {
            width: 33.33%;
        }
    
        .team-members>ul>li {
            padding: 20px 0;
        }
    .section#aboutSection:before {
        width: 740px;
    }

    .service-item {
        width: 40%;
    }

    .services-grid {
        gap: 20px;
    }

    .page-title .entry-title.title {
        line-height: normal;
        font-size: 100%;
    }

    #SectionM-P .info-box-title {
        font-size: 100% !important;
    }
}

@media (max-width:1024px) {
    .row.single_serviceSection {
        padding: 20px 0;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .single.single-services.postid-229 .singleServiceContent h3 {
        font-size: 100%;
    }

    .service-item {
        width: 30%;
    }

    .services-grid {
        gap: 10px;
    }

    .page-title .entry-title.title {
        line-height: normal;
        font-size: 100%;
    }

    #SectionM-P .info-box-title {
        font-size: 100% !important;
    }
}

@media (max-width:991px) {
    .team-members>ul>li {
            width: 50%;
        }
    
        .team-members>ul>li {
            padding: 20px 0;
        }
    .service-item {
        width: 50%;
    }

    .services-grid {
        gap: 30px;
    }

    .page-title .entry-title.title {
        line-height: normal;
        font-size: 100%;
    }

    #SectionM-P .info-box-title {
        font-size: 100% !important;
    }

    .row.single_serviceSection {
        padding: 20px 0;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .single.single-services.postid-229 .singleServiceContent h3 {
        font-size: 100%;
    }
}

@media (max-width:767px) {
    .service-item {
        width: 48%;
    }

    .services-grid {
        gap: 10px;
    }

    .page-title .entry-title.title {
        line-height: normal;
        font-size: 100%;
    }

    #SectionM-P .info-box-title {
        font-size: 100% !important;
    }

    .row.single_serviceSection {
        padding: 20px 0;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .single.single-services.postid-229 .singleServiceContent h3 {
        font-size: 100%;
    }
        .team-members>ul>li {
            width: 100%;
        }
    
        .team-members>ul>li {
            padding: 20px 0;
        }
}

@media (max-width:479px) {
    .row.single_serviceSection {
        padding: 20px 0;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .single.single-services.postid-229 .singleServiceContent h3 {
        font-size: 100%;
    }

    .page-title .entry-title.title {
        line-height: normal;
        font-size: 100%;
    }

    #SectionM-P .info-box-title {
        font-size: 100% !important;
    }

    .service-item {
        width: 100%;
    }

    .services-grid {
        gap: 20px;
    }

    .allBtn {
        font-size: 12px !important;
        padding: 0 35px !important;
    }

    .whb-header .whb-main-header .whb-general-header .container {
        margin-top: 0px;
    }

    .bannerBox h1.info-box-title {
        font-size: 17px !important;
    }

    .wd-nav-arrows {
        bottom: 95px;
        left: 50%;
    }

    .wd-nav-arrows .wd-arrow-inner {
        width: 32px;
        height: 32px;
    }

    .homeBox h2.info-box-title {
        font-size: 14px !important;
    }

    section#aboutSection:before {
        background-position: 470px 100% !important;
    }
    .team-members>ul>li {
        width: 100%;
    }

    .team-members>ul>li {
        padding: 20px 0;
    }
}