/*
 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:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    --wd-header-el-font: "Inter", sans-serif;
    --wd-alternative-font: "Inter", sans-serif;
    --wd-entities-title-font: "Inter", sans-serif;
    --wd-title-font: "Inter", sans-serif;
    --wd-text-font: "Inter", sans-serif;
    --wd-header-el-font: "Inter", sans-serif;
}

.whb-top-bar ul li {
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}

.whb-top-bar ul {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
}

.whb-top-bar ul li small {
    color: #AC1DCC;
    font-size: 18px;
}

.whb-top-bar ul li {
    font-weight: 400;
    color: #000;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

.whb-top-bar h4 {
    font-weight: 700;
    font-size: 14px;
    color: #000;
}

.icons-design-simple .wd-social-icon {}

header .whb-column>.wd-social-icons:not(.icons-design-default) .wd-social-icon {
    background-color: rgb(225 229 234);
    color: #333333 !important;
}

:is(.btn,.button,button,[type="submit"],[type="button"]) {
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    min-height: auto;
    padding: 18px 35px;
}

header .btn.btn-color-default {
    background-color: rgb(148 0 240);
    color: #fff !important;
    border-radius: 30px;
}

.main-page-wrapper {
    margin: 0;
    padding: 0;
}

header.whb-header {
    margin: 0;
}

.sec-1 {
    /* margin-top: -40px; */
    min-height: 845px;
    padding-top: 180px;
    background-size: cover;
    background-position: top center;
}

.whb-color-dark:not(.whb-with-bg) {
    /* border-bottom-left-radius: 30px; */
    /* border-bottom-right-radius: 30px; */
}

.sec-1 h2 {
    font-weight: 700;
    font-size: 70px;
    line-height: 72px;
    letter-spacing: -0.02em;
    color: #fff;
    line-height: 112%;
}

.sec-1 p {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #f9f9f9;
}

.sec-1 ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 30px;
    margin-top: 40px;
}

.sec-1 ul li {
    margin: 0;
    display: flex;
    align-items: center;
}

.sec-1 ul li .phone {
    color: #f9f9f9;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

:is(.btn,.button,button,[type="submit"],[type="button"]) {
    border-radius: 30px;
}

.theme-btn {
    background-color: rgb(148 0 240) !important;
    color: #fff !important;
}

.sec-1 ul li .phone::before {content: "";content: "\f879";position: relative;font-family: 'Font Awesome 5 Free';display: inline-flex;height: 61px;width: 61px;align-items: center;justify-content: center;border-radius: 100%;background: #fafcfd;color: #9400f0;}

.sec-1 .formbox .wpb_wrapper {
    position: relative;
    max-width: 460px;
    margin-left: auto;
    border-radius: 20px;
    box-shadow: 0 10px 20px 0 rgba(10, 27, 95, 0.1);
    background: #fff;
    padding: 50px 30px;
}

.sec-1 .formbox h3 {
    font-weight: 700 !important;!i;!;
    font-size: 30px;
    color: #333;
    margin: 0;
    font-family: 'Poppins';
}

.sec-1 .formbox p {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.sec-1 div.wpforms-container-full {
    margin: 0;
}

.wpforms-container .wpforms-field {
    padding: 9px 0;
}

div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea {
    border: 1px solid #eeeff2;
    border-radius: 3px;
    background: #eeeff2;
    font-weight: 700;
    font-size: 14px;
    color: #83868c;
    height: auto;
    padding: 15px 20px;
}

.sec-1 div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    min-height: 105px;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container button[type=submit] {
    width: 100%;
    background-color: var(--wd-primary-color) !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    min-height: auto;
    padding: 15px 52px;
    height: auto;
    border-radius: 90px;
}

header .wd-nav[class*="wd-style-"]>li>a {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    text-transform: none;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}

.row .wpb_wrapper>.img-with-aniamtion-wrap:last-child .hover-wrap, .row .wpb_wrapper>.img-with-aniamtion-wrap:last-child img, .row .wpb_wrapper>img:last-child, .wpb_wrapper>div:last-child {
    margin-bottom: 0;
}

.sec-2 {
    padding: 140px 0;
    /* background: url(/wp-content/uploads/2024/05/before-1.png) center right no-repeat; */
}

h4 {
    font-weight: 700;
    font-size: 18px;
    color: #9400F0;
}

h2 {
    font-weight: 700;
    font-size: 44px;
    line-height: 72px;
    letter-spacing: -0.02em;
    color: #333;
}

.sec-2 .info-box-wrapper {}

.info-box-wrapper:last-child .wd-info-box {
    margin-bottom: 0;
}

.sec-2 .info-box-wrapper .wd-info-box {
    box-shadow: 0 10px 20px 0 rgba(10, 27, 95, 0.1);
    background: #fff;
    border-radius: 20px;
    padding: 40px 10px 40px 25px;
    gap: 20px;
    border: 2px solid transparent;
    transition: all ease 0.3s;
}

.sec-2 .info-box-wrapper .wd-info-box .info-box-title {
    font-weight: 700;
    font-size: 24px;
    color: #333;
}

.sec-2 .info-box-wrapper .wd-info-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    line-height: 162%;
}

.sec-2 .vc_col-sm-3:hover .info-box-wrapper .wd-info-box {
    border-color: #9400f0;
}

.sec-2::before {
    content: "";
    position: absolute;
    display: block;
}

.sec-3 {
    padding: 100px 0 200px;
    background: #F0F4FA;
}

.sec-3 .woodmart-counter {
    position: absolute;
    bottom: 21%;
    background:  linear-gradient(225deg, #9400f0 0%, #ac1dcc 100%);
    border-radius: 12px;
    padding: 33px;
}

.sec-3 .woodmart-counter .counter-value {
    font-weight: 700;
    font-size: 60px;
    line-height: 80px; 
    text-align: center;
    color: #fff;
}

.sec-3 .woodmart-counter .counter-label {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px; 
    text-align: center;
    color: #fff;
}

.sec-3 .woodmart-counter.plus .counter-value {
    position: relative;
}

.sec-3 .woodmart-counter.plus .counter-value::after {
    content: "+";
    position: relative;
}

p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.check-list li {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.66667;
    color: #54595f;
    list-style: none;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.check-list {
    padding-left: 0;
}

.check-list li::before {
    content: "";
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    background: url(/wp-content/uploads/2024/11/arrowrs.png) top center no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    max-width: 20px;
    flex: 70px;
    margin-top: 4px;
}

.wd-el-video:is(.wd-action-overlay,.wd-action-without):not(.wd-with-aspect-ratio) {
    height: auto !important;
    border-radius: 19px;
    overflow: hidden;
}

.wd-el-video .wd-el-video-overlay {
    position: unset;
    border-radius: 19px;
    overflow: hidden;
    background: transparent;
}

body .wd-el-video :is(iframe,video) {
    background: transparent;
}

.wd-el-video-control {
    background: transparent;
}

.wd-el-video .wd-el-video-play-btn {
    width: 0.7em;
    height: 0.7em;
    background: rgba(1, 192, 253, 0.8);
    border-radius: 100%;
    border: none;
}

.wd-el-video .wd-el-video-play-btn:after {
    border: none;
}

.wd-el-video .wd-el-video-play-btn:before {
    font-size: 19px;
}

.btn-phone ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 0px;
    gap: 30px;
}

.btn-phone ul li {
    margin: 0;
}

.btn-phone ul .btn {
    font-size: 16px;
    padding: 20px 32px;
    border-radius: 50px;
}

.btn-phone ul .phone {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-phone ul .phone small {
    border: 2px solid var(--wd-primary-color);
    border-radius: 33px;
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--wd-primary-color);
}

.btn-phone ul .phone a {
    font-weight: 700;
    font-size: 18px;
    color: #5e6f92;
}

.btn-phone ul .phone a strong {display: block;color: #0e3440;font-size: 21px;font-weight: 700;}

.btn-phone ul .phone br {
    display: none;
}

.sec-4 {
    background: url(/wp-content/uploads/2024/11/ctnrs.png) top center no-repeat;
    background-size: cover;
    padding: 66px 0;
    margin-top: -140px;
    overflow: visible;
    position: relative;
    z-index: 99;
    border-radius: 14px;
}

.sec-4 .woodmart-counter.plus {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.sec-4 .woodmart-counter.plus .counter-value {
    font-weight: 700 !important;
    font-size: 72px;
    text-align: center;
    color: #fff;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.sec-4 .woodmart-counter.plus .counter-label {
    font-weight: 700;
    font-size: 21px;
    color: #fff;
    width: 120px;
    text-align: left;
}

.sec-4 .woodmart-counter.plus .counter-value::after {
    content: "+";
    font-weight: 700;
    font-size: 21px;
    color: #fff;
}



.sec-4 .vc_col-sm-4:not(:last-child) .vc_column-inner {border-right: 1px solid rgba(255, 255, 255, 0.5);}

.sec-5 {
    background: url(/wp-content/uploads/2024/11/sec5bg.png);
    margin-top: -120px;
    padding-top: 170px;
    padding-bottom: 60px;
}

[class*="color-scheme-light"] p {
    color: #fff;
}

.sec-5 .vc_row {
    display: flex;
    align-items: flex-end;
}

.sec-5 .vc_row:nth-child(1) {
    margin-bottom: 50px;
}

[class*="color-scheme-light"] h4, [class*="color-scheme-light"] h2 {
    color: #fff;
}

.arrow-btn {position: relative;display: inline-flex;align-items: center;gap: 10px;}

.arrow-btn::after {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 400;
}

.sec-5 .vc_row .vc_col-sm-6:last-child {}

.sec-5 .vc_row:nth-child(1) .vc_col-sm-6:last-child .wpb_text_column {
    padding-left: 130px;
}

.sec-5 .vc_single_image-img {
    border-radius: 21px !important;
}

.sec-5 .vc_row + .vc_row {}

.sec-5 .vc_row + .vc_row .wpb_single_image {
    margin: 0;
}

.sec-5 .vc_row + .vc_row .wpb_text_column {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background: rgb(255 255 255 / 85%);
    border-radius: 10px;
    text-align: center;
    padding: 40px 50px;
}

.sec-5 .vc_row + .vc_row .wpb_text_column h3 {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}

.sec-5 .vc_row + .vc_row .wpb_text_column p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000;
}

.sec-5 .vc_row + .vc_row {
    margin-bottom: 30px;
}

.sec-6 {
    padding: 100px 0;
}

.sec-6 .wpb_text_column.text-center {
    margin-bottom: 50px;
}

.sec-6 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    box-shadow: 0 10px 20px 0 rgba(10, 27, 95, 0.1);
    background: #fff;
    border-radius: 20px;
}

.sec-6 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    margin: 0;
}

.sec-6 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_text_column {
    padding: 0 30px 30px;
    margin-top: -40px;
    min-height: 265px;
}

.sec-6 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_text_column .icon-box {
    margin-bottom: 16px;
    text-align: right;
}

.sec-6 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_text_column h3 {
    font-weight: 700;
    font-size: 24px;
    color: #333;
}

.sec-6 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_text_column p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.sec-6 .vc_col-sm-4 > .vc_column-inner {
    margin-bottom: 30px;
}

.text-center.btn-phone ul {
    justify-content: center;
}

.text-center.btn-phone ul .phone a {
    text-align: left;
}

.sec-1 .formbox::before {
    content: "";
    position: absolute;
    top: -70px;
    background: url(/wp-content/uploads/2024/11/sec1before.png);
    height: 385px;
    width: 289px;
    left: 210px;
}

.sec-1 .formbox .wpb_wrapper {
    position: relative;
}

.sec-7 {
    padding: 100px 0;
    background: url(/wp-content/uploads/2024/05/sec-7-bg.jpg);
}

.sec-7 .info-box-title {
    font-weight: 700;
    font-size: 24px;

//
    line-height: 36px;
    text-align: center;
    color: #0e3440;
    margin-bottom: 10px !important;!i;!;
}

.sec-7 p {}

.sec-7  .box-icon-wrapper {
    margin-bottom: 0px;
}

.sec-7 .vc_col-sm-3 {}

.sec-7 .vc_col-sm-3:not(:last-child) .vc_column-inner {
    position: relative;
}

.sec-7 .vc_col-sm-3:not(:last-child) .vc_column-inner::before {
    content: url(/wp-content/uploads/2024/05/arrow-1-1.png);
    position: absolute;
    right: -30px;
    top: 27%;
    filter: invert(1) brightness(0);
}

.sec-7 .vc_col-sm-3:not(:last-child):nth-child(even) .vc_column-inner::before {
    content: url(/wp-content/uploads/2024/05/arrow-1-2.png);
}

.sec-7 .vc_row {
    counter-reset: tidbit-counter;
}

.sec-7 .vc_col-sm-3 .info-box-icon::before {
    counter-increment: tidbit-counter;
    content: counter(tidbit-counter) "";
    border-radius: 100%;
    background: #fff;
    position: absolute;
    top: 11px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #14297e;
    transition: all ease 0.3s;
}

.sec-7 .vc_col-sm-3:hover .info-box-icon::before {
    background: #333333;
    color: #fff;
}

.sec-8 {
    padding: 150px 0 220px  0;
}

.sec-8 .wd-info-box {
    gap: 20px;
    align-items: center;
}

.sec-8 .wd-info-box .info-box-title {
    font-weight: 600;
    font-size: 24px;
    color: #333;
}

.btn-phone {
    margin-top: 50px;
}

body .wd-tabs.tabs-design-alt .wd-tabs-header {
    flex-direction: row-reverse;
    margin-bottom: 72px;
}

body .wd-tabs .tabs-name {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -0.02em;
    text-align: right;
    color: #333;
    width: 36%;
}

.wd-tabs .wd-nav {
    border: 2px solid #38393e;
    border-radius: 100px;
    padding: 15px 25px;
    gap: 10px;
}

.wd-tabs .wd-nav-tabs>li:not(:last-child) {
    margin: 0;
}

.wd-tabs .wd-nav-tabs>li .wd-nav-link {
    background: #eefafe;
    border-radius: 50px;
    font-weight: 700 !important;
    font-size: 15px !important;

//
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #333;
    padding: 23px 24px;
}

.wd-tabs .wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a {
    background: var(--wd-primary-color);
    color: #fff !important;!i;!;
}

.price-table {
    background: #eff2f7;
    border-radius: 20px;
    padding: 50px 0;
}

.price-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px 30px;
    border-bottom: 1px dashed #000;
    min-height: 140px;
}

.price-head h3 {
    margin: 0;
    font-size: 28px;
    color: #333;
}

.price-head h4 {
    margin: 0;
    font-size: 22px;
}

.price-head p {
    margin: 0;
}

.price-content {
    padding: 30px 30px 0;
}

.price-content p:last-child {
    margin-bottom: 0;
}

.price-content ul {
    padding: 0;
    list-style: none;
    margin-bottom: 40px;
}

.price-content ul li {
    font-weight: 700;
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.price-content ul li::before {
    content: "";
    position: absolute;
}

.price-content ul li::before {
    content: "";
    position: relative;
    background: url(/wp-content/uploads/2024/05/check.png);
    height: 20px;
    width: 20px;
    filter: invert(1) brightness(0);
}

.price-content a.btn {
    padding: 22px 52px;
    border-radius: 50px;
}

.sec-9 {
    padding: 0 0 200px;
}

body .wd-tabs.tabs-design-alt .wd-tabs-header {
    border-top: 6px solid #ebf3f9;
    padding-top: 120px;
}
.sec-10 {
    background: url(/wp-content/uploads/2024/11/bg10.png) top center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 53px 90px;
    border-radius: 10px;
    position: relative;
    z-index: 9;
    margin-top: -80px;
}

.sec-10 .btn-phone {
    margin: 0;
}

.sec-10 h2 {
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    margin-bottom: 0;
}

.sec-10 p {
    font-weight: 700;
    font-size: 21px;
    color: #fff;
}

.sec-10 .btn-phone ul {
    margin-top: 0;
    justify-content: flex-end;
}

.sec-10 .btn-phone ul .phone small {
    background: #fff;
    border: none;
}

.sec-10 .btn-phone ul .phone a, .sec-10 .btn-phone ul .phone a strong {
    color: #fff;
}

.sec-11 {
    background: url(/wp-content/uploads/2024/05/sec-11-bg.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 200px;
    margin-top: -90px;
    overflow: visible;
    padding-bottom: 140px;
}

.sec-11 .wd-carousel-inner {
    margin-top: 30px;
    margin-bottom: -100px;
}

.sec-11 .wd-carousel-item {
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    box-shadow: 0 10px 20px 0 rgba(10, 27, 95, 0.1);
    background: #fff;
    padding: 50px 36px;
    border-radius: 20px;
    gap: 30px;
    width: auto !important;
    flex: 0 0 calc(97.5% / var(--wd-col));
    max-width: calc(97.5% / var(--wd-col));
}

.sec-11 .testimon-style-info-top .wd-testimon-text {
    margin: 0;
    background: transparent;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    position: relative;
    padding-top: 15px;
}

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

.sec-11 .testimon-style-info-top .wd-testimon-text::before {
    content: url(/wp-content/uploads/2024/11/testarrowrs.png);
    display: block;
    border: none;
    left: 0;
    top: -20px;
    position: relative;
}

.testimon-with-rating .wd-testimon .star-rating {
    position: absolute;
    top: 36px;
    right: 30px;
    font-size: 23px;
}

.testimon-style-info-top  .wd-testimon-name {
    font-weight: 700;
    font-size: 18px;
    color: #333;
    margin: 0;
}

.testimon-style-info-top .wd-testimon-pos {
    font-weight: 700;
    font-size: 12px;
    color: #333;
}

.sec-12 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.sec-11 .wd-carousel-wrap {
    gap: 15px;
}

.sec-11 .wd-carousel {
    padding-bottom: 40px;
}

.wd-nav-arrows {
    display: flex;
    align-items: center;
    position: absolute;
    top: -120px;
    right: 0;
    gap: 20px;
}

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

.sec-11 .wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-prev, .sec-11 .wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-next {
    transform: none;
}

.wd-nav-arrows.wd-pos-sep:after {
    inset: inherit;
}

.sec-12 .vc_row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 70px;
}

body .blog-design-small-images.has-post-thumbnail.blog-style-bg .article-body-container {
    margin: 0;
    box-shadow: none;
}

.blog-design-small-images.has-post-thumbnail .article-inner {
    border: 1px solid #b7b7b7;
    border-radius: 20px;
    overflow: hidden;
}

.blog-design-small-images.has-post-thumbnail.blog-style-bg .article-body-container {
    text-align: left;
}

.meta-categories-wrapp {
    display: none;
}

body .wd-entry-meta {
    display: none;
}

body .hovered-social-icons {
    display: none;
}

.wd-entities-title a {
    font-weight: 700;
    font-size: 24px;
    color: #000;
}

.editor-styles-wrapper, .entry-content {
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.sec-13 {
    background: url(/wp-content/uploads/2024/11/bgjoin.png) top center no-repeat;
    background-size: cover;
    padding: 76px 50px;
    border-radius: 20px;
    margin-bottom: 140px;
}

.sec-13 * {
    color: #fff;
}

.sec-13 .wd-social-icons {
    display: flex;
    gap: 8px;
}

.sec-13 .wd-social-icons.social-form-circle .wd-social-icon {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-13 h2 {
    font-size: 47px;
    margin-bottom: 10px;
}

.sec-13 h3 {
    font-weight: 700;
    font-size: 24px;
}

.sec-13 input[type='email'] {
    border-color: #fff;
    padding: 13px 20px 13px 50px;
    height: auto;
    border-radius: 50000px;
    position: relative;
}

.sec-13  input[type="submit"] {
    background: rgb(255 255 255);
    width: 100%;
    margin-top: 7px;
    border-radius: 4px;
    color: #7821a3;
    border-radius: 50000px;
}

.footer-container .widget {
    border: none;
    padding: 0;
    margin-bottom: 12px;
}

.footer-container p {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    padding: 20px 0 10px 0;
}

#text-3 {}

#text-3 ul {}

#text-3 ul li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}

#text-3 ul li br {
    display: none;
}

#text-3 ul li small {
    color: #fff;
    font-size: 18px;
}

:is(.widget,.wd-widget,div[class^="vc_wp"]) :is(ul,ol) a {
    font-weight: 300;
    font-size: 18px;

//
    line-height: 24px;
    line-height: 1.5;
    color: #fff;
}

.footer-container .wd-social-icons {
    display: flex;
    /* align-items: flex-start; */
    /* flex-direction: column; */
    justify-content: flex-start;
    gap: 14px;
    flex-wrap: wrap;
}

.footer-container .wd-social-icons a {}

.footer-container .wd-social-icons .wd-social-icon {
    position: relative;
    display: flex;
    font-size: 14px;
    /* gap: 6px; */
    /* flex: 0 0 100%; */
    /* width: 100% !important; */
    background: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    padding: 11px 10px;
}

.footer-container .wd-social-icons .wd-social-icon::after {
    content: "" attr(aria-label) "";
    position: relative;
    display: inline-flex;
    border-left: 1px solid #fff;
    padding-left: 12px;
}

.footer-container .wd-social-icons .wd-social-icon .wd-icon {
    flex: 0 0 11%;
}

.footer-container .copyrights-wrapper {
    border: none;
}

.footer-container .copyrights-wrapper .col-left {
    font-weight: 400;
    font-size: 18px;

//
    line-height: 30px;
    /* line-height: 1.66667; */
    text-align: center;
    color: #fff;
}

.footer-container .footer-sidebar {
    padding: 80px 0 40px;
    align-items: baseline;
}

.footer-container .copyrights-centered .min-footer {
    /* padding-bottom: 50px; */
}

path {
    fill: var(--wd-primary-color);
}

.page-id-66 .sec-11 .wd-carousel-inner {
	margin-bottom: 0;
}

.wd-backface-hidden .wd-carousel-item {
    height: auto;
    justify-content: space-between;
}

.sec-5.pg-service {
    margin-top: 0;
    padding-top: 50px;
    background: transparent;
}

.sec-5.pg-service [class*="color-scheme-light"] h2, .sec-5.pg-service [class*="color-scheme-light"] p, .sec-5.pg-service [class*="color-scheme-light"] p a {
    color: #000;
}

.sec-5.pg-service [class*="color-scheme-light"] h4 {
    color: #1b44ce;
}

.page-title.page-title-default {
    margin-top: 0;
}

body .pg-cleaning-1 .wd-tabs.tabs-design-alt .wd-tabs-header {
    border: none;
    padding: 50px 0 0;
}

body .pg-cleaning-1 .wd-tabs .tabs-name {
    width: 52%;
    text-transform: inherit;
    font-size: 28px;
}

.pg-cleaning-1  .price-table {
    padding-top: 0;
    height: 100%;
}

.pg-cleaning-1 .price-table .price-head {
    border: none;
    padding: 40px 30px;
    min-height: auto;
}

.pg-cleaning-1 .price-content {
    padding-top: 0;
}

.sec-9.pg-cleaning-1 {
    padding: 0 0 150px;
}

.pg-cleaning-2 {
    padding: 100px 0 70px;
    background: #F0F4FA;
}

.pg-cleaning-2 .wd-carousel {
    padding: 30px 0 40px;
}

.pg-cleaning-2 .wd-info-box {
    --ib-icon-sp: 30px;
    box-shadow: 0 10px 20px 0 rgba(10, 27, 95, 0.1);
    background: #fff;
    border-radius: 20px;
    padding: 41px 0;
}


.pg-cleaning-2 .wd-info-box h4 {
    font-weight: 700;
    font-size: 24px;
    color: #333;
}

.pg-cleaning-2 .wd-carousel-wrap {
    margin-left: -100px;
}

.pg-cleaning-4 .vc_row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pg-cleaning-4 .info-box-inner {}

.pg-cleaning-4 .info-box-inner p {
    font-weight: 400;
    font-size: 18px;
}

.pg-cleaning-5 .star-list {
    padding: 0;
}

.pg-cleaning-5 .star-list li {
    font-weight: 500;
    font-size: 20px;

//
    line-height: 36px;
    line-height: 1.8;
    color: #0e3440;
    list-style: none;
    position: relative;
    display: flex;
    gap: 15px;
    margin: 0;
    border-top: 1px solid #000;
    padding: 15px 0;
}

.pg-cleaning-5 .star-list li::before {
    content: "";
    position: relative;
    display: inline-flex;
    height: 19px;
    width: 19px;
    background: url(/wp-content/uploads/2024/07/Icon.png) top center no-repeat;
    margin-top: 9px;
    background-size: contain;
    flex: 0 0 auto;
}

.pg-cleaning-5 .star-list li:first-child {
    border: none;
}


/* CSS Arsalan */


.whb-column.whb-col-center.whb-visible-lg .wd-header-text {
    font-weight: 500;
    font-size: 18px;
    color: #333;
}


.wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a {
    color: #9400f0 !important;
}

.wd-nav[class*="wd-style-underline"]>li:is(:hover,.current-menu-item,.wd-active,.active)>a .nav-link-text:after {
    width: 20% !important;
    right: 0  !important;
    left: 0  !important;
    margin: 0 auto  !important;
    background-color: #ac1dcc !important;
    border-radius: 20px !important;
    transition: all ease .3s !important;
}

.wd-nav[class*="wd-style-"]>li:hover>a {
    color: #9400f0 !important;
}

.sec-4 .woodmart-counter.plus .counter-value::after {
    display: none;
}

.sec-5 h2 {
    line-height: 1.3;
}

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


.sec-7 .info-box-inner p {
    font-weight: 400;
    font-size: 18px;
    color: #333;
}

.sec-7 .info-box-content {
    padding: 0 25px;
}

.sec-7 .wd-info-box {
    gap: 30px !important;
}


.sec-8 h2 {
    line-height: normal;
}


.sec-10 .btn-phone ul .phone a strong {
    font-size: 34px;
}


.wd-prev .wd-arrow-inner:after {
    content: "\f121" !important;
}

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

.wd-btn-arrow {
    border: 2px solid #9400f0;
    border-radius: 50px;
    padding: 10px 25px 5px 25px;
}

.wd-arrow-inner {
    width: auto !important;
    height: auto !important;
}


.sec-13 .wd-social-icons.social-form-circle .wd-social-icon:hover {
    background-color: #fff;
    color: #9400F0;
}

.sec-13 .wd-social-icons.social-form-circle .wd-social-icon:hover span.wd-icon {
    color: #9400F0;
    /* font-weight: 400; */
}

.sec-13 .wd-social-icons.social-form-circle .wd-social-icon span.wd-icon {font-weight: 400;}

.sec-13 p {
    font-weight: 400;
}

.wd-carousel-item .blog-design-small-images .post-title {
    font-size: 20px;
}


.sec-1 h5 {
    color: #f9f9f9;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.1px;
}

.sec-1 h5 span.font {
    font-weight: 800;
    color: #fff;
}

.sec-2 .wpb_text_column:first-child {
    padding-bottom: 15px;
}

.sec-3 p {
    font-weight: 400;
}


.sec-middle {
    margin-top: 0;
    margin-bottom: 110px;
}

.sec-middle {
    background: url(/wp-content/uploads/2024/11/servicebgmiddle.png) top center no-repeat;
}

.sec-3 h2 {
    line-height: 1.1;
}

.sec-11 .wpb_text_column:first-child {
    padding-bottom: 10px;
}


.footer-container .copyrights-wrapper .container {
    border-top: 1px solid #5b5b5b;
}

.footer-container .wd-social-icons .wd-social-icon::after {
    display: none;
}

.main-footer h5.widget-title {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}

.footer-column-1 {
    flex: 0 0 35%;
    max-width: 35%;
}



.footer-column-2 {
    flex: 0 0 20%;
    max-width: 20%;
}

.footer-column-4 {
    flex: 0 0 20%;
    max-width: 20%;
}



.es-form-field-container .gjs-row:nth-child(2) .gjs-cell{
position:relative;
}

.es-form-field-container .gjs-row:nth-child(2) .gjs-cell::before {
   background: url(/wp-content/uploads/2024/11/EnvelopeSimpleOpen.png);
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   right: 0;
   left: 20px;
   bottom: 0;
   z-index: 0;
   background-repeat:no-repeat;
   background-position: center left;
}

.page-title.page-title-default.title-size-default.title-design-centered.color-scheme-light {
    margin-bottom: 0 !important;
    z-index: 10;
}


.pg-service-1 {
    padding-top: 60px;
    padding-bottom: 200px;
}

.pg-service-2 {
    padding-top: 80px;
}

.page .site-content {
    margin-bottom: 0;
}


.pg-testimonial-1 {
    padding-top: 160px;
}

.whb-column.whb-col-center.whb-visible-lg .wd-header-text {
    margin-left: -220px;
    z-index: -1;
}

@media only screen and (max-width:1300px){
    .sec-1 h2 {
        font-size: 62px;
    }
    
    .sec-1 p {
        font-size: 18px;
    }
    
    .sec-1 h5 {
        font-size: 18px;
    }
    
    h2 {
        font-size: 40px;
    }
    
    p {
        font-size: 16px;
    }
    
    
    .sec-2 .info-box-wrapper .wd-info-box .info-box-title {
        font-size: 22px;
    }
    
    .check-list li {
        font-size: 16px;
    }
    
    .sec-4 .woodmart-counter.plus .counter-value {
        font-size: 52px;
    }
    
    .sec-4 .woodmart-counter.plus .counter-label {
        font-size: 18px;
    }
    
    .sec-5 .vc_row + .vc_row .wpb_text_column h3 {
        font-size: 22px;
    }
    
    :is(.btn,.button,button,[type="submit"],[type="button"]) {
        font-size: 16px;
    }
    
    .sec-6 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_text_column h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    
    .sec-10 h2 {
        font-size: 38px;
    }
    
    .sec-10 p {
        font-size: 17px;
    }
    
    .sec-7 .info-box-title {
        font-size: 22px;
    }
    
    .sec-7 .info-box-inner p {
        font-size: 16px;
    }
    
    .sec-8 .wd-info-box .info-box-title {
        font-size: 22px;
    }
    
    .btn-phone ul .phone a strong {
        font-size: 18px;
    }
    
    .sec-10 .btn-phone ul .phone a strong {
        font-size: 26px;
    }
    
    .sec-10 h2 {
        font-size: 35px;
        line-height: normal;
    }
    
    .sec-10 p {
        font-size: 16px;
        line-height: normal;
    }
    
    .wd-carousel-item .blog-design-small-images .post-title {
        font-size: 20px;
    }
    
    .sec-13 h2 {
        font-size: 44px;
    }
    
    .footer-container p {
        font-size: 16px;
    }
    
    :is(.widget,.wd-widget,div[class^="vc_wp"]) :is(ul,ol) a {
        font-size: 16px;
    }
    
    .footer-container .copyrights-wrapper .col-left {
        font-size: 16px;
    }

    header .wd-nav[class*="wd-style-"]>li>a {
        font-size: 16px;
    }
}


@media only screen and (max-width:999px){
    


.sec-2 .info-box-wrapper .wd-info-box {
    padding: 30px 10px 30px 20px;
}

header .wd-nav[class*="wd-style-"]>li>a {
    font-size: 16px;
}

.whb-column.whb-col-center.whb-visible-lg .wd-header-text {
    margin-left: -100px;
    font-size: 16px;
}

.sec-1 ul li .phone {
    font-size: 16px;
}

.sec-1 ul li .phone::before {
    height: 50px;
    width: 50px;
}

:is(.btn,.button,button,[type="submit"],[type="button"]) {
    padding: 15px 25px;
}

.wd-post.blog-style-bg .article-body-container {
    padding: 10px;
}

.blog-design-small-images.has-post-thumbnail .post-title a {
    line-height: normal;
    font-size: 20px;
}

.sec-13 h2 {
    line-height: normal;
    font-size: 35px;
}

.sec-13 h3 {
    font-size: 20px;
}

.sec-13 {
    padding: 46px 30px;
    margin-bottom: 60px;
}

.footer-container .footer-sidebar {
    flex-direction: column;
    justify-content: center !important;!i;!;
    align-items: center !important;!i;!;
}

.footer-container .footer-sidebar .footer-column {
    flex: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer-container .wd-social-icons {
    align-items: center;
    justify-content: center;
}

#text-3 ul li {
    justify-content: center;
}

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

.sec-1 p {
    font-size: 16px;
}

.sec-1 h5 {
    font-size: 16px;
}

.sec-1 .formbox h3 {
    font-size: 25px;
}

.wd-carousel-wrap {flex-direction: column;gap: 20px;}

.wd-backface-hidden .wd-carousel-item {
    width: 100% !important;!i;!;
    max-width: 100%;
}

.sec-12 article {
    width: 100% !important;!im;!im
    '';!i;!;
}

.blog-design-small-images.has-post-thumbnail .article-inner {
    /* align-items: center; */
    flex: 100%;
    /* width: 100% !important; */!i;!;
    /* max-width: 100% !important; */!i;!;
}

.blog-design-small-images.has-post-thumbnail :is(.entry-header,.article-body-container) {
    flex: 1 0 100%;
    max-width: 100%;
}

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

.sec-12 .vc_row {
    margin-bottom: 20px;
}

.sec-11 {
    padding-top: 70px;
    margin-top: 0;
}

.sec-10 {
    padding: 33px 30px;
    margin-top: 0;
    margin-bottom: 60px;
}

.sec-10 h2 {
    font-size: 32px;
    line-height: normal;
}

.sec-10 .btn-phone ul .phone a strong {
    font-size: 20px;
}

.sec-8 .btn-phone ul {
    /* gap: 10px; */
    /* flex-direction: column; */
    /* align-items: baseline; */
    flex-wrap: wrap;
}

.btn-phone ul .btn {
    padding: 10px 32px;
}

.sec-8 {
    padding: 60px 0 60px 0;
}

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

.sec-6 {
    padding: 60px 0;
}

.sec-6 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_text_column h3 {
    font-size: 20px;
}

.sec-6 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_text_column {
    padding: 0 20px 30px;
    margin-top: -60px;
}

h2 {
    font-size: 36px;
    line-height: normal;
}

.sec-5 .vc_row + .vc_row .wpb_text_column {
    padding: 20px 30px;
}

.sec-5 .vc_row + .vc_row .wpb_text_column h3 {
    font-size: 20px;
}

.sec-5 .vc_row:nth-child(1) .vc_col-sm-6:last-child .wpb_text_column {
    padding-left: 0px;
}

.sec-3 {
    padding: 60px 0 60px;
}

.sec-4 {
    margin-top: 0;
    padding: 36px 0;
}

.sec-4 .woodmart-counter.plus .counter-value {
    font-size: 32px;
}

.sec-4 .woodmart-counter.plus .counter-label {
    font-size: 16px;
    margin: 0;
}

.sec-5 {
    margin-top: 40px;
    padding-top: 60px;
}

.sec-1 ul {
    margin-top: 20px;
    flex-wrap: wrap;
}

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

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

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

.price-head {
    padding: 0 10px 20px;
    flex-direction: column-reverse;
    gap: 10px;
}

.price-content {
    padding: 10px 20px 0;
}

.price-content ul li {
    align-items: center;
    justify-content: unset;
    text-align: left;
}

.price-content a.btn {
    padding: 12px 32px;
}

.row .col-md-4:not(:last-child) .price-table {
    border-radius: 20px;
    padding: 30px 0;
    margin-bottom: 20px;
}

.sec-9 {
    padding: 0px 0 60px;
}

body .wd-tabs.tabs-design-alt .wd-tabs-header {
    flex-direction: column;
}

body .wd-tabs .tabs-name {
    font-size: 26px;
    text-align: center;
    width: 100%;
}

body .wd-tabs.tabs-design-alt .wd-tabs-header {
    padding-top: 70px;
    margin-bottom: 30px;
}

.wd-tabs .wd-nav-tabs>li .wd-nav-link {
    padding: 13px 14px;
}

}


@media only screen and (max-width:767px){

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

.main-page-wrapper {
    text-align: center !important;!i;!;
}

.sec-1 ul {
    justify-content: center;
}

.sec-1 .formbox .wpb_wrapper {
    text-align: center;
    margin: 0 auto;
    padding: 30px 30px;
    margin-top: 40px;
}

.sec-1 .formbox::before {
    display: none;
}

.sec-2 .info-box-wrapper .wd-info-box {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sec-2 .vc_col-sm-3:not(:last-child) .wpb_wrapper .info-box-wrapper .wd-info-box {
    margin-bottom: 30px;
}

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

.check-list li {
    align-items: center;
    justify-content: center;
}

.btn-phone ul {
    justify-content: center;
    margin-top: 0;
}

.btn-phone {
    margin-top: 0px;
}


.sec-4 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sec-4 .wpb_column.vc_column_container.vc_col-sm-4:not(:last-child) {
    padding-bottom: 20px;
}

.sec-5 .vc_row + .vc_row .wpb_text_column {
    padding: 10px 20px;
}

.sec-6 .wpb_single_image .vc_figure {
    width: 100%;
}

.sec-6 .wpb_single_image .vc_figure .vc_single_image-wrapper.vc_box_border_grey {
    width: 100%;
}

.sec-6 .wpb_single_image .vc_figure .vc_single_image-wrapper.vc_box_border_grey img.vc_single_image-img.attachment-full {
    width: 100%;
}

.sec-7 .vc_col-sm-3:not(:last-child) .vc_column-inner::before {
    display: none;
}

.sec-10 .btn-phone ul {
    justify-content: center;
}

.sec-10 .btn-phone {
    padding-top: 30px;
}

.wd-nav-arrows:where(.wd-pos-sep) {
    position: unset;
    justify-content: center;
}

.sec-13 .wd-social-icons {
    justify-content: center;
    padding-bottom: 20px;
}

.sec-5 .vc_row + .vc_row {
    flex-wrap: wrap !important;
    margin-bottom: 0;
    gap: 20px;
}


.sec-10 h2 {
    margin-bottom: 10px;
}

.wd-testimon-info {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 10px;
}

.testimon-style-info-top .wd-testimon-name {
    display: inline-block;
}

.wd-testimon-bio {
    display: inline-block;
}

.wd-testimon-info .wd-testimon-thumb {
    margin: 0;
}

.sec-3 .woodmart-counter.plus .counter-value {
    font-size: 34px;
    line-height: normal;
}

.sec-3 .woodmart-counter .counter-label {
    font-size: 16px;
    line-height: normal;
}

.sec-3 .woodmart-counter {
    padding: 25px;
}


.sec-12 .wd-nav-arrows.wd-pos-sep.wd-hover-1.wd-icon-1 {
    display: none;
}


.sec-13 {
    padding: 26px 0px;
}

.sec-11 .testimon-style-info-top .wd-testimon-text::before {
    left: unset;
    right: 90px;
}

.sec-5 .vc_row + .vc_row .wpb_text_column {
    position: unset !important;!i;!;
    margin-top: 5px;
}

.sec-5 .vc_row {
    flex-direction: column;
}

.sec-8 .wd-info-box {
    flex-direction: column;
    text-align: center;
}

}

