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

@import url('https://fonts.googleapis.com/css2?family=Iosevka+Charon:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
.iosevka-charon-light {
  font-family: "Iosevka Charon", monospace;
  font-weight: 300;
  font-style: normal;
}

.iosevka-charon-regular {
  font-family: "Iosevka Charon", monospace;
  font-weight: 400;
  font-style: normal;
}

.iosevka-charon-medium {
  font-family: "Iosevka Charon", monospace;
  font-weight: 500;
  font-style: normal;
}

.iosevka-charon-bold {
  font-family: "Iosevka Charon", monospace;
  font-weight: 700;
  font-style: normal;
}

.iosevka-charon-light-italic {
  font-family: "Iosevka Charon", monospace;
  font-weight: 300;
  font-style: italic;
}

.iosevka-charon-regular-italic {
  font-family: "Iosevka Charon", monospace;
  font-weight: 400;
  font-style: italic;
}

.iosevka-charon-medium-italic {
  font-family: "Iosevka Charon", monospace;
  font-weight: 500;
  font-style: italic;
}

.iosevka-charon-bold-italic {
  font-family: "Iosevka Charon", monospace;
  font-weight: 700;
  font-style: italic;
}

.wd-page-content {
    background-color: #0d1d10 !important;
}

.whb-row.whb-general-header {
    background: none !IMPORTANT;
}

.whb-row.whb-general-header .whb-flex-row {
    border-radius: 100px;
    background-color: #fff !important;
    padding-inline: 20px;
    margin-top: 30px;
}

.whb-row .wd-nav {
    gap: 20px;
}

.sec-1 {
    padding-top: 230px;
    padding-bottom: 140px;
    position: relative;
}

.sec-1::before {
    content: '';
    background: url(/wp-content/uploads/2026/06/Group-1171276115-1.jpg) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: 80% 100%;
}

span.nav-link-text {
    font-size: 18px;
    font-weight: 400;
    color: #4B5563;
}

.current-menu-item a span.nav-link-text {
    font-weight: 600;
    color: #556B2F;
}

.wd-nav {
    gap: 30px;
}

a.btn.btn-1 {
    transition: 0.4s;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    color: #f5f3ee;
    font-family: "Iosevka Charon", monospace;
    background: #556B2F;
    border-radius: 30px;
    padding: 6px 9px 6px 20px;
}

a.btn.btn-1::after {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 400;
    width: 40px;
    height: 40px;
    background: #1e3a2f;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-left: 5px;
}

a.btn.btn-1:hover {
    background: #1e3a2f;
    transition: 0.4s;
}

a.btn.btn-1:hover::after {
    background: #556B2F;
}

h3 {
    font-weight: 300;
    font-size: 18px;
    text-transform: capitalize;
    color: #ebdcc8;
    display: inline-block;
    border: 1px solid rgba(245, 243, 238, 0.8);
    border-radius: 30px;
    padding: 10px 20px 10px 45px;
    line-height: 20px;
    position: relative;
}

h3::before {
    content: '';
    background: url(/wp-content/uploads/2026/06/Vector.png) no-repeat;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 20px;
    top: 11px;
}

h2 {
    font-family: 'Iosevka Charon';
    font-weight: 400;
    font-size: 56px;
    letter-spacing: -0.03em;
    color: #fff;
    line-height: 63px;
}

h2 strong {
    font-weight: 700;
    color: #ebdcc8;
}

.sec-1 h2 {
    font-size: 78px;
    line-height: 90px;
}

p {
    font-weight: 300;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Poppins';
}

.row.bt-row {
    display: flex;
    gap: 20px;
}

a.btn.btn-2 {
    border: 1px solid #fff;
    border-radius: 30px;
    background: transparent;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    color: #f5f3ee;
    font-family: 'Iosevka Charon';
    padding: 14px 30px;
    transition: 0.4s;
}

a.btn.btn-2:hover {
    background: #1e3a2f;
    border-color: #1e3a2f;
    transition: 0.4s;
}

.sec-2 {
    padding-top: 100px;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}

.sec-2::before {
    content: '';
    background: url(/wp-content/uploads/2026/06/Group-1171276124.jpg) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.sec-2::after {
     content: '';
     background: url(/wp-content/uploads/2026/06/Soloman_1-1-2.png) no-repeat;
     width: 140px;
     height: 220px;
     position: absolute;
     top: -40px;
     right: 0;
     z-index: 2;
     background-size: 100%;
}

.sn-im {
    margin-top: -50px;
}

.sn-im img {
    width: 70%;
    border-radius: 100% !important;
}


.sec-2 ul {
    list-style: none;
    padding-left: 0px;
}

.sec-2 ul li {
    background: #1e3a2f;
    display: table;
    padding: 10px 20px 10px 45px;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px !important;
}

.sec-2 ul li::before {
    content: '';
    background: url(/wp-content/uploads/2026/06/Symbol.png) no-repeat;
    position: absolute;
    width: 18px;
    height: 24px;
    left: 15px;
    top: 14px;
}

.sec-2 .wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}

.sec-3 {
    padding-block: 100px;
    position: relative;
}

.sec-3::before {
    content: '';
    background: url(/wp-content/uploads/2026/06/1.png) no-repeat;
    position: absolute;
    width: 380px;
    height: 230px;
    left: 0;
    top: 0;
    background-size: 90%;
}

.sec-3::after {
    content: '';
    background: url(/wp-content/uploads/2026/06/image-9.png) no-repeat;
    position: absolute;
    width: 210px;
    height: 174px;
    bottom: 0;
    right: 0;
    background-size: 100%;
}

.sec3-row-1 .info-box-content {
    position: absolute !important;
    bottom: 20px;
    left: 20px;
}

.sec3-row-1 h4.info-box-title {
    font-weight: 400;
    font-size: 26px;
    color: #fff;
    font-family: 'Iosevka Charon';
}


.sec3-row-1 a.btn {
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: #e7e7e7;
}

.sec3-row-1 .info-btn-wrapper {
    margin-top: 5px !important;
}


.sec3-row-1 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.sec-4 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.sec-4::before {
    content: '';
    background: url(/wp-content/uploads/2026/06/Group-1171276125.jpg) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: 100% 100%;
}

.sec-4 .wpb_text_column.wpb_content_element.text-right, .sec-6 .wpb_text_column.wpb_content_element.text-right {
    margin-top: 140px;
    margin-bottom: 0px;
}

.gal-sec {
    padding-top: 40px;
}

.sec-5 {
    padding-block: 100px;
    position: relative;
}

.sec-5::before {
    content: '';
    background: url(/wp-content/uploads/2026/06/Soloman_1-1-2.png) no-repeat;
    position: absolute;
    width: 165px;
    height: 280px;
    top: 0;
    right: 0;
    background-size: 100%;
}

.sec5-row1 .wpb_text_column.wpb_content_element {
    padding: 50px 250px;
    text-align: center;
    background: url(/wp-content/uploads/2026/06/Group-1171276108.jpg) no-repeat;
    border-radius: 20px;
    position: relative;
    margin-bottom: 60px;
    margin-top: 20px;
    background-size: cover;
}

.sec5-row1 .wpb_text_column.wpb_content_element::before {
    content: '';
    background: url(/wp-content/uploads/2026/06/image-16.png) no-repeat;
    position: absolute;
    width: 340px;
    height: 540px;
    top: 0;
    left: -88px;
    z-index: 5;
    background-size: 90%;
}

.sec-6 {
    padding-block: 100px 140px;
    position: relative;
}

.sec-6::before {
    content: '';
    background: url(/wp-content/uploads/2026/06/Group-1171276126.jpg) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-position: 100% 100%;
}

.sec6-row1 {
    padding-top: 30px;
}

.sec6-row1 .info-box-content {
    background: url(/wp-content/uploads/2026/06/Group-1171276108.jpg) no-repeat;
    border-radius: 20px !important;
    padding: 30px 30px 15px 13px;
    background-position: 100% 100%;
    background-size: cover;
}

.sec6-row1 .info-box-content h4.info-box-title {
    font-family: 'Iosevka Charon';
    font-weight: 300;
    font-size: 50px;
    letter-spacing: -0.03em;
    color: #f5f3ee;
}

.sec6-row1 .wd-info-box {
    gap: 8px;
    margin-bottom: 0px;
}

.sec6-row1 a.btn {
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    color: #e7e7e7;
}

.sec-7 {
    padding-block: 100px;
    position: relative;
    background: #1c2113;
}

.sec-7 .wd-info-box {
    background: #f3f8eb;
    border: 1px solid #556b2f;
    border-radius: 20px;
    padding: 30px 40px 110px 20px;
    position: relative;
    min-height: 765px !important;
}

.sec-7 .wd-info-box .info-box-icon {
    background: #ff5126;
    border-radius: 10px;
    font-weight: 400;
    font-size: 19px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #fff;
    padding: 10px 20px;
}

.sec-7 .wd-info-box h4.info-box-title {
    font-weight: 600;
    font-size: 43px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #556b2f;
    font-family: 'Iosevka Charon';
}

.sec-7 .wd-info-box .info-box-inner p {
    color: #1c2113;
}

.sec-7 .wd-info-box::before {
    content: '';
    background: url(/wp-content/uploads/2026/06/image-20-1.png) no-repeat;
    position: absolute;
    width: 231px;
    height: 80px;
    bottom: 30px;
}

.sec7-row1 {
    padding-bottom: 40px;
}

.sec-7 .wd2::before {
    background: url(/wp-content/uploads/2026/06/image-20-2.png) no-repeat;
    width: 225px;
    height: 66px;
}

.sec-7 .wd3::before {
    background: url(/wp-content/uploads/2026/06/image-20-3.png) no-repeat;
    width: 254px;
    height: 86px;
}

.sec-7::before {
    content: '';
    background: url(/wp-content/uploads/2026/06/1-1.png) no-repeat;
    position: absolute;
    width: 320px;
    height: 170px;
    right: 0;
    top: 0;
    background-size: 95%;
}

.sec-7::after {
    content: '';
    background: url(/wp-content/uploads/2026/06/Soloman_1-1-1.png) no-repeat;
    position: absolute;
    width: 170px;
    height: 320px;
    bottom: 0;
    left: 0;
    background-size: 80%;
}
.sec-8 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.inf {
    gap: 6px !important;
}

.inf .info-box-content {
    background: #fff;
    border-radius: 0 0 20px 20px !important;
    padding: 10px 20px;
}

.inf h4.info-box-title {
    font-weight: 500;
    font-size: 22px;
    color: #002526;
    font-family: 'Iosevka Charon';
}

.inf-1 {
    margin-top: 200px;
}

.inf-2 {
    margin-top: 100px;
}

.sec8-row2 {
    padding-bottom: 100px;
}

.sec8-row3 {
    padding-bottom: 70px;
}

.sec8-row3 .wpb_text_column.wpb_content_element.text-right {
    margin-bottom: 0px;
    margin-top: 80px;
}

.sec-8::before {
    content: '';
    background: url(/wp-content/uploads/2026/06/image-18.png) no-repeat;
    position: absolute;
    width: 160px;
    height: 150px;
    right: 0;
    background-size: 100%;
    top: 600px;
}

.sec-8::after {
    content: '';
    background: url(/wp-content/uploads/2026/06/1-2.png) no-repeat;
    position: absolute;
    width: 270px;
    height: 190px;
    top: 700px;
    background-size: 100%;
    left: 0;
}

.main-testi {
    background: #1e3a2f;
    border: 1.08px solid #4a4a4a;
    border-radius: 20px;
    padding: 42px 46px;
    transition: 0.4s;
}

.main-testi .wd-testimon-text.reset-last-child {
    background: none;
    padding: 0px;
    margin-top: 10px;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    font-family: 'poppins';
}

.main-testi .wd-testimon-text:before {
    display: none;
}

.main-testi .wd-testimon-info {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 28px;
    position: relative;
}

.main-testi .wd-testimon-thumb {margin-right: 10px;}

.main-testi .wd-testimon-thumb img {
    min-width: 64px !important;
    max-width: 64px !important;
}

.wd-testimon-name.title {
    color: #fff;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Iosevka Charon';
}

.wd-testimon-pos {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    font-family: 'poppins';
}

.main-testi .wd-testimon-info::before {
    content: '';
    background: url(/wp-content/uploads/2026/06/Heading-5-ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢-Robert-Ampson.png) no-repeat;
    width: 27px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 30px;
}

.main-testi:hover {transition: 0.4s;background: #556b2f;}

li.wd-nav-pagin-item.wd-active span {
    background-color: #556B2F !important;
    border-color: #556B2F !important;
}

li.wd-nav-pagin-item span {
    background-color: #1E3A2F !important;
    border-color: #556B2F !important;
}

.wd-nav-pagin-wrap {
    margin-top: 40px !important;
}

h5.widget-title {
    font-weight: 500;
    font-size: 26px;
    color: #748060;
    font-family: 'Iosevka Charon';
    text-transform: capitalize;
}

li.menu-item a {
    font-weight: 300 !important;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Poppins';
}

li.current-menu-item a {
    color: #fff !important;
}

.footer-column-3 ul li , .footer-column-3 ul li a {font-weight: 300;font-size: 16px;color: #fff;font-family: 'Poppins';}


.wd-copyrights {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    border-top: 0.84px solid rgba(225, 240, 200, 0.5) !important;
}

.wd-col-start strong {
    font-weight: 500;
    text-transform: capitalize;
    color: #556b2f;
    font-family: 'Poppins';
}

.footer-column-1 span.wd-icon {
    background: #1e3a2f;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.footer-column.footer-column-1.wd-grid-col {
    text-align: center;
}

.footer-column-1 .widget_media_image {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.footer-sidebar {
    padding-block: 50px !important;
}

.footer-column-3 ul li {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.sec5-row1 .wpb_text_column.wpb_content_element::after {
    content:'';
    background: url(/wp-content/uploads/2026/06/image-14-1.png) no-repeat;
    position: absolute;
    width: 735px;
    height: 560px;
    top: 122px;
    background-size: 80%;
    right: -280px;
}

.con-sec svg {
    fill: none !important;
}
.con-sec button#wpforms-submit-105 {
    transition: 0.4s;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    color: #f5f3ee;
    font-family: "Iosevka Charon", monospace;
    background: #556B2F;
    border-radius: 30px;
    padding: 10px 30px 10px 30px;
}

.con-sec legend.wpforms-field-label , label.wpforms-field-label{
    color: #fff !important;
    font-family: 'Iosevka Charon';
    font-size: 18px !important;
}

.page-id-14 .sec6-row1 .info-box-content {
    display: none;
}

h4 {
    color: #fff;
    font-family: 'Iosevka Charon';
    font-size: 24px;
}

@media (max-width: 1330px) {
		.sec5-row1 .wpb_text_column.wpb_content_element::before {
		height: 388px;
	}
		.sec5-row1 .wpb_text_column.wpb_content_element::after {
		width: 612px;
		height: 388px;
	}
}

.sec-7 .wd-info-box li {
    font-weight: 300;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Poppins';
    color: #1c2113;
    position: relative;
    padding-left: 23px;
}

.sec-7 .wd-info-box ul {
    list-style: none;
    padding-left: 0px;
}

.sec-7 .wd-info-box li::before {
        content: '';
        background: url(/wp-content/uploads/2026/06/Symbol.png) no-repeat;
        position: absolute;
        width: 18px;
        height: 24px;
        left: 0px;
        top: 4px;
}

.sec-wht {
    padding-bottom: 60px;
}

.sec-wht .wd-info-box {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    color: #000;
    min-height: 517px;
}

.sec-wht .wd-info-box h4.info-box-title {
    font-weight: 600;
    font-size: 28px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #556b2f;
    font-family: 'Iosevka Charon';
    line-height: 32px;
}

.sec-wht .wd-info-box .info-box-inner p {
    font-weight: 300;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Poppins';
    color: #1c2113;
}

.sec2-new {
    padding-bottom: 50px;
}

.sec2-new .vc_row {
    padding-bottom: 30px;
}

.sec2-new li {
        font-weight: 300;
        font-size: 18px;
        text-transform: capitalize;
        font-family: 'Poppins';
        color: #fff;
        position: relative;
        padding-left: 25px;
}

.sec2-new ul {
    list-style: none;
    padding-left: 0px;
}

.sec2-new li::before {
    content: '';
    background: url(/wp-content/uploads/2026/06/Symbol.png) no-repeat;
    position: absolute;
    width: 18px;
    height: 24px;
    left: 0px;
    top: 5px;
}

.cnrow {
    padding-block: 70px;
}

.cnrow .wpb_text_column.wpb_content_element {
    background: url(/wp-content/uploads/2026/06/Group-1171276108.jpg) no-repeat;
    border-radius: 20px !important;
    padding: 20px;
    background-position: 100% 100%;
    background-size: cover;
    min-height: 380px;
}

.cnrow p a {
    color: #fff;
}

.sec-13 {
    padding-block: 80px;
}

.sec-13 .vc_row {
    padding-bottom: 50px;
}

.sec-13 li {
    font-weight: 300;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Poppins';
    position: relative;
    padding-left: 25px;
}

.sec-13 ul {
    list-style: none;
    padding-left: 0px;
}

.sec-13 li::before {
    content: '';
    background: url(/wp-content/uploads/2026/06/Symbol.png) no-repeat;
    position: absolute;
    width: 18px;
    height: 24px;
    left: 0px;
    top: 5px;
}