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

@font-face {
    font-family: 'Segoe UI';
    src: url('./fonts/SegoeUIBlack.woff2') format('woff2'),
        url('./fonts/SegoeUIBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('./fonts/SegoeUI-BoldItalic.woff2') format('woff2'),
        url('./fonts/SegoeUI-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('./fonts/SegoeUI-Semilight.woff2') format('woff2'),
        url('./fonts/SegoeUI-Semilight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('./fonts/SegoeUI-Italic.woff2') format('woff2'),
        url('./fonts/SegoeUI-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('./fonts/SegoeUI-Light.woff2') format('woff2'),
        url('./fonts/SegoeUI-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('./fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('./fonts/SegoeUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('./fonts/SegoeUI-SemiboldItalic.woff2') format('woff2'),
        url('./fonts/SegoeUI-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('./fonts/SegoeUI-LightItalic.woff2') format('woff2'),
        url('./fonts/SegoeUI-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('./fonts/SegoeUIBlack-Italic.woff2') format('woff2'),
        url('./fonts/SegoeUIBlack-Italic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('./fonts/SegoeUI-Semibold.woff2') format('woff2'),
        url('./fonts/SegoeUI-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('./fonts/SegoeUI-SemilightItalic.woff2') format('woff2'),
        url('./fonts/SegoeUI-SemilightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('./fonts/SegoeUI.woff2') format('woff2'),
        url('./fonts/SegoeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

body {
    --wd-text-font: 'Segoe UI';
    --wd-title-font: 'Segoe UI';
    --wd-entities-title-font: 'Segoe UI';
    --wd-alternative-font: 'Segoe UI';
    --wd-widget-title-font: 'Segoe UI';
    --wd-header-el-font: 'Segoe UI';
}

.whb-top-bar .wd-header-text ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
    padding-left: 0px !important;
}

.whb-top-bar .wd-header-text ul li {
    margin-bottom: 0px !important;
    display: flex;
    align-items: center;
}

.whb-top-bar .wd-header-text ul li a {
    color: #fff !important;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Segoe UI';
}

.whb-top-bar .wd-header-text ul li img {
    padding-right: 10px;
}

.whb-top-bar .wd-header-text span.wd-icon {
    background: rgba(214, 189, 161, 0.2);
    width: 36px;
    height: 36px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D6BDA1 !important;
}

.whb-top-bar .wd-header-text span.wd-icon:hover {
    background: #D6BDA1 !important;
    color: #000 !important;
}

.footer-column.footer-column-4 span.wd-icon {
    background: rgba(214, 189, 161, 0.2);
    width: 36px;
    height: 36px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D6BDA1 !important;
}

.footer-column.footer-column-4 span.wd-icon:hover {
    background: #D6BDA1 !important;
    color: #000 !important;
}

.footer-column.footer-column-4 .wd-social-icons.wd-style-default.wd-size-default.social-follow.wd-shape-circle.text-center {
    justify-content: left !important;
}


.wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a {
    /* border-top: 1px solid #000; */
    font-weight: 600 !important;
}

.wd-nav .current-menu-item a.woodmart-nav-link::before {
    content: '';
    background: #000;
    position: absolute;
    width: 3px;
    height: 50px;
    top: -50px;
    left: 50%;
    right: 0;
    bottom: 0;
    margin-left: -1.5px;
}

.wd-nav a.woodmart-nav-link {
    font-weight: 400 !important;
    font-size: 18px !important;
    text-transform: capitalize !important;
    color: #000 !important;
}

.wd-nav {
    margin-right: 80px;
}

a.btn.theme-btn {
    background: #000;
    border-radius: 194px;
    padding: 7px 25px 7px 7px;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    border: 1px solid #000;
}

.vc_custom_1484253288811 .wd-info-box {
    min-height: auto  !important;
}


a.btn.theme-btn:hover {
    background: #d6bda1;
}
a.btn.theme-btn:hover::before{
	 background: #000;
}
a.btn.theme-btn::before {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 400;
    background: #d6bda1;
    border-radius: 120px;
    padding: 8px 10px;
    font-size: 22px;
    margin-right: 14px;
}

a.btn.theme-btn-2{
	background: #d6bda1;
	border-radius: 194px;
	padding: 7px 25px 7px 7px;
	font-weight: 400;
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
	border: 1px solid #d6bda1;
}

a.btn.theme-btn-2:hover {
    background: #000;
    border-color: #000;
}

a.btn.theme-btn-2::before {
	 content: "\f120";
    font-family: "woodmart-font";
    font-weight: 400;
    background: #000;
    border-radius: 120px;
    padding: 8px 10px;
    font-size: 22px;
    margin-right: 14px;
}
a.btn.theme-btn-2:hover::before {
    background: #d6bda1;
}

h3 {
    background: #d6bda1;
    border-radius: 100px;
    padding: 5px 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'Segoe UI';
}

h2 {
    font-weight: 600;
    font-size: 44px;
    text-transform: capitalize;
    color: #000;
    line-height: 50px;
}

.sec-1 h3 {
    background: #000;
    color: #fff !important;
    font-family: 'Segoe UI';
    font-size: 16px;
}

.whb-row.whb-general-header {
    position: relative;
}

.whb-row.whb-general-header::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);
    content: '';
    background: #D6BDA1;
    position: absolute;
    width: 78%;
    height: 120px;
    z-index: 3;
    right: 0;
}

.whb-general-header::after {
    content: '';
    clip-path: polygon(0 0, 100% 0, 100% 100%, 6% 100%);
    background: #ab9781;
    width: 79%;
    height: 120px;
    position: absolute;
    top: 0;
    z-index: 2;
    right: 0;
}

.whb-row.whb-general-header .container {
    position: relative;
    z-index: 999;
}

p {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
}

.rotate-img {
    position: absolute;
    top: 340px;
    right: -150px;
    z-index: 3;
}

.rotate-img::before {
    content: '';
    background: url(/wp-content/uploads/2025/09/Group-4.svg) no-repeat;
    position: absolute;
    top: 50px;
    width: 100px;
    height: 85px;
    left: 46px;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-size: 100%;
}

.rotate-img img {
    animation: spin 6s linear infinite;
}

.sec-3 .vc_col-sm-4 a.btn.theme-btn-2 {
    margin-top: 120px;
}

.sec-2 {
    padding-top: 80px;
    padding-bottom: 80px;
}

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

.sec-3::before {
    content: '';
    background: url(/wp-content/uploads/2025/09/ser-img.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.sec-3::after {
    content: '';
    background: url(/wp-content/uploads/2025/09/bod-lines.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 12px;
    top: 0;
    left: 0;
    right: 0;
}

.sec-3 h2, .sec-3 p {
    color: #fff !important;
}

.sec-3 .wd-info-box {
    border: 1px solid #d6bda1;
    border-radius: 20px;
    padding: 10px;
    gap: 0px !important;
    margin-bottom: 50px !IMPORTANT;
    min-height: 500px !important;
    animation: 2s all linear;
}

.sec-3 .wd-info-box .info-box-content {
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0px 0px 20px 20px;
    padding: 40px 30px 20px 30px;
    z-index: 2;
    margin-top: -10px;
    margin-bottom: -35px;
}

.sec-3 .wd-info-box .box-icon-wrapper {
    z-index: 3;
}

.sec-3 .wd-info-box .info-box-content h4.info-box-title {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
    color: ;
}

.sec-3 .wd-info-box .info-box-content .info-box-inner p {
    font-size: 14px;
}

.sec-3 .wd-info-box .info-box-content a.btn.btn-style-link {
    color: #fff !important;
    text-transform: capitalize;
    font-size: 14px;
}

.sec-3 .wd-info-box:hover {
    background: #d6bda1;
    animation: 2s all linear;
}

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

span.wd-marquee-item {
    color: #000;
    /* font-family: 'Segoe UI Bold'; */
    text-transform: uppercase;
    font-size: 35px;
/*     line-height: 50px; */
    font-weight: 700;
}

.wd-marquee-content {
    gap: 30px !important;
}

.sec-4 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.sec-4 .wd-info-box {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 50px 10px;
    min-height: 290px;
    animation: all 2s linear;
}

.sec-4 .wd-info-box:hover {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 32.58%, rgba(214, 189, 161, 0.3) 100%);
    animation: all 2s linear;
}

.sec-4 .wd-info-box .info-box-icon {
    border-radius: 100px;
    background: #000;
    outline: 10px solid rgba(0, 0, 0, 0.2);
    padding: 14px 14px;
}

.sec-4 .wd-info-box:hover .info-box-icon {
    background: #d6bda1;
    outline-color: rgba(214, 189, 161, 0.2);
}

.sec-4 .wd-info-box h4.info-box-title {
    font-weight: 600;
    font-size: 20px;
    color: #1b1b1b;
}

.sec-4 .wd-info-box .info-box-inner p {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.sec-4 .wd-info-box .info-box-content {
    margin-top: 20px;
}

.sec-4 div#wd-68cb34551a156 .info-box-icon {
    padding: 17px 14px;
}

.sec-1row2 .wd-social-icons.wd-style-default.wd-size-default.social-follow.wd-shape-circle.text-center {
    justify-content: left;
}

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

.sec-1row2 {
    position: relative;
    padding-top: 22px;
    padding-bottom: 22px;
    z-index: 1;
}

.sec-1row2::before {
    content: '';
    background: #000;
    position: absolute;
    width: 76%;
    height: 90px;
    left: 0;
    top: 0;
    bottom: 0;
    clip-path: polygon(0 0, 92% 0, 98% 100%, 0 100%);
    z-index: -1;
}

.sec-1row2::after {
    content: '';
    background: #0000002e;
    position: absolute;
    width: 77%;
    height: 90px;
    clip-path: polygon(0 0, 92% 0, 98% 100%, 0 100%);
    left: 0;
    top: 0;
    z-index: -2;
}

.sec-1row2 a.wd-social-icon {
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
    border-radius: 115px;
    padding: 13px 20px !important;
    gap: 10px;
    margin-right: 20px;
}

.sec-1row2 a.wd-social-icon:hover {
    background: #D6BDA1;
}

.sec-1row2 a.wd-social-icon::after {
    content: '';
    font-size: 14px;
    padding-left: 10px;
    border-left: 1px solid #ffffff85;
    color: #fff !important;
}

.sec-1row2 a.wd-social-icon.social-facebook::after {
    content: 'Facebook';
}

.sec-1row2 a.wd-social-icon.social-instagram::after {
    content: 'Instagram';
}

.sec-1row2 a.wd-social-icon.social-youtube::after {
    content: 'Youtube';
}

.sec-1row2 a.wd-social-icon.social-pinterest::after {
    content: 'Pinterest';
}
.sec-1 {
    /* padding-top: 100px; */
    /* padding-bottom: 100px; */
    position: relative;
    overflow: visible;
}

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

.sec-1row1 .wpb_text_column.wpb_content_element.text-center .wpb_wrapper {
    backdrop-filter: blur(40px);
    box-shadow: 0 -1px 0 0 rgba(26, 26, 23, 0.08), 0 1px 0 0 rgba(26, 26, 23, 0.04);
    background: rgba(0, 0, 0, 0.04);
    border-radius: 10px !important;
    padding-block: 50px;
    border: 1px solid #d6bda14d;
}

.sec-1row1 h2 {
    color: #fff;
    font-size: 56px;
    line-height: 63px;
}

.sec-1row1 p {
    color: #fff;
}

.sec-3 .wpb_text_column.wpb_content_element {
    margin-bottom: 80px !important;
}

.sec-2 .wpb_text_column.wpb_content_element:first-child {
    margin-bottom: 40px !important;
}

.sec-row-txt h2 {
    color: #fff !important;
}

.sec-row-txt p {
    color: #fff !important;
	font-size:14px;
}

.sec-row-txt {
    position: relative;
}

.sec-row-txt .vc_column-inner {
    position: relative;
    padding-block: 40px;
    z-index: 2 !important;
}

.sec-row-txt .vc_column-inner::before {
    content: '';
    background: #000;
    position: absolute;
    width: 850px;
    height: 100%;
    top: 0;
    left: -93px;
    right: 0;
    bottom: 0;
    border-radius: 0px 300px 300px 0px;
    border-right: 5px solid #d6bda1;
    z-index: -1;
}

.sec-5 .wpb_single_image.wpb_content_element.vc_align_left {
    margin-bottom: 0px !important;
    position: relative;
    z-index: 5;
}

.sec-5 .vc_col-sm-12::before {
    border: 1px solid;
    position: absolute;
    width: 95%;
    height: 100%;
    background: transparent;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
    margin: auto;
    border-radius: 20px;
}

.sec-5 .vc_col-sm-12 {
    position: relative;
}

.sec-5 .wpb_single_image.wpb_content_element.vc_align_left::before {
    content: '';
    background: #1B1B1B;
    clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
    width: 78px;
    height: 88px;
    bottom: 0;
    right: 0;
    position: absolute;
}

.sec-5 .wpb_single_image.wpb_content_element.vc_align_left::after {
    content: '';
    background: #1B1B1B;
    width: 78px;
    height: 89px;
    top: 0;
    right: 0;
    position: absolute;
    olygon(0 0, 0 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
}

.sec-5 {
    padding-top: 20px;
    padding-bottom: 100px;
}

.sec-6 {
    padding-top: 100px;
    padding-bottom: 0px;
    position: relative;
    z-index: 3;
}

.sec-6::before {
    content: '';
    background: #F9F6F1;
    width: calc(100% - 40px);
    height: 100%;
    border-radius: 20px;
    top: 0;
    left: 0px;
    right: 0;
    position: absolute;
    background-size: cover;
    bottom: 0;
    margin: 0 auto !important;
}

.sec-7 {
    padding-top: 200px;
    padding-bottom: 130px;
    position: relative;
    margin-top: -50px;
    z-index: 2;
}

.sec-7::before {
    content: '';
    background: url(/wp-content/uploads/2025/10/Mask-group-8.png) no-repeat;
    position: absolute;
    width: calc(100% - 40px);
    height: 100%;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    background-size: cover;
    background-attachment: fixed;
    background-position: 100% 100%;
    margin: 0 auto !important;
}

.sec-7 h2, .sec-7 p {
    color: #fff;
}
.footer-column.footer-column-1 {
    --wd-col-lg: 4 !important;
    position: relative;
    z-index: 3;
    padding: 50px 40px 50px 40px;
    margin-top: -100px;
}

.footer-column.footer-column-2 {
    --wd-col-lg: 2 !important;
    padding-left: 50px;
    z-index: 2;
}

.footer-column.footer-column-3 {
    padding-left: 20px;
    z-index: 2;
}

footer.wd-footer p {
    color: #fff !important;
}

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

.sec-8 a.btn.theme-btn {
    margin-top: 120px;
}

.footer-column.footer-column-2 .textwidget ul, .footer-column.footer-column-3 .textwidget ul {
    list-style: none !important;
    position: relative;
}

.footer-column.footer-column-2 .textwidget ul li, .footer-column.footer-column-3 .textwidget ul li , .footer-column.footer-column-4 .textwidget ul li  {
    position: relative;
    padding-left: 15px;
}

.footer-column.footer-column-2 .textwidget ul li::before, .footer-column.footer-column-3 .textwidget ul li::before , .footer-column-4 .textwidget ul li::before  {
    content: '';
    background: url(/wp-content/uploads/2025/09/arorw.png) no-repeat;
    position: absolute;
    width: 7px;
    height: 10px;
    left: 0;
    top: 5px;
}

.footer-column.footer-column-2 .textwidget ul li, .footer-column.footer-column-2 .textwidget ul li a {
    font-size: 14px;
    color: #fff !important;
}

.footer-column.footer-column-3 .textwidget ul li, .footer-column.footer-column-3 .textwidget ul li a {
    font-size: 14px;
    color: #fff !important;
}

h5.widget-title {
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
}

.footer-column.footer-column-1 .wd-widget {
    border-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.footer-column.footer-column-1 .textwidget ul li {display: flex;justify-content: left;align-items: anchor-center;gap: 15px;}

.footer-column.footer-column-1 .textwidget ul li, .footer-column.footer-column-1 .textwidget ul li a , .footer-column.footer-column-4 .textwidget ul li a {
    font-size: 14px;
    color: #fff !important;
}

.footer-column.footer-column-1 .textwidget ul li a {
    text-transform: lowercase;
}

.sec-cont p a {
    text-transform: lowercase;
}

.footer-column.footer-column-1::before {
    content: '';
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 10px 10px 0px 0px;
}

footer.wd-footer {
    position: relative;
    margin-top: 80px;
}

footer.wd-footer::before {
    content: '';
    background: url(/wp-content/uploads/2025/09/fot.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.container.wd-grid-g {
    /* background: #D6BDA1 !important; */
    padding: 10px 30px;
    border-radius: 0px 50px 50px 0px;
    text-align: right;
    gap: 0px !important;
    margin-top: -86px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container.wd-grid-g::before {
    content: '';
    background: #D6BDA1;
    position: absolute;
    width: 1000px;
    height: 50px;
    right: 0;
    z-index: -1;
    border-radius: 100px;
}

.wd-col-start.reset-last-child {
    width: 100%;
}

.wd-col-end.reset-last-child {
    width: 73%;
}

.wd-copyrights {
    z-index: 2;
    position: relative;
    padding: 0px !IMPORTANT;
    border: 0px !important;
    padding-bottom: 50px !important;
    gap: 0px;
}

.footer-column.footer-column-4 {
    z-index: 2;
}

.footer-column-2, .footer-column-3, .footer-column-4  ,  .footer-column-5{
    padding-top: 50px;
	position:relative;
}

.footer-column-4 input#esfpx_email_0fe74ada6116e {
    border: 1px solid rgba(51, 51, 51, 0.2);
    border-radius: 108px;
    background: #2a2929;
    width: 330px;
    height: 44px !IMPORTANT;
}

.footer-column-4 .es-form-field-container {
    display: flex;
    justify-content: left;
    align-items: baseline;
    position: relative;
}

.footer-column-4 input[type="submit"] {
    position: absolute;
    right: 0;
    font-size: 0px;
    top: 4px;
    background: url(/wp-content/uploads/2025/09/Icon-Button.png) no-repeat;
}


.footer-column-4 input[type="submit"]:hover {background: url(/wp-content/uploads/2025/09/Icon-Button.png) no-repeat;}


.faq-row .vc_column-inner {
    position: relative;
    background: #fff !important;
    padding-top: 80px;
    padding-inline: 40px !important;
    border-radius: 20px 20px 0px 0px;
    padding-bottom: 60px;
    border: 5px solid #ffffff78;
}

.faq-row .wd-accordion-title {
    background: #f9f6f1;
    margin-bottom: 15px;
    border-radius: 108px;
    padding-inline: 20px;
    padding-block: 18px;
}

.faq-row .wd-accordion-title-text {
    font-weight: 400 !important;
    font-size: 14px !important;
    letter-spacing: 0.03em !important;
    color: #000 !important;
}

.faq-row span.wd-accordion-opener {
    font-size: 20px;
    color: #D6BDA1;
}

.faq-row .wd-accordion-item {
    border-bottom: none !important;
}

.faq-row .wd-accordion {
    margin-top: 30px;
}

.faq-row .wd-accordion-content.wd-entry-content.wd-active {
    padding-inline: 30px;
}

.faq-row .wd-accordion-content.wd-entry-content p {
    font-size: 14px;
}

.main-testi {
    position: relative;
    background: #fff;
    padding: 140px 40px 50px 40px;
    --r: 30px;
    /* the radius */
    --s: 26px;
    /* size of inner curve */
    --x: 60px;
    /* horizontal offset (no percentane) */
    --y: 10px;
    /* vertical offset (no percentage) */
    border-radius: var(--r);
    --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%, #0000 72%);
    --_g: conic-gradient(from 90deg at calc(100% - var(--r)) calc(100% - var(--r)), #0000 25%, #000 0);
    --_d: (var(--s) + var(--r));
    mask:
        calc(100% - var(--_d) - var(--x)) 100% var(--_m),
        100% calc(100% - var(--_d) - var(--y)) var(--_m),
        radial-gradient(var(--s) at 100% 100%, #0000 99%, #000 calc(100% + 1px)) calc(-1*var(--r) - var(--x)) calc(-1*var(--r) - var(--y)),
        var(--_g) calc(-1*var(--_d) - var(--x)) 0,
        var(--_g) 0 calc(-1*var(--_d) - var(--y));
    mask-repeat: no-repeat;
    border-radius: 0px 20px 0px 0px;
    margin-top: 50px;
}

.main-testi::before {
    content: '';
    background: url(/wp-content/uploads/2025/09/srar.png) no-repeat;
    position: absolute;
    width: 100px;
    height: 40px;
    top: 50px;
}

.main-testi .wd-testimon-name.title {
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    color: #000;
    margin-top: 40px;
}

.main-testi .wd-testimon-text.reset-last-child {
    background: none !important;
    margin-top: 0px !IMPORTANT;
    padding: 0px !important;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #000;
}

.main-testi::before {
}

.sec-6 .vc_column-inner {
    padding-left: 0px;
}

.sec-6 .wd-arrow-inner {
    background: #d6bda1 !important;
    border-radius: 104px !important;
    padding: 10px !important;
    width: 44px !important;
    height: 44px !important;
    border: 1px solid #d6bda1 !important;
}

.sec-6 .wd-arrow-inner:after {
    color: #000 !important;
    font-size: 20px;
}

.sec-6 .wd-nav-arrows.wd-pos-together {
    position: absolute;
    bottom: 0;
    right: 10px;
    top: 371px;
    gap: 10px;
}

.main-testi::after {
    content: '';
    background: url(/wp-content/uploads/2025/09/sarwd.png) no-repeat;
    position: absolute;
    width: 100px;
    height: 40px;
    top: 50px;
    right: 0;
}
.sec-6 .testimon-style-info-top .wd-testimon-text:before {
    display:none !important;
}

.sec-6  .testi-txt {
    padding-left: 40px;
}

.sec-1 .wd-nav-arrows.wd-pos-sep .wd-btn-arrow {
    position: unset !important;
}

.sec-1 .wd-nav-arrows.wd-slider-arrows.wd-custom-style.wd-style-3.wd-pos-sep.color-scheme-dark {
    display: flex !important;
    position: absolute !important;
    right: 100px !important;
    width: 100% !IMPORTANT;
    justify-content: end !important;
    bottom: -70px !important;
    gap: 10px !important;
}

.sec-1 .wd-slider {
    overflow: visible;
}

.sec-1 .wd-arrow-inner {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000000 !important;
}

.sec-1 .wd-arrow-inner:hover {
    background: transparent !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}

.gal-sec .wd-compare-img-handle span {
    background: transparent !important;
    border: 4px solid #fff !important;
    width: 44px !important;
    height: 44px !IMPORTANT;
    gap: 10px !important;
    left: -20px !important;
}

.gal-sec  .wd-compare-img-handle span:before {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.gal-sec  .wd-compare-img-handle span:after {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.gal-sec {
    padding-bottom: 100px;
}

.footer-column-4 p {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}


.wd-page-title {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
}

.wd-page-title .container {
    align-items: center !important;
    width: 48% !important;
    backdrop-filter: blur(40px);
    box-shadow: 0 -1px 0 0 rgba(26, 26, 23, 0.08), 0 1px 0 0 rgba(26, 26, 23, 0.04);
    background: rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    padding-block: 50px;
    border: 1px solid #d6bda14d;
}

.wd-page-title h1.entry-title.title {
    font-size: 56px !important;
    margin-bottom: 20px;
}

nav.wd-breadcrumbs {
    background: #000;
    padding: 10px 30px;
    border-radius: 100px;
}

.atb-tct {
    text-align: end !important;
}

.atb-tct h1 {
    color: #D6BDA1;
    font-size: 40px;
    font-weight: 700;
    opacity: 0.5;
    text-transform: uppercase;
}

.page-id-14 .sec-row-txt .vc_column-inner {
    padding-block: 90px;
}

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

.sec-cont h4.woodmart-title-container {
    font-weight: 600;
    font-size: 30px;
}

.sec-cont button#wpforms-submit-169 {
    background: #d6bda1;
    border-radius: 194px;
    padding: 15px 35px 15px 35px;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    border: 1px solid #d6bda1;
}

div.wpforms-container-full input[type=date]:focus:invalid, div.wpforms-container-full input[type=datetime]:focus:invalid, div.wpforms-container-full input[type=datetime-local]:focus:invalid, div.wpforms-container-full input[type=email]:focus:invalid, div.wpforms-container-full input[type=month]:focus:invalid, div.wpforms-container-full input[type=number]:focus:invalid, div.wpforms-container-full input[type=password]:focus:invalid, div.wpforms-container-full input[type=range]:focus:invalid, div.wpforms-container-full input[type=search]:focus:invalid, div.wpforms-container-full input[type=tel]:focus:invalid, div.wpforms-container-full input[type=text]:focus:invalid, div.wpforms-container-full input[type=time]:focus:invalid, div.wpforms-container-full input[type=url]:focus:invalid, div.wpforms-container-full input[type=week]:focus:invalid, div.wpforms-container-full select:focus:invalid, div.wpforms-container-full textarea:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=date]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=datetime]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=datetime-local]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=email]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=month]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=number]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=password]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=range]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=search]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=tel]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=text]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=time]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=url]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=week]:focus:invalid, .wp-core-ui div.wpforms-container-full select:focus:invalid, .wp-core-ui div.wpforms-container-full textarea:focus:invalid, div.wpforms-container-full select:focus, .wpforms-container-full select:focus {
    border-color: #d6bda1;
    box-shadow: 0 0 0 1px #d6bda1, 0px 1px 2px rgb(255 0 0 / 19%);
}





@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.select-sec {
    padding-top: 120px;
    padding-bottom: 100px;
}

.row.slt-row {
    display: flex;
    justify-content: space-between;
    text-align: center;
    gap: 30px;
}

.row.slt-row .col-md-6 {
    width: 100%;
    padding-top: 50px;
    position: relative;
    z-index: 3;
}

.select-sec h3 {
    margin-bottom: 0px !important;
    background: #000;
    color: #fff;
    font-size: 18px;
    border-radius: 0px;
    padding: 12px 40px;
    position: relative;
    text-transform: capitalize;
}

.select-sec h3::before {
    content: '';
    background: #333333;
    clip-path: polygon(100% 0, 0% 100%, 0 0);
    position: absolute;
    width: 44px;
    height: 40px;
    right: -43px;
    bottom: 0;
}

.select-sec h3::after {
    content: '';
    background: #333333;
    position: absolute;
    width: 44px;
    height: 40px;
    left: -43px;
    clip-path: polygon(100% 100%, 100% 0, 0 0);
    bottom: 0;
}

.select-sec ul.wd-nav.wd-nav-tabs {
    background: #fffaf5;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 90px;
    padding-inline: 20px;
    padding-block: 10px;
    margin-right: 0px;
}

.select-sec-2 {
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
}

.select-sec-2::before {
    content: '';
    background: url(/wp-content/uploads/2025/10/deal.png) no-repeat;
    position: absolute;
    width: 98%;
    height: 100%;
    top: 0;
    left: 20px;
    right: 0;
    bottom: 0;
    background-size: cover;
    border-radius: 20px;
}

.select-sec-2 h2 {
    color: #fff;
    text-transform: uppercase;
}

.select-sec-2 p {
    color: #fff;
}

.select-sec-2 p a {
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
}

.select-sec-2 p:last-child {
    font-size: 24px;
}

.hoods-sec {
    padding-top: 120px;
    padding-bottom: 120px;
}

.hoods-sec .wd-gallery-item.wd-col a img {
	background: #FFF3E5;
	padding: 20px;
	border-radius: 10px;
	width: 100%;
}

.marq-sec {
    background: #D6BDA1;
}


.hoods-sec-2 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.hoods-sec .wd-images-gallery {
    padding-top: 50px;
    padding-bottom: 30px;
}

.cab-sec {
    padding-top: 120px;
    padding-bottom: 80px;
}

.cab-sec-2 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.cab-sec .wd-images-gallery {
    padding-top: 50px;
}

.page-id-223 .sec-1row2::before {
    width: 67%;
}

.page-id-223 .sec-1row2::after {
    width: 68%;
}

.page-id-209 .sec-1row2::before {
    width: 69%;
}

.page-id-209 .sec-1row2::after {
    width: 70%;
}

.cab-txt {
    padding-top: 20px;
}

.cab-txt h4 {
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    line-height: 30px;
}
 
.hoods-sec-2  h4 {
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    line-height: 30px;
}

.broch-sec {
    padding-bottom: 100px;
}

.broch-sec .wd-carousel {
    padding-top: 60px;
}

.broch-sec .wd-arrow-inner {
    background: #d6bda1 !important;
    width: 50px;
    height: 50px !important;
    border-radius: 100px;
}

.broch-sec .wd-nav-arrows {
    gap: 10px !important;
}

.broch-sec .wd-arrow-inner::after {
    font-size: 20px;
    color: #000 !important;
}

.broch-sec .wd-arrow-inner:hover {
    background: #000 !important;
}

.broch-sec .wd-arrow-inner:hover::after {
    color: #d6bda1 !important;
}

.broch-sec .wpb_content_element.text-center p a {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}

.broch-sec .wd-info-box {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 10px 10px 30px 10px;
}

.broch-sec .wd-info-box:hover {
	border: 1px solid rgb(214 189 161);
}

.broch-sec .wd-info-box img {
    border-radius: 10px;
}


.broch-sec .wd-info-box h4.info-box-title {
    font-weight: 600;
    font-size: 22px;
    color: #1b1b1b;
}

.broch-sec .wd-info-box .info-box-inner p {
    font-weight: 400;
    font-size: 16px;
}

.sec-5 a.btn.theme-btn-2:hover {
    border-color: #d6bda1;
}

.row.slt-row .col-md-6::before {
    content: '';
    background: #fff3e5;
    position: absolute;
    width: 100%;
    height: 91%;
    top: 0px;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 10px;
}

.row.slt-row .col-md-6 p {
    margin-bottom: 50px !important;
}

.select-sec ul.wd-nav.wd-nav-tabs li.wd-active {
    background: #000;
    border-radius: 194px;
    padding: 10px 30px;
}

.select-sec ul.wd-nav.wd-nav-tabs li.wd-active span.nav-link-text.wd-tabs-title {
    color: #fff !important;
}

.select-sec ul.wd-nav.wd-nav-tabs li a.wd-nav-link {
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
}

.select-sec ul.wd-nav.wd-nav-tabs li {
    padding: 10px 30px;
}

.select-sec .wd-tabs-header.text-right {
    margin-top: -80px;
}

.select-sec .wd-tabs {
    gap: 50px;
}

.row.slt-row img {
    width: 150px;
    height: 300px;
    object-fit: contain;
}

.row.slt-row .col-md-4::before {
    content: '';
    background: #fff3e5;
    position: absolute;
    width: 100%;
    height: 91%;
    top: 0px;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 10px;
}

.row.slt-row .col-md-4 p {
    margin-bottom: 50px !important;
}

.row.slt-row .col-md-4 {
    width: 100%;
    padding-top: 50px;
    position: relative;
    z-index: 3;
}


.row.slt-row .col-md-2::before {
    content: '';
    background: #fff3e5;
    position: absolute;
    width: 100%;
    height: 91%;
    top: 0px;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 10px;
}

.row.slt-row .col-md-2 p {
    margin-bottom: 50px !important;
}

.row.slt-row .col-md-2 {
    width: 100%;
    padding-top: 50px;
    position: relative;
    z-index: 3;
}

.page-id-14 .broch-sec .wpb_content_element.text-center {
    margin-bottom: 40px !important;
}

.row {
    display: flex;
}

.col-md-8 {
    width: 100%;
    padding-left: 30px;
}

li.me-3.mb-3 {
    display: inline-flex;
    justify-content: left;
	    padding-right: 10px !important;
}


.col-md-4 img#cabinet-main-img {
    padding: 40px 60px;
    background: #FFF3E5;
    border-radius: 20px;
}

ul.varition-list.d-flex.flex-wrap.list-unstyled {
    padding-left: 0px !important;
}

li.me-3.mb-3 .var-item {position: relative;cursor: pointer;border: 3px solid #00000000;border-radius: 4px !important;transition: all ease 0.3s;}

li.me-3.mb-3 .var-item span.d-block.mt-2 {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 600;
    width: 65%;
    line-height: 17px;
    color: #000;
    /* text-shadow: #000 0 0 5px; */
}

.varition-color-defailt {
    width: 150px !important;
    height: 64px !important;
    border-radius: 4px !important;
}

.varition-img-default {
        width: 150px !important;
        height: 64px !important;
        border-radius: 4px !important;
        background-size: 160% 220% !important;
}

.my-5 h1 {
    font-family: 'Segoe UI';
    font-size: 44px;
    text-transform: uppercase;
}

.container.my-5 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pum-content img {
    width: 90% !important;
    height: auto !important;
    padding: 0px 25px;
}

.single-cabinet .wd-page-title {
    position: relative;
    box-sizing: border-box;
    width: calc(100vw - 10px - var(--wd-sticky-nav-w));
    --wd-row-spacing: calc(var(--wd-column-gap, .001px) / 2 + 15px);
    left: calc((48.9% - 50vw + var(--wd-sticky-nav-w) / 2 + var(--wd-scroll-w) / 2) + var(--wd-row-spacing));
}

h2.cabinet-parent-title {
    display: none;
}

.cabinet-posts {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px 30px;
    justify-content: center;
    margin: 40px 0;
    text-align: center;
}
.cabinet-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cabinet-item img {
    height: 311px;
    object-fit: scale-down;
    margin-bottom: 20px;
}

.cabinet-item {
    text-align: center;
    margin-bottom: 20px;
    width: 23.3%;
    padding: 30px;
    background: #FFF3E5;
    margin-bottom: 0;
    border-radius: 10px;
}

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

.page-id-266 .select-sec {
    padding-bottom: 0px;
}

.page-id-266 .select-sec a.cabinet-page-link {
    background: #000;
    font-size: 20px;
    border-radius: 70px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	font-family: 'Segoe UI';
}

.row.slt-row .col-md-6 a {
    DISPLAY: flex;
    FLEX-DIRECTION: column;
    JUSTIFY-CONTENT: center;
    ALIGN-ITEMS: CENTER;
}
.broch-sec .wd-nav-arrows.wd-pos-together.wd-hover-1.wd-icon-2 {
    position: unset !important;
    justify-content: center !important;
}

.single-cabinet .col-md-4, .single-cabinet .col-md-8 {
    height: auto;
}

.single-cabinet .col-md-4 img {
    height: 100%;
	    width: 650px;
}

li.me-3.mb-3 .var-item.active {
    border-color: #000000;
}


.wd-dropdown a.woodmart-nav-link::before {
    display: none !important;
}

.pum-content .vc_row {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}

.pum-content h2 {
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
}

.pum-container {
    width: 28% !important;
    box-shadow: none !important;
    padding: 10px 0px 0px 0px !important;
    background: #fff3e5 !important;
}

.pum-content .wpb_single_image.wpb_content_element.vc_align_left {
    margin-bottom: 0px !important;
	    text-align: center;
}

.pum-content .vc_row .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100% !important;
}

span.d-block.mt-2 small {
    background: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 4px 4px;
    line-height: 12px;
}

.page-id-266 .select-sec a.cabinet-page-link.mx-1.prev-page {
    background: #fff3e5;
    border-radius: 10px !important;
    width: 80px;
    height: 50px;
    color: #000 !important;
    border: 0px !important;
}

.page-id-266 .select-sec a.cabinet-page-link.mx-1.next-page {
        background: #fff3e5;
    border-radius: 10px !important;
    width: 80px;
    height: 50px;
    color: #000 !important;
    border: 0px !important;
}

.gal-sec .wd-gallery-item {
    gap: 20px !important;
}

.gal-sec .wd-gallery-item img {
    width: 100%;
    border-radius: 10px;
}

.gal-sec .wd-grid-g {
    gap: 15px;
}


.sec-3 .wd-nav-arrows.wd-pos-together {
    position: unset;
    justify-content: center;
}

.sec-3 .wd-arrow-inner {
    background: #d6bda1 !important;
    width: 50px;
    height: 50px !important;
    border-radius: 100px;
	border:1px solid #d6bda1 !important;
}

.sec-3 .wd-nav-arrows {
    gap: 10px !important;
}

.sec-3 .wd-arrow-inner::after {
    font-size: 20px;
    color: #000 !important;
}

.sec-3 .wd-arrow-inner:hover {
    background: #000 !important;
	border:1px solid #d6bda1 !important;
}

.sec-3 .wd-arrow-inner:hover::after {
    color: #d6bda1 !important;
}

.page-id-13 .sec-3 .wd-info-box {
    min-height: 500px !important;
}

.sec-6 .wd-arrow-inner:hover {
    background: #000 !important;
    color: #d6bda1 !important;
	border: 1px solid #d6bda1 !important;
}

.sec-6 .wd-arrow-inner:hover:after {
    color: #d6bda1 !important;
}

body {
    --wpforms-button-background-color: #d6bda1;
}

.sec-cont div.wpforms-container-full input[type=checkbox]:before, .sec-cont  div.wpforms-container-full input[type=checkbox]:after, .sec-cont div.wpforms-container-full input[type=radio]:before, .sec-cont div.wpforms-container-full input[type=radio]:after {
    border-radius: 100px;
}


@media (max-width: 1440px){
	.sec-5 .wpb_single_image.wpb_content_element.vc_align_left::after {
		width: 70px;
	}

	.sec-5 .wpb_single_image.wpb_content_element.vc_align_left::before {
		width: 71px;
	}
	
	.sec-row-txt .vc_column-inner {
		padding-left: 0px !important;
	}
	
	.sec-row-txt .vc_column-inner::before {
        width: 785px;
        left: -85px;
	}
}


@media (max-width: 1250px){
	.wd-nav {
		margin-right: 20px;
		gap: 15px;
	}

	.wd-nav a.woodmart-nav-link {
		font-size: 15px !important;
	}
	
	h2 {
		font-size: 38px;
		line-height: 41px;
	}

	p {
		font-size: 15px;
	}

	.rotate-img img {
		width: 140px;
	}

	.rotate-img {
		top: 340px;
		right: -112px;
	}

	.rotate-img::before {
		width: 70px;
		left: 40px;
		top: 45px;
	}
	
	.sec-3 p br {
		display: none;
	}

	span.wd-marquee-item {
		font-size: 30px;
	}

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

	.sec-4 .vc_column-inner {
		padding-inline: 10px;
	}

	.sec-4 .wd-info-box {
		padding: 30px 10px;
	}

	.sec-4 .wd-info-box h4.info-box-title {
		font-size: 18px;
	}
	.sec-3 .info-box-wrapper.wd-carousel-item, .broch-sec .info-box-wrapper.wd-carousel-item {
		padding-inline: 10px;
	}

	.sec-3 .wd-info-box .info-box-content {
		padding: 30px 20px 20px 20px;
	}

	.sec-3 .wd-info-box .info-box-content h4.info-box-title {
		font-size: 20px;
	}

	.sec-3 .wd-info-box .info-box-content .info-box-inner p {
		font-size: 13px;
	}

	.sec-3 .wd-info-box {
		min-height: 440px !important;
	}

	.broch-sec .wd-info-box h4.info-box-title {
		font-size: 20px;
	}

	.broch-sec .wd-info-box .info-box-inner p {
		font-size: 13px;
	}

	.faq-row .vc_column-inner {
		padding-inline: 20px !important;
		padding-top: 60px;
		padding-bottom: 50px;
	}

	.main-testi {
		padding: 110px 40px 50px 40px;
	}

	.sec-6 .wd-nav-arrows.wd-pos-together {
		top: 398px;
	}

	.sec-6::before {
		width: calc(100% - 20px);
	}

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

	.sec-7::before {
		width: calc(100% - 20px);
	}

	.sec-8 p br {
		display: none;
	}
	
	.footer-column.footer-column-1 {
		padding: 50px 30px 50px 20px;
	}

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

	.footer-column.footer-column-3 {
		padding-left: 0px;
		margin-left: -20px;
	}

	h5.widget-title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.footer-column-4 input#esfpx_email_0fe74ada6116e {
		width: 230px;
	}

	.wd-col-start.reset-last-child {
		margin-right: -130px;
	}

}

@media (max-width: 1024px){
	
	.mobile-menu-widget {
		padding-left: 20px;
	}

	.mobile-menu-widget a.btn.theme-btn {
		font-size: 13px;
		padding: 4px 18px 4px 4px;
	}

	.mobile-menu-widget a.btn.theme-btn::before {
		font-size: 14px;
		margin-right: 2px;
		padding: 7px 8px;
	}

	.widgetarea-mobile {
		padding: 10px;
	}

	.mobile-nav .wd-nav-opener.wd-active {
		background-color: #ab9781;
	}

	.wd-nav-mobile li:active>a, .wd-nav-mobile li.opener-page>a {
		background-color: #d6bda1;
	}
		span.wd-tools-icon {
		border-color: #000 !important;
	}

	.wd-header-mobile-nav .wd-tools-icon:before {
		color: #000 !important;
	}
	
	.whb-row.whb-general-header::before {
		height: 80px;
	}

	.whb-general-header::after {
		height: 80px;
	}


	.whb-top-bar .wd-header-text ul li a {
		font-size: 15px;
	}

	.whb-top-bar .wd-header-text ul li img {
		width: 25px;
	}

	.whb-top-bar .wd-header-text ul {
		justify-content: center;
	}
	
	.sec-1row1 h2 {
		font-size: 40px;
		line-height: 45px;
	}

	.sec-1row1 .wpb_column.vc_column_container.vc_col-sm-6 {
		width: 70%;
	}

	.sec-1row1 .wpb_column.vc_column_container.vc_col-sm-3 {
		width: 15%;
	}

	p {
		font-size: 14px;
	}

	.sec-1 h3 {
		font-size: 14px;
		margin-bottom: 15px;
	}

	a.btn.theme-btn-2 {
		font-size: 14px;
		padding: 5px 25px 5px 5px;
	}

	a.btn.theme-btn-2::before {
		font-size: 18px;
		margin-right: 5px;
	}
	
	.sec-2 .vc_col-sm-1 {
		width: 3.333333%;
	}

	.sec-2 .vc_col-sm-5 {
		width: 49.666667%;
	}

	h2 {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 10px;
	}

	.sec-2 .wpb_text_column.wpb_content_element:first-child {
		margin-bottom: 20px !important;
	}

	.sec-2 .wpb_single_image.wpb_content_element.vc_align_left {
		margin-bottom: 20px;
	}

	.rotate-img {
		top: 297px;
		right: -62px;
	}

	.rotate-img img {
		width: 120px;
	}

	.rotate-img::before {
		width: 60px;
		left: 32px;
		top: 40px;
	}

	a.btn.theme-btn {
			font-size: 14px;
			padding: 5px 25px 5px 5px;
	}

	a.btn.theme-btn::before {
			font-size: 18px;
			margin-right: 5px;
	}
	
		.sec-3 .wd-info-box .info-box-icon {
	}

	.sec-3 .wd-info-box .info-box-icon img {
		width: 100%;
	}

	.sec-3 .wpb_text_column.wpb_content_element {
		margin-bottom: 50px !important;
	}

	.sec-3 {
		padding-top: 80px;
		padding-bottom: 60px;
	}

	.sec-4 .wd-info-box .info-box-icon {
		padding: 10px 10px;
	}

	.sec-4 div#wd-68cb34551a156 .info-box-icon {
		padding: 12px 9px;
	}

	.sec-4 .wd-info-box .info-box-icon img {
		width: 30px;
	}

	.sec-4 .vc_column-inner {
	}

	.sec-4 .wd-info-box h4.info-box-title {
		font-size: 17px;
	}

	.sec-4 .wd-info-box .info-box-inner p {
		font-size: 13px;
	}

	.sec-4 .wd-info-box {
		min-height: 300px;
	}

	.sec-5 {
		padding-bottom: 70px;
	}

	.broch-sec .wd-carousel {
		padding-top: 40px;
	}

	.broch-sec .wd-info-box h4.info-box-title {
		font-size: 18px;
	}

	.broch-sec .wd-info-box {
		min-height: 330px;
	}

	.broch-sec {
		padding-bottom: 50px;
	}

	.sec-6 {
		padding-top: 70px;
	}

	.sec-6 p br {
		display: none;
	}

	.faq-row .vc_column-inner {
		padding-inline: 5px !important;
	}

	.faq-row .wd-accordion-title-text {
		font-size: 13px !important;
	}

	.faq-row .wd-accordion-title {
		padding-inline: 15px;
		padding-block: 15px;
	}

	.main-testi .wd-testimon-text.reset-last-child {}

	.sec-6 .testi-txt {
		padding-left: 20px;
	}

	.main-testi {
		padding: 90px 30px 50px 20px;
	}

	.main-testi::before {
		top: 30px;
	}


	.main-testi::after {
		top: 30px;
	}


	.main-testi .wd-testimon-name.title {
		font-size: 16px;
	}

	.gal-sec {
		padding-bottom: 60px;
	}
		.sec-6 .wd-nav-arrows.wd-pos-together {
			top: 380px;
		}
	
	.footer-column.footer-column-1 .widget_media_image img {
		width: 140px;
	}

	.footer-column.footer-column-1 .textwidget ul li img {
		width: 35px;
	}

	.footer-column.footer-column-5 {
		padding-top: 20px;
		padding-bottom: 60px;
	}

	.wd-col-start.reset-last-child {
		margin-right: 0px;
		text-align: left;
	}

	.wd-copyrights.wd-layout-two-columns {
		padding-bottom: 30px !important;
	}

	.footer-column-4 input#esfpx_email_0fe74ada6116e {
		width: 360px;
	}


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

	.footer-column.footer-column-3 {
		--wd-col-md: 3 !important;
		margin-left: -25px;
	}
}


@media (max-width: 900px){
		.sec-6 .wd-nav-arrows.wd-pos-together {
		top: 405px;
	}
}
@media (max-width: 767px){
	.whb-row.whb-general-header::before {
		width: 60%;
		height: 80px;
	}
.sec-row-txt .vc_column-inner {
		padding-left: 10px !important;
	}

.sec-2 h3 {
    margin-top: 60px;
}

.wd-carousel .wd-carousel-item .wd-info-box {
    min-height: 100% !important;
}

.wd-page-title .container {
    width: 90% !important;
}

.wd-page-title h1.entry-title.title {
    font-size: 40px !important;
}

.wd-page-title {
    padding: 70px 0 !important;
}

.atb-tct h1 {
    display: none;
}
	.footer-column.footer-column-3 {
    margin: 0 !important;
}
	
	.container.wd-grid-g::before {
    height: 80px;
}
	
	.vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1484253288811 .wd-info-box {
    min-height: auto !important;
}

.container.wd-grid-g .wd-col-start.reset-last-child {
    text-align: center;
}
	
	.vc_row.wpb_row.vc_row-fluid.broch-sec.wd-rs-68ed79a38d94f.wd-section-stretch .wd-info-box {
    min-height: auto !important;
}

.vc_row.wpb_row.vc_row-fluid.sec-5.wd-rs-68cb051406af1.wd-section-stretch {
    margin-top: 50px;
}
	
	
.wd-copyrights.wd-layout-two-columns>.wd-grid-g {
    flex-direction: column;
    text-align: center !important;
   
}
	
	.select-sec .wd-tabs-header.text-right {
    margin-top: 50px !important;
}

.row.slt-row {
    display: block !important;
}
	
	.select-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.cab-sec {
    padding: 50px 0 !important;
}

.cab-sec-2 {
    padding: 50px 0 !important;
}	
.hoods-sec {
    padding: 50px 0 !important;
}
	
	.cabinet-posts {
    display: block;
}

.cabinet-item {
    width: 100%;
}

.hoods-sec-2 {
    padding: 50px 0 !important;
}	
.select-sec-2::before {
    left: 0;
    width: 100%;
}
.select-sec-2 {
    padding: 50px 0 !important;
}
	.whb-general-header::after {
		width: 62%;
		height: 80px;
	}
	.whb-top-bar .wd-header-text ul {
		gap: 5px;
/* 		flex-direction: column; */
		justify-content: space-between;
		align-items: center;
	}
	
	.sec-6 .vc_column-inner {
    padding-left: 15px;
    padding-bottom: 20px;
}

	.whb-top-bar .wd-header-text ul li a {
		font-size: 14px;
	}
	
	.sec-8 {   
    padding-bottom: 20px;    
}
	
	.sec-8 a.btn.theme-btn{
		margin-top: 20px !important;
	}

	.whb-top-bar .wd-header-text ul li img {
		padding-right: 5px;
		width: 17px;
	}
	
	.sec-1row1 .wpb_column.vc_column_container.vc_col-sm-6 {
		width: 100%;
	}

	.sec-1row1 {
		padding-inline: 20px;
	}

	.sec-1row1 h2 {
		font-size: 30px;
		line-height: 35px;
	}

	.sec-1 h3 {
		font-size: 13px;
		margin-bottom: 10px;
	}

	.sec-1row2 a.wd-social-icon::after {
		font-size: 13px;
		padding-left: 5px;
	}

	.sec-1row2 a.wd-social-icon {
		padding: 10px 13px !important;
		gap: 5px;
		margin-right: 10px;
	}

	.sec-1row2 .wd-social-icons .wd-icon:before {
		font-size: 12px;
	}

	.sec-1row2 {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.sec-1row2::before {
		width: 90%;
		height: 67px;
	}

	.sec-1row2::after {
			width: 92%;
			height: 67px;
	}

	.sec-2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.sec-2 .vc_col-sm-5 {
		width: 100%;
	}

	    .rotate-img {
        bottom: -115px !important;
        right: 10px;
        /* top: 0; */
        top: unset !important;
        transform: scale(.8);
    }

	h2 {
		font-size: 25px;
	}

	p {
		font-size: 13px;
	}

	h3 {
		margin-bottom: 10px;
	}

	.sec-3 .wpb_text_column.wpb_content_element {
		margin-bottom: 15px !important;
		text-align: left;
	}

	.sec-3 .vc_col-sm-4 a.btn.theme-btn-2 {
		margin-top: 0px !important;
	}

	.sec-3 {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	span.wd-marquee-item {
		font-size: 22px;
	}

	.wd-marquee-content {
		gap: 10px !important;
	}

	.sec-4 {
		padding-top: 10px;
		padding-bottom: 0px;
		padding-inline: 10px;
	}

	.sec-4 .wd-info-box {
		min-height: 200px;
		gap: 10px;
		margin-bottom: 10px;
	}
	

.whb-column.whb-col-mobile.whb-column_mobile1.whb-hidden-lg {
    flex-direction: column;
    gap: 0px;
}
.whb-flex-row.whb-top-bar-inner {
    height: 100px;
    max-height: 100px;
    padding-top: 10px;
}
.wd-header-text.reset-last-child.whb-zheehd1x51gdn2fahzhu {width: 100%;}
	.home_gallery .wd-grid-g {
    --wd-col-sm: 2 !important;
    gap: 0 !important;
}
	.gal-sec .wd-gallery-item img {
    border-radius: 0 !important;
}
.gal-sec .wd-grid-g {
    --wd-col-sm: 2 !important;
    gap: 0 !important;
}
}