/*
 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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

* {
  font-family: "Inter", sans-serif;
}

.main-head {
  display: flex;
  gap: 14px;
	align-content:center;
}

input[type="submit"]:hover {
    box-shadow: none !important;
    background-color: #00000000 !important;
}

.wd-nav-tabs-wrapper {
  mask-image: none !important;
}

.wd-single-post-header {
  padding-top: 40px;
  padding-bottom: 0px;
}

.comments-area .comment-respond {
  display: none;
}


body .wd-header-text.reset-last-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  font-family: 'Inter';
}

.top-ul,
.top-ul a {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #777777;
}

.wd-logo {
  max-height: initial !important;
}

.site-logo {
  max-height: initial !important;
  position: relative;
  z-index: 9;
}

.wd-content-layout {
  padding: 0px !important;
}

.whb-general-header {
  border-top: 1px solid .whb-general-header;
}

span.nav-link-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  font-family: Inter;
}

ul#menu-main-menu {
  gap: 30px;
  /* padding-right: 5%; */
}

.main-head h5 {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
  color: #777;
}

.main-head a {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #777;
}

.widget_media_image img {
    position: relative;
    z-index: 3;
}


.whb-column.whb-col-right.whb-column10.whb-visible-lg {
  gap: 30px;
}

a.btn.theme-btn {
  background: linear-gradient(90deg, #FC9601 0%, #FC3 100%);
  border-radius: 8px;
  padding-inline: 40px;
  padding-block: 16.2px;
  text-transform: capitalize;
  display: inline-flex;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-family: 'Inter';
  transition: all ease 0.5s;
}

a.btn.theme-btn::after {
  content: "" "\f120";
  font-family: "woodmart-font";
  font-weight: 400;
  border-left: 1px solid;
  padding-left: 10px;
}

a.btn.theme-btn:hover {
  background: linear-gradient(180deg, #FC9601 0%, #FC3 100%);
  transform: translatey(-15px);
}

a.btn.theme-btn::before {}

section.vc_section {
  padding: 0px !important;
  background-size: cover;
}

.wpb_text_column.wpb_content_element {
  margin: 0px !important;
}

.vc_column-inner {
  padding-top: 0px !important;
}

.whb-general-header::after {
  content: '';
  background: #F3F3F3;
  height: 100%;
  width: 52%;
  position: absolute;
  left: -31rem;
  top: 0;
  bottom: 0;
  clip-path: polygon(0% 0%, 94% 0%, 100% 51%, 96% 100%, 0% 100%);
}

.whb-general-header {
  position: relative;
  border-top: 1px solid #f3f3f3;
}

.whb-general-header::before {
  content: '';
  background-image: linear-gradient(176deg, #fc9601 0%, #fc3 100%);
  height: 100%;
  width: 52%;
  position: absolute;
  left: -30.3rem;
  top: 0;
  bottom: 0;
  clip-path: polygon(0% 0%, 94% 0%, 100% 52%, 96% 100%, 0% 100%);
}

.sec-1 {
  padding-block: 173px;
}

.sec-1 h2 {
  font-weight: 500;
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.sec-1 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  width: 620px;
  margin-bottom: 30px;
}

a.btn.theme-btn.sec-1-btn {
  padding-block: 7px;
  border-radius: 60px;
  background: #fff;
  color: #000;
  padding-right: 50px;
}

a.btn.theme-btn.sec-1-btn::after {
  background-image: linear-gradient(90deg, #fc9601 0%, #fc3 100%);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 27px;
}

.sec-1-buttons {
  display: flex;
  gap: 20px;
}

.sec-1-1::before {
  content: '';
  background: #000;
}

.sec-1-1::before {
  content: '';
  background: #B19534;
  height: 100%;
  width: 63%;
  position: absolute;
  left: 0;
  right: 0;
  clip-path: circle(79% at 22% 50%);
}

.wd-entry-content .row {
  display: flex;
  gap: 30px !important;
}



.sec-5::before {
  content: '';
  background: #B19534;
  width: calc(100% - 100px);
  height: 100%;
  position: absolute;
  left: 50px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 15px;
}

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


h2 {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: capitalize;
}

.sec-5 h2 {
  color: #fff;
  margin-bottom: 15px;
}

p {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.01em;
}

.sec-5 p {
  color: #fff;
}

.sec-5 .info-box-wrapper {
  background: #fff;
  padding: 10px;
  border-radius: 14px;
}


.inner-page-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
  background: transparent;
  padding: 0;
}

.sec-5 .info-box-content {
  padding: 30px;
}


.sec-5 .info-box-inner.reset-last-child p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  text-transform: capitalize;
  color: #6D6D6D;
}

.sec-5 h5 {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.sec-5 h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  text-transform: capitalize;
  color: #000;
  padding-bottom: 5px;
  padding: 0px;
  background: none;
  margin-bottom: 3px;
}

.sec-5 .vc_row.wpb_row.vc_inner.vc_row-fluid {
  padding: 30px 0 30px;
}

h3.wd-post-title.wd-entities-title.title.post-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  text-transform: capitalize;
  text-align: left;
  padding-bottom: 7px;
}

.wd-post-read-more.wd-style-link.read-more-section a {
  text-align: left !important;
}

.wd-post-content article-body-container .wd-post-read-more.wd-style-link.read-more-section {
  text-align: tex;
}

.wd-post-read-more.wd-style-link.read-more-section {
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  background: linear-gradient(90deg, #fc9601 0%, #fc3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wd-post-read-more.wd-style-link.read-more-section a {
  border-bottom: 1px solid #fca925;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.wd-post-inner.article-inner {
  padding: 7px;
  border-radius: 10px !important;
}

.sec-2 {
  padding-block: 100px;
}

.sec-2 .wpb_text_column.wpb_content_element.text-center {
  padding-bottom: 50px;
}

.sec-2 .wpb_text_column.wpb_content_element.text-center h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
  color: #777777;
  font-family: 'Inter';
}

.sec-2 .wpb_text_column.wpb_content_element.text-center h3 strong {
  color: #000;
}

.sec-3-3::before,
.sec-7::before {
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  width: clamp(var(--wd-container-w), 94%, 100%) !important;
  margin: 0 auto;
  background: linear-gradient(180deg, #f3f3f3 70%, #fff 100%);
  background-size: cover;
  border-radius: 20px;
  bottom: 0;
  top: 0;
}

body .sec-3-3 {
  padding-block: 100px !important;
}

body .sec-3-3 .wpb_text_column.wpb_content_element.text-center {
  padding-bottom: 80px;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #333;
}

.sec-3-3 .wd-info-box {
  border: 1px solid #EBEBEB;
  background: #fff;
  padding-inline: 5px;
  padding-block: 45px 0px;
  border-radius: 10px;
  gap: 40px;
  /* text-align: left; */
  min-height: 296px;
}

.sec-3-3 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Inter';
  background: transparent;
  /* text-align: left; */
  padding-bottom: 0;
}

.sec-3-3 .wd-info-box a {
  box-shadow: inset 0 -1px 0 0 #ffca31;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  background: linear-gradient(90deg, #fc9601 0%, #fc3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  gap: 10px;
  display: none;
}

.sec-3-3 .wd-info-box :is(.info-box-subtitle, .info-box-title, .info-box-inner):not(:first-child) {
  margin-top: 20px;
}

.sec-3-3 .wd-info-box a::after {
  content: "\f120";
  font-family: "woodmart-font";
  font-weight: 400;
}

.sec-3-3 {
  counter-reset: section;
}

.sec-3-3 .vc_col-sm-3 .wd-info-box::before {
  counter-increment: section;
  content: "0" counter(section);
  position: absolute;
  right: 30px;
  top: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #444444;
}

.sec-4 {
  padding-block: 100px 120px;
}

.sec-4 .wpb_column.vc_column_container.vc_col-sm-7,
.sec-4 .wpb_column.vc_column_container.vc_col-sm-4 {
  padding-bottom: 0px;
}

.sec-4 .wpb_column.vc_column_container.vc_col-sm-7 .wpb_text_column.wpb_content_element,
.sec-4 .wpb_column.vc_column_container.vc_col-sm-4 .wpb_text_column.wpb_content_element {
  padding-bottom: 80px;
}

.sec-4-div {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.3;
  font-family: 'Inter';
  color: #7777;
}

.sec-4-div h3 {
  font-weight: 400;
  font-size: 80px;
  line-height: 1;
  background: linear-gradient(90deg, #fc9601 0%, #fc3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Inter';
  display: flex;
  align-items: anchor-center;
}

.sec-4-div h3::after {
  content: '+';
  font-size: 40px;
}

.sec-4-div strong {
  font-weight: 600;
  background: linear-gradient(180deg, #ffca31 0%, #fc9803 98.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec-4 h2,
.sec-3 h2 {
  color: #333;
}

.wd-el-video-overlay:after {
  display: none;
}

.wd-el-video-play-btn {
  background: #fff !important;
  border-radius: 60px;
  outline: 22px solid #ffffff5e !important;
}

.wd-el-video-play-btn:before {
  color: #F9A66E !important;
}

.sec-4-7-col .wpb_text_column.wpb_content_element {
  padding: 0px !important;
}

.sec-4-7-col .wpb_text_column.wpb_content_element p {
  color: #777;
}

.sec-4-7-col .wpb_text_column.wpb_content_element ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 2.8;
  margin-bottom: 0;
  color: #444;
}

.sec-4-7-col .wpb_text_column.wpb_content_element ul {
  margin-bottom: 30px;
}

.sec-4-7-col .wpb_text_column.wpb_content_element ul li::marker {
  color: #f9a66e;
}

.sec-4-col-2 {
  background: #b19534;
  border-radius: 14px;
}

.sec-4-col-2>.vc_column-inner {
  align-items: center;
  justify-content: center;
  padding-inline: 40px;
}

.sec-4-col-2>.vc_column-inner h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
  background: none;
  padding: 0px;
}

.sec-4-col-2>.vc_column-inner p {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.wpb_column.sec-4-7-col {
  padding-right: 70px;
}

.wpb_single_image.wpb_content_element {
  margin: 0px !important;
}

.wd-el-video {
  margin: 0px !important;
}

.sec-4-7-col,
.sec-4-col-2 {
  margin-top: 50px;
}

h4 {
  color: #fff;
  background: #C0A438;
  display: inline-block;
  padding-inline: 20px;
  padding-block: 11.5px;
  border-radius: 5px;
  margin-bottom: 25px;
  font-weight: 400;
}

.sec-5 .wpb_text_column.wpb_content_element.text-center {
  padding-bottom: 50px;
}

.sec-5 .info-box-inner.reset-last-child {
  margin-top: 0px !important;
}

.wd-info-box .info-box-inner p:first-child:empty~p:last-child,
.wd-info-box .info-box-inner:empty {
  display: block !important;
}

.sec-5 .wd-info-box {
  margin: 0px !important;
}

.sec-5 .info-box-content a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  background: linear-gradient(90deg, #fc9601 0%, #fc3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ffca31;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.sec-5 .info-box-content a::after {
  content: "\f120";
  font-family: "woodmart-font";
  font-weight: 400;
}

.sec-5 .info-box-inner p:last-child {
  padding-top: 20px;
}

.sec-6 {
  padding-block: 120px 100px;
}

.sec-6 .wpb_text_column.wpb_content_element.text-center {
  padding-bottom: 60px;
}

.wd-nav-tabs .wd-active span.nav-link-text.wd-tabs-title {
  background: linear-gradient(90deg, #fc9601 0%, #fc3 100%);
  color: #fff;
  opacity: 1;
}

.wd-nav-tabs span.nav-link-text.wd-tabs-title {
  background: #f4f4f4;
  font-weight: 500;
  font-size: 14px;
  line-height: 343%;
  color: #333;
  opacity: 0.5;
  padding-inline: 36.5px;
  padding-block: 0px;
  border-radius: 8px;
}

ul.wd-nav.wd-nav-tabs.wd-icon-pos-left.wd-style-default.font-primary.wd-fontsize-s.wd-font-weight-600 {
  gap: 20px !important;
  padding-bottom: 0px;
}

.wd-tabs.tabs-design-default:not(.wd-header-with-bg) {
  --wd-row-gap: 40px !important;
}

.text-box {
  position: absolute;
  bottom: 51px;
  background: #fff;
  width: 92%;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 8px;
  padding-block: 31px;
  padding-inline: 80px 18px;
}

.wd-tabs .col-sm-6 {
  margin: 0px !important;
  position: relative;
}

.wd-tabs .row {
  margin: 0px !important;
}

.text-box p:last-child {
  position: absolute;
  bottom: 0;
  right: 18px;
  top: 22px;
  margin: 0;
}

.text-box h3 {
  margin: 0px !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  font-family: 'Inter';
}

.text-box p a {
  font-size: 0px;
}

.text-box p a::before {
  content: "\f120";
  font-family: "woodmart-font";
  font-weight: 400;
  font-size: 21px;
  background: linear-gradient(90deg, #fc9601 0%, #fc3 100%);
  padding: 11.6px;
  border-radius: 8px;
  color: #fff;
}

.text-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  background: url(/wp-content/uploads/2025/06/Rectangle-23.png) no-repeat;
  width: 44px;
  height: 110px;
  background-size: contain;
}

.sec-7 p {
  margin-bottom: 0px;
}

.sec-7 p a {
  margin-top: 30px;
}

.sec-7 h2 {
  padding-bottom: 5px;
}

.sec-7 h4 {
  margin-bottom: 35px;
}

.wd-accordion.wd-style-default>.wd-accordion-item:first-of-type,
.wd-accordion.wd-style-default>.wd-nav-wrapper+.wd-accordion-item {
  border: none;
}

.sec-8 {
  padding-top: 50px;
  padding-bottom: 130px;
}

.sec-8 .wpb_text_column.wpb_content_element.text-center h4 {
  margin-bottom: 30px;
}

.sec-8 .wpb_text_column.wpb_content_element.text-center h2 {
  padding-bottom: 5px;
}

.sec-8 .wpb_text_column.wpb_content_element.text-center {
  padding-bottom: 80px;
}

.testi-1 {
  display: flex;
  flex-direction: column-reverse;
  background: #f3f3f3;
  padding-inline: 40px;
  padding-block: 110px 40px;
  border: 2px solid #eee;
  border-radius: 8px;
}

.wd-testimon-text.reset-last-child {
  padding: 0px !important;
  background: none !important;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.06em;
  text-transform: capitalize;
  color: #000;
  margin: 0px !important;
  padding-bottom: 40px !important;
  font-family: 'Inter';
}

.testimon-style-info-top .wd-testimon-text:before {
  display: none;
}

.wd-testimon-name.title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.06em;
  text-transform: capitalize;
  margin: 0px;
}

.wd-testimon-pos {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

.wd-testimon-info::after {
  content: url(/wp-content/uploads/2025/06/Group-23.png);
}


.testi-1::before {
  content: url(/wp-content/uploads/2025/06/Background-2.png);
  position: absolute;
  top: 40px;
}

.sec-10 {
  padding-block: 130px 90px;
}

.sec-10 .wpb_text_column.wpb_content_element {
  padding-bottom: 80px;
}

.wd-post-read-more.wd-style-link.read-more-section a::after {
  content: "\f120";
  font-family: "woodmart-font";
  font-weight: 400;
}


.blog-design-masonry.wd-add-shadow .wd-post-inner {
  box-shadow: none !important;
  border: 1px solid #eee;
}

.blog-design-masonry.blog-style-bg .wd-post-thumb {
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}

.wd-post-read-more.wd-style-link.read-more-section a:hover {
  opacity: 1 !important;
}

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

.sec-9 h2,
.sec-9 p {
  color: #fff;
}

.sec-9 .wpb_text_column.wpb_content_element {
  padding-bottom: 30px;
}

.sec-9 p {
  padding-bottom: 5px;
}

.sec-9-mid {
  display: flex;
  align-items: center;
  gap: 14px;
}

.sec-9-mid p a {
  padding: 0px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}

.sec-9-mid p {
  padding: 0px;
}

.sec-9-mid img {}

.sec-3-box {
  max-width: var(--wd-container-w);
  margin-inline: auto !important;
  counter-reset: section;
}

.sec-3-3 {
  position: relative;
  z-index: 3;
}

.sec-3-3::after {
  content: url(/wp-content/uploads/2025/06/world.png);
  position: absolute;
  bottom: 0;
  right: 50px;
  z-index: 0;
}

.sec-3-box {
  position: relative;
  z-index: 9;
}

a {}

.wpb_text_column.wpb_content_element.last-p-sec-9 {
  padding: 0px !important;
}

.wpb_text_column.wpb_content_element.last-p-sec-9 p {
  padding: 0px;
}

.sec-9 span.vc_sep_holder.vc_sep_holder_l {
  opacity: 0.4;
}

.sec-9::before {
  content: '';
  background: url(/wp-content/uploads/2025/06/sec-9-img.png);
  width: 47%;
  height: 573px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}

.wd-accordion-item {
  background: #B19534;
  margin-bottom: 30px;
  border-radius: 8px;
  /* padding-inline: 30px; */
  counter-reset: section;
}

.wd-accordion-item .wd-active .wd-accordion-title-text span {
  color: #fff !important;
  font-weight: 600;
  font-size: 18px;
}

.wd-accordion-item .wd-accordion-title-text span {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}

.wd-accordion.wd-style-default>.wd-accordion-item:first-of-type,
.wd-accordion.wd-style-default>.wd-nav-wrapper+.wd-accordion-item {
  border: none !important;
}

.wd-accordion-content.wd-entry-content p {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.wd-accordion.wd-opener-style-plus>.wd-accordion-item>.wd-accordion-title .wd-accordion-opener:before {
  color: #B4BBC5;
  opacity: 0.7;
  font-size: 20px;
  font-weight: 400;
}

.wd-accordion-title {
  padding-inline: 30px;
}

.wd-accordion-item {
  background: #f5f5f5;
  border: 1px solid #eee;
}

.wd-accordion.wd-style-default>.wd-accordion-item {
  border-bottom: 0px !important;
}

.wd-accordion .wd-accordion-title.wd-active {
  background: #B19534;
  padding-inline: 30px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.wd-accordion-content.wd-entry-content.wd-active {
  background: #B19534;
}

.wd-accordion-content.wd-entry-content {
  padding-inline: 30px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.wd-accordion-opener .wd-active::before {
  color: #000;
  opacity: 2;
}

.wd-accordion::before {
  content: '';
  background: #D9D9D9;
  width: 1px;
  top: 30px;
  bottom: 60px;
  left: -30px;
  right: 0;
  position: absolute;
}

.wd-accordion {
  margin-bottom: 0px;
}

.wd-accordion {
  counter-reset: my-awesome-counter;
}

.wd-accordion-item .wd-accordion-title {
  position: relative;
  counter-increment: my-awesome-counter;
}

.wd-accordion .wd-accordion-item .wd-accordion-title::after {
  content: '';
  content: counter(my-awesome-counter) "";
  color: red;
  font-weight: bold;
  position: absolute;
  left: -67px;
  top: 16px;
  border: 0;
  /* opacity: 0; */
  background: #B19534;
  color: #fff;
  width: 44px;
  height: 44px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-family: 'Inter';
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
}

.wd-accordion .wd-accordion-item .wd-accordion-title.wd-active::after {
  opacity: 1;
}

.wd-accordion .wd-accordion-item .wd-accordion-title::before {
  content: "";
  position: absolute;
  left: -52px;
  height: 15px;
  width: 15px;
  background: #dcdcdc;
  border-radius: 60%;
}

/* .wd-accordion-title::before {
    counter-increment: section;
    content: "0" counter(section);
    position: absolute;
    left: -67px;
    top: 41px;
    border: 0;
    opacity: 0;
    background: #B19534;
    color: #fff;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-family: 'Inter';
} */

.wd-accordion-item {
  position: relative;
}

.wd-accordion-title.wd-active::before {
  opacity: 1;
}

.page-title h1.entry-title.title {
    color: #333 !important;
}

.page-title nav.wd-breadcrumbs {
    color: #333 !important;
}


.footer-column-1 .widget_media_image::before {
    content: '';
    background: #fff;
    position: absolute;
    left: -154rem;
    right: 14%;
    top: 0;
    bottom: 0;
    clip-path: polygon(0% 0%, 99% 0%, 100% 61%, 99.3% 100%, 0% 100%);
    z-index: 1;
}

.footer-column-1 .widget {
    position: relative;
    padding-bottom: 0px;
    border: none;
}

.footer-column-1 .widget img.image.wp-image-256.attachment-medium.size-medium {
    position: relative;
    z-index: 2;
}

.footer-column-1 .widget_media_image::after {
  content: '';
  background: linear-gradient(90deg, #fc9601 0%, #fc3 100%);
  position: absolute;
  left: -153rem;
  right: 12%;
  top: 0;
  bottom: 0;
  clip-path: polygon(0% 0%, 99% 0%, 100% 61%, 99.3% 100%, 0% 100%);
}


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

div#media_image-2 {
  margin-bottom: 0px;
  border: none;
  padding-bottom: 40px;
}

.footer-column p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

.foot-col-1 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.foot-col-1 p,
.foot-col-1 a,
.foot-col-1 p,
.foot-col-1 {
  margin: 0px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.foot-col-1:not(:last-child) {
  padding-bottom: 20px;
}

h5.widget-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
}

.menu-item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 19px;
}

.menu-item {
  margin-bottom: 0;
}

.footer-column-4 p {
  font-weight: 400;
  font-size: 16px;
}

.es-form-field-container {
  position: relative;
}

input#esfpx_email_0fe74ada6116e {
  border-radius: 40px;
  padding: 18px 51px 18px 25px;
  width: 100%;
  height: 57px;
  border: 1px solid #fff;
  color: #fff;
}

input[type="submit"] {
  position: absolute;
  right: 2px;
  bottom: 0;
  font-size: 0px;
  background: none;
  background-image: url(/wp-content/uploads/2025/06/Button.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
}

span.wd-icon {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  padding: 13.5px 28px;
  color: #fff;
  display: flex;
  gap: 7px;
  align-items: center;
}

.wd-social-icons.wd-style-default.wd-size-default.social-follow.wd-shape-circle.text-center {
  justify-content: start;
}

span.wd-icon::after {
  content: 'I ' 'Linkedin ';
  font-weight: 500;
  font-size: 14px;
  font-family: 'Inter';
  display: flex;
}

.wd-social-icons .wd-icon:before {
  font-size: 17px;
}

:is(.widget_categories, .widget_pages, .widget_archive, .widget_nav_menu) ul li.current_page_item>a {
  color: #fff !important;
}

div#media_image-2::before {
  left: -400%;
  height: 161px;
  top: -5px;
}


div#media_image-2::before {
  content: '';
  background: #fff;
  position: absolute;
  height: 95.56px;
  top: -5px;
  bottom: 0;
  right: -40px;
  left: -400%;
  clip-path: polygon(0% 0%, 98% 0%, 100% 56%, 99% 100%, 0% 100%);
}

div#media_image-2 {
  position: relative;
  z-index: 2;
  display: inline-block;
}

div#media_image-2 img.image.wp-image-98.attachment-medium.size-medium {
  position: relative;
}

div#media_image-2::after {
  content: '';
  background: linear-gradient(90deg, #fc9601 0%, #fc3 100%);
  position: absolute;
  height: 95.56px;
  top: -5px;
  bottom: 0;
  right: -50px;
  left: -400%;
  clip-path: polygon(0% 0%, 98% 0%, 100% 56%, 99% 100%, 0% 100%);
  z-index: -1;
}

.footer-column-2 {
  padding-left: 35px;
}

.footer-column-2,
.footer-column-3,
.footer-column-4 {
  padding-top: 40px;
}

.footer-column-3 {
  --wd-col: 2;
}

.footer-column-1 {
  --wd-col: 4;
}

.wd-copyrights.copyrights-wrapper.wd-layout-two-columns {
  border-top: 0px !important;
  padding: 0px;
}

.container.wd-grid-g {
  border-top: 1px solid #fff;
  padding-block: 30px 20px;
}

.wd-copyrights.copyrights-wrapper.wd-layout-two-columns {}

.wd-col-start.reset-last-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

.wd-col-end.reset-last-child,
.wd-col-end.reset-last-child a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

.wd-col-end.reset-last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.sec-7 {
  position: relative;
}

.sec-7 {
  padding-block: 120px;
}

.sec-1::before {
  content: url(/wp-content/uploads/2025/06/round.png);
  position: absolute;
  right: 0;
  left: 12%;
  margin: auto;
  top: 0;
  bottom: 0;
  animation: rotate360 11s linear infinite;
}

@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.sec-1 {
  position: relative;
  z-index: 2;
}

.sec-1::after {
  content: url(/wp-content/uploads/2025/07/Adi-MaY-19-01-1-1.png);
  position: absolute;
  right: 0;
  left: 12%;
  margin: auto;
  top: 3px;
  bottom: 0;
}


.page-id-23 .sec-8 {
  padding-bottom: 0px !important;
}

.page-id-23 .sec-7 {
  margin-top: 100px;
}

.wd-page-title {
  padding-block: 133px !important;
}

.contact-page h4.woodmart-title-container.title.wd-font-weight-.wd-fontsize-l {
  color: #fff;
}

.contact-page {
  padding-top: 90px;
  padding-bottom: 90px;
}

.contact-page button#wpforms-submit-136 {
  background: linear-gradient(90deg, #FC9601 0%, #FC3 100%);
  width: 100%;
}

body {
  --wpforms-button-background-color: #ffc72f !important;
}

.wpb_text_column.wpb_content_element.text-center.view-services {
  padding-bottom: 0px !important;
  padding-top: 30px;
}

.sec-3-3 .wd-info-box:hover {
  background: linear-gradient(90deg, #fc9601 0%, #fc3 100%);
}

.sec-3-3 .wd-info-box:hover h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
  color: #fff;
}

.sec-3-3 .wd-info-box:hover a {
  box-shadow: inset 0 -1px 0 0 #fff;
  color: #fff !important;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec-3-3 .vc_col-sm-3 .wd-info-box:hover::before {
  color: #fff;
}

.sec-3-3 .vc_col-sm-3 .wd-info-box:hover {
  background: linear-gradient(90deg, #fc9601 0%, #fc3 100%);
}

.sec-3-3 .wd-info-box:hover img.attachment-800x600.size-800x600 {
  filter: brightness(0) invert(1);
}

.wd-el-video:is(.wd-action-overlay, .wd-action-without):not(.wd-with-aspect-ratio) {
  height: 450px !important;
}

.form-career {
  padding-top: 60px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding-bottom: 50px;
  padding-inline: 30px;
  margin-top: 100px;
  border-radius: 10px;
}

input#wpforms-155-field_7 {
  width: 100%;
  border: 1px solid #bfbfbf !important;
  border-radius: 4px;
  padding-block: 6px;
  padding-inline: 10px;
}

.wd-accordion-title.font-primary.wd-fontsize-s.wd-font-weight-600 {
  border: 1px solid #eee;
}

.wd-accordion-title.font-primary.wd-fontsize-s.wd-font-weight-600.wd-active {
  border: none !important;
}

.inner-pages-row-2 .wpb_text_column.wpb_content_element.text-center {
  padding-bottom: 50px;
}

.inner-pages-row-2 .info-box-content {
  text-align: center;
  border: 1px solid #af953b;
  padding: 50px 10px;
  border-radius: 10px !important;
  transition: all ease 0.5s;
}

.inner-pages-row-2 .info-box-content:hover h4 {
  color: #fff;
}

.inner-pages-row-2 .info-box-content:hover {
  background: linear-gradient(90deg, #fc9601 0%, #fc3 100%);
  border: 1px solid #fff;
  transform: translatey(-15px);
}

.wpb_text_column.wpb_content_element.text-center.headline {
  padding-bottom: 0px;
  padding-top: 30px;
}

.wpb_text_column.wpb_content_element.text-center.headline h3 {
  font-size: 27px;
}

body .inner-page {
  padding-block: 100px !important;
}

strong {}

.inner-pages-row-1 h3 {
  font-size: 23px;
}

.inner-pages-row-1 ul li {
  color: #000;
  font-size: 16px;
}

.inner-pages-row-1 ul li::marker {
  color: #fbc43d;
}

.sec-3-3 .info-box-content,
.sec-3-3 .info-box-content h4 {
  /* text-align: left; */
}

.sec-3-3 ul {
  text-align: left;
}

.sec-3-3 ul li {
  color: #000;
}

.sec-3-3 .wd-info-box:hover ul li {
  color: #fff;
}

.sec-3-3 .wd-info-box::before {
  counter-increment: section;
  content: "0" counter(section);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
  color: #444444;
  position: absolute;
  right: 30px;
  top: 30px;
}

.sec-3-3 .wd-info-box:hover::before {
  color: #fff;
}

.wd-nav[class*="wd-style-"]>li:is(.wd-has-children, .menu-item-has-children)>a:after {
  color: #000;
  font-size: 14px;
}

.menu-item.wd-event-hover a {
  margin-bottom: 0;
  !important
}

.foot-col-1 p {
  display: flex;
  gap: 20px;
  align-items: self-start;
}

a.link-form {
    color: #fff;
    text-decoration: underline;
}

a.link-form:hover {
    color: #ffca31;
}


/* --------------------------------------------------------------------------------------------media-1440--------------------------------------------------------------------- */

@media (max-width: 1440px) {
  .sec-4 {
    /* padding: 0 20px; */
    padding-inline: 20px;
  }

  .sec-5::before {
    width: 100%;
    left: 0;
  }

  .sec-9 {
    padding-bottom: 68px;
  }

  .sec-10 {
    padding-inline: 20px;
  }

  .contact-page {
    padding-inline: 20px;
  }

  body .inner-page {
    padding-inline: 30px !IMPORTANT;
  }

  .video-img img.vc_single_image-img.attachment-full {
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
  }

  .sec-4 .wd-el-video:is(.wd-action-overlay, .wd-action-without):not(.wd-with-aspect-ratio) {
    height: 400px !important;
    border-radius: 20px;
  }

  .whb-general-header::before {
    width: 60%;
  }

  .whb-general-header::after {
    width: 60%;
  }
}

/* --------------------------------------------------------------------------------------------media-1200--------------------------------------------------------------------- */
@media (max-width: 1200px) {

  .sec-9 {
    padding-bottom: 41px;
  }

  .whb-general-header::before {
    width: 68%;
  }

  .whb-general-header::after {
    width: 68%;
  }

  .sec-1::after {
    left: 26.7%;
  }

  .sec-1::before {
    left: 26%;
  }

  .sec-1 p {
    padding-right: 116px;
  }

  .sec-1 {
    padding-block: 100px;
  }

  .foot-col-1 p {
    align-items: center;
  }
}

/* --------------------------------------------------------------------------------------------TABLET--------------------------------------------------------------------- */

@media (max-width: 999px) {
  body .sec-1-1 {
    position: relative;
    background-position: right center !important;
  }

  .sec-1 h2 {
    font-size: 31px;
  }

  .sec-1 p {
    width: 83%;
  }

  .sec-1::after,
  .sec-1::before {
    display: none;
  }

  .sec-1-1::before {
    width: 81%;
  }

  .sec-1 {
    padding-block: 70px;
    padding-inline: 15px;
  }

  .sec-2 {
    padding-block: 60px;
  }

  .sec-3-box .wpb_column.vc_column_container.vc_col-sm-1\/5 {
    width: 50%;
  }

  body .sec-3-3 {
    padding-block: 60px !important;
    padding-inline: 15px !important;
  }

  h2 {
    font-size: 30px;
  }

  .sec-4-div {
    font-size: 20px;
  }

  .sec-4-7-col .wpb_text_column.wpb_content_element ul li {
    line-height: 1.7;
  }

  .sec-5 .vc_col-sm-4 {
    width: 50%;
  }

  .sec-5 {
    padding-inline: 15px;
  }

  .sec-5 .vc_col-sm-4:last-child {
    padding-top: 20px;
  }

  .sec-6 {
    padding-block: 90px 50px;
    padding-inline: 15px;
  }

  .text-box h3 {
    font-size: 15px;
  }

  .text-box {
    padding-inline: 49px 18px;
    padding-block: 32px;
    /* position: relative; */
    /* bottom: 0; */
    width: 100%;
  }

  .text-box p a::before {
    font-size: 18px;
  }

  .text-box p:last-child {
    right: 3px;
    top: 24px;
    bottom: 0;
  }

  .sec-7 {
    padding-inline: 15px;
    padding-block: 100px 20px;
  }

  .sec-7 .wpb_text_column.wpb_content_element.wd-animation-slide-from-left.wd-animation-normal.wd-animation-ready.wd-animated {
    padding-bottom: 40px;
  }

  .sec-8 {
    padding-inline: 15px;
    padding-bottom: 70px;
  }

  .sec-9::before {
    width: 100%;
    height: 100%;
  }

  .sec-9 .vc_col-sm-6 {
    width: 100%;
    position: relative;
    z-index: 9;
  }

  .sec-9 {
    padding-inline: 15px;
    padding-bottom: 61px;
  }

  .sec-9::after {
    content: '';
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.4;
  }

  h3.wd-post-title.wd-entities-title.title.post-title {
    FONT-SIZE: 18PX;
  }

  .footer-column-1,
  .footer-column-2,
  .footer-column-3,
  .footer-column-4 {
    --wd-col: 6;
  }
}


@media (max-width: 768px) {
  .text-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  background: url(/wp-content/uploads/2025/06/Rectangle-23.png) no-repeat;
  width: 27px;
  height: 80px;
  background-size: contain;
}
  .sec-1-1::before {
    display: none;
  }

  .sec-1 p {
    padding-right: 0px;
    width: 100%;
  }

  .sec-1-buttons {
    flex-direction: column;
  }

  .sec-1 {
    padding-block: 50px;
    padding-inline: 15px;
    position: relative;
  }

  .sec-1 h2 {
    font-size: 28px;
  }

  .sec-1 h2 br {
    display: none;
  }

  .sec-1::before {
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    display: block;
    animation: none;
    opacity: 0.4;
  }

  a.btn.theme-btn.sec-1-btn::after {
    right: 25px;
    padding-right: 10px;
  }

  .wd-gallery-item img {
    /* width: 130px; */
  }

  .sec-2 .wpb_text_column.wpb_content_element.text-center {
    padding-bottom: 40px;
  }

  .sec-2 .wpb_text_column.wpb_content_element.text-center h3 {
    font-size: 14px;
  }

  .sec-2 {
    padding-block: 50px 20px;
  }

  body .sec-3-3 .wpb_text_column.wpb_content_element.text-center {
    padding-bottom: 40px;
  }

  .sec-4 h2,
  .sec-3 h2 {
    text-align: left;
  }

  h2 {
    font-size: 25px;
  }

  p {
    text-align: left;
    font-size: 14px;
  }

  p br {
    display: none;
  }

  .sec-3 h2 br {
    display: none;
  }

  .sec-3-box .wpb_column.vc_column_container.vc_col-sm-1\/5 {
    width: 100%;
  }

  .sec-3-box .wpb_column.vc_column_container.vc_col-sm-1\/5 {}

  .sec-3-box .wpb_column.vc_column_container.vc_col-sm-1\/5 {}

  body .sec-3-3 {
    padding-bottom: 40px !important;
  }

  .sec-4 {
    padding-block: 50px 60px;
  }

  .sec-4-div h3 {
    font-size: 60px;
  }

  .sec-4 .wpb_column.vc_column_container.vc_col-sm-7 .wpb_text_column.wpb_content_element,
  .sec-4 .wpb_column.vc_column_container.vc_col-sm-4 .wpb_text_column.wpb_content_element {
    padding-bottom: 30px;
  }

  .video-img img.vc_single_image-img.attachment-full {
    padding-bottom: 20px;
    height: auto;
  }

  .sec-4 .wd-el-video:is(.wd-action-overlay, .wd-action-without):not(.wd-with-aspect-ratio) {
    height: 306px !important;
  }

  body .wd-el-video-play-btn {
    outline: 15px solid #ffffff5e !important;
    width: 70px;
    height: 70px;
  }

  .wpb_column.sec-4-7-col {
    padding-right: 0px;
    margin-top: 30px;
  }

  .sec-4-col-2 {
    margin-top: 40px;
  }

  .vc_column-inner {}

  .sec-4-col-2>.vc_column-inner {
    padding-block: 40px !important;
  }

  .sec-5 .wpb_text_column.wpb_content_element.text-center {
    text-align: left;
    padding-bottom: 10px;
  }

  .sec-5 {
    padding: 70px 0 40px;
    padding-inline: 15px;
  }

  .sec-5 .vc_col-sm-4 {
    width: 100%;
  }

  .sec-5 .vc_col-sm-4:first-child {
    padding-bottom: 20px;
  }

  .wpb_text_column.wpb_content_element.text-center.view-services {
    padding-top: 0px;
  }

  .wpb_text_column.wpb_content_element.text-center.view-services p a {
    width: 100%;
  }

  .sec-6 {
    padding-block: 60px 10px;
  }

  .sec-6 .wd-text-column {
    text-align: left;
  }

  .sec-6 .wpb_text_column.wpb_content_element.text-center {
    padding-bottom: 50px;
    text-align: left;
  }

  .wd-tabs .row {
    flex-direction: column;
    gap: 0px !important;
  }

  .text-box {
    width: 97%;
    padding-block: 17px;
    padding-inline: 32px 18px;
    bottom: 31px;
  }

  .text-box p:last-child {
    right: 10px;
  }

  .sec-7 {
    padding-top: 60px;
    padding-bottom: 0px;
  }

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

  .sec-8 .wpb_text_column.wpb_content_element.text-center {
    text-align: left;
    padding-bottom: 50px;
  }

  .sec-9 {
    padding-block: 50px;
  }

  .sec-9::before {
    background-position: 16%!important;
  }

  .sec-10 {
    padding-block: 70px 10px;
  }

  .sec-10 .wpb_text_column.wpb_content_element {
    padding-bottom: 30px;
  }

  .footer-column-1,
  .footer-column-4 {
    --wd-col: 12;
  }


  .footer-column-2,
  .footer-column-3,
  .footer-column-4 {
    padding-top: 10px;
    padding-left: 0px;
  }

  .site-logo img.attachment-full.size-full {
    max-width: 170px !important;
  }

  .menu-item a {
    line-height: 1.6;
  }

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

  .wd-col-end.reset-last-child,
  .wd-col-end.reset-last-child a {
    justify-content: center;
  }

  .wd-page-title {
    padding-block: 52px !important;
  }

  .page-id-19 .sec-4 .wd-el-video:is(.wd-action-overlay, .wd-action-without):not(.wd-with-aspect-ratio) {
    margin-top: 21px !important;
  }

  .wd-page-title .title {
    font-size: 30px;
  }

  .mobile-nav span.nav-link-text {
    margin-bottom: 0px !important;
  }

  .mobile-nav a.woodmart-nav-link {
    margin-bottom: 0px;
  }

  body .ser-bg {
    margin-top: 60px !important;
  }

  .sec-5 .vc_col-sm-4:first-child {
    margin-bottom: 0px;
  }


  .page-id-21 .sec-5 .vc_col-sm-4:nth-child(3) {
    padding-top: 20px;
  }

  .page-id-21 .sec-7 {
    margin-top: 50px !important;
  }

  .page-id-21 .sec-7 .wpb_text_column.wpb_content_element {
    padding-bottom: 40px;
  }

  .page-id-22 .sec-8 {
    margin-top: 20px !important;
  }

  .form-career {
    margin-top: 50px;
  }

  .page-id-23 .sec-7 {
    margin-top: 60px;
  }

  .page-id-23 .sec-7 .wpb_text_column.wpb_content_element {
    padding-bottom: 40px;
  }

  .contact-page {
    padding-block: 40px 20px;
  }

  body .inner-page {
    padding-block: 50px !important;
  }

  body .inner-pages-row-1 {
    gap: 30px;
    padding-bottom: 50px !important;
  }

  .wpb_text_column.wpb_content_element.text-center.headline h3 {
    font-size: 18px;
  }

  .wpb_text_column.wpb_content_element.text-center.headline h3 br {
    display: none;
  }

  .page-id-184 .sec-9,
  .page-id-175 .sec-9,
  .page-id-189 .sec-9 {
    margin-top: 50px !important;
  }

  .wd-accordion-item .wd-accordion-title-text span {
    font-size: 15px;
  }

  .text-box p:last-child {
    right: 4px;
    top: 10px;
  }

  .text-box h3 {
    font-size: 14px;
  }

  .sec-3-3 .wd-info-box {
    min-height: auto;
    padding-block: 30px 30px;
    padding-inline: 15px;
    gap: 10px;
  }

  .sec-9-mid p a {
    font-size: 18px;
  }

  .form-submit input[type="submit"] {
    position: unset;
  }

  .wd-single-post-header {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .single-post .wd-entry-content {
    padding-bottom: 30px;
  }

  .post-single-page {
    padding-inline: 15px;
  }
	.wd-tabs.tabs-design-default:not(.wd-header-with-bg) {
    --wd-row-gap: 10px !important;
	}
}