/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
:root {
    --rounded-lg: 0.5rem;
    --rounded-xl: 0.75rem;
    --rounded-2xl: 1rem;
    --wd-text-line-height:1.5 !important;
    --custom-color-500: #64748b;
    --wd-form-brd-width: 1px !important;
    --wd-form-brd-color: rgb(203 213 225) !important;
    --wd-form-brd-radius: 0.75rem !important;
    --wd-form-color: #94a3b8 !important;
    --wd-form-height: 45px !important;
    --my-sticky-width: 4rem;
}

.color-scheme-dark {
    color: rgb(71,85,105) !important;
}
:is(.widget,.wd-widget,div[class^="vc_wp"]) {
    --wd-link-color: #475569 !important;
    --wd-link-color-hover: #0f172a !important;
}
:is(.widget,.wd-widget,div[class^="vc_wp"]) :is(ul,ol) {
    --li-mb: 5px !important;
}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], :root textarea, :root select {
    font-size: 16px !important;
}
body .wd-nav-main>li>a{
    border-radius: var(--rounded-lg);
}
.p-4, .p-4-inner > .vc_column-inner {
    padding: 1rem;
}
.p-5, .p-5-inner > .vc_column-inner {
    padding: 1.25rem;
}
.p-6, .p-6-inner > .vc_column-inner {
    padding: 1.5rem;
}

.align-self-center {
    align-self: center !important;
}
.cs-logo {
    display: flex;
    gap: 0.75rem;
    position: relative;
    transition: all 80ms cubic-bezier(0.4, 0, 0.2, 1);
}
.cs-logo__img {
    background-image: linear-gradient(to bottom right, #0f172a, #334155);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    border-radius: var(--rounded-xl);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.cs-logo:hover {
    transform: scale(1.02);
}
.cs-logo .hovered {
    opacity: 0;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}
.cs-logo:hover .hovered {
    opacity: 1;
    background-color: rgb(255 255 255 / 0.2);
}
.cs-logo__img svg {
    color: #fff;
}
.cs-logo__name {
    font-size: 16px;
    line-height: 1.5rem;
    font-weight: 700;
    color:var(--wd-primary-color);
}
.cs-logo__text {
    color:var(--custom-color-500);
    font-size: 12px;
}
.cs-logo__info {
    text-align: center;
}
.cs-logo__link {
    position: absolute;
    width: 100%;
    height: 100%;
}
.transform-none {
    text-transform: none !important;
}
body .rounded-lg, .rounded-lg-inner > .vc_column-inner {
    border-radius: 0.5rem;
}
.rounded-xl, .rounded-xl-inner > .vc_column-inner {
    border-radius: var(--rounded-xl) !important;
}

.rounded-2xl, .rounded-2xl-inner > .vc_column-inner {
    border-radius: var(--rounded-2xl) !important;
}

header .contact-popup-btn {
    font-size: 14px !important;
}
.wd-header-my-account {
    background-color: var(--wd-alternative-color);
     border-radius: var(--rounded-xl);
}
header .wd-tools-element [class*="wd-tools-text"] {
    --wd-header-el-font-weight: 600;
    --wd-header-el-color: var(--wd-primary-color);
}
.wd-header-my-account .wd-tools-icon:before {
    font-size: 16px;
}
.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, #0f172a , #1e293b , #0f172a);
}
body .bg-white, body .bg-white-inner > .vc_column-inner {
    background-color: rgb(255 255 255);
}

body .bg-white-10 {
    background-color: rgb(255 255 255 / 0.1);
}
body .border-white-20 {
    border-color: rgb(255 255 255 / 0.2);
}
body .border-white-30 {
    border-color: rgb(255 255 255 / 0.3);
}
body .bg-slate-50 {
    background-color: rgb(248 250 252);
}
.border, .border-inner > .vc_column-inner {
    border-width: 1px !important;
    border-style: solid;
}
.border-2, .border-2-inner > .vc_column-inner {
    border-width: 2px !important;
    border-style: solid;
}
.border-slate-200, .border-slate-200-inner > .vc_column-inner  {
    border-color: rgb(226 232 240);
}
.text-slate-500, .text-slate-500-inner > .vc_column-inner {
    color: rgb(100 116 139); /*#64748b*/
}
.text-slate-600, .text-slate-600-inner > .vc_column-inner {
    color: rgb(71 85 105); /*#475569*/
}

body .btn-shape-semi-round, body .btn-style-semi-round {
    --btn-brd-radius: 0.75rem;
}
.ib-s1 {
    padding: 1.5rem;
}
.wd-info-box.ib-s1 .info-box-icon {
    background-color: rgb(255 255 255 / 0.2);
    padding: 15px;
    border-radius: 0.75rem;
}
.ib-s1:hover {
    background-color: rgb(255 255 255 / 0.15);
}
.ib-s2 {
    border:2px solid #e2e8f0;
    padding: 1.5rem;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
body .ib-s2 .info-btn-wrapper .btn {
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 5px;
}
.wd-info-box.ib-sqr .info-box-icon {
    /* background-color: var(--wd-primary-color); */
    padding: 15px;
    border-radius: 0.75rem;
}
.hover\:shadow-lg:hover, .hover\:shadow-lg-inner:hover > .vc_column-inner {
     box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.wd-info-box.ib-sqr.box-icon-align-left .info-box-inner {
margin-top: 0;
}
.equa-blocks .ib-s2 {
flex:1;
}
.ib-s2 .btn.btn-style-link {
    text-transform: none;
    border: none;
}
.equa-blocks > .wpb_column > .vc_column-inner > .wpb_wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.equa-blocks > .wpb_column > .vc_column-inner > .wpb_wrapper .info-box-wrapper {
    display: flex;
    flex: 1;
}
.ib-s2:hover {
    border-color: var(--wd-primary-color);
    transform: translateY(-8px) scale(1.02);
}
.ib-service .info-box-icon {
    padding: 5px !important;
}
.ib-service {
    padding: 1.25rem;
    width: 100%;
    margin-bottom: 15px !important;
}
.ib-service:hover {
    background-color: rgb(255 255 255 / 0.15);
}
.vc_separator.count-line {
    top: 85px;
    position: relative;
}
.ib-count .box-icon-wrapper {
    font-size: 24px;
}
.row-col-white > .wpb_column > .vc_column-inner {
    background-color: rgb(255 255 255 / 0.1);
    border:1px solid rgb(255 255 255 / 0.2);
    border-radius: var(--rounded-xl);
    padding: 1.5rem !important;
    transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.row-col-white > .wpb_column > .vc_column-inner:hover {
    background-color: rgb(255 255 255 / 0.15);
    transform: translateY(-8px);
}
.ib-green {
    background-color: rgb(34 197 94 / 0.2);
    border:1px solid rgb(74 222 128 / 0.3);
    color:rgb(134 239 172);
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px !important;
}
.ib-green .title {
color:rgb(134 239 172) !important;
}
.td-none {
    text-decoration: none !important;
    border: none;
}
.testimon-style-boxed footer {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    border-top: 1px solid #e2e8f0;
    padding-top: 1rem;
}
.testimon-style-boxed .testimonial-avatar {
    margin-bottom: 15px;
    padding: 0.5rem;
    border-radius: 0.5rem;
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    margin-bottom: 0;
}
.testimon-style-boxed .testimonial-avatar img {
    min-width: 100%;
    border-radius: 0;
}
.testimon-style-boxed .footer-text {
    font-size: 16px;
}
.testimon-style-boxed .footer-text span {
    display: block;
    color: #64748b;
    font-size: 14px;
    font-weight: 400;
}
.testimon-style-boxed.testimon-align-center .testimonial {
    text-align: left;
}
.testimon-style-boxed .testimonial-content {
font-style: italic;
font-size: 16px;
}
.testimon-style-boxed .testimonial-content > * {
font-style: normal;
}
body .testimon-style-boxed .testimonial-inner {
    border-radius: 1rem;
    background-color: #f8fafc;
    border: 2px solid #e2e8f0;
    box-shadow: none;
}
.btn-call-raw {
    display: inline-block;
    width: auto !important;
}
.btn-call-raw .btn-call{
    padding: 1rem 2rem;
    gap: 0.75rem;
    display: flex;
    align-items: center;
}
.btn-call .btn-call__icon {
font-size: 24px;
}
.btn-call .btn-call__text {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-call .btn-call__text div {
    font-size: 16px;
}
.wu-form-header {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.wu-form-header__icon {
    background-color: rgb(15 23 42);
    border-radius: 0.75rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wu-form-header__icon svg {
    color: #fff;
    width: 20px;
    height: 20px;
}
.wu-form-header :is(h3,p) {
    margin: 0;
    line-height: 1;
}
.wu-form-header__text h3 {
    margin-bottom: 5px;
}
.wu-form p {
    margin-bottom: 15px;
}
/* body .wpcf7-submit {
    background-color: var(--wd-primary-color);
    color:#fff;
    border-radius: var(--rounded-xl);
    font-size: 16px;
    text-transform: none;
}
body .wpcf7-submit:hover {
    background-color: #1e293b;
    color:#fff;
} */
body .wpcf7-submit svg {
    width:15px;
}

body .button-styled {
    background-color: var(--wd-primary-color);
    color:#fff;
    border-radius: var(--rounded-xl);
    font-size: 16px;
    text-transform: none;
}
body .button-styled:hover,
body .button-styled:focus,
body .button-styled:active {
    background-color: #1e293b;
    color:#fff;
}
input.with-icon {
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 30px !important;
    background-size: 16px;
}
input.icon-user {
    background-image: url('/wp-content/uploads/2026/02/user-form.svg');
}
input.icon-email {
    background-image: url('/wp-content/uploads/2026/02/email-form.svg');
}
input.icon-phone {
    background-image: url('/wp-content/uploads/2026/02/tel-form.svg');
}
.wu-form-block {
    background-color: #fff;
    border-radius: var(--rounded-2xl);
    border:1px solid #e2e8f0;
    padding: 1.5rem;
    width: 670px;
    max-width: 100%;
    margin: 0 auto;
}
.wu-form-block .wpcf7-submit {
    width: 100%;
}
.map-el {
    overflow: hidden;
}
.map-el .wpb_wrapper {
    padding: 0;
}
.wd-copyrights {
    border-top: none !important;
}
.col-logos-grid > .vc_column-inner > .wpb_wrapper{
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.75rem;
}
.col-logos-grid .wpb_single_image {
    border: 1px solid #e2e8f0;
    border-radius: 0.25rem;
    padding: 0.75rem;
    flex-direction: column-reverse;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 8rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.col-logos-grid .wpb_single_image:hover {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.col-logos-grid .wpb_single_image .wpb_heading {
    margin-bottom: 0;
    font-size: 12px;
}
.col-logos-grid .wpb_single_image .vc_figure {
    margin-bottom: 10px;
}
.col-logos-grid .wpb_single_image .vc_figure img {
    height: 48px;
    object-fit: contain;
}
.wd-footer {
    border-top: 1px solid #E5E7EB;
    padding-top: 2rem;
}
[id*="menu-sticky-"] {
    border:none !important;
}
[id*="menu-sticky-"] .woodmart-nav-link:before {
margin-right: 10px;
font-size: 18px;
}
[id*="menu-sticky-"] .icon-home .woodmart-nav-link:before {
content:'🏠';
}
[id*="menu-sticky-"] .icon-service .woodmart-nav-link:before {
content:'⚙️';
}
[id*="menu-sticky-"] .icon-coverage .woodmart-nav-link:before {
content:'🔧';
}
[id*="menu-sticky-"] .icon-how-work .woodmart-nav-link:before {
content:'📋';
}
[id*="menu-sticky-"] .icon-cases .woodmart-nav-link:before {
content:'🏆';
}
[id*="menu-sticky-"] .icon-testimonials .woodmart-nav-link:before {
content:'⭐';
}
[id*="menu-sticky-"] .icon-about .woodmart-nav-link:before {
content:'ℹ️';
}
[id*="menu-sticky-"] .icon-contact .woodmart-nav-link:before {
content:'📞';
}
[id*="menu-sticky-"] .icon-catalog .woodmart-nav-link:before {
content:'📦';
}
.sticky-mm {
    position: fixed;
    left: 0;
    top: calc(var(--wd-header-h) + var(--wd-admin-bar-h));
    width: var(--my-sticky-width);
    height: 100vh;
    background: #fff;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    padding: 5px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border:1px solid rgba(226, 232, 240, 0.5);
    margin-top: -1px;
    z-index: 9;
    display: none;
}
[id*="menu-sticky-"] .woodmart-nav-link {
    padding-left: 10px;
    padding-right: 10px;
    background-color: transparent;
    color: #475569;
}
[id*="menu-sticky-"] .woodmart-nav-link:hover {
    background-color: #f1f5f9;
}
[id*="menu-sticky-"] .woodmart-nav-link img {
    width: 24px !important;
    object-fit: contain;
}
[id*="menu-sticky-"] .woodmart-nav-link .nav-link-text {
    opacity: 0;
    white-space: nowrap;
    width: 0;
}
.sticky-mm:hover {
width: 14rem;
}
.sticky-mm:hover .woodmart-nav-link .nav-link-text {
    opacity: 1;
    width: auto;
}
[id*="menu-sticky-"] .woodmart-nav-link.active {
  background-color: var(--wd-primary-color);
  color: #fff;
}
[id*="menu-sticky-"]>li {
    margin-bottom: 5px;
    border-radius: 0.5rem;
    overflow: hidden;
    border-bottom:none !important;
}
.text-w-line {
display: flex;
}
.text-w-line:before {
    content: '';
    display: flex;
    width: 4px;
    background: var(--wd-primary-color);
    flex: 0 0 auto;
    margin-right: 12px;
    border-radius: 10px;
}
body .ib-icon-sm .box-with-text {
    --text-bg-size: 40px;
    font-size: 14px;
}
.w-100 {
    width: 100% !important;
}
.wpcf7-form.submitting [type="submit"] {
	pointer-events:none !important;
}
body .btn.wd-switch-to-register {
    color: #fff;
}






@media (min-width: 1025px) {
    .sticky-mm {
        display: block;
    }
    /*.home #main-content, .page-id-2799 #main-content, .page-id-2896 #main-content*/
    .page:not(.woocommerce-page) #main-content, .woocommerce-shop #main-content, .tax-product_cat #main-content {   
        padding-left: calc(var(--my-sticky-width) * 2);
    }
}


@media (max-width: 676.98px) {
.vc_separator.count-line {
    display: none;
}
.col-logos-grid > .vc_column-inner > .wpb_wrapper{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
}
@media (max-width: 768px) {
	.wd-my-account-wrapper .wd-my-account-sidebar {
		order:2;
	}
	.wd-my-account-wrapper .woocommerce-MyAccount-content {
		order:1;
	}
}
@media (max-width: 575.98px) {
.w-sm-100 {
    width: 100%;
}
.els-sm-100 .inline-element {
display: block;
width: 100%;
margin-right: 0 !important;
margin-left: 0 !important;
}
.col-logos-grid > .vc_column-inner > .wpb_wrapper{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
